
/* hero block index */

.hero {
    position: relative;
    overflow: hidden;
}

.hero__inner {
    display: flex;
    justify-content: space-between;
    margin: 38px 0 0;
    align-items: stretch;
}
.hero__blur {
    position: absolute;
    left: -400px;
    top: -295px;
    width: 910px;
    height: 1250px;
    border-radius: 100%;
    background: #ffffff;
    filter: blur(100px);
    transform: rotate(21.7deg);
    pointer-events: none;
    z-index: 0;
}

.hero__inner,
.hero__bottom {
    position: relative;
    z-index: 1;
}
.hero__img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    right: 3%;
    max-width: 831px;
    max-height: 554px;
    top: -14%;
}
.hero__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    flex: 1;
    height: auto;
    position: relative;
}

.hero__main {
    display: flex;
    flex-direction: column;
    margin: 30px 0 0;
}
.hero__title {
    max-width: 800px;
}
.hero__text {
    font-weight: 500;
    font-size: 15px;
    line-height: 121%;
    opacity: 0.7;
    max-width: 560px;
    margin: clamp(1.25rem, 0.971rem + 1.14vw, 2rem) 0 clamp(1.25rem, 0.971rem + 1.14vw, 2rem);
}
.hero__actions {
    display: flex;
    align-items: center;
}

.hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.hero__btn-icon {
    display: inline-flex;
    flex-shrink: 0;
    width: clamp(1.125rem, 0.986rem + 0.57vw, 1.5rem);
    height: clamp(1.125rem, 0.986rem + 0.57vw, 1.5rem);
}

.hero__form {
    flex-shrink: 0;
    backdrop-filter: blur(43px);
    box-shadow: 0 0 22px 0 rgba(177, 189, 200, 0.35);
    background: rgba(255, 255, 255, 0.7);
    padding: 28px 32px;
    max-width: 440px;
}

.form-card {
    position: relative;
}

.form-card__inner {
    display: flex;
    flex-direction: column;
}

.form-card__head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.form-card__icon {
    flex-shrink: 0;
}

.form-card__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 117%;
}

.include-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 28px 0;
    column-gap: 28px;
    row-gap: 12px;
    max-width: 320px;
}
.hero__bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: clamp(1.563rem, 1.214rem + 1.43vw, 2.5rem) 0 clamp(1.563rem, 0.704rem + 3.52vw, 3.875rem);
    overflow-x: auto;
    overflow-y: hidden;
}
.hero-menu__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    max-width: 100px;
    cursor: pointer;
}
.hero-menu__item .hero-menu__text {
    transition: 0.3s;
}
.hero-menu__item:hover .hero-menu__text {
    color: var(--clr-accent);
}
.hero-menu__item .hero-menu__img {
    transition: 0.3s;
}
.hero-menu__item:hover .hero-menu__img {
    transition: 0.3s;
    border: 1px solid rgb(217 68 70);
}

.btn--flex {
    flex: 1;
}
.hero-menu__img {
    border: 1px solid rgba(16, 48, 70, 0.3);
    border-radius: 94px;
    width: clamp(3.5rem, 2.479rem + 4.19vw, 6.25rem);
    height: clamp(3.5rem, 2.479rem + 4.19vw, 6.25rem);
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    position: relative;
    background: var(--color-white);
}
.hero-menu__img img, .hero-menu__img video {
    object-fit: cover;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    background: #ffffff;
    width: clamp(2.875rem, 1.946rem + 3.81vw, 5.375rem);
    height: clamp(2.875rem, 1.946rem + 3.81vw, 5.375rem);
}
.hero-menu__item--video .hero-menu__img {
    position: relative;
}
.hero-menu__text {
    font-weight: 500;
    font-size: clamp(0.625rem, 0.509rem + 0.48vw, 0.938rem);
    line-height: 91%;
    text-align: center;
    margin: 8px 0 0;
}
.include-list__item {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 24px;
    padding-left: 36px;
    font-weight: 500;
    font-size: 15px;
}
.include-list__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #ffffff;
}
.include-list__item::after {
    content: "";
    position: absolute;
    left: 8px;
    width: 10px;
    height: 8px;
    background-size: contain;
    background-image: url(/img/icon/check_black.png);
}

.hero_tour_main .hero__inner {
    overflow: hidden;
    margin: 0;
}
.hero_tour_main .hero__title {
    margin: 38px 0 0;
}
.hero_tour_main .hero__img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    right: 0;
    max-width: 763px;
    max-height: 302px;
    top: 0;
}

/* Для кого этот тур */

.tour_for {
    position: relative;
}

