@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins/Poppins_Light/poppins_light.eot') format('eot'),
    url('../fonts/Poppins/Poppins_Light/poppins_light.woff') format('woff'),
    url('../fonts/Poppins/Poppins_Light/poppins_light.woff2') format('woff2'),
    url('../fonts/Poppins/Poppins_Light/poppins_light.ttf') format('truetype'),
    url('../fonts/Poppins/Poppins_Light/poppins_light.svg') format('svg');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins/Poppins_Regular/poppins_regular.eot') format('eot'),
    url('../fonts/Poppins/Poppins_Regular/poppins_regular.woff') format('woff'),
    url('../fonts/Poppins/Poppins_Regular/poppins_regular.woff2') format('woff2'),
    url('../fonts/Poppins/Poppins_Regular/poppins_regular.ttf') format('truetype'),
    url('../fonts/Poppins/Poppins_Regular/poppins_regular.svg') format('svg');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins/Poppins_Medium/poppins_medium.eot') format('eot'),
    url('../fonts/Poppins/Poppins_Medium/poppins_medium.woff') format('woff'),
    url('../fonts/Poppins/Poppins_Medium/poppins_medium.woff2') format('woff2'),
    url('../fonts/Poppins/Poppins_Medium/poppins_medium.ttf') format('truetype'),
    url('../fonts/Poppins/Poppins_Medium/poppins_medium.svg') format('svg');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins/Poppins_SemiBold/poppins_semibold.eot') format('eot'),
    url('../fonts/Poppins/Poppins_SemiBold/poppins_semibold.woff') format('woff'),
    url('../fonts/Poppins/Poppins_SemiBold/poppins_semibold.woff2') format('woff2'),
    url('../fonts/Poppins/Poppins_SemiBold/poppins_semibold.ttf') format('truetype'),
    url('../fonts/Poppins/Poppins_SemiBold/poppins_semibold.svg') format('svg');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins/Poppins_Bold/poppins_bold.eot') format('eot'),
    url('../fonts/Poppins/Poppins_Bold/poppins_bold.woff') format('woff'),
    url('../fonts/Poppins/Poppins_Bold/poppins_bold.woff2') format('woff2'),
    url('../fonts/Poppins/Poppins_Bold/poppins_bold.ttf') format('truetype'),
    url('../fonts/Poppins/Poppins_Bold/poppins_bold.svg') format('svg');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: SF Pro;
    src: url('../fonts/SFPro/SFPro_Medium/SFProDisplay-Medium..eot') format('eot'),
    url('../fonts/SFPro/SFPro_Medium/SFProDisplay-Medium..woff') format('woff'),
    url('../fonts/SFPro/SFPro_Medium/SFProDisplay-Medium..woff2') format('woff2'),
    url('../fonts/SFPro/SFPro_Medium/SFProDisplay-Medium..ttf') format('truetype'),
    url('../fonts/SFPro/SFPro_Medium/SFProDisplay-Medium..svg') format('svg');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: SF Pro;
    src: url('../fonts/SFPro/SFPro_SemiBold/SFProDisplay-Semibold.eot') format('eot'),
    url('../fonts/SFPro/SFPro_SemiBold/SFProDisplay-Semibold.woff') format('woff'),
    url('../fonts/SFPro/SFPro_SemiBold/SFProDisplay-Semibold.woff2') format('woff2'),
    url('../fonts/SFPro/SFPro_SemiBold/SFProDisplay-Semibold.ttf') format('truetype'),
    url('../fonts/SFPro/SFPro_SemiBold/SFProDisplay-Semibold.svg') format('svg');
    font-style: normal;
    font-weight: 600;
}

#reference {
    display: none;
}

#reference.active {
    display: block;
}

.wrapper {
    background: #0D0D0D;
    width: 100%;
}

h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #F5F5F5;
}

h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #F5F5F5;
}

h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #F5F5F5;
}

h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #F5F5F5;
}

h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #F5F5F5;
}

