*{
    --main-border-radius: 24px;
}


body .index_button{
    width: 220px;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: #00AEEF;
    border-radius: 16px;
    font-weight: 600;
    text-transform: none;
    height: auto;
    border: 0;
    margin: 0;
    letter-spacing: 1px;
}
@media screen and (max-width: 575px) {
    body .index_button{
        width: 100%;
        max-width: 100%;
    }
}


body .cnt:not(.cnt_e, .footer-content){
    max-width: 1316px;
}
body .content, body .new-patient,  body .tg_sub, body .f_bn, body .app, body .banner-sova, body .nd-grid{
    max-width: 1368px;
}
@media (max-width: 575px) {
    body .cnt:not(.cnt_e, .footer-content), body .services-items{
        max-width: 100%;
        margin: 0 20px;
        width: 100%;
        width: -moz-available;
        width: -webkit-fill-available;
        width: fill-available;
    }
}


body .index-banner{
    margin-bottom: 20px;
}


body .new-patient {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
}
.new-patient__container {
    position: relative;
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: var(--main-border-radius);
    background: #F0F2F5;
}
.new-patient__text{
    top: 32px;
    left: 32px;
    position: absolute;
}
.new-patient__title {
    color: #00AEEE;
    margin: 0;
    font-size: 65px;
    line-height: 38.7px;
}
.new-patient__sub-title{
    color: #00AEEE;
    font-size: 24px;
    line-height: 38.7px;
    margin-top: 75px;
}
.new-patient__desc{
    color: #00AEEE;
    font-size: 24px;
    line-height: 100%;
    margin-top: 4px;
}
.new-patient__banner {
    background-repeat: no-repeat;
    background-size: cover;
    -ms-flex-preferred-size: 70%;
    flex-basis: auto;
    flex-grow: 1;
    max-width: 1024px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 0 54px 109px;
    border-radius: 45px;
    background-image: url(/public/img/new_patient.svg);
    background-size: auto 292px;
    background-position-y: center;
    background-position-x: right;
    border-radius: 0;
    padding: 0 0 32px 32px;
    border-radius: var(--main-border-radius);
}
.new-patient__left {
    -ms-flex-preferred-size: 30%;
    flex-basis: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.new-patient__button {
    padding: 12px;
    text-align: center;
    background: #00AEEE;
    color: #fff;
    font-size: 16px;
    border-radius: 16px;
    width: 100%;
    font-weight: 600;
    width: 296px;
    display: inline-block;
    text-align: center;
}
.new-patient__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 40px;
    border-radius: 0;
    padding: 32px;
    position: relative;
    border-radius: var(--main-border-radius);
}
.new-patient__form p {
    color: #00AEEE;
    text-align: left;
    margin-bottom: 24px;
    font-weight: 400;
}
input.new-patient-form__input {
    color: #ADBACC !important;
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    border-style: solid;
    border-color: #DFE4EB;
    border-radius: 16px;
    border-width: 2px;
    padding: 12px;
    height: 44px;
}
input.new-patient-form__input::-webkit-input-placeholder {
    color: #ADBACC;
}
input.new-patient-form__input::-moz-placeholder {
    color: #ADBACC;
}
input.new-patient-form__input:-ms-input-placeholder {
    color: #ADBACC;
}
input.new-patient-form__input::-ms-input-placeholder {
    color: #ADBACC;
}
input.new-patient-form__input::placeholder {
    color: #ADBACC;
}
.error-input {
    display: none;
    color: #fff;
    font-size: 12px
}
.new-patient-form__bottom {
    margin-top: 0;
}
.new-patient [type=submit].new-patient-form__button {
    background: #BAE6FD;
}
.new-patient [type=submit].new-patient-form__button:hover {
    color: #00aeef;
    background: #BAE6FD;
}
[type=submit].new-patient-form__button {
    color: #00aeef;
    font-size: 16px;
    width: 100%;
    padding: 12px 65px;
    border-radius: 16px;
    background: #fff;
    font-weight: 600;
}
.new-patient-form__explainer-text {
    margin-top: 12px;
}
.new-patient-checkbox {
    color: #ADBACC;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.new-patient-checkbox__field {
    top: 0;
    left: 0;
    position: absolute;
    opacity: 1;
    width: .1px;
    height: .1px;
}
.new-patient-checkbox__field:checked+.new-patient-checkbox__replace:before {
    opacity: 1
}
.new-patient-checkbox__field.--required+span {
    border-color: red
}
.new-patient-checkbox__replace {
    width: 16px;
    height: 16px;
    min-width: 16px;
    border-radius: 3px;
    background-color: transparent;
    border: 2px solid #ADBACC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.new-patient-checkbox__replace:before {
    content: '✔';
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 0;
    background-color: #ADBACC;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}
.new-patient-checkbox__text {
    display: block;
    margin: 0 0 0 10px;
    font-size: 12px;
    line-height: 16px;
}
.new-patient-checkbox__text a {
    text-decoration: underline;
    color: #ADBACC;
}
.new-patient__button_ {
	display: none;
	background: #BAE6FD;
    color: #00aeef;
	margin-top: 10px;
}
.new-patient__form p {
	font-size: 28px;
	line-height: 36px;
}
.new-patient__form_close {
	display: none;
	font-size: 23px;
    text-align: center;
    color: #00aeef;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 10px;
    background: #c5e5f1;
    height: 24px;
    width: 24px;
    border-radius: var(--main-border-radius);
}
.new-patient__form .form-consultation-inputs__item{
    display: inline-block;
    width: 100%;
    margin: 0;
    padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
	body .new-patient {
        margin: 0 0 52px;
        padding: 0 20px;
    }
    .new-patient__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .new-patient__text {
        right: 32px;
    }
    .new-patient__title {
        font-size: 28px;
        line-height: 36px;
    }
    .new-patient__sub-title {
        font-size: 32px;
        line-height: 40px;
        margin-top: 12px;
        text-transform: uppercase;
    }
    .new-patient__desc {
        font-size: 18px;
        line-height: 24px;
        margin-top: 4px;
    }
    .new-patient__form p {
    	font-size: 28px;
        line-height: 32px;
    }
	.new-patient__banner {
	    padding: 20px;
        min-height: 537px;
        background-size: 50%;
        background-position-x: center;
        background-position-y: 240px;
	}
	.new-patient__button {
		width: 100%;
	}
	.new-patient__buttons {
		width: 100%;
        padding-bottom: 12px;
	}
	.new-patient__form {
		padding: 20px;
        margin: 0 20px;
        background: #F0F2F5;
	}
	.new-patient__button_ {
		display: inline-block;
	}
	.new-patient__left {
		display: none;
		position: fixed;
	    top: 0;
	    z-index: 999;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background: rgb(51 51 51 / 80%);
	    align-items: center;
	}
}


section.services{
    margin-bottom: 52px;
}
div.services__content {
    padding-top: 32px;
    padding-bottom: 32px;
}
section.services .title {
    margin-bottom: 30px;
    margin-left: 32px;
    font-size: 28px;
    line-height:  36px;
}
div.services-items{
    margin-bottom: 0;
}
.services__content::after {
    border-radius: var(--main-border-radius);
}
.centers__list,.centers-item,.centers-item__title,.centers-item__main,.centers-item__main-text,.centers__list .owl-item{
    display: flex;
    justify-content: space-between;
}
.centers__list, .centers__list .owl-item{
    max-width: 1316px;
    margin: auto;
    position: relative;
    z-index: 1;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
    --center-item-color: #009fe2;
    --center-img-width: 45%;
    --center-img-bottom: 0;
}
.centers-item{
    flex: 1 0 30%;
    height: 250px;
    background: var(--center-item-color);
    padding: 24px 24px 0;
    flex-direction: column;
    overflow: hidden;
    border-radius: var(--main-border-radius);
    position: relative;
}
.centers-item *{
    color: white;
    word-break: normal;
}
.centers-item__title-text{
    font-size: 24px;
    line-height: 28px;
    max-width: 250px;
}
.centers-item__title-icon{
    position: absolute;
    right: 12px;
    top: 8px;
}
.centers-item__main{
    height: 100%;
    flex-direction: row-reverse;
}
.centers-item__main-img{
    flex: 0 0 var(--center-img-width);
    position: relative;
}
.centers-item__main-img img, .centers-item__main-img svg{
    position: absolute;
    bottom: var(--center-img-bottom);
    max-height: 170px;
    max-width: 100%;
    right: 0;
}
.centers-item__main-text{
    flex-direction: column;
    justify-content: end;
    padding-bottom: 30px;
}
.centers-item__main-text p{
    text-align: left;
}
.centers-item__main-text__info p{
    font-size: 14px;
}
.centers-item__main-text__metro{
    padding-top: 10px;
}
.centers-item__main-text__metro p{
    font-size: 13px;
}
@media only screen and (max-width: 575px) {
    section.services{
        margin-bottom: 32px;
    }
    .centers__list{
        max-width: 280px;
        height: 335px;
        overflow: hidden;
    }
    body .centers__list .centers-item img{
        display: inline-block;
    }
    .centers-item{
        flex: 1 0 100%;
        height: 335px;
    }
    .centers-item__title{
        padding-bottom: 10px;
    }
    .centers-item__main-img img, .centers-item__main-img svg{
        max-height: 137px;
    }
    body .centers__list.owl-carousel .owl-dots{
        display: none;
    }
    body .services__content .title {
        margin-bottom: 32px;
        margin-left: 20px;
    }
    .services__content::after {
        border-radius: 0;
    }
    div.services-items{
        margin-right: 0;
    }
}


.popular_services-title{
    margin-bottom: 32px;
}
.popular_services h2{
    font-size: 28px;
    line-height: 36px;
    margin: 0;
    flex-grow: 1;
}
.popular_services-title, .popular_services-title > div, .popular_services-arrows{
    display: flex;
}
.popular_services-title > div > *{
    border-radius: 12px;
    background-color: #EEF7FF;
    height: 32px;
}
.popular_services-all{
    font-size: 14px;
    color: #00AEEF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 16px;
}
.popular_services-all svg{
    margin-right: 8px;
}
.popular_services-arrows{
    margin-left: 8px;
}
.popular_services-arrows div{
    width: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.popular_services-arrows div:last-child{
    transform: rotate(180deg);
}
.popular_services-main_item{
    display: flex;
    min-height: 400px;
    gap: 20px;
    width: 100%;
}
.popular_services-main_item a{
    position: relative;
}
.popular_services-main_item a svg{
    position: absolute;
    top: 10px;
    right: 10px;
}
.popular_services-main_left{
    min-width: 445px;
    width: 445px;
    display: flex;
    background-color: #E0F1FF;
    border-radius: var(--main-border-radius);
    color: black;
    overflow: hidden;
}
.popular_services-main_left.popular_services-main_left_{
    flex-direction: column;
    min-width: 400px;
    width: 400px;
}
.popular_services-main_right{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.popular_services-main_right_ .popular_services-main_right-up{
    flex-direction: column;
}
.popular_services-main_right-up{
    flex-grow: 1;
    background-color: #F1E9FB;
    border-radius: var(--main-border-radius);
    display: flex;
    color: black;
    overflow: hidden;
}
.popular_services-main_right-down{
    min-height: 95px;
    background-color: #E8F5D9;
    border-radius: var(--main-border-radius);
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: black;
    overflow: hidden;
}
.popular_services-main_left > div{
    width: 50%;
    flex-grow: 1;
}
.popular_services-main_left.popular_services-main_left_ > div{
    width: 60%;
}
.popular_services-main_left.popular_services-main_left_ > div:last-child{
    width: 100%;
}
.popular_services-main_left.popular_services-main_left_ > div:last-child img{
    top: auto;
    bottom: 0;
}
.popular_services-main_left > div:last-child{
    display: flex;
    justify-content: right;
    align-items: center;
    max-height: 400px;
    position: relative;
}
.popular_services-main_left:not(.popular_services-main_left_) img{
    max-height: 100%;
}
.popular_services-main img{
    height: auto;
    width: auto;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
}
.popular_services-main_right-up > div{
    flex-grow: 1;
}
.popular_services-main_right-up > div:last-child{
    min-width: 385px;
    width: 385px;
    display: flex;
    justify-content: right;
    max-height: 335px;
    position: relative;
}
.popular_services-main_right_ .popular_services-main_right-up > div{
    width: 60%;
}
.popular_services-main_right_ .popular_services-main_right-up > div:last-child{
    width: 100%;
    min-width: auto;
}
.popular_services-main_right-up > div:last-child img{
    border-radius: 100%;
    top: 20px;
    right: 20px;
}
.popular_services-main_right_ .popular_services-main_right-up > div:last-child img{
    top: auto;
    bottom: 0;
    right: 0;
    border-radius: 0;
    max-height: 255px;
}
div.popular_services-main_right:not(.popular_services-main_right_) img{
    top: 0;
    padding: 30px;
    height: 100%;
}
.popular_services-main-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin: 24px 0 20px 24px;
}
.popular_services-main-text {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 24px 24px;
}
.popular_services-main{
    height: 400px;
    overflow: hidden;
}
body .popular_services{
    margin-bottom: 84px;
}
.popular_services-all_mob{
    display: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    height: 44px;
    justify-content: center;
    align-items: center;
    color: #00AEEF;
    background-color: #E0F1FF;
    border-radius: 12px;
    margin-right: 20px;
    margin-top: 32px;
}
@media only screen and (max-width: 575px) {
    .popular_services-main .owl-stage{
        left: -25px;
    }
    .popular_services{
        margin-right: 0 !important;
        margin-bottom: 32px !important;
    }
    .popular_services-all_mob{
        display: flex;
    }
    .popular_services-arrows{
        display: none;
    }
    .popular_services-all{
        display: none;
    }
    .popular_services-main{
        height: 325px;
    }
    .popular_services-main_item{
        min-height: 325px;
        gap: 10px;
    }
    .popular_services-main_right_ .popular_services-main_right-up > div:last-child{
        min-width: 60%;
        width: 60%;
    }
    .popular_services-main_right_ .popular_services-main_right-up > div:last-child img{
        padding: 0;
    }
    .popular_services-main_right{
        gap: 10px;
    }
    .popular_services-main-title {
        font-size: 20px;
        line-height: 24px;
    }
    .popular_services-main-text {
        font-size: 14px;
        line-height: 18px;
    }
    .popular_services-main_right-down{
        font-size: 20px;
        line-height: 24px;
        align-items: start;
        padding-top: 20px;
    }
    .popular_services-main_right-up > div{
        min-width: 60%;
        width: 60%;
    }
    .popular_services-main_right-up > div:last-child{
        min-width: 65%;
        width: 65%;
    }
    .popular_services-main_right-up > div:last-child img{
        top: auto;
        right: 40px;
        padding: 20px;
        bottom: -40px;
    }
    .popular_services-main_left_ > div{
        height: 50%;
    }
    .popular_services-main_right_ .popular_services-main_right-up > div{
        height: 50%;
    }
    .popular_services-main_left_ img, .popular_services-main_right_ img{
        height: 100%;
    }
    .popular_services-main_item a {
        position: relative;
        width: 100% !important;
        min-width: auto !important;
    }
    .popular_services-main_item a svg{
        top: auto;
        bottom: 24px;
        right: 24px;
    }
    .popular_services-main_item a div svg{
        display: none;
    }
    .popular_services-main_right-down{
        padding-right: 50px;
    }
}


.doctors-all::before{
    display: none;
}
.doctors-all svg {
    margin-right: 8px;
}
body .doctors-all{
    font-size: 14px;
    color: #00AEEF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 16px;
    border-radius: 12px;
    background-color: #EEF7FF;
    height: 32px;
    text-transform: inherit;
    margin: 0;
}
.doctors .doctors-top{
    margin-bottom: 32px;
}
section.doctors{
    margin-bottom: 52px;
    max-height: 900px;
    overflow: hidden;
}
.doctors-top h2{
    font-size: 28px;
    line-height: 36px;
    margin: 0;
}
body #doctors-navigation{
    border-radius: 12px;
    background-color: #EEF7FF;
    height: 32px;
    margin-left: 8px;
    width: 66px;
}
body #doctors-navigation button{
    width: 7px;
    height: 13px;
    background-size: cover;
    background-position-x: 2px;
}
.doctors-all_mob{
    display: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    height: 44px;
    justify-content: center;
    align-items: center;
    color: #00AEEF;
    background-color: #E0F1FF;
    border-radius: 12px;
    margin: 32px 20px 0 20px;
}
@media only screen and (max-width: 575px){
    body .doctors-all{
        display: none;
    }
    .doctors-all_mob{
        display: flex;
    }
}
body .doctors-slider .doctors-slide{
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 225px;
    width: 100%;
    max-width: 100%;
    border-radius: 24px;
}
body .doctors-slides .owl-stage {
    left: 0;
}
body .doctors-slider .owl-stage-outer:before{
    display: none;
}
.doctors-slider .owl-item{
    border: 0.5px solid #DFE4EB;
    border-radius: var(--main-border-radius);
}
.doctors-slider .doctors-slide__bottom{
    padding: 20px 20px 0 20px;
}
.doctors-slider .doctors-slide__button{
    left: inherit;
    width: calc(100% - 40px);
    margin-bottom: 20px;
}
.doctors-slider .doc-more{
    padding-left: 20px;
}
.doctors-slider .specialization-doctors{
    padding-bottom: 16px;
    border-bottom: 1px solid #DFE4EB;
    margin: 16px 0;
}
.doctors .doctors-slider .specialization-doctors a{
    text-transform: none;
    font-size: 14px;
    border-radius: 8px;
}
.doctors-slider .doctors-slide .button{
    border-radius: 16px;
    border: 0;
    background-color: #E0F1FF;
    text-transform: none;
    color: #00AEEF;
    font-weight: 600;
    font-size: 16px;
}
.doctors-slider .doctors-slide__name{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
}
.doctors-slider .doctors-slide__bottom p {
    font-size: 14px;
    line-height: 18px;
}
@media only screen and (max-width: 575px){
    body .cnt.doctors-content{
        margin-right: 0;
    }
    body .doctors-slider .doc-more{
        padding-left: 20px;
    }
    .doctors-slider  .doctors-slide__photo {
        height: 205px;
        top: -205px;
        margin-bottom: -205px;
    }
    .doctors-slider  .doctors-slide__button .button span {
        color: #00AEEF;
    }
    body .doctors-slider .owl-stage-outer{
        margin-right: -90px;
    }
}


