.line-tooltip ul li:nth-child(2) {
    display: none;
}

.focus circle.chart-point-deposit {
    display: none;
}

#line-chart .line-deposits {
    display: none;
}

.area-deposits-gradient {
    display: none;
}

.noUi-horizontal .noUi-handle {
    cursor: pointer;
}

.container {
    max-width: 1410px !important;
}

/* protect */
.protect {
    width: 100%;
    position: absolute;
    top: 4px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.protect__item {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    color: rgba(255, 255, 255, 0.3);
}

.protect__item a {
    font: inherit !important;
    color: inherit !important;
}

.firstScreen {
    background: radial-gradient(50% 50% at 50% 50%, rgba(2, 12, 63, 0) 0%, #020C3F 97.4%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
        , linear-gradient(0deg, #1E4BE6 0%, #0080F7 89.06%);
    margin-bottom: 100px;
}

.firstScreen .typed-cursor {
    color: #298cf0;
}

.firstScreen__container {
    position: relative;
    max-width: 1410px;
    margin: 0 auto;
}

.custom-header {
    width: 100%;
    height: auto;
    position: relative;
    background-color: unset;
    padding: 30px 0 100px;
}

.custom-header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-header__logo {
    max-width: 230px;
}

.custom-header__attention {
    background: #FFFFFF;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    padding: 3px 20px;
}

.custom-header__attention-content {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #023884;

    margin: 0;
}

.bold {
    font-weight: 700;
}

.crossed {
    text-decoration: line-through;
}

.custom-header__exclusive {}

.custom-header__exclusive-content {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;

    margin: 0;
}

.firstScreen__content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    width: 100%;
    padding-bottom: 160px;
}

.firstScreen-man {
    position: absolute;
    width: 690px;
    bottom: 0;
    right: 0;
}

.firstScreen__title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    color: #FFFFFF;

    margin-bottom: 30px !important;
}

.firstScreen__title-br {
    display: none;
}

.firstScreen__description {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 37px;
    color: #FFFFFF;

    margin-bottom: 30px;
}

.custom-btn {
    cursor: pointer;
    outline: none;
    border: none;
    background: transparent;
    padding: 19px 56.5px;
    background: #0080F7;
    border-radius: 50px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
}

.custom-btn:hover {
    background: #0076E3;
}

.custom-btn:active {
    background: #006ED5;
}

.firstScreen__content .custom-btn {
    margin-bottom: 50px;
}

.firstScreen__titles {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.firstScreen__titles-item {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.firstScreen__titles-description {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;

    margin-bottom: 0;
}

.firstScreen__titles-line {
    width: 75px;
    border-bottom: 1px solid #E6EAF0;
}

.introduction-section__title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    color: #293037;

    margin-bottom: 70px;
}

.introduction-section .rectangle.white-rectangle-woman,
.introduction-section .rectangle.white-rectangle-robot {
    padding: 12px 35px;
}

.join-opportunity {
    padding: 100px 0;
    background: #F2F8FE;
}

.join-opportunity__container {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
}

.join-opportunity__title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    color: #293037;

    margin-bottom: 70px;
}

.join-opportunity__text {
    max-width: 350px;
    width: 100%;
}

.join-opportunity__text p {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #818181;

    margin-bottom: 20px;
}

.join-opportunity__text p:last-of-type {
    margin-bottom: 0;
}

.join-opportunity__text-line {
    max-width: 75px;
    height: 1px;
    background: #1E4BE6;

    margin-bottom: 20px;
}

.join-opportunity__illustration {
    max-width: 330px;
}

.benefits {
    padding: 100px 0;
}

.benefits__title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    color: #293037;

    margin-bottom: 70px;
}

.benefits__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 50px;
}

.benefits__item {
    display: flex;
    align-items: flex-start;
    column-gap: 30px;
}

.benefits__item-illustration {
    max-width: 120px;
    object-fit: contain;
}

.benefits__item-title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #000000;

    margin-bottom: 10px;
}

.benefits__item-description {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #818181;

    margin: 0;
}

.how-start {
    padding: 0 0 100px;
}

.how-start .container {
    max-width: 1170px !important;
}

.how-start__title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    color: #293037;

    margin-bottom: 10px;
}

.how-start__subtitle {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 27px;
    text-align: center;
    color: #818181;

    margin-bottom: 70px;
}

.how-start__container {
    max-width: 1170px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 30px;

    margin: 0 auto 50px;
}

.how-start__steps {
    max-width: 690px;
}

.how-start__step {
    cursor: pointer;
    border-left: 4px solid #C9C9C9;
    padding: 30px 0 30px 30px;
}