.liner {
    display: flex;
}


.wrapper .main {
    width: 100%;
    padding: 32px 15px 0 15px !important;
    background: url(../img/main_bg.svg) center top / 100% no-repeat;
}

.wrapper .main .navigation .liner {
    width: 100%;
    height: 24px;
    justify-content: space-between;
}

.wrapper .main .navigation .liner .right {
    display: none;
}

.wrapper .main .navigation .menu {
    width: 24px;
    height: 24px;
    background: url(../img/menu_open.svg) center top / 100% no-repeat;
}

.wrapper .main .basic {
    width: 100%;
    align-items: center;
    margin-top: 53px;
}

.mobile_menu {
    display: none;
}

.wrapper .main .basic div:nth-of-type(1), .wrapper .main .basic div:nth-of-type(2) {
    width: 300px;
    margin: 0 calc((100% - 300px) / 2) 0;
}

.wrapper .main .basic div:nth-of-type(1) h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #C2C2C2;
    letter-spacing: 1.6px;
}

.wrapper .main .basic div:nth-of-type(2) h1 {
    text-transform: uppercase;
}

.wrapper .main .basic div:nth-of-type(2) {
    margin-top: 14px;
}

.wrapper .main .basic div:nth-of-type(3) {
    width: 164px;
    height: 164px;
    margin: auto;
}

.wrapper .main .basic div:nth-of-type(3) a {
    width: 164px;
    height: 164px;
    margin: 42px calc((100% - 164px) / 2) 0;
    display: flex;
    align-items: center;
    background: rgba(102, 22, 181, 0.99);
    border-radius: 100px;
    font-family: 'SF Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 1px;
    padding-left: 21px;
}

.wrapper > section {
    padding: 0 15px !important;
    margin-bottom: 80px;
}

.wrapper .main .basic div:nth-of-type(4) {
    height: 138px;
    margin: 80px auto auto auto;
    align-items: center;
}

.wrapper .main .basic div:nth-of-type(4) h5 {
    margin-top: 16px;
}

.wrapper .our_aproach {
    width: 100%;
    padding: 70px calc((100% - 310px) / 2) 0;
}

