@charset "UTF-8";

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

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

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

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

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

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

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

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

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

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

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

* {
    margin: 0;
    padding: 0;
}

h1 {
    font-family: "proxima_nova";
}

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

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

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

body {
    background: linear-gradient(180deg, #121F0E 0%, #162950 100%);
    margin: 0;
    padding: 0;
    color: #fff;
    overflow-x: hidden;
    font-family: "Euclid Square";
    position: relative;
    text-decoration: none;
}

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;
    transition: 0.8s all;
}

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

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

.btn-transparent:hover {
    -webkit-box-shadow: 0px 0px 12px 2px rgba(245, 248, 96, 0.2);
    box-shadow: 0px 0px 12px 2px rgba(245, 248, 96, 0.2);
    cursor: pointer;
    -webkit-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;
    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;
    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 {
    margin-top: 35px;
}

.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 #F5F860;
    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;
    transition: all 0.3s 0s ease;
}

.red-btn {
    max-width: 405px;
    background: #ff0000;
    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 #F5F860;
    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;
}

/* mobile header */
.header {
    padding: 20px 0px 13px 0px;
    background: none;
    position: absolute;
    z-index: 5;
    left: 0;
    width: 100%;
    -webkit-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-white.svg) no-repeat center;
    width: 42px;
    height: 42px;
    border-radius: 5px;
    margin-right: 0px;
    line-height: 30px;
    color: #6091F8;
    text-decoration: none;
    display: table;
    -webkit-tap-highlight-color: transparent;
}

.header.active {
    border-bottom: 1px solid #f2f2f2;
    -webkit-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: 10px;
    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;
}

@media (max-width: 760px) {
    .toggle-menu {
        width: 51px;
        height: 40px;
        border-radius: 5px;
        margin-right: 0px;
        margin-left: -17px;
    }
}

.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;
    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;
    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-bolotniy.png) no-repeat right #F3F8FF;
    background-size: 50% 100%;
    z-index: 3;
    padding-top: 140px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    left: -100%;
    color: #000; */

    position: fixed;
    top: 0px;
    width: 100%;
    max-width: 50%;
    background: #121F0E;
    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; */
    border-bottom: none;
}

@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;
    }
}


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

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


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


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

.second-menu li ul li.active,
.second-menu li ul li:hover {
    background: transparent !important;
    border-radius: 0px !important;
    /* border-bottom: 0.3px solid #fff; */
}

/* mobile header */
#main {
    /* margin-bottom: 233px; */
}

#main .container {
    position: relative;
}

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

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

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

.main_text {
    padding-top: 133px;
    max-width: 885px;
}

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

.main_bg_box_img p {
    bottom: 763px;
    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: 70px;
}

.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: 1328px;
    right: 748px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fly_money_bottom {
    width: 163px;
    bottom: 808px;
    right: 335px;
}

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: 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);
    transform: rotate(-45.67deg);
    z-index: -1;
}

.bg-blue-agro {
    width: 1224px;
    height: 562px;
    left: 503px;
    top: 1825px;
    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);
    transform: rotate(-45.67deg);
}

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

.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 {
    color: #f5f860;
}

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

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

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

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

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

.stats-box .stats-box-cell span:last-child {
    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;
}

.stats-box .stats-box-cell a:hover::after {
    -webkit-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;
    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;
    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);
    transform: rotate(-25.89deg);
    top: 165px;
    right: -64px;
}

.diamond-md {
    width: 62.05px;
    height: 62.05px;
    -webkit-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);
    transform: rotate(24.15deg);
    top: 303px;
    right: -54px;
}

.bg-el {
    position: absolute;
    width: 562px;
    height: 562px;
    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: 105px;
}





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

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

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


.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: 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);
    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);
    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;
    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: 110px;
}

#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-verst.png") center center no-repeat;
    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: 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);
    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;
    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);
    transform: rotate(180deg);
    -webkit-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;
    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;
    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);
    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 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;
    width: 90%;
}

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

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;
    background: #102145;
    height: 54px;
}

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

