html {
    scroll-behavior: smooth;
}

.section-title{
    color: #2D343A;
    font-size: 3.6rem;
    line-height: 124%;
}
.service-anchors__item {
    padding: .5rem 1rem;
    border-radius: .6rem;
    background: #FFF;
}
.service-anchors__item a{
    padding-bottom: 0;
}
.service-anchors__item:not(:last-child) {
    margin-right: 1.2rem;
}

.advantages-serv__body{
    display: flex;
    gap: 6.6rem;
    border-radius: 2.4rem;
    background: #FFF;
    padding: 4rem 5rem;
}
.advantages-serv__info{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 55rem;
}
.advantages-serv__info h2{
    color: #2D343A;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 124%; /* 44.64px */
}
.advantages-serv__info p,
.advantages-serv__info ul li{
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 350;
    line-height: 130%;
}
.advantages-serv__info strong{
    color:  #AC2028;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 118%;
}
.advantages-serv__info ul{

}
.advantages-serv__info ul li{
    position: relative;
    padding-left: 2.4rem;
}
.advantages-serv__info ul li::before{
    content: "•";
    color: #AC2028;
    font-size: 7rem;
    position: absolute;
    left: 0;
}
.doctors__tabs-item{
    white-space: nowrap;
}
@media (max-width:768px) {
    .advantages-serv__info h2{
        font-size: 5rem;
    }
    .advantages-serv__info p,
    .advantages-serv__info ul li,
    .advantages-serv__info strong{
        font-size: 3rem;
    }
}
.advantages-serv__content{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.advantages-serv__content p {
    color: #000;
    font-size: 1.8rem;
    font-weight: 350;
    line-height: 130%;
    padding-bottom: 1rem;
}
.advantages-serv__content p span{
    color: #AC2028;
}
.advantages-serv__content .red-text{
    color: #AF0017;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 118%;
}
.advantages-serv__content ul{
    display: flex;
    flex-direction: column;
    gap: .8rem;
    clear: both;
}
.advantages-serv__content ul li {
    padding-left: 3.4rem;
    position: relative;
    color: #000;
    font-size: 1.8rem;
    font-weight: 350;
    line-height: 142%;
}
.advantages-serv__content ul li::before {
    content: '';
    position: absolute;
    top: 1rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: #ac2028;
    border-radius: 50%;
}
.advantages-serv__image{
    height: auto;
    width: 50%;
    border-radius: 2.4rem;
    overflow: hidden;
}
.advantages-serv__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stages__head{
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
}
.stages__title-box{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 94rem;
}
.stages__title-box p{
    color: #000;
    font-size: 1.8rem;
    font-weight: 350;
    line-height: 130%;
}
.stages__content{
    margin-top: 3rem;
}
.stages__item{
    padding: 2.4rem;
    border-radius: 1.2rem;
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.stages__item-num{
    width: fit-content;
    padding: .6rem 1.2rem;
    border-radius: 10rem;
    background: #F2F1F5;
    color: #2A2931;
    font-size: 1.8rem;
    line-height: 142%;
}
.stages__item-name{
    color: #AC2028;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 110%;
}
.stages__item-text{
    margin-top: 1.2rem;
    color: #000;
    font-size: 1.6rem;
    font-weight: 350;
    line-height: 142%;
}
.navigation-with-pagination__btn.swiper-button-lock{
    display: none;
}

.stages .swiper-slide{
    height: auto;
}
.stages .swiper-slide .stages__item{
    height: 100%;
}
.faq__body{
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.faq__head{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.faq__main-auth{
    display: flex;
    align-items: center;
    gap: 1.6rem;
    border-radius: 0.75rem;
    background: #f2f1f5;
    padding: 1.6rem;
}
.faq__main-auth-title{
    color: rgba(0, 0, 0, 0.50);
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 120%;
}
.faq__main-auth-doc{
    display: flex;
    align-items: center;
    gap: .38rem;
}
.faq__main-auth-doc-image{
    width: 4.6rem;
    height: 4.6rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
}
.faq__main-auth-doc-name-value{
    color: #2A2931;
    font-size: 1.8rem;
    font-weight: 700;
}
.faq__main-auth-doc-name-spec{
    color:  #2A2931;
    font-size: 1.3rem;
    font-weight: 350;
    line-height: 132%;
    letter-spacing: -0.325px;
}
.faq__body{
    padding: 4rem;
    border-radius: 2.4rem;
    background: #FFF;

}

.serv-direction__body{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2.4rem;
    border-radius: 2.4rem;
    background: #FFF;
}
.serv-direction__head{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.serv-direction__item{
    border-radius: 2.4rem;
    background: linear-gradient(150deg, #F6F6F6 24.04%, #F1F1F1 89.8%);
    overflow: hidden;
}
.serv-direction__item-box-btns{
    display: flex;
    align-items: center;
    gap: 1.3rem;
    margin-top: auto;
}
.serv-direction__item-box-btns a{
    flex: 1;
}
.serv-direction__item-info{
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.serv-direction__item-title{
    color: #2A2931;
    font-size: 2rem;
    font-weight: 400;
    line-height: 116.9%;
}
.serv-direction__item-prive{
    color: #AC2028;
    font-family: 'Jura';
    font-size: 35px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 1.2rem;
}
.serv-direction__item-image{
    height: 22rem;
    border-radius: 2.4rem;
    overflow: hidden;
}
.serv-direction__item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.serv-direction__content{
    overflow: hidden;
}
.serv-direction__head-right{
    display: flex;
    align-items: center;
    gap: 3rem;
}

.promo__item-title{
    font-size: 20px;
    line-height: 116.9%;
}
.serviece-info__content ul li{
    display: flex;
    align-items: center;
}
.serviece-info__content ul li:before{
    font-size: 6rem;
}
.serviece-info__content ul li span{
    color: #ac2028;;
}

.experts__item{
    flex-direction: column;
    gap: .4rem;
    height: auto;
    border-radius: 2.4rem;
    overflow: hidden;
}
.experts__item-img {
    height: 28rem;
    min-height: 28rem;
    width: 100%;
    max-width: 100%;
}
.experts__item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.experts__item-info {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.4rem;
    width: 100%;
    height: 100%;
}
.experts__item-btns{
    margin-top: auto;
}
.experts__item-title{
    color: #2A2931;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 120%;
}
.nav-page__list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem 1.2rem ;
}
.nav-page__item{
    padding: .5rem 1rem;
    border-radius: .6rem;
    background-color: #FFF;
    color: #2A2931;
    font-size: 1.6rem;
    line-height: 140%;
}

.results-new{
    margin-bottom: 6rem;
}
.results__title{
    margin-bottom: 0;
    padding-left: 0;
}
.result__head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.6rem;
}
.results .navigation-with-pagination{
    margin: unset;
}
.results__short{
    width: 100%;
}
.twentytwenty-container img{
    height: 16rem !important;
}
.results__short-info {
    padding: 4.1rem 2.4rem 2.4rem;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after{
    background: #AC2028;
    box-shadow:unset;
}
.twentytwenty-horizontal .twentytwenty-handle:after{
    display: none;
}
.twentytwenty-left-arrow{
    border-right: 6px solid #FFF;
}
.twentytwenty-right-arrow{
    border-left: 6px solid #FFF;
}
.results-new .twentytwenty-handle {
    top: 100%;
    width: 3rem;
    height: 3rem;
    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;
    padding: 1.2rem;
    border-radius: 1.2rem;
    background: #ac2028;
    -webkit-box-shadow: 2px 4px 15px 0 rgba(0, 0, 0, .25);
    box-shadow: 2px 4px 15px 0 rgba(0, 0, 0, .25);
}

.results__short-info-param{
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: .5rem;
}
.results__short-info-param:not(:first-child){
    margin-top: 1.2rem;
}
.results__short-info-param-name{
    color:  #2A2931;
    font-size: 1.2rem;
    font-weight: 350;
    line-height: 132%;
}
.results__short-info-doc-text{
    color: #AF0017;
    text-align: right;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 140%;
}
.results__short-info-main{
    margin-bottom: 2.9rem;
}
.results__short-info-title{
    color:  #2A2931;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 4.5rem;
}
.results__info-btn{
    margin-top: auto;
    width: 100%;
}
.results .twentytwenty-handle {
    top: 100%;
    width: 3rem;
    height: 3rem;
    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;
    padding: 1.2rem;
    border-radius: 1.2rem;
    background: #ac2028;
    -webkit-box-shadow: 2px 4px 15px 0 rgba(0, 0, 0, .25);
    box-shadow: 2px 4px 15px 0 rgba(0, 0, 0, .25);
}

.results__short-info-doc-text{
    display: flex;
    justify-content: end;
    flex-direction: column;
    gap: .5rem;
}

.results__info {

    width: 100%;
}


.accordion {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: .8rem;
}
.accordion__item{
    border-radius: 1.2rem;
    background: #F2F1F5;
    padding: 2.5rem;
}

.accordion__header {
    margin: 0;
}

/*  Кнопка-заголовок  */
.accordion__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 2.2rem;
    font-weight: 500;
    text-align: left;
    color: #2A2931;
    outline: none;
    cursor: pointer;
    transition: background-color 0.2s;
}



.accordion__button:focus-visible {
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
    z-index: 1;
    position: relative;
}

/*  Иконка "+"/"-"  */
.accordion__icon {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    margin-left: 1rem;
}
.accordion__icon::before,
.accordion__icon::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    transform-origin: center;
    transition: transform 0.3s ease-in-out;
}
.accordion__icon::before {
    transform: translateY(-50%) rotate(0deg);
}
.accordion__icon::after {
    transform: translateY(-50%) rotate(90deg);
}
.accordion__icon-bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    z-index: 1;
    background: #AC2028;
}
/*  Скрытый контент   */
.accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.accordion__content p {
    margin: 0;
    padding: 0;
}
.accordion__content-text{
    margin-top:  1.2rem;
    color: #2A2931;
    font-size: 1.8rem;
    font-weight: 350;
}

/*  СОСТОЯНИЕ "ОТКРЫТО"  */
.accordion__item.is-open .accordion__button {
}

/* Анимация иконки в "минус"  */
.accordion__item.is-open .accordion__icon::after {
    transform: translateY(-50%) rotate(0deg);
}

/* Анимация контента  */
.accordion__item.is-open .accordion__content {
    max-height: 500px;
}

.results__short .twentytwenty-handle{
    margin-left: -2.7rem;
}


@media (max-width: 48em) {
    .section-title{
        font-size: 4.237rem;
        line-height: 124%;
    }

    .quiz-service{
        border-radius: 4.364rem;
        background: #FFF;
        padding: 3.455rem 0;
    }
    .quiz-service__body{
        padding: 0;
        flex-direction: column;
        gap: 5.455rem;
    }
    .quiz-service__descr p{
        font-size: 2.909rem;
    }
    .quiz-service__content{
        padding: 3.636rem 2.182rem 2.182rem 2.182rem;
    }
    .quiz__question-item-label span{
        font-size: 2.545rem;
    }
    .quiz__question-item-options{
        gap: 1.091rem;
    }
    .quiz__question-item-label{
        padding: 2.182rem;
        border-radius: 2.182rem;
    }
    .quiz-input-view {
        width: 4.364rem;
        height: 4.364rem;
    }
    .quiz__num-question {
        gap: 1.091rem;
        font-size: 2.182rem;
    }
    .quiz__btn-next{
        padding: 2.182rem 3.636rem;
        border-radius: 2.182rem;
        gap: 1.091rem;
        color: #FFF;
        font-size: 2.909rem;
    }
    .svg__arrow-left {
        width: 3.636rem;
        height: 3.636rem;
    }
    .quiz__btn-prev {
        padding: 2.091rem;
    }
    .quiz-service__info{
        max-width: 100%
    }
    .form__checkbox .checkbox__trigger {
        width: 4.364rem;
        height: 4.364rem;
    }
    .form__input {
        padding: 3.364rem 3.636rem;
        font-size: 2.909rem;
    }
    .nav-page__list{
        flex-wrap: nowrap;
        overflow: auto;
    }
    .nav-page__item {
        padding: 0.909rem 1.818rem;
        border-radius: 1.091rem;
        white-space: nowrap;
        font-size: 2.909rem;
        line-height: 140%;
    }
    .results-new .results__short{
        background-color: #F2F1F5;
    }
    .results-new .results__short-info{
        background-color: #FFF;
        border-radius: 4.364rem;
        padding: 3.636rem;
    }
    .results-new .results__short{
        display: flex;
        flex-direction: column;
        gap: 1.455rem;
        border-radius: 3.5rem ;
    }
    .results-new .results__sravnenie{
        border-radius: 3.5rem ;
    }
    .results-new .results__short-info-param{
        flex-direction: column;
        gap: 1.455rem;
    }
    .results-new .results__short-info-title{
        font-size: 2.909rem;
        margin-bottom: 2.182rem;
    }
    .results-new .results__short-info-param-name{
        font-size: 2.182rem;
    }
    .results-new .results__short-info-doc-text{
        font-size: 2.545rem;
        align-items: flex-start;
    }
    .results-new .results__label.--right {
        right: 2rem;
    }
    .results-new .results__label.--left {
        left: 2rem;
    }
    .results-new .twentytwenty-handle{
        margin-top: -5.091rem;
        margin-left: -2.5rem;
    }
    .twentytwenty-container img {
        height: 29.091rem !important;
    }

    .advantages-serv{
        border-radius: 4.068rem;
        background: #FFF;
        padding: 6.78rem 0;
    }
    .advantages-serv__body{
        flex-direction: column;
        gap: 5.424rem;
        padding: 0;
    }
    .advantages-serv__info{
        max-width: 100%;
        gap: 3.39rem;
    }
    .advantages-serv__content{
        font-size: 2.712rem;
        line-height: 118%;
    }
    .advantages-serv__content p{
        font-size: 2.712rem;
        line-height: 118%;
    }
    .advantages-serv__content p span{
        font-weight: 700;
    }
    .advantages-serv__content ul li{
        font-size: 2.712rem;
        font-weight: 350;
        line-height: 120%;
    }
    .advantages-serv__content .red-text{
        font-size: 2.712rem;
        font-weight: 700;
        line-height: 118%;
    }
    .advantages-serv__image{
        width: 100%;
        height: 37.288rem;
    }


    .stages__head{
        flex-direction: column;
    }
    .stages__descr{
        font-size: 2.712rem;
    }
    .stages__item{
        padding: 2.712rem;
        border-radius: 2.034rem;
        gap: 1.356rem;
    }
    .stages__item-num{
        padding: 1.017rem 2.034rem;
        font-size: 2.034rem;
    }
    .stages__item-name{
        font-size: 3.051rem;
    }
    .stages__item-text{
        font-size: 2.373rem;
        line-height: 142%;
    }
    .stages__content {
        margin-top: 4.746rem;
    }
    .faq__head{
        flex-direction: column;
        align-items: flex-start;
        gap: 3.39rem;
    }
    .faq__main-auth{
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding: 2.712rem;
    }
    .faq__main-auth-title{
        font-size: 2.712rem;
    }
    .faq__main-auth-doc-image {
        width: 7.8rem;
        height: 7.8rem;
    }
    .faq__main-auth-doc-name-value{
        font-size: 3rem;
    }
    .faq__main-auth-doc-name-spec {
        font-size: 2.203rem;
    }
    .faq{
        padding: 5.085rem 0;
        border-radius: 4.068rem;
        background: #FFF;

    }
    .faq__body {
        padding: 0;
        border-radius: 0;
    }
    .accordion__button {
        font-size: 3.051rem;
        gap: 3rem;
    }
    .accordion__icon-bg {
        width: 5.932rem;
        height: 5.932rem;
    }
    .accordion__content-text {
        margin-top: 2.034rem;
        font-size: 3.051rem;
    }
    .accordion{
        gap: 1.356rem;
    }


    .docs-video {
         display: block;
    }


    .serviece-info{
        padding: 6.78rem 0 ;
        border-radius: 24px;
        background-color: #FFF;
    }
    .serviece-info__content{
        padding: 0;
    }
    .serviece-info__content h2, .serviece-info__content h3 {
        width: 100% !important;
        font-size: 4.068rem !important;
        line-height: 120% !important;
    }
    .serviece-info__content p, .serviece-info__content ul, .serviece-info__content li, .serviece-info__content a{
        font-size: 2.712rem !important;
    }
    .serviece-info__content ul li:before {
        font-size: 12rem;
    }

    .experts__item-title {
        font-size:3.051rem
    }
    .experts__item-img {
        height: 47.458rem;
        min-height: 47.458rem;
    }
    .experts__item-info{
        padding: 4.068rem;
    }
    .experts__item-btns{
        flex-wrap: nowrap;
        gap: 4.068rem;
    }
    .experts__item-btn {
        margin-bottom: 0;
    }

    .serv-direction{
        padding-top: 5.085rem;
        padding-bottom: 16.441rem;
        border-radius: 2.034rem;
        background: #FFF;
        position: relative;
    }
    .serv-direction__body {
        padding: 0;
    }
    .serv-direction__head{
        align-items: end;
    }
    .serv-direction__head-right .btn{
        position: absolute;
        left: 3rem;
        bottom: 5.085rem;
        width: calc(100% - 6rem);
    }
    .navigation-with-pagination__pagination{
        white-space: nowrap;
    }
    .serv-direction__item-image {
        height: 47.5rem;
    }
    .serv-direction__item-title {
        font-size: 3.051rem;
    }
    .serv-direction__item-prive {
        font-size: 4.237rem;
        margin-bottom: 4.068rem;
    }
    .serv-direction__item-info {
        padding: 4.068rem;
    }
    .swiper.clinics-hero__top{
        padding: 2rem 0 2rem 2.7rem;
        margin-bottom: 3rem;
    }
    .swiper-slide.clinics-hero__item{
        background: #FFF;
    }
    .accordion__item {
        padding: 2.5rem 5.5rem 2.5rem  2.5rem;
    }
}