.tour_for_wrap {
    display: flex;
    align-items: flex-start;
}
.tour_for_l {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 207px;
}
.tour_for_card {
    background: var(--color-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tour_for_card:nth-child(2), .tour_for_card:nth-child(3) {
    background: linear-gradient(128deg, #e3eef6 0%, #f8fcff 100%);
}
.tour_for_card_top {
    display: flex;
    align-items: center;
    gap: clamp(0.5rem, 0.314rem + 0.76vw, 1rem);
    font-weight: 500;
    font-size: clamp(0.688rem, 0.479rem + 0.86vw, 1.25rem);
    line-height: 117%;
    padding: clamp(0.813rem, 0.72rem + 0.38vw, 1.063rem) clamp(0.813rem, 0.72rem + 0.38vw, 1.063rem) clamp(0.813rem, 0.72rem + 0.38vw, 1.063rem) clamp(0.75rem, 0.471rem + 1.14vw, 1.5rem);
}
.tour_for_card_text {
    font-weight: 500;
    font-size: clamp(0.625rem, 0.579rem + 0.19vw, 0.75rem);
    line-height: 126%;
    opacity: 0.7;
    padding: clamp(0rem, -0.371rem + 1.52vw, 1rem) clamp(0rem, -0.371rem + 1.52vw, 1rem) clamp(0rem, -0.371rem + 1.52vw, 1rem) clamp(0.75rem, 0.471rem + 1.14vw, 1.5rem);
}
.tour_for_card_big .tour_for_card_btitle {
    font-weight: 600;
    font-size: clamp(2.313rem, 1.732rem + 2.38vw, 3.875rem);
    line-height: 104%;
    opacity: 0.92;
    text-align: right;
    padding: 0 clamp(0.875rem, 0.155rem + 2.95vw, 2.813rem) 0 0;
    white-space: nowrap;
}
.tour_for_card_btext {
    text-align: right;
    padding: 0 clamp(0.875rem, 0.155rem + 2.95vw, 2.813rem) 0 0;
    font-weight: 500;
    font-size: clamp(0.75rem, 0.564rem + 0.76vw, 1.25rem);
    opacity: 0.92;
}
.tour_for_advantage_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.tour_for_advantage {
    display: flex;
    align-items: center;
    gap: clamp(0.5rem, 0.129rem + 1.52vw, 1.5rem);
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.06);
    background: var(--color-white);
    padding: clamp(0.5rem, -0.104rem + 2.48vw, 2.125rem) clamp(0.438rem, -0.445rem + 3.62vw, 2.813rem);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: clamp(0.625rem, 0.509rem + 0.48vw, 0.938rem);
    line-height: 121%;
}
.tour_for_image.img {
    width: 50%;
}

/* Почему Canton Fair */

.canton_content {
    display: flex;
    gap: clamp(1.5rem, 1.337rem + 0.67vw, 1.938rem);
    align-items: flex-start;
}
.canton_text {
    font-weight: 500;
    font-size: clamp(0.75rem, 0.68rem + 0.29vw, 0.938rem);
    line-height: 121%;
    max-width: 383px;
}
.canton_stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    backdrop-filter: blur(4.2px);
    box-shadow: 0 0 22px 0 rgba(177, 189, 200, 0.35);
    background: var(--color-white);
    width: 100%;
}
.canton_stat {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 16px 10px;
    align-items: center;
    text-align: center;
    gap: 16px;
}
.canton_stat:not(:last-child)::after {
    content: "";
    position: absolute;
    top: clamp(0.5rem, 0.314rem + 0.76vw, 1rem);
    right: 0;
    bottom: clamp(0.5rem, 0.314rem + 0.76vw, 1rem);
    width: 1px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, #103046 50%, rgba(255, 255, 255, 1) 100%);
    opacity: 0.70;
}
.canton_stat_number {
    font-weight: 700;
    font-size: clamp(0.75rem, 0.564rem + 0.76vw, 1.25rem);
    line-height: 117%;
}
.canton_stat_text {
    font-weight: 500;
    font-size: clamp(0.625rem, 0.579rem + 0.19vw, 0.75rem);
    line-height: 126%;
}

/* Выберите фазу под свой бизнес */

.phase_select {
    position: relative;
}
.phase_select_head {
    display: flex;
    flex-direction: column;
}
.phase_accordion {
    display: flex;
    flex-direction: column;
}
.phase_item {
    display: block;
}
.phase_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: none;
    cursor: pointer;
    text-align: left;
    position: relative;
}
.phase_header_left {
    display: flex;
    align-items: center;
    padding: clamp(0.5rem, 0.071rem + 1.76vw, 1.656rem) clamp(0.625rem, 0.486rem + 0.57vw, 1rem);
    background: var(--color-white);
    gap: 16px;
}
.phase_header_title {
    display: flex;
    justify-content: flex-start;
    flex: 1;
    margin: 0 0 0 20px;
    font-weight: 500;
    font-size: clamp(0.938rem, 0.821rem + 0.48vw, 1.25rem);
    line-height: 117%;
}
.phase_number,
.phase_date,
.phase_short {
    display: inline-flex;
}
.phase_number {
    font-weight: 500;
    font-size: 20px;
    line-height: 117%;
}
.phase_date {
    font-weight: 500;
    font-size: 12px;
    line-height: 126%;
}
.phase_arrow {
    display: inline-flex;
    flex-shrink: 0;
    position: relative;
    width: clamp(0.75rem, 0.704rem + 0.19vw, 0.875rem);
    height: clamp(1.25rem, 1.134rem + 0.48vw, 1.563rem);
    margin: 0 clamp(0.75rem, 0.448rem + 1.24vw, 1.563rem) 0 0;
}
.phase_panel {
    display: none;
}

.phase_arrow {
    transition: transform 0.3s ease;
}

.phase_arrow.rotate180 {
    transform: rotate(-90deg);
}
.phase_panel_inner {
    display: flex;
    flex-direction: column;
    padding: clamp(1.5rem, 1.082rem + 1.71vw, 2.625rem) clamp(1.25rem, 0.739rem + 2.1vw, 2.625rem) clamp(1.5rem, 1.036rem + 1.9vw, 2.75rem);
    gap: clamp(0.75rem, 0.216rem + 2.19vw, 2.188rem);
    align-items: flex-start;
}
.phase_panel_inner .btn {
    max-width: 396px;
    width: 100%;
}
.phase_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(0.75rem, 0.471rem + 1.14vw, 1.5rem);
}
.phase_card {
    display: flex;
    flex-direction: column;
    background: var(--color-white);
    padding: clamp(1rem, 0.814rem + 0.76vw, 1.5rem);
}
.phase_card_title {
    display: block;
    font-size: 24px;
    line-height: 112%;
    margin: 0 0 clamp(0.75rem, 0.471rem + 1.14vw, 1.5rem);
}
.phase_card_list {
    display: block;
    font-weight: 500;
    font-size: clamp(0.938rem, 0.821rem + 0.48vw, 1.25rem);
    line-height: 117%;
    color: rgba(16, 48, 70, 0.9);
}
.phase_card_list ul li::before, .phase_card_list ul li::after {
    content: none;
}
.phase_card_list .text-content ol, .phase_card_list .text-content ul {
    margin-left: 0;
}
.phase_card_list.text-content ul li {
    font-weight: 500;
    font-size: clamp(0.938rem, 0.821rem + 0.48vw, 1.25rem);
    line-height: 117%;
    color: rgba(16, 48, 70, 0.9);
    padding: 0;
}
.phase_card_list.text-content ul li::marker {
    color: var(--clr-text);
    font-size: 14px;
}
.phase_card_list.text-content ul li:first-child {
    margin-top: 0;
}
.phase_card_list.text-content li {
    margin-bottom: 0;
}
.phase_card_list.text-content li::marker {
    color: var(--clr-text);
}
.phase_signup {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.phase_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(0.75rem, 0.448rem + 1.24vw, 1.563rem);
}
.phase_footer_text {
    display: block;
    font-weight: 500;
    font-size: clamp(0.625rem, 0.509rem + 0.48vw, 0.938rem);
    line-height: 121%;
    width: 50%;
}