body .y-programs{
    margin-bottom: 20px;
    background: #E0F1FF;
    padding: 32px;
    border-radius: var(--main-border-radius);
    display: flex;
    gap: 23px;
    flex-direction: column;
}
.y-programs h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 0;
}
.y-programs p {
    color: #64748B;
    max-width: 664px;
    font-size: 16px;
    line-height: 20px;
}

.y-programs .button-link{
    margin-right: 20px;
}
.y-programs > div a+a {
    background: #fff;
    color: #00AEEF;
}
.y-programs__round, .y-programs__round_mob{
    display: flex;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 194px;
}
.y-programs__round img {
    opacity: 0.8;
}
.y-programs__round_mob{
    position: relative;
    right: auto;
    margin: 0 auto;
    margin-bottom: 32px;
    display: none;
}
@media screen and (max-width: 575px) {
    body .y-programs{
        margin-left: 20px;
        margin-right: 20px;
        width: auto;
        padding: 20px;
    }
    .y-programs__round_mob{
        display: flex;
        max-width: 225px;
    }
    .y-programs p {
        font-size: 14px;
        line-height: 24px;
        max-width: 100%;
    }
    .y-programs .button-link{
        margin: 0;
    }
    .y-programs .button-link:last-child {
        margin-top: 10px;
    }
    .y-programs__round {
        display: none;
    }
}


