/* Hero Slider Styles */
/*.hero-slider {
    position: relative;
    height: 70vh;
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 1s ease-in-out;
}*/

/* Hero Slider Styles */
.hero-slider {
    position: relative;
    height: 100vh;
    height: 100svh;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* Медиа и реестровый блок расположены слоями внутри баннера. */
.hero-slider > .hero-banner-picture,
.hero-slider > .hero-banner-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-slider > .hero-banner-picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slider > .hero-banner-video {
    z-index: 2;
}

.hero-slider > .container {
    position: absolute;
    inset: 0;
    z-index: 3;
    width: 100%;
    max-width: 1280px;
    pointer-events: none;
}

.hero-slider > .container .reestr-link {
    pointer-events: auto;
}

.section-search__wrapper-tabs {
    position: relative;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    list-style-type: none;
    padding: 20px 20px 0px 20px;
}

.why-choose-container { margin: 0 !important;}

.section-search__wrapper-search {
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.13);
	backdrop-filter: blur(6px);
	position: absolute;
	z-index: 3;
	bottom: 6px;
	//width: calc(100vw - 34px);
}
.all-tours__wrapper-search .section-search__wrapper-search{
    position: relative;
}
.section-search__wrapper-input {
    padding: 0 20px 20px 20px;
}
.section-search__wrapper-tabs li{
    margin-bottom: -8px;
}

.wrapper-19 {
    display: flex;
}

.section-search__wrapper-tabs li a {
    display: block;
    padding: 10px 10px 15px 20px;
    font-size: 15px;
    font-weight: 300;
    color: white;
    border-radius: 10px;
    background: #b8adb1;
}
.section-search__wrapper-tabs li a:not(.active):hover{
  filter:saturate(2);
}
.section-search__wrapper-tabs li a.active {
    background: white;
    color: #0f172a;
}

.section-search__wrapper-input input {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    border: none;
    /*border-top: 2px solid #4f6992a3;*/
    padding-left: 30px;
    font-size: 20px;
}

/*.slide-content {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(143, 134, 136, 0.5), rgba(143, 134, 136, 0.2), transparent);
    display: flex;
    align-items: center;
}*/

/* Контент слайдера должен быть над видео */
.slide-content {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(143, 134, 136, 0.5), rgba(143, 134, 136, 0.2), transparent);
    display: flex;
    align-items: center;
    z-index: 2;
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
    .hero-slider {
        height: 100vh;
        height: 100svh;
    }

    /* Убеждаемся, что шапка корректно отображается на мобильных */
    .main-header {
        position: absolute;
    }
}

.content-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 128rem;
    margin: 0 auto;
    padding: 0 20px;
}

.reestr-link {
    position: absolute;
    bottom: 24px;
    left: 60%;
    z-index: 10;
    transition: all ease .1s;
    display: flex;
    color: white;
    font-size: 14px;
    font-weight: 300 !important;
    padding: 6px 15px;
    background: rgba(0, 0, 0, 0.42);
    border-radius: 10px;
    backdrop-filter: blur(4px);
}

.reestr-link:hover {
    background: var(--teal-900);
}

.slide-text {
    max-width: 58.8rem;
    color: white;
}

.slide-title {
    font-size: 4.2rem;
    font-weight: 200;
    margin-bottom: 2.1rem;
    line-height: 1.25;
}

.slide-description,.slide-description p {
    font-size: 1.75rem!important;
    margin-bottom: 2.8rem;
    opacity: 0.9;
}
.slide-description p strong{
    font-weight: 400!important;
    font-size: 2.4rem!important;
}
.slide-actions {
    display: flex;
    align-items: center;
    gap: 2.1rem;
}

.slide-price {
    font-size: 2.625rem;
    font-weight: 300;
    color: #fff;
}

.slide-btn {
    background-color: var(--teal-700);
    color: white;

    font-size: 1.575rem;
    border-radius: 0.5rem;
    transition: background-color 0.3s ease;
    text-decoration: none;
    padding: 1.05rem 2.1rem;

}

.slide-btn:hover {
    background-color: var(--teal-600);
}

/* Navigation */
.slide-nav {
    z-index: 3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    padding: 1.05rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    color: white;
}

.slide-nav:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.slide-nav-prev {
    left: 2.1rem;
}

.slide-nav-next {
    right: 2.1rem;
}

