.modal_to .quiz__nav-pagination span.active {
    background: #62D6A3;
}

.modal_to .quiz__nav-pagination span {
    background: #E6E6E6;
    border-radius: 1px;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
}

.service__btn {
    display: flex;
    gap: 20px;
}

@media (max-width: 768px) {
    .service__btn {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
}

.modal_to .quiz__tab.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    flex-direction: column;
}

.modal_to .quiz__step-title {
    font-family: BZ, sans-serif;
    font-weight: 400;
    font-size: 26px;
    color: #232F2E;
    padding-bottom: 17px;
}

.modal_to .quiz__nav {
    color: #62D6A3;
    margin-bottom: 30px;
}

.modal_to .quiz__answer {
    border-radius: 8px;
    border: 1px solid #D6E0E0;
}

.modal_to .quiz__tab {
    color: #232F2E;
}

.modal_to .modal__body {
    max-width: 670px;
}


.modal_to .quiz__inputs {
    width: 100%;
}

.modal_to .callback__field.field input,
.modal_to .callback__field.field textarea {
    background-color: #f6f6f6;
    padding: 20px 20px;
    margin-bottom: 16px;
}

.modal_to .field input,
.modal_to .field textarea {
    min-height: 54px;
}

.modal_to .quiz__tab {
    gap: 0px;
}

.modal_to .quiz__right.quiz__equipment-list {
    padding-bottom: 16px;
}

.modal_to label.callback__field.field {
    width: 100%;
}

.modal_to textarea {
    height: 156px;
}

.modal_to .addr {
    padding-bottom: 16px;
    font-weight: 600;
}

.modal_to .quiz__inputs--flex2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

.modal_to .quiz__inputs--flex2>.callback__field.field {
    flex: 0 0 48%;
    box-sizing: border-box;
}

.modal_to .quiz__answer:has(input:checked) {
    color: #232f2e;
    background: #D6E0E0;
}


.form.form_leasing .form__field {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
}

.form__actions {
    display: flex;
    gap: 12px;
    align-items: center;
}







@media (max-width: 768px) {
    .modal_to .quiz__inputs--flex2>.callback__field.field {
        flex: 0 0 100%;
        box-sizing: border-box;
    }
}













#selected-options .selected-section {
    padding: 8px 0;
    border-bottom: 1px solid #eaeaea;
}

#selected-options h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

#selected-options .selected-section h3 {
    font-weight: 700;
}

.f-menu__item.opened>a {
    background-color: rgb(var(--dark));
    color: #fff;
}

.reglament__table-columns:hover {
    color: #485251;
}

@media (max-width: 1280px) {
    .h-menu__item_parent.current>.h-menu__sublevel {
        display: block;
    }

    .h-menu__subitem_parent.current>.h-menu__sublevel {
        display: block;
    }

    .header__menu .current>a {
        color: rgb(var(--accent));
    }
}



/* Стили для модального окна успеха */
.success-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.success-modal__content {
    background: rgba(72, 82, 81, 0.97);
    padding: 54px 41px;
    border-radius: 10px;
    text-align: center;
    max-width: 620px;
    width: 90%;
    color: #fff;
}

.success-modal__title {
    font-family: BZ, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #71EAB5;
    padding-bottom: 80px;
}

.success-modal__signature img {
    padding-left: 5px;
}

.success-modal .promo__buttons {
    justify-content: center;
}


.success-modal__text {
    font-family: MR, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 50px;
}

.success-modal__signature {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 50px;
}

.success-modal__signature span {
    font-size: 20px;
}

.success-modal__signature span {
    color: #71EAB5;
}

.success-modal__buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.success-modal .promo__button {
    color: #232F2E;
    gap: 12px;
    justify-content: center;
    max-width: 210px;
}

.success-modal__button {
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    transition: background 0.3s;
}

.success-modal__button--secondary {
    background: #fff;
    color: #2d3737;
}

.success-modal__button--secondary:hover {
    background: #e0e0e0;
}

.success-modal__button--primary {
    background: #00e7d8;
    color: #2d3737;
}

.success-modal__button--primary:hover {
    background: #00c9bb;
}



.card-c__gone2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 12px;
}

.card-c__price2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 12px;
}

.pdd25 {
    padding-left: 10px;
}

.detail__gallery {
    overflow: hidden;
}


.h-card__body {
    min-height: 180px;
}

.h-card_image-height>.h-card__bg {
    right: -20%;
    bottom: -6%;
}

.t222 .tech__props {
    max-width: 260px;
}

ymaps.ymaps-2-1-79-map {
    border-radius: 8px;
    overflow: hidden;
}


.custom-quiz .quiz__answer.quiz__answer_svg {
    display: inline-block;
}

.custom-quiz .quiz__answer.quiz__answer_svg .quiz__icon {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    background: url('/images/m2.png') no-repeat center;
    background-size: contain;
}

.custom-quiz .quiz__answer.quiz__answer_svg input:checked~.quiz__icon {
    background-image: url('/images/m2h.png');
}

.custom-quiz-time .quiz__answer.quiz__answer_svg {
    display: inline-block;
    vertical-align: middle;
}

.custom-quiz-time .quiz__answer.quiz__answer_svg .quiz__icon {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    background: url('/images/time_qiz.png') no-repeat center;
    background-size: contain;
}

.custom-quiz-time .quiz__answer.quiz__answer_svg input:checked~.quiz__icon {
    background-image: url('/images/time_qiz_hover.png');
}

@media (max-width: 960px) {
    .h-also__item_wide .h-also__image {
        height: 70%;
    }
}

.tech__side a {
    text-decoration: none;
    color: #232f2e;
}

.invisible-click {
    position: absolute;
    top: 0;
    right: 0px;
    width: 50px;
    height: 100%;
    background: transparent;
    cursor: pointer;
    z-index: 999;
}

.td-form__body {
    padding: 69px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 2;
    max-width: 50%;
}


@media (max-width: 960px) {
    .td-form__body {
        padding: 69px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        z-index: 2;
        max-width: 100%;
    }
}

.card-d__order {
    width: 100%;
    max-width: 440px;
    margin: 0;
}