@charset "utf-8";
/* CSS Document */
html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust:100%;
}
a {
    text-decoration:none;
}
h1, h2, h3, h4, h5{
    font-weight:normal;
}
img{
    border:none;
    max-width: 100%;
    height:auto;
}
a,button{
    outline: none;
    cursor:pointer;
}
li{
    list-style:none;
}
button{
    background:none;
    border:none;
}
b {
    font-weight: normal;
}
a, button, input, i, textarea{
    -webkit-appearance: none;
    -webkit-transition:  all 0.5s ease;
    -moz-transition:  all 0.5s ease;
    -o-transition:  all 0.5s ease;
    transition:  all 0.5s ease;
}
* {
    position: relative;
    margin:0;
    padding:0;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
a, span, input, textarea, button, i{
    display: block;
}

/******* input,textarea *******/

textarea{
    resize:none;
    outline:none;
    border:none;
    overflow:auto;
    -webkit-appearance:none;
    border-radius:0;
    font-family: "ArialNarrowRegular";
}
input{
    outline:none;
    border:none;
    -webkit-appearance:none;
    border-radius:0;
    font-family: "ArialNarrowRegular";
}
input[type='number']{
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance:none;
}
input[type="submit"]{
    cursor:pointer;
    -webkit-appearance:none;
}
input[type="search"]::-webkit-search-cancel-button{
    background:none;
    display:none;
}

input:focus::-webkit-input-placeholder {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus::-moz-placeholder          {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus:-moz-placeholder           {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus:-ms-input-placeholder      {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}

textarea:focus::-webkit-input-placeholder {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus::-moz-placeholder          {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus:-moz-placeholder           {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus:-ms-input-placeholder      {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}

input::-webkit-input-placeholder {color:#cfcfcf;}
input::-moz-placeholder          {color:#cfcfcf;}
input:-moz-placeholder           {color:#cfcfcf;}
input:-ms-input-placeholder      {color:#cfcfcf;}

textarea::-webkit-input-placeholder {color:#cfcfcf;}
textarea::-moz-placeholder          {color:#cfcfcf;}
textarea :-moz-placeholder           {color:#cfcfcf;}
textarea:-ms-input-placeholder      {color:#cfcfcf;}

/********sait***********/

.container{
    width:100%;
    margin:0 auto;
    max-width: 1920px;
    min-width: 320px;
}

body{
    background: #ffffff;
    font-weight: normal;
    font-style: normal;
    color: #7b7b7b;
    font-family: "ArialNarrowRegular";
}

.wrapper{
    overflow: hidden;
}

.clear:after, .container:after, .wrap_complect:after, .form_set form:after, .wrap_set_img:after, .right2:after, .wrap_set:after{
    content:'';
    clear:both;
    display:block;
}

/*transition*/

.for_family span, .gall_5:after, .gall_5 img, .play_video img, .wrap_mint img{
    -webkit-transition:  all 0.5s ease;
    -moz-transition:  all 0.5s ease;
    -o-transition:  all 0.5s ease;
    transition:  all 0.5s ease;
}

/*header*/

.header{

}

.header .container{
    max-width: 1170px;
    padding: 0 15px;
}

.gray_hdr{
    background: #a3a3a3;
    padding: 3px 0;
}

.gray_hdr p, .gray_hdr a{
    color: #fefefe;
    font-size: 12px;
    font-family: 'CenturyGothicReg';
}

.gray_hdr a:hover{
    color: #000;
}

.gray_hdr a{
    float: right;
    margin: 0 30px;
}

.gray_hdr p{
    float: left;
}

.white_hdr {
    border-bottom: 1px solid #C2C2C2;
    background: #ffffff;
    padding: 8px 0px;
}

.logo{
    width: 115px;
    float: left;
    margin-top: 8px;
}

.phone{
    float: right;
    text-align: center;
}

.phone a{
    font-family: 'CenturyGothicReg';
    font-size: 17px;
    color: #6a6a6a;
    display: inline-block;
    margin: 0 5px;
}

.phone p{
    font-family: 'CenturyGothicReg';
    font-size: 14px;
    color: #cbcaca;
    margin-top: 5px;
}

/*block1*/

.block1{
    z-index: 4;
    padding-top: 90px;
    padding-bottom: 280px;
    background: rgba(246,246,246,1);
    background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0 );
}

.block1 .container{
    max-width: 1150px;
}

.wrap_irrik{
    z-index: 0;
    position: absolute;
    top: 15px;
    right: 0;
    margin-left: -625px;
}

.irrik_sh {
    margin-left: 35px;
}

.left1{
    float: left;
    width: 49%;
    text-align: center;
    z-index: 2;
}

h2{
    font-size: 37px;
    margin-bottom: 15px;
    color: #a8a8a8;
    font-family: "ImpactRegular";
}

.left1 p{
    font-size: 17px;
    color: #7b7b7b;
    margin-bottom: 20px;
}

.btn_left1{

}

.btn_left1 a{
    display: inline-block;
    vertical-align: middle;
    padding: 0 11px;
    color: #667d8a;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 18px;
}

.btn_left1 a span{
    text-transform: none;
    display: inline-block;
    vertical-align: top;
}

.btn_left1 a:first-of-type{
    border-right: 1px solid #667d8a;
}

.right1{
    margin-top: 180px;
    float: right;
    text-align: center;
    width: 54%;
    clear: both;
    z-index: 2;
}

.title_tooltip_list{
    text-align: center;
    margin-bottom: 30px;
    padding-right: 60px;
}

.title_tooltip_list p{
    font-size: 17px;
    font-family: "ArialNarrowItalic";
}

.tooltip_list{
    font-size: 0;
    padding-right: 60px;
}

.wrap_tooltip{
    width: 20%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.item_tooltip{
    animation-duration: 1s;
    animation-fill-mode: both;
}

.item_tooltip span{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item_tooltip b{
    font-weight: normal;
    display: block;
    font-size: 13px;
    color: #2a2a2a;
}

.tooltip{
    position: absolute;
    z-index: -1;
    top: 100%;
    margin-top: 12px;
    left: 25%;
    width: 130px;
    background: #ffffff;
    border: 1px solid #9C9C9C;
    border-radius: 30px;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.wrap_tooltip:hover .item_tooltip{
    transform: translateY(-8px);
}

.wrap_tooltip:hover{
    z-index: 3;
}

.wrap_tooltip:hover .tooltip{
    z-index: 3;
    animation-name: fadeInUp;
    visibility: visible;
    opacity: 1;
}

.tooltip p{
    font-size: 11px;
    color: #586265;
    line-height: 14px;
}

.tooltip span{
    font-weight: 700;
}

.tooltip:after{
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 30px;
    background: url(../img/tooltip/arrow.png) no-repeat top center;
    width: 18px;
    height: 16px;
}

/*block2*/

.block2{
    padding-top: 200px;
    padding-bottom: 60px;
    z-index: 3;
}

.block2 .container{

}

.left2{
    float: left;
    width: 630px;
    padding-left: 7%;
    z-index: 3;
}

.right2{
    width: 600px;
    float: right;
}

.center2{
    text-align: center;
    position: absolute;
    z-index: -1;
    bottom: 48px;
    left: 50%;
    width: 756px;
    margin-left: -375px;
}

.right2:after{
    content: '';
    position: absolute;
    z-index: 0;
    right:0;
    background: url(../img/bl3/shd_bl.png) no-repeat top center;
    width: 1081px;
    height: 1081px;
    top:50%;
    margin-top: -540px;
}

h3{
    font-family: "ImpactRegular";
    font-size: 63px;
    color: #a8a8a8;
    margin-bottom: 55px;
}

h3 span{
    font-size: 84px;
}

.left2 ul{
    margin-bottom: 35px;
}

.left2 li{
    font-size: 25px;
    line-height: 38px;
    color: #a8a8a8;
    font-family: "ArialNarrowItalic";
}

.wrap_more_info{
    text-align: center;
    margin-bottom: 90px;
}

.more_info{
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    font-size: 17px;
    color: #667d8a;
}

.get_consultation{
    overflow: hidden;
}

.get_consultation p.title_form_cf{
    font-size: 17px;
    color: #ffffff;
    background: #9ac6dc;
    padding: 5px 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.div_form {
	width:49%;
	padding-bottom:10px;
}
.div_form input{
	width:100%;
	font-size: 17px;
    color: #7b7b7b;
    background: #ffffff;
    padding: 8px 10px;
    border: 1px solid #BFBFBF;
}
.bottom_form{
	clear:both;
}
.left_form {
	float:left; margin-right:.5%;
}
.right_form  {
	float:right; margin-left:.5%;
}
.get_consultation textarea{
    font-size: 17px;
    color: #7b7b7b;
    background: #ffffff;
    padding: 8px 10px;
    height: 125px;
    margin-bottom: 10px;
    border: 1px solid #BFBFBF;
    width: 100%;
    float: right;
}

.get_consultation textarea:focus, .form_set textarea:focus, .form_bl7 textarea:focus{
    border-color: #9ac6dc;
}

.get_consultation input[type="submit"]{
    font-size: 17px;
    float: right;
    color: #ffffff;
    text-align: center;
    width: 160px;
    padding: 5px 0;
    background: #a9a9a9;
}

.get_consultation input[type="submit"]:hover{
    background: #9ac6dc;
}

.wrap_advantage{
    float: left;
    width: 380px;
    margin-bottom: 40px;
    padding-right: 35px;
    z-index: 1;
}

.advantage{
    margin-bottom: 65px;
}

.pin_advantage{
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    margin-right: 35px;
    text-align: center;
}

.txt_advantage{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 135px);
}

.txt_advantage span{
    font-family: "ArialNarrowBoldItalic";
    font-size: 17px;
    color: #4e4e4e;
}

.txt_advantage p{
    font-family: "ArialNarrowItalic";
    font-size: 17px;
}

.form_right2{
    text-align: center;
    float: right;
    width: 235px;
    z-index: 1;
}

.form_right2 p{
    font-family: "ArialNarrowItalic";
    font-size: 21px;
    color: #727272;
    margin-bottom: 15px;
}

.form_right2 span{
    margin-bottom: 15px;
    color: #ffffff;
    background: #3bb778;
    padding: 5px 10px;
    font-size: 33px;
}

.form_right2 a{
    background: #fed500;
    padding: 5px 10px;
    font-size: 21px;
    color: #5c1300;
}

.form_right2 a:hover{
    color: #ffffff;
    background: #00b1bf;
}

.wrap_checkout_btn{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 125px;
    padding-top: 25px;
}

.checkout{
    text-transform: uppercase;
    display: inline-block;
    color: #667d8a;
    font-size: 25px;
}

/*block3*/

.block3{
    z-index: 3;
}

.left3{
    float: left;
    width: calc(100% - 740px);
}

.right3{
    float: right;
    width: 720px;
    text-align: center;
}

.right3 h3{
    font-size: 75px;
    margin-bottom: 65px;
}

.right3 p{
    font-size: 37px;
    font-family: "ArialNarrowItalic";
    margin-bottom: 50px;
}

.wrap_mint{
    width: 200px;
    margin: 0 auto;
}

.mint{

}

.mint_sh{

}

.gall_3{
    width: 100%;
}

.drops{
    width: 360px;
    height: 480px;
    position: absolute;
    left: 100px;
    top: 65px;
    z-index: 2;
}

.layer1{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.layer2{
    margin-top: 160px;
    float: right;
    left: auto !important;
    right: 0;
}

.layer3{
    margin-top: 380px;
}

/*block4*/

.block4{
    padding-bottom: 170px;
}

.block4:after{
    content: '';
    bottom: 0;
    left:0;
    right:0;
    position: absolute;
    z-index: 0;
    top:-150px;
    background: url(../img/bgf.png) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.block4 .container{
    z-index: 2;
}

.block4 h3{
    font-size: 75px;
    margin-bottom: 50px;
    text-align: center;
}

.wrap_family{
    text-align: center;
    margin-bottom: 80px;
    z-index: 3;
}

.item_family{
    display: inline-block;
    vertical-align: top;
    width: 120px;
    text-align: center;
    margin: 0 25px;
}

.item_family:hover{
    transform: translateY(-12px);
}

.item_family_name{
    font-size: 20px;
    color: #a8a8a8;
    font-family: 'NautilusPompilius';
    width: 100%;
    text-align: center;
}

.item_family_name span{
    display: inline-block;
    font-size: 20px;
}

.item_family_img{
    display: block;
    width: 117px;
    height: 117px;
    background: #ffffff;
    overflow: hidden;
    font-family: 'NautilusPompilius';
    border-radius: 100%;
}

.wrap_set{

}

.txt_set{
    float: left;
    margin-left: 13%;
    width: 520px;
}

.txt_set ul{
    margin-bottom: 45px;
}

.txt_set li{
    font-size: 25px;
    margin-bottom: 12px;
}

.form_set{
    width: 90%;
}

.form_set p{
    font-family: "ImpactRegular";
    font-size: 20px;
    margin-bottom: 12px;
    color: #a8a8a8;
}

.form_set textarea{

}

.form_set input[type="submit"]{
    font-size: 16px;
    color: #a8a8a8;
    text-align: center;
    border: 1px dashed #A4A4A4;
    width: 145px;
    line-height: 21px;
    height: 25px;
    background: none;
    float: right;
}

.form_set textarea{
    background: #ffffff;
    padding: 8px 15px;
    font-size: 16px;
    border: 1px solid #AEAEAE;
    margin-bottom: 12px;
    height: 120px;
    width: 100%;
    float: left;
}

.form_set input[type="submit"]:hover {
    background: #9ac6dc;
    color: #ffffff;
    border-color: #9ac6dc;
}

.wrap_set_img{
    float: right;
    width: 800px;
}

.form_setimg{
    width: 225px;
    float: right;
    margin-top: -85px;
}

.form_setimg p{
    color: #ffffff;
    font-size: 33px;
    margin-bottom: 16px;
    background: #3bb778;
    padding: 5px 12px;
}

.form_setimg a{
    font-size: 20px;
    color: #ffffff;
    background: #10414e;
    padding: 3px 12px;
}

.form_setimg a:hover{
    background: #9ac6dc;
}

.set_img{

}

.for_family{
    top:0;
    left:23px;
    position: absolute;
    z-index: 2;
}

.for_family span{
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
}

.for_family span:first-of-type{
    margin-left: 0;
}

.big_set{

}

.item_family:hover .tooltip {
    z-index: 3;
    animation-name: fadeInUp;
    opacity: 1;
    visibility: visible;
}

/*block5*/

.block5{
    padding-bottom: 150px;
}

.right5{
    float: right;
    text-align: center;
    width: 45%;
    padding: 0 80px 20px 80px;
}

.right5 h3{
    margin-bottom: 125px;
    font-size: 46px;
    font-family: "ImpactRegular";
}

.right5 p{
    font-size: 37px;
    font-family: "ArialNarrowItalic";
}

.right5:after{
    content: '';
    position: absolute;
    z-index: 1;
    top:100%;
    background: url(../img/bl5/arrow.png) no-repeat top center;
    width: 437px;
    height: 119px;
    right: 50%;
    background-size: contain;
}

.left5{
    float: left;
    width: 50%;
    margin-top: -60px;
}

.left5 p{
    text-align: center;
    margin-bottom: 30px;
}

.left5 p span{
    display: inline-block;
    font-size: 25px;
    color: #575757;
}

.left5 p span:after{
    content: '';
    position: absolute;
    top:50%;
    left:100%;
    background: url(../img/bl5/arrow2.png) no-repeat top center;
    width: 64px;
    height: 37px;
    margin-left: 5px;
}

.gall_5 {
    border-radius: 0 160px 160px 0;
    line-height: 0;
    overflow: hidden;
    -webkit-box-shadow: 5px 0px 49px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 0px 49px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 0px 49px 0px rgba(0, 0, 0, 0.5);
}

.gall_5:after{
    content: '';
    position: absolute;
    z-index: 2;
    top:0;
    left:-160px;
    bottom: 0;
    right:0;
    background:rgba(255,255,255,0.69);
    border-radius: 160px;
}

.gall_5:hover:after{
    opacity: 0;
    background:rgba(255,255,255,0);
}

.gall_5:hover img{
    transform: scale(1.1);
}

.gall_5:hover {
    box-shadow: 5px 0px 60px 0px rgba(0, 0, 0, 0.65);
}

/*block6*/

.block6{
    background: url(../img/video_bg.png) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wrap_video{
    width: 1000px;
    margin: 0 auto;
    padding: 200px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title_video{
    width: 250px;
    text-align: center;
}

.play_video{
    width: 490px;
    text-align: center;
    background: url(../img/bl5/play.png) no-repeat center center;
    background-size:contain;
    height: 288px;
}

.play_video:hover{
    transform: scale(0.8);
}

.title_video p{
    font-size: 37px;
    color: #ffffff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.title_video span{
    text-align: center;
    font-size: 25px;
    color: #ffffff;
}

.select_video{
    text-align: center;
    width: 250px;
}

.select_video a{
    color: #ffffff;
    font-size: 25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #fff;
    display: inline-block;
}

.select_video a:hover{
    opacity: 0.8;
}

.select_video p{
    margin-bottom: 45px;
    color: #ffffff;
    text-align: center;
    font-size: 25px;
    font-family: "ArialNarrowBold";
}

/*block7*/

.block7{
    padding: 80px 0 160px 0;
}

.block7 h3{
    text-align: center;
    color: #7b7b7b;
    margin-bottom: 120px;
    font-family: "ArialNarrowItalic";
    font-size: 25px;
}

.block7 h3 span{
    display: inline-block;
    padding-bottom: 115px;
    font-size: 25px;
}

.block7 h3 span:after{
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 15px;
    border-radius: 100%;
    left:50%;
    background: #393939;
    width: 34px;
    height: 34px;
    margin-left: -17px;
}

.block7 h3 span:before{
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 8px;
    left: -80px;
    background: url(../img/bl5/arrow3.png) no-repeat top center;
    width: 299px;
    height: 111px;
}

.form_bl7{
    width: 660px;
    margin: 0 auto;
}

.form_bl7 textarea{
    background: #ffffff;
    padding: 8px 15px;
    font-size: 16px;
    height: 240px;
    border: 1px solid #D2D2D2;
    margin-bottom: 20px;
    width: 100%;
}

.form_bl7 input[type="submit"]{
    width: 170px;
    height: 24px;
    line-height: 23px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: #ffbd00;
    border: 1px solid #F16D00;
    margin: 0 auto;
}

.form_bl7 input[type="submit"]:hover{
    background: #f16d00;
}

.form_bl7 p{
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
}

.lemon{
    width: 263px;
    position: absolute;
    z-index: 1;
    left:100%;
    margin-left: 150px;
    top:20px;
}

/*footer*/

.footer{
    padding: 20px 0;
    background: #a3a3a3;
}

.footer .container{
    width: 1120px;
}

.left_ftr{
    float: left;
    width: 115px;
    margin-top: 0px;
}

.logo_ftr{
    width: 115px;
}

.soc{

}

.soc a{
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    margin-top: 5px;
}

.dev{
    float: right;
    width: 200px;
    padding-left: 65px;
    background: url(../img/dev.png) no-repeat top left;
    min-height:55px;
    padding-top: 8px;
    color: #ffffff;
    font-size: 16px;
    margin-top: 39px;
}

.dev span{
    padding-bottom: 3px;
    color: #6b6b6b;
}

.address{
    float: left;
    text-align: center;
    width: 450px;
    margin-left: 35px;
}

.address span{
    font-size: 16px;
    color: #5e5e5e;
}

.address p{
    font-size: 16px;
    margin-top: 15px;
    color: #ffffff;
}

.ftr_btn{
    float: left;
    width: 450px;
    margin-left: 35px;
    padding-top: 15px;
}

.ftr_btn li{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 49%;
    margin: 15px 0;
}

.ftr_btn a{
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
}

.ftr_btn a:hover {
    opacity: 0.8;
}

/*hover color*/

.phone a:hover, .btn_left1 a:hover, .more_info:hover, .checkout:hover, .phone_mdl a:hover{
    color: #00B1BF;
}

/*modal*/

.modal{
    display: none;
    overflow: hidden;
    background: #ffffff;
    width: 1000px;
    padding: 30px;
    border-radius: 20px;
    -webkit-box-shadow: 5px 0px 49px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 0px 49px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 0px 49px 0px rgba(0, 0, 0, 0.5);
}

.left_modal{
    float: left;
    width: 550px;
}

.right_modal{
    float: right;
    width: 360px;
}

.right_modal h3{
    margin-bottom: 20px;
    font-size: 30px;
    color: #a8a8a8;
    font-family: "ImpactRegular";
}

.right_modal ol{

}

.right_modal li{
    list-style: inherit;
    list-style-position: inside;
    font-size: 16px;
    margin-bottom: 12px;
}

.right_modal p{
    font-size: 16px;
    margin-bottom: 12px;
}

.green_txt{
    color: #7ba956;
    margin-bottom: 35px;
}

.green_txt li, .red_txt li{
    list-style: none;
    margin-bottom: 3px;
}

.green_txt h3{
    font-size: 25px;
    color: #7ba956;
    margin-bottom: 15px;
}

.red_txt{
    color: #ab6b6b;
}

.red_txt h3{
    font-family: "ImpactRegular";
    font-size: 16px;
    color: #ab6b6b;
}

.hdr_modal{
    margin-bottom: 20px;
    overflow: hidden;
}

.logo_mdl{
    float: left;
    color: #a8a8a8;
    font-family: "ImpactRegular";
    font-size: 23px;
    margin-top: 6px;
}

.phone_mdl{
    float: right;
    text-align: right;
}

.phone_mdl a{
    font-size: 16px;
    margin-bottom: 5px;
    color: #7b7b7b;
}

.wrap_slider{
    height: 460px;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 180px;
    height: 100%;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    border: 1px solid #d7d6d6;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

/*modal_checkout, modal_info*/

.modal_checkout,
.modal_info,
.modal_paym{
    display: none;
    width: 630px;
    background: #ffffff;
    border-radius: 20px;
    -webkit-box-shadow: 5px 0px 49px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 0px 49px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 0px 49px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.title_modal{
    text-align: center;
    background: #e4e4e4;
    font-size: 17px;
    font-weight: 700;
    color: #7e7e7e;
    padding: 12px 30px;
    margin-bottom: 25px;
}

.form_modal{
    margin-bottom: 20px;
    font-size: 0;
    padding: 0 20px 20px 20px;
}

.form_style > div.input_line{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.form_modal p{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #989898;
}
.form_style > p{
	width: 100%;
}
.form_modal div.input_line input{
    display: inline-block;
    vertical-align: middle;
    background: none;
    border: none;
    padding: 8px 0;
    margin-left: 5px;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid #989898;
    width: 165px;
}

.modal_checkout textarea,
.modal_info textarea,
.modal_paym textarea{
    font-size: 17px;
    color: #7b7b7b;
    background: #ffffff;
    padding: 8px 10px;
    height: 180px;
    margin-bottom: 10px;
    border: 1px solid #BFBFBF;
    width: 100%;
    clear: both;
    margin-top: 20px;
}

.modal_checkout textarea:focus,
.modal_info textarea:focus,
.modal_paym textarea:focus{
    border-color: #00C163;
}

.inp_sbm{
    float: right;
    text-align: center;
    font-size: 17px;
    background: #00c163;
    padding: 0 12px;
    color: #ffffff;
    height: 24px;
    line-height: 24px;
}

.inp_sbm:hover{
    background: #9ac6dc;
}

.txt_modal{
    padding: 20px;
}

.txt_modal h4{
    font-size: 25px;
    color: #6c6c6c;
    margin-bottom: 20px;
    font-family: "ArialNarrowBold";
}

.txt_modal ol li{
    list-style: inherit;
    list-style-type: inherit;
    list-style-position: inside;
    margin-bottom: 15px;
    font-size: 17px;
    color: #6c6c6c;
}

.txt_modal p{
    font-size: 17px;
    color: #6c6c6c;
    margin-bottom: 15px;
}

.modal_info .hdr_modal{
    padding: 15px 45px 15px 20px;
    margin-bottom: 0;
}

.ftn{
    position: absolute;
    bottom: -5px;
    left:0;
    width: calc(100% - 200px);
    font-size: 12px;
    color: #70889f;
}

.modal_paym_txt{
    margin-bottom: 25px;
    padding: 0 20px;
}

.modal_paym_txt h3{
    font-size: 25px;
    text-align: left;
    margin-bottom: 20px;
    font-family: "ArialNarrowBold";
}

.modal_paym_txt p{
    font-size: 13px;
    font-family: "ArialNarrowBold";
}

.modal_paym_txt ul{
    margin: 15px 0;
    padding: 0 35px;
}

.modal_paym_txt li {
    display: block;
    font-size: 13px;
    font-family: "ArialNarrowBold";
}

.modal_paym_txt span{
    color: #277e00;
}














/*preloader*/

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.preloader{
    width: 130px;
}

.preloader img{
    width: 100%;
}

/*/fancybox-enabled*/

.fancybox-enabled .wrapper{
    filter:blur(5px);
}

/*responsive*/

@media (max-width: 1580px) {

    .left2 {
        padding-left: 3%;
    }
    .right2 {
        width: 560px;
    }
    .block4 h3 {
        font-size: 55px;
    }
    .wrap_family {
        margin-bottom: 50px;
    }
    .wrap_set_img {
        width: 735px;
    }
    .txt_set {
        margin-left: 0;
        padding-left: 20px;
        width: calc(100% - 750px);
    }
    .txt_set li {
        font-size: 20px;
    }




}


@media (max-width: 1480px) {

    .center2 {
        width: 600px;
        margin-left: -300px;
    }
    .block2 {
        padding-top: 0;
    }
    .block1 {
        padding-bottom: 180px;
    }
    .left2 {
        width: 400px;
        padding-left: 20px;
    }
    h3{
        font-size: 38px;
        margin-bottom: 35px;
    }
    h3 span {
        font-size: 56px;
    }
    .left2 li {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .wrap_more_info {
        margin-bottom: 35px;
    }
    .right2 {
        width: 400px;
    }
    .wrap_advantage {
        width: 100%;
    }
    .right3 h3 {
        font-size: 50px;
        margin-bottom: 35px;
    }
    .right3 p {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .block4 {
        padding-bottom: 60px;
    }
    .right5 {
        width: 48%;
        padding: 0 20px;
    }
    .right5 h3 {
        margin-bottom: 30px;
        font-size: 38px;
    }
    .right5 p {
        font-size: 22px;
    }
    .right5:after {
        width: 250px;
        height: 77px;
    }
    .block5 {
        padding-bottom: 50px;
    }
    .lemon {
        margin-left: 35px;
    }







}

@media (max-width: 1300px) {

    .right3 h3 {
        font-size: 38px;
    }
    .right3 p {
        font-size: 24px;
    }
    .right3 {
        width: 520px;
        padding: 0 20px;
    }
    .left3 {
        width: calc(100% - 540px);
    }
    .layer3 {
        margin-top: 320px;
    }
    .drops {
        height: 460px;
        left: 50px;
        top: 35px;
    }



}

@media (max-width: 1160px) {

    .footer .container {
        width: 100%;
        padding: 0 20px;
    }
    .address {
        width: 25%;
        padding-left: 20px;
        margin-left: 0;
    }
    .ftr_btn {
        width: 35%;
        margin-left: 0;
        padding-left: 0;
    }





}



@media (max-width: 1023px) {

    .parallax_block{
        display: none;
    }
    .right3 {
        width: 450px;
    }
    .left3 {
        width: calc(100% - 460px);
    }
    .wrap_family {
        margin-bottom: 0;
    }
    .item_family {
        width: 120px;
        margin: 0 5px 25px 5px;
    }
    .txt_set {
        padding: 0 20px;
        width: 100%;
        margin-bottom: 30px;
    }
    .form_set {
        width: 80%;
        margin: 0 auto;
    }




}

@media (max-width: 1000px) {

    .title_video p {
        font-size: 30px;
    }
    .title_video span {
        font-size: 20px;
    }
    .title_video{
        padding: 0 15px;
    }
    .select_video{
        padding: 0 15px;
    }
    .select_video p {
        margin-bottom: 25px;
        font-size: 20px;
    }
    .select_video a {
        font-size: 16px;
    }
    .play_video {
        width: calc(100% - 510px);
        background: url(../img/bl5/play.png) no-repeat center center;
        background-size: 50%;
    }
    .wrap_video{
        width: 100%;
        padding: 60px 0;
    }
    .address {
        width: 33%;
    }
    .ftr_btn {
        width: 28%;
    }

    .modal{
        width: 90%;
    }
    .right_modal {
        width: 48%;
    }
    .left_modal {
        float: left;
        width: 48%;
    }



}

@media (max-width: 968px){

    .wrap_irrik {
        top: 120px;
        width: 1100px;
    }
    .left1 {
        width: 60%;
    }
    .right1 {
        margin-top: 190px;
        width: 60%;
    }
    .tooltip {
        left: 50%;
        margin-left: -65px;
        width: 130px;
    }
    .tooltip:after {
        left: 50%;
        margin-left: -9px;
    }




}

@media (max-width: 940px){

    .center2{
        display: none;
    }

}

@media (max-width: 880px){

    .block1 {
        padding-bottom: 100px;
    }
    .left2{
        width: 100%;
        padding-right: 20px;
        float: none;
    }
    .right2{
        width: 100%;
        float: none;
    }
    .left2 h3, .left2 ul{
        text-align: center;
    }
    .wrap_advantage {
        width: 100%;
        padding: 0 20px;
        margin-top: 35px;
        float: none;
    }
    .pin_advantage {
        margin-right: 15px;
    }
    .txt_advantage {
        width: calc(100% - 115px);
    }
    .advantage {
        margin-bottom: 35px;
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }
    .form_right2 {
        float: none;
        width: 280px;
        margin: 0 auto;
    }
    .wrap_checkout_btn {
        float: none;
        margin-top: 0;
    }
    .left3 {
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .right3 {
        width: 100%;
        float: none;
    }
    .address {
        width: calc(100% - 180px);
    }
    .ftr_btn {
        width: calc(100% - 300px);
    }





}

@media (max-width: 768px) {

    .left1 {
        width: 100%;
    }
    .block1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .left1{
        float: none;
    }
    .wrap_irrik {
        top: 0;
        width: 100%;
        margin: 0;
        position: relative;
    }
    .right1 {
        width: 80%;
        float: none;
        margin: 15px auto 0 auto;
    }
    .title_tooltip_list {
        padding-right: 0;
    }
    .tooltip_list {
        padding-right: 0;
    }
    .block7 {
        padding: 50px 0;
    }
    .block7 h3 {
        margin-bottom: 35px;
    }
    .form_bl7 {
        width: 100%;
        padding: 0 20px;
    }
    .left_ftr{
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .logo_ftr{
        margin: 0 auto 15px auto;
    }
    .address{
        padding: 20px 0;
        float: none;
        width: 100%;
    }
    .ftr_btn{
        width: 100%;
        float: none;
        padding-top: 0;
    }
    .dev{
        float: none;
        margin: 15px auto 0 auto;
    }
    ftr_btn li {
        margin: 5px 0;
    }
    .wrap_slider {
        height: 360px;
    }

    .modal_checkout, .modal_info, .modal_paym {
        width: 98%;
    }
    .form_modal > div {
        width: 100%;
        margin-bottom: 15px;
    }
    .form_modal p {
        width: 80px;
    }
    .form_modal div input {
        width: calc(100% - 100px);
    }
    .ftn {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-bottom: 5px;
    }

}

@media (max-width: 720px) {

    .set_img{
        display: none;
    }
    .form_setimg {
        width: 260px;
        float: none;
        margin: 0 auto;
    }
    .block4 h3 {
        font-size: 35px;
    }
    .item_family {
        width: 80px;
        margin: 0 8px 25px 8px;
    }
    .item_family_img {
        width: 80px;
        height: 80px;
    }
    .item_family_name {
        font-size: 16px;
    }
    .txt_set ul {
        text-align: center;
    }
    .wrap_set_img {
        width: 100%;
    }
    .left5 {
        width: 90%;
        margin-bottom: 35px;
    }
    .right5 {
        width: 100%;
        margin-bottom: 35px;
    }
    .block4 {
        padding-bottom: 80px;
    }
    .right5:after{
        display: none;
    }
    .wrap_video {
        padding: 20px 0;
        display: block;
    }
    .play_video {
        background-size: 100px;
        width: 100%;
        margin: 15px 0;
        height: 100px;
    }
    .title_video{
        width: 100%;
    }
    .select_video{
        width: 100%;
    }
    .title_video p {
        font-size: 25px;
    }
    .left_modal{
        width: 100%;
    }
    .right_modal{
        width: 100%;
        margin-top: 25px;
    }


}


@media (max-width: 480px) {

    h2 {
        font-size: 30px;
    }
    .left1 p {
        font-size: 15px;
    }
    .btn_left1 a {
        font-size: 15px;
    }
    .right1{
        width: 100%;
    }
    .block7 h3 span {
        font-size: 21px;
    }
    .block7 h3 span:before, .block7 h3 span:after{
        display: none;
    }
    .block7 h3 span {
        padding-bottom: 0;
    }
    .block7 h3 {
        font-size: 20px;
    }
    .phone a {
        display: block;
    }
    .logo {
        margin-top: 16px;
    }

}


@media (max-width: 390px) {

    .gray_hdr p{
        display: none;
    }
    .gray_hdr a {
        float: none;
        text-align: center;
        margin: 3px 0;
    }
    .phone p {
        font-size: 10px;
        margin-top: 3px;
    }
    .phone {
        width: 155px;
        margin-top: 0px;
    }
    .logo {
        margin-top: 10px;
    }
    .phone a {
        font-size: 15px;
    }
    .block1{
        padding: 35px 0;
    }
    h2 {
        font-size: 25px;
    }
    .wrap_tooltip {
        width: 33%;
        margin-bottom: 25px;
    }
    .right3 h3 {
        font-size: 28px;
    }
    .right3 p {
        font-size: 20px;
    }
    .block4 h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .txt_set li {
        font-size: 17px;
    }
    .form_set {
        width: 100%;
    }
    .right5 h3 {
        font-size: 30px;
    }
    .block5 {
        padding-bottom: 0;
    }
    .phone_mdl{
        display: none;
    }
    .logo_mdl {
        float: none;
        text-align: center;
        margin-top: 0;
    }
    .wrap_slider {
        height: 320px;
    }




}