.how-start__step-number {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #C9C9C9;

    margin-bottom: 8px;
}

.how-start__step-title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #C9C9C9;

    margin-bottom: 12px;
}

.how-start__step-description {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #C9C9C9;

    margin: 0;
    padding: 0;
}

.how-start__step.active {
    border-left: 4px solid #0080F7;
}

.how-start__step.active .how-start__step-number {
    color: #0080F7;
}

.how-start__step.active .how-start__step-title {
    color: #000000;
}

.how-start__step.active .how-start__step-description {
    color: #818181;
}

.how-start__illustration-mob {
    display: none;
}

.how-start__right {
    width: 384px;
    flex-shrink: 0;
    position: relative;
}

.how-start__illustration {
    position: absolute;
    transform: scale(0);
    max-width: 0;
    transition: all 1s;
    max-width: 100%;
    width: 100%;
}

.how-start__illustration-item {
    width: 100%;
    border-radius: 12px;
}

.how-start__illustration.active {
    transform: scale(1);
}

.how-start__illustration-arrow {
    position: absolute;
    left: -22px;
    animation: 2s formArrow infinite;
}

.how-start__illustration-arrow-1 {
    top: 50.5%;
}

.how-start__illustration-arrow-2 {
    top: 62%;
}

.how-start__illustration-arrow-3 {
    top: 59%;
}

.clients-testimonials__title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
    color: #000000;

    margin-bottom: 30px !important;
}

.clients-testimonials__description {
    max-width: 100% !important;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #818181;
}

.faq {
    padding-bottom: 100px;
}

.faq__container {
    max-width: 1170px;

    margin: 0 auto;
}

.faq__title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    color: #293037;

    margin-bottom: 70px;
}

.faq__wrapper {
    margin-bottom: 50px;
}

.faq__item {
    cursor: pointer;
    padding: 20px 15px;
    border-bottom: 1px solid #C9C9C9;
}

.faq__item-top {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.faq__item-title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    color: #293037;
}

.faq__item-arrow {
    transition: all 0.3s ease-in-out;
}

.faq__item-description {
    display: none;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #818181;
    padding-top: 20px;

    margin-bottom: 0;
}

.showInstruction {
    font: inherit;
    color: #0080F7;
    text-decoration: underline;
}

.faq__item.active .faq__item-arrow {
    transform: rotate(180deg);
}

.start-building {
    position: relative;
    overflow: hidden;
    padding: 100px 0 230px;
    background: linear-gradient(0deg, #1E4BE6 0%, #0080F7 89.06%);
}

.start-building__title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;

    margin-bottom: 10px;
}

.start-building__subtitle {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 27px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);

    margin-bottom: 70px;
}

.start-building__container {
    position: relative;
    max-width: 1410px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    row-gap: 50px;
    background: #F2F8FE;
    border-radius: 20px;
    padding: 70px;

    margin: 0 auto;
}

.start-building__phone {
    position: absolute;
    z-index: 2;
    bottom: -230px;
}

.start-building__advantage {
    max-width: 274px;
    width: 100%;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 5px 5px 17px rgba(30, 69, 107, 0.5);
    border-radius: 12px;
    padding: 18px 25px 12.5px 25px;
}

.start-building__advantage-title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 31px;
    line-height: 27px;
    color: #293037;

    margin-bottom: 8px;
}

.start-building__advantage-description {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #293037;

    margin-bottom: 0;
}

.start-building__advantage-1 {
    bottom: 240px;
    left: 27%;
    border-right: 15px solid #26E7A6;
}

.start-building__advantage-2 {
    bottom: 120px;
    left: 36%;
    border-right: 15px solid #2DE2F6;
}

.start-building__advantage-3 {
    bottom: -8px;
    left: 32%;
    border-right: 15px solid #852CEE;
}

.start-building__text-special {
    max-width: fit-content;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 31px;
    line-height: 37px;
    padding: 13px 30px;
    color: #F2F8FE;
    background: #0080F7;
    border-radius: 12px;

    margin-bottom: 30px;
}

.start-building__text-title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #293037;

    margin-bottom: 15px;
}

.start-building__text-title .red-sum {
    font: inherit;
    color: #ED1034;
}

.start-building__text-description {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 27px;
    color: #818181;

    margin-bottom: 0;
}

.start-building__form {
    max-width: 384px;
    flex-shrink: 0;
    width: 100%;
}

.form__item {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 32px;
    background: linear-gradient(180deg, #0080F7 0%, #1E4BE6 100%);
    border-radius: 12px;
}

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

.form__title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #F2F8FE;

    margin-bottom: 20px;
}

