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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
    background: #fff;
    color: #000;
    font-size: 2rem;
    line-height: 1.35;
    font-family: "Montserrat";
    font-weight: 400;
    margin: 0;
}

.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: 136.6rem;
        padding-left: 1.5rem;
        padding-right: 1.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;
}

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: 100% auto;
    }
}

.policy {
    padding: 40px 0;
}

.policy h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.policy h2 {
    font-size: 24px;
    margin-top: 30px;
}

.policy p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.t-title {
    font-weight: 400;
    font-size: 4.4rem;
}

@media screen and (max-width: 575px) {
    .t-title {
        font-size: 2.6rem;
        line-height: 1.21;
    }
}

.t-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8.4rem;
    width: 35rem;
    height: 10.5rem;
    background-image: url(../img/buttons/btn-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: 420ms all;
}

@media screen and (max-width: 575px) {
    .t-btn {
        width: 33.5rem;
        height: 10rem;
        border-radius: 8.1rem;
        margin: auto;
    }
}

.t-btn:hover {
    transform: scale(1.03);
}

@media screen and (max-width: 575px) {
    .t-btn:hover {
        transform: scale(1);
    }
}

.t-btn span {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    text-shadow: inset 1px 1px 2px 0 rgba(255, 255, 255, 0.15), -3px -3px 6px 0 #d1e3ea;
}

@media screen and (max-width: 575px) {
    .t-btn span {
        font-size: 1.7rem;
        color: #000;
    }
}

@keyframes floatY {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-1.2rem);
    }

    100% {
        transform: translateY(0);
    }
}

.overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7);
}

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

.modal__close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 101;
}

@media screen and (max-width: 575px) {
    .modal__close {
        top: 1.5rem;
        right: 1.5rem;
        width: 2.5rem;
        height: 2.5rem;
    }
}

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

.modal[data-modal=thanks] {
    background: #fff;
    border-radius: 2rem;
    padding: 5rem 4rem;
    max-width: 60rem;
    width: 90%;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 575px) {
    .modal[data-modal=thanks] {
        padding: 4rem 2.5rem;
        max-width: 90%;
    }
}

.modal__thanks-content {
    text-align: center;
}

.modal__thanks-title {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.2;
    color: #000;
    margin-bottom: 2rem;
}

@media screen and (max-width: 575px) {
    .modal__thanks-title {
        font-size: 2.4rem;
        margin-bottom: 1.5rem;
    }
}

.modal__thanks-text {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #696969;
}

@media screen and (max-width: 575px) {
    .modal__thanks-text {
        font-size: 1.6rem;
    }
}

.intro-section {
    height: 87rem;
    background-color: #07456A;
}

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

.intro-section .header {
    display: flex;
    -moz-column-gap: 58.379rem;
    column-gap: 58.379rem;
    justify-content: center;
    align-items: center;
    padding: 3.9rem 0 0 0;
    margin-left: 0rem;
}

@media screen and (max-width: 575px) {
    .intro-section .header {
        -moz-column-gap: 0;
        column-gap: 0;
        justify-content: space-between;
        padding: 2.1rem 0.3rem 0 0.5rem;
    }
}

.intro-section .header__logo .logo {
    width: 17rem;
}

@media screen and (max-width: 575px) {
    .intro-section .header__logo .logo {
        width: 14.076rem;
    }
}

.intro-section .header__nav {
    display: flex;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
    align-items: center;
}

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

.intro-section .header__nav-link {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #e4e4e4;
    letter-spacing: -0.03em;
    position: relative;
}

.intro-section .header__nav-link::before {
    content: "";
    width: 100%;
    height: 0.1rem;
    background-color: #fff;
    position: absolute;
    left: 0rem;
    bottom: -0.5rem;
    transform: scale(0);
    transition: 320ms all;
}

.intro-section .header__nav-link:hover::before {
    transform: scale(1);
}

