@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;
  box-sizing: border-box;
}

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, #50164A 0%, #162950 100%);
  margin: 0;
  padding: 0;
  color: #fff;
  overflow-x: hidden;
  font-family: "Euclid Square";
}

html {
  overflow-x: hidden !important;
}

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(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;
  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 #782A53;
  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: #FF6B00;
  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 #9C5579;
  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/present/phone-mobile.svg) no-repeat center;
  width: 42px;
  height: 42px;
  border-radius: 5px;
  margin-right: 0px;
  line-height: 30px;
  color: #6091F8;
  text-decoration: none;
  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: 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;
}

.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>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-rozoviy.png) no-repeat right #203552;
  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-color: #50164A;
  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: 190px;
}

#main .container {
  position: relative;
}

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

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

.main-bg {
  width: 750px;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: -5;
}

.main-bg_mob {
  display: none;
}

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

.main_text h1 {
  font-family: "Euclid Square";
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  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: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}

.ul-box .li img {
  width: 35px;
}

.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: 163px;
  bottom: 596px;
  right: 335px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fly_money_bottom {
  width: 163px;
  bottom: 0px;
  right: 406px;
}

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

section#seo_portfolio .swiper-slide {
  width: 100%;
  max-height: 294px;
}

section#seo_portfolio .swiper-container .swiper-slide img {
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  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;
}

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

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

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

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

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

#raschet_summ button.btn {
  height: 90px;
  background: #FF6B00;
  -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;
}

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

  }
}



.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/present/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/present/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/present/adaptive-verst.png") center center no-repeat;
  width: 947px;
  height: 434px;
  left: -118px;
  top: 132px;
}

#adaptiv_verstka .arrow-point {
  background: url("/img/present/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/present/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: 164px;
}

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

#reviews .reviews-blur-rect-bg {
  border-radius: 50%;
  width: 562px;
  height: 562px;
  left: -150px;
  top: 600px;
  background: linear-gradient(134.57deg, #FF008A 0%, #FF7262 50%, #F5F860 100%);
  opacity: 0.5;
  -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;
  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: 28px;
  line-height: 30px;
}

@media(max-width: 600px) {
  #reviews .swiperReviews .swiper-slide .text-box_main-text.fz22lh30 {
    font-size: 20px;
    line-height: 25px;
  }
}

#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: #FF6B00;
  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/present/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;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("/img/present/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 .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 .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%;
  /* justify-content: center; */
}

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

@media(max-width:1800px) {
  .main-bg {
    transform: scale(0.7);
    right: -113px;
  }
}

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

  #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: 28px;
    line-height: 35px;
    margin-bottom: 25px;
  }

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

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

  .main-bg_mob {
    display: block;
    z-index: -10;
    position: absolute;
    top: 484px;
    top: 271px;
    right: 0;
  }

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

  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 {
    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/present/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/present/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/present/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;
  }

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

  #reviews .swiperReviews .swiper-slide .text-box {
    padding: 30px 60px 60px 60px;
  }
}

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

  .main-bg_mob {
    top: 402px;
  }

  #reviews .swiperReviews .swiper-slide .text-box_main-text.fz22lh30 {
    font-size: 20px;
  }

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

  section#invite .white-rounded-box {
    padding: 30px 25px 532px;
    background: url(/img/invite-bg_neww.jpg) left bottom no-repeat;
    background-color: #FFFFFF;
  }

}

@media(max-width:700px) {
  #reviews .swiperReviews .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: none;
  }


}

@media screen and (max-width: 640px) {
  .container {
    margin: 0 3%;
  }

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

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

  #reviews .swiperReviews .swiper-slide .text-box {
    padding: 30px 30px 30px 30px;
  }
}

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

  #raschet_summ input {
    width: 300px
  }
}

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

