*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: var(--font-family);
}

:root {
    --text-color-white: #ffffff;
    --text-color-black: #000000;
    --text-color-gray: #d9d9d9;
    --background-color-black: #000000;
    --background-button: #ff8a35;

    --background-color-white: #ffffff;

    --font-family: "Circe", sans-serif;
    --second-family: "Inter", sans-serif;
    --third-family: "Arial", sans-serif;
    --font3: "Montserrat", sans-serif;
    --font4: "Bitcrusher", sans-serif;
    --font5: "Actor", sans-serif;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/circe.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bitcrusher';
    src: url('../fonts/bitcrusher.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* inter */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('assets/fonts/inter/inter-v18-cyrillic_latin-300.woff2') format('woff2'),
       url('assets/fonts/inter/inter-v18-cyrillic_latin-300.ttf') format('truetype');
}
/* inter-regular - cyrillic_latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/inter/inter-v18-cyrillic_latin-regular.woff2') format('woff2'),
       url('assets/fonts/inter/inter-v18-cyrillic_latin-regular.ttf') format('truetype');
}
/* inter-500 - cyrillic_latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('assets/fonts/inter/inter-v18-cyrillic_latin-500.woff2') format('woff2'),
       url('assets/fonts/inter/inter-v18-cyrillic_latin-500.ttf') format('truetype');
}
/* inter-600 - cyrillic_latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('assets/fonts/inter/inter-v18-cyrillic_latin-600.woff2') format('woff2'),
       url('assets/fonts/inter/inter-v18-cyrillic_latin-600.ttf') format('truetype');
}
/* inter-700 - cyrillic_latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/inter/inter-v18-cyrillic_latin-700.woff2') format('woff2'),
       url('assets/fonts/inter/inter-v18-cyrillic_latin-700.ttf') format('truetype');
}

.container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style-type: none;
}

.button {
    all: unset;
    border-radius: 10px;
    border: 1px solid var(--background-button);
    cursor: pointer;
    background-color: var(--background-button);
    text-align: center;
    color: var(--text-color-white);
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.5s;
}

.button:hover {
    color: var(--background-button);
    background-color: var(--text-color-white);
}

.title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: var(--text-color-black);
}

a:hover {
    opacity: 0.8;
}

a {
    transition: all 0.5s;
}

.seo-title {
    color: #a7a7a7;
    font-size: 22px;
    text-transform: uppercase;
    font-family: var(--second-family);
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.absolute {
    position: absolute;
}

/* HEADER */
.header {
    background-image: url('/assets/header-background.webp');
    background-repeat: no-repeat;
    /*background-position: center;*/
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 875px;
    position: relative;
}

.header__container {
    padding: 30px 10px;
    margin: 0 auto;
}

.header__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__list {
    gap: 60px;
}

.header-list__item a {
    color: var(--text-color-white);
    font-weight: 400;
    font-size: 18px;
    text-shadow: -3px 3px 9px rgba(0, 0, 0, 0.25);
}

.header-list__item_phone {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-list__item_phone svg {
    stroke: #fff;
}

.header-list__close {
    display: none;
    position: absolute;
    background: transparent;
    border: none;
    top: 0;
    right: 0;
    padding: 20px;
    z-index: 12;
}

.header-list__social {
    display: none;
    gap: 20px;
    padding-bottom: 20px;
}

.phone {
    margin-right: 20px;
}

.phone-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    border-bottom: 2px solid #fff;
    line-height: 18px;
    text-decoration-skip-ink: none;
    color: #fff;
    text-shadow: -3px 3px 9px rgba(0, 0, 0, 0.25);
}

.header-banner {
    max-width: 695px;
    margin-top: 68px;
}

.header-banner__title {
    font-family: var(--font4);
    font-weight: 700;
    font-size: 84px;
    letter-spacing: 0.01em;
    color: #fff;
    /*text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 4px 0 4px rgba(0, 0, 0, 0.25);*/
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), 2px 0 2px rgba(0, 0, 0, 0.15);
}

.header-banner__button {
    border-radius: 10px;
    width: 380px;
    height: 55px;
    margin: 60px 0 300px;
    position: relative;
    z-index: 2;
}

.features-background {
    background-image: url("/assets/Cloud.png");
    /*background-position: bottom;
    bottom: -615px;*/
    background-position: top;
    top: 75%;
    position: absolute;
    background-size: cover;
    background-repeat: repeat-x;
    width: 100%;
    height: 780px;
    z-index: 1;
}

