/* -------------------------------------------------------------------------- */
/* CUSTOM FONTS */
/* -------------------------------------------------------------------------- */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('fonts/Inter.woff2') format('woff2');
}

@font-face {
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url('fonts/Golos.woff2') format('woff2');
}

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

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

/* ======= Normalize Start ======= */
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

h1 {
    font-size: 3.5vw;
    margin: 0;
}

h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
    margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    color: inherit;
    height: 0;
    overflow: visible;
}

main {
    display: block;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: none;
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-color: inherit;
    text-indent: 0;
}

button,
input,
select {
    margin: 0;
}

button {
    overflow: visible;
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

input {
    overflow: visible;
}

legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

select {
    text-transform: none;
}

textarea {
    margin: 0;
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

:-moz-focusring {
    outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
    box-shadow: none;
}

details {
    display: block;
}

dialog {
    background-color: white;
    border: solid;
    color: black;
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

dialog:not([open]) {
    display: none;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* ======= Normalize End ======= */

/* ======= Base Code Start ======= */
:root {
    --clr-white: #ffffff;
    --clr-white-secondary: #A1A1A1;
    --clr-white-thirdly: #EAEAEA;
    --clr-black: #1c1a24;
    --clr-black-secondary: #0D0D0D;
    --clr-black-thirdly: #1C1C1C;
    --clr-accent: #831CCC;

    --transition: all .2s ease;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    background-color: var(--clr-black);
    color: var(--clr-white);
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    overflow-x: hidden;
    /* Предотвращаем горизонтальный скролл */
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Golos', sans-serif;
}

img {
    width: 100%;
    display: block;
}

.h1 {
    font-size: 70px;
    line-height: 1;
    font-weight: 800;
}

.h2 {
    font-size: 60px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.h3 {
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.subtext {
    font-size: 16px;
    line-height: 21px;
    color: var(--clr-white-secondary);
    font-weight: 400;
}

.font-thin {
    font-weight: 100;
}

.font-extralight {
    font-weight: 200;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.font-black {
    font-weight: 900;
}

.text-white {
    color: var(--clr-white, #ffffff);
}

.text-white-secondary {
    color: var(--clr-white-secondary, #A1A1A1);
}

.text-white-thirdly {
    color: var(--clr-white-thirdly, #EAEAEA);
}

.text-black {
    color: var(--clr-black, #1c1a24);
}

.text-black-secondary {
    color: var(--clr-black-secondary, #0D0D0D);
}

.text-black-thirdly {
    color: var(--clr-black-thirdly, #1C1C1C);
}

.text-accent {
    color: var(--clr-accent, #831CCC);
}

.container {
    width: 100%;
    max-width: calc(1732px + 48px);
    padding: 0 24px;
    margin: 0 auto;
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: var(--clr-white);
    background-color: var(--clr-black-secondary);
    border-radius: 99px;
    border: 1px solid #FFFFFF26;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    text-align: center;
    padding: 28px 70px;
    text-transform: uppercase;
    gap: 15px;
}

.button:hover {
    background-color: var(--clr-accent);
    border-color: var(--clr-accent);
    color: var(--clr-white);
}

.button svg {
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.button:hover svg {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}

.button--accent {
    background-color: var(--clr-accent);
    border-color: var(--clr-accent);
}

.button--accent:hover {
    background-color: var(--clr-black-secondary);
    border-color: #FFFFFF26;
    color: var(--clr-white);
}

/* ======= Base Code End ======= */

/* ======= Header Start ======= */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 34px 0;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.header.fixed {
    background-color: #0d0d0dbb;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    padding: 15px 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
}

.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 115px;
    height: auto;
}

.header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 32px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header__nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.header__nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    color: var(--clr-white);
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.header__nav ul li a:hover {
    color: var(--clr-accent);
}

.header__nav ul li a svg {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
}

.header__nav ul li a svg path {
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.header__nav ul li a:hover svg path {
    fill: var(--clr-accent);
}

.header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 17px;
}

.header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
    height: 56px;
    padding: 5px 25px;
    margin-left: 40px;
    border: 1px solid #FFFFFF2E;
    border-radius: 20px;
    background-color: var(--clr-black-secondary);
    color: var(--clr-white);
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.header__button:hover {
    background-color: var(--clr-accent);
}

.header__button-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #8787873D;
}

.header__button-icon svg {
    width: 16px;
    height: auto;
}

.social-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--clr-black-thirdly);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.social-button:hover {
    background-color: var(--clr-accent);
}

.social-button svg {
    width: 26px;
    height: auto;
}

/* ======= Header End ======= */

/* ======= Hero Start ======= */
.hero {
    padding: 180px 0 90px;
    margin-bottom: 200px;
    background-image: url('image/hero-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('image/hero-triangle.webp');
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    mix-blend-mode: screen;
    z-index: 1;
}

.hero__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    height: auto;
    aspect-ratio: 1;
    z-index: 2;
}

.hero__icon svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.hero__icon--first {
    width: 80px;
    top: 200px;
    left: 2vw;
}

.hero__icon--second {
    width: 240px;
    top: 280px;
    left: -1.5vw;
}

.hero__icon--third {
    width: 340px;
    top: 320px;
    right: -1vw;
}

.hero__container {
    position: relative;
    z-index: 10;
}

.hero__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1.2fr;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 40px;
}

.hero__img {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.hero__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.hero__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
}

.hero__text {
    max-width: 490px;
    font-size: 14px;
    line-height: 1.21;
    color: var(--clr-white-thirdly);
    font-weight: 300;
}

.hero__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-margin-before: 70px;
            margin-block-start: 70px;
}

.hero__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    -webkit-margin-before: 70px;
            margin-block-start: 70px;
}

.server-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    background-color: #050505E5;
    border: 1px solid #FFFFFF26;
    border-radius: 15px;
    padding: 20px 30px;
}

.server-widget__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #222222B2;
}

.server-widget__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 6px;
}

.server-widget__meta {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 24px 2fr;
    grid-template-columns: 3fr 2fr;
    gap: 6px 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.server-widget__stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3px;
    color: #767676;
    font-size: 8px;
    line-height: 1;
    font-weight: 500;
}

.server-widget__name {
    color: var(--clr-white);
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Bayon';
}

.server-widget__name-number {
    font-family: 'Baumans';
}

.server-widget__players {
    color: #AAA4A4;
    font-size: 8px;
    line-height: 1;
    font-weight: 600;
}

.server-widget__players > span {
    font-size: 11px;
}

.progress-bar {
    height: 3px;
    background-color: #FFF1F11A;
    border-radius: 3px;
    overflow: hidden;

}

.progress-bar__fill {
    height: 100%;
    background-color: #81D966;
    border-radius: 3px;
}

.server-widget__play-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 30px;
    height: 29px;
}

.server-widget__play-btn svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.hero__info-windows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: var(--clr-white);
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.hero__info-windows svg {
    width: 21px;
    height: auto;
}
/* ======= Hero End ======= */

/* ======= Evolution Start ======= */
.evolution {
    margin-bottom: 200px;
}

.evolution__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    margin-bottom: 30px;
}

.evolution__header-start {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
}

.evolution__header-end {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
}

.evolution__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 20px;
}

.evolution__icon {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--clr-black-secondary);
}

.evolution__icon svg {
    width: 25px;
    height: auto;
}

.evolution__content {
    background-color: var(--clr-black-secondary);
    padding: 28px 30px;
    border-radius: 15px;
    position: relative;
    height: 645px;
}

.evolution-slider {
    width: 100%;
    height: 100%; /* Высота самого слайдера */
}

.evolution .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    /* Убираем старые трансформации и прозрачность */
    width: 50%; /* Ширина каждого слайда */
    height: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.evolution .slide-content {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.evolution .slide-content img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.evolution .slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000F2;
    padding: 10px 60px 10px 30px;
    border-radius: 15px;
    border: 1px solid #FFFFFF26;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.evolution .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0 !important;
}

.evolution .swiper-slide:not(.swiper-slide-active) .slide-caption {
    opacity: 0;
}

.evolution .slide-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    margin-bottom: 5px;
}

.evolution .slide-description {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.evolution .slide-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.evolution .slide-stats .stat {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
}

.evolution .slide-stats .stat-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2px;
}

.evolution .slide-stats .stat-bar__item {
    width: 1.5vw;
    height: 5px;
    border-radius: 2px;
    background-color: #838383;
}

.evolution .slide-stats .stat-bar__item--active {
    background-color: var(--clr-white);
}

/* Стилизация стрелок навигации */
.evolution .swiper-button-next,
.evolution .swiper-button-prev {
    width: 110px;
    height: 110px;
    background-color: var(--clr-black-secondary);
    border-radius: 50%;
    border: 1px solid #FFFFFF1A;
    /* Располагаем по центру слайдера */
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.evolution .swiper-button-next:hover,
.evolution .swiper-button-prev:hover {
    background-color: #0d0d0dcc;
}

.evolution .swiper-button-next:after,
.evolution .swiper-button-prev:after {
    display: none;
}

.evolution .swiper-button-next svg,
.evolution .swiper-button-prev svg {
    width: 25px;
    height: auto;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.evolution .swiper-button-prev:hover svg {
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
}

.evolution .swiper-button-next:hover svg {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}

/* Расположим стрелки чуть шире, чтобы не мешали */
.evolution .swiper-button-prev {
    left: 5%;
}

.evolution .swiper-button-next {
    right: 5%;
}
/* ======= Evolution End ======= */

/* ======= Only Start ======= */
.only {
    margin-bottom: 250px;
}

.only__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    margin-bottom: 30px;
}

.only__header-start {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
}

.only__grid {
    margin-top: 140px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px  1fr;
    grid-template-columns: 1fr 1fr  1fr;
    gap: 15px;
}

.only__item {
    position: relative;
    background-image: url('image/only-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.only__item-content {
    padding: 70px 34px;
    min-height: 470px;
    background-color: #00000099;
    border-radius: 20px;
    max-width: 55%;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
}

.only__item-content * {
    position: relative;
    z-index: 10;
}

.only__item-content p {
    font-size: 16;
    line-height: 1.2;
    font-weight: 500;
    color: var(--clr-white-secondary);
    margin-top: 15px;
}

.only__item img {
    position: absolute;
}

.only__item:nth-child(1) img:nth-child(1) {
    width: 25%;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.only__item:nth-child(1) img:nth-child(2) {
    width: 58%;
    bottom: 0;
    left: 7%;
    z-index: 2;
}

.only__item:nth-child(1) img:nth-child(3) {
    right: 2%;
    bottom: -71px;
    width: 75%;
    z-index: 3;
}

.only__item:nth-child(2) img:nth-child(1) {
    bottom: 70px;
    left: 4%;
    width: 45%;
    z-index: 1;
}

.only__item:nth-child(2) img:nth-child(2) {
    right: 4%;
    bottom: -58px;
    width: 83%;
    z-index: 2;
}

.only__item:nth-child(3) img:nth-child(1) {
    width: 42%;
    left: 9.5%;
    bottom: 82px;
    z-index: 1;
}

.only__item:nth-child(3) img:nth-child(2) {
    left: 3.5%;
    bottom: -40px;
    width: 43%;
    z-index: 2;
}

.only__item:nth-child(3) img:nth-child(3) {
    width: 54%;
    right: 5%;
    bottom: -25px;
    z-index: 3;
}

.only__item:nth-child(3) img:nth-child(4) {
    width: 240px;
    right: -21%;
    bottom: 110px;
    z-index: 4;
}
/* ======= Only End ======= */

/* ======= Auto Start ======= */
.auto {
    margin-bottom: 400px;
}

.auto__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 160px;
    margin-bottom: 110px;
}

.auto__header-start {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.auto__header-end {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
}

.auto__h3 {
    text-transform: none;
}

.auto__header-end p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #A7A7A7;
}

.auto__grid {
    position: relative;
    width: 100%;
    height: 450px;
    border-radius: 300px;
    background-image: url('image/auto-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.auto__item {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
}

.auto__item:nth-child(1) {
    z-index: 1;
    width: 40%;
    top: 25px;
    left: 0;
}

.auto__item:nth-child(2) {
    z-index: 2;
    width: 60%;
    top: 75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.auto__item:nth-child(3) {
    z-index: 1;
    width: 40%;
    top: 25px;
    right: 0;
}

.auto__item-circle {
    width: 150px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: var(--clr-black-secondary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
}

.auto__item-circle span:nth-child(1) {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.auto__item-circle span:nth-child(2) {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

.auto__item-circle span:nth-child(3) {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 2px;
}
/* ======= Auto End ======= */

/* ======= Download Start ======= */
.download {
    margin-bottom: 200px;
}

.download__header {
    margin-bottom: 60px;
    text-align: center;
}

.download__header h2 span {
    text-transform: none;
}

.download__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 41fr 90px 59fr;
    grid-template-columns: 41fr 59fr;
    gap: 90px;
}

.download__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
}

.download__img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.download__info-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    gap: 15px;
}

.download__info-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 18px;
    background-color: var(--clr-black-secondary);
    border: 1px solid #FFFFFF1A;
    padding: 25px 27px;
    min-height: 80px;
    border-radius: 15px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    color: var(--clr-white);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.download__info-link:hover {
    background-color: var(--clr-black-thirdly);
}

.download__info-link img {
    width: 32px;
    height: auto;
}

.download__info-link > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.download__info-link > div > span:first-child {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 13px;
}

.download__info-link > div > span:last-child {
    font-size: 12px;
    line-height: 1;
    color: #888;
}

.download__info-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 20px;
    background-color: #00D727B2;
    width: 325px;
    min-height: 80px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 15px;
    color: var(--clr-white);
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.download__info-button:hover {
    opacity: .8;
}

.download__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    gap: 80px;
}

.download__content-title {
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 25px;
    letter-spacing: .03em;
}

.download__content-top p {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 35px;
    color: var(--clr-white-secondary);
    font-weight: 400;
}

.download__content-top h4 {
    text-transform: none;
    margin-bottom: 40px;
}

.download__content-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    max-width: 540px;
    position: relative;
}

.download__content-list::before {
    content: '';
    position: absolute;
    left: 17px;
    top: 17px;
    bottom: 17px;
    border-left: 2px dashed var(--clr-white);
}

.download__content-list li {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: 35px 30px 1fr;
    grid-template-columns: 35px 1fr;
    gap: 30px;
}

.download__content-list li > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background-color: #6E6E6E;
    -webkit-filter: blur(2px);
            filter: blur(2px);
    width: 20px;
    height: 20px;
    margin: 0 auto;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.download__content-list li.active > div {
    background-color: #7300FF;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    width: 35px;
    height: 35px;
}

.download__content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px;
}

.download__content-bottom .button {
    background-color: #7300FFB2;
    border: none;
    gap: 16px;
    padding: 32px 60px;
    font-size: 25px;
    line-height: 1;
}

.download__content-bottom .button:hover {
    background-color: var(--clr-accent);
}

.download__content-windows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 15px;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
}

.download__content-windows svg {
    width: 35px;
    height: auto;
}

.download__accordion {
    margin-top: 64px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
}

.accordion__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    background-color: #000000CC;
    border-radius: 20px;
    padding: 25px 30px;
}

