@font-face {
    font-display: swap;
    font-family: Onest;
    font-style: normal;
    font-weight: 100;
    src: url('./fonts/onest-v9-cyrillic_latin-100.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: Onest;
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/onest-v9-cyrillic_latin-200.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: Onest;
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/onest-v9-cyrillic_latin-300.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: Onest;
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/onest-v9-cyrillic_latin-regular.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: Onest;
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/onest-v9-cyrillic_latin-600.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: Onest;
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/onest-v9-cyrillic_latin-700.woff2') format('woff2')
}

:root {
    --standart-text-color: #5A5A5A;
}

*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    overflow-x: hidden;
    font-family: Onest, sans-serif;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html:focus-within {
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}
button,
input,
select,
textarea {
    font: inherit
}

.container {
    width: 100%;
    max-width: 1372px;
    margin: 0 auto
}

canvas,
img,
picture,
svg,
video {
    display: block
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: var(--standart-text-color)
}

a {
    text-decoration: none;
}

b,
strong {
    font-weight: 600;
    color: var(--dark-text-color)
}

textarea {
    resize: none;
}

body {
    background-color: #EDE9E6;
}

header {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0;
    z-index: 1000;
}

header .container {
    position: relative;
    max-width: 1196px;
}

header .container .mobile-menu-wrapper {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

header .container .mobile-logo {
    display: none;
    transition: .3s all;
}

header .nav-menu {
    align-items: center;
    gap: 22px;
    border: 1px solid rgba(255, 255, 255, 50%);
    border-radius: 23px;
    padding: 3px;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background-color: rgba(217, 217, 217, 10%);
}

header .nav-menu ul {
    display: flex;
    flex-direction: row;
}

header .nav-menu li {
    padding: 5px 14px;
    margin: 0 2px;
    border-radius: 16px;
    transition: .3s ease-in-out;
}

header .nav-menu li:first-child {
    margin-left: 0px;
}

header .nav-menu li:last-child {
    margin-right: 0px;
}

header .nav-menu li a {
    font-size: 1.4rem;
    line-height: 1.7;
    color: #fff;
}

header .nav-menu li.current-menu-item {
    background-color: #fff;
    transition: .3s ease-in-out;
}

header .nav-menu .current-menu-item a {
    font-weight: 600;
    color: #154889;
    transition: .3s ease-in-out;
}

header .nav-menu li:not(.current-menu-item):hover {
    box-shadow: inset 0 0 40px 0 rgba(255, 255, 255, 0.1), inset 1px 1px 1px 0px rgba(255, 255, 255, 0.5), inset -1px -1px 1px 0px rgba(255, 255, 255, 0.2);
}

header .language-switcher {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 50%);
    border-radius: 23px;
    padding: 3px;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background-color: rgba(217, 217, 217, 10%);
}

header .language-switcher>div a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
}
header .language-switcher>div a {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 100;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 50%);
}

header .language-switcher div.current_lng {
    border-radius: 50%;
    background: linear-gradient(90deg, #154889 0%, #BABFD1 100%);
}

header .language-switcher div.current_lng a {
    font-weight: 300;
    color: #fff;
}

header.dark-header .nav-menu .current-menu-item {
    background-color: #154889;
}

header.dark-header .nav-menu .current-menu-item a {
    color: #F8B530;
}

section#hero {
    width: 100%;
    max-width: 1440px;
    padding-top: 150px;
    padding-bottom: 75px;
    margin: 0 auto;
    background-image: url(../images/low-angle-view-stars-sky.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

section#hero .container {
    position: relative;
    max-width: 1196px;
}

#hero h1 {
    max-width: 400px;
    font-size: 6.4rem;
    color: #fff;
    font-weight: 100;
    line-height: 112%;
    text-transform: capitalize;
}

#hero .order-tour-button {
    margin-top: 30px;
}

.order-tour-button {
    display: flex;
    padding: 9px 9px 9px 28px;
    justify-content: center;
    align-items: center;
    gap: 11px;
    border-radius: 34px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    background: transparent;
    border: none;
    box-shadow: inset 0 0 40px 0 rgba(255, 255, 255, 0.1), inset 1px 1px 1px 0px rgba(255, 255, 255, 0.5), inset -1px -1px 1px 0px rgba(255, 255, 255, 0.2);
    transition: .3s ease-in-out;
}

.order-tour-button:hover {
    cursor: pointer;
    box-shadow: inset 0 0 60px 0 rgba(255, 255, 255, 0.4), inset 1px 1px 2px 0px rgba(255, 255, 255, 0.7), inset -1px -1px 2px 0px rgba(255, 255, 255, 0.7);
}

.big-title {
    max-width: 520px;
    font-size: 6.4rem;
    color: #154889;
    font-weight: 700;
    line-height: 112%;
}

.middle-title {
    max-width: 520px;
    font-size: 3.2rem;
    color: #343A46;
    font-weight: 300;
}

#hero h2 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 240px;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1;
    color: #BABFD1;
    animation: floatAnimation 14s ease-in-out infinite;
}

@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
        /* Амплитуда движения */
    }

    100% {
        transform: translateY(0);
    }
}

#hero h2:before {
    content: "+";
    position: absolute;
    top: -15px;
    left: -20px;
    font-weight: 900;
    font-size: 3.2rem;
    line-height: 0.4375;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

#hero h2 strong {
    color: #fff;
}

#hero a {
    color: #fff;
    text-shadow: -1px -1px 2px #3b3d3f, -1px 1px 2px #3b3d3f;
}

.counter {
    display: inline-flex;
}

#hero .counter {
    display: inline-flex;
    margin-top: 200px;
}

.counter span {
    font-weight: 200;
    font-size: 4.8rem;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #fff;
}

.counter>span:not(:last-child) {
    max-width: 140px;
    padding: 0px 30px 5px 0;
    border-right: 1px solid rgb(255 255 255 / 50%);
}

.counter>span:last-child {
    max-width: 190px;
    padding: 0px 0px 5px 30px;
}

.counter span span {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
}

