<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img{
    image-rendering: optimizeQuality;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body,html {
    height:100%
}
img{
    user-select: none
}
.insHide{
    display: none;
}
.popup__block input,
.popup__block select{
    background-color: transparent;
}
.popup__block form{
    position: relative !important;
    z-index: 500 !important;
}
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:normal;
}
.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;
    background: #eff2f6;
}
.wrapper,body,html {
    min-width:640px!important;
}

.price-block__price.small{
    font-size: 38px !important;
}
.price-block__price.small + .price-block__priceCurrency{
    font-size: 18px !important;
}
.price-block__oldPrice.small{
    font-size: 16px !important;
}
.price-block__price.medium{
    font-size: 42px !important;
}
.price-block__price.medium + .price-block__priceCurrency{
    font-size: 20px !important;
}
.price-block__oldPrice.medium{
    font-size: 18px !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;
    font-weight: 300;
}
.inner{
    max-width: 1080px;
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
    padding: 0 18px
}
.mob-button{
    display: none;
    width: 38px;
    height: 28px;
    cursor: pointer;
    position: relative;
}
.mob-button &gt; *{
    background: #fff;
    height: 4px;
    width: 100%;
    transform-origin: 50% 50%;
    position: absolute;
    transition: all .1s linear;
}
.mob-button &gt; *:nth-child(1){
    top: 0;
}
.mob-button &gt; *:nth-child(2){
    top: 12px;
}
.mob-button &gt; *:nth-child(3){
    bottom: 0;
}
.mob-button.active &gt; *:nth-child(1){
    transform: rotate(45deg);
    top: 11px;
}
.mob-button.active &gt; *:nth-child(2){
    opacity: 0;
}
.mob-button.active &gt; *:nth-child(3){
    transform: rotate(-45deg);
    bottom: 13px;
}
.nav{
    transition: left .3s ease;
}
.top-line__call,
.nav,
.top-line &gt; *{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-line{
    background: #207b89;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 500;
}
.nav a:hover{
    color: #207b89;
    background: rgba(255,255,255,.9);
}
.nav a{
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    padding: 14px 24px;
    border-radius: 30px;
    transition: all .2s ease;
    white-space: nowrap
}

.top-line__call{
    cursor: pointer;
    color: #fff;
    padding: 8px 0;
    white-space: nowrap
}
.top-line__call span{
    font-weight: 900;
    font-size: 20px;
    margin-left: 10px;
}
@keyframes phoneRot{
    0%{transform: rotate(0deg);}
    25%{transform: rotate(-5deg);}
    50%{transform: rotate(0deg);}
    75%{transform: rotate(5deg);}
    100%{transform: rotate(0deg);}
}
.top-line__call:hover img{
    animation: phoneRot .3s linear infinite;\
    transform: rotate(0deg);
}











.main-block{
    background: #f1f5f8 url(main-block-bg-6c2.arb.jpg) no-repeat;
    background-position: top 0 left 50%;
    padding: 10px 0 10px
}

.main-block__flexArea{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.main-block__left{
    text-align: right;
    margin-right: 20px;
}




#zakaz{
        background-position: top -46px left 50%;
    }








.form-block__wrap{
    width: 322px;
    margin: 0;
}
.form-block{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 49px rgba(0,0,0,.21);
    padding: 24px 30px 0;
    margin: 0 auto 20px;
    box-sizing: border-box;
}
.form-block__up{
    font-weight: 900;
    text-transform: uppercase;
    font-size: 19px;
    color: #207b89;
    text-align: center;
    margin-bottom: 10px;
}
.form-block__one{
    font-weight: normal;
    text-transform: uppercase;
    font-size: 19px;
    text-align: center;
    color: #207b89;
    margin-bottom: 20px;
}
.main-block .form-block__wrap{
    margin-top: 65px;
}
.form-block__zakazhite{
    display: none;
}














.timer__title{
    text-align: center;
    font-size: 12px;
    color: #898787;
    margin-bottom: 10px;
}
.flip-clock-dot{
    left: 12px;
}
.flip-clock-wrapper{
    width: 268px;
}
.flip-clock-divider{
    width: 28px;
}








.price-block{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 15px auto;
    flex-wrap: wrap;
    font-weight: normal;
    line-height: 20px;
}
.price-block__price{
    font-size: 46px;
    font-weight: 900;
}
.price-block__priceCurrency{
    font-size: 20px;
}
.price-block__price, .price-block__priceCurrency{
    color: #207b89;
}
.price-block__oldPrice{
    font-size: 18px;
    color: #d52e3c;
}
.price-block__oldPriceCurrency, .vmesto{
    color: #8d8c8b;
    font-size: 15px;
}
.starayaCena, .cena{
    display: none;
}







.form{
    display: block;
}

input, select{
    border: 0;
    outline: none;
    background: #fff;
    width: 100%;
}
input{
    text-indent: 10px;
    padding: 3px 0;
    border-bottom: 1px solid #878585;
}
input:not(:last-child), select:not(:last-child){
    margin-bottom: 17px;
}
select{
    border: 2px solid #bfbebe;
    border-radius: 5px;
    padding: 11px 0;
    text-indent: 10px;
    background: transparent url(select-arrows-bottom-ccc.arb.png) no-repeat;
    background-position: right 15px top 50%;
    cursor: pointer;
}
select.active{
    background-image: url(select-arrows-top-61c.arb.png);
}











.btn{
    display: block;
    margin: 0 auto;
    max-width: 260px;
    background: #f3622a;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 10px 35px;
    border: 0;
    outline: none;
    border-radius: 35px;
    box-shadow: 0 0 13px rgba(0,0,0,.2);
    position: relative;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none !important;
    white-space: nowrap
}
.btn:hover{
    background: #e35b26;
}
.form-btn{
    margin-top: -20px;
    bottom: -22px;
}







.colvo{
    text-align: center;
    font-size: 16px;
    color: #207b89;
    margin-top: 35px;
    font-weight: normal;
}


















.doing{
    padding: 25px 0 0;
    background: #fff;
}
.doing &gt; .inner{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.doing__item{
    margin: 0 5px 25px;
    font-size: 16px;
    color:  #207b89;
}
.doing__item-title{
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.doing__item-text{
    font-weight: normal;
    font-size: 16px;
}















.simptoms2,
.simptoms{
    background: #f0f5f8;
    padding: 50px 0;
    color: #ff3147;
    font-size: 18px;
    font-weight: normal;
}
.simptoms__items{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    max-width: 585px;
    margin: 0 auto;
}
.simptoms2{
    font-size: 16px;
    color: #fff;
    background: #ff3147;
    padding: 15px 0;
    position: relative;
    box-shadow: 0 32px 45px rgba(0,0,0,.13);
    position: relative;
    z-index: 1;
}
.simptoms2::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    background: transparent url(simptoms-bg-aa0.arb.png) no-repeat;
    background-position: bottom 0 left 50%;
    width: 372px;
    height: 535px;
    margin-left: -186px;
}
.simptoms__item:first-child{
    text-align: right;
}
.simptoms__item:nth-child(2){
    width: 182px;
}
.simptoms2 .simptoms__item:nth-child(2){
    width: 295px;
}
.simptoms__item p:not(:last-child){
    margin-bottom: 15px;
}
.simptoms__items .simptoms__item:first-child p:nth-child(1){
    margin-right: -54px;
}
.simptoms__items .simptoms__item:first-child p:nth-child(2){
    margin-right: -38px;
}
.simptoms__items .simptoms__item:first-child p:nth-child(3){
    margin-right: -26px;
}
.simptoms__items .simptoms__item:first-child p:nth-child(4){
    margin-right: -20px;
}
.simptoms__items .simptoms__item:first-child p:nth-child(5){
    margin-right: -8px;
}

.simptoms__items .simptoms__item:last-child p:nth-child(1){
    margin-left: -54px;
}
.simptoms__items .simptoms__item:last-child p:nth-child(2){
    margin-left: -38px;
}
.simptoms__items .simptoms__item:last-child p:nth-child(3){
    margin-left: -26px;
}
.simptoms__items .simptoms__item:last-child p:nth-child(4){
    margin-left: -20px;
}
.simptoms__items .simptoms__item:last-child p:nth-child(5){
    margin-left: -8px;
}


.simptoms2 .simptoms__items .simptoms__item p{
    margin-right: -8px;
}
.simptoms2 .simptoms__items .simptoms__item p{
    margin-left: -8px;
}
.simptoms2 .simptoms__items{
    max-width: 920px;
    font-weight: 900;
}
.simptoms__title{
    margin-bottom: 70px !important;
}









.danger{
    padding: 41px 0 61px;
    color: #ff3147;
    font-size: 18px;
}
.danger__items{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.BB{
    display: none;
}
.danger__item:first-child{
    text-align: right;
}
.danger__item{
    padding: 0 35px;
    max-width: 415px;
}
.danger__item-pretitle{
    font-size: 24px;
}
.danger__item-pretitle span{
    font-size: 18px;
    display: block;
}
.danger__item &gt; *{
    margin-bottom: 15px;
}
.danger__item-title{
    text-transform: uppercase;
    font-weight: bold;
}

















.lifeQual{
    padding: 45px 0 80px;
    color: #207b89;
    background: #fff url(lifeQual-bg-8bc.arb.jpg) no-repeat;
    background-position: left 50% top 0;
}
.lifeQual__title{
    text-align: left !important;
    color: #207b89 !important;
}
.lifeQual__block{
    max-width: 555px
}
.lifeQual__block p{
    line-height: 25px;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: normal;
}
.lifeQual__block p:last-child{
    margin-bottom: 0;
}










.resultative{
    padding: 50px 0;
    background: #fff url(resultative-bg-b25.arb.jpg) no-repeat;
    background-position: top 0 left 50%;
    font-size: 18px;
    color: #2d706d;
    line-height: 25px;
}
.resultative &gt; .inner{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.resultative__block{
    max-width: 540px
}
.resultative__block p:not(:last-child){
    margin-bottom: 15px;
}
.resultative__inner-block{
    max-width: 445px;
    margin: 0 auto;
}
.resultative__title{
    font-size: 25px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: bold;
}
.resultative__inner-block-items{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.resultative__inner-block{
    margin-top: 40px;
}
.resultative__inner-block-item:first-child .resultative__title{
    text-align: right;
}
.resultative__inner-block-item:last-child .resultative__title{
    text-align: left;
}
.resultative__inner-block-item:first-child{
    text-align: right;
    margin-right: 35px;
}
.resultative__inner-block-item .resultative__title{
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
}









.splitArea{
    padding: 13px 0 0;
    background: #187666;
    box-shadow: 0 0 75px rgba(0,0,0,.2);
    position: relative;
    z-index: 1;
}
.splitArea__items{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.splitArea .price-block{
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
}
.splitArea .timer__title,
.splitArea .flip-clock-divider .flip-clock-label,
.splitArea .vmesto,
.splitArea .price-block__oldPrice,
.splitArea .price-block__oldPriceCurrency,
.splitArea .price-block__price,
.splitArea .price-block__priceCurrency{
    color: #fff;
}
.splitArea .price-block__price{
    font-size: 42px;
}
.splitArea .price-block__oldPrice{
    font-size: 24px;
}
.splitArea .price-block__right{
    opacity: .71;
    margin-left: 15px;
}
.splitArea .btn{
    padding: 20px 45px;
}
.splitArea__item{
    margin-bottom: 13px;
}
.splitArea__item:nth-child(2){
    padding: 4px 15px 0;
}
.splitArea .flip-clock-dot{
    background: #2e6057;
}
.splitArea .flip-clock-wrapper ul li a div.up div.inn{
    background: #186457;
    color: #d6d7d7;
}
.splitArea .flip-clock-wrapper ul li a div.down div.inn{
    background-color: #247063;
    color: #dcdddd;
}













.other{
    padding: 70px 0;
    background: #fff;
    color:  #207b89;
    font-size: 18px;
}
.other .inner{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.other__item:first-child{
    max-width: 500px;
    padding-right: 60px;
}
.other__preTitle{
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
}
.other p{
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
}
.other p::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url(sprite-oth-e72.arb.png);
    background-position: 0px -391px;
    width: 18px;
    height: 35px;
    margin-top: -17.5px;
}
.other p:nth-child(6n){
    margin-bottom: 40px;
}
.other__title{
    text-align: left !important;
    color: #207b89 !important;
    font-weight: 300;
    text-transform: uppercase;
}
.other__title + img{
    margin-left: -360px;
    margin-top: -20px;
    position: relative;
    left: 60px;
}















.tripple{
    padding: 60px 0;
    background: #f3622a;
    color: #fff;
    font-size: 18px;
}
.tripple__title{
    color: #fff !important;
}
.tripple__items{
    display: flex !important;
    justify-content: space-between;
    align-items: stretch;
}
.tripple__item{
    text-align: center;
    width: 250px;
    margin-bottom: 35px;
    position: relative;
}
.tripple__item &gt; *:not(.tripple__item-number){
    position: relative;
    z-index: 2;
}
.tripple__item-number{
    text-align: center;
    position: absolute;
    z-index: 1;
    font-size: 280px;
    font-weight: 900;
    color: #2d706d;
    line-height: 170px;
    opacity: .15;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tripple__item-title{
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold;
}









.sostav{
    color: #207b89;
    padding: 64px 0 50px;
    font-size: 18px;
}
.sostav__title{
    color: #207b89 !important;
}
.sostav__desc{
    max-width: 845px;
    margin: 0 auto 50px;
}
.sostav__slider{
    display: block !important;
    margin: 0 55px;
}
.sostav__slider .owl-stage{
    margin: 10px auto;
}
.sostav__slide{
    width: 415px !important;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 15px rgba(45,112,109,.21);
}
.sostav__slide-title{
    font-weight: bold;
    font-size: 18px;
    color: #2d706d;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.sostav .owl-item.active{
    z-index: 50 !important;
    position: relative;
}
.sostav .owl-item:not(.active) {
    transform: scale(.8,.8) !important;
    z-index: 0 !important;
}










.sposob{
    padding: 60px 0 50px;
    background: #fff;
    text-align: center;
}
.sposob__title{
    color: #2d706d !important;
}
.sposob__items{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sposob__item{
    margin: 0 10px;
    padding: 240px 0 43px;
}
.sposob__item{
    box-sizing: border-box;
    height: 391px;
    width: 256px;
    margin-bottom: 50px;
    background-image: url(sprite-oth-e72.arb.png);
    font-size: 18px;
    color: #fff;
}
.sposob__item:nth-child(1){
    background-position: -257px 22px;
}
.sposob__item:nth-child(2){
    background-position: 0px 0px;
}
.sposob__item:nth-child(3){
   background-position: 256px -829px;
}
.sposob__desc{
    text-align: center;
    font-size: 18px;
    color: #2d706d;
    font-weight: normal;
}









.reviews{
    background: #f1f5f8 ;
    padding: 60px 0 40px;
}
.reviews__title{
    text-align: center;
}
.reviews__slide{
    box-sizing: border-box;
    padding: 0 10px;
    color: #262a26;
}
.reviews__slide-top{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.reviews__slide-top &gt; img{
    width: 105px !important;
    height: 105px;
    border-radius: 50%;
    margin-right: 15px;
}
.reviews__slide-bottom{
    font-style: italic;
    font-size: 16px;
}
.reviews__slide-name{
    font-weight: bold;
    font-size: 20px;
}
.reviews__slide-city{
    font-size: 20px;
}
.reviews__slider{
    display: block !important;
}






.title{
    font-size: 38px;
    color: #ff3147;
    margin-bottom: 40px;
    text-align: center;
}
.title span{
    display: block;
    font-size: 30px;
}
footer{
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #207b89;
    font-size: 16px;
    font-weight: normal;
}
.owl-dots{
    display: block;
    margin: 40px 0;
    text-align: center;
}
.reviews .owl-dots{
    margin-bottom: 0;
    margin-top: 40px;
}
.owl-dot{
    border-radius: 50%;
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 7px;
    background: #207b89 !important;
    opacity: .5;
    cursor: pointer !important;
    vertical-align: middle;
    outline: none;
    border: none;
}
.owl-dot.active{
    opacity: 1;
    width: 30px;
    height: 30px;
}
.owl-nav{
    left: -55px;
    top: 0;
    width: calc(100% + 110px);
    height: 100%;
    position: absolute;
}
.owl-next,
.owl-prev{
    top: 50%;
    height: 65px;
    width: 22px;
    margin-top: -72.5px;
    cursor: pointer;
    z-index: 5;
    position: absolute;
    outline: none;
    border: 0;
}
.owl-next{
    right: 0;
    background: transparent url(arr-81f.arb.png) no-repeat !important;
}
.owl-prev{
    left: 0;
    background: transparent url(arl-83a.arb.png) no-repeat !important;
}



.popup__wrapper{
    display: none;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 9000;
    text-align: center;
}
.popup__block{
    display: inline-block;
    margin: 100px auto;
    position: relative;
}

.popup__product{
    position: absolute;
    right: -380px;
    top: 50%;
    margin-top: -211px;
    z-index: 5;
}
@media screen and (max-width: 1200px){
    .other__item:first-child{
        width: 770px;
    }
    .other &gt; .inner{
        justify-content: space-between;
    }
    .other__title br{
        display: none;
    }
    .popup__product img{
        width: 500px;
    }
    .popup__product{
        right: -300px;
    }
    .other__title + img {
        width: 600px;
        margin-left: -200px;
        margin-top: 50px;
    }
}
@media screen and (max-width: 1100px){
    .splitArea__items{
        flex-wrap: wrap;
        justify-content: center
    }
    .splitArea__item{
        min-width: 400px;
    }
    .splitArea .price-block{
        justify-content: center
    }
    .splitArea__item:nth-child(2){
        text-align: center;
    }
    .splitArea__item &gt; *{
        margin: 0 auto;
    }
}
@media screen and (max-width: 992px){
    .other__item{
        width: 100%;
    }
    .other__title{
        text-align: center !important;
    }
    .other__title br{
        display: block;
    }
    .other__item:first-child{
        padding-right: 0;
        width: 100%;
        max-width: 100%
    }
    .other &gt; .inner{
        flex-wrap: wrap;
    }
    .otherSemi{
        display: flex;
        justify-content: space-between;
        align-items: flex-start
    }
    .other__title + img {
        margin-left: -200px;
        width: auto;
        margin-top: 0;
    }
    .resultative{
        background: #fff;
    }
    .resultative__block{
        max-width: 100%
    }
    .doing &gt; .inner{
        justify-content: space-around
    }
    .doing__item{
        width: 200px;
    }
    .popup__product img{
        width: 400px;
    }
    .popup__product {
        right: -235px;
        margin-top: -108.5px;
    }
    .nav a:nth-child(2){
        display: none;
    }
    .nav a{
        padding: 14px 14px
    }
}


@media screen and (max-width: 768px){
    .other .BB &gt; *{
        color: #2d706d;
    }
    .other .BB &gt; *.active{
        background: #2d706d;
    }
    .danger__item.active{
        display: block;
    }
    .sposob__desc {
        font-weight: 500;
    }
    .sposob__desc span{
        display: block;
    }
    .sposob__item{
        font-size: 20px;
    }
    .sposob__item:last-child{
        display: none;
    }
    .sostav__slide{
        width: 465px !important;
    }
    .sostav__slide-title{
        font-weight: bold !important;
    }
    .sposob__desc,
    .sostav__slide-title,
    .sostav{
        font-size: 25px;
        font-weight: 300;
    }
    .sostav__slider{
        margin: 0 auto;
    }
    .sostav .owl-nav{
        width: 100%;
        left: 0;
    }
    .tripple .owl-dot{
        background: rgba(255,255,255,.5) !important;
    }
    .tripple .owl-dot.active{
        background: rgba(255,255,255,1) !important;
    }
    .tripple{
        font-size: 25px;
    }
    .tripple__item-number{
        display: none;
    }
    .tripple__item{
        width: 100%;
    }
    .tripple__items{
        display: block !important;
    }
    .other__title + img{
        margin-left:  -360px;
    }
    .other{
        font-size: 25px;
    }
    .other__item &gt; *:not(.BB) .other__preTitle{
        display: none;
    }
    .other__preTitle{
        margin-bottom: 0;
    }
    .otherSemi &gt; *:not(.BB){
        display: none;
    }
     .otherSemi &gt; .active{
        display: block;
     }
    .otherSemi,
    .other &gt; .inner{
        flex-wrap: wrap;
        justify-content: center;
    }
    .resultative__inner-block{
        max-width: 100%
    }
    .resultative__inner-block-item{
        width: 50%;
    }
    .resultative__inner-block-items{
        justify-content: space-between
    }
    .resultative__title{
        font-weight: bold !important;
    }
    .lifeQual img{
        margin-left: -60px;
        margin-top: 33px;
    }
    .resultative__inner-block-item .resultative__title,
    .resultative,
    .lifeQual__block p{
        font-size: 25px;
        line-height: 32px;
        font-weight: 300;
    }
    .lifeQual__title b{
        display: block;
    }
    .lifeQual__title {
        text-align: center !important;
    }
    .lifeQual__title br{
        display: none;
    }
    .lifeQual{
        background: #fff url(mob-lifeQual-bg-97b.arb.jpg) no-repeat;
        background-position: top 0 left 50%;
        padding-top: 600px;
    }
    .danger__item{
        display: none;
    }
    .BB + .active{
        display: block;
    }
    .BB{
        display: flex;
        text-align: center;
        line-height: 20px;
        padding: 8px;
        border-radius: 50px;
        background: #fff;
        margin-bottom: 45px;
        box-shadow: inset 0 0 35px rgba(0,0,0,.2);
    }
    .BB &gt; *{
        padding: 14px 30px;
        border-radius: 50px;
        color: #ff3147;
        cursor: pointer;
    }
    .BB &gt; *.active{
        color: #fff;
        background: #ff3147;
    }
     .danger__item-pretitle{
        font-weight: bold;
     }
     .danger__item .danger__item-pretitle,
    .danger__item-pretitle span{
        display: none;
    }
    .danger__item-pretitle,
    .danger{
        font-size: 25px;
    }
    .danger__items{
        flex-wrap: wrap;
        justify-content: center;
    }
    .danger__item{
        margin: 0 auto;
        width: 100%;
        text-align: center !important;
    }
    .danger__title span{
        display: block;
    }
    .danger__title{
        margin-bottom: 35px !important;
    }
    .simptoms2 .simptoms__items{
        padding-left: 0;
    }
    .simptoms2 .simptoms__items .simptoms__item p{
        text-align: center !important;
        font-weight:  bold;
    }
    .simptoms__title{
        font-weight: 300;
        text-align: left !important;
        margin-bottom: 30px !important;
        padding-left: 100px;
        font-size: 42px!important;
    }
    .simptoms{
        background: #f0f5f8 url(mob-simptoms-bg-c8b.arb.jpg) no-repeat;
        background-position: top 0 left 0%;
    }
    .simptoms2::after{
        display: none;
    }
    .simptoms__items p{
        font-weight: 300;
    }
    .simptoms__items{
        padding-left: 100px;
    }
    .simptoms__items,
    .simptoms__items2{
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100% !important;
    }
    .simptoms__item p{
        font-size: 25px;
        margin: 0 auto 15px !important;
    }
    .simptoms__item br{
        display: none;
    }
    .simptoms__item{
        width: 100% !important;
        text-align: left !important;
    }
    .doing,
    .form-block__up{
        display: none;
    }
    .form-block{
        text-align: center;
    }
    .insHide{
        display: block;
    }
    .mobHide{
        display: none;
    }
    .form-block &gt; .insHide{
        display: inline;
    }
    .popup__block .form-block__zakazhite br{
        display: none;
    }
    .popup__block{
        display: block;
        width: 520px;
    }
    .popup__product{
        display: none;
    }
    #zakaz{
        padding-top: 50px;
        background: #fff;
    }
    .reviews__slide{
        width: 500px !important;
        margin-left: auto;
        margin-right: auto;
    }
    .reviews__slide-top &gt; img{
        width: 180px !important;
        height: 180px !important;
    }
    .reviews__slide-city,
    .reviews__slide-name{
        font-size: 34px;
    }
    .reviews__slide-bottom{
        font-size: 30px;
    }
    .title span{
        font-size: 44px;
    }
    .splitArea{
        background: #2d706d;
    }
    .splitArea__item:last-child{
        margin-bottom: 0;
    }
    .splitArea .btn{
        font-size: 36px;
        max-width: 100%;
        border-radius: 45px;
    }
    .splitArea .price-block{
        line-height: 42px;
        margin: 15px auto;
    }
    .splitArea .price-block__oldPriceCurrency,
    .splitArea .vmesto{
        font-size: 27px;
    }
    .splitArea .price-block__oldPrice{
        font-size: 37px;
    }
    .splitArea .price-block__priceCurrency{
        font-size: 38px;
    }
    .splitArea .price-block__price{
        font-size: 98px;
    }

     .splitArea .flip-clock-divider.hours .flip-clock-label{
        left: 37px;
    }
    .splitArea .flip-clock-divider.seconds .flip-clock-label{
        left: 91px;
    }
    .splitArea .flip-clock-divider.minutes .flip-clock-label{
        left: 100px;
    }
    .splitArea .flip-clock-divider .flip-clock-label{
        font-size: 19px;
        top: 85px;
    }
    .splitArea .flip-clock-dot.top{
        top: 25px;
    }
    .splitArea .flip-clock-dot{
        left: 28px;
    }
    .splitArea .flip-clock-dot.bottom{
        bottom: 43px;
    }
    .splitArea .flip-clock-dot{
        width: 10px;
        height: 10px;
    }
    .splitArea .flip-clock-divider:not(:first-child){
        width: 60px;
    }
    .splitArea .flip-clock-wrapper{
        height: 110px;
        width: 500px;
    }
    .splitArea .flip-clock-wrapper ul{
        width: 60px;
        height: 80px;
    }
    .splitArea .flip-clock-wrapper ul li a div div.inn,
    .splitArea .flip-clock-wrapper ul,
    .splitArea .flip-clock-wrapper ul li a div{
        font-size: 80px;
    }
    .splitArea .flip-clock-wrapper ul li a div,
    .splitArea .flip-clock-wrapper ul,
    .splitArea .flip-clock-wrapper ul li{
        line-height: 80px;
    }






    .splitArea__item:nth-child(2){
        display: none;
    }
    .splitArea .timer__title{
        font-size: 23px;
        margin-bottom: 20px;
        font-weight: normal;
    }
    .splitArea{
        padding: 27px 0 45px;
    }
    .title{
        text-align: center;
        font-size: 44px;
        margin-bottom: 55px;
    }

    .colvo{
        margin: 60px auto 20px;
        font-size: 19px;
    }
    .colvo span{
        font-weight: bold;
        font-size: 25px;
    }
    .form-block{
        margin-bottom: 35px;
    }
    .form-btn{
        width: 100%;
        max-width: 100%;
        font-size: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: -45px;
        bottom: -35px;
    }
    input:not(:last-child), select:not(:last-child) {
        margin-bottom: 35px;
    }
    input, select{
        text-indent: 25px;
    }
    .cena{
        font-size: 20px;
        color: #207b89;
        text-transform: uppercase;
    }
    .popup__wrapper .price-block,
    .main-block .price-block{
        margin-bottom: 15px !important;
    }
    .popup__wrapper .price-block__oldPrice,
    .main-block .price-block__oldPrice{
        color: #000;
        font-size: 22px;
    }
    .starayaCena, .main-block .price-block__oldPriceCurrency{
        color: #ea5153;
        font-size: 16px;
    }
    .starayaCena, .cena{
        display: inline;
    }
    .popup__wrapper .vmesto,
    .main-block .vmesto{
        display: none;
    }
    .popup__wrapper .flip-clock-divider.hours .flip-clock-label,
    .main-block .flip-clock-divider.hours .flip-clock-label{
        left: 26px;
    }
    .popup__wrapper .flip-clock-divider.seconds .flip-clock-label,
    .main-block .flip-clock-divider.seconds .flip-clock-label{
        left: 41px;
    }
    .popup__wrapper .flip-clock-divider.minutes .flip-clock-label,
    .main-block .flip-clock-divider.minutes .flip-clock-label{
        left: 44px;
    }
    .popup__wrapper .flip-clock-divider .flip-clock-label,
    .main-block .flip-clock-divider .flip-clock-label{
        font-size: 19px;
        top: 73px;
    }
    .popup__wrapper .flip-clock-dot.top,
    .main-block .flip-clock-dot.top{
        top: 20px;
    }
    .popup__wrapper .flip-clock-dot,
    .main-block .flip-clock-dot{
        left: 7px;
    }
    .popup__wrapper .flip-clock-dot.bottom,
    .main-block .flip-clock-dot.bottom{
        bottom: 53px;
    }
    .popup__wrapper .flip-clock-dot,
    .main-block .flip-clock-dot{
        width: 8px;
        height: 8px;
    }
    .popup__wrapper .flip-clock-divider:not(:first-child),
    .main-block .flip-clock-divider:not(:first-child){
        width: 21px;
    }
    .popup__wrapper .flip-clock-wrapper,
    .main-block .flip-clock-wrapper{
        height: 97px;
        width: 362px;
    }
    .popup__wrapper .flip-clock-wrapper ul,
    .main-block .flip-clock-wrapper ul{
        width: 48px;
        height: 68px;
    }
    .popup__wrapper .flip-clock-wrapper ul li a div div.inn,
    .main-block .flip-clock-wrapper ul li a div div.inn,
    .popup__wrapper .flip-clock-wrapper ul,
    .main-block .flip-clock-wrapper ul,
    .popup__wrapper .flip-clock-wrapper ul li a div,
    .main-block .flip-clock-wrapper ul li a div{
        font-size: 66px;
    }
    .popup__wrapper .flip-clock-wrapper ul li a div,
    .main-block .flip-clock-wrapper ul li a div,
    .popup__wrapper .flip-clock-wrapper ul,
    .main-block .flip-clock-wrapper ul,
    .popup__wrapper .flip-clock-wrapper ul li,
    .main-block .flip-clock-wrapper ul li{
        line-height: 68px;
    }
    .popup__wrapper .price-block,
    .main-block .price-block {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        line-height: normal;
    }
    .popup__wrapper .timer-block,
    .main-block .timer-block,
    .popup__wrapper .price-block,
    .main-block .price-block,
    .popup__wrapper form,
    .main-block form{
        width: 400px;
        margin: 0 auto;
    }
    .form-block__zakazhite{
        display: block;
        font-size: 35px;
        color: #2d2c33;
        text-align: center;
        margin-bottom: 15px;
    }
    .popup__wrapper{
        text-align: left;
    }
    .popup__wrapper .timer__title,
    .main-block .timer__title{
        font-size: 20px;
        color: #b00012;
        margin-bottom: 18px;
    }
    .popup__wrapper .timer__title span,
    .main-block .timer__title span{
        font-weight: bold;
    }
    .form-block__one{
        font-size: 35px;
        font-weight: normal;
    }
    .main-block__left{
        margin-bottom: -195px;
        position: relative;
        z-index: 3;
    }
    .main-block__flexArea {
        justify-content: center;
        flex-wrap: wrap;
    }
    .popup__wrapper .form-block,
    .main-block .form-block{
        padding-top: 100px;
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .popup__wrapper .form-block{
        padding-top: 35px;
    }
    .form-block__wrap{
        width: 100%;
    }
    .main-block{
        background: #ffffff url(mob-main-block-bg-f94.arb.jpg) no-repeat;
        background-position: top 0 left 50%;
        padding-top: 512px;
    }
    .mob-button{
        display: block;
    }
    .top-line__call span{
        font-size: 32px;
    }
    .top-line{
        height: 75px;
    }
    .inner{
        padding: 0 60px
    }
    .nav{
        background: #207b89;
        display: block;
        position: fixed;
        width: 500px;
        left: -508px;
        top: 75px;
        text-align: center;
        padding: 30px 0;
        box-shadow: 8px 8px 0px rgba(0,0,0,.75);
    }
    .mob-button.active + .nav{
        left: 0px;
    }
    .nav a{
        font-size: 28px;
        text-transform: uppercase;
        display: block !important;
    }
}</pre></body></html>