.accordion__item-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 25px;
}

.accordion__item-start svg {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
}

.accordion__item-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    background-color: var(--clr-white);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.accordion__item-button:hover {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.accordion__item-button span {
    width: 12px;
    height: 1px;
    border-radius: 2px;
    background-color: var(--clr-black-secondary);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.accordion__item-button span:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
}

.accordion__item:last-child {
    border-bottom: none;
}

.accordion__item-header {
    cursor: pointer; /* Делаем весь заголовок кликабельным */
}

.accordion__item-body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    padding: 0 79px;
    color: var(--clr-white-secondary);
}

.accordion__item.active .accordion__item-header {
    border-radius: 20px 20px 0 0;
}

.accordion__item.active .accordion__item-body {
    max-height: 500px;
    padding: 0 30px 25px 79px;
    background-color: #000000CC;
    border-radius: 0 0 20px 20px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.accordion__item.active .accordion__item-button {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}

/* Стили для списков внутри аккордеона */
.accordion-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
}

.accordion-list li {
    font-size: 16px;
    line-height: 1.4;
}
/* ======= Download End ======= */

/* ======= About Start ======= */
.about {
    margin-bottom: 200px;
}

.about__header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 53fr 40px 47fr;
    grid-template-columns: 53fr 47fr;
    gap: 40px;
    margin-bottom: 60px;
}

