

/* Start:/local/components/flashformat/tours.list/templates/.default/style.css?17779726106189*/
:root {
    --primary: #0056b3;
    --primary-hover: #003d80;
    --border: #cbd5e1;
    --bg: #f8fafc;
    --text: #1e293b;
    --text-muted: #64748b;
    --radius: 10px;
}

#tours-block .text-container{
    color: var(--color8);
    font-size: 1.4rem;
    font-family: 'Myriad Pro Light', sans-serif;
    padding-top: 5%;
}

.promotion-card-text h3{
    font-family: "Bad Russian Regular";
    font-size: 35px;
    color: var(--color5);
    white-space: pre-line;
    padding: 0 10px;
    padding-bottom: 20px;
}
#tours-block{
    background-color: var(--color7);
}

/*modal*/
#tours-block .modal-content{
    background-color: transparent;
}

#tours-block .modal-header .btn-close{
    -ms-filter: invert(1);
    filter: invert(1);
}
#tours-block .promo-header{
    font-size: 4rem;
    padding: 5rem 0 0 0;
}

#tours-block .modal-header{
    font-family: 'Myriad Pro Light', sans-serif;
    color: white;
    text-transform: uppercase;
}

#tours-block .modal-text-content{
    font-family: 'Myriad Pro Light', sans-serif;
    color: white;
    font-size: 1.2rem;
}

/*form in modal*/
#tours-block .btn-close{
    right: 15px;
    top: 15px;
}
.booking-form {
    background: #ffffff;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    width: 100%;
    max-width: 460px;
}

.form-group {
    margin-bottom: 1.25rem;
    font-family: 'Myriad Pro Light', sans-serif;
}

.form-group label {
    display: block;
    margin-bottom: 0.4rem;
    font-weight: 500;
    color: var(--text);
    font-size: 0.95rem;
}

.form-group input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    font-size: 1rem;
    color: var(--text);
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-group input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(0, 86, 179, 0.15);
}

.form-checkboxes {
    margin: 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.88rem;
    line-height: 1.45;
    color: var(--text-muted);
    cursor: pointer;
    font-family: 'Myriad Pro Light', sans-serif;
}

.checkbox-label input[type="checkbox"] {
    margin-top: 0.2rem;
    width: 18px;
    height: 18px;
    accent-color: var(--primary);
    flex-shrink: 0;
    cursor: pointer;
}

.checkbox-label a {
    color: var(--primary);
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.checkbox-label a:hover {
    color: var(--primary-hover);
}

.btn-submit {
    width: 100%;
    padding: 0.7rem;
    background: var(--primary);
    color: #fff;
    border: none;
    border-radius: var(--radius);
    font-size: 1rem;
    font-family: 'Myriad Pro Light', sans-serif;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
}

.btn-submit:hover { background: var(--primary-hover); }
.btn-submit:active { transform: scale(0.985); }
.btn-submit:disabled {
    background: #94a3b8;
    cursor: not-allowed;
}

.date-range label { margin-bottom: 0.5rem; }
.date-inputs {
    display: flex;
    gap: 1rem;
}
.date-inputs > div { flex: 1; }
.date-inputs label {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 0.3rem;
    display: block;
}

.date-inputs input{
    height: 60px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    transform: scale(0.8);      /* Масштаб: 0.8 = 80% от исходного */
    opacity: 0.7;               /* Делаем чуть менее контрастной */
    cursor: pointer;
    padding: 0;
    margin-left: 6px;           /* Отступ от текста поля */
    margin-top: 10px;
}

.form-header{
    font-family: 'Myriad Pro Light', sans-serif;
    font-size: 1.4rem;
    padding-bottom: 1rem;
}

.success-sending{
    display: none;
    background-color: #ffffff;
    font-family: 'Myriad Pro Light';
    font-size: 1.4rem;
    text-transform: uppercase;
    border-radius: 15px;
    text-align: center;
    padding: 2rem 0rem;
}
#tour-intro .regular-text{
    font-size: 25px;
    text-wrap: balance;
}
.waypoint .waypoint-text-block{
    padding: 4rem 9rem 4rem 4rem;
    margin-top: 5rem;
}
.waypoint .waypoint-text-block.reverse-block{
    padding: 4rem 4rem 4rem 9rem;
}

.waypoint-head-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.waypoint .waypoint-image{
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: calc(100% + 120px);
    height: 500px;
    left: -100px;
}
.waypoint .waypoint-image.reverse-block{
    right: -100px;
    left: unset;
}

@media (min-width: 992px){
    #tour-intro .regular-text{
        padding-inline: 5rem;
    }
}

@media (max-width: 991px){
    .waypoint .waypoint-image{
        position: relative;
        left: unset;
        width: 100%;
    }
    .waypoint .waypoint-image.reverse-block{
        right: unset;
    }
    .waypoint .waypoint-text-block{
        margin-top: 0.5rem;
        padding: 2rem;
        text-align: center;
    }
    .waypoint .waypoint-text-block.reverse-block{
        padding: 2rem;
    }
    #tour-intro .regular-text{
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    #tours-block .text-container{
        font-size: 1.2rem;
    }
    #tours-block .text-container {
        padding-top: 10%;
    }
    #tours-block .promo-header{
        font-size: 2rem;
        padding: 4rem 0 0 0;
    }
    #tour-route .header-text-l{
        font-size: 1.7rem;
    }
    #tour-route .header-text-sm{
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .booking-form { padding: 1.5rem; }
    .date-inputs { flex-direction: column; gap: 0.75rem; }
}
/* End */


/* Start:/local/components/flashformat/fullwidth.banner/templates/.default/style.css?17727939651863*/
.fullwidth-banner-container{
    height: 100vh;
}
.fullwidth-banner-container .gradient-blue{
    background: linear-gradient(360deg, rgb(0 0 0 / 0%) 30%, rgb(0 54 142 / 55%) 72%, rgb(0 25 68 / 86%) 88%) !important;
}
.fullwidth-banner-item{
    height: 100vh !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fullwidth-banner .background-cover{
    position: absolute;
}

.fullwidth-banner .header-text{
    font-size: 7rem;
    color: white;
    z-index: 1;
}
.fullwidth-banner .subheader-text{
    font-size: 1.6rem;
    font-family: 'StyreneALC-Light';
    color: white;
    z-index: 1;
}

.welcome-branches-between{
    position: absolute;
    background-color: white;
    background-image: url(/local/components/flashformat/fullwidth.banner/templates/.default/../../../../../templates/rodina/assets/images/branches.png);
    z-index: 1;
    width: 120px;
    height: 120px;
    background-size: 85%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    top: -120px;
    left: 50%;
    transform: translate(-50%, 50%);
}
@media (max-width: 991px) {
    .fullwidth-banner .header-text{
        font-size: 6rem;
    }
    .fullwidth-banner .subheader-text{
        font-size: 1.25rem;
    }
}
@media (max-width: 767px) {
    .fullwidth-banner-item{
        text-align: center;
        /*padding-inline: .5rem;*/
    }
    .fullwidth-banner .header-text{
        font-size: 6rem;
        line-height: 6rem;
    }
    .header-slider-text{
        padding-inline: 1rem;
    }
}

@media (max-width: 450px){
    .fullwidth-banner .header-text{
        font-size: 5rem;
        line-height: 5rem;
    }
}
/* End */
/* /local/components/flashformat/tours.list/templates/.default/style.css?17779726106189 */
/* /local/components/flashformat/fullwidth.banner/templates/.default/style.css?17727939651863 */