body .useful-left {
    padding: 32px;
    background-color: #E7F8F7;
    border-radius: var(--main-border-radius);
    width: auto;
}
body .useful-left .title{
    margin-bottom: 32px;
}
body .useful-right .title{
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}
.useful-right .title a{
    font-size: 14px;
    color: #00AEEF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 16px;
    border-radius: 12px;
    background-color: #EEF7FF;
    height: 32px;
}
.useful-right .title a svg {
    margin-right: 8px;
}
.useful-left .title a, .useful-right .title span{
    font-size: 28px;
    line-height: 36px;
    color: #00AEEF;
}
.useful-right .faq{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 32px;
    justify-content: space-between;
}
body .faq-action .all-answer::before, body .faq-action .all-answer::after, body .useful-content::before, body .article-photo::before{
    display: none;
}
body .article{
    border-radius: 16px;
    margin-bottom: 32px;
    height: auto;
}
body .article-photo{
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
}
body .article-content{
    padding: 16px;
    border-radius: 24px;
    position: relative;
    background-color: white;
    margin-top: -13px;
}
.useful-articles{
    height: 100%;
}
body .article-paragraph{
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    flex-direction: row;
}
body .article-paragraph p{
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    color: black;
}
body .faq-item__question {
    font-size: 20px;
    line-height: 24px;
}
body .faq-action .all-answer {
    font-size: 18px;
    line-height: 24px;
    text-transform: none;
    height: auto;
    padding: 10px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #EEF7FF;
    border-radius: 16px;
    color: #00AEEF;
    padding-right: 64px;
    letter-spacing: 0;
}
body .faq-action .button {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 16px;
    min-width: 240px;
}
body .faq-action .all-answer svg{
    position: absolute;
    right: 16px;
}
body .faq-items{
    margin: 10px 0 30px;
}
body .faq-item{
    background: #F8FAFC;
    padding: 24px;
    border-radius: var(--main-border-radius);
    border: 0.5px solid #DFE4EB;
    margin-top: 8px;
}
body .faq-item:first-child{
    margin-top: 30px;
}
body .useful-right {
    width: 100%;
    flex-grow: 1;
    padding: 32px;
    border-radius: var(--main-border-radius);
}
body .faq-item__question {
    padding-right: 0;
    padding-left: 32px;
}
body .faq-item__question::before{
    width: 32px;
    height: 32px;
    background-color: transparent;
    left: 0;
    right: auto;
}
body .faq-item__question::after{
    content: '>';
    width: auto;
    height: auto;
    top: 0;
    margin-top: inherit;
    font-size: 22px;
    color: #ADBACC;
    background: none;
    left: 0;
    font-weight: bold;
}
body .faq-item__question:hover::after{
    color: #00AEEF;
    background: none;
}
body .faq-item__question:hover::before {
    background: transparent;
}
body .faq-item__question.active::after{
    content: '<';
    background: none;
    right: 11px;
}
body .all-answer_mob{
    display: none;
    margin-bottom: 32px;
    background-color: #E0F1FF;
    color: #00AEEF;
}
body .useful{
    margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
    body .faq-item:nth-of-type(n+3) {
        display: block;
    }
    body .useful{
        margin-bottom: 32px;
    }
    body .useful-left {
        border-radius: 0;
        padding: 32px 0 32px 20px;
        width: 100%;
    }
    body .useful .useful-articles{
        width: 100%;
        gap: 0;
        padding: 0;
    }
    .useful-left .title a, .useful-right .title span{
        font-size: 28px;
        line-height: 32px;
    }
    body .faq-item__question {
        font-size: 16px;
        line-height: 20px;
    }
    body .faq-action .button {
        width: 100%;
        margin-top: 12px;
    }
    body .faq-action .button span {
        font-size: 16px;
    }
    body .faq {
        width: 100%;
    }
    body .faq-action {
        align-items: start;
    }
    body .useful .title {
        width: auto;
        margin: 0;
        margin-bottom: 32px;
    }
    body .useful .title a {
        color: #00AEEF;
        font-size: 28px;
        line-height: 32px;
    }
    body .useful-right {
        width: 100%;
        padding: 32px 20px 0 20px;
    }
     body .useful-right .title a {
        display: none;
     }
     body .faq-items {
        margin: 0 0 12px;
    }
    body .all-answer_mob{
        display: inline-flex;
    }
    .useful-right .faq{
        height: auto;
        padding-bottom: 0px;
    }
}
@media screen and (max-width: 575px) {
    .useful-articles {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        max-height: 499px;
        overflow: hidden;
        padding-bottom: 20px;
    }
    .useful-articles .owl-stage{
        display: flex;
    }
    .useful-articles .owl-item{
        display: flex;
    }
    .useful-articles .owl-stage{
        padding-left: 0px !important;
    }
    .useful-articles .owl-nav.disabled{
        display: none;
    }
    .useful-articles .owl-dots{
        text-align: center;
        width: 100%;
    }
    .useful-articles .owl-dot{
        border: 1px solid #61737b;
        padding: 0;
        opacity: .3;
        border-radius: 50%;
        margin-right: 10px;
        width: 14px;
        height: 14px;
        outline: 0;
    }
    .useful-articles .owl-dot.active{
        opacity: 1;
    }
}


