.none {
    display: none !important
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

.no-scroll {
    overflow-y: hidden
}

* {
    padding: 0;
    margin: 0;
    border: none
}

*, *::before, *::after {
    box-sizing: border-box
}

a, a:link, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

aside, nav, footer, header, section, main {
    display: block
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
    font-weight: inherit
}

ul, ul li {
    list-style: none
}

img {
    vertical-align: top
}

img, svg {
    height: auto
}

address {
    font-style: normal
}

input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent
}

input::-ms-clear {
    display: none
}

button, input[type=submit] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer
}

input:focus, input:active, button:focus, button:active {
    outline: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

label {
    cursor: pointer
}

legend {
    display: block
}

:root {
    --container-width: 1200px;
    --container-padding: 15px
}

.dark {
    --page-bg: #252526;
    --text-color: #fff
}

html {
    scroll-behavior: smooth
}

.page-site {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

body {
    background: var(--Blue-50, #EEF4FF);
    color: var(--Black, #0A0A0A);
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 110.141%;
    letter-spacing: -.18px
}

section {
    padding: 110px 0
}

.container {
    padding: 0 15px;
    max-width: 1210px;
    margin: 0 auto;
    position: relative
}

.promo .container {
    z-index: 10
}

.main-wrapper {
    overflow: hidden
}

.title, h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 110.141%
}

@media (min-width: 991px) {
    .title, h2 {
        font-size: 38px
    }
}

.error404 .text-block {
    padding-top: 245px
}

.btn {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 20px;
    border-radius: 8px;
    background: var(--Green, #90EB57);
    box-shadow: 0 3px 10px 0 rgba(144, 235, 87, .25);
    transition: opacity 0.3s ease-in-out;
    display: block;
    width: fit-content;
    color: #0A0A0A
}

@media (any-hover: hover) {
    .btn:hover {
        opacity: .8
    }
}

.text p, .text-block p {
    margin-bottom: 20px
}

.text-block {
    padding: 170px 0
}

.text-block h1 {
    font-size: 60px;
    text-transform: none;
    text-align: center
}

.text-block div {
    margin-bottom: 40px
}

.text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
    margin-bottom: .5em
}

.text-block p {
    margin-bottom: 1em
}

.text-block a {
    color: #26E788;
    text-decoration: none
}

.text-block a:hover {
    text-decoration: underline
}

.text-block ul, .text-block ol {
    margin-bottom: 1em
}

.text-block li {
    margin-bottom: .5em
}

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

@font-face {
    font-family: "TT Firs Neue";
    src: url(../fonts/TTFirsNeue-Regular.woff2) format("woff2");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: "TT Firs Neue";
    src: url(../fonts/TTFirsNeue-Medium.woff2) format("woff2");
    font-weight: 500;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: "TT Firs Neue";
    src: url(../fonts/TTFirsNeue-DemiBold.woff2) format("woff2");
    font-weight: 600;
    font-display: swap;
    font-style: normal
}

.about {
    position: relative;
    padding: 120px 0 200px
}

.about.about2 {
    padding-bottom: 120px
}

.about h2 {
    margin-bottom: 20px
}

.about__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.about__btn {
    margin-top: 50px
}

.about__left {
    min-width: 488.51px
}

.about__hide {
    display: none
}

.about__more {
    color: var(--Blue-950, #1C1E4A);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.18px;
    border-radius: 5px;
    border: 2px solid rgba(144, 235, 87, .5);
    padding: 6px 15px;
    display: flex;
    align-items: center;
    gap: 8px
}

.about__more.active span:last-child {
    display: block
}

.about__more.active span:first-child {
    display: none
}

.about__more.active::after {
    transform: rotateX(180deg)
}

.about__more span:last-child {
    display: none
}

.about__more::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath stroke='%231C1E4A' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 .99 5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    width: 12px;
    height: 7px
}

.about__text-bottom {
    margin-top: 20px
}

.advantages {
    position: relative;
    color: #fff
}

.advantages__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.advantages__top {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.advantages__top strong {
    font-size: 22px
}

.advantages__wrapper {
    margin: 50px auto 0 auto;
    display: flex;
    justify-content: center;
    max-width: 990px
}

.advantages__item {
    border-radius: 10px;
    border-bottom: 5px solid #7FA5FF;
    background: #393C76;
    box-shadow: 0 10px 35px 0 rgba(0, 0, 0, .15);
    padding: 35px 20px 20px 20px;
    text-align: center;
    min-width: 306px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.advantages__item:nth-child(2) {
    z-index: 2;
    position: relative;
    margin: 0 -8px;
    transform: translateY(-16px)
}

.advantages__item h4 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.22px;
    text-transform: capitalize;
    margin-bottom: 15px
}

.advantages__item p {
    font-size: 14px;
    line-height: 171.429%;
    letter-spacing: -.14px;
    opacity: .75
}

.advantages__btn {
    margin: 50px auto 0 auto;
    padding: 20px 60px
}

.advantages2 {
    color: #0A0A0A
}

.advantages2 .container {
    max-width: 1230px
}

.advantages2 .advantages__top {
    max-width: 996px
}

.advantages2 .advantages__item {
    border-radius: 10px;
    background: var(--Green, #90EB57);
    border-bottom: none;
    text-align: left;
    justify-content: flex-start;
    min-width: unset
}

.advantages2 .advantages__item:nth-child(2), .advantages2 .advantages__item:nth-child(4), .advantages2 .advantages__item:nth-child(5), .advantages2 .advantages__item:nth-child(7) {
    background: #CBF9AE
}

.advantages2 .advantages__item strong {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.22px
}

.advantages2 .advantages__item p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.18px;
    margin-top: 10px;
    opacity: 1;
    line-height: 115%
}

.advantages2 .advantages__item:nth-child(2) {
    margin: 0;
    transform: translateY(0)
}

.advantages2 .advantages__wrapper {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 20px;
    max-width: 100%
}

.calculator {
    padding-top: 0
}

.calculator-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 30px;
    border: 2px solid #8977FD;
    background: #C9D8FC;
    box-shadow: 0 30px 200px 0 rgba(109, 114, 246, .3);
    padding: 50px 100px
}

@media (max-width: 1023px) {
    .calculator-inner {
        gap: 60px
    }
}

@media (max-width: 767px) {
    .calculator-inner {
        gap: 0
    }
}

.calculator-head {
    display: flex;
    flex-direction: column;
    gap: 28px;
    text-align: center;
    max-width: 800px
}

.calculator-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 110.141%;
    letter-spacing: -.4px
}

.calculator-title span {
    color: var(--Blue-600, #4A50E1)
}

@media (max-width: 1023px) {
    .calculator-title {
        font-size: 24px
    }
}

.calculator-text {
    opacity: .8;
    color: var(--Black, #0A0A0A);
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.2px
}

@media (max-width: 1023px) {
    .calculator-text {
        font-size: 18px
    }
}

.calculator-body {
    max-width: 447px
}

@media (max-width: 767px) {
    .calculator-body {
        min-width: 447px;
        transform: scale(.8)
    }
}

.calculator-body:hover .interact {
    animation: unset
}

.calc__main {
    position: relative;
    user-select: none
}

.calc__front-image {
    position: relative;
    pointer-events: none;
    z-index: 10
}

.calc__inner {
    width: calc(100% - 44px);
    height: calc(100% - 48px);
    background: #242424;
    border-radius: 20px;
    position: absolute;
    top: 22px;
    left: 22px;
    overflow: hidden
}

.phone__top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 54px;
    margin-top: 8px;
    margin-bottom: 50px
}

.phone__time {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 138px;
    height: 100%;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.phone__icons {
    height: 100%
}

.calc__inputs-container {
    display: flex;
    position: relative;
    flex-direction: row;
    gap: 40px;
    width: fit-content;
    margin-inline: 10px
}

.calc__input-container {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.calc__input {
    padding: 5px 10px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
    box-shadow: none;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2
}

.calc__input.error {
    color: #D33
}

.calc__label {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2
}

.calc__controls-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 20;
    width: fit-content;
    margin-inline: auto;
    gap: 12px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1)
}

.calc__control {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 5px;
    border: 0;
    cursor: pointer;
    background-color: transparent
}

.calc__control:hover {
    background-color: rgba(255, 255, 255, .1)
}

.calc__error {
    opacity: 0;
    color: #D33;
    text-align: center;
    font-size: .6875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    z-index: 100
}

.calc__error.active {
    opacity: 1
}

.calc__graph-container {
    width: 100%;
    padding-inline: 15px;
    margin-bottom: 55px;
    position: relative;
    z-index: 10
}

.graph__bg {
    position: absolute;
    top: 230px;
    z-index: 0
}

.graph__bg1, .graph__bg2 {
    position: absolute;
    display: unset;
    width: unset;
    height: unset
}

.graph__bg2 {
    transform: translateY(60px)
}

.graph__bg-progress {
    position: absolute;
    right: 0;
    top: 230px;
    width: 260px;
    height: 400px;
    opacity: .6;
    background-color: #242424;
    z-index: 2;
    pointer-events: none
}

.graph__corner-mark {
    display: inline-block;
    margin-bottom: 5px;
    color: #FFF;
    font-family: "TT Firs Neue";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1
}

.graph__top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
    color: #fff
}

.graph__left {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    justify-content: space-between
}

.graph__mark {
    color: #FFF;
    font-family: "TT Firs Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1
}

.graph__mark:nth-child(even) {
    opacity: .3
}

.graph__bottom {
    display: flex;
    flex-direction: row;
    gap: 27px;
    align-items: center;
    color: #fff
}

.graph__marks-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%
}

.graph__main {
    position: relative;
    height: 260px;
    width: 260px;
    margin: 10px;
    margin-right: 30px
}

.graph__cursor {
    display: block;
    position: absolute;
    transform-origin: center;
    pointer-events: none;
    will-change: transform
}

.interact {
    animation: 1s interact-shake linear infinite
}

.calc__expect-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-inline: auto;
    margin-bottom: 30px
}