@media only screen and (device-width: 360px) {
  .main_text h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

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


/*новые блоки*/
.why_we_content_inner {
  border: 1px solid rgba(248, 96, 187, 0.2);
  border-radius: 20px;
  padding: 62px 64px;
  margin-top: 104px;
  margin-bottom: 105px;
  position: relative;
}

.why_we_content_item1 {
  display: flex;
  flex-direction: row;
}

.why_we_content_item1_text {
  align-items: center;
  display: flex;
  padding-bottom: 27px;
  font-weight: 500;
  font-size: 32px;
  line-height: 41px;
}

.why_we_content_item2 {
  background-color: #fff;
  background-image: url('/img/present/bg_trees.jpg');
  background-size: cover;
  background-position: bottom left;
  padding: 42px 58px 75px 283px;
  color: #000000;
  border-radius: 20px;
  position: relative;
}

.why_we_content_item2::before {
  /* transform: none;
  top: -111px;
  position: absolute;
  content: url('/img/present/book_lamp.png');
  right: 0;
  z-index: 0; */
}

.why_we_content_item1>div {
  flex-basis: 50%;
  height: 285px;
}

.why_we_content_item2_img-book-wrap {
  position: absolute;
  bottom: calc(100% - 4px);
  right: -7.621%;
  max-width: 62%;
  width: 100%;
}

.why_we_content_item2_img-book {
  width: 100%;
  height: auto;
}

/* .fly_money_top-wrap {
  top: 0;bottom: 0;
  left: 0;right: 0;
  position: absolute;
} */
.fly_money_top-wrap .fly_money_top {
  position: absolute;
  left: 2.31%;
  top: 1.01%;
  width: 19.5368%;
}

.fly_money_top-wrap .fly_money_bottom {
  position: absolute;
  right: 3%;
  top: 42.794%;
  width: 26.445%;
}

.why_we_content_item2_img {
  display: block !important;
  position: absolute;
  top: auto !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 34% !important;
  left: -9.5% !important;
  min-width: 183px;
}

.why_we_content_item1_img img {
  position: absolute;
}

.why_we_content_item2_ul {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 29px;
}

.why_we_content_item2_text ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  list-style-type: none;
  margin-bottom: 20px;
  list-style-image: url('/img/present/message1.svg');
  padding-left: 10px;
  margin-left: 31px;
  padding-right: 0;
}


.projects_content_inner {
  display: flex;
  flex-wrap: wrap;
  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/present/project/1.png');
}

.projects-item:nth-child(2) {
  background-image: url('/img/present/project/2.png');
}

.projects-item:nth-child(3) {
  background-image: url('/img/present/project/3.png');

}

.projects-item:nth-child(4) {
  background-image: url('/img/present/project/4.png');
}

.projects-item:nth-child(5) {
  background-image: url('/img/present/project/5.png');
}

.projects-item:nth-child(6) {
  background-image: url('/img/present/project/6.png');
}

.projects-item:nth-child(7) {
  background-image: url('/img/present/project/7.png');
}

.projects-item:nth-child(8) {
  background-image: url('/img/present/project/8.png');
}

.projects-item:nth-child(9) {
  background-image: url('/img/present/project/9.png');
}

.projects-item:nth-child(10) {
  background-image: url('/img/present/project/10.png');
}

.projects-item:nth-child(11) {
  background-image: url('/img/present/project/11.png');
}

.projects-item:nth-child(12) {
  background-image: url('/img/present/project/12.png');
}

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

.lamp_gif {
  bottom: 993px;
  right: 590px;
  width: 94px;
}

.lamp2_gif {
  bottom: 745px;
  right: 39px;
}


/*media*/
@media(max-width: 1184px) {
  .lamp_gif {
    bottom: 884px;
    right: 511px;
    width: 83px;
  }

  .lamp2_gif {
    width: 116px;
    bottom: 719px;
    right: 136px
  }

  .why_we_content_item2_img {
    top: 364px;
  }

  .why_we_content_item2::before {
    transform: scale(0.7);
    top: -70px;
  }

  .why_we_content_item1>div {
    height: 258px;
  }
}

@media(max-width: 1176px) {
  .lamp_gif {
    bottom: 916px;
    right: 518px;
    width: 72px;
  }

  .lamp2_gif {
    width: 110px;
    bottom: 749px;
    right: 136px;
  }

  .why_we_content_item2_img {
    top: 389px;
  }
}