#hero .container h1,
#hero .container .order-tour-button,
.container .counter {
    position: relative;
    z-index: 10;
}

.planet-scene {
    position: absolute;
    max-width: 800px;
    width: 100%;
    height: 800px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.planet-3d-object img {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    transition: .4s;
}

.planet-scene .planet-3d-object .planet-back-face img {
    visibility: hidden;
    opacity: 0;
}

.planet-scene.active .planet-3d-object .planet-back-face img {
    visibility: visible;
    opacity: 1;
}

.planet-scene.active .planet-3d-object .planet-front-face img {
    visibility: hidden;
    opacity: 0;
}

.perspective-container {
    perspective: 500px;
}

/* Сама кнопка */
.rotate-button-3d {
    display: block;
    width: 120px;
    height: 120px;
    border: 8px solid rgba(128, 128, 128, 0.7);;
    border-radius: 50%;
    border-top-color: transparent;
    position: relative;
    transform-style: preserve-3d;
    cursor: pointer;
    animation-name: continuous-spin;
    animation-duration: 18s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    opacity: .75;
    transition: opacity .5s ease-in-out;
}

.rotate-button-3d::after {
    content: '';
    position: absolute;
    top: -17px;
    right: 8px;
    width: 0px;
    height: 0px;
    border: 18px solid transparent;
    border-left-color: rgba(128, 128, 128, 0.7);
    transform: rotate(-136deg);
}

.perspective-container:hover .rotate-button-3d {
    animation-play-state: paused;
    opacity: .95;
}
@keyframes continuous-spin {
    /* Начальная точка (0%) */
    from {
        transform: rotateX(66deg) rotateZ(0deg);
    }
    /* Конечная точка (100%) */
    to {
        transform: rotateX(66deg) rotateZ(-360deg);
    }
}
.planet-scene .planet-events-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.planet-scene .planet-single-location {
    position: absolute;
    margin-top: -15px;
    opacity: 0;
    transform: translateY(-20px);
    transition: margin 0.3s ease-out, opacity 0.3s ease-out, transform 0.3s ease-out;
}

.planet-scene .planet-single-location.visible {
    opacity: 1;
    transform: translateY(0);
    margin-top: 0;
}
.planet-scene .planet-single-location.visible.active {
    z-index: 1005;
}

.planet-scene .planet-single-location>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 31px;
    height: 31px;
    transition: .1s ease-in-out;
    cursor: pointer;
}
.planet-scene .planet-single-location>img.ukraine-marker {
    width: 32px;
    height: 28px;
}

.planet-scene .planet-single-location.active>img {
    width: 73px;
    height: 73px;
}
.planet-scene .planet-single-location.active>img.ukraine-marker {
    width: 52px;
    height: 46px;
}

.planet-scene .planet-single-location>img:hover {
    width: 73px;
    height: 73px;
}
.planet-scene .planet-single-location>img.ukraine-marker:hover {
    width: 52px;
    height: 46px;
}

.planet-scene .perspective-container {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
}

.planet-location-events-container {
    top: 35px;
    left: 35px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 512px;
    height: 176px;
    transition: .3s ease-in-out;
    transform: scale(.25);
    box-shadow: inset 0 0 40px 0 rgba(255, 255, 255, 0.1), inset 1px 1px 1px 0px rgba(255, 255, 255, 0.5), inset -1px -1px 1px 0px rgba(255, 255, 255, 0.2);
}
.planet-location-events-container.Ukraine-events-map-marker-container {
    width: 410px;
}

.planet-scene .planet-single-location.active .planet-location-events-container {
    top: 35px;
    left: 35px;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 1000;
}

.planet-location-single-event {
    display: flex;
    width: 100%;
    gap: 20px;
    padding: 20px;
    border-radius: 34px;
}

.image-loading-placeholder {
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    max-width: 202px;
    height: 136px;
}

.image-loading-placeholder::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.15),
        transparent
    );
    animation: shimmer-load 1.6s infinite ease-in-out;
}

@keyframes shimmer-load {
    100% {
        left: 100%;
    }
}

.planet-location-single-event-image img {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.planet-location-single-event-image.loaded img {
    opacity: 1;
}

.planet-location-single-event .planet-location-single-event-image img {
    object-fit: cover;
    width: 202px;
    height: 136px;
    border-radius: 15px;
}

.planet-location-single-event-control {
    display: flex;
    position: absolute;
    right: 20px;
    bottom: 20px;
    gap: 5px;
    z-index: 1;
}

.ukraine-map-slider-control {
    display: flex;
    position: absolute;
    width: 126%;
    top: 175px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: space-between;
    z-index: 1;
}

.planet-location-single-event-control>div,
.ukraine-map-slider-control>div {
    opacity: 0.3;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.planet-location-single-event-control>div:hover,
.ukraine-map-slider-control>div:hover {
    opacity: 1;
}

.planet-location-single-event-control .planet-location-single-event-control-prev:first-child,
.ukraine-map-slider-control .ukraine-map-slider-control-prev:first-child,
.single-event-swiper-button-prev {
    transform: rotate(180deg);
}

.planet-location-single-event-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 11px;
}

.planet-location-country {
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: 500;
    color: #fff;
}

.planet-location-title {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    overflow-y: hidden;
}

.planet-location-date {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 300;
    color: #fff;
}
.lil-gui {
        display: none !important;
    }
    .planet-scene {
        width: 100%;
    }

    .planet-3d-object {
        position: relative;
        width: 100%;        
        height: 100%;       
        min-height: 400px; 
    }

    .planet-3d-object canvas {
        display: block;
        width: 100% !important;
        height: 100% !important;
        outline: none;
        cursor: grab;
    }

    .planet-3d-object canvas:active {
        cursor: grabbing;
    }

    #planet-markers-container {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 100%;
        pointer-events: none; 
        /* overflow: hidden;  */
        z-index: 5;
    }

    .planet-single-location {
        position: absolute;
        top: 0; 
        left: 0; 
        pointer-events: auto; 
        transform-origin: center center;
        /* Перебиваем старый CSS, который скрывал элементы по умолчанию */
        opacity: 1; 
        visibility: visible;
        transition: margin 0.4s ease-out, opacity 0.4s ease, visibility 0.4s ease, filter 0.3s ease !important;
        /* will-change: transform, opacity; */
        z-index: 10;
    }

    .planet-single-location.hidden-marker {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
section#about-us {}

section#about-us .container {
    display: flex;
    padding-top: 270px;
    gap: 20px;
}

