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

img {
  -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 */
}

h1 {
  font-family: "proxima_nova";
}

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

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

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

body {
  /* background-color: #162950; */
  background: linear-gradient(180deg, #123541 0%, #162950 100%);
  margin: 0;
  padding: 0;
  color: #fff;
  overflow-x: hidden;
  font-family: "Euclid Square";
  overflow-x: hidden !important;
}

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

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

.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 #23905b;
  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: #30c250;
  border-radius: 100px;
  padding: 30px 80px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 80px;
}

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

.btn-transparent {
  /* border: 1px solid #6091f8; */
  border: 1px solid #23905b;
  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;
}

.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-izumrud.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: #123541;
  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;
  position: relative;
}

#main .container {
  position: relative;
}

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

@media (max-width: 810px) {
  .main_text {
    max-width: 100%;
  }
}

.main_text h1 {
  font-family: "Euclid Square";
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 1.3;
  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: 29px;
  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 {
  transform: rotate(342deg);
  width: 113px;
  bottom: 314px;
  right: 473px;
  /* width: 115px;
  bottom: 1328px;
  right: 748px; */
  /* -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); */
}

.fly_money_bottom {
  transform: rotate(21deg);
  width: 113px;
  bottom: 207px;
  right: 143px;
}

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

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

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

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

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

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

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

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

#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 {
  /* box-shadow: 0px 0px 12px 2px rgba(52, 182, 52, 0.5); */
  background-color: #ff0000;
}

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

#raschet_summ button.btn:hover {
  box-shadow: 0px 0px 12px 2px rgba(52, 182, 52, 0.5);
}

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

.green {
  color: #30c250;
}

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

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

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

.h1_header_blue span {
  color: #6091f8;
}

.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: #30c250;
  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;
  -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/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 .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%;
  }
}

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: 1640px) {
  .main_text h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .ul-box .li {
    font-size: 26px;
  }
}

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

  .container {
    margin: 0 2%;
  }

  .second_box {
    position: relative;
  }

  #header_pc {
    display: none;
  }

  #header_mobile {
    display: block;
  }

  .main_text h1 {
    font-size: 28px;
    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;
  }

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

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

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

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

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

  #projects {
    position: relative;
  }

  #projects .h1_header,
  #stages .h1_header {
    font-size: 64px;
    line-height: 81px;
  }

  #stages {
    margin-top: 100px;
  }

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

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

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

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

@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-radius: 20px;
  margin-top: 104px;
  margin-bottom: 105px;
}

.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: #ffffff;
  background-size: cover;
  background-position: bottom left;
  padding: 54px 43px 90px 43px;
  color: #000000;
  border-radius: 20px;
}

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