.phase_footer .btn {
    max-width: 440px;
}


.preims {
    position: relative;
}

.preims_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.preim_card {
    display: flex;
    flex-direction: column;
    padding: clamp(1rem, 0.814rem + 0.76vw, 1.5rem) clamp(0.75rem, 0.471rem + 1.14vw, 1.5rem);
    gap: clamp(0.75rem, 0.471rem + 1.14vw, 1.5rem);
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.06);
    background: linear-gradient(128deg, #e3eef6 0%, #f8fcff 100%);
}
.preim_card:nth-child(8n + 2),
.preim_card:nth-child(8n + 4),
.preim_card:nth-child(8n + 5),
.preim_card:nth-child(8n + 7) {
    background: var(--color-white);
}
.preim_card_top {
    display: flex;
    align-items: flex-start;
    font-weight: 500;
    font-size: clamp(0.938rem, 0.821rem + 0.48vw, 1.25rem);
    line-height: 117%;
    gap: clamp(0.75rem, 0.657rem + 0.38vw, 1rem);
}
.preim_card_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.preim_card_icon .icon {
    display: block;
}
.preim_card_text {
    display: block;
    font-weight: 500;
    font-size: clamp(0.75rem, 0.68rem + 0.29vw, 0.938rem);
    line-height: 121%;
    color: rgba(16, 48, 70, 0.8);
}

.warning_text {
    display: flex;
    align-items: center;
}

.icon_i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.preims_slider_wrap {
    position: relative;
}

.preims_slider {
    overflow: hidden;
}

.preims_slider .swiper-wrapper {
    display: flex;
}

.preims_slider .swiper-slide {
    height: auto;
}
.preims_grid_arrow_next {
    right: -15px;
}
.preims_grid_arrow_prev {
    left: -15px;
}

/* Программа по дням */

.program {
    position: relative;
}
.program_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.program_card {
    display: flex;
    flex-direction: column;
    padding: clamp(1rem, 0.814rem + 0.76vw, 1.5rem);
    backdrop-filter: blur(4px);
    box-shadow: 0 0 22px 0 rgba(177, 189, 200, 0.35);
    background: var(--color-white);
}
.program_card_wide {
    grid-column: span 2;
}
.program_card_head {
    display: flex;
    align-items: center;
    gap: clamp(0.625rem, 0.532rem + 0.38vw, 0.875rem);
    margin: 0 0 14px;
}
.program_card_number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 121%;
    color: var(--color-white);
    background: var(--clr-accent);
    border-radius: 50px;
    padding: 10px;
    width: 40px;
    height: 40px;
}
.program_card_title {
    display: block;
    font-weight: 500;
    font-size: clamp(0.938rem, 0.821rem + 0.48vw, 1.25rem);
    line-height: 117%;
}
.program_card_img {
    display: block;
    overflow: hidden;
    margin: 0 0 14px;
}
.program_card_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.program_card_text {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 126%;
    opacity: 0.8;
}
.program_bottom .btn {
    max-width: 440px;
}
.program_bottom {
    display: flex;
    justify-content: space-between;
    margin: 0 0 clamp(1.5rem, 1.221rem + 1.14vw, 2.25rem);
}
.program_note {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 121%;
    width: 50%;
}
.program .page_title {
    margin: 0 0 clamp(1.5rem, 1.082rem + 1.71vw, 2.625rem);
}
.program_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.program_btn .icon {
    display: block;
    flex-shrink: 0;
}


/* После тура вы научитесь */

.preims_learn {
    position: relative;
}

.preims_grid_learn {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.preim_card_simple .preim_card_top {
    display: flex;
    align-items: center;
}
.preim_card_simple .preim_card_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.preim_card_simple .preim_card_icon .icon {
    display: block;
}
.preim_card_simple .preim_card_title {
    display: block;
    font-weight: 500;
    font-size: clamp(0.75rem, 0.68rem + 0.29vw, 0.938rem);
    line-height: 121%;
}

.preim_card_wide {
    grid-column: span 2;
}

/* Сравнение туров */

.compare_tour {
    position: relative;
}
.compare_tour_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.compare_tour_col {
    position: relative;
    overflow: hidden;
}
.compare_tour_col_bg {
    position: absolute;
    left: -70px;
    top: -130px;
    width: 500px;
    height: 600px;
    border-radius: 100%;
    background: #ffffff;
    filter: blur(60px);
    pointer-events: none;
    z-index: 1;
}
.compare_tour_img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.compare_tour_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.compare_tour_content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding: clamp(1rem, 0.629rem + 1.52vw, 2rem) clamp(1rem, 0.814rem + 0.76vw, 1.5rem) 0;
}
.compare_tour_title {
    display: block;
    font-size: clamp(1.125rem, 0.8rem + 1.33vw, 2rem);
    font-weight: 600;
    line-height: 104%;
}
.compare_tour_col:first-child .compare_tour_title {
    color: var(--clr-accent);
}
.compare_tour_list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}
.compare_tour_list li {
    display: flex;
    align-items: center;
}

