@charset "UTF-8";

/* proxima_nova font */
@font-face {
    font-family: "proxima_nova";
    src:
        url("/assets/fonts/subset-ProximaNova-Regular.woff2") format("woff2"),
        url("/assets/fonts/subset-ProximaNova-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "proxima_nova";
    src:
        url("/assets/fonts/subset-ProximaNova-Semibold.woff2") format("woff2"),
        url("/assets/fonts/subset-ProximaNova-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "proxima_nova";
    src:
        url("/assets/fonts/subset-ProximaNova-Bold.woff2") format("woff2"),
        url("/assets/fonts/subset-ProximaNova-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "proxima_nova";
    src:
        url("/assets/fonts/subset-ProximaNovaT-Thin.woff2") format("woff2"),
        url("/assets/fonts/subset-ProximaNovaT-Thin.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "proxima_nova";
    src:
        url("/assets/fonts/subset-ProximaNova-Extrabld.woff2") format("woff2"),
        url("/assets/fonts/subset-ProximaNova-Extrabld.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Euclid Square font */
@font-face {
    font-family: "Euclid Square";
    src:
        local("Euclid Square Regular"),
        local("Euclid-Square-Regular"),
        url("/assets/fonts/EuclidSquare/EuclidSquare-Regular.woff2")
            format("woff2"),
        url("/assets/fonts/EuclidSquare/EuclidSquare-Regular.woff")
            format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Euclid Square";
    src:
        local("Euclid Square Light"),
        local("Euclid-Square-Light"),
        url("/assets/fonts/EuclidSquare/EuclidSquare-Light.woff2")
            format("woff2"),
        url("/assets/fonts/EuclidSquare/EuclidSquare-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Euclid Square";
    src:
        local("Euclid Square Semi Bold"),
        local("Euclid-Square-Semi-Bold"),
        url("/assets/fonts/EuclidSquare/EuclidSquare-SemiBold.woff2")
            format("woff2"),
        url("/assets/fonts/EuclidSquare/EuclidSquare-SemiBold.woff")
            format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Euclid Square";
    src:
        local("Euclid Square Bold"),
        local("Euclid-Square-Bold"),
        url("/assets/fonts/EuclidSquare/EuclidSquare-Bold.woff2")
            format("woff2"),
        url("/assets/fonts/EuclidSquare/EuclidSquare-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Euclid Square";
    src:
        local("Euclid Square Italic"),
        local("Euclid-Square-Italic"),
        url("/assets/fonts/EuclidSquare/EuclidSquare-Italic.woff2")
            format("woff2"),
        url("/assets/fonts/EuclidSquare/EuclidSquare-Italic.woff")
            format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Euclid Square";
    src:
        local("Euclid Square Bold Italic"),
        local("Euclid-Square-Bold-Italic"),
        url("/assets/fonts/EuclidSquare/EuclidSquare-BoldItalic.woff2")
            format("woff2"),
        url("/assets/fonts/EuclidSquare/EuclidSquare-BoldItalic.woff")
            format("woff");
    font-weight: 700;
    font-style: italic;
}

* {
    margin: 0;
    padding: 0;
}

h1 {
    font-family: "Euclid Square";
}

h2 {
    font-family: "Euclid Square";
    font-weight: bold;
}

embed {
    height: 100%;
    margin: 0;
    width: 100%;
}

.container {
    height: 100%;
    margin: 0 auto;
    max-width: 1230px;
    position: relative;
}

.remodal .btn:hover {
    background-color: #2d3648;
    cursor: pointer;
}

body {
    background-color: #162950;
    margin: 0;
    padding: 0;
    color: #fff;
    overflow-x: hidden;
    font-family: "Euclid Square";
}

html {
    overflow-x: hidden;
}

a:hover {
    text-decoration: none;
}

img {
    pointer-events: none;
}

.decoration {
    position: absolute;
}

.no-scroll {
    overflow: hidden;
}

.hidden {
    display: none;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}

.stats-box.flex-end.hidden-links {
    display: none !important;
}

#seo_portfolio hr {
    margin-top: 80px;
}

@media (max-width: 900px) {
    #seo_portfolio hr {
        margin-top: 40px;
    }
}

.btn-transparent:hover {
    -webkit-box-shadow: 0px 0px 12px 2px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 12px 2px rgba(255, 255, 255, 0.2);
    cursor: pointer;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

.btn-transparent:hover {
    -webkit-box-shadow: 0px 0px 12px 2px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 12px 2px rgba(255, 255, 255, 0.2);
    cursor: pointer;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

a[href^="tel:"]::after {
    text-decoration: none !important;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    content: "";
    width: 0px;
    height: 1px;
    display: block;
    background: #ffffff94;
}

a[href^="tel:"]:hover::after {
    text-decoration: underline !important;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    width: 100%;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header_pc {
    padding: 20px 0px 13px 0px;
}

.fancybox-content {
    max-width: 1207px;
}

.fancybox-container * {
    color: #000;
}

.logo-side {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.social-box a {
    line-height: 0px;
    margin-right: 20px;
}

.social-box a:last-child {
    margin-right: 0px;
}

.decoration-vert-line {
    display: block;
    height: 31px;
    width: 0;
    border-left: 1px solid #6091f8;
    border-radius: 100%;
    margin: 0px 20px;
}

.number-side a {
    font-family: "Euclid Square";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-decoration: none;
    color: #ffffff;
}

.header_logo {
    height: 30px;
}

.btn {
    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;
    padding: 9px 16px;
    -webkit-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}

.red-btn {
    max-width: 405px;
    background: #019915;
    border-radius: 100px;
    padding: 30px 80px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 80px;
}

.red-btn img {
    margin-right: 10px;
}

.btn-transparent {
    border: 1px solid #6091f8;
    border-radius: 100px;
}

.number-side .btn-transparent {
    font-size: 16px;
}

.number-side {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.number-side a:first-child {
    margin-right: 18px;
}

.header {
    padding: 20px 0px 13px 0px;
    background: none;
    position: absolute;
    z-index: 5;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header_mobile {
    display: none;
}

.header__left {
    /* width: 100%; */
}

.header__contact {
    text-align: right;
}

.header__contact a.phone {
    font-size: 0px;
    background: url(/img/seo/phone-mobile.svg) no-repeat center #6091f8;
    width: 42px;
    height: 42px;
    border-radius: 5px;
    margin-right: 0px;
    line-height: 30px;
    color: #6091f8;
    text-decoration: none;
    border-radius: 5px;
    display: table;
}

.header.active {
    border-bottom: 1px solid #f2f2f2;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    position: fixed;
    top: 0;
}

.toggle-menu.active span::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: auto;
    width: 35px;
    bottom: 18px;
    /* background: #6091F8; */
}

.toggle-menu.active span::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 35px;
    top: 18px;
    /* background: #6091F8; */
}

.toggle-menu.active span {
    background: 0 0;
}

.second-menu.active {
    /* left: 0px; */

    -webkit-transform: none;
    transform: none;
    transition: transform 200ms linear;
}

.-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.-justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.toggle-menu {
    width: 51px;
    height: 40px;
    border-radius: 5px;
    margin-right: 0px;
    margin-left: -17px;
    position: relative;
    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;
    cursor: pointer;
    z-index: 4;
    margin-top: 4px;
    margin-right: 20px;
}

.toggle-menu span {
    background: #fff;
    border-radius: 10px;
    height: 4px;
    width: 26px;
}

.toggle-menu span:before {
    content: "";
    background: #fff;
    border-radius: 10px;
    height: 4px;
    width: 34px;
    bottom: 9px;
    position: absolute;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.toggle-menu span:after {
    content: "";
    background: #fff;
    border-radius: 10px;
    height: 4px;
    width: 34px;
    top: 9px;
    position: absolute;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

/*.logo {*/
/*  margin: 0 auto;*/
/*}*/
.logo > a {
    z-index: 4;
    position: relative;
}

.logo img {
    display: block;
}

.second-menu {
    /* position: fixed;
  height: 100vh;
  left: 0px;
  top: 0px;
  width: 100%;
  background: url(/img/Rectangle-siniy.png) no-repeat right #f3f8ff;
  background-size: 50% 100%;
  z-index: 3;
  padding-top: 140px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  left: -100%;
  color: #000; */

    position: fixed;
    top: 0px;
    width: 100%;
    max-width: 50%;
    background: #162950;
    background-size: 50% 100%;
    z-index: 3;
    padding-top: 190px;
    color: #fff;
    overflow-y: hidden;
    height: 100vh;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform 200ms linear;
    will-change: transform;
}

@media (max-width: 1228px) {
    .second-menu {
        max-width: 100%;
    }
}

@media (max-width: 760px) {
    .second-menu {
        padding-top: 85px;
    }
}

.second-menu li {
    padding: 0px 10px;
}

.second-menu a {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-decoration: none;
    color: #fff;
    display: table;
    /* margin-bottom: 24px; */
}

@media (max-width: 760px) {
    .second-menu a {
        font-size: 18px;
        line-height: 22px;
        /* margin-bottom: 20px; */
        border-bottom: none;
        text-decoration: underline;
    }
}

.second-menu li ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

.second-menu li ul li {
    padding: 8px 30px;
    display: table;
    margin-top: 10px;
    position: relative;
}

.second-menu li ul > li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    display: table;
}

@media (max-width: 760px) {
    .second-menu li ul > li a {
        font-size: 14px;
        line-height: 17px;
    }
}

.second-menu a {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-decoration: none;
    color: #fff;
    display: table;
    margin-bottom: 24px;
}

@media (max-width: 700px) {
    .second-menu a {
        margin-bottom: 0px;
    }
}

.second-menu li ul li {
    padding: 8px 30px;
    display: table;
    margin-top: 10px;
    position: relative;
}

#checkbox_link {
    color: #faff00;
}

.second-menu ul li::marker {
    color: transparent;
}

.second-menu li ul li.active a,
.second-menu li ul li:hover a {
    color: #f5f860;
}

.second-menu li ul li {
    padding: 8px 30px;
    display: table;
    margin-top: 10px;
    position: relative;
}

.second-menu li ul {
    margin: 0px;
    padding: 0px;
    /* margin-bottom: 20px; */
}

.second-menu li ul > li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    display: table;
}

@media (max-width: 760px) {
    .second-menu li ul > li a {
        font-size: 14px;
    }

    .second-menu a {
        font-size: 18px;
    }
}

#main {
    margin-bottom: 0px;
    min-height: 100vh;

    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(-43px);
}

#main .container {
    position: relative;
}

#main .decoration-main-bg {
    position: absolute;
    top: -362px;
    right: 51px;
    z-index: -2;
}

.main_bg_box_img {
    position: absolute;
    top: -50px;
    right: -346px;
    z-index: -1;
}

.main_bg_box_img img:last-child {
    width: 1170.4px;
}

.main_text {
    /* padding-top: 8vh; */
    max-width: 885px;
}

/* @media screen and (min-width: 1521px) {
    .main_text {
        padding-top: 15vh;
    }
} */

.main_text h1 {
    font-family: "Euclid Square";
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.main_bg_box_img p {
    bottom: 667px;
    left: 517px;
    position: absolute;
}

.main_bg_box_img p span {
    display: block;
    color: #6091f8;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.ul-box .li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-family: "Euclid Square";
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 57px;
}

.ul-box .li p {
    margin-left: 30px;
}

.city_badge {
    background: #6091f8;
    border-radius: 50px;
    font-family: "Euclid Square";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    padding: 2px 8px 4px;
    position: relative;
    top: -15px;
}

.fly_money_top,
.fly_money_bottom {
    position: absolute;
}

.fly_money_top {
    width: 115px;
    bottom: 1190px;
    right: 645px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fly_money_bottom {
    width: 163px;
    /* bottom: 610px; */
    right: 244px;
}

section#seo_portfolio .main_header h1 {
    font-weight: 600;
    font-size: 64px;
    line-height: 81px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bg-orange-stk {
    width: 1224px;
    height: 562px;
    left: -474px;
    top: 3169px;
    background: -o-linear-gradient(332.02deg, #6091f8 16.08%, #ff7c7c 79.55%);
    background: linear-gradient(117.98deg, #6091f8 16.08%, #ff7c7c 79.55%);
    opacity: 0.2;
    -webkit-filter: blur(250px);
    filter: blur(250px);
    -webkit-transform: rotate(-45.67deg);
    -ms-transform: rotate(-45.67deg);
    transform: rotate(-45.67deg);
    z-index: -1;
}

.bg-blue-agro {
    width: 1224px;
    height: 562px;
    left: 503px;
    top: 1825px;
    background: -o-linear-gradient(332.02deg, #6091f8 16.08%, #ff7c7c 79.55%);
    background: linear-gradient(117.98deg, #6091f8 16.08%, #ff7c7c 79.55%);
    opacity: 0.2;
    -webkit-filter: blur(250px);
    filter: blur(250px);
    -webkit-transform: rotate(-45.67deg);
    -ms-transform: rotate(-45.67deg);
    transform: rotate(-45.67deg);
}

section#seo_portfolio .main_header p,
.case_luxdrive_section .main_header p {
    font-weight: 400;
    font-size: 36px;
    line-height: 45.65px;
    color: #6091f8;
    display: block;
    margin-bottom: 60px;
}

.modal-title span {
    font-size: 21px;
}

.remodal .btn {
    background-color: #334874;
    color: #fff;
    font-size: 16px;
    max-width: 373px;
    border-radius: 5px;
}

.remodal input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section#seo_portfolio .main_header span,
.case_luxdrive_section .main_header span {
    color: #f5f860;
}

section#seo_portfolio .main-photo-link,
.case_luxdrive_section .main-photo-link,
.case_luxdrive_section .main-photo-link,
.case_luxdrive_section .main-photo-link {
    display: block;
    width: 100%;
    /*max-width: 859px;*/
    border-radius: 20px;
}

section#seo_portfolio .main-photo-link img,
.case_luxdrive_section .main-photo-link img,
.case_luxdrive_section .main-photo-link img,
.case_luxdrive_section .main-photo-link img {
    border-radius: 20px;
    width: 100%;
    /*max-width: 859px;*/
}

section#seo_portfolio h3,
.case_luxdrive_section h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 41px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

section#seo_portfolio .stat-page-main,
.case_luxdrive_section .stat-page-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.stats-box .plus {
    font-weight: 600;
    font-size: 48px;
    line-height: 61px;
    color: #f5f860;
    display: block;
}

.stats-box .stats-box-cell span:nth-child(2) {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
}

.stats-box {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 88px;
}

.stats-box .stats-box-cell a {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    display: block;
    max-width: fit-content;
}

.stats-box .stats-box-cell a:hover::after {
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    width: 0px;
}

.stats-box .stats-box-cell a::after {
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #ffffff94;
}

section#seo_portfolio .swiper-container {
    width: 100%;
    height: 294px;
    /*border-radius: 20px;*/
}

section#seo_portfolio .swiper-slide {
    width: 100%;
    max-height: 294px;
    /*border-radius: 20px;*/
}

section#seo_portfolio .swiper-container .swiper-slide img {
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    /*border-radius: 20px;*/
    max-height: 294px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(96, 145, 248, 0.7);
    margin: 0;
    margin-bottom: 80px;
    padding: 0;
}

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

section#get-free-design .white-box {
    background-color: #fff;
    padding: 78px 48px 124px;
    -webkit-box-shadow: 0px 26px 55px -32px rgba(96, 145, 248, 0.1);
    box-shadow: 0px 26px 55px -32px rgba(96, 145, 248, 0.1);
    border-radius: 20px;
    position: relative;
}

section#get-free-design .header-free {
    font-family: "Euclid Square";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 51px;
    color: #162950;
    margin-bottom: 14px;
    display: block;
}

section#get-free-design .light-blue-free {
    color: #6091f8;
}

section#get-free-design .free-space {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    color: #ff0000;
    display: block;
    margin-bottom: 29px;
}

.form-btn {
    max-width: 436px;
    margin: 0;
    margin-top: 25px;
    border: none;
    padding: 33px 20px;
    cursor: pointer;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

/*.form-btn:hover {*/
/*  background: #ff2828;*/
/*  -webkit-box-shadow: 0px 0px 12px 2px rgb(0 0 0);*/
/*  -moz-box-shadow: 0px 0px 12px 2px rgb(0 0 0);*/
/*  box-shadow: 0px 0px 12px 2px rgb(0 0 0);*/
/*  transition: all 0.5s 0s ease;*/
/*}*/
.get-free-page-form {
    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: 436px;
}

.get-free-page-form input {
    font-family: "Euclid Square";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 22px 0px 22px 23px;
    border: 1px solid #dbe7ff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
}

.get-free-page-form input:first-of-type {
    margin-bottom: 15px;
}

.get-free-page-form span {
    font-family: "Euclid Square";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #162950;
    margin-bottom: 9px;
}

.bottom-tree {
    bottom: -1px;
    left: -1px;
}

.arrow-point {
    bottom: 79px;
    left: 511px;
    z-index: 2;
}

.right-tree {
    bottom: 13px;
    right: 0px;
    z-index: 1;
}

.mac {
    right: -218px;
    top: -8px;
}

.diamond-lg {
    width: 107px;
    height: 107px;
    -webkit-transform: rotate(-25.89deg);
    -ms-transform: rotate(-25.89deg);
    transform: rotate(-25.89deg);
    top: 165px;
    right: -64px;
}

.diamond-md {
    width: 62.05px;
    height: 62.05px;
    -webkit-transform: rotate(24.15deg);
    -ms-transform: rotate(24.15deg);
    transform: rotate(24.15deg);
    top: 561px;
    right: 391px;
}

.diamond-sm {
    width: 40.15px;
    height: 40.15px;
    -webkit-transform: rotate(24.15deg);
    -ms-transform: rotate(24.15deg);
    transform: rotate(24.15deg);
    top: 303px;
    right: -54px;
}

.bg-el {
    position: absolute;
    width: 562px;
    height: 562px;
    background: -o-linear-gradient(332.02deg, #6091f8 16.08%, #ff7c7c 79.55%);
    background: linear-gradient(117.98deg, #6091f8 16.08%, #ff7c7c 79.55%);
    opacity: 0.2;
    -webkit-filter: blur(126px);
    filter: blur(126px);
    top: 0;
    right: -144px;
    z-index: -1;
}

#get-free-design {
    padding-bottom: 100px;
}

#raschet_summ {
    margin-top: 40px;
}

#raschet_summ input {
    border-radius: 50px;
    padding: 0px 30px;
    font-family: "Euclid Square";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    border: none;
    width: 580px;
    margin-right: -110px;
    height: 57px;
    outline: none;
    border: 1px solid #dbe7ff;
}

#raschet_summ input::-webkit-input-placeholder {
    color: #d8d8d8;
}

#raschet_summ input::-moz-placeholder {
    color: #d8d8d8;
}

#raschet_summ input:-ms-input-placeholder {
    color: #d8d8d8;
}

#raschet_summ input::-ms-input-placeholder {
    color: #d8d8d8;
}

#raschet_summ input::placeholder {
    color: #757575;
}

