.container{width: 1230px;min-width: 320px; margin: 0 auto;padding: 0 15px;position: relative;}
@media(max-width:1300px){.container{width:992px;}}
.row{margin-left:-10px;margin-right:-10px}
.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8,.col9,.col10,.col11,.col12{float:left;padding-left:10px;padding-right:10px;min-height: 1px;}
.col1{width:8.33%}.col2{width:16.66%}.col3{width:25%}.col4{width:33.33%}.col5{width:41.66%}.col6{width:50%}.col7{width:58.33%}.col8{width:66.66%}.col9{width:75%}.col10{width:83.33%}.col11{width:91.66%}.col12{width:100%;padding-right:0;padding-left:0}
@media(max-width:992px){.container{width:768px;}.colx1{width:8.33%}.colx2{width:16.66%}.colx3{width:25%}.colx4{width:33.33%}.colx5{width:41.66%}.colx6{width:50%}.colx7{width:58.33%}.colx8{width:66.66%}.colx9{width:75%}.colx10{width:83.33%}.colx11{width:91.66%}.colx12{width:100%;padding-right:0;padding-left:0}}
@media(max-width:768px){.container{width:480px;}.coly1{width:8.33%}.coly2{width:16.66%}.coly3{width:25%}.coly4{width:33.33%}.coly5{width:41.66%}.coly6{width:50%}.coly7{width:58.33%}.coly8{width:66.66%}.coly9{width:75%}.coly10{width:83.33%}.coly11{width:91.66%}.coly12{width:100%;padding-right:0;padding-left:0}.container{padding:0 10px}.row{margin-left:-5px;margin-right:-5px}.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8,.col9,.col10,.col11,.col12{padding-left:5px;padding-right:5px}}
@media(max-width:480px){.container{width:100%;}.colz1{width:8.33%}.colz2{width:16.66%}.colz3{width:25%}.colz4{width:33.33%}.colz5{width:41.66%}.colz6{width:50%}.colz7{width:58.33%}.colz8{width:66.66%}.colz9{width:75%}.colz10{width:83.33%}.colz11{width:91.66%}.colz12{width:100%;padding-right:0;padding-left:0}}
.row:after,.container:after,.cl:after{content:"";display:block;width:100%;height:0;overflow:hidden;visibility:hidden;clear:both;}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/work/fonts/Montserrat-Regular.eot');
    src: url('/wp-content/themes/work/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/work/fonts/Montserrat-Regular.woff') format('woff'),
    url('/wp-content/themes/work/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*{
    font-family: "Roboto", Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    outline: none;
    font-weight: 400;
}

.lng{
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 99;
    background: rgba(0,0,0,0.6);
    padding: 0 5px;
}
.lng li{
    display: inline-block;
    vertical-align: top;   
}
.lng li a{
    display: block;
    padding: 5px 10px;
    font-size: 18px;
    color: #fff;
}
.lng li.current-lang a{
    text-decoration: none;
    font-weight: 700;
}

