body.cbe-site-mode-city-tour .hero-slide-widget__overlay {
    padding-bottom: clamp(28px, 7vh, 84px);
}

body.cbe-site-mode-city-tour .hero-slide-widget__panel {
    max-width: min(1320px, calc(100vw - 36px));
    margin: 0 auto;
    padding: 16px;
    border: 1px solid rgba(22, 128, 106, .18);
    border-radius: 24px;
    background: rgba(248, 253, 251, .96);
    box-shadow: 0 18px 44px rgba(23, 59, 77, .18);
    color: #17324d;
    backdrop-filter: blur(14px);
}

body.cbe-site-mode-city-tour .hero-tour-search-form {
    display: grid;
    grid-template-columns: minmax(220px, .92fr) minmax(180px, .72fr) minmax(220px, .9fr) minmax(300px, .86fr);
    gap: 0;
    align-items: stretch;
    min-height: 76px;
}

body.cbe-site-mode-city-tour .hero-tour-search-form__field {
    position: relative;
    display: grid;
    align-content: center;
    gap: 8px;
    min-width: 0;
    padding: 0 22px;
    border-right: 1px solid rgba(22, 128, 106, .14);
}

body.cbe-site-mode-city-tour .hero-tour-search-form__field label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #718894;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    line-height: 1.2;
    text-transform: uppercase;
}

body.cbe-site-mode-city-tour .hero-tour-search-form__field label i {
    color: #16806a;
    font-size: 15px;
}

body.cbe-site-mode-city-tour .hero-tour-search-form__field select,
body.cbe-site-mode-city-tour .hero-tour-search-form__field input {
    width: 100%;
    height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #173b4d;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    outline: none;
    box-shadow: none;
}

body.cbe-site-mode-city-tour .hero-tour-search-form__field select {
    cursor: pointer;
}

body.cbe-site-mode-city-tour .hero-tour-search-form__field select option {
    color: #17324d;
    font-size: 15px;
    font-weight: 500;
}

body.cbe-site-mode-city-tour .hero-tour-search-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 280px;
    min-height: 76px;
    margin-left: 18px;
    padding: 0 30px;
    border: 0;
    border-radius: 8px;
    background: #16806a;
    color: #fff;
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 14px 30px rgba(22, 128, 106, .28);
    transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

body.cbe-site-mode-city-tour .hero-tour-search-form__submit:hover,
body.cbe-site-mode-city-tour .hero-tour-search-form__submit:focus {
    background: #0d5649;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 18px 38px rgba(13, 86, 73, .34);
    outline: none;
}

@media (max-width: 991px) {
    body.cbe-site-mode-city-tour .hero-tour-search-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        min-height: 0;
    }

    body.cbe-site-mode-city-tour .hero-tour-search-form__field {
        padding: 12px 14px;
        border: 1px solid rgba(22, 128, 106, .14);
        border-radius: 8px;
        background: #fff;
    }

    body.cbe-site-mode-city-tour .hero-tour-search-form__submit {
        min-height: 58px;
        min-width: 0;
        margin-left: 0;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    body.cbe-site-mode-city-tour .hero-slide-widget__panel {
        max-width: none;
        padding: 12px;
        border-radius: 24px;
    }

    body.cbe-site-mode-city-tour .hero-tour-search-form {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    body.cbe-site-mode-city-tour .hero-tour-search-form__field {
        gap: 5px;
        padding: 10px 12px;
    }

    body.cbe-site-mode-city-tour .hero-tour-search-form__field select,
    body.cbe-site-mode-city-tour .hero-tour-search-form__field input {
        height: 28px;
        font-size: 16px;
    }

    body.cbe-site-mode-city-tour .hero-tour-search-form__submit {
        min-height: 50px;
        border-radius: 24px;
        font-size: 17px;
    }
}