.wrapper .our_aproach .heading {
    width: 310px;
    height: 210px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.wrapper .our_aproach .heading .up {
    width: 310px;
}

.wrapper .our_aproach .box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.wrapper .our_aproach .box img {
    margin: auto;
}

.wrapper .our_aproach .box div {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    text-align: center;
    margin-top: 31px;
}

.wrapper .our_aproach .box > div {
    margin-bottom: 35px;
}

.wrapper .our_aproach .box .up {
    margin-bottom: 0;
}

.wrapper .our_aproach .box .understand {
    width: 271px;
    height: 174px;
}

.wrapper .our_aproach .box .design {
    width: 227px;
    height: 179px;
}

.wrapper .our_aproach .box .enhance {
    width: 196px;
    height: 159px;
}

.wrapper .our_aproach .box .delight {
    width: 220px;
    height: 159px;
}

.wrapper .our_aproach .box .image {
    display: none;
}

.wrapper .our_aproach .box .delight h3 {
    width: 150px;
    margin: auto;
}

.wrapper .our_aproach .box .scale {
    width: 93px;
    height: 159px;
}

.wrapper .our_aproach .box .contact {
    width: 100%;
    margin: auto auto 170px auto;
}

.wrapper .our_aproach a {
    padding: 85px 27px;
    width: 200px;
    height: 200px;
    margin: 31px calc((100% - 200px) / 2) 0;
    display: flex;
    align-items: center;
    background: rgba(102, 22, 181, 0.99);
    border-radius: 100px;
    font-family: 'SF Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 85px;
    padding-left: 40px;
}

.wrapper .from_custemer {
    width: 100%;
    height: 100%;
    padding: 167px calc((100% - 343px) / 2) 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.wrapper .from_custemer .left {
    margin-bottom: 70px;
}

.wrapper .from_custemer .left .up {
    height: 160px;
}

.wrapper .from_custemer .left .up div {
    text-align: center;
}

.wrapper .from_custemer .left .up span:nth-of-type(1) {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #C2C2C2;
    letter-spacing: 0.3px;
}

.wrapper .from_custemer .left span:nth-of-type(2) {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #F5F5F5;
    letter-spacing: 0.5px;
}

.wrapper .from_custemer .left .up div:nth-of-type(2) {
    margin-top: 24px;
}

.wrapper .from_custemer .left .down {
    margin-top: 48px;
}

.wrapper .from_custemer .left .down > img {
    width: 100%;
}

.wrapper .from_custemer .right p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    text-align: center;
    background: linear-gradient(90deg, #730BDA 25%, #FFFFFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.wrapper .from_custemer .right .block_1 {
    height: 176px;
    padding-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: center;
}

.wrapper .from_custemer .right .block_1 div:nth-of-type(1) {
    margin: auto;
}

.wrapper .from_custemer .right .block_2 {
    height: 208px;
    padding-bottom: 32px;
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid rgba(59, 53, 65, 0.99);
    border-bottom: 1px solid rgba(59, 53, 65, 0.99);
}

.wrapper .from_custemer .right .block_2 div:nth-of-type(1) {
    margin: auto;
}

.wrapper .from_custemer .right .block_2 div:nth-of-type(2) {
    width: 270px;
    margin: auto;
}


.wrapper .from_custemer .right .block_3 {
    height: 200px;
    padding-top: 32px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: center;
}

.wrapper .from_custemer .right .block_3 div:nth-of-type(1) {
    margin: auto;
}

.wrapper .from_custemer .right .block_3 div:nth-of-type(2) {
    /*width: 320px;*/
    margin: auto;
}

.wrapper .localization {
    width: 100%;
    height: 100%;
    padding: 0 calc((100% - 349px) / 2);
    margin-top: 80px;
    background: url(../img/localization_bg.svg) center bottom / 100% no-repeat;
}

.wrapper .localization div:nth-of-type(1) {
    margin-top: 115px;
}

.wrapper .localization div:nth-of-type(2) {
    /*width: 339px;*/
    margin-top: 125px;
}

.wrapper .our_services {
    width: 100%;
    height: 100%;
}

.wrapper .our_services div:nth-of-type(1) {
    margin-bottom: 42px;
}

.wrapper .our_services div:nth-of-type(2) .module.up {
    width: 100%;
    height: 100%;
    background: #332F2F;
    border-radius: 32px;
    padding: 32px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper .our_services div:nth-of-type(2) .module.down {
    width: 100%;
    height: 100%;
    background: #332F2F;
    border-radius: 32px;
    padding: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 42px;
}

.wrapper .our_services div:nth-of-type(2) .module h4 {
    margin-top: 20px;
}

.wrapper .our_services div:nth-of-type(2) .module h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #F5F5F5;
}

.wrapper .about_us {
    width: 100%;
    height: 100%;
    padding: 80px calc((100% - 465px) / 2) 0;
}

.wrapper .about_us .up div:nth-of-type(2) {
    width: 216px;
    height: 57px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
}

.wrapper .about_us .up a:nth-of-type(1) {
    width: 42px;
    height: 42px;
    display: flex;
    background: url(../img/call.svg) center top / 100% no-repeat;
}

.wrapper .about_us .up div:nth-of-type(2) a:nth-of-type(2) {
    width: 42px;
    height: 42px;
    display: flex;
    background: url(../img/mail.svg) center top / 100% no-repeat;
}

.wrapper .about_us .up div:nth-of-type(2) a:nth-of-type(3) {
    width: 42px;
    height: 42px;
    display: flex;
    background: url(../img/in.svg) center top / 100% no-repeat;
}

.wrapper .about_us .up div:nth-of-type(2) a:nth-of-type(4) {
    width: 42px;
    height: 42px;
    display: flex;
    background: url(../img/inst.svg) center top / 100% no-repeat;
}

.wrapper .footer div:nth-of-type(1) > h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 32px;
}

.wrapper .about_us .down div:nth-of-type(1) {
    margin-bottom: 55px;
}

.wrapper .about_us .down div:nth-of-type(2) {
    text-align: center;
}

.wrapper .about_us .down div:nth-of-type(2) a {
    background: #D9D9D9;
    padding: 24px 93px;
    margin-top: 60px;
    border-radius: 29px;
    font-family: 'SF Pro';
    font-size: 16px;
    line-height: 24px;
}

.wrapper .footer {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(28, 28, 28, 1));
    background-image: radial-gradient(circle at bottom left, rgba(128, 0, 255, 0.4), transparent 70%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(28, 28, 28, 1));
    background-blend-mode: overlay;
    margin-bottom: 0;
}

