@font-face {
    font-family: 'main';
    src: url('/src/SFPRODISPLAYREGULAR.OTF') format("opentype");
    font-weight: normal;
    font-style: normal;
}

::-webkit-scrollbar {
    display: none;
}

body,
html {
    font-family: 'main', sans-serif;
    background-color: #191023;
    background-image: url('/src/bg.png');
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
    overflow-x: hidden;
}

li {
    list-style-type: none;
}

ul {
    padding: 0px;
    margin: 0px;
}

.wrapper-mobile {
    display: none;
    width: calc(100% + 0px);
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
    flex-direction: column;
    gap: 40px;
}

.nav-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: white;
    z-index: 9999;
}

.wrapper-mobile .other {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wrapper-mobile .other>.socs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.wrapper-mobile .nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.wrapper-mobile .nav>li>a {
    font-size: 18px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.38);
    transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.wrapper-mobile .nav>li:hover>a {
    color: white;
    cursor: pointer;
}

.wrapper-mobile .nav>li.active>a {
    color: white;
}

.container {
    width: 1440px;
    margin: auto;
    position: relative;
    display: block;
}

.btn {
    outline: none;
    border: none;
    padding-right: 24px;
    padding-left: 24px;
    height: 50px;
    border-radius: 25px;
    background: #2360FF;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    font-family: 'main', sans-serif;
    transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.btn.big {
    height: 68px;
    font-size: 20px;
    line-height: 24px;
    border-radius: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-right: 50px;
    padding-left: 50px;
}

.btn:hover {
    cursor: pointer;
    opacity: 0.75;
}

.btn.blur {
    height: 68px;
    padding-right: 47px;
    padding-left: 47px;
    background: rgba(76, 76, 76, 0.42);
    backdrop-filter: blur(14.5px);
    border-radius: 45px;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 100px;
    padding-right: 20px;
    padding-left: 20px;
}

.header .wrapper {
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: center;
}

.header .wrapper>.left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header .wrapper>.left {
    transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    opacity: 1;
}

.header .wrapper>.left:hover {
    opacity: 0.75;
    cursor: pointer;
}

.header .wrapper>.left>.logo-img {
    height: 40px;
}

.header .wrapper>.left>.logo-text {
    color: white;
    font-size: 22px;
    line-height: 26px;
}

.header .wrapper>.right {
    display: flex;
    justify-content: space-between;
    gap: 70px;
    align-items: center;
}

.header .wrapper>.right>.nav {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.header .wrapper>.right>.nav li>a {
    transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    font-size: 16px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.38);
}

.header .wrapper>.right>.nav li:hover>a {
    cursor: pointer;
    color: white;
}

.header .wrapper>.right>.nav li.active>a {
    color: white;
}

.header .wrapper>.right>.other {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header .wrapper>.right>.other>ul {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.header .wrapper>.right>.other>ul>li:hover {
    cursor: pointer;
}

.content {
    padding-top: 110px;
}

.content .wrapper {
    padding-right: 20px;
    padding-left: 20px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 175px;
    padding-bottom: 100px;
}

.content .wrapper>.left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 60px;
}

.content .wrapper>.left>.up {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.content .wrapper>.left>.up>.text {
    font-size: 68px;
    line-height: 81px;
    letter-spacing: 0.005em;
    color: #FFFFFF;
}

.content .wrapper>.left>.up>.text2 {
    font-size: 24px;
    line-height: 140%;
    color: #E1E1E1;
    padding-right: 150px;
}

.content .wrapper>.right {
    width: 750px;
    position: relative;
    height: 400px;
}

.content .wrapper>.right .arrows {
    display: flex;
    gap: 15px;
    align-items: center;
}

.content .wrapper>.right .arrows>.arrow {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.content .wrapper>.right .arrows>.arrow:hover {
    cursor: pointer;
    opacity: 0.75;
}

.content .wrapper>.right .slide {
    position: absolute;
    height: 300px;
    width: 300px;
    border-radius: 42px;
    background-origin: content-box;
    background-size: contain;
    bottom: auto;
    top: auto;
    right: auto;
    transition: bottom 150ms linear;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.content .wrapper>.right .slide.one {
    transition: all 0.5s ease-in-out;
    bottom: 0;
    z-index: 3;
    top: unset;
    right: unset;
    background-image: url('/src/slide_one.png');
}

.content .wrapper>.right .slide.one.to-two {
    bottom: unset;
    top: 0;
    right: 0;
    z-index: 1;
}

.content .wrapper>.right .slide.active {
    filter: drop-shadow(31px -7px 145px rgba(116, 107, 216, 0.58));
}

.content .wrapper>.right .slide.two {
    transition: all 0.5s ease-in-out;
    background-image: url('/src/slide_two.png');
    top: 0;
    right: 0;
    z-index: 1;
    bottom: unset;
}

.content .wrapper>.right .slide.two.to-one {
    top: unset;
    right: unset;
    bottom: 0;
    z-index: 3;
}

@-webkit-keyframes move {
    0% {
        margin-left: -400px;
    }
    100% {
        margin-left: 800px;
    }
}

.content .lenta,
.js-marquee-wrapper {
    transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    display: -webkit-box;
    gap: 50px;
    width: 100%;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.content .lenta {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.content .lenta>.item,
.js-marquee-wrapper>.js-marquee>.item {
    transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    width: 100px;
    height: 100px;
    filter: drop-shadow(0px 4px 31px rgba(35, 96, 255, 0.15));
    border-radius: 20px;
}

.js-marquee-wrapper>.js-marquee {
    display: flex;
    gap: 50px;
}

.content .lenta>.item>img,
.js-marquee-wrapper>.js-marquee>.item>img {
    max-width: 100%;
    height: 100%;
    border-radius: 20px;
}

@media (max-width: 1440px) {
    .container {
        width: 1280px;
    }
}

@media (max-width: 1325px) {
    .container {
        width: 1035px;
    }
}

@media (max-width: 1140px) {
    .header .wrapper>.right {
        gap: 40px;
    }
}

@media (max-width: 1080px) {
    .container {
        width: 860px;
    }
}

@media (max-width: 910px) {
    .content .lenta {
        padding-top: 0px;
    }
    .content .wrapper>.left>.up>.text2 {
        font-size: 20px;
        line-height: 26px;
        padding-right: unset;
    }
    .content .wrapper>.left>.up>.text {
        font-size: 48px;
        line-height: 58px;
    }
    .content .wrapper>.right {
        width: 100%;
        height: 280px;
    }
    .btn.big {
        width: 100%;
    }
    .content .wrapper {
        flex-direction: column;
        gap: 150px;
    }
    .nav-toggle {
        display: flex;
    }
    .header .wrapper>.right {
        display: none !important;
    }
    .container {
        width: 100%;
    }
    .content .wrapper>.right .slide {
        height: 200px;
        width: 200px;
    }
}