#raschet_summ button.btn:hover {
    background: #008713;
    /*transition: all 0.1s ease-in-out;*/
}

.red-btn:hover {
    background: #388710;
}

section#seo_portfolio .main-photo-link.full-width,
.case_luxdrive_section .main-photo-link.full-width {
    max-width: unset;
}

section#seo_portfolio .main-photo-link.full-width img,
.case_luxdrive_section .main-photo-link.full-width img {
    max-width: unset;
}

#raschet_summ button.btn {
    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;
    padding: 9px 16px;
    -webkit-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    height: 59px;
    background: #019915;
    /* -webkit-box-shadow: 0px 0px 30px 0px #ff000045;
  box-shadow: 0px 0px 30px 0px #ff000045; */
    border-radius: 50px;
    /* font-family: "Euclid Square"; */
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    border: none;
    min-width: 270px;
    text-align: center;
    padding: 24px 55px;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
}

.h1_header {
    font-family: "Euclid Square";
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 81px;
    color: #ffffff;
}

.yellow {
    color: #f5f860;
}

#masshtab_busines .h1_header span {
    color: #f5f860;
}

#masshtab_busines .main-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 77px;
    margin-bottom: 90px;
}

#masshtab_busines .busines_big_img {
    border-radius: 20px;
    margin-right: 90px;
    max-width: 413px;
}

#masshtab_busines .square_number {
    border: 1px solid rgba(96, 145, 248, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: "Euclid Square";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    min-height: 43px;
    min-width: 43px;
    max-height: 43px;
    max-width: 43px;
    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;
    margin-right: 30px;
}

#masshtab_busines .ul_list-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 75px;
}

#masshtab_busines .ul_list-li p {
    font-family: "Euclid Square";
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

#masshtab_busines .ul_list-li p span {
    font-weight: 700;
    color: #6091f8;
}

#masshtab_busines .important_main_box {
    max-width: 722px;
    max-height: 430px;
    border: 1px solid rgba(96, 145, 248, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 58px 98px 134px 73px;
    font-family: "Euclid Square";
    font-style: italic;
    font-size: 32px;
    line-height: 41px;
    color: #f5f860;
    position: relative;
}

#masshtab_busines .important_main_box .orange {
    font-weight: bold;
}

#masshtab_busines .important_main_box p {
    color: #fff;
    font-size: 20px;
    line-height: 25.36px;
}

#masshtab_busines .imp_flower {
    bottom: -27px;
    right: -77px;
    width: 326px;
}

#masshtab_busines .right_side {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#masshtab_busines .bg_bussines {
    width: 1267.3px;
    height: 665.16px;
    left: -258px;
    top: 421px;
    background: -o-linear-gradient(332.02deg, #6091f8 16.08%, #ff7c7c 79.55%);
    background: linear-gradient(117.98deg, #6091f8 16.08%, #ff7c7c 79.55%);
    opacity: 0.2;
    -webkit-filter: blur(250px);
    filter: blur(250px);
    -webkit-transform: rotate(-57.59deg);
    -ms-transform: rotate(-57.59deg);
    transform: rotate(-57.59deg);
    z-index: -1;
}

#masshtab_busines .ul_list_box {
    position: relative;
}

#masshtab_busines .arrow-bussines {
    bottom: -73px;
    left: -113px;
    z-index: 2;
    -webkit-transform: matrix(-0.99, -0.13, -0.13, 0.99, 0, 0) rotate(34deg);
    -ms-transform: matrix(-0.99, -0.13, -0.13, 0.99, 0, 0) rotate(34deg);
    transform: matrix(-0.99, -0.13, -0.13, 0.99, 0, 0) rotate(34deg);
    background: url("/img/seo/arrow.svg") center center no-repeat;
    width: 192px;
    height: 161px;
}

#design .h1_header {
    margin-bottom: 50px;
}

#design p {
    font-style: normal;
    font-size: 28px;
    line-height: 36px;
    color: #ffffff;
    max-width: 565px;
    padding-bottom: 211px;
}

img {
    opacity: 1;
    -webkit-transition: opacity 0.9s;
    -o-transition: opacity 0.9s;
    transition: opacity 0.9s;
}

img[data-src] {
    opacity: 0;
}

.design_main_bg {
    width: 769.41px;
    height: 615.66px;
    bottom: -50px;
    right: 10px;
    background: url("/img/seo/designer_bg.webp") center center no-repeat;
    z-index: -1;
}

.design_main_bg .design-gif-top {
    width: 179px;
    height: 179px;
    right: -35px;
    top: 145px;
}

.design_main_bg .design-gif-bott {
    width: 68px;
    height: 68px;
    left: -65px;
    bottom: 132px;
}

#adaptiv_verstka {
    margin-bottom: 100px;
}

#adaptiv_verstka .white-rounded-main-box {
    background: #ffffff;
    -webkit-box-shadow: 0px 26px 55px -32px rgba(96, 145, 248, 0.1);
    box-shadow: 0px 26px 55px -32px rgba(96, 145, 248, 0.1);
    border-radius: 20px;
    padding: 70px 70px 50px;
    overflow: hidden;
}

.h1_header_blue {
    color: #162950;
    font-weight: 700;
    font-size: 64px;
    line-height: 81px;
}

.h1_header_blue span {
    color: #6091f8;
}

#adaptiv_verstka .first_box p {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: right;
    max-width: 504px;
    margin-left: auto;
    color: #162950;
    margin-top: 27px;
    margin-bottom: 400px;
}

#adaptiv_verstka .first_box {
    position: relative;
}

#adaptiv_verstka .adaptive_verstk_bg {
    /* background: url("/img/seo/adaptive_new.jpg") center center no-repeat; */
    background-image: url("/img/seo/adaptive_new.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 947px;
    height: 434px;
    left: -118px;
    top: 132px;
}

#adaptiv_verstka .arrow-point {
    background: url("/img/seo/adaptive-verst-arrow.svg") center center no-repeat;
    bottom: -258px;
    right: 61px;
    width: 205px;
    height: 212px;
    left: unset;
}

#adaptiv_verstka .second_box p {
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    text-align: left;
    max-width: 653px;
    color: #162950;
    margin-top: 39px;
    margin-bottom: 80px;
}

#adaptiv_verstka .manager {
    background: url("/img/seo/manager.webp") center center no-repeat;
    background-size: cover;
    width: 481px;
    height: 771px;
    bottom: -11px;
    right: 24px;
}

#adaptiv_verstka .rounded-transparent-box {
    border: 1px solid rgba(96, 145, 248, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    width: 100%;
    padding: 49px 0 49px 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#adaptiv_verstka .rounded-transparent-box img {
    width: 99px;
    height: 99px;
}

#adaptiv_verstka .rounded-transparent-box span {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #6091f8;
    margin-left: 50px;
    display: block;
    max-width: 251px;
}

#adaptiv_verstka .rounded-transparent-box span span {
    color: #162950;
    font-weight: 400;
    margin-left: 0px;
}

#reviews {
    margin-bottom: 147px;
}

#reviews .swiperReviews {
    margin-top: 40px;
}

#reviews .reviews-blur-rect-bg {
    width: 562px;
    height: 1167px;
    left: -33px;
    top: -107px;
    background: -o-linear-gradient(332.02deg, #6091f8 16.08%, #ff7c7c 79.55%);
    background: linear-gradient(117.98deg, #6091f8 16.08%, #ff7c7c 79.55%);
    opacity: 0.2;
    -webkit-filter: blur(160px);
    filter: blur(160px);
    -webkit-transform: rotate(33.76deg);
    -ms-transform: rotate(33.76deg);
    transform: rotate(33.76deg);
    z-index: -1;
}

#reviews .swiperReviews .swiper-slide {
    border: 1px solid rgba(96, 145, 248, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*box-shadow: 0px 25px 40px -2px rgb(98 148 255 / 8%);*/
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-height: 473px;
    position: relative;
}

#reviews .swiperReviews .swiper-reviews-bg-logo {
    width: 156px;
    height: 102px;
    opacity: 0.1;
    bottom: 78px;
    right: 49px;
    z-index: -1;
}

#reviews .swiperReviews .swiper-reviews-bg-logo.stkont-logo-bg {
    width: 334px;
    height: unset;
}

#reviews .swiperReviews .swiper-reviews-bg-logo.laspan-logo-bg {
    width: unset;
    height: 73px;
}

#reviews .swiperReviews .swiper-reviews-bg-logo.agrostand-logo-bg {
    width: 214px;
    height: unset;
}

#reviews .swiperReviews .swiper-reviews-bg-logo.bashspec-logo-bg {
    width: unset;
    height: 82px;
}

