/*!******************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles.css ***!
  \******************************************************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Albert Sans", sans-serif;
}
html {
    scroll-behavior: smooth;
}
body {
    background: #0D0D0D;
}
a {
    text-decoration: none;
    display: inline-block;
    width: fit-content;
}
a button {
    width: 100%;
    height: 100%;
}
#app {
    max-width: 100vw;
}
.container {
    width: 100%;
    max-width: 1440px;
    padding: 0 80px;
    margin: 0 auto;
}
header {
    padding: 30px 0;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.center {
    text-align: center;
}
.anton {
    font-family: 'Anton', sans-serif;
}
.banner img {
    position: relative;
    z-index: 1;
}
.big-title {
    color: #202036;
    font-family: 'Anton', sans-serif;
    text-align: center;
    font-size: 202px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    z-index: 0;
    transition: color .5s ease;
}
.big-title.move {
    color: #fff;
}
.color-white {
    color: #fff !important;
    transition: color .5s ease;
}
.flex {
    display: flex;
}
.flex-col {
    flex-direction: column;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.align-center {
    align-items: center;
}
.align-end {
    align-items: flex-end;
}
button {
    outline: none;
    border: none;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #F5F5F7;
    border-radius: 12px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
}
.outlined-button {
    border: 1px solid #2841FF;
    padding: 8px 36px;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    transition: all 0.3s ease;
}
.outlined-button:hover {
    background: linear-gradient(88deg, #2841FF -95.45%, #182799 103.96%);
}
.outlined-button:active {
    background: linear-gradient(88deg, #2841FF -95.45%, #182799 103.96%);
    color: rgba(245, 245, 247, 0.50);
}
.primary-button {
    padding: 12px 47px;
    background: linear-gradient(88deg, #2841FF -95.45%, #182799 103.96%);
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    transition: background 0.3s ease;
}
.primary-button:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%), linear-gradient(88deg, #2841FF -95.45%, #182799 103.96%);
}
.primary-button:active {
    background: linear-gradient(88deg, #2841FF -95.45%, #182799 103.96%);
    color: rgba(245, 245, 247, 0.50);
}
.secondary-button {
    padding: 12px 34px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(40px);
    transition: all 0.3s ease;
}
.secondary-button:hover {
    color: #2841FF;
}
.secondary-button:active {
    background: linear-gradient(88deg, #2841FF -95.45%, #182799 103.96%);
    backdrop-filter: blur(40px);
    color: #F5F5F7;
}
nav {
    border-radius: 66px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(40px);
    display: flex;
    gap: 40px;
    max-width: 535px;
    padding: 21px 61px;
    margin: 0 auto;
    position: fixed;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
nav.hidden {
    display: none;
}
nav a {
    color: #F5F5F7;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.14px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.2s ease;
}
nav a:hover {
    color: #2841FF;
}
nav a.active {
    color: #2841FF;
}
.banner-btn {
    display: none;
}
.circle {
    border-radius: 380px;
    opacity: 0.7;
    background: #1C34E7;
    filter: blur(197px);
    width: 380px;
    height: 380px;
    position: absolute;
    z-index: -2;
}
.animated-circle {
    animation: move-circle 15s infinite linear;
    transform-origin: -50vw -50vh;
    top: 40%;
    left: 50%;
    z-index: -2;
}

@keyframes move-circle {
    0% {
        transform: rotate(0deg) translateX(20vw) translateY(0) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(20vw) translateY(0) rotate(-360deg);
    }
}
.section-title {
    color: #F5F5F7;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.colored-text {
    color: #F5F5F7;
    font-size: 44px;
    line-height: 54px;
    max-width: 1048px;
    width: 80%;
    text-align: center;
    margin: 40px auto 70px;
}
.colored-text span {
    font-weight: 700;
    transition: all .4s ease;
    display: inline-block;
}
.colored-text.active span, .colored-text.move span {
    border-radius: 9px;
    background: linear-gradient(88deg, #2841FF -95.45%, #182799 103.96%);
    color: #fff;
    padding: 0px 6px;
}
.colored-text.active span:first-child, .colored-text.move span:first-child {
    transform: rotate(2deg);
}
.colored-text.active span:not(:first-child), .colored-text.move span:not(:first-child) {
    transform: rotate(-2deg);
}
form {
    width: 100%;
    max-width: 400px;
}
form h6 {
    color: #F5F5F7;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 24px;
}
form h6 span {
    font-weight: 700;
}
form button {
    height: 54px;
}
input {
    border: none;
    outline: none;
    background: none;
    padding: 18px 0;
    color: #F5F5F7;
    font-size: 14px;
    line-height: 28px;
    width: 100%;
    border-bottom: 1px solid rgba(245, 245, 247, 0.20);
    transition: all 0.3s ease;
}
input:hover::placeholder {
    color: rgba(245, 245, 247, 0.70);
}
input:hover {
    border-bottom: 1px solid rgba(245, 245, 247, 0.40);
}
input:focus {
    border-bottom: 1px solid #2841FF;
}
input::placeholder {
    color: rgba(245, 245, 247, 0.40);
    transition: all .3s ease;
}
.custom-checkbox {
    position: relative;
    cursor: pointer;
    transition: all .2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 32px 0 42px;
}
.custom-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
    width: min-content;
}
.custom-checkbox input[type="checkbox"]:checked + .checkmark {
    border: 1px solid #2841FF !important;
    background-size: 50% 50%;
    border-radius: 6px;
    background-color: #2841FF;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(f3c27f0dc6ee6c6d16c4.svg);
}
.custom-checkbox input[type="checkbox"]:checked + .checkmark + .check-text {
    color: rgba(245, 245, 247, 0.90);
}
.custom-checkbox:hover .check-text {
    color: rgba(245, 245, 247, 0.90);
}
.checkmark {
    display: inline-block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    border-radius: 6px;
    border: 1px solid rgba(245, 245, 247, 0.20);
    background: none;
    cursor: pointer;
    transition: border .3s ease;
}
.check-text {
    color: rgba(245, 245, 247, 0.70);
    font-size: 14px;
    line-height: 20px;
    transition: color .3s ease;
}
.check-text a {
    color: #2841FF;
    text-decoration-line: underline;
}
footer {
    background: rgba(19, 19, 19, 0.50);
    height: 604px;
    overflow: hidden;
}
footer .page-links {
    gap: 10px;
    width: 235px;
}
footer .page-links a {
    width: 100%;
}
.footer-content {
    max-width: 1440px;
    width: 100%;
    height: 100%;
    padding: 32px 16px 25px;
    margin: 0 auto;
}
.footer-top--left, .footer-top--right, .footer-body--left, .footer-body--right {
    width: 50%;
}
.footer-top--right {
    gap: 20px;
}
.footer-title {
    color: #F5F5F7 !important;
    font-size: 12px !important;
    line-height: 130% !important;
    letter-spacing: 0.24px !important;
    opacity: 0.8 !important;
}
.solutions__links {
    margin: 20px 0 0 -6px;
}
.solutions__links a {
    color: rgba(245, 245, 247, 0.80);
    font-size: 28px;
    line-height: 100%;
    background: rgba(40, 65, 255, 0.11);
    width: fit-content;
    border-radius: 4px;
    padding: 4px 10px 4px 6px;
    transition: color .3s ease;
    cursor: pointer;
}
.solutions__links a:hover {
    color: #2841FF;
}
.solutions__links a:active {
    color: #1627AC;
}
.links {
    width: 50%;
    max-width: 298px;
}
.quick-links {
    margin-top: 24px;
    gap: 20px;
}
.quick-links a {
    display: block;
    text-decoration: none;
    color: #F5F5F7;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.32px;
    transition: color .3s ease;
    cursor: pointer;
}
.quick-links a:hover {
    color: #2841FF;
}
.quick-links a:active {
    color: #1627AC;
}
.quick-links a+a {
    margin-top: 4px;
}
.privacy-link {
    display: flex;
    text-decoration: none;
    border-radius: 12px;
    background: rgba(40, 65, 255, 0.11);
    padding: 16px 20px;
    height: 104px;
    width: 50%;
    max-width: 235px;
    cursor: pointer;
}
.privacy-link.mob {
    display: none;
}
.privacy-link > div {
    height: 100%;
    width: 100%;
}
.privacy-link__item {
    color: #F5F5F7;
    font-size: 14px;
    line-height: 140%;
    margin: auto 0 0 auto;
    transition: color .1s ease;
}
.privacy-link:hover .privacy-link__item {
    color: #2841FF;
}
.privacy-link:hover .privacy-link__item svg path {
    stroke: #2841FF;
}
.privacy-link__item svg {
    margin-left: 2px;
}
.privacy-link__item svg path {
    transition: fill .2s ease;
}
.privacy-link:active .privacy-link__item {
    color: #1627AC;
}
.privacy-link:active .privacy-link__item svg path {
    stroke: #1627AC;
}
.copyright {
    color: #F5F5F7;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.24px;
    opacity: 0.8;
}
.footer-body--right .footer-title {
    margin-bottom: 16px;
}
.footer-body--right {
    gap: 70px;
}
.footer-body-item a, .footer-body-item p {
    color: #F5F5F7;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.32px;
    text-decoration: none;
    transition: color .3s ease;
}
.footer-body-item a:hover {
    cursor: pointer;
    color: #2841FF;
}
.footer-body-item a:active {
    color: #1627AC;
}
.footer-content .circle {
    top: 90%;
    left: 50%;
    filter: blur(100px);
}
.accordion {
    max-width: 1440px;
    padding: 0 70px;
    margin: 0 auto;
}
.accordion-item {
    border-top: 1px solid rgba(245, 245, 247, 0.20);
}
.accordion-item:last-child {
    border-bottom: 1px solid rgba(245, 245, 247, 0.20);
}
.accordion-top {
    padding: 34px 36px 34px 10px;
    cursor: pointer;
}
.accordion-top svg {
    transform: rotate(-180deg);
    transition: transform 0.3s ease;
}
.accordion-top svg path {
    transition: transform 0.3s ease;
}
.accordion-item.active .accordion-body {
    height: 100%;
    padding: 0 80px 54px 50px;
}
.accordion-item.active svg {
    transform: rotate(0);
}
.accordion-item.active .accordion-top {
    padding: 34px 36px 30px 50px;
}
.accordion-item.active .accordion-top p {
    color: #2841FF;
}
.accordion-item.active .accordion-top svg path {
    stroke: #2841FF;
}
.accordion-body {
    overflow: hidden;
    height: 0;
    color: #F5F5F7;
    font-size: 28px;
    line-height: 34px;
    opacity: 0.82;
    font-weight: 400;
}
.accordion-top p {
    color: #F5F5F7;
    font-size: 42px;
    font-weight: 500;
    line-height: 32px;
    transition: color .2s ease;
}
.burger {
    cursor: pointer;
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: none;
    border-radius: 10px;
    border: 1px solid rgba(245, 245, 247, 0.18);
    transition: all .3s ease;
}
.burger svg path, #close svg path {
    transition: all .3s ease;
}
.burger:hover, #close:hover {
    border: 1px solid rgba(40, 65, 255, 0.50);
}
.burger:hover svg path, #close:hover svg path {
    stroke: #2841FF;
}
.menu {
    display: none;
}
.close-btn {
    border-radius: 10px;
    border: 1px solid rgba(245, 245, 247, 0.18);
    width: 40px;
    height: 40px;
    z-index: 10;
}
.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0D0D0D;
    align-items: center;
    justify-content: center;
}
.modal-content {
    width: 80%;
    max-width: 400px;
}
.modal-content h3 {
    color: #F5F5F7;
    font-size: 46px;
    font-weight: 400;
    line-height: 52px;
}
.modal-content p {
    color: rgba(245, 245, 247, 0.80);
    text-align: center;
    font-size: 14px;
    line-height: 28px;
}
.response-modal-content {
    border-radius: 33px;
    border: 1px solid rgba(245, 245, 247, 0.10);
    background: rgba(245, 245, 247, 0.02);
    display: flex;
    width: 90%;
    max-width: 500px;
    padding: 40px;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.response-modal-content .circle {
    bottom: -150% !important;
}
.response-modal-content img {
    margin-top: 22px;
}
.response-modal-content button {
    width: 400px;
    height: 54px;
    margin-top: 32px;
}
#close-response-modal {
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
}
#close-response-modal path {
    transition: all .2s ease;
}
#close-response-modal:hover path {
    stroke-opacity: 1;
}
.modal-content h4 {
    color: #EEE0E8;
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
}
.modal-content h5 {
    color: #2841FF;
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
}
.modal-content form {
    margin-top: 22px;
}
.modal-content .circle {
    width: 380px;
    height: 380px;
    opacity: 0.7;
    background: #1C34E7;
    filter: blur(197px);
    position: absolute;
    bottom: -30%;
    left: 50%;
    transform: translateX(-50%);
}
.modal .close {
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
}
.modal .close path {
    transition: all .3s ease;
}
.modal .close:hover path {
    fill-opacity: 1;
}
.animate {
    opacity: 0;
    transition: opacity 3s ease;
}
.animate.visible {
    opacity: 1;
}
.word {
    display: inline-block;
    opacity: 0;
    transition: opacity 1s ease;
}
.word + .word {
    margin-left: 4px;
}
.animate-block {
    transform: translateY(-15px);
    transition: transform 1s ease;
}
.animate-block.move {
    transform: translateY(0);
}

@media (max-width: 1280px) {
    .big-title {
        font-size: 13vw;
    }
}
@media (max-width: 1024px) {
    .container {
        padding: 0 40px;
    }
    .big-title {
        font-size: 13vw;
    }
    .banner img {
        width: 75%;
    }
    .accordion {
        padding: 0 40px;
    }
    .quick-links {
        flex-direction: column;
        gap: 4px;
    }
    .footer-top {
        gap: 30px;
    }
    .footer-top--right, .footer-top--left {
        width: 48%;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
    header {
        padding: 25px 0;
    }
    header button {
        display: none;
    }
    header .burger {
        display: flex;
    }
    .big-title {
        font-size: clamp(68px, 20vw, 130px);
    }
    .banner {
        height: calc(100vh - 90px);
        width: 100%;
        max-width: 100vw;
        padding: 20vh 0 0 !important;
    }
    .banner-btn {
        display: flex;
        margin: 85px 0 0;
        width: 230px;
    }
    .banner .text-block {
        border-radius: 17px !important;
        backdrop-filter: blur(2.5px) !important;
        bottom: auto !important;
        top: 46%;
        width: calc(100% - 70px);
        padding: 19px 20px !important;
    }
    .animated-circle {
        width: 252px;
        height: 226px;
        opacity: 0.31;
        filter: blur(106px);
    }
    nav {
        display: none;
    }
    nav {
        padding: 21px 27px;
        gap: 18px;
        background: rgba(255, 255, 255, 0.04);
        backdrop-filter: blur(11px);
        bottom: 18%;
    }
    nav a {
        font-size: 11px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.11px;
    }
    .colored-text {
        font-size: 27px;
        line-height: 39px;
        margin: 40px 30px 44px;
        width: calc(100% - 60px);
    }
    .outlined-button {
        padding: 10px 30px;
    }
    .primary-button {
        font-size: 14px;
        line-height: 26px;
        padding: 8px 37px;
    }
    .secondary-button {
        font-size: 14px;
        line-height: 26px;
        padding: 11px 33px;
    }
    .circle {
        width: 252px;
        height: 252px;
    }
    .accordion {
        padding: 0 20px;
    }
    .accordion-top p {
        font-size: 20px;
        line-height: 29px;
    }
    .accordion-top svg {
        width: 14px;
        height: 7px;
    }
    .accordion-top {
        padding: 24px 11px 24px 10px;
        gap: 10px;
    }
    .accordion-item.active .accordion-top {
        padding: 24px
    }
    .accordion-item.active .accordion-body {
        padding: 0 24px 24px;
        font-size: 20px;
        line-height: 29px;
    }
    form {
        margin-top: -40px;
    }
    form h6 {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 12px;
    }
    input {
        font-size: 16px;
        padding: 24px 0;
    }
    input::placeholder {
        font-size: 14px;
        line-height: 20px;
    }
    .custom-checkbox {
        margin: 32px 0 38px;
    }
    form button {
        height: 60px;
    }
    .footer-top {
        flex-direction: column;
        gap: 34px;
    }
    .footer-top--left, .footer-top--right {
        width: 100%;
    }
    .solutions__links {
        margin: 24px 0 0;
    }
    .solutions__links a {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
    }
    .privacy-link.desk {
        display: none;
    }
    .privacy-link.mob {
        display: flex;
    }
    .quick-links {
        gap: 10px;
    }
    .quick-links a {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.28px;
    }
    .quick-links a+a {
        margin-top: 10px;
    }
    .footer-body {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 36px;
    }
    .footer-content {
        gap: 40px;
    }
    .footer-body--left + div.flex {
        gap: 20px;
        width: 100%;
    }
    .footer-body--right {
        flex-direction: column;
        gap: 24px;
        width: 100%;
    }
    footer {
        height: 100%;
    }
    .privacy-link {
        height: 60px;
        width: 188px;
    }
    .privacy-link > div {
        align-items: center;
        flex-direction: row;
    }
    .privacy-link__item {
        margin: 0 0 0 22px;
    }
    .copyright {
        color: rgba(245, 245, 247, 0.38);
        opacity: 1;
        margin-top: 4px;
    }
    .menu {
        display: flex;
        position: fixed;
        right: 0;
        height: 100vh;
        top: 0;
        background: #0D0D0D;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        transform: translateX(110%);
        transition: transform 0.3s ease-in;
        z-index: 99999;
    }
    .menu.open {
        transform: translateX(0%);
    }
    .menu .circle {
        width: 252px;
        height: 226px;
        background: #1C34E7;
        opacity: 0.31;
        filter: blur(107px);
        left: 50%;
        bottom: -8%;
        transform: translateX(-50%);
    }
    .menu-top {
        padding: 25px 20px;
    }
    .menu-navs {
        padding: 0 20px;
        gap: 33px;
        margin-top: 56px;
    }
    .menu-nav {
        color: rgba(245, 245, 247, 0.80);
        font-size: 27px;
        font-weight: 500;
        line-height: 39px;
        transition: all .3s ease;
    }
    .menu-nav:hover {
        color: #2841FF;
    }
    .menu-body {
        overflow-y: auto;
        margin-bottom: 20px;
    }
    .menu-bottom {
        gap: 28px;
        padding: 0 20px 32px;
        display: flex;
        flex-direction: column;
        margin-top: auto;
    }
    .menu-bottom > .flex {
        gap: 14px;
    }
    .privacy-link.mob {
        width: 100%;
        max-width: 100%;
    }
    .menu .privacy-link__item svg {
        transform: translateY(-5px);
    }
    .modal h4, .modal h5 {
        font-size: 22px;
        line-height: 34px;
    }
    .modal-content form {
        margin-top: 12px;
    }
    .modal-content button {
        display: flex !important;
    }
    .footer-body--left {
        width: 100%;
    }
    .response-modal-content {
        padding: 32px;
    }
    .response-modal-content h3 {
        font-size: 34px;
        line-height: 44px;
        font-weight: 500;
    }
    .response-modal-content button {
        width: 100%;
    }
    .response-modal-content img {
        width: 193px;
        margin: 29px 0 8px;
    }
}
/*!***********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles/main.css ***!
  \***********************************************************************/