section#about-us .about-us-left-side {
    position: relative;
    padding-top: 18px;
}

section#about-us .about-us-left-side img,
section#about-us .about-us-left-side svg {
    position: absolute;
    right: 0;
    bottom: -30px;
}

section#about-us .about-us-left-side__top {
    display: flex;
    width: 360px;
    align-items: center;
    gap: 14px;
}

section#about-us .about-us-left-side__top h2 {
    flex-shrink: 0;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 400;
    color: #154889;
}

section#about-us .about-us-left-side__top .blue-line {
    flex-grow: 1;
    height: 1px;
    width: 100%;
    background-color: #154889;
}

section#about-us .about-us-right-side h2 {
    font-size: 4rem;
    font-weight: 200;
    line-height: 1.3;
    color: #343A46;
}

section#about-us .about-us-right-side h2 strong {
    color: #154889;
}

section#about-us .about-us-right-side p {
    padding-top: 20px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 200;
    color: #343A46;
}

section#about-us .about-us-right-side p strong {
    color: #154889;
}

section#ukraine-map {
    margin-top: 90px;
}

section#ukraine-map .container {
    display: flex;
    overflow: hidden;
    padding: 70px 86px 0 86px;
    background-color: #F3F3F3;
    border-radius: 20px;
}

section#ukraine-map .ukraine-map-slider-side {
    position: relative;
}

.ukraine-map-slider-side h2 {
    margin-bottom: 56px;
    font-size: 4.8rem;
    line-height: 1;
    font-weight: 600;
    color: #343A46;
}

.ukraine-map-slider.swiper {
    width: 100%;
    max-width: 388px;
}

.ukraine-map-single-slide img {
    border-radius: 15px;
    object-fit: cover;
    width: 388px;
    height: 183px;
}

.ukraine-map-single-slide h3 a {
    display: block;
    margin-top: 26px;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    color: #343A46;
}

.ukraine-map-single-slide p {
    margin-top: 11px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 200;
    color: #343A46;
}

.ukraine-map-scene {
    width: 916px;
    height: 514px;
}

.ukraine-map-scene>img {
    position: absolute;
    width: 100%;
    height: auto;
}

.ukraine-map-scene {
    position: relative;
}

.ukraine-map-scene .locations-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.ukraine-map-scene .ukraine-single-location {
    position: absolute;
    width: 31px;
    height: 31px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .1s ease-in-out;
    cursor: pointer;
}

.ukraine-map-scene .ukraine-single-location:hover {
    width: 73px;
    height: 73px;
}

.ukraine-map-scene .ukraine-single-location img {
    width: 100%;
    height: 100%;
}

section#our-partners {
    margin-top: 120px;
    margin-bottom: 120px;
}

section#our-partners .container {
    position: relative;
    max-width: 3000px;
    overflow-x: hidden;
}

section#our-partners h2 {
    padding-bottom: 60px;
    font-size: 4.8rem;
    line-height: 1;
    font-weight: 600;
    color: #343A46;
    text-align: center;
}

.logo-slider .splide__list {
    display: flex;
    align-items: center;
}

.logo-slider .splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.logo-slider .splide__slide img {
    width: 100%;
    height: auto;
    max-width: 200px;
    max-height: 120px;
    /*filter: grayscale(100%);*/
    opacity: 0.8;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.logo-slider .splide__slide:hover img {
    /*filter: grayscale(0%);*/
    opacity: 1;
}

.logo-slider .splide__arrows,
.logo-slider .splide__pagination {
    display: none;
}

#single-event-description .container {
    padding: 50px 70px;
    /* border: 1px solid #dbdbdb; */
    border-top: none;
    border-bottom: none;
    background: #ffffff45;
    border-radius: 25px;
    box-shadow: 30px 30px 25px 25px #e3e3e30f;
}

#single-event-description .container {
    padding: 50px 70px;
    /* border: 1px solid #dbdbdb; */
    border-top: none;
    border-bottom: none;
    background: #ffffff45;
    border-radius: 25px;
    box-shadow: 30px 30px 25px 25px #e3e3e30f;
}

#single-event-description .container {
    max-width: 1196px;
    margin-top: 80px;
    margin-bottom: 50px;
}

.full-post-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.full-post-content p:last-child {
    margin-bottom: 0;
}

.full-post-content h2,
.full-post-content h3,
.full-post-content h4 {
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.full-post-content h2 {
    font-size: 28px;
}

.full-post-content h3 {
    font-size: 24px;
}

.full-post-content h4 {
    font-size: 20px;
}

.full-post-content a {
    color: #0073aa;
    text-decoration: none;
    border-bottom: 1px solid #0073aa;
}

.full-post-content a:hover {
    color: #005177;
    border-bottom-color: #005177;
}

.full-post-content ul,
.full-post-content ol {
    margin-bottom: 20px;
    padding-left: 25px;
}

.full-post-content li {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.full-post-content blockquote {
    margin: 20px 0;
    padding: 15px 20px;
    border-left: 5px solid #0073aa;
    background-color: #f7f7f7;
    font-style: italic;
}

.full-post-content blockquote p {
    margin-bottom: 0;
}


.full-post-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
}

section#user-reviews {
    margin-top: 80px;
    margin-bottom: 50px;
}

section#user-reviews h2 {
    padding-bottom: 32px;
    font-size: 4.8rem;
    line-height: 1;
    font-weight: 600;
    color: #343A46;
    text-align: center;
}

.user-review-single-slide {
    width: 100%;
    max-width: 488px;
    padding: 33px 36px;
    background-color: #fff;
    border-radius: 25px;
}