#reviews .swiperReviews .swiper-slide .img-block {
    border-radius: 20px;
    background-size: cover;
    width: 353px;
    height: 473px;
    min-width: 353px;
    min-height: 473px;
}

#reviews .swiperReviews .swiper-slide .text-box_main-text.fz22lh30 {
    font-size: 22px;
    line-height: 30px;
}

#reviews .swiperReviews .swiper-slide .text-box {
    padding: 65px 180px 78px 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -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;
}

#reviews .swiperReviews .swiper-slide .text-box_main-text {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    color: #ffffff;
}

#reviews .swiperReviews .swiper-slide .text-box_sub-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 15px;
    display: block;
}

#reviews .swiperReviews .swiper-slide .text-box_sub-text .sub-text_name {
    font-weight: bold;
}

.red-btn-swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    background: #ff0000;
    border-radius: 100px;
    padding: 13px 22px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    text-decoration: none;
}

.red-btn-swiper img {
    margin-right: 10px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("/img/seo/swiper-slider-button-arrow.svg");
    background-size: cover;
    right: 10px;
    left: auto;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("/img/seo/swiper-slider-button-arrow.svg");
    background-size: cover;
    left: 10px;
    right: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

.swiper-button-next,
.swiper-button-prev {
    top: 110%;
    width: 50px;
    height: 32px;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

section#remember-block .main-remember-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

section#remember-block .main-remember-div .bg-div {
    min-width: 424px;
    min-height: 451px;
    overflow: visible;
}

section#remember-block .main-remember-div .bg-div .remember-gif {
    width: 384px;
    height: 384px;
    top: 10px;
    left: 10px;
}

section#remember-block .main-remember-div .remember-text-box {
    margin-left: 15px;
}

section#remember-block .main-remember-div .bg-div .bg-rect-remember {
    top: -46px;
    left: -31px;
}

section#remember-block
    .main-remember-div
    .remember-text-box
    .remember-text-box_header {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 51px;
    display: block;
    margin-bottom: 55px;
}

section#remember-block
    .main-remember-div
    .remember-text-box
    .remember-blue_bold-text {
    color: #6091f8;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 51px;
    display: block;
    margin-bottom: 55px;
    display: block;
    max-width: 605px;
}

section#study {
    margin-bottom: 250px;
}

section#study .study-bg {
    top: 179px;
    left: -102px;
    z-index: 1;
}

section#study .study-hat-bg {
    top: -63px;
    left: -97px;
    z-index: -1;
}

section#study .study-bg-coin-top {
    top: 51px;
    right: 75px;
    z-index: 4;
}

section#study .study-bg-coin-down {
    top: 279px;
    right: 495px;
    z-index: 4;
}

section#study .study-bg-gif {
    top: 226px;
    right: 98px;
    z-index: 1;
    border-radius: 2px;
    -webkit-transform: rotate(6.38deg);
    -ms-transform: rotate(6.38deg);
    transform: rotate(6.38deg);
    width: 428.29px;
    height: 265.52px;
}

section#study p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 65px;
    max-width: 615px;
    margin-top: 40px;
    color: #ffffff;
}

section#study .a-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}

section#study .a-div img {
    height: 47px;
    width: 47px;
    margin-right: 37px;
}

section#study .a-div a {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
}

section#invite .white-rounded-box {
    padding: 51px 61px 77px 531px;
    border-radius: 20px;
    background: url("/img/seo/invite-bg.webp") 0px 8px no-repeat;
    background-color: #ffffff;
    box-sizing: border-box;
}

section#invite form#invite-form input {
    font-family: "Euclid Square";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    max-width: 436px;
    padding: 22px 0px 22px 23px;
    border: 1px solid #dbe7ff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
}

section#invite .form-header {
    font-style: normal;
    color: #162950;
    margin-bottom: 40px;
    display: block;
}

section#invite .blue {
    color: #6091f8;
}

section#invite .form-header_top {
    font-weight: 700;
    font-size: 38px;
    line-height: 50.72px;
    display: block;
    margin-bottom: 8px;
}

section#invite .form-header-down {
    font-weight: 700;
    font-size: 28px;
    line-height: 35.5px;
    display: block;
}

section#invite .red-btn {
    margin: 0;
    margin-top: 25px;
    font-family: "Euclid Square";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 436px;
    border: none;
    cursor: pointer;
}

footer {
    margin-top: 83px;
    padding: 30px 0px;
    background: #102145;
}

footer .footer-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 100%;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

footer .footer-flex .politic {
    font-family: "Euclid Square";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    color: #bfbfbf;
}

@media screen and (max-width: 1228px) {
    #masshtab_busines .imp_flower {
        width: 265px;
    }

    .container {
        margin: 0 3%;
    }

    .second_box {
        position: relative;
        padding-top: 50px;
    }

    #adaptiv_verstka .rounded-transparent-box {
        position: absolute;
        bottom: 7px;
    }

    .main_text h1 {
        font-size: 24px;
        line-height: 1.7;
        margin-bottom: 18px;
    }

    .ul-box .li {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .ul-box .li p {
        margin-left: 20px;
    }

    #main {
        min-height: 90vh;
    }

    #seo_portfolio {
        margin-bottom: 50px;
    }

    .main_bg_box_img {
        top: -23px;
        right: -397px;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }

    .main_bg_box_img p {
        font-size: 26px;
        left: 334px;
    }

    .main_bg_box_img p span {
        font-size: 26px;
    }

    .city_badge {
        font-size: 14px;
        line-height: 18px;
        padding: 1px 8px 2px;
        top: -4px;
    }

    #raschet_summ {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }

    #raschet_summ input {
        height: 62px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0px 20px;
        margin-bottom: 10px;
    }

    #raschet_summ button {
        height: 62px;
        width: 100%;
        padding: 0;
    }

    section#seo_portfolio .main_header h1,
    .case_luxdrive_section .main_header h1 {
        font-size: 20px;
        line-height: 22.82px;
        text-align: center;
    }

    section#seo_portfolio .main_header p,
    .case_luxdrive_section .main_header p {
        margin-bottom: 40px;
        font-size: 18px;
        line-height: 22.82px;
        text-align: center;
    }

    section#seo_portfolio h3,
    .case_luxdrive_section h3 {
        text-align: center;
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 16px;
    }

    section#seo_portfolio .main-photo-link,
    .case_luxdrive_section .main-photo-link {
        border-radius: 10px;
    }

    section#seo_portfolio .main-photo-link img,
    .case_luxdrive_section .main-photo-link img {
        border-radius: 10px;
    }

    .stats-box {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 25px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .stats-box .plus {
        font-size: 24px;
        line-height: initial;
    }

    section#seo_portfolio .stats-box,
    .case_luxdrive_section .stats-box {
        margin-top: 15px;
        margin-left: 0;
    }

    .stats-box .stats-box-cell:nth-child(1) {
        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;
        gap: 5px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .stats-box .stats-box-cell:nth-child(2) {
        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;
        gap: 5px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .stats-box .stats-box-cell:nth-child(3) {
        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;
        gap: 5px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .stats-box .stats-box-cell:nth-child(4) {
        width: 100%;
        margin: 0 auto;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .stats-box .stats-box-cell span:last-child {
        font-size: 12px;
        line-height: 15px;
        text-align: center;
    }

    .stats-box .stats-box-cell a::after {
        height: 2px;
    }

    .red-btn {
        margin-bottom: 40px;
        height: 62px;
        padding: 0;
    }

    section#seo_portfolio hr {
        margin-bottom: 40px;
    }

    section#get-free-design .white-box {
        padding: 30px 25px 341px;
    }

    .bottom-tree {
        width: 246px;
    }

    .arrow-point {
        bottom: 249px;
        z-index: 1;
        width: 135.29px;
        right: -11px;
        -webkit-transform: matrix(0.25, 0.99, 0.99, 0.15, 0, 0);
        -ms-transform: matrix(0.25, 0.99, 0.99, 0.15, 0, 0);
        transform: matrix(0.25, 0.99, 0.99, 0.15, 0, 0);
        left: unset;
    }

    .diamond-md {
        width: 29.29px;
        height: 29.29px;
        top: unset;
        bottom: 62px;
        right: 197px;
    }

    .diamond-lg {
        width: 50.5px;
        height: 50.5px;
        top: unset;
        bottom: 224px;
        right: -23px;
        z-index: 4;
    }

    .right-tree {
        width: 73px;
    }

    .mac {
        right: -95px;
        width: 506px;
        bottom: 10px;
        top: unset;
    }

    section#get-free-design .header-free {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    section#get-free-design .free-space {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 20px;
    }

    .get-free-page-form span {
        font-size: 14px;
        line-height: 18px;
    }

    .get-free-page-form input {
        font-size: 14px;
        padding: 18px;
    }

    .bg-orange-stk {
        display: none;
    }

    .bg-blue-agro {
        display: none;
    }

    .main-flex-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .h1_header {
        font-size: 28px;
        line-height: 36px;
    }

    .h1_header_blue {
        font-size: 28px;
        line-height: 36px;
    }

    #masshtab_busines .ul_list-li p {
        font-size: 18px;
        line-height: 23px;
    }

    #masshtab_busines .ul_list-li {
        margin-bottom: 25px;
    }

    #masshtab_busines .main-flex-box {
        margin-top: 25px;
        margin-bottom: 20px;
    }

    #get-free-design {
        padding-bottom: 50px;
    }

    #masshtab_busines .arrow-bussines {
        background: url(/img/seo/arrow_mob.svg) center center no-repeat;
        width: 56px;
        height: 114px;
        left: unset;
        right: -3px;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        bottom: -9px;
        z-index: -1;
    }

    #masshtab_busines .ul_list_box {
        max-width: 380px;
    }

    #masshtab_busines .busines_big_img {
        margin-right: 0;
        margin-top: 10px;
        width: 100%;
        max-width: 509px;
    }

    #masshtab_busines .important_main_box {
        padding: 30px 35px 0 25px;
        margin-bottom: 50px;
        max-height: unset;
    }

    #masshtab_busines .important_main_box p {
        margin-bottom: 100px;
    }

    #masshtab_busines hr {
        margin-bottom: 30px;
    }

    #design .h1_header {
        margin-bottom: 24px;
    }

    #design p {
        font-size: 18px;
        line-height: 23px;
        padding-bottom: 260px;
    }

    .design_main_bg {
        background-size: contain;
        width: 407.41px;
        height: 365.66px;
        bottom: -50px;
        right: -39px;
    }

    #adaptiv_verstka .white-rounded-main-box {
        padding: 30px 25px 25px;
        overflow: hidden;
    }

    #adaptiv_verstka .first_box p {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
        margin-top: 8px;
        z-index: 3;
        position: relative;
        margin-bottom: 197px;
    }

    #adaptiv_verstka .adaptive_verstk_bg {
        background-size: contain;
        width: 375px;
        right: -26px;
        left: unset;
        height: 150px;
        top: unset;
        bottom: -165px;
    }

    #adaptiv_verstka .arrow-point {
        background: url(/img/seo/arrow_mob.svg) center center no-repeat;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        width: 54px;
        height: 114px;
        bottom: unset;
        right: unset;
        bottom: -75px;
        right: -4px;
        z-index: 0;
    }

    #adaptiv_verstka .second_box p {
        margin-top: 25px;
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 116px;
    }

    #adaptiv_verstka .manager {
        width: 100%;
        background-size: contain;
        height: calc(136vw);
        bottom: 123px;
        right: unset;
        display: block;
        position: relative;
    }

    #adaptiv_verstka .rounded-transparent-box {
        padding: 35px 13px;
    }

    #adaptiv_verstka .rounded-transparent-box img {
        height: 70px;
        width: 70px;
    }

    #adaptiv_verstka .rounded-transparent-box span {
        font-size: 18px;
        line-height: 23px;
        margin-left: 20px;
    }

    #adaptiv_verstka {
        margin-bottom: 50px;
    }

    #reviews .swiperReviews {
        margin-top: 24px;
    }

    #reviews .swiperReviews .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: none;
    }

    #reviews .swiperReviews .swiper-slide .img-block {
        width: 100%;
        min-height: 432px;
        height: 100%;
        max-height: 454px;
        background: url(/img/seo/energoservis/reviews-slider-main.png)
            center -18px no-repeat;
        background-size: cover;
    }

    #reviews .swiperReviews .swiper-slide .text-box {
        padding: 25px 22px 90px 15px;
    }

    #reviews .swiperReviews .swiper-slide .text-box_main-text {
        margin-bottom: 50px;
        font-size: 20px;
        line-height: 25px;
    }

    #reviews .swiperReviews .swiper-reviews-bg-logo {
        width: 107px;
        height: 70px;
        bottom: 153px;
        right: 27px;
    }

    #reviews .swiperReviews .swiper-reviews-bg-logo.laspan-logo-bg {
        bottom: 44px;
        height: unset;
        width: 186px;
    }

    #reviews .swiperReviews .swiper-reviews-bg-logo.agrostand-logo-bg {
        height: unset;
        width: 146px;
        bottom: 27px;
    }

    #reviews .swiperReviews .swiper-reviews-bg-logo.bashspec-logo-bg {
        width: 219px;
        height: unset;
        bottom: 27px;
    }

    #reviews .swiperReviews .swiper-reviews-bg-logo.stkont-logo-bg {
        width: 263px;
        height: unset;
        bottom: 33px;
    }

    #reviews .swiperReviews .swiper-reviews-bg-logo.peace-war-logo-bg {
        width: 132px;
        height: unset;
        bottom: 33px;
    }

    #reviews .swiperReviews .swiper-reviews-bg-logo.team-logo-bg {
        width: 145px;
        height: unset;
        bottom: 33px;
    }

    #reviews .swiperReviews .swiper-reviews-bg-logo.energoservice-logo-bg {
        width: 150px;
        height: unset;
        bottom: 33px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 104%;
    }

    section#remember-block .main-remember-div .bg-div {
        min-height: 385px;
        margin-bottom: 20px;
    }

    section#remember-block .main-remember-div .bg-div .bg-rect-remember {
        width: 100%;
        left: -4px;
        top: -47px;
        height: unset;
    }

    section#remember-block .main-remember-div .bg-div .remember-gif {
        width: 95%;
        left: 32px;
        height: unset;
    }

    section#remember-block .main-remember-div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    section#remember-block
        .main-remember-div
        .remember-text-box
        .remember-text-box_header {
        font-size: 28px;
        line-height: 35px;
        display: block;
        margin-bottom: 25px;
    }

    section#remember-block
        .main-remember-div
        .remember-text-box
        .remember-blue_bold-text {
        color: #6091f8;
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 80px;
        display: block;
        max-width: 605px;
    }

    section#study .study-hat-bg {
        top: -29px;
        left: -43px;
        width: 98px;
    }

    section#study p {
        font-size: 18px;
        line-height: 22.82px;
        margin-bottom: 165px;
        max-width: 615px;
        margin-top: 10px;
    }

    section#study .study-bg-gif {
        width: 164.63px;
        height: 103.3px;
        top: unset;
        bottom: 106px;
        right: 32px;
    }

    section#study {
        margin-bottom: 50px;
    }

    section#study .study-bg {
        width: 512px;
        top: unset;
        bottom: 51px;
        right: -3px;
        left: unset;
    }

    section#study .study-bg-coin-down {
        width: 36.57px;
        height: 84.04px;
        right: 182px;
        bottom: 109px;
        top: unset;
    }

    section#study .study-bg-coin-top {
        width: 50.97px;
        height: 117.11px;
        top: unset;
        right: 22px;
        bottom: 155px;
    }

    section#study .a-div img {
        margin-right: 17px;
    }

    section#study .a-div a {
        font-size: 18px;
        line-height: 23px;
    }

    section#invite .white-rounded-box {
        padding: 30px 25px 532px;
        background: url(/img/seo/invite-bg.webp) 15% 110% no-repeat;
        background-color: #ffffff;
    }

    section#invite .form-header_top {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }

    section#invite .form-header-down {
        font-size: 20px;
        line-height: 25px;
    }

    section#invite .form-header {
        margin-bottom: 18px;
    }

    section#invite .red-btn {
        margin-top: 20px;
    }

    .small-ico-li {
        width: 35px;
    }

    section#remember-block .main-remember-div .remember-text-box {
        margin-left: 0px;
    }

    .stats-box.flex-end.hidden-links {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    #reviews .swiperReviews .swiper-slide .img-block {
        min-width: unset;
    }
}