/* Indicators */
.slide-indicators {
    position: absolute;
    bottom: 2.8rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1.05rem;
}

.slide-indicator {
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.slide-indicator.active {
    background-color: white;
}

/* Responsive */
@media (max-width: 768px) {
   /* .hero-slider {
        height: 60vh;
    }*/

    .slide-title {
        font-size: 2.8rem; /* Было 2rem * 1.4 */
    }

    .slide-description {
        font-size: 1.4rem; /* Было 1rem * 1.4 */
    }

    .slide-price {
        font-size: 1.75rem;
    }

    .slide-btn {

    }
}


/* Секция */
.summer-tours {
    background-color: var(--white);
}

@media (min-width: 1024px) {
    .section-title {
        font-size: 4.8rem;
    }
}

/* Сетка туров */
.tours-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
    .tours-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.summer-tour-card img{
    border-top-left-radius: .8rem;
    border-top-right-radius: .8rem;
}
/* Карточка тура */
.tour-card {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.tour-card:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: translateY(-4px);
}

.tour-image {
    position: relative;
    height: 256px;
    overflow: hidden;
}

.tour-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.tour-card:hover .tour-image img {
    transform: scale(1.1);
}

.tour-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.tour-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--white);
}

.badge-hit, .badge-family, .badge-premium, .badge-comfort {
    background-color: var(--white);
    color: var(--slate-900);
}


.tour-info {
    position: absolute;
    bottom: 16px;
    left: 24px;
    right: 16px;
    color: var(--white);
}

.tour-title {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.tour-description {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.9);
}

.sidebar-tour-details {
    padding: 24px;
}

.tour-meta {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 16px;
    font-size: 1.4rem;
    color: var(--slate-500);
}

.meta-item {
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    align-items: center;
}
.wrapper-checkbox label{
    font-size: 14px;
    font-weight: 300;
}

.form-icons{
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.form-icons a{
    display: block;
    width: 40px;
    height: 40px;
}
.header-social-icons a{
    filter: invert(0.8);
    width: 30px;
    height: 30px;
}
.header-social-icons{
    margin-top: 0;
}
.form-icons a img,.header-social-icons a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all ease .2s;
}
.form-icons a:hover img{
    transform: scale(1.2);
}
.modal-included{
    font-size: 12px;
    position: absolute;
    bottom: 30px;
    left: -15px;
    width:105%;
    z-index: 10;
    padding: 15px;
    border-radius:.5rem;
    background-color: white;
opacity: 0;
    pointer-events: none;
    transition: all ease .24s;
    transform: translateY(20px);
}
.modal-included ul{
    padding-left: 19px;
}
.meta-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.tour-include {var(--teal-300);}

.tour-stats {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.tour-include:hover ~ .modal-included {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}
.modal-dates{
    font-size: 14px;
    position: absolute;
    bottom: 30px;
    left: -15px;
    width:105%;
    z-index: 10;
    padding: 15px;
    border-radius:.5rem;
    background-color: white;
    opacity: 0;
    pointer-events: none;
    transition: all ease .24s;
    transform: translateY(20px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.card-dates-row:hover ~ .modal-dates {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}
.difficulty {
    display: flex;
    flex-direction: column;
}

.difficulty-label {
    font-size: 1.4rem;
    color: var(--slate-500);
    margin-bottom: 4px;
}

.stars {
    display: flex;
    gap: 2px;
    align-items: center;
}

.star {
    width: 20px;
    height: 20px;
}

/* Стили для заполненных звезд */
.star-filled path {
    fill: #FFD700;
    stroke: #FFD700;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Стили для пустых звезд */
.star-empty path {
    fill: var(--white);
    stroke: #ccc;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

//.tour-type {
//    text-align: right;
//}

.type-label {
    margin-bottom: 5px;
    font-size: 1.4rem;
    line-height: 200%;
    color: var(--slate-500);
}

.type-value {
    font-size: 1.4rem;
    font-weight: 500;
}

//.tour-footer {
//    display: flex;
//    justify-content: space-between;
//    align-items: center;
//}

.tour-price {
    font-size: 2.4rem;
    font-weight: 300;
    color: var(--teal-600);
}

.dates-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: var(--radius);
    border: 1px solid var(--teal-600);
    color: var(--teal-600);
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.4rem;
}

.dates-button:hover {
    background-color: var(--teal-600);
    color: var(--white);
}

.plus-icon {
    width: 16px;
    height: 16px;
}

/* Кнопка "Смотреть все" */
.view-all {
    margin-top: 48px;
    text-align: center;
}

.view-all-button {
    padding: 12px 32px;
    border-radius: var(--radius);
    border: 1px solid var(--teal-600);
    color: var(--teal-600);
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.6rem;
}

.view-all-button:hover {
    background-color: var(--teal-600);
    color: var(--white);
}

/* Модальное окно */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal.open {
    opacity: 1;
    visibility: visible;
}

//.modal-content {
//    background-color: white;
//    border-radius: 16px;
//    max-width: 640px;
//    width: 90%;
//    max-height: 90vh;
//    overflow-y: auto;
//    padding: 24px;
//}

//.modal-header {
//    display: flex;
//    justify-content: space-between;
//    align-items: center;
//    margin-bottom: 24px;
//}

.modal-title {
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--slate-900);
}

.close-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.close-icon {
    width: 24px;
    height: 24px;
    color: var(--slate-500);
}

.dates-title {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--slate-900);
    margin-bottom: 16px;
}

.dates-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}


.date-info {
    display: flex;
    flex-direction: column;
}

.date-range {
    font-weight: 500;
}

.date-details {
    font-size: 1.4rem;
    color: #64748b;
}

.date-price {
    text-align: right;
}

.price-value {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--teal-600);
}