@media(max-width: 1094px) {
  .lamp_gif {
    bottom: 945px;
    right: 518px;
    width: 72px;
  }

  .lamp2_gif {
    width: 110px;
    bottom: 776px;
    right: 136px;
  }

  .why_we_content_item2_img {
    top: 419px;
  }
}

@media(max-width: 1088px) {
  .lamp_gif {
    bottom: 941px;
    right: 513px;
    width: 81px;
  }

  .lamp2_gif {
    width: 103px;
    bottom: 780px;
    right: 140px;
  }

  .why_we_content_item2_img {
    /* transform: none; */
    top: 419px;
  }
}


@media(max-width: 1081px) {
  .lamp_gif {
    bottom: 909px;
    right: 381px;
    width: 68px;
  }

  .lamp2_gif {
    width: 103px;
    bottom: 764px;
    right: 55px;
  }


  .why_we_content_item2::before {
    transform: scale(0.6);
    top: -47px;
    right: -111px
  }

  .why_we_content_item1>div {
    height: 258px;
  }
}



@media(max-width: 1075px) {
  .lamp_gif {
    bottom: 933px;
    right: 381px;
    width: 68px;
  }

  .lamp2_gif {
    width: 103px;
    bottom: 786px;
    right: 55px;
  }

  .why_we_content_item2_img {
    /* transform: scale(0.9); */
    top: 445px;
  }
}

@media(max-width: 1024px) {
  .lamp_gif {
    bottom: 958px;
    right: 381px;
    width: 68px;
  }

  .lamp2_gif {
    width: 103px;
    bottom: 812px;
    right: 55px;
  }

  .why_we_content_item2_img {
    /* transform: scale(0.9); */
    top: 469px;
  }
}

.why_we_content_item2_img_mob {
  display: none;
  transform: none;
}

@media(max-width: 1005px) {

  /*смена изображения на мобильное*/
  .why_we_content_item2_img {
    left: auto !important;
    right: -7.4% !important;
    width: 40% !important;
  }

  .lamp_gif {
    bottom: 958px;
    right: 381px;
    width: 68px;
  }

  .lamp2_gif {
    width: 103px;
    bottom: 814px;
    right: 55px;
  }

  .why_we_content_item2_img_mob {
    display: block;
    position: absolute;
    top: 572px;
    left: 629px;
    transform: none;
  }

  .why_we_content_item2_img {
    left: 609px;
    top: 487px;

  }

  .why_we_content_item2 {
    padding: 25px 19px 59px 19px;
    min-height: 700px;
  }

  .why_we_content_item2_text ul li:nth-child(5) {
    padding-right: 160px;
  }

  .why_we_content_item2_text ul li:nth-child(6) {
    padding-right: 200px;
  }

  .why_we_content_item2_text ul li:nth-child(7) {
    padding-right: 160px;
  }
}

@media(max-width: 970px) {
  .lamp_gif {
    bottom: 1064px;
    right: 336px;
    width: 54px;
  }

  .lamp2_gif {
    width: 88px;
    bottom: 944px;
    right: 60px;
  }

  .why_we_content_item2_img_mob {
    left: 627px;
    top: 633px;
    transform: none;
  }
}

@media(max-width: 970px) {
  .why_we_content_item1>div {
    flex-basis: 54%;
    font-size: 24px;
  }

  .why_we_content_item2::before {
    top: 38px;
    transform: scale(0.5);
    right: -136px;
  }

  .why_we_content_item1>div {
    height: 320px;
  }

  .lamp_gif {
    bottom: 928px;
  }

  .lamp2_gif {
    bottom: 804px;
  }
}

@media(max-width: 950px) {
  .why_we_content_item2_img_mob {
    left: 548px;
    top: 633px;
    transform: none;
  }

  .why_we_content_item2_text ul li:nth-child(6) {
    padding-right: 250px;
  }

  .why_we_content_item2_text ul li:nth-child(7) {
    padding-right: 230px;
  }

  .lamp_gif {
    bottom: 925px;
  }

  .lamp2_gif {
    bottom: 804px;
  }
}

@media(max-width: 915px) {
  .why_we_content_item2_img_mob {
    /* transform: scale(0.8); */
    left: 529px;
    top: 633px;
    transform: none;
  }

  .lamp_gif {
    bottom: 925px;
  }

  .lamp2_gif {
    bottom: 804px;
  }
}