.cnt.reviews{
    margin-top: 52px;
    margin-bottom: 52px;
}
body .reviews-head, .reviews-head h2{
    margin: 0;
    font-size: 28px;
    line-height: 36px;
}
.reviews-head > div{
    width: 100%;
    justify-content: space-between;
}
body .reviews-slide{
    border-radius: 16px;
    border: 0.5px solid #DFE4EB;
    padding: 20px;
    background-color: #F8FAFC;
}
.reviews-item__head{
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.reviews-item__head_title{
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.reviews-item__head_title_t{
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}
.reviews-item__head_title_d{
    font-size: 14px;
    line-height: 18px;
    color: #64748B;
}
body .reviews-item__star{
    width: 16px;
    height: 16px;
}
body .reviews-slide__description{
    font-size: 14px;
    line-height: 18px;
}
.reviews .rs-name{
    display: flex;
    gap: 8px;
    font-size: 14px;
    line-height: 18px;
}
.rs-name a {
    font-size: 16px;
    line-height: 20px;
}
body .reviews-item__clinic{
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
    margin-top: 12px;
}
.reviews-slider{
    max-height: 500px;
    overflow-y: hidden;
}
.reviews-slider.owl-loaded{
    max-height: 100%;
    overflow-y: inherit;
}
body .reviews-slider .readmore__btn{
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
}
body .reviews-slide__footer{
    border-color: #DFE4EB;
    padding-top: 12px;
}
body .reviews-slide__list li.rs-polyclinic{
    margin-top: 12px;
    padding-left: 48px;
}
.rs-polyclinic:before{
    content: '';
    display: block;
    background: #DFE4EB;
    width: 48px;
    height: 1px;
}
.reviews-slide__footer{
    height: 120px;
}
.reviews .all-answer_mob{
    margin: 32px 0 0;
}
@media screen and (max-width: 575px) {
    body .cnt.reviews{
        margin-top: 32px;
        margin-bottom: 52px;
    }
    .reviews .owl-stage-outer{
        margin-right: -20px;
    }
    .reviews-slider .owl-stage{
        left: -25px;
    }
    .reviews-head h2{
        font-size: 28px;
        line-height: 32px;
    }
    .reviews .popular_services-arrows{
        display: none;
    }
}



.f_bn{
    max-width: 1378px;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 250px;
    display: flex;
    color: #00a1f0;
    flex-direction: column;
    background-image: url('/index-bn.jpg');
    background-color: #EEF7FF;
    background-position: right;
    background-repeat: no-repeat;
    padding: 32px;
    background-size: contain;
    border-radius: var(--main-border-radius);
}
.f_title{
    width: 100%;
    height: 33%;
    font-size: 28px;
    line-height: 36px;
}
.f_desc{
    max-width: 500px;
    height: 60%;
    font-size: 18px;
    line-height: 24px !important;
    display: flex;
    align-items: center;
    color: black;
}
.f_action{
    width: 100%;
    height: 33%;
    display: flex;
    align-items: end;
}
@media screen and (max-width: 575px) {
    body .f_bn{
        margin: 20px;
        background-position-y: 0;
        background-position-x: 100%;
        padding: 20px;
        gap: 20px;
        height: 403px;
        justify-content: end;
    }
    .f_desc{
        font-size: 16px;
        line-height: 20px !important;
    }
    .f_bn > div{
        height: auto;
    }
    .f_title{
        font-size: 28px;
        line-height: 32px;
    }
    .f_action .btn.js-popup-review{
        max-width: 100%;
    }
}


body .app{
    border-radius: var(--main-border-radius);
    margin-bottom: 20px;
    background: #F1E9FB;
}
body .app__text{
    padding: 0 0 0 32px;
    flex-basis: 75%;
}
body .app__pic{
    padding-top: 12px;
    padding-bottom: 12px;
    background-image: url(/public/img/mob.svg);
}
body .app__pic img{
    height: 226px;
    max-width: 393px;
}
body .app p.app__title{
    font-size: 28px;
    line-height: 36px;
}
body .app p.app__desc{
    font-size: 18px;
    line-height: 24px;
    margin: 41px 0;
    color: black;
}
body .app__btn svg{
    margin: 0;
    width: auto;
    min-width: auto;
    height: auto;
    margin-right: 8px;
}
@media screen and (max-width: 575px) {
    body .app{
        margin: 0 20px 20px 20px;
        padding: 20px;
    }
    body .app__text{
        padding: 0;
        flex-basis: 100%;
    }
    body .app p.app__title{
        font-size: 28px;
        line-height: 36px;
    }
    body .app p.app__desc{
        font-size: 16px;
        line-height: 20px;
        margin: 20px 0;
    }
    body .app__btns{
        padding: 0;
    }
    body .app__btn+.app__btn {
        margin: 10px 0 0;
    }
    body .app__btns span{
        font-size: 16px;
        line-height: 20px;
    }
    body .app__btns:after {
        display: none;
    }
    body .app__pic {
        display: block;
        padding: 0;
        margin-right: -20px;
        padding-right: 20px;
        background-size: 300px;
        background-position-x: right;
    }
    body .app__pic img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}


body .banner-sova{
    border-radius: var(--main-border-radius);
    padding: 0 32px;
    margin-top: 0;
    margin-bottom: 20px;
}
body .banner-sova__footer{
    margin: 0;
}
body .banner-sova__footer .banner-sova__btn{
    background: #EEF7FF;
    color: #00AEEF;
}
.banner-sova__container{
    justify-content: space-between;
}
body .banner-sova__title{
    font-size: 28px;
    line-height: 36px;
}
body .banner-sova__text{
    font-size: 18px;
    line-height: 24px;
}
body .banner-sova__item{
    flex-basis: 61%;
    padding: 32px 0;
}
body .banner-sova__item.--pic{
    flex-basis: 23%;
}
.banner-sova__item > .banner-sova__item.--pic{
    display: none;
}
@media screen and (max-width: 575px) {
    body .banner-sova__item{
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    body .banner-sova__main{
        order: 1;
    }
    body .banner-sova__footer{
        order: 2;
    }
    body .banner-sova__title{
        font-size: 28px;
        line-height: 32px;
    }
    body .banner-sova p.banner-sova__text{
        font-size: 16px;
        line-height: 20px;
    }
    .banner-sova__container > .banner-sova__item.--pic{
        display: none;
    }
    .banner-sova__item > .banner-sova__item.--pic{
        display: block;
    }
    body .banner-sova p.banner-sova__title{
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    body .banner-sova__title,
    body .banner-sova__main,
    body .banner-sova__item.--pic{
        margin-bottom: 20px;
    }
    body .banner-sova .banner-sova__item.--pic{
        min-height: 180px;
        margin-bottom: 40px;
        padding: 0;
    }
    body .banner-sova{
        padding: 20px;
        margin: 0 20px 20px 20px;
    }
}


body .techns{
    background: #FCF3EA;
    padding: 32px;
    margin-bottom: 20px;
    border-radius: var(--main-border-radius);
}
.techns h2{
    margin: 0;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
}
.techns__items{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
    height: 670px;
}
.techns__item_col{
    flex-basis: 32%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.techns__item{
    padding: 24px;
    position: relative;
    background: var(--techns__item-back);
    height: var(--techns__item-height);
    border-radius: 21px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.techns__item:hover{
    cursor: pointer;
    filter: brightness(1.05);
}
.techns__item p{
    display: none;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.techns__item span{
    display: inline-block;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    width: var(--techns__item-width);
}
.techns__item img{
    position: absolute;
    bottom: 0;
    right: 0;
}
@media screen and (max-width: 575px) {
    .techns__items .owl-stage{
        left: -25px;
    }
    .techns__items{
        max-height: 360px;
        overflow: hidden;
    }
    .techns__item{
        height: 360px;
        width: 100%;
    }
    body .techns{
        padding: 32px 0 32px 20px;
        border-radius: 0;
    }
    .techns__item img{
        max-height: 250px;
    }
}


body .general_content{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.general_content > div{
    flex-grow: 1;
    padding: 32px;
    display: flex;
    flex-direction: column;
    background-color: #EEF7FF;
    border-radius: var(--main-border-radius);
    gap:  20px;
    justify-content: space-between;
}
.general_content-title{
    font-size: 28px;
    line-height: 36px;
    color: #00aeef;
}
.general_content-text p{
    font-size: 14px;
    line-height: 24px;
    color: black;
}
body .nd-button.medium{
    padding: 12px 0;
    height: auto;
}
@media screen and (max-width: 575px) {
    body .general_content{
        flex-direction: column;
        padding: 0 20px;
    }
    .general_content > div{
        padding: 20px;
    }
    .general_content-title{
        font-size: 28px;
        line-height: 32px;
    }
    .general_content-text p{
        font-size: 16px;
        line-height: 20px;
    }
}


body .interaction{
    margin: 0;
    padding: 0;
}
body .interaction .content{
    max-width: 1304px;
}
body .interaction .content:not(.map_head){
    background-color: #f8fafc;
    border-radius: var(--main-border-radius);
    overflow: hidden;
}
body .interaction .map{
    width: 100%;
    background: url(/public/img/map.png);
    background-position: center;
}
body .index-map-clinic-bar{
    width: 360px;
    padding: 20px;
    border-radius: 16px;
    left: inherit;
    right: 20px;
}
body .map .clinic-btn a{
    font-size: 16px;
    text-transform: none;
    line-height: 20px;
    width: 100%;
    padding: 12px;
    font-weight: 600;
}
.index-map-clinic-bar p.h3{
    font-size: 16px;
}
.index-map-clinic-bar p.sb__address{
    font-size: 14px;
}
.interaction .map_head{
    margin-bottom: 32px;

}
.map_head h2{
    font-size: 28px;
    line-height: 36px;
    margin: 0;
}
.map_head-phone{
    display: flex;
    flex-direction: column;
}
.map_head-phone span{
    font-size: 12px;
    line-height: 14px;
    color: #8592a6;
    margin-bottom: 2px;
}
.map_head-phone a{
    font-size: 16px;
    line-height: 20px;
    color: #00AEEF;
    font-weight: 600;
}
.map_head-phone a svg{
    margin-right: 5px;
}
@media screen and (max-width: 575px) {
    .map_head h2{
        font-size: 28px;
        line-height: 32px;
    }
    body .index-map-clinic-bar{
        width: auto;
        left: 1rem;
        right: 1rem;
    }
    body .interaction{
        margin: 0 20px;
    }
    body .interaction .map{
        background: url(/public/img/map_mob.png);
        background-size: cover;
        margin: 0;
    }
    .map_head h2{
        font-size: 28px;
        line-height: 32px;
    }
    .map_head-phone{
        display: none;
    }
}