.date-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.6rem;
    border: 0.1rem solid var(--slate-200);
    border-radius: 0.8rem;
    margin-bottom: 1.6rem;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.date-item:hover {
    background-color: var(--slate-50);
}

.book-button {
    padding: 8px 16px;
    border-radius: var(--radius);
    background-color: var(--slate-900);
    color: var(--white);
    border: none;
    cursor: pointer;
    font-size: 1.4rem;
    transition: background-color 0.3s ease;
}

.book-button:hover {
    background-color: var(--teal-700);
}

.modal-footer {
    padding-top: 24px;
    border-top: 1px solid var(--slate-200);
}

.details-button {
    width: 100%;
   /* padding: 12px;
    border-radius: var(--radius);
    background-color: var(--teal-600);*/
    color: var(--teal-700);
    //border: none;
    cursor: pointer;
    font-size: 1.6rem;
	text-decoration:underline;
    transition: background-color 0.3s ease;
}

.details-button:hover {
   /* background-color: var(--teal-700);*/
}


/* Секция */
.popular-experiences {
    background-color: white;
}


@media (min-width: 1024px) {
    .section-title {
        font-size: 4.2rem;
    }
}

//.section-subtitle {
//    font-size: 1.4rem;
//    color: #64748b;
//    max-width: 800px;
//    margin: 0 auto;
//}

.section-subtitle-baikal {
    font-size: 2.8rem;
    color: var(--teal-700);
    margin: 0 auto 2rem;
}

/* Слайдер */
.slider-container {
    position: relative;
}

.slider-track {
    overflow: hidden;
}

.slider-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.experience-card {
    flex: 0 0 25%;
    box-sizing: border-box;
}
@media (max-width: 1257px) {
    .reestr-link{
        top: 115px;
        left: unset;
        right: 36px;
        bottom: unset;
    }
}
@media (max-width: 1024px) {
    .experience-card {
        flex: 0 0 33.333%;
    }
}

@media (max-width: 768px) {
    .experience-card {
        flex: 0 0 50%;
    }
}
@media(max-width: 736px) {
    .section-search__wrapper-tabs li:first-child{
        order:4;
    }
}
@media (max-width: 480px) {
    .experience-card {
        flex: 0 0 100%;
    }
}

/* Карточка впечатления */
.card-wrapper {
    cursor: pointer;
    position: relative;
    height: 310px;
    border-radius: 16px;
    overflow: hidden;
}

.card-video {
    filter: brightness(.6);
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease, filter 0.7s ease;
}

.card-wrapper:hover .card-image {
    //transform: scale(1.1);
    filter: brightness(1.1);
}

.card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4), transparent);
    opacity: 0.8;
    transition: opacity 0.5s ease-in-out;
}

.card-wrapper:hover .card-overlay {
    opacity: 0.2;
}

.card-highlight {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(13, 148, 136, 0.3), transparent);
    opacity: 0;
    transition: opacity 0.7s ease-out;
}

.card-wrapper:hover .card-highlight {
    opacity: 0.5;
}

