body {
    font-family: 'Steppe', sans-serif;
    font-size: 13px;
    background-color: #EFF6F9;
    color: #373737;
    cursor: url("../img/cursor.png") 2 2, default;
    min-width: 320px;
}

.temn-fon .temn-fon2 {background-color: rgba(0, 0, 0, 0.7); bottom: 0; cursor: default; left: 0; opacity: 1; position: fixed; right: 0; top: 0; visibility: visible; z-index: 99999; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s;}
.ppp3 {display: block;}
.temn-fon .temn-fon3 {background-color: rgba(0, 0, 0, 0.7); bottom: 0; cursor: default; left: 0; opacity: 1; position: fixed; right: 0; top: 0; visibility: visible; z-index: 99999; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s;}
.ppp4 {display: none;}
.popup-zv span {font-size: 18px; display: block;
    padding-top: 15px;}
.popup-zv {font-size: 25px; background-color: #fff; border: 3px solid #fff;display: inline-block;left: 50%; opacity: 1; padding: 15px;width: 300px; position: fixed; text-align: center; top: 40%; visibility: visible; z-index: 999999; padding: 30px; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: opacity .5s, top .5s; -moz-transition: opacity .5s, top .5s; -ms-transition: opacity .5s, top .5s; -o-transition: opacity .5s, top .5s; transition: opacity .5s, top .5s; border-radius: 11px; -webkit-transition: all .4s; -o-transition: all .4s; -moz-transition: all .4s; -ms-transition: all .4s; transition: all .4s;}
.close01 {cursor: pointer; font-size: 19px; border-bottom: 1px dashed #000; display: block; width: max-content;  margin: auto; padding-top: 15px;}


a {
    cursor: url("../img/cursor.png") 2 2, default;
    position: relative;
    z-index: 1;
}

.loader-wrap {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #263238;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999999;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    background: linear-gradient(0deg, rgba(49, 74, 218, 0.2) 33%, #005acc 100%);
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #263238;
}

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

.cursor-circle {
    display: none;
    position: fixed;
    pointer-events: none;
    z-index: 99999;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(95, 138, 211, 0.96);
    top: -5px;
    left: -5px;
    transition: transform 0.2s ease-out, all 0.2s ease-out;

}

.cursor-circle-shadow {
    position: fixed;
    pointer-events: none;
    z-index: 99999;
    width: 60px;
    height: 60px;
    top: -27px;
    left: -27px;
    border-radius: 50%;
    background: rgba(0, 191, 255, 0.2);
    transition: transform 0.2s ease-out, all 0.2s ease-out;

}

h1 {
    font-size: 60px;
    font-family: 'Steppe', sans-serif;
    font-weight: 800;
    color: #F3F3F3;
    line-height: 67px;
}

.h1-desc {
    font-weight: 300;
    font-size: 18px;
    color: #F3F3F3;
}

h2 {
    font-size: 40px;
    font-weight: 800;
}

.h2-desc {
    font-size: 17px;
}

h3 {
    font-weight: 800;
    font-size: 25px;
}

.h3-desc {
    font-size: 14px;
}

h4 {
    font-size: 20px;
    font-weight: 700;
}


.btn1, .btn2 {
    font-size: 15px;
    padding: 11px 30px 8px 30px;
    border-radius: 5px;
    font-weight: 500;
    color: #F3F3F3;
    width: max-content;
    min-width: max-content;
    cursor: url("../img/cursor.png") 2 2, default;
    transition: all 0.3s ease;
}

.btn1 {
    background-color: #25569F;
    border: 1px solid #25569F;
}

.btn2 {
    border: 1px solid #F3F3F3;
}


.btn1:hover {
    background-color: #F3F3F3;
    border: 1px solid rgba(243, 243, 243, 0);
    color: #454545;
}

.btn2:hover {
    background-color: #F3F3F3;
    border: 1px solid #F3F3F3;
    color: #454545;

}


#menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    transition: all ease 0.5s;
    z-index: 99997;
    padding: 22px 20px;
    /*backdrop-filter: blur(10px);*/

}

#menu.scrolled {
    background-color: #171717;
    transition: all ease 0.5s;
    padding: 10px 20px;

}

