@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Manrope:200,300,regular,500,600,700,800);
@font-face {
  font-family: "Benzin";
  src: url("../fonts/Benzin-Regular.woff2") format("woff2"), url("../fonts/Benzin-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Benzin-Bold";
  font-display: swap;
  src: url("../fonts/Benzin-Bold.woff2") format("woff2"), url("../fonts/Benzin-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Benzin-ExtraBold";
  font-display: swap;
  src: url("../fonts/Benzin-ExtraBold.woff2") format("woff2"), url("../fonts/Benzin-ExtraBold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Benzin-Medium";
  font-display: swap;
  src: url("../fonts/Benzin-Medium.woff2") format("woff2"), url("../fonts/Benzin-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Benzin-Regular";
  font-display: swap;
  src: url("../fonts/Benzin-Regular.woff2") format("woff2"), url("../fonts/Benzin-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Benzin-Semibold";
  font-display: swap;
  src: url("../fonts/Benzin-Semibold.woff2") format("woff2"), url("../fonts/Benzin-Semibold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/*! nouislider - 14.6.0 - 6/27/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 23px;
  height: 23px;
  right: -11.5px;
  top: -10px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  height: 4px;
  background-color: #eaeaea;
  margin: 0px 11px 5px;
  position: relative;
}
.noUi-target::before, .noUi-target::after {
  content: "";
  background-color: #eaeaea;
  width: 11px;
  height: 4px;
  position: absolute;
  top: 0;
}
.noUi-target::before {
  left: -10px;
}
.noUi-target::after {
  right: -10px;
}

.noUi-connect {
  background-color: var(--three-color);
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border-radius: 50%;
  cursor: default;
}
.noUi-handle::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  background-color: var(--three-color);
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  color: #999999;
  font-size: 12px;
  position: absolute;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: -22px;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

:root {
  --font-text: "Manrope", sans-serif;
  --font-head: "Benzin", sans-serif;
  --main-color: #000925;
  --two-color: #fff;
  --three-color: #0329b2;
  --green-color: #d7f227;
  --font-size: 20px;
  --h2-font-size: 48px;
}
@media (max-width: 1600px) {
  :root {
    --font-size: 16px;
    --h2-font-size: 40px;
  }
}
@media (max-width: 998px) {
  :root {
    --font-size: 14px;
    --h2-font-size: 28px;
  }
}
@media (max-width: 380px) {
  :root {
    --font-size: 14px;
    --h2-font-size: 26px;
  }
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-margin-top: 170px;
}

iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1320 / 480;
    object-fit: cover;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 16px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Manrope";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Manrope";
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  background: #fff;
  color: var(--main-color);
  font-family: var(--font-text);
  font-size: var(--font-size);
  line-height: 1.4;
}
body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._title {
  font-size: var(--h2-font-size);
  font-family: var(--font-head);
  line-height: 1;
  text-transform: uppercase;
}

._container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px 80px;
}
@media (max-width: 1600px) {
  ._container {
    max-width: 1440px;
    padding: 0px 60px;
  }
}
@media (max-width: 998px) {
  ._container {
    padding: 0px 20px;
  }
}

._btn {
  display: flex;
  padding: 16px 41px;
  color: var(--main-color);
  background: var(--two-color);
  max-width: max-content;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  line-height: 1;
}
._btn:hover {
  background: var(--green-color);
  color: var(--three-color);
}
@media (max-width: 998px) {
  ._btn {
    padding: 13px 16px;
  }
}
._btn._green {
  background: var(--green-color);
}
._btn._green:hover {
  background: #fff;
}

._inp-wp._error input {
  border: 1px solid #fb5f5f;
}
._inp-wp._error span {
  display: block;
}
._inp-wp span {
  display: none;
  margin-top: 6px;
  color: #fb5f5f;
  font-size: 12px;
}

._arr {
  display: flex;
  gap: 10px;
}
@media (max-width: 998px) {
  ._arr._hidden-mobile {
    display: none;
  }
}
@media (min-width: 998px) {
  ._arr._hidden-pc {
    display: none;
  }
}
._arr div {
  cursor: pointer;
  border-radius: 50%;
  background: linear-gradient(0deg, var(--green-color) 0%, var(--green-color) 100%), linear-gradient(0deg, var(--green-color) 0%, var(--green-color) 100%), #0329b2;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 500px) {
  ._arr div {
    width: 32px;
    height: 32px;
  }
}
._arr div.swiper-button-disabled {
  background: var(--two-color);
}
._arr div._arr-r img {
  transform: scale(-1, 1);
}

.button {
  display: inline-flex;
  padding: 0px 0px;
}
.button._fw {
  width: 100%;
}

.select {
  position: relative;
  color: #858FA4;
}
.select__item {
  position: relative;
}
.select__title {
  color: #000;
  cursor: pointer;
  border-radius: 4px;
}
.select__value {
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  line-height: 140%;
  /* identical to box height, or 20px */
  text-align: right;
  color: #858FA4;
}
.select__value span {
  padding-right: 10px;
}
.select__value:before {
  content: "";
  display: inline-block;
  transition: all 0.3s ease 0s;
  width: 6px;
  height: 6px;
  background: url("../img/arrow.png") center/100% no-repeat;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  border-top: 0;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}
@media (max-width: 991.98px) {
  .select__options {
    font-size: 18px;
  }
}
.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }
}
.select._active {
  z-index: 5;
}
.select._active .select__value:before {
  transform: rotate(-180deg);
}
.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}
textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}
.checkbox__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
  cursor: pointer;
}
.checkbox__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.checkbox a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}
.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.options__item {
  position: relative;
  cursor: pointer;
}
.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.options__input:checked + .options__text:after {
  transform: scale(1);
}
.options__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
}
.options__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.options__text:after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating {
  display: flex;
  align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}
.quantity__button {
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.quantity__button::before, .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}
@media (min-width: 991.98px) {
  .quantity__button:hover::before, .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.quantity__button_plus::before {
  transform: rotate(-90deg);
}
.quantity__input {
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}
ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}
ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}
.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}
._more-link span {
  font-style: normal;
}
._more-link span:first-child {
  display: block;
}
._more-link span:last-child {
  display: none;
}
._more-link._active span {
  font-style: normal;
}
._more-link._active span:first-child {
  display: none;
}
._more-link._active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper,
.swiper {
  overflow: hidden;
}
._swiper .swiper-wrapper,
.swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
._swiper.swiper-container-vertical .swiper-wrapper,
.swiper.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper,
.swiper.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

._tabs-block {
  display: none;
}
._tabs-block._active {
  display: block;
}

.mirror {
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}
._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}
.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  transform: scale(1);
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active::before {
  opacity: 1;
}
.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}
.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
}
.popup__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 50;
}
.header._scroll,
.header._filled {
  background: #030d30;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.header__container a {
  color: var(--two-color);
}
.header__logo {
  width: 150px;
  position: relative;
  z-index: 2;
}
@media (max-width: 500px) {
  .header__logo {
    width: 125px;
  }
}
.header__logo img {
  width: 100%;
}
.header__menu ul {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
}
.header__menu ul a:hover,
 .header__menu ul a._active{
  color: #d7f227;
}
@media (max-width: 1200px) {
  .header__menu ul {
    gap: 15px;
  }
}
@media (max-width: 998px) {
  .header__menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #030d30;
    z-index: 1;
    padding: 40px 20px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    transform: translate(0px, -100%);
    transition: 0.3s;
  }
  .header__menu._active {
    transform: translate(0);
  }
  .header__menu ul {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 72px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
    gap: 20px;
    font-size: 24px;
  }
}
.header__right {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 2;
}
@media (max-width: 998px) {
  .header__right {
    gap: 25px;
  }
}
.header__tel {
  font-weight: 600;
}
.header__social {
  display: flex;
  gap: 5px;
}
@media (max-width: 998px) {
  .header__social {
    margin-top: auto;
  }
}
.header__social a {
  border-radius: 50%;
  background: #fff;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__social a:hover {
  background: #d7f227;
}
.header__social a svg {
  width: 15px;
}
@media (max-width: 998px) {
  .header__social a {
    width: 40px;
    height: 40px;
    border-radius: 0;
  }
  .header__social a svg {
    width: 35px;
  }
}
.header__social a._active {
  color: #d7f227;
}
.icon-menu {
  display: none;
}
@media (max-width: 998px) {
  .icon-menu {
    display: block;
    position: relative;
    top: 0px;
    right: 5px;
    width: 22px;
    height: 14px;
    cursor: pointer;
    z-index: 5;
  }
  .icon-menu::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background-color: #fff;
    width: 32px;
    height: 32px;
  }
  .icon-menu span {
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #051c64;
  }
  .icon-menu span:first-child {
    top: 0px;
  }
  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }
  .icon-menu._active span {
    transform: scale(0);
  }
  .icon-menu._active span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .icon-menu._active span:last-child {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}