.card-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
    opacity: 0;
    transition: all 0.5s ease;
    transform: translateX(-100%);
}

.card-wrapper:hover .card-glow {
    opacity: 1;
    transform: translateX(100%);
}

.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    color: white;
    transform: translateY(8px);
    transition: transform 0.3s ease;
}

.card-wrapper:hover .card-content {
    transform: translateY(0);
}

.card-title {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 8px;
    min-height: 56px;
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.card-wrapper:hover .card-title {
    color: var(--slate-100);
    transform: scale(1.05);
}

.card-description {
    font-size: 1.225rem;
    color: rgba(255, 255, 255, 0.9);
    min-height: 40px;
    display: flex;
    align-items: flex-start;
    transform: translateY(4px);
    transition: all 0.4s ease 0.1s;
}

.card-wrapper:hover .card-description {
    transform: translateY(0);
}

.card-link {
    margin-top: 12px;
    opacity: 0;
    transition: all 0.3s ease 0.2s;
    transform: translateY(8px);
    display: flex;
    align-items: center;
    color: var(--slate-100);
    font-size: 1.225rem;
}

.card-wrapper:hover .card-link {
    opacity: 1;
    transform: translateY(0);
}

.card-link-icon {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.card-wrapper:hover .card-link-icon {
    transform: translateX(4px);
}

.card-pulse {
    position: absolute;
    inset: 0;
    border: 2px solid rgba(94, 234, 212, 0);
    border-radius: 16px;
    animation: pulse 2s infinite;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.card-wrapper:hover .card-pulse {
    opacity: 1;
    border-color: rgba(94, 234, 212, 0.3);
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    70% {
        transform: scale(1.02);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.04);
        opacity: 0;
    }
}

/* Навигационные кнопки */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 12px;
    transition: all 0.3s ease;
    z-index: 10;
    cursor: pointer;
    border: none;
}

@media (max-width: 992px) {
    .slider-nav, .baikal-testimonials-nav {
        display: none;
    }

}

.slider-nav:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%) scale(1.1);
}