.user-review-single-slide p:nth-child(1) {
    font-size: 2.4rem;
    font-weight: 600;
    color: #343A46;
}

.user-review-single-slide p:nth-child(2) {
    padding-top: 10px;
    padding-bottom: 40px;
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: 300;
    color: #343A46;
    border-bottom: 1px solid #BABFD1;
}

.user-review-single-slide .review-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-review-single-slide .review-data__left-side {
    display: flex;
    gap: 10px;
    align-items: center;
}

.user-review-single-slide .review-user-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.user-review-single-slide .review-data__left-side img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.user-review-single-slide .review-user-name {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 600;
    color: #343A46;
}

.user-review-single-slide .review-user-date {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 300;
    color: #343A46;
}

.user-review-single-slide .review-data__stars {
    display: flex;
    gap: 5px;
}

.user-reviews-slider-control {
    display: flex;
    margin-top: 22px;
    justify-content: center;
    gap: 22px;
}

.user-reviews-slider-control>div {
    opacity: 0.3;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.user-reviews-slider-control>div:hover {
    opacity: 1;
}

.user-reviews-slider-control>div:first-child {
    transform: rotate(180deg);
}

#breadcrumbs {
    margin-bottom: 80px;
}

#breadcrumbs span {
    font-size: 1.4rem;
    line-height: 1.7;
    color: #154889;
}

#breadcrumbs span a {
    color: #154889;
}

#breadcrumbs.breadcrumbs-light span,
#breadcrumbs.breadcrumbs-light span a {
    font-weight: 200;
    color: #fff;
}

#breadcrumbs span span {
    padding: 0 8px
}

#breadcrumbs span span:first-child {
    padding: 0 8px 0 0
}

#breadcrumbs span span:last-child {
    padding: 0 0 0 8px
}

section#portfolio-hero {
    width: 100%;
    max-width: 1440px;
    padding-top: 120px;
    padding-bottom: 75px;
    margin: 0 auto;
    background-image: url(../images/portfolio-bg-blue123.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

#portfolio-hero .container,
#events-list .container {
    position: relative;
    max-width: 1196px;
}
#events-list .nav-links {
    text-align: center;
}
#events-list .pagination .page-numbers {
    display: inline-block;
    box-sizing: content-box;
    width: 34px;
    height: 34px;
    margin: 0 3px;
    text-align: center;
    font-weight: 200;
    line-height: 34px;
    color: #fff;
    border: 2px solid #154889;
    background-color: #154889;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    transition: .4s;
}
#events-list .page-numbers.next,
#events-list .page-numbers.prev {
    width: auto;
    padding: 0 12px;
    background: #ede9e6;
    color: #154889;
    border: 2px solid #154889;
    box-sizing: content-box;
    font-weight: 600;
}
#events-list .pagination .page-numbers:hover {
    background-color: #ede9e6;
    color: #154889;
    border: 2px solid #154889;
}
#events-list .page-numbers.next:hover,
#events-list .page-numbers.prev:hover {
    background-color: #154889;
    color: #ede9e6;
}
#events-list .page-numbers.current {
    pointer-events: none;
    background: linear-gradient(45deg, #154889, #4b91eb);
}

#portfolio-hero .middle-title {
    margin-top: 30px;
}

#portfolio-hero .order-tour-button {
    margin-top: 40px;
    margin-bottom: 85px;
}

#events-list .events-container {
    display: grid;
    margin-top: 76px;
    margin-bottom: 70px;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 100px;
}

#events-list .single-event img {
    width: 100%;
    max-width: 548px;
    max-height: 308px;
    object-fit: cover;
    margin-bottom: 34px;
    border-radius: 25px;
}

#events-list .single-event span {
    display: block;
    margin-bottom: 25px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 300;
    color: #154889;
}

#events-list .single-event h2 {
    margin-bottom: 25px;
    font-size: 2.4rem;
    line-height: 1.25;
    font-weight: 600;
    color: #154889;
}

#events-list .single-event p {
    margin-bottom: 25px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 300;
    color: #5A5A5A;
}

#events-list .single-event a {
    display: inline-block;
    padding: 14px 28px;
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 1.5;
    color: #fff;
    background-color: #154889;
    border-radius: 25px;
}

section#single-event {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 75px;
    background-image: url(../images/single-event-bg.jpg);
    background-image: -webkit-image-set(var(--bg-image-set));
    background-image: image-set(var(--bg-image-set));
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
}

section#single-event .container {
    position: relative;
    max-width: 1196px;
    z-index: 10;
}

.blue-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: 20px;
    z-index: 5;
}

section#single-event .blue-cover {
    background: linear-gradient(-90deg, rgba(186, 191, 209, 0), rgba(21, 72, 137, .85) 73%, rgba(21, 72, 137, 1) 100%);
}

#single-event h1 {
    max-width: 550px;
    margin-bottom: 50px;
    font-size: 6.4rem;
    line-height: 112%;
    font-weight: 600;
    color: #fff;
}

#single-event h1 span {
    display: inline-block;
    line-height: 112%;
}

#single-event h1 span.middle-text {
    font-size: 4.9rem;
}

#single-event h1 span.long-text {
    font-size: 3.4rem;
}

#single-event h1 span.very-long-text {
    font-size: 2rem;
    line-height: 125%;
    font-weight: 500;
}

#single-event p {
    max-width: 550px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 200;
    color: #fff;
}

#single-event .counter {
    margin-top: 50px;
}

#single-event p#breadcrumbs {
    max-width: 75%;
}

#single-event p#breadcrumbs .breadcrumb_last {
    display: inline-block;
    max-width: 500px;
    vertical-align: text-top;
}

#single-event .single-event-slider {
    display: block;
    position: absolute;
    max-width: 494px;
    padding: 27px 33px;
    right: 0;
    bottom: 0;
    z-index: 15;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 25px;
}

#single-event .swiper-slide img {
    width: 203px;
    height: 136px;
    border-radius: 15px;
    object-fit: cover;
}