.features-container {
    max-width: 1200px;
    padding: 0 10px 0 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin: 0 auto;
    position: sticky;
    z-index: 2;
}

.features-list {
    display: flex;
    gap: 20px;
}

.features-list__item {
    position: relative;
    background-color: var(--background-color-white);
    border-radius: 10px;
    padding: 50px 16px 16px 16px;
    width: 280px;
    height: 150px;
    box-shadow: -1px 4px 10px rgba(0, 0, 0, 0.1);
}

.features-list__item img {
    position: absolute;
    top: -40px;
}

.features-list__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #111;
}

.burger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    box-sizing: border-box;
}

.burger-menu__line {
    width: 30px;
    height: 3px;
    background-color: var(--background-color-black);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 900px) {
    .burger-menu {
        display: flex;
    }
    .header__list {
        color: #000;
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 10;
        gap: 24px;
        opacity: 0; /* Изначально невидим */
        animation: fadeIn 0.2s ease-in-out forwards;
        padding: 20px;
    }

    .phone {
        width: 40px;
        height: 40px;
    }

    .header-list__item a,
    .header-list__item p {
        font-size: 24px;
        color: #000;
    }

    .header__list.active {
        display: flex;
    }

    .header-list__item {
        padding: 15px 0;
        text-align: center;
    }

    .header-list__item a {
        display: block;
        width: 100%;
    }
    .features-list__item {
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100%;
        padding: 15px;
        gap: 15px;
    }
    .features-list__item img {
        position: relative;
        top: 0;
    }
}

/* about-club */
.about-club {
    margin-top: 120px;
    position: sticky;
    z-index: 2;
}

.about-club__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-club__title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 40px;
    /*line-height: 87%;*/

    background-image: url("/assets/Mask-group.svg");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 68px;
}

.about-club__description {
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 171%;
    color: var(--text-color-black);
    margin-top: 33px;
    max-width: 732px;
}

.gray-line {
    border: 1px solid rgba(0, 0, 0, 0.11);
    width: 1px;
    height: 210px;
}

.about-club__year-label {
    font-family: var(--second-family);
    font-size: 15px;
    line-height: 87%;
    letter-spacing: 0.3em;
    color: var(--text-color-black);
}

.about-club__year {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 70px;
    line-height: 87%;
    color: var(--text-color-black);
    margin-top: 28px;
}

/* highlight */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: #fff !important;
    border-color: #fff !important;
}

