.swiper-notification {
    display: none;
}

.swiper__container {
    width: 100% !important;
    height: 100%;
}

.swiper__content {
    overflow: hidden !important;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (min-width: 768px) {
    .swiper__content {
        gap: 40px;
    }
}

.swiper-hidden {
    display: none;
}

.swiper-slide {
    height: auto !important;
}

.slider__inputs{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.swiper-button_prev, .swiper-button_next {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-sizing: content-box;
    padding: 10px;
    border-radius: 20px;
    background-color: #FAC867;
    transition: 0.3s ease;
}

.swiper-button_prev:hover:not(:focus) .swiper-button__svg,
.swiper-button_next:hover:not(:focus) .swiper-button__svg {
    fill: #A56D00;
}

.swiper-button__svg {
    width: 24px;
    height: 24px;
    fill: #595959;
    transition: 0.3s ease;
}

.swiper-pagination-slides {
    display: flex;
    justify-content: center;
    gap: 6px;
}

.swiper-pagination-bullet-active {
    background-color: #FAC867 !important; 
}

.swiper-pagination-circle {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 999px;
    margin: 0;
    display: inline-block;
    transition: background-color 0.3s;
    background-color: #595959;
}



.template-section {
    padding: 40px 20px;
    width: 100%;
}
.services__name {
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    color: #A56D00;
}
.services__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.services__banner {
    position: relative;
    width: 100%;
}
.services__banner-image {
    width: 100%;
    height: auto;
    
}
@media (min-width: 1400px) {
    .services__banner-image {
        height: 400px;
        object-fit: cover;
        object-position: left center;
    }
}
@media (min-width: 1400px) {
    .services__banner-image {
        height: auto;
        object-fit: contain;
    }
}
.services__banner-form-wrapper {
    position: absolute;
    right: 20px;
    top: auto;
    bottom: 20px;
    background-color: #FFF;
    border-radius: 15px;
    max-width: 350px;
    display:none;
}
@media (min-width: 768px) {
    .services__banner-form-wrapper {
        display: block;
    }
}
@media (min-width: 1400px) {
    .services__banner-form-wrapper {
        max-width: 450px;
    }
}
@media (min-width: 1628px) {
    .services__banner-form-wrapper {
        top: 20px;
    }
}
.services__banner-promo {
    width: 100%;
    border: 2px solid #FFF;
    background-color: #FFF7E8;
    border-radius: 15px 15px 0 0;
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 10px;
}
.services__banner-promo-title {
    width: fit-content;
    background-color: #FAC867;
    color: #895B00;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    padding: 10px;
    border-radius: 15px;
}
.services__banner-promo-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    margin: 0;

}
.services__banner-promo-info strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
}
.services__banner-form-content {
    padding: 20px 40px;
    display: none;
    flex-direction: column;
}
@media (min-width: 1628px) {
    .services__banner-form-content {
        display: flex;
    }
}
.services__banner-form-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 15px;
}
@media (min-width: 1700px) {
    .services__banner-form-title {
        font-size: 30px;
        line-height: 36px;
    }
}
.services__banner-form-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #6B6B6B;
}
@media (min-width: 1700px) {
    .services__banner-form-desc {
        font-size: 18px;
    }
}
.services__banner-form {
    margin-top: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
@media (min-width: 1700px) {
    .services__banner-form {
        margin-top: 30px;
    }
}
.services__banner-form-input {
    outline: none;
    font-weight: 400;
    font-size: 16px; 
    line-height: 18px;
    display: block;
    width: 100%;
    background-color: #FFF;
    color: #000;
    border: 1px solid #E6E6E6;
    padding: 15px;
    border-radius: 15px;
}
@media (min-width: 1700px) {
    .services__banner-form-input {
        font-size: 18px; 
        line-height: 20px;
    }
}
.services__banner-form-input::placeholder {
    color: #AAAAAA;
}
.services__banner-form-input:focus {
    border-color: #895B00;
}
.services__banner-form-btn {
    font-weight: 400;
    font-size: 18px; 
    line-height: 20px;
    display: block;
    width: 100%;
    background-color: #FAC867;
    color: #000;
    padding: 15px;
    border-radius: 15px;
    transition: 0.3s ease;
}
.services__banner-form-btn:hover {
    background-color: #FFEAC3;
}
.services__banner-checkbox {
    margin: 0;
}
.services__banner-callback-wrapper {
    width: 100%;
    padding: 11px;
    display: block;
}
@media (min-width: 1628px) {
    .services__banner-callback-wrapper {
        display: none;
    }
}
.services__banner-callback-link {
    font-weight: 400;
    font-size: 18px; 
    line-height: 20px;
    display: block;
    width: 100%;
    background-color: #FAC867;
    color: #000;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    transition: 0.3s ease;
}
.services__banner-callback-link:hover {
    background-color: #FFEAC3;
}
.services__banner-callback-link:active,
.services__banner-callback-link:focus{
    color: #000;
}


.services-desc {
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media(min-width: 640px) {
    .services-desc {
        padding: 20px;
    }
}
.services__heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items-center;
    gap: 10px;
}
.services__title {
    width: 100%;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    margin: 0;
}
.services__subtitle {
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
}
.services-desc__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media(min-width: 768px) {
    .services-desc__content {
        flex-direction: row;
    }
}
.services-desc__info {
    order: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #666666;
}
@media(min-width: 768px) {
    .services-desc__info {
        order: 1;
    }
}
.services-desc__info p {
    margin: 0;
    font-weight: 400;
}
.services-desc__info strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #B0813C;
}
.services-desc__info ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.services-desc__info ul li {
    font-weight: 400;
    position: relative;
    padding-left: 30px;
}