section#single-event .container p a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: underline;
}

.single-event-slider-control {
    display: flex;
    justify-content: space-between;
    width: 98%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.single-event-swiper-button-prev,
.single-event-swiper-button-next {
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: .25;
    transition: .3s ease-in-out;
}

.single-event-swiper-button-prev img,
.single-event-swiper-button-next img {
    width: 100%;
    height: 100%;
}

.single-event-swiper-button-prev:hover,
.single-event-swiper-button-next:hover {
    opacity: 1;
}

#google-map .container {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

#google-map .container #map {
    height: 740px;
}

section#google-map .blue-cover {
    background: linear-gradient(0deg, rgba(186, 191, 209, 0) 50%, rgb(21, 72, 137, 1) 100%);
}

section#contacts {
    padding: 90px 0;
}

section#contacts h1 {
    position: relative;
    margin-bottom: 40px;
    font-size: 4.8rem;
    line-height: 1;
    text-align: center;
    color: #343a46;
}

section#contacts img {
    position: absolute;
    top: -30px;
    right: -30px;
}

section#contacts p {
    text-align: center;
    font-weight: 300;
}

section#contacts .address {
    margin-bottom: 40px;
    font-size: 2.4rem;
    line-height: 1;
    color: #343a46;
}

section#contacts .phones {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    gap: 40px;
}

section#contacts .phones a {
    font-size: 2.4rem;
    line-height: 1;
    color: #343a46;
}

section#contacts .email a {
    font-size: 12.8rem;
    line-height: 1;
    font-weight: 700;
    color: #154889;
}

footer {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 40px;
    background-image: url('../images/footer-bg.webp');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}

footer .footer-full-section {
    width: 100%;
}

footer .container {
    display: flex;
    padding: 40px 32px 70px;
    background-color: rgba(21, 72, 137, .9);
    border-radius: 20px;
    ;
}

footer .form-container {
    position: relative;
    padding: 0 0 0 28px;
}

footer .form-container h2 {
    max-width: 644px;
    margin-bottom: 30px;
    padding-left: 24px;
    font-size: 4rem;
    line-height: 1.3;
    font-weight: 300;
    color: #BABFD1;
}

footer .form-container h2 strong {
    color: #fff;
}

footer .form-container form {
    max-width: 644px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

footer .form-container .form-row {
    display: flex;
    gap: 24px;
}

footer .form-container input {
    width: 100%;
    padding: 12px 26px;
    border-radius: 25px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 200;
    color: #154889;
    background-color: #fff;
    border: none;
    border-radius: 25px;
}

footer .form-container textarea {
    width: 100%;
    height: 100px;
    padding: 12px 26px;
    border-radius: 25px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 200;
    color: #154889;
    background-color: #fff;
    border: none;
    border-radius: 25px;
}

footer .form-container button {
    width: 174px;
    padding: 11px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    border-radius: 25px;
}

footer .form-container input::placeholder,
footer .form-container textarea::placeholder {
    color: #154889;
}

footer .form-container .travel-fyilng-image {
    position: absolute;
    right: 0;
    bottom: 0;
}

footer .form-container .travel-fyilng-image img {
    position: absolute;
}

footer .form-container .travel-fyilng-image img:nth-child(1) {
    right: 10px;
    bottom: -85px;
}

footer .form-container .travel-fyilng-image img:nth-child(2) {
    right: 290px;
    bottom: 410px;
}

footer .form-container .travel-fyilng-image img:nth-child(3) {
    right: 90px;
    bottom: 430px;
}

footer .form-submit-button {
    display: flex;
    justify-content: flex-end;
}

footer .footer-menu-section {
    display: flex;
    margin-top: 48px;
    padding: 17px 55px 0;
    justify-content: space-between;
    border-top: 1px solid #fff;
}

.footer-menu-section .left-description-section {
    display: flex;
    flex-direction: column;
    gap: 33px;
    max-width: 426px;
}

.footer-menu-section .left-description-section>img {
    width: 100%;
    max-width: 182px;
}

footer .left-description-section span {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 200;
    color: #fff;
}

footer .socials-links {
    display: flex;
    gap: 8px;
}

.footer-menu-section .right-menu-section {
    display: flex;
    gap: 110px;
}

.footer-menu-section .right-menu-section h3 {
    font-size: 2rem;
    padding-top: 30px;
    padding-bottom: 20px;
    font-weight: 500;
    color: #fff;
}

.footer-menu-section .right-menu-section li {
    padding-bottom: 5px;
    font-size: 1.4rem;
    line-height: 1, 5;
    font-weight: 100;
    color: #fff;
    opacity: 0.6;
    transition: .3s ease-in-out;
}

.footer-menu-section .right-menu-section li:hover {
    opacity: 1;
}

.footer-menu-section .right-menu-section a {
    color: #fff;
}

.footer-menu-section .footer-menu-contacts li:first-child {
    padding-bottom: 20px;
}

.footer-menu-section .footer-menu-contacts li:last-child {
    padding-top: 15px;
}

.reversed-single-location .planet-location-events-container {
    transform: translateX(calc(-111% - 10px)) !important;
}

.reversed-Y-single-location .planet-location-events-container {
    transform: translateY(calc(-111% - 10px)) !important;
}
.reversed-single-location.reversed-Y-single-location .planet-location-events-container {
    transform: translate(calc(-111% - 10px), calc(-111% - 10px)) !important;
}

@media all and (max-width: 1480px) {

    section#hero,
    section#portfolio-hero,
    section#single-event {
        max-width: 1200px;
    }

    header .container,
    section#hero .container,
    section#portfolio-hero .container,
    section#single-event .container {
        max-width: 1024px;
    }

    #hero h1 {
        font-size: 5rem;
    }

    .counter span {
        font-size: 3.6rem;
    }

    .counter>span:not(:last-child) {
        max-width: 115px;
        padding: 0px 20px 5px 0;
    }

    .counter>span:last-child {
        padding: 0px 0px 5px 15px;
    }

    .planet-scene {
        max-width: 600px;
        width: 100%;
        height: 600px;
    }

    .container {
        max-width: 1200px;
    }

    section#about-us .container {
        padding-top: 150px;
    }

    section#about-us .about-us-right-side h2 {
        font-size: 3.6rem;
    }

    .ukraine-map-single-slide img {
        width: 280px;
        height: 180px;
    }

    .ukraine-map-side {
        margin-top: -50px;
    }

    .ukraine-map-slider.swiper {
        width: 100%;
        max-width: 280px;
    }

    .ukraine-map-slider-control {
        width: 136%;
        top: 123px;
    }

    .ukraine-map-slider-side h2 {
        margin-bottom: 26px;
        font-size: 3.2rem;
        text-align: center;
    }

    footer .form-container h2 {
        font-size: 3.2rem;
    }

    footer .form-container .travel-fyilng-image img:nth-child(1) {
        bottom: 0px;
        max-width: 400px;
    }

    #single-event h1 span.middle-text {
        font-size: 3.9rem;
    }

    #single-event p {
        max-width: 480px;
    }
}