@media screen and (max-width: 640px) {
    section#seo_portfolio .swiper-container {
        width: 100%;
        height: 85px;
        border-radius: 10px;
    }

    .main_text {
        padding-top: 56px;
    }

    .main_bg_box_img {
        top: -50px;
        right: -346px;
    }
}

@media screen and (max-width: 500px) {
    .main_bg_box_img {
        top: -50px;
        right: -346px;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@media screen and (max-width: 390px) {
    .main_bg_box_img {
        top: 20px;
        right: -369px;
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4);
    }

    section#seo_portfolio .swiper-container {
        width: 100%;
        height: 80px;
        border-radius: 10px;
    }
}

@media screen and (max-width: 350px) {
    .main_bg_box_img {
        top: 54px;
        right: -403px;
    }
}

@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
    .main_text h1 {
        font-size: 26px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    /* .main_bg_box_img {
    top: 46px;
  } */
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    /* фоновый цвет */
    background: #141516;
    z-index: 1001;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}

.preloader__image {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    -webkit-animation: preloader-rotate 4s infinite linear;
    animation: preloader-rotate 4s infinite linear;
    color: #7a6fa7;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}

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

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

.loaded_hiding .preloader {
    -webkit-transition: 0.8s opacity;
    -o-transition: 0.8s opacity;
    transition: 0.8s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

/*стили для нового блока*/
.projects_content_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.projects-item {
    text-decoration: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 32.5%;
    flex-basis: 32.5%;
    position: relative;
    height: 32vw;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 44px 40px;
    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-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    -webkit-box-shadow: inset 0 0 0 1000px rgba(21, 20, 56, 0.3);
    box-shadow: inset 0 0 0 1000px rgba(21, 20, 56, 0.3);
}

/* .projects-item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
} */

.projects-item:nth-child(1) {
    background-image: url("/img/seo/project/6.jpg");
}

.projects-item:nth-child(2) {
    background-image: url("/img/seo/project/3.jpg");
}

.projects-item:nth-child(3) {
    background-image: url("/img/seo/project/10.jpg");
}

.projects-item:nth-child(4) {
    background-image: url("/img/seo/project/11.jpg");
}

.projects-item:nth-child(5) {
    background-image: url("/img/seo/project/12.jpg");
}

.projects-item:nth-child(6) {
    background-image: url("/img/seo/project/2.jpg");
}

.projects-item:nth-child(7) {
    background-image: url("/img/seo/project/8.jpg");
}

.projects-item:nth-child(8) {
    background-image: url("/img/seo/project/13.jpg");
}

.projects-item:nth-child(9) {
    background-image: url("/img/seo/project/1.jpg");
}

.projects-item:nth-child(10) {
    background-image: url("/img/seo/project/4.jpg");
}

.projects-item:nth-child(11) {
    background-image: url("/img/seo/project/5.jpg");
}

.projects-item:nth-child(12) {
    background-image: url("/img/seo/project/7.jpg");
}

.projects-item:nth-child(13) {
    background-image: url("/img/seo/project/9.jpg");
}

.projects_content_inner {
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    padding: 77px 20px 100px 20px;
}

.projects-item_title {
    font-family: "Euclid Square";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #ffffff;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.projects-item_span {
    font-family: "Euclid Square";
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    padding: 6px 20px 9px 20px;
    background-color: #ffffff;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border-radius: 50px;
    margin-bottom: 26px;
}

.project_title_hidden {
    display: none;
}

/*******************/
@media (max-width: 1868px) {
    .projects-item_title {
        font-size: 30px;
        line-height: 33px;
    }
}

@media (max-width: 1665px) {
    .projects-item {
        padding: 20px 15px;
    }
}

@media (max-width: 1450px) {
    .projects-item_title {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (max-width: 1280px) {
    .projects-item_title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 1212px) {
    .projects-item_title {
        font-size: 21px;
        line-height: 24px;
    }

    .projects-item {
        padding: 20px 15px;
    }
}

.projects-item_title_mob {
    display: none;
}

@media (max-width: 968px) {
    .projects-item_title_mob {
        display: block;
    }

    .projects-item_title_desc {
        display: none;
    }

    .project_title_hidden {
        display: inline;
    }

    .projects-item {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        height: 49vw;
        border-radius: 20px;
        margin-bottom: 10px;
        padding: 20px 13px;
        padding-right: 0;
    }
}

@media (max-width: 940px) {
    .projects-item_title {
        font-size: 25px;
        line-height: 30px;
    }

    .projects-item_span {
        font-size: 14px;
        line-height: 14px;
    }
}

@media (max-width: 800px) {
    .projects-item_title {
        font-size: 21px;
        line-height: 23px;
    }

    .projects-item_span {
        font-size: 14px;
        line-height: 14px;
    }
}

@media (max-width: 600px) {
    .projects_content_inner {
        padding: 20px 0 50px 0;
        margin: 0 2%;
    }

    .projects-item_title {
        font-size: 14px;
        line-height: 18px;
        /* height: 43px; */
    }

    .projects-item {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        height: 49vw;
        border-radius: 20px;
        margin-bottom: 10px;
        padding: 20px 13px;
        padding-right: 0;
    }

    .projects-item_span {
        font-size: 12px;
        line-height: 14px;
        color: #0a0a0a;
        margin-bottom: 16px;
        padding: 1px 4px;
    }
}

@media (max-width: 400px) {
    .projects-item_span {
        font-size: 11px;
        line-height: 14px;
        color: #0a0a0a;
        margin-bottom: 16px;
        padding: 1px 4px;
    }

    .projects-item_title {
        font-size: 12px;
        line-height: 14px;
    }
}

/* .second-menu a {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-decoration: none;
  border-bottom: 0.3px solid;
  color: #000;
  display: table;
  margin-bottom: 24px;
} */
/* 
.second-menu li ul li {
  padding: 8px 30px;
  display: table;
  margin-top: 10px;
  position: relative;
}

.second-menu.active {
  left: 0px;
}

@media (max-width: 460px) {
  .second-menu {
    padding-top: 73px;
  }
}

@media (max-width: 760px) {
  .second-menu {
    background: #dbe7ff;
    padding-top: 93px;
  }
} */

/* #checkbox_link {
  color: #d2691e;
} */

/* .second-menu ul li::marker {
  color: transparent;
}

.second-menu a.active {
  color: #6091f8;
}

.second-menu li ul li.active,
.second-menu li ul li:hover {
  background: #ffffff;
  border-radius: 3px;
}

.second-menu li ul li.active::before,
.second-menu li ul li:hover::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #ff8f3e;
  border-radius: 50%;
  position: absolute;
  left: 14px;
  top: calc(50% - 3px);
}

.second-menu li ul li {
  padding: 8px 30px;
  display: table;
  margin-top: 10px;
  position: relative;
}

.second-menu li ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}

.second-menu li ul>li a {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0px;
  display: table;
} */

.nav_menu {
    margin-top: 20px;
    /* border-top: 1px solid #898989; */
    padding-top: 20px;
}

.nav_menu .container a {
    text-decoration: none;
    color: #fff;
}

.nav_menu .container a::after {
    text-decoration: none !important;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    content: "";
    width: 0px;
    height: 1px;
    display: block;
    background: #ffffff94;
}

.nav_menu .container a:hover::after {
    text-decoration: underline !important;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    width: 100%;
}

@media (max-width: 1228px) {
    .nav_menu {
        display: none;
    }
}

@media (max-width: 700px) {
    .second_box_br {
        display: none;
    }
}

.header_link_city {
    color: #fff;
    text-decoration: underline;
}

/* @media (max-width: 700px) {
  .second-menu a {
    margin-bottom: 10px;
  }
}

@media (max-width: 760px) {
  .second-menu li ul>li a {
    font-size: 14px;
  }

  .second-menu a {
    font-size: 18px;
  }
} */

/* новый слайдер */
.stages__item {
    margin-right: 30px;
    border-radius: 20px;

    border: 1px solid rgba(96, 145, 248, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    max-height: 473px;
    height: 473px;
    position: relative;
}

@media (max-width: 1000px) {
    .stages__item {
        max-height: 400px;
        height: 400px;
    }
}

@media (max-width: 700px) {
    .stages__item {
        max-height: 500px;
        height: 500px;
    }
}

@media (max-width: 1228px) {
    .stages__item:nth-child(6) {
        margin-right: 20px;
    }
}

.stages__item__text {
    display: flex;
    flex-direction: row;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000;
    margin-right: 10px;
}

.stages_container {
    margin-top: 78px;
}

@media (max-width: 600px) {
    .stages_container {
        margin-top: 30px;
    }
}

.stages__wrapper::-webkit-scrollbar {
    opacity: 0;
}

.stages__wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.stages__item__text-number {
    font-weight: 400;
    font-size: 128px;
    line-height: 130px;
    color: #fcfcfc;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  not supported by any browser */
}

@media (max-width: 600px) {
    .stages__item__text-number {
        font-size: 96px;
        line-height: 90px;
    }
}

.stages__button {
    display: flex;
    justify-content: end;
    margin-bottom: 100px;
    -webkit-tap-highlight-color: transparent;
}
@media (max-width: 600px) {
    .stages__button {
        margin-bottom: 80px;
    }
}
.stages__button svg {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    outline: none;
    right: 0;
    position: absolute;
}

.swiper-reviews-bg-logo {
    bottom: 30px;
    opacity: 0.1;
    right: 30px;
}

@media (max-width: 1000px) {
    .swiper-reviews-bg-logo {
        width: 170px;
    }
}

@media (max-width: 700px) {
    .swiper-reviews-bg-logo {
        width: 100px;
    }
}

.stages__item .img-block {
    border-radius: 20px;
    width: 300px;
}

.stages__item .text-box {
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -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;
    flex-basis: 70%;
    font-size: 22px;
}

@media (max-width: 1000px) {
    .stages__item .text-box {
        padding: 30px;
        font-size: 18px;
        padding-bottom: 50px;
    }
}

@media (max-width: 500px) {
    .stages__item .text-box {
        padding: 15px;
        font-size: 14px;
    }
}

.text-box_sub-text .sub-text_name {
    font-weight: bold;
}

@media (max-width: 500px) {
    .stages__item {
        flex-direction: column;
        height: 662px;
        min-height: 662px;
        max-height: 662px;
    }

    .stages__item .text-box {
        /* flex-basis: auto; */
    }

    .stages__item .img-block {
        border-radius: 20px;
        width: 100%;
        /* height: 400px; */
        /* flex-basis: 50%; */
        height: 290px;
        min-height: 290px;
    }
}

@media (max-width: 1228px) {
    .stages__item_dop {
        display: none;
    }
}

.nav_menu a.a-active {
    font-weight: 600;
}

section#invite .white-rounded-box {
    position: relative;
    padding: 51px 30px 77px 500px;
    border-radius: 20px;
    background: url("/img/invite-bg_neww.jpg") left bottom no-repeat;
    background-color: #ffffff;
    background-position-x: -44px;
    min-height: 500px;
}

section#invite form#invite-form input {
    font-family: "Euclid Square";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    max-width: 436px;
    padding: 22px 0px 22px 23px;
    border: 1px solid #dbe7ff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
}

section#invite .form-header {
    font-style: normal;
    color: #162950;
    margin-bottom: 40px;
    display: block;
}

section#invite .form-header_top {
    font-weight: 700;
    /* font-size: 30px; */
    display: block;
    margin-bottom: 12px;
    width: 90%;
}

@media (max-width: 1228px) {
    section#invite .form-header_top {
        width: 100%;
    }
}