.intro-section__box {
    display: flex;
    flex-direction: column;
    margin-left: 8.5rem;
    margin-top: 5.5rem;
    position: relative;
}

@media screen and (max-width: 575px) {
    .intro-section__box {
        margin-left: 0.5rem;
        margin-top: 2.5rem;
    }
}

.intro-section__box-title {
    line-height: 1.21;
    color: #e4e4e4;
}

@media screen and (max-width: 575px) {
    .intro-section__box-title br {
        display: none;
    }
}

.intro-section__box-title span {
    font-weight: 600;
    color: #b4e4fa;
}

.intro-section__box-item {
    display: flex;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    align-items: baseline;
    margin-top: 2.2rem;
}

@media screen and (max-width: 575px) {
    .intro-section__box-item {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        margin-top: 1.8rem;
    }
}

.intro-section__box-item .dots {
    width: 3.8rem;
    position: relative;
    top: -0.5rem;
}

@media screen and (max-width: 575px) {
    .intro-section__box-item .dots {
        width: 1.4rem;
        top: -0.2rem;
    }
}

.intro-section__box-item-text {
    color: #aeaeae;
}

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

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

.intro-section__box-item-text span {
    font-weight: 600;
    color: #e4e4e4;
}

.intro-section__box .t-btn {
    margin-top: 10.9rem;
}

@media screen and (max-width: 575px) {
    .intro-section__box .t-btn {
        margin-top: 4rem;
    }
}

.intro-section__box .shark {
    width: 103.3rem;
    position: absolute;
    top: -0.7rem;
    left: 23rem;
    pointer-events: none;
    animation: floatY 3s ease-in-out infinite;
}

@media screen and (max-width: 575px) {
    .intro-section__box .shark {
        width: 62.5rem;
        max-width: none;
        left: -21.5rem;
        top: 31rem;
        transform: rotate(2deg);
    }
}

@media (min-width: 576px) {
    .mobile-menu {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .mobile-menu {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: linear-gradient(165deg, #000c14 0%, #001a2e 45%, #003050 100%);
        opacity: 0;
        visibility: hidden;
        min-height: 100vh;
        pointer-events: none;
        transition: opacity 0.35s ease, visibility 0.35s ease;
    }

    .mobile-menu.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .mobile-menu__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2.1rem 1.5rem;
        flex-shrink: 0;
        border-bottom: 0.1rem solid rgba(228, 228, 228, 0.12);
        opacity: 0;
        transform: translateY(-1.5rem);
        transition: opacity 0.35s ease 0.1s, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    }

    .mobile-menu.active .mobile-menu__top {
        opacity: 1;
        transform: translateY(0);
    }

    .mobile-menu__logo img {
        width: 14rem;
    }

    .mobile-menu__close {
        width: 2.8rem;
        height: 2.8rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        background: none;
        border: none;
        cursor: pointer;
    }

    .mobile-menu__close img {
        width: 1.6rem;
        height: 1.6rem;
    }

    .mobile-menu__nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2.8rem;
        margin-top: 10rem;
    }

    .mobile-menu__link {
        opacity: 0;
        transform: translateX(2rem);
        transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s;
        transition-delay: 0s;
        font-family: "Manrope";
        font-weight: 400;
        font-size: 1.9rem;
        line-height: 1.5;
        color: #e4e4e4;
        letter-spacing: -0.03em;
        text-decoration: none;
        position: relative;
    }

    .mobile-menu.active .mobile-menu__link {
        opacity: 1;
        transform: translateX(0);
    }

    .mobile-menu.active .mobile-menu__link:nth-child(1) {
        transition-delay: 0.12s;
    }

    .mobile-menu.active .mobile-menu__link:nth-child(2) {
        transition-delay: 0.18s;
    }

    .mobile-menu.active .mobile-menu__link:nth-child(3) {
        transition-delay: 0.24s;
    }

    .mobile-menu__link::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -0.5rem;
        width: 100%;
        height: 0.1rem;
        background: #b4e4fa;
        transform: scaleX(0);
        transition: transform 0.32s;
    }

    .mobile-menu__link:hover {
        color: #b4e4fa;
    }

    .mobile-menu__link:hover::before {
        transform: scaleX(1);
    }
}

