@font-face {
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: 400 800;
    src: url("/webfonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 100 900;
    src: url("/webfonts/Raleway-VariableFont_wght.woff2") format("woff2");
    font-display: swap;
}

.corp-tours {
    --corp-tours-red: #cc0033;
    --corp-tours-text: #1f1f1f;
    --neutral-black: #1a1b1f;
    --secondary-default: #016bb9;
    --neutral-white: #fff;
    --corp-tours-muted: #6b6b6b;
    --corp-tours-bg: #f6f7f9;
    --corp-tours-benefits-card-bg: #F5F6F7;
    --corp-tours-radius: 16px;
    --neutral-icon: #7c8691;
    color: var(--corp-tours-text);
    margin: 0 auto 48px;
    max-width: 1200px;
    padding: 0 16px;
}

#cont2 .corp-tours-bc {
    align-items: center;
    display: flex;
    gap: 16px;
    margin: 0 0 24px;
}

#cont2 .corp-tours-bc > .both {
    display: none;
}

#cont2 .corp-tours-bc .way-page {
    flex: 1 1 auto;
    margin: 0 !important;
    min-width: 0;
    overflow: hidden;
}

.corp-tours-bc-lang {
    align-items: center;
    color: #424347;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    margin-left: auto;
    text-decoration: none;
    white-space: nowrap;
}

.corp-tours-bc-lang:hover {
    color: #016bb9;
    text-decoration: none;
}

.corp-tours-bc-lang__flag {
    border-radius: 2px;
    display: block;
    flex: 0 0 auto;
    height: 14px;
    object-fit: cover;
    width: 20px;
}

.corp-tours-bc-lang__text {
    font-family: Inter, "Nunito Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
}

@media (max-width: 899px) {
    #cont2 .way-page {
        display: none !important;
        margin: 0 !important;
    }

    #cont2 .corp-tours-bc {
        display: flex !important;
        justify-content: flex-end;
        margin: 0 0 16px !important;
    }

    /* #cont2 .corp-tours-bc .way-page {
        display: none !important;
    } */
}

.corp-tours-section {
    margin-top: 48px;
}

.corp-tours-pattern-section {
    margin-top: 48px;
}

.corp-tours-pattern-section__body {
    position: relative;
}

.corp-tours-pattern-section__body::before {
    background: url('/image/korporativnye-tury/corp-tours-bg-pattern.svg') center top / 1320px auto repeat-y;
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.corp-tours-pattern-section__body > * {
    position: relative;
    z-index: 1;
}

.corp-tours-pattern-section .corp-tours-calculator {
    margin-top: 0;
}

.corp-tours-pattern-section__body > .corp-tours-steps {
    margin-top: 48px;
}

.corp-tours-calculator__head {
    position: relative;
    z-index: 1;
}

.corp-tours-section__title,
.corp-tours-cta__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 12px;
}

.corp-tours-section__subtitle,
.corp-tours-cta__text {
    color: var(--corp-tours-muted);
    margin: 0 0 24px;
}

.corp-tours-hero {
    margin-top: 16px;
}