.form__input-wrapper {
    position: relative;

    margin-bottom: 12px;
}

.form__input-wrapper:last-of-type {
    margin-bottom: 0;
}

.form__input {
    outline: none;
    border: none;
    width: 100%;
    background: #F2F8FE;
    border-radius: 8px;
    padding: 12px 50px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #293037;
}

.form__input::placeholder {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #293037;
}

.form__input-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    position: absolute;
    top: calc(50% - (24px / 2));
    left: 16px;
}

.form__input-password {
    display: flex;
}

.form__input.password {
    border-radius: 8px 0px 0px 8px;
}

.form__input-passwordBtn {
    cursor: pointer;
    outline: none;
    border: none;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    padding: 0 10px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    background: #0080F7;
    box-shadow: 0px 8px 24px rgba(242, 248, 254, 0.1);
    border-radius: 0px 8px 8px 0px;
}

.intl-tel-input .selected-flag {
    outline: none;
    border: none;
    background: #0080F7;
    box-shadow: 0px 8px 24px rgba(242, 248, 254, 0.1);
    border-radius: 8px 0px 0px 8px;
    padding: 0 12px !important;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #FFFFFF !important;
    margin-left: 10px !important;
}

.form__input.phone {
    padding-left: 120px !important;
}

.intl-tel-input .selected-flag .iti-arrow {
    border-top: 4px solid #FFFFFF !important;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    padding: 0 !important;
}

.form__submit {
    cursor: pointer;
    background: #0080F7;
    box-shadow: 0px 8px 24px rgba(242, 248, 254, 0.1);
    border-radius: 50px;
    outline: none;
    border: none;
    width: 100%;
    padding: 22px 0;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;

    margin: 12px 0;
}

.checked-svg svg {
    display: unset;
    max-width: unset;
    color: unset;
    border-radius: 2px;
}

.checkbox-svg label.checked-svg {
    width: 18px !important;
    height: 18px !important;
}

.checked-svg svg {
    background-color: transparent !important;
}

.privacy-checkbox {
    padding-left: 10px !important;
    font-family: 'Helvetica Neue' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 14px !important;
    color: #FFFFFF !important;
}

.checkbox-svg p {
    font: inherit !important;
    color: inherit !important;
}

.checkbox-svg a {
    font: inherit !important;
    color: inherit !important;
}

.form__input.valid {
    background: #EEFDED;
}

.form__input.error {
    background: #FDEDED;
}

label.error {
    position: absolute;
    z-index: 2;
    top: calc(100% + 4px);
    left: 0;
    width: 100%;
    background: #EF0808;
    border-radius: 7px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 7px 13px;
}

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

.valid-block {
    position: absolute;
    background: #fafaff;
    border: 1px solid #EF0808;
    box-sizing: border-box;
    z-index: 996;
    top: 100%;
    padding: 5px 0;
    width: 100%;
}

.valid-check {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.valid-check label {
    color: #EF0808;
    padding: 5px 25px;
    position: relative;
    text-align: left;
    font-family: inherit;
    font-size: 12px;
    line-height: 1;
    margin: 0;
}

.valid-check label::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 12px;
    height: 11px;
    background-image: url(../images/error-input.png);
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.valid-check.check label {
    color: #39b54a !important;
}

.valid-check.check label::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 12px;
    height: 11px;
    background-image: url(../images/valid-input.png);
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.form__input-wrapper-password label.error {
    display: none !important;
}

.custom-footer {
    background: #242A30;
    padding: 100px 0 0;
}

.custom-footer__container {
    max-width: 1410px;

    margin: 0 auto;
}

.custom-footer__content {
    padding-bottom: 60px;
}

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

    margin-bottom: 30px;
}

.custom-footer__logo {
    max-width: 230px;
}

.custom-footer__terms {
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 31px;
    margin: 0;
    padding: 0;
}

.custom-footer__terms-item {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    opacity: 0.5;
}

.custom-footer__terms-item a {
    font: inherit;
    color: inherit;
}

.custom-footer__disclaimer {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);

    margin: 0;
}

.custom-footer__arrowUp-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-footer__arrowUp {
    max-width: 80px;

    margin: 0 auto;
}

.advanced-technologies {
    padding-bottom: 100px;
}

.advanced-technologies__title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    color: #293037;

    margin-bottom: 70px;
}

.advanced-technologies__container {
    max-width: 1410px;
    display: flex;
    justify-content: space-between;

    margin: 0 auto;
}

.advanced-technologies__item {
    width: 375px;
}

.advanced-technologies__card {
    position: relative;
    max-width: 100%;
    height: 412px;

    margin-bottom: 40px;
}