.highlight-container {
    background-image: url("/assets/highlight-background.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 100px auto 0;
    /*max-width: 1920px;*/
    max-width: 100%;
    height: 1254px;
    position: relative;
}

.cloud-top {
    background-image: url("/assets/Cloud2.png");
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    height: 500px;
    width: 100%;
    z-index: 2;
}

.cloud-bottom {
    background-image: url("/assets/Cloud3.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-position: bottom;
    bottom: 0;
    height: 408px;
    width: 100%;
    z-index: 2;
}

.highlight__container {
    max-width: 1200px;
    padding: 0 10px;
}

.highlight__title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 38px;
    text-transform: uppercase;
    text-align: center;
    color: var(--text-color-black);
    max-width: 848px;
    margin: 0 auto;
    padding-top: 50px;
    z-index: 3;
    position: relative
}

.highlight__list {
    flex-wrap: wrap;
    margin-top: 70px;
    position: relative;
    z-index: 5;
}

.highlight__item {
    border-radius: 10px;
    padding: 16px;
    width: 280px;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.1);
    background: var(--background-color-white);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.highlight__item:nth-child(1) {
    margin-left: 100px;
}

.highlight__item:nth-child(2) {
    margin-left: 420px;
}

.highlight__item:nth-child(3) {
    margin-left: 0;
    margin-top: 136px;
}

.highlight__item:nth-child(4) {
    margin-left: 620px;
    margin-top: 136px;
}

.highlight__item:nth-child(5) {
    margin-left: 100px;
    margin-top: 120px;
}

.highlight__item:nth-child(6) {
    margin-left: 420px;
    margin-top: 120px;
}

.highlight__item:nth-child(7) {
    margin: 100px auto 40px;
}

.highlight__image {}

.highlight__text {
    font-family: var(--font-family);
    font-size: 20px;
    color: var(--text-color-black);
}

/* stats-list */
.stats-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.stats-list__item {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 390px;
}

.stats-list__number {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 62px;
    background: linear-gradient(143deg, #ffb987 0%, #ff8a35 51.5%, #ff8a35 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stats-list__description {
    font-family: var(--font-family);
    font-size: 18px;
    text-transform: uppercase;
    color: var(--text-color-black);
    max-width: 183px;
}

/* wildlife-comfort */
.wildlife-comfort {
    margin-top: 110px;
}

.wildlife-comfort__container {
    max-width: 1200px;
    padding: 0 10px;
}

.wildlife-comfort__title {}

.wildlife-comfort__list {
    margin-top: 62px;
    gap: 20px;
}

.wildlife-comfort__item {
    height: 280px;
    border-radius: 25px;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    min-width: 280px;
}

.wildlife-comfort__item_big {
    width: 580px;
}

.wildlife-comfort__item_icon {
    padding: 16px;
    width: 280px;
}

.wildlife-comfort__description {
    font-family: var(--second-family);
    font-size: 20px;
    text-align: center;
    color: var(--text-color-black);
    margin-top: 44px;
}

.wildlife-comfort__button {
    width: 380px;
    height: 55px;
    margin: 62px auto 0;
    display: block;
}

/* route-photos */
.route-photos {
    position: relative;
    margin-top: 100px;
}

.route-photos__container {
    position: relative;
    max-width: 1310px;
    padding: 0 10px;
}

.swiper-1 {
    /* width: 1300px; */
    padding: 0 5px;
    height: 700px;
    margin-top: 62px;
}

.swiper-1 .swiper-slide-active {
    transform: scale(2.0) translate(-1px, -83px) !important;
}

.route-photos__wrapper.swiper-wrapper {
    display: flex !important;
    align-items: end !important;
}
.swiper-slide-1 {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-end !important;
    height: 346px !important;
    transition: all 0.5s ease;
}

.route-photos__wrapper img {
    border-radius: 22px;
    width: auto;
    height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 2 !important;
}

.swiper-button-prev-1,
.swiper-button-next-1 {
    background: linear-gradient(143deg, #ffb987 0%, #ff8a35 51.5%, #ff8a35 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    fill: #fff !important;
}

.swiper-pagination-bullet-1 {
    border-radius: 200px !important;
    width: 18px !important;
    height: 18px !important;
}

.swiper-pagination-1 {
    position: absolute;
    bottom: -65px !important;
}

.swiper-pagination-1 .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background-color: #a7a7a7;
}

.swiper-pagination-bullet-active {
    border-radius: 200px !important;
    width: 18px !important;
    height: 18px !important;
    background: linear-gradient(143deg, #ffb987 0%, #ff8a35 51.5%, #ff8a35 100%) !important;
}

.texture-left {
    top: -78px;
    left: 360px;
}

.texture-right {
    right: 0;
    top: -150px;
}

@media (max-width: 1310px) {
    .wiper-slide-1:nth-child(3n+1) {
        padding-left: 40px;
    }

    .wiper-slide-1:nth-child(3n+3) {
        padding-right: 40px;
    }
}

@media (max-width: 768px) {
    .swiper-1 {
        height: auto;
    }
    .swiper-1 .swiper-slide-active {
        transform: none !important;
    }
    .route-photos__wrapper img {
        width: 100% !important;
        height: auto !important;
    }
    .swiper-slide-1 {
        height: 100% !important;
    }
    .texture-right {
        display: none;
    }
    .texture-left {
        left: 0;
    }
}

/* team */
.team {
    margin-top: 150px;
}

.team__container {
    max-width: 1200px;
    padding: 0 10px;
}

.team__title {}

.team__list {
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 12px;
    padding: 0 10px;
}

.team__member {
    min-width: 280px;
    max-width: 280px;
    height: 360px;
    cursor: pointer;
    position: relative;
}

.team__photo {
    border-radius: 10px;
    fill: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.team__name {
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 171%;
    color: var(--text-color-white);

    position: absolute;
    bottom: 50px;
    left: 26px;
}

.team__member:hover {
    padding: 16px;
    box-shadow: rgba(99, 99, 99, 0.5) 0px 2px 8px 0px;
    border-radius: 10px;
}

.team__photo {
    transition: all 0.3s ease;
    object-fit: cover;
}

.team__member:hover .team__photo {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.team__text {
    display: none;
    transition: all 0.3s ease;
}

.team__member:hover .team__text {
    display: block;
    margin-top: 10px;
    font-family: var(--third-family);
    font-size: 16px;
    line-height: 171%;
    height: 180px;
    overflow: auto;
}

.team__member:hover .team__name {
    color: black;
}


/* reviews */
.reviews {
    margin-top: 110px;
    position: relative;
}

.reviews__container {
    margin-left: calc((100% - 1180px) / 2);
    padding: 0 10px;
    position: relative;
    display: flex;
    gap: 135px;
    align-items: center;
}

.reviews__header {
    max-width: 280px;
}

.reviews__title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    color: var(--text-color-black);
}

.reviews__navigation {
    margin-top: 48px;
    display: flex;
    align-items: center;
    gap: 13px;
}

.reviews__button {
    border-radius: 10px;
    width: 280px;
    height: 55px;
    margin-top: 210px;
}

.swiper-item-3 {
    border-radius: 10px;
    padding: 16px;
    width: 380px;
    height: max-content;
    box-shadow: -1px 3px 10px rgba(0, 0, 0, 0.1);
    background-color: var(--background-color-white);
    position: relative;
}

.reviews__item-header {
    position: absolute;
    right: 16px;
    top: -4px;
    border-radius: 5px 5px 15px 15px;
    width: 48px;
    height: 56px;
    background: linear-gradient(143deg, #ffb987 0%, #ff8a35 51.5%, #ff8a35 100%);

    gap: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews__item-rating {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 20px;
    color: var(--text-color-white);
}

.reviews__item-name {
    font-family: var(--font-family);
    font-size: 24px;
    color: var(--text-color-black);
    font-weight: 600;
}

.reviews__item-date {
    font-family: var(--font-family);
    font-size: 16px;
    color: var(--text-color-gray);
}

.reviews__item-text {
    font-family: var(--font-family);
    font-size: 18px;
    margin-top: 16px;
    text-align: left;
    height: 300px;
    overflow-y: auto;
}

.reviews__item-text::-webkit-scrollbar {
  width: 4px;
}

.reviews__item-text::-webkit-scrollbar-track {
  background: #A7A7A7; 
}

.reviews__item-text::-webkit-scrollbar-thumb {
  background-color: #A7A7A7;
  border-radius: 20px; 
  border: 3px solid #ff8a35;
}

.reviews__list {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.reviews__list img {
    border-radius: 5px;
    object-fit: cover;
}

.review__image {
    all: unset;
    width: 60px;
    height: 60px;
    background-color: #D9D9D9;
}

.swiper-slide-3 {
    flex-shrink: unset !important;
}

.swiper-button-prev-3,
.swiper-button-next-3 {
    background: linear-gradient(143deg, #ffb987 0%, #ff8a35 51.5%, #ff8a35 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    fill: #fff !important;
    position: sticky !important;
    z-index: 2;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-container {
    width: 100%;
    overflow: hidden;
}

/* routes */
.routes {
    margin-top: 100px;
}

.routes__container {
    position: relative;
    padding: 0 10px;
}

.slider2 {
    max-width: 1300px;
    padding: 12px;
    position: relative;
    overflow: hidden;
}

.slides2 {
    width: 100%;
    display: flex;
    transition: transform 0.5s ease;
}

.slide2 {
    margin-top: 62px;
    min-width: 100%;
    display: flex;
    justify-content: center;
    padding: 5px;
}

.content {
    gap: 18px;
    display: flex;
    justify-content: center;
    height: 640px;
    padding: 16px;
    border-radius: 10px;
    background-color: var(--background-color-white);
    box-shadow: -1px 3px 10px rgba(0, 0, 0, 0.1);
    overflow: scroll;
}

.content::-webkit-scrollbar {
    display: none;
}

.slider__nav-btn {
    box-shadow: -1px 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    background-color: #fff;
    background-image: url(/assets/images/icons/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 15px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.8s;
}

.slider__nav-btn:hover {
    opacity: 0.8;
}

.slider__nav-btn.prev {
    transform: scaleX(-1);
}

.photos-slider__nav,
.routes-slider__nav {
    position: absolute;
    top: 50%;
    z-index: 1;
}

.photos-slider__nav.next {
    right: 0;
}

.photos-slider__nav.prev {
    left: 0;
}

.routes-slider__nav.prev {
    left: -50px;
}

.routes-slider__nav.next {
    right: -50px;
}

.routes__img {
    width: 42%;
}

.routes__img img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.routes__details {
    max-width: 55%;
    padding: 4px;
}

.routes__info-list {
    gap: 8px;
}

.routes__info-item {
    border-radius: 28px;
    padding: 4px 13px;
    background: linear-gradient(143deg, #ffb987 0%, #ff8a35 51.5%, #ff8a35 100%);
    display: flex;
    justify-content: center;
    gap: 14px;
    white-space: nowrap;
    flex-wrap: nowrap;
    font-size: 16px;
}

.routes__info-text {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 170%;
    text-transform: uppercase;
    color: var(--text-color-white);
}

.routes__camp-title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 40px;
    color: var(--text-color-black);
    margin-top: 28px;
}

.routes__difficulty {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 30px;
}

.routes__difficulty-list {
    gap: 6px;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-right: 5px;
}

.routes__difficulty-item {
    border-radius: 5px;
    width: 17px;
    height: 17px;
    background-color: #f5f5f5;
}

.routes__difficulty-item_active {
    background: linear-gradient(143deg, #ffb987 0%, #ff8a35 51.5%, #ff8a35 100%);
}

.routes__difficulty-text {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 12px;
    color: var(--text-color-black);
    text-transform: uppercase;
    margin-right: 10px;
}

.routes__price {
    font-weight: 700;
    font-size: 24px;
    /*background: linear-gradient(143deg, #ffb987 0%, #ff8a35 51.5%, #ff8a35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  color: #ff8a35;
  margin-top: 10px;
}

.routes__description {
    font-family: var(--second-family);
    font-size: 18px;
    line-height: 122%;
    color: #414141;
    margin-top: 28px;
    height: 210px;
    padding: 5px 0;
    overflow-x: auto;
}

.routes__description p {
    margin: 0;
}

.routes__places-list {
    margin-top: 36px;
    gap: 10px;
    flex-wrap: wrap;
    padding-bottom: 10px;
    height: 150px;
    overflow-y: scroll;
}

.routes__places-item {
    gap: 12px;
    display: flex;
    justify-content: center;
    border-radius: 28px;
    padding: 4px 13px;
    border-radius: 28px;
    padding: 4px 13px;
    /*box-shadow: -1px 3px 10px rgba(0, 0, 0, 0.1);*/
    box-shadow: -1px 3px 4px rgba(0, 0, 0, 0.1);
}

.routes__icon {}

.routes__place {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    text-transform: uppercase;
    color: #ff8a35;
}

.routes__button-block {
    margin-top: 35px;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.routes__button {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: center;
    width: 380px;
    height: 55px;
}

.routes__button_toggle {
    display: none;
}

/* faq */
.faq {
    margin-top: 100px;
}

.faq__container {
    max-width: 1350px;
    padding: 0 10px;
}

.faq__title {
    max-width: 485px;
    margin: 0 auto;
}

.faq__content {
    gap: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 62px;
}

.faq__list {
    max-width: 580px;
    display: block;
}

.faq__item {
    border-radius: 10px;
    padding: 26px 20px;
    width: 580px;
    box-shadow: -1px 3px 10px rgba(0, 0, 0, 0.1);
    background: var(--background-color-white);
    margin-bottom: 16px;

}

.faq__question {
    font-family: var(--font-family);
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color-black);
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    max-width: 480px;
}

.faq__answer {
    font-family: var(--font-family);
    font-size: 20px;
    color: #3d3d3d;
    margin-top: 30px;
}

.faq__icon {
    position: absolute;
    right: -10%;
    width: 40px;
    height: 40px;
    background: #ff8a35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

.faq__answer {
    display: none;
    padding: 10px 0;
}

.faq__image {}

/* book-tour */
.book-tour {
    margin-top: 90px;
    padding-bottom: 50px;
}

.book-tour__container {
    max-width: 1180px;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.book-tour__image {
    z-index: 1;
}

.book-tour__info {
    border-radius: 35px;
    padding: 40px 45px;
    max-width: 550px;
    box-shadow: -1px 3px 15px rgba(0, 0, 0, 0.1);
    margin-left: -80px;
    background-color: var(--background-color-white);
    z-index: 2;
}

.book-tour__title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 122%;
    text-transform: uppercase;
}

.book-tour__description {
    font-family: var(--second-family);
    font-size: 16px;
    line-height: 171%;
    margin-top: 20px;
}

.book-tour__description a {
    color: #000;
    text-decoration: underline;
}

.book-tour__form {
    margin-top: 20px;
}

.book-tour__input {
    all: unset;
    width: 90%;
    height: 55px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background-color: var(--background-color-white);
    padding-left: 10%;
    margin-bottom: 20px;
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 171%;
    color: #000;
}

.book-tour__button {
    width: 100%;
    height: 55px;
}

.book-tour__checkbox-label {
    margin-top: 23px;
    display: flex;
    align-items: first baseline;
    gap: 12px;
}

.book-tour__checkbox-text {
    font-family: var(--font-family);
    font-size: 16px;
    color: #a7a7a7;
}

.book-tour__checkbox-text a {
    color: #a7a7a7;
    text-decoration: underline;
}

/* footer */
.footer {
    /* margin-top: 50px; */
    /*background-color: var(--background-color-black);*/
    background-color: #ff8a35;
}

.footer_container {
    max-width: 1100px;
    padding: 34px 10px;

    gap: 95px;
    display: flex;
    justify-content: space-between;
}

.footer__list {
    display: block;
}

.footer__item {
    margin-bottom: 20px;
    font-family: var(--font-family);
    font-size: 16px;
    color: var(--text-color-white);
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 12px;
}

.footer__item-link {
    font-family: var(--font-family);
    font-size: 16px;
    color: var(--text-color-white);
}

.footer__item_title {
    line-height: 122%;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer__item_capitalize {
    text-transform: capitalize;
    margin-bottom: 15px;
    width: 240px;
}

.social-network__title {
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 122%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-color-white);
}

.social-network__list {
    margin-top: 18px;
    gap: 20px;
}

.footer-bottom {
    color: #ffe2cc;
    border-top: 1px solid #FFF2;
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom__copyright p {
    margin: 0;
    font-family: var(--second-family);
}

.footer-bottom__links {
    display: flex;
    gap: 25px;
}

.footer-bottom__links a {
    display: block;
    color: #ffe2cc;
    text-decoration: underline;
    font-family: var(--second-family);
}

/* feedback-form */
.feedback-form {
    border-radius: 20px;
    padding: 30px;
    max-width: 580px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--background-color-white);
    display: none;
    z-index: 12;
}

.feedback-form svg {
    position: absolute;
    cursor: pointer;
    top: 30px;
    right: 30px;
}

.feedback-form__title {
    margin-top: 10px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
    color: #252525;
    margin-bottom: 28px;
}

.feedback-form__input {
    all: unset;
    width: calc(100% - 25px);
    height: 55px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background-color: var(--background-color-white);
    padding-left: 25px;
    margin-bottom: 20px;
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 171%;
    color: #000;
}

.book-tour__input input::placeholder,
.feedback-form__input input::placeholder {
    color: #a7a7a7;
}

.feedback-form__rating-label {
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 150%;
    color: #252525;
}

.feedback-form__rating {
    gap: 10px;
    display: flex;
    align-items: center;
}

.feedback-form__star {
    font-size: 30px;
    cursor: pointer;
    color: #252525;
}

.feedback-form__star.active {
    color: var(--background-button);
}

.feedback-form__star.selected {
    color: var(--background-button);
}

.feedback-form__star:active {
    font-size: 30px;
    color: var(--background-button);
}

.feedback-form__textarea {
    /* margin-top: 20px; */
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    height: 140px;
    resize: none;
    outline: none;
    box-sizing: border-box;
    font-size: 16px;
}

.feedback-form__textarea:focus {
    border-color: #a1a1a1;
    box-shadow: none;
}

.feedback-form__textarea::-moz-selection {
    background: transparent;
}

.feedback-form__textarea::selection {
    background: transparent;
}

.feedback-form__files {
    margin-top: 20px;
    display: flex;
    align-self: center;
    gap: 20px;
}

.custom-file-upload {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    background: #f6f6f6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.custom-file-upload img {
    height: 100%;
}
.custom-file-content {
    font-size: 40px;
    color: #D3D3D3;
    position: absolute;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.feedback-form__file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.feedback-form__submit-button {
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px;
    width: calc(100% - 25px);
}

.feedback-form__checkbox-label {
    margin-top: 23px;
    display: flex;
    align-items: first baseline;
    gap: 12px;
}

.feedback-form__checkbox-text {
    font-family: var(--font-family);
    font-size: 16px;
    color: #a7a7a7;
}

.feedback-form__checkbox-text a {
    color: #a7a7a7;
    text-decoration: underline;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 11;
}

.modal--succes {
    text-align: center;
}

.modal--succes p {
    font-size: 28px;
    font-family: var(--second-family);
    font-weight: 600;
    margin-top: 25px;
}

.modal--succes img {
    margin-top: 25px;
}

.gp-button-whatsapp {
    text-decoration: none;
    border-bottom: 0;
    width: 30px!important;
}
.gp-button-whatsapp svg {
    width: 30px;
    height: 30px;
    position: relative;
    top: 4px;
    filter: drop-shadow(0px 0px 9px #fff);
    transition: .5s;
}
.gp-button-whatsapp svg:hover {
    transform: scale(1.2);
    transition: .5s;
}
.gp-worktime-header {
    text-align: right;
    position: relative;
    top: 5px;
    color: #fff;
    filter: drop-shadow(0px 0px 6px black);
}
.gp-worktime-header-mobile {display: none;}
.slides2.swiper-wrapper {
    padding-bottom: 50px;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 18px!important;
    height: 18px!important;
    background: #8b8b8b;
}

@media (hover: none) {
    .team__member:active {
        padding: 16px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
    .team__member:active .team__photo {
        width: 55px;
        height: 55px;
        border-radius: 50%;
    }
    .team__member:active .team__text {
        display: block;
        margin-top: 10px;
        font-family: var(--third-family);
        font-size: 16px;
        line-height: 171%;
    }
    .team__member:active .team__name {
        color: black;
    }
}

@media (max-width: 1200px) {
    .about-club__container {
        display: block;
        text-align: center;
    }

    .about-club__title {
        max-width: 520px;
        margin: 0 auto;
        font-size: 32px;
        padding: 12px;
    }

    .about-club__description {
        margin: 24px auto 0;
    }

    .gray-line {
        width: 80%;
        height: 1px;
        margin: 24px auto 0;
    }

    .about__date {
        margin-top: 24px;
    }

    .faq__image {
        display: none;
    }

    .team__list {
        overflow-y: auto;
        flex-wrap: nowrap;
    }

    .wildlife-comfort__list {
        overflow-x: scroll;
        flex-wrap: nowrap;
        padding: 12px 6px;
    }

    .highlight__list {
        gap: 40px;
        justify-content: space-around;
        margin-top: 25%;
    }

    .highlight__item {
        margin: 0 !important;
    }
}

@media (max-width: 1220px) {
    .team__list {
        max-width: 1200px;
        padding: 10px;
    }
}

@media (max-width: 1200px) {
    .features-container {
        justify-content: center;
    }

    .features-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 1120px) {
    .book-tour__info {
        margin-left: -300px;
    }
}

@media (max-width: 1100px) {
    .slide2 {
        align-items: center;
        margin-top: 0;
    }
    
    .content {
        align-items: center;
    }
    
    .routes__map {
        display: none;
        margin: 0 auto;
    }

    .routes__details {
        max-width: 100%;
        margin: 0 auto;
    }

    .routes__button_toggle {
        display: block;
        width: 280px;
        margin: 36px auto 0;
    }

    .footer_container {
        gap: 16px;
    }
}

@media (max-width: 1030px) {
    .footer_container {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .social-network__list {
        justify-content: center;
    }

    .nav-link {
        text-align: right;
    }
}

@media (max-width: 991px) {
    .navbar-nav {
        background-color: var(--background-color-black);
    }

    .collapse {
        position: absolute;
        right: 18px;
        top: 76px;
    }
}
.gp-hidden-900 {display: none;}
.gp-visible-900 {display: block;}
@media (max-width: 900px) {
    .custom-file-upload {
    height: 70px;
    margin-bottom: 20px;
    }
    .gp-hidden-900 {display: block;}
    .gp-visible-900 {display: none;}
    .swiper-pagination-review {bottom: 130px!important; top: unset!important;}
    .gp-worktime-header {display: none;}
    .gp-worktime-header-mobile {display: block;}
    .swiper-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    }
    .book-tour__info {
        margin-left: -400px;
    }

    .reviews__header {
        margin: 0 auto;
        text-align: center;
    }

    .reviews__navigation {
        display: flex;
        justify-content: center;
        top: -60px;
        position: relative;
    }

    .reviews__button {
        margin: 0 auto;
        display: block;
    }

    .reviews__container {
        display: grid;
        justify-content: center;
        gap: 42px;
        margin-left: auto;
    }
}

@media (max-width: 800px) {
    .header {
        background-position: right;
        height: auto;
    }

    .header-banner__title {
        font-size: 62px;
    }

    .book-tour__info {
        margin: 0 auto;
    }

    .book-tour__title {
        font-size: 32px;
    }

    .book-tour__image {
        display: none;
    }
    .footer__item {
        justify-content: center;
    }
    .highlight__title {
     padding-top: 0px;       
}
.wildlife-comfort {
    margin-top: 0px;
}
.about-club {
    margin-top: 60px;
}
.team {
    margin-top: 60px;
}
}

@media (max-width: 700px) {
    .feedback-form {
        width: 90%;
    }

    .faq__list {
        width: 100%;
    }

    .routes__button-block {
        display: block;
        margin: 42px auto 0;
        text-align: center;
    }

    .routes__button {
        margin-bottom: 16px;
    }

    .faq__item {
        max-width: 100%;
    }
}

@media (max-width: 619px) {
    .highlight__list {
        gap: 20px;
    }
    .header-list__item_phone svg {
        stroke: #000;
    }
    .highlight__item {
        margin: 0 !important;
        padding: 18px;
        width: 90%;
        height: 110px;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .features-background {
        height: 730px;
    }
    .features-container {
        padding-top: 30px;
    }
    .features-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .faq__question {
        width: 100%;
        padding-right: 45px;
    }

    .faq__icon {
        right: 0;
    }
    .route-photos {
        padding: 0 10px;
    }
    .photos-slider__nav {
        top: 105%;
    }
    .routes-slider__nav {
        bottom: 190px;
        z-index: 11;
    }
    .routes-slider__nav {
    top: unset;
    }
    .routes-swiper {
        margin-top: 25px;
    }
    .routes-slider__nav.prev {
        left: 12px;
    }
    .routes-slider__nav.next {
        right: 12px;
    }
    .routes__places-list {
        margin-top: 0;
        padding-top: 26px;
    }
    .routes__info-text {
        font-size: 14px;
    }
    .routes__camp-title {
        text-align: center;
        font-size: 16px;
    }
    .header-list__close {
        display: block;
    }
    .header-list__social {
        display: flex;
    }
}

@media (max-width: 550px) {
    .routes__map {
        max-width: 420px;
    }
    
    .header-banner__title {
        font-size: 48px;
    }

    .about-club__title {
        max-width: 380px;
    }
    .feedback-form {
        padding: 15px;
    }
    .feedback-form__checkbox-text {
        font-size: 12px;
    }
    .feedback-form__input {
        height: 40px;
    }
    .feedback-form__submit-button {
        margin-top: 10px;
    }
}

@media (max-width: 500px) {
    .faq__question {
        font-size: 16px;
    }
    .book-tour__description {
        padding: 0 30px;
    }
}

@media (max-width: 480px) {
    .book-tour__info {
        padding: 35px 25px;
    }

    .routes__map {
        max-width: 340px;
    }

    .stats-list__number {
        font-size: 48px;
    }

    .wildlife-comfort__button {
        width: 280px;
    }

    .stats-list__description {
        font-size: 16px;
    }
}

@media (max-width: 568px) {
    .ul-overflow {
        overflow-x: scroll;
    }
    .ul-overflow::-webkit-scrollbar {
        display: none;
    }
    .title {
        font-size: 32px;
    }

    .logo {
        width: 180px;
        height: 40px;
    }
    .content {
        overflow: hidden;
        height: 100%;
    }
    .header-banner__button {
        width: 280px;
        margin-bottom: 65px;
    }
    .book-tour__title {
        text-align: center;
        font-size: 24px;
    }

    .book-tour__description {
        text-align: center;
        font-size: 16px;
    }

    .routes__places-list {
        overflow: scroll;
        flex-wrap: nowrap;
        width: max-content;
        height: auto;
    }

    .book-tour__checkbox-text {
        font-size: 12px;
    }

    .routes__map {
        max-width: 260px;
    }

    .routes__button {
        width: 280px;
    }

    .stats-list__number {
        font-size: 32px;
    }

    .about-club__title {
        background: none;
    }

    .swiper-item-3 {
        width: 300px;
        height: auto;
    }
    .modal--succes h3 {
        font-size: 16px;
        margin-top: 30px;
    }
    .footer-bottom,
    .footer-bottom__links {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}


input[type="checkbox"]:checked, 
input[type="checkbox"]:not(:checked) 
{
    position: absolute;
    left: -9999px;
}
input[type="checkbox"]:checked + label, 
input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}
input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #a8a8a8;
    background-color: #ffffff;
}
input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 2px;
}
input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after  {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after {
    left: 2px;
    top: 4px;
    width: 16px;
    height: 9px;
    border-radius: 1px;
    border-left: 4px solid #ff8a35;
    border-bottom: 4px solid #ff8a35;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}
input[type="checkbox"]:checked + label:after {
    opacity: 1;
}