.second-section {
    height: 105rem;
    padding-top: 4.5rem;
}

@media screen and (max-width: 575px) {
    .second-section {
        height: 164rem;
        padding-top: 2.5rem;
    }
}

.second-section__titles {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.second-section__titles-title {
    line-height: 1.21;
    text-align: center;
    color: #000d16;
}

.second-section__titles-subtitle {
    text-align: center;
    color: #6e6e6e;
    margin-top: 1.7rem;
}

@media screen and (max-width: 575px) {
    .second-section__titles-subtitle {
        font-size: 1.4rem;
        margin-top: 1rem;
    }
}

.second-section__titles-subtitle span {
    font-weight: 600;
}

.second-section__titles-subtitle b {
    font-weight: 500;
}

@media screen and (max-width: 575px) {
    .second-section__titles-subtitle b {
        font-weight: 600;
    }
}

.second-section__box {
    display: flex;
    -moz-column-gap: 30.2rem;
    column-gap: 30.2rem;
    justify-content: center;
    margin-top: 3.7rem;
    position: relative;
}

@media screen and (max-width: 575px) {
    .second-section__box {
        flex-direction: column;
        align-items: center;
        gap: 29.7rem;
        margin-top: 2.2rem;
    }
}

.second-section__box-item {
    width: 40.4rem;
    padding-top: 2rem;
}

@media screen and (max-width: 575px) {
    .second-section__box-item {
        width: auto;
        padding-top: 0;
    }
}

.second-section__box-item.item1 {
    background-image: url(../img/second/item1-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 33.1rem;
    margin-top: 8rem;
}

@media screen and (max-width: 575px) {
    .second-section__box-item.item1 {
        background-image: url(../img/second/item1-bg-xs.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 28.8rem;
        height: 31.3rem;
        margin-top: 0rem;
        padding-top: 6rem;
    }
}

.second-section__box-item.item1 .second-section__box-item-list {
    padding-left: 8rem;
}

@media screen and (max-width: 575px) {
    .second-section__box-item.item1 .second-section__box-item-list {
        padding-left: 2.4rem;
    }

    .second-section__box-item.item1 .second-section__box-item-list-group-text {
        font-size: 1.638rem;
    }

    .second-section__box-item.item1 .second-section__box-item-list-group:nth-child(1) {
        order: 4;
    }

    .second-section__box-item.item1 .second-section__box-item-list-group:nth-child(2) {
        order: 1;
    }

    .second-section__box-item.item1 .second-section__box-item-list-group:nth-child(3) {
        order: 3;
    }

    .second-section__box-item.item1 .second-section__box-item-list-group:nth-child(4) {
        order: 1;
    }
}

.second-section__box-item.item1 .second-section__box-item-title {
    padding-left: 4.5rem;
}

@media screen and (max-width: 575px) {
    .second-section__box-item.item1 .second-section__box-item-title {
        padding-left: 0rem;
    }
}

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

@media screen and (max-width: 575px) {
    .second-section__box-item.item2 {
        background-image: url(../img/second/item2-bg-xs.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 29.9rem;
        height: 31rem;
        padding-top: 1.7rem;
    }
}

.second-section__box-item.item2 .second-section__box-item-list {
    padding-left: 2.5rem;
}

@media screen and (max-width: 575px) {
    .second-section__box-item.item2 .second-section__box-item-list {
        padding-left: 2.5rem;
    }

    .second-section__box-item.item2 .second-section__box-item-list-group-text {
        font-size: 1.698rem;
    }

    .second-section__box-item.item2 .second-section__box-item-list-group:nth-child(1) {
        order: 3;
    }

    .second-section__box-item.item2 .second-section__box-item-list-group:nth-child(2) {
        order: 2;
    }

    .second-section__box-item.item2 .second-section__box-item-list-group:nth-child(3) {
        order: 1;
    }
}

.second-section__box-item.item2 .second-section__box-item-title {
    margin-left: -6rem;
}

@media screen and (max-width: 575px) {
    .second-section__box-item.item2 .second-section__box-item-title {
        margin-left: 0rem;
        font-size: 2.2rem;
    }
}

.second-section__box-item-title {
    font-family: "RussoOne";
    font-weight: 400;
    font-size: 2.6rem;
    line-height: 1.35;
    text-transform: uppercase;
    color: #000d16;
    text-align: center;
}

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

.second-section__box-item-list {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    gap: 1.5rem;
}

@media screen and (max-width: 575px) {
    .second-section__box-item-list {
        gap: 1.2rem;
        margin-top: 0.8rem;
    }
}

.second-section__box-item-list-group {
    display: flex;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    align-items: baseline;
}

@media screen and (max-width: 575px) {
    .second-section__box-item-list-group {
        -moz-column-gap: 1.6rem;
        column-gap: 1.6rem;
    }
}

.second-section__box-item-list-group .dots {
    width: 3.8rem;
    position: relative;
    top: -0.2rem;
}

@media screen and (max-width: 575px) {
    .second-section__box-item-list-group .dots {
        width: 3.1rem;
    }
}

.second-section__box-item-list-group-text {
    color: #696969;
}

@media screen and (max-width: 575px) {
    .second-section__box-item-list-group-text {
        font-size: 1.6rem;
    }
}

.second-section__box-shark {
    position: absolute;
    left: 50.7%;
    transform: translateX(-50%);
    top: -3.5rem;
    z-index: 5;
    pointer-events: none;
}

@media screen and (max-width: 575px) {
    .second-section__box-shark {
        top: 27.5rem;
        left: 50.5%;
    }
}

.second-section__box-shark .shark {
    width: 71.7rem;
    max-width: none;
}

@media screen and (max-width: 575px) {
    .second-section__box-shark .shark {
        width: 48.2rem;
    }
}

.second-section__bottom {
    margin-top: 13.5rem;
}

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

.second-section__bottom-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 3rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}

@media screen and (max-width: 575px) {
    .second-section__bottom-form {
        flex-direction: column;
        margin-left: 0;
        gap: 1rem;
    }
}

.second-section__bottom-form-item.honeypot-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    pointer-events: none;
}

.second-section__bottom-form-item-inp {
    width: 25rem;
    padding: 3.3rem 3rem;
    background-color: transparent;
    border: 0.1rem solid #696969;
    border-radius: 7.3rem;
    outline: none;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.25;
    font-family: "Montserrat";
    color: #696969;
}

@media screen and (max-width: 575px) {
    .second-section__bottom-form-item-inp {
        width: 28.7rem;
        padding: 3.3rem 3rem;
    }
}

.second-section__bottom-form-item-inp::-moz-placeholder {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.25;
    font-family: "Montserrat";
    color: #696969;
}

.second-section__bottom-form-item-inp::placeholder {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.25;
    font-family: "Montserrat";
    color: #696969;
}

.second-section__bottom-form-item .field__select {
    width: 25rem;
    padding: 3.3rem 3rem;
    background-color: transparent;
    border: 0.1rem solid #696969;
    border-radius: 7.3rem;
    outline: none;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.25;
    font-family: "Montserrat";
    color: #696969;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

@media screen and (max-width: 575px) {
    .second-section__bottom-form-item .field__select {
        width: 28.7rem;
    }
}

.second-section__bottom-form-item .field__select::-ms-expand {
    display: none;
}

.second-section__bottom-form-button .t-btn {
    width: 28.7rem;
    height: 8.6rem;
    margin-left: -0.6rem;
}

@media screen and (max-width: 575px) {
    .second-section__bottom-form-button .t-btn {
        margin-left: 0;
        width: 27.7rem;
    }
}

.second-section__bottom-form-button .t-btn span {
    font-weight: 700;
    font-size: 1.424rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.second-section__bottom-subtext {
    font-family: "Raleway";
    font-weight: 400;
    font-size: 1rem;
    color: #696969;
    text-align: center;
    margin-top: 1.1rem;
    margin-left: 3rem;
}

@media screen and (max-width: 575px) {
    .second-section__bottom-subtext {
        margin-left: 0;
        margin: auto;
        margin-top: 1.5rem;
        width: 23.4rem;
    }
}

.process-section {
    height: 82rem;
    padding-top: 4rem;
}

@media screen and (max-width: 575px) {
    .process-section {
        height: 129rem;
        padding-top: 3rem;
    }
}

.process-section__title {
    line-height: 1.35;
    color: #e4e4e4;
    padding-left: 9.3rem;
}

@media screen and (max-width: 575px) {
    .process-section__title {
        padding-left: 0;
        text-align: center;
        font-size: 2.4rem;
        width: 30.6rem;
        margin: auto;
    }

    .process-section__title br {
        display: none;
    }
}

.process-section__title span {
    font-weight: 600;
    color: #b5e5fb;
}

.process-section__box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
    -moz-column-gap: 1.973rem;
    column-gap: 1.973rem;
}

@media screen and (max-width: 575px) {
    .process-section__box {
        flex-direction: column;
        margin-top: 2rem;
    }
}

.process-section__box-item {
    padding: 2.5rem 0 2.5rem 2.5rem;
    border-radius: 2rem;
    position: relative;
}

@media screen and (max-width: 575px) {
    .process-section__box-item {
        padding: 2rem 2.1rem;
    }
}

.process-section__box-item.item1 {
    width: 34.8rem;
    height: 44.1rem;
    background-image: url(../img/process/item1-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 575px) {
    .process-section__box-item.item1 {
        width: 33.7rem;
        height: 34rem;
        background-image: url(../img/process/item1-bg-xs.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}

.process-section__box-item.item2 {
    width: 79.5rem;
    height: 20.7rem;
    padding: 4.3rem 0 2.5rem 2.5rem;
    background-image: url(../img/process/item2-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 575px) {
    .process-section__box-item.item2 {
        width: 33.7rem;
        height: 31.6rem;
        background-image: url(../img/process/item2-bg-xs.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 20rem 2rem 2rem 2.1rem;
    }
}

.process-section__box-item.item3 {
    width: 40.3rem;
    height: 21.3rem;
    padding: 4.6rem 0 2.5rem 2.5rem;
    background-image: url(../img/process/item3-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 575px) {
    .process-section__box-item.item3 {
        width: 33.7rem;
        height: 14.2rem;
        background-image: url(../img/process/item3-bg-xs.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 2.5rem 2.1rem;
    }
}

.process-section__box-item.item4 {
    width: 37rem;
    height: 21.3rem;
    background-image: url(../img/process/item4-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 575px) {
    .process-section__box-item.item4 {
        width: 33.7rem;
        height: 14.2rem;
        background-image: url(../img/process/item4-bg-xs.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 1.5rem 1rem 1.5rem 2.1rem;
    }
}

.process-section__box-item-title {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.25;
    color: #e4e4e4;
}

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

.process-section__box-item-subtitle {
    color: #aeaeae;
    margin-top: 1rem;
}

@media screen and (max-width: 575px) {
    .process-section__box-item-subtitle {
        font-size: 1.4rem;
        width: 28.8rem;
    }

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

.process-section__box-item .image {
    position: absolute;
    pointer-events: none;
}

.process-section__box-item .image.image1 {
    width: 28.5rem;
    bottom: 0rem;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 575px) {
    .process-section__box-item .image.image1 {
        width: 27.6rem;
    }
}

.process-section__box-item .image.image2 {
    width: 35.8rem;
    top: -11.3rem;
    right: -0.05rem;
}

@media screen and (max-width: 575px) {
    .process-section__box-item .image.image2 {
        width: 26.3rem;
        top: -5.3rem;
        right: 0rem;
        z-index: 5;
    }
}

.process-section__box-right {
    display: flex;
    flex-direction: column;
    gap: 2.046rem;
}

@media screen and (max-width: 575px) {
    .process-section__box-right {
        gap: 2.5rem;
        margin-top: 2.5rem;
    }
}

.process-section__box-right-bottom {
    display: flex;
    align-items: center;
    -moz-column-gap: 2.067rem;
    column-gap: 2.067rem;
}

@media screen and (max-width: 575px) {
    .process-section__box-right-bottom {
        flex-direction: column;
        gap: 2.5rem;
        order: 2;
    }
}

@media screen and (max-width: 575px) {
    .process-section__box-right-top {
        order: 3;
    }
}

.about-section {
    height: 88rem;
    padding-top: 5rem;
}

@media screen and (max-width: 575px) {
    .about-section {
        height: 110rem;
        padding-top: 2.5rem;
    }
}

.about-section .container {
    max-width: 153.6rem;
}

@media screen and (max-width: 575px) {
    .about-section .container {
        max-width: none;
    }
}

.about-section__title {
    text-align: center;
}

@media screen and (max-width: 575px) {
    .about-section__title {
        line-height: 1.35;
        font-size: 2.4rem;
    }
}

.about-section__title span {
    font-weight: 600;
}

.about-section__box {
    display: flex;
    align-items: center;
    margin-top: 3.1rem;
    margin-left: 2rem;
}

@media screen and (max-width: 575px) {
    .about-section__box {
        margin-left: 0;
        flex-direction: column;
        margin-top: 2rem;
    }
}

.about-section__box-item {
    width: 78.2rem;
    height: 55.5rem;
    background-image: url(../img/about/item-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 9.9rem 4rem 7.2rem 13.6rem;
    border-radius: 6rem;
    margin-right: -17rem;
}

@media screen and (max-width: 575px) {
    .about-section__box-item {
        margin-right: 0;
        width: 35.3rem;
        height: 34.5rem;
        background-image: url(../img/about/item-bg-xs.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 2rem 2rem 2rem 2rem;
        border-radius: 2rem;
    }
}

.about-section__box-item-list {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

@media screen and (max-width: 575px) {
    .about-section__box-item-list {
        gap: 0.1rem;
    }
}

.about-section__box-item-list-group {
    display: flex;
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
    align-items: baseline;
}

@media screen and (max-width: 575px) {
    .about-section__box-item-list-group {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
}

.about-section__box-item-list-group:nth-child(2) {
    margin-left: -1.5rem;
}

@media screen and (max-width: 575px) {
    .about-section__box-item-list-group:nth-child(2) {
        margin-left: 0;
    }
}

.about-section__box-item-list-group:nth-child(3) {
    margin-left: -3rem;
}

@media screen and (max-width: 575px) {
    .about-section__box-item-list-group:nth-child(3) {
        margin-left: 0;
        margin-top: 2rem;
    }
}

.about-section__box-item-list-group-text {
    color: #aeaeae;
}

@media screen and (max-width: 575px) {
    .about-section__box-item-list-group-text {
        font-size: 1.4rem;
    }

    .about-section__box-item-list-group-text br {
        display: none;
    }
}

.about-section__box-item-list-group-text span {
    font-weight: 600;
    color: #e4e4e4;
}

.about-section__box-item-list-group .dots1 {
    width: 0.8rem;
}

@media screen and (max-width: 575px) {
    .about-section__box-item-list-group .dots1 {
        width: 0.8rem;
    }
}

.about-section__box-item-list-group .dots2 {
    width: 2.3rem;
}

@media screen and (max-width: 575px) {
    .about-section__box-item-list-group .dots2 {
        width: 0.8rem;
    }
}

.about-section__box-item-list-group .dots3 {
    width: 3.8rem;
}

@media screen and (max-width: 575px) {
    .about-section__box-item-list-group .dots3 {
        width: 0.8rem;
    }
}

.about-section__box-slider {
    width: 72.6rem;
    height: 46rem;
    background-image: url(../img/about/slider-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 3rem 2rem 2.3rem 4.8rem;
    position: relative;
}

@media screen and (max-width: 575px) {
    .about-section__box-slider {
        width: 38.4rem;
        height: auto;
        background-image: url(../img/about/slider-bg-xs.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 4.7rem 2.5rem 2rem 0rem;
        margin-top: -5rem;
    }
}

.about-section__box-slider-item-header {
    display: flex;
    align-items: center;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    padding-left: 3.5rem;
}

@media screen and (max-width: 575px) {
    .about-section__box-slider-item-header {
        -moz-column-gap: 1.4rem;
        column-gap: 1.4rem;
        padding-left: 2.282rem;
    }
}

.about-section__box-slider-item-header-title {
    font-family: "RussoOne";
    font-weight: 400;
    font-size: 4.4rem;
    line-height: 1.35;
    color: #000d16;
}

@media screen and (max-width: 575px) {
    .about-section__box-slider-item-header-title {
        font-size: 2.6rem;
    }
}

.about-section__box-slider-item-header-subtitle {
    font-size: 1.6rem;
    color: #2b2b2b;
    line-height: 1.25;
}

@media screen and (max-width: 575px) {
    .about-section__box-slider-item-header-subtitle {
        font-size: 1rem;
    }
}

.about-section__box-slider-item-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 0.5rem;
}

@media screen and (max-width: 575px) {
    .about-section__box-slider-item-list {
        margin-top: 1rem;
        padding-left: 2.5rem;
    }
}

.about-section__box-slider-item-list-group:nth-child(1) {
    padding-left: 3.5rem;
}

@media screen and (max-width: 575px) {
    .about-section__box-slider-item-list-group:nth-child(1) {
        padding-left: 0;
    }
}

@media screen and (max-width: 575px) {
    .about-section__box-slider-item-list-group:nth-child(2) .about-section__box-slider-item-list-group-subtitle {
        width: 29.2rem;
    }
}

.about-section__box-slider-item-list-group:nth-child(3) .about-section__box-slider-item-list-group-title {
    margin-bottom: 0.7rem;
}

@media screen and (max-width: 575px) {
    .about-section__box-slider-item-list-group:nth-child(3) .about-section__box-slider-item-list-group-title {
        margin-top: 0.5rem;
    }
}

.about-section__box-slider-item-list-group-title {
    font-weight: 700;
    color: #000d16;
}

@media screen and (max-width: 575px) {
    .about-section__box-slider-item-list-group-title {
        font-size: 1.6rem;
    }
}

.about-section__box-slider-item-list-group-subtitle {
    font-size: 1.8rem;
    color: #777;
    margin-top: 0.5rem;
    line-height: 1.25;
}

@media screen and (max-width: 575px) {
    .about-section__box-slider-item-list-group-subtitle {
        font-size: 1.4rem;
        width: 34.6rem;
    }

    .about-section__box-slider-item-list-group-subtitle br {
        display: none;
    }
}

.about-section__box-slider-item-list-group-flex {
    display: flex;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    align-items: center;
    margin-bottom: 1.3rem;
    margin-top: -0.7rem;
}

@media screen and (max-width: 575px) {
    .about-section__box-slider-item-list-group-flex {
        margin-bottom: 1rem;
        width: 28rem;
    }
}

.about-section__box-slider-item-list-group-flex .dots {
    width: 3.8rem;
}

.about-section__box-slider-item-list-group-flex .dots.xs {
    display: none;
}

@media screen and (max-width: 575px) {
    .about-section__box-slider-item-list-group-flex .dots {
        width: 0.8rem;
    }

    .about-section__box-slider-item-list-group-flex .dots.pc {
        display: none;
    }
}

.about-section__box-slider-controls {
    display: flex;
    align-items: center;
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem;
    position: absolute;
    left: 31.7rem;
    bottom: -3.7rem;
}

@media screen and (max-width: 575px) {
    .about-section__box-slider-controls {
        -moz-column-gap: 3.4rem;
        column-gap: 3.4rem;
        left: 50%;
        transform: translateX(-50%);
        bottom: -2.9rem;
    }
}

.about-section__box-slider-controls-btn {
    width: 2rem;
    height: 2rem;
}

.about-section__box-slider-controls-btn .arrow {
    width: 1.4rem;
    max-width: none;
}

.about-section-btn {
    width: 35rem;
    margin: auto;
    margin-top: 3rem;
}

@media screen and (max-width: 575px) {
    .about-section-btn {
        width: 33.7rem;
        margin-top: 6rem;
    }
}

.footer {
    background: linear-gradient(149deg, #000c14 0%, #004b7a 100%);
    padding: 1.9rem 0;
    height: 9.7rem;
}

@media screen and (max-width: 575px) {
    .footer {
        padding: 1.9rem 0 2.4rem 0;
        height: 16.8rem;
    }
}

.footer__box {
    display: flex;
    align-items: center;
    -moz-column-gap: 37rem;
    column-gap: 37rem;
    justify-content: center;
}

@media screen and (max-width: 575px) {
    .footer__box {
        flex-direction: column;
        gap: 1rem;
    }
}

.footer__box-logo .logo {
    width: 17.033rem;
}

@media screen and (max-width: 575px) {
    .footer__box-logo .logo {
        width: 16.6rem;
    }
}

.footer__box-right {
    display: flex;
    -moz-column-gap: 36.3rem;
    column-gap: 36.3rem;
}

@media screen and (max-width: 575px) {
    .footer__box-right {
        -moz-column-gap: 7.9rem;
        column-gap: 7.9rem;
    }
}

.footer__box-right-link {
    font-family: "TTNorms";
    font-weight: 400;
    font-size: 1.4rem;
    text-align: center;
    color: #b6b6b6;
    margin-top: 3.5rem;
    position: relative;
}

@media screen and (max-width: 575px) {
    .footer__box-right-link {
        margin-top: 3rem;
    }
}

.footer__box-right-link:hover::before {
    transform: scale(1);
}

.footer__box-right-link::before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 0.1rem;
    position: absolute;
    left: 0rem;
    bottom: -0.5rem;
    transform: scale(0);
    transition: 320ms all;
}

.footer__box-right-item {
    display: flex;
    align-items: center;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
}

@media screen and (max-width: 575px) {
    .footer__box-right-item {
        margin-top: -0.5rem;
    }
}

.footer__box-right-item-content {
    text-align: right;
}

.footer__box-right-item-content-title {
    font-family: "TTNorms";
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #b6b6b6;
}

.footer__box-right-item-content-link {
    font-family: "TTNorms";
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #f3f3f3;
    position: relative;
}

.footer__box-right-item-content-link:hover::before {
    transform: scale(1);
}

.footer__box-right-item-content-link::before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 0.1rem;
    position: absolute;
    left: 0rem;
    bottom: -0.5rem;
    transform: scale(0);
    transition: 320ms all;
}

.footer__box-right-item-social-telegram .telegram {
    width: 5rem;
}

@media screen and (max-width: 575px) {
    .footer__box-right-item-social-telegram .telegram {
        width: 5rem;
    }
}