/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

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

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 16px;
    line-height: 1.5 !important;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0 !important;
    -webkit-font-smoothing: antialiased;
    /* background: #F9F9F9; */
    background: #F8F9FF;
    /*-webkit-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/

    /*padding-bottom: env(safe-area-inset-bottom);*/
}

.no__scrollable {
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
    position: relative;
    /*height: 100dvh;*/
    /*width: 100vw;*/
}

.mfp-wrap {
    touch-action: none;
    -ms-touch-action: none;
}

.mfp-content {
    touch-action: none;
    -ms-touch-action: none;
}

h1, .h1 {
    font-size: 44px;
    font-weight: 600;
    margin: 0;
    /* text-transform: uppercase; */
    line-height: 1.2;
}

h2, .h2 {
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
}

h3, .h3 {
    font-weight: 800;
    font-size: 30px;
    margin: 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none !important;
    color: inherit;
}

a:focus {
    outline: none;
    /* border: none; */
}

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

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 16px;
}

video {
    width: 100%;
}

.hidden {
    display: none
}

::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #8DB9E9;
    max-width: 153px;
}


input {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    border-radius: 0;
}

.chat {
    position: fixed;
    right: 3%;
    bottom: 10%;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    /* opacity: 0; */
    /* visibility: hidden; */
    max-width: 55px;
}

.scroll_up {
    position: fixed;
    right: 3%;
    bottom: 3%;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 0;
    visibility: hidden;
    max-width: 64px;
}

.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    opacity: 1 !important;
    height: auto !important;
    visibility: visible !important;
}

.container {
    /* max-width: 1615px; */
    max-width: 1210px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.mobile{
    display: none;
}

.action_btn {
    width: 100%;
    max-width: 250px;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border-radius: 68px;
    background: #8DB9E9;
    cursor: pointer;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 1.2;
    /*text-transform: uppercase;*/
}

.action_btn:hover, .more_btn:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.action_btn:focus {
    outline: none;
}

.popup-block {
    max-width: 615px;
    width: 100%;
    background: #04101e;
    margin: 0 auto;
    padding: 30px;
    border-radius: 12px;
    position: relative;
    color: #fff;
}

.popup-block .title {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 30px;
}

#thanks_modal {
    text-align: center;
}

#thanks_modal .title {
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 25px;
    text-transform: uppercase;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#thanks_modal .desc {
    color: #646464;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

#thanks_modal .bold {
    font-weight: 600;
    font-size: 16px;
}

.thanks_modal__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 0;
}

.wpcf7-response-output {
    display: none;
}

.wpcf7-spinner {
    position: absolute;
    top: 0;
    right: 0;
}

.wpcf7-not-valid-tip {
    margin: 0 0 -20px;
}

/**
 * Fade-zoom animation for first dialog
 **/
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    transform: translateY(0) perspective( 600px ) rotateX( 0 );
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}
/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}


