

/* Start:/local/templates/discoverynn/components/bitrix/catalog.element/main_new/style.css?178870793913368*/
.star-cb-group {
    /* remove inline-block whitespace */
    font-size: 0;
    /* flip the order so we can use the + and ~ combinators */
    unicode-bidi: bidi-override;
    direction: rtl;
    /* the hidden clearer */
    display: flex;
    justify-content: end;
    padding-left: 0 !important;
}

.star-cb-group * {
    font-size: 1.5rem;
}

.star-cb-group>input {
    display: none;
}

.star-cb-group>input+label {
    /* only enough room for the star */
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
}

.star-cb-group>input+label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "\2606";
    color: #888;
}

.star-cb-group>input:checked~label:before, .star-cb-group>input+label:not(.nohover):hover~label:before, .star-cb-group>input+label:not(.nohover):hover:before {
    content: "\2605";
    color: #FFC700;
    text-shadow: 0 0 1px #333;
}

.star-cb-group>.star-cb-clear+label {
    text-indent: -9999px;
    width: 0.5em;
    margin-left: -0.5em;
}

.star-cb-group>.star-cb-clear+label:before {
    width: 0.5em;
}

.star-cb-group:not(.nohover):hover>input+label:before {
    content: "\2606";
    color: #888;
    text-shadow: none;
}

.star-cb-group:not(.nohover):hover>input+label:not(.nohover):hover~label:before, .star-cb-group:not(.nohover):hover>input+label:not(.nohover):hover:before {
    content: "\2605";
    color: #FFC700;
}

.star-cb-group>input+label:before {
    content: "\2605";
    color: #DEDCE3;
}

.stars .nohover {
    pointer-events: none;
}

.js-form-errors .alert {
    color: red;
    padding: 15px 0;
}

.map-under-title {
    display: flex;
    justify-content: space-between;
}

.map-under_filter {
    display: flex;
}

.tour_main__heading .tour_heading__title {
    font-size: clamp(1.625rem, 1.17rem + 1.94vw, 2.125rem) !important;
}


* {
    /* outline: 1px solid !important; */
}


/* =====================================================
   TOUR PRESENTATION: ROUTE AND BENEFITS
   Общие стили презентационного блока страницы тура
===================================================== */

#vo-tour-presentation,
#vo-tour-presentation *,
#vo-tour-presentation *::before,
#vo-tour-presentation *::after {
    box-sizing: border-box;
}

#vo-tour-presentation {
    width: 100%;
    color: #1b202d;
    font-family: inherit;
}

/* ОБЩИЕ ЗАГОЛОВКИ */

#vo-tour-presentation .vo-section-title {
    margin: 0 0 16px;
    color: #1b202d;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.35;
}

/* =====================================================
   МАРШРУТ ТУРА
===================================================== */

#vo-tour-route {
    width: 100%;
}

#vo-tour-route .route-frame {
    padding: 22px 28px 23px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d0d9de;
    border-radius: 30px;
    box-shadow:
        0 3px 6px rgba(0, 0, 0, 0.05),
        0 11px 11px rgba(0, 0, 0, 0.04),
        0 24px 14px rgba(0, 0, 0, 0.03),
        0 42px 17px rgba(0, 0, 0, 0.01);
}

#vo-tour-route .route-board {
    position: relative;
    width: 85%;
    max-width: 980px;
    margin: 0 auto;
}

/* Горизонтальные линии маршрута */

#vo-tour-route .route-board::before,
#vo-tour-route .route-board::after {
    position: absolute;
    z-index: 0;
    right: 12.5%;
    left: 12.5%;
    height: 2px;
    content: "";
    background: #b7cedf;
}

#vo-tour-route .route-board::before {
    top: 59px;
}

#vo-tour-route .route-board::after {
    top: 107px;
}

/* Сетка остановок */

#vo-tour-route .route-stops {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-template-rows: auto auto;
    row-gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

#vo-tour-route .route-stop {
    position: relative;
    display: grid;
    grid-template-rows: 24px 23px 28px;
    justify-items: center;
    min-width: 0;
    padding: 0 3px;
    margin: 0;
    text-align: center;
}

#vo-tour-route .route-stop:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1;
}