.wrapper .footer div:nth-of-type(2) > h4 {
    font-size: 16px;
    text-align: center;
    color: #C2C2C2;
    letter-spacing: 8px;
    margin: 20px 0;
}

.wrapper .footer div:nth-of-type(2) div:nth-of-type(2) {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}

.wrapper .footer div:nth-of-type(2) > a {
    color: #C2C2C2;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: 'Poppins';
}

.wrapper .footer div:nth-of-type(3) > p {
    color: #C2C2C2;
    text-align: center;
    font-size: 12px;
    font-family: 'Poppins';
    line-height: 20px;
}

.wrapper .main .privacy_policy {
    background: #050507;
    color: #F5F5F5;
    border-radius: 73px;
    height: 100%;
    padding: 42px 24px;
    margin-top: 42px;

}

.wrapper .main .privacy_policy > h1 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'Poppins';
    margin-bottom: 24px;
}

.wrapper .main .privacy_policy > p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Poppins';
    margin: 20px 0;
}


/* Modal styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

/* Modal content */
.modal-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    position: relative;
}

.modal-content h2 {
    margin: 28px 0 10px;
    font-size: 32px;
    font-weight: 600;
    color: #373A3A;
    font-family: 'Poppins';
}

.modal-content p {
    margin: 0 0 32px;
    color: #888;
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 20px;
}

.modal-content form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.modal-content input:nth-of-type(1) {
    padding: 40px 16px;
    margin-bottom: 12px;
}

.modal-content input {
    padding: 17px 24px;
    border: 1px solid #969A9E;
    border-radius: 13px;
    font-size: 14px;
    font-family: 'Poppins';
    background: #F5F5F5;
}

.modal-content input:focus {
    border: 1px solid #373A3A;
    color: #373A3A;
}

.modal-content button {
    background-color: #730BDAFC;
    color: white;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    margin: 64px auto auto auto;
    padding: 22px 100px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    width: 80%;
}

.modal-content button:hover {
    background-color: #7c25e3;
}

/* Close button */
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

/* Мобильное меню */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: url(../img/menu_bg.svg) center top / 100% no-repeat;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: right 0.3s ease;
    z-index: 1000;
}

.mobile-menu.open {
    right: 0;
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    padding: 20px;
}

.menu-logo {
    font-size: 20px;
    font-weight: bold;
}

.close-menu {
    font-size: 24px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

.menu-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    font-family: 'SF Pro';
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.menu-links a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    transition: color 0.3s;
}

.menu-links a:hover {
    color: #6a0dad;
}

.contact-button {
    width: 60%;
    padding: 25px 0;
    background-color: #6a0dad;
    color: white;
    border: none;
    border-radius: 17px;
    margin-bottom: 20px;
    cursor: pointer;
    font-family: 'SF Pro';
    font-size: 16px;
    line-height: 24px;
}

.contact-button:hover {
    background-color: #7c25e3;
}