.services-desc__info ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.2rem;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;utf8,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M15.5995 7.02292L15.1323 6.55533C14.9403 6.36317 14.8246 5.93188 14.895 5.66926L15.0656 5.03033C15.1606 4.6775 15.1115 4.30759 14.9275 3.98999C14.744 3.67186 14.4491 3.445 14.0966 3.35053L13.4577 3.17918C13.1953 3.10872 12.8801 2.79326 12.8092 2.53064L12.6385 1.89171C12.4476 1.17698 11.6764 0.727006 10.9596 0.921301L10.3218 1.09211C10.0759 1.15723 9.61941 1.03766 9.43649 0.855113L8.96877 0.386455C8.45305 -0.128641 7.54748 -0.129174 7.0307 0.386989L6.56298 0.855113C6.38005 1.03927 5.92194 1.1583 5.67768 1.09264L5.0393 0.921301C4.32199 0.730208 3.55135 1.17805 3.35989 1.89171L3.18976 2.53011C3.11936 2.79326 2.80364 3.10926 2.54125 3.17918L1.9034 3.34999C1.55035 3.445 1.25489 3.67239 1.07143 3.99053C0.88797 4.30866 0.839439 4.6775 0.934369 5.02926L1.10503 5.66872C1.17543 5.93188 1.06076 6.36264 0.867704 6.5548L0.401053 7.02239C0.142395 7.2818 0 7.62609 0 7.99333C0 8.36057 0.141862 8.70485 0.399987 8.9632L0.866638 9.43026C1.05863 9.62295 1.17436 10.0548 1.1045 10.3174L0.933835 10.9563C0.839439 11.3092 0.888504 11.6791 1.07196 11.9967C1.25542 12.3148 1.55088 12.5417 1.9034 12.6356L2.54072 12.8064C2.80417 12.8774 3.11936 13.1934 3.19029 13.4555L3.36095 14.0944C3.55188 14.8075 4.32252 15.2554 5.03983 15.0643L5.67768 14.8935C5.92407 14.8278 6.38005 14.9474 6.56351 15.1305L7.0307 15.5981C7.28882 15.8575 7.63335 16 8.00027 16C8.36719 16 8.71118 15.8575 8.9693 15.5991L9.43755 15.1315C9.62048 14.9474 10.0706 14.8268 10.3234 14.8945L10.9602 15.0648C11.0754 15.0958 11.1943 15.1118 11.3132 15.1118H11.3138C11.9335 15.1118 12.479 14.6938 12.639 14.0944L12.8092 13.4571C12.8801 13.1939 13.1958 12.8779 13.4582 12.8075L14.0966 12.6367C14.8267 12.4397 15.2614 11.6855 15.0646 10.9569L14.8944 10.3179C14.824 10.0548 14.9392 9.62349 15.1312 9.43133L15.5989 8.96374C16.1339 8.42729 16.1333 7.55723 15.5995 7.02292ZM11.5767 6.2356L7.31016 10.5058C7.20616 10.6099 7.06963 10.6622 6.9331 10.6622C6.79657 10.6622 6.66004 10.6099 6.55605 10.5058L4.42279 8.37071C4.21426 8.162 4.21426 7.82465 4.42279 7.61595C4.63131 7.40724 4.96837 7.40724 5.17689 7.61595L6.9331 9.37368L10.8226 5.48083C11.0311 5.27213 11.3682 5.27213 11.5767 5.48083C11.7852 5.68954 11.7852 6.02689 11.5767 6.2356Z' fill='%239A6A51'/></svg>");

    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
}
.services-desc__image {
    order: 1;
    width: fit-content;
    height: fit-content;
    flex-shrink: 0;
    margin-inline: auto;
}
@media(min-width: 768px) {
    .services-desc__image {
        order: 2;
    }
}
.services-desc-callback-link {
    font-weight: 400;
    font-size: 18px; 
    line-height: 20px;
    display: block;
    width: 100%;
    background-color: #FAC867;
    color: #000;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    transition: 0.3s ease;
    display: block;
}
.services-desc-callback-link:hover {
    background-color: #FFEAC3;
}
@media(min-width: 768px) {
    .services-desc-callback-link {
        display:none;
    }
}
.services-desc-callback-link:active,
.services-desc-callback-link:focus{
    color: #000;
}


