html body{font-family:'Open Sans', Helvetica, Arial, sans-serif;color:#888;}
body a, body a:hover, body a:focus{text-decoration:none;transition:.3s;}
.info{background:#009688;padding:3vh 10vw;color:#d9d9d9;}
.slick-slide img {width: 284px;}
#overlay{position:fixed;top:0;left:0;display:none;width:100%;height:100%;background:rgba(0, 0, 0, 0.65);z-index:999;-webkit-animation:fade .6s;-moz-animation:fade .6s;animation:fade .6s;overflow:auto;}
.popup{top:25%;left:0;right:0;font-size:14px;margin:auto;width:85%;max-width:600px;position:absolute;padding:15px 20px;border:1px solid #383838;background:#fefefe;z-index:1000;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;font:14px/18px 'Tahoma', Arial, sans-serif;-webkit-box-shadow:0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);-moz-box-shadow:0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);-ms-box-shadow:0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);box-shadow:0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);-webkit-animation:fade .6s;-moz-animation:fade .6s;animation:fade .6s;}
.popup h2, .popup h3{margin:0 0 1rem 0;font-weight:300;line-height:1.3;color:#009032;text-shadow:1px 2px 4px #ddd;}
.close{top:10px;right:10px;width:32px;height:32px;position:absolute;border:none;border-radius:50%;background-color:rgba(0, 131, 119, 0);cursor:pointer;outline:none;}
.close:before{color: rgb(189, 182, 164);
    content: "X";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: normal;
    text-decoration: none;
    transition: all 0.5s;
    top: -5px;
    right: -7px;
    position: relative;}
.close:hover{}
.popup img{width:100%;height:auto;box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);}
.pl-left,
.pl-right{width:25%;height:auto;}
.pl-right{float:right;margin:5px 0 5px 15px;}
.pl-left{float:left;margin:5px 18px 5px 0;}
@-moz-keyframes fade{from{opacity:0;}
to{opacity:1}
}
@-webkit-keyframes fade{from{opacity:0;}
to{opacity:1}
}
@keyframes fade{from{opacity:0;}
to{opacity:1}
}
.block-header{color:#fff;font-size:15px;line-height:18px;display:inline-block;vertical-align:top;margin-right:20px;min-height:32px;padding-left:50px;text-align:left;position:relative;font-family:"SegoeUI-Regular",sans-serif;}
.loader, .modal{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIW…YAAAAeSURBVHjaYmRgYNBmIAIwMRAJRhVSRyEAAAD//wMAVdAAP0SGoHgAAAAASUVORK5CYII=);background-repeat:repeat;width:100%;height:100%;position:fixed;display:none;left:0;top:0;}
.heigt{line-height:30px;border-right:1px solid #eee;border-top:1px solid #eee;}
.heigtz{line-height:30px;text-align:right;border-top:1px solid #eee;}
.little{font-size:10px;margin-left:5px;color:#b7b7b7;}
.order-modal, .users-online{cursor:pointer;position:fixed;right:20px;top:120px;width:320px;background-color:rgba(0, 0, 0, 0.5);color:white;transition:1s all;font-size:17px;line-height:18px;border-radius:10px;z-index:9999;opacity:0;visibility:hidden;}
.order-modal > div, .users-online > div{margin:10px;}
.order-modal > div>span , .users-online > div>span{display:inline-block;vertical-align:middle;width:calc(100% - 70px);margin-left:10px;}
.show-order, .show-order-last{opacity:1;visibility:visible;transition:1s all;}
.blink{color:#68bd52!important;animation-name:blinker;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;-webkit-animation-name:blinker;-webkit-animation-duration:1s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;-moz-animation-name:blinker;-moz-animation-duration:1s;-moz-animation-timing-function:linear;-moz-animation-iteration-count:infinite;text-decoration:line-through;}
.blink_me{font-size:24px;color:#68bd52;font-weight:bold;}
.show-order:before, .show-order-last:before{content:'';position:absolute;right:0;top:-15px;width:15px;height:3px;background:#68bd52;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);transition:1s all;}
.show-order:after, .show-order-last:after{content:'';position:absolute;right:0;top:-15px;width:15px;height:3px;background:#68bd52;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);transition:1s all;}
.everad-sprite{background:url(../img/eco-bag.png) no-repeat;display:inline-block;vertical-align:middle;width:50px;height:50px;margin-right:5px;}
.everad-sprite-bucket{background-position:0px 0px;}
.everad-sprite-callback{background-position:-65px -5px;}
.everad-sprite-online_user{background-position:-50px 0px;}
@media screen and (max-width:767px){.order-modal, .users-online{top:auto;right:10px;bottom:10px;width:300px;}
}
@-moz-keyframes blinker{0%{opacity:1.0;}
50%{opacity:0.0;}
100%{opacity:1.0;}
}
@-webkit-keyframes blinker{0%{opacity:1.0;}
50%{opacity:0.0;}
100%{opacity:1.0;}
}
@keyframes blinker{0%{opacity:1.0;}
50%{opacity:0.0;}
100%{opacity:1.0;}
}
.cbh-phone{position:fixed;right:10px;bottom:10px;visibility:hidden;background-color:transparent;width:200px;height:200px;cursor:pointer;z-index:99;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transition:visibility .5s;-moz-transition:visibility .5s;-o-transition:visibility .5s;transition:visibility .5s}
.cbh-phone.cbh-show{visibility:visible}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}
100%{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);-ms-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}
100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}
}
@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}
100%{opacity:1;-webkit-transform:none;transform:none}
}
@-webkit-keyframes fadeOutRight{0%{opacity:1}
100%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}
}
@keyframes fadeOutRight{0%{opacity:1}
100%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);-ms-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}
}
.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}
.cbh-phone.cbh-static1{opacity:.6}
.cbh-phone.cbh-hover1{opacity:1}
.cbh-ph-circle{width:160px;height:160px;top:20px;left:20px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(30, 30, 30, .4);opacity:.1;-webkit-animation:cbh-circle-anim 1.2s infinite ease-in-out;-moz-animation:cbh-circle-anim 1.2s infinite ease-in-out;-ms-animation:cbh-circle-anim 1.2s infinite ease-in-out;-o-animation:cbh-circle-anim 1.2s infinite ease-in-out;animation:cbh-circle-anim 1.2s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.cbh-phone.cbh-active .cbh-ph-circle1{-webkit-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-moz-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-ms-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-o-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;animation:cbh-circle-anim 1.1s infinite ease-in-out!important}
.cbh-phone.cbh-static .cbh-ph-circle{-webkit-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-moz-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-ms-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-o-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;animation:cbh-circle-anim 2.2s infinite ease-in-out!important}
.cbh-phone.cbh-hover .cbh-ph-circle{border-color:rgba(0, 175, 242, 1);opacity:.5}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle{border-color:rgba(117, 235, 80, 1);opacity:.5}
.cbh-phone.cbh-green .cbh-ph-circle{border-color:rgb(104, 189, 82);opacity:.5}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle{border-color:rgba(204, 204, 204, 1);opacity:.5}
.cbh-phone.cbh-gray .cbh-ph-circle{border-color:rgba(117, 235, 80, 1);opacity:.5}
.cbh-ph-circle-fill{width:100px;height:100px;top:50px;left:50px;position:absolute;background-color:#000;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.1;-webkit-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-ms-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-o-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.cbh-phone.cbh-active .cbh-ph-circle-fill{-webkit-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-moz-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-ms-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-o-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important}
.cbh-phone.cbh-static .cbh-ph-circle-fill{-webkit-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-moz-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-ms-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-o-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;opacity:0!important}
.cbh-phone.cbh-hover .cbh-ph-circle-fill{background-color:rgba(0, 175, 242, .5);opacity:.75!important}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill{background-color:rgba(117, 235, 80, .5);opacity:.75!important}
.cbh-phone.cbh-green .cbh-ph-circle-fill{background-color:rgba(0, 175, 242, .5);opacity:.75!important}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill{background-color:rgba(204, 204, 204, .5);opacity:.75!important}
.cbh-phone.cbh-gray .cbh-ph-circle-fill{background-color:rgba(117, 235, 80, .5);opacity:.75!important}
.cbh-ph-img-circle1{width:60px;height:60px;top:70px;left:70px;position:absolute;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==);background-color:rgba(30, 30, 30, .1);background-position:center center;background-repeat:no-repeat;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.7;-webkit-animation:cbh-circle-img-anim 1s infinite ease-in-out;-moz-animation:cbh-circle-img-anim 1s infinite ease-in-out;-ms-animation:cbh-circle-img-anim 1s infinite ease-in-out;-o-animation:cbh-circle-img-anim 1s infinite ease-in-out;animation:cbh-circle-img-anim 1s infinite ease-in-out}
.cbh-phone.cbh-active .cbh-ph-img-circle1{-webkit-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-moz-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-ms-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-o-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;animation:cbh-circle-img-anim 1s infinite ease-in-out!important}
.cbh-phone.cbh-static .cbh-ph-img-circle1{-webkit-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-moz-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-ms-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-o-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;animation:cbh-circle-img-anim 0s infinite ease-in-out!important}
.cbh-phone.cbh-hover .cbh-ph-img-circle1{background-color:rgba(0, 175, 242, 1)}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover{background-color:rgba(117, 235, 80, 1)}
.cbh-phone.cbh-green .cbh-ph-img-circle1{background-color:rgba(0, 175, 242, 1)}
.cbh-phone.cbh-green .cbh-ph-img-circle1{background-color:rgba(0, 175, 242, 1)}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1{background-color:rgba(204, 204, 204, 1)}
.cbh-phone.cbh-gray .cbh-ph-img-circle1{background-color:rgba(117, 235, 80, 1)}
@-moz-keyframes cbh-circle-anim{0%{-moz-transform:rotate(0deg) scale(0.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}
30%{-moz-transform:rotate(0deg) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}
100%{-moz-transform:rotate(0deg) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}
}
@-webkit-keyframes cbh-circle-anim{0%{-webkit-transform:rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity:.1}
30%{-webkit-transform:rotate(0deg) scale(.7) skew(1deg);-webkit-opacity:.5}
100%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);-webkit-opacity:.1}
}
@-o-keyframes cbh-circle-anim{0%{-o-transform:rotate(0deg) kscale(0.5) skew(1deg);-o-opacity:.1}
30%{-o-transform:rotate(0deg) scale(.7) skew(1deg);-o-opacity:.5}
100%{-o-transform:rotate(0deg) scale(1) skew(1deg);-o-opacity:.1}
}
@keyframes cbh-circle-anim{0%{transform:rotate(0deg) scale(0.5) skew(1deg);opacity:.1}
30%{transform:rotate(0deg) scale(.7) skew(1deg);opacity:.5}
100%{transform:rotate(0deg) scale(1) skew(1deg);opacity:.1}
}
@-moz-keyframes cbh-circle-fill-anim{0%{-moz-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}
50%{-moz-transform:rotate(0deg) -moz-scale(1) skew(1deg);opacity:.2}
100%{-moz-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}
}
@-webkit-keyframes cbh-circle-fill-anim{0%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}
50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}
100%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}
}
@-o-keyframes cbh-circle-fill-anim{0%{-o-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}
50%{-o-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}
100%{-o-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}
}
@keyframes cbh-circle-fill-anim{0%{transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}
50%{transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}
100%{transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}
}
@keyframes cbh-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}
10%{transform:rotate(-25deg) scale(1) skew(1deg)}
20%{transform:rotate(25deg) scale(1) skew(1deg)}
30%{transform:rotate(-25deg) scale(1) skew(1deg)}
40%{transform:rotate(25deg) scale(1) skew(1deg)}
100%,
50%{transform:rotate(0deg) scale(1) skew(1deg)}
}
@-moz-keyframes cbh-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}
10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}
20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}
30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}
40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}
100%,
50%{-moz-transform:rotate(0deg) scale(1) skew(1deg)}
}
@-webkit-keyframes cbh-circle-img-anim{0%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}
10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
100%,
50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}
}
@-o-keyframes cbh-circle-img-anim{0%{-o-transform:rotate(0deg) scale(1) skew(1deg)}
10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}
20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}
30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}
40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}
100%,
50%{-o-transform:rotate(0deg) scale(1) skew(1deg)}
}
.cbh-ph-img-circle1{}
.cbh-phone.cbh-green .cbh-ph-circle{border-color:rgb(104, 189, 82);}
.cbh-phone.cbh-green .cbh-ph-circle-fill{background-color:rgb(102, 183, 62);}
.cbh-phone.cbh-green .cbh-ph-img-circle1{background-color:rgb(104, 189, 82);}
@media screen and (max-width:1000px){#clbh_phone_div{display:none !important;}
}
.modal-wrap{visibility:hidden;opacity:0;position:fixed;top:0;width:100%;left:0;height:100%;background:rgba(0, 0, 0, 0.6);z-index:10000;overflow-y:auto;overflow-x:hidden;transition:.3s all;}
.modal-wrap .inner-modal{max-width:1000px;margin:100px auto 50px;position:relative;}
.show-modal{visibility:visible;opacity:1;transition:.3s all;}
.clone-this-mobile{display:none;}
.modal-wrap .clone-this-mobile{display:block !important;}
.logo span{font-size:23px;font-weight:600;line-height:23px;margin:0;text-transform:uppercase;color:#68bd52;letter-spacing:0.12em;}
.block-header--1.block-header:before{background-position:0 0;}
.block-header--2.block-header:before{background-position:-42px 0;}
.block-header--3.block-header:before{background-position:-84px 0;}
.block-header:before{content:" ";background:url(../img/icon-header.png) no-repeat;width:42px;height:42px;position:absolute;top:-10px;left:0;}
.timer__index{width:50px;display:inline-block;float:left;}
.timer1 p, .timer1 .timer__item-title, .timer1 .timer_punkt{color:#e2f3dd;font-size:16px;}
.timer__item:after{display:block;position:absolute;content:'';width:100%;height:1px;background-color:#4a8c39;top:50%;left:0;}
.timer_punkt{color:#0d3466;float:left;line-height:50px;padding:0 5px;font-size:30px;}
.timer__item-title{color:#0d3466;font-size:14px;font-weight:400;text-align:center;margin:10px auto;display:block;}
.symptoms_title, .symptoms_hd_title, .symptoms_other_title{border-bottom:1px solid #000;font-weight:600;padding:24px 0 22px;margin-bottom:30px;text-align:center;font-size:16px;}
.symptoms_hd ul{list-style:none;}
.symptoms_other ul{list-style:none;}
.order1{background:url(../img/online-shop.png) no-repeat center top;}
.order2{background:url(../img/support.png) no-repeat center top;}
.order3{background:url(../img/delivery-truck.png) no-repeat center top;}
.order4{background:url(../img/credit-card.png) no-repeat center top;}
.orders:last-child{margin-right:0;}
.orders{float:left;text-align:center;width:24%;padding-top:75px;position:relative;margin-right:10px;}
.orders p{color:#888;font-weight:bold;line-height:22px;text-transform:uppercase;}
.order4:after{display:none!important;}
.orders:after{position:absolute;display:block;content:'';width:200px;height:100px;background:url(../img/electro.png) no-repeat center;top:-15px;left:165px;}
.orders div{color:#888;font-weight:400;line-height:22px;padding-top:10px;}
.new-text{text-transform:uppercase;font-weight:700;font-size:30px;line-height:50px;color:#e0564c;}
.symptoms_other_text{color:#e2574c;margin:0;padding:15px 0 9px 0;display:inline-block;}
.symptoms_other img{margin-left:25px;margin-bottom:45px;}
.symptoms_other p span{font-size:32px;font-weight:700;display:block;}
.symptoms_hd img{margin-left:15px;margin-bottom:45px;}
.symptoms_hd_text{color:#68bd52;margin:0;padding:15px 0 9px 0;display:inline-block;}
.symptoms ul{list-style:none;}
.symptoms_hd p span{font-size:32px;font-weight:700;display:block;}
.symptoms_title768{display:none;}
.symptoms ul li{font-size:17px;line-height:36px;padding:20px 0 64px 16px;}
.symptoms_theme{display:none;}
.block1-right{float:right;width:330px;border-radius:10px;margin-top:50px;padding-bottom:12px;background-color:rgb(226, 243, 221);}
.block1-right .share_price{color:#e2574c;letter-spacing:-1px;font-size:20px;padding:0px 20px 0 20px;}
.previous{font-size:13px;font-weight:400;}
.price_previous{color:#999;float:left;}
.residue{color:#0d3466;font-size:16px;font-weight:400;line-height:16px;padding:0px 20px;}
.x_price_previous{display:inline-block;font-size:22px;text-decoration:line-through;font-family:'Open Sans';margin-right:5px;font-weight:700;}
.lock{font-size:14px;font-weight:400;line-height:16px;color:#e0564c;background:url(../img/lock.png) no-repeat 22px center;padding:0 0 0 62px;}
.residue span:last-child{color:#0d3466;font-size:22px;font-family:'Open Sans';font-weight:700;}
.x_currency{display:inline-block;font-size:14px;font-family:'Open Sans';font-weight:700;}
.right{float:right;}
.price_current{color:#e2574c;}
.x_price_current{display:inline-block;font-size:36px;font-family:'Open Sans';margin-right:3px;font-weight:700;}
.x_currency{display:inline-block;font-size:14px;font-family:'Open Sans';font-weight:700;}
.current{font-size:13px;font-weight:400;}
.time1{width:300px;padding:10px 70px 0 10px;margin:0 auto;}
.timer__item{width:50px;height:50px;background:#0d3466;color:#fff;font:bold 26px 'Open Sans', sans-serif;line-height:30px;padding:10px 5px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-border-radius:2px;display:block;position:relative;}
.timer1 .timer__item{background-color:#68bd52;text-align:center;}
.section1-left .do--1.do:before{background-position:0 0;}
.section1-left .do--2.do:before{background-position:-55px 0;}
.section1-left .do--3.do:before{background-position:-110px 0;}
.section1-left .do--4.do:before{background-position:-165px 0;}
.section1-left .do--5.do:before{background-position:-220px 0;}
.section1-left .do--6.do:before{background-position:-275px 0;}
.section1-left .do:before{content:" ";background:url(../img/icon-list1.png) no-repeat;width:55px;height:55px;position:absolute;top:2px;left:-10px;}
.section1-left .do{color:#fff;font-size:16px;line-height:22px;letter-spacing:-0.03em;padding-left:60px;margin-left:10px;min-height:48px;font-family:"SegoeUI-SemiBold",sans-serif;position:relative;padding-bottom:20px;}
.section{padding:80px 0;}
.section-heading{text-align:center;font-size:30px;line-height:30px;font-weight:400;text-transform:uppercase;letter-spacing:0.1em;margin:0 0 55px;}
.section-heading span{color: #000000;
    font-size: 19px;
    line-height: 45px;
    letter-spacing: 0;}
.section-heading span:before{right:100%;margin-right:15px;}
.section-heading span:after{left:100%;margin-left:15px;}
.thankyou-wrap{text-align:center;padding-top:200px;}
.thankyou-wrap h1{text-transform:uppercase;letter-spacing:0.1em;color:#333;margin:0 0 10px;}
.thankyou-wrap p{margin:0 0 20px;}
.thankyou-wrap .call-btn{display:inline-block;width:auto;padding:0 20px;}
.header-wrap{padding-bottom:50px;background:url(img/bg-artrilife-01.jpg) no-repeat center;min-height:700px;padding-top:30px;overflow:hidden;color:#eee;}
.logo h1{font-size:23px;font-weight:600;line-height:23px;margin:0;text-transform:uppercase;color:#68bd52;letter-spacing:0.12em;}
.logo strong{font-size:12px;font-weight:300;line-height:12px;text-transform:lowercase;color:#68bd52;letter-spacing:0.1em;}
.nav ul{margin:0;padding:0;font-size:0;text-align:right;}
.nav ul li{display:inline-block;list-style:none;}
.nav ul li a{display:inline-block;font-size:14px;color:#eee;margin-left:23px;line-height:43px;}
.nav ul li:first-child a{margin-left:0;}
.nav ul li a:hover{color:#68bd52;}
.call-btn{display: block;
    font-family: 'PT Sans','Helvetica Neue',Helvetica,Arial,sans-serif!important;
    color: #fff!important;
    text-align: center;
    line-height: 21px;
    font-size: 17px;}
.header-wrap .call-btn{margin:6.5px 0;}
.heading{margin:40px 0 0;text-align:center;font-size:35px;font-weight:600;line-height:52px;}
.heading span{color:#68bd52;position:relative;}
.heading span i{position:absolute;font-size:24px;line-height:24px;font-weight:600;top:7px;right:-16px;}
.description{margin:20px 0 0;text-align:center;font-size:21px;}
.description strong{font-weight:400;}
.header-wrap .theme-btns{margin-top:47px;}
.header-wrap .theme-btns a:last-child{color:#eee;}
.theme-btns a:first-child{font-size:18px;color:#fff;letter-spacing:0.05em;text-transform:uppercase;line-height:50px;background:#68bd52;border-radius:50px;display:inline-block;padding:0 37px;margin-right:30px;vertical-align:middle;}
.theme-btns a:first-child:hover{background:#e2574c;}
.theme-btns a:last-child{color:#888;text-decoration:underline;display:inline-block;vertical-align:middle;}
.theme-btns a:last-child:hover{color:#68bd52;}
.header-img{position:relative;}
.header-img img{position:absolute;top:10px;right:-25px;}
.header-img ul{margin:0;padding:0;text-align:right;position:absolute;left:-8px;top:285px;}
.header-img ul li{list-style:none;margin-bottom:50px;padding-right:86px;background:url(img/bg-tips.png) no-repeat center right;}
.about-wrap img{margin:0 auto;}
.about-block{margin-top:50px;position:relative;}
.about-block p{margin:0;}
.about-block-top{margin-top:0px;}
.about-block-left{text-align:right;}
.about-block-right{text-align:left;}
.about-tip{position:absolute;}
.about-tip-1{width:141px;height:66px;background:url(img/about-tips.png) no-repeat left top;top:25px;left:100%;margin-left:15px;}
.about-tip-2{width:140px;height:11px;background:url(img/about-tips.png) no-repeat left center;top:35px;left:100%;margin-left:15px;}
.about-tip-3{width:141px;height:66px;background:url(img/about-tips.png) no-repeat left bottom;bottom:25px;left:100%;margin-left:15px;}
.about-tip-4{width:141px;height:66px;background:url(img/about-tips.png) no-repeat right top;top:35px;right:100%;margin-right:15px;}
.about-tip-5{width:140px;height:11px;background:url(img/about-tips.png) no-repeat right center;top:25px;right:100%;margin-right:15px;}
.about-tip-6{width:141px;height:66px;background:url(img/about-tips.png) no-repeat right bottom;bottom:25px;right:100%;margin-right:15px;}
.download-pdf{display:block;width:144px;height:45px;background:url(img/bg-pdf.png) no-repeat center;color:#fff;font-size:12px;line-height:14px;margin:20px auto 0;padding:8px 0 0 52px;}
.download-pdf:hover{color:#fff;opacity:0.9;}
.video-wrap{}
.video-wrap p{margin:0 0 35px;text-indent:20px;}
.video-block{position:relative;}
.video-block span{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.8);}
.video-block span i{display:block;width:75px;height:75px;background:url(img/icon-play.png) no-repeat center;cursor:pointer;position:absolute;top:50%;left:50%;margin-top:-37px;margin-left:-37px;border-radius:50%;}
.hidden-video{width:465px;position:fixed;top:150px;left:50%;margin-left:-232.5px;z-index:4;display:none;}
.testimonials-wrap{text-align:center;}
.testimonial-block{margin:25px auto;max-width:750px;display:none;}
.testimonial-block-current{display:block;}
.testimonial-block p{margin:0;}
.testimonials{margin:0;padding:0;display:inline-block;}
.testimonials li{display:inline-block;text-align:left;list-style:none;margin:0 35px;cursor:pointer;opacity:0.50;transition:.3s;}
.testimonials li.current-testimonial, .testimonials li:hover{opacity:1;}
.testimonials li img{width:45px;height:45px;border-radius:50px;display:inline-block;vertical-align:middle;margin-right:10px;}
.testimonials li h3{display:inline-block;vertical-align:middle;font-size:14px;color:#333;line-height:18px;}
.testimonials li h3 span{display:block;font-weight:400;color:#888;}
.kicker-wrap{background:url(img/bg-kicker.jpg) no-repeat center;}
.kicker{position:relative;}
.form{background:#fff;width:465px;box-shadow:0 0 70px rgba(102,102,102,0.3);padding: 20px 25px;margin:0 auto!important;}
.form .section-heading{margin-bottom:25px;}
.form p{margin:0 0 20px;position:relative;}
.form p:first-of-type:before{display:none;content:'\f007';font-family:FontAwesome;position:absolute;top:50%;margin-top:-10px;left:34px;color:#888;}
.form p:last-of-type:before{display:none;content:'\f095';font-family:FontAwesome;position:absolute;top:50%;margin-top:-10px;left:34px;color:#888;}
.form p input{    color: #888;border:1px solid #ebebeb;outline:none;line-height:45px;width:100%;padding-left:55px;transition:.3s;}
.form p input:focus{border-color:#ccc;}
.form textarea{border:1px solid #ebebeb;outline:none;width:100%;margin:0 0 20px;padding:10px;height:120px;}
.form button{display:block;background-color: #5b8d47;
    color: #ffffff;
    border-color: #5b8d47;
    background: linear-gradient(to bottom right,#86a338,#20755b);text-align:center;border:none;outline:none;width:100%;line-height:45px;letter-spacing:0.05em;text-transform:uppercase;margin-bottom:8px;transition:.3s;}
.form button:hover{    background-color: #883d1f;}
.form > span{color:#382410;display:block;text-align:center;font-size:12px;line-height:12px;font-style:italic;}
.variant{position:absolute;top:60px;left:50%;margin-left:280px;}
.variant p{margin:0;color:#fff;}
.variant p a{color:#68bd52;text-decoration:underline;}
.variant p a:hover{color:#e2574c;}
.variant img{margin:10px 0 0 -35px;}
.cert-slider, .cert-slider *{outline:none;}
.cert-slide img{margin:0 auto;padding:0 15px;}
.seo-text{padding-bottom:80px;}
.danger{padding-top:60px;padding-bottom:60px;}
.danger img{width:100%;}
.footer-wrap{background:#333;padding:50px 0;}
.footer-wrap .section-heading{text-align:left;margin-left:30px;margin-bottom:30px;}
.footer-col .contacts{margin:0 0 25px;padding:0;}
.footer-col .contacts li{list-style:none;}
.footer-col .contacts li a{display:inline-block;color:#888;}
.footer-col .contacts li a i{display:inline-block;margin-right:7px;}
.footer-col .contacts li span{background:#333;margin-left:-17px;cursor:pointer;transition:.3s;}
.footer-col .contacts li span:hover{color:#68bd52;}
.footer-col p{margin:0 0 20px;}
.footer-col p i{display:inline-block;margin-right:7px;}
.socials{margin:0;padding:0;}
.socials li{display:inline-block;list-style:none;}
.socials li a{display:inline-block;color:#888;font-size:18px;margin-right:17px;}
.socials li a:hover{color:#68bd52;}
.copyright p{margin:0;}
.copyright p:first-of-type{text-transform:uppercase;letter-spacing:0.5em;}
.overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.8);z-index:999;cursor:pointer;display:none;}
.hidden-form{width:465px;position:fixed;top:80px;left:50%;margin-left:-232.5px;z-index:9999;display:none;}
.hidden-form .form{width:100%;box-shadow:none;}
.hidden-form .form .section-heading, .hidden-info .section-heading{    margin: 0;}
.hidden-form .form .section-heading span, .hidden-info .section-heading span{position:relative;}
.hidden-form .form .section-heading span:before, .hidden-info .section-heading span:before{right:100%;margin-right:15px;}
.hidden-form .form .section-heading span:after, .hidden-info .section-heading span:after{left:100%;margin-left:15px;}
.form-mail .form p:last-of-type:before{content:'\f0e0';}
.hidden-info{width:750px;padding:30px 40px;height:400px;overflow-y:auto;position:fixed;top:150px;left:50%;margin-left:-375px;z-index:4;background:#fff;display:none;}
.hidden-info p{margin:0 0 15px;text-indent:20px;}
@media only screen and (max-width:1199px){.heading{margin:100px 0 0;}
.nav ul li a{font-size:12px;margin-left:15px;}
.call-btn{font-size:12px;}
.symptoms_other_text{font-size:12px;}
.block-header{float:right;}
.header-img img{width:300px;right:0px;top:0;}
.block1-right{width:300px;}
.block1-right .share_price{font-size:19px;}
.new-text{font-size:25px;line-height:40px;}
#dostcena{min-height:700px!important;}
.previous{padding-top:0px!important;}
.time1{padding:0px 0px 0 0px!important;}
.section1-left{margin-top:20px!important;}
.header-wrap .call-btn{margin:6.5px 0px;display:inline-block;padding:0 15px;}
.symptoms ul li{font-size:13px;padding:10px 0 55px 16px;}
.starz{float:right;max-width:50%;}
.star{max-width:50%;float:left;}
.symptoms_other img{margin-left:5px;max-width:95px;margin-bottom:35px;}
.symptoms_other p span{font-size:26px;}
.symptoms_title, .symptoms_hd_title, .symptoms_other_title{min-height:91px;}
.symptoms_hd img{margin-left:5px;max-width:95px;margin-bottom:35px;}
.symptoms_hd p span{font-size:26px;}
.symptoms_hd_text{font-size:12px;}
.heigt{line-height:22px;font-size:12px;}
.description{font-size:16px;}
.section-heading{font-size:24px;letter-spacing:0em;}
.symptoms_title, .symptoms_hd_title, .symptoms_other_title{font-size:14px;}
.heigtz{line-height:22px;font-size:12px;}
.logo strong{font-size:9px;}
.testimonials li{width:23%;}
.section1-left .do{font-size:13px;}
.about-wrap img{position:relative;z-index:1;}
.header-img ul{left:-30px;top:200px;}
.theme-btns a:first-child{font-size:14px;line-height:40px;letter-spacing:0;padding:0 25px;}
.testimonials li{margin:0 auto;}
.hidden-form, .hidden-video, .hidden-info{top:25px;}
}
@media only screen and (max-width:991px){.header-wrap{min-height:auto;padding-bottom:80px;}
.logo h1{font-size:20px;}
.orders{width:23%;}
.logo strong{letter-spacing:0.09em;}
#touch-nav{float:right;font-size:21px;}
#touch-nav span, #touch-nav i{display:inline-block;vertical-align:middle;}
#touch-nav span{font-size:14px;text-transform:uppercase;margin-left:3px;}
.nav{margin-top:40px;display:none;}
.nav ul li{display:block;}
.nav ul li a{line-height:initial;}
.video-block{margin-bottom:20px;}
.variant{position:static;margin-left:0;margin-top:20px;text-align:center;}
.variant br{display:none;}
.variant p{color:#333;}
.variant img{display:none;}
}
@media only screen and (max-width:767px){.about-block-left, .about-block-right{text-align:center;}
.about-block, .about-block-top{margin:0 0 30px;}
.about-block:before{display:block;content:'';width:11px;height:11px;border-radius:50px;background:#68bd52;margin:0 auto 10px;}
.about-block i{display:none;}
.cert-slider .slick-prev:before, .cert-slider .slick-next:before{color:#333;}
.cert-slider .slick-prev{left:25px;z-index:2;}
.cert-slider .slick-next{right:25px;z-index:2;}
.footer-wrap .section-heading{text-align:center;margin-left:auto;}
.footer-col{text-align:center;margin-bottom:20px;}
.footer-col .call-btn{margin:0 auto;}
}
@media only screen and (max-width:600px){.hidden-form, .hidden-video, .hidden-info{width:auto;left:15px;right:15px;margin-left:auto;}
}
@media only screen and (max-width:480px){#besp{float:none!important;margin-top:40px;}
.heigtz {text-align: center;}
.residue{font-size:13px;}
.block1-right{width:100%;}
.section-heading span {
    font-size: 19px;
    line-height: 21px;
}
.section-heading{    line-height: 25px;}
.timer1 p, .timer1 .timer__item-title, .timer1 .timer_punkt {
    font-size: 12px;
}
.form button{font-size:13px!important;}
.symptoms_title, .symptoms_hd_title, .symptoms_other_title{min-height:14px;}
.header-wrap .call-btn{width:100%;}
#footer .col-md-12{text-align:center;}
.orders{width:100%;margin-top:15px;}
.orders:after{display:none}
.time1{width:220px;}
.testimonials li{width:100%;}
.lock{font-size:12px;padding:0px 15px 0 62px;}
.block1-right .share_price{font-size:17px;}
.star{max-width:100%;float:none;}
.starz{float:none;max-width:100%;}
.previous{font-size:13px!important;}
.heading{margin:20px 0 0;font-size:32px;line-height:36px;}
.theme-btns{text-align:center;}
.theme-btns a:first-child{display:block;margin-bottom:10px;text-align:center;margin-right:auto;}
.section-heading span:before, .section-heading span:after{display:none;}
.form{width:auto;}
.hidden-form .form .section-heading span:before, .hidden-form .form .section-heading span:after, .hidden-info .section-heading span:before, .hidden-info .section-heading span:after{display:none;}
.hidden-info .section-heading{font-size:18px;}
}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;}
.slick-list:focus{outline:none;}
.slick-list.dragging{cursor:pointer;cursor:hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
.slick-track{position:relative;top:0;left:0;display:block;}
.slick-track:before,
.slick-track:after{display:table;content:'';}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height:1px;}
[dir='rtl'] .slick-slide{float:right;}
.slick-slide img{display:block;}
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events:none;}
.slick-initialized .slick-slide{display:block;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden{display:none;}
@charset 'UTF-8';.slick-loading .slick-list{background:#fff url('./ajax-loader.gif') center center no-repeat;}
@font-face{font-family:'slick';font-weight:normal;font-style:normal;src:url('./fonts/slick.eot');src:url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');}
.slick-prev,
.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent;}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{color:transparent;outline:none;background:transparent;}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{opacity:1;}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{opacity:.25;}
.slick-prev:before,
.slick-next:before{font-family:'slick';font-size:20px;line-height:1;opacity:.75;color:white;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.slick-prev{left:-25px;}
[dir='rtl'] .slick-prev{right:-25px;left:auto;}
.slick-prev:before{    content: "";
    position: absolute;
    top: 0px;
    width: 44px;
    left: -30px;
    height: 44px;
    background-color: rgba(30,30,30,.8);
    background-image: url(img/left-arrow.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 24px 24px;}
[dir='rtl'] .slick-prev:before{content:'в†’';}
.slick-next{right:-25px;}
[dir='rtl'] .slick-next{right:auto;left:-25px;}
.slick-next:before{    content: "";
    position: absolute;
    top: 0px;
    width: 44px;
    height: 44px;
    background-color: rgba(30,30,30,.8);
      background-image: url(img/right-arrow.png); background-repeat: no-repeat;
    background-position: 50%;
    background-size: 24px 24px;}
[dir='rtl'] .slick-next:before{content:'в†ђ';}
.slick-dotted.slick-slider{margin-bottom:30px;}
.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;}
.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer;}
.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;}
.slick-dots li button:hover,
.slick-dots li button:focus{outline:none;}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{opacity:1;}
.slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'вЂў';text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.slick-dots li.slick-active button:before{opacity:.75;color:black;}