@media screen and (min-width: 768px) {
    .wrapper .main {
        width: 100%;
        height: 100%;
        padding: 40px !important;
        background: url(../img/main_bg_tablet.svg) center top / 100% no-repeat,
        linear-gradient(to top, #050507 100%, #050507 0%);
    }

    .wrapper .main .navigation .liner {
        width: 100%;
        height: 24px;
        justify-content: space-between;
    }

    .wrapper > section {
        padding: 40px !important;
    }

    .wrapper .main .navigation .menu {
        width: 24px;
        height: 24px;
        background: url(../img/menu_open.svg) center top / 100% no-repeat;
    }

    .mobile_menu {
        background: #080A12;
        margin-top: 24px;
        border-radius: 24px;
        height: 86px;
        border: 1.5px solid #6616B5FC;
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 72px;

    }

    .mobile_menu a {
        font-family: 'SF Pro';
        color: #F5F5F5;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    .wrapper .main .basic div:nth-of-type(1), .wrapper .main .basic div:nth-of-type(2) {
        width: 100%;
        margin: 0;
    }

    .wrapper .main .basic div:nth-of-type(1) h3 {
        font-size: 24px;
        line-height: 50px;
        font-family: 'SF Pro';
        text-align: left;
        font-weight: 400;
        word-spacing: 35px;
    }

    .wrapper .main .basic div:nth-of-type(2) h1 {
        word-spacing: 10px;
        font-size: 64px;
        text-align: left;
        line-height: 72px;
        font-weight: 600;
        text-transform: none;
    }

    .wrapper .main .basic div:nth-of-type(2) span {
        margin-left: 50px;
        display: block;
        width: 100%;
    }

    .wrapper .main .basic div:nth-of-type(3) {
        width: 100%;
        margin: auto;
        top: -20px;
        position: relative;
    }

    .wrapper .main .basic div:nth-of-type(3) a {
        margin: 0;
    }

    .wrapper .main .basic div:nth-of-type(4) {
        margin: 0;
        margin-left: auto;
    }

    .wrapper .main .basic div:nth-of-type(4) {
        max-width: 405px;
    }

    .wrapper .main .basic div:nth-of-type(4) h2 {
        text-align: left;
        font-family: 'SF Pro';
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
    }

    .wrapper .main .basic div:nth-of-type(4) h5 {
        margin-top: 12px;
        text-align: left;
        font-family: 'SF Pro';
        font-weight: 400;
        line-height: 32px;
        font-size: 16px;
    }

    .wrapper .our_aproach {
        width: 100%;
        height: 100%;
        padding: 150px 40px;
        margin-bottom: 150px;
    }

    .wrapper .our_aproach .box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }

    .wrapper .our_aproach .box > div {
        width: 100% !important;
        text-align: left;
        padding: 50px 20px 50px 0;
        height: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .wrapper .our_aproach .box > div:nth-child(even) {
        border-bottom: #FFFFFF 1px solid;
        padding-left: 20px;
    }

    .wrapper .our_aproach .box > div:nth-child(odd) {
        border-right: #FFFFFF 1px solid;
        border-bottom: #FFFFFF 1px solid;
    }

    .wrapper .our_aproach .box > div:nth-child(2) {
        padding: 20px;
    }

    .wrapper .our_aproach .box .up {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wrapper .our_aproach .box > div > img {
        margin: 0;
        display: block;
        text-align: left;
    }

    .wrapper .our_aproach .box .image {
        display: block;
        height: 445px;
        padding: 50px 25px;
        grid-row: span 2;
        border-bottom: #FFFFFF 1px solid;
        width: 100%;
    }

    .wrapper .our_aproach .box h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        white-space: nowrap;
    }

    .wrapper .our_aproach .box h3 {
        text-align: left;
        margin: 32px 0 0 0 !important;
        line-height: 24px;
        font-size: 16px;
    }

    .wrapper .our_aproach .box h5 {
        text-align: left;
    }

    .wrapper .our_aproach .box .scale {
        border-bottom: none !important;
        border-right: #FFFFFF 1px solid;
        padding-left: 0;
    }

    .wrapper .our_aproach .box .contact {
        border: none !important;
        margin: 0;
    }

    .wrapper .our_aproach .box .contact > a {
        margin: 0 calc((100% - 200px) / 2) 0
    }

    .wrapper .our_aproach .box > div > h3 > span {
        display: block;
        width: 100%;
    }

    .wrapper .from_custemer .left {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }

    .wrapper .from_custemer .left .up > div,
    .wrapper .from_custemer .left .up > div h4 {
        text-align: left;
    }

    .wrapper .from_custemer .left .down {
        margin-top: 0;
    }

    .wrapper .from_custemer .right {
        width: 100%;
    }

    .wrapper .from_custemer .right .block_1,
    .wrapper .from_custemer .right .block_2,
    .wrapper .from_custemer .right .block_3 {
        display: block;
        height: auto;
    }

    .wrapper .from_custemer .right .block_2 div:nth-of-type(2) {
        margin: 0;
    }

    .wrapper .from_custemer .right h4,
    .wrapper .from_custemer .right p {
        text-align: left;
    }

    .wrapper .from_custemer .right h4 > span {
        display: block;
        width: 100%;
        font-size: 20px;
    }

    .wrapper .from_custemer .right p {
        background: linear-gradient(90deg, #730BDA 0%, #FFFFFF 25%);
        -webkit-background-clip: text;
    }


    .wrapper .localization {
        padding-top: 0 !important;
        text-align: left;
        margin-top: 120px;
        background: url(../img/localization_bg_tablet.svg) center top / 100% no-repeat;
    }

    .wrapper .localization div > h2 {
        text-align: left;
        position: relative;
        top: -40px;
        margin-left: 40px;

    }

    .wrapper .localization div > h4 {
        text-align: right;
        width: 70%;
        margin-left: auto;
    }

    .wrapper .our_services {
        padding-bottom: 0 !important;
    }

    .wrapper .our_services div > h2 {
        text-align: left;
    }

    .wrapper .our_services div:nth-of-type(1) .module h3,
    .wrapper .our_services div:nth-of-type(2) .module h3,
    .wrapper .our_services div:nth-of-type(1) .module h4,
    .wrapper .our_services div:nth-of-type(2) .module h4 {
        text-align: left;
    }

    .wrapper .about_us .up {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 55px;
    }

    .wrapper .about_us .up div:nth-of-type(2) {
        height: auto;
        margin: 0;
    }

    .wrapper .about_us .down div:nth-of-type(1) > h4 {
        text-align: left;
        max-width: 65%;
    }

    .wrapper .footer div:nth-of-type(1) > h3 {
        font-size: 34px;
        text-align: left;
        font-weight: 700;
        line-height: 32px;
    }

    .wrapper .about_us .down div:nth-of-type(2) {
        text-align: left;
    }

    .wrapper .footer div:nth-of-type(2) > h4 {
        font-size: 18px;
        text-align: left;
        margin: 40px 0;
    }

    .wrapper .footer div:nth-of-type(2) div:nth-of-type(2) {
        text-align: left;
        margin: 32px 0;
        justify-content: flex-start;
    }

    .wrapper .footer div:nth-of-type(2) div:nth-of-type(2) > a:nth-of-type(2) {
        margin-left: 32px;
    }

    .wrapper .footer div:nth-of-type(2) > a {
        font-size: 18px;
    }

    .wrapper .footer div:nth-of-type(3) > p {
        text-align: left;
        font-size: 18px;
    }

    .wrapper .main .privacy_policy {
        margin-top: 80px;
        padding: 70px 24px;
    }

    .wrapper .main .privacy_policy > h1 {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
    }

    .wrapper .main .privacy_policy > p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }

    .modal .modal-content form {
        gap: 24px
    }

    .modal .modal-content h2 {
        font-size: 48px;
        line-height: 54px;
        margin-top: 0;
    }

    .modal .modal-content p {
        font-size: 24px;
        line-height: 32px;
    }

    .modal .modal-content {
        padding: 65px;
        max-width: 628px;
    }

    .modal-content input {
        padding: 17px 24px;
        font-size: 20px;
        line-height: 32px;
    }

    .modal-content input:nth-of-type(1) {
        padding: 34px 24px;
        margin-bottom: 20px;
    }

    .modal .modal-content button {
        width: 100%;
        font-size: 24px;
        line-height: 32px;
    }

    .close {
        display: none;
    }
}

@media screen and (min-width: 1440px) {

    h2 {
        font-size: 36px;
        font-weight: 400;
    }

    h3 {
        font-size: 24px;
        line-height: 32px;
    }

    h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .wrapper .main {
        padding: 50px 80px !important;
        background: url(../img/main_bg_desktop.svg) center top / 100% no-repeat, linear-gradient(to top, #050507 100%, #050507 0%);
        margin-bottom: 150px;
    }

    .wrapper > section {
        padding: 80px !important;
    }

    .wrapper .main .navigation .liner .menu {
        display: none;
    }

    .wrapper .main .navigation .liner {
        margin-bottom: 135px;
    }

    .wrapper .main .navigation .liner .right {
        display: flex;
        width: 100%;
        justify-content: space-around;
        margin-left: 135px;
    }

    .wrapper .main .navigation .liner .right > div {
        margin-left: 135px;
    }

    .wrapper .main .navigation .liner .right > div > a,
    .wrapper .main .navigation .liner .right > a {
        font-size: 24px;
        line-height: 30px;
        font-weight: 400;
        font-family: 'SF Pro';
        color: #F5F5F5;
    }

    .wrapper .main .basic div:nth-of-type(2) h1 {
        font-size: 110px;
        line-height: 120px;
    }

    .wrapper .main .basic div:nth-of-type(4) {
        max-width: 532px;
    }

    .wrapper .main .basic div:nth-of-type(4) h2 {
        font-size: 32px;
    }

    .wrapper .main .basic div:nth-of-type(4) h5 {
        font-size: 24px;
    }

    .mobile_menu {
        display: none;
    }

    .wrapper .our_aproach .box div {
        margin: 0;
    }

    .wrapper .our_aproach .box {
        grid-template-columns: repeat(3, 1fr) !important;
        grid-template-rows: 290px 290px 270px;
        grid-template-areas:
                "item1 item2 item9"
                "item3 item5 item7"
                "item4 item6 item8";

    }


    .wrapper .box > div:nth-child(1) {
        grid-area: item1;
    }

    .wrapper .box > div:nth-child(2) {
        grid-area: item2;
    }

    .wrapper .box > div:nth-child(3) {
        grid-area: item3;
    }

    .wrapper .box > div:nth-child(4) {
        grid-area: item4;
    }

    .wrapper .box > div:nth-child(5) {
        grid-area: item5;
    }

    .wrapper .box > div:nth-child(6) {
        grid-area: item6;
    }

    .wrapper .box > div:nth-child(7) {
        grid-area: item7;
    }

    .wrapper .box > div:nth-child(8) {
        grid-area: item8;
    }

    .wrapper .box > div:nth-child(9) {
        grid-area: item9;
    }

    .wrapper .our_aproach .box .image {
        grid-row: span 1;
    }

    .wrapper .our_aproach .box > div {
        border-right: 1px solid #FFFFFF;
    }

    .wrapper .our_aproach .box > div:nth-child(7),
    .wrapper .our_aproach .box > div:nth-child(8) {
        border-right: none;
    }

    .wrapper .our_aproach .box > div:nth-child(3) {
        display: flow;
    }

    .wrapper .our_aproach .box > div:nth-child(3) > h3 {
        margin-top: 85px !important;
    }

    .wrapper .our_aproach .box > div:nth-child(4),
    .wrapper .our_aproach .box > div:nth-child(6),
    .wrapper .our_aproach .box > div:nth-child(8) {
        border-bottom: none;
        padding-bottom: 0;
        display: flow;
    }

    .wrapper .our_aproach .box > div:nth-child(2),
    .wrapper .our_aproach .box > div:nth-child(9),
    .wrapper .our_aproach .box > div:nth-child(5),
    .wrapper .our_aproach .box > div:nth-child(7),
    .wrapper .our_aproach .box > div:nth-child(6),
    .wrapper .our_aproach .box > div:nth-child(8) {
        padding: 20px;
    }

    .wrapper .our_aproach .box > div:nth-child(1),
    .wrapper .our_aproach .box > div:nth-child(3),
    .wrapper .our_aproach .box > div:nth-child(4) {
        padding: 25px 0;
    }

    .wrapper .our_aproach .box > {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wrapper .our_aproach .box .image > img {
        content: url("../img/image_table_desktop.svg");
    }

    .wrapper .our_aproach .box h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .wrapper .our_aproach .box .contact {
        border-bottom: 1px solid #FFFFFF !important;
    }

    .wrapper .our_aproach .box h2 {
        font-size: 36px;
        line-height: 42px;
        font-weight: 500;
    }

    .wrapper .our_aproach .box > div:nth-child(2) {

    }

    .wrapper .our_aproach .box h5 {
        font-size: 20px;
        line-height: 28px;
    }

    .wrapper .our_aproach .box h3 {
        margin-top: 100px !important;
    }

    .wrapper .our_aproach {
        margin: 0;
    }

    .wrapper .from_custemer {
        display: grid;
        grid-template-columns: 30% 60%;
        gap: 115px;
    }

    .wrapper .from_custemer .left {
        display: flex;
        flex-direction: column;
    }

    .wrapper .from_custemer .left .up {
        display: contents;
    }

    .wrapper .from_custemer .left .down {
        margin-top: 55px;
    }

    .wrapper .from_custemer .left .up span:nth-of-type(1) {
        font-size: 36px;
        line-height: 42px;
    }

    .wrapper .from_custemer .left span:nth-of-type(2) {
        font-size: 36px;
        line-height: 42px;
    }

    .wrapper .from_custemer .left .up > div h4 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 40px;
    }

    .wrapper .from_custemer .right p {
        font-size: 96px;
        line-height: 104px;
    }

    .wrapper .from_custemer .right h4 {
        font-size: 24px;
        line-height: 32px;
        margin-top: 25px;
    }

    .wrapper .localization {
        border-radius: 58px;
    }

    .wrapper .localization div > h4 {
        max-width: 550px;
        font-size: 18px;
    }


    .wrapper .our_services > div:nth-of-type(2) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px
    }

    .wrapper .about_us .down div:nth-of-type(2) {
        text-align: right;
    }

    .wrapper .about_us .down div:nth-of-type(2) a {
        font-size: 24px;
        line-height: 30px;
    }

    .wrapper .footer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .wrapper .footer > div:nth-child(2) > div:nth-child(1) > h3,
    .wrapper .footer > div:nth-child(2) > div:nth-child(2),
    .wrapper .footer > div:nth-child(2) > div > p {
        text-align: right;
        display: block;
    }

    .wrapper .footer div:nth-of-type(1) > h3 {
        line-height: 42px;
    }

    .wrapper .main {
        margin: 0 auto;
    }

    .wrapper .main .privacy_policy {
        min-width: 1280px;
        background: #050507;
        color: #F5F5F5;
        border-radius: 73px;
        height: 100%;
        padding: 100px;
        margin: 0 auto;
    }

    .wrapper .main .privacy_policy > h1 {
        font-size: 36px;
        line-height: 42px;
        font-weight: 500;
        font-family: 'Poppins';
        margin-bottom: 72px;
    }

    .wrapper .main .privacy_policy > p {
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        font-family: 'Poppins';
        margin: 20px 0;
    }

    .modal .modal-content {
        max-width: 792px;
    }

    .modal .modal-content button {
        width: 80%;
    }

    .close {
        display: none;
    }
}

















