.compare_tour_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.compare_tour_note {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: clamp(0.75rem, 0.68rem + 0.29vw, 0.938rem);
    line-height: 91%;
    width: 50%;
}
.compare_tour_bottom {
    display: flex;
    justify-content: space-between;
    margin: 0 0 clamp(1.5rem, 1.221rem + 1.14vw, 2.25rem);
}
.compare_tour_bottom .btn {
    max-width: 440px;
}
.compare_tour_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.compare_tour_text ul li {
    position: relative;
    padding: 0px 0 0 clamp(2rem, 1.721rem + 1.14vw, 2.75rem);
    margin: clamp(1.25rem, 1.064rem + 0.76vw, 1.75rem) 0;
    font-weight: 500;
    font-size: clamp(0.75rem, 0.68rem + 0.29vw, 0.938rem);
    line-height: 91%;
    color: hsl(204deg 63% 17% / 70%);
}
.compare_tour_col .compare_tour_text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: clamp(1rem, 0.814rem + 0.76vw, 1.5rem);
    height: clamp(1rem, 0.814rem + 0.76vw, 1.5rem);
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgba(16, 48, 70, 0.2);
}

.compare_tour_col .compare_tour_text ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: clamp(1rem, 0.814rem + 0.76vw, 1.5rem);
    height: clamp(1rem, 0.814rem + 0.76vw, 1.5rem);
    transform: translateY(-50%);
    background-image: url(/img/icon/check_black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 10px;
}

.compare_tour_col:first-child .compare_tour_text ul li::before {
    background: rgba(217, 68, 70, 0.2);
}
.compare_tour_col:first-child .compare_tour_text ul li::after {
    background-image: url(/img/icon/cross.svg);
}

.info_stats_results {
    grid-template-columns: repeat(7, 1fr);
}


/*   О НАС   */

.about {
    position: relative;
}

.about_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.about_info {
    display: flex;
    flex-direction: column;
    margin: 0 16px 0 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 91%;
}
.about_team {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: span 2;
}
.about_person_text ul li {
    font-size: 12px;
    line-height: 126%;
}
.about_person {
    position: relative;
    padding: 16px;
    backdrop-filter: blur(4px);
    box-shadow: 0 0 22px 0 rgba(177, 189, 200, 0.35);
    background: linear-gradient(93deg, #e3eef6 0%, #f8fcff 100%);
}

.about_person_content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}
.about_person_name,
.about_person_position,
.about_person_contacts_title {
    display: block;
}
.about_person_contacts_title {
    font-weight: 500;
    font-size: 12px;
    line-height: 126%;
}
.about_person_name {
    font-size: clamp(1.125rem, 0.986rem + 0.57vw, 1.5rem);
    line-height: 84%;
    margin: 0 0 12px;
}
.about_person_position {
    font-weight: 500;
    font-size: clamp(0.625rem, 0.509rem + 0.48vw, 0.938rem);
    line-height: 91%;
    color: rgba(16, 48, 70, 0.7);
}
.about_person_list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about_person_list li {
    position: relative;
    display: block;
}

.about_person_contacts {
    display: flex;
    flex-direction: column;
}
.socials_bg {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: 12px;
    margin: 10px 0 0;
}
.socials_bg_item {
    width: 36px;
    height: 36px;
    border-radius: 42px;
    background: var(--color-white);
    backdrop-filter: blur(4px);
    box-shadow: 0 0 22px 0 rgba(177, 189, 200, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
}
.socials_bg .icon {
    display: block;
    width: 18px;
    height: 18px;
}
.about_person_photo {
    position: absolute;
    right: 0;
    bottom: 0;
}

.about_person_photo img {
    display: block;
    max-width: 100%;
    height: auto;
}
.about_services {
    display: flex;
    align-items: center;
    justify-content: space-between;
    backdrop-filter: blur(4px);
    box-shadow: 0 0 22px 0 rgba(177, 189, 200, 0.35);
    background: var(--color-white);
    padding: 16px;
    font-weight: 500;
    font-size: 15px;
    line-height: 91%;
    height: max-content;
}
.about_services_text {
    display: block;
    opacity: 0.7;
}

.about_services_icons {
    display: flex;
    align-items: center;
}

.about_services_icons img {
    display: block;
    flex-shrink: 0;
}
.about_stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column: span 2;
    backdrop-filter: blur(4.199999809265137px);
    box-shadow: 0 0 22px 0 rgba(177, 189, 200, 0.35);
    background: var(--color-white);
    padding: clamp(1.125rem, 0.893rem + 0.95vw, 1.75rem) 10px;
}
.about_stat {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.about_stat:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, #103046 50%, rgba(255, 255, 255, 1) 100%);
    opacity: 0.70;
}
.about_stat_number {
    font-weight: 700;
    font-size: clamp(1.688rem, 0.945rem + 3.05vw, 3.688rem);
    line-height: 117%;
    text-align: center;
    color: var(--clr-accent);
}
.about_stat_text {
    font-weight: 500;
    font-size: clamp(0.625rem, 0.509rem + 0.48vw, 0.938rem);
    line-height: 91%;
    text-align: center;
}
.about_stat_number,
.about_stat_text {
    display: block;
}

