@font-face {
    font-family: 'OpenSans';
    src: url(../fonts/OpenSans-Regular.woff),
    url(../fonts/OpenSans-Regular.eot);
    font-weight: normal;
}
body{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 0px;
    margin: 0px;
    font-family: 'OpenSans', sans-serif;
    color: #32323C;
    font-size: 18px;
    
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    outline: none;
}
.search-form{
    overflow-x: hidden;
}
/*стилизация селектов*/

.select2-container--default .select2-selection--single {
    height: 50px;
    background-color: #fff;
    border: 1px solid rgba(13, 52, 79, 0.1);
    border-radius: 3px; 
} 
.select2-container--default .select2-selection--single .select2-selection__arrow {

    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    font-weight: normal;
    font-size: 16px;
    line-height: 50px;
    color: #212B36;
    mix-blend-mode: normal;
    opacity: 0.25;
    border-radius: 3px;
    outline: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F05B29;
    color: #212B36;
    /* color: white; */
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #F05B29;
    transition: 0.2s all linear;
    font-size: 16px;
    line-height: 19px;
    color: #212B36;

    mix-blend-mode: normal;
    
    
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    /* border: 1px solid #aaa; */
    border: 1px solid rgba(13, 52, 79, 0.1);
    border-radius: 3px;
    outline: none;
}

.select2-container--default .select2-selection--single {
    
    outline: none;
}
.search-form select, .search-form input {
    height: 50px;
    background: #FFFFFF;
    border: 1px solid rgba(13, 52, 79, 0.1);
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 16px;

    mix-blend-mode: normal;
    background-color: #fff;
}

/* .select2-container--default .select2-selection--single:hover{
    -webkit-box-shadow: -1px 5px 14px -16px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -1px 5px 14px -16px rgba(34, 60, 80, 0.2);
    box-shadow: -1px 5px 14px -16px rgba(34, 60, 80, 0.2);
} */




/*конец стилизации селектов*/

/* ANIMATION */

.anim-block{
    opacity: 0;
    transform: translate(0, 20%);
    transition: all 0.8s ease 0s;
}
.anim-block._active{
    opacity: 1;
    transform: translate(0);
}
.title{
    /* opacity: 0; */
    transform: translate(-54%, 0px);
    transition: all 0.8s ease 0s;
}
.title._active{
    opacity: 1;
    transform: translate(0);
}



/* ANIMATION  END*/

