@charset "UTF-8";
/* stylelint-disable */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

picture {
    display: contents;
}


/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
/*.slick-loading .slick-list*/
/*{*/
/*background: #fff url('ajax-loader.gif') center center no-repeat;*/
/*}*/
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    line-height: 1;
    opacity: .75;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    bottom: -40px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: ' ';
    text-align: center;
    opacity: .25;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

@font-face {
    font-family: "LetoSans";
    src: url("../fonts/LetoSans-Regular.woff2") format("woff2"), url("../fonts/LetoSans-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    position: relative;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 320px;
    min-height: 100%;
    /*max-width: 1360px;*/
    margin: 0 auto;
    padding: 0;
    font-family: "LetoSans", "Arial", sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #232323;
    scroll-behavior: smooth;
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

header {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

footer {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.hidden {
    display: none !important;
}

.h2 {
    margin: 0;

    font-weight: 400;
    font-size: 60px;
    line-height: 1.2;
}

@media screen and (max-width: 576px) {
    .h2 {
        font-size: 40px;
    }
}


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

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1180px;
    padding: 0 20px;
}

@media (max-width: 1100px) {
    .container {
        padding: 0 20px;
    }
}

.button {
    outline: none;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: 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;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
}

.button:hover, .button:focus, .button:active {
    cursor: pointer;
    opacity: 0.6;
}

@media (max-width: 1024px) {
    .nav.js-block {
        position: fixed;
        z-index: 2;
        top: 150px;
        right: 50%;
        width: 351px;
        max-width: 100%;
        transition: all 0.2s ease-in;
        transform-origin: 0 0;
        transform: translateX(50%);
        visibility: visible; /* показывает элемент при активации */
        pointer-events: auto; /* восстанавливает взаимодействие */
        /*display: block;*/
        border-radius: 15px;
    }

    .nav.js-block-inactive {
        transform: translateX(150%);
        transform-origin: 0 0;
        transition: all 0.2s ease-in;
        pointer-events: none; /* чтобы нельзя было взаимодействовать с неактивным попапом */
        visibility: hidden; /* полностью скрывает элемент из потока */
        /*display: none;*/
    }
}

.select {
    position: relative;
}

.select.active .select__list {
    display: block;
}

.select.active .select__value::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.select__value {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 55px 0 17px;
    font-size: var(--form-text-size);
    font-weight: var(--form-text-weight);
    line-height: 1;
    color: var(--form-text-color);
    /*border: 2px solid var(--form-text-color); */
    background-color: #ffffff;
    border-radius: 10px;
}

.select__value:hover, .select__value:focus, .select__value:active {
    cursor: pointer;
    opacity: 0.6;
}

.form__select.active .select__value {
    border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 900px) {
    .select__value {
        font-size: 16px;
        padding: 10px 18px;
    }
}

.select__value::after {
    content: url("../img/arrow-select.svg");
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 13px;
    width: 16px;
}

@media screen and (max-width: 900px) {
    .select__value::after {
        right: 9px;
    }
}

.select__list {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    background-color: #ffffff;
    overflow-y: auto;
    max-height: 400px;
}

@media screen and (max-width: 900px) {
    .select__list {
        max-height: 250px;
    }
}

.select__item {
    display: block;
    padding: 12px 17px;
    font-size: 16px;
    color: var(--form-text-color);
}

.select__item:hover, .select__item:focus, .select__item:active {
    cursor: pointer;
    opacity: 0.6;
}

@media screen and (max-width: 900px) {
    .select__item {
        font-size: 14px;
    }
}

.select__item.active {
    text-decoration: underline;
}

/*header*/

.header__row {
    position: relative;
    padding-top: 58px;
    padding-bottom: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
}

.header__logo {
    flex: 0 0 267px;
}

.header__logo:hover, .header__logo:focus, .header__logo:active {
    cursor: pointer;
    opacity: 0.6;
}

.header__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.header__time {
    text-align: right;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    opacity: 0.5;
}

@media screen and (max-width: 1100px) {
    .header__row {
        padding-right: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .header__row {
        align-items: flex-end;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 576px) {
    .header__row {
        padding-top: 34px;
        padding-bottom: 36px;
    }

    .header__logo {
        flex-basis: 147px;
    }

    .header__time {
        margin-right: 5px;
        font-size: 16px;
        line-height: 1;
    }
}

.footer {
    width: 100%;
    max-width: 100%;
    margin: 90px auto 0;
    padding: 65px 0 130px;
    border-top: 1px solid #232323;
}

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

@media screen and (max-width: 1280px) {
    .footer {
        padding: 50px 0 97px;
    }
}

@media screen and (max-width: 576px) {
    .footer {
        margin-top: 81px;
        padding-top: 34px;
    }
}

.footer .cake {
    display: none;
}

@media screen and (max-width: 1024px) {
    .footer .cake {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
        margin-top: 40px;
    }
}

.footer__social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
}

.footer__social-item:first-child {
    margin-left: 0;
}

.footer__social-link {
    display: block;
}

.footer__social-link:hover, .footer__social-link:focus, .footer__social-link:active {
    cursor: pointer;
    opacity: 0.6;
}

@media screen and (max-width: 576px) {
    .footer__social {
        gap: 20px;
    }

    .footer__social-link {
        width: 30px;
        height: auto;
    }
}

.footer__link {
    display: block;
    margin: 0 auto 52px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    color: #ffffff;
    font-family: "LetoSans", "Arial", sans-serif;
}

.footer__link:focus,
.footer__link:hover {
    opacity: 0.6;
    cursor: pointer;
}

.footer__text {
    margin-top: 40px;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
}

@media screen and (max-width: 576px) {
    .footer__text {
        /*margin-bottom: 30px;*/
        font-size: 18px;
    }

    .footer__link {
        margin: 0 auto 27px;
        font-size: 16px;
        text-align: center;
    }
}

.footer__logo {
    display: block;
    margin: 0;
    width: 270px;
}

.footer__logo:hover, .footer__logo:focus, .footer__logo:active {
    cursor: pointer;
    opacity: 0.6;
}

@media screen and (max-width: 1280px) {
    .footer__logo {
        width: 170px;
    }
}

.footer__logo img {
    width: 100%;
    height: auto;
    display: block;
}

/*main-top*/

.main-top {
    position: relative;
    width: 2300px;
    max-width: 100%;
    margin: 0 auto 160px;
}

.main-top .swiper-wrapper {
    padding: 70px 0 !important;

    /*transform-style: preserve-3d;*/
    /*perspective: 200px;*/
    /*transform-origin: center;*/
}

.main-top__item {
    position: relative;
    z-index: 1;
    /*transform: scale(1.25);*/
    transition: all 0.3s ease;
}

.main-top .swiper-slide-active {
    z-index: 2;
    /*transform: scale(2.25);*/
    /*transform: translate3d(-50%, 0, 100px);*/
    /*transform-origin: center;*/
    /*perspective: 200px;*/
    /*transform-style: preserve-3d;*/
}

.main-top__block-item {
    position: relative;
    transform-origin: center;
    /*transform: scale(1.25);*/
    transition: all 0.3s ease;
}

.swiper-slide-active .main-top__block-item {
    transform-origin: center;
    transform: scale(1.2);
    transition: all 0.3s ease;
}

.main-top__item img {
    display: block;
}

.main-top__caption {
    position: absolute;
    z-index: 1;
    right: 85px;
    bottom: 51px;

    color: #FFF;
    text-align: right;
    font-size: 72px;
    font-weight: 400;
    line-height: 1;

    transform: translateY(250px);
    transition: all 0.3s ease;
}

.main-top .swiper-slide-active .main-top__caption {
    transform: translateY(0);
    transition: all 0.3s ease;
}

@media screen and (max-width: 2300px) {
    .main-top__caption {
        right: 4vw;
        bottom: 2.2vw;

        font-size: 3.1vw;
    }

    .main-top .swiper-wrapper {
        padding: 3.1vw 0 !important;
    }
}

@media screen and (max-width: 576px) {
    .main-top {
        margin-bottom: 60px;
    }

    .swiper-slide-active .main-top__block-item {
        /*transform: scale(1.3);*/
    }

    .main-top .swiper-wrapper {
        padding: 6.6vw 0 !important;
    }

    .main-top__caption {
        right: 6.6vw;
        bottom: 4.0vw;
        font-size: 5.8vw;
    }
}

/*text-block*/

.text-block {
    margin-bottom: 106px;
}

.text-block__row {
    position: relative;

    display: grid;
    grid-template-columns: 1fr 1.4fr 1.76fr;
    gap: 24px;
}

.text-block__caption h2 {
    position: absolute;
    left: -25%;
    top: 0;
    transform: rotate(-90deg);
    transform-origin: right top;
}

.text-block__img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px;
    overflow: hidden;
}

.text-block__column p {
    margin: -4px 0 24px;

    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

@media screen and (max-width: 1024px) {
    .text-block__row {
        grid-template-columns: 1fr 3.9fr;
        gap: 35px 24px;
    }

    .text-block__column {
        grid-column: 1 / 3;
    }
}

@media screen and (max-width: 1024px) {
    .text-block__caption h2 {
        left: -300px;
    }
}

@media screen and (max-width: 576px) {
    .text-block {
        margin-bottom: 42px;
    }

    .text-block__caption h2 {
        left: -193px;
    }

    .text-block__img img {
        height: 391px;
        object-fit: cover;
    }

    .text-block__column p {
        margin: 0px 0 24px;
        padding-right: 8px;

        font-size: 14px;
    }
}

/*how*/

.how {
    margin-bottom: 147px;
}

.how__caption {
    margin-bottom: 52px;

    text-align: right;
}

.how__row {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 553px auto;

    border-radius: 3px;
    overflow: hidden;
}

.how__column {
    cursor: pointer;
    position: relative;
    padding: 31px 19px 58px;
    display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid;

    border-right: 1px solid #232323;
}

.how__column:last-child {
    border-right: none;
}

.how__column.visible .how__img {
    opacity: 1;

    transition: opacity 0.3s ease-in;
}

.how__column.visible .how__column-caption {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.19);

    transition: all 0.3s ease-in;
}

.how__column.visible .how__text {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.19);

    transition: all 0.3s ease-in;
}

.how__img {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;

    height: 100%;
    width: 100%;
    opacity: 0;

    transition: opacity 0.3s ease-in;
}

.how__img-min {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.how__full {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    transform: scaleX(0);

    display: flex;
    flex-direction: column;
    width: 400%;
    height: 100%;
    padding: 24px 79% 36px 19px;

    transition: all 0.3s ease-in;
    transform-origin: 0;
    pointer-events: none;
}

.how__column.active .how__full {
    transition: all 0.3s ease-in;
    transform: scaleX(1);
    transform-origin: 0;
    pointer-events: initial;
}

.how__column:nth-child(2) .how__full {
    left: 50%;
}

.how__column:nth-child(2).active .how__full {
    left: -100%;
}

.how__column:nth-child(3) .how__full {
    left: 50%;
}

.how__column:nth-child(3).active .how__full {
    left: -200%;
}

.how__column:nth-child(4) .how__full {
    left: 100%;
}

.how__column:nth-child(4).active .how__full {
    left: -300%;
}

.how__full-caption {
    margin: 0;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.19);
    font-size: 60px;
    font-weight: 400;
    line-height: 1.2;
}

.how__full-text {
    margin: auto 0 0;

    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.19);
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
}

.how__img-full {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;

    height: 100%;
    width: 100%;
    opacity: 1;
    object-fit: cover;

    transition: opacity 0.3s ease-in;
}

.how__img-full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.how__column-caption {
    margin: 0;

    font-size: 40px;
    line-height: 1.2;
    font-weight: 400;

    transition: all 0.3s ease-in;
}

.how__text {
    margin: 0;

    font-size: 20px;
    line-height: 1.2;

    transition: all 0.3s ease-in;
}

@media screen and (max-width: 1024px) {
    .how__column-caption {
        font-size: 26px;
    }

    .how__full {
        padding: 24px 19px 36px;
    }

    .how__text {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .how {
        margin-bottom: 64px;
    }

    .how__img {
        opacity: 1;
    }

    .how__row {
        display: block;

        border-radius: 3px;
        overflow: hidden;
    }

    .how__column {
        padding: 25px 15px;
        display: block;
        min-height: 157px;

        border-bottom: 1px solid #232323;
        border-right: none;
    }

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

    .how__text {
        display: none;
    }

    .how__full {
        top: -200%;

        transform: scaleX(1) scaleY(0);

        display: flex;
        flex-direction: column;
        width: 100%;
        height: 406%;
    }

    .how__column.active .how__full {
        top: 0;

        transform: scaleX(1) scaleY(1);
    }

    .how__column:nth-child(2) .how__full {
        left: 0;
        top: -150%;
    }

    .how__column:nth-child(2).active .how__full {
        left: 0;
        top: -103%;
    }

    .how__column:nth-child(3) .how__full {
        left: 0;
        top: -150%;
    }

    .how__column:nth-child(3).active .how__full {
        left: 0;
        top: -204%;
    }

    .how__column:nth-child(4) .how__full {
        left: 0;
        top: -100%;
    }

    .how__column:nth-child(4).active .how__full {
        left: 0;
        top: -300%;
    }

    .how__column-caption {
        color: #ffffff;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.19);
    }

    .how__text {
        color: #ffffff;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.19);
    }
}

@media screen and (max-width: 576px) {
    .how__caption {
        margin-bottom: 28px;
    }

    .how__column-caption {
        font-size: 30px;
    }

    .how__full-caption {
        font-size: 40px;
    }

    .how__full {
        padding: 20px 24% 24px 14px
    }

    .how__full-text {
        font-size: 20px;
    }
}

/*tags*/

.tags {
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
}

.tags__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px 5px;
    margin-bottom: 134px;
}

.tags__value {
    position: relative;
    flex: 0 0 auto;

    text-align: center;
}

.tags__slash {
    display: block;
    width: 4px;
    height: 30px;

    background-color: #232323;
}

.tags__value:last-child {
    flex: 0 0 100%;
    text-align: center;
}
@media screen and (max-width: 900px) {
    .tags__row {
        justify-content: center;
        gap: 16px 13px;
        margin-bottom: 66px;
    }

    .tags__value:last-child {
        flex: 0 0 auto;
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .tags {
        font-size: 20px;
    }

    .tags__slash {
        width: 3px;
        height: 18px;
    }
}

/*event*/

.event {
    margin-bottom: 137px;
}

.event__row {
    display: grid;
    grid-template-columns: 290px 1fr;
}

.event__column-caption {
    position: relative;
}

.event__caption {
    position: absolute;
    left: -205%;
    top: 0;
    transform: rotate(-90deg);
    transform-origin: right top;
}

.event__column-slider {
    overflow: hidden;
    position: relative;
}

.event__item {
    cursor: pointer;
    position: relative;
    min-width: 560px;
    height: 593px;
    padding: 50px 26px 51px;
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
}

.event__img {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event__item h3 {
    margin: 0;

    color: #FFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.event__item time {
    margin-top: auto;
    margin-left: auto;
    padding: 7px 18px;

    font-size: 25px;
    font-weight: 400;
    line-height: 1;

    border-radius: 2px;
    background: #ffffff;

    transform: translate(100px, 100px);
    transition: transform 0.6s ease;
}

/* Стили для активного и неактивных слайдов */
.event__slider .slick-slide {
    /*transition: transform 0.3s ease;*/
}

/* Дополнительные стили для корректного отображения */
.event__slider {
    overflow: visible; /* Чтобы увеличенные слайды не обрезались */
}

.event__slider .slick-list {
    padding: 0 !important; /* Убираем стандартные отступы slick */
    overflow: visible; /* Чтобы увеличенные слайды не обрезались */
}

.event__item {
    transform-origin: left bottom; /* Точка масштабирования по центру */
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.event__slider .slick-slide {
    margin: 0 -13px; /* Половина от 26px для перекрытия */
}

.event__slider .slick-current {
    z-index: 2;
}

.event__slider .slick-current .event__item {
    transform: scale(1);
    z-index: 1;
    opacity: 1;
}

.event__slider .slick-slide:not(.slick-current) .event__item {
    transform: scale(0.57);
    opacity: 0.7;
}

.event__slider .slick-current .event__item h3 {
    opacity: 1;
    transition: opacity 0.6s ease;
}

.event__slider .slick-current .event__item time {
    transform: translate(0, 0);
    transition: transform 0.6s ease;
}

@media screen and (max-width: 1200px) {
    .event__column-slider {
        padding: 110px 0 0;
    }

    .event__caption {
        top: 110px;
    }
}

@media screen and (max-width: 1024px) {
    .event__row {
        grid-template-columns: 170px 1fr;
    }

    .event__caption {
        left: -50vw;
        font-size: 5vw;
    }
}

@media screen and (max-width: 768px) {
    .event__item {
        min-width: 61vw;
        height: 65vw;
    }
}


@media screen and (max-width: 576px) {
    .event {
        margin-bottom: 110px;
    }

    .event__slider .slick-slide:not(.slick-current) .event__item {
        transform: scale(0.65);
    }

    .event__container {
        padding-right: 0;
    }

    .event__item {
        padding: 24px 15px;
        min-width: 67vw;
        height: 83vw;
    }

    .event__item h3 {
        font-size: 20px;
    }

    .event__item time {
        padding: 4px 13px;

        font-size: 14px;
    }

    .event__column-slider {
        padding-top: 68px;
    }

    .event__row {
        grid-template-columns: 90px 1fr;
    }

    .event__caption {
        top: -2px;
        left: -100vw;
        font-size: 10.2vw;
    }
}

/*custom-arrows*/

.custom-arrow {
    position: absolute;
    z-index: 2;

    background: none;
    border: none;
    cursor: pointer;
    font-size: 40px;
    color: #232323;
    padding: 0;
    transition: all 0.3s ease;
}

.custom-arrow--next {
    top: 0;
    right: 0;
}

.custom-arrow--prev {
    top: 50px;
    right: 140px;
}

.custom-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.custom-arrow--next.slick-disabled {
    top: 50px;
    right: 140px;
}

@media screen and (max-width: 576px)  {
    .custom-arrow {
        font-size: 18px;
    }

    .custom-arrow--next {
        right: 20px;
    }

    .custom-arrow--prev {
        top: 30px;
        right: 60px;
        transform: translateX(0);
    }

    .custom-arrow--next.slick-disabled {
        top: 30px;
        right: 60px;
    }

    .custom-arrow--prev.slick-disabled {
        transform: translateX(100px);
    }
}

/*way*/

.way__row {
    margin-bottom: 35px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid #232323;
}

.way__item {
    padding: 31px 19px 58px;
    display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid;
    border-right: 1px solid #232323;
}

.way__item:last-child {
    border: none;
}

.way__value {
    font-size: 60px;
    line-height: 1;
}

.way__text {
    margin: 134px 0 0;
    font-size: 20px;
    line-height: 1.2;
}

.way__caption {
    margin-bottom: 41px;

    text-align: right;
}

.way__point {
    font-size: 35px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .way__row {
        display: block;
    }

    .way__item {
        border-right: none;
        border-bottom: 1px solid #232323;
    }

    .way__text {
        margin-top: 63px;
    }
}

@media screen and (max-width: 576px) {
    .way__item {
        padding: 23px 15px 33px;
    }

    .way__caption {
        margin-bottom: 50px;
    }

    .way__point {
        font-size: 20px;
    }

    .way__point img {
        width: 116px;
    }

}

/*popup*/

.popup {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;

    background-color: rgba(0, 0, 0, 0.6);
}

.popup.active {
    display: flex;
}

.popup__content {
    max-height: 100%;
    max-width: 100%;
    width: 559px;
    height: 851px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding: 15px 15px 55px;

    background-color: #ffffff;
    border-radius: 3px;
}

.popup__img {
    display: block;
    margin-bottom: 30px;
    width: 100%;
    height: 542px;

    object-fit: cover;
}

.popup__caption-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;

    margin-bottom: 13px;
    padding-left: 9px;
}

.popup__caption {
    color: #232323;
    font-size: 30px;
    font-weight: 400;
    line-height: 120%;
}

.popup__date {
    padding: 10px;
    color: #ffffff;
    text-align: right;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;

    border-radius: 5px;
    background: #232323;
}

.popup__text {
    margin: 0 0 10px;
    padding-left: 9px;
    color: #232323;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.popup__list {
    list-style: none;
    margin: auto 0 0;
    padding: 0 0 0 9px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.popup__list li {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    gap: 0 27px;
    color: #232323;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.popup__list strong {
    font-size: 30px;
    line-height: 1;
}

@media screen and (max-width: 576px) {
    .popup__img {
        margin-bottom: 15px;
        height: 300px;
    }

    .popup__caption-row {
        padding-left: 0;
    }

    .popup__caption {
        font-size: 22px;
        line-height: 1.1;
    }

    .popup__date {
        padding: 5px;
        font-size: 20px;
    }

    .popup__text {
        padding-left: 0;
        font-size: 16px;
    }

    .popup__list {
        padding-left: 0;
    }

    .popup__list li {
        gap: 0 15px;
        color: #232323;
        font-size: 16px;
    }

    .popup__content {
        padding-bottom: 25px;
        height: 580px;
    }
}