

/* Start:/local/templates/concept_phoenix_s1/components/bitrix/news.list/slider.with.actions/style.css?17766626553431*/
.main-banners {
    position: relative;
}

.slide_desc {
    position: absolute;
    top: 114px;
    left: 0;
    color: #fff;
    padding: 40px;
    width: 75.3%;
    font-family: 'Roboto', sans-serif, Arial, 'PT Sans Caption';
}

.action {
    display: flex;
    line-height: 1;
}

.action__verb {
    position: relative;
    color: #221F22;
    font-size: 52px;
    font-weight: bold;
    margin-right: 24px;
    z-index: 2;
}

/* Анимация */
.action-animation {
    display: inline-block;
}

.dropping-texts {
    text-align: left;
    vertical-align: -2px;
    font-size: 52px;
    font-weight: 200;
}

.dropping-texts > div {
    opacity: 0;
    margin-left: -30px;
    position: absolute;
    transform-origin: left center;
}

.dropping-texts > div > span {
    position: relative;
    z-index: 2;
}

.dropping-texts > div > svg {
    position: absolute;
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-top: -40px;
}

.slick-current .dropping-texts > div:nth-child(1) {
    animation: roll 7s linear infinite 1s;
}

.slick-current .dropping-texts > div:nth-child(2) {
    animation: roll 7s linear infinite 3s;
}

.slick-current .dropping-texts > div:nth-child(3) {
    animation: roll 7s linear infinite 5s;
}

.main-banners .slick-slide img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.element {
    display: inline-block;
    transform-origin: center;
    animation: roll 2s ease-in-out forwards;
}

@keyframes roll {
    0% {
        transform: scale(0) rotate(-25deg);
        opacity: 0;
        margin-left: -100px;
        margin-top: 0;
    }
    3% {
        opacity: 1;
        transform: scale(0) rotate(-25deg); /* еще не полный размер */
    }
    5% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
        margin-left: 0;
        margin-top: 0;
    }
    20% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
        margin-left: 0;
        margin-top: 0;
    }
    27% {
        opacity: 0;
        margin-left: 0;
    }
    100% {
        opacity: 0;
    }
}

.element2 {
    display: inline-block;
    transform-origin: center;
    animation: roll2 2s ease-in-out forwards;
}