header{
    position: relative;
    width: 100%;
    /*height: 130px;*/
}
.header-wrapper{
    height: 110px;
}
.no-padding{
    padding: 0px;
}
.header-nav{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: 40px;
}
.header-wrapper{
    height: 110px;
    padding: 0px;
    position: relative;
}
.header-adapt-btn {
    display: none;
    position: relative;
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    padding: 0px;
    background-color: transparent;
}
.header-adapt-btn span {
    display: block;
    width: 33px;
    height: 4px;
    background: #9BCD9A;
    position: absolute;
    top: 14px;
    left: 0px;
    transition: .3s all linear;
}
.header-adapt-btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 33px;
    height: 4px;
    background: #9BCD9A;
    transition: .3s all linear;
}
.header-adapt-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 28px;
    left: 0px;
    width: 33px;
    height: 4px;
    background: #9BCD9A;
    transition: .3s all linear;
}
.header-adapt-btn.active span{
    transition: .3s all linear;
    transform: rotateY(90deg);
}
.header-adapt-btn.active:before{
    transition: .3s all linear;
    transform: rotateZ(45deg);
    top: 13px;
}
.header-adapt-btn.active:after{
    transition: .3s all linear;
    transform: rotateZ(-45deg);
    top: 13px;
}
.menu {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.menu li {
    height: 38px;
    list-style: none;
    padding: 0 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu li>a,
.menu li>a:hover{
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: #3C3838;
    text-decoration: none;
}
.menu li>a:hover{
    font-weight: bold;
}
.menu li.phone-wrapper,
.mobile-phone-wrapper{
    padding: 0px 20px;
    background: url("../img/phone_icon.png") no-repeat 0% 50%;
}
/*.mobile-phone-wrapper{*/
/*display: none;*/
/*}*/
.menu .phone-wrapper a,
.menu .phone-wrapper a:hover,
.mobile-phone-wrapper a,
.mobile-phone-wrapper a:hover{
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #3C3838;
    opacity: 0.95;
    text-decoration: none;
}
.lang-dropbtn {
    padding: 5px 5px 0px 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #F05B29;
}

/* The container <div> - needed to position the dropdown content */
.lang-dropdown {
    position: relative;
    display: inline-block;
    min-width: 50px;
    z-index: 11;
}
.dropdown-content {
    display: none;
    position: absolute;
    width: 100px;
    background: #ffffff;
}
.lang-dropbtn::after {
    background: rgba(0, 0, 0, 0) url("../img/lang.png") no-repeat scroll center center;
    content: "";
    height: 22px;
    position: absolute;
    right: 0;
    top: 7px;
    width: 16px;
}
.dropdown-content a {
    color: #3C3838;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    background: #ffffff;
}

.dropdown-content a:hover {
    font-weight: bold;
}

.lang-dropdown:hover .dropdown-content {
    display: block;
}
.about{
    padding-left: 0px;
    padding-right: 0px;
    background: url(../img/title_bg.png) no-repeat 85% 5%;
}
.top-section{
    background: url(../img/about_right_bg.png) no-repeat 100% 100%;
    /* animation-name: imgSize;
    animation-duration: 4s;
    animation-timing-function: ease; */
}
/* @keyframes imgSize {
    from {
        background-size: 0%;
    }
    to {
        background-size: 10%;
    }
} */

.top-img{
    padding-left: 0px;
    background: url(../img/green_rhomb.png) no-repeat 12% 100%;
    animation-name: imgShow;
    animation-duration: 1s;
    animation-timing-function: ease;
}

@keyframes imgShow {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}


.top-img img{
    width: 115%;
}
.top-info-wrapper{
    position: relative;
    margin-top: 90px;
    margin-left: -30px;
    
}

.top-info-wrapper h1{
    font-size: 16px;
    line-height: 30px;
    color: #3C3838;
   
}

.about-content{
    padding: 50px 0px;
}
.top-info-wrapper h1{
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    color: #3C3838;
}
.top-info-wrapper h6{
    font-size: 18px;
    font-weight: bold;
}
.big-text{
    display: block;
    font-weight: 800;
    font-size: 100px;
    line-height: 136px;
    color: #F05B29;
}
.bold-text{
    font-weight: bold;
}
.top-info-wrapper p{
    font-size: 18px;
    line-height: 30px;
    color: #3C3838;

}
.card-wrapper{
    text-align: center;
    letter-spacing: -0.3px;
}
.card-wrapper img{
    width: auto;
    max-width: 100%;
}
.about-text-wrapper{
    position: relative;
    padding-top: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #32323C;
}
.about-text-wrapper::after{
    content: url("../img/title_bg.png");
    position: absolute;
    right: 0px;
    bottom: -60px;
    
    animation-name: photoScale;
    animation-duration: 4s;
    animation-timing-function: ease;
   
}

@keyframes photoScale {
    0%{
        transform: scale(0);
       
    }
    50%{
        transform: scale(1);
        
        
    }
    100%{
        transform: rotate(30deg);
    }
}
.orange-text{
    color: #F05B29;
}
.block-title{
    font-weight: bold;
    font-size: 36px;
    line-height: 49px;
    color: #3C3838;
}
.questions{
    padding: 0px 0px 60px 0px;
}
.carousel-item {
    border: 1px solid black;
    background: #EEEEEE;
    font-size: 23px;
    padding: 100px 20px;
    text-align: center;
    box-sizing: border-box;
    cursor: grab;
    position: relative;
    height: 230px;
    overflow-wrap: break-word;
}


/*slider*/
.slider-container{
    padding-left: 13%;
    background: url("../img/slide_left_bg.png") no-repeat 0% 70%,
    url("../img/slide_bottom_bg.png") no-repeat 35% 100%;
   

 
}

/* @keyframes photoVisible {
    0%{
      b
       
    }
    100%{
        background-size: auto;
        background-position-x: 10%;
        
        
    }
   
} */



.slider {
    width: 100%;
    /*min-width: 1300px;*/
    margin: 100px auto;
}
.slick-slide {
    margin: 0px 20px;
}
.slider-item{
    width: 400px;
    padding: 80px 30px 30px 30px;
    line-height: 30px;
    color: #32323C;
    box-shadow: 12px 18px 62px rgba(13, 52, 79, 0.09);
    border-radius: 6px;
    margin: 0px 30px 50px 30px;
    background: url("../img/quotes.png") no-repeat 30px 30px;
}
.slider-item h6{
    line-height: 30px;
}
.slider-item p{
    margin-top: 20px;
}
.slick-prev:before,
.slick-next:before {
   
    border: 2px solid #F05B29;
    padding: 18px;
    border-radius: 50%;
    /* color: #CCCCCC; */

}
.slick-dots {
    text-align: left;
    bottom: -35px;
    padding-left: 45px;
    max-width: 50%;
    /* background: url("../img/dots_bg.png") no-repeat 0% 70%; */
}
.slick-dots li.slick-active button:before{
    width: 45px;
    height: 15px;
    background-color: #F05B29;
    opacity: 1;
    z-index: 2;
    border-radius: 35%;
    transition: .2s all ease-in-out;
}
.slick-dots li button:before{
    /* font-size: 14px;
    color: #EEEFF0; */
    opacity: 1;
} 
.slick-slide {
    transition:.2s  all ease-in-out .3s;
}
/*.slick-active {*/
/*opacity: .5;*/
/*}*/
.slick-current{
    opacity: 1;
}
.slick-current .slider-item{
    border-radius: 6px;
    background: #F5F8FA  url("../img/quotes.png") no-repeat 30px 30px;
    opacity: 1;
}
.slick-prev, .slick-next{
    top: auto;
    bottom: -30px;
}
.slick-prev, .slick-next{
    /* width: 30px;
    height: 15px; */
    width: 60px;
    height: 34px;
    bottom: -58px;
  
}
.slick-prev{
    left: auto;
    right: 18%;
}
.slick-next {
    right: 10%;
}
.slick-prev:before, .slick-next:before {
    /* font-family: '';
    font-size: 20px;
    padding: 8px;
    opacity: 1;
    background: #F05B29;
    border-radius: 50%; */
    cursor: pointer;
    /* color: white; */
    color: transparent;
    transition: .0s all ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pharm-list{
    padding: 50px 0px;
    background: #F5F8FA;
}
.map-wrapper{
    padding: 50px 0px;
}
#map{
    width: 100%;
    height: 393px;
}
.search-form .form-group{
    margin-bottom: 36px;
}

.search-form select,
.search-form input{
    height: 50px;
    background: #FFFFFF;
    border: 1px solid rgba(13, 52, 79, 0.1);
    box-sizing: border-box;
    border-radius: 3px;
   
    
}
.search-form input::placeholder{
    font-weight: normal;
    font-size: 16px;
    line-height: 50px;
    color: #212B36;
    mix-blend-mode: normal;
    opacity: 0.25;
    border-radius: 3px;
    outline: none;
}
.search-btn,
.search-btn:hover{
    width: 100%;
    height: 50px;
    background: #F05B29;
    border: 1px solid rgba(255, 255, 255, 0.162364);
    box-sizing: border-box;
    border-radius: 3px;
    text-transform: uppercase;
    color: #FFFFFF;
}
/*.form-group #RegionId{
    display: none;
}*/
.pharmacy-item{
    width: 255px;
    height: 236px;
    padding: 30px 16px;
    margin: 10px;
    background: #FFFFFF;
    /* box-shadow: 12px 18px 62px rgba(13, 52, 79, 0.1); */
    border-radius: 10px;
}
.pharmacy-item .pharm-name{
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #3C3838;
    padding-bottom: 20px;
    border-bottom: 2px solid #F05B29;
}
.pharmacy-item .address-block {
    padding-left: 40px;
    background: url(../img/pharm_marker.png) no-repeat 0 50%;
    font-size: 16px;
    line-height: 22px;
    color: #3C3838;
}
.address-block .pharm-city{
    font-weight: bold;
    margin-bottom: 0px;
}
.pharmacy-item .pharm-phone-number {
    height: 38px;
    padding-left: 40px;
    background: url(../img/phone_icon.png) no-repeat 0 50%;
}
.pagination{
    padding: 40px 0px;
}
.page-link{
    padding: 10px;
    background-color: transparent;
    border: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #484545;
}
.page-link:hover{
    color: #F05B29;
    background: transparent;
}
.page-link.active{
    border-radius: 50%;
    background: #F05B29;
    color: #ffffff;
}
.mobile-promo{
    display: none;
}

.footer-info-wrapper{
    padding: 15px 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer-text{
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #3C3838;
}

/*about page*/
.about-liver{
    /*background: url("../img/about_top_pol.png") no-repeat 100% 80%,*/
    /*url("../img/liver_title_bg.png") no-repeat 10% 10%;*/
    /*!*background: url("../img/liver_title_bg.png") no-repeat 10% 10%;*!*/
    /*padding-top: 100px;*/
    height: auto;
    min-height: 550px;
}
.about-top-block{
    background: url("../img/about_top_pol.png") no-repeat 100% 100%;
    background-size: 10%;
}
.about-top-img{
    margin-left: -110px;
    margin-top: -40px;
}
.about-text-block{
    max-width: 520px;
    position: relative;
}
.about-text-block:before{
    content: url("../img/liver_title_bg.png");
    position: absolute;
    left: -70px;
    top: -20px;
}
.about-title{
    color: #F05B29;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}
.importantly-block{
    position: relative;
    padding: 80px 30px 80px 200px;
    background: #FAFCFF url("../img/importantly_bg.png") no-repeat 2% 50%;
    border-radius: 6px;
    box-shadow: 12px 18px 62px rgba(13, 52, 79, 0.1);
    z-index: 15;
}
.importantly-title{
    width: 100%;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.3px;
    margin-bottom: 30px;
}
.importantly-block .left-block,
.importantly-block .right-block{
    width: 50%;
    padding: 0px 30px;
}
.importantly-block .item-bg{
    background: url("../img/importantly_text_bg.png") no-repeat;
}
.content-block h3{
    font-size: 26px;
    line-height: 30px;
}
.grey-block{
    background: #F5F8FA;
    margin-top: -100px;
    padding-top: 120px;
}
.function-block{
    background: #F5F8FA url("../img/function_l_bg.png") no-repeat 0% 45%;
    padding: 160px 0px 0px 0px;
    min-height: 500px;
}
.liver-function{
    position: relative;
    background: url("../img/function_r_bg.png") no-repeat 90% 35%;
}
/*.liver-function:before {*/
/*content: url("../img/function_l_bg.png");*/
/*position: absolute;*/
/*left: 0px;*/
/*top: 35%;*/
/*}*/
.list-title{
    font-size: 22px;
}
.small-title{
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    color: #231F20;
}
.option-list{
    padding-left: 0px;
    list-style: none;
}
.option-list li{
    padding-left: 40px;
    background: url("../img/list-bg.png") no-repeat 0px 0px;
}
.function-list li{
    padding-left: 40px;
    background: url("../img/list-bg.png") no-repeat 0px 8px;
}
.lift-up{
    padding: 310px 0px 0px 0px;
    margin-top: -240px;
    background: #ffffff;
}
.about-steat{
    background: url("../img/steat_r_bg.png") no-repeat 100% 30%,
    url("../img/stat_r_bg_smal.png") no-repeat 95% 95%;
}
.steat-importantly-block{
    position: relative;
}
.steat-importantly-block:before{
    content: url("../img/steat_l_bg.png");
    position: absolute;
    left: -100px;
    top: -30px;
}
.steat-importantly-block:after{
    content: url("../img/steat_r_smal_bg.png");
    position: absolute;
    top: 60%;
    right: 100px;
}
.small-content-block{
    position: relative;
    padding: 40px;
    background: #FAFCFF;
    box-shadow: 12px 18px 62px rgba(13, 52, 79, 0.1);
    border-radius: 6px;
}
.left-small-content-block{
    flex: 1 0 auto;
}
.small-content-block img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.steat-block-bg{
    position: relative;
}
.steat-block-bg:before{
    position: absolute;
    content: url("../img/small_romb.png");
    left: -120px;
    top: 160px;
}
/*.grey-block{*/
/*background: #F5F8FA;*/
/*margin-top: -100px;*/
/*padding-top: 120px;*/
/*}*/
.risk-block{
    background: #F5F8FA url("../img/risk_l_bg.png") no-repeat 0% 35%;
}
.risk-list{
    padding-left: 0px;
}
.risk-list p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.3px;
    color: #231F20;
}

.risk-list li{
    width: 50%;
    display: inline-block;
}
.item-number{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    color: #ffffff;
    background: #F05B29;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
}
.risk-importantly-block{
    position: relative;
    margin-bottom: -240px;
}
.risk-importantly-block:before{
    position: absolute;
    content: url("../img/small_romb.png");
    top: 5px;
    right: -15px;
}
.about-metabolism{
    background: url("../img/risk_btm_bg.png") no-repeat 100% 8%,
    url("../img/met_l_bg.png") no-repeat 0% 43%,
    url("../img/met_r_bg.png") no-repeat 100% 73%;
    padding-top: 310px;
}
.stage-block{
    background: #F5F8FA url("../img/stage_r_bg.png") no-repeat 100% 0% ;
    background-size: 11%;
}
.stage-bg{
    background: url("../img/stage_l_bg.png") no-repeat 0% 70%;
    background-size: 7%;
}
.stage-progress{
    padding: 40px;
    background: #FAFCFF url("../img/progress_bg.png") no-repeat 95% 25%;
    box-shadow: 12px 18px 62px rgba(13, 52, 79, 0.1);
    border-radius: 6px;
    min-height: 600px;
    margin-top: -100px;
}
.stage-container{
    background: url("../img/stage_bg_l.png") no-repeat 0% 40%,
    url("../img/stage_bg_r.png") no-repeat 100% 90%;
    background-size: 9%;
}
.cons-small-block{
    position: relative;
    flex: 1 0 auto;
}
.cons-small-block:before{
    content: url("../img/stage_small_r.png");
    position: absolute;
    left: -60px;
    bottom: 10px;
}
.small-text{
    font-size: 16px;
}
.diagnosis-block{
    background: url("../img/diagnosis_r_bg.png") no-repeat 100% 10%;
}
.symptoms-block{
    background: url("../img/symptoms_l.png") no-repeat 0% 10%,
    url("../img/symptoms_r_bg.png") no-repeat 100% 90%;
}
.methods-block{
    background: url("../img/methods_r_bg.png") no-repeat 100% 70%,
    url("../img/methods_l_bg.png") no-repeat 0% 25%;
}
.no-shadow{
    box-shadow: none;
}
.slider-nav-item img{
    width: 116px;
}
.slider-block{
    margin-top: -530px;
    background: #FAFCFF;
    box-shadow: 12px 18px 62px rgba(13, 52, 79, 0.1);
    border-radius: 6px;
}
.slider-block .slick-list{
    padding-left: 30px!important;
    margin: 0px 80px;
<<<<<<< HEAD
=======
  
>>>>>>> dev
}
.slider-block .slider-for .slick-slide img{
    width: 80%;
}
.slider-block .slick-prev,
.slider-block .slick-next{
    top: auto;
    bottom: 35px;
}
.slider-block .slick-prev{
    left: 20px;
    right: auto;
}
.slider-block .slick-next{
    right: 20px;
}
.risk-factor-block{
    background: #F5F8FA url("../img/risk_factor_bg.png") no-repeat 0% 20%;
    background-size: 80%;
}


/*clinic widget*/


.widget-block #cmp_widget .cmp_container{
    background: #F5F8FA;
}
.widget-block #cmp_widget{
    color: #32323C;
}
.widget-block #gw-searchtype p{
    display: inline-block;
}
.widget-block #gw-searchtype .select-search,
.widget-block #gw-search .select-search {
    display: block;
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #32323C;
}
.widget-block .cmp_tab_links .cmp_tab_link{
    color: #3C3838;
    background: #F5F8FA;
}
.widget-block .cmp_tab_links .cmp_tab_link.cmp_active{
    color: #3C3838;
    font-weight: bold;
    background: #F5F8FA;
}
.widget-block .cmp_tab_links .cmp_tab_link:first-child .cmp_tab_link__shadow{
    border-right: none;
}
.widget-block .cmp_tab_links .cmp_tab_link .cmp_tab_link__shadow{
    border-left: none;
}
.widget-block .cmp_tab_links .cmp_tab_link:after{
    content: none;
    background-image: none;
}
.widget-block #gw-searchtype p{
    font-size: 14px;
    line-height: 19px;
    color: #32323C;
}
.widget-block #gw-search .icon-search{
    background: none;
}
.widget-block #gw-searchtype,
.widget-block #gw-search,
.widget-block #gw-search .form-container{
    background: #F5F8FA;
}
.widget-block #cmp_widget .cmp_lists{
    box-shadow: none;
    background: #F5F8FA;
}
.widget-block #gw-search .search-group{
    background: #ffffff;
}
.widget-block .comp-wgt-form{
    border-bottom: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}