.about__header.reverse {
    -ms-grid-columns: 2fr 3fr;
    grid-template-columns: 2fr 3fr;
    margin-bottom: 120px;
}

.about__header-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}

.about__header-text p {
    font-size: 18px;
    line-height: 22px;
    color: var(--clr-white-secondary);
}

.about__header-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 30px;
}

.about__header-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-family: 'Golos';
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: var(--clr-white);
    letter-spacing: .03em;
    padding: 20px 90px;
    height: 68px;
    background-color: #00000099;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
    overflow: hidden;
}

.about__header-tag.city {
    background-color: #00000033;
}

.about__header-tag.city:nth-child(2n-1) {
    background-image: url('image/about-2.webp');
}

.about__header-tag.city:nth-child(2n) {
    background-image: url('image/about-3.webp');
}

.about__inner {
    width: 100%;
    height: 450px;
    position: relative;
}

.about__inner > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 300px;
}

.about__inner-img {
    position: absolute;
    bottom: 0;
    left: 180px;
    width: 220px;
}
/* ======= About End ======= */

/* ======= News Start ======= */
.news {
    margin-bottom: 200px;
}

.news__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
}

.news-slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 5px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.news__slider-button {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    background-color: var(--clr-black-secondary);
}

.news__slider-button:hover {
    background-color: var(--clr-accent);
    border-color: var(--clr-accent);
}