.calc__expect-title {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1
}

.calc__expect-sum {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    transition: 0.3s
}

.calc__expect-sum.active {
    animation: 0.2s shake linear
}

.calculator-btn {
    display: block;
    width: 258px;
    margin: 0 auto 20px;
    color: #fff;
    background-color: #4A50E1;
    text-align: center;
    border-radius: 30px;
    padding: 15px 0
}

.phone__home-indicator {
    width: 139px;
    height: 5px;
    margin-inline: auto;
    border-radius: 100px;
    background: #fff
}

@keyframes shake {
    0% {
        transform: translateY(0);
        color: #F6C362
    }
    25% {
        transform: translateY(15px);
        color: #F6C362
    }
    50% {
        transform: translateY(-13px);
        color: #F6C362
    }
    75% {
        transform: translateY(10px);
        color: #F6C362
    }
    100% {
        transform: translateY(0);
        color: #3DB249
    }
}

@keyframes interact-shake {
    0% {
        transform: translateX(0)
    }
    5% {
        transform: translateX(5px)
    }
    10% {
        transform: translateX(-4px)
    }
    15% {
        transform: translateX(3px)
    }
    20% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(0)
    }
}

.calculator-foot {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center
}

@media (max-width: 1023px) {
    .calculator-foot {
        padding: 12px
    }
}

