/* Reset and base styles  */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0px;
    margin: 0px;
    border: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}


/* Links */

a, a:link, a:visited {
    text-decoration: none;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    opacity: .8;
}

/* Common */

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 {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */

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;
}

body {
    font-family: "Inter Tight", sans-serif;

}

:root {
    --color-default: #363636;
    --color-btn: linear-gradient(272.65deg, #950B12 2.78%, #E2373F 102.26%);
}

.body {
    overflow-x: hidden;
}

.body--lock {
    overflow: hidden;
}

.container {

    max-width: 1460px;
    margin: 0 auto;
    padding: 9px 70px;
}

.container-relative {
    position: relative;
}

.header {
    background: url(img/fonG.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.nav {
    font-family: "Manrope", sans-serif;
    gap: 20px;
    padding: 15px 0;
    background-color: #fff;
}

.nav_all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.nav_links {
    display: flex;
    align-items: center;
    gap: 40px;

}

.nav_link {
    color: var(--color-default);
    font-size: 16px;
    font-weight: 500;
}

.lang {
    color: #363636;
    font-weight: 500;
    font-size: 20px;
}

.lang_footer {
    color: #EBEAF0;
}

.lang.mobile {
    display: none;
}

.lang_value {
    color: black;
}

.burger-menu {
    cursor: pointer;
    display: none;
    position: relative;
    height: 25px;
    width: 35px;
}

.burger-menu-item {
    display: block;
    width: 100%;
    height: 4px;
    background: var(--color-default);
    position: absolute;
    left: 0;
    border-radius: 3px;
}

.burger-menu-item-first {
    top: 0;
}

.burger-menu-item-second {
    top: 50%;
    transform: translateY(-50%);
}

.burger-menu-item-third {
    bottom: 0;
}

.header__nav-close {
    display: none;
}

.header_all {
    margin-top: 126px;
    max-width: 600px;
}

.title-5 {
    color: #141414CC;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

.title-1 {
    color: #141414;
    margin-top: 16px;
    font-size: 97px;
    font-weight: 700;
    line-height: 91px;
}

.text {
    color: #141414;
    margin-top: 16px;
    max-width: 409px;
    font-size: 18px;
    line-height: 130%;
}

.header_all-btn {
    background: var(--color-btn);
    margin-top: 30px;
    padding: 13px 55px;
    height: 60px;
    max-width: 313px;
    width: 100%;
    font-size: 20px;
    color: white;
    font-weight: 600;
    transition: all 0.3s;
    border-radius: 30px;
}

.header_all-btn:hover {
    opacity: .8;
}

.section_discover {
    padding-top: 100px;
    padding-bottom: 120px;
    background: linear-gradient(180deg, #FFFFFF 0%, #E2E5F5 52.89%, #FFFFFF 100.18%);

}

.section_discover-3 {
    background: linear-gradient(180deg, #FFFFFF 0%, #E2E5F5 52.89%, #FFFFFF 100.18%);
    padding-bottom: 100px;
}

.section_discover-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

/* .section_discover-top h3 {
    max-width: 802px;
} */
.title-3 {
    max-width: 450px;
    color: #0E1028;
    font-size: 40px;
    font-weight: 600;
}

.max-width {
    max-width: 802px;
}

.section_discover-top-text {
    max-width: 511px;
    font-size: 18px;
    color: #414141;
}

.section_discover-bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 80px; */
}

.section_discover-bot-item {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.section_discover-bot-item-item {
    max-width: 370px;
}

.title-6 {
    color: #AB2424;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    max-width: 300px;
    margin-bottom: 19px;
}

.section_discover-bot-item-text {
    color: #363636;
    font-size: 20px;
    max-width: 300px;
    font-weight: 600;
    text-align: center;
}

.section_pay {
    padding: 75px;
    padding-bottom: 30px;
    background: linear-gradient(90deg, #515AC1 0%, #303678 100%);
    border-radius: 75px;
}

.section_pay-title {
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    vertical-align: middle;
    color: white;
    max-width: 847px;
    margin: 0 auto;
}

.section_pay--2 {
    padding: 95px;
}

.section_pay-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.section_pay-all--2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 112px;
}

.section_pay-all--2-text {
    font-size: 18px;
    color: white;
    margin-top: 30px;
}

.section_pay-all--2-all {
    max-width: 400px;
}

.section_pay-all--2-all p {
    text-align: left;
}

.section_pay-all--2-all h3 {
    text-align: left;
}

.section_big {
    background: url(img/setka.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    /* padding-top: 130px; */
    /* padding-bottom: 100px; */
    position: relative;
}

.section_discover-top--big {
    margin-top: 90px;
}

.icon {
    position: absolute;
    right: 0;
    bottom: 120px;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
}


.section_big-list {
    max-width: 432px;
    margin-bottom: 200px;
}

.lisection_big-top-item {
    color: #363636;
    position: relative;
    padding: 15px 32px;
    border-bottom: 1px solid #0000000F;
    font-weight: 400;
    font-size: 18px;
    line-height: 25.2px;


}

.section_big-title {
    max-width: 480px;
}

.lisection_big-top-item::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: red;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.section_pay-title-4 {
    font-weight: 400;
    font-size: 35px;
    line-height: 120%;
    text-align: center;
    vertical-align: middle;
    color: white;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 56px;
    margin-bottom: 60px;

}

.section_big-two {
    padding-top: 100px;
    background: linear-gradient(180deg, #FFFFFF 0%, #E2E5F5 52.89%, #FFFFFF 100.18%);
    padding-bottom: 100px;
}

.section_big-two-technology {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 150px;
}

.section_big-two-technology-item {
    margin-top: 87px;
}

.section_big-two-technology-text {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;

}

.section_discover-bot-2 {
    margin-top: 80px;
}

.section_discover-bot-2 .title-6 {
    max-width: 330px;
}

.section_pay-2 {
    padding-bottom: 0;
}

.FAQ {
    padding: 100px 0;
    background: linear-gradient(180deg, #FEFEFF 0%, #DEE2F0 100%);


}

.FAQ_top {
    display: flex;
    width: 100%;
    max-width: 1113px;
    justify-content: space-between;
    margin-bottom: 42px;
}

.FAQ_title {
    text-align: center;
    max-width: auto;
    margin: 0 auto;
    margin-bottom: 115px;
}

.FAQ_bot {
    display: flex;
    flex-direction: column;
    gap: 20px;

}

.FAQ-item {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 4px 9.3px 0px #3036784D;
    padding: 20px 50px;
}

.FAQ-item-click {
    position: relative;
    /* padding: 14px 32px; */
    display: flex;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
    font-size: 24px;
    color: #12275C;
    line-height: 25.2px;
    /* transition: all 0.3s ; */
}

.FAQ-item-drop {
    max-height: 0px;
    opacity: 0;
    /* padding-top: 10px; */
    padding-left: 10px;
    transition: all 0.3s;
    position: relative;
}

.FAQ-item-drop::after {
    content: '';
    position: absolute;
    width: 3px;

    border-radius: 200px;
    background-color: #12275C;
    left: 0px;
    top: 10px;
    bottom: 10px;
}

svg {
    transition: all 0.3s;
}

.rot svg {
    transform: rotate(90deg);
}

.active .FAQ-item-drop {
    transition: all 0.3s;
    padding-top: 10px;
    max-height: 154px;
    opacity: 1;
    padding-bottom: 10px;
}

/* .FAQ-item-click::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: red;
    top: 50%;    
    transform: translateY(-50%);
    left: 0px;
} */


.form_all {
    background: linear-gradient(180deg, #DEE2F0 0%, #2F3579 100%);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 74px;
    padding-bottom: 160px;
}

.form-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 71px;
    max-width: 1200px;
}

.form-top-title {
    color: white;
}

.form-top-text {
    color: white;

}

.form_bot {
    display: flex;
    gap: 40px;
}

.form_left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 420px;
    width: 100%;
}

.form_right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 420px;
    width: 100%;
}

.form_left .header_all-btn {
    margin-top: 20px;
    max-width: 420px;
}

.form-inp {
    border: 1px solid #FFFFFF;
    max-width: 420px;
    width: 100%;
    height: 55px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 22px;
    color: white;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    border-radius: 20px;
}

.form-inp::placeholder {
    color: white;
}

.form_right {
}

.polo {
    position: absolute;
    right: 10px;
    bottom: -135px;
}

.mobil_img {
    display: none;
}

.footer {
    padding: 65px 0;
    background-color: #2F3579;
}

.footer_all {
    display: flex;
    gap: 81px;
    /* justify-content: space-between; */
}

.footer_left-text {
    color: white;
    max-width: 400px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
}

.footer_left-top-item {
    display: flex;
    font-size: 18px;
    color: white;
    font-weight: 500;
    margin-top: 20px;
}

.footer_right {
    display: flex;
    width: 64%;

    flex-direction: column;
}

.footer_right-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 83px;
    margin-top: 25px;
}

.footer_right-top-list {
    display: flex;
    gap: 40px;
}

.footer_right-top-item {
    color: #EBEAF0;
    font-size: 20px;
    font-weight: 500;
}

.footer_right-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 76px;
}

.footer_right-bot-left {
    display: flex;
    margin-top: 15px;
    flex-direction: column;
    gap: 12px;
}

.footer_right-bot-left-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: white;
}

.footer__contact-list {
    color: white;
    max-width: 500px;
}

.footer__contact-item {
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    font-weight: 500;
}

.footer__contact-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 30px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
}

.contact-address::before {
    background-image: url(img/map.svg);
}

.contact-tel::before {
    background-image: url(img/phone.svg);
}

.contact-phone::before {
    background-image: url(img/fax.svg);
}

.contact-mail::before {
    background-image: url(img/email.svg);
}

.footer__contact-item:not(:last-child) {
    margin-bottom: 15px;
}

.footer a {
    color: white;
}

.contact-address {
}

.contact-tel {
}

.contact-phone {
}

.contact-mail {
}

.footer_right-bot-left-text {
    color: #DFDFDF;
}

.footer_right-bot-rigth {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer_right-bot-rigth-top {
    align-items: center;
    display: flex;
    gap: 20px;
}

.footer_right-top-rigth-img:nth-child(2) {
    height: 20px;
}

.footer_right-top-rigth-img:nth-child(3) {
    height: 20px;
}

.footer_right-bot-rigth-img:nth-child(3) {
    width: 45px;
}

.footer_right-bot-rigth-bot {
    display: flex;
    gap: 20px;
}


@media (max-width: 1440px) {
    .footer_left-text {
        font-size: 16px;
    }

    .footer_left-top-item {
        font-size: 16px;
    }

    .footer__contact-item {
        font-size: 16px;
    }

    .footer__contact-list {
        color: white;
        max-width: 400px;
    }

    .nav_link {
        font-size: 14px;
    }

    .lang {
        font-size: 18px;
    }

    .title-1 {
        font-size: 87px;
        line-height: 87px;
    }

    .header_all-btn {
        margin-top: 40px;
        padding: 13px 45px;
        height: 57px;
        font-size: 22px;
    }

    .title-3 {
        font-size: 34px;
        font-weight: 600;
    }

    .section_discover-top-text {
        max-width: 511px;
        font-size: 16px;
        color: #414141;
    }

    .section_discover-bot-item-text {
        font-size: 18px;
    }

    .title-6 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .section_discover-bot-item-item {
        max-width: 330px;
    }

    .section_pay-title {
        font-size: 36px;
    }

    .icon {
        max-width: 650px;
    }

    .section_big-list {
        margin-bottom: 160px;
    }

    .section_pay-title-4 {
        font-size: 32px;
    }

    .section_big-two-technology-text {
        font-weight: 700;
        font-size: 22px;

    }

    .form-top-text {
        color: white;
    }

    .footer_right-top-item {
        font-size: 18px;
    }

    .footer_all {
        gap: 60px;

    }

    .polo {
        max-width: 511px;
        height: 320px;
        right: 10px;
        bottom: -80px;
    }

    .form_all {
        padding-bottom: 135px;
    }
}

@media (max-width: 1300px) {
    .polo {
        bottom: -100px;
        max-width: 440px;
        height: 280px;
    }
}

@media (max-width: 1024px) {
    .footer_all {
        /* flex-direction: column; */

    }

    .footer__contact-list {
        max-width: 300px;
    }

    .lang {
        display: none;
    }

    .lang.mobile {
        display: block;
        color: white;
        margin-top: 50px;
    }

    .logotype {
        position: relative;
        z-index: 22;
    }

    .nav_links {
        max-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        transform: translateY(-100%);
        background-color: #0E1028;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        transition: all 0.3s;
        z-index: 10;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
        padding-right: 55px;
        padding-top: 40px;
        padding-bottom: 20px;
        padding-left: 20px;
    }

    .nav_link {
        font-size: 25px;
        color: white;
    }

    .nav_links--active {
        transform: translateX(0);
    }

    .burger-menu {
        display: block;
    }

    .header__nav-close {
        cursor: pointer;
        display: block;
        height: 38px;
        width: 38px;
        position: absolute;
        z-index: 11;
        right: 1rem;
        top: 24px;
    }

    .header__nav-close-line {
        display: block;
        width: 100%;
        height: 3px;
        background: var(--color-default);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .header__nav-close-line:first-child {
        transform: translateY(-50%) rotate(45deg);
    }

    .header__nav-close-line:last-child {
        transform: translateY(-50%) rotate(-45deg);
    }

    .title-1 {
        font-size: 72px;
        line-height: 73px;
        margin-top: 12px;
    }

    .title-3 {
        font-size: 28px;
        font-weight: 600;
        max-width: 370px;
    }

    .section_discover-top-text {
        max-width: 450px;
    }

    .container {
        padding: 9px 20px;
    }

    .section_discover-bot {
        gap: 40px;
    }

    .section_discover-bot-item {
        max-width: 300px;
    }

    .section_discover-bot-item img {
        max-width: 250px;
    }

    .title-6 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .section_discover-bot-item-text {
        font-size: 16px;
    }

    .section_pay-title {
        font-size: 31px;
    }

    .section_big {
        /* padding-top: 100px;
        padding-bottom: 100px; */
    }

    .icon {
        max-width: 450px;

    }

    .section_big-list {
        margin-bottom: 150px;
    }

    .section_pay-title-4 {
        font-size: 24px;
    }

    .lisection_big-top-item {
        padding: 14px 28px;
        font-size: 16px;
    }

    .section_big-two-technology-item {
        margin-top: 60px;
    }

    .section_big-two-technology-text {
        font-size: 18px;
    }

    .section_big-two-technology {
        margin-bottom: 100px;
    }

    .section_discover-bot-2 {
        margin-top: 60px;
    }

    .section_pay {
        padding-top: 60px;
    }

    .FAQ-item-click {
        position: relative;
        font-size: 18px;

    }

    .polo {
        max-width: 400px;
    }

    .form-inp {
        max-width: 400px;
        height: 50px;
        font-size: 18px;

    }

    .form_left {
        max-width: 400px;
        width: 100%;
    }

    .form_right {
        max-width: 400px;
        width: 100%;
    }

    .form_left .header_all-btn {
        font-size: 20px;
        height: 55px;
        max-width: 260px;
    }

    .header_all-btn {
        font-size: 20px;

    }

    .footer_right-top-list {
        gap: 20px;
    }

    .footer_right-top-item {
        font-size: 16px;
    }

    .footer_right-bot-left-text {
        font-size: 14px;
    }

    .lang {
        font-size: 16px;
    }

    .footer_left-text {
        max-width: 350px;
        font-size: 16px;
    }

    .footer_right-top {
        margin-bottom: 70px;
        margin-top: 25px;
    }

    .footer_right-bot-left {
        gap: 10px;
    }

    .footer_right-bot {
        gap: 20px;
    }

    .footer_right-bot-rigth-top {

        gap: 15px;
    }

    .footer_right-bot-rigth-bot {

        gap: 15px;
    }

    .footer_right-top-rigth-img:nth-child(2) {
        height: 16px;
    }

    .footer_right-top-rigth-img:nth-child(3) {
        height: 16px;
    }

    .footer_right-bot-rigth-img:nth-child(3) {
        width: 38px;
        height: 38px;
    }

    .footer {
        padding: 50px 0;
    }
}

@media (max-width: 768px) {
    .header {
        /* background-image: url(./img/FonPlan.png); */
    }

    .section_pay {
        padding: 35px;
    }

    .title-1 {
        font-size: 80px;
        line-height: 71px;
        margin-top: 12px;
        max-width: 400px;
    }

    .section_discover-top {
        flex-direction: column;
        gap: 30px;
    }

    .title-5 {
        font-size: 16px;
    }

    .section_pay-all--2 {
        flex-direction: column;
        gap: 50px;
    }

    .section_pay--2 {
        padding: 35px;
    }

    .text {
        color: var(--color-default);
        margin-top: 16px;
        max-width: 320px;
        font-size: 16px;
    }

    .title-3 {
        font-size: 35px;
        font-weight: 600;
        max-width: 570px;
    }

    .section_discover-top-text {
        max-width: 500px;
    }

    .form-top {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 50px;
    }

    .section_discover-bot {
        flex-direction: column;
    }

    .section_discover {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .section_pay-title {
        font-size: 25px;
        max-width: 500px;
    }

    .section_pay-all {

        margin-top: 45px;
    }

    .section_big {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .lisection_big-top-item {
        padding: 10px 20px;
        font-size: 15px;
    }

    .section_big-list {
        margin-bottom: 120px;
        max-width: 310px;
    }

    .icon {
        max-width: 350px;

    }

    .section_discover-bot {
        gap: 30px;
    }

    .title-6 {
        font-size: 22px;

    }

    .title-meet {
        max-width: 415px;
    }

    .section_pay-all {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .section_pay-title-4 {
        font-size: 20px;
        max-width: 700px;
    }

    .FAQ {
        padding: 80px 0;
    }

    .section_big-two-technology-text {
        font-size: 16px;
    }

    .section_big-two-technology-item img {
        max-width: 120px;
    }

    .section_big-two-technology-item-3 img {
        max-width: 150px !important;
        width: 100%;
    }

    .form-inp {
        max-width: 360px;
        height: 42px;
        font-size: 16px;
    }

    .form_left {
        max-width: 360px;
        width: 100%;
    }

    .form_right {
        max-width: 360px;
        width: 100%;
    }

    .form_left .header_all-btn {
        font-size: 18px;
        height: 50px;
        max-width: 448px;
    }

    .header_all-btn {
        width: 100%;
        max-width: 300px;
    }

    .footer_all {
        flex-direction: column;
    }

    .footer_right {
        width: 100%;
    }

    .footer_right-top {
        order: 2;
        margin-bottom: 10px;
    }

    .lang_footer {
        display: block;
    }

    .section_discover-bot {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .section_pay-all--2-all p {
        text-align: left;
        font-size: 16px;
    }

    .section_pay-all--2-all h3 {
        text-align: left;
        font-size: 26px;
    }
}

.form_right-btn {
    display: none;
}

@media (max-width: 750px) {
    .footer__contact-list {
        max-width: 700px;
    }

    .title-1 {
        font-size: 60px;
    }

    .header_all {
        margin-top: 70px;
    }

    .header_all-btn {
        max-width: 500px;
    }

    .section_big-two-technology {
        flex-direction: column;
    }

    .header {
        background: url(img/tel2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
    }

    .footer_right-bot-rigth {
        width: 100%;
    }

    .form_all {
        /* padding-bottom: 288px; */
        padding-bottom: 80px;
    }

    .polo {
        display: none;
        position: absolute;
        right: 0px;
        bottom: -280px;
        /* bottom: 0; */
    }

    .footer_right-bot {
        flex-direction: column;
    }

    .form-top {
        flex-direction: column;
        gap: 30px;
    }

    .form_bot {
        flex-direction: column;
        gap: 30px;
    }

    .form_left .header_all-btn {
        display: none;
    }

    .form_right-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0;
    }

    .form_left {
        gap: 30px;
    }

    .form_right {
        gap: 30px;
    }

    /* .form_left {
        order: 2;
    }
    .form_right {
        order: 1;
    } */
    .FAQ_top {
        flex-direction: column;
        gap: 20px;
    }

    .header_all {
        padding-bottom: 70px;
    }

    .footer_all {
        gap: 30px;
    }

    .footer_right-top {

        order: 1;
        margin-bottom: 40px;
    }

    .footer_right-bot {
        order: 2;
    }

    .footer_right-top-list {

        flex-direction: column;
    }

    .section_pay-title {
        font-size: 30px;
        max-width: 332px;
    }

    .section_discover-top {
        flex-direction: column;
        gap: 20px;
    }

    .section_discover-top-text {
        max-width: 430px;
    }

    .section_discover {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .title-3 {
        font-size: 30px;
        max-width: 430px;
    }

    .section_big-two-technology-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section_big-two-technology-text {
        font-size: 22px;
    }

    .title-6 {
        font-size: 22px;
    }

    .section_big {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .icon {
        display: none;
    }

    .section_big-list {
        width: 100%;
        max-width: 450px;
        margin-bottom: 0px;
    }

    .section_pay-title-4 {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .mobil_img {
        display: block;
        margin: 0 auto;
        margin-bottom: 28px;
        margin-top: 30px;
    }

    .lisection_big-top-item {
        padding: 15px 20px;
        font-size: 16px;
    }

    .FAQ {
        padding: 65px 0;
    }

    .FAQ-item-click {
        font-size: 14px;
    }

    .FAQ-item-click p {
        font-size: 15px;
        max-width: 250px;
    }

    .FAQ-item-drop {
        font-size: 13px;
        max-width: 320px;
    }

    .form_left {
        max-width: 450px;
    }

    .form_right {
        max-width: 450px;
    }

    .form-inp {
        max-width: 450px;
    }

    .footer_right-bot-left {
        order: 2;
    }

    .lang_footer {
        display: flex;
        height: 30px;
    }

    .section_pay-all--2-all p {
        text-align: left;
        font-size: 16px;
    }

    .section_pay-all--2-all h3 {
        text-align: left;
        font-size: 26px;
    }

    .FAQ-item {
        padding: 15px 30px;
        font-size: 16px;
    }

    .FAQ_title {
        margin-bottom: 40px;
    }
}

/* анимации, стили анимаций */
._anim-items {
    opacity: 0;
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}

._anim-items._active {
    opacity: 1;
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}

._anim-items._anim-translate {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

._anim-items._anim-translate._active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

._anim-delay-01s._active {
    transition: all 0.9s ease 0.1s;
}

._anim-delay-02s._active {
    transition: all 0.9s ease 0.2s;
}

._anim-delay-03s._active {
    transition: all 0.9s ease 0.3s;
}

._anim-delay-04s._active {
    transition: all 0.9s ease 0.4s;
}

#goTop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #363636;
    background-image: linear-gradient(to left, #950B12, #E2373F);
    color: white;
    cursor: pointer;
    padding: 10px 10px;
    border-radius: 15px;
}

#goTop:hover {
    opacity: .8;
}

/***************************************/
div.modal-btn {
    text-align: center;
}

button.modalOk {
    background-color: #66708c;
    background-image: linear-gradient(to left, #950B12, #E2373F);
    color: white;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 20px;
    margin-top: 10px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.modal.show {
    opacity: 1;
    pointer-events: auto;
}

.hidden {
    display: none;
}

/* Modal box */
.modal-content {
    background: linear-gradient(180deg, #FEFEFF 0%, #DEE2F0 60%);
    padding: 20px 30px;
    border-radius: 8px;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    animation: slideDown 0.3s ease;
}

/* Close button (X) */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

/* Animation */
@keyframes slideDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}