@media all and (max-width: 1280px) {

    section#hero,
    section#portfolio-hero,
    section#single-event {
        max-width: 1024px;
    }

    .container {
        max-width: 1024px;
    }

    header .container,
    section#hero .container,
    section#portfolio-hero .container,
    section#single-event .container,
    #single-event-description .container {
        max-width: 968px;
    }

    #portfolio-hero .container,
    #events-list .container {
        max-width: 900px;
    }

    #events-list .events-container {
        gap: 50px 50px;
    }

    section#about-us .container {
        padding-top: 150px;
    }

    section#about-us .about-us-right-side h2 {
        font-size: 2.8rem;
    }

    .ukraine-map-scene {
        width: 760px;
        height: 426px;
        left: -20px;
    }

    .big-title {
        max-width: 360px;
        font-size: 4.4rem;
    }

    .middle-title {
        max-width: 420px;
        font-size: 2.2rem;
    }

    section#ukraine-map .container {
        padding: 50px 86px 0 86px;
    }

    .ukraine-map-single-slide img {
        height: 140px;
    }

    .user-review-single-slide {
        padding: 23px 26px;
    }

    .user-review-single-slide .review-user-name,
    .user-review-single-slide .review-user-date {
        font-size: 1.4rem;
    }

    section#our-partners .container {
        padding: 0;
    }

    footer .form-container form,
    footer .form-container h2 {
        max-width: 50%;
    }

    footer .left-description-section span {
        max-width: 90%;
        font-size: 1.4rem;
    }

    footer .footer-menu-section {
        padding: 17px 30px 0;
    }

    #single-event #breadcrumbs {
        margin-bottom: 50px;
    }

    section#single-event {
        padding-top: 100px;
    }

    #single-event .single-event-slider {
        padding: 18px 33px;
    }

    #single-event .single-event-slider {
        max-width: 400px;
    }

    #single-event .swiper-slide img {
        width: 157px;
        height: 140px;
    }

    .full-post-content p {
        font-size: 16px;
        line-height: 1.5;
    }

    section#contacts .email a {
        font-size: 9.8rem;
    }

    #google-map .blue-cover {
        border-radius: 0 0 20px 20px;
    }

    section#contacts {
        padding: 80px 0 90px;
    }
}

@media all and (max-width: 1080px) {

    section#hero,
    section#single-event {
        max-width: 768px;
        padding-top: 130px;
        padding-bottom: 45px;
    }

    section#single-event-description .container,
    .container {
        max-width: 768px;
    }

    section#single-event-description .container {
        margin: 40px auto 0;
        padding: 30px 40px;
    }

    header .container,
    section#hero .container,
    section#portfolio-hero .container,
    #portfolio-hero .container,
    #events-list .container,
    section#single-event .container {
        max-width: 680px;
    }

    #events-list .events-container .single-event {
        min-width: 0;
    }

    #breadcrumbs {
        margin-bottom: 40px;
    }

    .big-title {
        max-width: 260px;
        font-size: 3.2rem;
    }

    .middle-title {
        max-width: 330px;
    }

    #hero h1 {
        max-width: 380px;
        font-size: 4.2rem;
    }

    #hero .order-tour-button {
        margin-top: 20px;
    }

    .order-tour-button {
        padding: 6px 7px 6px 16px;
        font-size: 1.4rem;
        font-weight: 500;
    }

    #hero h2 {
        display: none;
        animation: none;
    }

    .planet-scene {
        top: -10px;
        left: 60%;
    }

    #hero .counter {
        flex-direction: column;
        margin-top: 120px;
    }

    .counter>span:not(:last-child) {
        border-right: none;
        max-width: 100px;
        border-bottom: 1px solid rgb(255 255 255 / 50%);
        padding: 0 0 20px 0;
    }

    .counter>span:last-child {
        padding: 13px 0 0 0;
    }

    .planet-scene {
        max-width: 580px;
        height: 580px;
        left: 63%;
    }

    section#about-us .about-us-left-side__top {
        width: 260px;
    }

    section#ukraine-map .container {
        flex-direction: column-reverse;
        padding: 0;
    }

    .ukraine-map-scene {
        width: 100%;
        left: auto;
    }

    .ukraine-map-side {
        margin-top: 0;
        box-shadow: 0 0 120px 10px #cdcdcd;
        border-radius: 20px;
    }

    .ukraine-map-slider-side {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .ukraine-map-slider-control {
        width: 90%;
        top: 194px;
    }

    section#user-reviews h2,
    section#our-partners h2 {
        font-size: 3.8rem;
    }

    footer .form-container .travel-fyilng-image img:nth-child(1) {
        max-width: 320px;
        right: -40px;
    }

    footer .form-container .travel-fyilng-image img:nth-child(2) {
        right: 170px;
        bottom: 350px;
        width: 90px;
    }

    footer .form-container .travel-fyilng-image img:nth-child(3) {
        right: 10px;
        bottom: 370px;
        width: 85px;
    }

    footer .form-container h2 {
        font-size: 2.2rem;
        padding: 0;
    }

    #single-event .single-event-slider {
        max-width: 220px;
    }

    section#single-event {
        padding-top: 100px;
    }

    #single-event p#breadcrumbs {
        max-width: 100%;
    }

    #breadcrumbs span span:last-child {
        padding: 0;
    }

    #single-event h1 {
        max-width: 440px;
    }

    #single-event p {
        max-width: 440px;
    }

    section#contacts .email a {
        font-size: 6.8rem;
    }
}