.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}


#myVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

section {
    position: relative;
    z-index: 1;
    background-color: #EFF6F9;
}

header {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #F3F3F3;
    position: relative;
    z-index: 10;
}

.btns {
    display: flex;
    gap: 20px;
}

.first-headers {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.first {
    display: flex;
    flex-direction: column;
    gap: 40px;

}

.wrap {
    width: 100%;
    max-width: 1280px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

.wrap-header {
    width: 100%;
    padding-left: 80px;
    box-sizing: border-box;

}

.first-wrap {
    display: flex;
    align-items: center;
    height: 100%;
}

.fg1 {
    flex-grow: 1;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    width: 174px;
    height: 23px;
}

.header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

.menu {
    display: flex;
    align-items: center;
    padding: 0 30px;
}

nav > ul {
    display: flex;
    gap: 30px;
}

nav > ul > li {
    list-style: none;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
}

nav > ul > li a {
    text-decoration: none;
    color: #F3F3F3;
    mix-blend-mode: difference;
}

nav > ul > li svg {
    margin-top: -3px;
}

.subScrolled {
    background-color: rgba(0, 0, 0, 1);
    padding: 70px 30px 20px 30px;
    border-radius: 10px;
    left: -30px !important;
}

nav > ul > li.services > ul.submenu {
    display: flex;
    opacity: 0;
    position: absolute;
    top: -100000px;
    left: 0;
    padding-top: 40px;
    transition: all 0.5s;
    width: max-content;
    gap: 0;
    flex-direction: column;
}

.menu a {
    height: 27px;
    display: flex;
    align-items: center;
}


nav > ul > li.services:hover > ul.submenu, nav > ul > li.services:hover > li.submenu:hover > ul.submenu {
    opacity: 1;
    transition: opacity ease 0.5s;
    top: 0;

}

nav a {
    text-decoration: none;
    color: #F3F3F3;
    position: relative;
}

nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #F3F3F3);
    background-size: 0% 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease;
}

nav a:hover::after {
    background-size: 100% 100%;
}

.phone {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding-top: 3px;
    min-width: max-content;
}

.phone a {
    color: #F3F3F3;
}

a {
    text-decoration: none;
}

.header-right {
    display: flex;
    gap: 20px;
    align-items: center;
}

.lang {
    display: flex;
    flex-direction: column;
    font-size: 11px;
    justify-content: center;
    align-items: center;
}

.lang a {
    display: block;
    text-decoration: none;
    color: #F3F3F3;
}


.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.popup.show {
    opacity: 1;
    pointer-events: auto;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 60px 60px 60px;
    width: 95%;
    max-width: 725px;
    min-width: 300px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: #F3F3F3;

}

.pop1 {
    background: url('../img/pop1.jpg') no-repeat center;
    background-size: cover;
}

.pop2 {
    background: url('../img/pop2.jpg') no-repeat center;
    background-size: cover;
}

.pop1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1; /* Задает z-индекс фона */
}

.pop2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1; /* Задает z-индекс фона */
}

.popup-content-inner {
    width: 100%;
    position: relative;
    z-index: 2; /* Задает z-индекс контента */
}

.popup-content .close {
    cursor: url("../img/cursor.png") 2 2, default;
    float: right;
    font-weight: bold;
    font-size: 40px;
    position: absolute;
    right: 0;
    top: 40px;
    display: block;
    text-decoration: none;
}

.popup h2 {
    padding-top: 50px;
}

.popup .h2-desc {
    padding-top: 20px;
    font-weight: 300;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.form-group {
    flex: 1;
    padding: 0 10px;
    position: relative;
    margin-bottom: 20px;
}

.icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    fill: #999;
}