.why_we_content_item2_img {
  width: 300px;
  height: 300px;
  position: absolute;
  right: -50px;
  margin-top: -50px;
  background-image: url("/img/develop/why_we-decor.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why_we_content_item2_img img {
  width: 170px;
  height: 170px;
  object-fit: contain;
  margin-top: -20px;
}

@media (max-width: 1390px) {
  .why_we_content_item2_img {
    width: 250px;
    height: 250px;
    right: -10px;
  }

  .why_we_content_item2_img img {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 1195px) {
  .why_we_content_item2_img {}
}

@media (max-width: 1035px) {
  .why_we_content_item2_img {
    width: 200px;
    height: 200px;
  }

  .why_we_content_item2_img img {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }
}

@media (max-width: 900px) {
  .why_we_content_item2_img {
    width: 200px;
    height: 200px;
  }

  .why_we_content_item2_img img {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }
}

@media (max-width: 890px) {
  .why_we_content_item2_img {
    width: 200px;
    height: 200px;
  }
}

.why_we_content_item1_img img {
  position: absolute;
}

.why_we_content_item2_ul {
  display: block;
  font-weight: 600;
  font-size: 64px;
  line-height: 82px;
  /* text-transform: uppercase; */
  margin-bottom: 86px;
}

.why_we_content_item2_text__wrapper {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 10%;
  grid-row-gap: 70px;
}

.why-we__item {
  flex-basis: 45%;
  display: flex;
  flex-direction: row;
}

.why-we__item-txt {
  display: flex;
  flex-direction: column;
}

.projects_content_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.projects-item {
  cursor: pointer;
  box-sizing: border-box;
  flex-basis: 32.5%;
  position: relative;
  height: 32vw;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 25px;
  padding: 44px 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: all 0.1s ease-in;
  -webkit-tap-highlight-color: transparent;
  box-shadow: inset 0 0 0 1000px rgba(14, 39, 54, 0.3);
}

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

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

/* .projects-item:nth-child(1):hover {
  background-image: url('/img/seo/project_case1.gif');
  background-position: center center;
} */

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

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

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

.projects-item_title {
  font-family: "Euclid Square";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
  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: 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_item1>div {
    height: 258px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .why_we_content_item2 {
    padding: 20px 10px;
    /* 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;
  }
}

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

  .why_we_content_item1>div {
    height: 320px;
  }

  .lamp_gif {
    bottom: 928px;
  }

  .lamp2_gif {
    bottom: 804px;
  }
}

@media (max-width: 950px) {
  .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) {
  .lamp_gif {
    bottom: 925px;
  }

  .lamp2_gif {
    bottom: 804px;
  }
}

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

  .lamp_gif {
    bottom: 1064px;
  }

  .lamp2_gif {
    bottom: 947px;
  }
}

@media (max-width: 820px) {
  .lamp_gif {
    bottom: 1064px;
  }

  .lamp2_gif {
    bottom: 947px;
  }
}

@media (max-width: 774px) {
  .lamp_gif {
    bottom: 1183px;
  }

  .lamp2_gif {
    bottom: 1065px;
  }

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

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

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

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

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

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

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

  #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 {
    /* min-height: 1150px; */
  }
}

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

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

@media (max-width: 531px) {
  .why_we_content_item2_text ul li:nth-child(6) {
    padding-right: 83px;
  }

  .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_text ul li {
    font-size: 16px;
    line-height: 20px;
  }

  .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_text ul li:nth-child(7) {
    padding-right: 159px;
  }

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

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

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

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

  .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 {
    /* height: fit-content; */
    /* height: 624px; */
    padding-bottom: 121px;
  }
}

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

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

  .lamp_gif {
    bottom: 1111px;
  }

  .lamp2_gif {
    bottom: 1012px;
  }
}

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

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

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

@media (max-width: 1345px) {
  .projects-item_title {
    font-size: 20px;
    line-height: 22px;
  }
}

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

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

@media (max-width: 1070px) {
  .projects-item_title {
    font-size: 16px;
    line-height: 18px;
  }
}

@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: 900px) {
  .projects-item_title {
    font-size: 15px;
    line-height: 18px;
  }
}

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

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

  .projects-item {
    flex-basis: 100%;
    height: 83vw;
  }
}

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

  .projects-item_title {
    font-size: 20px;
    line-height: 23px;
  }

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

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

/* .second-menu {
  position: fixed;
  height: 100vh;
  left: 0px;
  top: 0px;
  width: 100%;
  background: url(../img/Rectangle-blue.png) no-repeat right #F3F8FF;
  background-size: 50% 100%;
  z-index: 4;
  padding-top: 140px;
  transition: all .3s;
  left: -100%
} */

.orange {
  color: #30c250;
}

.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;
  /* right: 784px; */
  left: 400px;
}

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

@media (max-width: 1228px) {
  .almaz-top {
    top: 390px;
    /* right: 625px; */
    left: 455px;
  }

  .almaz-bottom {
    top: 633px;
    /* right: 625px; */
    left: 186px;
  }
}