.my-mfp-zoom-in .zoom-anim-dialog .modal__form .wpcf7 {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog .modal__form .wpcf7 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.preloader_block {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1010;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.preloader_block .image__2 {
    box-shadow: none;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader_block .circle_1 {
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    width: 90px;
    height: 90px;
}

.preloader_block .circle_2 {
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    width: 60px;
    height: 60px;
}


/* Header */

.header {
    /* padding: 20px 0; */
    /* background: #000; */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 90px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.header .container {
    max-width: 1260px;
    padding: 0;
}

.header.scrolled {
    background: #04101e;
}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
}

.logo {
    max-width: 230px;
    width: 100%;
}

.logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
}

.header__menu {
    max-width: 350px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__right {
    /* max-width: 530px; */
    max-width: 755px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*max-width: 340px;*/
    width: 100%;
}

.header__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.personal_block {
    max-width: 100px;
    width: 100%;
    /*display: flex;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

nav ul li a {
    position: relative;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.80);
}

nav ul li a:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '';
    color: transparent;
    /*background: #F8DA01;*/
    background: #8DB9E9;
    height: 2px;
}

nav ul li a:hover {
    color: #fff;
}

nav ul li a:hover:after {
    width: 100%;
}

.header__contact {
    max-width: 200px;
    width: 100%;
}


/* Footer */

footer {
    /* height: 970px; */
    position: relative;
    padding: 45px 0 0;
}

footer .headline {
    max-width: 680px;
    width: 100%;
    margin: 0 auto 30px;
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #2A407C;
    padding: 30px 0;
}

.footer__menu {
    max-width: 350px;
    width: 100%;
    margin: 0 87px 0 189px;
}

.footer__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    max-width: 227px;
    width: 100%;
}

.footer__logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.footer__right {
    max-width: 380px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
}

.footer__bottom a {
    color: rgba(255, 255, 255, .2);
    font-size: 16px;
    line-height: 179%;
}

.footer__bottom a:hover {
    color: #fff;
}

.footer_up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 20px;
}

.copyright {
    color: #FFF;
    font-size: 16px;
    line-height: 179%;
}


/* Burger */

.burger {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25%;
    display: none;
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    -o-transition: transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* display: none; */
}

.hamRotate.active {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamRotate180.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.line {
    fill:none;
    -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    -o-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#8794BA;
    stroke-width:5.5;
    /* stroke-linecap:round; */
}

.ham8 .top {
    stroke-dasharray: 40 160;
}
.ham8 .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform 400ms;
}
.ham8 .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 400ms, stroke-dashoffset 400ms;
}
.ham8.active .top {
    stroke-dashoffset: -64px;
}
.ham8.active .middle {
//stroke-dashoffset: -20px;
    transform: rotate(90deg);
}
.ham8.active .bottom {
    stroke-dashoffset: -64px;
}


/* Pages */

.first_screen {
    height: 815px;
    position: relative;
    overflow: hidden;
    /* padding: 0 0 105px; */
}