/*input {*/
/*    padding: 10px 30px 10px 45px;*/
/*    width: 100%;*/
/*    !*border-width: 0px;*!*/
/*    border-top: 1px solid transparent;*/
/*    border-bottom: 1px solid #ffffff;*/

/*    border-radius: 10px;*/
/*    font-size: 16px;*/
/*    color: #333;*/
/*    box-sizing: border-box;*/
/*    background-color: rgba(255, 255, 255, 0);*/
/*    outline: none;*/
/*    transition: border ease 0.3s;*/
/*}*/

/*input:focus {*/
/*    border: 1px solid #ffffff;*/
/*    transition: all ease 0.3s;*/

/*}*/

button {
    padding: 10px 20px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: url("../img/cursor.png") 2 2, default;
    font-size: 16px;
}

form {
    font-family: 'Steppe', sans-serif;
    color: #F3F3F3;
    padding-top: 50px;
}

form > button.btn1 {
    font-family: 'Steppe', sans-serif;
    color: #F3F3F3;
    width: 100%;
    margin-top: 10px;
}

input::placeholder, input {
    font-family: 'Steppe', sans-serif;
    color: #F3F3F3;
    font-weight: 300;
    font-size: 15px;
}

form svg {
    position: absolute;
    top: 10px;
    left: 25px;
}

input::-webkit-input-placeholder {
    font-family: 'Steppe', sans-serif;
    color: #F3F3F3;
    font-weight: 300;
    font-size: 15px;
}

input:-moz-placeholder {
    font-family: 'Steppe', sans-serif;
    color: #F3F3F3;
    font-weight: 300;
    font-size: 15px;
}

input::-moz-placeholder {
    font-family: 'Steppe', sans-serif;
    color: #F3F3F3;
    font-weight: 300;
    font-size: 15px;
}

input:-ms-input-placeholder {
    font-family: 'Steppe', sans-serif;
    color: #F3F3F3;
    font-weight: 300;
    font-size: 15px;
}

.popup-content a {
    color: #F3F3F3;
    text-decoration: underline;
}

.popup-content a:hover {
    text-decoration: none;
}

.conf {
    margin-top: 10px;
    font-size: 11px;
    font-weight: 300;
}

.pt150 {
    padding-top: 150px;
}

.tac {
    text-align: center;
}

.h2-desc-dop {
    width: 70%;
    padding-top: 20px;
}

.db {
    display: block;
}

.ma {
    margin: 0 auto;
}

.service-item {
    display: flex;
    gap: 70px;
    align-items: center;
}

.service-item h3 {

    padding-bottom: 30px;
}

.service-ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-li {
    display: flex;
    gap: 15px;

}

.service-li p {
    padding-top: 3px;
}

