.menu-left a, .menu-left button {
    display: inline-block;
    position: relative;
    color: #fefefe;
    text-decoration: none;
    padding-bottom: 0px;
    transition: color .35s ease;
}
.menu-left button {
    padding: 6px 0px;
}
.menu-left a:before, .menu-left button:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    transition: width 0s ease, background .35s ease;
}
.menu-left a:after, .menu-left button:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #000;
    transition: width .35s ease;
}
.menu-left a:hover:before, .menu-left button:hover:before {
    width: 100%;
    background: #f57c71;
    transition: width .35s ease;
}
.menu-left a:hover:after, .menu-left button:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}
.menu-left form {
    gap: 4px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: .5rem 0;
    background: rgb(0 0 0 / 90%);
    z-index: 999999;
    will-change: transform;
    transition: background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s;
    transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
header nav .logo {
    float: left;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    font-weight: 500;
    color: #fefefe;
}
header nav .logo:after {
    content: '';
    display: table;
    clear: both;
}
header nav ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
header nav ul li {
    float: none;
    margin-left: 0;
}
@media (min-width: 768px) {
    header nav ul li {
        float: left;
        margin-left: 1rem;
    }
}
header nav ul li a {
    display: block;
}
@media (min-width: 576px) {
    header nav ul li a {
        display: block;
        padding: .425rem 0rem;
    }
}

@media (max-width: 768px) {
    ul {
        clear: both;
    }
    ul li {
        padding: .5em 0;
    }
}
.hide-nav {
    transform: translateY(-120% !important);
    -webkit-transform: translateY(-120%) !important;
}

.collapse:not(.show) {
    display: unset !important;
}

ul.menu-left {
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 10;
}
@media (min-width: 768px) {
    ul.menu-left {
        display: block !important;
        float: right;
        padding: 12px 0px;
        max-height: none;
    }
}
ul.menu-left:before {
    content: '';
    display: table;
    clear: both;
}
ul.menu-left.collapse {
    max-height: 15em !important;
}

.nav-toggle {
    display: block;
    border-radius: 5px;
    background-color: transparent;
    float: right;
    height: 38px;
    width: 38px;
    cursor: pointer;
    padding: 18px 8px;
}
.nav-toggle.open span:first-child {
    transform: rotate(45deg) translate(4.4px, 4.4px);
}
.nav-toggle.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.nav-toggle.open span:last-child {
    transform: rotate(-45deg) translate(4.4px, -4.4px);
}
@media (min-width: 768px) {
    .nav-toggle {
        display: none;
    }
}
.nav-toggle span {
    position: relative;
    display: block;
    height: 2px;
    width: 100%;
    margin-top: 4px;
    background-color: #fefefe;
    transition: all .25s;
}

/* ******************************************** */

/* Coming Soon Page Css */
.cat {
    position: relative;
    height: 170px;
    width: 192.1px;
}

.ear {
    position: absolute;
    top: -30%;
    height: 60%;
    width: 25%;
    background: #fff;
    box-shadow: inset 0px 0px 16px #000000;
}

.ear::before, .ear::after {
    content: "";
    position: absolute;
    bottom: 24%;
    height: 10%;
    width: 5%;
    border-radius: 50%;
    background: #000000;
}

.ear::after {
    transform-origin: 50% 100%;
}

.ear--left {
    left: -7%;
    border-radius: 70% 30% 0% 0%/100% 100% 0% 0%;
    transform: rotate(-15deg);
}

.ear--left::before, .ear--left::after {
    right: 10%;
}

.ear--left::after {
    transform: rotate(-45deg);
}

.ear--right {
    right: -7%;
    border-radius: 30% 70% 0% 0%/100% 100% 0% 0%;
    transform: rotate(15deg);
}

.ear--right::before, .ear--right::after {
    left: 10%;
}

.ear--right::after {
    transform: rotate(45deg);
}

.face {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000000;
    border-radius: 50%;
}

.eye {
    position: absolute;
    top: 35%;
    height: 30%;
    width: 31%;
    background: #fff;
    border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
    box-shadow: inset 0px 0px 8px #000000;
}

.eye::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    border-radius: 0 0 50% 50%/0 0 40% 40%;
    background: #000000;
    -webkit-animation: blink 4s infinite ease-in;
    animation: blink 4s infinite ease-in;
}