.calculator-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: none
}

.calculator-wrapper {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.calculator-foot-title {
    color: var(--Blue-600, #4A50E1);
    font-size: 24px;
    font-weight: 600;
    line-height: 110.141%;
    letter-spacing: -.24px;
    opacity: .8
}

.calculator-foot-text {
    color: var(--Black, #0A0A0A);
    font-size: 20px;
    font-weight: 600
}

.faq__title {
    text-align: center;
    font-size: 60px
}

.faq__wrapper {
    margin-top: 50px;
    border-radius: 20px;
    overflow: hidden
}

.faq__item {
    color: #fff;
    background: #4146AC;
    transition: border 0.3s ease-in-out;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .1921568627);
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out
}

.faq__item.active {
    background: var(--Blue-600, #4A50E1)
}

.faq__item.active .faq__item--count {
    opacity: 1
}

.faq__item:last-child {
    border-bottom: none
}

.faq__item--title {
    font-size: 28px;
    font-weight: 600;
    padding: 50px 120px 30px 50px;
    position: relative;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
    line-height: 115%;
    display: flex;
    gap: 50px
}

.faq__item--title.active::before {
    transform: rotate(45deg)
}

.faq__item--title.active .faq__item--count {
    opacity: 1
}

.faq__item--title::before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' fill='none'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M8 .501H6v6H0v2h6v6h2v-6h6v-2H8v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    width: 48px;
    height: 48px;
    right: 40px;
    top: 45px;
    border-radius: 50%;
    transform: rotate(0);
    background-color: rgba(255, 255, 255, .1);
    transition: transform 0.3s ease-in-out
}

.faq__item--count {
    color: var(--Green, #90EB57);
    font-size: 44px;
    font-weight: 400;
    display: block;
    width: 60px;
    transition: opacity 0.3s ease-in-out;
    opacity: .6
}

.faq__item--descr {
    padding: 0 120px 20px 160px;
    display: none;
    font-size: 16px;
    color: #FFF
}

@media (max-width: 991px) {
    .faq__item--title {
        padding: 30px 70px 10px 20px;
        font-size: 20px;
        gap: 15px
    }

    .faq__item--title::before {
        right: 10px;
        top: 17px
    }

    .faq__item--descr {
        padding: 0 15px 15px 65px
    }

    .faq__item--count {
        font-size: 26px;
        min-width: 30px
    }
}

.footer {
    border-top: 3px solid var(--Blue-500, #5668EB);
    background: var(--Blue-50, #EEF4FF);
    padding: 100px 0
}

.footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .5)
}

.footer__menu ul {
    display: flex;
    gap: 20px
}

.footer__menu ul a {
    font-size: 14px;
    font-weight: 700;
    opacity: .5;
    transition: opacity 0.3s ease-in-out;
    color: var(--Black, #0A0A0A)
}

@media (any-hover: hover) {
    .footer__menu ul a:hover {
        opacity: 1
    }
}

.footer__bottom {
    margin-top: 40px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500
}

.footer__bottom p {
    margin-bottom: 20px
}

.form-block {
    width: 100%;
    position: relative;
    max-width: 100%
}

.preloader {
    display: none;
    background: white;
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0;
    z-index: 400;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.5;
    border-radius: 8px;
}

.form__input {
    color: #000
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: var(--base) var(--base) transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite
}

.loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent #165457 #165457;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(-360deg)
    }
}

.form__title {
    text-align: left;
    margin-bottom: 30px;
    line-height: 120%;
    font-size: 44px;
    font-weight: 700
}

.form__row {
    display: grid;
    grid-template-columns:1fr;
    gap: 12px
}

.form__row .form__input-wrapper {
    flex-basis: 50%;
    position: relative
}

.form__row .form__input-wrapper::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    pointer-events: none;
    opacity: .5
}

.form__input-wrapper {
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 6px
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: 16px !important
}

.first__name::before, .last__last--name::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23232323' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2M12 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z'/%3E%3C/svg%3E")
}

