@font-face {
    font-family: "Druk Cyr";
    font-weight: 900;
    src: url(../fonts/DrukCyr-Heavy.woff2) format("woff2")
}

@font-face {
    font-family: "PT Root UI";
    font-weight: 400;
    src: url(../fonts/pt-root-ui_regular.woff2) format("woff2")
}

@font-face {
    font-family: "PT Root UI";
    font-weight: 500;
    src: url(../fonts/pt-root-ui_medium.woff2) format("woff2")
}

@font-face {
    font-family: "PT Root UI";
    font-weight: 700;
    src: url(../fonts/pt-root-ui_bold.woff2) format("woff2")
}

:root {
    --text-icon-primary: #fff;
    --text-icon-primary-inverse: #000;
    --text-icon-secondary: #CCC;
    --text-icon-secondary-inverse: #333;
    --text-icon-tertiary: rgba(255, 255, 255, 0.40);
    --text-icon-transparent-white: rgba(255, 255, 255, 0.64);
    --text-icon-accent-primary: #E12F27;
    --bg-primary: #000;
    --bg-primaryInverse: #fff;
    --bg-secondary: #141414;
    --bg-accentPrimary: #E12F27;
    --bg-accentSecondary: #DC1D14;
    --bg-transparentBlurBlack: rgba(47, 47, 47, 0.32);
    --bg-transparentBlurBlack2: rgba(0, 0, 0, 0.64);
    --bg-transparentBlurGray: rgba(127, 127, 127, 0.16);
    --bg-tertiary: #333;
    --bg-quarternary: #5C5C5C;
    --border-primary: #1F1F1F;
    --border-white: #fff;
    --border-Dotted: #999;
    --border-accentPrimary: #DC1D14;
    --border-transparentBlack: rgba(255, 255, 255, 0.09)
}