section#invite .form-header-down {
    font-weight: 700;
    font-size: 28px;
    display: block;
}

@media (max-width: 900px) {
    section#invite .form-header-down {
        font-size: 20px;
    }
}

section#invite .red-btn {
    margin: 0;
    margin-top: 25px;
    font-family: "Euclid Square";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 436px;
    border: none;
    cursor: pointer;
}

section#invite .white-rounded-box {
    position: relative;
    padding: 51px 30px 77px 41%;
    border-radius: 20px;
    /* background: url("/img/seo/invite-bg.webp") 0px 8px no-repeat; */
    background: url("/img/invite-bg_neww.jpg") left bottom no-repeat;
    background-size: 100%;
    background-color: #ffffff;
    background-position-x: -44px;
    min-height: 500px;
    background-size: contain;
}

@media (max-width: 1228px) {
    section#invite .white-rounded-box {
        background-size: 110%;
    }
}

@media (max-width: 811px) {
    section#invite .white-rounded-box {
        padding: 30px 25px 532px;
        background: url(/img/invite-bg_neww.jpg) left bottom no-repeat;
        background-size: 170%;
        background-color: #ffffff;
        /* background-size: contain; */
    }
}

@media screen and (max-width: 640px) {
    section#invite .white-rounded-box {
        background-size: 250%;
    }
}

@media (max-width: 593px) {
    section#invite .white-rounded-box {
        background-color: #ffffff;
    }
}

@media (max-width: 453px) {
    section#invite .white-rounded-box {
        background: url(/img/invite-bg_neww.jpg) 12% 100% no-repeat;
        background-color: #ffffff;
        background-size: 315%;
    }
}

/*  */
.logo-side,
.number-side,
.nav_menu .container {
    z-index: 5;
}

.second-menu {
    border-radius: 0 20px 20px 0;
}

@media (max-width: 1100px) {
    .second-menu {
        border-radius: 0;
    }
}

@media (min-width: 700px) {
    .second-menu__city__content {
        display: none;
    }
}

.nav_menu a.a-active {
    font-weight: 600;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.27);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 3;
}

/* новые блоки */
.what_do_flex_contain {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.what_do_item {
    width: 23%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background-color: #fff;
    padding: 13px;
    box-sizing: border-box;
}

@media (max-width: 700px) {
    .what_do_item {
        width: 48%;
        padding: 8px;
    }

    .what_do_item:nth-child(3),
    .what_do_item:nth-child(4) {
        margin-top: 20px;
    }
}

.what_do_item img {
    width: 100px;
    min-width: 100px;
    object-fit: contain;
    height: 100px;
    max-height: 100px;
}

@media (max-width: 900px) {
    .what_do_item img {
        width: 64px;
        min-width: 64px;
        height: 64px;
        max-height: 64px;
    }
}

.what_do_border {
    border: 1px dashed #6091f8;
    border-radius: 15px;
    width: 100%;
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 52px 0 52px 0;
}

@media (max-width: 900px) {
    .what_do_border {
        padding: 30px 0 33px 0;
    }
}

.what_do_text {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
    color: #162950;
}

@media (max-width: 900px) {
    .what_do_text {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .what_do_text {
        font-size: 14px;
    }
}

.what_do_section {
    position: relative;
    margin-bottom: 100px;
}

@media (max-width: 900px) {
    .what_do_section {
        margin-bottom: 50px;
    }
}

.what_do_section .what_do_img {
    width: 50%;
    position: absolute;
    z-index: -1;
    max-height: 107%;
    right: 0;
}

.what_do_img_mob {
    display: none;
}

@media (max-width: 700px) {
    .what_do_section .what_do_img {
        display: none;
    }

    .what_do_img_mob {
        width: 83%;
        position: absolute;
        z-index: -1;
        max-height: 72%;
        right: 0;
        display: block;
        margin-top: 63px;
    }
}

.what_do_section,
.will_help_section h2 {
    font-weight: 600;
    font-size: 64px;
    color: #ffffff;
}

@media (max-width: 900px) {
    .what_do_section h2,
    .will_help_section h2 {
        /* font-size: 28px; */
    }
}

.what_results_flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
}

.what_results_container {
    background-color: #ffffff;
    box-shadow: 0px 26px 55px -32px rgba(96, 145, 248, 0.1);
    border-radius: 20px;
    padding: 40px 70px 27px 70px;
    background-image: url("/img/seo/new/what_results_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    position: relative;
    color: #000;
    box-sizing: border-box;
}

@media (max-width: 1000px) {
    .what_results_container {
        background-size: 105%;
        padding: 35px 20px 120px 20px;
    }
}

@media (max-width: 800px) {
    .what_results_container {
        background-size: 93%;
        padding: 35px 20px 40px 20px;
    }
}

.what_results_section h2,
.will_help_section h2 {
    color: #162950;
    font-weight: 600;
    font-size: 64px;
    margin-top: 0;
    margin-bottom: 38px;
}

@media (max-width: 1100px) {
    .what_results_section h2,
    .will_help_section h2 {
        font-size: 50px;
    }
}

@media (max-width: 900px) {
    .what_results_section h2,
    .will_help_section h2 {
        font-size: 38px;
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .what_results_section h2,
    .will_help_section h2 {
        font-size: 28px;
    }
}

.will_help_section h2 {
    color: #fff;
}

.what_do_section h2 {
    font-weight: 600;
    /* font-size: 64px; */
    margin-bottom: 40px;
}

@media (max-width: 1100px) {
    .what_do_section h2 {
        /* font-size: 50px; */
    }
}

@media (max-width: 900px) {
    .what_do_section h2 {
        /* font-size: 38px; */
        margin-bottom: 28px;
    }
}

@media (max-width: 500px) {
    .what_do_section h2 {
        /* font-size: 28px; */
    }
}

@media (max-width: 600px) {
    .what_results_container {
        background-size: 179%;
    }
}

@media (max-width: 500px) {
    .what_results_container {
        background-size: 155%;
    }
}

@media (max-width: 400px) {
    .what_results_container {
        background-size: 155%;
        padding: 35px 20px 20px 20px;
    }
}

.what_results_decor {
    width: 500px;
    height: 500px;
    position: absolute;
    top: -40px;
    left: -150px;
    z-index: -1;
}

@media (max-width: 600px) {
    .what_results_decor {
        width: 300px;
        height: 300px;
        position: absolute;
        top: -28px;
        left: -60px;
        z-index: -1;
    }
}

.span_blue {
    color: #6091f8;
}

.what_results_section {
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
}

@media (max-width: 900px) {
    .what_results_section {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.what_results_flex > div {
    width: 32%;
    margin-right: 1%;
    margin-bottom: 30px;
}

.what_results_flex > div:nth-child(3) {
    margin-right: 0;
}

@media (max-width: 1000px) {
    .what_results_flex > div {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .what_results_flex > div:nth-child(2),
    .what_results_flex > div:nth-child(4) {
        margin-right: 0;
    }

    .what_results_flex > div:nth-child(3) {
        margin-right: 2%;
    }
}

.what_results_h {
    font-weight: 600;
    font-size: 36px;
    color: #162950;
    margin-bottom: 8px;
}

@media (max-width: 1210px) {
    .what_results_h {
        font-size: 28px;
        margin-bottom: 8px;
    }
}

@media (max-width: 500px) {
    .what_results_h {
        font-size: 16px;
    }
}

.what_results_txt {
    width: 95%;
    font-weight: 400;
    font-size: 24px;
}

@media (max-width: 500px) {
    .what_results_txt {
        font-size: 14px;
    }
}

.what_results_blur1 {
    background: linear-gradient(117.98deg, #6091f8 16.08%, #ff7c7c 79.55%);
    opacity: 0.2;
    filter: blur(125px);
    transform: rotate(-45.67deg);
    position: absolute;
    height: 50%;
    width: 50%;
    right: 10%;
    z-index: -1;
}

@media (max-width: 1500px) {
    .what_results_blur1 {
        right: 10%;
    }
}

@media (max-width: 700px) {
    .what_results_blur1 {
        display: none;
    }
}

.what_results_blur2 {
    background: linear-gradient(117.98deg, #6091f8 16.08%, #ff7c7c 79.55%);
    opacity: 0.2;
    filter: blur(125px);
    transform: rotate(-45.67deg);
    position: absolute;
    height: 50%;
    width: 50%;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.will_help_section {
    color: #fff;
    position: relative;
    margin-bottom: 100px;
    margin-top: 100px;
}

@media (max-width: 900px) {
    .will_help_section {
        margin-bottom: 50px;
        margin-top: 50px;
    }
}

.will_help_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.will_help_item {
    width: 48%;
    border: 1px solid rgba(96, 145, 248, 0.2);
    border-radius: 20px;
    padding: 40px 32px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    padding-top: 25px;
    box-sizing: border-box;
}

.will_help_item:nth-child(3) {
    margin-bottom: 0px;
}

.will_help_item:nth-child(4) {
    margin-bottom: 0px;
}

@media (max-width: 900px) {
    .will_help_item {
        padding: 30px 20px 50px 20px;
        margin-bottom: 30px;
    }

    .will_help_item:nth-child(3) {
        margin-bottom: 30px;
    }

    .will_help_item:nth-child(4) {
        margin-bottom: 0px;
    }
}

@media (max-width: 700px) {
    .will_help_item {
        width: 100%;
    }
}

.will_help_item_h {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 16px;
}

@media (max-width: 900px) {
    .will_help_item_h {
        font-size: 30px;
        margin-bottom: 15px;
    }
}

@media (max-width: 600px) {
    .will_help_item_h {
        font-size: 20px;
    }
}

.will_help_example {
    font-weight: 400;
    font-size: 18px;
    color: #f5f860;
    margin-bottom: 11px;
}

@media (max-width: 900px) {
    .will_help_example {
        margin-bottom: 15px;
    }
}

.will_help_li_check {
    width: 17%;
    max-width: 17px;
    object-fit: contain;
    margin-right: 13px;
}

.will_help_li {
    display: flex;
    flex-direction: row;
    font-size: 18px;
    margin-bottom: 7px;
    align-items: baseline;
}

.will_help_li_txt a {
    display: inline-block;
    padding: 3px 8px;
    color: #6091f8;
    background-color: #fff;
    text-decoration: none;
    border-radius: 15px;
    font-size: 16px;
    margin-top: 5px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}

.will_help_li_txt a:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .will_help_li {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .will_help_li_txt a {
        font-size: 14px;
        padding-bottom: 5px;
    }
}

.will_help_blur {
    background: linear-gradient(117.98deg, #6091f8 16.08%, #ff7c7c 79.55%);
    opacity: 0.2;
    filter: blur(125px);
    transform: rotate(33.76deg);
    width: 150px;
    height: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 900px) {
    .will_help_blur {
        height: 50vh;
    }
}

.will_help_after_header {
    font-weight: 400;
    font-size: 36px;
    color: #f5f860;
    margin-bottom: 56px;
}

@media (max-width: 900px) {
    .will_help_after_header {
        font-size: 20px;
        margin-bottom: 36px;
    }
}

.help_decor {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    object-fit: contain;
    z-index: -1;
}

#raschet_summ_new input {
    border-radius: 50px;
    padding: 0px 30px;
    font-family: "Euclid Square";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    border: none;
    width: 580px;
    margin-right: -110px;
    height: 57px;
    outline: none;
    border: 1px solid #dbe7ff;
}

@media screen and (max-width: 1000px) {
    #raschet_summ_new input {
        height: 57px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0px 20px;
        margin-bottom: 10px;
    }
}

#raschet_summ_new button.button_form {
    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;
    padding: 9px 16px;
    -webkit-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    height: 57px;
    background: #ff0000;
    /* -webkit-box-shadow: 0px 0px 30px 0px #ff000045;
  box-shadow: 0px 0px 30px 0px #ff000045; */
    border-radius: 50px;
    /* font-family: "Euclid Square"; */
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    border: none;
    min-width: 270px;
    text-align: center;
    padding: 24px 55px;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
}

#raschet_summ_new button.button_form:hover {
    -webkit-box-shadow: 0px 0px 30px 0px #ff000045;
    box-shadow: 0px 0px 30px 0px #ff000045;
}

@media screen and (max-width: 1000px) {
    #raschet_summ_new button.button_form {
        height: 57px;
        width: 100%;
        padding: 0;
    }
}

#raschet_summ_new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1000px) {
    #raschet_summ_new {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }
}

.new_form_section .container {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 20px;
    background-image: url("/img/seo/new/new_form_new.svg");
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    box-sizing: border-box;
}

@media (max-width: 1000px) {
    .new_form_section .container {
        background-image: none;
    }
}

.new_form_section .container_border {
    border: 1px solid transparent;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
}

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

    .new_form_section .container_border {
        /* margin: 10px; */
        border: 1px solid rgba(96, 145, 248, 0.2);
        border-radius: 15px;
        width: 100%;
        height: 100%;
        padding: 20px 30px;
    }
}

.new_form_section {
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
}

@media (max-width: 900px) {
    .new_form_section {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.new_form_section h2 {
    margin-top: 0;
    color: #162950;
    margin-bottom: 20px;
    width: 60%;
}

@media (max-width: 1000px) {
    .new_form_section h2 {
        text-align: center;
        width: 100%;
    }
}

/* .will_help_section h2 {
  margin: 0;
} */

.eye_img {
    width: 20px;
    object-fit: contain;
    margin-right: 10px;
    /* position: absolute;
  top: 10px;
  right: 10px; */
}

.posmotret {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    display: none;
    bottom: 0;
    left: 0;
    outline: none !important;
    -webkit-appearance: none;
}

.posmotret_btn {
    padding: 10px;
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.posmotret_btn:active,
.posmotret_btn:focus {
    outline: none !important;
    border: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    user-select: none;
    box-shadow: none !important;
    display: none;
}

.posmotret_btn {
    outline: none !important;
    -webkit-appearance: none;
    border: none;
}

.posmotret:focus .posmotret_btn {
    /* opacity: 0; */
    border-color: transparent;
    display: none;
}

.posmotret:active .posmotret_btn {
    /* opacity: 0; */
    border-color: transparent;
    display: none;
}

/* .projects-item:hover .projects-item_span {
  display: none;
}

.projects-item:hover .projects-item_title {
  display: none;
}

.projects-item:hover .posmotret {
  display: flex;
} */

.posmotret {
    text-decoration: none;
    font-size: 16px;
    color: #000;
}

@media (max-width: 500px) {
    .posmotret {
        font-size: 14px;
    }
}

#projects {
    /* margin-top: 100px; */
}

/* переделка главного экрана */
.main_bg_box_img p {
    bottom: 12%;
}

.fly_money_bottom {
    bottom: 100px;
}

.fly_money_top {
    bottom: 650px;
}

@media (max-width: 700px) {
    .main_bg_box_img {
        transform: none;
        width: 100%;
        top: auto;
        bottom: auto;
        right: auto;
        position: relative;
    }

    .fly_money_top {
        top: auto;
        width: 58px;
        bottom: 67%;
        right: 65%;
        -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }

    .fly_money_bottom {
        width: 71px;
        bottom: 0;
        right: 0;
        z-index: 1;
    }

    .main_bg_box_img img:last-child {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transform: scale(1.2);
    }

    #raschet_summ {
        margin-top: 40px;
    }

    .main_bg_box_img p {
        font-size: 16px;
        left: 10%;
        bottom: 0;
        position: absolute;
        z-index: 1;
    }

    .main_bg_box_img p span {
        font-size: 16px;
    }

    #main .decoration-main-bg {
        position: absolute;
        top: -362px;
        right: 51px;
        z-index: -2;
    }
}

@media (max-width: 500px) {
    .stages__item .text-box {
        justify-content: flex-start;
    }

    .stages__item .text-box .text-box_sub-div {
        margin-top: 10px;
    }

    .stages__item_dop {
        position: relative;
        display: block;
        height: 30px;
        width: 30px;
        min-width: 30px;
    }
}

.stages__item.last_item {
    margin-right: 50px;
}

/* блок люкс драйв */
.case_luxdrive_img {
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
}

.case_luxdrive_slider {
    width: 100%;
    overflow: hidden;
}

.case_luxdrive_slide {
    width: 100%;
    object-fit: cover;
    /* margin-bottom: 100px;  */
}

.case_luxdrive_section {
    /* margin-top: 100px; */
    margin-bottom: 100px;
}

@media (max-width: 1228px) {
    .case_luxdrive_section {
        /* margin-top: 50px; */
        margin-bottom: 50px;
    }
}

.case_luxdrive_link {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}

.case_luxdrive_link::after {
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #ffffff94;
}

@media screen and (max-width: 1228px) {
    .case_luxdrive_link::after {
        height: 2px;
    }
}

.case_luxdrive_link:hover::after {
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    width: 0px;
}

.case_luxdrive_link_contain {
    margin-top: 50px;
    display: none;
    margin-bottom: 50px;
}

@media (max-width: 900px) {
    .case_luxdrive_link_contain {
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: row;
        /* justify-content: end; */
    }
}

.stages_container0,
.stages_container2,
.stages_container3,
.stages_container4 {
    margin-top: 78px;
}

@media (max-width: 900px) {
    .stages_container0,
    .stages_container2,
    .stages_container3,
    .stages_container4 {
        margin-top: 0px;
    }
}

@media (max-width: 600px) {
    .stages_container0,
    .stages_container2,
    .stages_container3,
    .stages_container4 {
        margin-top: 30px;
    }
}

.stages__wrapper0::-webkit-scrollbar,
.stages__wrapper2::-webkit-scrollbar,
.stages__wrapper3::-webkit-scrollbar,
.stages__wrapper4::-webkit-scrollbar {
    opacity: 0;
}

.stages__wrapper0,
.stages__wrapper2,
.stages__wrapper3,
.stages__wrapper4 {
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.stages__item0,
.stages__item2,
.stages__item3,
.stages__item4 {
    width: 65%;
    object-fit: contain;
    margin-right: 20px;
}

@media (max-width: 800px) {
    .stages__item0,
    .stages__item2,
    .stages__item3,
    .stages__item4 {
        width: 80%;
    }
}

.stages__item_dop,
.stages__item_dop2,
.stages__item_dop3,
.stages__item_dop4 {
    width: 300px;
    height: 50px;
    background-color: transparent;
    padding: 0;
}

@media (max-width: 1240px) {
    .stages__item_dop0,
    .stages__item_dop2,
    .stages__item_dop3,
    .stages__item_dop3 {
        display: none;
    }
}

.case_luxdrive_h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 41px;
    text-transform: uppercase;
    /* margin-bottom: 50px; */
    color: #fff;
    margin: 0;
    margin-bottom: 50px;
}

@media screen and (max-width: 1228px) {
    .case_luxdrive_h3 {
        text-align: center;
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 16px;
    }
}

#span_main_window {
    display: none;
}

.pochta_link::after {
    text-decoration: none !important;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    content: "";
    width: 0px;
    height: 1px;
    display: block;
    background: #ffffff94;
}

.pochta_link:hover::after {
    text-decoration: underline !important;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    width: 100%;
}

.pochta_link {
    margin-top: 23px;
}

@media (max-width: 900px) {
    .second-menu a {
        margin-bottom: 0 !important;
    }

    .second-menu li ul li {
        padding: 0px 0px 3px 30px;
    }

    .second-menu a.pochta_link {
        /* margin-top: -11px !important; */
    }

    .pochta_link {
        margin-top: 10px;
    }
}

.show_more {
    text-align: center;
    color: #fff;
    text-decoration: underline;
    width: 100%;
    cursor: pointer;
    font-size: 20px;
}

.show_more:hover {
    text-decoration: none;
}

@media (max-width: 970px) {
    .show_more {
        font-size: 18px;
        margin-top: 20px;
    }
}

@media (min-width: 969px) {
    .projects-item.i4 {
        display: none;
    }
}

.will_help_header {
    margin-bottom: 56px;
}

@media (max-width: 900px) {
    .will_help_header {
        margin-bottom: 36px;
    }
}

.case_luxdrive_section .stat-page-main {
    flex-wrap: nowrap;
}

@media (max-width: 1228px) {
    .case_luxdrive_section .stat-page-main,
    section#seo_portfolio .stat-page-main {
        flex-wrap: wrap;
    }
}

/* @media(min-width: 1300px) {
  .projects_content_inner {
    max-width: 80%;
  }

  .projects-item {
    height: 25vw;
  }
} */

.what_do_text_span {
    display: block;
    padding-top: 15px;
    font-weight: 300;
    /* font-size: 24px; */
}

section#invite .form-header-down {
    font-weight: 500;
}