@media (max-width: 980px) {
  .almaz-top {
    top: 390px;
    /* right: 625px; */
    left: 297px;
  }

  .almaz-bottom {
    top: 633px;
    /* right: 625px; */
    left: 35px;
  }

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

@media (max-width: 500px) {
  .almaz-top {
    top: 498px;
    /* right: 625px; */
    left: 245px;
  }

  .almaz-bottom {
    top: 772px;
    /* right: 625px; */
    left: 35px;
  }
}

/* @media(max-width: 594px){
  .main-bg_mob{
    right: -117px;
  }
} */

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

@media (max-width: 1150px) {
  .fly_money_bottom {
    width: 106px;
    bottom: 407px;
    right: 51px;
  }

  .fly_money_top {
    width: 106px;
    bottom: 487px;
    right: 402px;
  }
}

@media (max-width: 960px) {
  .fly_money_bottom {
    width: 68px;
    bottom: 471px;
    right: 65px;
  }

  .fly_money_top {
    width: 68px;
    bottom: 559px;
    right: 346px;
  }
}

@media (max-width: 811px) {
  .fly_money_bottom {
    width: 43px;
    bottom: 300px;
    right: 05px;
    left: 268px;
  }

  .fly_money_top {
    left: 70px;
    width: 43px;
    bottom: 355px;
    right: 0px;
  }
}

.develop_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 83px 0px 132px 0px;
}

.develop-item {
  box-sizing: border-box;
  flex-basis: 32.5%;
  position: relative;
  /* height: 525px; */
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 25px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(10, 207, 131, 0.5);
}

@media (max-width: 800px) {
  .develop-item {
    flex-basis: 100%;
  }

  .why-we__item {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
  }
}

@media (max-width: 500px) {
  .develop_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 22px 0px 50px 0px;
  }

  .develop-item {
    /* height: 289px; */
    flex-basis: 100%;
  }

  .why_we_content_item2_text__wrapper {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 0%;
    grid-row-gap: 30px;
  }
}

.develop-icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 46px;
}

.develop-icon img {
  width: 55px;
  height: 55px;
}

@media (max-width: 500px) {
  .develop-icon img {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 500px) {
  .develop-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
  }
}

.why-we__item-icon {
  margin-right: 33px;
}

@media (max-width: 500px) {
  .why-we__item-icon svg {
    width: 24px;
    height: 24px;
  }
}

.why-we__item-txt__title {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 26px;
}

@media (max-width: 500px) {
  .why-we__item-txt__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.why_we_content_item2_text_li {
  font-weight: 400;
  font-size: 24px;
}

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

.h1_header__small-text {
  font-weight: 300;
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
}

@media (max-width: 700px) {

  #projects .h1_header,
  #stages .h1_header {
    font-size: 28px;
    line-height: 34px;
  }

  .h1_header__small-text {
    font-size: 24px;
    line-height: 30px;
  }
}

.stages__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 410px;
  min-width: 410px;
  height: 522px;
  background-color: #fff;
  margin-right: 30px;
  border-radius: 20px;
  padding: 40px 10px 10px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.stages__item:nth-child(1) {
  background-image: url("/img/develop/stages/1.png");
}

.stages__item:nth-child(2) {
  background-image: url("/img/develop/stages/2.png");
}

.stages__item:nth-child(3) {
  background-image: url("/img/develop/stages/3.png");
}

.stages__item:nth-child(4) {
  background-image: url("/img/develop/stages/4.png");
}

.stages__item:nth-child(5) {
  background-image: url("/img/develop/stages/5.png");
}

.stages__item:nth-child(6) {
  background-image: url("/img/develop/stages/6.png");
  /* margin-right: 0; */
}

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

@media (max-width: 600px) {
  .stages__item {
    height: 364px;
    width: 286px;
    min-width: 286px;
  }
}

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

.stages__button svg {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  outline: none;
}

.develop-span,
.stages__item__span {
  width: 30px;
  height: 5px;
  background-color: rgba(48, 194, 80, 1);
  border-radius: 20px;
  margin-bottom: 30px;
}

.develop__item-title {
  margin-bottom: 29px;
  font-weight: 600;
  font-size: 32px;
  line-height: 41px;
}

@media (max-width: 1100px) {
  .develop__item-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 900px) {
  .develop__item-title {
    font-size: 20px;
    line-height: 25px;
  }

  .develop-span {
    margin-bottom: 23px;
  }
}

@media (max-width: 800px) {
  .develop__item-title {
    font-size: 24px;
    line-height: 28px;
  }
}

.develop-desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}

@media (max-width: 1100px) {
  .develop-desc {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 900px) {
  .develop-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 800px) {
  .develop-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  }
}

.stages__item__text-main {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  -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-main {
    font-size: 16px;
    line-height: 19px;
  }
}

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

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

.projects-decoration-bg {
  position: absolute;
  z-index: -20;
  max-width: 100%;
  margin-top: -206px;
}

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

