
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}

*::-webkit-input-placeholder {
	color: #888;
	opacity: 1;
}

*:-moz-placeholder {
	color: #888;
	opacity: 1;
}
*::-moz-placeholder {
	color: #888;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #888;
	opacity: 1;
}

*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    width: 100%;
    font-size: 16px;
    font-family: 'Transforma Sans_Trial', sans-serif;
    line-height: 1.3;
    position: relative;
}

.container{
    width: 100%;
    max-width: 1470px;
    min-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.hidden {
  display: none !important;
}

.form-group{
    margin-bottom: 16px;
    position: relative;
}

.agree{
    margin-top: 16px;
    padding-left: 32px;
    position: relative;
    font-weight: 300;
    font-size: 13px;
    color: #888;
}

.agree a{
    color: inherit;
    text-decoration: underline;
}

.agree:before{
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/enroll/checked.svg) center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

input[type='text'],
input[type='password'],
input[type='search'],
input[type='tel']{
    width: 100%;
    height: 54px;
    padding: 0 20px;
    color: #438883;
    font-family: 'Transforma Sans_Trial', sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: .3s;
}

textarea{    
    width: 100%;
    height: 150px;
    padding: 16px;
    color: #438883;
    font-family: 'Transforma Sans_Trial', sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    resize: none;
}

input:focus{
    outline: none;
}

textarea:focus{
    outline: none;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='password']:focus,
input[type='search']:focus,
textarea:focus,
input.blur.active,
textarea.blur.active{
    border-color: #438883;
}

form > label {
    display: block;
}

label, .label {
    display: block;
    position: relative;
}

label .title{
    display: block;
    padding: 0 8px;
    background: #fff;
    position: absolute;
    left: 12px;
    top: 19px;
    z-index: 3;
    opacity: 1;
    text-align: left;
    line-height: 1;
    color: #888;
    font-size: 16px;
    transition: .3s;

}

.blur:focus + .title, .title.up {
    top: -5px;
    font-size: 13px;
    color: #666;
    text-transform: uppercase;
}

.cols{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col{
    padding: 0 15px;
}

.w20{
    width: 20%;
}

.w25{
    width: 25%;
}

.w33{
    width: 33.33%;
}

.w50{
    width: 50%;
}

.w66{
    width: 66.66%;
}

.w100{
    width: 100%;
}

.btn{
    display: inline-block;
    border: medium none;
    background: transparent;
    cursor: pointer;
    transition: .3s;
    font-family: 'Transforma Sans_Trial', sans-serif;
}

.btn-green{
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 25px;
    background: linear-gradient(180deg, #69aea9 0%, #2f9993 100%);
    border-radius: 40px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.btn-green:hover,
.btn-green:active{
    opacity: .7;
}

.btn.big{
    min-height: 64px;
}

.btn.sm{
    min-height: 50px;
}

button:focus{
    outline: none;
}

.slick-dots{
    position: absolute;
    text-align: center;
    bottom: 25px;    
    width: 100%;
    margin: 0 auto !important;
    padding: 0 !important;
}

.slick-dots li{
    width: auto;
    height: auto;
    margin: 0 6px!important;
    padding: 0!important;
}

.slick-dots li:before{
    display: none;
}

.slick-dots li button{
    width: 15px;
    height: 15px;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #00728A;
    opacity: 1;
    text-indent: -9999px;
    transition: .3s;
}

.slick-dots li.slick-active button{
    background-color: #00728A;
}

.vert-dots-white{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

.vert-dots-white .slick-dots{
    width: auto;
    display: block;
    position: static;
}

.vert-dots-white .slick-dots li{
    display: block;
    margin: 0;
    padding-bottom: 48px!important;
    position: relative;
}

.vert-dots-white .slick-dots li:after{
    content: "";
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    top: 30px;
    left: 50%;
}

.vert-dots-white .slick-dots li:last-child:after{
    display: none;
}

.vert-dots-white .slick-dots li button{
    width: 24px;
    height: 24px;
    background: transparent url(../img/w-dot.svg) center no-repeat;
    border: none;
}

.vert-dots-white .slick-dots li.slick-active button{
    background-image: url(../img/w-dot_active.svg);
}

.vert-dots-white .slick-dots li button:before{
    display: none!important;
}

.vert-dots-green{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

.vert-dots-green .slick-dots{
    width: auto;
    display: block;
    position: static;
}

.vert-dots-green .slick-dots li{
    display: block;
    margin: 0;
    padding-bottom: 48px!important;
    position: relative;
}

.vert-dots-green .slick-dots li:after{
    content: "";
    width: 1px;
    height: 40px;
    background: #058090;
    position: absolute;
    top: 30px;
    left: 50%;
}

.vert-dots-green .slick-dots li:last-child:after{
    display: none;
}

.vert-dots-green .slick-dots li button{
    width: 24px;
    height: 24px;
    background: transparent url(../img/g-dot.svg) center no-repeat;
    border: none;
}

.vert-dots-green .slick-dots li.slick-active button{
    background-image: url(../img/g-dot_active.svg);
}

.vert-dots-green .slick-dots li button:before{
    display: none!important;
}

.slick-prev, 
.slick-next{
    width: 24px;
    height: 24px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    border-radius: 0;
    background-position: center !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
}

.slick-prev:before,
.slick-next:before{
    content: none;
    
}

.slick-prev{
    left: 0;
    background-image: url(../img/prev.svg)!important;
}

.slick-prev:hover{
    opacity: .8;
}

.slick-next{
    right: 0;
    background-image: url(../img/next.svg)!important;

}

.slick-next:hover{
    opacity: .8;
}

.slick-dotted.slick-slider{
    margin-bottom: 0;
}

.arrow-r-n .slick-prev, 
.arrow-r-n .slick-next{
    width: 97px;
    height: 18px;
    top: auto;
    bottom: -50px;
}

.arrow-r-n .slick-prev{
    background-image: url(../img/gallery/prev.svg)!important;
    background-position: left center!important;
    left: 50%;
    margin-left: -180px;
} 

.arrow-r-n .slick-prev:after{
    content: "Назад";
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #058090;
    font-family: 'Transforma Sans_Trial', sans-serif;
}

.arrow-r-n .slick-next{
    background-image: url(../img/gallery/next.svg)!important;
    background-position: right center!important;
    right: 50%;
    margin-right: -180px;
}

.arrow-r-n .slick-next:after{
    content: "Вперед";
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #058090;
    font-family: 'Transforma Sans_Trial', sans-serif;
}

.section{
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}

.section.top-120{
    padding-top: 120px;
}

.section.bottom-120{
    padding-bottom: 120px;
}

.main-page{
    background: linear-gradient(180deg, #0f4e58 0%, #0f4e58 17.11%, #195b62 29.25%, #87e5ce 42.77%, #fff 52.75%, #fdfffe 68.35%, #8cebd3 84.09%, #fff 100%);
}

.title-block{
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 48px;
    color: #0f4e58;
    font-family: 'RockStar', sans-serif;
}

.title-block.white{
    color: #fff;
}

.flex-bot{
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.burger{
    width: 32px;
    display: none;
    margin-left: auto;
}

.burger span{
    display: block;
    height: 2px;
    background: #fff;
    margin: 8px 0;
}

.menu-close{
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    background: transparent url(../img/header/close.svg) center no-repeat;
    background-size: contain;
    top: 15px;
    right: 15px;
    z-index: 2;
}

.menu-mob{
    width: 100%;
    position: fixed;
    top: 0;
    height: 100%;
    padding: 48px 15px 25px;
    overflow: auto;
    background: #0f4e58;
    z-index: 99;
    display: none;
}

.menu-mob__item{
    margin-bottom: 20px;
}

/**HEADER**/
.header{
    width: 100%;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #0f4e58;
    position: relative;
    z-index: 12;   
}

.header_inner{

}

.header__top{

}

.header__top .cols{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.header .logo img{
    width: 247px;
    display: block;
}

.header__time{
    padding-left: 25px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #fff;
}

.header__time:before{
    content: "";
    width: 16px;
    height: 15px;
    display: block;
    background: url(../img/header/time.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.header__place{
    padding-left: 35px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #fff;
}

.header__place:before{
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background: url(../img/header/place.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-16px);
}

.header__phone{
    font-weight: 500;
    font-size: 24px;
    color: #fff;
}

.header__phone a{
    color: inherit;
}

.header__bottom{
    padding-top: 16px;
}

.header__bottom .cols{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.nav > ul{
    list-style: none;
    display: flex;
}

.nav > ul > li{
    padding: 0 25px;
    position: relative;
}

.nav > ul > li:before{
    content: "";
    width: 1px;
    height: 16px;
    background: #2f9993;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.nav > ul > li:first-child:before{
    display: none;
}

.nav > ul > li:first-child{
    padding-left: 0;
}

.nav > ul > li:last-child{
    padding-right: 0;
}

.nav > ul > li > a{
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    transition: .3s;
}

.nav > ul > li.active > a,
.nav > ul > li:hover > a{
    color: #2f9993;
}

.search{
    width: 24px;
    height: 24px;
    display: block;
    background: url(../img/header/search.svg) center no-repeat;
}

/**INTRO**/
.intro{
    width: 100%;
    height: 882px;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;   
}

.intro .left{
    width: 50%;
    padding-top: 140px;
    padding-right: 30px;
}

.intro .title{
    margin-bottom: 110px;
    font-weight: 600;
    font-size: 56px;
    color: #fff;
    font-family: 'RockStar', sans-serif;
}

.intro .cols{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.social{

}

.social.flex{
    display: flex;
    align-items: center;
    margin: 0 -6px;
}

.social__item{
    padding: 4px 0;width:30px;
}

.social.flex .social__item{
    padding: 0 6px;
	
}

.social__item img{
    display: block;
	width:100%;
}

.intro__front{
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.intro__front .items{
    display: flex;
    margin: 0 -15px;
}

.intro__front .item{
    width: 33.33%;
    padding: 0 15px;
}

.intro__front .item .pic{
    height: 882px;
    position: relative;
}

.intro__front .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 12px;r
    position: relative;
    z-index: 1;
}

.intro__front .item .overlay{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-items: end;
    padding: 35px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.intro__front .item .vert{
    width: 100%;
}

.intro__front .item .tit{
    margin-bottom: 12px;
    font-family: "Santa Catarina", sans-serif;
    font-weight: 400;
    font-size: 82px;
    text-transform: uppercase;
    color: #fff;
}

.intro__front .item p{
    font-weight: 300;
    font-size: 16px;
    color: #fff;
}

/**CONTENT**/
.content{
    width: 100%;
    display: block;
    padding-top: 0;
    padding-bottom: 0;    
    overflow: hidden;    
    position: relative;
    z-index: 1;   
}

.content.bg{
    background: linear-gradient(0deg, rgba(15, 78, 88, .55) 0%, rgba(15, 78, 88, .55) 24.13%, #88e6cf 50.25%, #fff 59.43%, #fdfffe 64.99%, #87e5ce 72.12%, #fff 84.09%, #fff 100%);
    background: linear-gradient(to bottom, #ffffff, #87E5CE);
	background: linear-gradient(to bottom, #ffffff 0%, #87E5CE 90%, #d9f7f0 100%);
}
.content.bg2{
    background: linear-gradient(0deg, rgba(15, 78, 88, 1) 0%, rgba(15, 78, 88, 1) 24.13%, #88e6cf 50.25%, #fff 59.43%, #fdfffe 64.99%, #87e5ce 72.12%, #fff 84.09%, #fff 100%)
}

.content__head{
    padding-top: 8px;
    padding-bottom: 8px;
    background: #c2f2e6;
}

.content__body{
    padding-top: 45px;
    padding-bottom: 120px;
}

.content__body.bg{
    background: linear-gradient(0deg, rgba(15, 78, 88, .55) 0%, rgba(15, 78, 88, .55) 24.13%, #88e6cf 50.25%, #fff 59.43%, #fdfffe 64.99%, #87e5ce 72.12%, #fff 84.09%, #fff 100%);
    background: linear-gradient(to bottom, #ffffff, #87E5CE);
	background: linear-gradient(to bottom, #ffffff 0%, #87E5CE 90%, #d9f7f0 100%);
}

.breadcrumbs ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs ul li{
    padding-right: 20px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #0f4e58;
}

.breadcrumbs ul li:before{
    content: "-";
    color: #1a1b1d;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
}

.breadcrumbs ul li:last-child:before{
    content: none;
}

.breadcrumbs ul li a{
    display: block;
    color: #1a1b1d;
}

/**ADVANTAGES**/
.advantages{

}

.advantages .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.advantages .item{
    width: 25%;
    padding: 40px 10px 0;
    margin-bottom: 20px;
}

.advantages .item .in{
    height: 100%;
    padding: 60px 26px 32px;
    background: #fff;
    border-radius: 12px;
    position: relative;
}

.advantages .item .icon{
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: #6AE0B7;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: 26px;
    z-index: 3;
}

.advantages .item .icon img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.advantages .item .title{
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

.advantages .item p{
    font-size: 15px;
    color: #3c4959;
}

/**REVIEWS**/
.reviews{
    padding-right: 45px;
    position: relative;
}

.reviews .slider-wrap{
    margin: 0 -10px;
}

.reviews .item{
    padding: 0 10px;
}

.reviews .item .in{
    display: flex;
    padding: 24px;
    background: #fff;
    border-radius: 12px;
}

.reviews .item .photo{
    width: 75px;
    height: 75px;
    flex-shrink: 0;
}

.reviews .item .photo img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.reviews .item .right{
    width: calc(100% - 0px);
    padding-left: 20px;
}

.reviews .item .top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.reviews .item .name{
    padding-right: 15px;
    font-weight: 500;
    font-size: 14px;
    color: #b9b9b9;
}

.reviews .item .name span{
    display: block;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    font-family: 'RockStar', sans-serif;
}

.star{
    display: flex;
}

.star__item{
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    margin-left: 3px;
    background: url(../img/reviews/star.svg) center no-repeat;
}

.star__item:first-child{
    margin-left: 0;
}

.star__item.active{
    background-image: url(../img/reviews/star_active.svg);
}

.reviews .item p{
    min-height: 115px;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
    color: #1a1b1d;
	overflow-y: scroll;
	height: 115px;
}

.reviews .item .bottom{
    display: flex;
    justify-content: space-between;
}

.reviews .item .date{
    padding-right: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #b9b9b9;
}

.reviews .item .logo{
    width: 105px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews .item .logo img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

/**VIDEO**/
.video{
    padding-top: 60px;
}

.video .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.video .item{
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.video .item .in{
    height: 220px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
	display:block;
}

.video .item .pic{
    height: 100%;
    position: relative;
    z-index: 1;
}

.video .item .pic:before{
    content: "";
    width: 100%;
    height: 0%;
    background: url(../img/video/overlay.svg) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.video .item .pic img, .video .item .pic video{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.video .item .pic video{
    object-fit: contain;
}

.video .item .play{
    width: 46px;
    height: 32px;
    background: url(../img/video/play.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.video .item .title{
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 20px;
    backdrop-filter: blur(5.537618637084961px);
    background: rgba(0, 0, 0, 0.3);
    font-weight: 400;
    font-size: 15px;
    border-radius: 60px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 15px;
    line-height: 1;
    z-index: 3;
}

/**DEVIDE**/
.devide{

}

.devide .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.devide .item{
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.devide .item .in{
    height: 100%;
    padding: 40px 50px;
    background: #004d57 url(../img/devide/bg_1.svg) 90% center no-repeat;
    border-radius: 12px;
}

.devide .item.dark .in{
    background: #6ae0b7 url(../img/devide/bg_2.svg) right center no-repeat;
}

.devide .item .title{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
	display:block;
}

.devide .item.dark .title{
    color: #004d57;
}

.devide .item ul{
    min-height: 180px;
    list-style: none;
}

.devide .item ul li{
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
	/*mix-blend-mode: difference;*/
}

.devide .item.dark ul li{
    color: #004d57;
}

.devide .item ul li:before{
    content: "";
    width: 4px;
    height: 4px;
    background: #2f9993;
    border-radius: 100%;
    position: absolute;
    top: 7px;
    left: 0;
}


.devide .item ul li a{
    color: inherit;
}

/**OFFER**/
.offer{

}

.offer .slider-wrap{
    margin: 0 -10px;
}

.offer .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.offer .item{
    padding: 0 10px;
}

.offer .items .item{
    margin-bottom: 20px;
}

.offer .item .in{
    padding: 36px;
    background: #fff;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.offer .item .left{
    max-width: 55%;
    position: relative;
    z-index: 3;
}

.offer .item .top{
    min-height: 205px;
}

.offer .item .title{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px;
    color: #0f4e58;
}

.offer .item .title span{
    text-decoration: line-through;
}

.offer .item p{
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #1a1b1d;
}

.offer .item .pic{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.offer .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.offer .slick-prev{
    left: -30px;
} 

.offer .slick-next{
    right: -30px;
}

/**ENROLL**/
.enroll{
    width: 100%;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
    position: relative;
    z-index: 1;   
}

.enroll .line img{
    width: 100%;
    display: block;
}

.enroll .container{
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../img/enroll/pic.png) right bottom no-repeat;
}

.enroll__cols{
    display: flex;
    flex-wrap: wrap;
}

.enroll__left{
    width: 470px;
    flex-shrink: 0;
    padding-right: 30px;
}

.enroll__right{
    width: calc(100% - 470px);
}

.enroll p{
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

.enroll__phone{
    font-weight: 500;
    font-size: 24px;
    color: #000;
}

.enroll__phone a{
    color: inherit;
}

.enroll__phone span{
    display: block;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    color: rgba(27, 110, 120, 0.68);
}

.enroll__form{
    max-width: 590px;
    position: relative;
}

.enroll__form form{
    position: relative;
}
.enroll__form div.overf {
 position: relative;
}
.enroll__form textarea{
    padding-right: 250px;
}

.enroll__form .cols{
    margin: 0 -8px;
}

.enroll__form .col{
    width: 50%;
    padding: 0 8px;
}

.enroll__form .btn{
    position: absolute;
    bottom: 16px;
    right: 8px;
    z-index: 5;
}

/**DOCTORS**/
.doctors{

}

.doctors .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.doctors .item{
    padding: 0 10px;
    margin-bottom: 20px;
}
.doctors .items > .item{

	width:25%;
}
.doctors .slick-prev{
    left: -30px;
} 

.doctors .slick-next{
    right: -30px;
}
.doctors .item .in{ 
    text-align: center;
}

.doctors .item .pic{
    height: 400px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 24px;
    background: #e2dedb;
    border-radius: 12px;
}

.doctors .item .pic img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.doctors .item .title{
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    color: #0f4e58;
    font-family: 'RockStar', sans-serif;
}
.doctors.white .item .title{
    color: #fff;
}

.doctors .item .title span{
    display: block;
    padding-top: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #0f4e58;
    font-family: 'Transforma Sans_Trial', sans-serif;
	min-height:55px;
}
.doctors.white .item span{
    color: #fff;
}
.doctors .item p{
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-align: center;
}
.doctors.white .item p{
    color: #fff;
}
/**CARD**/
.card{
    min-height: 500px;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    padding: 50px 80px;
    background: #E4DFDF;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.card .left{
    max-width: 650px;
    position: relative;
    z-index: 3;
}

.card .pic{
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 1;
}

.card .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.card .item{
    margin-bottom: 28px;
}

.card .item:last-child{
    margin-bottom: 0;
}

.card .item .in{
    display: flex;
    align-items: center;
}

.card .item .icon{
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 10px;
    background: #058090;
    border-radius: 100%;
}

.card .item .icon img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.card .item p{
    padding-left: 24px;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}

.card .price{
    margin-top: 50px;
    font-weight: 600;
    font-size: 40px;
    color: #0f4e58;
}

.tabs{
    display: flex;
    flex-wrap: wrap;
}   

.tabs__left{
    width: calc(100% - 430px);
    padding-right: 30px;
}

.tabs__right{
    width: 430px;
    flex-shrink: 0;
}

.tabs__caption{
    list-style: none;
}

.tabs__caption li{
    margin-bottom: 50px;
    padding-left: 40px;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    color: #0f4e58;
    cursor: pointer;
}

.tabs__caption li:before{
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/g-dot.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.tabs__caption li.active:before{
    background-image: url(../img/g-dot_active.svg);
}

.tabs__caption li:after{
    content: "";
    width: 1px;
    height: 30px;
    background: #058090;
    position: absolute;
    top: 34px;
    left: 12px;
}

.tabs__caption li:last-child:after{
    display: none;
}

.tabs__content{
    max-width: 740px;
    display: none;
}   

.tabs__content.active{
    display: block;
}

.tabs__content p{
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.price-list{

}

.price-list p{
    max-width: 728px;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 17px;
    color: #000;
}

.price-list-table{
    margin-bottom: 20px;
}

.price-list-table .cols{
    flex-wrap: nowrap;
    border-bottom: 2px solid rgba(15, 78, 88, .5);
    margin: 0;
}

.price-list-table .cols:first-child{
    border-top: 2px solid rgba(15, 78, 88, .5);
}

.price-list-table .col{
    padding: 20px 0;
}

.price-list-table .col:nth-child(1){
    flex-grow: 1;
}

.price-list-table .col:nth-child(2){
    width: 155px;
    flex-shrink: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.price-list-table .col:nth-child(3){
    width: 220px;
    flex-shrink: 0;
}

.price-list-table .title{
    font-weight: 600;
    font-size: 17px;
    color: #000;
}

.price-list-table .free{
    font-weight: 700;
    font-size: 17px;
    text-align: right;
    color: #9b7a59;
}

.price-list-table .price{
    font-weight: 600;
    font-size: 20px;
    text-align: right;
    color: #0f4e58;
}

.price-list-table .price.old{
    text-decoration: line-through;
}

/**PROFIT**/
.profit{

}

.profit .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.profit .item{
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.profit .item .in{
    min-height: 244px;
    padding: 24px;
    background: #004d57 url(../img/profit/bg_1.svg) right center no-repeat;
    border-radius: 12px;
}

.profit .item.bg_2 .in{
    background: #004d57 url(../img/profit/bg_2.svg) right center no-repeat;
}

.profit .item.bg_3 .in{
    background: #004d57 url(../img/profit/bg_3.svg) right center no-repeat;
}

.profit .item .title{
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.profit .item p{
    max-width: 354px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

/**RESULT**/
.result{
    min-height: 440px;
    padding: 40px 40px 40px 447px;
    background: #e2dedb url(../img/result/pic_1.png) 40px bottom no-repeat;
    border-radius: 20px;
	background-size:contain;
}

.result__cols{
    display: flex;
    flex-wrap: wrap;
}

.result__left{
    width: calc(100% - 380px);
    padding-right: 30px;
}

.result__right{
    width: 380px;
    flex-shrink: 0;
}

.result .title{
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    color: #0f4e58;
    font-family: 'RockStar', sans-serif;
}

.result p{
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4375;
    color: #1a1b1d;
}

.result .name{
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 20px;
    color: #0f4e58;
    font-family: 'RockStar', sans-serif;
}

.result .post{
    margin-bottom: 26px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4375;
    color: #1a1b1d;
}

.btn-more{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #058090;
    transition: .3s;
}

.btn-more:hover{
    opacity: .7;
}

.btn-more i{
    width: 10px;
    height: 18px;
    display: block;
    flex-shrink: 0;
    margin-left: 14px;
    background: url(../img/more.svg) center no-repeat;
}

.btn-more-2{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #058090;
    transition: .3s;
}

.btn-more-2:hover{
    opacity: .7;
}

.btn-more-2 i{
    width: 10px;
    height: 18px;
    display: block;
    flex-shrink: 0;
    margin-left: 14px;
    background: url(../img/more_2.svg) center no-repeat;
}

.back{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #058090;
    transition: .3s;
}

.back:hover{
    opacity: .7;
}

.back i{
    width: 10px;
    height: 18px;
    display: block;
    flex-shrink: 0;
    margin-right: 10px;
    background: url(../img/back.svg) center no-repeat;
}

.faq{

}

.faq__cols{
    display: flex;
    flex-wrap: wrap;
}

.faq__left{
    width: calc(100% - 665px);
    padding-right: 8px;
}

.faq__right{
    width: 665px;
    flex-shrink: 0;
}

.faq__caption{
    list-style: none;
}

.faq__caption li{
    width: 100%;
    padding: 20px;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #0f4e58;
    background: #e2dedb;
    border-radius: 12px;
    cursor: pointer;
    transition: .3s;
}

.faq__caption li:last-child{
    margin-bottom: 0;
}

.faq__caption li.active{
    width: calc(100% + 8px);
    background: #fff;
    border-radius: 8px 0 0 8px;
}

.faq__content{
    height: 100%;
    padding: 40px;
    background: #fff;
    display: none;
    border-radius: 0 12px 12px 0;
}

.faq__content.active{
    display: block;
}

.faq__content p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #1a1b1d;
}

.view{

}

.view__cols{
    display: flex;
}   

.view__left{
    width: 390px;
    flex-shrink: 0;
    padding-right: 30px;
}

.view__center{
    flex-grow: 1;
    padding-right: 30px;
}

.view__right{
    width: 320px;
    flex-shrink: 0;
}

.view__video{
    background: #e2dedb;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.view__video .pic{
    position: relative;
    z-index: 1;
	height:400px;
}

.view__video .pic img{
    width: 100%;
    display: block;
}

.view__video .play{
    width: 84px;
    height: 59px;
    background: url(../img/view/play.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
}

.view .name{
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 20px;
    color: #0f4e58;
    font-family: 'RockStar', sans-serif;
}

.view .post{
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 18px;
    color: #0f4e58;
}

.view p{
    margin-bottom: 45px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

/**CONSULT**/
.consult{
    padding-top: 60px;
    pad
    position: relative;
}

.consult__cols{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.consult__left{
    width: calc(100% - 428px);
    padding-right: 30px;
    padding-bottom: 40px;
}

.consult__right{
    width: 428px;
    flex-shrink: 0;
}

.consult .pic{

}

.consult .pic img{
    max-width: 100%;
    display: block;
}

.consult .line{
    margin-left: -14vw;
    margin-right: -14vw;
}

.consult .line img{
    width: 100%;
    display: block;
}

.gift{
    padding: 40px 60px;
    background: #fff;
    border-radius: 20px;
    position: relative;
}

.gift__cols{
    display: flex;
    align-items: center;
}

.gift__left{
    width: 510px;
    flex-shrink: 0;
    padding-right: 15px;
}

.gift__center{
    flex-grow: 1;
    position: relative;
}

.gift__right{
    width: 235px;
    flex-shrink: 0;
}

.gift .title{
    font-weight: 600;
    font-size: 40px;
    color: #0f4e58;
    font-family: 'RockStar', sans-serif;
}

.gift .title span{
    display: block;
    padding-top: 10px;
    font-weight: 600;
    font-size: 28px;
    color: #9b7b5a;
}

.gift .btn{
    width: 100%;
}

.gift .pic{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gift .pic img{
    
    display: block;
}

/**DANGER**/
.danger{

}

.danger__cols{
    display: flex;
    flex-wrap: wrap;
}

.danger__left{
    width: 455px;
    flex-shrink: 0;
    padding-right: 30px;
}   

.danger__right{
    width: calc(100% - 455px);
}

.danger .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.danger .item{
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.danger .item .icon{
    width: 107px;
    height: 107px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6AE0B7;
    border-radius: 100%;
    margin-bottom: 24px;
}

.danger .item .icon img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.danger .item p{
    max-width: 297px;
    font-weight: 600;
    font-size: 17px;
    color: #000;
}

/**CONTACTS**/
.contacts{

}

.contacts__cols{
    display: flex;
    flex-wrap: wrap;
}

.contacts__left{
    width: calc(100% - 640px);
    padding-right: 100px;
}

.contacts__right{
    width: 640px;
    flex-shrink: 0;
}

.contacts .enroll__form{
    padding-top: 40px;
}

.contacts p{
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

.contacts__bottom{
    margin-top: 55px;
    padding-top: 35px;
    border-top: 2px solid rgba(47, 153, 147, .5);
}

.contacts__bottom .cols{
    flex-wrap: nowrap;
    justify-content: space-between;
}

.contacts__item{
    padding-left: 40px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.contacts__item span{
    display: block;
    padding-bottom: 5px;
    font-weight: 500;
    color: #2f9993;
}

.contacts__item a{
    color: inherit;
}

.contacts__item.phone:before{
    content: "";
    width: 28px;
    height: 28px;
    background: url(../img/contacts/phone.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.contacts__item.place:before{
    content: "";
    width: 28px;
    height: 28px;
    background: url(../img/contacts/place.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.contacts__item.mail:before{
    content: "";
    width: 28px;
    height: 28px;
    background: url(../img/contacts/mail.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.map{
    height: 720px;
    background: #ccc;
    border-radius: 30px;
    overflow: hidden;
}

.company{

}

.company .left{
    max-width: 728px;
}

.company .item{
    margin-bottom: 50px;
}

.company p{
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

.company .subtitle{
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #000;
}

.company .pic{
    margin-bottom: 58px;
}

.company .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 30px;
}

.gallery{
    
    padding-bottom: 40px;
}

.gallery .slider-wrap{

}

.gallery .item{
    padding: 0 4px;
}

.gallery .slick-slide{
    float: none;
}

.gallery .slick-track{
    display: flex;
    align-items: center;
}

.gallery .item .pic{
    height: 342px;
    
}

.gallery .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 30px;
}

.gallery .slick-slide.slick-current.slick-active.slick-center .item .pic{
    height: 650px;
}

.vrach{
    display: flex;
    flex-wrap: wrap;
}

.vrach .pic{
    width: 440px;
    flex-shrink: 0;
background: #e2dedb;
  border-radius: 12px;
}
.vrach .right .title-block{
    max-width: calc(100% - 350px);
}

.vrach .pic img{
    width: 100%;
    display: block;
    border-radius: 12px;
}

.vrach .right{
    width: calc(100% - 440px);
    padding-left: 40px;
}

.vrach .subtitle, .vrach .contetn_block b, .vrach .contetn_block strong{
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 18px;
    color: #0f4e58;
	display:block;
}
.contetn_block ul, .contetn_block ol{
    list-style: none;
}

.contetn_block ul li, .contetn_block ol li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}

.contetn_block ul li:before{
    content: "";
    width: 8px;
    height: 2px;
    background: #058090;
	/*border-radius:50%;*/
    position: absolute;
    top: 8px;
    left: 0;
}
.contetn_block ol{
	counter-reset: num;
}

.contetn_block ol li:before{
	content: counter(num) '.';
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: -10px;
	width: 20px;    
	color: #3A3A3A;
	text-align: right;
}
.vrach p{
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4375;
    color: #000;
}

.before{
    padding-right: 45px;
    position: relative;
}

.before .items{
    display:flex;
	flex-wrap:wrap;
	margin:-20px;
}

.before .items .item{
    width:50%;
}
.before .items .item .in{
    padding:20px;
}

.before-one{
    padding-right: 0;
    padding-bottom: 40px;
}

.before-one.arrow-r-n .slick-prev{
    left: 0;
    margin: 0;
}

.before-one.arrow-r-n .slick-next{
    right: 0;
    margin: 0;
}

.before .slider-wrap{
    margin: 0 -10px;
}

.before .item{
    padding: 0 10px;
}

.before-one .item{
    padding: 0;
}

.before .item .in {
    height: 420px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.before-one .item .in{
    height: 226px!important;
}

.before .top {
    width: 100%;
    display: flex
;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.before .top{
    width: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}


.before .top > div{
    width: 50%;
    position: relative;
}

.before .item .shild{
    padding: 6px 38px;
    background: #fff;
    border-radius: 30px;
    color: #0f4e58;
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 2;
}

.before-one .item .shild{
    padding: 5px 20px;
    font-size: 14px;
    top: 10px;
    left: 10px;
}

.before .item .shild.right{
    left: auto;
    right: 24px;
}

.before-one .item .shild.right{
    right: 10px;
}

div.juxtapose {
  width: 100%!important;
  height: 100%!important;
}

div.jx-slider {
  width: 100%;
  height: 100%;
  position: relative;
  /*overflow: hidden;*/
  cursor: pointer;
}


div.jx-handle {
  position: absolute;
  height: 100%;
  width: 4px;
  cursor: col-resize;
  z-index: 15;
  top: 50%;
  transform: translateY(-50%);
}

div.jx-handle:before{
    content: "";
    width: 120px;
    height: 120px;
    background: url(../img/before/drag.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 12;
    transform: translate(-50%, -50%);
}

.before-one div.jx-handle:before{
    width: 64px;
    height: 64px;
    background-size: contain;
}

.vertical div.jx-handle {
  height: 2px;
  width: 100%;
  cursor: row-resize;
  margin-top: -20px;
  margin-left: 0;
}

div.jx-control {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  width: 2px;
  background-color: #a89d84;
}

.vertical div.jx-control {
  height: 3px;
  width: 100%;
  background-color: currentColor;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

div.jx-controller {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 60px;
  width: 9px;
  margin-left: -3px;
  background-color: currentColor;
  display: none;
}

.vertical div.jx-controller {
  height: 9px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  top: -3px;
  position: relative;
}

div.jx-arrow {
  width: 2px;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  transition: all .2s ease;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}

.vertical div.jx-arrow {
  
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  transition: all .2s ease;
  
}


div.jx-arrow.jx-left {

  left: 0;

}

div.jx-arrow.jx-right {
  right: 0;
 
}

.vertical div.jx-arrow.jx-left {
  left: 0px;
  top: 2px;
  border-style: solid;
  border-width: 0px 8px 8px 8px;
  border-color: transparent transparent currentColor transparent;
}

.vertical div.jx-arrow.jx-right {
  right: 0px;
  top: auto;
  bottom: 2px;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: currentColor transparent transparent transparent;
}

div.jx-handle:hover div.jx-arrow.jx-left,
div.jx-handle:active div.jx-arrow.jx-left {
 
}

div.jx-handle:hover div.jx-arrow.jx-right,
div.jx-handle:active div.jx-arrow.jx-right {

}

.vertical div.jx-handle:hover div.jx-arrow.jx-left,
.vertical div.jx-handle:active div.jx-arrow.jx-left {
 
}

.vertical div.jx-handle:hover div.jx-arrow.jx-right,
.vertical div.jx-handle:active div.jx-arrow.jx-right {
  
}

.before-slider .item .pic {
    position: relative;
}

.before-slider .pic{
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%!important;
}

.before-slider .pic img{
    width: auto!important;
    height: 100%!important;
}

div.jx-image {
  position: absolute;
  height: 100%;
  display: inline-block;
  top: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}



.vertical div.jx-image {
  width: 100%;
  left: 0;
  top: auto;
}

div.jx-image img {
  height: 100%;
  width: auto;

  z-index: 5;
  position: absolute;
  margin-bottom: 0;
  max-height: none;
  max-width: none;
  max-height: initial;
  max-width: initial;
}

.vertical div.jx-image img {
  height: auto;
  width: 100%;
}

div.jx-image.jx-left {
    height: 420px;
  left: 0;
  background-position: left;
}

div.jx-image.jx-left img {
  left: 0;
}

div.jx-image.jx-right {
    height: 420px;
  right: 0;
  background-position: right;
}

div.jx-image.jx-right img {
  right: 0;
  bottom: 0;
}

.veritcal div.jx-image.jx-left {
  top: 0;
  background-position: top;
}

.veritcal div.jx-image.jx-left img {
  top: 0;
}

.vertical div.jx-image.jx-right {
  bottom: 0;
  background-position: bottom;
}

.veritcal div.jx-image.jx-right img {
  bottom: 0;
}


div.jx-image div.jx-label {
  font-size: 1em;
  padding: .25em .75em;
  position: relative;
  display: inline-block;
  top: 0;
  background-color: #000; /* IE 8 */
  background-color: rgba(0,0,0,.7);
  color: white;
  z-index: 10;
  white-space: nowrap;
  line-height: 18px;
  vertical-align: middle;
}

div.jx-image.jx-left div.jx-label {
  float: left;
  left: 0;
}

div.jx-image.jx-right div.jx-label {
  float: right;
  right: 0;
}

.vertical div.jx-image div.jx-label {
  display: table;
  position: absolute;
}

.vertical div.jx-image.jx-right div.jx-label {
  left: 0;
  bottom: 0;
  top: auto;
}

div.jx-credit {
  line-height: 1.1;
  font-size: 0.75em;
}

div.jx-credit em {
  font-weight: bold;
  font-style: normal;
}


/* Animation */

div.jx-image.transition {
  transition: width .5s ease;
}

div.jx-handle.transition {
  transition: left .5s ease;
}

.vertical div.jx-image.transition {
  transition: height .5s ease;
}

.vertical div.jx-handle.transition {
  transition: top .5s ease;
}

/* Knight Lab Credit */
a.jx-knightlab {
  background-color: #000; /* IE 8 */
  background-color: rgba(0,0,0,.25);
  bottom: 0;
  display: table;
  height: 14px;
  line-height: 14px;
  padding: 1px 4px 1px 5px;
  position: absolute;
  right: 0;
  text-decoration: none;
  z-index: 10;
  display: none;
}

a.jx-knightlab div.knightlab-logo {
  display: inline-block;
  vertical-align: middle;
  height: 8px;
  width: 8px;
  background-color: #c34528;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: -1.25px;
  position: relative;
  cursor: pointer;
}

a.jx-knightlab:hover {
  
}
a.jx-knightlab:hover div.knightlab-logo {
  
}

a.jx-knightlab span.juxtapose-name {
  display: table-cell;
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: white;
  font-size: 10px;
  padding-left: 0.375em;
  vertical-align: middle;
  line-height: normal;
  text-shadow: none;
}

/* keyboard accessibility */
div.jx-controller:focus,
div.jx-image.jx-left div.jx-label:focus,
div.jx-image.jx-right div.jx-label:focus,
a.jx-knightlab:focus {
 
}
a.jx-knightlab:focus span.juxtapose-name{
  color: #000;
  border: none;
}



.paper{

}

.paper .pic{
    margin-bottom: 20px;
}

.paper .pic img{
    width: 100%;
    display: block;
    border-radius: 30px;
}

.paper .cols{
    margin-bottom: 50px;
}

.paper .subtitle{
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 24px;
    line-height: 2;
    color: #000;
}

.paper p{
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.44444;
    color: #000;
}

.paper .left{
    max-width: 1075px;
}

.list{
    padding-left: 18px;
}

.list li{
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.44444;
    color: #000;
}

.list li span{
    font-weight: 600;
}

/**NEWS**/
.news{

}

.news .slider-wrap{
    margin: 0 -10px;
}

.news .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.news .item{
    padding: 0 10px;
}

.news .items .item{
    margin-bottom: 20px;
}

.news .item .pic{
    height: 274px;
    margin-bottom: 24px;    
}

.news .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 30px;
}

.news .item .title{

    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #0f4e58;
}

.news .item .title a{
    color: inherit;
}

.news .item .title a:hover{
    opacity: .8;
}

.news .slick-prev,
.news .slick-next{
    top: 130px;
}


.news .slick-prev{
    left: -30px;
} 

.news .slick-next{
    right: -30px;
}

/**FOOTER**/
.footer{
    width: 100%;
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #004D57;
    position: relative;
    z-index: 1;   
}

.footer .cols{
    flex-wrap: nowrap;
    justify-content: space-between;
}

.footer .logo{
    margin-bottom: 50px;
}

.footer .logo img{
    width: 247px;
    display: block;
}

.footer-nav{
    list-style: none;
}

.footer-nav li{
    margin-bottom: 15px;
}

.footer-nav li a{
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    transition: .3s;
}

.footer-nav li a:hover{
    opacity: .8;
}

.footer__phone{
    margin-top: 20px;
    padding-left: 32px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.footer__phone:before{
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/footer/phone.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.footer__phone a{
    color: inherit;
}

.footer__place{
    margin-top: 20px;
    padding-left: 32px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.footer__place:before{
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/footer/place.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.footer__place{
    margin-top: 20px;
    padding-left: 32px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.footer__place:before{
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/footer/place.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.footer__time{
    margin-top: 20px;
    padding-left: 32px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.footer__time span{
    color: #2f9993;
}

.footer__time:before{
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/footer/time.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.policy{
    padding-top: 12px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.policy a{
    color: inherit;
}

.cookie{
    width: 100%;
    max-width: 720px;
    padding: 36px;
    background: #fff;
    border-radius: 24px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 20;
}

.cookie p{
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 16px;
    color: #000;
}

.cookie p a{
    font-weight: 500;
    color: #0f4e58;
}


.popup{
	max-width:600px;
	position:rleative;
	background:#fff;
	padding:0px;
}

#callback_service .popup{
	padding:40px 200px 40px 40px;
}

.popup .title-block{
	margin:0 0 30px;
	font-size: 28px;
	line-height: 1em;
}

.check{
    display: flex;
    align-items: top; 
	margin-bottom: 15px;
	margin-top: 15px;
	flex-wrap: wrap;
}

.check > input[type="checkbox"],
.check > input[type="radio"]{
    display: none;
}

.check > span{
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/agree_n.svg) no-repeat;
	margin-right:10px;
	
}

.check > input[type="checkbox"]:checked + span,
.check > input[type="radio"]:checked + span{
    background: url(../img/agree.svg) no-repeat;
}

.check div{
    color: #353E4B;  
	width:calc(100% - 30px);
    position: relative;
    font-weight: 300;
    font-size: 12px;
    color: #787878;	
}
.check div a{
    color: #0071bc;
}
.popup__form .cols {
  margin: 0 -8px;
}
.popup__form .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popup__form textarea {
  padding-right: 250px;
  min-height:150px;
}
.popup__form div.overf {
 position: relative;
}
.popup__form .col {
	width: 50%;
	padding: 0 8px;
}
.popup__form .col {
	width: 50%;
	padding: 0 8px;
}
.popup__form .btn {
  position: absolute;
  bottom: 16px;
  right: 8px;
  z-index: 5;
}

.agree{
    padding-left: 30px;
    position: relative;
    font-weight: 300;
    font-size: 12px;
    color: #787878;
}

.agree:before{
    content: "";
    width: 21px;
    height: 20px;
    background: url(../img/agree.svg);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.agree a{
    color: #0071bc;
}
.col.w50{
	width:50%;
}
.col.w100{
	width:100%;
}


.content-zone ul, .content-zone ol{
    list-style: none;
}

.content-zone ul li, .content-zone ol li{
    margin-bottom: 15px;
    padding-left: 14px;
    position: relative;
    font-size: 16px;
font-weight: 500;
	margin-bottom: 10px;
	font-size: 16px;
	color: #000;
	line-height: 1.5;
}
.content-zone ul li:before{
    content: "";
    width: 5px;
    height: 5px;
    border: 1px solid #2f9993;
	background:#2f9993;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 50%;
}

.content-zone div{
    color:#000;
}


.video_in{
    height: 220px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
	display:block;
	margin-bottom:30px;
}

.video_in .pic{
    height: 100%;
    position: relative;
    z-index: 1;
}

.video_in .pic:before{
    content: "";
    width: 100%;
    height: 0%;
    background: url(../img/video/overlay.svg) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.video_in .pic img, .video_in .pic video{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.video_in .pic video{
    object-fit: contain;
}

.video_in .play{
    width: 46px;
    height: 32px;
    background: url(../img/video/play.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.video_in .title{
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 20px;
    backdrop-filter: blur(5.537618637084961px);
    background: rgba(0, 0, 0, 0.3);
    font-weight: 400;
    font-size: 15px;
    border-radius: 60px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 15px;
    line-height: 1;
    z-index: 3;
}




/* Mobile accordion */
.accordion-mobile {
    margin-top: 30px;
    display: none;
}

.accordion-item {
    border-bottom: none;
    position: relative;
}

.accordion-header {
    margin-bottom: 50px;
    padding-left: 40px;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    color: #0f4e58;
    cursor: pointer;
}

.accordion-header::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/g-dot.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.accordion-header.active::before {
    background-image: url(../img/g-dot_active.svg);
}

.accordion-header::after {
    content: "";
    width: 1px;
    height: 20px;
    background: #058090;
    position: absolute;
    top: 34px;
    left: 12px;
}

.accordion-item:last-child .accordion-header::after {
    display: none;
}

.accordion-content {
    display: none;
    padding: 15px 0 15px 10px;
    font-size: 15px;
    color: #000;
}

.accordion-content.active {
    display: block;
}



.result__right div.jx-image.jx-left {
   height: 100%;
}



.result__right  div.jx-image.jx-right {
    height: 100%;
}

.result_three{
	background-image:none !important;
	padding-left:40px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
}

.result_three_cols {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
}

.result_three_cols .col {
  position: relative;
  flex: 1;
  max-width: 33.33%;
  text-align: center;
}

.result_three_cols .col-icon {
  flex: 0 0 auto;
  width: 80px;
  height:80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background:url('../img/str.svg') no-repeat center center;
  background-size:contain;
}

.result_three_cols .col img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.result_three_cols .shild {
  padding: 6px 38px;
  background: #fff;
  border-radius: 30px;
  color: #0f4e58;
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
}

.result_three_cols .shild.right {
  left: auto;
  right: 24px;
}

.doposlenew img{
	max-width:100%;
	border-radius:10px;
}
.doposlenew{
	position:relative;
	margin-bottom:20px;
	
}

.before-after{
padding-right: 45px;
  position: relative;
}