@media(max-width: 890px) {

  .why_we_content_item2_img_mob {
    left: 500px;
    top: 772px;
    transform: none;
  }

  .why_we_content_item2 {
    min-height: 840px;
  }

  .lamp_gif {
    bottom: 1064px;
  }

  .lamp2_gif {
    bottom: 947px;
  }
}

@media(max-width: 820px) {
  .why_we_content_item2_img_mob {
    left: 400px;
    top: 773px;
    transform: none;
  }

  .lamp_gif {
    bottom: 1064px;
  }

  .lamp2_gif {
    bottom: 947px;
  }
}

@media(max-width: 774px) {
  /* .why_we_content_item2_img {
    width: 52% !important;
  } */

  .lamp_gif {
    bottom: 1183px;
  }

  .lamp2_gif {
    bottom: 1065px;
  }

  .why_we_content_item2 {
    padding: 25px 19px 59px 19px;
    /* height: 785px; */
    min-height: 960px;

    min-height: auto;
    padding: 20px;
    background-image: none;
  }

  .why_we_content_item2_img_mob {
    transform: none;
    top: 893px;
    left: 329px;
  }

  .why_we_content_item2_text ul li:nth-child(7) {
    /* padding-right: 196px; */
    padding-right: 0;
  }

  .why_we_content_item2_text ul li:nth-child(6) {
    padding-right: 100px;
  }

  .why_we_content_item2_text ul li:nth-child(5) {
    padding-right: 0px;
  }

  .why_we_content_item2_img {
    display: none !important;
  }
}

@media(max-width: 682px) {
  .lamp_gif {
    bottom: 1229px;
    right: 361px;
  }

  .lamp2_gif {
    width: 81px;
    bottom: 1109px;
    right: 89px;
  }

  .why_we_content_item2_img_mob {
    top: 1099px;
    transform: none;
  }
}

@media(max-width: 682px) {
  .why_we_content_item2_img-book-wrap {
    max-width: 95%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .why_we_content_item2 {
    /* min-height: 1054px; */
  }

  .why_we_content_inner {
    padding: 10px;
    margin-top: 28px;
    margin-bottom: 40px;

  }

  .why_we_content_item1 {
    flex-direction: column;
    height: 485px;
  }

  .why_we_content_item1>div {
    flex-basis: 100%;
  }

  .why_we_content_item1_text {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    align-items: baseline;
    display: flex;
    padding: 34px;
  }

  .why_we_content_item2_ul {
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 46px
  }

  .why_we_content_item2_text ul li {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 16px;
  }

  .why_we_content_item2::before {
    top: 150px;
    right: -111px;
  }

  #main .decoration-main-bg {
    transform: scale(0.3);
    top: -389px;
    right: -469px;

  }
}

@media(max-width: 659px) {
  .lamp_gif {
    bottom: 1324px;
  }

  .lamp2_gif {
    bottom: 1203px;
  }

  .why_we_content_item2_text ul li:nth-child(5) {
    padding-right: 0px;
  }

  .why_we_content_item2_text ul li:nth-child(6) {
    padding-right: 0px;
  }

  .why_we_content_item2_img_mob {
    transform: none;
    top: 1195px;
    left: 254px;
  }

  .why_we_content_item2 {
    /* min-height: 1150px; */
  }
}

@media(max-width: 593px) {
  .why_we_content_item2_text ul li:nth-child(7) {
    /* padding-right: 193px; */

  }

  .why_we_content_item2_img_mob {
    transform: none;
    left: 267px;
    top: 1195px;
  }

  section#invite .white-rounded-box {
    background-color: #ffffff;
  }
}

@media(max-width: 531px) {
  /* .why_we_content_item2_img {
    width: 65% !important;
  } */

  .why_we_content_item2_text ul li:nth-child(7) {
    /* padding-right: 85px; */

  }

  .why_we_content_item2_text ul li:nth-child(6) {
    padding-right: 0px;
  }

  .why_we_content_item2_img_mob {
    transform: none;
    left: 190px;
    top: 1195px;
  }

  .why_we_content_item2_text ul li {
    font-size: 22px;
    line-height: 25px;
  }

  .why_we_content_item2_ul {
    font-size: 23px;
    line-height: 31px;
  }
}