.input__email::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23232323' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2Z'/%3E%3Cpath stroke='%23232323' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m22 6-10 7L2 6'/%3E%3C/svg%3E")
}

.form__input {
    transition: border 0.3s ease-in-out, background 0.3s ease-in-out;
    width: 100%;
    border: none;
    color: var(--black);
    font-size: 16px !important;
    line-height: normal;
    height: 48px;
    padding: 0 20px 0 46px;
    border-radius: 6px;
    border: 1px solid rgba(28, 30, 74, .2);
    background: #E1EAFE
}

.form__input::placeholder {
    opacity: .5
}

.form__input.error {
    color: var(--Red, #B4266F)
}

label.error {
    position: absolute;
    z-index: 2;
    top: calc(100% - 5px);
    left: 7px;
    width: 95%;
    max-width: 500px;
    border-radius: 8px;
    background: #FF003D;
    font-family: inherit;
    font-weight: 900;
    font-size: 14px;
    line-height: 18px;
    color: #FFF;
    padding: 7px 12px
}

label.error::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 15px;
    height: 15px;
    background: #FF003D;
    border-radius: 2px;
    transform: translateZ(-1px) rotate(45deg);
    top: -6px;
    left: 10px;
    transform-style: preserve-3d
}

.form__input.valid {
    border: 1px solid #84E4A4;
    background: rgba(132, 228, 164, .2);
    color: var(--Black, #0F1719)
}

.intl-tel-input .selected-flag {
    padding: 10px 8px 11px 20px !important;
    border-radius: 5px 0 0 5px
}

.selected-flag-line {
    position: absolute;
    right: 0;
    width: 1px;
    height: calc(100% - 25px);
    background-color: #000
}

.form__submit {
    width: 100%
}

.form__description {
    margin-top: 30px;
    color: #020D1B;
    font-size: .75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.checkbox {
    display: flex;
    gap: 8px;
    margin-top: 30px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: var(--White, #FFF)
}

.checkbox a {
    color: var(--accent)
}

.checkbox input {
    appearance: none;
    width: 15px;
    min-width: 15px;
    height: 15px;
    border-radius: 2px;
    border: 1px solid #fff;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

.checkbox input::before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M.707 3.657 0 4.364l2.828 2.828.708.708.707-.708 5.656-5.656-.707-.708-5.656 5.657L.707 3.657Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    width: 90%;
    height: 90%;
    opacity: 0
}

.checkbox input:checked::before {
    opacity: 1
}

.intl-tel-input .selected-flag {
    border-radius: 6.674px 0 0 6.674px;
    box-shadow: 0 6.674px 20.021px 0 rgba(242, 248, 254, .1);
    width: 102%
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    color: var(--Blue-950, #1C1E4A) !important
}

.intl-tel-input .selected-flag .iti-arrow {
    display: none !important
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    color: #FFF;
    font-size: 14px;
    font-weight: 400
}

.selected-flag-line {
    display: none
}

@media (max-width: 1200px) {
    .form__item {
        padding: 30px 20px
    }

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

    .form__content {
        row-gap: 20px;
        margin-bottom: 20px
    }

    .form__row {
        flex-direction: column;
        grid-template-columns:1fr;
        row-gap: 20px
    }

    .form__input {
        font-size: 16px
    }

    .form__input::placeholder {
        font-size: 16px
    }

    .text-img-block {
        grid-template-columns:1fr
    }

    .box-row {
        grid-template-columns:1fr !important
    }

    .form__btn {
        height: 54px
    }
}

.header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    padding: 70px 0 20px;
    transition: padding 0.3s ease-in-out
}

.header.header-scroll {
    padding: 15px 0
}

.header .header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header .header__wrapper .header__menu a {
    color: #0A0A0A;
    opacity: 1;
    font-size: 20px;
    font-weight: 600;
    line-height: 110.141%;
    letter-spacing: -.2px
}

@media (any-hover: hover) {
    .header .header__wrapper .header__menu a:hover {
        opacity: .5
    }
}

.header__top-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
    opacity: .5;
    font-size: 12px
}

.header__top-text a {
    color: #0A0A0A
}

.lang-wrap .lang__list {
    background: linear-gradient(146deg, rgba(31, 27, 255, .1) -4.04%, rgba(223, 27, 255, .1) 34.86%, rgba(255, 164, 27, .1) 88.17%), rgba(255, 255, 255, .4) !important;
    backdrop-filter: none !important;
    height: fit-content;
    display: block !important;
    opacity: 0;
    pointer-events: none
}

.lang.active .lang__list {
    opacity: 1;
    pointer-events: all
}

.lang-wrap {
    margin-left: auto;
    width: 60px;
    height: 30px;
    position: relative;
    color: var(--Black);
    font-size: 18px;
    font-weight: 500
}

.lang-wrap a {
    color: var(--Black)
}

.lang-wrap img {
    width: 20px;
    display: block
}

.lang-wrap .lang {
    position: absolute;
    top: -2px;
    left: 0
}

.lang-wrap .lang.active .lang__active::after {
    transform: rotateX(180deg)
}

.lang-wrap .lang__active {
    width: 60px;
    height: 30px;
    display: flex;
    padding-left: 10px;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.lang-wrap .lang__active::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='square' stroke-linejoin='round' stroke-width='1.5' d='m2 1.5 5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 8px;
    transition: transform 0.3s ease-in-out
}

.lang-wrap .lang__list {
    padding: 10px;
    display: none;
    background: linear-gradient(146deg, rgba(31, 27, 255, .1) -4.04%, rgba(223, 27, 255, .1) 34.86%, rgba(255, 164, 27, .1) 88.17%), rgba(255, 255, 255, .2);
    backdrop-filter: blur(15px)
}

.lang-wrap .lang__list li {
    margin-bottom: 10px
}

.lang-wrap .lang__list li:last-child {
    margin-bottom: 0
}

.intl-tel-input .country-list {
    width: 290px
}

.intl-tel-input .country-list .country {
    font-size: 14px;
    white-space: break-spaces
}

@media (any-hover: hover) {
    .lang-wrap .lang__list a:hover {
        font-weight: 700
    }
}

.burger {
    display: none
}

.steps {
    position: relative;
    background: linear-gradient(180deg, #4A50E1 55.45%, #494EC0 100%);
    color: #fff
}

.steps__title {
    max-width: 1162px;
    margin: 0 auto
}

.steps__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover
}

.steps__line {
    margin-top: 110px;
    position: relative;
    height: 1px;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 95px
}

.steps__line::before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1180' height='2' fill='none'%3E%3Cpath stroke='url(%23a)' stroke-width='2' d='M1180 1H0'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='1180' x2='0' y1='0' y2='.046' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236FC2CD' stop-opacity='0'/%3E%3Cstop offset='.5' stop-color='%236FC2CD'/%3E%3Cstop offset='1' stop-color='%236FC2CD' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -330%)
}