.corp-tours-hero__media {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.corp-tours-hero__bg-wrap {
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

@media (min-width: 900px) {
    .corp-tours-hero__bg-wrap {
        bottom: auto;
        height: 566px;
        left: 0;
        right: 0;
        top: 0;
    }

    .corp-tours-hero__media {
        height: 566px;
        min-height: 566px;
    }

    .corp-tours-hero__form .corp-tours-form {
        padding-bottom: 24px;
        position: relative;
    }

    .corp-tours-hero__form .corp-tours-form-status {
        bottom: 0;
        left: 0;
        margin: 0;
        position: absolute;
        right: 0;
    }
}

.corp-tours-hero__bg {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    width: 100%;
}

.corp-tours-hero__inner {
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr;
    padding: 32px 20px;
    position: relative;
    z-index: 1;
}

.corp-tours-hero__content {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 72px;
    max-width: 560px;
}

.corp-tours-hero__intro {
    display: grid;
    gap: 32px;
}

.corp-tours-hero__title,
.corp-tours-hero__subtitle,
.corp-tours-hero-card__title,
.corp-tours-hero-card__text {
    color: #fff;
}

.corp-tours-hero__title {
    font-family: Raleway, "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
    max-width: 539px;
}

.corp-tours-hero__accent {
    color: #C03;
}

.corp-tours-hero__subtitle {
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    margin: 0;
    max-width: 428px;
}

.corp-tours-hero__subtitle-text--mobile {
    display: none;
}

.corp-tours-hero__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.corp-tours-hero__mobile-actions {
    display: none;
}

.corp-tours-hero-card {
    align-items: center;
    backdrop-filter: blur(5px);
    background: linear-gradient(180deg, rgba(120, 128, 138, 0.1), rgba(193, 200, 208, 0.1));
    border-radius: 16px;
    box-sizing: border-box;
    display: flex;
    flex-shrink: 0;
    gap: 8px;
    height: 72px;
    max-height: 72px;
    min-height: 72px;
    overflow: hidden;
    padding: 12px;
}

.corp-tours-hero-card--wide {
    width: 100%;
}

.corp-tours-hero-card--narrow {
    width: 100%;
}

.corp-tours-hero-card__icon {
    display: block;
    flex-shrink: 0;
    height: 44px;
    width: 44px;
}

.corp-tours-hero-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.corp-tours-hero-card__title {
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 0 !important;
}

.corp-tours-hero-card__text {
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.corp-tours-form-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 1px 4px rgba(22, 29, 63, 0.25);
    box-sizing: border-box;
    display: grid;
    gap: 20px;
    padding: 32px;
}

.cont .corp-tours .corp-tours-form-card__title {
    padding-top: 0;
}

.corp-tours-form-card__head {
    display: grid;
    gap: 8px;
    opacity: 0.8;
}

.corp-tours-form-card__title {
    color: #111114;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}

.corp-tours-form-card__text {
    color: #767984;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

.corp-tours-form {
    display: grid;
    gap: 20px;
}

.corp-tours-form__field {
    display: grid;
    gap: 4px;
    position: relative;
}

.corp-tours-form__label {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.corp-tours-form__input {
    background: #f0f1f2;
    border: 1px solid #d6dade;
    border-radius: 8px;
    color: #1a1b1f;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 14px 16px;
}

.corp-tours-form__input::placeholder {
    color: #767984;
}

.corp-tours-form__input.is-invalid,
.corp-tours-calc-modal__input.is-invalid,
.corp-tours-mobile-lead-modal__input.is-invalid {
    border-color: #e41f26;
}

.corp-tours-field-error {
    color: #e41f26;
    display: block;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 4px;
}

.corp-tours-form-status {
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}

.corp-tours-form-status.is-success {
    color: #1a7f37;
}

.corp-tours-form-status.is-error {
    color: #e41f26;
}

.corp-tours-form__consent {
    align-items: flex-start;
    display: flex;
    gap: 8px;
    margin-top: 0;
}

.corp-tours-form__consent input[type='checkbox'] {
    appearance: none;
    background: #fff;
    border: 1px solid #d6dade;
    border-radius: 4px;
    flex-shrink: 0;
    height: 20px;
    margin: 0;
    width: 20px;
}

.corp-tours-form__consent-data {
    cursor: pointer;
    display: block;
    flex-shrink: 0;
    height: 20px;
    position: relative;
    width: 20px;
}

.corp-tours-form__consent-input {
    cursor: pointer;
    height: 20px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 20px;
    z-index: 1;
}

.corp-tours-form__checkmark {
    background: #fff;
    border: 1px solid #d6dade;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    height: 20px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 20px;
}

.corp-tours-form__checkmark::after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: '';
    display: none;
    height: 10px;
    left: 7px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    width: 5px;
}

.corp-tours-form__checkmark.checked {
    background: #016bb9;
    border-color: #016bb9;
}

.corp-tours-form__checkmark.checked::after {
    display: block;
}

.corp-tours-form__checkmark.error {
    background: #fff;
    border-color: #e41f26;
    box-shadow: 0 0 8px rgba(204, 0, 51, 0.2);
}

.corp-tours-form__consent span,
.corp-tours-form__consent-text {
    color: #767984;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.corp-tours-form__consent a {
    color: #016bb9;
    text-decoration: none;
}

.corp-tours-btn {
    align-items: center;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 600;
    justify-content: center;
    padding: 14px 20px;
    text-decoration: none;
}

.corp-tours-btn--primary {
    background: var(--corp-tours-red);
    color: #fff;
}

.corp-tours-form__submit {
    border-radius: 12px;
    box-shadow: 1px 1px 6px rgba(21, 29, 72, 0.3);
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    gap: 12px;
    justify-content: center;
    line-height: 28px;
    min-height: 60px;
    padding: 10px 14px;
    position: relative;
    width: 100%;
}

.corp-tours-form__submit img {
    display: block;
    flex-shrink: 0;
    height: 40px;
    width: 40px;
}

.corp-tours-form__submit .corp-tours-btn__text,
.corp-tours-form__submit .corp-tours-btn__icon,
.corp-tours-mobile-lead-modal__submit .corp-tours-btn__text,
.corp-tours-calc-modal__submit .corp-tours-btn__text {
    transition: opacity 0.1s ease;
}

.corp-tours-form__submit.is-loading .corp-tours-btn__text,
.corp-tours-form__submit.is-loading .corp-tours-btn__icon,
.corp-tours-mobile-lead-modal__submit.is-loading .corp-tours-btn__text,
.corp-tours-calc-modal__submit.is-loading .corp-tours-btn__text {
    opacity: 0;
}

.corp-tours-btn-spinner {
    animation: corp-tours-spin 1.3s linear infinite;
    border: 3px solid transparent;
    border-radius: 50%;
    border-top: 3px solid #fff;
    height: 32px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.1s ease;
    width: 32px;
}

.corp-tours-form__submit.is-loading .corp-tours-btn-spinner,
.corp-tours-mobile-lead-modal__submit.is-loading .corp-tours-btn-spinner,
.corp-tours-calc-modal__submit.is-loading .corp-tours-btn-spinner {
    opacity: 1;
}

@keyframes corp-tours-spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.corp-tours-mobile-footer {
    display: none;
}

.corp-tours-hero__bg--mobile {
    display: none;
}

@media (max-width: 899px) {
    .corp-tours-hero__media {
        border-radius: 20px;
    }

    .corp-tours-hero__bg-wrap::after {
        background: linear-gradient(
            to top,
            #5a5f66 5.235%,
            rgba(61, 68, 78, 0.6) 51.374%,
            rgba(32, 41, 54, 0) 59.061%
        );
        border-radius: 20px;
        content: '';
        inset: 0;
        pointer-events: none;
        position: absolute;
        z-index: 1;
    }

    .corp-tours-hero__bg--desktop {
        display: none;
    }

    .corp-tours-hero__bg--mobile {
        display: block;
        height: 100%;
        left: -111.28%;
        max-width: none;
        object-fit: cover;
        top: -0.93%;
        width: 260.11%;
    }

    .corp-tours-hero__inner {
        gap: 20px;
        padding: 160px 16px 16px;
    }

    .corp-tours-hero__content {
        gap: 12px;
        max-width: 100%;
    }

    .corp-tours-hero__intro {
        gap: 12px;
    }

    .corp-tours-hero__title {
        font-family: "Nunito Sans", Verdana, Arial, sans-serif;
        font-size: 28px;
        line-height: 34px;
        max-width: 100%;
    }

    .corp-tours-hero__accent {
        display: block;
        color: #fff;
    }

    .corp-tours-hero__subtitle {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        max-width: 100%;
    }

    .corp-tours-hero__subtitle-text--desktop {
        display: none;
    }

    .corp-tours-hero__subtitle-text--mobile {
        display: inline;
    }

    .corp-tours-hero__mobile-actions {
        display: grid;
        gap: 8px;
        margin-top: 8px;
        width: 100%;
    }

    .corp-tours-hero__mobile-btn {
        border-radius: 8px;
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 24px;
        min-height: 52px;
        padding: 14px 20px;
        width: 100%;
    }

    .corp-tours-hero__mobile-max-btn {
        align-items: center;
        background: #e5eef8;
        border-radius: 8px;
        color: #016bb9;
        display: inline-flex;
        font-family: "Nunito Sans", Verdana, Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        gap: 10px;
        justify-content: center;
        line-height: 24px;
        min-height: 52px;
        padding: 14px 20px;
        text-decoration: none;
        width: 100%;
    }

    .corp-tours-hero__mobile-max-icon {
        display: block;
        flex-shrink: 0;
        height: 18px;
        width: 18px;
    }

    .corp-tours-hero__cards,
    .corp-tours-hero__form {
        display: none;
    }

    .corp-tours {
        padding-bottom: calc(92px + env(safe-area-inset-bottom, 0px));
    }

    .corp-tours-mobile-footer {
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
        background: rgba(255, 255, 255, 0.8);
        border-top: 0;
        bottom: 0;
        box-shadow: 0 1px 8px rgba(22, 29, 63, 0.25);
        display: block;
        left: 0;
        opacity: 0;
        padding: 16px 16px calc(24px + env(safe-area-inset-bottom, 0px));
        pointer-events: none;
        position: fixed;
        right: 0;
        transform: translateY(100%);
        transition: transform 220ms ease, opacity 220ms ease, visibility 220ms ease;
        visibility: hidden;
        z-index: 1090;
    }

    .corp-tours-mobile-footer.is-visible {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        visibility: visible;
    }

    .corp-tours-mobile-footer.is-modal-open {
        opacity: 0;
        pointer-events: none;
        transform: translateY(100%);
        visibility: hidden;
    }

    .corp-tours-mobile-footer__inner {
        align-items: center;
        display: grid;
        gap: 12px;
        grid-template-columns: minmax(0, 1fr) 56px;
        margin: 0 auto;
        max-width: 768px;
    }

    .corp-tours-mobile-footer__primary {
        align-items: center;
        background: #CC0033;
        border: 0;
        border-radius: 8px;
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        font-family: "Nunito Sans", Verdana, Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        justify-content: center;
        line-height: 24px;
        min-height: 52px;
        padding: 14px 20px;
        text-decoration: none;
        width: 100%;
    }

    .corp-tours-mobile-footer__max {
        align-items: center;
        background: #e5eef8;
        border-radius: 8px;
        display: inline-flex;
        flex-shrink: 0;
        height: 52px;
        justify-content: center;
        width: 56px;
    }

    .corp-tours-mobile-footer__max img {
        display: block;
        height: 32px;
        width: 32px;
    }
}

.corp-tours-benefits__head {
    display: grid;
    gap: 8px;
    margin-bottom: 24px;
    max-width: 871px;
}

.corp-tours-benefits__heading {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.44;
    margin: 0;
}

.corp-tours-benefits__lead {
    color: #767984;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    margin: 0;
}

.corp-tours-benefits__list {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
    max-width: 1320px;
    padding: 0;
    width: 100%;
}

.corp-tours-benefits .corp-tours-benefits__item {
    align-items: center;
    align-self: stretch;
    background-color: var(--corp-tours-benefits-card-bg);
    border-radius: 20px;
    box-shadow: 0 1px 4px rgba(22, 29, 63, 0.1);
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 25px;
    text-align: center;
}

.corp-tours-benefits__icon-wrap {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.corp-tours-benefits__icon {
    display: block;
    height: 32px;
    width: 32px;
}

.corp-tours-benefits__body {
    display: grid;
    gap: 12px;
    width: 100%;
}

.corp-tours-benefits__title {
    color: #1a1b1f;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}

.corp-tours-benefits__text {
    color: #1a1b1f;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}

.corp-tours-solutions__heading {
    color: #1a1b1f;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.44;
    margin: 0 0 20px;
    max-width: 858px;
}

.corp-tours-solutions__heading-text--mobile {
    display: none;
}

.corp-tours-solutions__list {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
    max-width: 1320px;
    padding: 0;
}

.corp-tours-solutions__item {
    align-items: stretch;
    background: var(--corp-tours-benefits-card-bg);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.corp-tours-solutions__item--stretch {
    align-self: stretch;
}

.corp-tours-solutions__media {
    border-radius: 20px;
    flex-shrink: 0;
    height: 258px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.corp-tours-solutions__media::after {
    background: linear-gradient(180deg, rgba(245, 246, 247, 0.1) 90%, #f5f6f7 100%);
    border-radius: 20px;
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.corp-tours-solutions__media--stub {
    background: #dde1e6;
}

.corp-tours-solutions__media--stub::after {
    display: none;
}

.corp-tours-solutions__img[hidden] {
    display: none;
}

.corp-tours-solutions__img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.corp-tours-solutions__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 38px;
    padding: 16px;
}

.corp-tours-solutions__item--stretch .corp-tours-solutions__body {
    justify-content: space-between;
}

.corp-tours-solutions__content {
    display: grid;
    gap: 16px;
}

.corp-tours-solutions__intro {
    display: grid;
    gap: 8px;
}

.corp-tours-solutions__title {
    color: var(--neutral-black, #1a1b1f);
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    margin: 0;
}

.corp-tours-solutions__text {
    color: var(--neutral-black, #1a1b1f);
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}

.corp-tours-solutions__features {
    display: grid;
    gap: 4px;
    list-style: disc;
    margin: 0;
    padding-left: 24px;
}

.corp-tours-solutions__features li {
    color: var(--neutral-black, #1a1b1f);
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding-left: 0;
}

.corp-tours-solutions__features li::before {
    content: none;
}

.corp-tours-solutions__more {
    align-items: center;
    align-self: flex-start;
    background: transparent;
    border: 0;
    color: #016bb9;
    cursor: pointer;
    display: inline-flex;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    gap: 2px;
    line-height: 24px;
    padding: 0;
    text-decoration: none;
}

.corp-tours-solutions__more-icon {
    display: block;
    flex-shrink: 0;
    height: 16px;
    transition: transform 200ms ease;
    width: 16px;
}

.corp-tours-solutions__more-label--less[hidden] {
    display: none;
}

.corp-tours-solutions__item.is-expanded .corp-tours-solutions__more-icon {
    transform: rotate(180deg);
}

.corp-tours-solutions__details {
    display: grid;
    gap: 16px;
}

.corp-tours-solutions__details-intro {
    display: none;
}

.corp-tours-solutions__details-note {
    color: #0b0b0d;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}

.corp-tours-solutions__details-extra {
    display: grid;
    gap: 8px;
}

.corp-tours-solutions__details-extra-title {
    color: #0b0b0d;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}

.corp-tours-solutions__details-extra ul {
    display: grid;
    gap: 4px;
    list-style: disc;
    margin: 0;
    padding-left: 24px;
}

.corp-tours-solutions__details-extra li {
    color: #0b0b0d;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.corp-tours-solutions__more:hover {
    text-decoration: underline;
}

@media (min-width: 900px) {
    .corp-tours-hero__content {
        gap: 72px;
        max-width: 718px;
    }

    .corp-tours-hero-card--wide {
        width: 412px;
    }

    .corp-tours-hero-card--narrow {
        width: 282px;
    }

    .corp-tours-solutions__item {
        height: 584px;
        overflow: hidden;
    }

    .corp-tours-solutions__item.is-expanded {
        height: auto;
        overflow: visible;
    }

    .corp-tours-solutions__body {
        flex: 1;
        justify-content: space-between;
        min-height: 0;
        padding: 16px;
    }

    .corp-tours-solutions__content {
        min-height: 0;
    }

    .corp-tours-solutions__item:not(.is-expanded) .corp-tours-solutions__content {
        overflow: hidden;
    }

    .corp-tours-solutions__more {
        flex-shrink: 0;
        font-weight: 700;
        line-height: 20px;
        margin-top: auto;
    }
}

.corp-tours-reviews__title {
    color: var(--neutral-black, #1a1b1f);
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 46px;
    margin: 0 0 12px;
}

.corp-tours-reviews__panel {
    background: #f5f6f7;
    border-radius: 24px;
    box-shadow: 0 1px 16px rgba(22, 29, 63, 0.04);
    display: grid;
    gap: 12px;
    overflow: hidden;
    padding: 12px;
}

.corp-tours-reviews__yandex {
    align-items: center;
    background: #fff;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 32px;
    min-height: 61px;
    padding: 12px;
}

.corp-tours-reviews__yandex-rating {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.corp-tours-reviews__yandex-logo {
    display: block;
    flex-shrink: 0;
    height: 24px;
    width: 88px;
}

.corp-tours-reviews__yandex-score {
    align-items: center;
    display: flex;
    gap: 2px;
}

.corp-tours-reviews__yandex-value {
    color: var(--neutral-black, #1a1b1f);
    font-family: "PT Sans", Verdana, Arial, sans-serif;
    font-size: 28px;
    line-height: 26px;
}

.corp-tours-reviews__yandex-star {
    display: block;
    flex-shrink: 0;
    height: 22px;
    width: 22px;
}

.corp-tours-reviews__yandex-count {
    color: #424347;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: underline;
}

.corp-tours-reviews__yandex-count:hover {
    color: var(--neutral-black, #1a1b1f);
}

.corp-tours-reviews__header {
    align-items: center;
    align-self: stretch;
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    width: 100%;
    padding: 0 10px;
}

.corp-tours-reviews__avatar {
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
    height: 68px;
    object-fit: cover;
    width: 68px;
}

.corp-tours-reviews__meta {
    display: grid;
    gap: 2px;
    justify-items: start;
    text-align: left;
}

.corp-tours-reviews__stars {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin: 0;
}

.corp-tours-reviews__stars img {
    display: block;
    flex-shrink: 0;
    height: 20px;
    width: 20px;
}

.corp-tours-reviews__author {
    color: var(--neutral-black, #1a1b1f);
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    text-align: left;
    width: 100%;
}

.corp-tours-reviews__text {
    -webkit-box-orient: vertical;
    color: #424347;
    display: -webkit-box;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    line-height: 24px;
    margin: 0;
    max-height: 239px;
    overflow: hidden;
}

.corp-tours-reviews__link {
    align-items: center;
    align-self: flex-start;
    color: var(--secondary-default, #016bb9);
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    margin-top: auto;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    gap: 4px;
    line-height: 20px;
    text-decoration: none;
}

.corp-tours-reviews__link:hover {
    text-decoration: underline;
}

.corp-tours-reviews__link-icon {
    display: block;
    flex-shrink: 0;
    height: 16px;
    width: 16px;
}

.corp-tours-calculator__head {
    display: grid;
    gap: 8px;
    margin-bottom: 24px;
    max-width: 727px;
}

.corp-tours-calculator__heading {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.44;
    margin: 0;
}

.corp-tours-calculator__lead {
    color: #767984;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

.corp-tours-calculator__grid {
    display: grid;
    gap: 24px;
}

.corp-tours-calculator__card {
    display: grid;
    gap: 24px;
}

.corp-tours-calculator__cta-disclaimer {
    display: none;
    margin: 0;
}

.corp-tours-calculator__cost {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.corp-tours-calculator__panel {
    background: var(--corp-tours-benefits-card-bg);
    border-radius: 20px;
    box-shadow: 0 1px 8px rgba(22, 29, 63, 0.25);
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 24px 32px;
}

.corp-tours-calculator__fields {
    display: grid;
    gap: 32px;
}

.corp-tours-calculator__field {
    display: grid;
    gap: 4px;
}

.corp-tours-calculator__label {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
}

.corp-tours-calculator__select-wrap {
    display: block;
    position: relative;
}

.corp-tours-calculator__select-wrap::after {
    background: url('/image/korporativnye-tury/icons/icon-arrow-down.svg') center / contain no-repeat;
    content: '';
    height: 20px;
    pointer-events: none;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}

.corp-tours-calculator__select {
    appearance: none;
    background: #f0f1f2;
    border: 1px solid #d6dade;
    border-radius: 8px;
    color: #424347;
    font: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 14px 48px 14px 16px;
    width: 100%;
}

.corp-tours-calculator__price {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.corp-tours-calculator__price-label {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.33;
}

.corp-tours-calculator__price-value {
    color: var(--corp-tours-red);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.33;
    white-space: nowrap;
}

.corp-tours-calculator__cta {
    justify-content: space-between;
}

.corp-tours-calculator__cta-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.corp-tours-calculator__cta-text {
    display: grid;
    gap: 8px;
}

.corp-tours-calculator__cta-title {
    color: #1a1b1f;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}

.corp-tours-calculator__cta-note {
    color: #1a1b1f;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

.corp-tours-calculator__btn {
    align-self: stretch;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    min-height: 52px;
    padding: 14px 20px;
    width: 100%;
}

.corp-tours-calculator__btn.corp-tours-btn--primary {
    border-radius: 8px;
    background: var(--primary-default, #C03);
}

.corp-tours-calculator__help {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.corp-tours-calculator__help-icon {
    align-items: center;
    background: #fff;
    border-radius: 100px;
    box-shadow: 1px 1px 6px rgba(21, 29, 72, 0.3);
    box-sizing: border-box;
    display: flex;
    flex-shrink: 0;
    height: 36px;
    justify-content: center;
    padding: 8px;
    width: 36px;
}

.corp-tours-calculator__help-icon img {
    display: block;
    height: 20px;
    width: 20px;
}

.corp-tours-calculator__help-title {
    color: #424347;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

.corp-tours-calculator__help-phone {
    color: #016bb9;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    white-space: nowrap;
}

.corp-tours-calculator__help-phone:hover {
    text-decoration: underline;
}

.corp-tours-steps {
    overflow: visible;
}

.corp-tours-steps__head {
    display: grid;
    gap: 8px;
    margin-bottom: 24px;
    max-width: 727px;
}

.corp-tours-steps__heading {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.44;
    margin: 0;
}

.corp-tours-steps__lead {
    color: #767984;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

.corp-tours-steps__heading-text--mobile {
    display: none;
}

.corp-tours-steps__lead-text--mobile,
.corp-tours-steps__text-part--mobile,
.corp-tours-steps__title-text--mobile {
    display: none;
}

.corp-tours-steps__layout {
    position: relative;
}

.corp-tours-steps__timeline {
    display: none;
}

.corp-tours-steps__track {
    margin: 0 auto;
    max-width: 1320px;
    min-height: 520px;
    overflow: visible;
    position: relative;
}

.corp-tours-steps__wave {
    height: auto;
    left: -253px;
    max-width: none;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: calc(110% + 96px);
    z-index: 0;
}

.corp-tours-steps__wave-path {
    fill: none;
    stroke-dasharray: 6 6;
}

@media (min-width: 900px) {
    .corp-tours-steps[data-corp-steps]:not(.is-animated) .corp-tours-steps__wave-path {
        opacity: 0;
    }

    .corp-tours-steps[data-corp-steps].is-animated .corp-tours-steps__wave-path {
        opacity: 1;
    }

    .corp-tours-steps[data-corp-steps]:not(.is-animated) .corp-tours-steps__head {
        opacity: 0;
    }

    .corp-tours-steps[data-corp-steps]:not(.is-animated) .corp-tours-steps__num,
    .corp-tours-steps[data-corp-steps]:not(.is-animated) .corp-tours-steps__card {
        opacity: 0;
        transform: translateY(8px) scale(0.98);
    }

    .corp-tours-steps[data-corp-steps].is-animated .corp-tours-steps__head {
        opacity: 1;
        transition: opacity 500ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .corp-tours-steps[data-corp-steps].is-animated .corp-tours-steps__num,
    .corp-tours-steps[data-corp-steps].is-animated .corp-tours-steps__card {
        opacity: 1;
        transform: translateY(0) scale(1);
        transition: opacity 500ms cubic-bezier(0.22, 1, 0.36, 1), transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .corp-tours-steps[data-corp-steps].is-animated .corp-tours-steps__item:nth-child(1) .corp-tours-steps__num {
        transition-delay: 175ms;
    }

    .corp-tours-steps[data-corp-steps].is-animated .corp-tours-steps__item:nth-child(1) .corp-tours-steps__card {
        transition-delay: 275ms;
    }

    .corp-tours-steps[data-corp-steps].is-animated .corp-tours-steps__item:nth-child(2) .corp-tours-steps__num {
        transition-delay: 400ms;
    }

    .corp-tours-steps[data-corp-steps].is-animated .corp-tours-steps__item:nth-child(2) .corp-tours-steps__card {
        transition-delay: 500ms;
    }

    .corp-tours-steps[data-corp-steps].is-animated .corp-tours-steps__item:nth-child(3) .corp-tours-steps__num {
        transition-delay: 650ms;
    }

    .corp-tours-steps[data-corp-steps].is-animated .corp-tours-steps__item:nth-child(3) .corp-tours-steps__card {
        transition-delay: 750ms;
    }

    .corp-tours-steps[data-corp-steps].is-animated .corp-tours-steps__item:nth-child(4) .corp-tours-steps__num {
        transition-delay: 900ms;
    }

    .corp-tours-steps[data-corp-steps].is-animated .corp-tours-steps__item:nth-child(4) .corp-tours-steps__card {
        transition-delay: 1000ms;
    }
}

@media (prefers-reduced-motion: reduce) {

    .corp-tours-steps[data-corp-steps] .corp-tours-steps__head,
    .corp-tours-steps[data-corp-steps] .corp-tours-steps__num,
    .corp-tours-steps[data-corp-steps] .corp-tours-steps__card,
    .corp-tours-steps[data-corp-steps] .corp-tours-steps__timeline-num {
        opacity: 1;
        transform: none;
    }

    .corp-tours-steps[data-corp-steps] .corp-tours-steps__wave-path {
        stroke-dasharray: 6 6;
        stroke-dashoffset: 0;
    }
}

.corp-tours-steps__list {
    list-style: none;
    margin: 0;
    min-height: 520px;
    padding: 0;
    position: relative;
    z-index: 1;
}

.corp-tours-steps__item {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 280px;
    position: absolute;
    width: 280px;
}

.corp-tours-steps__item--text-first {
    flex-direction: column;
    transform: translate(-50%, calc(-100% + 40px));
}

.corp-tours-steps__item--num-first {
    flex-direction: column;
    transform: translate(-50%, -40px);
}

.corp-tours-steps__item:nth-child(1) {
    left: 15.5%;
    top: 375px;
}

.corp-tours-steps__item:nth-child(2) {
    left: 37%;
    top: 310px;
}

.corp-tours-steps__item:nth-child(3) {
    left: 59%;
    top: 338px;
}

.corp-tours-steps__item:nth-child(4) {
    left: 89%;
    top: 168px;
}

.corp-tours-steps__card {
    background: var(--corp-tours-benefits-card-bg);
    border-radius: 100px;
    box-shadow: 0 1px 8px rgba(22, 29, 63, 0.1);
    display: grid;
    gap: 8px;
    padding: 20px;
    text-align: center;
    width: 100%;
}

.corp-tours-steps__title {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.33;
    margin: 0;
}

.corp-tours-steps__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

.corp-tours-steps__num {
    align-items: center;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background: var(--corp-tours-benefits-card-bg);
    border-radius: 100px;
    box-shadow: 0 1px 4px rgba(22, 29, 63, 0.1);
    color: #c03;
    display: flex;
    flex-shrink: 0;
    font-family: "Raleway", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    height: 80px;
    justify-content: center;
    line-height: 58px;
    width: 80px;
}

.corp-tours-reviews__carousel {
    overflow: hidden;
    position: relative;
}

.corp-tours-reviews__viewport {
    overflow: hidden;
    touch-action: pan-y;
}

.corp-tours-reviews__track {
    display: flex;
    gap: 12px;
    transition: transform 350ms ease-out;
    will-change: transform;
}

.corp-tours-reviews__track.is-dragging {
    transition: none;
}

.corp-tours-reviews__item {
    align-items: flex-start;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 100%;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
    padding: 24px;
    text-align: left;
}

.corp-tours-reviews__fade {
    background: linear-gradient(90deg, rgba(245, 246, 247, 0) 0%, #f5f6f7 100%);
    bottom: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 200ms ease;
    width: min(137px, 24%);
    z-index: 1;
}

.corp-tours-reviews__nav {
    align-items: center;
    background: var(--neutral-white, #fff);
    border: 0;
    border-radius: 100px;
    box-shadow: 1px 1px 12px rgba(21, 29, 72, 0.3);
    cursor: pointer;
    display: flex;
    height: 48.566px;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 200ms ease, visibility 200ms ease;
    width: 48.566px;
    z-index: 2;
}

.corp-tours-reviews__nav--prev {
    left: 10px;
}

.corp-tours-reviews__nav--next {
    right: 10px;
}

.corp-tours-reviews__nav:disabled {
    cursor: default;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.corp-tours-reviews__nav-icon {
    display: block;
    flex-shrink: 0;
    height: 48px;
    width: 48px;
}

.corp-tours-reviews__nav-icon--prev {
    transform: scaleX(-1);
}

.corp-tours-reviews__carousel.is-end .corp-tours-reviews__fade {
    opacity: 0;
    visibility: hidden;
}

.corp-tours-reviews__dots {
    display: none;
}

.corp-tours-reviews__dot {
    background: #1a1b1f;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    flex-shrink: 0;
    height: 7px;
    opacity: 0.45;
    padding: 0;
    width: 7px;
}

.corp-tours-reviews__dot.is-active {
    opacity: 1;
}

.corp-tours-faq__list {
    display: grid;
    gap: 8px;
}

.corp-tours-faq__head {
    display: grid;
    gap: 8px;
}

.corp-tours-faq__title {
    color: var(--neutral-black, #1a1b1f);
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 46px;
    margin: 0;
}

.corp-tours-faq__lead {
    color: var(--corp-tours-muted, #424347);
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 16px;
}

.corp-tours-faq__more {
    align-items: center;
    background: transparent;
    border: 0;
    color: #016bb9;
    cursor: pointer;
    display: none;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    gap: 2px;
    line-height: 20px;
    padding: 0;
}

.corp-tours-faq__more-icon {
    display: block;
    flex-shrink: 0;
    height: 16px;
    width: 16px;
}

.corp-tours-faq__more-icon--up {
    transform: rotate(180deg);
}

.corp-tours-faq__item {
    background: #f5f6f7;
    border-radius: 16px;
    padding: 24px;
}

.corp-tours-faq__item summary {
    align-items: center;
    color: var(--neutral-black, #1a1b1f);
    cursor: pointer;
    display: flex;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    gap: 4px;
    line-height: 28px;
    list-style: none;
    padding: 0;
    position: relative;
}

.corp-tours-faq__item summary::-webkit-details-marker {
    display: none;
}

.corp-tours-faq__icon {
    align-items: center;
    display: flex;
    flex: 0 0 24px;
    height: 24px;
    justify-content: center;
    margin-left: auto;
    width: 24px;
}

.corp-tours-faq__icon-img {
    display: block;
    flex-shrink: 0;
    height: 24px;
    width: 24px;
}

.corp-tours-faq__item:not([open]) .corp-tours-faq__icon-img--up {
    display: none;
}

.corp-tours-faq__item[open] .corp-tours-faq__icon-img--down {
    display: none;
}

.corp-tours-faq__answer {
    color: var(--neutral-black, #1a1b1f);
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 16px 0 0;
}

.corp-tours-faq__answer p,
.corp-tours-faq__answer ul {
    margin: 0 0 12px;
}

.corp-tours-faq__answer ul {
    padding-left: 27px;
}

.corp-tours-faq__subquestions {
    margin-bottom: 8px;
}

.corp-tours-faq__answer strong {
    font-weight: 700;
}

.corp-tours-faq__answer a {
    color: var(--neutral-black, #1a1b1f);
    text-decoration: underline;
}

.corp-tours-faq__answer p:last-child,
.corp-tours-faq__answer ul:last-child {
    margin-bottom: 0;
}

.corp-tours-cta {
    background:
        linear-gradient(269deg, rgba(32, 41, 54, 0.15) 43%, rgba(90, 107, 130, 0.95) 99.9%),
        url('/image/korporativnye-tury/cta/cta-bg.png') center / cover no-repeat;
    border-radius: 24px;
    overflow: hidden;
    padding: 0;
}

.corp-tours-cta__inner {
    color: #fff;
    display: grid;
    gap: 28px;
    padding: 24px;
}

.corp-tours-cta__content {
    display: grid;
    gap: 12px;
    max-width: 660px;
}

.corp-tours-cta__title {
    color: #fff;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 46px;
    margin: 0;
}

.corp-tours-cta__text {
    color: #fff;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    max-width: 516px;
}

.corp-tours-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.corp-tours-cta__btn {
    border-radius: 8px;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    min-height: 52px;
}

.corp-tours-cta__max-btn {
    align-items: center;
    background: #e5eef8;
    border-radius: 8px;
    color: #016bb9;
    display: inline-flex;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    gap: 10px;
    line-height: 24px;
    min-height: 52px;
    padding: 14px 20px;
    text-decoration: none;
}

.corp-tours-cta__max-icon {
    display: block;
    flex-shrink: 0;
    height: 18px;
    width: 18px;
}

.corp-tours-cta__advantages {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.corp-tours-cta__advantage {
    align-items: center;
    backdrop-filter: blur(5px);
    background: linear-gradient(180deg, rgba(120, 128, 138, 0.1), rgba(193, 200, 208, 0.1));
    border-radius: 16px;
    display: flex;
    gap: 20px;
    min-height: 80px;
    padding: 12px;
}

.corp-tours-cta__advantage-icon-wrap {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    padding: 12px;
}

.corp-tours-cta__advantage-icon {
    display: block;
    height: 32px;
    width: 32px;
}

.corp-tours-cta__advantage-content {
    display: grid;
    gap: 4px;
}

.corp-tours-cta__advantage-title {
    color: #fff;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
}

.corp-tours-cta__advantage-text {
    color: #fff;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

@media (min-width: 1200px) {
    .corp-tours-cta__inner {
        gap: 60px;
    }

    .corp-tours-cta__advantages {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .corp-tours-steps__item {
        max-width: 240px;
        width: 240px;
    }

    .corp-tours-steps__item:nth-child(1) {
        left: 29.5%;
        top: 307px;
    }

    .corp-tours-steps__item:nth-child(2) {
        left: 47%;
        top: 284px;
    }

    .corp-tours-steps__item:nth-child(3) {
        left: 67%;
        top: 280px;
    }

    .corp-tours-steps__item:nth-child(4) {
        left: 86%;
        top: 205px;
    }
}

@media (max-width: 899px) {
    .corp-tours-benefits__head {
        display: grid;
        margin-bottom: 16px;
        max-width: 100%;
    }

    .corp-tours-benefits__heading {
        color: #1a1b1f;
        display: block;
        font-family: "Nunito Sans", Verdana, Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 800;
        line-height: 30px;
    }

    .corp-tours-benefits__lead {
        color: #767984;
        display: block;
        font-family: "Nunito Sans", Verdana, Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .corp-tours-benefits__list {
        display: grid;
        gap: 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .corp-tours-benefits .corp-tours-benefits__item {
        background: #f0f1f2;
        border-radius: 16px;
        box-shadow: none;
        gap: 12px;
        min-height: 0;
        padding: 16px 8px;
    }

    .corp-tours-benefits__icon-wrap {
        align-items: center;
        background: #fff;
        border-radius: 100px;
        display: flex;
        flex-shrink: 0;
        height: 48px;
        justify-content: center;
        width: 48px;
    }

    .corp-tours-benefits__item:first-child .corp-tours-benefits__icon-wrap {
        border-radius: 100px;
    }

    .corp-tours-benefits__icon {
        height: 24px;
        width: 24px;
    }

    .corp-tours-benefits__body {
        gap: 4px;
        padding: 0 4px;
    }

    .corp-tours-benefits__title {
        color: #1a1b1f;
        font-family: "Nunito Sans", Verdana, Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

    .corp-tours-benefits__text {
        color: #1a1b1f;
        font-family: "Nunito Sans", Verdana, Arial, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
    }

    .corp-tours-steps__head {
        gap: 8px;
        margin-bottom: 32px;
        max-width: 100%;
    }

    .corp-tours-steps__heading {
        color: #1a1b1f;
        font-family: "Nunito Sans", Verdana, Arial, sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 800;
        line-height: 24px;
    }

    .corp-tours-steps__heading-text--desktop {
        display: none;
    }

    .corp-tours-steps__heading-text--mobile {
        display: inline;
    }

    .corp-tours-steps__lead-text--desktop,
    .corp-tours-steps__text-part--desktop,
    .corp-tours-steps__title-text--desktop {
        display: none;
    }

    .corp-tours-steps__lead-text--mobile,
    .corp-tours-steps__text-part--mobile,
    .corp-tours-steps__title-text--mobile {
        display: inline;
    }

    .corp-tours-steps__lead {
        font-family: "Nunito Sans", Verdana, Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .corp-tours-pattern-section__body::before {
        content: none;
    }

    .corp-tours-steps {
        /* overflow-x:hidden + overflow-y:visible → browser clips Y; keep pattern inside via padding */
        overflow-x: hidden;
        padding-bottom: 72px;
        position: relative;
    }

    .corp-tours-steps::before {
        background: url('/image/korporativnye-tury/corp-tours-bg-pattern-mobile.svg') left top / 776px 776px no-repeat;
        content: '';
        height: 776px;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 1px;
        transform: scaleY(-1) rotate(180deg);
        width: 776px;
        z-index: 0;
    }

    /* EN: shorter copy → clip pattern to block; RU keeps padding peek */
    .corp-tours[data-lang="en"] .corp-tours-steps {
        overflow: hidden;
        padding-bottom: 0;
    }

    .corp-tours-steps__head,
    .corp-tours-steps__track {
        position: relative;
        z-index: 1;
    }

    .corp-tours-steps__track {
        min-height: 0;
    }

    .corp-tours-steps__wave {
        display: none;
    }

    .corp-tours-steps__layout {
        display: block;
    }

    .corp-tours-steps__timeline {
        display: none;
    }

    .corp-tours-steps__list {
        display: flex;
        flex-direction: column;
        gap: 0;
        list-style: none;
        margin: 0;
        min-height: 0;
        min-width: 0;
        padding: 8px 0 0;
        position: static;
    }

    .corp-tours-steps__item,
    .corp-tours-steps__item:nth-child(1),
    .corp-tours-steps__item:nth-child(2),
    .corp-tours-steps__item:nth-child(3),
    .corp-tours-steps__item:nth-child(4) {
        align-items: start;
        column-gap: 4px;
        display: grid;
        grid-template-columns: 40px minmax(0, 1fr);
        left: auto;
        max-width: none;
        padding-bottom: 32px;
        position: relative;
        top: auto;
        transform: none;
        width: auto;
    }

    .corp-tours-steps__item:last-child {
        padding-bottom: 0;
    }

    .corp-tours-steps__item:not(:last-child)::before {
        background: linear-gradient(to bottom, #dbdfe3 0, #dbdfe3 12px, transparent 12px, transparent 24px) center / 2px 24px repeat-y;
        bottom: 0;
        content: '';
        left: 19px;
        pointer-events: none;
        position: absolute;
        top: 42px;
        width: 2px;
        z-index: 0;
    }

    .corp-tours-steps__item--text-first .corp-tours-steps__card,
    .corp-tours-steps__item--num-first .corp-tours-steps__card {
        grid-column: 2;
        grid-row: 1;
    }

    .corp-tours-steps__item--text-first .corp-tours-steps__num,
    .corp-tours-steps__item--num-first .corp-tours-steps__num {
        align-self: start;
        grid-column: 1;
        grid-row: 1;
    }

    .corp-tours-steps__item::after {
        content: none;
        display: none;
    }

    .corp-tours-steps__item--text-first,
    .corp-tours-steps__item--num-first {
        transform: none;
    }

    .corp-tours-steps__num {
        align-items: center;
        align-self: start;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        background: #f0f1f2;
        border-radius: 100px;
        box-shadow: none;
        color: #c03;
        display: flex;
        flex-shrink: 0;
        font-family: "Nunito Sans", Verdana, Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 800;
        height: 40px;
        justify-content: center;
        line-height: 28px;
        position: relative;
        width: 40px;
        z-index: 1;
    }

    .corp-tours-steps__card {
        backdrop-filter: blur(1px);
        -webkit-backdrop-filter: blur(1px);
        background: #f0f1f2;
        border-radius: 8px 24px 24px 24px;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        gap: 4px;
        padding: 12px 16px;
        text-align: left;
        width: 100%;
    }

    .corp-tours-steps__title {
        color: #1a1b1f;
        font-family: "Nunito Sans", Verdana, Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 24px;
        margin: 0;
    }

    .corp-tours-steps__text {
        color: #1a1b1f;
        font-family: "Nunito Sans", Verdana, Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin: 0;
    }

    .corp-tours-steps[data-corp-steps] .corp-tours-steps__head,
    .corp-tours-steps[data-corp-steps] .corp-tours-steps__timeline-num,
    .corp-tours-steps[data-corp-steps] .corp-tours-steps__card {
        opacity: 1;
        transform: none;
    }

    .corp-tours-solutions__heading {
        font-family: "Nunito Sans", Verdana, Arial, sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 800;
        line-height: 24px;
        margin: 0 0 16px;
        max-width: 100%;
    }

    .corp-tours-solutions__heading-text--desktop {
        display: none;
    }

    .corp-tours-solutions__heading-text--mobile {
        display: inline;
    }

    .corp-tours-solutions__list {
        gap: 12px;
        max-width: 100%;
    }

    .corp-tours-solutions__item {
        background: #f5f6f7;
        gap: 12px;
        height: auto;
        overflow: visible;
        padding: 8px 8px 16px;
    }

    .corp-tours-solutions__media {
        border-radius: 20px;
        height: 175px;
        width: 100%;
    }

    .corp-tours-solutions__media::after {
        display: none;
    }

    .corp-tours-solutions__body {
        align-items: flex-end;
        gap: 12px;
        padding: 0 8px;
        width: 100%;
    }

    .corp-tours-solutions__content {
        align-self: stretch;
        gap: 12px;
    }

    .corp-tours-solutions__intro {
        gap: 4px;
    }

    .corp-tours-solutions__title {
        font-size: 18px;
        font-weight: 800;
        line-height: 24px;
    }

    .corp-tours-solutions__text {
        color: #424347;
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
    }

    .corp-tours-solutions__features {
        display: none;
    }

    .corp-tours-solutions__details {
        display: none !important;
    }

    .corp-tours-solutions__features li {
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
    }

    .corp-tours-solutions__more {
        align-self: flex-end;
        color: #016bb9;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
    }

    .corp-tours-solutions__more-icon {
        transition: transform 200ms ease;
    }

    .corp-tours-calculator__head {
        gap: 8px;
        margin-bottom: 16px;
        max-width: 100%;
    }

    .corp-tours-calculator__heading {
        color: #1a1b1f;
        font-family: "Nunito Sans", Verdana, Arial, sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 800;
        line-height: 24px;
        margin: 0;
    }

    .corp-tours-calculator__lead {
        color: #424347;
        font-family: "Nunito Sans", Verdana, Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin: 0;
    }

    .corp-tours-calculator__grid {
        gap: 16px;
    }

    .corp-tours-calculator__card {
        background: #e5eef8;
        border-radius: 20px;
        box-shadow: 0 1px 8px rgba(22, 29, 63, 0.04);
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 16px;
    }

    .corp-tours-calculator__panel {
        background: transparent;
        box-shadow: none;
        gap: 0;
        padding: 0;
    }

    .corp-tours-calculator__controls {
        gap: 20px;
    }

    .corp-tours-calculator__fields {
        gap: 16px;
    }

    .corp-tours-calculator__field {
        gap: 4px;
    }

    .corp-tours-calculator__label {
        color: #1a1b1f;
        font-family: "Nunito Sans", Verdana, Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }

    .corp-tours-calculator__select-wrap::after {
        background: url('/image/korporativnye-tury/icons/icon-arrow-down-calc.svg') center / 14px 7px no-repeat;
        height: 7px;
        width: 14px;
    }

    .corp-tours-calculator__select {
        color: #1a1b1f;
        font-family: "Nunito Sans", Verdana, Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        padding: 14px 48px 14px 16px;
    }

    .corp-tours-calculator__cost {
        gap: 16px;
    }

    .corp-tours-calculator__price {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .corp-tours-calculator__price-label {
        color: #1a1b1f;
        font-family: "Nunito Sans", Verdana, Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
    }

    .corp-tours-calculator__price-value {
        color: #c03;
        font-family: "Nunito Sans", Verdana, Arial, sans-serif;
        font-size: 28px;
        font-style: normal;
        font-weight: 800;
        line-height: 34px;
        white-space: nowrap;
    }

    .corp-tours-calculator__cta {
        gap: 16px;
    }

    .corp-tours-calculator__cta-body {
        gap: 0;
    }

    .corp-tours-calculator__cta-text {
        display: none;
    }

    .corp-tours-calculator__cta-disclaimer {
        color: #424347;
        display: block;
        font-family: "Nunito Sans", Verdana, Arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        margin: 0;
    }

    .corp-tours-calculator__btn {
        align-self: stretch;
        border-radius: 8px;
        color: #fff;
        font-family: "Nunito Sans", Verdana, Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        justify-content: center;
        line-height: 24px;
        min-height: 52px;
        padding: 14px 20px;
        width: 100%;
    }

    .corp-tours-calculator__btn.corp-tours-btn--primary {
        background: #016bb9;
    }

    .corp-tours-calculator__help {
        gap: 8px;
    }

    .corp-tours-calculator__help-icon {
        background: #e5eef8;
        box-shadow: none;
    }

    .corp-tours-calculator__help-title {
        font-family: "Nunito Sans", Verdana, Arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
    }

    .corp-tours-calculator__help-phone {
        font-family: "Nunito Sans", Verdana, Arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
    }

    .corp-tours-reviews__title {
        font-size: 24px;
        font-weight: 800;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .corp-tours-reviews__panel {
        border-radius: 20px;
        box-shadow: 0 1px 8px rgba(22, 29, 63, 0.04);
        gap: 12px;
        padding: 12px 12px 8px;
    }

    .corp-tours-reviews__yandex {
        border-radius: 12px;
        box-shadow: 0 1px 8px rgba(22, 29, 63, 0.04);
        flex-wrap: nowrap;
        gap: 8px;
        justify-content: space-between;
        min-height: 0;
        padding: 12px;
    }

    .corp-tours-reviews__yandex-rating {
        gap: 8px;
    }

    .corp-tours-reviews__yandex-count {
        color: #767984;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        white-space: nowrap;
    }

    .corp-tours-reviews__carousel {
        display: flex;
        flex-direction: column;
        gap: 8px;
        overflow: hidden;
    }

    .corp-tours-reviews__viewport {
        overflow: hidden;
        touch-action: pan-y;
    }

    .corp-tours-reviews__viewport.is-dragging {
        touch-action: none;
    }

    .corp-tours-reviews__track {
        gap: 0;
    }

    .corp-tours-reviews__item {
        align-items: flex-start;
        border-radius: 16px;
        flex: 0 0 100%;
        gap: 8px;
        max-width: 100%;
        padding: 16px;
        text-align: left;
        width: 100%;
    }

    .corp-tours-reviews__header {
        align-items: flex-start;
        align-self: stretch;
        justify-content: flex-start;
        width: 100%;
    }

    .corp-tours-reviews__avatar {
        height: 32px;
        width: 32px;
    }

    .corp-tours-reviews__meta {
        align-items: flex-start;
        display: flex;
        flex: 1;
        flex-direction: column;
        gap: 4px;
        justify-content: flex-start;
        min-width: 0;
        text-align: left;
    }

    .corp-tours-reviews__stars {
        justify-content: flex-start;
    }

    .corp-tours-reviews__author {
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        text-align: left;
        width: 100%;
    }

    .corp-tours-reviews__text {
        font-size: 14px;
        -webkit-line-clamp: 8;
        line-clamp: 8;
        line-height: 18px;
        max-height: 148px;
    }

    .corp-tours-reviews__fade,
    .corp-tours-reviews__nav {
        display: none;
    }

    .corp-tours-reviews__dots {
        display: flex;
        gap: 3px;
        justify-content: center;
        width: 100%;
    }

    .corp-tours-faq {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .corp-tours-faq__head {
        gap: 8px;
    }

    .corp-tours-faq__title {
        font-size: 24px;
        line-height: 30px;
    }

    .corp-tours-faq__lead {
        color: #767984;
        font-size: 14px;
        line-height: 18px;
        margin: 0;
    }

    .corp-tours-faq__item {
        border-radius: 8px;
        padding: 12px;
    }

    .corp-tours-faq__item summary {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
    }

    .corp-tours-faq__icon {
        flex: 0 0 24px;
        height: 24px;
        transition: transform 200ms ease-out;
        width: 24px;
    }

    .corp-tours-faq__icon-img--up {
        display: none !important;
    }

    .corp-tours-faq__icon-img--down {
        display: block !important;
        height: 4.8px;
        width: 9.6px;
    }

    .corp-tours-faq__item:not([open]) .corp-tours-faq__icon {
        transform: rotate(0deg);
    }

    .corp-tours-faq__item[open] .corp-tours-faq__icon {
        transform: rotate(180deg);
    }

    .corp-tours-faq__answer {
        color: #424347;
        font-size: 14px;
        line-height: 18px;
        padding-top: 8px;
    }

    .corp-tours-faq__item--extra {
        display: none;
    }

    .corp-tours-faq.is-expanded .corp-tours-faq__item--extra {
        display: block;
    }

    .corp-tours-faq__more {
        align-self: flex-start;
        display: inline-flex;
    }

    [data-corp-faq-less] {
        display: none;
    }

    .corp-tours-faq.is-expanded [data-corp-faq-more] {
        display: none;
    }

    .corp-tours-faq.is-expanded [data-corp-faq-less] {
        display: inline-flex;
    }

    .corp-tours-cta {
        display: none;
    }
}

@media (min-width: 640px) and (max-width: 1199px) {
    .corp-tours-benefits__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .corp-tours {
        max-width: 1320px;
        padding-left: 0;
        padding-right: 0;
    }

    .corp-tours-hero__media {
        height: 566px;
        min-height: 566px;
    }

    .corp-tours-hero__inner {
        align-items: start;
        gap: 60px;
        grid-template-columns: minmax(0, 1fr) 342px;
        min-height: 566px;
        padding: 70px 18px 60px;
    }

    .corp-tours-hero__content {
        max-width: none;
    }

    .corp-tours-hero__title {
        font-size: 48px;
        line-height: 58px;
    }

    .corp-tours-hero__cards {
        flex-wrap: nowrap;
        gap: 24px;
    }

    .corp-tours-hero__form {
        align-self: start;
        box-sizing: border-box;
        flex-shrink: 0;
        justify-self: end;
        max-width: 342px;
        width: 342px;
    }

    .corp-tours-hero__form .corp-tours-form {
        gap: 0;
    }

    .corp-tours-hero__form .corp-tours-form__field + .corp-tours-form__field {
        margin-top: 16px;
    }

    .corp-tours-hero__form .corp-tours-form__submit {
        font-size: 18px;
        margin-top: 20px;
        padding: 10px 24px;
    }

    .corp-tours-hero__form .corp-tours-form__consent {
        margin-top: 24px;
    }

    .corp-tours-hero__form .corp-tours-field-error {
        left: 0;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: calc(100% + 4px);
        z-index: 1;
    }

    .corp-tours-benefits__list {
        gap: 24px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .corp-tours-benefits .corp-tours-benefits__item {
        min-height: 188px;
    }

    .corp-tours-solutions__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .corp-tours-calculator__head {
        margin-inline: auto;
        max-width: 936px;
        width: 100%;
    }

    .corp-tours-calculator__grid {
        align-items: stretch;
        gap: 1;
        grid-template-columns: 492px 444px;
        justify-content: flex-start;
        margin-inline: auto;
        max-width: 936px;
        width: 100%;
    }

    .corp-tours-calculator__card {
        display: contents;
    }

    .corp-tours-calculator__controls {
        grid-column: 1;
        grid-row: 1;
        justify-content: space-between;
        max-width: 492px;
        width: 492px;
    }

    .corp-tours-calculator__cost {
        display: contents;
    }

    .corp-tours-calculator__cta {
        align-self: stretch;
        grid-column: 2;
        grid-row: 1;
        max-width: 444px;
        width: 444px;
    }

    .corp-tours-pattern-section {
        --corp-tours-band-width: 936px;
        --corp-tours-steps-track-width: 1110px;
    }

    .corp-tours-steps__head {
        margin-inline: auto;
        max-width: var(--corp-tours-band-width);
        width: 100%;
    }

    .corp-tours-steps__track {
        margin-inline: auto;
        max-width: var(--corp-tours-steps-track-width);
        width: 100%;
        min-height: 437px;
    }

    .corp-tours-steps__list {
        min-height: 437px;
    }

    .corp-tours-steps__wave {
        left: -19.17%;
        width: calc(110% + 7.27%);
    }

    .corp-tours-steps__item:nth-child(1) {
        top: 315px;
    }

    .corp-tours-steps__item:nth-child(2) {
        top: 261px;
    }

    .corp-tours-steps__item:nth-child(3) {
        top: 284px;
    }

    .corp-tours-steps__item:nth-child(4) {
        top: 141px;
    }

    .corp-tours-reviews__item {
        max-width: 424px;
    }
}

html.corp-tours-modal-open {
    overflow: hidden;
}

body.corp-tours-modal-open {
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
}

.corp-tours-calc-modal {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    min-height: 100dvh;
    opacity: 0;
    padding: 16px;
    pointer-events: none;
    position: fixed;
    transition: opacity 220ms ease, visibility 220ms ease;
    visibility: hidden;
    width: 100%;
    z-index: 1100;
}

.corp-tours-calc-modal.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.corp-tours-calc-modal__scrim {
    background: rgba(0, 0, 0, 0.4);
    inset: 0;
    position: absolute;
}

.corp-tours-calc-modal__sheet {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 1px 4px rgba(22, 29, 63, 0.25);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-height: calc(100dvh - 32px);
    max-width: 560px;
    overflow: hidden;
    padding: 32px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.corp-tours-calc-modal__close {
    align-items: center;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    height: 14px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 14px;
    z-index: 1;
}

.corp-tours-calc-modal__close img {
    display: block;
    height: 10px;
    width: 10px;
}

.corp-tours-calc-modal__head {
    display: grid;
    gap: 8px;
    padding-right: 25px;
}

.corp-tours-calc-modal__title {
    color: #111114;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 46px;
    margin: 0;
}

.corp-tours-calc-modal__lead {
    color: #767984;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

.corp-tours-calc-modal__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 0;
}

.corp-tours-calc-modal__fields {
    display: grid;
    gap: 12px;
}

.corp-tours-calc-modal__field {
    display: block;
    margin: 0;
}

.corp-tours-calc-modal__field-box {
    background: #f0f1f2;
    border: 1px solid #d6dade;
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 60px;
    padding: 14px 16px;
}

.corp-tours-calc-modal__inside-label {
    color: #767984;
    display: block;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.corp-tours-calc-modal__select-wrap {
    display: block;
    position: relative;
}

.corp-tours-calc-modal__select-wrap::after {
    background: url('/image/korporativnye-tury/icons/icon-calc-modal-arrow-down.png') center / contain no-repeat;
    content: '';
    height: 7px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
}

.corp-tours-calc-modal__select {
    appearance: none;
    background: transparent;
    border: 0;
    color: #1a1b1f;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 0 40px 0 0;
    width: 100%;
}

.corp-tours-calc-modal__input {
    background: #f0f1f2;
    border: 1px solid #d6dade;
    border-radius: 8px;
    box-sizing: border-box;
    color: #1a1b1f;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 14px 16px;
    width: 100%;
}

.corp-tours-calc-modal__input::placeholder {
    color: #767984;
}

.corp-tours-calc-modal__footer {
    display: grid;
    gap: 12px;
}

.corp-tours-calc-modal__consent {
    align-items: flex-start;
    display: flex;
    gap: 8px;
    margin: 0;
}

.corp-tours-calc-modal__consent .corp-tours-form__consent-text {
    color: #767984;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.corp-tours-calc-modal__consent .corp-tours-form__consent-text a {
    color: #016bb9;
    text-decoration: none;
}

.corp-tours-calc-modal__submit {
    background: #016bb9;
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    min-height: 52px;
    padding: 14px 20px;
    position: relative;
    width: 100%;
}

[data-corp-cta-modal] .corp-tours-calc-modal__submit {
    background: #016BB9;
}

@media (max-width: 899px) {
    [data-corp-calc-modal].corp-tours-calc-modal {
        align-items: stretch;
        display: block;
        height: 100%;
        inset: 0;
        min-height: 0;
        opacity: 1;
        padding: 0;
        transition: none;
        visibility: hidden;
    }

    [data-corp-calc-modal].corp-tours-calc-modal.is-open {
        visibility: visible;
    }

    [data-corp-calc-modal] .corp-tours-calc-modal__scrim {
        height: 100%;
        opacity: 0;
        position: fixed;
        transition: opacity 220ms ease;
        width: 100%;
    }

    [data-corp-calc-modal].corp-tours-calc-modal.is-open .corp-tours-calc-modal__scrim {
        opacity: 1;
    }

    [data-corp-calc-modal] .corp-tours-calc-modal__sheet {
        border-radius: 28px 28px 0 0;
        bottom: 0;
        box-shadow: none;
        gap: 12px;
        left: 0;
        max-height: calc(100dvh - 24px);
        max-width: none;
        overflow-y: auto;
        padding: 16px 16px calc(24px + env(safe-area-inset-bottom, 0px));
        position: fixed;
        right: 0;
        top: auto;
        transform: translateY(100%);
        transition: transform 280ms ease;
        width: 100%;
    }

    [data-corp-calc-modal].corp-tours-calc-modal.is-open .corp-tours-calc-modal__sheet {
        transform: translateY(0);
    }

    [data-corp-calc-modal] .corp-tours-calc-modal__close {
        align-items: center;
        background: #dbdfe3;
        border-radius: 100px;
        height: 24px;
        justify-content: center;
        right: 16px;
        top: 18px;
        width: 24px;
    }

    [data-corp-calc-modal] .corp-tours-calc-modal__head {
        gap: 4px;
        justify-items: center;
        padding: 0 32px;
        text-align: center;
    }

    [data-corp-calc-modal] .corp-tours-calc-modal__title {
        color: #1a1b1f;
        font-size: 20px;
        line-height: 28px;
    }

    [data-corp-calc-modal] .corp-tours-calc-modal__lead {
        font-size: 16px;
        line-height: 24px;
        max-width: 328px;
    }

    [data-corp-calc-modal] .corp-tours-calc-modal__form {
        gap: 24px;
    }

    [data-corp-calc-modal] .corp-tours-calc-modal__field--inside .corp-tours-calc-modal__field-box {
        align-items: center;
        border-radius: 8px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 24px;
        grid-template-rows: auto auto;
        min-height: 52px;
        padding: 6px 16px;
    }

    [data-corp-calc-modal] .corp-tours-calc-modal__field--inside .corp-tours-calc-modal__inside-label {
        font-size: 14px;
        font-weight: 600;
        grid-column: 1;
        grid-row: 1;
        line-height: 18px;
    }

    [data-corp-calc-modal] .corp-tours-calc-modal__field--inside .corp-tours-calc-modal__select-wrap {
        grid-column: 1;
        grid-row: 2;
    }

    [data-corp-calc-modal] .corp-tours-calc-modal__field--inside .corp-tours-calc-modal__select-wrap::after {
        display: none;
    }

    [data-corp-calc-modal] .corp-tours-calc-modal__field--inside .corp-tours-calc-modal__field-box::after {
        align-self: center;
        background: url('/image/korporativnye-tury/icons/icon-calc-modal-arrow-down.png') center / 14px 7px no-repeat;
        content: '';
        grid-column: 2;
        grid-row: 1 / span 2;
        height: 24px;
        justify-self: end;
        pointer-events: none;
        width: 24px;
    }

    [data-corp-calc-modal] .corp-tours-calc-modal__footer {
        gap: 24px;
    }

    [data-corp-calc-modal] .corp-tours-calc-modal__submit {
        background: #cc0033;
    }

    [data-corp-cta-modal] .corp-tours-calc-modal__submit {
        background: #cc0033;
    }
}

@media (min-width: 900px) {
    [data-corp-calc-modal] .corp-tours-calc-modal__footer {
        gap: 12px;
    }

    [data-corp-calc-modal] .corp-tours-calc-modal__submit {
        order: -1;
    }

    .corp-tours-calc-modal__sheet {
        width: 560px;
    }

    .corp-tours-solutions-modal__sheet {
        border-radius: 28px;
        bottom: auto;
        left: 50%;
        max-width: 420px;
        top: 50%;
        transform: translate(-50%, calc(-50% + 24px));
        width: calc(100% - 32px);
    }

    .corp-tours-solutions-modal.is-open .corp-tours-solutions-modal__sheet {
        transform: translate(-50%, -50%);
    }
}

.corp-tours-solutions-modal {
    height: 100%;
    inset: 0;
    pointer-events: none;
    position: fixed;
    visibility: hidden;
    width: 100%;
    z-index: 1100;
}

.corp-tours-solutions-modal.is-open {
    pointer-events: auto;
    visibility: visible;
}

.corp-tours-solutions-modal__scrim {
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    inset: 0;
    opacity: 0;
    position: fixed;
    transition: opacity 220ms ease;
    width: 100%;
}

.corp-tours-solutions-modal.is-open .corp-tours-solutions-modal__scrim {
    opacity: 1;
}

.corp-tours-solutions-modal__sheet {
    background: #fff;
    border-radius: 28px 28px 0 0;
    bottom: 0;
    left: 0;
    max-height: calc(100dvh - 24px);
    overflow-y: auto;
    padding: 16px;
    position: fixed;
    right: 0;
    transform: translateY(100%);
    transition: transform 280ms ease;
    z-index: 1;
}

.corp-tours-solutions-modal.is-open .corp-tours-solutions-modal__sheet {
    transform: translateY(0);
}

.corp-tours-solutions-modal__close {
    align-items: center;
    background: #dbdfe3;
    border: 0;
    border-radius: 100px;
    cursor: pointer;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 18px;
    width: 24px;
    z-index: 1;
}

.corp-tours-solutions-modal__close img {
    display: block;
    height: 10px;
    width: 10px;
}

.corp-tours-solutions-modal__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-right: 32px;
}

.corp-tours-solutions-modal__title {
    color: #1a1b1f;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    margin: 0;
    text-align: center;
}

.corp-tours-solutions-modal__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.corp-tours-solutions-modal__block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.corp-tours-solutions-modal__intro {
    color: #111114;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}

.corp-tours-solutions-modal__features {
    display: grid;
    gap: 4px;
    list-style: disc;
    margin: 0;
    padding-left: 24px;
}

.corp-tours-solutions-modal__features li {
    color: #111114;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.corp-tours-solutions-modal__note {
    color: #0b0b0d;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}

.corp-tours-solutions-modal__extra {
    display: grid;
    gap: 8px;
}

.corp-tours-solutions-modal__extra-title {
    color: #0b0b0d;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}

.corp-tours-solutions-modal__extra-list {
    display: grid;
    gap: 4px;
    list-style: disc;
    margin: 0;
    padding-left: 24px;
}

.corp-tours-solutions-modal__extra-list li {
    color: #0b0b0d;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.corp-tours-mobile-lead-modal {
    height: 100%;
    inset: 0;
    pointer-events: none;
    position: fixed;
    visibility: hidden;
    width: 100%;
    z-index: 1100;
}

.corp-tours-mobile-lead-modal.is-open {
    pointer-events: auto;
    visibility: visible;
}

.corp-tours-mobile-lead-modal__scrim {
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    inset: 0;
    opacity: 0;
    position: fixed;
    transition: opacity 220ms ease;
    width: 100%;
}

.corp-tours-mobile-lead-modal.is-open .corp-tours-mobile-lead-modal__scrim {
    opacity: 1;
}

.corp-tours-mobile-lead-modal__sheet {
    background: #fff;
    border-radius: 28px 28px 0 0;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 12px;
    left: 0;
    max-height: calc(100dvh - 24px);
    overflow-y: auto;
    padding: 16px 16px calc(24px + env(safe-area-inset-bottom, 0px));
    position: fixed;
    right: 0;
    transform: translateY(100%);
    transition: transform 280ms ease;
    z-index: 1;
}

.corp-tours-mobile-lead-modal.is-open .corp-tours-mobile-lead-modal__sheet {
    transform: translateY(0);
}

.corp-tours-mobile-lead-modal__close {
    align-items: center;
    background: #dbdfe3;
    border: 0;
    border-radius: 100px;
    cursor: pointer;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 18px;
    width: 24px;
    z-index: 1;
}

.corp-tours-mobile-lead-modal__close img {
    display: block;
    height: 10px;
    width: 10px;
}

.corp-tours-mobile-lead-modal__head {
    display: grid;
    gap: 4px;
    justify-items: center;
    padding: 0 32px;
    text-align: center;
}

.corp-tours-mobile-lead-modal__title {
    color: #1a1b1f;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    margin: 0;
}

.corp-tours-mobile-lead-modal__lead {
    color: #767984;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    max-width: 278px;
}

.corp-tours-mobile-lead-modal__form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.corp-tours-mobile-lead-modal__fields {
    display: grid;
    gap: 12px;
}

.corp-tours-mobile-lead-modal__field {
    display: block;
}

.corp-tours-mobile-lead-modal__input {
    background: #f0f1f2;
    border: 1px solid #d6dade;
    border-radius: 8px;
    box-sizing: border-box;
    color: #1a1b1f;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 14px 16px;
    width: 100%;
}

.corp-tours-mobile-lead-modal__input::placeholder {
    color: #767984;
}

.corp-tours-mobile-lead-modal__footer {
    display: grid;
    gap: 24px;
}

.corp-tours-mobile-lead-modal__consent {
    align-items: flex-start;
    display: flex;
    gap: 8px;
}

.corp-tours-mobile-lead-modal__consent .corp-tours-form__consent-text {
    color: #767984;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.corp-tours-mobile-lead-modal__consent .corp-tours-form__consent-text a {
    color: #016bb9;
    text-decoration: none;
}

.corp-tours-mobile-lead-modal__submit {
    background: #CC0033;
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    min-height: 52px;
    padding: 14px 20px;
    position: relative;
    width: 100%;
}

@media (min-width: 900px) {
    .corp-tours-solutions-modal {
        display: none !important;
    }

    .corp-tours-mobile-lead-modal {
        display: none !important;
    }
}

.corp-tours-consent--error span,
.corp-tours-consent--error .corp-tours-form__consent-text {
    color: var(--corp-tours-red, #e41f26);
}

.corp-tours-consent--error a {
    color: var(--corp-tours-red, #e41f26);
}

@media (min-width: 900px) {
    .corp-tours-hero__form.corp-tours-form-card {
        gap: 16px;
        padding: 24px;
    }

    .corp-tours-hero__form .corp-tours-form__consent {
        margin-top: 16px;
    }

    .corp-tours-hero__form .corp-tours-form__consent span,
    .corp-tours-hero__form .corp-tours-form__consent-text {
        font-size: 13px;
        line-height: 16px;
    }

    .corp-tours-hero__form .corp-tours-consent--error .corp-tours-form__consent-text a {
        color: #016bb9;
    }
}

.corp-tours-success-modal {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    min-height: 100dvh;
    opacity: 0;
    padding: 16px;
    pointer-events: none;
    position: fixed;
    transition: opacity 220ms ease, visibility 220ms ease;
    visibility: hidden;
    width: 100%;
    z-index: 1200;
}

.corp-tours-success-modal.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.corp-tours-success-modal__scrim {
    background: rgba(0, 0, 0, 0.4);
    inset: 0;
    position: absolute;
}

.corp-tours-success-modal__sheet {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 1px 4px rgba(22, 29, 63, 0.25);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-height: calc(100dvh - 32px);
    max-width: 560px;
    overflow: hidden;
    padding: 32px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.corp-tours-success-modal__close {
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    height: 14px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 14px;
    z-index: 1;
}

.corp-tours-success-modal__close img {
    display: block;
    height: 10px;
    width: 10px;
}

.corp-tours-success-modal__head {
    display: grid;
    gap: 8px;
    padding-right: 25px;
}

.corp-tours-success-modal__title {
    color: #111114;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 46px;
    margin: 0;
}

.corp-tours-success-modal__lead {
    color: #767984;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

.corp-tours-success-modal__footer {
    display: grid;
    gap: 12px;
}

.corp-tours-success-modal__btn {
    background: #016bb9;
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-family: "Nunito Sans", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    min-height: 52px;
    padding: 14px 20px;
    width: 100%;
}

@media (max-width: 899px) {
    .corp-tours-success-modal {
        align-items: stretch;
        display: block;
        height: 100%;
        inset: 0;
        min-height: 0;
        opacity: 1;
        padding: 0;
        transition: none;
        visibility: hidden;
    }

    .corp-tours-success-modal.is-open {
        visibility: visible;
    }

    .corp-tours-success-modal__scrim {
        height: 100%;
        opacity: 0;
        position: fixed;
        transition: opacity 220ms ease;
        width: 100%;
    }

    .corp-tours-success-modal.is-open .corp-tours-success-modal__scrim {
        opacity: 1;
    }

    .corp-tours-success-modal__sheet {
        border-radius: 28px 28px 0 0;
        bottom: 0;
        box-shadow: none;
        gap: 24px;
        left: 0;
        max-height: calc(100dvh - 24px);
        max-width: none;
        overflow-y: auto;
        padding: 16px 16px calc(24px + env(safe-area-inset-bottom, 0px));
        position: fixed;
        right: 0;
        top: auto;
        transform: translateY(100%);
        transition: transform 280ms ease;
        width: 100%;
    }

    .corp-tours-success-modal.is-open .corp-tours-success-modal__sheet {
        transform: translateY(0);
    }

    .corp-tours-success-modal__close {
        align-items: center;
        background: #dbdfe3;
        border-radius: 100px;
        height: 24px;
        justify-content: center;
        right: 16px;
        top: 18px;
        width: 24px;
    }

    .corp-tours-success-modal__head {
        gap: 4px;
        justify-items: center;
        padding: 0 32px;
        text-align: center;
    }

    .corp-tours-success-modal__title {
        color: #1a1b1f;
        font-size: 20px;
        line-height: 28px;
    }

    .corp-tours-success-modal__lead {
        font-size: 16px;
        line-height: 24px;
        max-width: 328px;
    }

    .corp-tours-success-modal__footer {
        gap: 24px;
    }

    .corp-tours-success-modal__btn {
        background: #cc0033;
    }
}

@media (min-width: 900px) {
    .corp-tours-success-modal__sheet {
        width: 560px;
    }
}
