/* @font-face {
    font-family: 'AA Bebas Neue';
    src: url('../fonts/subset-AABebasNeue.eot');
    src: local('AA BebasNeue'), local('AABebasNeue'),
        url('../fonts/subset-AABebasNeue.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-AABebasNeue.woff2') format('woff2'),
        url('../fonts/subset-AABebasNeue.woff') format('woff'),
        url('../fonts/subset-AABebasNeue.ttf') format('truetype'),
        url('../fonts/subset-AABebasNeue.svg#AABebasNeue') format('svg');
    font-weight: normal;
    font-style: normal;
} */
img{
    image-rendering: optimizeQuality;
}
.insHide{
    display: none !important;
}
.popup__wrapper,
.mob-popup__wrapper{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.65);
    z-index: 99999999999999999;
}
.popup__wrapper .mb-desc{
    width: 322px;
    float: right;
}
.popup__wrapper .mb-desc__bottom p:not(:last-child){
    margin-bottom: 10px;
}
.popup__wrapper .mb-desc__bottom p span{
    display: inline
}
.mob-popup__wrapper{
    overflow-y: auto;
}
.popup__wrapper .mb-desc__bottom{
    padding-right: 0;
    padding-left: 20px;
}
.mb-form-block__popup-left{
    position: absolute;
    width: 585px;
    height: 372px;
    background: #fff url(../img/popup-bg.jpg) no-repeat;
    background-position: left -1px top 0px;
    left: -585px;
    top: 50px;
    box-sizing: border-box;
    padding: 10px 0;
    border-radius: 15px 0px 0 15px;
}

.mb-form-block__popup-left-3,
.mb-form-block__popup-left-1{
    font-size: 14px;
    line-height: normal;
    color: #2b2932;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.mb-form-block__popup-left-3{
    text-transform: none;
    margin-bottom: 0;
}
.popup__block{
    width: 900px;
    margin: 7.5% auto;
    border-radius: 50px;
    clear: both;
    height: 455px;
    padding-left: 40px;
    position: relative;
}
.popup__wrapper .main-block__logoTitle{
    text-align: center;
    padding-top: 90px;
}
.popup__wrapper .mb-form-block__img{
    left: 140px;
    top: -85px;
}
.popup__wrapper .mb-form-block__form-bottom{
    position: relative;
    z-index: 500;
}
.popup__wrapper .mb-form-block,
.popup__wrapper .mb-form-block__title{
    margin: 0 auto;
}
.popup__wrapper .mb-form-block__title{
    margin-bottom: 15px;
    padding-left: 5px;
}
.popup__left{
    float: left;
}
.popup__right{
    position: relative;
    bottom: -35px;
    float: right;
}
.mob-popup__block{
    width: calc(100% - 40px);
    margin: 10% auto;
    position: relative;
}
.mob-popup__block .mb-form-block{
    width: 100%;
}
.popup__close{
    position: absolute;
    top: -18px;
    right: -45px;
    background: url(../img/popup-close.png) no-repeat;
    width: 28px;
    height: 28px;
    z-index: 50000;
    cursor: pointer;
    -webkit-background-size: contain;
    background-size: contain;
}
.mob-popup__close{
    position: absolute;
    top: -40px;
    right: 0;
    background: url(../img/popup-close.png) no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
    -webkit-background-size: contain;
    background-size: contain;
}
.mob-popup__block .mb-form-block{
    margin-left: 0;
}
 .clear{
        clear: both;
    }
.mob-popup__block .mb-form-block__img{
    display: none
}
.mobMenu{
    display: none;
    background: #369fe0;
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    padding-top: 140px;
    height: 100%;
    z-index: 50000;
    padding-left: 40px;
    transition: left .1s ease;
}
.mobMenu__inn{
    overflow-x: hidden;
    overflow-y: auto;
}
.mobMenuLabel{
    display: none;
    font-size: 30px;
    line-height: normal;
    color: #fff;
    font-weight: 900;
    position: fixed;
    left: 40px;
    top: 25px;
}
.mobMenu a:first-child{
    margin-top: 40px;
}
.mobMenu a{
    display: block;
    text-align: left;
    color: #fff;
    font-size: 30px;
    line-height: normal;
    font-weight: 300;
    text-decoration: none;
    margin-bottom: 40px;
}
.mobButton{
    display: none;
    position: fixed;
    width: 33px;
    height: 27px;
    top: 25px;
    left: 53px;
    cursor: pointer;
    z-index: 51000;
}
.insideButton{
    left: 250px;
}
.insideButton .mobButton__line1{
    transform: rotate(45deg);
    top: 11px;
}
.insideButton .mobButton__line2{
    display: none;
}
.insideButton .mobButton__line3{
    transform: rotate(-45deg);
    bottom: 11px;
}
.mobButton__line1,
.mobButton__line2,
.mobButton__line3{
    position: absolute;
    left: 0;
    background: #fff;
    height: 5px;
    width: 100%;
    transition: transform .4s ease;
}

.mobButton__line1{
    top: 0;
}
.mobButton__line2{
    top: 11px;
}
.mobButton__line3{
    bottom: 0;
}
.lineAni1{
    transform: rotate(45deg);
    top: 16px;
}
.lineAni3{
    transform: rotate(-45deg);
    bottom: 16px;
}
.buttonAni{
    left: 240px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body,html {
    height:100%
}
.form-block,.wrapper {
    -ms-box-sizing:border-box;
    - o-box-sizing:border-box
}

.insHide{
    display: none !important;
}
.mobHide{

}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin:0;
    padding:0;
    border:0;
    vertical-align:baseline
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display:block
}
ol,ul {
    list-style:none
}
blockquote,q {
    quotes:none
}
blockquote:after,blockquote:before,q:after,q:before {
    content:'';
    content:none
}
table {
    border-collapse:collapse;
    border-spacing:0
}
input::-webkit-input-placeholder {
    color:#a6a6a6
}
input::-moz-placeholder {
    color:#a6a6a6
}
input:-moz-placeholder {
    color:#a6a6a6
}
input:-ms-input-placeholder {
    color:#a6a6a6
}
input:placeholder {
    color:#a6a6a6
}
body {
    font-size:12px;
    line-height:12px;
    color:#111
}
.wrapper {
    max-width:100%;
    margin:0 auto;
    min-height:100%;
    height:auto!important;
    height:100%;
    background-color:#fff;
    overflow:hidden;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding-top: 50px;
}
.wrapper,body,html {
    min-width:640px!important;
}
@viewport {
    width:device-width !important;
}
@-ms-viewport {
    width:device-width !important;
}
@-o-viewport {
    width:device-width !important;
}
html,body,button,input,select,.wrapper {
    font-family: "Roboto", sans-serif !important
}
.top-line{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #369fe0;
    z-index: 1000;
    box-sizing: border-box;
    overflow: hidden;
}
.top-line,
nav{
     height: 50px;
}
nav a{
    font-weight: 300;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    padding: 32px 16px;
    text-decoration: none;
    border-radius: 50px;
    transition:  background .2s ease;
}
.callMeDar{
    font-weight: 900;
    float: right;
    font-size: 20px;
    padding: 15px 16px;
    text-align: right;
    padding-left: 40px;
    line-height: 18px;
    background: url(../img/phoneIcon.png) no-repeat;
    background-position: top 50% left 0;
}
nav a:not(.callMeDar):focus,
nav a:not(.callMeDar):active,
nav a:not(.callMeDar):hover{
    background: #f9f8f8;
    color: #369fe0;
    text-decoration: none;
}
.callMeDar:link,
.callMeDar:active,
.callMeDar:focus,
.callMeDar:visited,
.callMeDar:hover{
    text-decoration: none !important;
    color: #fff !important;
}
.callMeDar{
    color: #fff;
}