footer .footer-flex .politic {
    font-family: "proxima_nova";
    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 2%;
    }

    .second_box {
        position: relative;
    }

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

    #header_pc {
        display: none;
    }

    #header_mobile {
        display: block;
    }

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

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

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

    #main {
        /* margin-bottom: 100px; */
    }

    #seo_portfolio {
        margin-bottom: 50px;
    }

    .main_bg_box_img {
        top: 62px;
        right: -397px;
        -webkit-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;
    }




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

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

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

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

    section#seo_portfolio .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 {
        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);
        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_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;
        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;
        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 .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 {
        min-width: 25px;
    }

    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) {
    .container {
        margin: 0 3%;
    }

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

@media screen and (max-width: 390px) {
    .main_bg_box_img {
        top: 92px;
        right: -397px;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

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

@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: 30px;
        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;
    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;
    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;
    transition: 0.8s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

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

.projects-item,
.projects-item_po {
    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;
    box-shadow: inset 0 0 0 1000px rgba(50, 50, 9, 0.3);
}

.projects-item:hover,
.projects-item_po:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#projects .projects-item:nth-child(1) {
    background-image: url('/img/workss/seo/1.jpg');
}

#projects .projects-item:nth-child(2) {
    background-image: url('/img/workss/seo/2.jpg');
}

#projects .projects-item:nth-child(3) {
    background-image: url('/img/workss/seo/3.jpg');
}

#projects .projects-item:nth-child(4) {
    background-image: url('/img/workss/seo/4.jpg');
}

#projects .projects-item:nth-child(5) {
    background-image: url('/img/workss/seo/5.jpg');
}

#projects .projects-item:nth-child(6) {
    background-image: url('/img/workss/seo/6.jpg');
}

#projects .projects-item:nth-child(7) {
    background-image: url('/img/workss/seo/7.jpg');
}

#projects .projects-item:nth-child(8) {
    background-image: url('/img/workss/seo/8.jpg');
}

#projects .projects-item:nth-child(9) {
    background-image: url('/img/workss/seo/9.jpg');
}
#projects .projects-item:nth-child(10) {
    background-image: url('/img/works/case-lux.jpg');
}



#projects2 .projects-item:nth-child(1) {
    background-image: url('/img/workss/develop/1.jpg');
}

#projects2 .projects-item:nth-child(2) {
    background-image: url('/img/workss/develop/2.jpg');
}

#projects2 .projects-item:nth-child(3) {
    background-image: url('/img/workss/develop/3.jpg');
}

/* 3 */
#projects3 .projects-item:nth-child(1) {
    background-image: url('/img/workss/present/1.jpg');
}

#projects3 .projects-item:nth-child(2) {
    background-image: url('/img/workss/present/2.jpg');
}

#projects3 .projects-item:nth-child(3) {
    background-image: url('/img/workss/present/3.jpg');
}

#projects3 .projects-item:nth-child(4) {
    background-image: url('/img/workss/present/4.jpg');
}

#projects3 .projects-item:nth-child(5) {
    background-image: url('/img/workss/present/5.jpg');
}

#projects3 .projects-item:nth-child(6) {
    background-image: url('/img/workss/present/6.jpg');
}

#projects3 .projects-item:nth-child(7) {
    background-image: url('/img/workss/present/7.jpg');
}

#projects3 .projects-item:nth-child(8) {
    background-image: url('/img/workss/present/8.jpg');
}

#projects3 .projects-item:nth-child(9) {
    background-image: url('/img/workss/present/9.jpg');
}

#projects3 .projects-item:nth-child(10) {
    background-image: url('/img/workss/present/10.jpg');
}

#projects3 .projects-item:nth-child(11) {
    background-image: url('/img/workss/present/11.jpg');
}

