@charset "UTF-8";

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

@font-face {
    font-family: "Lufga";
  src: url("../fonts/Lufga-Italic.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}

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

@font-face {
    font-family: "Geometria";
  src: url("../fonts/Geometria-Italic.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    max-width: 100%;
    position: relative;
    overflow-x: hidden;
}

html {
    font-size: 2.667vw;
    height: 100%;
}

body {
    background: #fff;
    color: #000;
    font-size: 2.4rem;
    line-height: 1.4;
    font-family: "Lufga";
    font-weight: 400;
}

.my-body-noscroll-class {
    overflow: hidden;
}

.my-body-noscroll-class body {
    overflow: hidden;
}

img {
    max-width: 100%;
}

a,
button,
.img-svg,
.modal__open {
    outline: none;
    border: 0;
    cursor: pointer;
    background: none;
    transition: 320ms;
    text-decoration: none;
}

.img-svg path,
.img-svg line,
.img-svg circle {
    transition: 320ms;
}

/* Bootstrap 4 */
.container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    html {
        font-size: 0.521vw;
    }

    .container {
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .container {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

@media screen and (max-width: 575px) {
    .pc {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .xs {
        display: none;
    }
}

.slick-slide {
    outline: none !important;
}

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

@keyframes animate_leaf {
    0% {
        transform: translateY(0) rotate(1deg);
    }

    50% {
        transform: translateY(2rem) rotate(-2deg);
    }

    100% {
        transform: translateY(0) rotate(1deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

section {
    position: relative;
    z-index: 5;
}

.container {
    position: relative;
    z-index: 5;
}

.section__bg {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 192rem auto;
    background-position: center top;
}

@media screen and (max-width: 575px) {
    .section__bg {
        background-size: 48rem auto;
    }
}

@media screen and (max-width: 575px) {
    .section__bg.pc {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .section__bg.xs {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .pc {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .xs {
        display: none;
    }
}

.anim-title span {
    display: block;
}

.t-btn {
    padding: 1.7rem 4rem;
    font-size: 2rem;
    line-height: 1.3;
    color: #292836;
    border-radius: 10rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 320ms;
}

@media screen and (max-width: 575px) {
    .t-btn {
        font-size: 1.8rem;
    }
}

.t-btn.blue-transparent {
    border: 1px solid #7f8ee3;
}

.t-btn.blue-transparent:hover {
    background: #7f8ee3;
    color: #fff;
}

@keyframes bounce1 {
    0%, 100% {
        height: 1.2rem;
    }

    50% {
        height: 1.8rem;
    }
}

@keyframes bounce2 {
    0%, 100% {
        height: 2.2rem;
    }

    50% {
        height: 2.8rem;
    }
}

@keyframes bounce3 {
    0%, 100% {
        height: 2.2rem;
    }

    50% {
        height: 2.6rem;
    }
}

@keyframes bounce4 {
    0%, 100% {
        height: 1.2rem;
    }

    50% {
        height: 1.7rem;
    }
}

.voice-button {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: #00115e;
    background-image: url("../img/business/bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
    flex-shrink: 0;
}

.voice-button .bar {
    background-color: white;
    border-radius: 0.2rem;
    width: 0.4rem;
    transition: height 0.2s ease, transform 0.2s ease;
}

.voice-button .bar1,
.voice-button .bar4 {
    height: 1.2rem;
}

.voice-button .bar2 {
    height: 2.2rem;
}

.voice-button .bar3 {
    height: 1.5rem;
}

.voice-button:hover .bar1 {
    transform: translateY(-0.2rem);
}

.voice-button:hover .bar2 {
    transform: translateY(0.2rem);
}

.voice-button:hover .bar3 {
    transform: translateY(-0.2rem);
}

.voice-button:hover .bar4 {
    transform: translateY(0.2rem);
}

.voice-button.playing .bar1,
.voice-button.playing .bar4 {
    opacity: 0;
    transform: scaleY(0);
}

.voice-button.playing .bar2,
.voice-button.playing .bar3 {
    height: 1.8rem;
    transform: none;
    animation: none;
}

@media screen and (max-width: 575px) {
    .voice-button {
        width: 3.5rem;
        height: 3.5rem;
        gap: 0.2rem;
    }

    .voice-button .bar {
        width: 0.3rem;
        border-radius: 0.1rem;
    }

    .voice-button .bar1 {
        height: 0.8rem;
    }

    .voice-button .bar2 {
        height: 1.7rem;
    }

    .voice-button .bar3 {
        height: 1.1rem;
    }

    .voice-button .bar4 {
        height: 0.7rem;
    }

    .voice-button.playing .bar2,
  .voice-button.playing .bar3 {
        height: 1.26rem;
    }
}

.fixed__buttons {
    width: 25rem;
    position: fixed;
    right: 6rem;
    bottom: 3rem;
    z-index: 30;
    padding: 2rem;
    border: 1px solid #7f7f7f;
    border-radius: 10rem;
    background: linear-gradient(180deg, #1a1a1a 0%, #404040 100%);
}

@media screen and (max-width: 575px) {
    .fixed__buttons {
        width: 11.2rem;
        z-index: 5 !important;
        right: 2rem;
        bottom: 2rem;
        position: fixed;
        padding: 1rem;
    }
}

.fixed__buttons .language__box {
    display: flex;
    flex-direction: column;
    width: 10.5rem;
    background: linear-gradient(180deg, #1a1a1a 0%, #404040 100%);
    border: 1px solid #7f7f7f;
    border-radius: 4rem;
    padding: 0rem 0rem 2.5rem 0;
    cursor: pointer;
    color: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: absolute;
    bottom: 2rem;
    left: 11rem;
}

@media screen and (max-width: 575px) {
    .fixed__buttons .language__box {
        flex-direction: column-reverse;
        width: 4.7rem;
        top: auto;
        padding: 0rem 0rem 1rem 0;
        bottom: 1rem;
        left: 5rem;
        border-radius: 2rem;
    }
}

.fixed__buttons .language__box .language__current {
    display: flex;
    align-items: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    padding: 2rem 2.5rem 0 2.5rem;
}

@media screen and (max-width: 575px) {
    .fixed__buttons .language__box .language__current {
        -moz-column-gap: 0.7rem;
        column-gap: 0.7rem;
        padding: 1rem 0 0 1.1rem;
    }
}

.fixed__buttons .language__box .language__current .flag {
    width: 3rem;
}

@media screen and (max-width: 575px) {
    .fixed__buttons .language__box .language__current .flag {
        width: 1.2rem;
    }
}

.fixed__buttons .language__box .language__current .arrow {
    width: 1rem;
    transition: transform 0.3s ease;
}

@media screen and (max-width: 575px) {
    .fixed__buttons .language__box .language__current .arrow {
        width: 0.5rem;
    }
}

.fixed__buttons .language__box .language__current.open .arrow {
    transform: rotate(180deg);
}

.fixed__buttons .language__box .language__dropdown {
    margin-top: 0rem;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 575px) {
    .fixed__buttons .language__box .language__dropdown {
        margin-top: 0rem;
        margin-bottom: 0rem;
        padding-top: 1rem;
    }
}

.fixed__buttons .language__box .language__dropdown li {
    position: relative;
}

.fixed__buttons .language__box .language__dropdown li::before {
    content: "";
    width: 7.9rem;
    height: 0.1rem;
    background: #7f7f7f;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 575px) {
    .fixed__buttons .language__box .language__dropdown li::before {
        display: none;
    }
}

.fixed__buttons .language__box .language__dropdown li:nth-child(2n) {
    margin-bottom: 0;
}

.fixed__buttons .language__box .language__dropdown li .language__dropdown-link {
    display: flex;
    align-items: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    padding: 2rem 2.5rem;
}

.fixed__buttons .language__box .language__dropdown li .language__dropdown-link:nth-child(1) {
    padding: 3rem 2.5rem 2.5rem;
}

@media screen and (max-width: 575px) {
    .fixed__buttons .language__box .language__dropdown li .language__dropdown-link:nth-child(1) {
        padding: 1rem 1rem 1rem;
    }
}

@media screen and (max-width: 575px) {
    .fixed__buttons .language__box .language__dropdown li .language__dropdown-link {
        -moz-column-gap: 0.4rem;
        column-gap: 0.4rem;
    }
}

.fixed__buttons .language__box .language__dropdown li .language__dropdown-link span {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .fixed__buttons .language__box .language__dropdown li .language__dropdown-link span {
        font-size: 0.8rem;
    }
}

.fixed__buttons .language__box .language__dropdown li .language__dropdown-link .flag {
    width: 2.9rem;
}

@media screen and (max-width: 575px) {
    .fixed__buttons .language__box .language__dropdown li .language__dropdown-link .flag {
        width: 1.2rem;
    }
}

.fixed__buttons .language__current.open-arrow .arrow {
    transform: rotate(180deg);
}

.sound-button {
    width: 7.8rem;
    height: 7.8rem;
    border-radius: 50%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease;
}

@media screen and (max-width: 575px) {
    .sound-button {
        width: 3.5rem;
        height: 3.5rem;
    }
}

.sound-button .icon {
    width: 3.8rem;
    -o-object-fit: contain;
    object-fit: contain;
    pointer-events: none;
}

@media screen and (max-width: 575px) {
    .sound-button .icon {
        width: 1.3rem;
    }
}

.sound-button .icon-stop {
    display: none;
}

.sound-button.playing .icon-play {
    display: none;
}

.sound-button.playing .icon-stop {
    display: block;
}

.sound-button.disabled {
    pointer-events: none;
}

section.ukrain {
    font-family: "Geometria";
}

.overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #000;
    opacity: 0.7;
}

.modal {
    position: relative;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.menu-container.ukrain {
    font-family: "Geometria";
}

@media screen and (min-width: 575px) {
    .menu-container {
        display: none !important;
    }
}

.menu-container .menu-button,
.menu-container .close-btn {
    width: 5.5rem;
    height: 5.5rem;
    position: relative;
    z-index: 999;
    cursor: pointer;
    padding: 1.7rem;
    transition: transform 0.3s ease;
    position: absolute;
    right: 3.5rem;
    top: 4rem;
    padding: 0;
}

.menu-container .menu-button .img,
.menu-container .close-btn .img {
    width: 100%;
    display: block;
}

.menu-container .close-btn {
    z-index: 999;
    display: none;
}

.menu-panel {
    border-radius: 10rem 0 0 10rem;
    padding: 0;
    height: 5.5rem;
    position: absolute;
    padding-left: 3rem;
    z-index: 988;
    top: 4rem;
    width: 27.8rem;
    right: 6rem;
    background-color: #fbfbfc;
    transition: 0.4s ease;
    transform-origin: right center;
    display: flex;
    transform: scaleX(0);
    align-items: center;
    opacity: 0;
}

.menu-panel.open {
    transform: scaleX(1);
    opacity: 1;
}

.menu-panel ul {
    display: flex;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    align-items: center;
    padding: 0;
    margin: 0;
}

.menu-panel ul li {
    display: flex;
    align-items: center;
    list-style: none;
}

.menu-panel ul li a {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
    color: rgba(41, 40, 54, 0.3);
}

.intro-bg {
    position: absolute;
    left: -13rem;
    bottom: -17rem;
    width: 280rem;
    height: 175rem;
    -o-object-fit: cover;
    object-fit: cover;
    filter: blur(18px);
    z-index: 9;
    pointer-events: none;
    transform: scale(1, -1);
}

@media screen and (max-width: 575px) {
    .intro-bg {
        width: 166rem;
        height: 104rem;
        left: -22rem;
        bottom: 0rem;
    }
}

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

.intro-section {
    height: 117rem;
}

@media screen and (max-width: 575px) {
    .intro-section {
        height: 70rem;
    }
}

.intro-section__box {
    background-image: url(../img/intro/pc-bg.jpg?v=123);
    background-color: #000000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 117rem;
    border-radius: 6rem;
    margin-top: 1rem;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 575px) {
    .intro-section__box {
        background-image: url(../img/intro/xs-bg.png?v=123);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-radius: 3rem;
        margin-top: 0.5rem;
        height: 70rem;
    }
}

.intro-section__box .header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 9rem;
    position: relative;
    z-index: 20;
}

@media screen and (max-width: 575px) {
    .intro-section__box .header {
        display: none;
        padding-top: 0;
    }
}

.intro-section__box .header__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem;
    border-radius: 100rem;
    padding: 2.3rem 8rem;
    max-width: 63.9rem;
    width: 100%;
    background: #fbfbfc;
}

.intro-section__box .header__nav.ukrain {
    min-width: 63.9rem;
    max-width: none;
    width: auto;
}

.intro-section__box .header__nav-item-link {
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
    color: rgba(41, 40, 54, 0.3);
    transition: 320ms;
}

.intro-section__box .header__nav-item-link:hover {
    color: #000;
}

.intro-section__box-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 22rem;
}

@media screen and (max-width: 575px) {
    .intro-section__box-wrapper {
        margin-top: 0rem;
        padding-top: 19rem;
    }
}

.intro-section__box-wrapper-text {
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 20;
}

@media screen and (max-width: 575px) {
    .intro-section__box-wrapper-text {
        font-size: 1.5rem;
        width: 21.4rem;
    }

    .intro-section__box-wrapper-text.ukrain {
        width: 23rem;
    }

    .intro-section__box-wrapper-text br {
        display: none;
    }
}

.intro-section__box-wrapper-title {
    font-weight: 400;
    font-size: 22rem;
    line-height: 0.9;
    letter-spacing: -0.05em;
    margin-top: 3rem;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .intro-section__box-wrapper-title {
        font-size: 7rem;
        margin-top: 1.1rem;
    }
}

.intro-section__box-wrapper-title b {
    position: relative;
    z-index: 10;
    font-weight: 400;
}

.intro-section__box-wrapper-title span {
    position: relative;
    z-index: 10;
    font-weight: 400;
    font-size: 22rem;
    line-height: 0.9;
    letter-spacing: -0.05em;
    margin-left: -5rem;
    mix-blend-mode: overlay;
}

@media screen and (max-width: 575px) {
    .intro-section__box-wrapper-title span {
        font-size: 7rem;
        margin-left: -1rem;
    }
}

.intro-section__box-wrapper-description {
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 4rem;
    position: relative;
    z-index: 20;
}

@media screen and (max-width: 575px) {
    .intro-section__box-wrapper-description {
        margin-top: 2rem;
        font-size: 1.3rem;
        width: 27.3rem;
    }

    .intro-section__box-wrapper-description br {
        display: none;
    }
}

.intro-section__box-wrapper-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100rem;
    padding: 2rem 4rem 2rem 6rem;
    background: #fbfbfc;
    margin-top: 5rem;
    position: relative;
    z-index: 20;
}

@media screen and (max-width: 575px) {
    .intro-section__box-wrapper-btn {
        padding: 1.7rem 2.5rem 1.7rem 4rem;
        margin-top: 2rem;
    }

    .intro-section__box-wrapper-btn.ukrain {
        width: 33rem;
    }
}

.intro-section__box-wrapper-btn:hover img {
    transform: translateX(1rem);
}

.intro-section__box-wrapper-btn span {
    font-weight: 400;
    line-height: 1.3;
    color: #292836;
}

@media screen and (max-width: 575px) {
    .intro-section__box-wrapper-btn span {
        font-size: 1.4rem;
    }
}

.intro-section__box-wrapper-btn img {
    margin-left: 1.5rem;
    width: 4.4rem;
    transition: 420ms;
}

@media screen and (max-width: 575px) {
    .intro-section__box-wrapper-btn img {
        width: 2.6rem;
        margin-left: 1.5rem;
    }
}

.second-section {
    margin-top: 20rem;
}

@media screen and (max-width: 575px) {
    .second-section {
        margin-top: 10rem;
    }
}

@media screen and (min-width: 575px) {
    .second-section.ukrain .second-section__box-item-short-title {
        font-size: 2.7rem;
    }
}

.second-section .container {
    padding: 0;
}

.second-section-title {
    font-weight: 400;
    font-size: 12rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-align: center;
    color: #292836;
}

@media screen and (min-width: 575px) {
    .second-section-title span {
        display: inline-block;
    }
}

@media screen and (max-width: 575px) {
    .second-section-title {
        font-size: 5rem;
    }
}

.second-section__navigation {
    display: none;
}

@media screen and (max-width: 575px) {
    .second-section__navigation {
        display: flex;
        justify-content: center;
        align-items: center;
        -moz-column-gap: 13.5rem;
        column-gap: 13.5rem;
        margin-top: -3rem;
    }

    .second-section__navigation .icon {
        width: 6rem;
    }
}

.second-section__box {
    display: flex;
    align-items: center;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    overflow-x: auto;
    margin-top: 4.5rem;
    scroll-behavior: smooth;
    cursor: grab;
    scroll-behavior: auto;
 /* ❌ УБРАТЬ smooth при drag-scroll */
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    will-change: scroll-position;
    scrollbar-width: none;
 /* Firefox */
    -ms-overflow-style: none;
 /* IE/Edge */
    padding: 0 1rem;
}

.second-section__box::-webkit-scrollbar {
    display: none;
 /* Chrome/Safari */
}

@media screen and (max-width: 575px) {
    .second-section__box {
        overflow: initial;
        -moz-column-gap: 0;
        column-gap: 0;
        padding: 0;
        margin-top: 1.5rem;
        margin-bottom: 3.5rem !important;
    }

    .second-section__box .slick-dots {
        display: flex !important;
        justify-content: center;
        -moz-column-gap: 0.8rem;
        column-gap: 0.8rem;
        list-style: none;
        bottom: -3.8rem;
        pointer-events: none;
        width: 99%;
    }

    .second-section__box .slick-dots li button:before {
        display: none;
    }

    .second-section__box .slick-dots li {
        margin: 0;
        width: 0.5rem;
        height: 0.5rem;
    }

    .second-section__box .slick-dots button {
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 50%;
        background-color: #ccc;
        border: none;
        cursor: pointer;
        transition: background 0.3s;
        padding: 0;
    }

    .second-section__box .slick-dots .slick-active button {
        background-color: #333;
    }
}

@media screen and (max-width: 575px) {
    .second-section__box .space {
        padding: 0 0.5rem;
    }
}

.second-section__box-item {
    border-radius: 4rem;
    padding-top: 7rem;
    padding-left: 6rem;
    width: 60rem;
    height: 36rem;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 575px) {
    .second-section__box-item {
        padding-top: 5rem;
        padding-left: 4rem;
        border-radius: 2rem;
        width: 100%;
        height: 26rem;
    }
}

.second-section__box-item.white .second-section__box-item-full {
    background-color: #b5b6bd !important;
    background-image: url("../img/second/white-bg.png") !important;
}

.second-section__box-item.item1 {
    background-image: url(../img/second/item1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 575px) {
    .second-section__box-item.item1 {
        background-image: url(../img/second/item1-xs.png);
    }
}

.second-section__box-item.item2 {
    background-image: url(../img/second/item2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 575px) {
    .second-section__box-item.item2 {
        background-image: url(../img/second/item2-xs.png);
    }
}

.second-section__box-item.item3 {
    background-image: url(../img/second/item3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 575px) {
    .second-section__box-item.item3 {
        background-image: url(../img/second/item3-xs.png);
    }
}

.second-section__box-item.item4 {
    background-image: url(../img/second/item4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 575px) {
    .second-section__box-item.item4 {
        background-image: url(../img/second/item4-xs.png);
    }
}

.second-section__box-item.item5 {
    background-image: url(../img/second/item5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 575px) {
    .second-section__box-item.item5 {
        background-image: url(../img/second/item5-xs.png);
    }
}

.second-section__box-item.item6 {
    background-image: url(../img/second/item6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 575px) {
    .second-section__box-item.item6 {
        background-image: url(../img/second/item6-xs.png);
    }
}

.second-section__box-item.item7 {
    background-image: url(../img/second/item7.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 575px) {
    .second-section__box-item.item7 {
        background-image: url(../img/second/item7-xs.png);
    }
}

.second-section__box-item.item8 {
    background-image: url(../img/second/item8.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 575px) {
    .second-section__box-item.item8 {
        background-image: url(../img/second/item8-xs.png);
    }
}

.second-section__box-item-short {
    z-index: 1;
}

.second-section__box-item-short-title {
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
    min-height: 13.5rem;
}

@media screen and (max-width: 575px) {
    .second-section__box-item-short-title {
        font-size: 1.8rem;
        min-height: 9rem;
        padding-left: 1rem;
    }
}

.second-section__box-item-short-title.black {
    color: #292836;
}

.second-section__box-item-short-btn {
    background: #fbfbfc;
    border-radius: 100rem;
    padding: 1.8rem 4rem;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
    color: #292836;
    margin-top: 3rem;
}

@media screen and (max-width: 575px) {
    .second-section__box-item-short-btn {
        padding: 1.4rem 3rem;
        font-size: 1.4rem;
        margin-top: 3rem;
    }
}

@media screen and (min-width: 575px) {
    .second-section__box-item-short-btn:hover {
        color: #5d70b5;
    }
}

.second-section__box-item-full {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    padding-left: 5.5rem;
    padding-right: 3rem;
    border-radius: 4rem;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: #080a17;
    background-image: url("../img/second/black-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.second-section__box-item-full br {
    display: none;
}

@media screen and (max-width: 575px) {
    .second-section__box-item-full {
        padding-top: 0;
        padding-left: 2.4rem;
        border-radius: 2.5rem;
        padding-right: 2rem;
    }

    .second-section__box-item-full br {
        display: none;
    }
}

.second-section__box-item-full.active {
    opacity: 1;
    pointer-events: auto;
}

.second-section__box-item-full-title {
    font-weight: 400;
    font-size: 1.9rem;
    line-height: 1.5;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .second-section__box-item-full-title {
        font-size: 1.3rem;
    }
}

.second-section__box-item-full-btn {
    background: #fbfbfc;
    border-radius: 100rem;
    padding: 1.8rem 4rem;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
    color: #292836;
    margin-top: 3rem;
}

@media screen and (min-width: 575px) {
    .second-section__box-item-full-btn:hover {
        color: #5d70b5;
    }
}

@media screen and (max-width: 575px) {
    .second-section__box-item-full-btn {
        margin-top: 2rem;
        font-size: 1.4rem;
        padding: 1.1rem 3rem;
    }
}

.third-section {
    margin-top: 20rem;
}

@media screen and (max-width: 575px) {
    .third-section {
        margin-top: 10rem;
    }
}

.third-section__box {
    background: #000900;
    background-image: url(../img/third/pc-bg.png?v123);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 70rem;
    position: relative;
    overflow: hidden;
    border-radius: 6rem;
}

@media screen and (max-width: 575px) {
    .third-section__box {
        background-image: url(../img/third/xs-bg.png?v123);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 50rem;
        border-radius: 3rem;
    }
}

.third-section__box video {
    position: absolute;
    width: 180rem;
    height: 97rem;
    mix-blend-mode: lighten;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

@media screen and (min-width: 575px) {
    .third-section__box video {
        left: 45rem;
        top: -13rem;
    }
}

@media screen and (max-width: 575px) {
    .third-section__box video {
        width: 83rem;
        height: 44rem;
        top: 11rem;
        left: -23rem;
    }
}

.third-section__box-title {
    font-weight: 400;
    padding-top: 21.8rem;
    padding-left: 20.2rem;
    font-size: 12rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #fbfbfc;
    mix-blend-mode: overlay;
}

@media screen and (max-width: 575px) {
    .third-section__box-title {
        font-size: 5rem;
        padding-top: 5rem;
        padding-left: 0rem;
        text-align: center;
    }

    .third-section__box-title.ukrain {
        font-size: 3.5rem;
    }
}

.info-section {
    border-top: 0.1rem solid rgba(26, 25, 25, 0.1);
    border-bottom: 0.1rem solid rgba(26, 25, 25, 0.1);
    margin-top: 2rem;
}

@media screen and (max-width: 575px) {
    .info-section {
        border: none;
        margin-top: 3rem;
    }
}

.info-section__box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: 8rem;
}

@media screen and (max-width: 575px) {
    .info-section__box {
        margin-left: 3.6rem;
        flex-direction: column;
        align-items: baseline;
        position: relative;
    }

    .info-section__box::before {
        content: "";
        height: 0.1rem;
        background-color: rgba(26, 25, 25, 0.05);
        width: 33.5rem;
        position: absolute;
        left: -2rem;
        top: 0rem;
    }

    .info-section__box::after {
        content: "";
        height: 0.1rem;
        background-color: rgba(26, 25, 25, 0.05);
        width: 33.5rem;
        position: absolute;
        left: -2rem;
        bottom: -3rem;
    }
}

.info-section__box-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 8rem;
    border-right: 0.1rem solid rgba(26, 25, 25, 0.1);
    width: 41rem;
    padding-top: 8rem;
    padding-right: 7.4rem;
}

@media screen and (max-width: 575px) {
    .info-section__box-item {
        align-items: baseline;
        width: 33.5rem;
        padding-top: 3rem;
        padding-bottom: 0rem;
        padding-right: 0;
        border: none;
    }
}

.info-section__box-item:last-child {
    border: none;
}

.info-section__box-item-icon {
    border: 0.2rem solid rgba(0, 0, 0, 0.05);
    border-radius: 100rem;
    width: 18rem;
    height: 18rem;
    text-align: center;
    padding-top: 6.5rem;
}

@media screen and (max-width: 575px) {
    .info-section__box-item-icon {
        width: 11rem;
        height: 11rem;
        padding-top: 4rem;
    }
}

.info-section__box-item-icon img {
    width: 5rem;
}

@media screen and (max-width: 575px) {
    .info-section__box-item-icon img {
        width: 3rem;
    }
}

.info-section__box-item-title {
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: center;
    color: #292836;
    margin-top: 4rem;
}

@media screen and (max-width: 575px) {
    .info-section__box-item-title {
        text-align: left;
        font-size: 1.7rem;
        width: 26rem;
        margin-top: 2.5rem;
        padding-left: 1.5rem;
    }

    .info-section__box-item-title br {
        display: none;
    }
}

.info-section__box-item-subtitle {
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
    color: rgba(0, 0, 0, 0.45);
    margin-top: 4rem;
}

@media screen and (max-width: 575px) {
    .info-section__box-item-subtitle {
        font-size: 1.3rem;
        margin-top: 1rem;
        text-align: left;
        width: 26.8rem;
        padding-left: 1.5rem;
    }

    .info-section__box-item-subtitle br {
        display: none;
    }
}

.last-section {
    margin-top: 15rem;
    padding-bottom: 4.6rem;
}

@media screen and (max-width: 575px) {
    .last-section {
        margin-top: 7rem;
        padding-bottom: 3.5rem;
    }
}

.last-section-title {
    font-weight: 400;
    font-size: 12rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-align: center;
    color: #292836;
}

@media screen and (max-width: 575px) {
    .last-section-title {
        font-size: 5rem;
    }
}

.last-section-subtitle {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.3;
    text-align: center;
    color: rgba(41, 40, 54, 0.45);
    margin-top: 3rem;
}

@media screen and (max-width: 575px) {
    .last-section-subtitle {
        font-size: 1.3rem;
        margin: auto;
        margin-top: 1.5rem;
        width: 28.5rem;
    }

    .last-section-subtitle br {
        display: none;
    }
}

.last-section__box {
    background-image: url(../img/last/pc-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 50rem;
    margin-top: 6rem;
    position: relative;
}

@media screen and (max-width: 575px) {
    .last-section__box {
        background-image: url(../img/last/xs-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 46rem;
        margin-top: 3rem;
    }
}

.last-section__box::before {
    content: "";
    width: 110%;
    height: 0.1rem;
    background-color: rgba(26, 25, 25, 0.1);
    position: absolute;
    left: -1rem;
    top: -2rem;
}

.last-section__box::after {
    content: "";
    width: 110%;
    height: 0.1rem;
    background-color: rgba(26, 25, 25, 0.1);
    position: absolute;
    left: -1rem;
    bottom: -1rem;
}

.last-section__box-flex {
    display: flex;
    -moz-column-gap: 69.8rem;
    column-gap: 69.8rem;
    justify-content: center;
    align-items: center;
    padding-top: 16rem;
}

.last-section__box-flex.spain {
    padding-left: 9rem;
    padding-right: 3rem;
}

@media screen and (max-width: 575px) {
    .last-section__box-flex.spain {
        padding-left: 0;
        padding-right: 0;
    }
}

.last-section__box-flex.spain br {
    display: none;
}

@media screen and (max-width: 575px) {
    .last-section__box-flex {
        padding-top: 28.4rem;
        -moz-column-gap: 0;
        column-gap: 0;
        flex-direction: column;
    }
}

.last-section__box-flex-text {
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.4);
}

.last-section__box-flex-text.pc {
    display: block;
}

.last-section__box-flex-text.xs {
    display: none;
}

@media screen and (max-width: 575px) {
    .last-section__box-flex-text {
        line-height: 1.3;
        width: 29.3rem;
        font-size: 1.3rem;
        text-align: center;
    }

    .last-section__box-flex-text br {
        display: none;
    }

    .last-section__box-flex-text.xs {
        display: block;
    }

    .last-section__box-flex-text.pc {
        display: none;
    }
}

.last-section__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 22rem;
}

@media screen and (max-width: 575px) {
    .last-section__footer {
        margin-top: 10rem;
    }
}

.last-section__footer-title {
    font-weight: 400;
    font-size: 39.4rem;
    line-height: 0.9;
    letter-spacing: -0.05em;
    text-align: center;
    color: #5d70b5;
    border-bottom: 0.1rem solid rgba(26, 25, 25, 0.1);
    padding-bottom: 4rem;
}

@media screen and (max-width: 575px) {
    .last-section__footer-title {
        font-size: 7rem;
        padding-bottom: 0rem;
        border: none;
        position: relative;
    }

    .last-section__footer-title span {
        font-style: italic;
    }

    .last-section__footer-title::before {
        content: "";
        width: 150%;
        height: 0.1rem;
        background-color: rgba(26, 25, 25, 0.05);
        position: absolute;
        bottom: -2rem;
        left: -6rem;
    }
}

.last-section__footer-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100rem;
    padding: 2rem 4rem 2rem 0;
    background: #5d70b5;
    margin-top: 4rem;
    justify-content: flex-end;
    width: 41rem;
    padding-right: 4rem;
}

@media screen and (max-width: 575px) {
    .last-section__footer-btn {
        padding: 1.5rem 2.5rem 1.5rem 4rem;
        justify-content: center;
        width: auto;
    }
}

@media screen and (min-width: 575px) {
    .last-section__footer-btn:nth-child(4) span {
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .last-section__footer-btn:nth-child(2), .last-section__footer-btn:nth-child(5) {
        padding-right: 4rem;
    }

    .last-section__footer-btn:nth-child(2) span, .last-section__footer-btn:nth-child(5) span {
        width: 20rem;
    }
}

.last-section__footer-btn .flag {
    border-radius: 0.3rem;
    width: 4.5rem;
    margin-right: 1rem;
}

@media screen and (max-width: 575px) {
    .last-section__footer-btn .flag {
        width: 2.8rem;
    }
}

.last-section__footer-btn span {
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    color: #fbfbfc;
}

@media screen and (max-width: 575px) {
    .last-section__footer-btn span {
        font-size: 1.4rem;
    }
}

.last-section__footer-btn .arrow {
    width: 5.2rem;
    margin-left: 1.5rem;
    transition: 420ms;
}

@media screen and (max-width: 575px) {
    .last-section__footer-btn .arrow {
        width: 3rem;
        margin-left: 1.5rem;
    }
}

.last-section__footer-btn:hover .arrow {
    transform: translateX(1rem);
}

.last__links {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding-top: 3rem;
}

@media screen and (max-width: 575px) {
    .last__links {
        padding-top: 4rem;
    }
}

.last__links a {
    margin: 0 1.5rem 3rem;
}

@media screen and (max-width: 575px) {
    .last__links a {
        margin: 0 0 1.5rem;
    }
}

.last__links .w100 {
    display: block;
    width: 100%;
}

.business-section {
    margin-top: 2rem;
    border-top: 1px solid rgba(26, 26, 26, 0.1);
    border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}

@media screen and (max-width: 575px) {
    .business-section {
        margin-top: 6rem;
        border: 0;
    }
}

.business__box {
    display: flex;
    align-items: stretch;
    justify-content: center;
    position: relative;
}

@media screen and (max-width: 575px) {
    .business__box {
        display: block;
        width: 36.5rem;
        margin: 0 auto;
        border-left: 1px solid rgba(26, 25, 25, 0.05);
        border-right: 1px solid rgba(26, 25, 25, 0.05);
    }

    .business__box::before, .business__box::after {
        content: "";
        position: absolute;
        height: 11rem;
        left: -1px;
        bottom: 100%;
        width: 1px;
        background: rgba(26, 25, 25, 0.05);
    }

    .business__box::after {
        right: -1px;
        left: auto;
    }
}

.business__item {
    display: flex;
    flex-direction: column;
    width: 46.8rem;
    padding: 2rem 2rem 4rem;
}

@media screen and (max-width: 575px) {
    .business__item {
        padding: 2rem 1.5rem 2.5rem;
        width: 100%;
        border-bottom: 1px solid rgba(26, 25, 25, 0.05);
    }
}

@media screen and (max-width: 575px) {
    .business__item:first-child {
        border-top: 1px solid rgba(26, 25, 25, 0.05);
    }
}

@media screen and (min-width: 575px) {
    .business__item:last-child {
        border-right: 1px solid rgba(26, 25, 25, 0.05);
    }
}

@media screen and (max-width: 575px) {
    .business__item:last-child {
        border-last: 1px solid rgba(26, 25, 25, 0.05);
    }
}

.business__item .img {
    height: 27rem;
    border-radius: 2.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
    .business__item .img {
        height: 24rem;
    }
}

.business__item .content {
    margin-top: 3rem;
    padding: 0 2rem 0;
    min-height: 23.5rem;
    flex-grow: 1;
}

@media screen and (max-width: 575px) {
    .business__item .content {
        min-height: 0;
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
}

.business__item .title__box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.business__item .title__box .title {
    width: 32rem;
    text-transform: uppercase;
    padding-top: 1rem;
}

@media screen and (max-width: 575px) {
    .business__item .title__box .title {
        width: 27rem;
        font-size: 2rem;
        padding-top: 0.5rem;
    }
}

.business__item .subtitle {
    width: 33rem;
    margin-top: 2rem;
    font-size: 1.8rem;
    line-height: 1.5;
    opacity: 0.45;
    margin-bottom: 4rem;
}

@media screen and (max-width: 575px) {
    .business__item .subtitle {
        font-size: 1.6rem;
        width: 27rem;
        margin-bottom: 1rem;
    }
}

.business__item .t-btn {
    margin-left: 2rem;
    width: -moz-fit-content;
    width: fit-content;
}

@media screen and (max-width: 575px) {
    .business__item .t-btn {
        margin-left: 1rem;
    }
}