#vo-tour-route .route-stop:nth-child(2) {
    grid-column: 3 / span 2;
    grid-row: 1;
}

#vo-tour-route .route-stop:nth-child(3) {
    grid-column: 5 / span 2;
    grid-row: 1;
}

#vo-tour-route .route-stop:nth-child(4) {
    grid-column: 7 / span 2;
    grid-row: 1;
}

#vo-tour-route .route-stop:nth-child(5) {
    grid-column: 7 / span 2;
    grid-row: 2;
}

#vo-tour-route .route-stop:nth-child(6) {
    grid-column: 4 / span 2;
    grid-row: 2;
}

#vo-tour-route .route-stop:nth-child(7) {
    grid-column: 1 / span 2;
    grid-row: 2;
}

/* Стрелки верхнего направления */

#vo-tour-route .route-stop:nth-child(1)::before,
#vo-tour-route .route-stop:nth-child(2)::before,
#vo-tour-route .route-stop:nth-child(3)::before {
    position: absolute;
    z-index: 3;
    top: 56px;
    right: -4px;
    width: 7px;
    height: 7px;
    content: "";
    border-top: 2px solid #246eac;
    border-right: 2px solid #246eac;
    transform: rotate(45deg);
}

/* Стрелки обратного направления */

#vo-tour-route .route-stop:nth-child(5)::before,
#vo-tour-route .route-stop:nth-child(6)::before {
    position: absolute;
    z-index: 3;
    top: 9px;
    left: -4px;
    width: 7px;
    height: 7px;
    content: "";
    border-bottom: 2px solid #246eac;
    border-left: 2px solid #246eac;
    transform: rotate(45deg);
}

/* Поворот между пунктами 04 и 05 */

#vo-tour-route .route-stop:nth-child(4)::after {
    position: absolute;
    z-index: 0;
    top: 58px;
    left: 50%;
    width: 50%;
    height: 51px;
    content: "";
    border-top: 2px solid #b7cedf;
    border-right: 2px solid #b7cedf;
    border-bottom: 2px solid #b7cedf;
    border-radius: 0 22px 22px 0;
}

/* Стрелка на повороте */

#vo-tour-route .route-stop:nth-child(4)::before {
    position: absolute;
    z-index: 3;
    top: 78px;
    right: -3px;
    width: 7px;
    height: 7px;
    content: "";
    border-right: 2px solid #246eac;
    border-bottom: 2px solid #246eac;
    transform: rotate(45deg);
}

#vo-tour-route .route-city {
    grid-row: 1;
    color: #1b202d;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    white-space: nowrap;
}

#vo-tour-route .route-caption {
    grid-row: 2;
    color: #596b77;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    white-space: nowrap;
}

#vo-tour-route .route-node {
    position: relative;
    z-index: 3;
    grid-row: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    background: #246eac;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #fff;
}

#vo-tour-route .route-stop-lower {
    grid-template-rows: 28px 30px 24px;
}

#vo-tour-route .route-stop-lower .route-node {
    grid-row: 1;
}

#vo-tour-route .route-stop-lower .route-city {
    grid-row: 2;
    align-self: end;
}

#vo-tour-route .route-stop-lower .route-caption {
    grid-row: 3;
}

#vo-tour-route .route-endpoint .route-node {
    background: #f5a013;
}

/* =====================================================
   ИНФОРМАЦИОННЫЙ БЛОК
===================================================== */

#vo-premium-clean {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding: 30px;
    margin-top: 30px;
    color: #1b202d;
    background: #fff;
    border: 1px solid #d0d9de;
    border-radius: 28px;
    box-shadow: 0 16px 34px rgba(29, 52, 69, 0.07);
}

#vo-premium-clean h2,
#vo-premium-clean h3,
#vo-premium-clean p {
    margin-top: 0;
}

#vo-premium-clean .vo-lead {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 38px;
    align-items: start;
    padding-bottom: 24px;
    border-bottom: 1px solid #d0d9de;
}

/* Заголовок сделан как «Маршрут тура» */

#vo-premium-clean .vo-lead-title {
    margin: 0;
    color: #1b202d;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.35;
}

/* Обычный текст без жирности */

#vo-premium-clean .vo-lead-text {
    margin: 1px 0 0;
    color: #596b77;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