.widget-block #cmp_widget .panel.search{
    border: none;
}
.widget-block #gw-search .close-search-btn{
    background: url(../img/close_btn.png) no-repeat center;
}
.widget-block #cmp_widget .panel.search .panel_search_container>div{
    color: #32323C;
}
.widget-block #cmp_widget .cmp_collapse{
    border: none;
}
.widget-block #cmp_widget .cmp_icon{
    min-width: 30px;
    min-height: 2.5em;
}
.widget-block #cmp_widget .cmp_icon.cmp_icon__point{
    background: url(../img/pharm_marker.png) no-repeat 0 50%;
}
.widget-block #cmp_widget .cmp_icon.cmp_icon__phone{
    background: url(../img/phone_icon.png) no-repeat 0 50%;
}
.widget-block #cmp_widget .cmp_lists .cmp_list .cmp_list_body .cmp_phone a{
    font-size: 16px;
    line-height: 22px;
    color: #3C3838;
    font-weight: normal;
}
.widget-block #cmp_widget .cmp_lists .cmp_list .cmp_list_body{
    border-top: 2px solid #F05B29;
}
.widget-block .cmp_list .cmp_list-link,
.widget-block .cmp_list .cmp_list-link:hover{
    color: #3C3838;
}
.widget-block #cmp_widget .leaflet-bar a{
    border: 2px solid #F05B29;
}
.widget-block #cmp_widget #cmp_list .cmp_list_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
}
.widget-block #cmp_widget #cmp_list .cmp_lists .cmp_list{
    width: 235px;
    height: auto;
    padding: 30px 16px;
    margin: 10px;
    background: #FFFFFF;
    box-shadow: 12px 18px 62px rgb(13 52 79 / 10%);
    border-radius: 10px;
}
.widget-block #cmp_widget .icon-car{
    background: url("../img/car.png") no-repeat 0% 50%;
}
.widget-block #map .leaflet-control-layers.bycar .leaflet-control-layers-toggle{
    background: url(../img/car.png) no-repeat center center;
}
.widget-block #cmp_widget .findme .leaflet-control-layers-toggle {
    background: url(../img/dot.png) no-repeat center;
}
.widget-block #cmp_widget .leaflet-control-layers.resize .leaflet-control-layers-toggle {
    background: url(../img/full-screen.png) no-repeat center;
    background-size: 70%;
}
.widget-block #cmp_widget .cmp_lists .cmp_list .cmp_list_head{
    color: #3C3838;
}
.widget-block #comp-wgt-confirm-city .order-modal-title{
    background-color: #F05B29;
}
.widget-block #comp-wgt-confirm-city .modal-body .btn.btn-primary{
    background-color: #F05B29;
}
.widget-block #comp-wgt-confirm-city .modal-body .btn.btn-default {
    border-color: #F05B29;
    color: #F05B29;
    background-color: buttonface;
}
footer{
    background: url("../img/footer_l_bg.png") no-repeat 0% 50%,
    url("../img/footer_r_bg.png") no-repeat 100% 30%;
}
@media (min-width: 1400px){
    footer{
        background: url("../img/footer_l_bg.png") no-repeat 15% 50%,
        url("../img/footer_r_bg.png") no-repeat 85% 30%;
        /*background-size: 90%;*/
    }
}
@media (max-width: 1200px){
    body{
        font-size: 16px;
    }
    .menu li>a, .menu li>a:hover{
        font-size: 14px;
    }
    .menu .phone-wrapper a,
    .menu .phone-wrapper a:hover,
    .mobile-phone-wrapper a,
    .mobile-phone-wrapper a:hover,
    .lang-dropbtn{
        font-size: 16px;
    }
    .big-text{
        font-size: 66px;
        line-height: normal;
    }
    .top-info-wrapper h1{
        font-size: 24px;
        line-height: normal;
    }
    .top-section{
        background-size: 10%;
    }

    .top-info-wrapper p {
        font-size: 16px;
        line-height: 28px;
        color: #3C3838;
    }
    .about-top-img {
        margin-left: -80px;
        margin-top: 0px;
    }
    .about-top-img img{
        width: 100%;
       
    }
   
    .about-steat {
        background-size: 10%;
    }
    .function-block{
        background-size: 15%;
    }
    .methods-block{
        background: url(../img/methods_r_bg.png) no-repeat 100% 70%;
    }
    .about-metabolism{
        background: url(../img/risk_btm_bg.png) no-repeat 100% 8%,
        url(../img/met_r_bg.png) no-repeat 100% 73%;
        background-size: 15%;
    }
    .slider-block{
        margin-top: -430px;
    }
}
@media (max-width: 992px){
    .header-wrapper{
        height: 70px;
    }
    .header-block{
        width: 100%;
        padding: 0px 20px 0px 10px;
    }
    .header-adapt-btn{
        display: block;
        margin: 0px;
    }
    .logo-wrapper img{
        max-width: 160px;
    }
    .header-menu {
        position: absolute;
        /*top: calc(100% + 1px);*/
        top: 100%;
        width: 100%;
        height: 100vh;
        right: 0px;
        background: #ffffff;
        padding: 40px 10px;
        display: none;
        z-index: 99;
    }
    .header-menu li{
        padding-bottom: 15px;
    }
    .header-menu li.lang-switchers{
        padding: 30px 0px;
    }
    .header-menu li.phone-wrapper{
        display: none;
    }
    .header-menu.active{
        display: block;
        /*width: 425px;*/
    }
    .menu-wrapper{
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
        height: 80px;
    }
    .header-nav{
        width: 40%;
    }
    .header-phone{
        font-size: 18px;
        line-height: normal;
    }
    .mobile-phone-wrapper{
        display: block;
        white-space: nowrap;
        padding: 0px 15px;
    }
    .header-phone span{
        font-size: 14px;
    }
    .top-info-wrapper{
        margin-top: 20px;
    }
    .top-section {
        background-size: 8%;
    }
    .about{
        background: url(../img/title_bg.png) no-repeat 90% 0%;
    }
    .about-text-block{
        max-width: 100%;
    }
    .about-text-block:before,
    .steat-importantly-block:before {
        content: none;
    }
    .about-title{
        font-size: 26px;
        line-height: 35px;
    }
    .small-title{
        font-size: 20px;
        line-height: 27px;
    }
    .importantly-title{
        font-size: 20px;
        line-height: 30px;
    }
    .importantly-block{
        background-size: 15%;
        padding: 40px 30px 40px 150px;
    }
    .importantly-block .left-block, .importantly-block .right-block{
        width: auto;
    }
    .function-block{
        background: #F5F8FA;
    }
    .liver-function {
        background: url(../img/function_r_bg.png) no-repeat 100% 35%;
    }
    .steat-importantly-block:after {
        top: 75%;
        right: 10px;
    }
    .risk-block{
        background: none;
    }
    .item-number{
        width: 50px;
        height: 50px;
    }
    .stage-container,
    .diagnosis-block,
    .symptoms-block,
    .methods-block {
        background: none;
    }
    .stage-progress{
        padding: 20px;
    }
    .stage-progress-img img{
        width: 100%;
    }
    .slider-block {
        margin-top: 0px;
    }
    .slider-block .slider-nav-item img{
        width: 70px;
    }
    .slider-block .slider-for .slick-list{
        padding-left: 0px!important;
    }
    .slider-block .slick-prev, .slider-block .slick-next {
        top: auto;
        bottom: 15px;
    }
    .risk-factor-block {
        background-size: 90%;
    }
    .slick-prev {
       
        right: 22%;
    }
}
@media (max-width: 768px){
    .top-img{
        background-size: 20%;
    }
    .big-text {
        font-size: 56px;
    }
    .top-info-wrapper h1 {
        font-size: 22px;
    }
    .top-info-wrapper{
        margin-left: 0px;
    }
    .top-info-wrapper p {
        line-height: 24px;
    }
    .slick-prev{
        right: 18%;
    }
    .item-number {
        width: 40px;
        height: 40px;
    }
    .right-block img{
        width: 100%;
    }
    .people-img-wrapper img{
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }
    .about-metabolism{
        padding-top: 230px;
    }
    .slick-prev {
       
        right: 28%;
    }
    .slider-block .slick-list {
        padding-left: 30px!important;
        margin: 0px 107px;

    }
    .slider-block .slick-prev, .slider-block .slick-next {
        top: auto;
        bottom: 7px;
    }
    .slider-block .slider-nav-item img {
        width: 70px;
        padding-right: 10px;
       
    }
}
@media (max-width: 576px){
    body{
        font-size: 14px;
        line-height: 24px;
    }
    .block-title{
        font-size: 26px;
        line-height: 35px;
    }
    .top-section{
        background: none;
    }
    .top-img img {
        width: 100%;
    }
    .top-info-wrapper{
        margin-left: 0px;
    }
    .about-text-wrapper::after{
        right: 15px;
    }
    .slider-container{
        padding-left: 5%;
        background: url(../img/slide_bottom_bg.png) no-repeat 35% 100%;
    }
    .slick-prev{
        right: 20%;
    }
    .slick-current .slider-item {
        background: #ffffff url(../img/quotes.png) no-repeat 30px 30px;
    }
    .slick-current div:first-child >.slider-item{
        background: #F5F8FA url(../img/quotes.png) no-repeat 30px 30px;
    }
    .liver-function,
    .about-metabolism,
    .risk-factor-block,
    .stage-block,
    .stage-bg,
    .stage-progress{
        background: none;
    }
    .small-content-block{
        padding: 15px;
    }
    .importantly-block {
        padding: 40px 30px 40px 100px;
        background: #FAFCFF url(../img/importantly_bg.png) no-repeat 2% 10%;
        background-size: 20%;
    }
    .importantly-block .left-block,
    .importantly-block .right-block{
        padding-right: 0px;
    }
    .steat-importantly-block:after,
    .cons-small-block:before{
        content: none;
    }
    .slider-block .slider-for .slick-list{
        margin: 0px;
    }
    .slider-block .slider-for .slick-slide img{
        margin:  0 auto;
    }
    .slider-block .slider-nav-item img{
        width: 40px;
    }
    .slider-block .slick-prev, .slider-block .slick-next{
        top: auto;
        bottom: -4px;
    }
    .slider-block .slick-next{
        right: 5px;
    }
    .slider-block .slick-prev{
        left: 5px;
    }
    .slider-block .slick-list {
        padding-left: 30px!important;
        margin: 0px 70px;
    }
    .slider-block .slick-prev, .slider-block .slick-next {
        top: auto;
        bottom: -13px;
    }
    .slider-block .slick-prev:before,
    .slider-block .slick-next:before{
        font-size: 14px;
        padding: 6px;
    }
    .slick-prev {
       
        right: 30%;
    }
    .slick-next {
        right: 14%;
    }
    .risk-list li {
        width: 100%;
    }
    .footer-menu{
        flex-wrap: wrap;
    }
    .footer-menu li{
        display: block;
        width: 100%;
        text-align: center;
    }
    .footer-menu li>a{
        font-size: 12px;
        line-height: 16px;
    }
    .footer-text{
        font-size: 12px;
        line-height: 20px;
    }
}
@media (max-width: 425px){
    .logo-wrapper img{
        max-width: 96px;
    }
    .mobile-phone-wrapper a, .mobile-phone-wrapper a:hover{
        font-size: 13px;
        line-height: 18px;
    }
    .lang-dropdown {
        min-width: 40px;
        z-index: 11;
    }
    .lang-dropbtn,
    .dropdown-content{
        font-size: 12px;
        line-height: 16px;
    }
    .dropdown-content{
        width: 70px;
        top: 30px;
    }
    .lang-dropbtn::after {
        background: rgba(0, 0, 0, 0) url(../img/lang.png) no-repeat scroll center center;
        content: "";
        height: 16px;
        position: absolute;
        right: 0;
        top: 6px;
        width: 16px;
    }
    .slider-item{
        width: 300px;
    }
    .slick-prev:before, .slick-next:before {
        border: 2px solid #F05B29;
        padding: 10px;
      
    }
    .slick-prev {
       
        right: 35%;
    }
    .slick-next {
        right: 14%;
    }

    .pharmacy-item{
        width: 344px;
    }
   .slider-block .slick-list {
    padding-left: 30px!important;
    margin: 0px 52px;
   }
}
@media (max-width: 360px){
    .slider-block .slick-next {
        right: -2px;
    }
    .slider-block .slick-prev {
        left: -2px;
    }
    .slider-block .slick-prev, .slider-block .slick-next {
        top: auto;
        bottom: 15px;
    }
}