.small-ico-li {
    display: flex;
    justify-content: center;
}

.small-ico-li img {
    width: 30px;
}

/* @media(min-width: 969px){
  .projects-item:nth-child(4)
} */
@media (max-width: 1228px) {
    .br_desktop {
        display: none;
    }
}

.small-ico-li_img_3 {
    margin-top: 5px;
}

@media (max-width: 500px) {
    .small-ico-li_img_3 {
        margin-top: 0px;
    }
}

.what_do_section {
    display: none;
}

@media (max-width: 700px) {
    .new_form_section h2 {
        font-size: 20px;
        font-weight: 500;
    }
}

.luxdrive_swiper_logo {
    width: 380px;
}

@media (max-width: 850px) {
    .luxdrive_swiper_logo {
        width: 290px;
    }
}

@media (max-width: 600px) {
    .luxdrive_swiper_logo {
        width: 170px;
        /* margin-bottom: 20px; */
    }
}

@media (max-width: 700px) {
    .swiper-reviews-bg-logo {
        object-fit: contain;
        max-height: 50px;
        top: 90%;
        bottom: auto;
    }
}

@media (max-width: 365px) {
    #raschet_summ_new button.button_form {
        min-width: 100%;
        font-size: 12px;
    }
}

.br_desc_968 {
    display: none;
}
@media (max-width: 968px) {
    .br_desc_968 {
        display: block;
    }
}

.videos {
    margin: 100px 0px;
}

@media (max-width: 1228px) {
    .videos {
        margin: 50px 0px;
    }
}

.videos__list {
    margin-top: 35px;
    display: -ms-grid;
    display: grid;
    /* -ms-grid-columns: (1fr)[2]; */
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 90px;
    grid-row-gap: 35px;
    width: 100%;
}

@media (max-width: 960px) {
    .videos__list {
        grid-column-gap: 30px;
    }
}

@media (max-width: 760px) {
    .videos__list {
        /* -ms-grid-columns: (1fr)[1]; */
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 15px;
        margin-top: 20px;
    }
}

.videos__item {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: block;
}

.videos__item img {
    display: block;
    width: 100%;
}

.videos__item:hover:after {
    opacity: 0.85;
}

.videos__item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/play.png) no-repeat center;
    display: block;
    left: 0px;
    top: 0px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/* блок с видео */
.videos__item {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: block;
    width: 100%;
}

@media (max-width: 500px) {
    .videos__item {
        height: 200px;
    }
}

.desc {
    display: none;
}

@media (max-width: 1228px) {
    .desc {
        display: inline;
    }
}

.title2 {
    /* font-family: "Euclid Square"; */
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    color: #ffffff;
}

@media screen and (max-width: 900px) {
    .title2 {
        font-size: 38px;
    }
}

@media screen and (max-width: 500px) {
    .title2 {
        font-size: 28px;
    }
}

@media (max-width: 500px) {
    .stats-box .stats-box-cell span:last-child {
        font-size: 9px;
        line-height: 1.3;
    }
    .stats-box .stats-box-cell span:nth-child(2) {
        font-size: 13px;
        line-height: 1.3;
    }
    .stats-box .plus {
        font-size: 20px;
    }
}
.ytp-title {
    display: none !important;
}
.ytp-title-text {
    display: none !important;
}

/* блок с пдф */
.section_block_pdf {
    margin: 100px 0;
}

@media (max-width: 700px) {
    .section_block_pdf {
        margin: 50px 0;
    }
}
.block_pdf {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 0px;
    padding: 70px 50px;
    background-color: #ffffff;
    border-radius: 20px;
}

@media (max-width: 900px) {
    .block_pdf {
        display: flex;
        flex-direction: column;
        padding: 40px 15px;
    }
}

.block_pdf_title {
    grid-area: 1 / 1 / 2 / 2;
}
.block_pdf_form {
    grid-area: 2 / 1 / 5 / 2;
    display: flex;
    justify-content: end;
    flex-direction: column;
}
.block_pdf_desc {
    grid-area: 1 / 2 / 5 / 3;
}

.block_pdf_title {
    color: #162950;
    font-weight: 700;
    font-size: 36px;
}

.blue_span {
    color: #6091f8;
}
#form_pdf {
    width: 95%;
    /* margin: 0px 0 30px 0; */
    user-select: none;
}
#form_pdf input {
    height: 64px;
    outline: none;
    border: 1px solid #dbe7ff;
    width: 100%;
    border-radius: 100px;
    font-size: 16px;
    padding: 0 25px;
    box-sizing: border-box;
}

#form_pdf span {
    font-size: 18px;
    margin-bottom: 9px;
    display: block;
}

@media (max-width: 500px) {
    #form_pdf .mobile-hidden {
        display: none;
    }
}

.pdf_btn {
    margin: 0;
    margin-top: 25px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    /* max-width: 436px; */
    border: none;
    cursor: pointer;
    background: #ff0000;
    border-radius: 100px;
    text-decoration: none;
    justify-content: center;
}

#form_pdf > div {
    margin-bottom: 15px;
}

@media (max-width: 500px) {
    #form_pdf > div {
        margin-bottom: 10px;
    }
    .br_desc {
        display: none;
    }
}

.description {
    background-color: #f3f7ff;
    border-radius: 20px;
    padding: 30px 20px;
    font-size: 18px;
    margin-top: 16px;
    padding-right: 5px;
}

@media (max-width: 700px) {
    .description {
        padding: 20px 15px;
    }
}

.description_num {
    color: #6091f8;
    font-weight: 700;
    padding-right: 18px;
    display: block;
}
.description_p {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

@media (max-width: 700px) {
    .description_p {
        margin-bottom: 15px;
    }
    .description {
        margin-top: 25px;
    }
}

.description_p:last-child {
    margin-bottom: 0;
}

#fon {
    width: 100%;
    height: 100%;
}

.video_container,
#fon {
    height: 295px;
    border-radius: 20px;
}

@media (max-width: 1300px) {
    .video_container {
        height: 300px;
    }
}

@media (max-width: 1160px) {
    .video_container {
        height: 250px;
    }
}

@media (max-width: 1000px) {
    .video_container {
        height: 215px;
    }
}
/* .video_container {
  outline-offset: -2px;
  outline: solid 1px #d8d8d8;
} */

#fon {
    height: 289px;
    border-radius: 20px;
}

@media (max-width: 700px) {
    .video_container,
    #fon {
        height: 177px;
    }
    #fon {
        height: 176px;
    }
}
.block_pdf_desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 900px) {
    .block_pdf_desc {
        margin-top: 25px;
        margin-bottom: 34px;
    }
    #form_pdf {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .block_pdf_desc {
        margin-top: 0px;
    }
}

@media (max-width: 1200px) {
    .block_pdf_title {
        font-size: 29px;
    }
}

@media (max-width: 1062px) {
    /* .video_container,
  #fon {
    height: 220px;
  } */
}

@media (max-width: 1000px) {
    .block_pdf_title {
        font-size: 25px;
    }
}

@media (max-width: 900px) {
    .block_pdf_title {
        font-size: 32px;
    }
    .video_container,
    #fon {
        height: 300px;
    }
}