@media all and (max-width: 840px) {

    header .container .mobile-logo {
        display: block;
    }

    header,
    section:not(#our-partners, #google-map),
    footer {
        max-width: 100% !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    #google-map {
        
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    section#hero,
        #google-map .container {
        border-radius: 0 0 20px 20px;
    }
    

    .planet-scene .planet-single-location.active .planet-location-events-container {
        top: 15px;
        left: 15px;
    }

    .logo-slider .splide__slide img {
        opacity: 1;
    }

}



/* Стили для кнопки-гамбургера */
.hamburger {
    display: none;
    /* Скрываем на десктопе */
    padding: 15px 15px 12px;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    margin: 0;
}

.hamburger__box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger__inner,
.hamburger__inner::before,
.hamburger__inner::after {
    width: 100%;
    height: 3px;
    background-color: #fff;
    /* Цвет полосок */
    position: absolute;
    left: 0;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
}

.hamburger__inner {
    top: 50%;
    transform: translateY(-50%);
}

.hamburger__inner::before,
.hamburger__inner::after {
    content: '';
}

.hamburger__inner::before {
    top: -10px;
}

.hamburger__inner::after {
    bottom: -10px;
}

/* Анимация кнопки в "крестик" */
.hamburger.is-active .hamburger__inner {
    transform: rotate(45deg);
}

.hamburger.is-active .hamburger__inner::before {
    top: 0;
    transform: rotate(0);
}

.hamburger.is-active .hamburger__inner::after {
    bottom: 0;
    transform: rotate(90deg);
}


/* Адаптивные стили для хедера */
@media (max-width: 840px) {
    body {
        overflow: hidden;
    }

    section#hero {
        padding-top: 100px;
        min-height: auto;
        max-height: 96vh;
        padding-bottom: 25px;
        overflow: hidden;
    }
    #hero h1 {
        margin-bottom: 30px;
    }

    .planet-scene {
        margin-top: 110px;
    }
    .order-tour-button {
        padding: 9px 10px 9px 16px;
        font-size: 1.6rem;
    }
    #hero .container .order-tour-button {
        position: absolute;
        margin-top: 0;
    }

    #hero .order-tour-button.fixed-button {
        position: fixed;
        top: 24px;
        z-index: 500;
        text-shadow: 1px 1px 3px #b1b1b1;
        box-shadow: inset 0 0 40px 0 rgba(255, 255, 255, 0.1),
            inset 1px 1px 1px 0px rgba(255, 255, 255, 0.5),
            inset -1px -1px 1px 0px rgba(255, 255, 255, 0.2),
            0 0 15px 3px #80808021;
        transition: .3s all;
    }
    #hero .order-tour-button.fixed-button.hide-button {
        visibility:hidden;
        opacity: 0;
    }

    #hero .order-tour-button.fixed-button img {
        box-shadow: 0 0 7px 0px #dadada;
        border-radius: 100%;
        transition: .3s all;
    }

    header.fixed-header {
        position: fixed;
        z-index: 50;
    }

    header.fixed-header .mobile-logo {
        visibility: hidden;
        opacity: 0;
    }

    header .nav-menu,
    header .language-switcher {
        display: none;
        /* Скрываем навигацию и переключатель языка */
    }

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

    .hamburger {
        display: inline-block;
        z-index: 1001;
        background: rgba(62, 131, 242, 90%);
        border-radius: 6px;
        z-index: 1001;
    }

    header .container .mobile-menu-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(21, 72, 137, 0.8);
        /* Полупрозрачный фон */
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(10px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
        height: calc(100vh + 200px); /* Занимает 100% высоты видимой области экрана */
    /* или еще лучше для мобильных: */
    height: calc(100dvh + 200px); /* Динамическая высота, учитывает интерфейс браузера */
    padding-bottom: 200px;
    }

    header .container .mobile-menu-wrapper>a img {
        width: 200px;
        opacity: 0.3;
        margin-bottom: 20px;
    }

    header .container .mobile-menu-wrapper.is-active {
        opacity: 1;
        visibility: visible;
        z-index: 1000;
    }
    header .container .mobile-menu-wrapper>a {
        order: 1;
    }
    .mobile-menu-wrapper .language-switcher {
        order: 2;
    }
    header .container .mobile-menu-wrapper .nav-menu {
        order: 3;
    }

    header .container .mobile-menu-wrapper .nav-menu {
        display: block;
        background-color: transparent;
        border: none;
        backdrop-filter: none;
        padding: 0;
    }

    header .container .mobile-menu-wrapper .nav-menu ul {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    header .container .mobile-menu-wrapper .nav-menu li {
        padding: 8px 14px;
    }

    header .container .mobile-menu-wrapper .nav-menu li a {
        font-size: 2rem;

    }

    .mobile-menu-wrapper .language-switcher {
        display: flex;
        margin-bottom: 30px;
    }

    header .language-switcher>div a {
        width: 50px;
        height: 44px;
    }

    header .language-switcher>div a {
        font-size: 1.8rem;
        font-weight: 500;
    }
    header .language-switcher div.current_lng {
        border-radius: 40%;
    }
    header .language-switcher div.current_lng a {
        font-weight: 600;
    }

    .planet-scene {
        position: relative;
        left: 0;
        transform: none;
        max-width: 100%;
        height: auto;
        top: 0;
    }
    .image-loading-placeholder {
        width: 100%;
        max-width: 180px;
        height: 140px;
    }

    .planet-location-single-event .planet-location-single-event-image img {
        width: 180px;
        height: 140px;
        border-radius: 20px;
    }

    .planet-location-single-event {
        display: flex;
        gap: 8px;
        padding: 14px 10px;
        flex-direction: column;
    }

    .planet-location-single-event-data {
        flex-direction: column;
        gap: 8px;
    }

    .swiper-wrapper {
        width: 200px;
        max-width: 200px;
    }

    .planet-location-single-event.swiper-slide {
        width: 200px;
        max-width: 200px;
    }

    .planet-scene .planet-single-location.active .planet-location-events-container {
        width: auto;
        height: auto;
    }
    .planet-scene .planet-single-location.active .planet-location-events-container.Ukraine-events-map-marker-container {
        width: auto;
        height: auto;
    }

    .planet-location-country {
        font-size: 1rem;
    }

    .planet-location-title {
        font-size: 1.6em;
    }

    .planet-location-date {
        font-size: 1rem;
    }

    .planet-location-events-container {
        width: auto;
        height: auto;
    }
    .planet-location-events-container.Ukraine-events-map-marker-container {
        width: auto;
        height: auto;
    }

    #hero .counter {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        position: relative;
        margin-top: 30px;
        z-index: 1;
    }
    .planet-3d-object {
        min-height: auto;
        height: calc(100vh - 360px);
        max-height: 400px;
    }
    .planet-3d-object img {
        position: relative;
    }

    .planet-scene.active .planet-3d-object .planet-front-face img {
        display: none;
    }

    .planet-scene .planet-3d-object .planet-back-face img {
        display: none;
    }

    .planet-scene.active .planet-3d-object .planet-back-face img {
        display: block;
    }

    .rotate-button-3d {
        border: 8px solid rgb(255, 255, 255, 50%);
        border-top-color: transparent;
    }

    .rotate-button-3d::after {
        border-left-color: rgb(255, 255, 255, 50%);
    }

    .planet-scene .planet-single-location>img,
    .planet-scene .planet-single-location>img:hover {
        width: 24px;
        height: 24px;
    }

    .planet-scene .planet-single-location.active>img {
        width: 43px;
        height: 43px;
    }
    #hero .counter {
        display:none;
    }
    .counter>span:not(:last-child) {
        padding: 0;
        border: none;
    }
    .counter>span:last-child {
        padding: 0;
        text-align: right;
        max-width: 160px;
    }

    section#about-us .container {
        flex-direction: column;
        padding-top: 70px;
    }

    section#about-us .about-us-left-side {
        padding-top: 0%;
    }

    section#about-us .about-us-left-side img,
    section#about-us .about-us-left-side svg {
        bottom: -90px;
        opacity: .3;
    }

    section#about-us .about-us-left-side__top h2 {
        border-bottom: 1px solid #154889;
    }

    section#about-us .about-us-left-side__top .blue-line {
        opacity: 0;
    }

    section#ukraine-map {
        margin-top: 70px;
    }

    .ukraine-map-scene {
        height: auto;
    }

    .ukraine-map-scene>img {
        position: relative;
        width: 123%;
        height: auto;
        margin-left: -11%;
    }

    .ukraine-map-scene .ukraine-single-location {
        width: 24px;
        height: 24px;
    }

    .ukraine-map-scene .ukraine-single-location:hover {
        width: 43px;
        height: 43px;
    }

    .ukraine-map-single-slide h3 a {
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 500;
    }

    .ukraine-map-slider-side {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    section#our-partners {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    section#user-reviews h2,
    section#our-partners h2 {
        font-size: 3.2rem;
    }

    footer .form-container {
        padding: 0;
    }

    footer .form-container form,
    footer .form-container h2 {
        max-width: 100%;
    }

    .travel-fyilng-image {
        display: none;
    }

    .travel-fyilng-image img {
        display: none;
    }

    .footer-menu-section .right-menu-section {
        flex-direction: column;
        gap: 20px;
    }

    footer .footer-menu-section {
        padding: 40px 0 0;
    }

    .footer-menu-section .right-menu-section h3 {
        padding-top: 0;
    }

    footer {
        padding-bottom: 20px;
    }

    footer .container {
        padding: 40px 32px 40px;
    }

    #single-event h1 span.middle-text {
        font-size: 2.9rem;
        font-weight: 500;
    }
        #google-map .container #map {
            height: 540px;
        }
}