.advanced-technologies__card-illustration {
    position: absolute;
}

.advanced-technologies__plate {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 15px 40px rgba(112, 144, 176, 0.2);
    border-radius: 12px;
    padding: 12px 34px;
}

.advanced-technologies__hand {
    background: linear-gradient(141.35deg, #0080F7 14.43%, #1B50E7 80.3%);
    border-radius: 12px;

    margin-top: 42px;
}

.advanced-technologies__hand .advanced-technologies__card-illustration {
    bottom: 0;
    left: 45px;
    z-index: 2;
}

.advanced-technologies__hand .advanced-technologies__plate {
    bottom: 62px;
    right: -38px;
}

.advanced-technologies__woman {
    background: linear-gradient(141.35deg, #832DEE 14.43%, #643FF1 80.3%);
    border-radius: 12px;

    margin-top: 96px;
}

.advanced-technologies__woman .advanced-technologies__card-illustration {
    bottom: 0;
    left: -60px;
    z-index: 2;
}

.advanced-technologies__woman .advanced-technologies__plate {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.advanced-technologies__woman .advanced-technologies__plate img {
    height: 27px;
    object-fit: contain;
}

.advanced-technologies__woman .advanced-technologies__plate .advanced-technologies__plate-title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #4A4A4A;

    margin: 0;
}

.advanced-technologies__woman .advanced-technologies__plate-1 {
    max-width: 251px;
    top: 72.5px;
    right: -28px;
}

.advanced-technologies__woman .advanced-technologies__plate-2 {
    max-width: 388px;
    top: calc(50% - (56px / 2));
    right: -28px;
    z-index: 3;
}

.advanced-technologies__woman .advanced-technologies__plate-3 {
    max-width: 321px;
    bottom: 92px;
    right: -26px;
    z-index: 3;
}

.advanced-technologies__robot {
    background: url(../images/img4-min.jpg), linear-gradient(141.35deg, #00C2D7 14.43%, #2DE3F7 80.3%);
    border-radius: 12px;

    margin-top: 44px;
}

.advanced-technologies__robot .advanced-technologies__card-illustration {
    top: -44px;
    right: -44px;
}

.advanced-technologies__robot .advanced-technologies__plate {
    max-width: 366px;
    width: 100%;
    bottom: 55.5px;
    right: -20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.advanced-technologies__robot .advanced-technologies__plate-title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 25px;
    color: #293037;

    margin-bottom: 0;
}

.advanced-technologies__robot .advanced-technologies__plate-description {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #293037;

    margin-bottom: 0;
}

.advanced-technologies__robot .advanced-technologies__plate-sum {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #26E7A6;

    margin: 0;
}

.advanced-technologies__item-title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #000000;

    margin-bottom: 20px;
}

.advanced-technologies__item-description {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #818181;

    margin-bottom: 0;
}

.reviews {
    padding-bottom: 90px;
}

.review__container {
    max-width: 1410px;
    display: flex;
    align-items: center;
    column-gap: 80px;

    margin: 0 auto;
}

.reviews__text {
    max-width: 450px;
    flex-shrink: 0;
}

.reviews__text-desk {
    padding-bottom: 110px;
}

.reviews__text-mob {
    display: none;
}

.review__title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
    color: #293037;

    margin-bottom: 30px;
}

.review__description {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #818181;

    margin: 0;
}

.review__slider-container {
    display: flex;
    flex-direction: column;

}

.review__slider-wrapper {
    padding: 20px 0 50px 50px;
}

.review__slider-item {
    cursor: pointer;
    max-width: 411px;
    padding: 30px;
    transform: scale(0.8) !important;
    transition: all 1s;
}

.review__slider-item-top {
    display: flex;
    align-items: flex-start;
    column-gap: 30px;
    padding-bottom: 25px;
    transition: all 1s;
}

.review__slider-item-avatar {
    width: 65px;
    height: 65px;
    object-fit: contain;
    transition: all 0.3s;
}

.review__slider-item-name {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 14px;
    color: #293037;
    transition: all 0.3s;

    margin-bottom: 10px;
}

.review__slider-item-location {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 14px;
    color: #818181;
    transition: all 0.3s;
}

.review__slider-item-title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #293037;
    transition: all 0.3s;

    margin-bottom: 20px;
}

.review__slider-item-description {
    opacity: 0;
    transition: all 1s;
}

.review__slider-item.swiper-slide-active {
    background: #FFFFFF;
    box-shadow: 0px 15px 40px rgba(112, 144, 176, 0.2);
    border-radius: 12px;
    transform: scale(1) !important;
}

.review__slider-item.swiper-slide-active .review__slider-item-description {
    opacity: 1;
}