@media (max-width: 700px) {
    .video_container {
        display: none;
    }
}

@media (max-width: 500px) {
    .block_pdf_title {
        font-size: 24px;
    }
    .video_container,
    #fon {
        height: 177px;
    }
    .description {
        font-size: 14px;
    }
}

/* блок с пдф */
.section_block_pdf {
    color: #000;
}
@media (max-width: 360px) {
    .block_pdf_title {
        font-size: 20px;
    }
    .pdf_btn {
        font-size: 14px;
    }
}
.block_pdf {
    background-position-y: -272px;
    background-image: url(img/ellipse_for_who.svg);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position-x: right;
}

@media (max-width: 700px) {
    .block_pdf {
        background-position-y: -209px;
        background-size: 257px 273px;
    }
}
.block_pdf_video {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

/* ,лок мульирегион */
.title2 {
    /* font-family: "Euclid Square"; */
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    color: #ffffff;
}

@media screen and (max-width: 900px) {
    .title2 {
        font-size: 38px;
    }
}

@media screen and (max-width: 500px) {
    .title2 {
        font-size: 28px;
    }
}

.span_yellow {
    font-weight: 400;
    font-size: 36px;
    color: #f5f860;
}

@media (max-width: 1200px) {
    .span_yellow {
        font-size: 24px;
    }
}

.multiregion_block_text {
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.multiregion_block_text > div:nth-child(1) {
    width: 35%;
}
.multiregion_block_text > div:nth-child(2) {
    width: 60%;
}
@media (max-width: 1200px) {
    .multiregion_block_text {
        font-size: 16px;
    }
}
.multiregion_block_text > div:nth-child(1) {
    margin-bottom: 15px;
}
@media (max-width: 900px) {
    @media (max-width: 1200px) {
        .multiregion_block_text {
            flex-direction: column;
        }
    }
    .multiregion_block_text > div:nth-child(1) {
        width: 100%;
        margin-bottom: 15px;
    }
    .multiregion_block_text > div:nth-child(2) {
        width: 100%;
    }
}

.multiregion_block_img {
    width: 100%;
    height: 500px;
    /* background-image: url(img/multregion/multregion_img.png); */
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 40px;
}

@media (max-width: 1000px) {
    .multiregion_block_img {
        height: 420px;
    }
}

@media (max-width: 900px) {
    .multiregion_block_img {
        height: 370px;
    }
}

@media (max-width: 800px) {
    .multiregion_block_img {
        height: 320px;
    }
}

@media (max-width: 700px) {
    .multiregion_block_img {
        height: 270px;
    }
}
@media (max-width: 600px) {
    .multiregion_block_img {
        height: 220px;
    }
}

.multiregion_block_img_img {
    width: 100%;
    height: 100%;
    /* background-image: url(img/multregion/multregion_img.png); */
    background-position-y: 50px;
    background-position-x: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 500px) {
    .multiregion_block_img_img {
        /* background-image: url(img/multregion/multregion_img_mob.png); */
        background-position-y: top;
    }
    .multiregion_block_img {
        height: 500px;
        background-image: none;
    }
}

.section_multiregion {
    margin: 100px 0;
    position: relative;
    margin-bottom: 50px;
}

@media (max-width: 700px) {
    .section_multiregion {
        margin: 50px 0;
    }
}

@media (max-width: 400px) {
    .multiregion_block_img {
        height: 400px;
    }
}

.multiregion_blur {
    background: linear-gradient(117.98deg, #6091f8 16.08%, #ee2323 79.55%);
    filter: blur(125px);
    transform: rotate(-301.24deg);
    width: 250px;
    height: 500px;
    position: absolute;
    z-index: -1;
    opacity: 0.4;
    top: -27%;
    right: 70%;
}

@media (min-width: 2000px) {
    .multiregion_blur {
        left: 20%;
        right: auto;
    }
}

@media (max-width: 600px) {
    .multiregion_blur {
        top: -50px;
        opacity: 0.5;
        filter: blur(80px);
        height: 250px;
    }
}

.multiregion_img {
    max-width: 100%;
    object-fit: contain;
    border-radius: 20px;
    /* margin-top: 45px; */
    box-sizing: border-box;
}

@media (max-width: 700px) {
    .multiregion_img {
        margin-top: 25px;
    }
}
.multiregion_img_mob {
    display: none;
}

@media (max-width: 500px) {
    .multiregion_img {
        display: none;
    }

    .multiregion_img_mob {
        max-width: 100%;
        object-fit: contain;
        border-radius: 20px;
        margin-top: 25px;
        box-sizing: border-box;
        display: block;
    }
}

@media (max-width: 900px) {
    .multiregion_block .will_help_header,
    .sup_section .will_help_header {
        margin-bottom: 20px;
    }
}

/* блок суп */
.sup_after_title {
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 25px;
}

@media (max-width: 700px) {
    .sup_after_title {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.sup_flex {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
}

@media (max-width: 1200px) {
    .sup_flex {
        flex-direction: column;
    }
}

.sup_flex_item {
    padding: 10px 17px;
    background-color: #fff;
    border-radius: 50px;
    color: #162950;
    margin-bottom: 15px;
    width: fit-content;
    font-weight: 400;
    font-size: 20px;
    margin-right: 20px;
}

.sup_flex_item:last-child {
    margin-right: 0;
}

@media (max-width: 700px) {
    .sup_flex_item {
        padding: 5px 10px;
        font-size: 16px;
    }
}

.sup_img {
    height: auto;
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
    border: 4px solid #fff;
    margin-top: 20px;
    box-sizing: border-box;
}

@media (max-width: 700px) {
    .sup_img {
        margin-top: 15px;
    }
}

.sup_ellipse {
    position: relative;
}

.sup_ellipse {
    margin-top: 265px;
}

@media (max-width: 700px) {
    .sup_ellipse {
        margin: 50px 0;
    }
}

.sup_ellipse {
    position: absolute;
    z-index: -1;
    right: -10%;
}

@media (max-width: 700px) {
    .sup_ellipse {
        width: 80%;
        top: 20%;
    }
}

.sup_block {
    position: relative;
}

.sup_section {
    position: relative;
    overflow: visible;
    margin-top: 50px;
    margin-bottom: 100px;
}
@media (max-width: 900px) {
    .sup_section {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.sup_blur {
    background: linear-gradient(117.98deg, #6091f8 16.08%, #ff7c7c 79.55%);
    opacity: 0.5;
    filter: blur(125px);
    transform: rotate(301.24deg);
    width: 250px;
    height: 250px;
    position: absolute;
    bottom: 17%;
    left: -3%;
    z-index: -1;
}

@media (max-width: 900px) {
    .sup_blur {
        filter: blur(62px);
        left: -32%;
        z-index: -3;
    }
}

a[href^="tel:"]:hover::after {
    text-decoration: none !important;
    width: 0;
}

.worksnew h2 {
    margin-top: 0;
    margin-bottom: 29px;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
}

.works_item {
    display: flex;
    justify-content: space-between;
    max-height: 600px;
    border-radius: 20px;
    overflow: hidden;
    background: #0c1f46;
}

.works_right {
    width: 360px;
    padding: 23px 30px;
}

.works_left {
    flex-grow: 1;
    height: 600px;
}

.works_bottom {
    width: 100%;
    height: 100%;
    margin-top: 0;
}

.works_bottom picture,
.works_bottom img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 0 0 0;
}

.works_subtitle {
    margin-top: 0;
    margin-bottom: 16px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
}

.works_title {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
}

.works_info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 23px;
    margin-bottom: 30px;
}

.works_info_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    border-radius: 100px;
    padding: 5px 15px;
    color: #0c1f46;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    background: #fff;
}

a.works_info_item {
    text-decoration: none;
}

.works_qr {
    width: max-content;
    border-radius: 20px;
    padding: 10px;
    background: #fff;
}

@media (max-width: 1220px) {
    .works_qr svg {
        width: 100px;
        height: 100px;
    }
    .works_title {
        font-size: 25px;
    }
}

@media (max-width: 1024px) {
    .works_subtitle {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .works_title {
        font-size: 22px;
    }
    .works_info {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .works_qr svg {
        width: 70px;
        height: 70px;
    }
    .works_qr {
        display: flex;
        border-radius: 10px;
        padding: 8px;
    }
}

@media (max-width: 860px) {
    .works_qr {
        display: none;
    }
    .works_item {
        flex-direction: column;
        max-height: fit-content;
    }
    .works_left {
        height: auto;
    }
    .works_right {
        width: auto;
        padding: 23px 30px;
    }
    .works_bottom img,
    .works_bottom picture {
        border-radius: 20px 20px 0 0;
    }
}

@media (max-width: 560px) {
    .worksnew h2 {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .works_info_item {
        font-size: 14px;
    }
    .works_qr svg {
        width: 80px;
        height: 80px;
    }
    .works_right {
        padding: 20px;
    }
}

@media (min-width: 861px) {
    .works_left {
        max-width: calc(100% - 360px);
    }
}

@media (min-width: 861px) and (max-width: 1228px) {
    .works_left {
        height: 45vw;
        min-height: 450px;
        max-height: 600px;
        max-width: calc(100% - 320px);
    }

    .works_bottom {
        height: 100%;
        width: 100%;
    }

    .works_bottom picture,
    .works_bottom img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 20px 0 0 0;
    }

    .works_right {
        width: 320px;
        padding: 20px 25px;
    }

    .works_title {
        font-size: 24px;
    }

    .works_subtitle {
        font-size: 18px;
    }
}

@media (min-width: 861px) and (max-width: 1024px) {
    .works_left {
        height: 42vw;
        min-height: 400px;
        max-width: calc(100% - 280px);
    }

    .works_right {
        width: 280px;
        padding: 18px 20px;
    }

    .works_title {
        font-size: 22px;
    }

    .works_subtitle {
        font-size: 16px;
    }

    .works_info {
        margin-top: 15px;
        margin-bottom: 20px;
    }
}

.worksnew hr {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 40px 0;
    margin-left: -50vw;
    margin-right: -50vw;
    border: none;
    border-top: 1px solid rgba(96, 145, 248, 0.7);
}

.projects_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 20px;
    margin-top: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
}

.projects_menu_btn {
    display: block;
    padding: 14px 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    border: 1px solid #6091f8;
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0.5;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.projects_menu_btn:hover {
    opacity: 1;
}

.projects_menu_btn.active {
    opacity: 1;
}

@media (max-width: 1300px) {
    .projects_menu_btn {
        padding: 13px 20px;
        font-size: 16px;
        border-radius: 100px;
    }
}

@media (max-width: 1044px) {
    .projects_menu_btn {
        padding: 10px 15px;
        font-size: 14px;
        border-radius: 100px;
    }
}

@media (max-width: 900px) {
    .projects_menu {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        margin-top: 10px;
    }

    .projects_menu_btn {
        padding: 10px 15px;
        font-size: 14px;
        border-radius: 100px;
    }
}

.projects_menu_btn:hover {
    cursor: pointer;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

.key_projects {
    margin-bottom: 40px;
}

.lt-ie9 .remodal-overlay {
    background: #2b2e38;
}

.lt-ie9 .remodal {
    width: 700px;
}

.remodal {
    padding: 47px 20px;
    border-radius: 5px;
}
.remodal p {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    max-width: 420px;
}
.remodal form span {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #6091f8;
    margin-top: 7px;
}
.remodal form span a {
    text-decoration: underline;
    color: #6091f8;
}
.remodal input {
    max-width: 373px;
    height: 54px;
    width: 100%;
    padding: 0px 15px;
    display: block;
    margin: 0 auto;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    border: none;
    background: #f2f2f2;
}
.btn-modal {
    max-width: 373px;
    width: 100%;
    height: 65px;
}
.remodal .btn {
    margin: 0 auto;
    max-width: 373px;
    width: 100%;
    height: 65px;
    border: none;
}
.modal-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 550px;
}
@media (max-width: 760px) {
    .modal-title {
        font-size: 18px;
        line-height: 140%;
    }
    .remodal p {
        font-size: 14px;
        line-height: 135%;
    }
    .remodal {
        padding: 20px 10px;
    }
    .remodal input {
        height: 45px;
    }
    .remodal .btn {
        height: 50px;
    }
}
.remodal {
    background: #fff;
}

/* Стили для ошибок */
.error-message {
    color: #ff6b6b;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    animation: fadeIn 0.3s ease;
}

.success-message {
    color: #51cf66;
    background: rgba(81, 207, 102, 0.1);
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    text-align: center;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Стили для полей ввода при ошибке */
input.error {
    border-color: #ff6b6b !important;
    background-color: rgba(255, 107, 107, 0.05);
}

@media (min-width: 861px) {
    .works_left {
        max-width: calc(100% - 360px);
    }
}

#privacy-modal-overlay {
    font-family:
        -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, sans-serif;
}

#privacy-modal-overlay .ImPoliticWrap p {
    margin-bottom: 15px;
}

#privacy-modal-overlay .ImPoliticWrap-Title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #1a1a1a;
}

#privacy-modal-overlay .fancybox-content {
    background: #fff;
}

/* Стилизация скроллбара для Webkit браузеров */
#privacy-modal-overlay div[style*="overflow-y: auto"]::-webkit-scrollbar {
    width: 8px;
}

#privacy-modal-overlay div[style*="overflow-y: auto"]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#privacy-modal-overlay div[style*="overflow-y: auto"]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

#privacy-modal-overlay
    div[style*="overflow-y: auto"]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media (max-width: 768px) {
    #privacy-modal-overlay div[style*="max-width: 800px"] {
        width: 95%;
        max-height: 90vh;
    }

    #privacy-modal-overlay div[style*="padding: 20px 30px"] {
        padding: 15px;
    }
}

@media screen and (max-width: 768px) {
    .flex.space-between {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .social-box {
        display: none !important;
    }

    .decoration-vert-line {
        display: none !important;
    }

    .number-side .btn-transparent {
        display: none !important;
    }

    .logo-side {
        width: auto;
    }

    .number-side {
        width: auto;
    }

    .number-side a:first-child {
        font-size: 0;
        margin-right: 0;
        display: inline-block;
        width: 42px;
        height: 42px;
        background: #6091f8 url("/img/seo/phone-mobile.svg") no-repeat center;
        background-size: 20px;
        border-radius: 5px;
    }

    .number-side a:first-child:hover::after {
        width: 0;
    }

    .header_logo {
        height: 30px;
    }
}

@media screen and (max-width: 480px) {
    .number-side a:first-child {
        width: 42px;
        height: 42px;
        background-size: 18px;
    }

    .header_logo {
        height: 30px;
    }
}

.worksnew hr {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 40px 0;
    margin-left: -50vw;
    margin-right: -50vw;
    border: none;
    border-top: 1px solid rgba(96, 145, 248, 0.7);
}

.policy-document {
    font-family:
        -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background-color: transparent;
    padding: 40px 0;
}

.policy-document .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: transparent;
    padding: 48px 56px;
}

.policy-document h1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    letter-spacing: -0.01em;
}