.news__slider-button.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.news__slider-button svg {
    width: 20px;
    height: auto;
}

.news-slider {
    overflow: visible; /* Чтобы тени не обрезались, если они будут */
}

.news-card {
    padding: 30px 30px 35px 50px;
    background-color: #D9D9D90D;
    border-radius: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 330px 50px 1fr;
    grid-template-columns: 330px 1fr;
    gap: 50px;
    min-height: 532px;
    height: 100%;
    overflow: hidden;
}

.news-card__img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.news-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.news-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.news-card__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 20px;
}

.news-card__date svg {
    width: 18px;
    height: 18px;
    -o-object-fit: contain;
       object-fit: contain;
}

.news-card__title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-transform: none;
    margin-bottom: 38px;
}

.news-card__description {
    color: #B8B8B8;
    font-size: 16px;
    line-height: 19px;
    padding-right: 30px;
    margin-bottom: 50px;
}

.news-card__link {
    color: var(--clr-white);
    font-weight: 400;
    font-size: 18px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.news-card__link:hover {
    color: var(--clr-white-secondary);
}

.news-card__arrow {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--clr-black-secondary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.news-card__arrow svg {
    width: 20px;
    height: auto;
}

.news-card__link:hover .news-card__arrow {
    background-color: var(--clr-accent);
}

/* Переопределение стандартных стилей Swiper для навигации */
.news .swiper-button-prev,
.news .swiper-button-next {
    position: static;
    margin: 0;
}

.news .swiper-button-prev:after,
.news .swiper-button-next:after {
    display: none;
}
/* ======= News End ======= */

/* ======= Gallery Start ======= */
.gallery {
    margin-bottom: 200px;
}

.gallery__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
}

.gallery-slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 5px;
}