.bg__desktop, .bg__mobile {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* .first_screen__bg__desktop img, .first_screen__bg__mobile img,
.companies_list__bg__desktop img, .companies_list__bg__mobile img {
    height: 100%;
    width: 100%;
} */

.bg__mobile {
    display: none;
}

.first_screen .container {
    max-width: 1550px;
    margin: 0 45px 0 auto;
    padding-right: 0;
}

.first_screen__wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* flex-direction: column; */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.first_screen__left {
    max-width: 550px;
    width: 100%;
    min-width: 550px;
    margin: 0 165px 0 0;
}

.first_screen .title {
    color: #FFF;
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 15px;
}

/* .gradient_text {
    background: linear-gradient(228deg, #19FB9B 0%, #8C01FA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Helvetica Bold', sans-serif;
    animation: gradient 5s ease-in-out infinite;
    background-size: 200% 100%;
}

@keyframes gradient {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 100% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.first_screen .title .gradient_text {
    font-size: 76px;
} */

.first_screen .desc {
    color: rgba(255, 255, 255, 0.80);
    font-size: 18px;
    margin: 0 0 50px;
}

.first_screen .btn_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.first_screen .btn_block a {
    margin: 0 10px;
}

.first_screen__right {
    max-width: 805px;
    width: 100%;
    min-width: 805px;
}

.image__1 {
    max-width: 805px;
    width: 100%;
    height: 555px;
    border-radius: 30px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 18px 50px -15px rgba(25, 42, 89, 0.20);
    box-shadow: 0px 18px 50px -15px rgba(25, 42, 89, 0.20);
}

.image__2 {
    max-width: 360px;
    width: 100%;
    height: 245px;
    border-radius: 30px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 18px 50px -15px rgba(25, 42, 89, 0.20);
    box-shadow: 0px 18px 50px -15px rgba(25, 42, 89, 0.20);
    top: 125px !important;
    left: -70px !important;
}


.image__1 img {
    width: 100%;
    height: 100%;
}

.circle_1 {
    position: absolute;
    top: 45px;
    left: 60px;
    width: 160px;
    height: 160px;
    -webkit-animation-timing-function: cubic-bezier(0.09, 0.3, 0.12, 0.03);
    animation-timing-function: cubic-bezier(0.09, 0.3, 0.12, 0.03);
    -webkit-animation: rotate 3s infinite;
    animation: rotate 3s infinite;
}

.circle_2 {
    position: absolute;
    top: 70px;
    left: 84px;
    width: 110px;
    height: 110px;
    -webkit-animation-timing-function: cubic-bezier(0.09, 0.6, 0.24, 0.03);
    animation-timing-function: cubic-bezier(0.09, 0.6, 0.24, 0.03);
    animation: rotate 4s infinite reverse;
}

@-webkit-keyframes rotate{
    100%{  -webkit-transform: rotate(360deg);  transform: rotate(360deg); }
}

@keyframes rotate{
    100%{  -webkit-transform: rotate(360deg);  transform: rotate(360deg); }
}

.more_btn {
    border-radius: 68px;
    border: 1px solid rgba(255, 255, 255, 0.80);
    background: transparent;
    max-width: 200px;
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    /*text-transform: uppercase;*/
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: rgba(255, 255, 255, 0.80);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.more_btn:after {
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent #8DB9E9 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.more_btn:before {
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent #8DB9E9;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.more_btn:before, .more_btn:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 0 solid;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.more_btn:before {
    bottom: 0;
    left: 0;
    border-color: transparent transparent transparent #8DB9E9;
}

.more_btn:after {
    top: 0;
    right: 0;
    border-color: transparent #8DB9E9 transparent transparent;
}

.more_btn:hover {
    color: #fff;
}

.more_btn:hover:before, .more_btn:hover:after {
    border-width: 70px 380px;
}

input[type=text], input[type=email] {
    background: transparent;
    height: 45px;
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #D9D9D9;
    font-size: 18px;
    font-family: 'Helvetica', sans-serif;
    color: #fff;
}

textarea {
    background: transparent;
    height: 150px;
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid#D9D9D9;
    font-size: 18px;
    resize: none;
    font-family: 'Helvetica', sans-serif;
    color: #fff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    color: #fff;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    color: #fff;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    color: #fff;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    color: #fff;
}

input::placeholder, textarea::placeholder {
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    color: #fff;
}

.partners__wrapper .title {
    color: #618ADC;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.marquee_logos {
    overflow: hidden;
    max-width: none;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
}

.marquee {
    width: 100% !important;

}

.marquee .js-marquee-wrapper {
    width: 300% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.js-marquee {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo__block {
    padding: 7px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    /*width: 100%;*/
    /*height: 100%;*/
}

.logo__block img{
    width: auto;
    height: auto;
}

.about_us {
    position: relative;
}

.about_us__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.headline {
    margin: 0 0 80px;
    position: relative;
    z-index: 5;
}

.headline .title {
    color: #04101E;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 30px;
}

.headline .desc {
    text-align: center;
    font-size: 18px;
}

.about_us__right {
    max-width: 570px;
    width: 100%;
}

.about_us__elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 130px;
}

.about_us__item {
    /* max-width: 380px; */
    width: 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about_us__item .image_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 25px;
    transition: all .3s ease-in-out;
    width: 60px;
    height: 60px;
    min-width: fit-content;
}

.about_us__item:hover .image_block {
    animation: move 1s ease-in-out infinite;
    transition: all .3s ease-in-out;
}

@keyframes move {
    0% {
        transform: translateY(0);
        transition: all .3s ease-in-out;
    }
    50% {
        transform: translateY(10px);
        transition: all .3s ease-in-out;
    }
    100% {
        transform: translateY(0);
        transition: all .3s ease-in-out;
    }
}

.about_us__item .text_block .title {
    margin: 0 0 15px;
    color: #04101E;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

.about_us__item .text_block .desc {
    text-align: center;
}

.about_us__advantages {
    width: 100%;
}

.about_us__advantages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 0 120px;
}

.about_us__advantages__item:last-child {
    margin: 0;
}

.advantages__item__left {
    max-width: 480px;
    width: 100%;
}

.advantages__item__left .title {
    color: #04101E;
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 30px;
    line-height: normal;
}

.advantages__item__left .desc {
    font-size: 18px;
    line-height: 150%;
}

.advantages__item__right {
    max-width: 600px;
    width: 100%;
    height: 410px;
    overflow: hidden;
    border-radius: 30px;
    -webkit-box-shadow: 0px 18px 50px -15px rgba(25, 42, 89, 0.20);
    box-shadow: 0px 18px 50px -15px rgba(25, 42, 89, 0.20);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.advantages__item__right img{
    width: 100%;
    height: 100%;
}

.about_us__advantages__item.reverse_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.services {
    position: relative;
    height: 1225px;
    padding-top: 270px;
}

.services .headline {
    margin: 0 0 45px;
}

.services .headline .title, .footer .headline .title {
    color: #fff;
}

.services .headline .desc, .footer .headline .desc {
    color: #8DB9E9;
}

.services__elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.services__item {
    width: 100%;
    max-width: 325px;
    height: 265px;
    margin: 0 23px 25px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: #FFF;
    -webkit-box-shadow: 0 18px 50px -15px #060F28;
    box-shadow: 0 18px 50px -15px #060F28;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.services__item.active_item {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.services__item .headline {
    color: #172755;
    text-align: center;
    font-size: 29px;
    font-weight: 700;
    line-height: 120%;
    margin: 0 auto 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #D3D9E9;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.services__item .desc {
    color: #8794BA;
    text-align: center;
    font-size: 18px;
    line-height: 150%;
    margin: 0 0 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.services__item .btn_block .action_btn {
    max-width: 205px;
}

.services__item .image_block {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 55px;
    max-height: 55px;
    height: 55px;
}

.services__item .text_block {
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.services__item .btn_block {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.services__item.active_item .image_block {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.services__item.active_item .text_block {
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.services__item.active_item .btn_block {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.partners_clients {
    background: -o-linear-gradient(311deg, #FAF8FD 0%, #D8E0F7 50.56%, #E3DDF5 100%);
    background: linear-gradient(139deg, #FAF8FD 0%, #D8E0F7 50.56%, #E3DDF5 100%);
    padding: 35px 0 60px;
}

.partners_clients .headline {
    margin: 0 0 45px;
}




.contacts__form {
    border-radius: 24px;
    padding: 35px 45px;
    max-width: 680px;
    width: 100%;
    margin: 50px auto 0;
    position: relative;
    overflow: hidden;
}

.contacts__form:after {
    background: rgba(0, 0, 0, 0.28);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
}

.contacts__wrapper {
    margin: 0 0 50px;
}

.contacts__form .address, .contacts__form .mail, .contacts__form .telegram {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}

.contacts__form .mail {
    margin: 20px 0;
    color: #8DB9E9;
}

.contacts__form form {
    margin: 20px 0 0;
    position: relative;
    z-index: 5;
}

.inputs_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 15px;
}

.input_field {
    width: 48%;
}

.textarea_field {
    margin: 0 0 50px;
}

.submit_field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.submit_field p {
    width: 100%;
    display: flex;
    justify-content: center;
}















@media screen and (min-width: 2561px) and (max-width: 3840px) {
    .first_screen .container {
        max-width: 2510px;
    }

    .first_screen .bg__desktop {
        background-size: 110%;
    }

    .services {
        height: auto;
        padding: 80px 0;
    }
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
    .first_screen .container {
        max-width: 1870px;
    }

    .first_screen {
        height: 1090px;
    }

    .services {
        height: 1630px;
        padding-top: 500px;
    }
}

@media screen and (max-width: 1600px) {
    .first_screen .container {
        margin: 0 -115px 0 auto;
    }
}

@media screen and (max-width: 1536px) {

}

@media screen and (max-width: 1440px) {
    .first_screen .container {
        margin: 0 -75px 0 auto;
    }
}

@media screen and (max-width: 1366px) {
    .first_screen .container {
        margin: 0 -45px 0 auto;
    }
}

@media screen and (max-width: 1280px) {
    .first_screen .container {
        margin: 0;
    }
}

@media screen and (max-width: 1275px) {
    .ham {
        display: block;
        z-index: 10;
        max-width: 100%;
        width: 100%;
    }

    .header__right {
        position: absolute;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        -webkit-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
        transform: translateY(-150%);
        padding: 15px 0 20px;
        opacity: 0;
        -webkit-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        border-radius: 0;
        z-index: 1200;
        top: 65px;
        left: 0;
        height: auto;
        -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 50, 100, 0.07);
        box-shadow: 0px 5px 15px 0px rgba(0, 50, 100, 0.07);
        border-radius: 0 0 20px 20px;
        background: #04101e;
    }

    .header__right.active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }

    .header__menu {
        margin: 0 0 25px;
    }

    .burger {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        background-size: 185px;
        background-position: 0 -105px;
        width: 50px;
        height: 50px;
        position: absolute;
        top: auto;
        bottom: auto;
        right: 15px;
        z-index: 1500;
    }

    .logo {
        padding-left: 15px;
    }

    .header__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        z-index: 5;
    }

    .header__list li {
        padding: 15px 0;
    }

    .marquee .js-marquee-wrapper {
        width: 400% !important;
    }

    .services__item {
        max-width: 48%;
        margin: 0 0 25px;
        height: 290px;
    }

    .first_screen .title .gradient_text {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .partners__wrapper .title {
        font-size: 15px;
    }

    .advantages__item__right {
        max-width: 460px;
        height: 350px;
    }

    .services {
        height: auto;
        padding: 225px 0 50px;
    }

    .services__elem {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .footer_up {
        margin: 0 0 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__menu {
        margin: 40px 0;
    }

    .action_btn:hover, .more_btn:hover, nav ul li a:hover:after, .services__item.active_item {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .services__item.active_item .image_block {
        -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        transform: translateY(-7px);
    }

    .services__item.active_item .text_block {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .mfp-wrap {
        touch-action: none;
        -ms-touch-action: none;
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
    }

    .about_us__advantages__item {
        flex-direction: column !important;
    }

    .advantages__item__left {
        max-width: 100%;
        width: 100%;
        margin: 0 0 20px;
    }

    .advantages__item__right {
        max-width: 100%;
        height: 400px;
    }

    .about_us__advantages__item {
        margin: 0 0 60px;
    }

    .advantages__item__left .title {
        margin: 0 0 20px;
    }
}

@media only screen
and (max-device-width: 1000px) {
    .about_us__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about_us__left, .about_us__right {
        max-width: 100%;
    }

    .about_us__left {
        margin: 0 0 30px;
    }

    .time_to_join, .contacts {
        height: 750px;
    }

    .stat-number {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bg__desktop {
        display: none;
    }

    .bg__mobile {
        display: block;
    }

    .header {
        height: 70px;
    }

    .first_screen {
        height: auto;
        padding: 90px 0 45px;
    }

    .first_screen__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    /*.image__2 {*/
    /*    display: none !important;*/
    /*}*/

    .first_screen .container {
        margin: 0 auto;
        padding-right: 15px;
    }

    .first_screen__right {
        max-width: 100%;
        width: 100%;
        min-width: inherit;
        margin: 0 0 30px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .first_screen__left {
        max-width: 100%;
        width: 100%;
        min-width: inherit;
        margin: 0 auto;
        text-align: left;
    }

    .first_screen .title {
        margin: 0 auto 15px;
        width: 70%;
        text-align: center;
    }

    .first_screen .btn_block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .about_us {
        padding: 50px 0;
    }

    .headline {
        margin: 0 0 40px;
    }

    .headline .title, .headline .desc {
        text-align: left;
    }

    .headline .title {
        margin: 0 0 20px;
    }

    .about_us__elem {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about_us__item {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 0 35px;
    }

    .about_us__item:last-child {
        margin: 0;
    }

    .about_us__item .image_block {
        margin: 0 30px 0 0;
    }

    .about_us__item .text_block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .about_us__elem {
        margin: 0 0 70px;
    }

    .services {
        padding: 50px 0;
    }

    .services .bg__mobile {
        background-size: 130%;
    }

    .first_screen .bg__mobile {
        background-size: 130%;
    }

    .services__elem {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        width: 100%;
    }

    .services__elem::-webkit-scrollbar, .services__elem::-webkit-scrollbar-thumb {
        width: 0;
        height: 0;
        background: transparent;
    }

    .services__item {
        max-width: inherit;
        margin: 0 23px 25px;
        min-width: 50%;
        height: auto;
    }

    .services__item .desc {
        min-height: 80px;
    }

    .services__item.active_item .image_block {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin: 0 0 10px;
    }

    .inputs_block {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .input_field {
        width: 100%;
        margin: 0 0 20px;
    }

    .about_us__item .text_block .title {
        margin: 0 0 10px;
        text-align: left;
    }

    .about_us__item .text_block .desc {
        text-align: left;
    }

    .first_screen .desc {
        color: #8794BA;
    }

    .image__2 {
        position: absolute;
        top: auto !important;
        left: auto !important;
        bottom: auto;
        right: auto;
    }

    .circle_1 {
        position: absolute;
    }

    .circle_2 {
        position: absolute;
    }

    footer .headline {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .services__item {
        min-width: 55%;
    }
}

@media screen and (max-width: 640px) {
    .marquee .js-marquee-wrapper {
        width: 600% !important;
    }

    .image__1 {
        height: 245px;
    }

    .first_screen .bg__mobile {
        background-size: cover;
    }

    .first_screen .title {
        font-size: 28px;
        width: 100%;
    }

    .first_screen .desc {
        font-size: 14px;
        margin: 0 0 25px;
    }

    .first_screen {
        height: 765px;
        padding: 90px 0 0;
    }

    .first_screen__wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    body, .headline .desc, .advantages__item__left .desc {
        font-size: 14px;
    }

    .advantages__item__left .title {
        font-size: 30px;
    }

    .advantages__item__right {
        height: 250px;
    }

    .services {
        padding: 50px 0;
        height: 790px;
    }

    .services .bg__mobile {
        background-size: cover;
    }

    .services__wrapper {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center;
    }

    .services__item {
        margin: 0 5px;
        min-width: 85%;
    }

    .contacts__form {
        padding: 25px 15px;
        margin: 0 auto;
    }

    .partners_clients {
        padding: 30px 0 45px;
    }

    .marquee_logos, .logo__block {
        padding: 0;
    }

    .first_screen .action_btn {
        max-width: 100%;
    }

    .image__2 {
        max-width: 230px;
        width: 100%;
        height: 150px;
    }

    .circle_1 {
        top: 37px;
        left: 50px;
        width: 80px;
        height: 80px;
    }

    .circle_2 {
        top: 53px;
        left: 65px;
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 393px) {
    .services {
        padding: 50px 0;
        height: 720px;
    }
}

@media screen and (max-width: 375px) {
    .first_screen {
        height: 770px;
    }

    .about_us {
        padding: 40px 0;
    }

    .services {
        height: 685px;
    }

    .services__item .headline {
        font-size: 25px;
    }
}

@media screen and (max-width: 360px) {
    .first_screen .title {
        font-size: 25px;
    }

    .services {
        height: 660px;
    }
}