.policy-document h2 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #ffffff;
    padding-left: 0;
    border-left: 4px solid #60a5fa;
    padding-left: 16px;
}

.policy-document h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #e5e7eb;
}

.policy-document p {
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #d1d5db;
    text-align: justify;
}

.policy-document ul,
.policy-document ol {
    margin: 1rem 0 1.5rem 1.5rem;
    padding-left: 0.5rem;
}

.policy-document li {
    margin-bottom: 0.5rem;
    font-size: 0.98rem;
    color: #d1d5db;
    line-height: 1.5;
}

.policy-document li strong {
    color: #ffffff;
    font-weight: 600;
}

.table-responsive {
    overflow-x: auto;
    margin: 1.5rem 0;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.policy-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    background-color: transparent;
}

.policy-table th {
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-weight: 600;
    padding: 12px 16px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    text-align: left;
}

.policy-table td {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #d1d5db;
    vertical-align: top;
}

.policy-table tr:last-child td {
    border-bottom: none;
}

.policy-document a {
    color: #93c5fd;
    text-decoration: none;
    border-bottom: 1px dotted rgba(147, 197, 253, 0.5);
}

.policy-document a:hover {
    color: #bfdbfe;
    border-bottom-color: #bfdbfe;
}

@media (max-width: 768px) {
    .policy-document .container {
        padding: 24px 20px;
    }

    .policy-document h1 {
        font-size: 1.8rem;
    }

    .policy-document h2 {
        font-size: 1.4rem;
    }

    .policy-document h3 {
        font-size: 1.2rem;
    }

    .policy-table th,
    .policy-table td {
        padding: 10px 12px;
        font-size: 0.85rem;
    }
}

@media (max-width: 640px) {
    .policy-document ul,
    .policy-document ol {
        margin-left: 1rem;
    }

    .policy-table th,
    .policy-table td {
        font-size: 0.8rem;
    }
}

.footer-links a {
    color: #d1d5db;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #93c5fd;
    text-decoration: underline;
}

.footer-reqs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #d1d5db;
    font-size: 0.9rem;
    text-align: right;
}

@media (max-width: 768px) {
    .footer-flex {
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        gap: 24px;
        width: 100%;
    }

    .footer-reqs {
        text-align: left;
        align-items: flex-start;
    }

    .footer-links {
        width: 100%;
    }
}

#form-call-back .checkbox-container {
    max-width: 393px;
    margin: 15px auto;
    padding: 0;
    clear: both;
}

#form-call-back .checkbox-label {
    display: block !important;
    position: relative !important;
    padding-left: 28px !important;
    cursor: pointer !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    margin: 0 !important;
}

#form-call-back .checkbox-label input[type="checkbox"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

#form-call-back .checkbox-custom {
    position: absolute !important;
    left: 0 !important;
    top: 1px !important;
    width: 16px !important;
    height: 16px !important;
    border: 2px solid #dbe7ff !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    transition: all 0.2s ease !important;
}

#form-call-back
    .checkbox-label
    input[type="checkbox"]:checked
    + .checkbox-custom {
    background-color: #6091f8 !important;
    border-color: #6091f8 !important;
}

#form-call-back
    .checkbox-label
    input[type="checkbox"]:checked
    + .checkbox-custom::after {
    content: "" !important;
    position: absolute !important;
    left: 5px !important;
    top: 2px !important;
    width: 5px !important;
    height: 9px !important;
    border: solid white !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
}

#form-call-back .checkbox-text {
    display: inline !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #666 !important;
}

#form-call-back .checkbox-text a {
    color: #6091f8 !important;
    text-decoration: underline !important;
    white-space: nowrap !important;
}

#form-call-back .checkbox-text a:hover {
    color: #2d65d0 !important;
}

#form-call-back .checkbox-error {
    color: #ff6b6b !important;
    font-size: 11px !important;
    margin-top: 5px !important;
    padding-left: 0 !important;
    display: none !important;
}

#form-call-back .checkbox-error.show {
    display: block !important;
}

#form-call-back .checkbox-container.error .checkbox-custom {
    border-color: #ff6b6b !important;
}

#form-call-back .checkbox-container.error .checkbox-text {
    color: #ff6b6b !important;
}

@media (max-width: 500px) {
    #form-call-back .checkbox-text {
        font-size: 10px !important;
    }
    #form-call-back .checkbox-text a {
        white-space: normal !important;
    }
}

.raschet_summ-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.raschet_summ-inline input {
    background: #f8f8f8;
    border-radius: 50px;
    padding: 0px 30px;
    font-family: "Euclid Square";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    border: none;
    width: 454px;
    background: #fff;
    margin-right: -110px;
    height: 90px;
    outline: none;
}

.raschet_summ-inline input::-webkit-input-placeholder {
    color: #d8d8d8;
}
.raschet_summ-inline input::-moz-placeholder {
    color: #d8d8d8;
}
.raschet_summ-inline input:-ms-input-placeholder {
    color: #d8d8d8;
}
.raschet_summ-inline input::-ms-input-placeholder {
    color: #d8d8d8;
}
.raschet_summ-inline input::placeholder {
    color: #d8d8d8;
}

.raschet_summ-inline button.btn {
    height: 90px;
    background: #019915;
    border-radius: 50px;
    font-family: "Euclid Square";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    border: none;
    min-width: 270px;
    text-align: center;
    padding: 24px 55px;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
}

.raschet_summ-inline button.btn:hover {
    background: #008713;
}

#raschet_summ .checkbox-container {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
}

@media (max-width: 1228px) {
    .raschet_summ-inline {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }

    .raschet_summ-inline input {
        height: 62px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0px 20px;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .raschet_summ-inline button.btn {
        height: 62px;
        width: 100%;
        padding: 0;
    }

    #raschet_summ .checkbox-container {
        margin-top: 15px;
    }
}

#raschet_summ .checkbox-container {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
}

#raschet_summ .checkbox-label {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    cursor: pointer !important;
}

#raschet_summ .checkbox-label input[type="checkbox"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

#raschet_summ .checkbox-custom {
    min-width: 16px !important;
    width: 16px !important;
    height: 16px !important;
    border: 2px solid #dbe7ff !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    display: inline-block !important;
    position: relative !important;
    flex-shrink: 0 !important;
}

#raschet_summ
    .checkbox-label
    input[type="checkbox"]:checked
    + .checkbox-custom {
    background-color: #6091f8 !important;
    border-color: #6091f8 !important;
}

#raschet_summ
    .checkbox-label
    input[type="checkbox"]:checked
    + .checkbox-custom::after {
    content: "" !important;
    position: absolute !important;
    left: 4px !important;
    top: 1px !important;
    width: 5px !important;
    height: 9px !important;
    border: solid white !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
}

#raschet_summ .checkbox-text {
    font-size: 14px !important;
    line-height: 1.4 !important;
    color: #ffffff !important;
}

#raschet_summ .checkbox-text a {
    color: #6091f8 !important;
    text-decoration: underline !important;
    white-space: nowrap !important;
}

#raschet_summ .checkbox-error {
    color: #ff6b6b !important;
    font-size: 14px !important;
    margin-top: 5px !important;
    display: none !important;
}

#raschet_summ .checkbox-error.show {
    display: block !important;
}

#raschet_summ .checkbox-container.error .checkbox-custom {
    border-color: #ff6b6b !important;
}

#raschet_summ .checkbox-container.error .checkbox-text {
    color: #ff6b6b !important;
}

@media (max-width: 500px) {
    #raschet_summ .checkbox-text {
        font-size: 10px !important;
    }
    #raschet_summ .checkbox-text a {
        white-space: normal !important;
    }
}

#form_pdf .checkbox-container {
    width: 100%;
    margin: 20px 0;
}

#form_pdf .checkbox-label {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    cursor: pointer !important;
}

#form_pdf .checkbox-label input[type="checkbox"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

#form_pdf .checkbox-custom {
    min-width: 16px !important;
    width: 16px !important;
    height: 16px !important;
    border: 2px solid #dbe7ff !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    display: inline-block !important;
    position: relative !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
}

#form_pdf .checkbox-label input[type="checkbox"]:checked + .checkbox-custom {
    background-color: #6091f8 !important;
    border-color: #6091f8 !important;
}

#form_pdf
    .checkbox-label
    input[type="checkbox"]:checked
    + .checkbox-custom::after {
    content: "" !important;
    position: absolute !important;
    left: 4px !important;
    top: 1px !important;
    width: 5px !important;
    height: 9px !important;
    border: solid white !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
}

#form_pdf .checkbox-text {
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #666 !important;
}

#form_pdf .checkbox-text a {
    color: #6091f8 !important;
    text-decoration: underline !important;
    white-space: nowrap !important;
}

#form_pdf .checkbox-text a:hover {
    color: #2d65d0 !important;
}

#form_pdf .checkbox-error {
    color: #ff6b6b !important;
    font-size: 11px !important;
    margin-top: 5px !important;
    display: none !important;
}

#form_pdf .checkbox-error.show {
    display: block !important;
}

#form_pdf .checkbox-container.error .checkbox-custom {
    border-color: #ff6b6b !important;
}

#form_pdf .checkbox-container.error .checkbox-text {
    color: #ff6b6b !important;
}

@media (max-width: 500px) {
    #form_pdf .checkbox-text {
        font-size: 10px !important;
    }
    #form_pdf .checkbox-text a {
        white-space: normal !important;
    }
}

#raschet_summ_new .checkbox-container {
    width: 100%;
    margin: 20px 0;
}

#raschet_summ_new .checkbox-label {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    cursor: pointer !important;
}

#raschet_summ_new .checkbox-label input[type="checkbox"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

#raschet_summ_new .checkbox-custom {
    min-width: 16px !important;
    width: 16px !important;
    height: 16px !important;
    border: 2px solid #dbe7ff !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    display: inline-block !important;
    position: relative !important;
    flex-shrink: 0 !important;
}

#raschet_summ_new
    .checkbox-label
    input[type="checkbox"]:checked
    + .checkbox-custom {
    background-color: #6091f8 !important;
    border-color: #6091f8 !important;
}

#raschet_summ_new
    .checkbox-label
    input[type="checkbox"]:checked
    + .checkbox-custom::after {
    content: "" !important;
    position: absolute !important;
    left: 4px !important;
    top: 1px !important;
    width: 5px !important;
    height: 9px !important;
    border: solid white !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
}

#raschet_summ_new .checkbox-text {
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #666 !important;
}

#raschet_summ_new .checkbox-text a {
    color: #6091f8 !important;
    text-decoration: underline !important;
    white-space: nowrap !important;
}

#raschet_summ_new .checkbox-error {
    color: #ff6b6b !important;
    font-size: 11px !important;
    margin-top: 5px !important;
    display: none !important;
}

#raschet_summ_new .checkbox-error.show {
    display: block !important;
}

#raschet_summ_new .checkbox-container.error .checkbox-custom {
    border-color: #ff6b6b !important;
}

#raschet_summ_new .checkbox-container.error .checkbox-text {
    color: #ff6b6b !important;
}

@media (max-width: 500px) {
    #raschet_summ_new .checkbox-text {
        font-size: 10px !important;
    }
    #raschet_summ_new .checkbox-text a {
        white-space: normal !important;
    }
}

#raschet_summ_new {
    display: block !important;
    margin: 0;
}

.raschet_summ_new-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.raschet_summ_new-inline input {
    background: #f8f8f8;
    border-radius: 50px;
    padding: 0px 30px;
    font-family: "Euclid Square";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #dbe7ff;
    width: 100%;
    max-width: 580px;
    background: #fff;
    height: 57px;
    outline: none;
    flex: 1;
}

.raschet_summ_new-inline input::placeholder {
    color: #757575;
}

.raschet_summ_new-inline button.button_form {
    height: 57px;
    background: #ff0000;
    border-radius: 50px;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    border: none;
    min-width: 270px;
    text-align: center;
    padding: 0 24px;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
}

.raschet_summ_new-inline button.button_form:hover {
    -webkit-box-shadow: 0px 0px 30px 0px #ff000045;
    box-shadow: 0px 0px 30px 0px #ff000045;
}

@media (max-width: 1228px) {
    .raschet_summ_new-inline {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .raschet_summ_new-inline input,
    .raschet_summ_new-inline button.button_form {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        box-sizing: border-box;
    }
    .raschet_summ_new-inline input {
        height: 57px !important;
        line-height: 57px;
        padding: 18px 20px !important;
        margin: 0;
        font-size: 16px;
        -webkit-appearance: none;
        appearance: none;
        box-sizing: border-box;
    }
}

#raschet_summ_new .checkbox-container {
    width: 100%;
    margin: 20px 0;
}

#raschet_summ_new .form-errors {
    margin-top: 10px;
}