.hidden {
    overflow: hidden;
}
.dots {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.dot {
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 1);
    transition: background-color 2s ease;
    opacity: 0.5;
    /*animation: loading 3s infinite alternate;*/
}
.dot:nth-child(2) {
    animation-delay: 0.4s;
}
.dot:nth-child(3) {
    animation-delay: 0.8s;
}
.dot:nth-child(4) {
    animation-delay: 1.2s;
}
.dot:nth-child(5) {
    animation-delay: 1.6s;
}
.dot:nth-child(6) {
    animation-delay: 2s;
}
.dot:nth-child(7) {
    animation-delay: 2s;
}
@keyframes loading {
    0% {
        opacity: 0.5;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}
.dot.active {
    /*opacity: 1;*/
    animation: loading 1s infinite alternate;
}
.main-about {
    padding: 100px 0 0;
}
.key-highlights h5 {
    color: #737393;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin: 90px 0 40px;
}

.highlights {
    gap: 14px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 34px 0 52px;
    overflow-x: auto;
}

.highlight-card {
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    border: 1px solid rgba(245, 245, 247, 0.11);
    height: 400px;
    width: 100%;
    min-width: 328px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.highlight-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    z-index: -1;
}

.highlight-card:hover img {
    transform: scale(1.2);
}

.highlight-card p {
    color: #F5F5F7;
    font-size: 28px;
    line-height: 34px;
    max-width: 256px;
}

.main-solutions {
    padding: 120px 0 70px;
}

.main-solutions {
    position: relative;
    height: 200vh;
}
.main-solutions .bottom {
    height: 70vh;
    position: relative;
    z-index: -1;
}
.main-solutions .container {
    position: sticky;
    top: 5%;
    display: flex;
    flex-direction: column;
}

.main-solutions .btn {
    position: sticky;
    top: 60%;
    z-index: 4;
    display: block;
}
.main-solutions .animated-block {
    position: sticky;
    top: -300px;
    transform: translateY(-42px);
    margin-top: 40vh;
}
.main-solutions__text {
    max-width: 882px;
    gap: 36px;
    margin: 170px auto 15vh;
    position: sticky;
    top: 10%;
}
.main-solutions .btn {
    margin: 0 auto;
}
.main-solutions__text .circle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-solutions__text h3 {
    color: #F5F5F7;
    text-align: center;
    font-size: 44px;
    line-height: 54px;
    letter-spacing: -0.88px;
    font-weight: 400;
}
.main-solutions__text h3 span + span {
    margin-left: 8px !important;
}
.main-solutions__text p {
    color: #F5F5F7;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    margin: 0 auto;
    width: 85%;
}
.main-solutions .btn {
    margin: 0 auto;
}
.main-solutions .primary-button {
    padding: 8px 46px;
    font-size: 14px;
    line-height: 26px;
}
.blocks {
    gap: 14px;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 42px 0 44px;
    position: relative;
    z-index: 3;
}

.block {
    border-radius: 16px;
    border: 1px solid rgba(245, 245, 247, 0.11);
    background: rgba(40, 65, 255, 0.07);
    backdrop-filter: blur(25px);
    padding: 36px;
    width: 25%;
}

.block:nth-child(2) {
    transform: translateY(-30px);
}

.block:nth-child(3) {
    transform: translateY(-20px);
}

.block--num {
    color: rgba(245, 245, 247, 0.50);
    font-size: 13px;
    line-height: 25px;
}

.block--title {
    color: #F5F5F7;
    font-size: 22px;
    line-height: 32px;
    margin: 12px 0 14px;
}
.block--text {
    color: rgba(245, 245, 247, 0.71);
    font-size: 14px;
    line-height: 26px;
}
.main-choose {
    padding: 80px 0 0;
}
.main-choose h2 {
    font-size: 76px;
    font-weight: 400;
    line-height: 80px;
    text-transform: uppercase;
    background: linear-gradient(89deg, #2841FF -30.16%, #131F7A 94.98%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 850px;
    margin: 40px 0 80px;
}
.banner {
    padding: 110px 0;
}
.big-title.active {
    color: #fff;
}
.banner .text-block {
    z-index: 2;
    display: inline-flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
    color: #F5F5F7;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    max-width: 635px;
    bottom: 30%;
}
.main-computer {
    padding: 80px 0 0;
}
.main-computer__content {
    gap: 40px;
}
.main-computer__content img {
    border-radius: 40px;
    width: 50%;
    max-width: 550px;
}
.computer-slogan {
    color: #202036;
    font-size: 100px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 90px 0 40px -105px;
    transition: color .6s ease;
}
.computer-slogan.active {
    color: #fff;
}
.computer-title {
    color: #737393;
    font-size: 16px;
    line-height: 30px;
}
.computer-text {
    color: #F5F5F7;
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    margin: 12px 0 32px;
}
.computer-buttons {
    gap: 20px;
}
.main-impact {
    padding: 80px 0 0;
}
.impact-img {
    right: 7.5%;
    top: -12%;
    z-index: -1;
}
.impact-content {
    color: #F5F5F7;
    font-size: 170px;
    line-height: 100%;
    letter-spacing: -3.4px;
    margin-top: 111px;
}
.impact-content p:nth-child(2) {
    margin: 6px 20px 6px 0;
    text-align: right;
}
.impact-circle {
    border-radius: 500px;
    opacity: 0.7;
    background: rgba(40, 65, 255, 0.38);
    filter: blur(197px);
    width: 500px;
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.impact-text {
    color: #F5F5F7;
    font-size: 14px;
    line-height: 26px;
    left: 70%;
    bottom: 40px;
    max-width: 318px;
}
.impact-right--text {
    color: #F5F5F7;
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    margin: 12px 0 32px;
}
.impact-right--title {
    color: #737393;
    font-size: 16px;
    line-height: 30px;
}
.container-second {
    gap: 30px;
}
.container-second img {
    margin-left: -3%;
}
.contacts {
    padding: 90px 0 0;
}
.contacts__content {
    gap: 30px;
}

@media (max-width: 1280px) {
    .impact-content {
        font-size: 130px;
    }
    .impact-text {
        left: 62%;
        bottom: 3%;
    }
    .container-second {
        margin-top: 80px;
    }
    .container-second img {
        width: 45%;
    }
    .contacts__content img {
        width: 50%;
    }
    .computer-slogan {
        font-size: clamp(30px, 8vw, 100px);
    }
}

@media (max-width: 1024px) {
    .main-computer__content {
        gap: 20px;
    }
    .computer-text {
        font-size: 24px;
    }
    .computer-slogan {
        /*font-size: 80px;*/
    }
    .computer-buttons {
        gap: 12px;
    }
    .highlights {
        padding: 0 0 0 40px;
    }
    .impact-content {
        font-size: 100px;
    }
    .blocks {
        flex-wrap: wrap;
    }
    .block--title {
        margin: 2px 0 20px;
    }
    .block {
        width: 48.5%;
    }
    .block:nth-child(2), .block:nth-child(3) {
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .main-about {
        padding: 0;
    }
    .main-computer {
        padding: 48px 0 0;
    }
    .main-computer__content {
        flex-direction: column;
        gap: 30px;
    }
    .main-computer__content img {
        width: 100%;
        max-width: 100%;
        max-height: 490px;
        border-radius: 30px;
    }
    .computer-slogan {
        margin: 0 0 28px;
        font-size: clamp(40px, 13vw, 55px);
        line-height: 58px;
    }
    .computer-title {
        font-size: 15px;
        line-height: 23px;
    }
    .computer-text {
        font-size: 20px;
        line-height: 29px;
        margin: 14px 0 30px;
    }
    .computer-buttons {
        gap: 14px;
    }
    .computer-buttons a:first-child {
        width: 45%;
    }
    .highlights {
        padding: 0 20px;
        gap: 16px;
    }
    .highlight-card {
        min-width: 280px;
        flex: 1 0 90%;
        max-width: 308px;
        padding: 0 31px;
    }
    .highlight-card p {
        font-size: 24px;
        line-height: 30px;
        max-width: 100%;
    }
    .key-highlights h5 {
        margin: 62px 0 16px;
    }
    .main-solutions {
        padding: 90px 0 0;
        height: auto;
    }
    .main-solutions button {
        display: none;
    }
    .main-solutions .section-title {
        text-align: center;
    }
    .main-solutions__text {
        margin: 30px 0 100px;
        gap: 22px;
    }
    .main-solutions__text h3 {
        font-size: 27px;
        line-height: 37px;
        letter-spacing: -0.54px;
        margin: 0 10px;
    }
    .main-solutions__text p {
        color: rgba(245, 245, 247, 0.50);
        text-align: center;
        font-size: 15px;
        line-height: 25px;
        width: 90%;
    }
    .main-solutions .animated-block {
        height: 100%;
        z-index: 2;
    }
    .main-solutions .bottom {
        display: none;
    }
    .blocks {
        flex-direction: column;
        position: relative;
        padding: 0 20px 0;
    }
    .block {
        width: 100%;
        position: sticky;
        top: 30px;
        padding: 46px 36px;
        height: 360px;
    }
    .block:nth-child(2) {
        top: 70px;
    }
    .block:nth-child(3) {
        top: 110px;
    }
    .block:nth-child(4) {
        top: 150px;
    }
    .main-impact {
        padding: 60px 0 0;
    }
    .main-impact .section-title {
        text-align: center;
    }
    .impact-img {
        width: 165px;
        top: 8%;
        right: 5%;
    }
    .container-second {
        flex-direction: column;
        margin-top: -10px;
    }
    .container-second img {
        width: 100%;
        margin-left: 0;
        max-height: 400px;
        max-width: calc(100% - 40px);
    }
    .impact-content {
        font-size: 46px;
        letter-spacing: -0.92px;
        margin-top: 70px;
    }
    .impact-text {
        position: relative;
        font-size: 15px;
        line-height: 25px;
        left: 0;
        bottom: 0;
        max-width: 100%;
        margin-top: 44px;
        text-align: right;
    }
    .impact-circle {
        width: 188px;
        height: 166px;
        filter: blur(100px);
        top: 40%;
    }
    .impact-right {
        margin-top: -40px;
    }
    .impact-right--title {
        font-size: 15px;
        line-height: 23px;
    }
    .impact-right--text {
        font-size: 20px;
        line-height: 29px;
        margin: 14px 0 30px;
    }
    .impact-right button {
        height: 62px;
        width: 100%;
    }
    .main-choose {
        padding: 80px 0 0;
    }
    .main-choose h2 {
        font-size: 44px;
        line-height: 47px;
        margin: 14px 0 40px;
    }
    .contacts__content {
        flex-direction: column;
        margin-top: -40px;
    }
    .contacts__content img {
        width: 100%;
        max-height: 450px;
        max-width: 450px;
    }
    .contacts {
        padding: 90px 0 80px;
    }
}

/*!************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles/about.css ***!
  \************************************************************************/
.banner-about {
    padding: 110px 0 0;
}
.p-about__block {
    padding: 146px 0 0;
}
.p-about__block button {
    width: 100%;
    height: 100%;
}
.about-content {
    gap: 60px;
}
.about-content img {
    border-radius: 40px;
}
.about-content__right h5 {
    color: #737393;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.about-content__right p {
    color: #F5F5F7;
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    margin: 12px 0 32px;
}
.about-content .circle {
    width: 239px;
    height: 238px;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
}
.p-about__info {
    padding: 50px 0 56px;
}
.p-about__info .text {
    color: #F5F5F7;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    max-width: 730px;
    margin: 40px auto 0;
}
.bottom-left {
    width: 70%;
    max-width: 690px;
    margin-left: 30px;
}
.bottom-left h4 {
    color: #737393;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.bottom-left p {
    color: #F5F5F7;
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    margin: 12px 0 32px;
}
.bottom-left a {
    width: fit-content;
}
.bottom-left button {
    width: 100%;
    height: 100%;
}
.bottom-right img {
    width: 500px;
}
.p-about__bottom {
    padding: 80px 0 0;
}

@media (max-width: 1280px) {
    .about-content img, .bottom-right {
        width: 40%;
    }
    .bottom-left {
        width: 60%;
    }
    .bottom-right img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .banner-about {
        /*padding: 124px 0 100px !important;*/
    }
    .p-about__block {
        padding: 0;
    }
    .about-content img {
        display: none;
    }
    .about-content .circle {
        top: -25%;
        opacity: 0.31;
        width: 252px;
        height: 226px;
        filter: blur(107px);
    }
    .about-content__right h5 {
        font-size: 15px;
        line-height: 23px;
    }
    .about-content__right p {
        font-size: 20px;
        line-height: 29px;
        margin: 14px 0 30px;
    }
    .about-content__right a {
        height: 62px;
        width: 100%;
    }
    .p-about__info .colored-text {
        margin: 40px 30px 0;
    }
    .p-about__info .text {
        color: rgba(245, 245, 247, 0.50);
        text-align: center;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        margin: 22px 40px;
    }
    .p-about__bottom .container {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .p-about__info {
        padding: 50px 0 0;
    }
    .bottom-right {
        width: 100%;
    }
    .bottom-left {
        width: 100%;
        margin: 0;
    }
    .bottom-left h4 {
        font-size: 15px;
        line-height: 23px;
    }
    .bottom-left p {
        font-size: 20px;
        line-height: 29px;
        margin: 14px 0 30px;
    }
    .bottom-left a {
        height: 62px;
        width: 100%;
    }
    .p-about__bottom {
        padding: 20px 0 80px;
    }
}
/*!****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles/solutions.css ***!
  \****************************************************************************/
.banner-solutions {
    padding: 110px 0 0;
}
.p-solutions__block {
    padding: 178px 0 0;
    position: relative;
}
.p-solutions__block .circle {
    display: none;
}
.p-solutions__accordion {
    padding: 104px 0 0;
}
.p-solutions__form {
    padding: 66px 0 30px;
}

@media (max-width: 768px) {
    .p-solutions__block {
        padding: 0;
    }
    .p-solutions__block .circle {
        display: block;
        left: 50%;
        top: -18%;
        transform: translateX(-50%);
        width: 252px;
        height: 226px;
        opacity: 0.31;
        filter: blur(107px);
    }
    .banner-solutions {
        /*padding: 124px 0 75px !important;*/
    }
    .p-solutions__accordion {
        padding: 36px 0 0;
    }
    .p-solutions__form {
        padding: 40px 0 80px;
    }
}
/*!**************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles/privacy.css ***!
  \**************************************************************************/
.banner-privacy {
    padding: 110px 0 36px;
}
.banner-privacy .circle {
    display: none;
}
.banner-text {
    max-width: 783px;
    width: 80%;
    margin: -10px auto 0;
}
.banner-privacy p {
    color: #F5F5F7;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    position: relative;
    z-index: 3;
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
    padding: 10px 30px;
}
.p-privacy-main {
    padding: 78px 0 60px;
    margin-bottom: 120px;
}
.content-nav {
    position: sticky;
    top: 100px;
    width: 100%;
    max-width: 413px;
    height: 500px;
}
.content-nav--terms {
    height: 700px;
}
.content-nav .line {
    background: #2841FF;
    height: 100%;
    width: 1px;
    position: absolute;
    left: -1px;
    top: 0;
    display: none;
    transition: display 0.5s ease;
}
.content-nav ul {
    list-style: none;
    padding: 0;
    border-left: 1px solid rgba(245, 245, 247, 0.20);
}
.content-nav li {
    padding: 17px 10px 17px 20px;
    cursor: pointer;
}
.content-nav li a {
    text-decoration: none;
    color: #737393;
    font-size: 14px;
    line-height: 26px;
}
.content-nav li.active {
    position: relative;
}
.content-nav li.active .line {
    display: block;
}
.content-nav li.active a {
    color: #F5F5F7;
}
.privacy-content {
    flex-grow: 1;
    gap: 70px;
    width: 100%;
    max-width: 690px;
}
.active-section {
    color: #3498db;
}

.content-section h6 {
    color: #737393;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.content-section h2 {
    color: #F5F5F7;
    font-size: 44px;
    font-weight: 400;
    line-height: 54px;
    letter-spacing: -0.88px;
    margin-bottom: 40px;
}
.content-section p, .content-section li, .content-section a {
    color: #F5F5F7;
    font-size: 14px;
    line-height: 26px;
    width: 90%;
    max-width: 575px;
}
.content-section a {
    display: inline;
}
.content-section ul {
    margin-left: 20px;
}

@media (max-width: 1024px) {
    .content-nav {
        display: none;
    }
    .privacy-content {
        max-width: 100%;
    }
    .content-section p, .content-section li, .content-section a {
        max-width: 100%;
        width: 100%;
    }
    .banner-privacy {
        padding: 70px 0 62px !important;
    }
    .banner-privacy p {
        margin: -60px 35px 0;
        font-size: 15px;
        line-height: 25px;
        border-radius: 17px;
        background: rgba(0, 0, 0, 0.18);
        backdrop-filter: blur(2.5px);
        padding: 19px 20px;
    }
    .banner-privacy .circle {
        display: block;
        opacity: 0.31;
        filter: blur(107px);
        width: 252px;
        height: 226px;
        left: 50%;
        transform: translateX(-50%);
        top: 80%;
    }
    .content-section h2 {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.56px;
        margin-bottom: 24px;
    }
    .content-section p, .content-section li, .content-section a {
        color: rgba(245, 245, 247, 0.70);
        font-size: 14px;
        line-height: 26px;
    }
    .privacy-content {
        gap: 40px;
    }
    .p-privacy-main {
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .banner-privacy {
        padding: 10vh 0 0 !important;
    }
    .banner-privacy p {
        margin: -60px 0 0;
    }
    .p-privacy-main {
        padding: 0;
    }
}