.about_btn {
    grid-column: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.about_person_text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: clamp(1rem, 0.814rem + 0.76vw, 1.5rem);
    height: clamp(1rem, 0.814rem + 0.76vw, 1.5rem);
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
}
.about_person_text ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: clamp(1rem, 0.814rem + 0.76vw, 1.5rem);
    height: clamp(1rem, 0.814rem + 0.76vw, 1.5rem);
    transform: translateY(-50%);
    background-image: url(/img/icon/check_black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 10px;
}
.about_person_text {
    max-width: 100%;
    line-height: 1.65;
}
.about_person_text > *:last-child {
    margin-bottom: 0;
}
.about_person_text ul li {
    position: relative;
    padding: 0px 0 0 clamp(1rem, 1.721rem + 1.14vw, 2.75rem);
    margin: 18px 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 91%;
    color: hsl(204deg 63% 17% / 70%);
}


/* Отзывы */

.reviews {
    position: relative;
    overflow: hidden;
}
.reviews_slider {
    overflow: hidden;
    padding: 24px;
    margin: -24px;
}
.reviews_slide {
    height: auto;
    backdrop-filter: blur(4px);
    box-shadow: 0 0 22px 0 rgba(177, 189, 200, 0.35);
    background: var(--color-white);
    padding: 16px;
}
.review_card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.review_card_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.review_card_user {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: clamp(0.75rem, 0.68rem + 0.29vw, 0.938rem);
    line-height: 91%;
}

.review_card_avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background: rgba(16, 48, 70, 0.2);
    padding: 6px;
}

.review_card_avatar .icon {
    display: block;
}

.review_card_name {
    display: block;
}
.review_card_video {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 126%;
    gap: 8px;
    padding: 10px;
    backdrop-filter: blur(4px);
    box-shadow: 0 0 22px 0 rgba(177, 189, 200, 0.35);
    background: rgba(255, 255, 255, 0.8);
}
.review_card_video:hover {
    color: var(--clr-accent);
}
.review_card_video .review_card_video_icon {
    transition: 0.3s;
}
.review_card_video:hover .review_card_video_icon {
    border-left: 9px solid var(--clr-accent);
}
.review_card_video_icon {
    display: inline-flex;
    flex-shrink: 0;
    border: 5px solid transparent;
    border-left: 9px solid var(--clr-text);
}
.review_card_stars {
    display: flex;
    align-items: center;
    margin: 10px 0;
    color: #d94446;
    gap: 3px;
}
.review_card_text {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 126%;
    opacity: 0.7;
}

.slider_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    width: clamp(2rem, 1.675rem + 1.33vw, 2.875rem);
    height: clamp(2rem, 1.675rem + 1.33vw, 2.875rem);
    padding: clamp(0.75rem, 0.611rem + 0.57vw, 1.125rem);
    background: var(--color-white);
    border-radius: 100px;
    backdrop-filter: blur(4px);
    box-shadow: 0 0 22px 0 rgba(177, 189, 200, 0.35);
}
.reviews_slider_wrap {
    position: relative;
}
.reviews_arrow_prev {
    left: -15px;
}
.reviews_arrow_next {
    right: -15px;
}

/* Фотогалерея */

.gallery {
    position: relative;
    overflow: hidden;
}

.gallery_slider_wrap {
    position: relative;
}

.gallery_slider {
    position: relative;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    overflow: visible;
}

.gallery_slide {
    height: auto;
}

.gallery_card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
.gallery_slide:hover .gallery_card_title  {
    color: var(--clr-accent);
}
.gallery_slide:hover .gallery_card_img img {
    transform: scale(1.1);
}
.gallery_card_img {
    display: block;
    overflow: hidden;
}

.gallery_card_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery_card_title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid rgba(16, 48, 70, 0.2);
    padding: 10px 5px;
    background: var(--color-white);
    font-weight: 500;
    font-size: 15px;
    line-height: 91%;
    z-index: 2;
}
.gallery_arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

.gallery_arrow_prev {
    left: -15px;
}

.gallery_arrow_next {
    right: -15px;
}

/* Вопрос ответ */


.faq {
    position: relative;
}

.faq_grid {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: stretch;
}
.faq_list {
    display: flex;
    flex-direction: column;
}
.faq_item {
    background: linear-gradient(128deg, #e3eef6 0%, #f8fcff 100%);
    padding: 12px 28px;
}
.faq_item:nth-child(2n) {
    background: var(--color-white);
}
.faq_question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: none;
    text-align: left;
    cursor: pointer;
    padding: 6.5px 0;
    gap: 10px;
}
.faq_question_text {
    display: block;
    font-weight: 500;
    font-size: clamp(1.125rem, 1.079rem + 0.19vw, 1.25rem);
    line-height: 117%;
    color: var(--clr-text);
}
.faq_question .faq_question_text {
    transition: 0.3s;
}
.faq_question:hover .faq_question_text {
    color: var(--clr-accent);
}
.faq_answer_text {
    font-weight: 500;
    font-size: 12px;
    line-height: 126%;
    opacity: 0.7;
    margin: 4px 0 0;
}
.faq_question_icon {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}
.faq_question_icon::before,
.faq_question_icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #103046;
    transform: translate(-50%, -50%);
}
.faq_question_icon::before {
    width: 100%;
    height: 1px;
}
.faq_question_icon::after {
    width: 1px;
    height: 100%;
}
.faq_item.active .faq_question_icon {
    transform: rotate(45deg);
}
.faq_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Форма */