#vo-premium-clean .vo-block {
    padding: 23px 25px;
    background: #eef6fb;
    border-radius: 21px;
}

/* Заголовки колонок — жирные */

#vo-premium-clean .vo-block-title {
    margin: 0 0 14px;
    color: #1b202d;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.35;
}

/* Текст тезисов — обычный */

#vo-premium-clean ul,
#vo-premium-clean ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

#vo-premium-clean .vo-checks {
    display: grid;
    gap: 11px;
}

#vo-premium-clean .vo-checks li {
    position: relative;
    padding-left: 24px;
    color: #1b202d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

#vo-premium-clean .vo-checks li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "✓";
    color: #246eac;
    font-weight: 600;
}

#vo-premium-clean .vo-reasons {
    display: grid;
    gap: 11px;
    counter-reset: reason;
}

#vo-premium-clean .vo-reasons li {
    counter-increment: reason;
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    color: #1b202d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

#vo-premium-clean .vo-reasons li::before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    content: counter(reason);
    color: #246eac;
    background: #dcecf7;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
}

/* Нижняя горизонтальная колонка */

#vo-premium-clean .vo-outcome {
    grid-column: 1 / -1;
    padding: 22px 25px 0;
    border-top: 1px solid #d0d9de;
}

#vo-premium-clean .vo-outcome-title {
    margin: 0 0 8px;
    color: #1b202d;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.35;
}

#vo-premium-clean .vo-outcome-text {
    max-width: 920px;
    margin: 0;
    color: #344b5a;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

/* =====================================================
   МОБИЛЬНАЯ ВЕРСИЯ
===================================================== */

@media (max-width: 700px) {
    #vo-tour-presentation .vo-section-title {
        margin-bottom: 12px;
        font-size: 23px;
    }

    #vo-tour-route .route-frame {
        padding: 18px 20px 20px;
        border-radius: 20px;
    }

    #vo-tour-route .route-board {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    #vo-tour-route .route-board::before,
    #vo-tour-route .route-board::after {
        display: none;
    }

    #vo-tour-route .route-stops {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    #vo-tour-route .route-stop,
    #vo-tour-route .route-stop-lower {
        position: relative;
        display: grid;
        grid-template-columns: 26px minmax(0, 1fr);
        grid-template-rows: auto auto;
        column-gap: 14px;
        justify-items: start;
        min-height: 44px;
        padding: 0;
        text-align: left;
    }

    #vo-tour-route .route-stop::before {
        display: none;
    }

    #vo-tour-route .route-stop:nth-child(4)::after {
        display: none;
    }

    #vo-tour-route .route-stop:not(:last-child)::after {
        position: absolute;
        z-index: 0;
        top: 27px;
        bottom: -20px;
        left: 12px;
        display: block;
        width: 1px;
        height: auto;
        content: "";
        background: #b7cedf;
        border: 0;
        border-radius: 0;
    }

    #vo-tour-route .route-stop .route-node,
    #vo-tour-route .route-stop-lower .route-node {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    #vo-tour-route .route-stop .route-city,
    #vo-tour-route .route-stop-lower .route-city {
        grid-column: 2;
        grid-row: 1;
        align-self: auto;
        font-size: 18px;
    }

    #vo-tour-route .route-stop .route-caption,
    #vo-tour-route .route-stop-lower .route-caption {
        grid-column: 2;
        grid-row: 2;
        font-size: 14px;
    }

    #vo-premium-clean {
        grid-template-columns: 1fr;
        padding: 22px;
        margin-top: 24px;
        border-radius: 21px;
    }

    #vo-premium-clean .vo-lead {
        grid-column: 1;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    #vo-premium-clean .vo-lead-title {
        font-size: 23px;
    }

    #vo-premium-clean .vo-block {
        grid-column: 1;
        padding: 20px;
    }

    #vo-premium-clean .vo-outcome {
        grid-column: 1;
        padding: 20px 0 0;
    }

    #vo-premium-clean .vo-lead-text,
    #vo-premium-clean .vo-checks li,
    #vo-premium-clean .vo-reasons li,
    #vo-premium-clean .vo-outcome-text {
        font-size: 15px;
    }
}


/* End */
/* /local/templates/discoverynn/components/bitrix/catalog.element/main_new/style.css?178870793913368 */