.big_block{
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 15px 0 10px;
    background-image:url(/wp-content/themes/work/img/bg_header3.jpg);
}
.big_block .content{
    width: 50%;
    float: left;
}
.big_block .content h3{
    padding: 15px 0 15px 20px;
    border-left: 6px solid #77c300;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}
.big_block .content h3 span{
    font-size: 40px;
    font-weight: 700;
}
.big_block .content ul li{
    padding-left: 30px;
    min-height: 16px;
    background-image: url(/wp-content/themes/work/img/check.png);
    background-position: top 50% left 0;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    list-style: none;
    font-size: 16px;
    color: #fff;
}
.big_block .content form{
    background: #fff;
    padding: 10px 30px 30px;
    border-radius: 15px;
    width: 360px;
}
.big_block .content .timer{
    margin: -20px auto 25px auto;
}
.big_block .content .timer .tit{
    color: #333;
}
.big_block .content form h5{
    font-size: 20px;
    color: #666;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.big_block .content form h5 span{
    color: #007b4c;
    font-size: 28px;
    font-weight: 700;
}
.big_block .content form input{
    width: 100%;
    margin-bottom: 20px;
    color: #000;
    background-color: #d1ffee;
    border: none;
    padding: 0 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    border: 1px solid #d1ffee;
}
.big_block .content form input.error{
    border: 1px solid red;
}
input.error{
    border: 1px solid red !important;
}
.big_block .content form button{
    color: #333;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    background-color: #ffc600;
    padding: 0px 15px;
    display: block;
    width: 200px;
    font-weight: 600;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    border: none;
}
.big_block .content .price{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    position: relative;
    white-space: nowrap;
}
.big_block .content .price span{
    color: #ff5e00;
    font-size: 37px;
    font-weight: 700;
}
.big_block .content .price span.old{
    position: absolute;
    top: -20px;
    right: 75px;
    font-size: 18px;
    color: #333;
}
.big_block .content .price span.old del{
    font-size: 22px;
}
@media(max-width:992px){
    .big_block{
        background-position: top 15% left 50%;
        background-image: url(/wp-content/themes/work/img/bg_header3_s.jpg);
    }
    .big_block .content{
        width: 100%;
        float: none;
        min-height: 1170px;
    }
    .big_block .content form{
        position: absolute;
        bottom: 10px;
        left: 50%;
        margin-left: -170px;
    }
}

.what{
    padding: 50px 0;
}
.what h3{
    text-align: center;
    color: #333;
    font-size: 36px;
    line-height: 1.23;
    font-weight: 400;
    margin-bottom: 50px;
}
.what h3 span{
    font-weight: 700;
    font-size: 36px;
    line-height: 1.23;
}
.what .items .item{
    width: 32%;
    float: left;
    margin-right: 2%;
}
.what .items .item:last-child{
    margin-right: 0;
}
.what .items .item .img{
    height: 260px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.what .items .item p{
    text-align: center;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 300;
    padding: 15px;
    color: #333;
}

.the_timer{
    position: relative;
    background-image: url(/wp-content/themes/work/img/porcini1-3.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.the_timer:before{
    content:"";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.5);
}
.the_timer .container{
    z-index: 2;
}
.the_timer h3{
    color: #77c300;
    font-size: 30px;
    line-height: 1.55;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.the_timer h5{
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}
.the_timer h5 span{
    font-size: 20px;
    color: #77c300;
}
.the_timer .time{
    margin-bottom: 30px;
}

.timer{
    text-align: center;
    padding: 15px 0;
    white-space: nowrap;
    width: 300px;
    margin: 0 auto;
}
.timer .timer_item{
    display: inline-block;
    vertical-align: top;
    width: 30%;
}
.timer .tit{
    display: inline-block;
    vertical-align: top;
    width: 2%;
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    margin-top: -7px;
}
.timer .timer_item .text{display: none;}
.timer .timer_item .count span{
    background: #ed1d1d;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 30px;
}
.timer .timer_item .count span:first-child{
    margin-right: 5px;
}

.form .img{
    float: left;
    width: 50%;
}
.form .img img{
    max-width: 100%;
    height: auto;
}
.form .content{
    float: right;
    width: 50%;
    padding: 100px 50px;
}
.form .content p{
    font-size: 20px;
    line-height: 1.55;
    padding-bottom: 30px;
    color: #000;
}
.form .content form{
    display: block;
    width: 100%;
}
.form .content form input{
    color: #333333;
    border: 1px solid #b3b3b3;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    margin-bottom: 20px;
}
.form .content form input.error{
    border: 1px solid red;
}
.form .content form button{
    height: 60px;
    padding: 0 60px;
    border: none;
    color: #ffffff;
    background-color: #235f2c;
    font-weight: 700;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 25px;
    cursor: pointer;
}
.form .content form button:hover{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) !important;
    background-color: #77c300 !important;
}
.form .content form h5{
    font-size: 20px;
    font-weight: 700;
}

.form{
    position: relative;
}
.form:before{
    content:"";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.preim{
    padding: 75px 0;
    background-color: #f5f6f7;
}
.preim .items{
    text-align: center;
    padding: 0 50px;
}
.preim .items .item{
    display: inline-block;
    vertical-align: top;
    width: 19%;
    padding: 0 15px 30px;
}
.preim .items .item .img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 25px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.preim .items .item h5{
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.preim .items .item p{
    font-size: 16px;
    color: #333;
    text-align: center;
}

.line{
    padding: 45px 0;
    background-color: #77c300;
}
.line h3{
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.inf{
    padding: 50px 0;
}
.inf .img{
    float: left;
    width: 50%;
} 
.inf .img img{
    max-width: 100%;
    height: auto;
}
.inf .content{
    padding: 100px 50px; 
    float: right;
    width: 50%;
}
.inf .content h3{
    font-size: 20px;
    line-height: 1.2;
    color: #333333;
    font-weight: 700;
    margin-bottom: 30px;
}
.inf .content p{
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 300;
}
.inf .content p b,.inf .content p strong{
    font-weight: 700;
    font-size: 16px;
}

.reviews{
    background: #eee;
}
.reviews > .name{
    background-color: #77c300;
    padding: 75px 0;
}
.reviews > .name h3{
    color: #fff;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
}
.reviews .items{
    padding: 50px 0 0;
}
.reviews .items .btns{
    padding-bottom: 50px;
    text-align: center;
}
.reviews .items .btns button{
    display: inline-block;
    color: #333333;
    background-color: #fecc1b;
    font-weight: 700;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    height: 60px;
    cursor: pointer;
}
.reviews .items .btns button:hover{
    box-shadow: 0 3px 15px 0 #999;
}
.reviews .items .item{
    display: none;
    position: relative;
    margin-bottom: 50px;
    padding-left: 100px;
}
.reviews .items .item.active{
    display: block;
}
.reviews .items .item .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.reviews .items .item .review{
    position: relative;
    padding: 30px;
    background: #fff;
}
.reviews .items .item .review .name{
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
.reviews .items .item .review .date{
    font-size: 14px;
    margin-bottom: 15px;
}
.reviews .items .item .review p{
    font-size: 14px;
}
.reviews .items .item .review:before{
    content:"";
    display: block;
    position: absolute;
    left: -9px;
    top: 28px;
    width: 0;
    height: 0;
    border: 9px solid;
    border-color: #fff #fff transparent transparent;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -6px;    
}
.reviews .items .item .review .video{
    padding-top: 30px;
}
.reviews .items .item .review .video iframe{
    max-width: 100%;
    height: 400px;
    width: 100%;
}

.say{
    padding: 50px 0;
}
.say h3{
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
    color: #000;
}
.say .item{
    background-color: #f3f4f6;
    position: relative;
    width: calc(100% - 200px);
    margin: 0 auto;
}
.say .item .img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 300px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.say .item .txt{
    width: calc(100% - 300px);
    float: right;
    padding: 50px;
}
.say .item .txt p{
    font-size: 20px;
    line-height: 1.55;
    color: #333;
    font-weight: 300;
    margin-bottom: 30px;
}
.say .item .txt h5{
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #000;
}

.videos{
    padding: 75px 0;
}
.videos h3{
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin-bottom: 50px;
}
.videos .items .item{
    float: left;
    width: 32%;
    margin-right: 1.5%;
}
.videos .items .item:last-child{
    margin-right: 0;
}
.videos .items .item iframe{
    max-width: 100%;
    width: 100%;
    height: 240px;
}

.prods{
    padding: 50px 0;
    background-image: url(/wp-content/themes/work/img/s8_bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.prods h3{
    color: #ffffff;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: center;
}
.prods h3 span{
    font-size: 36px;
    font-weight: 700;
}
.prods h5{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
.prods .items{
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    background: rgba(255,255,255,0.3);
    width: 77%;
    margin: 0 auto 30px;
}
.prods .items .item{
    display: inline-block;
    vertical-align: top;
    width: 19.5%;
    padding: 7px;
}
.prods .items .item .img{
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 260px;
}
.prods .in{
    padding: 20px;
    background: #fff;
    width: 540px;
    margin: 0 auto 30px;
    border-radius: 15px;
    position: relative;
    font-size: 18px;
    text-align: center;
}
.prods .in img{
    position: absolute;
    top: -17px;
    left: 50%;
    margin-left: -17px;
}
.prods .btns{
    text-align: center;
}
.prods .btns button{
    display: inline-block;
    height: 55px;
    padding: 0 60px;
    color: #333333;
    font-size: 18px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-width: 1px;
    border-radius: 4px;
    background-color: #fecc1b;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 4px 0px 0px rgba(255,193,2,1);
    cursor: pointer;
}
.prods .btns button:hover{
    background: #fddc68;
}

.kak{
    padding: 50px 0;
    background: #f5f6f7;
}
.kak h3{
    text-align: center;
    color: #333;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 30px;
}
.kak h3 span{
    font-size: 36px;
    font-weight: 700;
}
.kak h5{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
    color: #333;
}
.kak .items{
    margin-bottom: 50px;
}
.kak .items .item{
    width: 33.3%;
    float: left;
}
.kak .items .item .img{
    height: 253px;
    text-align: center;
    margin-bottom: 20px;
}
.kak .items .item .img img{
    max-width: 100%;
}
.kak .items .item p{
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}
.kak  .btm{
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
.kak  .btm .htxt{
    display: inline-block;
    padding: 10px 30px;
    border-radius: 6px;
    background-color: #77c300;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}
.kak  .btm .txt{
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
    padding: 40px 30px 15px;
    margin-top: -25px;
}

.mnenie{
    padding: 50px 0;
}
.mnenie h3{
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 400;
    color: #333;
}
.mnenie h3 span{
    font-size: 36px;
    font-weight: 700;
}
.mnenie .it .left{
    float: left;
    width: 270px;
}
.mnenie .it .right{
    float: right;
    width: calc(100% - 270px)
}
.mnenie .it .img{
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 20px;
}
.mnenie .it .img img{
    position: absolute;
    top: 0;
    right: 0;
}
.mnenie .it .nm{
    font-size: 20px;
    color: #000;
    font-weight: 400;
}
.mnenie .it .nm span{
    font-weight: 700;
    font-size: 20px;
}

.faq{
    padding: 50px 0;
}
.faq .item{
    border-top: 1px solid #eee;
}
.faq .item:last-child{
    border-bottom: 1px solid #eee;
}
.faq .item .nm{
    padding: 25px 50px 25px 0;
    font: 18px;
    font-weight: 700;
    color: #333;
    padding-right: 50px;
    position: relative;
    cursor: pointer;
}
.faq .item .nm .oc{
    position: absolute;
    right: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #77c300;
    text-align: center;
    padding-top: 7px;
    transition: 0.6s;
    margin-top: -20px;
}
.faq .item .nm:hover .oc{
    background-color: #dee119;
    
}
.faq .item .nm.active .oc{
    transform: rotate(45deg);
}
.faq .item .cont{
    display: none;
    padding: 30px 0;
    font-size: 16px;
    font-weight: 300;
    color: #333;
}

.reviews2{
    padding: 50px 0;
}
.reviews2 h3{
    font-size: 36px;
    font-weight: 400;
    color: #333;
    margin-bottom: 50px;
    text-align: center;
}
.reviews2 h3 span{
    font-size: 36px;
    font-weight: 700;
}
.reviews2 .item{
    width: 33%;
    float: left;
    padding: 0 15px 20px;
    background-color: #ffffff;
}
.reviews2 .item .it{
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
    overflow: hidden;
}
.reviews2 .item .img{
    height: 230px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.reviews2 .item p{
    padding: 25px 15px 15px;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    color: #333;
}

.photos{
    padding: 50px 0;
}
.photos h3{
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
    color: #333;
}
.photos h3 span{
    font-size: 36px;
    font-weight: 700;
}
.photos .items{
    
}
.photos .items .item{
    float: left;
    width: 25%;
    padding: 10px;
}
.photos .items .item .img{
    position: relative;
    height: 200px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.photos .items .item .img a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: zoom-in;
}

.delivery{
    padding: 20px 0 50px;
}
.delivery h3{
    font-size: 36px;
    font-weight: 400;
    color: #333;
    margin-bottom: 50px;
    text-align: center;
}
.delivery h3 span{
    font-weight: 700;
    font-size: 36px;
}
.delivery .cont{
    width: 80%;
    margin: 0 auto;
}
.delivery .items{
    width: 50%;
    float: left;
    padding-top: 50px;
}
.delivery .item{
    padding-left: 100px;
    padding-top: 5px;
    min-height: 70px;
    margin-bottom: 20px;
    background-size: 65px;
    background-repeat: no-repeat;
    background-position: left 0 top 0;
    font-size: 16px;
}
.delivery .img{
    width: 50%;
    float: right;
}
.delivery .img img{
    max-width: 100%;
    height: auto;
}

footer{
    padding: 50px 0;
}
footer p{
    text-align: center;
}
footer .btns{
    padding: 15px 0;
    text-align: center;
}
footer .btns a{
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    margin-right: 30px;
    color: #333;
}

.call_btn {
                                        cursor: pointer;
                                        position: fixed;
                                        bottom: 50px;
                                        right: 20px;
                                        border-radius: 50%;
                                        width: 50px;
                                        height: 50px;
                                        background: #ed1d1d;
                                        color: #fff;
                                        font-size: 28px;
                                        display: flex;
                                        align-items: center;
                                        justify-content: center;
                                        z-index: 10000;
                                    }

                                    .call_btn:after, .call_btn:before {
                                        content: '';
                                        width: 50px;
                                        height: 50px;
                                        position: absolute;
                                        top: 0;
                                        left: 0;
                                        background: none;
                                        border-radius: 50%;
                                        border: 1px solid #ed1d1d;
                                    }

                                    @keyframes rotate {
                                        0% {
                                            transform: rotate(0deg);
                                        }

                                        25% {
                                            transform: rotate(-20deg);
                                        }

                                        50% {
                                            transform: rotate(20deg);
                                        }

                                        75% {
                                            transform: rotate(-20deg);
                                        }

                                        100% {
                                            transform: rotate(0deg);
                                        }
                                    }

                                    @keyframes callbefore {
                                        0% {
                                            transform: scale(1);
                                        }

                                        100% {
                                            opacity: 0;
                                            transform: scale(1.5);
                                        }
                                    }

                                    @keyframes callafter {
                                        0% {
                                            transform: scale(1);
                                        }

                                        100% {
                                            opacity: 0;
                                            transform: scale(1.8);
                                        }
                                    }

                                    .call_btn:before {
                                        animation: callbefore 1s ease-in infinite;
                                    }

                                    .call_btn:after {
                                        animation: callafter 1s ease-in infinite;
                                    }

                                    .call_btn img {
                                        animation-name: rotate;
                                        animation-duration: 2s;
                                        animation-iteration-count: infinite;
                                        animation-timing-function: ease;
                                    }

.popup{
    display: none;
    position: fixed;
    top: 10vh;
    max-height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
    width: 560px;
    margin-left: -265px;
    left: 50%;
    background: #fff;
    padding: 30px;
    z-index: 999999;
}
.popup h3{
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
}
.popup h5{
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color: #333;
    margin-bottom: 30px;
}
.popup form{
    display: block;
    width: 100%;
}
.popup form input{
    color: #000000;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    font-size: 16px;
    height: 60px;
    width: 100%;
    margin-bottom: 15px;
}
.popup form button{
    height: 60px;
    width: 100%;
    padding: 0 60px;
    color: #ffffff;
    background-color: #ed1d1d;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
.popup form .dsc{
    text-align: center;
    font-size: 15px;
    color: #333;
}
.popup form .dsc a{
    font-size: 15px;
    color: #64c731;
}

.popup_bg{
    display: none;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.p_close{
    z-index: 99999;
    width: 43px;
    height: 43px;
    position: fixed;
    top: 15px; 
    right: 15px;
    padding: 10px;
    cursor: pointer;
}
.p_close svg{
    width: 23px;
    height: 23px;
} 

.popup.info{
    width: 80%;
    left: 10%;
    margin-left: 0;
}
.popup.info h3{
    color: #77c300;
}
.popup.info h5{
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}
.popup.info p{
    font-size: 16px;
    margin-bottom: 20px;
}

@media(max-width:1300px){
    .prods .items{
        width: 96%;
    }
}
@media(max-width:992px){
    .form:before{
        position: relative;
        width: 100%;
        height: 500px;
    }
    .form .content{
        padding: 30px 0;
        float: none;
        width: 100%;
    }
    .preim .items{
        padding: 0;
    }
    .preim .items .item{
        width: 32%;
    }
    .inf .img{
        float: none;
        width: 100%;
    } 
    .inf .content{
        float: none;
        width: 100%;
        padding: 50px 0;
    }
    .say .item{
        width: 100%;
    }
    .say .item .img{
        position: relative;
        margin: 0 auto;
        height: 400px;
        width: 300px;
    }
    .say .item .txt{
        width: 100%;
        padding: 30px 15px;
    }
    .videos .items .item{
        width: 100%;
        margin-right: 0;
        padding-bottom: 15px;
    }
    .videos .items .item iframe{
        height: 300px;
    }
    .prods .items{
        width: 100%;
    }
    .prods .items .item{
        width: 24.5%;
    }
    .photos .items .item{
        width: 33%;
    }
    .reviews2 .item{
        width: 100%;
    }
    .delivery .cont{
        width: 100%;
    }
    .delivery .items{
        width: 100%;
        float: none;
        padding-bottom: 30px;
    }
    .delivery .img{
        width: 100%;
        float: none;
    }
}
@media(max-width:768px){
    .what .items .item{
        width: 100%;
        margin: 0 0 15px 0;
    }
    .preim .items .item{
        width: 48%;
    }
    .line h3{
        font-size: 20px;
    }
    .prods .items .item{
        width: 48%;
    }
    .prods .in{
        width: 100%;
    }
    .kak .items .item{
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .kak .btm{
        width: 100%;
    }
    .mnenie .it .left{
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .mnenie .it .left .img{
        margin: 0 auto 20px;
    }
    .mnenie .it .right{
        width: 100%;
        float: none;
    }
    .photos .items .item{
        width: 50%;
    }
    .popup,.popup.info{
        width: 90%;
        margin-left: 0px;
        left: 5%;
        padding: 15px;
    }
    .popup h3 {
        font-size: 24px;
    }
    .popup h5{
        font-size: 15px;
    }
}
@media(max-width:480px){
    .big_block .content h3{
        font-size: 18px;
    }
    .big_block .content h3 span {
        font-size: 24px;
    }
    .big_block .content form{
        left: 5%;
        width: 90%;
        margin-left: 0;
        padding-right: 20px;
        padding-left: 20px;
    }
    .preim .items .item{
        width: 100%;
    }
    .reviews .items .item{
        padding-left: 0px;
    }
    .reviews .items .item .img{
        position: relative;
        margin-bottom: 30px;
    }
    .reviews .items .item .review:before{display: none;}
    .prods .items .item{
        width: 100%;
    }
    .photos .items .item{
        width: 100%;
        float: none;
    }
    .big_block .content .timer{
        width: 250px;
    }
}