.gallery__slider-button {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    background-color: var(--clr-black-secondary);
}

.gallery__slider-button svg {
    width: 20px;
    height: auto;
}

.gallery__slider-button:hover {
    background-color: var(--clr-accent);
}

.gallery__slider-button.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.gallery-slider {
    overflow: hidden;
}

.gallery .swiper-button-prev,
.gallery .swiper-button-next {
    position: static;
    margin: 0;
}

.gallery .swiper-button-prev:after,
.gallery .swiper-button-next:after {
    display: none;
}

.gallery-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 7.5fr 10px 7.5fr 10px 13fr;
    grid-template-columns: 7.5fr 7.5fr 13fr;
    -ms-grid-rows: 130px 10px 130px 10px 130px 10px 130px 10px 130px 10px 130px 10px 130px 10px 130px;
    grid-template-rows: repeat(8, 130px);
    gap: 10px;
    width: 100%;
}

.gallery-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.gallery-grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.gallery-grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.gallery-grid > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.gallery-grid > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.gallery-grid > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.gallery-grid > *:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}

.gallery-grid > *:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}

.gallery-grid > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
}

.gallery-grid > *:nth-child(10) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
}

.gallery-grid > *:nth-child(11) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
}

.gallery-grid > *:nth-child(12) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
}

.gallery-grid > *:nth-child(13) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
}

.gallery-grid > *:nth-child(14) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
}

.gallery-grid > *:nth-child(15) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
}

.gallery-grid > *:nth-child(16) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
}

.gallery-grid > *:nth-child(17) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
}

.gallery-grid > *:nth-child(18) {
    -ms-grid-row: 11;
    -ms-grid-column: 5;
}

.gallery-grid > *:nth-child(19) {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
}

.gallery-grid > *:nth-child(20) {
    -ms-grid-row: 13;
    -ms-grid-column: 3;
}

.gallery-grid > *:nth-child(21) {
    -ms-grid-row: 13;
    -ms-grid-column: 5;
}

.gallery-grid > *:nth-child(22) {
    -ms-grid-row: 15;
    -ms-grid-column: 1;
}

.gallery-grid > *:nth-child(23) {
    -ms-grid-row: 15;
    -ms-grid-column: 3;
}

.gallery-grid > *:nth-child(24) {
    -ms-grid-row: 15;
    -ms-grid-column: 5;
}

.gallery-item {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.gallery-item:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.gallery-item--1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    grid-row: 1 / 6;
}
.gallery-item--2 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1 / 5;
}
.gallery-item--3 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 5;
    -ms-grid-row-span: 4;
    grid-row: 5 / 9;
}
.gallery-item--4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 6;
    -ms-grid-row-span: 3;
    grid-row: 6 / 9;
}
.gallery-item--5 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 6;
    -ms-grid-row-span: 3;
    grid-row: 6 / 9;
}

.gallery-item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: var(--clr-black-secondary);
    position: absolute;
    bottom: 20px;
    left: 20px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.gallery-item:hover span {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0;
    background-color: #000000ad;
}