.request_block {
    position: relative;
    max-width: 1440px;
    margin: auto;
}
.request_block_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}
.request_block_form_wrap {
    position: relative;
    z-index: 1;
    max-width: 660px;
    padding: 28px 32px;
    backdrop-filter: blur(4px);
    box-shadow: 0 0 22px 0 rgba(177, 189, 200, 0.35);
    background: rgba(255, 255, 255, 0.78);
}
.request_block_form_box {
    display: flex;
    flex-direction: column;
}
.request_block_text {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 91%;
    opacity: 0.7;
    margin: 0 0 24px;
}
.form_request {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.form_field {
    position: relative;
    display: block;
}
.request_block_messengers {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 16px 0 0;
    flex-direction: row;
    flex-wrap: wrap;
}
.mess_text {
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 91%;
}
.request_block_messenger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    border-radius: 100px;
    background: var(--color-white);
    backdrop-filter: blur(3.251612663269043px);
    box-shadow: 0 0 17px 0 rgba(177, 189, 200, 0.35);
    width: 48px;
    height: 48px;
    padding: 13px;
}
.request_block_messenger.active {
    background: rgba(177, 189, 200, 0.35);
}
.request_block_messenger .icon {
    display: block;
    height: stretch;
    user-select: none;
}

.form_agree {
    display: flex;
    align-items: flex-start;
}

.form_checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.form_checkbox_view {
    display: inline-flex;
    flex-shrink: 0;
}

.form_agree_text {
    display: block;
}

.form_submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    max-width: 330px;
}

.request_block_img {
    display: block;
    overflow: hidden;
}
.request_block_img img {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    bottom: 0;
    max-width: 1440px;
}
.sr_only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

/* Статьи */


.articles {
    position: relative;
    overflow: hidden;
}

.articles_slider {
    overflow: hidden;
}

.articles_slide {
    height: auto;
}
.articles_slide .more_link{
    transition: 0.3s;
    fill: var(--clr-text);
}
.articles_slide:hover .more_link {
    color: var(--clr-accent);
    fill: var(--clr-accent);
}
.article_card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: clamp(1rem, 0.814rem + 0.76vw, 1.5rem);
    backdrop-filter: blur(4px);
    box-shadow: 0 0 22px 0 rgba(177, 189, 200, 0.35);
    background: var(--color-white);
    cursor: pointer;
}
.article_modal {
    max-width: 660px;
    padding: 16px;
}
.article_card_img {
    display: block;
    overflow: hidden;
}

.articles_slide:hover .article_card_img img {
    transform: scale(1.1);
}
.article_card_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article_card_body {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.article_card_title
 {
    display: block;
    text-decoration: none;
    margin: 12px 0;
    font-weight: 500;
    font-size: clamp(0.938rem, 0.821rem + 0.48vw, 1.25rem);
    line-height: 117%;
}
.article_card_text {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 91%;
    color: rgba(16, 48, 70, 0.7);
    margin: 0 0 24px;
}
.more_link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: auto;
    text-decoration: none;
    font-weight: 500;
    font-size: clamp(0.75rem, 0.68rem + 0.29vw, 0.938rem);
    line-height: 91%;
    gap: clamp(0.25rem, 0.064rem + 0.76vw, 0.75rem);
}
.more_link_icon {
    display: inline-flex;
    flex-shrink: 0;
    width: clamp(0.563rem, 0.4rem + 0.67vw, 1rem);
    height: clamp(0.5rem, 0.337rem + 0.67vw, 0.938rem);
}
.articles_bottom {
    display: flex;
    justify-content: flex-end;
}
.articles_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    max-width: 330px;
}
.articles_slider_wrap {
    position: relative;
}
.articles_slider {
    overflow: hidden;
}
.articles_arrow_prev {
    left: -15px;
}
.articles_arrow_next {
    right: -15px;
}
.articles_page {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.articles_page a {
    color: inherit;
}

/* footer подвал */

.footer {
    position: relative;
    padding: clamp(1.5rem, 0.966rem + 2.19vw, 2.938rem) 0;
    background: #103046;
    color: var(--color-white);
}
.footer a {
    font-weight: 500;
    font-size: 12px;
    line-height: 126%;
    color: var(--color-white);
}
.footer a:hover {
    color: var(--clr-accent);
}
.footer .slogan {
    color: var(--color-white);
}
.footer_top {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 0 clamp(1.5rem, 1.314rem + 0.76vw, 2rem);
    padding: 0 0 clamp(1.5rem, 1.314rem + 0.76vw, 2rem);
}
.footer_col {
    display: flex;
    flex-direction: column;
}

.footer_logo {
    display: inline-flex;
    text-decoration: none;
}

.footer_logo img {
    display: block;
    max-width: 100%;
    height: auto;
}
.footer_text {
    margin: 21px 0 0 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 126%;
    opacity: 0.7;
}
.footer_title {
    font-weight: 500;
    font-size: clamp(1.125rem, 1.079rem + 0.19vw, 1.25rem);
    line-height: 117%;
    margin: 0 0 clamp(1rem, 0.791rem + 0.86vw, 1.563rem);
    color: var(--color-white);
}
.footer_slogan,
.footer_text,
.footer_title {
    display: block;
}
.footer_nav {
    display: flex;
    flex-direction: column;
    gap: clamp(0.75rem, 0.471rem + 1.14vw, 1.5rem);
}
a.footer_link {
    display: inline-flex;
    text-decoration: none;
    color: rgb(255 255 255 / 70%);
}
a.footer_link:hover {
    color: var(--clr-accent);
}
.footer_contacts {
    display: flex;
    flex-direction: column;
    gap: clamp(0.75rem, 0.657rem + 0.38vw, 1rem);
}
.footer_contact, a.footer_contact {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 91%;
    color: var(--color-white);
    gap: 12px;
}
.footer_contact_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}
.footer_contact_icon .icon {
    display: block;
    stroke: white;
}
.footer_socials {
    display: flex;
    align-items: center;
    margin: clamp(1rem, 0.814rem + 0.76vw, 1.5rem) 0 0;
    gap: clamp(1rem, 0.814rem + 0.76vw, 1.5rem);
}
.footer_social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.footer_social .icon {
    display: block;
    width: 22px;
    height: 22px;
}
.footer_bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
}
.footer_requisites {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 12px;
    line-height: 126%;
    color: rgba(255, 255, 255, 0.5);
    gap: 3px;
}
.footer_docs {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
a.footer_doc {
    display: inline-flex;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 126%;
    color: rgba(255, 255, 255, 0.5);
}
a.footer_developer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
    gap: 7px;
    font-weight: 500;
    font-size: 12px;
    line-height: 126%;
    color: rgba(255, 255, 255, 0.3);
}
.footer_developer .icon {
    width: 81px;
    height: 10px;
}
.mobil_menu_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 17px;
}
.mobil_menu {
    justify-content: space-between;
}
.mobil_menu_item span {
    font-weight: 500;
    font-size: clamp(0.625rem, 0.509rem + 0.48vw, 0.938rem);
    line-height: 104%;
    text-align: center;
}
.btn_sm {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: clamp(0.75rem, 0.634rem + 0.48vw, 1.063rem);
    line-height: 126%;
    text-align: center;
    color: var(--color-white);
    background: #103046;
    padding: 0 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.request_block_form_wrap.popup_form {
    background: #FDFDFD;
}
.content_text_image.img {
    height: 100%;
    width: 50%;
    float: right;
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    padding: 0 0 clamp(1rem, 0.629rem + 1.52vw, 2rem) clamp(1rem, 0.629rem + 1.52vw, 2rem);
}


/* Тур фильтр */

.tours_filter {
    position: sticky;
    top: 24px;
    background: linear-gradient(91deg, #e3eef6 0%, #f8fcff 100%);
}
.tours_filter_form {
    display: flex;
    flex-direction: column;
}
.tours_filter_group {
    display: flex;
    flex-direction: column;
    padding: clamp(1rem, 0.814rem + 0.76vw, 1.5rem);
    border-bottom: 1px solid rgba(16, 48, 70, 0.2);
}
.tours_filter_title {
    font-weight: 500;
    font-size: clamp(1rem, 0.907rem + 0.38vw, 1.25rem);
    line-height: 117%;
    margin: 0 0 clamp(1rem, 0.861rem + 0.57vw, 1.375rem);
}
.tours_filter_check {
    display: flex;
    align-items: center;
    gap: clamp(0.625rem, 0.509rem + 0.48vw, 0.938rem);
    cursor: pointer;
    font-weight: 400;
    font-size: clamp(0.75rem, 0.657rem + 0.38vw, 1rem);
}
.tours_filter_check input {
    flex-shrink: 0;
}
.tours_filter_list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.tours_filter_date {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 12px;
}
.tours_filter_date:last-child {
    margin: 0;
}
.tours_filter_date span {
    font-weight: 500;
    font-size: 12px;
    line-height: 126%;
}
.tours_filter_date input {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    border: 1px solid rgba(16, 48, 70, 0.12);
    background: var(--color-white);
}

.tours_filter_actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
}

.tours_filter_reset,
.tours_filter_submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    line-height: 121%;
}
.tours_filter_reset {
    backdrop-filter: blur(4.2px);
    box-shadow: 0 0 22px 0 rgba(177, 189, 200, 0.35);
    background: var(--color-white);
    color: var(--clr-text);
}
.tour_card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: var(--color-white);
    box-shadow: 0 0 22px 0 rgba(177, 189, 200, 0.35);
}
.tour_card .tour_card_img .img img {
    transition: 0.3s;
}
    