.steps__wrapper {
    margin-top: 60px;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 95px
}

.steps__col {
    text-align: center;
    padding-top: 20px;
    cursor: pointer;
    opacity: .4;
    transition: opacity 0.3s linear;
    max-width: 330px;
    margin: 0 auto
}

.steps__col.active {
    opacity: 1
}

.steps__col .steps__col--top {
    display: none
}

.steps__col--top {
    color: var(--Green, #90EB57);
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -.22px;
    text-transform: capitalize;
    margin-bottom: 100px;
    position: relative;
    padding-bottom: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -61px
}

.steps__col--top::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-color: #6FC2CD;
    border-radius: 50%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%)
}

.steps__col--img {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center
}

.steps__col--img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}

.steps__col--text {
    margin-top: 30px
}

.steps__col--text h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px
}

.steps__btn {
    margin: 40px auto 0;
    padding: 20px 60px
}

@media (max-width: 991px) {
    .promo__content {
        text-align: center;
    }

    .steps__wrapper {
        grid-template-columns:1fr;
        margin-top: 80px
    }

    .steps__line {
        display: none
    }

    .steps {
        padding-bottom: 80px
    }

    .steps__col {
        opacity: 1;
        max-width: 390px
    }

    .steps__col--img {
        height: unset
    }

    .steps__col .steps__col--top {
        display: block;
        margin-bottom: 40px;
        position: relative
    }

    .steps__col .steps__col--top::after {
        content: "";
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1180' height='2' fill='none'%3E%3Cpath stroke='url(%23a)' stroke-width='2' d='M1180 1H0'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='1180' x2='0' y1='0' y2='.046' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F46B25' stop-opacity='0'/%3E%3Cstop offset='.5' stop-color='%23F46B25'/%3E%3Cstop offset='1' stop-color='%23F46B25' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 100%;
        height: 2px;
        left: 50%;
        top: 87%;
        transform: translate(-50%, -50%);
        z-index: -1
    }

    .steps__col--top {
        font-size: 20px
    }

    .steps__col--top::after {
        width: 386px
    }

    .steps__wrapper {
        gap: 75px
    }
}