.gallery-item span svg {
    width: 18px;
    height: 18px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.gallery-item:hover span svg {
    width: 30px;
    height: 30px;
}
/* ======= Gallery End ======= */

/* ======= Custom Popup Start ======= */
.popup {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup.active {
    opacity: 1;
    visibility: visible;
}

.popup__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}

.popup__content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
}

.popup__img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 90vw;
    max-height: 90vh;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 10px;
}

.popup__close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 35px;
    height: 35px;
    border: none;
    background-color: transparent;
    color: white;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.popup__close:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
/* ======= Custom Popup End ======= */

/* ======= Promo Start ======= */
.promo {
    margin-bottom: 60px;
}

.promo__inner {
    width: 100%;
    min-height: 410px;
    border-radius: 300px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
}

.promo__inner img {
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    inset: 0;
    z-index: 1;
}

.promo__inner-data {
    position: relative;
    z-index: 5;
}

.promo__inner-data {
    max-width: 290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.promo__title {
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin-bottom: 10px;
}

.promo__inner-data p {
    font-size: 25px;
    line-height: 32px;
    color: #777171;
    font-weight: 500;
    margin-bottom: 50px;
}

.promo__code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 66px;
    border-radius: 99px;
    border: 1px dashed var(--clr-white);
    background-color: var(--clr-black-secondary);
    color: var(--clr-white);
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.promo__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 66px;
    border-radius: 99px;
    background-color: #7300FF;
    color: white;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.promo__button:hover {
    background-color: var(--clr-accent);
}
/* ======= Promo End ======= */

/* ======= Footer Start ======= */
.footer {
    padding-bottom: 50px;
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
}

.footer__logo {
    width: 200px;
}

.footer__title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 25px;
    font-family: 'Golos', sans-serif;
    font-weight: 600;
    color: var(--clr-white);
}

.footer__list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    list-style: none;
}

.footer__list a {
    color: #828282;
    font-size: 18px;
    line-height: 1;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.footer__list a:hover {
    color: var(--clr-white);
}

.footer__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
}

.footer__grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 114px;
    height: 46px;
    background-color: var(--clr-black-secondary);
    border-radius: 30px;
}

.footer__grid-item:nth-child(odd) svg {
    width: 70px;
    height: auto;
}

.footer__grid-item:nth-child(even) svg {
    width: 46px;
    height: auto;
}

.footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
    color: var(--clr-white);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.footer__contact:hover {
    color: var(--clr-white-secondary);
}

.footer__contact-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
    margin-top: 12px;
}

.footer__contact-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--clr-black-secondary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.footer__contact-icon svg {
    width: 26px;
    height: auto;
}

.footer__contact:hover .footer__contact-icon {
    background-color: var(--clr-accent);
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
    gap: 40px;
    padding: 26px 40px;
    border-radius: 99px;
    background-color: var(--clr-black-secondary);
}

.footer__bottom div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.footer__bottom p {
    font-size: 12px;
    line-height: 1;
    color: #FFF2F2;
}

.footer__bottom svg {
    width: 26px;
    height: auto;
}
/* ======= Footer End ======= */

/* ======= Burger Menu & Mobile Menu Start ======= */
.body-no-scroll {
    overflow: hidden;
}

.burger-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 2.5rem;
    height: 2.5rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001; /* Выше чем mobile-menu */
}

.burger-menu span {
    width: 2.5rem;
    height: 0.25rem;
    background: var(--clr-white);
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    -webkit-transform-origin: 1px;
        -ms-transform-origin: 1px;
            transform-origin: 1px;
}

.burger-menu.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.burger-menu.active span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
}

.burger-menu.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: var(--clr-black-secondary);
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    padding: 2rem;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    z-index: 1000;
}

.mobile-menu.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.mobile-menu__nav ul {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
}

.mobile-menu__nav a {
    font-size: 1.5rem;
    color: var(--clr-white);
    text-decoration: none;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
}

.mobile-menu__nav a svg {
    width: 35px;
    height: 35px;
}

.mobile-menu__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    padding-top: 2rem;
    border-top: 1px solid #ffffff2e;
}

.mobile-menu__buttons .social-button {
    width: 60px;
    height: 60px;
}

.mobile-menu__buttons .header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 300px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
    padding: 15px 20px;
    margin-left: 0;
}

/* ======= Burger Menu & Mobile Menu End ======= */

/* ======= Adaptive Start ======= */