.body-12m {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.body-12mu {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: .48px;
    text-transform: uppercase
}

.body-12bu {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: .48px;
    text-transform: uppercase
}

.body-14r {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

.body-14rp {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.body-14m {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px
}

.body-14mu {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: .56px;
    text-transform: uppercase
}

.body-14mp {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px
}

.body-16rp {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.body-16mp {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px
}

.body-18rp {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px
}

.body-18mp {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px
}

.body-18bp {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px
}

.h1 {
    font-family: "Druk Cyr";
    font-size: 148px;
    line-height: 132px;
    text-transform: uppercase
}

@media screen and (max-width: 1400px) {
    .h1 {
        font-size: 96px;
        line-height: 86px
    }
}

@media screen and (max-width: 768px) {
    .h1 {
        font-size: 54px;
        line-height: 48px
    }
}

.h2 {
    font-family: "Druk Cyr";
    font-size: 120px;
    line-height: 112px;
    text-transform: uppercase
}

@media screen and (max-width: 1400px) {
    .h2 {
        font-size: 72px;
        line-height: 68px
    }
}

@media screen and (max-width: 768px) {
    .h2 {
        font-size: 48px;
        line-height: 42px
    }
}

.h3 {
    font-family: "Druk Cyr";
    font-size: 96px;
    font-weight: 900;
    line-height: 86px;
    text-transform: uppercase
}

@media screen and (max-width: 1400px) {
    .h3 {
        font-size: 60px;
        line-height: 54px
    }
}

@media screen and (max-width: 768px) {
    .h3 {
        font-size: 40px;
        line-height: 36px
    }
}

.h4 {
    font-family: "Druk Cyr";
    font-size: 60px;
    font-weight: 900;
    line-height: 54px;
    text-transform: uppercase
}

@media screen and (max-width: 1400px) {
    .h4 {
        font-size: 40px;
        line-height: 36px
    }
}

@media screen and (max-width: 768px) {
    .h4 {
        font-size: 36px;
        line-height: 30px
    }
}

.h5 {
    font-family: "Druk Cyr";
    font-size: 40px;
    font-weight: 900;
    line-height: 36px;
    text-transform: uppercase
}

@media screen and (max-width: 1400px) {
    .h5 {
        font-size: 36px;
        line-height: 32px
    }
}

@media screen and (max-width: 768px) {
    .h5 {
        font-size: 30px;
        line-height: 30px
    }
}

.h6 {
    font-family: "Druk Cyr";
    font-size: 36px;
    font-weight: 900;
    line-height: 32px;
    text-transform: uppercase
}

@media screen and (max-width: 1400px) {
    .h6 {
        font-size: 30px;
        line-height: 30px
    }
}

@media screen and (max-width: 768px) {
    .h6 {
        font-size: 30px;
        line-height: 26px
    }
}

.h7 {
    font-family: "Druk Cyr";
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    text-transform: uppercase
}

@media screen and (max-width: 1400px) {
    .h7 {
        font-size: 26px;
        line-height: 24px
    }
}

@media screen and (max-width: 768px) {
    .h7 {
        font-size: 24px;
        line-height: 20px
    }
}

.h8 {
    font-family: "Druk Cyr";
    font-size: 26px;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase
}

@media screen and (max-width: 1400px) {
    .h8 {
        font-size: 22px;
        line-height: 20px
    }
}

@media screen and (max-width: 768px) {
    .h8 {
        font-size: 20px;
        line-height: 16px
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 1.0582010582vw;
    scrollbar-width: none
}

a {
    text-decoration: none;
    color: inherit
}

a, path {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

li, ul {
    list-style: none
}

img {
    max-width: 100%;
    height: auto;
    pointer-events: none
}

body {
    font-family: "PT Root UI";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: var(--text-icon-primary);
    background: var(--bg-primary)
}

.container {
    max-width: 1344px;
    padding: 0 48px;
    margin: 0 auto;
    width: 100%
}

@media screen and (max-width: 768px) {
    .container {
        padding: 0 24px
    }
}

.main-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 21px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    outline: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: var(--bg-accentPrimary);
    color: var(--text-icon-primary);
    cursor: pointer;
    -webkit-box-shadow: 0 0 32px 0 rgba(225, 47, 39, .64);
    box-shadow: 0 0 32px 0 rgba(225, 47, 39, .64);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.main-btn:hover {
    background: var(--bg-accentSecondary);
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent
}

@media screen and (max-width: 768px) {
    .main-btn {
        padding: 12px 18px
    }
}

.white-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 21px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    outline: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    color: #000;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.white-btn:hover {
    background: var(--bg-accentPrimary);
    color: #fff
}

@media screen and (max-width: 768px) {
    .white-btn {
        padding: 12px 18px
    }
}

.primary-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 21px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    outline: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: var(--bg-transparentBlurBlack);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.primary-btn:hover {
    background: var(--bg-primaryInverse);
    color: var(--text-icon-primary-inverse)
}

@media screen and (max-width: 768px) {
    .primary-btn {
        padding: 12px 18px
    }
}

.secondary-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 21px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    outline: 0;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    background: var(--bg-transparentBlurGray);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.secondary-btn:hover {
    background: var(--bg-primaryInverse);
    color: var(--text-icon-primary-inverse)
}

@media screen and (max-width: 768px) {
    .secondary-btn {
        padding: 12px 18px
    }
}

.ghost-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 21px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    outline: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: 0 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.ghost-btn:hover {
    background: var(--bg-transparentBlurGray)
}

@media screen and (max-width: 768px) {
    .ghost-btn {
        padding: 12px 18px
    }
}

.link {
    padding-bottom: 8px;
    border-bottom: 2px solid var(--bg-accentPrimary);
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.link:hover {
    color: var(--text-icon-accent-primary);
    border-bottom-color: transparent
}

@-webkit-keyframes newFadeInUp {
    from {
        opacity: 0;
        -webkit-transform: perspective(1000px) translate3d(0, 100%, 0) rotateX(-40deg);
        transform: perspective(1000px) translate3d(0, 100%, 0) rotateX(-40deg)
    }
    to {
        opacity: 1;
        -webkit-transform: perspective(1000px) translate3d(0, 0, 0) rotateX(0);
        transform: perspective(1000px) translate3d(0, 0, 0) rotateX(0)
    }
}

@keyframes newFadeInUp {
    from {
        opacity: 0;
        -webkit-transform: perspective(1000px) translate3d(0, 100%, 0) rotateX(-40deg);
        transform: perspective(1000px) translate3d(0, 100%, 0) rotateX(-40deg)
    }
    to {
        opacity: 1;
        -webkit-transform: perspective(1000px) translate3d(0, 0, 0) rotateX(0);
        transform: perspective(1000px) translate3d(0, 0, 0) rotateX(0)
    }
}

.newFadeInUp {
    -webkit-animation-name: newFadeInUp;
    animation-name: newFadeInUp;
    -webkit-transform-origin: center top;
    transform-origin: center top
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    left: 0;
    top: 0;
    background: var(--bg-primary);
    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;
    opacity: 1;
    pointer-events: none;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
    -webkit-animation-name: hide;
    animation-name: hide;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

.preloader img {
    width: 46px;
    height: 60px
}

.preloader-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.preloader-wrap-inner {
    position: absolute;
    overflow: hidden;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 46px;
    height: 0;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-name: preloader;
    animation-name: preloader;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

.preloader-wrap-inner img {
    position: absolute;
    left: 0;
    bottom: 0
}

@-webkit-keyframes preloader {
    from {
        height: 0
    }
    to {
        height: 60px
    }
}

@keyframes preloader {
    from {
        height: 0
    }
    to {
        height: 60px
    }
}

@-webkit-keyframes hide {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes hide {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}


.hero {
    position: sticky;
    height: 100vh;
    padding: 48px;
    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;
    left: 0;
    top: 0
}

.hero-box {
    height: 200vh;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.hero-title {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: 192px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none
}

.hero-title img {
    width: 100%
}

.hero-timer {
    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: 4px;
    position: relative;
    z-index: 4
}

.hero-timer .body-12mu {
    color: var(--text-icon-transparent-white)
}

.hero-timer-wrap {
    margin: 20px 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px
}

.hero-timer-wrap-item {
    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;
    text-align: center;
    gap: 6px;
    position: relative
}

.hero-timer-wrap-item:not(:last-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: calc(100% + 24px);
    top: 0;
    background: #fffFFF17
}

.hero-timer .main-btn, .hero-timer .primary-btn {
    width: 100%;
    max-width: 220px
}

.hero .h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 24px
}

.hero .h6 span {
    color: #4db45e;
    font-size: 14px;
    line-height: 18px;
    margin-left: 4px;
    margin-top: -10px;
    font-family: "PT Root UI";
    font-weight: 700;
    text-transform: uppercase
}

.hero .h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 24px
}

.hero .h1 span {
    color: #e12f27;
    font-size: 14px;
    line-height: 18px;
    margin-left: 4px;
    margin-top: 0;
    font-family: "PT Root UI";
    font-weight: 700;
    text-transform: uppercase
}

.hero .stories {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
    gap: 12px
}

.hero .stories-item {
    width: 96px;
    height: 96px;
    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;
    padding: 6px;
    border: 2px solid var(--border-primary);
    background: var(--bg-primary);
    cursor: pointer;
    z-index: 8;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.hero .stories-item img {
    border-radius: 50%;
    width: 84px;
    height: 84px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.hero .stories-item:hover {
    border-color: var(--bg-accentPrimary)
}

.hero .stories-item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.hero .stories-item.active {
    border-color: var(--border-primary)
}

.hero .stories-item.active img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.hero .gift {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    padding: 6px 6px 6px 12px;
    gap: 8px;
    position: relative;
    overflow: hidden;
    height: 60px;
    margin-top: 36px;
    max-width: 372px;
    width: 100%;
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px)
}

.hero .gift-line {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #2f2F2F52;
    width: 40%
}

.hero .gift p {
    width: calc(100% - 189px)
}

.hero .gift-img {
    width: 60px;
    height: 60px;
    margin-top: -8px
}

.hero .gift .gift-btn, .hero .gift p, .hero .gift-img {
    position: relative;
    z-index: 2
}

.hero .gift .gift-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    outline: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.hero .gift .gift-btn:hover {
    background: #fff;
    color: #000
}

@media screen and (max-width: 768px) {
    .hero .gift .gift-btn {
        padding: 12px 16px;
        border-radius: 8px;
        margin-top: 4px
    }
}

.hero-bgbefore {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero-bgbefore img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top
}

@media screen and (min-width: 1400px) {
    .hero-bgbefore::before {
        content: "";
        position: absolute;
        left: -10px;
        top: 0;
        background: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(0, 0, 0, 0)), to(#000));
        background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 50%, #000 100%);
        height: 100%;
        width: 250px
    }

    .hero-bgbefore::after {
        content: "";
        position: absolute;
        right: -10px;
        top: 0;
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), to(#000));
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #000 100%);
        height: 100%;
        width: 250px
    }
}

.hero-bgafter {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.hero-bgafter img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top
}

@media screen and (max-width: 768px) {
    .hero-bgafter {
        display: none
    }
}

.hero::after {
    content: "";
    width: 100%;
    height: 270px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3
}

@media screen and (min-width: 1400px) {
    .hero-bgafter, .hero-bgbefore {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 1700px
    }

    .hero-title {
        max-width: 1700px
    }
}

@media screen and (max-width: 1400px) {
    .hero-timer {
        margin-bottom: 138px
    }

    .hero-title {
        margin-top: 171px
    }

    .hero .stories-item {
        width: 84px;
        height: 84px
    }

    .hero .stories-item img {
        width: 72px;
        height: 72px
    }
}

@media screen and (max-width: 768px) {
    .hero {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 128px;
        padding-bottom: 0;
        height: auto;
        opacity: 1 !important;
        overflow: hidden
    }

    .hero-box {
        height: auto;
        position: static
    }

    .hero-title {
        width: calc(100% - 54px);
        margin-top: 172px;
        margin-bottom: 24px
    }

    .hero-bgbefore {
        height: auto
    }

    .hero .h1 {
        margin-bottom: 16px
    }

    .hero .h6 {
        margin-bottom: 14px
    }

    .hero-timer {
        margin-top: 0;
        margin-bottom: 54px
    }

    .hero-timer-wrap {
        gap: 40px;
        margin: 12px 0 20px
    }

    .hero-timer-wrap-item {
        gap: 4px
    }

    .hero-timer-wrap-item:not(:last-child)::after {
        width: 12px;
        height: 56px;
        background-size: cover
    }

    .hero-timer-wrap-item:not(:last-child)::before {
        left: calc(100% + 20px)
    }

    .hero .stories {
        position: static;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 24px;
        -webkit-transform: translateX(48px);
        transform: translateX(48px);
        gap: 0
    }

    .hero .stories-item {
        width: 64px;
        height: 64px
    }

    .hero .stories-item img {
        width: 52px;
        height: 52px
    }

    .hero .stories-item:nth-child(2) {
        -webkit-transform: translateX(-16px);
        transform: translateX(-16px);
        z-index: 7
    }

    .hero .stories-item:nth-child(3) {
        -webkit-transform: translateX(-32px);
        transform: translateX(-32px);
        z-index: 6
    }

    .hero .stories-item:nth-child(4) {
        -webkit-transform: translateX(-48px);
        transform: translateX(-48px);
        z-index: 5
    }

    .hero .stories-item:nth-child(5) {
        -webkit-transform: translateX(-64px);
        transform: translateX(-64px);
        z-index: 4
    }

    .hero .stories-item:nth-child(6) {
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px);
        z-index: 3
    }

    .hero .stories-item:nth-child(7) {
        -webkit-transform: translateX(-96px);
        transform: translateX(-96px);
        z-index: 2
    }

    .hero .main-btn {
        padding: 21px 24px
    }

    .hero .gift {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 0;
        padding: 0;
        gap: 12px;
        margin-top: 24px;
        max-width: 100%;
        width: 100%;
        -webkit-backdrop-filter: blur(0);
        backdrop-filter: blur(0);
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: center;
        height: auto
    }

    .hero .gift-img {
        margin-top: 0
    }

    .hero .gift-line {
        display: none
    }

    .hero .gift p {
        width: 100%
    }

    .hero::after {
        display: none
    }
}

@media screen and (max-width: 380px) {
    .hero .stories {
        overflow: auto;
        width: 100vw;
        padding-left: 24px;
        padding-right: 24px;
        -webkit-transform: none;
        transform: none;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 8px
    }

    .hero .stories-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-transform: none !important;
        transform: none !important
    }
}

.features {
    margin-top: 100vh;
    padding-top: 256px;
    padding-bottom: 201px
}

.features-wrap {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:1fr 1fr 1fr 1fr;
    grid-gap: 48px
}

.features-item {
    padding: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    min-height: 384px;
    height: 100%;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid var(--border-primary);
    background: var(--bg-primary);
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.features-item-wrap {
    position: relative
}

.features-item-wrap:nth-child(2), .features-item-wrap:nth-child(3), .features-item-wrap:nth-child(5) {
    grid-row: span 2
}

.features-item-wrap:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.features-item-wrap:first-child .h4 {
    margin-bottom: 36px
}

.features-item-wrap:first-child .features-img {
    right: 0;
    bottom: 0;
    max-height: 100%
}

.features-item-wrap:nth-child(2) .features-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.features-item-wrap:nth-child(3) .h3 {
    margin-bottom: 32px
}

.features-item-wrap:nth-child(3) .features-img {
    width: 300px;
    height: 300px;
    bottom: 48px;
    right: 48px
}

.features-item-wrap:nth-child(3) .features-item::after {
    content: "";
    width: 1200px;
    height: 1200px;
    position: absolute;
    left: 0;
    top: 244px;
    opacity: .36;
    background: radial-gradient(50% 50% at 50% 50%, #e12f27 0, rgba(225, 47, 39, 0) 100%)
}

.features-item-wrap:nth-child(4) span {
    max-width: 320px
}

.features-item-wrap:nth-child(4) .features-img {
    width: 342px;
    height: 342px;
    bottom: 0;
    right: -63px
}

.features-item-wrap:nth-child(5) .features-img {
    right: 0;
    bottom: 0;
    max-height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.features-item > * {
    position: relative;
    z-index: 2
}

.features-item .h3 {
    margin-bottom: 36px
}

.features-item .h4 {
    margin-bottom: 24px
}

.features-item .plus-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.features-item .plus-item::before {
    content: "";
    width: 48px;
    height: 48px;
    background: url(../img/plus.svg) no-repeat center/cover;
    margin-right: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.features-item:hover {
    -webkit-transform: perspective(800px) scale(.95);
    transform: perspective(800px) scale(.95)
}

.features-item:hover .video-link {
    background-color: #e12f27;
    color: #fff
}

.features-item:hover .video-link path {
    fill: #fff
}

.features .video-link {
    padding: 12px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 8px;
    color: #000;
    position: absolute;
    bottom: 48px;
    left: 48px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.features .video-link:hover {
    background-color: #e12f27;
    color: #fff
}

.features .video-link:hover path {
    fill: #fff
}

.features-img {
    position: absolute;
    z-index: 1
}

.features-span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px
}

.features-span:not(:last-child) {
    margin-bottom: 24px
}

.features .primary-btn {
    padding: 12px 18px;
    margin-top: 36px
}

.features span {
    color: var(--text-icon-secondary)
}

@media screen and (max-width: 1400px) {
    .features {
        padding-top: 128px;
        padding-bottom: 31px
    }

    .features-wrap {
        grid-gap: 24px
    }

    .features-item {
        min-height: 348px;
        max-height: 660px
    }

    .features-item-wrap:first-child .features-img {
        right: -83px
    }

    .features-item-wrap:nth-child(3) {
        max-height: 600px
    }

    .features-item-wrap:nth-child(3) .features-img {
        width: 148px;
        height: 148px
    }

    .features-item-wrap:nth-child(3) .features-item::after {
        width: 904px;
        height: 904px;
        top: 195px
    }

    .features-item-wrap:nth-child(4) {
        margin-top: -121px;
        max-height: 348px
    }

    .features-item-wrap:nth-child(4) .features-img {
        width: 206px;
        height: 206px;
        bottom: -24px;
        right: -7px
    }

    .features-item-wrap:nth-child(5) {
        margin-top: -61px
    }

    .features-item .plus-item::before {
        width: 36px;
        height: 36px
    }
}

@media screen and (max-width: 768px) {
    .features {
        padding-top: 64px;
        padding-bottom: 64px;
        margin-top: 0
    }

    .features-wrap {
        grid-gap: 12px;
        grid-template-columns:1fr;
        grid-template-rows:auto
    }

    .features-item {
        min-height: 274px;
        padding: 24px
    }

    .features-item .h3, .features-item .h4 {
        margin-bottom: 18px !important
    }

    .features-item-wrap:first-child .features-img {
        right: -56px
    }

    .features-item-wrap:nth-child(2) {
        min-height: 350px
    }

    .features-item-wrap:nth-child(3) {
        min-height: 480px
    }

    .features-item-wrap:nth-child(3) .features-img {
        width: 140px;
        height: 140px;
        right: 24px;
        bottom: 24px
    }

    .features-item-wrap:nth-child(3) .features-item::after {
        width: 626px;
        height: 626px;
        top: 171px
    }

    .features-item-wrap:nth-child(4) {
        margin-top: 0;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        min-height: 350px
    }

    .features-item-wrap:nth-child(4) .features-img {
        bottom: -22px;
        right: -6px
    }

    .features-item-wrap:nth-child(5) {
        margin-top: 0;
        min-height: 400px
    }

    .features-item .plus-item::before {
        width: 24px;
        height: 24px;
        margin-right: 8px
    }

    .features .video-link {
        bottom: 24px;
        left: 24px
    }

    .features-span:not(:last-child) {
        margin-bottom: 18px
    }

    .features .primary-btn {
        margin-top: 18px
    }
}

.minuses {
    margin: 70px 0;
    padding-top: 183px;
    padding-bottom: 256px;
    position: relative;
    overflow: hidden
}

.minuses-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 201px);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: -webkit-image-set(url("../img/minuses.webp") type("image/webp"), url("../img/minuses.png") type("image/png"));
    background-image: image-set(url("../img/minuses.webp") type("image/webp"), url("../img/minuses.png") type("image/png"))
}

.minuses-list {
    width: calc(50% - 24px);
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 3
}

.minuses-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    opacity: .2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.minuses-list-item span {
    color: var(--text-icon-secondary);
    width: 20px
}

.minuses-list-item.active {
    opacity: 1
}

.minuses .h4 {
    font-size: 48px;
    line-height: 44px
}

@media screen and (max-width: 1400px) {
    .minuses {
        padding-bottom: 128px;
        padding-top: 64px
    }

    .minuses-bg {
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px);
        height: 100%
    }

    .minuses .h4 {
        font-size: 30px;
        line-height: 30px
    }
}

@media screen and (max-width: 768px) {
    .minuses {
        padding-top: 0;
        padding-bottom: 64px;
        margin: 64px 0 0
    }

    .minuses-bg {
        display: none
    }

    .minuses-list {
        width: 100%;
        margin-left: 0;
        gap: 4px
    }

    .minuses-list-item {
        gap: 18px
    }
}

.banner {
    position: relative;
    padding: 128px 0;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    cursor: pointer;
    opacity: 0
}

.banner-bgbefore {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.banner-bgbefore img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top
}

@media screen and (min-width: 1400px) {
    .banner-bgbefore {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 1800px
    }
}

.banner-bgafter {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .9s ease;
    transition: all .9s ease
}

.banner-bgafter img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top
}

.banner-bgafter.active {
    opacity: 1
}

.banner_animation .banner-bgbefore {
    max-width: 100%;
    left: 0;
    -webkit-transform: none;
    transform: none
}

.banner canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.banner .container {
    position: relative;
    z-index: 4
}

.banner .h1 {
    margin-bottom: 48px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.banner .h1:hover {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.banner-wrap {
    margin-top: 100px
}

.banner .btns {
    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: 12px
}

.banner .btns > * {
    min-width: 220px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media screen and (min-width: 1400px) {
    .banner {
        height: auto;
        padding-top: 620px
    }
}

@media screen and (max-width: 1400px) {
    .banner-wrap {
        -webkit-transform: none !important;
        transform: none !important;
        margin-top: 0
    }
}

@media screen and (max-width: 768px) {
    .banner {
        height: auto;
        min-height: 500px;
        padding: 36px 0
    }

    .banner .h1 {
        margin-bottom: 24px
    }

    .banner .btns {
        gap: 8px;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .banner .btns > * {
        width: calc(50% - 4px);
        min-width: 1px;
        padding: 12px 14px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 152px
    }
}

.faq {
    padding: 170px 0;
    overflow: hidden
}

.faq .ice {
    pointer-events: none;
    z-index: 2
}

.faq .ice1 {
    position: absolute;
    width: 224px;
    height: 338px;
    top: -40px;
    right: -40px
}

.faq .ice2 {
    position: absolute;
    width: 351px;
    height: 470px;
    top: 310px;
    left: 291px
}

.faq .ice3 {
    position: absolute;
    width: 153px;
    height: 124px;
    top: -40px;
    right: 470px
}

.faq .ice4 {
    position: absolute;
    width: 185px;
    height: 155px;
    top: 290px;
    right: -126px
}

.faq .ice5 {
    position: absolute;
    width: 183px;
    height: 151px;
    top: 540px;
    left: -96px
}

.faq .container {
    position: relative
}

.faq-nav {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 64px
}

.faq-nav-item {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

.faq-nav-item:hover {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.faq-nav-item.active {
    color: var(--text-icon-accent-primary);
    -webkit-transform: none;
    transform: none
}

.faq-wrap {
    max-width: 492px;
    margin-left: auto;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 3
}

.faq-content {
    color: #fffFFFA3
}

.faq-content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    min-height: 400px
}

.faq-content .main-btn {
    margin-top: 48px;
    max-width: 220px
}

@media screen and (max-width: 1400px) {
    .faq {
        padding: 128px 0
    }

    .faq .ice1 {
        width: 112px;
        height: 169px;
        top: -95px;
        right: 90px
    }

    .faq .ice2 {
        width: 185.5px;
        height: 245px;
        top: 340px;
        left: 180px
    }

    .faq .ice3 {
        width: 76.5px;
        height: 62px;
        top: -13px;
        right: 360px
    }

    .faq .ice4 {
        width: 92.5px;
        height: 77.5px;
        top: 194px;
        right: 70px
    }

    .faq .ice5 {
        width: 91.5px;
        height: 75.5px;
        left: 42px
    }

    .faq-nav {
        margin-bottom: 48px
    }

    .faq-wrap {
        max-width: 396px
    }
}

@media screen and (max-width: 768px) {
    .faq {
        padding: 64px 0 0
    }

    .faq .ice {
        display: none
    }

    .faq-nav {
        margin-bottom: 24px;
        gap: 4px
    }

    .faq-wrap {
        max-width: 100%;
        margin-left: 0
    }

    .faq-content .main-btn {
        margin-top: 24px
    }
}

.news {
    padding: 128px 0 64px
}

.news .container {
    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
}

.news .h2 {
    margin-bottom: 64px;
    text-align: center
}

.news-nav {
    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;
    margin-bottom: 64px;
    padding: 4px;
    border-radius: 12px;
    background: var(--bg-secondary);
    gap: 4px
}

.news-nav-item {
    padding: 17px 24px;
    border-radius: 8px;
    color: var(--text-icon-tertiary);
    cursor: pointer
}

.news-nav-item.active {
    color: var(--text-icon-primary);
    background: var(--bg-accentPrimary);
    -webkit-box-shadow: 0 0 32px 0 rgba(225, 47, 39, .64);
    box-shadow: 0 0 32px 0 rgba(225, 47, 39, .64)
}

.news-tab {
    margin-bottom: 64px;
    width: 100%
}

.news-tab-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px
}

.news-tab-row .article-item {
    width: calc(33.3333333333% - 32px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.news-tab-row .article-item .tag {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 10px;
    border-radius: 8px;
    border: 1px solid var(--border-Dotted, #999);
    background: var(--bg-primaryInverse, #fff);
    color: var(--text-icon-secondary-inverse)
}

.news-tab-row .article-item img {
    width: 100%;
    height: 280px;
    border-radius: 18px;
    margin-bottom: 24px;
    border: 1px solid var(--border-transparentBlack);
    -o-object-fit: cover;
    object-fit: cover
}

.news-tab-row .article-item .h5 {
    margin-bottom: 12px
}

.news-tab-row .article-item span {
    color: var(--text-icon-secondary)
}

.news-tab-row .article-item:hover {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.news .secondary-btn {
    min-width: 220px
}

@media screen and (max-width: 1400px) {
    .news {
        padding: 128px 0
    }

    .news .h2 {
        margin-bottom: 48px
    }

    .news-nav {
        margin-bottom: 48px
    }

    .news-tab {
        margin-bottom: 48px
    }

    .news-tab-row {
        gap: 24px
    }

    .news-tab-row .article-item {
        width: calc(33.3333333333% - 16px)
    }

    .news-tab-row .article-item img {
        height: 210px
    }
}

@media screen and (max-width: 768px) {
    .news {
        padding: 64px 0;
        overflow: hidden
    }

    .news .h2 {
        margin-bottom: 24px
    }

    .news-nav {
        margin-bottom: 28px;
        width: 100vw;
        background: 0 0;
        border-radius: 0;
        overflow: auto;
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 24px;
        padding-right: 24px
    }

    .news-nav::-webkit-scrollbar {
        opacity: 0
    }

    .news-nav-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        background: var(--bg-secondary);
        padding: 12px 18px
    }

    .news-tab {
        margin-bottom: 24px
    }

    .news-tab-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 18px
    }

    .news-tab-row .article-item {
        width: 100%
    }

    .news-tab-row .article-item img {
        height: 220px;
        margin-bottom: 12px
    }

    .news-tab-row .article-item .h5 {
        margin-bottom: 8px
    }

    .news .secondary-btn {
        min-width: 1px
    }
}

@media screen and (max-width: 550px) {
    .news-nav {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.contacts {
    position: relative;
    padding-top: 70px
}

.contacts_space {
    margin-top: 256px
}

.contacts-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.contacts-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 30%;
    object-position: center 30%
}

@media screen and (min-width: 1400px) {
    .contacts-bg {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 1800px;
        max-height: 1080px
    }
}

.contacts::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(80%, rgba(0, 0, 0, 0)), to(#000)), -webkit-gradient(linear, left top, right top, color-stop(80%, rgba(0, 0, 0, 0)), to(#000)), -webkit-gradient(linear, left top, right top, from(#000), color-stop(40%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, left top, color-stop(70%, rgba(0, 0, 0, 0)), to(#000)), -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 80%, #000 100%), linear-gradient(90deg, rgba(0, 0, 0, 0) 80%, #000 100%), linear-gradient(90deg, #000 0, rgba(0, 0, 0, 0) 40%), linear-gradient(360deg, rgba(0, 0, 0, 0) 70%, #000 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #000 100%)
}

@media screen and (min-width: 1400px) {
    .contacts::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 1800px;
        max-height: 990px
    }
}

.contacts .container {
    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;
    position: relative;
    z-index: 3
}

.contacts .h2 {
    margin-bottom: 64px;
    text-align: center;
    opacity: 0
}

.contacts .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    width: 100%;
    margin-bottom: 128px
}

.contacts .socials-item {
    padding: 64px;
    width: calc(25% - 36px);
    border-radius: 36px;
    border: 1px solid var(--border-transparentBlack);
    background: var(--bg-transparentBlurBlack2);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    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;
    position: relative;
    gap: 36px;
    height: 574px
}

.contacts .socials-item-inner {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    position: absolute;
    bottom: 64px;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    left: 50%;
    bottom: 64px;
    -webkit-transform: rotate(-90deg) translateY(50%);
    transform: rotate(-90deg) translateY(50%)
}

.contacts .socials-item-inner span {
    opacity: .5
}

.contacts .socials-item:nth-child(2), .contacts .socials-item:nth-child(3) {
    margin-top: 48px
}

.contacts .socials-item:hover {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.contacts-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px
}

.contacts-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contacts-menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 21px 0;
    position: relative;
    opacity: .4
}

.contacts-menu-item a::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--bg-accentPrimary);
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.contacts-menu-item a:hover {
    opacity: 1
}

.contacts-menu-item a:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media screen and (max-width: 1400px) {
    .contacts .socials {
        gap: 24px;
        margin-bottom: 64px
    }

    .contacts .socials-item {
        width: calc(25% - 18px);
        height: 480px
    }

    .contacts_space {
        margin-top: 128px
    }
}

@media screen and (max-width: 940px) {
    .contacts-menu {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .contacts {
        padding-bottom: 64px;
        padding-top: 128px
    }

    .contacts_space {
        margin-top: 64px
    }

    .contacts .h2 {
        margin-bottom: 36px
    }

    .contacts .socials {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 0
    }

    .contacts .socials-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 24px;
        width: 100%;
        border-radius: 36px;
        gap: 24px;
        border-radius: 12px;
        height: auto
    }

    .contacts .socials-item img {
        width: 48px;
        height: 48px
    }

    .contacts .socials-item-inner {
        gap: 8px;
        position: static;
        left: auto;
        bottom: auto;
        -webkit-transform: none;
        transform: none
    }

    .contacts .socials-item-inner span {
        opacity: .5
    }

    .contacts .socials-item:nth-child(2), .contacts .socials-item:nth-child(3) {
        margin-top: 0
    }
}

.footer {
    border-top: 1px solid var(--border-primary);
    padding: 48px;
    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: 24px
}

.footer-left, .footer-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-left .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 24px;
    opacity: 1 !important
}

.footer-left .logo:hover path:nth-child(2), .footer-left .logo:hover path:nth-child(3) {
    fill: var(--text-icon-primary)
}

.footer-left .logo:hover path:nth-child(1), .footer-left .logo:hover path:nth-child(4) {
    fill: var(--bg-accentPrimary)
}

.footer-left p {
    max-width: 250px
}

.footer-mid {
    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: 12px
}

.footer-mid-partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

.footer-mid-partners img, .footer-mid-partners svg {
    width: 48px;
    height: 48px;
    cursor: pointer
}

.footer-mid-partners-item {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 1 !important
}

.footer-mid-partners-item rect {
    fill: transparent;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}


.footer-mid-partners-item:hover {
    scale: 1.1;
}

.footer-mid p {
    text-align: center
}

.footer-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 6px
}

.footer a, .footer p {
    opacity: .4
}

.footer a:hover {
    opacity: 1
}

@media screen and (max-width: 940px) {
    .footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 18px;
        padding: 64px 24px
    }

    .footer-left, .footer-mid, .footer-right {
        width: 100%;
        text-align: center
    }

    .footer-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-left .logo {
        margin-right: 0;
        margin-bottom: 18px
    }

    .footer-mid {
        gap: 12px
    }

    .footer-mid-partners {
        gap: 12px
    }

    .footer-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 6px
    }
}

.files {
    position: relative;
    height: 100vh;
    padding: 48px;
    padding-top: 156px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.files-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.files-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top
}

.files-head {
    position: relative;
    z-index: 2;
    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-bottom: 48px;
    gap: 48px
}

.files-head span {
    max-width: 360px;
    color: var(--text-icon-tertiary)
}

.files-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.files-wrap-left {
    width: calc(50% - 24px)
}

.files-wrap-left .files-wrap-item {
    height: 100%
}

.files-wrap-left .files-wrap-item .files-icon {
    right: auto;
    left: 48px
}

.files-wrap-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(50% - 24px);
    gap: 48px
}

.files-wrap-right .files-wrap-item {
    width: calc(50% - 24px)
}

.files-wrap-right .files-wrap-item:first-child {
    width: 100%
}

.files-wrap-item {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    border-radius: 18px;
    border: 1px solid var(--border-primary);
    background: var(--bg-primary);
    padding: 48px;
    overflow: hidden
}

.files-wrap-item > * {
    position: relative;
    z-index: 2
}

.files-wrap-item .h3 {
    margin-bottom: 24px
}

.files-wrap-item .h6 {
    margin-bottom: 16px
}

.files-wrap-item span {
    margin-bottom: 48px;
    color: var(--text-icon-transparent-white)
}

.files-wrap-item .files-img {
    position: absolute;
    right: 0;
    bottom: -95px;
    width: 615px;
    height: 685px;
    z-index: 1
}

.files-wrap-item .files-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.files-wrap-item .files-icon {
    position: absolute;
    width: 64px;
    height: 64px;
    bottom: 48px;
    right: 48px
}

.files-wrap-item .main-btn {
    min-width: 220px
}

.files-wrap-item .primary-btn {
    margin-top: auto
}

.files-wrap-item:hover {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

@media screen and (min-width: 1400px) and (max-height: 1020px) {
    .files {
        padding-top: 120px
    }

    .files .h2 {
        font-size: 72px;
        line-height: 68px
    }

    .files .h3 {
        font-size: 60px;
        line-height: 54px
    }

    .files .h6 {
        font-size: 30px;
        line-height: 30px
    }

    .files-wrap-left {
        width: calc(50% - 12px)
    }

    .files-wrap-left .files-wrap-item .files-icon {
        right: auto;
        left: 36px;
        width: 84px;
        height: 84px
    }

    .files-wrap-right {
        width: calc(50% - 12px);
        gap: 24px
    }

    .files-wrap-item {
        padding: 36px
    }

    .files-wrap-item span {
        margin-bottom: 36px
    }

    .files-wrap-item .files-img {
        bottom: -75px;
        width: 583px;
        height: 649px;
        max-height: 95%
    }

    .files-wrap-item .files-icon {
        width: 48px;
        height: 48px;
        bottom: 36px;
        right: 36px
    }
}

@media screen and (max-width: 1400px) {
    .files {
        min-height: 100vh;
        height: auto
    }

    .files-wrap-left {
        width: calc(50% - 12px)
    }

    .files-wrap-left .files-wrap-item .files-icon {
        right: auto;
        left: 36px;
        width: 84px;
        height: 84px
    }

    .files-wrap-right {
        width: calc(50% - 12px);
        gap: 24px
    }

    .files-wrap-right .files-wrap-item {
        width: 100%
    }

    .files-wrap-item {
        padding: 36px;
        min-height: 270px
    }

    .files-wrap-item span {
        margin-bottom: 36px
    }

    .files-wrap-item .files-img {
        right: 50%;
        -webkit-transform: translate(50%);
        transform: translate(50%);
        bottom: -75px;
        width: 583px;
        height: 649px
    }

    .files-wrap-item .files-icon {
        width: 48px;
        height: 48px;
        bottom: 36px;
        right: 36px
    }
}

@media screen and (max-width: 768px) {
    .files {
        padding: 74px 24px 64px
    }

    .files-head {
        -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: 18px;
        margin-bottom: 24px
    }

    .files-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px
    }

    .files-wrap-left {
        width: 100%
    }

    .files-wrap-left .files-wrap-item {
        min-height: 368px
    }

    .files-wrap-left .files-wrap-item .files-icon {
        right: auto;
        left: 24px;
        width: 48px;
        height: 48px
    }

    .files-wrap-right {
        width: 100%;
        gap: 12px
    }

    .files-wrap-item {
        padding: 24px;
        min-height: 184px
    }

    .files-wrap-item span {
        margin-bottom: 18px
    }

    .files-wrap-item .files-img {
        right: -126px;
        -webkit-transform: none;
        transform: none;
        bottom: -106px;
        width: 376px;
        height: 376px
    }

    .files-wrap-item .files-icon {
        width: 36px;
        height: 36px;
        bottom: 24px;
        right: 24px
    }

    .files-wrap-item .main-btn {
        min-width: 112px
    }
}

.wiki {
    height: 100vh;
    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;
    text-align: center;
    position: relative;
    padding: 48px 48px 64px
}

.wiki > * {
    position: relative;
    z-index: 3
}

.wiki-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.wiki-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom
}

.wiki p {
    margin-top: auto;
    padding: 96px 0;
    max-width: 480px
}

.wiki-text {
    position: relative;
    width: 100%;
    max-width: 70%;
    max-height: calc(100% - 300px)
}

.wiki-logo {
    position: absolute;
    width: auto;
    max-width: 276px;
    height: 276px;
    bottom: 60%;
    left: 71%;
    max-height: 60%
}

.wiki-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.wiki-title {
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 50% calc(100% + 356px);
    transform-origin: 50% calc(100% + 356px);
    position: relative
}

@media screen and (max-width: 1400px) {
    .wiki p {
        padding: 52px 0;
        margin-bottom: 48px
    }

    .wiki-logo {
        width: 140px;
        height: 140px;
        top: -20px;
        left: 71%;
        bottom: auto;
        max-height: none
    }

    .wiki-title {
        -webkit-transform-origin: 50% calc(100% + 256px);
        transform-origin: 50% calc(100% + 256px)
    }

    .wiki-text {
        max-width: 100%
    }
}

@media screen and (max-width: 768px) {
    .wiki {
        min-height: 1px;
        height: calc(var(--vh, 1vh) * 100);
        padding: 24px 24px 64px
    }

    .wiki-title {
        -webkit-transform-origin: 50% calc(100% + 256px);
        transform-origin: 50% calc(100% + 256px)
    }

    .wiki-text {
        z-index: 10
    }

    .wiki p {
        padding: 80px 0;
        margin-bottom: 24px
    }

    .wiki-logo {
        width: 64px;
        height: 64px;
        top: -16px;
        left: 71%;
        z-index: 11
    }
}

.default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 256px 0;
    position: relative
}

.default-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.default_single {
    padding-top: 204px;
    padding-bottom: 0 !important;
    margin-bottom: 12.8125rem
}

.default-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid var(--border-primary);
    background: var(--bg-transparentBlurBlack2);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    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;
    z-index: 4;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.default-nav.stop {
    position: absolute
}

.default-nav-item {
    padding: 20px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    opacity: .4;
    position: relative;
    cursor: pointer;
    border-top: 2px solid transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.default-nav-item:hover {
    background: var(--bg-transparentBlurGray);
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    opacity: 1
}

.default-nav-item.active {
    background: var(--bg-transparentBlurGray);
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    border-color: var(--border-accentPrimary);
    opacity: 1
}

.default-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 48px
}

.default .lines {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5
}

.default .lines-top {
    width: 100%;
    height: 9.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.default .lines-top .line {
    height: 13.125rem;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

.default .lines-top .line-left {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 9.3125rem
}

.default .lines-top .line-right {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 9.3125rem
}

.default .lines-mid {
    margin-top: 3.8125rem;
    width: 100%;
    height: calc(100% - 13.125rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.default .lines-mid .line {
    height: 100%
}

.default .lines-mid .line-left {
    margin-left: 9.3125rem
}

.default .lines-mid .line-right {
    margin-right: 9.3125rem
}

.default .lines-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 41.8125rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.default .lines-bot .line {
    height: 100%;
    -webkit-transform-origin: top;
    transform-origin: top
}

.default .lines-bot .line-left {
    margin-left: 9.3125rem;
    rotate: -65deg
}

.default .lines-bot .line-right {
    margin-right: 9.3125rem;
    rotate: 65deg
}

.default .lines .line {
    background: var(--border-primary);
    width: 1px;
    position: relative;
    overflow: hidden
}

.default .lines .line-current {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    background-color: var(--border-white);
    -webkit-transition: linear;
    transition: linear
}

.default-wrap {
    max-width: 768px;
    margin: 0 auto;
    width: 100%;
    padding: 0 36px;
    position: relative;
    overflow: hidden
}

.default-wrap-head {
    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;
    text-align: center;
    gap: 36px;
    margin-bottom: 128px
}

.default-wrap span {
    color: var(--text-icon-tertiary)
}

.default-title {
    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;
    max-width: 1080px;
    padding: 0 24px;
    margin: 0 auto 48px;
    text-align: center;
    position: relative
}

.default-title-close {
    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: 12px;
    text-align: center;
    margin-bottom: 48px;
    cursor: pointer
}

.default-title-close svg {
    width: 24px;
    height: 24px
}

.default-title-close svg path {
    fill: var(--text-icon-primary)
}

.default-title .h3 {
    margin-bottom: 24px
}

.default-title span {
    color: var(--text-icon-transparent-white)
}

.default-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.default-content-item:not(:last-child) {
    margin-bottom: 96px
}

.default-content-item-head {
    border-top: 1px solid var(--border-primary);
    border-bottom: 1px solid var(--border-primary);
    padding: 48px;
    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;
    margin-bottom: 96px;
    gap: 16px
}

.default-content-item-head img {
    width: 76px;
    height: 76px
}

.default-content-item .default-image {
    position: relative
}

.default-content-item .default-image .tag {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 4px 10px;
    border-radius: 8px;
    border: 1px solid var(--border-Dotted, #999);
    background: var(--bg-primaryInverse, #fff);
    color: var(--text-icon-secondary-inverse)
}

.default-content-item .default-image img {
    max-height: 440px
}

.default-content-item picture {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.default-content-item picture img {
    width: 100%;
    border-radius: 18px;
    border: 1px solid var(--border-transparentBlack);
    overflow: hidden;
    margin-bottom: 64px;
    -o-object-fit: cover;
    object-fit: cover
}

.default-content-item picture span {
    margin-top: 12px;
    color: var(--text-icon-transparent-white)
}

.default-content-item picture.picture {
    margin: 48px 0
}

.default-content-item picture.picture img {
    margin-bottom: 0
}

.default-content-item .h5 {
    margin-top: 36px
}

.default-content-item .icon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 48px 0;
    gap: 12px;
    width: 100%
}

.default-content-item .icon-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.default-content-item .icon-list-item img {
    width: 40px;
    height: 40px;
    margin-right: 16px
}

.default-content-item .icon-list-item p {
    width: calc(100% - 56px)
}

.default-content-item .row {
    margin-bottom: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 48px
}

.default-content-item .row-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 24px)
}

.default-content-item .row-item img {
    border-radius: 0;
    margin-bottom: 0
}

.default-content-item a {
    color: var(--text-icon-accent-primary)
}

.default-content-item .h6 {
    margin-top: 64px;
    margin-bottom: 36px
}

.default-content-item .h7, .default-content-item .h8 {
    margin-bottom: 36px
}

.default-content-item ul {
    margin-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.default-content-item ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px
}

.default-content-item ul li::before {
    content: "";
    margin: 10px;
    width: 6px;
    height: 6px;
    min-width: 6px;
    background: var(--text-icon-accent-primary)
}

.default-content-item ol {
    margin-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    counter-reset: my-counter
}

.default-content-item ol li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    counter-increment: my-counter
}

.default-content-item ol li::before {
    content: counter(my-counter) ". ";
    width: 26px;
    height: 27px;
    min-width: 26px;
    font: inherit;
    opacity: .64
}

.default-content-item .info {
    padding: 24px;
    border-radius: 18px;
    background: var(--bg-secondary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 64px 0;
    gap: 24px
}

.default-content-item .info::before {
    content: "";
    background: url(../img/warning.svg) no-repeat center/cover;
    width: 32px;
    height: 32px
}

.default-content-item .info p {
    width: calc(100% - 56px)
}

.default-content-item .info:last-child {
    margin-bottom: 0
}

.default-content-item table {
    border-collapse: collapse;
    width: 100%;
    margin: 36px 0;
    table-layout: fixed
}

.default-content-item table th {
    color: var(--text-icon-primary);
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #1f1f1f
}

.default-content-item table td {
    padding: 12.5px;
    color: var(--text-icon-secondary, #ccc)
}

.default-content-item table td:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.default-content-item table td img {
    width: 40px;
    height: 40px;
    margin-right: 8px
}

.default-content-item table tr {
    border-bottom: 1px solid #1f1f1f
}

.default-content-item table a {
    color: var(--text-icon-accent-primary)
}

.default-anchor, .default-left {
    width: calc((100% - 768px - 96px) / 2)
}

.default-anchor {
    position: sticky;
    right: 0;
    top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 48px;
    gap: 48px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.default-anchor.top {
    top: 129px
}

.default-anchor-item {
    display: none
}

.default-anchor-item.active {
    opacity: 1 !important;
    display: block !important
}

.default-anchor-item-head {
    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: 12px;
    margin-bottom: 32px
}

.default-anchor-item-head img {
    width: 30px;
    height: 30px
}

.default-anchor-item-list {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
    gap: 16px
}

.default-anchor-item-list a {
    opacity: .4
}

.default-anchor-item-list a:hover {
    opacity: 1
}

.default-anchor-item-list a.active {
    opacity: 1;
    color: var(--text-icon-accent-primary)
}

@media screen and (max-width: 1400px) {
    .default {
        padding: 128px 0
    }

    .default_single {
        padding-top: 156px;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .default-anchor, .default-left {
        display: none
    }

    .default-box {
        gap: 0;
        padding: 0 24px
    }

    .default-title {
        margin: 0 auto 36px
    }

    .default-title-close {
        margin-bottom: 36px
    }

    .default-wrap {
        max-width: 610px;
        padding: 0
    }

    .default-wrap-head {
        gap: 36px;
        margin-bottom: 48px
    }

    .default-content-item:not(:last-child) {
        margin-bottom: 48px
    }

    .default-content-item-head {
        padding: 36px;
        margin-bottom: 48px
    }

    .default-content-item-head img {
        width: 48px;
        height: 48px
    }

    .default-content-item picture {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .default-content-item picture img {
        margin-bottom: 48px
    }

    .default-content-item picture.picture {
        margin: 36px 0
    }

    .default-content-item picture.picture img {
        margin-bottom: 0
    }

    .default-content-item .row {
        margin-bottom: 24px;
        gap: 24px
    }

    .default-content-item .row-item {
        width: calc(50% - 12px)
    }

    .default-content-item .h6 {
        margin-top: 48px
    }

    .default-content-item .info {
        margin: 48px 0
    }

    .default .lines {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .default {
        padding-top: 106px;
        padding-bottom: 64px
    }

    .default_single {
        padding-top: 74px
    }

    .default-title {
        margin: 0 auto 24px
    }

    .default-title-close {
        margin-bottom: 24px
    }

    .default-nav {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .default-nav-item {
        gap: 8px
    }

    .default-wrap-head {
        gap: 24px;
        margin-bottom: 32px
    }

    .default-content-item:not(:last-child) {
        margin-bottom: 36px
    }

    .default-content-item-head {
        padding: 24px 0;
        margin-bottom: 36px
    }

    .default-content-item-head img {
        width: 40px;
        height: 40px
    }

    .default-content-item picture img {
        margin-bottom: 36px
    }

    .default-content-item picture.picture {
        margin: 24px 0
    }

    .default-content-item picture.picture img {
        margin-bottom: 0
    }

    .default-content-item .icon-list {
        margin: 24px 0
    }

    .default-content-item .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .default-content-item .row-item {
        width: 100%
    }

    .default-content-item .h6 {
        margin-top: 36px;
        margin-bottom: 24px
    }

    .default-content-item .h7, .default-content-item .h8 {
        margin-bottom: 24px
    }

    .default-content-item .info {
        -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;
        margin: 36px 0;
        gap: 12px
    }

    .default-content-item .info p {
        width: 100%
    }

    .default-content-item .table-wrap {
        width: 100vw;
        margin-left: -24px;
        padding-left: 24px;
        padding-right: 24px;
        overflow: auto;
        margin-top: 36px;
        margin-bottom: 36px
    }

    .default-content-item table {
        min-width: 610px;
        margin: 0
    }
}

@media screen and (max-width: 550px) {
    .default {
        overflow: hidden
    }

    .default-nav {
        overflow: auto;
        width: 100vw;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        scrollbar-width: none
    }

    .default-nav::-webkit-scrollbar {
        opacity: 0;
        width: 0;
        height: 0
    }

    .default-nav-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.s404 {
    position: relative;
    padding: 209px 24px 101px;
    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;
    height: calc(100vh - 200px);
    min-height: 780px
}

.s404-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.s404-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.s404-wrap {
    position: relative;
    z-index: 2;
    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;
    text-align: center
}

.s404-wrap .s404-img {
    margin-bottom: 32px;
    width: 256px;
    height: 256px
}

.s404-wrap .h1 {
    margin-bottom: 36px
}

.s404-wrap .primary-btn {
    margin-top: 36px;
    min-width: 220px
}

@media screen and (max-width: 1400px) {
    .s404 {
        padding-top: 180px;
        padding-bottom: 72px
    }

    .s404-wrap .s404-img {
        width: 148px;
        height: 148px
    }

    .s404-wrap .h1 {
        margin-bottom: 24px
    }

    .s404-wrap .primary-btn {
        margin-top: 24px
    }
}

@media screen and (max-width: 768px) {
    .s404 {
        padding-top: 74px;
        padding-bottom: 24px;
        height: auto;
        min-height: 1px
    }

    .s404-wrap .s404-img {
        width: 96px;
        height: 96px
    }

    .s404-wrap .h1 {
        margin-bottom: 18px
    }

    .s404-wrap .primary-btn {
        margin-top: 24px;
        min-width: 141px
    }
}

.posts {
    height: 100vh;
    position: relative;
    overflow: hidden
}

.posts-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.posts-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.posts .h2 {
    display: none;
    margin-bottom: 24px;
    position: relative;
    z-index: 6
}

.posts-mobile {
    display: none
}

.posts-swiper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.posts-swiper-item {
    position: relative;
    height: 394px;
    width: 100%;
    padding: 0 48px;
    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
}

.posts-swiper-item-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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    left: 48px;
    top: 50%;
    max-width: 420px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    gap: 24px
}

.posts-swiper-item-content .primary-btn {
    min-width: 138px
}

.posts-swiper-item-content span {
    color: var(--text-icon-secondary)
}

.posts-swiper-item-link {
    width: 600px;
    height: 394px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid var(--border-transparentBlack);
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.posts-swiper-item-link picture {
    width: 100%;
    height: 100%
}

.posts-swiper-item-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.posts-swiper-item-link .tag {
    position: absolute;
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 4px 10px;
    border-radius: 8px;
    border: 1px solid var(--border-Dotted, #999);
    background: var(--bg-primaryInverse, #fff);
    color: var(--text-icon-secondary-inverse)
}

.posts-swiper-item .primary-btn {
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 8px
}

.posts-swiper-item.swiper-slide-active .posts-swiper-item-link {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.posts-swiper-item.swiper-slide-active .posts-swiper-item-link:hover {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.posts-swiper-item.swiper-slide-active .posts-swiper-item-content {
    opacity: 1;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.posts .swiper-pagination {
    margin: 0 !important;
    position: absolute;
    right: 48px;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    width: auto !important;
    width: auto;
    height: 182px;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 8px
}

.posts .swiper-pagination-bullet {
    opacity: 1;
    background: 0 0;
    width: auto;
    height: auto;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 !important;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.posts .swiper-pagination-bullet-active, .posts .swiper-pagination-bullet:hover {
    color: var(--text-icon-accent-primary, #e12f27)
}

.posts .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .posts .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0) !important;
    transform: scale(0) !important
}

.posts .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important
}

.posts .news-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10
}

.posts::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 108px;
    top: 0;
    left: 0;
    z-index: 6;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, #000 100%)
}

.posts::after {
    content: "";
    position: fixed;
    width: 100%;
    height: 108px;
    bottom: 0;
    left: 0;
    z-index: 6;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%)
}

@media screen and (max-width: 1400px) {
    .posts-swiper-item {
        height: 280px
    }

    .posts-swiper-item-content {
        max-width: 240px
    }

    .posts-swiper-item-content .primary-btn {
        min-width: 1px
    }

    .posts-swiper-item-link {
        width: 376px;
        height: 280px
    }

    .posts .swiper-pagination {
        height: 132px
    }
}

@media screen and (max-width: 991px) {
    .posts {
        padding: 74px 24px 132px;
        height: auto
    }

    .posts-bg {
        position: fixed
    }

    .posts .h2 {
        display: block
    }

    .posts-swiper {
        position: static;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: none
    }

    .posts-swiper .swiper-wrapper {
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24px
    }

    .posts-swiper-item {
        height: auto;
        width: 100%;
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 0 !important
    }

    .posts-swiper-item-content {
        position: static;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        max-width: 100%;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        gap: 8px
    }

    .posts-swiper-item-content .primary-btn {
        display: none
    }

    .posts-swiper-item-link {
        width: 100%;
        height: 440px;
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-bottom: 12px
    }

    .posts-swiper-item-link img {
        -o-object-position: center top;
        object-position: center top
    }

    .posts-swiper-item-link .tag {
        top: 10px;
        right: 10px
    }

    .posts-swiper-item.swiper-slide-active .posts-swiper-item-link:hover {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .posts-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px
    }

    .posts .swiper-pagination {
        display: none
    }

    .posts .news-nav {
        position: fixed;
        bottom: 24px
    }

    .posts::after, .posts::before {
        height: 98px
    }
}

@media screen and (max-width: 768px) {
    .posts-swiper-item-link {
        width: 100%;
        height: 330px
    }
}

@media screen and (max-width: 575px) {
    .posts-swiper-item-link {
        width: 100%;
        height: 220px
    }
}

.who {
    padding: 0;
    overflow: hidden
}

.who .container {
    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: 64px
}

.who .h2 {
    color: #e12f27
}

.who-line {
    height: 64px;
    width: 1px;
    background-color: #1f1f1f;
    position: relative;
    overflow: hidden
}

.who-line_big {
    height: 256px
}

.who-line__current {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transition: linear;
    transition: linear
}

.who .swiper {
    width: 100vw;
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
    overflow: visible
}

.who .swiper-slide {
    width: auto
}

.who .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

@media screen and (max-width: 1400px) {
    .who .container {
        gap: 32px
    }

    .who-line_big {
        height: 128px
    }
}

@media screen and (max-width: 768px) {
    .who .container {
        gap: 16px
    }

    .who-line {
        height: 32px
    }

    .who-line_big {
        height: 64px
    }
}