.promo {
    position: relative;
    padding: 220px 0 62px
}

.promo__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.promo__wrapper {
    display: grid;
    grid-template-columns:1fr 486px;
    gap: 20px
}

.promo__content h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 110.141%;
    letter-spacing: -.4px;
    color: var(--White, #FFF)
}

.promo__content p {
    color: var(--White, #FFF);
    opacity: .8;
    margin-top: 20px
}

.form-block {
    padding: 20px;
    scroll-margin-top: 150px;
    border-radius: 20px;
    border: 2px solid rgba(201, 216, 252, .5);
    background: rgba(201, 216, 252, .4);
    box-shadow: 0 4px 100px 0 rgba(225, 234, 254, .3)
}

.form-block .btn {
    background: var(--Blue-600, #4A50E1);
    box-shadow: 0 3px 10px 0 rgba(167, 190, 250, .25);
    color: #fff;
    width: 100%;
    margin-top: 30px
}

.promo-bottom__title {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: var(--Blue-50, #EEF4FF);
    line-height: 100%
}

.promo-bottom__title span {
    color: var(--Green, #90EB57)
}

.promo-bottom {
    padding: 62px 0
}

.promo-bottom .promo__form {
    max-width: 463px
}

.promo-bottom .promo__wrapper {
    gap: 30px
}

.promo-bottom .promo__content {
    position: relative
}

.promo-bottom .promo__content h2 {
    font-size: 60px;
    color: var(--White, #FFF);
    letter-spacing: -.6px;
    text-transform: uppercase
}

.promo-bottom .promo__content p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110.141%;
    letter-spacing: -.18px;
    opacity: .8
}

.promo-bottom .form-block {
    border-radius: 20px;
    border: 2px solid rgba(144, 235, 87, .5);
    background: rgba(44, 72, 27, .4);
    box-shadow: 0 4px 100px 0 rgba(86, 104, 235, .3);
}

.promo-bottom .form__input {
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: #41622D;
    color: var(--White, #FFF)
}

.promo-bottom .intl-tel-input.separate-dial-code .selected-dial-code {
    color: var(--White, #FFF) !important
}

.promo-bottom .form__input.error {
    border-color: var(--Red, #FF4D4F) !important;
    color: var(--Red, #FF4D4F) !important
}

.promo-bottom .form__row .form__input-wrapper::before {
    filter: brightness(20)
}

.promo-bottom .form-block .btn {
    background: var(--Green, #90EB57);
    color: var(--Black, #0A0A0A)
}

.form__input.error {
    border-color: var(--Red, #FF4D4F) !important;
    color: var(--Red, #FF4D4F) !important
}

.form__input.error {
    background: #742121 !important
}

.form__input.valid {
    background: #2E6036 !important
}

li.country {
    color: #000
}

.intl-tel-input .country-list {
    overflow-x: hidden
}

@keyframes promo-arrow {
    0% {
        transform: translateX(0);
        opacity: .5
    }
    100% {
        transform: translateX(8px);
        opacity: 1
    }
}

.reviews {
    padding: 60px 0;
    position: relative;
    background: var(--Blue-600, #4A50E1);
    color: #fff
}

.reviews__text {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    margin: 0 auto
}

.reviews__text p {
    opacity: .8
}

.reviews__wrapper {
    margin-top: 40px
}

.reviews-slide-swiper {
    padding-bottom: 80px
}

.reviews__slide {
    border-radius: 8px;
    background: var(--Black, #0A0A0A);
    padding: 10px
}

.reviews__slide-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%
}

.reviews__stars {
    margin-bottom: 20px
}

.reviews__slide-text {
    font-size: 18px;
    font-weight: 400
}

.reviews__slide-text strong {
    font-size: 18px
}

.reviews__slide-text p {
    margin-bottom: 8px;
    font-size: 16px
}

.reviews__slide-text p:last-child {
    margin-bottom: 0
}

.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background-color: #fff;
    opacity: .5;
    margin: 0 7px !important;
    transform: scale(1);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out
}

.swiper-pagination-bullet-active {
    background: #fff;
    transform: scale(1.5);
    opacity: 1
}

.reviews-nav {
    position: absolute;
    width: 210px;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    bottom: 0
}

.reviews-nav .swiper-button-next:after, .reviews-nav .swiper-button-prev:after {
    color: #fff;
    font-size: 28px;
    background: transparent;
}

.reviews-nav .swiper-button-next, .reviews-nav .swiper-button-prev {
    margin-top: 0;
    top: unset;
    bottom: -2px;
    background: transparent;

    z-index: 22
}

.reviews__btn {
    margin: 30px auto 0;
    padding: 20px 60px
}

.table {
    padding-top: 10px;
    overflow: hidden;
    padding-bottom: 240px
}

.table__top h2 {
    margin-bottom: 20px
}

.table__wrapper {
    margin-top: 150px;
    border-radius: 20px;
    border: 1px solid #6773D6;
    background: rgba(86, 104, 235, .6);
    backdrop-filter: blur(70px);
    padding: 20px;
    position: relative
}

.table__map {
    position: absolute;
    z-index: -1;
    left: 50%;
    top: -120px;
    transform: translateX(-50%)
}

.table__row {
    display: grid;
    grid-template-columns:257px repeat(5, 100px);
    justify-content: space-between;
    color: var(--White, #FFF);
    font-size: 14px;
    line-height: 114.286%
}

.table__row p:first-child {
    padding-left: 40px
}

.row-list {
    background: linear-gradient(90deg, #1E2283 24%, #1C1E4A 79.5%, #3C701C 100%);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
    border-radius: 18px;
    margin-top: 20px;
    font-size: 14px
}

.row-list .table__row {
    padding: 10px;
    color: #fff;
    border-bottom: 1px solid #4E5195
}

.row-list .table__row:last-child {
    border-bottom: none
}

.table__col {
    display: flex;
    align-items: center;
    gap: 15px
}

.table__col:nth-child(3) {
    border-radius: 15px;
    background: #363BAD;
    padding: 5px 10px;
    width: 100%
}

.table__col:last-child {
    color: var(--Green, #90EB57)
}

.table__col:last-child::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Cg stroke='%2390EB57' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M14.714 8.376v.614a6.667 6.667 0 1 1-3.953-6.094'/%3E%3Cpath d='M14.714 3.656 8.047 10.33l-2-2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.047.99h16v16h-16z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    width: 17px;
    min-width: 17px;
    height: 17px;
    display: block
}

@media (max-width: 1100px) {
    .promo-bottom .promo__content h2 {
        font-size: 48px
    }

    .promo__content h1 br {
        display: none
    }

    .header {
        padding: 65px 0 15px
    }

    .promo__wrapper {
        grid-template-columns:1fr
    }

    .about__wrapper {
        flex-direction: column;
        align-items: center;
        gap: 80px
    }

    .table__row {
        grid-template-columns:120px repeat(2, 80px);
        gap: 5px
    }

    .table__col:nth-child(3) {
        text-align: center
    }

    .table__col:nth-child(4) {
        padding-left: 47px
    }

    .table__row p:first-child {
        padding-left: 0
    }

    .table__col:last-child {
        color: var(--Blue-50, #EEF4FF)
    }

    .table__col:last-child::before {
        display: none
    }

    .advantages__wrapper {
        flex-direction: column;
        gap: 10px
    }

    .advantages__item:nth-child(2) {
        margin: 0;
        transform: translateY(0)
    }

    .advantages__top br {
        display: none
    }

    .advantages2 .advantages__wrapper {
        grid-template-columns:1fr
    }

    .promo-bottom .promo__form {
        max-width: 100%
    }

    .promo-bottom .promo__content h2 br {
        display: none
    }
}

@media (max-width: 760px) {
    .reviews__wrapper {
        width: 100%;
        margin-left: 0
    }

    .reviews {
        padding-left: 15px;
        padding-right: 15px
    }

    .reviews-slide-swiper {
        padding-bottom: 60px
    }

    .how-item__descr {
        font-size: 14px;
        margin-top: 10px
    }

    .how__bottom {
        height: 100px
    }

    .how-item--text {
        font-size: 14px
    }

    .how-item--col {
        max-width: 100px
    }

    .how__img img:last-child {
        max-height: 140%
    }

    .faq__item--count {
        width: 30px
    }

    .promo-bottom .promo__content {
        text-align: left
    }

    .promo-bottom .promo__content::before {
        right: unset;
        top: unset;
        bottom: -139px;
        left: 47%;
        transform: translateX(-50%) rotate(180deg);
        animation: promo-arrow-mob 0.6s ease-out infinite alternate
    }

    .promo-bottom .promo__wrapper {
        gap: 90px
    }

    .footer__top {
        flex-direction: column;
        gap: 30px;
        align-items: start
    }

    .footer__menu ul {
        gap: 14px
    }

    .header__menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--White, #FFF);
        transform: translateY(-50%);
        opacity: 0;
        pointer-events: none;
        transition: 0.3s
    }

    .header__menu.active {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all
    }

    .header__menu ul {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        margin-top: 30px
    }

    .burger {
        display: block;
        width: 38px;
        height: 38px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='39' fill='none'%3E%3Crect width='38' height='38' y='.491' fill='%23EEF4FF' rx='10'/%3E%3Cpath stroke='%231C1E4A' stroke-linecap='round' stroke-width='2' d='M11 11.491h17M11 18.491h9M11 25.491h17'/%3E%3C/svg%3E")
    }

    .burger-open {
        margin: 0 auto;
        margin-top: 30px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' fill='none'%3E%3Crect width='38' height='38' fill='%23EEF4FF' rx='10'/%3E%3Cpath fill='%231C1B1F' d='M13 26.5 11.5 25l6-6-6-6 1.5-1.5 6 6 6-6 1.5 1.5-6 6 6 6-1.5 1.5-6-6-6 6Z' opacity='.5'/%3E%3C/svg%3E")
    }

    .promo__content h1 {
        font-size: 32px
    }

    .logo {
        width: 186px;
        display: block
    }

    .logo img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover
    }

    .header__top-text {
        top: -2px;
        font-size: 8px
    }

    .form__row {
        row-gap: 10px
    }

    .promo-bottom__title {
        font-size: 30px
    }

    .promo {
        padding: 170px 0 60px
    }

    .checkbox {
        font-weight: 400
    }

    .btn {
        padding: 10px
    }

    .about {
        padding: 90px 0
    }

    .about__left {
        min-width: 100%
    }

    .about__left img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover
    }

    .title, h2 {
        font-size: 32px
    }

    .calculator {
        padding-bottom: 80px
    }

    .calculator-inner {
        padding: 40px 15px;
    }

    .calculator-head {
        margin-bottom: -50px
    }

    .calculator-wrapper {
        margin-top: -70px
    }

    .calculator-foot-title {
        font-size: 22px
    }

    .calculator-foot-text {
        font-size: 18px
    }

    .table__top br {
        display: none
    }

    .table__wrapper {
        margin-top: 90px;
        padding: 20px 10px
    }

    .table__col:nth-child(3) {
        height: 25px
    }

    .table {
        padding-bottom: 90px
    }

    .advantages {
        padding: 50px 0
    }

    .advantages__top strong {
        font-weight: 600
    }

    .advantages__btn, .reviews__btn, .steps__btn {
        width: 100%;
        text-align: center;
        padding: 20px
    }

    .about2 .about__wrapper {
        gap: 20px
    }

    .about h2 br {
        display: none
    }

    .reviews {
        background: #4A50E1
    }

    .advantages2 .advantages__item:nth-child(2), .advantages2 .advantages__item:nth-child(4), .advantages2 .advantages__item:nth-child(5), .advantages2 .advantages__item:nth-child(7) {
        background: #90EB57
    }

    .advantages2 .advantages__item:nth-child(even) {
        background: #CBF9AE
    }

    .steps__col--top::before {
        display: none
    }

    .steps__col .steps__col--top {
        margin-bottom: 0
    }

    .faq {
        padding-bottom: 90px
    }

    .promo-bottom .promo__content h2 {
        font-size: 32px
    }

    .promo-bottom {
        padding: 50px 0
    }

    .promo-bottom .promo__wrapper {
        gap: 30px
    }

    .footer__top {
        border-bottom: none;
        padding-bottom: 0
    }

    .footer__bottom p {
        font-size: 14px
    }

    .footer {
        padding: 70px 0
    }
}

@keyframes promo-arrow-mob {
    0% {
        transform: translateY(0) rotate(90deg);
        opacity: .5
    }
    100% {
        transform: translateY(10px) rotate(90deg);
        opacity: 1
    }
}

.footer {
    margin-top: auto;
    background: var(--Blue-50, #EEF4FF);
    padding: 60px 0 50px;
    color: #000000;
}

.footer .logo {
    width: 300px;
    height: 80px;
}

.footer__left {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    max-width: 425px;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    gap: 150px;
    margin-bottom: 60px;
}

.footer__menus {
    display: flex;
    gap: 65px;
}

.footer__small-text {
    margin-top: 20px;
    line-height: 155.556%;
}

.footer__col {
    max-width: 250px;
    white-space: nowrap;

}

.footer__col--title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.footer-nav {
    margin-top: 10px;
    list-style: none;
}

.footer-nav a {
    color: #000000;
}

.footer-nav a:hover {
    text-shadow: 0.5px 0 0 currentColor;
}

.footer-nav li {
    margin-bottom: 15px;
}

.footer-nav li:last-child {
    margin-bottom: 0;
}

a[href^="mailto:"] {
    position: relative;
    white-space: normal;
}

a[href^="mailto:"]::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none'%3E%3Cpath fill='%2372859F' d='M20 20.95H4a2 2 0 0 1-2-2V6.863A2 2 0 0 1 4 4.95h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2ZM4 8.818V18.95h16V8.818l-8 5.332-8-5.332Zm.8-1.868 7.2 4.8 7.2-4.8H4.8Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 25px;
    display: inline-block;
    margin-bottom: -6px;
}

.footer__text {
    opacity: 0.6;
    font-size: 14px;
}

.footer__text p {
    margin-bottom: 20px;
}

.footer__text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .footer__top {
        flex-wrap: wrap;
        gap: 25px;
    }
}

@media (max-width: 720px) {
    .footer__menu ul.nav {
        flex-direction: column;
    }
}

.logo img{
    border: none;
}