.slider-nav:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.slider-nav:disabled:hover {
    transform: translateY(-50%);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.slider-nav-prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.slider-nav-next {
    right: 0;
    transform: translate(50%, -50%);
}

//.slider-container:hover .slider-nav-prev {
//    transform: translate(-50%, -50%);
//}
//
//.slider-container:hover .slider-nav-next {
//    transform: translate(50%, -50%);
//}

.nav-icon {
    width: 24px;
    height: 24px;
    color: #334155;
}

/* Индикаторы */
.slider-indicators {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    gap: 8px;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e2e8f0;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.indicator:hover {
    transform: scale(1.25);
    background-color: #cbd5e1;
}

.indicator.active {
    background-color: var(--teal-900);

}


/* Секция с цитатой и видео */
.quote-video-section {
    background-color: white;
}

/* Сетка */
.grid {
    display: grid;
    gap: 48px;
}

@media (min-width: 1024px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Цитата */
.quote-block {
    position: relative;
}

.quote-mark {
    position: absolute;
    font-size: 150px;
    color: var(--slate-100);
    font-weight: 300;
    z-index: -1;
}

.quote-mark.top {
    left: -33px;
    top: -88px;
}

.quote-mark.bottom {
    left: 107px;
    bottom: -161px;
}
.advantage-card img{
    max-width: 150px;
}
blockquote {

    font-weight: 300;
    line-height: 1.75;
    font-size: 20px;
    position: relative;
    z-index: 1;
    margin: 0;
}

/* Автор цитаты */
.author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
}

.author-image {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.author-name {
    font-size: 1.4rem;
    font-weight: 500;
    color: #0f172a;
}

.author-title {
    font-size: 1.2rem;

}

/* Видео блок */
.video-container {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.video-container:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.video-wrapper {
    position: relative;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}

.play-button {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-button button {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    padding: 24px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.play-button button:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.play-icon {
    width: 32px;
    height: 32px;
    color: white;
}

.video-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 24px;
}

.video-title {
    color: white;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px;
}

.video-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

/* Статистика */
.stats {
    margin-top: 64px;
    padding-top: 64px;
    border-top: 1px solid #e2e8f0;
}

.stats-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 36px;
    font-weight: 200;
    color: #0d9488;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 1.5rem;
    color: #64748b;
}

/* Модальное окно */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal.open {
    opacity: 1;
    visibility: visible;
}

//.modal-content {
//    max-width: 900px;
//    width: 90%;
//    background-color: black;
//    position: relative;
//}

.modal-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    opacity: 1;
}

.close-button {
    position: absolute;
    top: 16px;
    right: 16px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 8px;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.close-button:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.close-icon {
    width: 24px;
    height: 24px;
    color: white;
}


/* Секция специальных предложений */
.special-offers {
    padding: 6.4rem 0;
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('/themes/irida/assets/images/baikal-fon.jpg') center fixed;
    background-size: cover;
    color: var(--white); margin-top:0 !important;
}


/* Заголовок */
.section-header {
    text-align: center;

}

.special-offers .section-title {
    font-size: 3.6rem;
    font-weight: 200;
    line-height: 1.2;
    color: var(--white);
}

.special-offers .section-subtitle {
    font-size: 2rem;
    opacity: 0.9;
    color: var(--white);
}

/* Кнопки */
.buttons-container {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    justify-content: center;
    align-items: center;
}

@media (min-width: 64rem) {
    .buttons-container {
        flex-direction: row;
    }
}

.primary-button {
    background-color: white;
    color: var(--teal-700);
    padding: 1.2rem 3.2rem;
    border-radius: 0.8rem;
    font-weight: 500;
    border: 0.2rem solid white;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 1rem 1.5rem -0.3rem rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.primary-button:hover {
    background-color: #f9fafb;
    transform: scale(1.05);
    box-shadow: 0 2rem 2.5rem -0.5rem rgba(0, 0, 0, 0.1);
}

.secondary-button {
    background-color: transparent;
    color: white;
    padding: 1.2rem 3.2rem;
    border-radius: 0.8rem;
    font-weight: 500;
    border: 0.2rem solid white;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 1rem 1.5rem -0.3rem rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    font-size: 1.6rem;
}

.secondary-button:hover {
    background-color: white;
    color: var(--teal-700);
    transform: scale(1.05);
    box-shadow: 0 2rem 2.5rem -0.5rem rgba(0, 0, 0, 0.1);
}

.button-icon {
    width: 2rem;
    height: 2rem;
}


/* Unique styles for testimonials section */
.baikal-testimonials {
    padding: 4rem 0;
    background-color: white;
}


.baikal-testimonials-header {
    text-align: center;
    margin-bottom: 4.8rem;
}

.baikal-testimonials-title {
    font-size: 3.6rem;
    line-height: 1.2;
    font-weight: 200;
    margin-bottom: 1.4rem;
    color: #1e293b;
}

@media (min-width: 1024px) {
    .baikal-testimonials-title {
        font-size: 4.5rem;
    }
}

.baikal-testimonials-subtitle {
    font-size: 2rem;
    color: #64748b;
    max-width: 84rem;
    margin: 0 auto;
}

.baikal-testimonials-slider {
    position: relative;
}

.baikal-testimonials-nav {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: white;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 1.4rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.baikal-testimonials-nav:hover {
    box-shadow: 0 1.4rem 2.8rem rgba(0, 0, 0, 0.1);
}

.baikal-testimonials-prev {
    left: 0;
    transform: translate(-2.4rem, -50%);
}

.baikal-testimonials-next {
    right: 0;
    transform: translate(2.4rem, -50%);
}

.baikal-testimonials-nav svg {
    width: 2.1rem;
    height: 2.1rem;
    color: #334155;
}

.baikal-testimonials-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4.8rem;
}

@media (min-width: 768px) {
    .baikal-testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.baikal-testimonial-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    border-radius: 1.4rem;
    padding: 4.8rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.baikal-testimonial-card:hover {
    box-shadow: 0 1.4rem 2.8rem rgba(0, 0, 0, 0.15);
}

.baikal-testimonial-header {
    display: flex;
    align-items: flex-start;
    gap: 2.8rem;
    margin-bottom: 4.2rem;
}

.baikal-testimonial-avatar {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.baikal-testimonial-info {
    flex: 1;
}

.baikal-testimonial-name {
    font-size: 1.6rem;
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 0.7rem;
}

.baikal-testimonial-rating {
    display: flex;
    gap: 0.35rem;
    margin-bottom: 0.7rem;
}

.baikal-testimonial-rating svg {
    width: 1.4rem;
    height: 1.4rem;
}

.baikal-testimonial-rating-filled {
    color: #fbbf24;
    fill: currentColor;
}

.baikal-testimonial-rating-non-filled {
    color: #afafaf;
    fill: currentColor;
}

.baikal-testimonial-rating-empty {
    color: #e2e8f0;
}

.baikal-testimonial-location {
    font-size: 1.2rem;
    color: #64748b;
}

.baikal-testimonial-tour {
    font-size: 1.2rem;
    font-weight: 500;
    color: #0d9488;
}

.baikal-testimonial-text {
    font-style: italic;
    color: #334155;
    line-height: 1.6;
    margin-bottom: 4.2rem;
    font-size: 1.4rem;
}

.baikal-testimonial-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.baikal-testimonial-date {
    font-size: 1.2rem;
    color: #94a3b8;
}

.baikal-testimonial-video-btn {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 1.2rem;
    color: #0d9488;
    border: 0.1rem solid #0d9488;
    border-radius: 0.7rem;
    padding: 0.7rem 1.4rem;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.baikal-testimonial-video-btn:hover {
    background-color: #0d9488;
    color: white;
}

.baikal-testimonial-video-btn svg {
    width: 1.4rem;
    height: 1.4rem;
}

.baikal-testimonials-indicators {
    display: flex;
    justify-content: center;
    gap: 0.7rem;
}

.baikal-testimonials-indicator {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    background-color: #e2e8f0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.baikal-testimonials-indicator-active {
    background-color: #0d9488;
}

/* Video modal styles */
.baikal-video-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.baikal-video-modal-open {
    display: flex;
}

.baikal-video-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 112rem;
    width: 90%;
    background-color: white;
    border-radius: 1.4rem;
    overflow: hidden;
}

.baikal-video-placeholder {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}

.baikal-video-placeholder-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    padding: 4.8rem;
}

.baikal-video-play-icon {
    width: 5.6rem;
    height: 5.6rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.8rem;
}

.baikal-video-play-icon svg {
    width: 2.8rem;
    height: 2.8rem;
}

.baikal-video-title {
    font-size: 2.1rem;
    font-weight: 500;
    margin-bottom: 1.4rem;
}

.baikal-video-author {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 2.8rem;
}

.baikal-video-description {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.6);
}


.tour-schedule-section {
    padding: 4rem 0;
    /*background: linear-gradient(135deg, var(--white) 0%, var(--teal-50) 100%); */
    background: -webkit-linear-gradient(175deg, #ffffff, #e8f7f6); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(175deg, #ffffff, #e8f7f6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.tour-schedule-container {
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 1.6rem;
}

.tour-schedule-header {
    text-align: center;
    margin-bottom: 4.8rem;
}

.tour-schedule-title {
    font-size: 3.6rem;
    font-weight: 300;
    color: var(--slate-900);
    margin-bottom: 1.6rem;
}

@media (min-width: 768px) {
    .tour-schedule-title {
        font-size: 4.8rem;
    }
}

.tour-schedule-subtitle {
    font-size: 2rem;
    color: var(--slate-600);
    max-width: 60rem;
    margin: 0 auto;
}

.tour-schedule-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.6rem;
}

@media (min-width: 1024px) {
    .tour-schedule-grid {
        grid-template-columns: 2fr 1fr;
    }
}

/* Calendar styles */
.tour-calendar {
    background-color: var(--white);
    border-radius: var(--radius);
    padding: 2.4rem;
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.05);
}

.tour-calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.4rem;
}

.tour-calendar-title {
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--slate-900);
}

.tour-calendar-nav {
    display: flex;
    gap: 0.8rem;
}

.tour-calendar-nav-button {
    padding: 0.8rem;
    border-radius: 0.8rem;
    transition: background-color 0.2s;
    cursor: pointer;
}

.tour-calendar-nav-button:hover {
    background-color: var(--slate-100);
}


.tour-calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.8rem;
    margin-bottom: 0.8rem;
}

.tour-calendar-weekday {
    user-select: none;
    text-align: center;
    padding: 0.8rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--slate-600);
}