.main-block{
    background: #8abcdb url(../img/bg-header.jpg) no-repeat;
    background-position: top 0 left 50%;
    padding-top: 70px;
    padding-bottom: 65px;
    position: relative;
    max-width: 1366px;
    margin: 0 auto;
}
.main-block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    background: -moz-linear-gradient(360deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(1%, rgba(255,255,255,0.99)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(360deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(360deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(360deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
}
.main-block::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100%;
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(1%, rgba(255,255,255,0.99)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
    background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
}


.mb-form-block{
    margin-top: 16px;
    position: relative;
}


.mb-form-block{
    width: 330px;
    float: right;
}
.mb-form-block__title{
    font-size: 19px;
    line-height: normal;
    color: #fff;
    padding-left: 25px;
    text-transform: uppercase;
}
.mb-form-block__title span{
    display: block;
}
.mb-form-block__description{
     position: absolute;
    left: -785px;
    bottom: 75px;
    font-size: 12px;
    line-height: normal;
    text-align: right;
    color: #0c0c0c;
}
.mb-form-block__description span:first-child{
    display: block
}
.mb-desc{
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    width: 90%;
    float: right;
    padding-bottom: 15px;
}
.mb-desc__title{
    background: #3499d7;
    padding: 8px 30px;
    margin-bottom: 15px;
}
.mb-desc__title > span:first-child{
    font-size: 30px;
    color: #fff;
}
.mb-desc__title span:last-child span{
    display: block
}
.mb-desc__title span:last-child{
    font-size: 20px;
    color: #fff;
}
.mb-desc__bottom-title{
    font-size: 20px;
    margin-bottom: 15px;
}
.mb-desc__bottom-title span{
    display: block
}
.mb-desc{
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}
.mb-desc__bottom p:not(:last-child){
    margin-bottom: 15px;
}
.mb-desc__bottom p span{
    display: block
}
.mb-desc__bottom{
    padding: 0 30px;
    color: #000;
    line-height: normal;
    font-weight: 300;
    text-transform: none;
    font-size: 16px;
}
.mb-form-block__form{
    background: #fff;
    border-radius: 5px;
    padding: 20px 0;
    position: relative;
    z-index: 60;
    width: 100%;
    box-shadow: 5px 0 35px rgba(0,0,0,.15);
}
.mb-logo{
    text-align: center;
    margin-bottom: 10px;
}
.mb-form-block__form-top{
    padding: 0 15px;
    font-size: 18px;
    line-height: normal;
    color: #2d2c33;
    font-weight: 300;
    text-align: center;
    margin-bottom: 18px;
}
.mb-form-block__form-top b{
    text-transform: uppercase;
}
.mobBuyersData{
    margin-top: 35px;
    text-align: center;
}
.mobBuyersData p:first-child{
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    line-height: normal;
}
.mobBuyersData p:last-child{
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    line-height: normal;
}
.mobBuyersData p:last-child span{
    color: #232323;
}
.black{
    font-weight: 900;
}
.mb-form-block__form-bottom{
    padding: 0 30px;
    position: relative;
}
.mb-form-block__form-timerTitle{
    font-size: 12px;
    color: #898787;
    text-align: center;
    margin-bottom: 10px;
}
.mb-form-block .flip-clock-wrapper{
    width: 270px
}
.mb-form-block .flip-clock-divider{
    width: 30px;
}
.mb-form-block .flip-clock-dot{
    left: 11px;
}
.mb-form-block .flip-clock-divider .flip-clock-label{
    color: #000;
    font-weight: 300;
    color: #646464;
}
.mb-form-block__form-priceBlock{
    font-size: 0;
    line-height: 0;
    text-align: center;
    margin-bottom: 5px;
    overflow: hidden;
}
.mb-form-block__form-priceBlock-left,
.mb-form-block__form-priceBlock-right{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    float: left;
}
.mb-form-block__form-priceBlock-right{
    padding-top: 15px;
    float: right;
}
.formPrice{
    font-weight: bold;
    color: #369edf;
    font-size: 55px;
    line-height: normal;
}
.formPriceCur{
    font-size: 20px;
    line-height: normal;
    color: #369edf;
}
.formOldPrice{
    color: #d52e3c;
    font-size: 20px;
    line-height: normal;
    text-decoration: line-through;
}
.formOldPriceCur{
    font-size: 15px;
    line-height: normal;
    color: #8d8c8b;
    margin-left: 5px;
}
.xyesto{
    font-size: 15px;
    line-height: normal;
    color: #8d8c8b;
}
.mainForm{
    padding-bottom: 5px;
}
.mb-form-block .orderFormWrapper{
    position: relative;
}
.form-input{
    position: relative;
    z-index: 445;
}
.form-input input,
.form-input select{
    border: 0;
    width: 100%;
    text-indent: 10px;
    background: transparent;
    outline: none;
    margin-bottom: 15px;
    padding: 5px 0;
}
.form-input select{
    border-radius: 5px;
    border: 2px solid #c7c6c6;
    padding:  10px 0;
    background: url(../img/seld.png) no-repeat;
  background-position: top 50% right 15px;
  cursor: pointer;
}
.form-input select:focus{
    background: url(../img/selu.png) no-repeat;
    background-position: top 50% right 15px;
}
.form-input input{
    border-bottom: 1px solid #878585;
}
.mb-form-block__img{
    width: 374px;
    height: 517px;
    background: url(../img/header-product.png) no-repeat;
    position: absolute;
    left: -350px;
    top: -134px;
    z-index: 444;
}
.btn,
.form-button{
    display: block;
    background: #7a0008;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: 0 0 25px rgba(0, 0, 0, .2);
    border: 0;
    outline: none;
    width: 100%;
    padding: 12px 0;
    position: absolute;
    left: 0;
    bottom: -41px;
    cursor: pointer;
    transition: background .2s ease;
    z-index: 445;
}
.btn:hover{
    color: #fff;
    text-decoration: none;
}
.btn:hover,
.form-button:hover{
    background: #96000a;
}
.btn{
     width: auto;
    display: inline;
    padding-left: 33px;
    padding-right: 33px;
    position: relative;
    left: auto;
    bottom: auto;
}
.flip-clock-wrapper ul{
    width: 30px;
    height: 42px;
}
.flip-clock-wrapper ul li a div div.inn,
.flip-clock-wrapper ul,
.flip-clock-wrapper ul li,
.flip-clock-wrapper ul li a div{
    line-height: 42px !important;
    font-size: 43px !important;
}

.mb-form-block .flip-clock-divider{
    width: 27px
}
.flip-clock-dot.top{
    top: 15px !important;
}
.flip-clock-dot{
    width: 4.5px;
}
.mb-form-block__zakazano{
    font-weight: 300;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    text-align: center;
    margin-top: 45px;
}
.mb-form-block__name,
.mb-form-block__count{
    color: #fff;
    font-size: 27px;
    line-height: normal;
    text-align: center;
    font-weight: bold;
}
.mb-form-block__count{
    margin-top: 3px;
}
.mb-form-block__name{
    text-transform: uppercase;
}
.main-block__right{
    padding-left: 50px;
    padding-top: 60px;
    max-width: 420px;
}
.main-block__logoText,
.main-block__logoDesc{
    padding-left: 30px;
}
.main-block__logoText,
.main-block__logoDesc{
    font-weight: 300;
    font-size: 19px;
    line-height: normal;
    color: #ebd377;
}
.main-block__logoText{
    margin-bottom: 20px;
}
.main-block__logoDesc{
    text-transform: uppercase;
}
.main-block__logoDesc span{
    display: block
}

.main-block__right-sposob{
    margin: 40px auto 0;
    font-size: 0;
    line-height: 0;
    text-align: center;
    width: 440px
}
.main-block__right-sposob-item:not(:first-child){
    margin-left: -20px;
}
.main-block__right-sposob-item{
    display: inline-block;
    vertical-align: top;
    width: 159px;
    height: 158px;
    background: url(http://v1.alconol.shop/img/header-sposob-bg.png) no-repeat;
    font-size: 13px;
    line-height: normal;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    padding-top: 55px;
    text-shadow: 0 -2px 24px rgba(133,118,68,1);
}
.main-block__right-sposob-item:last-child{
    font-size: 14.5px;
}
.main-block__right-sposob-item span{
    display: block;
}








.mirror{
    padding: 45px 0;
    background: url(../img/mirror-bg.jpg) #f1f1f3 no-repeat;
    background-position: top 0 left 50%;
    position: relative;
    max-width: 1366px;
    margin: 0 auto;
}
.mirror__title{
    font-size: 54px;
    line-height: normal;
    text-transform: uppercase;
    color: #fd3838;
    position: absolute;
    left:  -510px;
    bottom: -6px;
    font-weight: 900;
    text-align: right;
}
.mirror__title > span{
    display: block;
}
.mirror__title > span > span{
    background: #fff;
    padding: 5px 10px 5px 30px;
}
.mirror::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 100%;
    background: -moz-linear-gradient(360deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(1%, rgba(255,255,255,0.99)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(360deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(360deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(360deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
}
.mirror::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 100%;
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(1%, rgba(255,255,255,0.99)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
    background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
}

.mirror p{
    color: #000;
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
    padding-left: 85px;
}
.mirror p b{
    font-weight: bold;
    font-size: 45px;
    line-height: 28px;
    color: #fd3838;
    margin-left: -43px;
    margin-right: 15px;
    position: relative;
    bottom: -19px;
}













.drop{
    padding: 75px 0;
    background-image: url(../img/dropMan.png), url(../img/drop-bg.gif);
    background-repeat: no-repeat, repeat;
    background-position: bottom 0 left 50%, top 0 left 0;
    -webkit-background-size: auto, auto;
    background-size: auto, auto;
}
.drop__title{
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    line-height: normal;
    font-weight: 900;
}
.drop__title span{
    display: block
}
.drop__item-desc{
    padding-right: 400px;
}
.drop__desc{
    font-size: 40px;
    line-height: normal;
    color: #fff;
    font-weight: 300;
    margin-bottom: 75px;
}
.drop__desc span{
    display: block;
}
.drop__item{
    margin-bottom: 10px;
}
.drop__item-title{
    font-size: 25px;
    line-height: normal;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.drop__item-title-small{
    text-transform: none;
    display: block
}
.drop__item-desc{
    font-size: 18px;
    line-height: normal;
    color: #fff;
    font-weight: 300;
}
.drop__item-desc p{
    margin-bottom: 10px;
}
.drop__block2{
    padding-top: 130px;
}
.drop__block2 .drop__item-desc{
    padding-right: 0;
}
.drop__block2 .drop__item-title{
    white-space: nowrap
}













.heps{
    background: #e5e6e6;
    padding: 85px 0 75px
}
.helps__title{
    font-size: 40px;
    line-height: normal;
    font-weight: 900;
    color: #349ad9;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 55px;
}
.helps__block1{
    max-width: 380px;
    position: relative;
}
.helps__block1::after{
    content: '';
    position: absolute;
    right: -250px;
    bottom: 0;
    width: 684px;
    height: 542px;
    background: url(../img/helps-product.png) no-repeat;
    background-position: right 0 bottom 0;
}
.helps__item-title,
.helps__item-desc{
    line-height: normal;
    font-weight: 300;
    color: #000;
    font-size: 18px;
}
.helps__item-title{
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.helps__item-title span{
    display: block;
}
.helps__item-desc p{
    margin-bottom: 25px;
}

.helps__block2{
    padding-left: 108px;
}
.helps__block2 p:first-child{
    margin-bottom: 2px;
}
.helps__bottom-title{
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
    color: #349ad9;
    margin-bottom: 7px;
}
.helps__bottom-desc{
    font-size: 18px;
    line-height: normal;
    color: #000;
    font-weight: 300;
    margin-bottom: 7px;
}
.helps__bottom-title,
.helps__bottom-desc{
    padding-left: 47px;
}
.helps__block1 .helps__bottom{
    margin-top: 40px;
}
.helps__block1 .helps__bottom p{
    font-size: 18px;
    line-height: normal;
    color: #000;
    padding-left: 45px;
    font-weight: 300;
}
.helps__block1 .helps__bottom p span{
    position: relative;
    font-size: 39px;
    line-height: normal;
    color: #000;
    margin-left: -50px;
    margin-right: 28px;
    font-weight: 300;
    bottom: -20px;
}











.again5{
    padding: 55px 0;
    background: #379fe1;
}
.again5__title{
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    line-height: normal;
    text-align: center;
    margin-bottom: 65px;
    font-weight: 900;
}
.again5__title span{
    display: block;
}
.again5__items{
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.again5__item{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0 5px;
}
.again5__item-top{
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
    min-height: 70px
}
.again5__item-top span{
    display: block;
    white-space: nowrap;
}
.again5__item-bottom{
    font-size: 18px;
    line-height: normal;
    color: #fff;
    font-weight: 300;
    word-break: break-word;
    padding: 0 5px;
}



.sostav{
    background: #f1f1f3;
    padding: 60px 0 40px
}
.sostav__title{
    font-weight: 900;
    font-size: 40px;
    line-height: normal;
    text-align: center;
    color: #379fe1;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.sostav__title span{
    display: block;
}
.sostav__slide{
    padding-top: 290px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    color: #555;
    line-height: normal;
}
.sostav__slide::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -119.5px;
    width: 239px;
    height: 239px;
    background-image: url(../img/sprite-sostav.png);
}
.sosSl-1::before{
    background-position: 0px 0px;
}
.sosSl-2::before{
    background-position: -239px 0px;
}
.sosSl-3::before{
    background-position: 0px -239px;
}
.sosSl-4::before{
    background-position: -239px -239px;
}
.sosSl-5::before{
    background-position: -478px 0px;
}
.sosSl-6::before{
    background-position: -478px -239px;
}

.sostav__slide-title{
    font-size: 23px;
    font-weight: 900;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.sostav__slide-desc{
    font-size: 18px;
    font-weight: 300;
}



.pl0{
    padding-left: 0;
}











.ttl{
    text-transform: lowercase;
}
.split-area{
    background: #038f24;
}
.split-area__inn{
    max-width: 1100px;
    padding: 15px 10px;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;}
.split-area__inn-item{
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    line-height: normal;
}
.split-area__inn-item.col-xs-12{
    float: none !important;
}
.split-area__inn-item:nth-child(1){
   width: 285px;
}
.split-area__inn-item:nth-child(2){
   width: 185px;
   padding-top: 28px;
}
.split-area__inn-item:nth-child(3){
   width: 290px;
   padding-top: 10px;
}
.split-area__inn-item:nth-child(4){
   width: 310px;
   padding-top: 33px;
   text-align: center;
}
.split-area__timer-title,
.split-area .flip-clock-wrapper{
    margin-left: 0;
    margin-right: 0;
    width: 252px
}
.split-area__timer-title{
    text-align: center;
    font-size: 12.6px;
    line-height: normal;
    color: #fff;
    margin-bottom: 8px;
}

.split-area .flip-clock-wrapper ul{
    width: 30px;
    height: 42px;
}
.split-area .flip-clock-wrapper ul li a div div.inn,
.split-area .flip-clock-wrapper ul,
.split-area .flip-clock-wrapper ul li,
.split-area .flip-clock-wrapper ul li a div{
    line-height: 42px !important;
    font-size: 40px !important;
}

.split-area .flip-clock-divider{
    width: 27px
}
.split-area .flip-clock-dot.top{
    top: 13px !important;
}
.split-area .flip-clock-dot.bottom{
    bottom: 71px;
}
.split-area .flip-clock-dot{
    width: 5px;
    height: 5px;
    left: 11px;
    background: #1c662e;
}
.split-area .flip-clock-wrapper ul li a div.up div.inn{
    background: #0c7324;
    color: #d3d4d3;
}
.split-area .flip-clock-wrapper ul li a div.down div.inn{
    background-color: #0d7e27;
    color: #d8d9d9;
}
.flip-clock-wrapper ul{
    background: transparent !important;
}
.split-area  .flip-clock-divider .flip-clock-label{
    color: #fff;
}
.split-area  .flip-clock-divider.minutes .flip-clock-label{
    right: -49px;
}
.split-area__priceBlock,
.split-area__prevPriceBlock{
    display: inline-block
}
.split-area__priceBlock{
    line-height: normal;
    color: #fff;
    font-weight: 900;
    margin-right: 15px;
}
.split-area__price{
    font-size: 55px;
}
.split-area__priceBlock .split-area__cyr{
    font-size: 20px;
    font-weight: 500;
    margin-left: 5px;
}
.split-area__prevPriceBlock{
    font-size: 20px;
    line-height: normal;
    color: rgba(255,255,255,.5);
}
.split-area__oldPrice{
    font-size: 30px;
    text-decoration: line-through;
}
.split-area .btn{
    padding: 20px 50px;
    color: #000;
    background: #fed518;
    font-size: 17px;
    font-weight: 500;
}
.split-area .btn:hover{
    background: #e5c017;
}


.posr{
    position: relative;
}

.bold{
    font-weight: bold;
}







.blueColor{
    background: rgba(204,241,251,1);
}








.tar{
    text-align: right;
}











.mb0    {
    margin-bottom: 0 !important;
}

































.owl-controls, .owl-nav {
    width: 100%;
    height: 100%;
}

.sostav .owl-next, .sostav .owl-prev {
    display: block;
    position: absolute;
    background-image: url(../img/sprite-sostav-arrows.png);
    width: 25px;
    height: 106px;
    top: 50%;
    margin-top: -53px;
}
.reviews .owl-next, .reviews .owl-prev {
    display: none;
    position: absolute;
    background-image: url(../img/sprite-sostav-arrows.png);
    width: 25px;
    height: 106px;
    top: 64.5px;
}
.owl-prev{
    left: -30px;
    background-position: 0 0px;
}
.owl-next{
    right: -30px;
    background-position: -25px 0px;
}



.split-area{
    box-shadow: 10px 0 75px rgba(0,0,0,.15);
    position: relative;
    z-index: 1;
}





.thSteps{
    background: #e5e6e6 url(../img/thSteps-bg.jpg) no-repeat;
    background-position: top 0 left 50%;
    padding: 60px 0 35px;
}
.thSteps__title{
    font-weight: 900;
    font-size: 40px;
    line-height: normal;
    color: #379fe1;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.thSteps__title span{
    display: block;
}
.thSteps p{
    font-weight: 300;
    color: #379fe1;
    line-height: normal;
    font-size: 18px;
    clear: both;
    padding-right: 200px;
}
.thSteps p b{
    font-weight: 900;
    font-size: 23px;
    line-height: normal;
    text-transform: uppercase;
}
.thSteps p span{
    font-size: 112px;
    float: left;
    position: relative;
    top: -22px;
    margin-right: 20px;
}
.thSteps__post{
    font-size: 18px;
    line-height: normal;
    color: #379fe1;
    font-weight: 300;
    clear: both;
    margin-left: 80px;
}
.thSteps__post span{
    position: relative;
    left: -30px;
    margin-left: -.7em;
}



.thdays{
    padding: 80px 0;
    background: #77b9d8;
}
.thdays__circle-wrap{
    width: 370px;
    height: 370px;
    background: rgba(0,0,0,.1);
    margin: 0 auto;
    position: relative;
    left: -15px;
}
.thdays__circle::before,
.thdays__circle::after,
.thdays__circle-wrap,
.thdays__circle{
    border-radius: 50%;
}
.thdays__circle{
    width: 88%;
    height: 88%;
    background: rgba(0,0,0,.15);
    margin: 0 auto;
    position: relative;
    top: 6%;
    padding: 22.5% 0;
    text-align: center;
    line-height: normal;
    color: #379fe1;
    font-weight: 900;
    font-size: 25px;
}
.thdays__circle p{
    position: relative;
    z-index: 2;
}
.thdays__circle p:nth-child(2){
    font-size: 49px;
}
.thdays__circle::before,
.thdays__circle::after{
    content: '';
    position: absolute;
}
.thdays__circle::before{
    width: 88%;
    height: 88%;
    top: 6%;
    left: 6%;
    background: rgba(0,0,0,.18);
}
.thdays__circle::after{
    width: 78%;
    height: 78%;
    top: 11%;
    left: 11%;
    background: rgba(255,255,255,1);
}
.thdays__items-left{
    text-align: right;
}
.thdays__item{
    font-size: 22px;
    line-height: normal;
    color: #fff;
    margin-bottom: 45px;
}
.thdays__item span{
    display: block;
}
.thdays__items-left .thdays__item:nth-child(1),
.thdays__items-left .thdays__item:nth-child(4){
    margin-right: -30px;
}
.thdays__items-left .thdays__item:nth-child(2),
.thdays__items-left .thdays__item:nth-child(3){
    margin-right: 20px;
}
.thdays__items-right .thdays__item:nth-child(1),
.thdays__items-right .thdays__item:nth-child(4){
    margin-left: -30px;
}
.thdays__items-right .thdays__item:nth-child(2),
.thdays__items-right .thdays__item:nth-child(3){
    margin-left: 20px;
}



.reviews{
    padding: 50px 0;
    background: #ebebeb;
}
.reviews__slider{
    padding-bottom: 60px;
}
.reviews__slide{
    padding-right: 25px;
}
.reviews__title{
    color: #262a26;
    line-height: normal;
    text-align: center;
    font-weight: 300;
    margin-bottom: 50px;
}
.reviews__title p:first-child,
.reviews__title p:nth-child(2){
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    color: #555;
}
.reviews__title p:last-child{
    font-size: 30px;
}
.reviews__slide-top{
    padding: 30px 0;
    position: relative;
    padding-left: 123px;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 15px;
}

.reviews__slide-top::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 106px;
    height: 106px;
    margin-top: -53px;
    border-radius: 50%;

}
.reviews_sl1 .reviews__slide-top::before{
    background: url(../img/r1.png) no-repeat;
}
.reviews_sl2 .reviews__slide-top::before{
    background: url(../img/r2.png) no-repeat;
}
.reviews_sl3 .reviews__slide-top::before{
    background: url(../img/r3.png) no-repeat;
}
.reviews_sl4 .reviews__slide-top::before{
    background: url(../img/r6.png) no-repeat;
}
.reviews_sl5 .reviews__slide-top::before{
    background: url(../img/r5.png) no-repeat;
}
.reviews__slide-top-name{
    font-weight: 900;
    color: #262a26;
}
.reviews__slide-top-city{
    font-weight: 300;
    color: #262a26;
}
.reviews__slide-bottom{
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    color: #262a26;
}





.owl-dots {
    margin-top: 50px;
    z-index: 30;
}
.details .owl-dots{
    margin-top: 0;
}
.owl-dot.active {
    border: 0;
    background-color: #d58234;
}
.owl-dot {
    position: relative;
    bottom: 0;
    height: 15px;
    width: 15px;
    border: none;
    display: inline-block;
    margin: 0 5px;
    background-color: #747475;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.owl-dots{
    text-align: center;
}

.audio__container{
    max-width: 510px;
    margin: 0 auto 30px;
}
.audio__container-name{
    color: #000;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 5px;
    margin-top: 15px;
}
.audio__container-age{
    color: #000;
    font-size: 11px;
    line-height: normal;
}
video{
    height: 242px !important;
}
.plyr__video-wrapper{
    background: #fff !important;
}
.plyr__video-wrapper + .plyr__play-large + .plyr__controls{
    display: none !important
}
.plyr__video-wrapper + .plyr__play-large{
    padding: 0 !important;
    width: 70px;
    height: 70px;
    border: 1px solid #e2001c;
    background: transparent !important;
    text-align: center;
}
.plyr__play-large img{
    margin-right: -9px;
}
footer{
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    line-height: normal;
    padding: 20px 0;
    background: #2c2b32;
    color: #fff;
}
@media screen and ( max-width: 1366px )
{
    .mirror::after,
    .mirror::before,
    .main-block::after,
    .main-block::before{
        display: none
    }
}
@media screen and ( max-width: 1100px )
{
    .popup__wrapper .mb-desc__title{
        padding-right: 40px;
    }
    .helps__block1::after{
        -webkit-background-size: contain !important;
        background-size: contain !important;
        right: -200px;
        bottom: 45px;
        width: 550px;
        height: 433px;
    }
    .thSteps p{
        padding-right: 0;
    }
    .thdays__circle-wrap {
        width: 300px;
        height: 300px;
        top: 40px;
        left: auto;
    }
    .thdays__circle{
        padding-top: 18.5%;
    }
    .thdays__item span{
        display: inline
    }
    .drop__item-desc{
        padding-right: 280px;
    }
    .drop{
        -webkit-background-size: 25%, auto;
        background-size: 25%, auto;
    }
    .mirror p{
        padding-left: 150px;
    }
    .mb-desc__bottom,
    .mb-desc__title{
        padding-left: 50px;
        padding-right: 60px;
    }
    .mb-desc__bottom{
        font-size: 15px;
    }


    .doctor{
        -webkit-background-size: cover;
        background-size: cover;
    }
    .again4__item.center::after{
            background-size: contain !important;
            height: 496px;
            width: 450px;
            margin-left: -92px;
    }
    .again4__item.center{
        margin-left: 30px;
    }
      .mb-form-block__description span:nth-child(2){
        display: block
    }
    .mb-form-block__description{
        left: -415px;
        bottom: -12px;
    }
    .split-area__inn-item{
        width: 50% !important;
        text-align: center;
    }
    .split-area__timer-title, .split-area .flip-clock-wrapper{
        margin-left: auto;
        margin-right: auto;
    }

}

@media screen and ( max-width: 992px )
{
    .popup__wrapper .mb-desc{
        float: none;
        margin: 0 auto;
    }
    .helps__block1::after{
        display: none
    }
    .helps__block2{
        padding-left: 0;
    }
    .mb-form-block__img {
        width: 300px;
        height: 517px;
        left: -280px;
        top: -69px;
        background-size: contain !important;
    }
    .thdays__circle-wrap{
        top: auto;
    }
    .thdays__items-left,
    .thdays__items-right{
        text-align: center;
    }
    .thdays__item{
        margin: 10px auto !important;
    }
    .drop__item-desc{
        padding-right: 0;
    }
    .drop__block2{
        padding-top: 0;
    }
    .drop{
        background-image: none, url(../img/drop-bg.gif);
    }
    .mirror__title{
        position: relative;
        left: auto;
        bottom: auto;
        text-align: center;
    }
    .mirror__title span{
        display: inline;
        background-color: transparent !important;
    }
    .mirror p{
        padding-left: 0;
        margin-bottom: 15px;
    }
    .mirror p b{
        line-height: normal;
        bottom: -10px;
    }

    .mb-desc{
        background: rgba(255,255,255,.75);
        float: none;
    }
    .mb-desc__bottom,
    .mb-desc__title{
        padding-left: 15px;
        padding-right: 15px;
    }
    .mb-desc__bottom{
        padding-right: 85px;
    }
    .mb-form-block__popup-left{
        width: 360px;
        left: -360px;
        background-image: none;
    }
    .popup__close{
        top: 5px;
        right: 30px;
    }

    .mirror{
        background: #f1f1f3;
    }
    .main-block{
            background-position: top 0 left 25%;
    }

    .popup__right{
        margin-right: 60px;
    }
    .popup__block{
        width: 100%;
    }
    .popup__wrapper .mb-form-block__img{
        display: none
    }
    .again4__item.center {
        margin-left: -27px;
        top: 100px;
    }

    nav > a:nth-child(2),
    nav > a:nth-child(3){
        display: none !important
    }
    .si3,
    .bn3{
        margin-top: 40px;
    }
    .si2::after,
    .bn2::before{
        display: none
    }
}

@media screen and ( max-width: 768px )
{
    .papa{
        margin-top: 60px !important;
        padding-bottom: 20px !important;
    }
    .helps__bottom-title,
    .helps__bottom-desc{
        font-size: 30px;
    }
    .thSteps{
        padding-bottom: 850px;
    }
    .thSteps__post{
        display: block !important;
        font-size: 25px;
        margin-bottom: ;
    }
    .again5__item{
        padding: 0 55px;
    }
    .again5__item-bottom{
        font-weight: 300;
    }
    .again5 .owl-next, .again5 .owl-prev{
        display: block;
        position: absolute;
        background-image: url(../img/mob-again5-arrows.png);
        width: 25px;
        height: 106px;
        top: 50%;
        margin-top: -53px;
    }
    .sostav__slide{
        color: #000;
    }
    .thdays__item{
        font-size: 30px;
        font-weight: 300;
        margin-bottom: 50px !important;
    }
    .thdays__circle {
        padding-top: 22.5%;
    }
    .thdays__circle-wrap{
        width: 370px;
        height: 370px;
        margin-bottom: 60px;
    }
    .heps{
        padding-bottom: 660px;
        background: #e5e6e6 url(../img/mob-helps-product.png) no-repeat;
        background-position: bottom 60px left 0;
    }
    .helps__block1 .helps__bottom p:last-child{
        margin-bottom: 35px;
    }
    .helps__block1 .helps__bottom p span{
        font-size: 64px;
        margin-left: -65px;
    }
    .helps__block1 .helps__bottom p{
        font-size: 30px;
    }
    .mb-desc__bottom p span{
        display: inline
    }
    .mb-desc__bottom-title{
        font-size: 40px;
        text-transform: uppercase;
        margin-bottom: 55px;
    }
    .mb-desc__bottom{
        padding-right: 0;
        font-size: 30px;
    }
    .mb-desc__bottom p:not(:last-child){
        margin-bottom: 35px;
    }
    .mb-desc{
        padding-bottom: 75px;
        width: 100%;
        padding-top: 230px;
    }
    .helps__item-desc p{
        margin-bottom: 35px;
    }
    .helps__item-desc{
        font-size: 30px;
    }
    .helps__block1{
        max-width: 100%;
    }
    .helps__item-title{
        font-size: 34px;
        margin-bottom: 40px;
    }
    .drop {
        background-image: url(../img/mob-dropMan.png), url(../img/drop-bg.gif);
        background-size: auto, auto;
        padding-bottom: 920px;
    }
    .drop__item{
        margin-bottom: 75px;
    }
    .drop__item-desc,
    .drop__item-title{
        font-size: 30px;
    }
    .mirror p{
        font-size: 30px;
        padding-left: 70px
    }
    .mirror p b {
        margin-left: -65px;
        margin-right: 37px;
    }
    .mirror__title {
        position: absolute;
        right: 43px;
        top: -223px;
        line-height: 55px;
        text-align: right;
    }
    .mirror__title > span {
        display: block;
    }
    .mirror__title > span > span{
        background: #fff !important;
    }
    .mirror{
        padding-top: 885px;
        background: #e5e6e6 url(../img/mob-mirror-bg.jpg) no-repeat;
        background-position: top 0 left 50%;
    }
    .thSteps__post{
        display: none;
    }
    .thSteps{
        background-image: url(../img/mob-thStepsbg.jpg);
        background-repeat: no-repeat;
        background-position: left 50% bottom 0;
        -webkit-background-size: auto;
        background-size: auto;
        padding-bottom: 850px;
    }
    .thSteps p span{
        margin-left: -84px;
    }
    .thSteps p{
        font-size: 30px;
        padding-right: 0;
        margin-bottom: 67px;
        padding-left: 80px;
    }
    .thSteps p b{
        font-size: 30px;
    }
    .thSteps__title{
        font-size: 40px;
        padding: 0px;
        margin-bottom: 67px;
        white-space: nowrap;
    }
    .sostav .owl-next, .sostav .owl-prev{
        margin-top: 0;
        top: 165px;
    }
    .owl-dots{
        margin-top: 45px;
    }
    .sostav{
        padding-bottom: 60px;
    }
    .owl-dot{
        width: 35px;
        height: 35px;
    }
    .sostav__slide-desc{
        font-size: 30px;
        text-align: center;
    }
    .sostav__slide-title{
        font-size: 30px;
        text-align: center;
        margin-bottom: 5px;
    }
    .sostav__slide{
        padding-top: 490px;
    }
    .sostav__slide::before{
        width: 437px;
        height: 437px;
        background-image: url(../img/mob-sostav-sprite.png);
        margin-left: -218.5px;
    }
    .sosSl-1::before{ background-position: 0px 0px; }
    .sosSl-2::before{ background-position: -437px 0px; }
    .sosSl-3::before{ background-position: 0px -437px; }
    .sosSl-4::before{ background-position: -437px -437px; }
    .sosSl-5::before{ background-position: -874px 0px; }
    .sosSl-6::before{ background-position: -874px -437px; }
    .again5{
        padding-bottom: 80px;
    }
    .again5__slider .owl-next, .again5__slider .owl-prev {
        display: block;
        position: absolute;
        background-image: url(../img/mob-again5-arrows.png);
        width: 25px;
        height: 106px;
        top: 50%;
        margin-top: -53px;
    }
    .again5__item-top{
        font-size: 30px;
        text-align: center;
        margin-bottom: 30px;
    }
    .again5__item-top span{
        display: inline;
    }
    .again5__item-bottom{
        font-size: 30px;
        text-align: center;
    }
    .again5__item{
        width: 100%;
        padding: 0 30px;
    }
    .again5__title{
        font-size: 44px;
        margin-bottom: 70px;
    }



    .main-block{
        max-width: 640px
    }
    .main-block::after,
    .main-block::before{
        display: block;
        width: 75px;
    }
    footer{
        padding-top: 220px !important;
    }
    .reviews__slide-bottom{
        font-size: 30px;
    }
    .reviews__slide{
        padding: 0 45px
    }
    .reviews__slide-top-city,
    .reviews__slide-top-name{
        font-size: 34px;
    }
    .reviews__slide-top{
        padding: 45px 0 15px;
        padding-left: 220px;
    }
    .reviews__slide-bottom{
        margin-top: 100px;
    }
    .reviews__slide-top::before{
        width: 180px;
        height: 180px;
        background-size: contain !important;
        top: 0;
        margin-top: 0;
    }
    .reviews .owl-dots{
        display: none
    }
    .reviews .owl-next, .reviews .owl-prev{
        top: 37.5px;
    }
    .reviews .owl-next, .reviews .owl-prev{
        display: block
    }
    .reviews__title p:first-child,
    .reviews__title p:nth-child(2){
        font-size: 44px;
    }
    .reviews__title p:last-child{
        font-size: 30px;
        font-weight: 300;
    }
    .reviews__title span{
        display: inline
    }
    .steps__post{
        font-size: 25px;
        margin-top: 80px;
    }
    .steps__item-desc{
        font-size: 30px;
    }
    .steps__item-title{
        font-size: 44px;
    }
    .steps__item-desc{
        margin-bottom: 0;
    }
    .steps__item{
        padding-bottom: 120px;
    }
    .si3{
        padding-bottom: 0;
    }
    .steps__item.si2::after {
        bottom: 21px;
    }
    .steps__item:not(.si3)::after {
        display: block !important;
        content: '';
        position: absolute;
        width: 149px;
        height: 35px;
        background: transparent url(../img/mob-result-arrow.png) no-repeat;
        top: auto;
        left: 50%;
        margin-left: -74.5px;
        margin-top: 0;
        bottom: 40px;
        filter: none;
    }
    .steps__title{
        font-size: 44px;
        margin-bottom: 87px;
    }
    .steps__title span{
        display: block
    }
    .doctor__main p.mb0{
        text-align: right;
    }
    .doctor__main p{
        font-size: 28px;
        text-align: left;
    }
    .doctor{
        background-image: url(http://v1.alconol.shop/img/mob-doctor-bg.jpg), url(http://v1.alconol.shop/img/mob-doctor-bgr.gif);
        background-repeat: no-repeat, repeat-x;
        background-position: top 0 left 50%;
        -webkit-background-size: auto !important;
        background-size: auto !important;
        padding-top: 540px;
    }
    .again4{
        padding-bottom: 65px;
    }
    .again4__item.center{
        display: none
    }
    .again4__item.tas::after,
    .again4__item.tar::after{
        right: auto;
        left: 0;
        width: 138px;
        height: 138px;
        line-height: 138px;
        font-size: 67px;
        top: 0;
        margin-top: 0;
    }
    .again4__item-title{
        font-size: 30px;
        margin-bottom: 2px;
    }
    .again4__item-desc{
        font-size: 30px;
    }
    .again4__item{
        text-align: left !important;
        padding-left: 195px;
        margin-bottom: 35px !important;
    }
   
    .blueColor{
        background: transparent;
    }
    .split-area__inn-item:nth-child(4){
        padding: 0 65px;
    }
    .split-area__inn-item:nth-child(3){
        margin-bottom: 10px;
    }
    .split-area .btn{
        display: block;
        font-size: 36px;
    }
    .vmesto,
    .split-area__prevPriceBlock .split-area__cyr{
        font-size: 27px;
    }
    .split-area__price{
        font-size: 102px;
    }
    .split-area__oldPrice,
    .split-area__cyr{
        font-size: 37px !important;
    }
    .split-area__timer-title{
        font-size: 23px;
        width: 100%;
        margin-bottom: 15px;
    }
    .split-area{
        padding: 35px 0;
        background: #038f24;
    }
    .split-area .flip-clock-dot.top{
        top: 25px !important;
    }
    .split-area .flip-clock-dot.bottom{
        bottom: 45px !important;
    }
    .split-area .flip-clock-dot{
        width: 10px !important;
        height: 10px !important;
    }
    .split-area .flip-clock-wrapper{
        width: 482px;
        height: 105px;
    }
    .split-area .flip-clock-divider{
        width: 58px !important
    }
    .split-area .flip-clock-divider:first-child{
        width: 0 !important;
    }
    .split-area .flip-clock-wrapper ul li a div div.inn, .split-area .flip-clock-wrapper ul, .split-area .flip-clock-wrapper ul li, .split-area .flip-clock-wrapper ul li a div{
        font-size: 80px !important;
        line-height: 80px !important;
    }

    

    .bn3{
        padding-bottom: 0;
    }
 
    .mobBuyersData{
        position: absolute;
        left: 0;
        bottom: -170px;
        padding-top: 70px;
        padding-bottom: 20px;
        background: #369fe0;
        width: calc(100% + 40px);
        margin-left: -20px;
        z-index: 4;
    }
    .mobBuyersData p:first-child{
        font-weight: 300;
        color: #fff;
        font-size: 24px;
        line-height: normal;
        text-align: center;
        margin-bottom: 10px;
    }
    .mobBuyersData p:last-child{
        font-weight: bold;
        color: #fff;
        font-size: 34px;
        line-height: normal;
        text-align: center;
    }
    .flip-clock-wrapper ul{
        width: 58px !important;
        height: 80px !important;
    }
    .flip-clock-wrapper ul li a div div.inn,
    .flip-clock-wrapper ul,
    .flip-clock-wrapper ul li,
    .flip-clock-wrapper ul li a div{
        line-height: 80px !important;
        font-size: 80px !important;
    }

    .mb-form-block .flip-clock-divider{
        width: 58px !important;
    }
    .flip-clock-divider:first-child{
        width: 0 !important;
    }
    .flip-clock-dot.top{
        top: 26px !important;
    }
    .flip-clock-dot.bottom{
        bottom: 47px !important;
    }
    .flip-clock-dot{
        width: 4.5px;
    }
    .mb-form-block .flip-clock-wrapper{
        width: 540px;
        height: 105px;
    }
    .mb-form-block .flip-clock-divider{
        width: 30px;
    }
    .split-area  .flip-clock-dot,
    .mb-form-block .flip-clock-dot{
        left: 24px;
        width: 10px !important;
        height: 10px !important;
    }
    .split-area .flip-clock-divider .flip-clock-label,
    .mb-form-block .flip-clock-divider .flip-clock-label{
        color: #000;
        font-weight: 300;
        color: #646464;
        font-size: 18px;
        top: 84px;
        right: -83px;
    }
    .split-area .flip-clock-divider .flip-clock-label{
        color: #fff;
    }
    .split-area .flip-clock-divider.seconds .flip-clock-label,
    .flip-clock-divider.seconds .flip-clock-label{
        right: -97px !important;
    }
    .split-area .flip-clock-divider.minutes .flip-clock-label,
    .flip-clock-divider.minutes .flip-clock-label{
        right: -92px !important;
    }
        .mb-form-block__form-bottom{
        padding-left: 54px;
        padding-right: 54px;
    }
    .form-button{
        font-size: 29px;
        font-weight: 500;
        padding: 22px 0;
        bottom: -85px;
    }
    .form-input{
        margin-bottom: 10px;
    }
    .form-input select,
    .form-input input{
        font-size: 23px;
        line-height: 23px;
        font-weight: 300;
        text-indent: 22px;
    }
    .form-input input{
        padding: 8px 0;
        border-bottom-width: 2px;
    }
    .form-input select{
        padding: 22px 0;
    }
    .xyesto{
        padding-top: 13px;
    }
    .xyesto,
    .formOldPriceCur{
        font-size: 27px;
    }
    .formOldPrice{
        font-size: 37px;
    }
    .formPriceCur{
        font-size: 37px;
    }
    .formPrice{
        font-size: 102px;
    }
    .mb-form-block__form-timerTitle{
        font-size: 23px;
        margin-bottom: 25px;
    }
    .mb-form-block__form-top{
        font-size: 33px;
        margin-bottom: 22px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .mb-form-block{
        margin: 0 auto;
        width: 600px;
        float: none;
        clear: both;
    }
    .mb-form-block__form{
        padding: 33px 0 45px;
    }

    .mb-form-block__description{
        left: auto;
        bottom: auto;
        top: -835px;
        right: 80px;
    }
    .mb-form-block__img {
        left: -20px;
        bottom: auto;
        top: -1080px;
        background: url(../img/mob-header-product.png) no-repeat;
        width: 482px;
        height: 886px;
        right: auto;
    }


    .main-block{
        padding-top: 1475px;
        background: #eaeef3 url(../img/mob-bg-header.jpg) no-repeat;
        background-position: top 0 left 50%;
        padding-bottom: 0;
    }
    .split-area__inn-item{
        width: 100% !important;
    }
    .callMeDar{
        font-size: 32px;
        line-height: 42px;
        background: url(../img/mob-phoneIcon.png) no-repeat;
        background-position: top 50% left 0;
        padding-left: 45px;
    }
    .top-line{
        height: 76px;
        background: #369fe0;
    }
    .wrapper{
        padding-top: 76px;
    }
    .insHide{
        display: block !important
    }
    .mobHide{
        display: none !important;
    }
    .popup__wrapper{
        display: none !important
    }
}
@media screen and (max-width: 640px)
{
    .reviews .owl-prev{
        left: -35px;
    }
    .reviews .owl-next{
        right: -35px;
    }
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12{
        padding-left: 54px;
        padding-right: 54px;
    }
    .mb-form-block{
        margin-left: -44px;
    }
    .main-block::after,
    .main-block::before{
        display: none;
    }
}