.service-items {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.service-item img {
    display: block;
    width: 40%;
}

.service-li > svg {
    display: block;
    min-width: 20px;
    min-height: 20px;
}

.pb150 {
    padding-bottom: 150px;
}

.import {
    background-color: #051A3A;
    min-height: 100vh;
    color: #F3F3F3;
}

.import-items {
    padding-top: 140px;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.import-item-left {
    width: 49%;
}

.import-item-left img {
    display: block;
    margin: 0 auto;
    position: relative;
    left: 15px;
}

.gif1 {
    width: 55%;
}

.gif2 {
    width: 75%;
}

.gif3 {
    width: 75%;
}

.import-item-right {
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.import-item {
    display: flex;
    gap: 70px;
    align-items: flex-start;
}

.import-item h3 {
    padding-bottom: 20px;
}

.import-item .h3-desc {
    font-weight: 300;

}

.import-item-right > div {
    max-width: 340px;
    width: 80%;
}

.import-mini-items > div {
    border-radius: 15px;
    border: 1px solid #1A355F;
    padding: 20px;
    display: flex;
    background-color: rgba(255, 255, 255, 0.02);
    font-weight: 300;
    align-items: center;
    gap: 15px;
    transition: all ease 0.3s;
}

.import-mini-items > div:hover {
    transition: all ease 0.3s;
    background-color: rgba(255, 255, 255, 0.06);

}

.import-mini-items > div img {
    width: 18px;
}

.import-mini-items {
    padding-top: 20px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.benefits-items {
    padding-top: 70px;
    display: flex;
    gap: 20px;
}

.benefits-items > div {
    padding: 7px;
    border-radius: 17px;
    border: 1px solid #DCDCDC;
    width: 25%;
    min-width: 280px;
    transition: background-color ease 0.3s;

}

.benefits-items > div:hover {
    background-color: #b7d2de;
    transition: background-color ease 0.3s;
}

.benefits-items > div > div {
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #DCDCDC;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.benefits-items > div > div p:first-child {
    font-size: 25px;
    font-weight: 800;
}

.zahvat {
    padding: 100px 0;
    height: 100vh;
    background: url('../img/zahvat1.jpg') no-repeat center;
    background-size: cover;
    color: #F3F3F3;
    display: flex;
    align-items: flex-end;
}

.zahvat a {
    color: #F3F3F3;
    text-decoration: underline;
}

.zahvat .h2-desc {
    font-weight: 300;
}

.zahvat h2 {
    padding-bottom: 10px;
}

.zahvat-form {
    max-width: 550px;
}

.zahvat .btn2 {
    background-color: #000;
    border: #000;
    width: 100%;
    font-family: 'Steppe', sans-serif;
    font-weight: 600;
}

.zahvat .btn2:hover {
    background-color: #F3F3F3;
    border: #F3F3F3;
}

.geo {
    display: flex;
    gap: 0;
    background-color: #f7fbfc;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}

.map, .geo-right {
    width: 50%;
    /*background: rgba(255, 255, 255, 0.5);*/
}

.map {
    position: relative;
    overflow: hidden;
    height: auto;
}

.map svg {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    animation: move-left-rotate 60s linear infinite;
    transform: translate3d(0, 0, 0)
}

@keyframes move-left-rotate {
    0% {
        left: 0;
        transform: rotate(0deg);
    }
    50% {
        left: -20%;
        transform: rotate(-25deg);
    }
    100% {
        left: 0;
        transform: rotate(0deg);
    }
}

.geo-right {
    padding: 150px 100px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    min-width: 720px;

}

.geo h2 {
    padding-bottom: 10px;
}

.countries {
    padding: 50px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 605px;
    row-gap: 10px;
}

.countries > div {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 170px;
}

.countries img {
    width: 30px;
    height: 30px;
}

.countries p {
    padding-top: 1px;
    width: max-content;
}

.geo .btn1:hover {
    border: 1px solid #1A355F;
}

.logos img {
    height: 100%;
    max-height: 55px;
    width: auto;
    max-width: 115px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all ease 0.2s;
}

.logos > div {
    flex-basis: 200px;
    height: 85px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    transition: all ease 0.2s;

}

.logos > div:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    transition: all ease 0.2s;

}

.logos > div:hover img {
    filter: grayscale(0%);
    transition: all ease 0.2s;
}

.logos {
    display: flex;
    gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 70px;
}

footer {
    background-color: #171717;
    color: #F3F3F3;
    display: flex;
    justify-content: flex-end;
    font-weight: 300;
}

footer img:first-child {
    width: 174px;
    height: 23px;
}

.footer-left {
    width: 50%;
    padding: 100px 40px 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 960px;
    min-width: 630px;
}

.footer-blocks {
    display: flex;
    gap: 100px;
}

.cont > div {
    display: flex;
    flex-direction: column;
}

.cont {
    display: flex;
    flex-direction: column;
    gap: 20px;

}

.map2 {
    width: 50%;
    filter: grayscale(100%);
}

footer a {
    text-decoration: none;
    color: #F3F3F3;
    width: max-content;
}

.serv > div {
    display: flex;
    flex-direction: column;
}

.address {
    width: max-content;

}

.serv > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.serv {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dev {
    font-size: 15px;
    text-align: right;
}

.dev a {
    font-weight: 800;
    color: #F3F3F3;
}

footer a {
    text-decoration: none;
    color: #F3F3F3;
    position: relative;
}

footer a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #F3F3F3);
    background-size: 0% 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease;
}

footer a:hover::after {
    background-size: 100% 100%;
}

.map2 {
    /*margin-bottom: -10px;*/
    overflow: hidden;
}


/* Размеры скроллбара */
::-webkit-scrollbar {
    width: 14px;
}

/* Трек поле скроллбара */
::-webkit-scrollbar-track {
    background: #171717;
}

/* Ползунок скроллбара */
::-webkit-scrollbar-thumb {
    background: #95a6b7;
    border: 4px solid #1a2026;
    border-radius: 120px;

}



@media screen and (max-width: 1200px) {
    .menu {
        display: none;
    }

    .benefits-items {
        flex-wrap: wrap;
        justify-content: center;
    }

    .logos > div {
        flex-basis: 200px;
    }

    .geo {
        flex-direction: column-reverse;
    }

    .map {
        height: 400px;
        width: 100%;
        /*overflow: visible;*/
    }

    .geo-right {
        width: 100%;
        padding: 150px 100px 50px 100px;
    }

}


@media screen and (max-width: 1000px) {
    h1 {
        font-size: 50px;
        line-height: normal;
    }

    .h1-desc {
        font-weight: 300;
        font-size: 17px;
        color: #F3F3F3;
    }

    h2 {
        font-size: 35px;
    }

    .h2-desc {
        font-size: 16px;
    }

    h3 {
        font-size: 22px;
    }

    .benefits-items > div > div p:first-child {
        font-size: 22px;
    }

    footer {
        flex-direction: column;
    }

    .map2 {
        display: none;
    }

    .footer-left {
        width: 100%;
    }

    .pt150 {
        padding-top: 100px;
    }

    .pb150 {
        padding-bottom: 100px;
    }

    .first {
        /*padding-top: 200px;*/
    }

    .first-wrap {
        /*align-items: flex-start;*/
    }

    .first-wrap {
        padding-right: 20px;
    }
}

@media screen and (max-width: 800px) {
    h1 {
        font-size: 40px;
    }

    .h1-desc {
        font-size: 15px;
    }

    h2 {
        font-size: 30px;
    }

    .h2-desc {
        font-size: 15px;
    }

    h3 {
        font-size: 22px;
    }

    .benefits-items > div > div p:first-child {
        font-size: 22px;
    }

    .wrap-header {
        padding-left: 40px;
        padding-right: 40px;
    }

    .br {
        display: none;
    }

    .service-item {
        flex-direction: column;
        gap: 30px;

    }

    .service-item img {
        width: 80%;
    }

    #zhd, #multi {
        flex-direction: column-reverse;
    }

    .zahvat {
        align-items: flex-start;
        height: auto;
    }

    .zahvat-form {
        margin: 0 auto;
    }

    .geo-right {
        width: 100%;
        padding: 70px 100px 0 100px;

    }

    .map {
        margin-top: -100px;
        z-index: 19;
        position: relative;

    }

    .geo-right {
        position: relative;
        z-index: 20;
        background-color: rgba(255, 255, 255, 0);
    }
}

#burger-menu {
    position: relative;
    top: 0;
    right: 0;
    z-index: 1000;
}

#burger-menu-icon {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#burger-menu-icon span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #F3F3F3;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

#burger-menu-nav {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    box-sizing: border-box;
    flex-direction: column;
}

#burger-menu-nav.active {
    transform: translateX(0);
}