.tour-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.8rem;
}

.tour-calendar-day {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    aspect-ratio: 1/1;
    padding: 0.8rem;
    font-size: 1.4rem;
    border-radius: 0.8rem;
    transition: all 0.2s;
    border: 0.1rem solid var(--slate-200);
    cursor: default;
}

.tour-calendar-day-empty {
    border: none;
}

.tour-calendar-day-active {
    color: var(--slate-900);
    cursor: pointer;
}

.tour-calendar-day-active:hover {
    background-color: var(--slate-50);
    transform: scale(1.05);
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
}

.tour-calendar-day-selected {
    background-color: var(--teal-100);
    border-color: var(--teal-600);
    box-shadow: 0 0 0 0.2rem var(--teal-600);
}

.tour-calendar-day-status {
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
}

.tour-calendar-status-available {
    background-color: var(--green-500);
}


/* Tours panel styles */
.tour-panel {
    background-color: var(--white);
    border-radius: var(--radius);
    padding: 2.4rem;
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.05);
}

@media (max-width: 1023px) {
    .tour-panel {
        display: none;
    }
}

.tour-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.4rem;
}

.tour-panel-title {
    font-size: 2rem;
    font-weight: 600;
    color: var(--slate-900);
}


.tour-panel-list {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.tour-card-schedule {
    border: 0.1rem solid var(--slate-200);
    border-radius: 0.8rem;
    padding: 1.6rem;
    transition: box-shadow 0.2s;
}

.tour-card-schedule:hover {
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
}

.tour-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}