@-webkit-keyframes blink {
    0% {
        height: 0;
    }
    90% {
        height: 0;
    }
    92.5% {
        height: 100%;
    }
    95% {
        height: 0;
    }
    97.5% {
        height: 100%;
    }
    100% {
        height: 0;
    }
}

@keyframes blink {
    0% {
        height: 0;
    }
    90% {
        height: 0;
    }
    92.5% {
        height: 100%;
    }
    95% {
        height: 0;
    }
    97.5% {
        height: 100%;
    }
    100% {
        height: 0;
    }
}

.eye::before {
    content: "";
    position: absolute;
    top: 60%;
    height: 10%;
    width: 15%;
    background: #fff;
    border-radius: 50%;
}

.eye--left {
    left: 0;
}

.eye--left::before {
    right: -5%;
}

.eye--right {
    right: 0;
}

.eye--right::before {
    left: -5%;
}

.eye-pupil {
    position: absolute;
    top: 25%;
    height: 50%;
    width: 20%;
    background: #000000;
    border-radius: 50%;
    -webkit-animation: look-around 4s infinite;
    animation: look-around 4s infinite;
}

@-webkit-keyframes look-around {
    0% {
        transform: translate(0);
    }
    5% {
        transform: translate(50%, -25%);
    }
    10% {
        transform: translate(50%, -25%);
    }
    15% {
        transform: translate(-100%, -25%);
    }
    20% {
        transform: translate(-100%, -25%);
    }
    25% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes look-around {
    0% {
        transform: translate(0);
    }
    5% {
        transform: translate(50%, -25%);
    }
    10% {
        transform: translate(50%, -25%);
    }
    15% {
        transform: translate(-100%, -25%);
    }
    20% {
        transform: translate(-100%, -25%);
    }
    25% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}

.eye--left .eye-pupil {
    right: 30%;
}

.eye--right .eye-pupil {
    left: 30%;
}

.eye-pupil::after {
    content: "";
    position: absolute;
    top: 30%;
    right: -5%;
    height: 20%;
    width: 35%;
    border-radius: 50%;
    background: #fff;
}

.muzzle {
    position: absolute;
    top: 60%;
    left: 50%;
    height: 6%;
    width: 10%;
    background: #fff;
    transform: translateX(-50%);
    border-radius: 50% 50% 50% 50%/30% 30% 70% 70%;
}

/* General page styling */
/*html {*/
/*  height: 100%;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  background: #000000;*/
/*}*/
/*body {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    font-family: "Montserrat", sans-serif;*/
/*    color: #fefefe;*/
/*}*/
h1 {
    margin-top: 0;
}

.info {
    text-align: center;
    padding: 0 12px;
}

.social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.icon {
    color: #fefefe;
    text-decoration: none;
}

.bi-telegram {
    color: #1c93e3;
}

#background-video {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
    filter: brightness(0.06);
}

html {
    background-color: #000000;
}

/*body, html {*/
/*    display: flex;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    height: 100%;*/
/*    font-family: "Montserrat", sans-serif;*/
/*    overflow: hidden;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

body {
    background-color: rgba(0, 0, 0, 50%) !important;
}

main {
    height: 100vh;
}

#map {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: brightness(0.7);
}

.leaflet-control-zoom, .leaflet-bottom {
    display: none;
}

.leaflet-tile {
    filter: blur(5px); /* Легкое размытие во время загрузки */
    transition: opacity 1.5s ease-out !important; /* Медленное появление */
    opacity: 0;
}

.leaflet-tile-loaded {
    filter: none;
    opacity: 0;
}

.content {
    position: relative;
    display: flex;
    z-index: 1;
    height: 100%;
    padding: 20px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/* Cookie banner */

.cookie-banner {
    position: fixed;
    max-width: 394px;
    bottom: 8px;
    left: 8px;
    border: 2px solid #000;
    border-radius: 8px;
    background-color: #222222bd;
    color: #fefefe;
    padding: 18px 24px;
    font-size: 14px;
    line-height: 1.5;
    z-index: 9999;
    align-items: center;
    box-shadow: 0 0px 12px rgb(24 24 24 / 50%);
}

.cookie-banner button {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px;
    white-space: nowrap;
}

.cookie-banner p {
    margin-top: 0;
}

@media (max-width: 600px) {
    .cookie-banner {
        flex-direction: column;
        align-items: flex-start;
        max-width: 394px;
        bottom: 0;
        left: 0;
        border-radius: 0;
    }

    .cookie-banner button {
        margin-left: 0;
        margin-top: 8px;
        width: 100%;
    }
}