.review__slider-additional {
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding-left: 50px;
    padding-bottom: 10px;
}

.review__slider-pagintation {
    display: flex;
    column-gap: 20px;
    position: unset !important;
    width: fit-content !important;
    height: 100%;
}

.review__slider-pagintation .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    margin: 0 !important;
}

.review__slider-arrows {
    display: flex;
    column-gap: 15px;
}

.review__slider-arrow {
    cursor: pointer;
    width: 50px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(112, 144, 176, 0.3) !important;
    border-radius: 25px;
    padding: 17.5px 12.5px;
}

.graph-section {
    margin-bottom: 0 !important;
    padding-bottom: 100px;
}

.graph__content {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    column-gap: 30px;

    margin-bottom: 50px;
}

.graph__content-title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
    color: #293037;
    padding: 0;

    margin: 0 0 20px;
}

.graph__content-description {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 32px;
    color: #818181;
    padding: 0;

    margin: 0 0 44.5px;
}

.graph__content #line-chart .tick text {
    fill: #0080F7 !important;
}


.graph__info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 140px;
}

@keyframes formArrow {
    0% {
        left: -22px;
    }

    50% {
        left: -34px;
    }

    100% {
        left: -22px;
    }
}

@media (max-width: 1420px) {
    .container {
        padding: 0 16px;
    }

    .firstScreen__container {
        padding: 0 16px;
    }

    .start-building {
        padding: 100px 16px 230px;
    }

    .custom-footer__container {
        padding: 0 16px;
    }

    .review__container {
        padding-left: 16px;
    }

    .firstScreen-man {
        right: 16px;
    }

    .start-building__advantage-3 {
        left: 38%;
    }
}