#burger-menu-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

#burger-menu-nav ul li {
    font-size: 18px;
    font-weight: bold;
}

#burger-menu-nav ul li a {
    color: #F3F3F3;
    text-decoration: none;
    padding: 10px;
}

#burger-menu-nav ul li a:hover {
    color: #ccc;
}

#burger-menu-social {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0 20px 0;
    font-size: 18px;
}

#burger-menu-close {
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
}

#burger-menu-close {
    font-size: 30px;
    color: #F3F3F3;
    transition: all 0.3s ease-in-out;
}

#burger-menu-close i:hover {
    color: #ccc;
}


@media screen and (max-width: 768px) {
    .br2 {
        display: none;
    }

    .btn-header {
        display: none;
    }

    #burger-menu-icon {
        display: flex;
    }

    .geo-right {
        width: 100%;
        padding: 70px 30px 0;
    }

    /*form input {*/
    /*    border-top: 1px solid transparent;*/
    /*}*/

    .map {
        margin-top: -170px;
        height: 300px;
    }

    .countries {
        max-width: 505px;
    }

    .geo-right {
        min-width: 0;
    }

    .footer-blocks {
        display: flex;
        gap: 40px;
        flex-direction: column;
    }

    .footer-left {
        min-width: 0;
    }

    .lang {
        display: none;
    }

    .phone-header {
        display: none;
    }

    .wrap-header {
        padding-left: 20px;
        padding-right: 20px;
    }

    h1 {
        font-size: 22px;
    }

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

    .btns .btn1, .btns .btn2 {
        width: 100%;
        text-align: center;
    }

    .h1-desc {
        font-size: 13px;
    }

    .pb150 {
        padding-bottom: 70px;
    }

    .pt150 {
        padding-top: 70px;
    }

    h2 {
        font-size: 24px;
    }

    .h2-desc-dop {
        width: 100%;
        padding-top: 20px;
    }

    .h2-desc {
        font-size: 14px;
    }

    .service-item img {
        width: 100%;
    }

    .service-items {
        padding-top: 50px;
        gap: 70px;
    }

    .service-item h3 {
        padding-bottom: 20px;
    }

    .import h2 {
        font-size: 21px;
    }

    .benefits-items {
        padding-top: 40px;
        display: flex;
        gap: 20px;
    }

    .form-row {
        flex-direction: column;
    }

    .countries img {
        width: 28px;
        height: 28px;
    }

    .countries > div {
        display: flex;
        gap: 7px;
        align-items: center;
        width: 128px;
    }

    .map {
        margin-top: -220px;
    }

    .logos > div {
        flex-basis: 125px;
    }

    .logos img {
        height: 100%;
        max-height: 24px;
        width: auto;
        max-width: 85px;
        object-fit: contain;
        filter: grayscale(100%);
        transition: all ease 0.2s;
    }

    .logos {
        display: flex;
        gap: 10px;
        row-gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 40px;
    }

    .logos > div {
        height: 65px;
    }

    .footer-left {
        padding: 60px 40px 40px 40px
    }

    .import-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
    }

    .gif1 {
        width: 70%;
        padding-bottom: 60px;
    }

    .import-item-left {
        width: 100%;
    }

    .import-items {
        padding-top: 70px;
        display: flex;
        flex-direction: column;
        gap: 70px;
    }


    .import-item-right {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 20px;

    }

    .popup-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0 20px 20px 20px;
        width: 95%;
        max-width: 725px;
        min-width: 300px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        color: #F3F3F3;
    }

    .popup-content h2 {
        font-size: 20px;
    }

    form {
        padding-top: 30px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .popup h2 {
        padding-top: 30px;
    }

    .popup-content-inner {
        overflow: hidden;
    }

    .logo2 {
        /*position: relative;*/
        /*margin-top: -30px;*/
    }

    .popup-content {
        min-width: 320px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0 20px 20px 20px;
        width: 100%;
        max-width: 10000px;
        min-width: 0;
        height: 100%;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        color: #F3F3F3;
    }

    .popup-content .close {
        top: 10px;
    }

    .cursor-circle-shadow {
        display: none;
    }

    #menu {
        padding: 12px 20px;
    }
}