@media (max-width: 1400px) {
    .h1 {
        font-size: 50px;
    }
    .h2 {
        font-size: 45px;
    }
    .hero__inner {
        padding: 0;
    }
    .only__grid {
        margin-top: 60px;
    }
    .only__item {
        border-radius: 20px;
    }
    .only__item-content {
        max-width: 100%;
        -webkit-margin-start: 0;
                margin-inline-start: 0;
        -webkit-margin-end: auto;
                margin-inline-end: auto;
        background-color: #000000b5;
        position: relative;
        z-index: 5;
    }
    .only__item:nth-child(1) img:nth-child(3),
    .only__item:nth-child(2) img:nth-child(2),
    .only__item:nth-child(3) img:nth-child(2),
    .only__item:nth-child(3) img:nth-child(3) {
        z-index: 6;
    }
    .only__item:nth-child(3) img:nth-child(4) {
        display: none;
    }
    .auto {
        margin-bottom: 200px;
    }
    .auto__header {
        gap: 40px;
        margin-bottom: 60px;
    }
    .download__grid {
        gap: 30px;
    }
    .download__content-list {
        gap: 30px;
    }
    .download__content-list li {
        gap: 20px;
        font-size: 16px;
    }
    .download__content-bottom {
        gap: 20px;
    }
    .download__content-bottom .button {
        padding: 25px 40px;
        font-size: 20px;
    }
    .about__header {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .about__header.reverse {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .about__header-tags {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .about__header-tag {
        padding: 15px;
        height: auto;
    }
    .about__header-tag:nth-child(5) {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }
    .news-card {
        padding: 20px;
        gap: 20px;
        -ms-grid-columns: 250px 20px 1fr;
        grid-template-columns: 250px 1fr;
        min-height: 450px;
    }
    .news-card__description {
        margin-bottom: 20px;
        padding: 0;
    }
    .gallery-grid {
        grid-template-rows: repeat(8, 100px);
    }
    .footer__inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 40px 80px;
    }
}

@media (max-width: 1200px) {
    .hero {
        margin-bottom: 100px;
    }
    .hero__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .hero__img {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        max-width: 300px;
        margin: 0 auto;
    }
    .hero__content {
        max-width: 600px;
        margin: 0 auto;
    }
    .hero__buttons {
        -webkit-margin-before: 40px;
                margin-block-start: 40px;
    }
    .hero__info {
        -webkit-margin-before: 40px;
                margin-block-start: 40px;
    }
    .evolution {
        margin-bottom: 100px;
    }
    .evolution__content {
        height: auto;
    }
    .evolution .swiper-slide {
        width: 70%;
    }
    .only {
        margin-bottom: 100px;
    }
    .only__grid {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 40px;
    }
    .only__item img {
        display: none;
    }
    .only__item-content {
        text-align: center;
        padding: 30px;
        min-height: unset;
        height: 100%;
    }
    .auto__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px
    }
    .auto__grid {
        height: auto;
        border-radius: 30px;
        padding: 40px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .auto__item:nth-child(n) {
        position: static;
        width: 100%;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 150px 20px 1fr;
        grid-template-columns: 150px 1fr;
        gap: 20px;
        padding: 30px;
        background-color: #000000b0;
        -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px);
        border-radius: 30px;
    }
    .download__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .download__content-title {
        font-size: 32px;
    }
    .download__content-list {
        max-width: 100%;
    }
    .download__info-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .download__info-link, .download__info-button {
        width: 100%;
    }
    .about__header, .about__header.reverse {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        text-align: center;
        margin-bottom: 40px;
    }
    .about__header-tags {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .about__inner-img {
        display: none;
    }
    .news-slider {
        width: 100%;
    }
    .news-card {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .news-card__img {
        height: 250px;
    }
    .gallery-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(auto-fill, 200px);
    }
    .gallery-item--1, .gallery-item--2, .gallery-item--3, .gallery-item--4, .gallery-item--5 {
        grid-column: auto;
        grid-row: auto;
    }
    .gallery-item--5 {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }
    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
    }

}

@media (max-width: 992px) {
    .h1 {
        font-size: 40px;
    }
    .h2 {
        font-size: 35px;
    }
    .header__nav,
    .header__buttons {
        display: none;
    }
    .burger-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .hero {
        padding: 140px 0 60px;
        margin-bottom: 100px;
    }
    .hero__icon {
        display: none;
    }
    .evolution {
        margin-bottom: 100px;
    }
    .evolution__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
    }
    .evolution__icons {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .evolution .swiper-button-next, .evolution .swiper-button-prev {
        width: 80px;
        height: 80px;
    }
    .evolution .slide-caption {
        padding: 10px 20px;
    }
    .only {
        margin-bottom: 100px;
    }
    .auto {
        margin-bottom: 100px;
    }
    .download {
        margin-bottom: 100px;
    }
    .download__content-title {
        text-align: center;
    }
    .download__content-top p {
        text-align: center;
    }
    .download__content-top h4 {
        text-align: center;
    }
    .download__content-list::before {
        display: none;
    }
    .download__content-list li {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        text-align: center;
    }
    .download__content-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .download__accordion {
        margin-top: 30px;
    }
    .about {
        margin-bottom: 100px;
    }
    .about__inner {
        height: 250px;
        border-radius: 20px;
    }
    .about__inner > img {
        border-radius: 20px;
    }
    .news {
        margin-bottom: 100px;
    }
    .news-slider {
        width: calc(100% + 48px);
        margin: 0 -24px;
        padding: 0 24px;
    }
    .gallery {
        margin-bottom: 100px;
    }
    .promo__inner {
        padding: 20px;
        min-height: unset;
    }
    .promo__inner-data p {
        margin-bottom: 20px;
    }
    .footer__grid {
        -ms-grid-columns: 114px 114px;
        grid-template-columns: 114px 114px;
    }
    .footer__column {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    .h1 {
        font-size: 32px;
    }
    .h2 {
        font-size: 28px;
    }
    .h3 {
        font-size: 20px;
    }
    .button {
        padding: 20px 40px;
    }
    .header__buttons {
        gap: 10px;
    }
    .header__button {
        font-size: 14px;
        padding: 5px 15px;
        margin-left: 10px;
    }
    .social-button {
        width: 45px;
        height: 45px;
    }
    .hero__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }
    .hero__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .evolution .swiper-slide {
        width: 100%;
        height: 400px;
    }
    .evolution .slide-caption {
        padding: 10px 15px;
    }
    .evolution .slide-stats {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 10px;
    }
    .evolution .slide-stats .stat {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 84px 1fr;
        grid-template-columns: 84px 1fr;
    }
    .evolution .slide-stats .stat-bar__item {
        width: 5vw;
    }
    .download__content-title {
        font-size: 28px;
    }
    .download__content {
        gap: 30px;
    }
    .about__header-tags {
        gap: 15px;
    }
    .only__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .auto__grid {
        padding: 15px;
        gap: 15px;
    }
    .auto__item:nth-child(n) {
        padding: 15px;
        gap: 15px;
    }
    .auto__item-circle {
        border-radius: 15px;
    }
    .news-card {
        min-height: auto;
    }
    .promo__inner {
        border-radius: 30px;
    }
    .promo__title {
        font-size: 24px;
    }
    .promo__inner-data p {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .footer__grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .footer__grid-item {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .auto__item-circle {
        width: auto;
        background-color: transparent;
        padding: 0;
        height: auto;
        aspect-ratio: unset;
    }
    .auto__item-circle span:nth-child(1), .auto__item-circle span:nth-child(2) {
        font-size: 16px;
    }
    .download__content-bottom .button {
        padding: 20px;
        font-size: 18px;
    }
    .accordion__item-header {
        padding: 20px;
        gap: 15px;
    }
    .accordion__item-start {
        gap: 15px;
    }
    .accordion__item.active .accordion__item-body {
        padding: 0 15px 20px 50px;
    }
    .download__header {
        margin-bottom: 20px;
    }
    .download__content-top h4 {
        margin-bottom: 20px;
    }
    .news__header,
    .gallery__header {
        gap: 20px;
        margin-bottom: 30px;
    }
    .news-card__content {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .gallery-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .gallery-item--5 {
        -ms-grid-column-span: 1;
        grid-column: span 1;
    }
    .gallery-grid {
        grid-template-rows: repeat(auto-fill, 250px);
    }
    .footer__bottom {
        border-radius: 20px;
        padding: 20px;
        gap: 20px;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .h1 {
        font-size: 28px;
    }
    .h2 {
        font-size: 24px;
    }
    .header__button {
        display: none; /* Скрываем кнопку, чтобы не занимала место */
    }
    .evolution__content {
        padding: 15px;
    }
    .evolution .swiper-button-next, .evolution .swiper-button-prev {
        width: 60px;
        height: 60px;
    }
    .auto__item:nth-child(n) {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .auto__header-end p {
        font-size: 16px;
    }
    .download__content-title {
        font-size: 24px;
    }
    .download__content-list {
        gap: 20px;
        font-size: 14px;
    }
    .download__content-windows {
        font-size: 10px;
    }
    .accordion__item-header .h3 {
        font-size: 18px;
    }
    .footer__bottom p {
        font-size: 10px;
    }
}

/* ======= Adaptive End ======= */