@media all and (max-width: 768px) {
    section#portfolio-hero {
        background-position: 40% top;
    }

    #events-list .events-container {
        gap: 50px 50px;
    }

    #portfolio-hero .order-tour-button {
        margin-top: 40px;
        margin-bottom: 0;
    }

    #single-event h1 span.middle-text {
        font-size: 2.9rem;
        font-weight: 300;
    }

    #single-event .single-event-slider {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -250px;
        background: transparent;
    }

    #single-event .single-event-slider {
        max-width: 100%;
        width: 100%;
    }

    #single-event .swiper-slide img {
        width: auto;
    }

    section#user-reviews {
        margin-top: 50px;
    }

    #single-event-description.slider-exist {
        margin-top: 240px;
    }

    section#single-event {
        padding-top: 100px;
    }
    section#contacts .phones {
        flex-direction: column;
        gap: 20px   ;
    }
    section#contacts .email a {
        font-size: 2.8rem;
    }
}

@media all and (max-width: 600px) {
    .ukraine-map-slider-control {
        position: relative;
        width: 100%;
        top: 10px;
        justify-content: center;
        gap: 20px;
    }

    #events-list .events-container {
        margin-top: 50px;
        margin-bottom: 50px;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media all and (max-width: 460px) {
    .footer-menu-section .left-description-section>img {
        margin: 0 auto;
    }

    footer .socials-links {
        justify-content: center;
    }

    .ukraine-map-single-slide img {
        width: 100%;
        height: 140px;
    }

    footer .footer-menu-section {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    section#portfolio-hero {
        background-position: 0 top;
    }

    #portfolio-hero .order-tour-button {
        margin-bottom: 0;
    }
    footer .form-container .form-row {
        flex-direction: column;
    }
}