.main-bg {
  position: absolute;
  right: 0;
  top: 89px;
  z-index: -5;
  width: 50vw;
  height: 100vh;
  background-image: url("/img/develop/main_bg.png");
  background-size: 120%;
  background-repeat: no-repeat;
}

.main-gif {
  position: absolute;
  right: 0;
  top: 89px;
  width: 43vw;
  height: 52vh;
  z-index: -6;
  object-fit: contain;
}

.main-bg_mob {
  display: none;
  width: 100vw;
  height: 70vh;
  background-image: url("/img/develop/main_bg-mob.png");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

@media (max-width: 1228px) {
  .main-bg-2300 {
    top: 95px;
  }
}

@media (max-width: 1150px) {
  .main-bg-2300 {
    top: 95px;
    width: 700px;
    height: auto;
  }
}

@media (max-width: 960px) {
  .main-bg-2300 {
    width: 600px;
    height: auto;
  }
}

@media screen and (max-width: 811px) {
  .main-bg {
    display: none;
  }

  .main-bg-2300 {
    display: none;
  }

  .main-bg_mob {
    display: block;
    z-index: -10;
    position: absolute;
    left: 0;
  }

  .main-gif {
    width: 300px;
    left: 0;
    top: 400px;
    z-index: -12;
  }
}

@media (max-width: 811px) {
  .main-bg_mob {
    top: 460px;
  }
}

@media (max-width: 453px) {
  .main-bg_mob {
    top: 560px;
    left: 16%;
  }

  .main-gif {
    width: 100%;
    left: 0;
    top: 477px;
    z-index: -12;
  }
}

.container1 {
  position: relative;
}

.why-we__item:nth-child(6) .why_we_content_item2_text_li {
  padding-right: 170px;
}

.why-we__item:nth-child(6) {
  max-width: 45%;
}

@media (max-width: 800px) {
  .why-we__item:nth-child(6) .why_we_content_item2_text_li {
    padding-right: 0px;
  }
}

.svg_wrapper {
  width: 40px;
  height: 40px;
}

.svg_wrapper svg {
  max-width: 100%;
}

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

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

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

.Politic_block {
  background-color: #fff;
  color: #000;
  padding: 10px;
}

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

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

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

@media (max-width: 1228px) {
  a[href^="tel:"]:hover::after {
    text-decoration: none !important;
  }

  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: 0px;
    display: none;
    background: transparent;
  }
}

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

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

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

/* новый блок */
/* разработка */
.situations_item {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 40px;
}

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

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

.situations_txt {
  color: #000;
  width: 80%;
}

@media (max-width: 1000px) {
  .situations_txt {
    width: 100%;
  }
}

.situations_txt p {
  /* margin: 20px 0; */
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.situations_section {
  box-sizing: border-box;
  margin-top: 100px;
  margin-bottom: 100px;
}

.situations_section h2 {
  color: #fff;
}

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

.situations_section .situations_after_h {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 56px;
}

@media (max-width: 700px) {
  .situations_section .situations_after_h {
    font-size: 16px;
    margin-bottom: 36px;
  }
}

.situations_item_h {
  font-weight: 600;
  font-size: 32px;
  color: #30c250;
  margin-bottom: 25px;
}

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

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

.situations_txt {
  padding-left: 15px;
  border-left: 5px solid #30c250;
  font-size: 20px;
}

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

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

.span_yellow {
  color: #f5f860;
}

.situations_section h2 {
  font-weight: 600;
  font-size: 64px;
  margin: 0;
}

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

@media (max-width: 900px) {
  .situations_section h2 {
    font-size: 38px;
  }
}

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

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


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

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

.posmotret_btn {
  padding: 10px;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.posmotret_btn:active,
.posmotret_btn:focus {
  outline: none !important;
  border: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  user-select: none;
  box-shadow: none !important;
  display: none;
}
.posmotret_btn {
  outline: none !important;
  -webkit-appearance: none;
  border: none;
}

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

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

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

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

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

@media (max-width: 500px) {
  .posmotret {
    font-size: 14px;
  }
}
a[href^="tel:"]:hover::after {
  text-decoration: none !important;
  width: 0;
}