.main-banner-filter {
    position: absolute !important;
    bottom: 164px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.main-banner-filter > div {
    max-width: 928px;
    background: #FFFFFF33;
    backdrop-filter: blur(3px);
    padding: 20px;
    border-radius: 10px;
}

@media (max-width: 1440px) {
    .slide_desc {
        top: 24px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .slider_block .slick-slide img {
        object-fit: fill;
    }
}

@media (max-width: 767px) {
    .slider-item {
        min-height: 450px;
    }

    div.slide_desc {
        position: absolute;
        padding: 15px 20px;
        top: 10px;
    }

    .slide_name {
        font-size: 14px;
    }

    .slide_text {
        font-size: 12px;
        max-width: 100%;
    }

    .slider {
        margin-top: 0 !important;;
    }

    div.slider-item {
        min-height: 445px;
    }

    .action__verb, .dropping-texts {
        font-size: 40px;
    }

    .dropping-texts > div > svg {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-top: -50px;
    }

    .action {
        flex-direction: column;
        gap: 20px;
    }
}

/* End */


/* Start:/local/templates/concept_phoenix_s1/components/dzen/smart.search/main_page/style.css?178246389810480*/
/*------------------------*/
a.search-page-params {
    border-bottom: 1px dashed blue;
    text-decoration: none;
}

div.search-page-params {
    margin-top: 6px;
}

.search-item-rate {
    font-size: 11px;
}

.search-language-guess {
    margin-bottom: 20px;
}

/*------------------------*/
.b-search-result .search-result__btn {
    display: inline-block;
    margin: 0;
    padding: 12px 15px;
    border: none;
    background: #009405;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    vertical-align: top;
    border-radius: 5px;
    width: 200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.b-search-result .search-result__btn:hover {
    background-color: #00a819;
}

/*------------------------*/
.b-result-catalog {
    display: grid;
    grid-template-columns: minmax(0, 240px) 1fr;
    gap: 20px;
    grid-template-areas: "sections items" ". btn";
}

@media (max-width: 767px) {
    .b-result-catalog {
        grid-template-columns: 1fr;
        grid-template-areas: "sections" "items" "btn";
    }
}

@media (max-width: 767px) {
    .b-result-catalog {
        flex-wrap: wrap;
    }
}

.b-result-catalog .result-catalog__sections {
    grid-area: sections;
    flex: 0 0 auto;
}

.b-result-catalog .result-catalog__sections-inner {
    position: sticky;
    top: 10px;
}

@media (max-width: 767px) {
    .b-result-catalog .result-catalog__sections-inner {
        position: static;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
}

.b-result-catalog .result-catalog__sections-title {
    font-weight: 700;
    margin-bottom: 20px;
    hyphens: auto;
    font-size: 18px;
    line-height: 130%;
    color: #333;
}

@media (min-width: 1240px) and (max-width: 1799px) {
    .b-result-catalog .result-catalog__sections-title {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1239px) {
    .b-result-catalog .result-catalog__sections-title {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .b-result-catalog .result-catalog__sections-title {
        font-size: 14px;
        width: 100%;
        margin-bottom: 10px;
    }
}

.b-result-catalog .result-catalog__section {
    margin-bottom: 17px;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.02em;
}

@media (min-width: 1240px) and (max-width: 1799px) {
    .b-result-catalog .result-catalog__section {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1239px) {
    .b-result-catalog .result-catalog__section {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .b-result-catalog .result-catalog__section {
        margin-bottom: 0;
    }
}

.b-result-catalog .result-catalog__section a {
    color: inherit;
    transition: color 0.2s ease-in-out;
}

@media (max-width: 767px) {
    .b-result-catalog .result-catalog__section a {
        font-size: 14px;
    }
}

.b-result-catalog .result-catalog__section a:hover {
    color: #00a819;
}

.b-result-catalog .result-catalog__btn {
    margin-top: 20px;
    grid-area: btn;
}

.b-result-catalog .result-catalog__items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    grid-area: items;
}

@media (min-width: 768px) and (max-width: 1239px) {
    .b-result-catalog .result-catalog__items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .b-result-catalog .result-catalog__items {
        grid-template-columns: repeat(2, 1fr);
    }
}

.b-result-catalog .result-catalog__wrapper {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    flex: 1;
}

@media (max-width: 767px) {
    .b-result-catalog .result-catalog__wrapper {
        padding: 10px;
    }
}

.b-result-catalog .result-catalog__item {
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
    background: #f5f5f5;
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 10;
    position: relative;
    transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

@media (max-width: 767px) {
    .b-result-catalog .result-catalog__item {
        border-radius: 10px;
    }
}

.b-result-catalog .result-catalog__item:hover {
    box-shadow: 0px 0px 12px 0px rgba(51, 51, 51, 0.25);
}

@media (max-width: 767px) {
    .b-result-catalog .result-catalog__item:hover {
        box-shadow: none;
    }
}

.b-result-catalog .result-catalog__item--btn {
    width: 100%;
    padding: 45px 0 0;
    text-align: center;
}

.b-result-catalog .result-catalog__item--btn:hover {
    box-shadow: none;
}

@media (min-width: 768px) and (max-width: 1239px) {
    .b-result-catalog .result-catalog__item--btn {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .b-result-catalog .result-catalog__item--btn {
        padding-top: 8px;
    }
}

.b-result-catalog .result-catalog__item--btn form {
    width: 100%;
}

@media (max-width: 767px) {
    .b-result-catalog .result-catalog__btn {
        width: 100%;
    }
}

.b-result-catalog .result-catalog__content {
    margin-top: auto;
}

@media (max-width: 767px) {
    .b-result-catalog .result-catalog__content {
        display: none;
    }
}

.b-result-catalog .result-catalog__link {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.b-result-catalog .result-catalog__title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.317;
}

@media (min-width: 1240px) and (max-width: 1799px) {
    .b-result-catalog .result-catalog__title {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .b-result-catalog .result-catalog__title {
        font-size: 14px;
    }
}

.b-result-catalog .result-catalog__img {
    display: block;
    overflow: hidden;
}

.b-result-catalog .result-catalog__img img {
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 160px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .b-result-catalog .result-catalog__img img {
        max-height: 100px;
    }
}

.b-result-catalog .result-catalog__old-price {
    position: relative;
    margin-bottom: 1px;
    color: #dfdfdf;
    font-family: "Mulish", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    text-decoration: line-through;
    white-space: nowrap;
}

.b-result-catalog .result-catalog__price {
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
}

.b-search-result-info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
    background: transparent;
}

.b-search-result-info .search-result-info__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-height: 400px;
    overflow-y: auto;
}

.b-search-result-info .search-result-info__explanation {
    margin-bottom: 5px;
    display: flex;
    gap: 15px;
}

.b-search-result .search-result-info__item {
    display: block;
    padding: 2px 0;
    transition: all .2s ease;
    width: fit-content;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.b-search-result .search-result-info__item.active {
    font-weight: 700;
}

.b-search-result-info a:link,
.b-search-result-info a:active,
.b-search-result-info a:visited,
.b-search-result-info a:hover {
    display: block;
    color: #2285c4;
    padding: 2px 0;
    transition: all .2s ease;
    border: none;
}

.b-search-result-info a.no_active:active,
.b-search-result-info a.no_active:visited,
.b-search-result-info a.no_active:hover {
    border: 1px solid rgba(72, 68, 68, 0.7);
    color: rgba(72, 68, 68, 0.7);
}

.b-search-result-info a.no_active:hover {
    color: #fff;
}

.b-search-result-info a:hover {
    color: #fff;
    background: #379ea1;
}

.b-search-result-info .search-result-info__not {
    margin: 0 auto;
    font-size: 30px;
    font-weight: 700;
    color: rgba(72, 68, 68, 0.7);
}

.b-search-result-info a.no_active:hover {
    background: rgba(72, 68, 68, 0.7);
}


input.search-suggest {}

div.search-popup {
    border: 1px solid #333333;
    background: #FFFFFF;
    padding: 2px;
    margin: 0px;
}

div.search-popup-row,
div.search-popup-row-active {
    position: relative;
    padding: 2px 4px;
    margin: 0px;
    cursor: hand;
    cursor: pointer;
}

div.search-popup-row {
    background: #FFFFFF;
}

div.search-popup-row-active {
    background: #EEEEEE;
}

div.search-popup-el-name,
div.search-popup-el-cnt {
    position: relative;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

div.search-popup-el-cnt {
    text-align: right;
    float: right;
}

.b-search-input {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.b-search-input .search-input__clear-icon svg path {
    transition: fill .2s ease;
    fill: #FF373A;

}

.b-btn--search {
    fill: #3E3939;
    background: transparent;
    border: unset;
    width: 20px;
    height: 20px;
    padding: 0;
}

.b-btn--search:hover {
    opacity: 0.8;
}

.b-btn--search svg {
    width: 100%;
    height: 100%;
}

.b-search-input .search-suggest {
    width: 100%;
    height: 40px;
    display: block;
    background: #fff;
    padding: 5px 35px 5px 10px;
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 4px;
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    cursor: pointer;
}

.b-search-input .search-input__btns {
    display: flex;
    gap: 10px;
    position: absolute;
    right: 12px;
}

.b-search-input iframe {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.b-search-input .search-input__wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.b-search-input .search-input__response {
    position: absolute;
    z-index: 11;
    top: calc(100% + 10px);
    background: white;
    left: 0;
    right: 0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}
.b-search-input .search-input__response.active {
    opacity: 1;
    visibility: visible;
}

.search-result__empty {
    text-align: center;
}

.b-search-result .search-result__input {
    display: flex;
    gap: 20px;
    margin-bottom: 12px;
}

/* End */


/* Start:/local/templates/concept_phoenix_s1/components/dzen/smart.filter/main_page/style.css?17824638989660*/
.b-smart-filter {
    color: #fff;
}

/* Base style for Search Button */
.smart-filter__btn-show,
.btn-submit.org-control {
    background: #379ea1 !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    border-radius: 4px;
    height: 38px;
    padding: 0 30px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
}

.smart-filter__btn-show:hover,
.btn-submit.org-control:hover {
    background: #379ea1 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}

.smart-filter__container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    /* Относительно этого контейнера будет позиционироваться список направлений */
}

.filter-show {
    display: none;
    background: #379ea1;
    color: #FF373A;
    padding: 12px 20px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.bg-hidden-checkbox {
    display: none !important;
}

.filter-value-label {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
}

.filter-value-link svg path {
    fill: #379ea1;
}

.filter-value-label.is-selected a,
.filter-value-label.is-selected span.filter-value-link {
    color: #379ea1 !important;
    font-weight: bold;
}

.smart-filter__show-more {
    color: #379ea1;
}

.filter-value-label.disabled {
    opacity: 0.5;
    cursor: default !important;
}

.filter-value-label.disabled a,
.filter-value-label.disabled .filter-value-link {
    cursor: default !important;
}

.smart-filter__row {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

/* Группы элементов */
.smart-filter__group {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Белые плашки для инпутов и селектов */
.smart-filter__box {
    position: relative;
}
.b-smart-filter .smart-filter__box {
    background: #fff;
    border-radius: 4px;
    height: 38px !important;
    display: flex;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.smart-filter__box {
    flex: 1 1 0;
    max-width: 118px;
}

/* Инпуты */
.smart-filter__input {
    border: none;
    background: transparent;
    font-size: 14px;
    color: #333;
    width: 100%;
    height: 100%;
    outline: none;
    padding: 0;
    box-sizing: border-box;
}

.smart-filter__box--date .smart-filter__input {
    background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="%23999" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>');
    background-repeat: no-repeat;
    background-position: right 0 center;
    padding-right: 20px;
}

.smart-filter__box:before {
    content: attr(data-content);
    margin-right: 5px;
}
.smart-filter__box--price:after {
    content: '₽';
    position: absolute;
    right: 11px;
}

.smart-filter__box:before, .smart-filter__box--price:after {
    color: #BEBEBF;
    font-size: 14px;
    font-weight: 700;
}

/* Символы на красном фоне */
.smart-filter__symbol {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
}

.smart-filter__symbol--dash {
    margin: 0 -5px;
}

/* Чекбоксы */
.smart-filter__group--checkboxes {
    gap: 20px;
    display: flex;
    align-items: center;
}

.smart-filter__checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
}

.smart-filter__checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    position: relative;
    margin: 0;
    flex-shrink: 0;
}

.smart-filter__checkbox:checked::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid #0c4852;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg);
}


/* Адаптивность */
@media (max-width: 1200px) {
    .main-banner-filter {
        bottom: 24px;
    }

    .main-banner-filter > div {
        max-width: 768px;
    }
}
@media (max-width: 1024px) {
    .select.select_arrow {
        width: 200px;
    }
}

@media (max-width: 767px) {
    body .b-smart-filter:not(.is-open) {
        padding: 0 !important;
    }

    body .b-smart-filter.is-open {
        padding: 20px 25px !important;
    }

    .filter-show {
        display: block;
    }

    .b-smart-filter.is-open .filter-show {
        margin-bottom: 20px;
    }

    .smart-filter__row--top {
        flex-direction: row !important;
        justify-content: flex-start;
        flex-wrap: wrap;
        display: flex !important;
    }

    .smart-filter__row--bottom {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .smart-filter__row--bottom .form_item {
        width: 100%;
    }

    .select.select_arrow,
    .btn-submit.org-control,
    .smart-filter__btn-show {
        width: 100%;
    }

    .smart-filter__box {
        max-width: unset;
    }
}

@media (max-width: 620px) {
    .smart-filter__row--top {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .smart-filter__row--top .smart-filter__group {
        width: 100% !important;
        justify-content: flex-start;
        gap: 10px;
    }

    .smart-filter__row--top .smart-filter__group--checkboxes {
        margin-left: 0;
        justify-content: space-between;
        gap: 10px;
    }

    .smart-filter__row--top .smart-filter__box {
        flex: 1 1 45% !important; /* Forces 50% roughly */
        width: auto !important;
    }
}

/* Мобильный аккордеон для Вида путешествия (< 700px) */
@media (max-width: 700px) {
    .b-smart-filter .dropdown_wide--trip .dropdown_list__trip {
        display: block !important;
        max-width: 100% !important;
    }

    .b-smart-filter .dropdown_wide--trip .type_sections {
        width: 100% !important;
        flex: none !important;
        border-bottom: 1px solid #eee;
        padding-bottom: 0 !important;
    }

    .b-smart-filter .dropdown_wide--trip .type_sections:last-child {
        border-bottom: none;
    }

    .b-smart-filter .dropdown_wide--trip .section_name {
        padding: 15px 0;
        cursor: pointer;
        position: relative;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0 !important;
        color: #333;
    }

    .b-smart-filter .dropdown_wide--trip .section_name::after {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        border-right: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
        transform: rotate(45deg);
        transition: transform 0.3s ease;
        margin-right: 10px;
    }

    .b-smart-filter .dropdown_wide--trip .type_sections.is-active .section_name::after {
        transform: rotate(-135deg);
    }

    /* Forced hide for items when section is not active */
    .b-smart-filter .dropdown_wide--trip .type_sections:not(.is-active) .type_items {
        display: none !important;
    }

    .b-smart-filter .dropdown_wide--trip .type_sections.is-active .type_items {
        display: flex !important;
        flex-direction: column !important;
        padding-bottom: 15px;
    }
}

/* Стили для тегов (chips) выбранных фильтров */
.smart-filter__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    padding: 0;
}

.smart-filter__tag {
    background: #fff;
    color:#379ea1;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 10px rgba(255, 55, 58, 0.1);
    transition: all 0.2s ease;
    border: 1px solid #379ea1;
    line-height: 1;
}

.smart-filter__tag:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.smart-filter__tag-remove {
    width: 14px;
    height: 14px;
    position: relative;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.smart-filter__tag-remove:hover {
    opacity: 1;
}

.smart-filter__tag-remove::before,
.smart-filter__tag-remove::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 2px;
    background: #379ea1;
    border-radius: 1px;
}

.smart-filter__tag-remove::before {
    transform: translateY(-50%) rotate(45deg);
}

.smart-filter__tag-remove::after {
    transform: translateY(-50%) rotate(-45deg);
}

/* Если тегов нет - скрываем контейнер */
.smart-filter__tags:empty {
    display: none;
}
html body .b-catalog-hero-wrapper .dropdown_wide.dropdown_wide--trip .filter-value-link:hover {
    color: #369da0 !important;
}
/* End */


/* Start:/local/templates/concept_phoenix_s1/components/dzen/entity.list/travels_card/style.css?178246389813289*/
.tour-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow:
        74px 93px 33px 0 rgba(157, 199, 205, 0),
        47px 59px 30px 0 rgba(157, 199, 205, 0.01),
        26px 33px 26px 0 rgba(157, 199, 205, 0.05),
        12px 15px 19px 0 rgba(157, 199, 205, 0.09),
        3px 4px 10px 0 rgba(157, 199, 205, 0.1);
}

.tour-card__media {
    position: relative;
    height: 226px;
    overflow: hidden;
    flex-shrink: 0;
}

.tour-card__media-link {
    display: block;
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.tour-card:hover .tour-card__media-link {
    opacity: 0.8;
}

.tour-card__media-overlay {
    position: absolute;
    inset: 0;
    background: rgba(19, 24, 30, 0.3);
    pointer-events: none;
}

.tour-card__tags {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    z-index: 2;
}

.tour-card__tag {
    display: inline-flex;
    align-items: center;
    padding: 4px 6px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #fff;
}

.tour-card__tag--more {
    background: rgba(255, 255, 255, 0.7);
    color: #181818;
}

.tour-card__age {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.6);
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #181818;
}

.tour-card__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 16px 16px 10px;
}

.tour-card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 auto;
    min-height: 179px;
}

.tour-card__head {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tour-card__head-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    min-width: 0;
}

.tour-card__type {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #0c4852;
}

.tour-card__type a {
    color: inherit;
    text-decoration: none;
}

.tour-card__type a:hover {
    text-decoration: underline;
}

.tour-card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 20.8px;
    color: #181818;
    text-decoration: none;
}

.tour-card__title:hover {
    text-decoration: underline;
}

.tour-card__location {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 14px;
    color: #6b6767;
}

.tour-card__bottom {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tour-card__price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.tour-card__price {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #379ea1;
    white-space: nowrap;
}

.tour-card__price-old {
    font-size: 14px;
    line-height: 14px;
    color: #6b6767;
    text-decoration: line-through;
    white-space: nowrap;
}

.tour-card__discount {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 32px;
    background: #f9e8e8;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #f00;
    white-space: nowrap;
}

.tour-card__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tour-card__date-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.tour-card__date {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #181818;
}

.tour-card__date-icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_170_466)'%3e%3cpath d='M13.3552 4.84375V12.2357C13.3552 12.7957 12.9072 13.2997 12.2912 13.2997H1.76322C1.20322 13.2997 0.699219 12.8517 0.699219 12.2357V4.84375H13.3552Z' stroke='%230C4852' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M13.3559 2.88431V4.84431H0.755859V2.88431C0.755859 2.32431 1.20386 1.82031 1.81986 1.82031H12.3479C12.8519 1.87631 13.3559 2.32431 13.3559 2.88431Z' stroke='%230C4852' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M4.00391 2.71522V0.699219' stroke='%230C4852' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M10.0527 0.699219V2.71522' stroke='%230C4852' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_170_466'%3e%3crect width='14' height='14' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
}

.tour-card__dates-extra {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 32px;
    background: #c2f4f6;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #484444;
    white-space: nowrap;
}

.tour-card__date-empty {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #379EA1;
}

.tour-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.tour-card__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    line-height: 14px;
    color: #484444;
}

.tour-card__meta-item--level::before,
.tour-card__meta-item--person::before,
.tour-card__meta-item--duration::before,
.tour-card__meta-item--length::before {
    content: '';
    flex-shrink: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.tour-card__meta-item--level::before {
    width: 16px;
    height: 14px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.00001 12.5H4V7.5H2V12.5H1V6.5H5.00001V12.5Z' fill='%230C4852'/%3e%3cpath d='M10 12.5H9V4.5H7V12.5H6V3.5H10V12.5Z' fill='%230C4852'/%3e%3cpath d='M15 12.5H14V1.5H12V12.5H11V0.5H15V12.5Z' fill='%230C4852'/%3e%3cpath d='M0 12.5H16V13.5H0V12.5Z' fill='%230C4852'/%3e%3c/svg%3e");
}

.tour-card__meta-item--person::before {
    width: 19px;
    height: 14px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.1278 13.5013V12.0569C13.1278 11.2907 12.8235 10.5559 12.2817 10.0141C11.7399 9.47237 11.0051 9.16797 10.239 9.16797H4.46116C3.69498 9.16797 2.96018 9.47237 2.41841 10.0141C1.87663 10.5559 1.57227 11.2907 1.57227 12.0569V13.5013' stroke='%230C4852' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M7.34787 6.27778C8.94336 6.27778 10.2367 4.98438 10.2367 3.38889C10.2367 1.7934 8.94336 0.5 7.34787 0.5C5.75238 0.5 4.45898 1.7934 4.45898 3.38889C4.45898 4.98438 5.75238 6.27778 7.34787 6.27778Z' stroke='%230C4852' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M17.4597 13.5012V12.0567C17.4592 11.4167 17.2462 10.7949 16.854 10.289C16.4619 9.78312 15.9128 9.42182 15.293 9.26172' stroke='%230C4852' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M12.4043 0.59375C13.0257 0.75286 13.5765 1.11426 13.9698 1.62097C14.3631 2.12769 14.5766 2.7509 14.5766 3.39236C14.5766 4.03382 14.3631 4.65703 13.9698 5.16375C13.5765 5.67047 13.0257 6.03187 12.4043 6.19097' stroke='%230C4852' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.tour-card__meta-item--duration::before {
    width: 17px;
    height: 22px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='22' viewBox='0 0 17 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.0098 11.0156C16.0098 12.4663 15.6524 13.805 14.9378 15.0316C14.2231 16.2583 13.2524 17.229 12.0258 17.9436C10.7991 18.6583 9.46043 19.0156 8.00977 19.0156C6.5591 19.0156 5.22043 18.6583 3.99377 17.9436C2.7671 17.229 1.79643 16.2583 1.08177 15.0316C0.367099 13.805 0.00976562 12.4663 0.00976562 11.0156C0.00976562 9.56496 0.367099 8.22629 1.08177 6.99962C1.79643 5.77296 2.7671 4.80229 3.99377 4.08762C5.22043 3.37296 6.5591 3.01562 8.00977 3.01562C9.46043 3.01562 10.7991 3.37296 12.0258 4.08762C13.2524 4.80229 14.2231 5.77296 14.9378 6.99962C15.6524 8.22629 16.0098 9.56496 16.0098 11.0156ZM14.1378 11.0156C14.1378 9.33029 13.5404 7.88496 12.3458 6.67962C11.1511 5.47429 9.70577 4.87696 8.00977 4.88762C6.66577 4.88762 5.46043 5.28229 4.39377 6.07162L4.42577 6.10362C3.91377 6.47696 3.4711 6.91962 3.09777 7.43162L3.06577 7.39962C2.27643 8.46629 1.88177 9.67162 1.88177 11.0156C1.88177 12.701 2.48443 14.141 3.68977 15.3356C4.8951 16.5303 6.3351 17.133 8.00977 17.1436C9.35377 17.1436 10.5591 16.749 11.6258 15.9596L11.5938 15.9276C12.1058 15.5543 12.5484 15.1116 12.9218 14.5996L12.9538 14.6316C13.7431 13.565 14.1378 12.3596 14.1378 11.0156ZM10.8898 14.2156C10.8898 14.4823 10.7991 14.7063 10.6178 14.8876C10.4364 15.069 10.2071 15.1623 9.92977 15.1676C9.65243 15.173 9.42843 15.0796 9.25777 14.8876L7.33777 12.9676C7.14577 12.7756 7.04977 12.445 7.04977 11.9756V6.85562C7.04977 6.58896 7.14577 6.35962 7.33777 6.16762C7.52977 5.97562 7.75377 5.88496 8.00977 5.89562C8.26577 5.90629 8.4951 5.99696 8.69777 6.16762C8.90043 6.33829 8.9911 6.56762 8.96977 6.85562V11.8956L10.6018 13.5436C10.7938 13.7143 10.8898 13.9383 10.8898 14.2156Z' fill='%230C4852'/%3e%3c/svg%3e");
}

.tour-card__meta-item--length::before {
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.3333 14.6667C15.7015 14.6667 16 14.9651 16 15.3333C16 15.7015 15.7015 16 15.3333 16H0.666667C0.298477 16 0 15.7015 0 15.3333C0 14.9651 0.298477 14.6667 0.666667 14.6667H15.3333ZM3.92578 5.70378C4.29397 5.70378 4.59245 6.00225 4.59245 6.37044V12.8887C4.59245 13.2569 4.29397 13.5553 3.92578 13.5553H0.666667C0.298477 13.5553 0 13.2569 0 12.8887V6.37044C0 6.00225 0.298477 5.70378 0.666667 5.70378H3.92578ZM9.62956 0C9.99775 0 10.2962 0.298477 10.2962 0.666667V12.8887C10.2962 13.2569 9.99775 13.5553 9.62956 13.5553H6.37044C6.00225 13.5553 5.70378 13.2569 5.70378 12.8887V0.666667C5.70378 0.298477 6.00225 0 6.37044 0H9.62956ZM15.3333 3.25911C15.7015 3.25911 15.9999 3.55766 16 3.92578V12.8887C16 13.2569 15.7015 13.5553 15.3333 13.5553H12.0742C11.706 13.5553 11.4076 13.2569 11.4076 12.8887V3.92578C11.4076 3.55766 11.7061 3.25911 12.0742 3.25911H15.3333ZM12.7409 12.222H14.6667V4.59245H12.7409V12.222ZM7.03711 12.222H8.96289V1.33333H7.03711V12.222ZM1.33333 12.222H3.25911V7.03711H1.33333V12.222Z" fill="%230C4852"/></svg>');
}

.tour-card__footer {
    border-top: 1px solid #e0e0e0;
    padding: 10px 16px;
}

.tour-card__organizer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tour-card__organizer-avatar {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
    background: #feb24b;
}

.tour-card__organizer-avatar img,
.tour-card__organizer-avatar svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tour-card__organizer-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.tour-card__organizer-label {
    font-size: 12px;
    line-height: 12px;
    color: #6b6767;
}

.tour-card__organizer-link {
    font-size: 12px;
    line-height: 12px;
    color: #181818;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tour-card__organizer-link:hover {
    text-decoration: none;
}

.find-travel__items.tour-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}

.section--gray-bg:has(.tour-cards-container) {
    padding-bottom:30px;
}

@media (max-width: 1024px) {
    .find-travel__items.tour-cards {
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .section--gray-bg:has(.tour-cards-container) {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .section--gray-bg:has(.tour-cards-container) .section-title {
        margin-bottom: 20px;
        gap: 0;
    }

    .section--gray-bg:has(.tour-cards-container) .section-title .text {
        font-size: 24px;
        line-height: 28px;
    }

    .find-travel__items.tour-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .tour-card__content {
        min-height: 179px;
    }
}

/* End */


/* Start:/local/components/dzen/story.list/templates/index/style.css?1757502501594*/
.layout {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
}

span.text-yellow {
  color: #fdb24c;
}

.stories-list.count-1 {
  margin: 0;
}
.stories-list.count-1 .stories-item {
  width: 100%;
  margin: 20px 0;
}

span.news-date-time {
  padding-right: 10px;
}

span.icon {
  padding-right: 6px;
}

.meta_item_card span.dz {
  margin-right: 0.5rem;
}

@media (max-width: 767px) {
  .stories-list .stories-item {
    margin: 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/concept_phoenix_s1/components/bitrix/news.list/travelers_index/style.css?17259071601145*/
.traveler-item .layout {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background-position: center;
	background-size: contain;
	box-shadow: 0 4px 10px rgb(0 0 0 / 18%);
}

.travelers-list {
	display: flex;
	margin-top: 30px;
	flex-wrap: wrap;
}

.traveler-item {
	display: flex;
	width: 16.6%;
	justify-content: center;
	text-align: center;
	margin-bottom: 20px;
}

.traveler-name {
	font-size: 20px;
	color: initial;
	margin: 20px 0 0;
	max-width: 180px;
}

.label_instructor {
	position: absolute;
	bottom: -15px;
	background: url('/images/instructor.png');
	width: 50px;
	height: 30px;
	left: 50%;
	margin-left: -25px;
}

.traveler-item .layout {
	position: relative;
}

.label_stories {
	position: absolute;
	right: -6px;
	top: -4px;
	background: url('/images/svg/cloud.svg') center center no-repeat;
	font-weight: bold;
	color: rgba(247, 151, 55, 1);
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {

	.traveler-item {
		display: flex;
		width: 50%;
	}
	.traveler-name {
		max-width: 160px;
	}

	.traveler-item .layout {
		width: 160px;
		height: 160px;
	}
}
/* End */
/* /local/templates/concept_phoenix_s1/components/bitrix/news.list/slider.with.actions/style.css?17766626553431 */
/* /local/templates/concept_phoenix_s1/components/dzen/smart.search/main_page/style.css?178246389810480 */
/* /local/templates/concept_phoenix_s1/components/dzen/smart.filter/main_page/style.css?17824638989660 */
/* /local/templates/concept_phoenix_s1/components/dzen/entity.list/travels_card/style.css?178246389813289 */
/* /local/components/dzen/story.list/templates/index/style.css?1757502501594 */
/* /local/templates/concept_phoenix_s1/components/bitrix/news.list/travelers_index/style.css?17259071601145 */