.tour-card-content {
    position: relative;
    overflow: hidden;
    height: 405px;
    flex: 1;
}

.tour-card-content:after {
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, #ffffff 0%, transparent 100%);
}

.tour-card-name {
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--slate-900);
    margin-bottom: 0.4rem;
    line-height: 1.3;
}

.category-tour-location svg {
    flex-shrink: 0;
}

.tour-card-description {
    font-size: 1.2rem;
    color: var(--slate-600);
    margin-bottom: 0.8rem;
    //height: 40px;
    overflow: hidden;
}

.hero-slider video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tour-card-date {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    color: var(--slate-500);
    margin-bottom: 0.8rem;
}

.tour-card-date-icon {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.4rem;
}

.tour-card-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2rem;
}

.tour-card-meta {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    color: var(--slate-600);
}

.tour-card-meta-item {
    display: flex;
    align-items: center;
}

.tour-card-meta-icon {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.4rem;
}


.tour-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.8rem;
}

.tour-card-price {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--slate-900);
}

.tour-card-button {
    display: flex;
    align-items: center;
    padding: 0.6rem 1.2rem;
    background-color: var(--teal-600);
    color: var(--white);
    border-radius: 0.4rem;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

.tour-card-button:hover {
    background-color: var(--teal-700);
}


.tour-panel-show-all {
    width: 100%;
    margin-top: 2.4rem;
    padding: 1rem 1.6rem;
    border: 0.1rem solid var(--slate-200);
    border-radius: 0.8rem;
    font-size: 1.4rem;
    color: var(--slate-600);
    cursor: pointer;
    transition: border-color 0.2s;
}

.tour-panel-show-all:hover {
    border-color: var(--slate-300);
    background: var(--slate-100);
}

/* Mobile selected date tours */
.tour-selected-mobile {
    margin-top: 2.4rem;
    background-color: var(--white);
    border-radius: var(--radius);
    padding: 2.4rem;
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.05);
    display: none;
}

@media (min-width: 1024px) {
    .tour-selected-mobile {
        display: none !important;
    }
}

.tour-selected-mobile-title {
    font-size: 2rem;
    font-weight: 600;
    color: var(--slate-900);
    margin-bottom: 1.6rem;
}

@media(max-width: 576px) {

    .section-search__wrapper-search {width:96%}

    .section-search__wrapper-tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2px;
        padding-bottom: 5px;
    }

    .section-search__wrapper-tabs li {
        width: 100%; margin-bottom: 2px;
    }

    .section-search__wrapper-tabs li a {
        display: block;
        padding: 10px 10px 15px 20px;
        font-size: 15px;
        font-weight: 300;
        color: white;
        border-radius: 10px;
        background: #b8adb1;
        text-align: center;
        box-sizing: border-box;
    }

}
#video-modal .modal-content {
    width: calc(100% - 2.4rem);
    max-width: 90rem;
    padding: 0;
    background: #111;
    overflow: hidden;
}

#video-modal #close-video-btn {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0.4rem 0.4rem 0.4rem auto;
    color: #fff;
}

#video-modal .modal-video {
    display: block;
    max-height: calc(100dvh - 8rem);
    object-fit: contain;
    background: #000;
}