.services-possibility {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
@media(min-width: 768px) {
    .services-possibility {
        grid-template-columns: repeat(2, 1fr);
    }
}
.services-possibility__item {
    position: relative;
    width: 100%;
    overflow: hidden
}
.services-possibility__item_first {
    border-radius: 15px 15px 0 0;
    background-color: #FFF7E8;
}
@media(min-width: 768px) {
    .services-possibility__item_first {
        border-radius: 15px 0 0 15px;
    }
}
.services-possibility__item_second {
    border-radius: 0 0 15px 15px;
    background-color: #FAC867;
}
@media(min-width: 768px) {
    .services-possibility__item_second {
        border-radius: 0 15px 15px 0;
    }
}
.services-possibility__image {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    opacity: 0.2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.services-possibility__info {
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 7px;   
}
@media(min-width: 640px) {
    .services-possibility__info {
        padding: 20px;
    }
}
.services-possibility__title {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
}
@media(min-width: 1024px) {
    .services-possibility__title {
        font-size: 24px;
        line-height: 100%;
    }
}
.services-possibility__list {
    margin: 0;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.services-possibility__list-item {
    width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    background-color: #FFFFFF99;
    padding: 12px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    color: #666666;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    margin: 0;
}
@media(min-width: 1024px) {
    .services-possibility__list-item {
        font-size: 18px;
        line-height: 100%;
    }
}



.reviews__wrapper {
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media(min-width: 640px) {
    .reviews__wrapper {
        padding: 20px;
    }
}
.reviews {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.reviews__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.reviews__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding: 28px;
    background-color: #FFF;
}

.reviews__sites {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 30px;
    row-gap: 16px;
    flex-wrap: wrap;
}

.review__site {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: justify-between;
    gap: 6px;
    transition: 0.3s ease;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

@media (min-width: 600px) {
    .review__site { 
        width: fit-content;
    }
}

.review__site:hover {
    scale: 1.05;
}

.review__site img {
    max-height: 20px;
    margin-right: auto;
}

.review__site-text {
    font-size: 16px; /* 16px */
    line-height: 16px; /* 24px */
    font-weight: 500;
    margin-right: auto;
}

.review__site strong {
    font-weight: 700;
    font-size: 20px; 
    line-height: 28px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.reviews_score {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
    align-items: center;
}
@media (min-width: 460px) {
    .reviews_score {
        flex-direction: row;
        justify-content: space-between;
    }
}
.score__container {
    width: fit-content;
    display: flex;
    column-gap: 20px;
    row-gap: 6px;
    align-items: center;
    flex-direction: column;
}
@media (min-width: 460px) {
    .score__container {
        align-items: flex-start;
    }
}
@media (min-width: 768px) {
    .score__container {
        flex-direction: row;
        align-items: center;
    }
}
.reviews__average {
    font-weight: 700;
    font-size: 20px; 
    line-height: 28px;
    letter-spacing: -0.04em;
}

.review__rating-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    column-gap: 16px;
    row-gap: 6px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}
.reviews__rating-container {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 3px;
}

.reviews__rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.reviews__all-review {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px; 
    letter-spacing: -0.04em;
    color: #919191;
}

.review__btn {
    width: fit-content;
    background-color: #FAC867 !important;
    color: #000;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 15px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    transition: 0.3s ease;
}
.review__btn:hover {
    background-color: #FFEAC3 !important;
}

.review__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    text-align: left;
    background-color: #FFF;
    padding: 16px;
    transition: 0.3s ease;
}

.review__fullname {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px; /* 20px */
    line-height: 28px;
    letter-spacing: -0.04em;
}

.review__date {
    color: var(--color-gray);
    font-weight: 500;
    font-size: 14px; /* 14px */
    line-height: 20px; /* 20px */
    margin-bottom: 20px;
}

.review__text {
    font-size: 16px; /* 16px */
    line-height: 20px; /* 24px */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    color: var(--text-dark);
}

@media (min-width: 768px) {
    .review__text {
        font-size: 18px; /* 18px */
        line-height: 24px; /* 28px */
    }
}

.read-more {
    width: 100%;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 14px; /* 14px */
    line-height: 20px; /* 20px */
    font-weight: 600;
    color: #161616;
    margin-top: 10px;
    display: none; /* Скрыта по умолчанию */
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    transition: 0.3s ease;
}

.read-more:hover {
    color: #B0813C;
}

.review__text.expanded {
    -webkit-line-clamp: unset;
    display: block;
}

.review__site-info {
	display: flex;
	align-items: center;
    font-size: 14px; /* 14px */
    line-height: 20px; /* 20px */
    font-weight: 400;
    gap: 3px;
    color: #797777;
}

.review__site-image {
    max-height: 24px;
    height: 100%;
}

.reviews__inputs {
    width: 100%;
    justify-content: center;
}

.pagination {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.pagination__item {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination__btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-sizing: content-box;
    padding: 10px;
    border-radius: 20px;
    background-color: #FAC867;
    transition: 0.3s ease;
}
.pagination__btn_disabled {
    background-color: transparent;
    pointer-events: none;
}
.pagination__btn:not(.pagination__btn_disabled):hover .pagination__icon {
    fill: #A56D00;
}
.pagination__btn_disabled .pagination__icon {
    fill: #595959;
}

.pagination__link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: var(--transition-base);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    color: var(--color-primary);
    cursor: pointer;
    box-sizing: content-box;
    opacity: 0.4;
}
@media (min-width: 1070px) {
    .pagination__link {
        font-size: 1.5rem; 
        line-height: 2rem;
    }
}

.pagination__icon {
    width: 24px;
    height: 24px;
    fill: #595959;
    transition: 0.3s ease;
}

.pagination__link_active {
    position: relative;
    overflow: hidden;
    color: #FAC867;
    opacity: 1;
    cursor: default;
}

.pagination__link:not(.pagination__link_active):hover {
    color: #A56D00;
    opacity: 1;
}



.services-faq {
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media(min-width: 640px) {
    .services-faq {
        padding: 20px;
    }
}
.services-faq__list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
}
@media (min-width: 640px) {
    .services-faq__list {
        grid-template-columns: repeat(2,1fr);
    }
}
@media (min-width: 1024px) {
    .services-faq__list {
        gap: 40px;
    }
}
.faq__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.faq__name {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #B0813C;
}
@media (min-width: 1024px) {
    .faq__name {
        font-size: 20px;
        line-height: 28px;
    }
}
.faq__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}

.faq__item {
    overflow: hidden;
    transition: transform 0.8s ease, box-shadow 0.8s ease;
    background-color: #FFF;
    border-bottom: 1px solid #CACACA;
}

.faq__element {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 20px 0;
    transition: 0.3s ease;
}



.faq__element-text {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px; 
    line-height: 24px; 
}
@media (min-width: 1024px) {
    .faq__element-text {
        font-size: 20px; 
        line-height: 28px; 
    }
}

.faq__icon {
    display: flex;
    align-items: center;
}

.faq__icon svg{
    width: 20px;
    height: 20px;
    fill: #000;
    flex-shrink: 0;
    transition: 0.3s ease;
}
@media (min-width: 768px) {
    .faq__icon svg {
        width: 30px;
        height: 30px;
    }
}

.faq__answer {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    font-size: 16px; 
    line-height: 24px;
    font-weight: 400;
    color: #797777;
    transition: 0.3s ease;
}
.faq__answer p {
    margin: 0;
}

@media (min-width: 768px) {
    .faq__answer {
        font-size: 1.125rem; 
        line-height: 1.75rem;
    }
}

.faq__item.active-element .faq__answer {
    max-height: fit-content; 
    padding: 20px 0;
    padding-top: 0;
}

.faq__item.active-element .faq__icon svg {
    fill: #A56D00;
    transform: rotate(45deg);
}




.services-benefits {
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media(min-width: 640px) {
    .services-benefits {
        padding: 20px;
    }
}
.services-benefits__content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
@media(min-width: 640px) {
    .services-benefits__content {
        grid-template-columns: repeat(2, 1fr);
    }
}
.services-benefits__list {
    margin: 0;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.services-benefits__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    border-radius: 15px;
}
@media(min-width: 1268px) {
    .services-benefits__item {
        padding: 20px;
    }
}
@media(min-width: 1268px) {
    .services-benefits__item {
        gap: 20px;
    }
}
.services-benefits__item:first-child {
    background-color: #FAC867;
}
.services-benefits__heading {
    display: flex; 
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
@media(min-width: 1024px) {
    .services-benefits__heading {
        gap: 20px;
    }
}
.services-benefits__number {
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    color: #895B00;
}
@media(min-width: 1268px) {
    .services-benefits__number {
        font-size: 48px;
        line-height: 100%;
    }
}
.services-benefits__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    margin: 0;
}
@media(min-width: 1268px) {
    .services-benefits__title {
        font-size: 24px;
        line-height: 100%;
    }
}
.services-benefits__list-inner {
    margin: 0;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media(min-width: 1268px) {
    .services-benefits__list-inner {
        gap: 20px;
    }
}
.services-benefits__item-inner_default {
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    margin: 0;
}
.services-benefits__item-inner_default p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

}
@media(min-width: 1024px) {
    .services-benefits__item-inner_default p {
        font-size: 18px;
        line-height: 24px;
    }
}

.services-benefits__item-inner_default::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.2rem;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M12.0114 5.2435C12.7577 4.09186 14.0223 3.29448 15.4201 3.29261C15.5914 3.27854 15.7637 3.28506 15.9341 3.30651C18.2011 3.59185 19.9116 5.61104 19.6682 7.90295C19.5502 9.013 18.7501 10.9047 18.2767 11.8872C17.9713 12.5209 18.1287 12.4953 18.1299 13.2141C18.1332 15.2656 17.6619 17.2645 16.6186 19.0489C16.4114 19.4032 16.2068 19.7478 15.8747 20.0012C14.9654 20.6949 13.5679 20.3403 13.2153 19.2072C13.0847 18.7876 13.151 18.1528 13.141 17.6945C13.1161 16.5494 12.7103 14.775 12.0114 13.8557C11.7421 14.1261 11.613 14.4874 11.4804 14.8373C11.0648 15.9335 10.849 16.8674 10.8861 18.0672C10.8816 18.35 10.924 18.6398 10.8914 18.9209C10.7805 19.8757 9.89636 20.4776 8.97049 20.3648C8.00402 20.247 7.48192 19.3275 7.10692 18.5323C6.29519 16.8112 5.89314 14.8493 5.90622 12.9456C5.91105 12.2437 5.99336 12.4421 5.68586 11.8055C5.16161 10.7202 4.52646 9.11865 4.37013 7.90309C3.88579 4.13719 8.66242 1.69537 11.4069 4.50156C11.6295 4.72918 11.8176 4.99159 12.0114 5.2435ZM8.40011 5.13807C7.10552 5.23951 6.09222 6.30179 6.20055 7.61678C6.26139 8.35539 7.01772 10.2183 7.31899 10.8747C7.80536 11.9343 7.82828 11.5965 7.78497 12.791C7.72867 14.3447 8.1416 16.7595 9.02472 18.1008C9.00386 17.8505 9.03213 17.5837 9.05074 17.3333C9.16689 15.7735 9.89069 12.1988 11.8781 12.0535C14.0795 11.8926 14.8821 15.7754 14.98 17.3544C14.9944 17.5868 15.0173 17.8352 14.998 18.0672L15.0724 17.9351C15.9845 16.5685 16.3087 14.2769 16.2034 12.637C16.1414 11.6707 16.196 11.9389 16.5768 11.0822C16.9573 10.226 17.6276 8.7414 17.7655 7.81417C18.1198 5.43132 15.0542 4.14719 13.6752 6.0527C13.5204 6.26659 13.3798 6.50303 13.1917 6.69029C13.8345 7.04603 14.7925 7.01382 14.9862 7.68512C15.1339 8.19681 14.9071 8.71375 14.3757 8.8599C13.8589 9.00203 12.7047 8.5802 12.2526 8.31718C11.6103 7.94354 11.0602 7.13987 10.641 6.51245C10.0982 5.7001 9.52844 5.053 8.40011 5.13807Z' fill='%23161616'/></svg>");

    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
}
.services-benefits__item-inner_custom {
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}
.services-benefits__item-inner_custom p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

}
@media(min-width: 1024px) {
    .services-benefits__item-inner_custom p {
        font-size: 18px;
        line-height: 24px;
    }
}
.services-benefits__image-wrapper {
    width: 100%;
    display: none;
    flex-direction: column;
    gap: 20px;
}
@media(min-width: 640px) {
    .services-benefits__image-wrapper {
        display: flex;
    }
}
.services-benefits__image-wrapper img:nth-child(1) {
    width: 100%;
    border-radius: 15px;
}
.services-benefits__image-wrapper img:nth-child(2) {
    width: 100%;
    border-radius: 15px;
}
.services-benefits__image-wrapper img:nth-child(3) {
    width: 100%;
    max-width: 200px;
    margin-inline: auto;
}

.services__sertificate {
    width: 100%;
    border-radius: 15px;
}

.services__callback-link {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 2px solid #000;
    border-radius: 15px;
    color: #000;
    padding: 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    transition: 0.3s ease;
}
.services__callback-link_between {
    justify-content: space-between;
}
@media(min-width: 1024px) {
    .services__callback-link {
        font-size: 20px;
        padding: 20px;
    }
}
.services__callback-link:focus,
.services__callback-link:active {
    color: #000;
}
.services__callback-link:hover {
    background-color: #0077FF;
    border-color: #0077FF;
    color: #FFF;
}
.services__callback-link-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    fill: #000;
    transition: 0.3s ease;
}
@media(min-width: 1024px) {
    .services__callback-link-icon {
        width: 28px;
        height: 28px;
    }
}
.services__callback-link:hover .services__callback-link-icon {
    fill: #FFF;
}



.services-stages__wrapper {
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media(min-width: 640px) {
    .services-stages__wrapper {
        padding: 20px;
    }
}
.services-stages__content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
}
@media(min-width: 640px) {
    .services-stages__content {
        grid-template-columns: repeat(2,1fr);
    }
}
@media(min-width: 1256px) {
    .services-stages__content {
        gap: 40px;
    }
}
.services-stages {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.services-stages__heading {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.services-stages__title,
.services-stages__name {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #895B00;
    margin: 0;
}
@media(min-width: 1024px) {
    .services-stages__title,
    .services-stages__name {
        font-size: 24px;
    }
}
.services-stages__list {
    margin: 0;
    list-style-type: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 20px;
}
.services-stages__item {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
    background-color: #F3F3F3;
    border-radius: 15px;
}
@media(min-width: 768px) {
    .services-stages__item {
        padding: 20px;
        gap: 20px;
    }
}
.services-stages__item_accent {
    background-color: #FAC867;
}
.services-stages__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.services-stages__desc {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #895B00;
}
@media(min-width: 1256px) {
    .services-stages__desc {
        font-size: 18px;
    }
}
.services-stages__image {
    width: 100%;
    height: fit-content;
    max-width: 70px;
    aspect-ratio: 1 / 1; /* например, квадрат */
    border-radius: 15px;
}
@media(min-width: 768px) {
    .services-stages__image {
        max-width: 100px;
    }
}
@media(min-width: 1256px) {
    .services-stages__image {
        max-width: 120px;
    }
}


.services-works {
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 10px;
}
@media(min-width: 640px) {
    .services-works {
        padding: 20px;
    }
}
.services-works__content {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
@media(min-width: 1024px) {
    .services-works__content {
        grid-template-columns: 1.2fr 1fr;
    }
}
.services-works__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.services-works__name {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
}
@media(min-width: 1256px) {
    .services-works__name {
        font-size: 24px;
    }
}
.services-works__problem {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #666666;
}
@media(min-width: 1256px) {
    .services-works__problem {
        font-size: 18px;
    }
}
.services-works__decision-subtitle {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #A56D00;
}
@media(min-width: 640px) {
    .services-works__decision-subtitle {
        font-size: 18px;
    }
}
@media(min-width: 1256px) {
    .services-works__decision-subtitle {
        font-size: 24px;
    }
}
.services-works__decision-title {
    margin: 0;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    color: #A56D00;
}
@media(min-width: 640px) {
    .services-works__decision-title {
        font-size: 34px;
    }
}
@media(min-width: 1256px) {
    .services-works__decision-title {
        font-size: 48px;
    }
}
.services-works__decision-title strong {
    font-weight: 900;
}
.services-works__result-wrapper {
    width: fit-content;
    background-color: #FFF7E8;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.services-works__result-subtitle {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #A56D00;
}
@media(min-width: 640px) {
    .services-works__result-subtitle {
        font-size: 16px;
    }
}
@media(min-width: 1256px) {
    .services-works__result-subtitle {
        font-size: 18px;
    }
}
.services-works__result-title {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #161616;
}
@media(min-width: 640px) {
    .services-works__result-title  {
        font-size: 18px;
    }
}
@media(min-width: 1256px) {
    .services-works__result-title  {
        font-size: 22px;
    }
}
.services-works__result-images {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    gap: 20px;
}
.services-works__image-wrapper {
    position: relative;
    width: 100%;
    min-height: 100px;
    max-height: 200px;
}
.services-works__image-title_before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: fit-content;
    padding: 5px 10px;
    background-color: #51555B;
    color: #FFF;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    border-radius: 15px;
}
.services-works__image-title_after {
    position: absolute;
    z-index: 5;
    top: 10px;
    left: 10px;
    width: fit-content;
    padding: 5px 10px;
    background-color: #FAC867;
    color: #895B00;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    border-radius: 15px;
}
@media(min-width: 768px) {
    .services-works__image-title_before,
    .services-works__image-title_after {
        font-size: 18px;
        padding: 10px 20px;
    }
}
@media(min-width: 1256px) {
    .services-works__image-title_before,
    .services-works__image-title_after {
        font-size: 20px;
        top: 20px;
        left: 20px;
    }
}
.services-works__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
    display: block;
}

.services-doctors {
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media(min-width: 640px) {
    .services-doctors {
        padding: 20px;
    }
}
.services-doctors__card {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
.services-doctors__card__link {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    cursor: pointer;
}
.services-doctors__card-content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.services-doctors__image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 350px;
}
.services-doctors__image {
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 300px;
    border-radius: 15px;
    object-fit: cover;
    object-position: top center;
}
.services-doctors__direction {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 5;
    width: fit-content;
    background-color: #FFF7E8;
    border-radius: 15px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    padding: 5px 10px;
}
@media(min-width: 1024px) {
    .services-doctors__direction {
        right: 20px;
        bottom: 20px;
    }
}
.services-doctors__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.services-doctors__name {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    margin: 0;
}
.services-doctors__name span {
    font-weight: 600;
}
.services-doctors__post {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #A56D00;
    margin: 0;
}
.services-doctors__exp {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}
.services-doctors__exp span {
    font-weight: 600;
    white-space: nowrap;
}
.service-doctors__more-link {
    width: fit-content;
    margin: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    transition: 0.3s ease;
    text-align: right;
}
.service-doctors__more-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    stroke: #000;
    transition: 0.3s ease;
}
.services-doctors__card:hover .service-doctors__more-link {
    color: #0077FF;
}
.services-doctors__card:hover .service-doctors__more-icon {
    stroke: #0077FF;
}


.services-variable {
    padding-block: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media(min-width: 640px) {
    .services-variable {
        padding-block: 20px;
    }
}
.services-variable__content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
}
@media(min-width: 640px) {
    .services-variable__content {
        grid-template-columns: repeat(2,1fr);
    }
}
@media(min-width: 1024px) {
    .services-variable__content {
        grid-template-columns: repeat(3,1fr);
    }
}
.services-variable__card {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
}
.services-variable__type {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    padding: 10px 60px;
    background: #FAC867;
    border-radius: 15px;
    z-index: 5;
    width: fit-content;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #895B00;
}
@media(min-width: 1268px) {
    .services-variable__type {
        font-size: 20px;
    }
}
.services-variable__info {
    width: 100%;
    height: 100%;
    padding: 40px 10px 10px 10px;
    background-color: #FFF;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.services-variable__info_accent {
    background: linear-gradient(180.03deg, #FFF7E8 58%, #FFD279 74.17%, #FFD279 99.98%);
}
.services-variable__heading {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
}
.services-variable__heading-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.services-variable__heading-text h3 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
}
.services-variable__heading-text strong {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #895B00;
    text-transform: uppercase;
}
@media(min-width: 1268px) {
    .services-variable__heading-text h3,
    .services-variable__heading-text strong {
        font-size: 20px;
    }
}
.services-variable__heading-image {
    width: 100px;
    height: 100px;
    border-radius: 15px;
}
@media(min-width: 1526px) {
    .services-variable__heading-image {
        width: 150px;
        height: 150px;
    }
}
.services-variable__country {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.services-variable__country-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #666666;
    margin: 0;
}
@media(min-width: 1268px) {
    .services-variable__country-name  {
        font-size: 18px;
    }
}
.services-variable__price-list {
    margin: 0;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.services-variable__price-item {
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.services-variable__price-name {
    margin: 0;
    width: fit-content;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #000;
}
.services-variable__price-result {
    margin: 0;
    width: fit-content;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #895B00;
    text-align: right;
}
@media(min-width: 1268px) {
    .services-variable__price-result  {
        font-size: 20px;
    }
}
.services-variable__benefit-list {
    margin: 0;
    margin-top: auto;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #FFF7E8;
    padding: 10px;
    border-radius: 15px;
}
@media(min-width: 1268px) {
    .services-variable__benefit-list  {
        padding: 20px;
    }
}
.services-variable__benefit-item {
    margin: 0;
    position: relative;
    padding-left: 30px;
}
.services-variable__benefit-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.2rem;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;utf8,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M15.5995 7.02292L15.1323 6.55533C14.9403 6.36317 14.8246 5.93188 14.895 5.66926L15.0656 5.03033C15.1606 4.6775 15.1115 4.30759 14.9275 3.98999C14.744 3.67186 14.4491 3.445 14.0966 3.35053L13.4577 3.17918C13.1953 3.10872 12.8801 2.79326 12.8092 2.53064L12.6385 1.89171C12.4476 1.17698 11.6764 0.727006 10.9596 0.921301L10.3218 1.09211C10.0759 1.15723 9.61941 1.03766 9.43649 0.855113L8.96877 0.386455C8.45305 -0.128641 7.54748 -0.129174 7.0307 0.386989L6.56298 0.855113C6.38005 1.03927 5.92194 1.1583 5.67768 1.09264L5.0393 0.921301C4.32199 0.730208 3.55135 1.17805 3.35989 1.89171L3.18976 2.53011C3.11936 2.79326 2.80364 3.10926 2.54125 3.17918L1.9034 3.34999C1.55035 3.445 1.25489 3.67239 1.07143 3.99053C0.88797 4.30866 0.839439 4.6775 0.934369 5.02926L1.10503 5.66872C1.17543 5.93188 1.06076 6.36264 0.867704 6.5548L0.401053 7.02239C0.142395 7.2818 0 7.62609 0 7.99333C0 8.36057 0.141862 8.70485 0.399987 8.9632L0.866638 9.43026C1.05863 9.62295 1.17436 10.0548 1.1045 10.3174L0.933835 10.9563C0.839439 11.3092 0.888504 11.6791 1.07196 11.9967C1.25542 12.3148 1.55088 12.5417 1.9034 12.6356L2.54072 12.8064C2.80417 12.8774 3.11936 13.1934 3.19029 13.4555L3.36095 14.0944C3.55188 14.8075 4.32252 15.2554 5.03983 15.0643L5.67768 14.8935C5.92407 14.8278 6.38005 14.9474 6.56351 15.1305L7.0307 15.5981C7.28882 15.8575 7.63335 16 8.00027 16C8.36719 16 8.71118 15.8575 8.9693 15.5991L9.43755 15.1315C9.62048 14.9474 10.0706 14.8268 10.3234 14.8945L10.9602 15.0648C11.0754 15.0958 11.1943 15.1118 11.3132 15.1118H11.3138C11.9335 15.1118 12.479 14.6938 12.639 14.0944L12.8092 13.4571C12.8801 13.1939 13.1958 12.8779 13.4582 12.8075L14.0966 12.6367C14.8267 12.4397 15.2614 11.6855 15.0646 10.9569L14.8944 10.3179C14.824 10.0548 14.9392 9.62349 15.1312 9.43133L15.5989 8.96374C16.1339 8.42729 16.1333 7.55723 15.5995 7.02292ZM11.5767 6.2356L7.31016 10.5058C7.20616 10.6099 7.06963 10.6622 6.9331 10.6622C6.79657 10.6622 6.66004 10.6099 6.55605 10.5058L4.42279 8.37071C4.21426 8.162 4.21426 7.82465 4.42279 7.61595C4.63131 7.40724 4.96837 7.40724 5.17689 7.61595L6.9331 9.37368L10.8226 5.48083C11.0311 5.27213 11.3682 5.27213 11.5767 5.48083C11.7852 5.68954 11.7852 6.02689 11.5767 6.2356Z' fill='%239A6A51'/></svg>");

    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
}
.services-variable__benefit-text {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;

}
@media(min-width: 1268px) {
    .services-variable__benefit-text  {
        font-size: 20px;
    }
}


.services-quiz {
    width: 100%;
    padding: 10px;
    background-color: #FFF;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media(min-width: 640px) {
    .services-quiz {
        padding: 20px;
    }
}
.services-quiz__title {
    margin: 0;
    width: fit-content;
    padding: 10px 20px;
    background-color: #FFCC00;
    border-radius: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
}
@media(min-width: 1268px) {
    .services-quiz__title {
        font-size: 20px;
    }
}
.services-quiz__gift {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.services-quiz__gift-icon {
    width: 75px;
    height: 75px;
    flex-shrink: 0;
}
.services-quiz__gift-text {
    margin: 0;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #A56D00;
}
@media(min-width: 768px) {
    .services-quiz__gift-text {
        font-size: 18px;
    }
}
@media(min-width: 1268px) {
    .services-quiz__gift-text {
        font-size: 20px;
    }
}
.services-quiz__gift-text strong {
    font-weight: 900;
    font-size: 20px;
    line-height: 100%;
}
@media(min-width: 768px) {
    .services-quiz__gift-text strong {
        font-size: 24px;
    }
}
@media(min-width: 1268px) {
    .services-quiz__gift-text strong {
        font-size: 34px;
    }
}
.services-quiz__subtitle {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
}
@media(min-width: 1268px) {
    .services-quiz__subtitle {
        font-size: 20px;
    }
}
.services-quiz__stage-wrapper {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
    padding: 10px;
    border: 1px solid #A56D00;
    border-radius: 15px;
    flex-wrap: wrap;
}
@media(min-width: 1024px) {
    .services-quiz__stage-wrapper {
        flex-wrap: nowrap;
        border-radius: 60px;
    }
}
@media(min-width: 1268px) {
    .services-quiz__stage-wrapper {
        gap: 15px;
        padding: 15px;
    }
}
.services-quiz__stage {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    background-color: #FFF7E8;
    color: #A56D00;
    text-align: center;
    opacity: 0.5;
    padding: 5px 10px;
    border-radius: 60px;
    transition: 0.3s ease;
}
@media(min-width: 1268px) {
    .services-quiz__stage {
        width: 100%;
    }
}
@media(min-width: 1268px) {
    .services-quiz__stage {
        font-size: 20px;
        padding: 7px 15px;
    }
}
.services-quiz__stage_active {
    opacity: 1;
    background-color: #A56D00;
    color: #FFF7E8;
}
.services-quiz__stage_hidden {
    visibility: hidden;
}
.services-quiz__quiestion-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
.services-quiz__quiestion {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.services-quiz__quiestion_hidden {
    display: none;
}
.services-quiz__quiestion-title {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
}
@media(min-width: 768px) {
    .services-quiz__quiestion-title {
        font-size: 24px;
    }
}
.services-quiz__quiestion-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 10px;
}
@media(min-width: 540px) {
    .services-quiz__quiestion-wrapper {
        grid-template-columns: repeat(2,1fr);
    }
}
@media(min-width: 768px) {
    .services-quiz__quiestion-wrapper {
        grid-template-columns: repeat(3,1fr);
        gap: 20px;
    }
}
@media(min-width: 868px) {
    .services-quiz__quiestion-wrapper {
        grid-template-columns: repeat(2,1fr);
    }
}
@media(min-width: 1024px) {
    .services-quiz__quiestion-wrapper {
        grid-template-columns: repeat(3,1fr);
    }
}
@media(min-width: 1268px) {
    .services-quiz__quiestion-wrapper {
        grid-template-columns: repeat(4,1fr);
    }
}
.services-quiz__checklike-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    gap: 10px;
    border: 1px solid #FAC8674D;
    padding: 20px 10px;
    border-radius: 15px;
    transition: 0.3s ease;
}
.services-quiz__checklike-box {
    flex-shrink: 0;
    order: 1;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    background-color: #FFF7E8;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    position: relative;
}

.services-quiz__checklike-box::after {
    content: "";
    width: 10px;
    height: 5px;
    border-left: 2px solid #A56D00;
    border-bottom: 2px solid #A56D00;
    transform: rotate(-45deg);
    transition: 0.3s ease;
    opacity: 0;
}
.services-quiz__checklike-label {
    order: 2;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
}
.services-quiz__checklike-option input[type="checkbox"],
.services-quiz__checklike-option input[type="radio"] {
    display: none;
}
.services-quiz__checklike-option:has(input[type="checkbox"]:checked),
.services-quiz__checklike-option:has(input[type="radio"]:checked) {
  border-color: #A56D00;
}
.services-quiz__checklike-option input[type="checkbox"]:checked + .services-quiz__checklike-box,
.services-quiz__checklike-option input[type="radio"]:checked + .services-quiz__checklike-box {
    background-color: #A56D00;
}
.services-quiz__checklike-option input[type="checkbox"]:checked + .services-quiz__checklike-box::after,
.services-quiz__checklike-option input[type="radio"]:checked + .services-quiz__checklike-box::after {
    opacity: 1;
    border-color: #FFF7E8;
}
.services-quiz__next-btn {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    background-color: #FFF7E8;
    border-radius: 15px;
    padding: 14px 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #A56D00;
    transition: 0.3s ease;
}
.services-quiz__next-btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}
.services-quiz__next-btn:not([disabled]):hover {
    background-color: #A56D00;
    color: #FFF7E8;
}
.services-quiz__btn-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    fill: #A56D00;
}
.services-quiz__next-btn:not([disabled]):hover .services-quiz__btn-icon {
    fill: #FFF7E8;
}
.services-quiz__question-form {
    max-width: 500px;
}
.link_active {
    color: #fac867;
    cursor: default;
}
.link_active * {
    cursor: default;
}

/* КУКИСЫ */

.cookie-banner {
    position: fixed;
    max-width: 30rem;
    bottom: 0;
    right: 0;
    padding: 15px 20px;
    text-align: left;
    z-index: 12000;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
}

.cookie-banner a {
    text-decoration: underline;

}

@media (min-width: 480px) {
    .cookie-banner {
        bottom: 1rem;
        right: 1rem;
    }
}
.cookie-banner button {
    width: fit-content;
    padding-inline: 10px;
    height: 40px;
}
.cookie-banner strong {
    position: relative;
    color: black;
    z-index: 12000;
    font-size: 0.875rem; /* 14px */
    line-height: 1.25rem; /* 20px */
    font-weight: 400;
}

.cookie-banner p {
    position: relative;
    color: black;
    font-size: 0.75rem; /* 12px */
    line-height: 1rem; /* 16px */
    max-height: 410px;
}

.cookie-banner a {
    color: #fac867;
    text-decoration: underline;
    cursor: pointer;
}

.cookie-banner_hidden {
    display: none;
}

.doctor {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.doctor__heading {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
@media (min-width: 640px) {
    .doctor__heading {
        grid-template-columns: 1fr 2fr;
        gap: 15px;
    }
}
@media (min-width: 868px) {
    .doctor__heading {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}
@media (min-width: 1024px) {
    .doctor__heading {
        grid-template-columns: 1fr 2fr;
        gap: 15px;
    }
}
.doctor__person-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 10px;
    max-width: 375px;
}
@media (min-width: 375px) {
    .doctor__person-image {
        width: 50%;
        max-width: 100%;
    }
}
@media (min-width: 640px) {
    .doctor__person-image {
        width: 100%;
        max-width: 100%;
    }
}
.doctor__info {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.doctor__info-list {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0;
}
.doctor__info-item {
    width: 100%;
    display: block;
    margin: 0;
}
.doctor__info-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    margin: 0;
}
.doctor__info-value {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.doctor__rating {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.doctor__rating-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}
.pd-name {
    font-weight: 600;
    text-transform: uppercase;
    color: #3981f1;
}
.pd-name span {
    color: #ff4a37;
}
.doctor__rating-wrapper {
    width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    border: 1px solid #fac867;
    border-radius: 30px;
    background-color: #FFF;
}
.doctor__rating-stars {
    width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
}
.doctor__rating-star {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.doctor__rating-value {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.doctor__price-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0;
    padding: 0;
}
.doctor__price-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px;
    border: 1px solid #fac867;
    border-radius: 10px;
    background-color: color-mix(in srgb, #fac867, transparent 90%);
}
.doctor__price-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    margin: 0;
}
@media(min-width: 640px) {
    .doctor__price-title {
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;
    }
}
.doctor__price-value {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
}

.doctor__accept-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding: 0;
    margin: 0;
}
.doctor__accept-item {
    width: fit-content;;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 30px;
    background-color: #F5F5F5;
}
.doctor__accept-svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.doctor__accept-name {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}
.doctor_approve {
    font-size: 12px;
    line-height: 16px;
    font-style: italic;  
    font-weight: 300;
    margin: 0;
    margin-top: 20px;
}
.wf-section .doctor .doctor_approve {
    margin-top: 0;
}
.doctor__button-callback {
    margin: 0;
}
@media(min-width: 868px) {
    .doctor__button-callback {
        display: none !important;
    }
}
.doctor__desc-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
@media(min-width: 640px) {
    .doctor__desc-wrapper {
        grid-template-columns: 2fr 1fr;
        gap: 15px;
    }
}
@media(min-width: 868px) {
    .doctor__desc-wrapper {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}
@media(min-width: 1024px) {
    .doctor__desc-wrapper {
        grid-template-columns: 2fr 1fr;
        gap: 15px;
    }
}
.doctor__desc-wrapper.no-video {
    grid-template-columns: 1fr;
}
.doctor__desc {
    width: 100%;
    display: block;
}
.doctor__desc p {
    color: #333;
	font-size: 15px;
	line-height: 18px;
	font-weight: 300;
}
.doctor__desc strong {
	font-weight: 600;
}
.doctor__video {
    width: 100%;
    height: fit-content;
    display: flex;
}
.doctor__video iframe {
    width: 100%;
    height: 400px;
    min-height: 100%;
    border-radius: 10px;
    background-color: black;
}
@media (min-width: 440px) {
    .doctor__video iframe {
        height: auto;
        aspect-ratio: 9/16;
    }
}
@media (min-width: 868px) {
    .doctor__video iframe {
        height: 400px;
        aspect-ratio: auto;
    }
}
@media (min-width: 1024px) {
    .doctor__video iframe {
        height: auto;
        aspect-ratio: 9/16;
    }
}
.doctor__block-content {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media (min-width: 640px) {
    .doctor__block-content {
        gap: 15px;
    }
}
.doctor__block-title {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}
@media (min-width: 640px) {
    .doctor__block-title {
        font-size: 20px;
        line-height: 24px;
    }
}
.doctor__accredit-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}
.doctor__accredit-item {
    width: 100%;
    height: fit-content;
    display: block;
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 10px;
}
@media(Min-width: 640px) {
    .doctor__accredit-item {
        padding: 15px 10px;
    }
}
.doctor__accredit-item p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
@media(Min-width: 640px) {
    .doctor__accredit-item p {
         font-size: 15px;
        line-height: 18px;
    }
}
.doctor__education-list {
    width: 100%;
    height: fit-content;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
}
.compressable-block.compressed .doctor__education-item:nth-child(n + 4){
    display: none
}
.doctor__education-item {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding-block: 5px;
    border-bottom: 1px solid #F5F5F5;
}
@media(Min-width: 640px) {
    .doctor__education-item {
        padding-block: 10px;
    }
}
.education__more-btn {
    width: fit-content;
    background: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    margin: 0;
    padding: 0;
}
.education__more-text {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #4D4D4D;
    transition: 0.3s ease;
}
.education__more-btn:hover {
    .education__more-text {
        color: #000;
    }
}

.education__more-svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    fill: #4D4D4D;
    transition: 0.3s ease;
}
.compressable-block:not(.compressed) .education__more-svg {
    transform: rotate(180deg);
}
.doctor__education-item:first-child {
    padding-top: 0;
}
.doctor__education-item:last-child {
    border-bottom: none;
}
.doctor__education-svg-wrapper {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background-color: #FAC867;
    border-radius: 999px;
}
.doctor__education-svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.doctor__education-info {
    width: 100%;
    display: block;
    height: fit-content;
}
.doctor__education-title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
@media(Min-width: 640px) {
    .doctor__portfolio {
         font-size: 15px;
        line-height: 18px;
    }
}
.doctor__education-year {
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.doctor__portfolio {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}
@media(Min-width: 440px) {
    .doctor__portfolio {
         gap: 10px;
    }
}
@media(Min-width: 640px) {
    .doctor__portfolio {
         grid-template-columns: 1fr 1fr 1fr;
    }
}
@media(Min-width: 1536px) {
    .doctor__portfolio {
         grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
.doctor__portfolio-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
}
.social-link {
    display: flex;
    width: fit-content;
    height: fit-content;
    align-items: center;
    justify-content: center;
}
.social-link__icon {
    width: 30px;
    height:30px;
    display: block;
    flex-shrink: 0;
}



.footer__rating {
    display: flex;
    flex-direction: column;
    border-radius: 1.25rem;
    background-color: white;
    padding: 1rem 1.25rem;
    width: fit-content;
    align-items: center;
    justify-content: center;
    color: var(--text-dark);
    gap: 0.75rem;
}

.rating__head-company {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.rating__text-star {
    font-weight: 600;
    font-size: 1rem; 
    line-height: 1.25rem;
    color: var(--color-gray-1);
}

.rating__head-image {
    width: auto;
    display: block;
    max-height: 1.25rem;
}