.tour_card:hover .tour_card_img .img img {
    transform: scale(1.1);
}
.tour_card_img {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.tour_card_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tour_card_badge {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    padding: 6px 20px;
    backdrop-filter: blur(4px);
    box-shadow: 0 0 22px 0 rgba(177, 189, 200, 0.35);
    background: #e1ecf5;
    font-weight: 500;
    font-size: 15px;
    line-height: 121%;
    color: var(--clr-text);
}
.tour_card_body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 16px;
}
.tour_card_title {
    display: block;
    margin-bottom: 12px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 121%;
}
.tour_card_meta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 126%;
}
.tour_card_meta_item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.tour_card_meta_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}
.tour_card_meta_icon .icon {
    display: block;
    width: 100%;
    height: 100%;
}
.tour_card_meta_icon.icon_location .icon {
    stroke: var(--clr-primary);
}
.tour_card_text {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 12px;
    line-height: 126%;
}
.tour_card_price {
    margin-top: auto;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 15px;
    line-height: 121%;
    color: var(--clr-accent);
}
.tour_card_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 17px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 121%;
    backdrop-filter: blur(4.2px);
    box-shadow: 0 0 22px 0 rgba(177, 189, 200, 0.35);
    background: var(--color-white);
}
.tour_card_btn:hover {
    color: var(--color-white);
    background: var(--clr-accent);
}
.tour_card_btn_icon {
    display: inline-flex;
    align-items: center;
}