.footer {
  background: radial-gradient(170.04% 68.01% at 46.6% 65.37%, #010617 7.95%, #020d30 52.98%, #092b98 100%), linear-gradient(3deg, #010617 -82.34%, #020d30 -23.69%, #092b98 82.68%);
  margin-top: 80px;
}
.footer._no-mt .invest-text {
  display: block;
}
.footer .invest-text {
  display: none;
}
.footer__container {
  color: var(--two-color);
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
}
.footer__container a {
  color: inherit;
}
.footer__container a:hover {
  text-decoration: underline;
}
.footer__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1300px) {
  .footer__top {
    grid-template-columns: 1fr 1.5fr;
  }
}
@media (max-width: 998px) {
  .footer__top {
    grid-template-columns: 1fr;
  }
}
.footer__left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__requisites {
  font-size: 12px;
  opacity: 0.5;
  margin-top: auto;
  max-width: 300px;
}
@media (max-width: 998px) {
  .footer__requisites {
    margin-top: 60px;
  }
}
.footer__right {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 998px) {
  .footer__right {
    flex-direction: column;
    gap: 60px;
    margin-top: 60px;
  }
}
.footer__links {
  display: flex;
  flex-direction: column;
}
.footer__wp {
  display: flex;
  gap: 70px;
  white-space: nowrap;
}
.footer__wp ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__name {
  font-weight: 700;
}
.footer__politica {
  margin-top: auto;
  font-size: 12px;
  opacity: 0.5;
  order: 3;
  padding-top: 24px;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
}
.footer__tel {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 500;
}
.footer__mail {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 500;
}
.footer__adress {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__adress p {
  font-weight: 500;
  font-size: 16px;
}
.footer__adress span {
  opacity: 0.7;
  font-size: 12px;
}
.footer__social {
  margin-top: 24px;
  display: flex;
  gap: 5px;
}
.footer__social a {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__social a:hover {
  background: var(--main-color);
}
.footer__bottom {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 10px;
  color: #ffffff5d;
}

.page {
  flex: 1 1 auto;
}

.inp__wp._error span {
  display: block;
}
.inp__wp span {
  display: none;
}

._resp {
  overflow: hidden;
  transition: 0.3s;
}

.can__container {
  padding-top: 140px;
  width: 100%;
}
@media (max-width: 998px) {
  .can__container {
    padding-top: 90px;
  }
}
.can__title {
  text-align: center;
  text-transform: none;
  font-weight: 400;
}
.can__block {
  margin-top: 40px;
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (max-width: 998px) {
  .can__block {
    margin-top: 24px;
  }
}
.can__item {
  color: var(--two-color);
  padding: 32px;
  display: flex;
  width: calc(50% - 5px);
  flex-direction: column;
  aspect-ratio: 655/390;
}
@media (max-width: 998px) {
  .can__item {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .can__item {
    min-height: 390px;
    padding: 20px;
  }
}
.can__item:nth-child(1) {
  background-image: url(../img/i1.png);
  background-size: cover;
  background-position: center right;
}
@media (max-width: 500px) {
  .can__item:nth-child(1) {
    background-image: url(../img/i1m.png);
  }
}
.can__item:nth-child(2) {
  background-image: url(../img/i2.png);
  background-size: cover;
  background-position: center right;
}
.can__head {
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 1600px) {
  .can__head {
    font-size: 32px;
  }
}
@media (max-width: 700px) {
  .can__head {
    font-size: 20px;
  }
}
.can__text {
  margin-top: 16px;
  margin-bottom: 100px;
  max-width: 70%;
}
@media (max-width: 700px) {
  .can__text {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.can__btn {
  margin-top: auto;
}
@media (max-width: 700px) {
  .can__btn {
    margin-top: 0;
  }
}

.realization__container {
  padding-top: 120px;
}
@media (max-width: 998px) {
  .realization__container {
    padding-top: 90px;
  }
}
.realization__top {
  display: flex;
  align-items: flex-end;
  gap: 50px;
  display: grid;
  grid-template-columns: 1fr max-content;
}
@media (max-width: 998px) {
  .realization__top {
    grid-template-columns: 1fr;
  }
}
.realization__title {
  max-width: 900px;
}
.realization__btn {
  border: 1px solid var(--main-color);
  padding: 16px 24px;
}
@media (max-width: 998px) {
  .realization__btn {
    margin: 0px auto;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .realization__btn {
    width: 100%;
    max-width: 100%;
  }
}
.realization__wrapper {
  position: relative;
}
@media (max-width: 998px) {
  .realization__wrapper {
    margin-top: 24px;
  }
}
.realization__block {
  margin-top: 40px;
}
@media (max-width: 998px) {
  .realization__block {
    margin-top: 24px;
  }
}
.realization__item {
  position: relative;
}
.realization__item::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: 1;
  background: linear-gradient(297deg, #010617 2.94%, rgba(2, 13, 48, 0.5) 35.88%, rgba(9, 43, 152, 0) 70.39%), linear-gradient(107deg, rgba(1, 6, 23, 0) 21.41%, rgba(2, 13, 48, 0.4) 53.98%, rgba(2, 13, 48, 0.6) 67.96%, #092b98 85.75%), linear-gradient(90deg, rgba(3, 41, 178, 0) 5.66%, rgba(3, 41, 178, 0.5) 41.5%, #0329b2 100%);
  height: 100%;
  width: 80%;
}
@media (max-width: 998px) {
  .realization__item::before {
    display: none;
  }
}
.realization__bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 998px) {
  .realization__bg {
    position: relative;
  }
}
.realization__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.realization__bg img:nth-child(2) {
  display: none;
}
@media (max-width: 998px) {
  .realization__bg img {
    position: relative;
  }
}
.realization__content {
  position: relative;
  z-index: 3;
  max-width: 700px;
  margin-left: auto;
  color: var(--two-color);
  padding: 40px;
}
@media (max-width: 1600px) {
  .realization__content {
    max-width: 600px;
  }
}
@media (max-width: 998px) {
  .realization__content {
    padding: 24px;
    max-width: 100%;
    width: 100%;
    background: linear-gradient(14deg, #010617 -2.95%, rgba(2, 13, 48, 0.5) 40.04%, rgba(9, 43, 152, 0) 85.08%), linear-gradient(192deg, rgba(1, 6, 23, 0) 9.79%, rgba(2, 13, 48, 0.4) 51.3%, rgba(2, 13, 48, 0.6) 69.11%, #092b98 91.77%), linear-gradient(180deg, rgba(3, 41, 178, 0) 5.66%, rgba(3, 41, 178, 0.5) 41.5%, #0329b2 100%), #0329b2;
  }
}
.realization__el {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  max-width: max-content;
  position: absolute;
  right: 60px;
  top: 50px;
  z-index: 5;
}
@media (max-width: 998px) {
  .realization__el {
    position: relative;
    top: 0;
    left: 0;
  }
}
.realization__arr {
  border-radius: 50%;
  background: var(--green-color);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
.realization__arr img:nth-child(1) {
  display: none;
}
.realization__arr.swiper-button-disabled {
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 998px) {
  .realization__arr.swiper-button-disabled {
    background: rgba(0, 9, 37, 0.1);
  }
}
@media (min-width: 998px) {
  .realization__arr.swiper-button-disabled img:nth-child(1) {
    display: block;
  }
  .realization__arr.swiper-button-disabled img:nth-child(2) {
    display: none;
  }
}
.realization__arr_r img {
  transform: scale(-1, 1);
}
.realization__counter {
  font-size: 12px;
  font-family: var(--font-head);
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 998px) {
  .realization__counter {
    color: rgba(0, 9, 37, 0.4);
  }
}
.realization__counter b {
  font-weight: 400;
}
.realization__counter span {
  font-size: 20px;
  color: var(--two-color);
}
@media (max-width: 998px) {
  .realization__counter span {
    color: var(--main-color);
  }
}
.realization__head {
  font-size: 38px;
  line-height: 1.2;
  margin-top: 100px;
}
@media (max-width: 1600px) {
  .realization__head {
    font-size: 32px;
  }
}
@media (max-width: 998px) {
  .realization__head {
    font-size: 20px;
    margin-top: 0;
  }
}
.realization__list {
  margin-top: 12px;
  opacity: 0.7;
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-height: 105px;
  overflow: auto;
}
.realization__list ul,
.realization__list ol {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.realization__list ul li {
  position: relative;
}
.realization__list ul li::before {
  position: relative;
  top: 0;
  left: 0;
  content: "•";
  display: inline;
}
.realization__list ol li {
  counter-increment: num;
  position: relative;
}
.realization__list ol li::before {
  position: relative;
  top: 0;
  left: 0;
  content: counter(num) ". ";
  display: inline;
}
.realization__wp {
  margin-top: 24px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.realization__element {
  width: calc(50% - 5px);
  border: 1px solid rgba(206, 199, 222, 0.1);
  background: rgba(240, 238, 245, 0.1);
  backdrop-filter: blur(2px);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 700px) {
  .realization__element {
    width: 100%;
    padding: 16px;
  }
}
.realization__element_1 {
  flex-direction: row;
  align-items: center;
}
.realization__cif {
  font-family: var(--font-head);
  font-size: 16px;
  color: var(--green-color);
}
.realization__cif span {
  font-size: 38px;
}
@media (max-width: 1600px) {
  .realization__cif {
    font-size: 14px;
  }
  .realization__cif span {
    font-size: 32px;
  }
}

.who._two .who__title {
  font-size: 32px;
}
.who._two .who__head {
  font-size: 24px;
}
.who__container {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 120px;
}
@media (max-width: 998px) {
  .who__container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 90px;
  }
}
.who__wp {
  position: relative;
}
@media (max-width: 998px) {
  .who__wp {
    margin-bottom: 20px;
  }
}
.who__wp img {
  margin-top: 15px;
  max-width: 80%;
}
@media (max-width: 700px) {
  .who__wp img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0px, -50%);
    max-width: 40%;
  }
}
.who__title {
  text-transform: none;
}
.who__subtitle {
  margin-top: 15px;
}
.who__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 42px;
  color: var(--two-color);
}
@media (max-width: 1600px) {
  .who__item {
    padding: 32px;
  }
}
@media (max-width: 998px) {
  .who__item {
    max-width: 500px;
    aspect-ratio: 350/350;
    padding: 20px;
    width: calc(50% - 5px);
  }
}
@media (max-width: 700px) {
  .who__item {
    width: 100%;
  }
}
.who__bg {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.who__bg::before {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  width: 100%;
  height: 100%;
}
.who__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.who__head {
  font-size: 38px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .who__head {
    font-size: 32px;
  }
}
@media (max-width: 998px) {
  .who__head {
    font-size: 24px;
  }
}
.who__text {
  margin-top: 16px;
}

.assist {
  position: relative;
}
.assist__vector {
  position: absolute;
  z-index: -1;
  width: 100%;
}
.assist__vector img {
  width: 100%;
}
.assist__container {
  padding-top: 130px;
}
@media (max-width: 998px) {
  .assist__container {
    padding-top: 90px;
  }
}
.assist__wp {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
.assist__ab {
  min-width: max-content;
}
@media (max-width: 998px) {
  .assist__ab {
    display: none;
  }
}
.assist__content {
  max-width: 1100px;
}
@media (max-width: 1600px) {
  .assist__content {
    max-width: 900px;
  }
}
@media (max-width: 998px) {
  .assist__content {
    max-width: 100%;
  }
}
.assist__title {
  text-transform: none;
  font-size: 40px;
}
@media (max-width: 1600px) {
  .assist__title {
    font-size: 36px;
  }
}
@media (max-width: 998px) {
  .assist__title {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .assist__title {
    font-size: 20px;
  }
}
.assist__title span {
  color: var(--three-color);
}
.assist__text {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  opacity: 0.7;
  max-width: 80%;
}
@media (max-width: 500px) {
  .assist__text {
    max-width: 100%;
  }
}
.assist__block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .assist__block {
    text-align: left;
    grid-template-columns: 1fr 1fr;
    row-gap: 35px;
  }
}
@media (max-width: 998px) {
  .assist__block {
    margin-top: 40px;
  }
}
.assist__item {
  position: relative;
  padding: 0px 20px;
}
@media (max-width: 1200px) {
  .assist__item {
    padding: 0px 10px;
  }
  .assist__item:nth-child(1), .assist__item:nth-child(3) {
    padding-left: 0;
  }
  .assist__item:nth-child(2), .assist__item:nth-child(4) {
    padding-right: 0;
  }
}
.assist__item:not(:last-child) {
  border-right: 1px solid rgba(3, 41, 178, 0.5);
}
@media (max-width: 1200px) {
  .assist__item:not(:nth-child(2)), .assist__item:not(:nth-child(4)) {
    border-right: 1px solid rgba(3, 41, 178, 0.1);
  }
  .assist__item:nth-child(2), .assist__item:nth-child(4) {
    border-right: none;
  }
  .assist__item:nth-child(1)::before, .assist__item:nth-child(2)::before {
    display: none;
  }
  .assist__item:nth-child(4)::before {
    left: 20px;
  }
  .assist__item::before {
    position: absolute;
    top: -17px;
    left: 0;
    content: "";
    width: 90%;
    height: 1px;
    background: rgba(3, 41, 178, 0.1);
  }
}
.assist__cif {
  font-size: 38px;
  color: var(--three-color);
  font-family: var(--font-head);
}
@media (max-width: 1600px) {
  .assist__cif {
    font-size: 32px;
  }
}
@media (max-width: 1400px) {
  .assist__cif {
    font-size: 26px;
  }
}
@media (max-width: 500px) {
  .assist__cif {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .assist__cif {
    font-size: 18px;
  }
}
.assist__txt {
  margin-top: 6px;
}
@media (max-width: 500px) {
  .assist__txt {
    font-size: 12px;
  }
}
.assist__video {
  margin-top: 40px;
}
.assist__video video {
  aspect-ratio: 1320/480;
  object-fit: cover;
}
@media (max-width: 600px) {
  .assist__video video {
    aspect-ratio: 350/260;
  }
}

._video-wp {
  position: relative;
  width: 100%;
  z-index: 3;
}
._video-wp video {
  width: 100%;
}
._video-wp._active ._play {
  opacity: 0.3;
}
._video-wp._poster-none ._poster {
  display: none;
}
._video-wp ._play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  cursor: pointer;
  transform: translate(-50%, -50%);
  width: 80px !important;
  height: 80px !important;
}
@media (max-width: 500px) {
  ._video-wp ._play {
    width: 70px !important;
    height: 70px !important;
  }
}
._video-wp ._poster {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.krt {
  background: radial-gradient(57.46% 28.79% at 49.98% 46.53%, #010617 7.95%, #020d30 43.68%, #092b98 100%);
  position: relative;
}
.krt img {
  width: 80%;
  margin-left: auto;
  display: block;
}

.news__container {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding-top: 120px;
}
@media (max-width: 998px) {
  .news__container {
    padding-top: 90px;
  }
}
.news__title {
  text-transform: none;
}
.news__btns {
  margin-top: 32px;
  display: flex;
  gap: 10px;
  line-height: 1;
}
@media (max-width: 500px) {
  .news__btns {
    width: 100%;
    margin-top: 24px;
  }
}
.news__btns * {
  min-width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .news__btns * {
    width: 100%;
    min-height: auto;
  }
}
.news__btns *:nth-child(1) {
  background: var(--three-color);
  color: #fff;
}
.news__btns *:nth-child(2) {
  border: 1px solid var(--three-color);
  color: var(--three-color);
}
.news__wp {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.news__slide {
  background-image: url(../img/s1.png);
  background-size: cover;
  background-position: center;
  color: var(--two-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 25px;
  position: relative;
  height: 280px;
}
.news__slide::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  z-index: 1;
  height: 100%;
  background: linear-gradient(320deg, rgba(1, 6, 23, 0.6) -0.42%, rgba(2, 13, 48, 0.6) 35.98%, rgba(9, 43, 152, 0.6) 102.01%), linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
}
@media (max-width: 998px) {
  .news__slide {
    padding: 20px 30px;
  }
}
.news__logo {
  position: relative;
  z-index: 2;
  height: 11px;
}
.news__logo img {
    height: 100%;
    width: auto;
}
.news__head {
  font-size: 24px;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 400px;
  position: relative;
  z-index: 2;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media (max-width: 1600px) {
  .news__head {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .news__head {
    font-size: 18px;
  }
}
.news__btn {
  color: var(--two-color);
  display: flex;
  text-decoration: underline;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.news__arr {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(3, 41, 178, 0.1);
  background: linear-gradient(57deg, #010617 -129.9%, #020d30 -39.08%, #092b98 125.64%), #0329b2;
}
.news__arr.swiper-button-disabled {
    opacity: 0.5;
    cursor: inherit;
}
.news__arr_l {
  left: -50px;
}
@media (max-width: 998px) {
  .news__arr_l {
    left: -15px;
  }
}
.news__arr_r {
  right: -50px;
}
@media (max-width: 998px) {
  .news__arr_r {
    right: -15px;
  }
}
.news__arr_r img {
  transform: scale(-1, 1);
}

.faunders {
  position: relative;
  z-index: 1;
}
.faunders::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../img/set.png);
  background-size: cover;
  background-position: center center;
}
@media (max-width: 998px) {
  .faunders::after {
    background-image: url(../img/setm.png);
  }
}
.faunders::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -2;
  background: linear-gradient(339deg, #010617 0.23%, #020d30 27.68%, #092b98 77.48%), #f2f4fb;
  width: 100%;
  height: 100%;
}
.faunders__container {
  margin-top: 170px;
  color: var(--two-color);
  display: grid;
  grid-template-columns: 650px 1fr;
}
@media (max-width: 1600px) {
  .faunders__container {
    grid-template-columns: 500px 1fr;
  }
}
@media (max-width: 1400px) {
  .faunders__container {
    align-items: flex-end;
  }
}
@media (max-width: 998px) {
  .faunders__container {
    margin-top: 90px;
    grid-template-columns: 1fr;
  }
}
.faunders__content {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 998px) {
  .faunders__content {
    padding-bottom: 30px;
  }
}
.faunders__title {
  margin-bottom: 55px;
  text-transform: none;
}
.faunders__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.faunders__item span {
  font-family: var(--font-head);
  font-size: 38px;
  display: block;
  margin-bottom: 6px;
}
@media (max-width: 1600px) {
  .faunders__item span {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  .faunders__item span {
    font-size: 24px;
  }
}
.faunders__img {
  width: 100%;
  margin-top: -150px;
}
@media (max-width: 998px) {
  .faunders__img {
    margin-top: 0;
    justify-content: center;
    display: flex;
  }
}
.faunders__img img {
  width: 100%;
}
@media (max-width: 1200px) {
  .faunders__img img {
    width: 130%;
  }
}
@media (max-width: 998px) {
  .faunders__img img {
    margin: 0px auto;
    width: 100vw;
    max-width: 600px;
  }
}

.contacts__container {
  padding-top: 120px;
}
@media (max-width: 998px) {
  .contacts__container {
    padding-top: 90px;
  }
}
.contacts__title {
  text-transform: none;
}
.contacts__block {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 1200px) {
  .contacts__block {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .contacts__block {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
}
.contacts__item {
  padding: 24px;
  background: var(--three-color);
  color: var(--two-color);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contacts__item a {
  color: var(--two-color);
}
.contacts__txt {
  font-size: 14px;
  opacity: 0.8;
}
.contacts__tel {
  font-size: 34px;
  font-weight: 600;
  margin-top: 24px;
}
@media (max-width: 1600px) {
  .contacts__tel {
    font-size: 30px;
  }
}
@media (max-width: 1400px) {
  .contacts__tel {
    font-size: 24px;
    margin-top: 20px;
  }
}
.contacts__tel:hover {
  text-decoration: underline;
}
.contacts__mail {
  font-size: 34px;
  font-weight: 600;
  margin-top: 24px;
}
@media (max-width: 1600px) {
  .contacts__mail {
    font-size: 32px;
  }
}
@media (max-width: 1400px) {
  .contacts__mail {
    font-size: 24px;
    margin-top: 20px;
  }
}
.contacts__mail:hover {
  text-decoration: underline;
}
.contacts__links {
  margin-top: auto;
  display: flex;
  gap: 5px;
  padding-top: 20px;
}
.contacts__links a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--two-color);
}
.contacts__links a:hover {
  background: var(--green-color);
}
.contacts__address {
  margin-top: auto;
  font-size: 29px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .contacts__address {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .contacts__address {
    margin-top: 30px;
  }
}

#map,
#map2 {
  width: 100%;
  height: 500px;
  margin-top: 10px;
}
@media (max-width: 998px) {
  #map,
#map2 {
    height: 300px;
  }
}

.advantages {
  background-image: url(../img/Vector-bga.svg);
  background-size: cover;
  background-position: center center;
}
@media (max-width: 700px) {
  .advantages {
    background-image: none;
  }
}
.advantages__container {
  margin-top: 120px;
}
@media (max-width: 998px) {
  .advantages__container {
    margin-top: 90px;
  }
}
.advantages__title {
  margin-bottom: 40px;
}
.advantages__title span {
  color: var(--three-color);
}
.advantages__block {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: flex-end;
}
@media (max-width: 1150px) {
  .advantages__block {
    grid-template-columns: 1fr;
  }
}
.advantages__block_2 {
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .advantages__block_2 {
    gap: 10px;
  }
}
.advantages__img img {
  width: 100%;
}
@media (max-width: 1150px) {
  .advantages__img {
    order: 2;
  }
}
.advantages__head {
  font-family: var(--font-head);
  text-transform: uppercase;
  font-size: 26px;
}
@media (max-width: 1600px) {
  .advantages__head {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .advantages__head {
    font-size: 18px;
  }
}
.advantages__head_2 {
  font-size: 28px;
}
@media (max-width: 1600px) {
  .advantages__head_2 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .advantages__head_2 {
    font-size: 18px;
  }
}
.advantages__text {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.advantages__cifres {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 700px) {
  .advantages__cifres div:nth-child(1) {
    width: 45%;
    border-right: 1px solid rgba(3, 41, 178, 0.2);
  }
}
.advantages__cifres span {
  line-height: 1;
  font-size: 60px;
  font-family: var(--font-head);
  color: var(--three-color);
}
@media (max-width: 700px) {
  .advantages__cifres span {
    font-size: 40px;
  }
}
@media (max-width: 400px) {
  .advantages__cifres span {
    font-size: 36px;
  }
}
.advantages__wp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 40px;
}
@media (max-width: 600px) {
  .advantages__wp {
    grid-template-columns: 1fr;
  }
}
.advantages__item {
  background: linear-gradient(173deg, #0329b2 45.18%, #01124c 85.9%);
  padding: 20px;
  color: var(--two-color);
  display: flex;
  flex-direction: column;
}
.advantages__icon {
  margin-bottom: 20px;
}
.advantages__name {
  margin-top: auto;
  font-weight: 500;
}
@media (max-width: 600px) {
  .advantages__name br {
    display: none;
  }
}
.advantages__info {
  font-size: 14px;
  margin-top: 10px;
}

.start__container {
  margin-top: 120px;
}
@media (max-width: 998px) {
  .start__container {
    margin-top: 75px;
  }
}
.start__block {
  display: flex;
  justify-content: space-between;
  background-image: url(../img/start.png);
  background-size: cover;
  background-position: center center;
  padding: 60px 40px;
}
@media (max-width: 500px) {
  .start__block {
    padding: 40px 20px;
  }
}
.start__content {
  color: var(--two-color);
  display: flex;
  flex-direction: column;
}
.start__top {
  background: rgba(242, 244, 251, 0.2);
  padding: 10px;
  max-width: max-content;
}
.start__title {
  margin-top: 20px;
}
@media (max-width: 998px) {
  .start__title {
    font-size: 32px;
  }
}
.start__subtitle {
  margin-top: 12px;
  margin-bottom: 40px;
}
.start__btn {
  margin-top: auto;
}
@media (max-width: 998px) {
  .start__btn {
    margin-top: 10px;
  }
}
.start__step {
  max-width: 600px;
  width: 100%;
  padding: 40px;
  background-color: var(--two-color);
  background-image: url(../img/orel.svg);
  background-size: 50%;
  background-position: bottom right;
  background-repeat: no-repeat;
  color: var(--main-color);
}
@media (max-width: 1600px) {
  .start__step {
    max-width: 500px;
  }
}
@media (max-width: 1100px) {
  .start__step {
    max-width: 400px;
    padding: 30px;
    background-size: 90%;
  }
}
@media (max-width: 500px) {
  .start__step {
    padding: 20px;
  }
}
.start__head {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 500px) {
  .start__head {
    font-size: 16px;
  }
}
.start__price {
  margin-top: 90px;
  font-size: 50px;
  font-family: var(--font-head);
  color: var(--three-color);
}
@media (max-width: 1600px) {
  .start__price {
    font-size: 44px;
  }
}
@media (max-width: 1100px) {
  .start__price {
    font-size: 34px;
  }
}
@media (max-width: 500px) {
  .start__price {
    font-size: 28px;
    margin-top: 40px;
  }
}
@media (max-width: 380px) {
  .start__price {
    font-size: 24px;
  }
}
.open-projects {
  background: linear-gradient(339deg, #010617 0.23%, #020d30 27.68%, #092b98 77.48%), #fff;
}
.open-projects__container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.open-projects__top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 700px) {
  .open-projects__top {
    align-items: flex-end;
  }
}
.open-projects__title {
  color: var(--two-color);
}
.open-projects__block {
  margin-top: 40px;
}
.open-projects__slide {
  position: relative;
  display: flex;
  align-items: stretch;
  padding: 10px;
}
.open-projects__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.open-projects__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.open-projects__content {
  position: relative;
  margin-top: 280px;
  padding: 24px;
  background: var(--two-color);
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 500px) {
  .open-projects__content {
    margin-top: 240px;
  }
}
.open-projects__name {
    color: var(--main-color);
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .open-projects__name {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .open-projects__name {
    font-size: 20px;
  }
}
.open-projects__price {
  margin-top: 24px;
  font-size: 28px;
  color: var(--three-color);
  font-family: var(--font-head);
}
@media (max-width: 1600px) {
  .open-projects__price {
    font-size: 24px;
  }
}
.open-projects__text {
  margin-bottom: 24px;
  margin-top: 6px;
  font-size: 14px;
  color: var(--main-color);
}
@media (max-width: 1600px) {
  .open-projects__text {
    font-size: 12px;
  }
}
.open-projects__more {
  margin-top: auto;
  font-weight: 500;
  color: var(--three-color);
}

.how-partners._custom .how-partners__head {
  max-width: 800px;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .how-partners._custom .how-partners__btn {
    margin-top: 40px;
  }
}
.how-partners._custom .how-partners__wp {
  margin-top: 0;
}
.how-partners__container {
  padding-top: 120px;
}
@media (max-width: 998px) {
  .how-partners__container {
    padding-top: 90px;
  }
}
.how-partners__title {
  max-width: 500px;
}
.how-partners__title span {
  color: var(--three-color);
}
.how-partners__block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
  gap: 40px;
}
@media (max-width: 998px) {
  .how-partners__block {
    grid-template-columns: 1fr;
  }
}
.how-partners__item {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 998px) {
  .how-partners__item {
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
  }
}
.how-partners__item:not(:last-child)::before {
  position: absolute;
  top: 20px;
  z-index: -1;
  left: 0;
  content: "";
  width: calc(100% + 40px);
  height: 2px;
  background: var(--green-color);
}
@media (max-width: 1600px) {
  .how-partners__item:not(:last-child)::before {
    top: 18px;
  }
}
@media (max-width: 998px) {
  .how-partners__item:not(:last-child)::before {
    height: calc(100% + 40px);
    width: 2px;
    top: 0;
    left: 32px;
  }
}
.how-partners__item span {
  max-width: max-content;
  font-weight: 500;
  font-size: 14px;
  background: var(--green-color);
  border-radius: 1000px;
  padding: 10px 16px;
}
@media (max-width: 1600px) {
  .how-partners__item span {
    font-size: 12px;
  }
}
.how-partners__item p {
  margin-top: 16px;
  font-weight: 600;
  font-size: 28px;
}
@media (max-width: 1600px) {
  .how-partners__item p {
    font-size: 24px;
  }
}
@media (max-width: 998px) {
  .how-partners__item p {
    margin-top: 0;
  }
}
@media (max-width: 700px) {
  .how-partners__item p {
    font-size: 20px;
  }
}
.how-partners__wp {
  margin-top: 80px;
  padding: 52px 40px;
  background-image: url(../img/wp.png);
  background-size: cover;
  background-position: center center;
}
@media (max-width: 998px) {
  .how-partners__wp {
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .how-partners__wp {
    background-image: url(../img/wpm.png);
  }
}
.how-partners__head {
  font-family: var(--font-head);
  color: var(--two-color);
  font-size: 48px;
  max-width: 1000px;
}
@media (max-width: 1600px) {
  .how-partners__head {
    font-size: 40px;
  }
}
@media (max-width: 998px) {
  .how-partners__head {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .how-partners__head {
    font-size: 18px;
  }
}
.how-partners__i {
  color: var(--two-color);
  max-width: 500px;
}
.how-partners__btn {
  margin-top: 32px;
}
@media (max-width: 998px) {
  .how-partners__btn {
    margin-top: 66px;
  }
}
@media (max-width: 500px) {
  .how-partners__btn {
    width: 100%;
    max-width: 100%;
  }
}

.select-priparing {
  z-index: 1;
  position: relative;
  background: linear-gradient(339deg, #010617 0.23%, #020d30 27.68%, #092b98 77.48%), #fff;
}
.select-priparing::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../img/Vector2.svg);
  background-size: cover;
}
@media (max-width: 500px) {
  .select-priparing::before {
    background-image: url(../img/Vector2m.png);
  }
}
.select-priparing__container {
  color: var(--two-color);
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 120px;
  position: relative;
  z-index: 2;
}
@media (max-width: 998px) {
  .select-priparing__container {
    margin-top: 90px;
  }
}
.select-priparing__title {
  max-width: 700px;
}
.select-priparing__arrow {
  display: none;
}
@media (max-width: 998px) {
  .select-priparing__arrow {
    display: flex;
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-top: 16px;
    max-width: max-content;
  }
  .select-priparing__arrow div {
    cursor: pointer;
  }
}
.select-priparing__block {
  margin-top: 40px;
}
@media (min-width: 998px) {
  .select-priparing__block .swiper-wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.select-priparing__item {
  width: 25%;
  flex: 0 0 25%;
  mask-image: url(../img/masc.png);
  mask-size: 100% 100%;
  min-height: 400px;
  background: rgba(240, 238, 245, 0.1);
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(2px);
  padding: 20px;
  background-size: cover;
  background-position: bottom center;
}
@media (max-width: 1600px) {
  .select-priparing__item {
    min-height: 360px;
  }
}
@media (max-width: 1300px) {
  .select-priparing__item {
    width: calc(33.33% - 7px);
    flex: 0 0 calc(33.33% - 7px);
  }
}
@media (max-width: 998px) {
  .select-priparing__item {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (max-width: 500px) {
  .select-priparing__item {
    min-height: 211px;
  }
}
.select-priparing__item_1 .select-priparing__cif {
  color: var(--green-color);
}
.select-priparing__item_2 {
  background-image: url(../img/sp1.png);
}
.select-priparing__item_3 {
  margin-left: auto;
  background-image: url(../img/sp2.png);
}
.select-priparing__item_4 {
  background-image: url(../img/sp3.png);
}
.select-priparing__item_5 {
  margin-left: auto;
}
.select-priparing__item_5 .select-priparing__cif {
  color: var(--green-color);
}
.select-priparing__item_6 .select-priparing__cif {
  color: var(--green-color);
}
.select-priparing__cif {
  text-align: right;
  margin-bottom: 20px;
  font-size: 48px;
  font-family: var(--font-head);
}
@media (max-width: 1600px) {
  .select-priparing__cif {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .select-priparing__cif {
    font-size: 32px;
  }
}
.select-priparing__head {
  margin-top: auto;
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .select-priparing__head {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .select-priparing__head {
    font-size: 20px;
  }
}
.select-priparing__head_big {
  font-size: 38px;
}
@media (max-width: 1600px) {
  .select-priparing__head_big {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  .select-priparing__head_big {
    font-size: 26px;
  }
}
.select-priparing__txt {
  font-weight: 500;
  opacity: 0.8;
}

.standart {
  position: relative;
  background: radial-gradient(57.46% 28.79% at 49.98% 46.53%, #010617 7.95%, #020d30 43.68%, #092b98 100%);
  background-image: url(../img/bg11.png);
  background-size: cover;
  background-position: center center;
}
@media (max-width: 500px) {
  .standart {
    background-image: url(../img/bg111.png);
  }
}
.standart__container {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 100%;
}
@media (max-width: 1600px) {
  .standart__container {
    bottom: 0;
    transform: translate(-50%, 0%);
  }
}
@media (min-width: 998px) {
  .standart__container._z-index {
    z-index: 10;
  }
}
@media (max-width: 998px) {
  .standart__container {
    position: relative;
    transform: translate(0);
    left: 0;
    padding-top: 130px;
    z-index: 3;
  }
}
.standart__content {
  position: relative;
  z-index: 2;
  max-width: 50%;
  color: var(--two-color);
  padding-bottom: 80px;
  padding-top: 80px;
}
@media (max-width: 1200px) {
  .standart__content {
    padding-bottom: 50px;
    padding-top: 0;
  }
}
@media (max-width: 998px) {
  .standart__content {
    max-width: 500px;
    padding-bottom: 0;
  }
}
.standart__title {
  font-size: 84px;
}
@media (max-width: 1800px) {
  .standart__title {
    font-size: 70px;
  }
}
@media (max-width: 1600px) {
  .standart__title {
    font-size: 64px;
  }
}
@media (max-width: 1300px) {
  .standart__title {
    font-size: 50px;
  }
}
@media (max-width: 1100px) {
  .standart__title {
    font-size: 46px;
  }
}
@media (max-width: 500px) {
  .standart__title {
    font-size: 36px;
  }
}
@media (max-width: 380px) {
  .standart__title {
    font-size: 34px;
  }
}
.standart__btns {
  margin-top: 24px;
  display: flex;
  gap: 10px;
}
.standart__btn {
  padding: 16px;
}
@media (max-width: 500px) {
  .standart__btn {
    font-size: 12px;
    padding: 14px 16px;
  }
}
.standart__bottom {
  display: flex;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 40px;
  max-width: max-content;
}
@media (max-width: 1200px) {
  .standart__bottom {
    margin-top: 30px;
    padding-top: 20px;
  }
}
@media (max-width: 700px) {
  .standart__bottom {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }
}
.standart__txt {
  max-width: 317px;
}
@media (max-width: 700px) {
  .standart__txt {
    max-width: 220px;
  }
}
.standart__cif {
  display: flex;
  align-items: flex-start;
  font-family: var(--font-head);
  font-size: 55px;
  gap: 10px;
}
@media (max-width: 1200px) {
  .standart__cif {
    font-size: 45px;
  }
}
@media (max-width: 998px) {
  .standart__cif ._tooltip span {
    transform: translate(-50%, -100%);
    left: 50%;
  }
}
@media (max-width: 700px) {
  .standart__cif ._tooltip span {
    max-width: 220px;
  }
}
.standart__link-project {
  position: absolute;
  bottom: 80px;
  left: 50%;
  z-index: 5;
  transform: translate(750px);
  align-items: center;
  color: var(--green-color);
  gap: 13px;
  display: flex;
  border-bottom: 1px solid var(--green-color);
  padding-bottom: 5px;
}
@media (max-width: 1920px) {
  .standart__link-project {
    right: 80px;
    left: auto;
    transform: translate(0);
  }
}
@media (max-width: 1200px) {
  .standart__link-project {
    bottom: 50px;
    z-index: 4;
  }
}
@media (max-width: 998px) {
  .standart__link-project {
    left: 20px;
    right: auto;
  }
}
@media (max-width: 500px) {
  .standart__link-project {
    bottom: 40px;
  }
}

._tooltip {
  position: relative;
  font-family: var(--font-text);
}
._tooltip img {
  cursor: pointer;
}
._tooltip:hover span {
  display: block;
}
._tooltip span {
  display: none;
  top: 0;
  left: 0;
  transform: translate(0%, -100%);
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  color: var(--two-color);
  width: 330px;
  padding: 10px;
  border-radius: 6px;
  background: #808594;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.17);
}
@media (max-width: 700px) {
  ._tooltip span {
    font-size: 10px;
  }
}

.map-standart {
  margin-left: auto;
  width: 50vw;
  position: relative;
}
@media (min-width: 998px) {
  .map-standart._z-index {
    z-index: 3;
  }
}
@media (max-width: 998px) {
  .map-standart {
    width: 150vw;
    left: 34vw;
    margin-top: -40vw;
  }
}
.map-standart__big {
  width: 100%;
}
.map-standart__big img {
  width: 140%;
  pointer-events: none;
  display: block;
  transform: translate(-100%);
  position: relative;
  left: 100%;
}
.map-standart__oblasti {
  position: absolute;
}
.map-standart__oblasti img {
  position: relative;
  pointer-events: none;
  left: 50%;
  transform: translate(-50%);
}
.map-standart__oblasti img:nth-child(2) {
  position: absolute;
  opacity: 0;
  z-index: 2;
  top: 0;
}
.map-standart__oblasti._active {
  cursor: pointer;
}
.map-standart__oblasti._active img:nth-child(2) {
  opacity: 1;
}
.map-standart__oblasti._active img:nth-child(1) {
  opacity: 0;
}
.map-standart__oblasti_1 {
  width: 15%;
  top: 50.7%;
  left: 3%;
  height: 4vw;
}
@media (max-width: 998px) {
  .map-standart__oblasti_1 {
    height: 11vw;
  }
}
.map-standart__oblasti_1 img {
  width: 203%;
}
.map-standart__oblasti_2 {
  width: 12%;
  top: 59.4%;
  left: 12.3%;
  z-index: 2;
  height: 4vw;
}
@media (max-width: 998px) {
  .map-standart__oblasti_2 {
    height: 8vw;
  }
}
.map-standart__oblasti_2 img {
  width: 280%;
}
.map-standart__oblasti_3 {
  width: 13%;
  top: 71.7%;
  left: 17.3%;
  z-index: 2;
  height: 4vw;
}
@media (max-width: 998px) {
  .map-standart__oblasti_3 {
    height: 10vw;
  }
}
.map-standart__oblasti_3 img {
  width: 245%;
}
.map-standart__oblasti_4 {
  width: 11%;
  top: 78.2%;
  left: 13.5%;
  z-index: 3;
  height: 3.5vw;
}
@media (max-width: 998px) {
  .map-standart__oblasti_4 {
    height: 8vw;
  }
}
.map-standart__oblasti_4 img {
  width: 273%;
}
.map-standart__oblasti_5 {
  width: 11%;
  top: 78.1%;
  left: 3%;
  z-index: 3;
  height: 3.5vw;
}
@media (max-width: 998px) {
  .map-standart__oblasti_5 {
    height: 7vw;
  }
}
.map-standart__oblasti_5 img {
  width: 293%;
  top: -0.5vw !important;
}
.map-standart__oblasti_6 {
  width: 8.5%;
  top: 64.1%;
  left: 9.6%;
  z-index: 3;
  height: 3.5vw;
}
@media (max-width: 998px) {
  .map-standart__oblasti_6 {
    height: 7vw;
  }
}
.map-standart__oblasti_6 img {
  width: 353%;
  top: -0.5vw !important;
}
.map-standart__oblasti_7 {
  width: 9%;
  top: 67.5%;
  left: 11.2%;
  z-index: 4;
  height: 3.5vw;
}
@media (max-width: 998px) {
  .map-standart__oblasti_7 {
    height: 7vw;
  }
}
.map-standart__oblasti_7 img {
  width: 353%;
  top: -0.5vw !important;
}
.map-standart__oblasti_8 {
  width: 7%;
  top: 60.5%;
  left: 19.8%;
  z-index: 3;
  height: 1.6vw;
}
@media (max-width: 998px) {
  .map-standart__oblasti_8 {
    height: 6vw;
  }
}
.map-standart__oblasti_8 img {
  width: 400%;
  top: -0.5vw !important;
}
.map-standart__oblasti_9 {
  width: 7%;
  top: 63.5%;
  left: 31.8%;
  z-index: 3;
  height: 2.2vw;
}
@media (max-width: 998px) {
  .map-standart__oblasti_9 {
    height: 7vw;
  }
}
.map-standart__oblasti_9 img {
  width: 400%;
  top: -0.5vw !important;
}
.map-standart__info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-20%, -50%);
  color: var(--two-color);
  display: flex;
  flex-direction: column;
  letter-spacing: -0.24px;
  width: 15vw;
  font-family: var(--font-head);
  font-size: 1vw;
  display: none;
}
@media (max-width: 998px) {
  .map-standart__info {
    left: -30vw;
    transform: translate(0, 0%);
    font-size: 3vw;
    width: 39vw;
  }
}
.map-standart__info::before {
  position: absolute;
  top: 50%;
  left: -1vw;
  height: 1px;
  width: 2vw;
  background: var(--two-color);
  transform: translate(-100%);
  content: "";
  pointer-events: none;
}
@media (max-width: 998px) {
  .map-standart__info::before {
    right: 0;
    left: auto;
    bottom: -2vw;
    width: 10vw;
    transform: translate(0);
    top: auto;
  }
}
.map-standart__info::after {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: -3vw;
  content: "";
  transform-origin: center right;
  width: 10vw;
  height: 1px;
  transform: translate(-100%);
  background: var(--two-color);
}
@media (max-width: 998px) {
  .map-standart__info::after {
    right: 0;
    bottom: -2vw;
    left: auto;
    top: auto;
    transform-origin: center left;
    transform: translate(100%);
  }
}
.map-standart__info._active {
  display: flex;
}
.map-standart__info > span {
  font-size: 1.4vw;
}
@media (max-width: 998px) {
  .map-standart__info > span {
    font-size: 3.5vw;
  }
}
.map-standart__info div {
  font-size: 0.8vw;
  margin-top: 10px;
  max-width: max-content;
  font-weight: 500;
  font-family: var(--font-text);
  background: var(--green-color);
  display: flex;
  color: var(--main-color);
  padding: 0.5vw 0;
}
@media (max-width: 998px) {
  .map-standart__info div {
    font-size: 3vw;
    padding: 1.5vw 0;
  }
}
.map-standart__info div span {
  padding: 0 0.5vw;
}
@media (max-width: 998px) {
  .map-standart__info div span {
    padding: 0 1.5vw;
  }
}
.map-standart__info div span:nth-child(1) {
  border-right: 1px solid var(--main-color);
}
.map-standart__info_1::after {
  width: 11vw;
  transform: translate(-100%) rotate(-10deg);
}
@media (max-width: 998px) {
  .map-standart__info_1::after {
    transform: translate(100%) rotate(-50deg);
    width: 15vw;
  }
}
.map-standart__info_2::after {
  transform: translate(-100%) rotate(-35deg);
}
@media (max-width: 998px) {
  .map-standart__info_2::after {
    transform: translate(100%) rotate(-10deg);
    width: 11vw;
  }
}
.map-standart__info_3::after {
  transform: translate(-100%) rotate(-60deg);
  width: 12vw;
}
@media (max-width: 998px) {
  .map-standart__info_3::after {
    transform: translate(100%) rotate(30deg);
    width: 25vw;
  }
}
.map-standart__info_4::after {
  transform: translate(-100%) rotate(-60deg);
  width: 16vw;
}
@media (max-width: 998px) {
  .map-standart__info_4::after {
    transform: translate(100%) rotate(55deg);
    width: 25vw;
  }
}
.map-standart__info_5::after {
  transform: translate(-100%) rotate(-45deg);
  width: 21vw;
}
@media (max-width: 998px) {
  .map-standart__info_5::after {
    width: 24vw;
    transform: translate(100%) rotate(85deg);
  }
}
.map-standart__info_6::after {
  transform: translate(-100%) rotate(-32deg);
  width: 13vw;
}
@media (max-width: 998px) {
  .map-standart__info_6::after {
    width: 12vw;
    transform: translate(100%) rotate(10deg);
  }
}
.map-standart__info_7::after {
  transform: translate(-100%) rotate(-38deg);
  width: 15vw;
}
@media (max-width: 998px) {
  .map-standart__info_7::after {
    width: 15vw;
    transform: translate(100%) rotate(35deg);
  }
}
.map-standart__info_8::after {
  transform: translate(-100%) rotate(-38deg);
  width: 9vw;
}
@media (max-width: 998px) {
  .map-standart__info_8::after {
    width: 26vw;
    transform: translate(100%) rotate(-5deg);
  }
}
.map-standart__info_9::after {
  transform: translate(-100%) rotate(-75deg);
  width: 8vw;
}
@media (max-width: 998px) {
  .map-standart__info_9::after {
    width: 40vw;
    transform: translate(100%) rotate(5deg);
  }
}

.perspective-kwiz {
  background-image: url(../img/q1.png);
  background-size: cover;
  background-position: center center;
}
.perspective-kwiz__container {
  display: flex;
  gap: 10px;
  padding-top: 120px;
}
@media (max-width: 998px) {
  .perspective-kwiz__container {
    padding-top: 90px;
  }
}
@media (max-width: 1100px) {
  .perspective-kwiz__container {
    display: flex;
    flex-direction: column;
  }
  .perspective-kwiz__container .perspective-kwiz__right {
    display: none;
  }
  .perspective-kwiz__container._active .perspective-kwiz__right {
    display: block;
  }
  .perspective-kwiz__container._active .perspective-kwiz__left {
    display: none;
  }
}
.perspective-kwiz__left {
  background: #f2f4fb;
  padding: 32px 23px;
  display: block;
  display: flex;
  flex-direction: column;
  width: 480px;
  flex: 0 0 480px;
}
@media (max-width: 1600px) {
  .perspective-kwiz__left {
    width: 380px;
    flex: 0 0 380px;
  }
}
@media (max-width: 1100px) {
  .perspective-kwiz__left {
    width: 100%;
    flex: 0 0 auto;
  }
}
@media (max-width: 500px) {
  .perspective-kwiz__left {
    padding: 32px 20px;
  }
}
.perspective-kwiz__head {
  font-weight: 600;
  line-height: 1.1;
  font-size: 38px;
}
@media (max-width: 1600px) {
  .perspective-kwiz__head {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  .perspective-kwiz__head {
    font-size: 24px;
  }
}
.perspective-kwiz__text {
  margin-top: 16px;
}
.perspective-kwiz__more {
  background: var(--three-color);
  width: 100%;
  max-width: 500px;
  color: var(--two-color);
  margin-top: 180px;
  display: none;
}
@media (max-width: 1100px) {
  .perspective-kwiz__more {
    display: block;
  }
}
.perspective-kwiz__right {
  background: #f2f4fb;
  padding: 32px;
  width: calc(100% - 490px);
  flex: 0 0 calc(100% - 490px);
}
@media (max-width: 1600px) {
  .perspective-kwiz__right {
    width: calc(100% - 390px);
    flex: 0 0 calc(100% - 390px);
  }
}
@media (max-width: 1100px) {
  .perspective-kwiz__right {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 500px) {
  .perspective-kwiz__right {
    padding: 32px 20px;
  }
}
.perspective-kwiz__right._ready .perspective-kwiz__top,
.perspective-kwiz__right._ready .perspective-kwiz__btns {
  display: none;
}
.perspective-kwiz__top {
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 22px;
  align-items: center;
  margin-bottom: 32px;
}
.perspective-kwiz__line {
  height: 20px;
  position: relative;
  background: var(--two-color);
  overflow: hidden;
}
.perspective-kwiz__line span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: var(--three-color);
}
.perspective-kwiz__line span._ready::before {
  display: none;
}
.perspective-kwiz__line span::before {
  position: absolute;
  top: 0px;
  right: 0;
  content: "";
  width: 40px;
  height: 40px;
  background: var(--two-color);
  transform: rotate(-50deg) translate(85%);
}
.perspective-kwiz__cifres {
  font-size: 24px;
  color: rgba(0, 9, 37, 0.3);
  font-weight: 600;
}
@media (max-width: 500px) {
  .perspective-kwiz__cifres {
    font-size: 18px;
  }
}
.perspective-kwiz__cifres i {
  font-style: normal;
}
.perspective-kwiz__cifres span {
  color: var(--main-color);
}
.perspective-kwiz__block {
  width: 100%;
  display: block;
  opacity: 0;
  transition: 0.3s;
}
.perspective-kwiz__block.swiper-container-initialized {
  opacity: 1;
}
.perspective-kwiz__slide {
  width: 100% !important;
  position: relative;
  z-index: 4;
}
.perspective-kwiz__slide_last {
  background-image: url(../img/Vector-i.svg);
  background-position: bottom right;
  background-size: 50%;
  background-repeat: no-repeat;
}
@media (max-width: 998px) {
  .perspective-kwiz__slide_last {
    padding-bottom: 30vw;
  }
}
@media (max-width: 500px) {
  .perspective-kwiz__slide_last {
    background-size: 100%;
    padding-bottom: 30vw;
  }
}
.perspective-kwiz__slide_last .perspective-kwiz__title {
  color: var(--three-color);
  max-width: 450px;
}
.perspective-kwiz__title {
  max-width: 360px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
}
@media (max-width: 700px) {
  .perspective-kwiz__title {
    font-size: 20px;
  }
}
.perspective-kwiz__subtitle {
  font-weight: 500;
  opacity: 0.7;
  margin-top: 10px;
  max-width: 500px;
}
.perspective-kwiz__wp {
  margin-top: 23px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 100%;
}
.perspective-kwiz__item {
  width: calc(50% - 5px);
}
@media (max-width: 700px) {
  .perspective-kwiz__item {
    width: 100%;
  }
}
.perspective-kwiz__item input {
  display: none;
}
.perspective-kwiz__item input:checked + label::before {
  background-image: url(../img/Radiobox1.svg);
}
.perspective-kwiz__item label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--two-color);
}
.perspective-kwiz__item label::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-image: url(../img/Radiobox.svg);
  background-size: contain;
}
.perspective-kwiz__btns {
  margin-top: 25px;
  display: flex;
  justify-content: end;
  gap: 10px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 998px) {
  .perspective-kwiz__btns {
    margin-top: 40px;
  }
}
.perspective-kwiz__btns._ready .perspective-kwiz__btn_2 {
  display: flex;
}
.perspective-kwiz__btns._ready .perspective-kwiz__btn_1 {
  display: none;
}
.perspective-kwiz__btn {
  padding: 16px;
  background: var(--three-color);
  color: #fff;
  cursor: pointer;
}
.perspective-kwiz__btn_2 {
  display: none;
}
.perspective-kwiz__btn.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.perspective-kwiz__btn_back {
  background: #c0ccf7;
  color: var(--three-color);
}
.perspective-kwiz__btn_next:hover {
  color: var(--three-color);
}
.perspective-kwiz__info {
  display: flex;
  gap: 20px;
  margin-top: 32px;
}
@media (max-width: 998px) {
  .perspective-kwiz__info {
    flex-wrap: wrap;
  }
}
.perspective-kwiz__input {
  width: 100%;
}
.perspective-kwiz__input label {
  font-weight: 500;
}
.perspective-kwiz__input input {
  margin-top: 10px;
  display: block;
  width: 100%;
  background: var(--two-color);
  padding: 10px 14px;
  font-size: 14px;
}
.perspective-kwiz__input input::placeholder {
  font-size: 14px;
}
.perspective-kwiz__check {
  margin-top: 20px;
}

._form-check._error label::before {
  border: 1px solid #fb5f5f;
}
._form-check input {
  display: none;
}
._form-check input:checked + label::before {
  border: none;
  background-image: url(../img/Tick-Square.svg);
}
._form-check label {
  color: rgba(0, 9, 37, 0.7);
  padding-left: 26px;
  font-size: 14px;
  position: relative;
  max-width: 400px;
  display: block;
}
._form-check label a {
  color: inherit;
  text-decoration: underline;
}
._form-check label::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-size: contain;
  border: 1px solid var(--three-color);
  border-radius: 4px;
  width: 16px;
  height: 16px;
}

.potential-income {
  background-image: url(../img/Vector12.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0%;
}
.potential-income__container {
  padding-top: 120px;
  padding-bottom: 120px;
}
.potential-income__title {
  max-width: 900px;
}
.potential-income__block {
  display: grid;
  grid-template-columns: 1fr 485px;
  gap: 10px;
  margin-top: 40px;
}
@media (max-width: 1600px) {
  .potential-income__block {
    grid-template-columns: 1fr 385px;
  }
}
@media (max-width: 1200px) {
  .potential-income__block {
    display: flex;
    flex-direction: column;
  }
}
.potential-income__calk {
  padding: 32px;
  background: #f2f4fb;
  position: relative;
  z-index: 2;
}
@media (max-width: 998px) {
  .potential-income__calk {
    padding: 20px;
  }
}
.potential-income__wp {
  width: 100%;
  display: flex;
  gap: 25px;
}
@media (max-width: 1400px) {
  .potential-income__wp {
    gap: 10px;
  }
}
@media (max-width: 700px) {
  .potential-income__wp {
    flex-direction: column;
  }
}
.potential-income__bottom {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
}
@media (max-width: 1400px) {
  .potential-income__bottom {
    gap: 20px;
    grid-template-columns: 250px 1fr;
  }
}
@media (max-width: 700px) {
  .potential-income__bottom {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 24px;
  }
}
.potential-income__summ {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.potential-income__item {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid rgba(3, 41, 178, 0.1);
}
.potential-income__item u {
  text-decoration: none;
  padding-right: 5px;
}
.potential-income__item span {
  font-size: 14px;
}
@media (max-width: 1600px) {
  .potential-income__item span {
    font-size: 12px;
  }
}
.potential-income__item p {
  color: #0329b2;
  font-size: 24px;
  font-weight: 600;
}
.potential-income__item p i {
  font-style: normal;
  color: rgba(3, 41, 178, 0.5);
}
.potential-income__graph {
  display: flex;
  align-items: center;
  font-size: 16px;
}
@media (max-width: 1600px) {
  .potential-income__graph {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .potential-income__graph {
    flex-direction: column-reverse;
  }
}
.potential-income__info {
  color: rgba(0, 9, 37, 0.5);
  display: flex;
  flex-direction: column;
  gap: 15px;
  line-height: 1.2;
}
@media (max-width: 700px) {
  .potential-income__info {
    flex-direction: row;
  }
}
.potential-income__info span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.potential-income__info span:nth-child(2)::before {
  background: #c0ccf7;
}
.potential-income__info span::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  border-radius: 4px;
  width: 16px;
  height: 16px;
  background: #002dcf;
  flex: 0 0 16px;
}

.potential-input__item {
  width: 100%;
}
.potential-input__item:nth-child(1) .potential-input__wp {
  justify-content: space-between;
}
.potential-input__item:nth-child(1) .potential-input__wp input {
  width: 100%;
}
.potential-input__item:nth-child(3) .potential-input__wp,
.potential-input__item:nth-child(3) .ui-custom-handle {
  pointer-events: none;
}
.potential-input__item label {
  display: flex;
  gap: 5px;
  align-items: center;
  position: relative;
  z-index: 4;
}
.potential-input__item label ._tooltip {
  display: flex;
  align-items: flex-end;
}
.potential-input__item label ._tooltip span {
  top: -10px;
  color: var(--main-color);
  background: var(--two-color);
}
@media (max-width: 1200px) {
  .potential-input__item label ._tooltip span {
    left: 50%;
    transform: translate(-100%, -100%);
  }
}
@media (max-width: 700px) {
  .potential-input__item label ._tooltip span {
    left: 0;
    transform: translate(0%, -100%);
    max-width: 60vw;
  }
}
.potential-input__wp {
  margin-top: 6px;
  width: 100%;
  padding: 10px;
  background: #fff;
  display: flex;
  font-size: 16px;
  color: rgba(0, 9, 37, 0.4);
}
@media (max-width: 1600px) {
  .potential-input__wp {
    font-size: 14px;
  }
}
.potential-input__wp input {
  min-width: 28px;
  width: 28px;
  padding: 0;
  max-width: max-content;
  font-size: 16px;
  color: rgba(0, 9, 37, 0.4);
}
@media (max-width: 1600px) {
  .potential-input__wp input {
    font-size: 14px;
  }
}
.potential-input__wp input::placeholder {
  font-size: 16px;
  color: rgba(0, 9, 37, 0.4);
}
@media (max-width: 1600px) {
  .potential-input__wp input::placeholder {
    font-size: 14px;
  }
}

.potential-popup {
  background: #f2f4fb;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 25px;
}
@media (max-width: 1200px) {
  .potential-popup {
    height: 400px;
  }
}
@media (max-width: 500px) {
  .potential-popup {
    padding: 10px;
  }
}
.potential-popup__img {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .potential-popup__img {
    height: 100%;
    width: auto;
    left: 50%;
    transform: translate(-50%);
  }
}
.potential-popup__img img {
  width: 100%;
}
@media (max-width: 1200px) {
  .potential-popup__img img {
    height: 100%;
    width: auto;
  }
}
.potential-popup__content {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: 16px 24px;
  background: var(--two-color);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.potential-popup__head {
  font-weight: 500;
}
.potential-popup__btn {
  width: 100%;
  max-width: 100%;
  padding: 16px;
}

.investor-speack__container {
  padding-top: 120px;
}
@media (max-width: 998px) {
  .investor-speack__container {
    padding-top: 90px;
  }
}
.investor-speack__top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 700px) {
  .investor-speack__top {
    align-items: flex-end;
  }
}
.investor-speack__title {
  max-width: 530px;
}
@media (max-width: 500px) {
  .investor-speack__title {
    font-size: 20px;
  }
}
.investor-speack__arr div {
  background: var(--three-color);
}
.investor-speack__arr div.swiper-button-disabled {
  opacity: 0.5;
  background: var(--three-color);
}
@media (max-width: 500px) {
  .investor-speack__arr {
    gap: 5px;
  }
}
.investor-speack__block {
  margin-top: 40px;
}
.investor-speack__block._rew .investor-speack__text {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* ограничение до 3-х строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.investor-speack__block._uspeh .investor-speack__text {
  background: transparent;
  margin-bottom: 0;
  margin-top: 24px;
}
.investor-speack__review {
  background: #f2f4fb;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.investor-speack__info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.investor-speack__avatar {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
}
@media (max-width: 500px) {
  .investor-speack__avatar {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
}
.investor-speack__avatar img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
}
.investor-speack__human {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.investor-speack__human span {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .investor-speack__human span {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .investor-speack__human span {
    font-size: 16px;
  }
}
.investor-speack__human p {
  font-size: 14px;
}
@media (max-width: 1600px) {
  .investor-speack__human p {
    font-size: 12px;
  }
}
.investor-speack__text {
  margin-top: 40px;
  background: linear-gradient(182deg, #000925 1.37%, rgba(0, 9, 37, 0) 107.14%);
  margin-bottom: 35px;
}
@media (max-width: 500px) {
  .investor-speack__text {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.investor-speack__btn {
  margin-top: auto;
  font-weight: 600;
  cursor: pointer;
  color: var(--three-color);
}

.quote {
  background: linear-gradient(339deg, #010617 0.23%, #020d30 27.68%, #092b98 77.48%), #f2f4fb;
  position: relative;
}
.quote::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 100%;
  content: "";
  background-image: url(../img/Vector4.png);
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.quote._two .quote__container {
  flex-direction: row-reverse;
}
@media (max-width: 1600px) {
  .quote._two .quote__container {
    gap: 0;
  }
}
@media (max-width: 998px) {
  .quote._two .quote__container {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.quote._two .quote__text {
  font-size: 38px;
  font-family: var(--font-head);
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .quote._two .quote__text {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .quote._two .quote__text {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .quote._two .quote__text {
    font-size: 20px;
  }
}
.quote._two .quote__img {
  width: 550px;
  flex: 0 0 550px;
}
@media (max-width: 1600px) {
  .quote._two .quote__img {
    width: 500px;
    flex: 0 0 500px;
  }
}
@media (max-width: 1200px) {
  .quote._two .quote__img {
    width: 450px;
    flex: 0 0 450px;
  }
}
@media (max-width: 500px) {
  .quote._two .quote__img {
    width: 100%;
    flex: 0 0 100%;
  }
  .quote._two .quote__img img {
    width: 120%;
  }
}
.quote__container {
  display: flex;
  align-items: center;
  margin-top: 120px;
  gap: 60px;
  position: relative;
}
@media (max-width: 998px) {
  .quote__container {
    padding-top: 60px;
    gap: 25px;
    padding-bottom: 20px;
    flex-direction: column-reverse;
  }
}
.quote__img {
  margin-top: -90px;
  width: 380px;
  flex: 0 0 380px;
  display: flex;
  justify-content: end;
  z-index: 1;
}
@media (max-width: 998px) {
  .quote__img {
    margin-top: 0;
    flex: auto;
  }
}
@media (max-width: 500px) {
  .quote__img {
    width: 100%;
  }
}
.quote__img img {
  width: 120%;
}
@media (max-width: 998px) {
  .quote__img img {
    width: 100%;
  }
}
.quote__content {
  color: var(--two-color);
}
.quote__text {
  font-size: 30px;
  position: relative;
}
.quote__text span {
  font-size: 40px;
  font-family: var(--font-head);
}
@media (min-width: 998px) {
  .quote__text span:nth-child(1) {
    position: absolute;
    left: 0;
    transform: translate(-150%);
  }
}
@media (max-width: 1600px) {
  .quote__text {
    font-size: 25px;
  }
  .quote__text span {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .quote__text {
    font-size: 20px;
  }
  .quote__text span {
    font-size: 20px;
  }
}
.quote__bottom {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 998px) {
  .quote__bottom {
    margin-top: 24px;
  }
}
.quote__name span {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .quote__name span {
    font-size: 16px;
  }
}
.quote__name p {
  font-size: 14px;
}
@media (max-width: 1600px) {
  .quote__name p {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .quote__btn {
    padding: 16px;
  }
}
@media (max-width: 998px) {
  .quote__btn {
    bottom: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: calc(100% - 40px);
    max-width: 400px;
    z-index: 2;
  }
}
.quote__more {
  margin-top: 20px;
}
@media (max-width: 998px) {
  .quote__more {
    margin-top: 10px;
  }
}

@media (min-width: 998px) {
  .quote__name._right {
    text-align: right;
  }
}

.subscribe__container {
  display: flex;
  gap: 10px;
  margin-top: 120px;
}
@media (max-width: 1200px) {
  .subscribe__container {
    flex-direction: column;
    max-width: 700px;
  }
}
.subscribe__left {
  padding: 32px;
  background: #f2f4fb;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}
@media (max-width: 600px) {
  .subscribe__left {
    padding: 20px;
  }
}
.subscribe__content {
  max-width: 50%;
}
@media (max-width: 500px) {
  .subscribe__content {
    max-width: 60%;
  }
}
.subscribe__head {
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .subscribe__head {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .subscribe__head {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.subscribe__btn {
  background: var(--three-color);
  color: var(--two-color);
  padding: 16px 24px;
}
.subscribe__img {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.subscribe__img img {
  width: 100%;
}
@media (max-width: 450px) {
  .subscribe__img img {
    width: 110%;
  }
}
.subscribe__right {
  padding: 32px;
  background: #f2f4fb;
  width: calc(100% - 5px);
}
@media (max-width: 600px) {
  .subscribe__right {
    padding: 20px;
  }
}
.subscribe__wp {
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 5px;
  align-items: flex-start;
}
@media (max-width: 550px) {
  .subscribe__wp {
    grid-template-columns: 1fr;
  }
  .subscribe__wp button {
    width: 100%;
    max-width: 100%;
  }
}
.subscribe__wp input {
  width: 100%;
  border: 1px solid rgba(3, 41, 178, 0.2);
  background: #fff;
  padding: 12px 14px;
}
.subscribe__check {
  margin-top: 8px;
  color: rgba(0, 9, 37, 0.7);
}
.subscribe__check label {
  max-width: 450px;
}

.klub {
  background-image: url(../img/bgklub.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  .klub {
    background-image: url(../img/klub2.png);
    background-size: 100%;
    background-position: bottom;
  }
}
@media (max-width: 500px) {
  .klub {
    background-size: cover;
  }
}
.klub__container {
  padding-top: 190px;
  padding-bottom: 120px;
  color: var(--two-color);
}
@media (max-width: 998px) {
  .klub__container {
    padding-bottom: 100px;
    padding-top: 150px;
  }
}
@media (max-width: 800px) {
  .klub__container {
    padding-bottom: 60vw;
  }
}
@media (max-width: 500px) {
  .klub__container {
    padding-top: 100px;
    padding-bottom: 65vw;
  }
}
.klub__title {
  max-width: 800px;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .klub__title {
    font-size: 36px;
    max-width: 600px;
  }
}
@media (max-width: 998px) {
  .klub__title {
    font-size: 30px;
    max-width: 500px;
  }
}
@media (max-width: 500px) {
  .klub__title {
    font-size: 20px;
  }
}
.klub__subtitle {
  margin-top: 16px;
  max-width: 700px;
}
@media (max-width: 1600px) {
  .klub__subtitle {
    max-width: 570px;
  }
}
@media (max-width: 998px) {
  .klub__subtitle {
    max-width: 470px;
  }
}
.klub__btn {
  margin-top: 32px;
}

.who-klub__container {
  padding-top: 120px;
}
@media (max-width: 998px) {
  .who-klub__container {
    padding-top: 90px;
  }
}
.who-klub__title {
  max-width: 500px;
}
.who-klub__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 40px;
}
@media (max-width: 998px) {
  .who-klub__block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 32px;
  }
}
.who-klub__item {
  position: relative;
}
@media (max-width: 998px) {
  .who-klub__item {
    width: calc(50% - 5px);
  }
}
@media (max-width: 600px) {
  .who-klub__item {
    width: 100%;
    max-width: 400px;
  }
}
.who-klub__item span {
  position: absolute;
  z-index: 2;
  padding: 20px;
  bottom: 0;
  left: 0;
  color: var(--two-color);
  font-weight: 600;
  font-size: 30px;
}
@media (max-width: 1600px) {
  .who-klub__item span {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .who-klub__item span {
    font-size: 22px;
  }
}
@media (max-width: 998px) {
  .who-klub__item span {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .who-klub__item span {
    font-size: 16px;
  }
  .who-klub__item span br {
    display: none;
  }
}
.who-klub__item img {
  width: 100%;
}

.association__container {
  padding-top: 60px;
  display: flex;
  gap: 45px;
  align-items: center;
}
@media (max-width: 998px) {
  .association__container {
    padding-top: 90px;
  }
}
@media (max-width: 998px) {
  .association__container {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.association__img {
  flex: 0 0 580px;
}
@media (max-width: 1600px) {
  .association__img {
    flex: 0 0 480px;
  }
}
.association__img img {
  width: 100%;
}
.association__content {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 998px) {
  .association__content {
    align-items: flex-start;
    text-align: left;
  }
}
.association__title {
  color: var(--three-color);
}
.association__text {
  margin-top: 40px;
  font-size: 27px;
  line-height: 1.2;
}
@media (max-width: 1600px) {
  .association__text {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .association__text {
    font-size: 20px;
  }
}
.association__text span {
  color: var(--three-color);
  font-family: var(--font-head);
  font-size: 36px;
}
@media (max-width: 1600px) {
  .association__text span {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .association__text span {
    font-size: 20px;
  }
}
.association__name {
  margin-top: 20px;
}
@media (max-width: 998px) {
  .association__name {
    margin-left: auto;
  }
}
.association__name span {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .association__name span {
    font-size: 16px;
  }
}
.association__name p {
  font-size: 14px;
}
@media (max-width: 1600px) {
  .association__name p {
    font-size: 12px;
  }
}

.advantages-klub__container {
  padding-top: 100px;
}
@media (max-width: 998px) {
  .advantages-klub__container {
    padding-top: 70px;
  }
}
.advantages-klub__block {
  display: flex;
  gap: 10px;
  margin-top: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.advantages-klub__item {
  padding: 24px;
  background: #f2f4fb;
  width: calc(33.33% - 7px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 998px) {
  .advantages-klub__item {
    width: calc(50% - 5px);
  }
}
@media (max-width: 650px) {
  .advantages-klub__item {
    width: 100%;
  }
}
.advantages-klub__cif {
  font-size: 46px;
  font-family: var(--font-head);
  color: var(--three-color);
}
@media (max-width: 1600px) {
  .advantages-klub__cif {
    font-size: 40px;
  }
}
.advantages-klub__cif span {
  font-size: 20px;
  font-family: var(--font-text);
  font-weight: 500;
}
.advantages-klub__txt {
  color: var(--three-color);
  font-size: 16px;
  opacity: 0.7;
  max-width: 190px;
}
@media (max-width: 1600px) {
  .advantages-klub__txt {
    font-size: 14px;
  }
}
.advantages-klub__head {
  margin-top: 80px;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .advantages-klub__head {
    font-size: 24px;
  }
}
.advantages-klub__info {
  margin-top: 10px;
}

.become {
  background-image: url(../img/bgcome.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  .become {
    background-image: url(../img/bgcome2.png);
    background-position: bottom;
    background-size: 100%;
  }
}
@media (max-width: 500px) {
  .become {
    background-size: cover;
  }
}
.become__container {
  padding-top: 105px;
  padding-bottom: 105px;
  margin-top: 120px;
  color: var(--two-color);
}
@media (max-width: 1600px) {
  .become__container {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media (max-width: 998px) {
  .become__container {
    padding-top: 75px;
    padding-bottom: 75px;
    margin-top: 90px;
  }
}
@media (max-width: 800px) {
  .become__container {
    padding-bottom: 80vw;
  }
}
@media (max-width: 500px) {
  .become__container {
    padding-top: 60px;
  }
}
.become__content {
  max-width: 700px;
}
.become__subtitle {
  margin-top: 24px;
}
@media (max-width: 1600px) {
  .become__subtitle {
    max-width: 500px;
  }
}
.become__btn {
  margin-top: 32px;
}

.cases__container {
  padding-top: 120px;
}
@media (max-width: 998px) {
  .cases__container {
    padding-top: 90px;
  }
}
.cases__top {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
@media (max-width: 998px) {
  .cases__top {
    flex-direction: column;
  }
}
.cases__text {
  max-width: 770px;
}
@media (max-width: 1600px) {
  .cases__text {
    max-width: 570px;
  }
}
.cases__arrow {
  margin-left: auto;
}
.cases__arrow div {
  background: var(--three-color) !important;
}
.cases__arrow div.swiper-button-disabled {
  opacity: 0.5;
}
.cases__block {
  margin-top: 40px;
}
@media (max-width: 998px) {
  .cases__block {
    margin-top: 24px;
  }
}
.cases__item {
  background: #f2f4fb;
  padding: 32px;
}
@media (max-width: 500px) {
  .cases__item {
    padding: 20px;
  }
}
.cases__name {
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .cases__name {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .cases__name {
    font-size: 20px;
  }
}
.cases__job {
  font-size: 16px;
  margin-bottom: auto;
}
@media (max-width: 1600px) {
  .cases__job {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .cases__job {
    font-size: 12px;
  }
}
.cases__info {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
}
@media (max-width: 500px) {
  .cases__info {
    margin-top: 44px;
  }
}
.cases__wp {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.cases__wp:nth-child(1) {
  border-right: 1px solid rgba(3, 41, 178, 0.2);
}
.cases__wp:nth-child(2) {
  padding-left: 30px;
}
.cases__cif {
  font-family: var(--font-head);
  font-size: 48px;
  color: var(--three-color);
}
.cases__cif span {
  font-size: 24px;
}
@media (max-width: 1600px) {
  .cases__cif {
    font-size: 40px;
  }
  .cases__cif span {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .cases__cif {
    font-size: 32px;
  }
}
.cases__desc {
  font-size: 16px;
}
@media (max-width: 1600px) {
  .cases__desc {
    font-size: 14px;
  }
}

.ivent__container {
  display: flex;
  gap: 10px;
  padding-top: 120px;
  flex-wrap: wrap;
}
@media (max-width: 998px) {
  .ivent__container {
    padding-top: 90px;
  }
}
.ivent__left {
  width: calc(50% - 5px);
  padding: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 998px) {
  .ivent__left {
    width: 100%;
    min-height: 400px;
  }
}
.ivent__left img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
.ivent__content {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: 24px;
  background: var(--two-color);
}
.ivent__info {
  color: var(--three-color);
  font-weight: 500;
  gap: 14px;
  display: flex;
  align-items: center;
}
.ivent__info span {
  opacity: 0.5;
  color: #191528;
  position: relative;
}
.ivent__info span::before {
  position: absolute;
  top: 50%;
  transform: translate(-10px, -50%);
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #191528;
}
.ivent__title {
  margin-top: 24px;
  font-size: 28px;
}
@media (max-width: 1600px) {
  .ivent__title {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .ivent__title {
    font-size: 20px;
  }
}
.ivent__description {
  margin-top: 6px;
}
.ivent__right {
  width: calc(50% - 5px);
  padding: 40px;
  background: #f2f4fb;
}
@media (max-width: 998px) {
  .ivent__right {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .ivent__right {
    padding: 20px;
  }
}
.ivent__head {
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .ivent__head {
    font-size: 24px;
  }
}
.ivent__wp {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 20px;
}
.ivent__item {
  width: calc(50% - 5px);
  display: flex;
  gap: 6px;
  flex-direction: column;
}
@media (max-width: 998px) {
  .ivent__item {
    width: 100%;
  }
}
.ivent__item input {
  width: 100%;
  font-size: 16px;
  padding: 10px 14px;
}
.ivent__item input::placeholder {
  font-size: 16px;
}
.ivent__check {
  margin-top: 12px;
}
.ivent__check label {
  max-width: 450px;
}
.ivent__btn {
  margin-top: 20px;
  max-width: 100%;
  width: 100%;
}

.activity__container {
  padding-top: 120px;
}
@media (max-width: 998px) {
  .activity__container {
    padding-top: 90px;
  }
}
.activity__block {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 1200px) {
  .activity__block {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .activity__block {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}
.activity__item {
  min-height: 400px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 20px;
  color: var(--two-color);
}
.activity__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(0deg, #092b98 0%, rgba(1, 6, 23, 0.2) 50%, rgba(1, 6, 23, 0) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.activity__item img {
  width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
.activity__head {
  position: relative;
  z-index: 2;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1600px) {
  .activity__head {
    font-size: 24px;
  }
}
.activity__text {
  position: relative;
  z-index: 2;
  opacity: 0.8;
  margin-top: 12px;
}

.life__container {
  padding-top: 120px;
}
@media (max-width: 998px) {
  .life__container {
    padding-top: 90px;
  }
}
.life__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .life__top {
    gap: 5px;
  }
}
.life__arr div {
  background: var(--three-color) !important;
}
.life__arr div.swiper-button-disabled {
  opacity: 0.5;
}
.life__block {
  overflow: visible;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 998px) {
  .life__block {
    margin-top: 32px;
  }
}
.life__block.all-slides-viewed::before {
  display: none;
}
.life__block::before {
  position: absolute;
  top: 0;
  content: "";
  position: absolute;
  left: calc(50% + 50vw);
  transform: translate(-100%);
  width: 160px;
  pointer-events: none;
  height: 100%;
  background: linear-gradient(90deg, rgba(9, 43, 152, 0) 0%, #092b98 100%);
  z-index: 2;
}
@media (max-width: 500px) {
  .life__block::before {
    width: 80px;
  }
}
.life__item img {
  width: 100%;
  aspect-ratio: 583/416;
  object-fit: cover;
}

.join__container {
  padding-top: 120px;
}
@media (max-width: 1100px) {
  .join__container {
    padding-top: 90px;
  }
}
.join__block {
  position: relative;
  background-image: url(../img/bgn.png);
  background-size: cover;
  background-position: top right;
  padding: 40px;
  color: var(--two-color);
}
@media (max-width: 1100px) {
  .join__block {
    background-image: url(../img/ww.png);
    padding: 24px;
    padding-bottom: 0;
    background-position: top center;
  }
}
.join__content {
  position: relative;
  z-index: 2;
}
@media (max-width: 1100px) {
  .join__content {
    position: static;
  }
}
.join__title {
  max-width: 1100px;
  line-height: 1.2;
}
@media (max-width: 1900px) {
  .join__title {
    max-width: calc(100% - 650px);
  }
}
@media (max-width: 1750px) {
  .join__title {
    font-size: 36px;
  }
}
@media (max-width: 1600px) {
  .join__title {
    font-size: 34px;
  }
}
@media (max-width: 1500px) {
  .join__title {
    font-size: 32px;
    max-width: calc(100% - 500px);
  }
}
@media (max-width: 1300px) {
  .join__title {
    font-size: 24px;
  }
}
@media (max-width: 1100px) {
  .join__title {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .join__title {
    font-size: 18px;
  }
}
.join__subtitle {
  margin-top: 10px;
  opacity: 0.7;
  max-width: 520px;
  font-size: 20px;
}
@media (max-width: 1400px) {
  .join__subtitle {
    max-width: 420px;
  }
}
@media (max-width: 500px) {
  .join__subtitle {
    font-size: 14px;
  }
}
.join__btn {
  margin-top: 40px;
  color: var(--three-color);
}
@media (max-width: 1100px) {
  .join__btn {
    margin-top: 32px;
  }
}
@media (max-width: 500px) {
  .join__btn {
    max-width: 100%;
  }
}
.join__phone {
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 640px;
}
@media (max-width: 1600px) {
  .join__phone {
    width: 580px;
    right: -40px;
  }
}
@media (max-width: 1100px) {
  .join__phone {
    position: relative;
    right: 0;
    margin: 0px auto;
    max-width: 600px;
    width: 100%;
    pointer-events: none;
    margin-top: -20px;
    display: flex;
    justify-content: center;
  }
}
.join__phone img {
  width: 100%;
}
@media (max-width: 500px) {
  .join__phone img {
    width: 130%;
  }
}

.invest-text__container {
  color: var(--two-color);
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
}
@media (max-width: 700px) {
  .invest-text__container {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 24px;
  }
}
.invest-text__title {
  font-size: 54px;
  max-width: 950px;
}
@media (max-width: 1100px) {
  .invest-text__title {
    font-size: 44px;
    max-width: 750px;
  }
}
@media (max-width: 800px) {
  .invest-text__title {
    font-size: 5.4vw;
  }
}
@media (max-width: 500px) {
  .invest-text__title {
    font-size: 5.2vw;
  }
}
.career {
  background-image: url(../img/career.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: var(--two-color);
}
@media (max-width: 800px) {
  .career {
    background-image: url(../img/careerbom.png);
    background-position: bottom;
  }
}
.career__container {
  padding-top: 240px;
  padding-bottom: 240px;
}
@media (max-width: 1200px) {
  .career__container {
    padding-bottom: 180px;
    padding-top: 180px;
  }
}
@media (max-width: 800px) {
  .career__container {
    padding-bottom: 85vw;
    padding-top: 110px;
  }
}
.career__title {
  font-size: 55px;
}
@media (max-width: 1600px) {
  .career__title {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  .career__title {
    font-size: 40px;
  }
}
@media (max-width: 700px) {
  .career__title {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .career__title {
    font-size: 24px;
  }
}

.video-block__container {
  padding-top: 80px;
}
.video-block__video video {
  aspect-ratio: 1320/480;
  object-fit: cover;
}
@media (max-width: 600px) {
  .video-block__video video {
    aspect-ratio: 350/260;
  }
}

.chart-info {
  padding: 0px 35px;
  padding-left: 0;
  background: linear-gradient(339deg, #010617 0.23%, #020d30 27.68%, #092b98 77.48%), #f2f4fb;
  color: var(--two-color);
}
@media (max-width: 998px) {
  .chart-info {
    padding: 0;
  }
}
.chart-info__container {
  margin-top: 120px;
}
@media (max-width: 998px) {
  .chart-info__container {
    margin-top: 90px;
  }
}
.chart-info__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
}
@media (max-width: 998px) {
  .chart-info__top {
    flex-direction: column;
  }
}
.chart-info__labels {
  margin-top: 35px;
  display: flex;
  gap: 20px;
  width: 100%;
}
.chart-info__labels div {
  display: flex;
  align-items: center;
  gap: 6px;
}
.chart-info__labels div span {
  border-radius: 4px;
  background: #d7f227;
  width: 16px;
  height: 16px;
}
.chart-info__labels div:nth-child(2) span {
  background: #aab7e5;
}
.chart-info__labels div:nth-child(3) span {
  background: #fff;
}
.chart-info__data {
  opacity: 0.6;
}
.chart-info__chart {
  width: 100%;
}
.chart-info__chart #chart-container {
  max-width: 100%;
  margin-top: 30px;
}
.chart-info__chart canvas {
  height: 500px !important;
}
@media (max-width: 1600px) {
  .chart-info__chart canvas {
    height: 400px !important;
  }
}
.chart-info__chart .last-point-badge {
  color: #030e32;
  border-radius: 35px;
  background: #d7f227;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 26px;
  padding-top: 2px;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  pointer-events: none;
}
.chart-info__chart .last-point-badge svg {
  position: absolute;
  bottom: 0;
  transform: translate(0px, 70%);
}
.chart-info__chart .last-point-badge div {
  position: absolute;
  width: 12px;
  height: 12px;
  bottom: -31px;
  transform: translate(0px, -100%);
  border-radius: 50%;
  border: 2px solid #fff;
}

.catalog__container {
  padding-top: 80px;
}
@media (max-width: 998px) {
  .catalog__container {
    padding-top: 60px;
  }
}
.catalog__title {
  margin-bottom: 32px;
  text-transform: none;
}

#chart-container {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto;
  position: relative;
}

#custom-tooltip {
  position: absolute;
  opacity: 0;
  transform: translate(calc(50% + 5px), -100%);
  pointer-events: none;
  color: #fff;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.4;
  min-width: 120px;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  padding: 0;
  /* padding будет в заголовке и теле отдельно */
}
#custom-tooltip br {
  display: none;
}
#custom-tooltip::before {
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
  content: "";
  height: 800px;
  width: 1px;
  border: 1px dashed #d6d6d6;
}
@media (max-width: 998px) {
  #custom-tooltip {
    transform: translate(-5%, -100%);
    max-width: max-content;
    width: max-content;
    font-size: 11px;
  }
}
@media (max-width: 500px) {
  #custom-tooltip {
    font-size: 10px;
  }
  #custom-tooltip br._3:last-child {
    display: block;
  }
}

#custom-tooltip .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 45, 207, 0.2);
  backdrop-filter: blur(25px);
  padding: 4px 8px;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
}

#custom-tooltip .body {
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(25px);
  border-radius: 0 0 8px 8px;
}

#custom-tooltip .item {
  display: flex;
  align-items: center;
  margin-top: 2px;
}

#custom-tooltip .dot {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 6px;
}
@media (max-width: 998px) {
  #custom-tooltip .dot {
    width: 8px;
    height: 8px;
    border-radius: 2px;
  }
}

.chart-info__container {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chart-info__chart {
  width: 100%;
}

.map-catalog {
  position: relative;
  z-index: 2;
}
.map-catalog__change {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
}

.catalog-object-item {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  width: 322px;
  display: flex;
  flex-direction: column;
  padding: 0;
  border: none;
  margin: 0;
  font-family: var(--font-text);
  line-height: 1.3;
  white-space: wrap;
}
.catalog-object-item.catalog-object-item-mob {
  display: none;
}
@media (max-width: 998px) {
  .catalog-object-item.catalog-object-item-mob {
    display: flex;
  }
}
@media (max-width: 998px) {
  .catalog-object-item.catalog-object-item-mob {
    display: flex;
    pointer-events: none;
    transform: translate(-50%, 100%);
    transition: 0.4s;
    padding: 20px;
    position: fixed;
    z-index: 50;
    bottom: 0;
    left: 50%;
    width: 100vw;
    max-width: 400px;
  }
  .catalog-object-item.catalog-object-item-mob._active {
    display: flex;
    pointer-events: all;
    transform: translate(-50%);
  }
  .catalog-object-item.catalog-object-item-mob._active::before {
    opacity: 1;
  }
  .catalog-object-item.catalog-object-item-mob::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #f2f4fb;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .catalog-object-item.catalog-object-item-mob::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    content: "";
    z-index: -2;
    background: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transition: 0.4s;
  }
}
.catalog-object-item__top {
  display: none;
}
@media (max-width: 998px) {
  .catalog-object-item__top {
    display: flex;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
  }
}
.catalog-object-item__top img {
  cursor: pointer;
}
.catalog-object-item__img {
  width: 100%;
  position: relative;
}
.catalog-object-item__img > img {
  aspect-ratio: 322/200;
  object-fit: cover;
}
.catalog-object-item__img img {
  width: 100%;
}
.catalog-object-item__top-text {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: calc(100% - 80px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.catalog-object-item__top-text span {
  border-radius: 100px;
  background: #d7f227;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 600;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
}
.catalog-object-item__top-text span img {
  width: 14px;
}
.catalog-object-item__top-text span._green {
  background-color: #4ebc7f;
  color: #fff;
}
.catalog-object-item__top-text span._red {
  background-color: #F32C27;
  color: #fff;
}
.catalog-object-item__btn {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 30px;
}
.catalog-object-item__btn img {
  width: 100%;
}
.catalog-object-item__heart {
  cursor: pointer;
}
.catalog-object-item__heart._aded {
  position: relative;
}
.catalog-object-item__heart._aded::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  object-fit: cover;
  background-image: url(../img/cc.png);
}
.catalog-object-item__heart img {
  pointer-events: none;
}
.catalog-object-item__to-list {
  cursor: pointer;
}
.catalog-object-item__content {
  background-color: var(--two-color);
  padding: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.catalog-object-item__name {
  font-size: 24px;
  color: #414047;
  font-weight: 600;
}
.catalog-object-item__address {
  margin-top: 6px;
  opacity: 0.7;
  font-size: 12px;
  display: block;
  max-width: 100%;
}
.catalog-object-item__wp {
  margin-top: 12px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
  color: #414047;
  font-weight: 500;
}
.catalog-object-item__info {
  display: flex;
  gap: 8px;
  align-items: center;
}
.catalog-object-item__price {
  margin-top: 24px;
  font-size: 24px;
  color: var(--three-color);
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap-reverse;
}
.catalog-object-item__price span {
  align-self: end;
  font-size: 14px;
  color: #00092580;
  text-decoration: line-through;
}
.catalog-object-item__price-sotka {
  margin-top: 6px;
  color: rgba(3, 14, 50, 0.5);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 24px;
}
.catalog-object-item__more {
  background: var(--three-color);
  width: 100%;
  max-width: 100%;
  color: var(--two-color);
  margin-top: auto;
  font-size: 16px;
}
.catalog-object-item__more:hover {
  color: var(--main-color);
}

.ymaps-2-1-79-map-copyrights-promo,
.ymaps-2-1-79-copyright {
  display: none !important;
}

.objects__container {
  margin-top: 80px;
}
.objects__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.objects__title {
  text-transform: none;
}
.objects__block {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  row-gap: 40px;
}
@media (max-width: 1300px) {
  .objects__block {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .objects__block {
    grid-template-columns: repeat(2, 1fr);
  }
}
.objects__more {
  color: #0329b2;
  font-weight: 600;
  padding: 16px 28px;
  font-size: 16px;
  background: #f2f4fb;
  max-width: max-content;
  margin: 0px auto;
  margin-top: 40px;
  cursor: pointer;
}
.objects__more:hover {
  background: #092b98;
  color: #fff;
}
.objects__info-item {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 24px;
  color: var(--two-color);
}
@media (max-width: 800px) {
  .objects__info-item {
    grid-column: auto/span 2;
    min-height: 200px;
  }
}
@media (max-width: 500px) {
  .objects__info-item {
    padding: 16px;
  }
}
.objects__info-item span {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 500px) {
  .objects__info-item span {
    font-size: 16px;
  }
}
.objects__info-item p {
  margin-top: 12px;
}
.objects__info-item img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  top: 0;
  left: 0;
}
.objects .catalog-object-item-list {
  width: 100%;
  background: #f2f4fb;
  box-shadow: none;
}
.objects .catalog-object-item-list .catalog-object-item__content {
  background: transparent;
}
@media (max-width: 700px) {
  .objects .catalog-object-item-list .catalog-object-item__content {
    padding: 12px;
  }
}
@media (max-width: 700px) {
  .objects .catalog-object-item-list .catalog-object-item__img > img {
    aspect-ratio: 172/130;
    object-fit: cover;
    object-position: center center;
  }
  .objects .catalog-object-item-list .catalog-object-item__name {
    font-size: 16px;
  }
  .objects .catalog-object-item-list .catalog-object-item__address {
    font-size: 10px;
    margin-top: 6px;
  }
  .objects .catalog-object-item-list .catalog-object-item__wp {
    font-size: 12px;
    gap: 8px;
  }
  .objects .catalog-object-item-list .catalog-object-item__price {
    font-size: 20px;
  }
  .objects .catalog-object-item-list .catalog-object-item__price-sotka {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .objects .catalog-object-item-list .catalog-object-item__top-text {
    position: relative;
    width: 100%;
    top: 0;
    left: 12px;
    max-width: calc(100% - 24px);
    width: fit-content;
    font-size: 9px;
    margin-top: 12px;
  }
}

.custom-select {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.custom-select input {
  display: none;
}

.custom-select__trigger {
  background: #fff;
  padding: 12px;
  border: 1px solid #d0d5dd;
  position: relative;
  display: flex;
  justify-content: space-between;
  color: rgba(0, 9, 37, 0.4);
  font-size: 16px;
}
.custom-select__trigger div {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* количество строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.custom-select__trigger[data-value] {
  color: #000925;
}
.custom-select__trigger::after {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/chevron-down.svg);
  width: 20px;
  height: 20px;
  gap: 8px;
  background-size: contain;
}

.custom-options {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  background: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  z-index: 10;
}

.custom-select.open .custom-options {
  max-height: 200px;
  /* можно изменить */
  overflow: auto;
  border: 1px solid #d0d5dd;
}

.custom-option {
  padding: 10px 15px;
  display: block;
  color: inherit;
}

.custom-option:hover {
  background: #f5f5f5;
}

.arenda {
  background-image: url(../img/bgarenda.png);
  background-position: center center;
  background-size: cover;
}
.arenda__container {
  padding-top: 110px;
  padding-bottom: 80px;
}
@media (max-width: 998px) {
  .arenda__container {
    padding-bottom: 60px;
  }
}
.arenda__title {
  color: var(--two-color);
  text-align: center;
  text-transform: none;
}
@media (max-width: 500px) {
  .arenda__title {
    font-size: 24px;
  }
}
.arenda__subtitle {
  color: var(--two-color);
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 800px) {
  .arenda__filter {
    position: fixed;
    bottom: 0;
    width: 100vw;
    left: 0;
    z-index: 50;
    background: #f2f4fb;
    padding: 20px;
    transform: translate(0px, 100%);
    transition: 0.3s;
  }
  .arenda__filter._active {
    transform: translate(0);
  }
}
.arenda__top {
  display: none;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 800px) {
  .arenda__top {
    display: flex;
  }
}
.arenda__left {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}
.arenda__new {
  display: grid;
  grid-template-columns: 1fr 70px;
}
.arenda__new .custom-select__trigger {
  padding: 12px;
}
.arenda__new .arenda__wp {
  display: none;
}
.arenda__new .arenda__wp._show {
  display: block;
}
.arenda__right {
  display: flex;
  gap: 4px;
}
.arenda__sbros {
  color: #0329b2;
  line-height: 1;
  font-size: 14px;
  padding: 13px;
  background: var(--two-color);
  cursor: pointer;
}
.arenda__close {
  cursor: pointer;
}
.arenda__block {
  background: #f2f4fb;
  padding: 24px;
  display: grid;
  gap: 10px;
  margin-top: 24px;
  grid-template-columns: 1.1fr 1fr 1fr 1.1fr 1.25fr 1.1fr;
}
@media (max-width: 1450px) {
  .arenda__block {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .arenda__block {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .arenda__block {
    padding: 0;
  }
}
.arenda__label {
  margin-bottom: 6px;
  font-size: 14px;
}
.arenda__wp {
  position: relative;
}
.arenda__wp .noUi-target {
  position: absolute;
  bottom: -5px;
  background: transparent;
  width: calc(100% - 20px);
}
.arenda__wp .noUi-target::before, .arenda__wp .noUi-target::after {
  opacity: 0;
}
.arenda__inp {
  padding: 12px 14px;
  padding-right: 0;
  border: 1px solid #d0d5dd;
  background: #fff;
  display: flex;
  justify-content: space-between;
  /* gap: 20px; */
}
.arenda__inp input {
  width: 100%;
  display: block;
  max-width: 100px;
}
.arenda__inp div {
  display: flex;
  align-items: center;
  gap: 5px;
}
.arenda__seatrh {
  display: flex;
  align-items: center;
  padding: 12px;
  background: #fff;
  gap: 5px;
  border: 1px solid #d0d5dd;
}
.arenda__seatrh input {
  width: 100%;
  background: transparent;
  font-size: 16px;
  color: #000;
}
.arenda__seatrh input::placeholder {
  font-size: 16px;
  color: rgba(0, 9, 37, 0.4);
}
.arenda__btn {
  display: flex;
  gap: 10px;
  justify-content: end;
  margin-top: 10px;
}
.arenda__btn button {
  padding: 11px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 100px;
  justify-content: center;
  text-align: center;
  background: var(--two-color);
  color: var(--three-color);
}
.arenda__btn button:nth-of-type(2) {
  color: var(--two-color);
  background: var(--three-color);
}
.arenda__btn .all-objects-btn {
    padding: 14px 24px;
    color: var(--three-color);
}
@media (max-width: 800px) {
  .arenda__btn button {
    width: 100%;
    white-space: nowrap;
    min-width: none;
  }
  .arenda__btn .all-objects-btn {
    display: none;
  }
}
.arenda__mob-btn {
  margin: 0px auto;
  margin-top: 34px;
  color: var(--three-color);
  display: none;
}
@media (max-width: 800px) {
  .arenda__mob-btn {
    display: flex;
  }
}

.kard-project {
  background: #010617;
}
.kard-project__container {
  padding-top: 132px;
  color: var(--two-color);
  display: flex;
  gap: 40px;
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  .kard-project__container {
    flex-direction: column;
    padding-top: 110px;
  }
}
.kard-project__content {
  width: 100%;
}
.kard-project__block {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 700px) {
  .kard-project__block {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}
.kard-project__item {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.kard-project__top {
  font-size: 12px;
  font-weight: 500;
  align-items: center;
  gap: 8px;
  display: flex;
}
.kard-project__text {
  margin-top: 40px;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 1450px) {
  .kard-project__text {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .kard-project__text {
    margin-top: 24px;
    font-size: 20px;
  }
}
.kard-project__slider {
  flex: 0 0 580px;
  width: 580px;
}
@media (max-width: 1600px) {
  .kard-project__slider {
    flex: 0 0 500px;
    width: 500px;
  }
}
@media (max-width: 1300px) {
  .kard-project__slider {
    flex: 0 0 450px;
    width: 450px;
  }
}
@media (max-width: 1250px) {
  .kard-project__slider {
    flex: 0 0 400px;
    width: 400px;
  }
}
@media (max-width: 1200px) {
  .kard-project__slider {
    flex: 0 0 auto;
    width: 600px;
    max-width: 100%;
  }
}
.kard-project__bigslider {
  position: relative;
}
.kard-project__bigslider .swiper {
  opacity: 0;
}
.kard-project__bigslider .swiper.swiper-container-initialized {
  opacity: 1;
}
.kard-project .swiper-slide {
  position: relative;
  aspect-ratio: 500/315;
}
.kard-project .swiper-slide ._video-wp {
  height: 100%;
}
.kard-project .swiper-slide ._video-wp._poster-none::before {
  display: none;
}
.kard-project .swiper-slide ._video-wp::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background: linear-gradient(0deg, rgba(3, 41, 178, 0.3) 0%, rgba(3, 41, 178, 0.3) 100%);
}
.kard-project .swiper-slide img,
.kard-project .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.kard-project__navigation {
  position: absolute;
  z-index: 5;
  bottom: 10px;
  right: 10px;
  display: flex;
  gap: 11px;
  align-items: center;
}
.kard-project__arr {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #d7f227;
}
.kard-project__arr img:nth-child(1) {
  display: none;
}
.kard-project__arr.swiper-button-disabled {
  background: rgba(255, 255, 255, 0.1);
}
.kard-project__arr.swiper-button-disabled img:nth-child(1) {
  display: block;
}
.kard-project__arr.swiper-button-disabled img:nth-child(2) {
  display: none;
}
.kard-project__arr_r img {
  transform: scale(-1, 1);
}
.kard-project__quantity {
  font-family: var(--font-head);
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  gap: 5px;
  align-items: flex-end;
  font-size: 12px;
}
.kard-project__quantity span:nth-child(1) {
  font-size: 20px;
  color: var(--two-color);
}
.kard-project__smallslider {
  margin-top: 10px;
}
.kard-project__smallslider .swiper {
  opacity: 0;
}
.kard-project__smallslider .swiper.swiper-container-initialized {
  opacity: 1;
}
.kard-project__smallslider img {
  cursor: pointer;
}

@media (max-width: 1200px) {
  .kard-object-block .kard-project__container {
    flex-direction: column-reverse;
  }
}

.kard-object {
  display: flex;
  flex-direction: column;
}
.kard-object__cadastr {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  max-width: max-content;
}
.kard-object__cadastr span {
  opacity: 0.8;
}
.kard-object__title {
  margin-top: 16px;
  line-height: 1.3;
  font-size: 32px;
  text-transform: none;
}
@media (max-width: 700px) {
  .kard-object__title {
    font-size: 20px;
    margin-top: -20px;
  }
}
.kard-object__info {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.kard-object__info li {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.kard-object__info li span {
  opacity: 0.8;
}
.kard-object__text {
  font-size: 20px;
  font-weight: 600;
  margin-top: 32px;
}
@media (max-width: 998px) {
  .kard-object__text {
    font-size: 16px;
  }
}
.kard-object__list {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.kard-object__list li {
  padding: 10px;
  color: rgba(255, 255, 255, 0.8);
  gap: 6px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
}
.kard-object__list li::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/ceec.png);
  width: 24px;
  height: 24px;
}
.kard-object__price-max {
  font-size: clamp(16px, 2vw, 20px);
  margin-top: 40px;
  opacity: 0.6;
  text-decoration: line-through;
}
.kard-object__bottom {
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  row-gap: 25px;
  flex-wrap: wrap;
}
.kard-object__price {
  margin-right: 10px;
  font-size: 40px;
  position: relative;
}
@media (max-width: 700px) {
  .kard-object__price {
    font-size: 32px;
  }
}
.kard-object__price span {
  font-weight: 600;
}
.kard-object__price p {
  position: absolute;
  bottom: -17px;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.5;
}
.kard-object__price-sotka {
  margin-right: 10px;
  opacity: 0.6;
  font-size: 20px;
}
@media (max-width: 700px) {
  .kard-object__price-sotka {
    font-size: 16px;
  }
}
.kard-object__btn {
  padding: 16px;
}
.kard-object__social {
  display: flex;
  gap: 5px;
}
.kard-object__social a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--two-color);
}

.information__container {
  padding-top: 120px;
}
@media (max-width: 998px) {
  .information__container {
    padding-top: 90px;
  }
}
.information__title {
  text-transform: none;
}
.information__head {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
}
@media (max-width: 998px) {
  .information__head {
    font-size: 20px;
  }
}
.information__plan {
  width: 100%;
  cursor: pointer;
}

.info-text__container {
  margin-top: 120px;
}
@media (max-width: 998px) {
  .info-text__container {
    margin-top: 90px;
  }
}
.info-text__block {
  padding: 40px;
  position: relative;
  z-index: 1;
  color: var(--two-color);
}
@media (max-width: 500px) {
  .info-text__block {
    padding: 20px;
  }
}
.info-text__head {
  font-size: 32px;
  line-height: 1.1;
  max-width: 900px;
}
@media (max-width: 998px) {
  .info-text__head {
    font-size: 24px;
    margin-bottom: 80px;
  }
}
.info-text__img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.info-text__img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #092b98 0%, rgba(1, 6, 23, 0.5) 38.87%, rgba(1, 6, 23, 0) 90.69%), linear-gradient(90deg, #092b98 0%, rgba(1, 6, 23, 0.5) 50%, rgba(1, 6, 23, 0) 100%);
}
@media (max-width: 700px) {
  .info-text__img::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(180deg, #092b98 0%, rgba(1, 6, 23, 0.5) 66.27%, rgba(1, 6, 23, 0) 100%);
  }
}
.info-text__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.info-text__subtitle {
  font-size: 24px;
  max-width: 790px;
}
@media (max-width: 998px) {
  .info-text__subtitle {
    font-size: 16px;
  }
}
.info-text__desc {
  margin-top: 180px;
  max-width: 453px;
}
@media (max-width: 700px) {
  .info-text__desc {
    margin-top: 80px;
  }
}
.info-text__btn {
  margin-top: 16px;
}
@media (max-width: 700px) {
  .info-text__btn {
    max-width: 100%;
    width: 100%;
  }
}

.open-projects._card-invest {
  background: transparent;
}
.open-projects._card-invest .open-projects__title {
  color: var(--main-color);
}
.open-projects._card-invest .open-projects__container {
  padding-top: 120px;
}
@media (max-width: 998px) {
  .open-projects._card-invest .open-projects__container {
    padding-top: 90px;
  }
}
.open-projects._card-invest ._arr div.swiper-button-disabled {
  background: rgba(0, 9, 37, 0.1);
}

.info-object {
  background-image: url(../img/bgk.svg);
  background-size: cover;
  background-position: 50% 50%;
}
.info-object__container {
  padding-top: 120px;
}
@media (max-width: 998px) {
  .info-object__container {
    padding-top: 90px;
  }
}
.info-object__wp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 998px) {
  .info-object__wp {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.info-object__title {
  text-transform: none;
  font-size: 32px;
}
@media (max-width: 998px) {
  .info-object__title {
    font-size: 28px;
  }
}
.info-object__text {
  margin-top: 16px;
  max-width: 690px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .info-object__text {
    font-size: 15px;
    max-width: 590px;
  }
}
.info-object__right {
  border: 1px solid rgba(0, 45, 207, 0.1);
  background: #fff;
  padding: 24px;
}
@media (max-width: 700px) {
  .info-object__right {
    padding: 16px;
  }
}
.info-object__head {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 700px) {
  .info-object__head {
    font-size: 16px;
  }
}
.info-object__list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.info-object__list li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.info-object__list li::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/we.svg);
  width: 20px;
  flex: 0 0 20px;
  background-size: contain;
  height: 20px;
}
@media (max-width: 500px) {
  .info-object__list li::before {
    width: 16px;
    flex: 0 0 16px;
    height: 16px;
  }
}
@media (max-width: 998px) {
  .info-object__list {
    margin-top: 24px;
    gap: 12px;
  }
}
.info-object__img {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 700px) {
  .info-object__img {
    grid-template-columns: 1fr;
  }
}
.info-object__img img {
  width: 100%;
  aspect-ratio: 650/380;
  object-fit: cover;
  object-position: center center;
}
.info-object #map {
  margin-top: 40px;
  min-height: 660px;
}

.advantages-object__container {
  padding-top: 120px;
}
@media (max-width: 998px) {
  .advantages-object__container {
    padding-top: 90px;
  }
}
.advantages-object__block {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 998px) {
  .advantages-object__block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 32px;
  }
}
.advantages-object__item {
  position: relative;
  clip-path: polygon(33% 0, 100% 0, 100% 100%, 0 100%, 0 29%);
  position: relative;
}
@media (max-width: 998px) {
  .advantages-object__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 700px) {
  .advantages-object__item {
    width: calc(100% - 0px);
  }
}
.advantages-object__item span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 2;
  color: var(--two-color);
  width: 100%;
  font-size: 24px;
}
@media (max-width: 1600px) {
  .advantages-object__item span {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .advantages-object__item span {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .advantages-object__item span {
    font-size: 16px;
  }
}
.advantages-object__item img {
  width: 100%;
  z-index: -1;
  object-fit: cover;
  aspect-ratio: 433/360;
}
.advantages-object__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #092b98 0%, rgba(1, 6, 23, 0.5) 50%, rgba(1, 6, 23, 0) 100%);
}
.advantages-object__disclamer {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 14px;
  color: #212121;
  margin-top: 10px;
  background: rgba(3, 41, 178, 0.05);
  padding: 12px;
}
.advantages-object__disclamer img {
  top: 2px;
  position: relative;
}
.advantages-object .info-text__btn {
  color: #0329b2;
}

.other-object__container {
  padding-top: 120px;
}
@media (max-width: 998px) {
  .other-object__container {
    padding-top: 90px;
  }
}
.other-object__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.other-object__title {
  text-transform: none;
}
.other-object__arr div {
  background: #092b98 !important;
}
.other-object__arr div img:nth-child(1) {
  display: none;
}
.other-object__arr div img:nth-child(2) {
  display: block;
}
.other-object__arr div.swiper-button-disabled {
  opacity: 0.5;
}
.other-object__block .catalog-object-item {
  box-shadow: none;
}
.other-object__block .catalog-object-item .catalog-object-item__content {
  background: #f2f4fb;
}

.popup.popup_review .popup__body {
  padding: 0px;
}
.popup.popup_image .popup__body {
  max-width: 1200px;
}
.popup.popup_image .popup__body img {
  width: 100%;
  margin-top: 20px;
}
.popup .investor-speack__text {
  background: transparent;
  -webkit-text-fill-color: #000925;
  margin-bottom: 0;
  margin-top: 30px;
}
.popup.popup_ready .popup__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.popup.popup_ready .popup__title {
  text-transform: none;
  margin-top: 24px;
}
.popup.popup_ready button {
  margin-top: 24px;
}
.popup__body {
  padding: 40px 24px;
  max-width: 460px;
  background: #f2f4fb;
}
.popup__close {
  background-image: url(../img/Closep.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  right: 10px;
  top: 10px;
}
.popup__title {
  text-align: center;
  font-size: 23px;
}
.popup__subtitle {
  text-align: center;
  margin-top: 6px;
}
.popup__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
}
.popup__form button {
  width: 100%;
  max-width: 100%;
}
.popup__input {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.popup__input input {
  padding: 10px 14px;
  width: 100%;
}
.popup__input label {
  font-size: 14px;
  font-weight: 500;
}

.who-choise {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  background: linear-gradient(339deg, #010617 0.23%, #020d30 27.68%, #092b98 77.48%), #fff;
}
.who-choise::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/er.png);
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center center;
}
.who-choise__container {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
}
.who-choise__title {
  max-width: 500px;
}
.who-choise__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 40px;
  row-gap: 30px;
}
@media (max-width: 1200px) {
  .who-choise__block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .who-choise__block {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.who-choise__item {
  clip-path: polygon(65% 0, 100% 33%, 100% 60%, 100% 100%, 25% 100%, 0 100%, 0 0);
  background: rgba(242, 244, 251, 0.1);
  border: 1px solid rgba(206, 199, 222, 0.2);
  min-height: 435px;
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-repeat: no-repeat;
  padding: 20px;
}
.who-choise__item:nth-child(4), .who-choise__item:nth-child(5), .who-choise__item:nth-child(6) {
  clip-path: polygon(33% 0, 100% 0, 100% 60%, 100% 100%, 25% 100%, 0 100%, 0 31%);
}
@media (max-width: 1400px) {
  .who-choise__item {
    min-height: 365px;
  }
}
@media (max-width: 500px) {
  .who-choise__item {
    min-height: 300px;
  }
}
.who-choise__item:nth-child(3) {
  background-image: url(../img/Vector27.png);
  background-size: cover;
  background-position: center center;
}
.who-choise__item:nth-child(4) {
  background-image: url(../img/Vector28.png);
  background-size: cover;
  background-position: center center;
}
.who-choise__head {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 500px) {
  .who-choise__head {
    font-size: 16px;
  }
}
.who-choise__text {
  margin-top: 12px;
  opacity: 0.8;
}

.vacancy {
  position: relative;
  z-index: 1;
  background: linear-gradient(339deg, #010617 0.23%, #020d30 27.68%, #092b98 77.48%), #fff;
}
.vacancy::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/er.png);
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center center;
}
.vacancy__container {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 120px;
}
@media (max-width: 998px) {
  .vacancy__container {
    margin-top: 90px;
  }
}
.vacancy__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vacancy__arr div {
  background: #fff;
}
.vacancy__title {
  color: #fff;
}
.vacancy__block {
  overflow: visible;
  margin-top: 40px;
}
.vacancy__item {
  padding: 20px;
  background: #f2f4fb;
  display: flex;
  flex-direction: column;
  clip-path: polygon(88% 0, 100% 20%, 100% 60%, 100% 100%, 25% 100%, 0 100%, 0 0);
}
.vacancy__head {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  padding-right: 20px;
}
@media (max-width: 500px) {
  .vacancy__head {
    font-size: 16px;
  }
}
.vacancy__wp {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 16px;
}
.vacancy__info:last-child {
  border-left: 1px solid #00092535;
  padding-left: 20px;
}
.vacancy__info span {
  opacity: 0.5;
}
.vacancy__info p {
  opacity: 0.8;
  margin-top: 4px;
}
.vacancy__btn {
  width: 100%;
  max-width: 100%;
  margin-top: 24px;
}

.team__container {
  padding-top: 120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 998px) {
  .team__container {
    grid-template-columns: 1fr;
    padding-top: 90px;
  }
}
.team__left {
  background: #f2f4fb;
  padding: 40px;
}
@media (max-width: 1200px) {
  .team__left {
    padding: 20px;
  }
}
@media (max-width: 998px) {
  .team__left {
    padding: 40px 20px;
  }
}
@media (max-width: 1600px) {
  .team__title {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .team__title {
    font-size: 26px;
  }
}
@media (max-width: 500px) {
  .team__title {
    font-size: 20px;
  }
}
.team__subtitle {
  opacity: 0.8;
  margin-top: 12px;
}
.team__form {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 20px;
}
.team__input {
  display: flex;
  flex-direction: column;
  width: calc(50% - 5px);
}
.team__input ._inp-wp {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.team__input label {
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 500px) {
  .team__input {
    width: 100%;
  }
}
.team__input input {
  margin-top: 6px;
  width: 100%;
  padding: 10px 14px;
  font-size: 16px;
}
.team__input:nth-child(3) {
  width: 100%;
}
.team__input ._file input {
  display: none;
}
.team__input ._file label {
  padding: 11px 14px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 6px;
}
.team__input ._file label p {
  opacity: 0.5;
}
.team__input ._file label p._active {
  opacity: 1;
}
.team__input ._file label p b {
  font-weight: 400;
}
.team__check {
  width: 100%;
}
.team button {
  width: 100%;
  max-width: 100%;
}
.team__bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
.team__link {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 500px) {
  .team__link {
    gap: 15px;
  }
}
.team__link a {
  display: flex;
  align-items: center;
  gap: 7px;
  color: inherit;
  font-weight: 500;
}
.team__link a span {
  opacity: 0.8;
}
.team__right {
  width: 100%;
  height: 100%;
  max-height: 782px;
}
.team__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 998px) {
  .team__right img {
    aspect-ratio: 350/300;
  }
}

.blog-top {
  background-image: url(../img/brame2.png);
  background-position: center center;
  background-size: cover;
}
.blog-top__container {
  padding-top: 130px;
  padding-bottom: 80px;
}
@media (max-width: 700px) {
  .blog-top__container {
    padding-top: 110px;
    padding-bottom: 60px;
  }
}
.blog-top__title {
  color: var(--two-color);
}

.blog__container {
  padding-top: 80px;
}
@media (max-width: 998px) {
  .blog__container {
    padding-top: 40px;
  }
}
.blog__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
  row-gap: 32px;
}
.blog__left {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .blog__left {
    gap: 5px;
  }
}
.blog__left input {
  display: none;
}
.blog__left input:checked + label {
  background: var(--three-color);
  color: var(--two-color);
}
.blog__left label,
.blog__left a {
  padding: 13px 16px;
  min-width: 80px;
  text-align: center;
  color: var(--three-color);
  border: 1px solid var(--three-color);
}
.blog__left a._active {
  background: var(--three-color);
  color: var(--two-color);
}
.blog__select {
  min-width: 160px;
  margin-left: auto;
}
.blog__select .custom-select__trigger {
  background: #f2f4fb;
}
.blog__block {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  row-gap: 40px;
}
@media (max-width: 998px) {
  .blog__block {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .blog__block {
    grid-template-columns: 1fr;
  }
}
.blog__item-big {
  grid-column: auto/span 2;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  color: #fff;
  gap: 40px;
}
@media (max-width: 998px) {
  .blog__item-big {
    gap: 60px;
  }
}
@media (max-width: 500px) {
  .blog__item-big {
    grid-column: auto/auto;
  }
}
.blog__item-big .blog__text {
  font-size: 32px;
  text-align: center;
  max-width: 520px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* количество строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 500px) {
  .blog__item-big .blog__text {
    font-size: 20px;
  }
}
.blog__item-big .blog__info p {
  color: var(--green-color);
}
.blog__item-big .blog__info span {
  color: var(--two-color);
}
.blog__item-big .blog__info span::before {
  background: var(--two-color);
}
.blog__item-big .blog__btn {
  color: var(--two-color);
  border-bottom: 1px solid var(--two-color);
}
.blog__item-big::before, .blog__item-big::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: linear-gradient(320deg, rgba(1, 6, 23, 0.6) -0.42%, rgba(2, 13, 48, 0.6) 35.98%, rgba(9, 43, 152, 0.6) 102.01%), linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.blog__item-big::after {
  background: #000;
  z-index: -2;
}
.blog__bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -3;
}
.blog__bg img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.blog__info {
  display: flex;
  gap: 12px;
  font-weight: 500;
  font-size: 12px;
  color: var(--three-color);
}
.blog__info span {
  color: #000925;
  opacity: 0.5;
  position: relative;
}
.blog__info span::before {
  position: absolute;
  top: 40%;
  transform: translate(0px, -50%);
  left: -6px;
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #000925;
}
.blog__text {
  font-weight: 600;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* количество строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__btn {
  margin-top: 16px;
  color: var(--three-color);
  font-weight: 500;
  border-bottom: 1px solid var(--three-color);
  max-width: max-content;
}
.blog__item {
  color: inherit;
}
.blog__img img {
  width: 100%;
  aspect-ratio: 425/210;
  object-fit: cover;
}
.blog__wp {
  background: #f2f4fb;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.article-top {
  position: relative;
  z-index: 2;
}
.article-top::before, .article-top::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(320deg, rgba(1, 6, 23, 0.6) -0.42%, rgba(2, 13, 48, 0.6) 35.98%, rgba(9, 43, 152, 0.6) 102.01%), linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: -1;
  opacity: 0.6;
}
.article-top::after {
  z-index: -2;
  background: #000;
}
.article-top__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -3;
}
.article-top__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.article-top__container {
  padding-top: 112px;
  padding-bottom: 80px;
  color: var(--two-color);
}
@media (max-width: 500px) {
  .article-top__container {
    padding-bottom: 40px;
  }
}
.article-top__back {
  font-weight: 500;
  color: var(--two-color);
  opacity: 0.8;
  border-bottom: 1px solid var(--two-color);
}
.article-top__title {
  font-size: 48px;
  font-weight: 600;
  margin-top: 75px;
}
@media (max-width: 998px) {
  .article-top__title {
    font-size: 30px;
    margin-top: 60px;
  }
}
@media (max-width: 500px) {
  .article-top__title {
    font-size: 20px;
  }
}

.article__container {
  padding-top: 80px;
  display: flex;
  width: 100%;
  gap: 50px;
}
@media (max-width: 998px) {
  .article__container {
    gap: 90px;
    flex-direction: column;
    padding-top: 40px;
  }
}
.article__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: calc(100% - 370px);
}
@media (max-width: 998px) {
  .article__left {
    width: 100%;
  }
}
.article__left h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 700px) {
  .article__left h2 {
    font-size: 16px;
  }
}
.article__left img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}
@media (max-width: 500px) {
  .article__left img {
    height: 70vw;
    object-fit: cover;
  }
}
.article__left blockquote {
  font-weight: 500;
  border-left: 3px solid var(--three-color);
  padding-left: 10px;
}
.article__left h4 {
  font-weight: 600;
}
.article__left ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.article__left ul li {
  position: relative;
}
.article__left ul li::before {
  position: relative;
  top: 0;
  left: 0;
  content: "•";
  display: inline;
}
.article__left ol li {
  counter-increment: num;
  position: relative;
  list-style-type: none;
}
.article__left ol li::before {
  position: relative;
  top: 0;
  left: 0;
  content: counter(num) ". ";
  display: inline;
}
.article__swiper {
  width: 100%;
  min-width: 0;
  position: relative;
}
.article__swiper > img {
  width: 100%;
}
@media (max-width: 500px) {
  .article__swiper > img {
    height: 400px;
    object-fit: cover;
  }
}
.article__arr {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  width: 100%;
  justify-content: space-between;
  padding: 10px;
}
.article__arr div {
  background: #ffff;
}
.article__arr div img {
  width: 32px;
  height: 32px !important;
}
.right-article {
  width: 320px;
  flex: 0 0 320px;
}
@media (max-width: 998px) {
  .right-article {
    width: 100%;
    flex: 0 0 100%;
  }
}
.right-article__head {
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 998px) {
  .right-article__block .swiper-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.right-article__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.right-article__arr {
  display: none;
}
@media (max-width: 998px) {
  .right-article__arr {
    display: flex;
  }
}
.right-article__arr div {
  background: #0329b2;
}
.right-article__arr div img:nth-child(1) {
  display: block;
}
.right-article__arr div img:nth-child(2) {
  display: none;
}
.right-article__arr div.swiper-button-disabled {
  background: #0329b2;
  opacity: 0.5;
}
.right-article__arr div.swiper-button-disabled img:nth-child(1) {
  display: block;
}
.right-article__arr div.swiper-button-disabled img:nth-child(2) {
  display: none;
}
.actives-animation {
  background-image: url(../img/bg-anim.png);
  background-size: cover;
  background-position: center center;
  color: var(--two-color);
  margin-top: 120px;
}
@media (max-width: 998px) {
  .actives-animation {
    margin-top: 90px;
  }
}
.actives-animation__container {
  padding-top: 60px;
  padding-bottom: 160px;
}
.actives-animation__block {
  display: flex;
  margin-top: 54px;
  width: 100%;
  align-items: end;
}
@media (max-width: 998px) {
  .actives-animation__block {
    flex-direction: column;
    align-items: start;
    max-width: 600px;
    margin: 0px auto;
    margin-top: 50px;
  }
}
.actives-animation__block._anim-start .actives-animation__item {
  animation: item-anim 0.6s forwards;
}
.actives-animation__item {
  width: 100%;
  height: auto;
  border-radius: 50%;
  aspect-ratio: 1/1;
  border: 2px solid #ffffff35;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  scale: 0.9;
}
@keyframes item-anim {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
    scale: 1.1;
  }
}
.actives-animation__item-1 {
  width: 27.5%;
  justify-content: end;
  padding-bottom: 5%;
}
.actives-animation__item-1 .actives-animation__content {
  transform: translate(-10px);
}
.actives-animation__item-1 .actives-animation__cifres span {
  font-size: 60px;
  letter-spacing: -2.4px;
}
@media (max-width: 1500px) {
  .actives-animation__item-1 .actives-animation__cifres span {
    font-size: 45px;
  }
}
@media (max-width: 700px) {
  .actives-animation__item-1 .actives-animation__cifres span {
    font-size: 6vw;
  }
}
@media (min-width: 1800px) {
.actives-animation__item-1 .actives-animation__content {
  transform: translate(30px);
}
}


@media (max-width: 998px) {
  .actives-animation__item-1 {
    width: 50%;
    justify-content: start;
  }
  .actives-animation__item-1 .actives-animation__content {
    padding-top: 30%;
    padding-bottom: 0;
    transform: translate(0%);
  }
}
.actives-animation__item-2 {
  z-index: 3;
  width: 110%;
  width: 38.5%;
  justify-content: center;
  align-items: center;
  background: radial-gradient(61.16% 53.73% at 50% 50%, #0329b2 0%, #01124c 100%);
  border: none;
  animation-delay: 0.6s !important;
}
@media (max-width: 998px) {
  .actives-animation__item-2 {
    width: 65%;
    margin-left: auto;
    margin-right: 3%;
    margin-top: -10vw;
    margin-bottom: -10vw;
  }
}
.actives-animation__item-3 {
  margin-bottom: auto;
  width: 34%;
  align-items: end;
  padding-top: 5%;
  animation-delay: 0.3s !important;
}
.actives-animation__item-3 .actives-animation__content {
  transform: translate(calc(-1 * clamp(30px, 5vw, 170px)));
}
@media (max-width: 998px) {
  .actives-animation__item-3 {
    width: 50%;
    padding-bottom: 5%;
    padding-top: 0;
    justify-content: end;
    align-items: center;
  }
  .actives-animation__item-3 .actives-animation__content {
    transform: translate(0%);
    padding-bottom: 10%;
  }
}
.actives-animation__content {
  max-width: max-content;
}
.actives-animation__cifres {
  font-family: var(--font-head);
  color: #d7f227;
  font-size: 24px;
}
@media (max-width: 1500px) {
  .actives-animation__cifres {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .actives-animation__cifres {
    font-size: 5vw;
  }
}
.actives-animation__cifres span {
  font-size: 88px;
  letter-spacing: -2.4px;
}
@media (max-width: 1500px) {
  .actives-animation__cifres span {
    font-size: 66px;
  }
}
@media (max-width: 700px) {
  .actives-animation__cifres span {
    font-size: 10vw;
  }
}
@media (max-width: 700px) {
  .actives-animation__text {
    font-size: 3.2vw;
    padding: 0 5%;
  }
  .actives-animation__text br {
    display: none;
  }
}

.no-results__container {
  margin-top: 80px;
}
@media (max-width: 700px) {
  .no-results__container {
    margin-top: 50px;
  }
}
.no-results__block {
  background: #f2f4fb;
  position: relative;
  padding: 40px;
}
@media (max-width: 700px) {
  .no-results__block {
    padding: 20px;
    padding-bottom: 0;
  }
}
.no-results__block img {
  width: 180px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 700px) {
  .no-results__block img {
    position: relative;
    width: 120px;
    margin-top: 20px;
  }
}
.no-results__title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 700px) {
  .no-results__title {
    font-size: 26px;
  }
}
.social-network__container {
  margin-top: 120px;
}
@media (max-width: 998px) {
  .social-network__container {
    margin-top: 90px;
  }
}
.social-network__block {
  background-image: url(../img/bgsn.png);
  background-position: center;
  background-size: cover;
  padding: 50px 40px;
  position: relative;
}
@media (max-width: 1100px) {
  .social-network__block {
    padding-bottom: 0;
  }
}
@media (max-width: 700px) {
  .social-network__block {
    padding: 20px;
    padding-bottom: 0;
  }
}
.social-network__content {
  max-width: 590px;
}
@media (max-width: 1600px) {
  .social-network__content {
    max-width: 500px;
  }
}
@media (max-width: 1100px) {
  .social-network__content {
    max-width: 500px;
  }
}
.social-network__title {
  text-transform: none;
}
@media (max-width: 500px) {
  .social-network__title {
    font-size: 24px;
  }
}
.social-network__subtitle {
  color: rgba(0, 9, 37, 0.6);
}
.social-network__btns {
  display: flex;
  gap: 10px;
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 550px) {
  .social-network__btns {
    flex-direction: column;
  }
}
.social-network__btns a {
  background: #092b98;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  font-size: 16px;
}
@media (max-width: 1100px) {
  .social-network__btns a {
    width: 100%;
    max-width: 100%;
  }
}
.social-network__btns a svg {
  height: 27px;
}
.social-network__btns a:hover svg path {
  fill: var(--three-color);
}
.social-network__phone {
  position: absolute;
  width: 590px;
  bottom: 0;
  right: 7%;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .social-network__phone {
    width: 540px;
    right: 4%;
  }
}
@media (max-width: 1200px) {
  .social-network__phone {
    width: 450px;
    right: 0;
  }
}
@media (max-width: 1100px) {
  .social-network__phone {
    position: relative;
    margin: 0px auto;
    width: 600px;
    max-width: 110%;
    left: 50%;
    transform: translate(-50%);
  }
}
.social-network__phone img {
  width: 100%;
}

._change-map {
  display: flex;
  gap: 10px;
}
._change-map a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f4fb;
}
._change-map a svg path {
  stroke: #0329b2;
}
._change-map a._active {
  background: #0329b2;
}
._change-map a._active svg path {
  stroke: #fff;
}
.form-send-author-check {
    position: absolute;
    z-index: -999;
    left: -9999px;
}

.free-text {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    gap: 1em;
}

.free-text h1 {
    font-size: 32px;
    font-weight: 600;
    margin: 12px 0;
}

.free-text h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 12px 0;
}
.free-text h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 12px 0;
}
.free-text h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0;
}
.free-text h5,
.free-text h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}
.free-text ul,
 .free-text ol{
    padding-left: 1em;
}
.free-text ul,
 .free-text ul li{
    list-style-type: disc;
}
.free-text ol,
 .free-text ol li{
    list-style-type: decimal;
}