@media (max-width: 1330px) {
    .advanced-technologies__container {
        flex-direction: column;
        align-items: center;
        row-gap: 50px;
    }

    .advanced-technologies__item {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .advanced-technologies__card {
        width: 375px;
        margin-bottom: 30px;
    }

    .advanced-technologies__item-title {
        text-align: center;
    }

    .advanced-technologies__item-description {
        text-align: center;
    }

    .advanced-technologies__hand {
        margin-top: 42px;
        margin-right: 38px;
    }

    .advanced-technologies__woman {
        margin-top: 26.5px;
        margin-right: 28.98px;
    }

    .advanced-technologies__woman .advanced-technologies__plate-1 {
        right: -28.98px;
    }

    .advanced-technologies__woman .advanced-technologies__plate-2 {
        right: -28.98px;
    }

    .advanced-technologies__woman .advanced-technologies__plate-3 {
        right: -26.98px;
    }

    .advanced-technologies__robot {
        margin-top: 44px;
        margin-right: 44.73px;
    }

    .advanced-technologies__robot .advanced-technologies__card-illustration {
        right: -44.73px;
    }
}

@media (max-width: 1300px) {
    .custom-header__container {
        flex-wrap: wrap;
        column-gap: 30px;
        row-gap: 30px;
    }

    .custom-header__logo {
        order: 1;
    }

    .custom-header__exclusive {
        order: 2;
    }

    .custom-header__logo,
    .custom-header__exclusive {
        max-width: fit-content;
        flex-basis: 50%;
    }


    .custom-header__attention {
        max-width: fit-content;
        margin: 0 auto;
        flex-basis: 100%;
        order: 3;
    }
}

@media (max-width: 1250px) {
    .start-building__container {
        flex-direction: column;
    }

    .start-building__phone {
        right: -178px;
    }

    .start-building__advantage-1 {
        bottom: 57%;
        left: unset;
        right: 8px;
    }

    .start-building__advantage-2 {
        bottom: 43%;
        left: unset;
        right: -60px;
    }

    .start-building__advantage-3 {
        bottom: 27%;
        left: unset;
        right: 50px;
    }
}

@media (max-width: 1200px) {
    .faq__container {
        padding: 0 16px;
    }

    .how-start .container {
        padding: 0 16px;
    }

    .review__container {
        padding-left: 0;
    }

    .review__slider-wrapper {
        padding: 50px 0 50px 16px;
    }

    .review__slider-additional {
        padding-left: 16px;
    }

    .reviews__text-desk {
        display: none;
    }

    .reviews__text-mob {
        max-width: 100%;
        display: block;
        padding: 0 16px;
    }

    .review__title {
        text-align: center;
    }

    .review__description {
        text-align: center;
    }

    .graph__content {
        flex-wrap: wrap;
    }

    .graph__info {
        justify-content: flex-start;
    }

    .graph-section .form-group {
        max-width: 375px;
    }
}

@media (max-width: 1140px) {
    .join-opportunity__container {
        flex-direction: column;
        row-gap: 50px;
    }

    .join-opportunity__text {
        max-width: 736px;
    }

    .join-opportunity__text-line {
        margin: 0 auto 15px;
    }

    .join-opportunity__text p {
        text-align: center;

        margin-bottom: 15px;
    }
}

@media (max-width: 1130px) {
    .firstScreen-man {
        width: 531px;
        opacity: 0.4;
    }
}

@media (max-width: 1024px) {
    .firstScreen {
        margin-bottom: 80px;
    }

    .custom-header {
        padding: 30px 0 70px;
    }

    .custom-header__attention-content {
        font-size: 16px;
        line-height: 28px;
    }

    .firstScreen__content {
        max-width: 610px;
        padding-bottom: 115px;
    }

    .firstScreen__title {
        min-height: unset;
        font-size: 50px;
        line-height: 60px;
    }

    .firstScreen__title-br {
        display: none;
    }

    .firstScreen__description {
        max-width: 358px;
        font-size: 20px;
        line-height: 33px;
    }

    .firstScreen__titles {
        max-width: 358px;
    }

    .firstScreen__titles-description {
        font-size: 16px;
        line-height: 24px;
    }

    .advanced-technologies {
        padding-bottom: 80px;
    }

    .advanced-technologies__title {
        font-size: 42px;
        line-height: 54px;

        margin-bottom: 50px;
    }

    .advanced-technologies__item-title {
        font-size: 30px;
        line-height: 36px;

        margin-bottom: 15px;
    }

    .advanced-technologies__item-description {
        font-size: 16px;
        line-height: 30px;
    }

    .join-opportunity {
        padding: 80px 0;
    }

    .join-opportunity__title {
        font-size: 42px;
        line-height: 54px;

        margin-bottom: 50px;
    }

    .benefits {
        padding: 80px 0;
    }

    .benefits__title {
        font-size: 42px;
        line-height: 54px;

        margin-bottom: 50px;
    }

    .benefits__container {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .benefits__item {
        column-gap: 20px;
    }

    .benefits__item-illustration {
        max-width: 80px;
    }

    .benefits__item-description {
        font-size: 16px;
        line-height: 30px;
    }

    .how-start {
        padding: 0 0 80px;
    }

    .how-start__title {
        font-size: 44px;
        line-height: 54px;
    }

    .how-start__subtitle {
        font-size: 18px;
        line-height: 32px;

        margin-bottom: 50px;
    }

    .how-start__container {
        column-gap: 20px;
    }

    .how-start__step {
        padding: 10px 0 10px 30px;
    }

    .how-start__right {
        width: 352px;
    }

    .faq {
        padding-bottom: 80px;
    }

    .faq__title {
        font-size: 44px;
        line-height: 54px;

        margin-bottom: 50px;
    }

    .faq__item-description {
        font-size: 16px;
        line-height: 30px;
    }

    .start-building {
        padding: 80px 16px 140px;
    }

    .start-building__title {
        font-size: 44px;
        line-height: 56px;
    }

    .start-building__subtitle {
        font-size: 18px;
        line-height: 32px;

        margin-bottom: 50px;
    }

    .start-building__container {
        padding: 50px;
    }

    .start-building__text-special {
        font-size: 28px;
        line-height: 33px;

        margin-bottom: 20px;
    }

    .start-building__text-title {
        font-size: 44px;
        line-height: 54px;
    }

    .start-building__text-description {
        font-size: 18px;
        line-height: 21px;
    }

    .start-building__phone {
        max-width: unset;
        width: 450px;
        bottom: -140px;
    }

    .start-building__advantage-1 {
        bottom: 60%;
    }

    .start-building__advantage-2 {
        bottom: 45.5%;
    }

    .start-building__advantage-3 {
        bottom: 31%;
    }

    .custom-footer {
        padding: 80px 0 0;
    }

    .custom-footer__content {
        padding-bottom: 40px;
    }

    .reviews {
        padding-bottom: 70px;
    }

    .review__title {
        font-size: 44px;
        line-height: 54px;
    }

    .review__description {
        font-size: 18px;
        line-height: 32px;
    }

    .graph-section {
        padding-bottom: 80px;
    }

    .graph__content-title {
        font-size: 42px;
        line-height: 54px;
        text-align: center;

        margin: 0 0 10px;
    }

    .graph__content-description {
        text-align: center;
        margin: 0 0 50px;
    }

    .graph-section .finax-account span {
        font-family: 'Helvetica Neue';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 54px;
        color: #0080F7;
    }
}

@media (max-width: 767px) {
    .benefits__container {
        grid-template-columns: repeat(1, 1fr);
    }

    .how-start__container {
        margin-bottom: 0;
    }

    .how-start__right {
        display: none;
    }

    .how-start__illustration-mob {
        max-width: 340px;
        display: block;
        position: relative;
        margin: 30px auto;
    }

    .how-start__illustration-arrow {
        width: 50px;
    }

    .how-start__illustration-arrow-1 {
        top: 52%;
    }

    .how-start__illustration-arrow-2 {
        top: 63%;
    }

    .how-start__illustration-arrow-3 {
        top: 59.5%;
    }

    .start-building {
        padding: 80px 10px 330px;
    }

    .start-building__phone {
        width: 300px;
        bottom: -330px;
        right: unset;
        left: 10px;
    }

    .start-building__advantage {
        max-width: 160px;
        padding: 10px 15px;
        padding-right: 10px;
    }

    .start-building__advantage-title {
        font-size: 18px;
        line-height: 15px;
    }

    .start-building__advantage-description {
        font-size: 8px;
        line-height: 15px;
    }

    .start-building__advantage-1 {
        bottom: -100px;
        right: unset;
        left: 185px;
    }

    .start-building__advantage-2 {
        bottom: -183px;
        right: unset;
        left: 220px;
    }

    .start-building__advantage-3 {
        bottom: -311px;
        right: unset;
        left: 10px;
    }

    .custom-footer__top {
        flex-direction: column;
        row-gap: 15px;
    }
}

@media (max-width: 600px) {
    .container {
        padding: 0 10px;
    }

    .firstScreen__container {
        padding: 0 10px;
    }

    .custom-footer__container {
        padding: 0 10px;
    }

    .faq__container {
        padding: 0 10px;
    }

    .how-start .container {
        padding: 0 10px;
    }

    .firstScreen {
        margin-bottom: 50px;
    }

    .firstScreen-man {
        max-width: unset;
        width: 380px;
        height: 417px;
        object-fit: cover;
        left: -35px;
    }

    .custom-header {
        padding: 30px 0 50px;
    }

    .custom-header__container {
        row-gap: 15px;
    }

    .custom-header__logo {
        max-width: 170px;
    }

    .custom-header__exclusive {
        max-width: 115px;
    }

    .custom-header__exclusive-content {
        font-size: 12px;
        line-height: 14px;
    }

    .custom-header__attention {
        padding: 3px 20px;
    }

    .custom-header__attention-content {
        font-size: 14px;
        line-height: 17px;
        text-align: center;
    }

    .firstScreen__content {
        padding-bottom: 50px;
    }

    .firstScreen__title {
        font-size: 44px;
        line-height: 54px;
    }

    .firstScreen__title-br {
        display: block;
        content: unset !;
    }

    .advanced-technologies {
        padding-bottom: 50px;
    }

    .advanced-technologies__title {
        font-size: 32px;
        line-height: 42px;

        margin-bottom: 30px;
    }

    .advanced-technologies__container {
        row-gap: 30px;
    }

    .advanced-technologies__item {
        max-width: 100%;
    }

    .advanced-technologies__card {
        width: 100%;
        height: 340px;
        margin-bottom: 20px;
    }

    .advanced-technologies__item-title {
        margin-bottom: 10px;
    }

    .advanced-technologies__hand {
        width: calc(100% - 31.28px);
        margin-top: 34.58px;
        margin-right: 31.28px;
    }

    .advanced-technologies__hand .advanced-technologies__card-illustration {
        width: 197.58px;
        max-width: unset;
        left: unset;
        right: 73px;
    }

    .advanced-technologies__hand .advanced-technologies__plate {
        bottom: 51.04px;
        right: -31.28px;
        padding: 12.44px 28.69px;
    }

    .advanced-technologies__woman {
        width: calc(100% - 65.22px);
        height: 301px;
        margin-top: 19.42px;
        margin-right: 21.24px;
        margin-left: 43.98px;
    }

    .advanced-technologies__woman .advanced-technologies__card-illustration {
        width: 278.45px;
        max-width: unset;
        left: unset;
        right: 40.31px;
    }

    .advanced-technologies__woman .advanced-technologies__plate {
        padding: 8.34px 25.8px;
        column-gap: 11px;
    }

    .advanced-technologies__woman .advanced-technologies__plate .advanced-technologies__plate-title {
        font-size: 13px;
        line-height: 17px;
    }

    .advanced-technologies__woman .advanced-technologies__plate img {
        height: 23px;
    }

    .advanced-technologies__woman .advanced-technologies__plate-1 {
        max-width: 183px;
        top: 53.13px;
        right: -21.24px;
    }

    .advanced-technologies__woman .advanced-technologies__plate-2 {
        max-width: 285px;
        top: calc(50% - (40px / 2));
        right: -21.24px;
    }

    .advanced-technologies__woman .advanced-technologies__plate-3 {
        max-width: 240px;
        bottom: 67.41px;
        right: -19.77px;
    }

    .advanced-technologies__robot {
        width: calc(100% - 36.24px);
        height: 333.73px;
        margin-top: 35.64px;
        margin-right: 36.24px;
    }

    .advanced-technologies__robot .advanced-technologies__card-illustration {
        width: 283.51px;
        max-width: unset;
        top: -35.64px;
        right: -36.24px;
    }

    .advanced-technologies__robot .advanced-technologies__plate {
        max-width: 296.47px;
        padding: 8.97px 28.9px;
        bottom: 48px;
        right: -16.28px;
    }

    .advanced-technologies__robot .advanced-technologies__plate-title {
        font-size: 15.3907px;
        line-height: 20px;
    }

    .advanced-technologies__robot .advanced-technologies__plate-description {
        font-size: 12.9606px;
        line-height: 20px;
    }

    .advanced-technologies__robot .advanced-technologies__plate-sum {
        font-size: 25.9212px;
        line-height: 26px;
    }

    .join-opportunity {
        padding: 50px 0;
    }

    .join-opportunity__title {
        font-size: 30px;
        line-height: 42px;

        margin-bottom: 30px;
    }

    .join-opportunity__container {
        row-gap: 30px;
    }

    .join-opportunity__text-line {
        margin: 0 auto 10px;
    }

    .join-opportunity__text p {
        font-size: 16px;
        line-height: 32px;

        margin-bottom: 10px;
    }

    .benefits {
        padding: 50px 0;
    }

    .benefits__title {
        font-size: 32px;
        line-height: 42px;

        margin-bottom: 30px;
    }

    .benefits__item {
        column-gap: 15px;
    }

    .benefits__item-title {
        font-size: 25px;
        line-height: 30px;
    }

    .how-start {
        padding: 0 0 50px;
    }

    .how-start__title {
        font-size: 32px;
        line-height: 42px;
    }

    .how-start__subtitle {
        font-size: 18px;
        line-height: 32px;

        margin-bottom: 30px;
    }

    .how-start__step {
        padding: 10px 0 10px 15px;
    }

    .faq {
        padding-bottom: 50px;
    }

    .faq__title {
        font-size: 32px;
        line-height: 42px;

        margin-bottom: 30px;
    }

    .faq__item-top {
        column-gap: 10px;
    }

    .start-building {
        padding: 50px 10px 330px;
    }

    .start-building__container {
        padding: 30px 15px;
    }

    .start-building__title {
        font-size: 32px;
        line-height: 42px;
    }

    .start-building__subtitle {
        font-size: 18px;
        line-height: 32px;

        margin-bottom: 30px;
    }

    .start-building__container {
        row-gap: 30px;
    }

    .start-building__text-special {
        font-size: 22px;
        line-height: 26px;
        padding: 8px 20px;

        margin-bottom: 10px;
    }

    .start-building__text-title {
        font-size: 32px;
        line-height: 42px;

        margin-bottom: 10px;
    }

    .start-building__text-description {
        font-size: 16px;
        line-height: 19px;
    }

    .form__item {
        padding: 20px 15px;
    }

    .custom-footer {
        padding: 50px 0 0;
    }

    .custom-footer__content {
        padding-bottom: 10px;
    }

    .custom-footer__top {
        padding-bottom: 15px;

        margin-bottom: 15px;
    }

    .custom-footer__terms-item {
        font-size: 12px;
        line-height: 14px;
    }

    .custom-footer__disclaimer {
        font-size: 12px;
        line-height: 20px;
    }

    .reviews {
        padding-bottom: 40px;
    }

    .reviews__text-mob {
        padding: 0 10px;
    }

    .review__title {
        font-size: 32px;
        line-height: 42px;

        margin-bottom: 10px;
    }

    .review__description {
        font-size: 18px;
        line-height: 32px;
    }

    .review__slider-wrapper {
        padding: 40px 10px 50px 10px;
    }

    .review__slider-item {
        max-width: 340px;
    }

    .graph-section {
        padding-bottom: 50px;
    }

    .graph__content {
        margin-bottom: 30px;
    }

    .graph__content-title {
        font-size: 32px;
        line-height: 42px;
    }

    .graph__content-description {
        margin-bottom: 30px;
    }

    .firstScreen__title-br {
        display: block;
    }

}