@media(max-width: 485px) {
  .lamp_gif {
    width: 43px;
    bottom: 841px;
    right: 242px;
  }

  .lamp2_gif {
    width: 71px;
    bottom: 743px;
    right: 22px;
  }

  .why_we_content_item2_text ul li:nth-child(7) {
    /* padding-right: 130px; */
  }

  .why_we_content_item2::before {
    top: 87px;
    right: -209px;
    transform: scale(0.4);
  }

  .why_we_content_item2_img_mob {
    transform: scale(0.59);
    /* transform: scale(0.6); */
    top: 752px;
    left: 206px;

  }

  .why_we_content_item2_text ul li {
    font-size: 16px;
    line-height: 20px;
  }

  .why_we_content_item2_ul {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
  }

  .why_we_content_item2 {
    /* min-height: 700px; */
  }

  .why_we_content_item1 {
    height: 399px;
  }
}

@media(max-width: 453px) {
  .lamp_gif {
    width: 43px;
    bottom: 994px;
    right: 242px;
  }

  .lamp2_gif {
    width: 71px;
    bottom: 893px;
    right: 22px;
  }

  /* .why_we_content_item2_img_mob {
    transform: scale(0.7);
    left: 121px;

} */
  .why_we_content_item2_text ul li:nth-child(7) {
    /* padding-right: 159px; */
  }

  section#invite .white-rounded-box {
    background: url(/img/invite-bg_neww.jpg) 15% 110% no-repeat;
    background-color: #ffffff;
  }

}

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

  .main-bg_mob {
    top: 484px;
    width: 350px;
  }

  .why_we_content_item2_text ul li:nth-child(7) {
    /* padding-right: 159px; */
  }

  .why_we_content_item2 {
    /* min-height: 852px; */
  }

  .why_we_content_item2_img_mob {
    transform: scale(0.59);
    /* transform: scale(0.51); */
    top: 904px;
    left: 154px;

  }

  .why_we_content_item2_text ul li:nth-child(6) {
    padding-right: 0px;
  }

  .why_we_content_item2_text ul li:nth-child(7) {
    /* padding-right: 50px; */
  }

  .why_we_content_item2 {
    /* padding-bottom: 121px; */
  }
}

@media(max-width: 348px) {
  .why_we_content_item2 {
    /* min-height: 970px; */
  }

  .why_we_content_item2_img_mob {
    transform: scale(0.5);
    /* transform: scale(0.51); */
    top: 1042px;
    left: 40px;

  }

  .why_we_content_item2_text ul li:nth-child(7) {
    padding-right: 0px;
  }

  .lamp_gif {

    bottom: 1111px;

  }

  .lamp2_gif {

    bottom: 1012px;

  }
}


/*******************/
@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 13px;
  }
}

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

@media(max-width: 453px) {
  .why_we_content_item1>div {
    flex-basis: 54%;
    font-size: 20px;
  }
}


.orange {
  color: #FF6B00;
}


.ellipse-2 {
  position: absolute;
  border-radius: 50%;
  width: 562px;
  height: 921px;
  left: -150px;
  top: -500px;
  background: linear-gradient(134.57deg, #FF008A 0%, #FF7262 50%, #F5F860 100%);
  opacity: 0.4;
  -webkit-filter: blur(160px);
  filter: blur(160px);
  -webkit-transform: rotate(33.76deg);
  transform: rotate(33.76deg);
  z-index: -21;
}


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

  .ellipse-2 {
    width: 247px;
    height: 641px;
    left: 45px;
    top: -320px;
    opacity: 0.9;
    z-index: -21;
  }
}

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


.fancybox-image {
  z-index: 500000;
}

@media(max-width: 1250px) {

  .fly_money_top-head,
  .fly_money_bottom-head {
    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%;
}

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

  border: 1px solid rgba(242, 89, 255, 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: 130px;
  -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;
  }
}

@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: 610px;
    min-height: 610px;
    max-height: 610px;
  }

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

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

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

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

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