.tours_catalog {
    position: relative;
}
.tours_catalog_grid {
    display: grid;
    grid-template-columns: 270px 1fr;
    align-items: flex-start;
    gap: clamp(2rem, 0.886rem + 4.57vw, 5rem);
}
.tours_catalog_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: clamp(1rem, 0.814rem + 0.76vw, 1.5rem);
}
.tours_catalog_count {
    flex-shrink: 0;
    font-weight: 500;
    font-size: clamp(0.75rem, 0.68rem + 0.29vw, 0.938rem);
    line-height: 121%;
}
.tours_catalog_count span {
    font-size: clamp(0.938rem, 0.821rem + 0.48vw, 1.25rem);
}
.tours_catalog_sort {
    display: flex;
    align-items: center;
}
.tours_catalog_sort_label {
    display: flex;
    align-items: center;
    gap: 12px;
}
.tours_catalog_sort_label span {
    font-weight: 500;
    font-size: clamp(0.75rem, 0.68rem + 0.29vw, 0.938rem);
    line-height: 121%;
}
.tours_catalog_sort_label .selector__label {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 0;
    cursor: pointer;
    border: 1px solid rgba(16, 48, 70, 0.1);
    padding: 7px 12px;
    background: var(--color-white);
    width: 275px;
    font-weight: 500;
    font-size: 15px;
    line-height: 121%;
    gap: 10px;
}
.tours_catalog_sort_label .selector__list {
    top: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 20;
    background: var(--color-white);
    font-weight: 500;
    font-size: 15px;
    line-height: 121%;
    width: 100%;
}
.tours_catalog_sort_label .selector__btn::before {
    content: "";
    position: relative;
    width: 7px;
    height: 12px;
    background: url(/img/icon/arrow.svg) no-repeat;
    display: flex;
    align-items: center;
}
.tours_catalog_sort select {
    min-width: 240px;
    height: 40px;
    padding: 0 36px 0 14px;
    border: 1px solid rgba(16, 48, 70, 0.15);
    background: var(--color-white);
    cursor: pointer;
}
.tours_catalog_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1rem, 0.814rem + 0.76vw, 1.5rem);
}
.tours_catalog_empty {
    grid-column: 1 / -1;
    padding: 32px;
    text-align: center;
    background: var(--color-white);
    box-shadow: 0 0 22px 0 rgba(177, 189, 200, 0.25);
}
.tours_catalog_sort_label .selector__list .selector__option {
    padding: 10px 12px;
    border-bottom: 1px solid rgba(16, 48, 70, 0.1);
}
.tours_catalog_sort_label .selector__list .selector__option:last-child {
    border-bottom: 0;
}
.tours_catalog_sort_label .selector__list .selector__option.is-selected, .tours_catalog_sort_label .selector__list .selector__option:hover {
    padding: 10px 12px;
    border-bottom: 1px solid rgba(16, 48, 70, 0.1);
    background: rgba(16, 48, 70, 0.07);
}
.tours_filter_checks {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.custom_checkbox {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.custom_checkbox_input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.custom_checkbox_view {
    position: relative;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    border: 2px solid var(--clr-text);
    background: transparent;
}

.custom_checkbox_view::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 0;
    width: 5px;
    height: 9px;
    border-right: 2px solid var(--color-white);
    border-bottom: 2px solid var(--color-white);
    transform: rotate(45deg);
    opacity: 0;
}

.custom_checkbox_input:checked + .custom_checkbox_view {
    background: var(--clr-text);
}

.custom_checkbox_input:checked + .custom_checkbox_view::after {
    opacity: 1;
}

.custom_checkbox_text {
    line-height: 1.2;
}

.custom_checkbox:hover .custom_checkbox_view {
    border-color: var(--clr-accent);
}

.custom_checkbox_input:focus-visible + .custom_checkbox_view {
    outline: 2px solid var(--clr-accent);
    outline-offset: 2px;
}

/* страница тура  */

.hero_tour {
    overflow: hidden;
}
.hero_tour .hero__img {
    right: 0;
    max-width: none;
    max-height: none;
    bottom: 0;
    top: auto;
    background-position: right bottom;
    background-size: auto;
}
.hero_tour .hero__text {
    margin: clamp(1.25rem, 0.971rem + 1.14vw, 2rem) 0 0;
}
.hero_tour .hero__inner {
    margin: 0;
    flex-direction: column;
}
.hero_tour .hero__actions {
    background: #F2F2F2;
    position: relative;
}
.tour_detail_price {
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 10;
    gap: 4px;
    padding: 0 clamp(1.25rem, 0.554rem + 2.86vw, 3.125rem);
}
.tour_detail_price_label {
    font-weight: 500;
    font-size: clamp(1rem, 0.907rem + 0.38vw, 1.25rem);
    line-height: 117%;
}
.tour_detail_price_value {
    font-weight: 600;
    font-size: clamp(1.125rem, 0.962rem + 0.67vw, 1.563rem);
    line-height: 91%;
    color: var(--clr-accent);
}
.tour_detail_info {
    position: relative;
    gap: clamp(0.75rem, 0.657rem + 0.38vw, 1rem);
    margin: clamp(1.25rem, 0.971rem + 1.14vw, 2rem) 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 720px;
}
.tour_detail_info_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 27px;
    height: 27px;
}
.tour_detail_info_icon .icon {
    height: inherit;
}
.tour_detail_info_icon.icon_location .icon {
    stroke: var(--clr-primary);
}
.tour_detail_info_item {
    backdrop-filter: blur(4.2px);
    box-shadow: 0 0 22px 0 rgba(177, 189, 200, 0.35);
    background: var(--color-white);
    padding: 14px;
    display: flex;
    align-items: center;
    gap: clamp(0.5rem, 0.407rem + 0.38vw, 0.75rem);
}
.tour_detail_info_content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.tour_detail_info_label {
    font-weight: 500;
    font-size: clamp(0.625rem, 0.579rem + 0.19vw, 0.75rem);
    line-height: 126%;
    opacity: 0.7;
}
.tour_detail_info_value {
    font-weight: 500;
    font-size: clamp(0.75rem, 0.68rem + 0.29vw, 0.938rem);
    line-height: 91%;
}

/* about_tour */

.about_tour_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1.25rem, 0.554rem + 2.86vw, 3.125rem);
    align-items: center;
}
.about_tour_text .text-content {
    font-size: clamp(1rem, 0.814rem + 0.76vw, 1.5rem);
    line-height: 84%;
    opacity: 0.7;
}


.tours_catalog_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.tours_catalog_head_left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tours_filter_open {
    display: none;
}

.tours_filter_mobile_head {
    display: none;
}

.tours_filter_overlay {
    display: none;
}