#projects3 .projects-item:nth-child(12) {
    background-image: url('/img/workss/present/12.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,
    .projects-item_po {
        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,
    .projects-item_po {
        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,
    .projects-item_po {
        -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,
    .projects-item_po {
        -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;
    }
}

main {
    padding-top: 100px;
    position: relative;
}

.title_works {
    margin-bottom: 50px;
}

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

.title_works span {
    color: #F5F860;
}

@media(max-width: 700px) {
    .h1_header {
        font-size: 35px;
        line-height: 45px;
    }
}

.h2__works {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 61px;
    color: #FFFFFF;
}

@media(max-width: 700px) {
    .h2__works {
        font-size: 28px;
        line-height: 41px;
    }

}

.almaz-top {
    position: absolute;
    transform: rotate(27deg);
    width: 39px;
    height: 39px;
    top: 106px;
    left: 400px;
}

.almaz-bottom {
    position: absolute;
    transform: rotate(-28deg);
    width: 61px;
    height: 55px;
    top: 350px;
    left: 70px;
}

@media(max-width:1228px) {
    .almaz-top {
        top: 111px;
        left: 360px;
    }

    .almaz-bottom {
        top: 367px;
        left: 70px;
    }
}

@media(max-width:980px) {
    .almaz-top {
        top: 89px;
        left: 357px;
    }

    .almaz-bottom {
        top: 363px;
        left: 43px;
    }
}

@media(max-width:811px) {
    .almaz-top {
        top: 379px;
        left: 408px;
    }

    .almaz-bottom {
        top: 684px;
        left: 43px;
    }
}

@media(max-width:500px) {
    .almaz-top {
        top: 498px;
        left: 356px;
    }

    .almaz-bottom {
        top: 772px;
        left: 35px;
    }
}

@media(max-width:440px) {
    .almaz-top {
        left: 236px;
    }
}

section#invite .white-rounded-box {
    position: relative;
    padding: 51px 30px 0px 41%;
    border-radius: 20px;
    background: url("/img/develop/invite-bg.webp") 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) {


    .swiper-slide .text-box {
        flex-basis: 138%;
    }

    section#invite .white-rounded-box {
        padding: 30px 25px 432px;
        background: url(/img/develop/invite-bg.webp) 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%;
    }

    .container {
        margin: 0 3%;
    }

    section#invite .form-header_top {
        font-size: 28px;
        line-height: 32px;
    }
}

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

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

}

.decoration-main-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -20;
}

.decoration-main-bg2 {
    position: absolute;
    /* top: 50vh; */
    left: 0px;
    bottom: 0;
    z-index: -20;
    max-width: 100%;
}

@media(max-width: 800px) {
    .decoration-main-bg2 {
        /* top: 186vh; */
    }
}

#raschet_summ {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#raschet_summ 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 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: #D8D8D8;
}

#raschet_summ button.btn {
    height: 90px;
    /* height: 62px; */
    background: #30C250;
    /* -webkit-box-shadow: 0px 0px 30px 0px #ff000045;
    box-shadow: 0px 0px 30px 0px #ff000045; */
    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;
    /*transition: all 0.1s ease-in-out;*/
}

@media(max-width: 600px) {
    #raschet_summ button.btn {
        font-size: 14px;
        height: 62px;

    }
}

@media screen and (max-width: 1228px) {
    #raschet_summ button.btn {
        height: 62px;
    }
}

@media screen and (max-width: 1228px) {
    #raschet_summ {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 396px;
        margin-top: 166px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

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

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

@media(max-width:811px) {
    #raschet_summ {
        margin-top: 396px;
    }
}

@media(max-width: 400px) {
    #raschet_summ button.btn {
        width: 300px;
    }

    #raschet_summ input {
        width: 300px
    }
}

@media(max-width: 453px) {
    #raschet_summ {
        margin-top: 460px;
    }
}

.almaz1 {
    top: 72%;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 7%;
    transform: rotateZ(-32deg);
}

.almaz2 {
    top: 40%;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 32%;
    transform: rotateZ(30deg);
}

@media(max-width:811px) {
    .almaz2 {
        left: 58%;
    }
}

@media(max-width:640px) {
    .almaz2 {
        left: 80%;
        top: 47%;
    }
}

.circle_arrow {
    object-fit: contain;
    width: 158px;
    height: 120px;
    position: absolute;
    left: 29%;
    top: 79%;
}

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


.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;
    }
}


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


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%;
}

.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: 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;
}




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;
}

/* кейсы посмотреть */
.eye_img {
    width: 20px;
    object-fit: contain;
    margin-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;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: none !important;
    display: none;
}

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

.posmotret:focus .posmotret_btn {
    border-color: transparent;
    display: none;
}

.posmotret:active .posmotret_btn {
    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;
    }
}

section#invite .white-rounded-box {
    box-sizing: border-box;
}

.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;
    }
}

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