@font-face {
  font-family: "Geometria-Light";
  src: url("../fonts/Geometria-Light.woff"), url("../fonts/Geometria-Light.woff2");
  font-display: swap;
}

@font-face {
  font-family: "Geometria-Regular";
  src: url("../fonts/Geometria-Regular.woff"), url("../fonts/Geometria-Regular.woff2");
  font-display: swap;
}

@font-face {
  font-family: "Geometria-Medium";
  src: url("../fonts/Geometria-Medium.woff"), url("../fonts/Geometria-Medium.woff2");
  font-display: swap;
}

@font-face {
  font-family: "Geometria-Bold";
  src: url("../fonts/Geometria-Bold.woff"), url("../fonts/Geometria-Bold.woff2");
  font-display: swap;
}

@font-face {
  font-family: 'als_rublregular';
  src: url("../fonts/rouble-webfont.woff2") format('woff2'), url("../fonts/rouble-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.wrapper {
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
}

h1,
.title {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
}

h1__color,
.title__color {
  color: #6d4ee7;
}

h2 {
  font-size: 23px;
  line-height: 28px;
  text-align: center;
  color: #fff;
}

h2 span {
  color: #6651e7;
  text-align: center;
}

.title-info {
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  font-family: "Geometria-Medium";
  color: rgba(255,255,255,0.7);
}

.info-description {
  font-family: "Geometria-Medium";
  font-size: 13px;
  line-height: 16px;
  padding-left: 16px;
  position: relative;
}

.info-description:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  width: 2.19089px;
  background-color: rgba(255,255,255,0.22);
  border-radius: 10px;
  left: 0;
  margin: auto 0;
}

.btn-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-info:before {
  content: "";
  position: absolute;
  width: 2.19089px;
  background-color: #545a67;
  border-radius: 10px;
  left: 0;
  margin: auto 0;
  top: 0;
  bottom: 0;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-i-block {
  display: inline-block;
}

.font-rub {
  font-family: 'als_rublregular';
  font-weight: normal;
  text-transform: none;
}

.assortment-section {
  background-color: #051125;
}

.assortment-section__inner {
  padding: 42px 0 60px 0;
}

.assortment-section__title {
  margin-bottom: 4px;
}

.assortment-section__title-info {
  margin-bottom: 40px;
}

.assortment-section__masonry {
  margin-bottom: 11px;
}

.assortment-section__masonry-box ul li {
  position: relative;
  background: #091e41;
  border-radius: 18px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 8px;
  overflow: hidden;
}

.assortment-section__masonry-box:first-child ul:first-child {
  max-width: 558px;
}

.assortment-section__masonry-box:first-child ul:first-child li:nth-child(1) {
  padding: 94px 10px 30px 14px;
  max-width: 290px;
}

.assortment-section__masonry-box:first-child ul:first-child li:nth-child(1) .assortment-section__masonry-image {
  top: 20px;
  left: 0;
}

.assortment-section__masonry-box:first-child ul:first-child li:nth-child(1) .assortment-section__masonry-image img {
  width: 192px;
  height: auto;
}

.assortment-section__masonry-box:first-child ul:first-child li:nth-child(2) {
  padding: 72px 10px 18px 14px;
  max-width: 290px;
}

.assortment-section__masonry-box:first-child ul:first-child li:nth-child(2) .assortment-section__masonry-image {
  top: 10px;
  right: 0;
}

.assortment-section__masonry-box:first-child ul:first-child li:nth-child(2) .assortment-section__masonry-image img {
  width: 178px;
  height: auto;
}

.assortment-section__masonry-box:first-child ul:first-child li:nth-child(3) {
  padding: 20px 10px 112px 14px;
  max-width: 290px;
}

.assortment-section__masonry-box:first-child ul:first-child li:nth-child(3) .assortment-section__masonry-image {
  bottom: 0;
  right: 92px;
}

.assortment-section__masonry-box:first-child ul:first-child li:nth-child(3) .assortment-section__masonry-image img {
  width: 84px;
  height: auto;
}

.assortment-section__masonry-box:first-child ul:last-child li {
  padding: 20px 15px 160px 12px;
  max-width: 290px;
  text-align: center;
}

.assortment-section__masonry-box:first-child ul:last-child li .assortment-section__masonry-image {
  bottom: 0;
  left: 100px;
}

.assortment-section__masonry-box:first-child ul:last-child li .assortment-section__masonry-image img {
  width: 98px;
  height: auto;
}

.assortment-section__masonry-box:last-child ul {
  max-width: 1160px;
  width: 100%;
}

.assortment-section__masonry-box:last-child ul li:first-child {
  max-width: 290px;
  padding: 20px 14px 20px 86px;
}

.assortment-section__masonry-box:last-child ul li:first-child .assortment-section__masonry-image {
  left: 14px;
  bottom: 0;
}

.assortment-section__masonry-box:last-child ul li:first-child .assortment-section__masonry-image img {
  width: 52px;
  height: auto;
}

.assortment-section__masonry-box:last-child ul li:last-child {
  max-width: 290px;
  padding: 20px 10px 103px 17px;
}

.assortment-section__masonry-box:last-child ul li:last-child .assortment-section__masonry-image {
  right: 0;
  bottom: 0;
}

.assortment-section__masonry-box:last-child ul li:last-child .assortment-section__masonry-image img {
  width: 83px;
  height: auto;
}

.assortment-section__masonry-title {
  font-family: "Geometria-Bold";
  font-size: 17px;
  line-height: 18px;
  margin-bottom: 12px;
}

.assortment-section__masonry-text {
  font-size: 13px;
  line-height: 17px;
}

.assortment-section__masonry-image {
  position: absolute;
}

.assortment-section__masonry-helper-info {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.btn {
  position: relative;
  width: 100%;
  height: 100%;
}

.btn button,
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  color: #fff;
  border: none;
  font-family: "Geometria-Bold";
  cursor: pointer;
  background: linear-gradient(180deg, #ff4747 0%, #b94141 100%);
  box-shadow: 0px 0px 21px rgba(0,0,0,0.42);
  border-radius: 55px;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.btn button:hover,
.btn a:hover {
  background: linear-gradient(180deg, #fd5959 0%, #c75656 100%);
  box-shadow: 0px 0px 21px rgba(107,107,107,0.42);
}

.btn button:active,
.btn a:active {
  background: linear-gradient(180deg, #af0909 0%, #af0909 100%);
}

.btn button span,
.btn a span {
  display: block;
  font-weight: 450;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  color: #fff;
}

.btn button::before,
.btn a::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
  left: -150%;
  pointer-events: none;
  background: linear-gradient(90deg, RGBA(255, 255, 255, 0.12), RGBA(255, 255, 255, 0.87));
  animation: flareAnimation 4s infinite ease-in;
}

@-moz-keyframes flareAnimation {
  0% {
    left: -700%;
  }

  100% {
    left: 700%;
  }
}

@-webkit-keyframes flareAnimation {
  0% {
    left: -700%;
  }

  100% {
    left: 700%;
  }
}

@-o-keyframes flareAnimation {
  0% {
    left: -700%;
  }

  100% {
    left: 700%;
  }
}

@keyframes flareAnimation {
  0% {
    left: -700%;
  }

  100% {
    left: 700%;
  }
}

.city-section {
  background-color: #051125;
  background-image: url("../images/map.svg");
  background-repeat: no-repeat;
  background-size: 1092px auto;
  background-position: calc(50% - -208px);
  background-position-y: 542px;
}

.city-section__inner {
  padding: 50px 0 60px 0;
}

.city-section__title {
  max-width: 560px;
  margin: 0 auto 12px auto;
  text-align: center;
}

.city-section__title-info {
  max-width: 712px;
  margin: 0 auto 50px auto;
  text-align: center;
}

.city-section__map-title {
  font-size: 16px;
  line-height: 20px;
  max-width: 320px;
  margin: 0 auto 26px auto;
  position: relative;
  font-family: "Geometria-Bold";
  text-align: center;
}

.city-section__map-title:before {
  content: "“";
  position: absolute;
  font-size: 59.241px;
  line-height: 64.241px;
  right: -25px;
  top: 14px;
}

.city-section__map-title span {
  color: #6c4ee7;
}

.city-section__map-info {
  font-size: 14px;
  line-height: 18px;
  max-width: 532px;
  margin: 0 0 37px 0;
  text-align: center;
}

.city-section__founder-name {
  max-width: 278px;
  background-color: #fff;
  color: #051125;
  border-radius: 6px;
  font-size: 15px;
  line-height: 18px;
  padding: 10px 4px 8px 12px;
  margin: 0 auto 308px auto;
  text-align: center;
}

.city-section__founder-name div {
  font-family: "Geometria-Bold";
  margin-bottom: 2px;
}

.city-section__info ul {
  max-width: 364px;
  margin-bottom: -24px;
}

.city-section__info ul li {
  width: 100%;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Geometria-Bold";
}

.city-section__info-container {
  display: flex;
}

.city-section__info-container div:nth-child(1) {
  margin-right: 10px;
  max-width: 138px;
  width: 100%;
}

.city-section__info-container div:nth-child(2) {
  color: #6c4ee7;
}

.city-section__info-helper {
  font-size: 12px;
  line-height: 17px;
  color: rgba(255,255,255,0.22);
  font-family: "Geometria-Medium";
  margin-bottom: -8px;
}

.connection {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.connection:hover .connection__icon svg {
  transform: rotate(10deg);
}

.connection__icon {
  margin-left: 4px;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.connection__icon svg {
  width: 10px;
  height: 9px;
  transition: 0.2s;
  color: #24c016;
}

.connection__container {
  text-align: right;
}

.connection__num {
  font-size: 16px;
  line-height: 18px;
  font-family: "Geometria-Bold";
}

.connection__description {
  font-size: 13px;
  line-height: 15px;
  font-family: "Geometria-Medium";
}

.connection__description-link {
  cursor: pointer;
  padding-bottom: 5px;
  max-width: 147px;
  margin-left: 10px;
}

.connection__description-link br {
  display: block;
}

.connection__description-link span {
  position: relative;
}

.connection__description-link span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #fff;
}

.cooperation-section {
  background-image: url("../images/cooperation-section-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: unset;
}

.cooperation-section__inner {
  padding: 45px 0 40px 0;
}

.cooperation-section__title {
  max-width: 592px;
  margin: 0 0 21px 0;
}

.cooperation-section__title-info {
  max-width: 582px;
  margin-bottom: 40px;
}

.cooperation-section__cards-title {
  font-size: 17px;
  line-height: 20px;
  font-family: "Geometria-Medium";
  margin: 0 0 22px 0;
  text-align: center;
}

.cooperation-section__cards {
  margin-bottom: 30px;
}

.cooperation-section__cards-list .slick-list {
  max-width: 262px;
  margin: 0 auto;
  border-radius: 10.0034px;
}

.cooperation-section__cards-list .slick-slide {
  max-width: 280px;
  width: 100%;
}

.cooperation-section__cards-list .slick-dots {
  display: flex;
  justify-content: center;
}

.cooperation-section__cards-list .slick-dots li {
  margin-right: 20px;
}

.cooperation-section__cards-list .slick-dots li:last-child {
  margin-right: 0;
}

.cooperation-section__cards-list .slick-dots button {
  font-size: 0;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  padding: 0;
  margin: 0;
  background-color: #e1e1e1;
}

.cooperation-section__cards-list .slick-dots .slick-active button {
  background-color: #d624eb;
}

.cooperation-section__cards-list-item {
  max-width: 262px;
  min-height: 258px;
  width: 100%;
  background: linear-gradient(142.81deg, #6651e7 21.57%, #d624eb 62.63%);
  border-radius: 10.0034px;
  padding: 31px 10px 31px 20px;
}

.cooperation-section__cards-list-item div:first-child {
  font-size: 16px;
  line-height: 19px;
  font-family: "Geometria-Bold";
  margin-bottom: 12px;
}

.cooperation-section__cards-list-item div:last-child {
  font-size: 15px;
  line-height: 18px;
  font-family: "Geometria-Medium";
}

.cooperation-section__feedback {
  width: 100%;
}

.cooperation-section__feedback .feedback {
  filter: drop-shadow(0px 4px 15px rgba(0,0,0,0.25));
}

.demand-section {
  background-color: #010b1c;
  position: relative;
  z-index: 1;
  overflow: unset;
}

.demand-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 128%;
  z-index: -1;
  pointer-events: none;
  background-image: url("../images/decor-dots-1.svg"), url("../images/decor-dots-3.svg");
  background-repeat: no-repeat;
  background-size: 268px 116px, 50px 106px;
  background-position-y: -34px, 1102px;
  background-position-x: calc(0% - 154px), calc(100% - 7px);
}

.demand-section__wrapper {
  overflow: hidden;
}

.demand-section__inner {
  padding: 50px 0 40px 0;
}

.demand-section__title {
  margin-bottom: 19px;
}

.demand-section__title-info {
  max-width: 1100px;
  margin: 0 auto 37px auto;
  text-align: center;
}

.demand-section__slider {
  padding-bottom: 31px;
}

.demand-section__slider-inner {
  margin: 0 0 36px 0;
  position: relative;
}

.demand-section__slider-list {
  position: relative;
  max-width: 280px;
  min-height: 458px;
}

.demand-section__slider-list-item {
  position: absolute;
  width: 100%;
  z-index: 19;
  transform: translate3d(0px, 44px, 0px) scale(0.89);
  opacity: 0.51;
  filter: blur(1.78007px) drop-shadow(0px 3.56014px 3.56014px rgba(0,0,0,0.25));
  transition: transform 0.6s, opacity 0.9s, filter 1.3s;
}

.demand-section__slider-list-item.active {
  z-index: 20;
  transform: translate3d(0px, 0px, 0px) scale(1);
  opacity: 1;
  filter: none;
  transition: transform 0.7s, opacity 0.2s, filter 0s;
}

.demand-section__slider-arrow {
  position: absolute;
  right: -8px;
  height: 115px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.demand-section__slider-arrow .arrow {
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #6c4ee7;
  border-radius: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.demand-section__slider-arrow .arrow:hover {
  background-color: #6c4ee7;
}

.demand-section__slider-arrow-prev svg {
  margin: 0 0 0 1px;
}

.demand-section__slider-arrow-next {
  transform: rotate(180deg);
}

.demand-section__slider-arrow-next svg {
  margin: 0 0.5px 2px 0;
}

.demand-section__slider-info {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 44px auto;
}

.demand-section__container {
  max-width: 774px;
  margin: 0 auto;
}

.demand-section__btn {
  max-width: 240px;
  width: 100%;
  height: 52px;
  margin: 0 auto 20px auto;
}

.demand-section__btn-info:before {
  background-color: #161f2f;
}

.demand-section__btn-info div {
  max-width: 275px;
  font-size: 13px;
  line-height: 17px;
}

.demand-slide {
  filter: drop-shadow(0px 4.49421px 4.49421px rgba(0,0,0,0.25));
  background-color: #091e41;
  border-radius: 30px;
  padding: 22px 10px;
  min-height: 458px;
  text-align: center;
}

.demand-slide--2 .demand-slide__info {
  max-width: 450px;
}

.demand-slide__container {
  max-width: 393px;
  margin: 0 0 0 auto;
}

.demand-slide__title {
  font-size: 20px;
  line-height: 26px;
  font-family: "Geometria-Bold";
  text-transform: uppercase;
  margin-bottom: 16px;
}

.demand-slide__info {
  font-size: 13px;
  line-height: 17px;
}

.demand-slide__info div {
  margin-bottom: 14px;
}

.demand-slide__info div:last-child {
  margin-bottom: 0;
}

.demand-slide__info br {
  display: none;
}

.feedback {
  position: relative;
  max-width: 290px;
  margin: 0 auto;
}

.feedback__form {
  background: #fff;
  backdrop-filter: blur(2px);
  border-radius: 7px;
  position: relative;
  z-index: 1;
  padding: 22px 16px 12px 16px;
}

.feedback__title {
  font-family: "Geometria-Medium";
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #00003f;
  margin-bottom: 16px;
  font-weight: bold;
}

.feedback__container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  flex-direction: column;
  align-items: center;
}

.feedback__input {
  max-width: 246px;
  width: 100%;
  margin-bottom: 18px;
  height: 44px;
}

.feedback__input svg {
  fill: none;
}

.feedback__input:nth-child(1) svg {
  width: 14px;
  height: 14px;
}

.feedback__input:nth-child(2) svg {
  width: 14px;
  height: 14px;
}

.feedback__input:nth-child(3) svg {
  width: 15px;
  height: 15px;
}

.feedback__button {
  max-width: 246px;
  height: 44px;
  width: 100%;
}

.feedback__agree {
  display: flex;
  justify-content: center;
}

.feedback__agree-text {
  font-size: 9px;
  line-height: 14px;
  color: #aeaeaf;
  max-width: 594px;
  text-align: center;
}

.feedback__agree-text a {
  color: #aeaeaf;
  text-decoration: underline;
}

.feedback__agree-checkbox {
  margin-right: 10px;
}

.feedback__agree-checkbox input {
  margin: 0;
}

.finance-section {
  position: relative;
  z-index: 1;
  background-color: #010b1c;
  background-image: url("../images/finance-bg-img.jpg");
  background-repeat: no-repeat;
  background-size: 585px auto;
  background-position: calc(50% - -81px);
  background-position-y: bottom;
}

.finance-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../images/decor-dots-1.svg"), url("../images/decor-dots-3.svg");
  background-repeat: no-repeat;
  background-size: 268px 116px, 95px 252px;
  background-position-y: -34px, 220px;
  background-position-x: calc(0% - 154px), calc(100% - 7px);
}

.finance-section__inner {
  padding: 50px 0 250px 0;
}

.finance-section__title {
  margin-bottom: 26px;
}

.finance-section__title-info {
  margin-bottom: 52px;
}

.finance-section__info {
  display: flex;
  justify-content: flex-end;
}

.finance-info {
  position: relative;
  max-width: 572px;
  width: 100%;
  background: linear-gradient(90deg, rgba(9,30,65,0.68) 6.33%, rgba(9,30,65,0) 69.17%);
  backdrop-filter: blur(19px);
  border-radius: 30px;
  padding: 16px 20px;
}

.finance-info:before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(102,81,231,0.302);
  border-left: 1px solid rgba(102,81,231,0.302);
  border-right: 1px solid rgba(214,36,235,0.22);
  border-bottom: 1px solid rgba(214,36,235,0.161);
  border-radius: 30px;
}

.finance-info__list {
  margin-bottom: 16px;
}

.finance-info__list-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.finance-info__list-item:last-child {
  border: 0;
}

.finance-info__list-item:nth-child(2) .finance-info__value {
  margin-left: 44px;
}

.finance-info__list-item-container {
  font-size: 16px;
  line-height: 20px;
  font-family: "Geometria-Medium";
}

.finance-info__toggle-info {
  display: none;
}

.finance-info__toggle-info ul {
  max-width: 456px;
  margin: 0 0 0 auto;
  padding: 16px 0 0 0;
}

.finance-info__toggle-info ul li {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  min-height: 26px;
  font-size: 13px;
  line-height: 17px;
  padding: 4px 0;
}

.finance-info__toggle-info ul li:last-child {
  border-bottom: 0;
}

.finance-info__toggle-info ul li br {
  display: block;
}

.finance-info__name {
  display: flex;
}

.finance-info__name--active {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.finance-info__name--active.active-finance .close {
  opacity: 0;
}

.finance-info__name--active.active-finance .open {
  opacity: 1;
}

.finance-info__name-icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: linear-gradient(0deg, rgba(255,255,255,0.2), rgba(255,255,255,0.2)), #091e41;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 12px;
  position: relative;
}

.finance-info__name-icon svg {
  position: absolute;
  transition: 0.6s;
}

.finance-info__name-icon .open {
  opacity: 0;
}

.finance-info__name-box div {
  color: rgba(255,255,255,0.33);
  font-family: "Geometria-Regular";
}

.finance-info__btn-container {
  margin-bottom: 33px;
}

.finance-info__btn {
  max-width: 224px;
  width: 100%;
  height: 50px;
  margin: 0 auto 20px auto;
}

.finance-info__btn-info div {
  max-width: 242px;
  font-size: 13px;
  line-height: 17px;
}

.finance-info__helper {
  font-size: 14px;
  line-height: 18px;
  color: rgba(255,255,255,0.33);
  font-style: italic;
  font-family: "Geometria-Light";
  max-width: 496px;
}

.footer {
  background-color: #fff;
  color: rgba(35,31,32,0.52);
  font-size: 14px;
  line-height: 18px;
}

.footer__row {
  padding: 40px 0 6px 0;
}

.footer__col {
  margin-bottom: 30px;
}

.footer__logo {
  margin-bottom: 19px;
}

.footer__logo svg {
  width: 108px;
  height: 38px;
  margin: 0 auto;
}

.footer__social ul {
  display: flex;
}

.footer__social ul li {
  margin-right: 24px;
}

.footer__social ul li:last-child {
  margin-right: 0;
}

.footer__legal,
.footer__social {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.footer__legal {
  margin-bottom: 0;
}

.footer__link {
  position: relative;
}

.footer__link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(35,31,32,0.52);
  bottom: 2px;
}

.footer__text {
  margin-bottom: 16px;
  text-align: center;
}

.footer__text br {
  display: block;
}

.footer__f5:hover .f5__label {
  text-decoration: underline;
}

.footer__f5 .f5 {
  display: flex;
  max-width: 250px;
  margin: 0 auto;
}

.footer__f5 .f5__logo {
  margin-right: 10px;
}

.footer__f5 .f5__logo img {
  width: 36px;
  height: auto;
}

.footer__phone {
  margin-bottom: 30px;
}

.footer__phone .connection {
  color: #8c8a8b;
  flex-direction: row-reverse;
  justify-content: center;
}

.footer__phone .connection__num-link {
  font-family: "Geometria-Medium";
}

.footer__phone .connection__description {
  font-family: "Geometria-Regular";
}

.footer__phone .connection__icon {
  border: 1px solid rgba(167,167,167,0.57);
  margin: 0 13px 0 0;
  width: 36px;
  height: 36px;
}

.footer__phone .connection__icon svg {
  color: #ffda42;
  width: 19px;
  height: 19px;
}

.country {
  display: flex;
  justify-content: center;
}

.country__logo {
  margin-right: 14px;
}

.country__label {
  text-align: center;
}

.form-modal {
  background-color: #051125;
  max-width: 300px;
  width: 100%;
  background-repeat: no-repeat;
}

.form-modal--leave .form-modal__info-title span {
  font-size: 14px;
  line-height: 17px;
}

.form-modal__feedback {
  padding: 24px 14px 14px 14px;
  border-radius: 10px;
  position: relative;
}

.form-modal__feedback-container {
  max-width: 290px;
  margin: 0 auto;
}

.form-modal__info-title {
  font-size: 17px;
  line-height: 18px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 16px;
  font-family: "Geometria-Bold";
  text-transform: uppercase;
  color: #fff;
}

.form-modal__info-title span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-family: "Geometria-Regular";
  text-transform: initial;
  margin-top: 4px;
}

.form-modal__feedback-input {
  display: flex;
  justify-content: center;
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 16px;
  height: 52px;
}

.form-modal__feedback-input svg {
  fill: none;
}

.form-modal__feedback-input .input {
  border: 0;
  background: rgba(255,255,255,0.08);
  padding: 0 10px;
}

.form-modal__feedback-input .input__field {
  color: #fff;
}

.form-modal__button {
  display: flex;
  justify-content: center;
  max-width: 260px;
  margin: 0 auto;
  margin-bottom: 20px;
  height: 52px;
}

.form-modal__button .btn {
  font-size: 14px;
  line-height: 19px;
}

.form-modal__agree {
  display: flex;
  margin-left: -8px;
}

.form-modal__agree-text {
  max-width: 400px;
  text-align: center;
  font-size: 10px;
  line-height: 11px;
  color: rgba(255,255,255,0.56);
  font-family: "Geometria-Light";
}

.form-modal__agree-text .agree-link {
  color: rgba(255,255,255,0.56);
  text-decoration: underline;
}

.header__inner {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}

@media (max-width:767px){
  .header__inner{
    width:325px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
}

.header__logo svg {
  width: 107px;
  height: 37px;
}

.header__description {
  display: none;
}

.header__description span {
  color: #fff;
  font-family: "Geometria-Bold";
}

.input {
  display: flex;
  align-items: center;
  background: #efefef;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  padding: 0 16px 0 14px;
  height: 100%;
  width: 100%;
}

.input__icon {
  margin-right: 12px;
}

.input__field {
  width: 100%;
  font-size: 13px;
  line-height: 16px;
  padding: 0;
  border: none;
  display: block;
  outline: none;
  color: #000;
  transition: all 0.3s;
  height: 100%;
  background: none;
  font-family: "Geometria-Regular";
}

.input__field:-webkit-autofill,
.input__field:-webkit-autofill:hover,
.input__field:-webkit-autofill:focus,
.input__field:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: all 5000s ease-in-out 0s;
}

.input__field::placeholder {
  color: #b7b7b7;
  font-style: italic;
  font-family: "Geometria-Light";
}

.input__field:-ms-input-placeholder {
  color: #b7b7b7;
  font-style: italic;
  font-family: "Geometria-Light";
}

.input__field::-ms-input-placeholder {
  color: #b7b7b7;
  font-style: italic;
  font-family: "Geometria-Light";
}

.input__field.error {
  color: #d94c4c;
  font-style: italic;
}

.input__field.error::placeholder {
  color: #d94c4c;
}

.input__field.error:-ms-input-placeholder {
  color: #d94c4c;
}

.input__field.error::-ms-input-placeholder {
  color: #d94c4c;
}

.main-section {
  position: relative;
}

.main-section__bg {
  position: relative;
  z-index: 1;
  background-image: url("../images/main-section-bg.png");
  background-repeat: no-repeat;
  background-color: #010b1c;
  background-size: cover;
}

.main-section__inner {
  padding: 16px 0 40px 0;
  color: #fff;
}

.main-section__title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}

.main-section__title br {
  display: block;
}

.main-section__title:before {
  content: "";
  position: absolute;
  background: #6d4ee7;
  bottom: 0;
  left: -22px;
  z-index: -1;
  filter: blur(106.5px);
  width: 242px;
  height: 60px;
}

.main-section__info-description {
  max-width: 464px;
  margin-bottom: 40px;
}

.main-section__info-list .slick-list {
  max-width: 250px;
  margin: 0 auto;
}

.main-section__info-list .slick-slide {
  min-width: 270px;
}

.main-section__info-list .slick-dots {
  display: flex;
  justify-content: center;
}

.main-section__info-list .slick-dots li {
  margin-right: 20px;
}

.main-section__info-list .slick-dots li:last-child {
  margin-right: 0;
}

.main-section__info-list .slick-dots button {
  font-size: 0;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  padding: 0;
  margin: 0;
  background-color: #e1e1e1;
}

.main-section__info-list .slick-dots .slick-active button {
  background-color: #d624eb;
}

.main-section__info-list-item {
  min-width: 250px;
  text-align: center;
}

.main-section__info-list-item div {
  font-size: 18px;
  line-height: 20px;
  color: #6651e7;
  font-family: "Geometria-Bold";
  margin-bottom: 7px;
}

.main-section__info-list-item span {
  font-size: 14px;
  line-height: 16px;
  display: block;
}

.main-section__btn-mobile {
  max-width: 240px;
  height: 47px;
  margin: 0 auto 20px auto;
}

.main-section__feedback {
  display: none;
}

.model-section {
  background-color: #051125;
  position: relative;
  z-index: 1;
}

.model-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../images/decor-dots-1.svg"), url("../images/decor-dots-2.svg");
  background-repeat: no-repeat;
  background-size: 310px 176px, 194px 176px;
  background-position-y: 389px, 914px;
  background-position-x: calc(0% - 154px), calc(100% - -104px);
}

.model-section__image {
  position: relative;
  z-index: 1;
}

.model-section__image:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  background: #6d4ee7;
  top: 484px;
  width: 156px;
  height: 136px;
  filter: blur(62.5px);
}

.model-section__inner {
  padding: 44px 0 50px 0;
}

.model-section__title {
  margin-bottom: 4px;
}

.model-section__title br {
  display: block;
}

.model-section__title-info {
  max-width: 611px;
  margin: 0 auto 24px auto;
}

.model-section__product-title {
  max-width: 618px;
  margin: 0 auto 60px auto;
  font-size: 14px;
  line-height: 18px;
  font-family: "Geometria-Bold";
  text-align: center;
}

.model-section__product {
  margin-bottom: 35px;
  max-width: 1170px;
  margin: 0 auto 35px auto;
}

.model-section__product ul {
  position: relative;
  height: 376px;
  margin-bottom: 30px;
}

.model-section__product ul:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/model-product-image.png");
  background-repeat: no-repeat;
  background-size: 290px auto;
  background-position: calc(50% - 0px);
  background-position-y: 67px;
  pointer-events: none;
}

.model-section__product ul li {
  position: absolute;
  font-family: "Geometria-Medium";
  font-size: 15px;
  line-height: 20px;
}

.model-section__product ul li:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}

.model-section__product ul li:nth-child(1) {
  left: 0;
  top: 12px;
}

.model-section__product ul li:nth-child(2) {
  right: 0;
  top: 52px;
  text-align: right;
}

.model-section__product ul li:nth-child(3) {
  left: 0;
  bottom: 42px;
  text-align: left;
}

.model-section__product ul li:nth-child(4) {
  right: 0;
  bottom: 2px;
  text-align: left;
}

.model-section__product-helper-info {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.model-section__statistic {
  margin-bottom: 8px;
}

.model-section__format ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1158px;
  margin: 0 auto;
}

.model-section__format ul li {
  margin-bottom: 20px;
  max-width: 369px;
  width: 100%;
}

.model-section__format-title {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-family: "Geometria-Bold";
  max-width: 1158px;
  margin: 0 auto 34px auto;
  text-align: center;
}

.model-section__format-title span {
  color: #d624eb;
}

.model-statistic {
  display: flex;
  max-width: 1172px;
  margin: 0 auto;
  position: relative;
}

.model-statistic:before {
  content: "";
  position: absolute;
  background-image: url("../images/graph-img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 300px auto;
  width: 317px;
  height: 379px;
  right: 0;
  top: -38px;
  left: 0;
  margin: 0 auto;
  pointer-events: none;
}

.model-statistic__container {
  max-width: 500px;
}

.model-statistic__head {
  margin-bottom: 30px;
  font-family: "Geometria-Bold";
  font-size: 15px;
  line-height: 18px;
}

.model-statistic__head-title {
  max-width: 259px;
  width: 100%;
  margin: 0 auto 200px auto;
  text-align: center;
  position: relative;
}

.model-statistic__head-title div {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 3px;
}

.model-statistic__head-title span {
  display: block;
}

.model-statistic__head-title:before {
  content: "";
  position: absolute;
  background: #6d4ee7;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 280px;
  height: 64px;
  filter: blur(88.5px);
  pointer-events: none;
}

.model-statistic__head-gender {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

.model-statistic__head-gender ul {
  display: flex;
  justify-content: space-between;
}

.model-statistic__head-gender ul:first-child {
  color: #d624eb;
  margin-bottom: 4px;
}

.model-statistic__head-gender ul li {
  margin-right: 12px;
}

.model-statistic__head-gender ul li:last-child {
  margin-right: 0;
}

.model-statistic__info {
  padding: 15px 0;
  font-size: 13px;
  line-height: 16px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  margin-bottom: 20px;
}

.model-format {
  background-color: #091e41;
  border-radius: 5px;
  padding: 30px 10px 18px 17px;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  z-index: 222;
  -webkit-tap-highlight-color: transparent;
}

.model-format:hover {
  z-index: 999;
  transform: scale(1.06);
  line-height: 1;
  position: relative;
  background-color: #0f2d5f;
}

.model-format__title {
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 10px;
  color: #d425ea;
  font-family: "Geometria-Bold";
}

.model-format__info {
  font-size: 13px;
  line-height: 17px;
}

.model-format__square {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 138px;
  min-height: 25px;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #061226;
  background-color: #fff;
  border-radius: 0px 5px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.photo-section {
  background-color: #010b1c;
  position: relative;
  z-index: 1;
  overflow: unset;
}

.photo-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding-bottom: 276px;
  pointer-events: none;
  background-image: url("../images/decor-dots-3.svg"), url("../images/decor-dots-2.svg");
  background-repeat: no-repeat;
  background-size: 117px 178px, 250px 114px;
  background-position-y: 0px, 1670px;
  background-position-x: calc(0% - -14px), calc(100% - -104px);
  top: -62px;
  padding-bottom: 62px;
}

.photo-section__wrapper {
  overflow: hidden;
}

.photo-section__inner {
  padding: 60px 0 78px 0;
  position: relative;
  z-index: 1;
}

.photo-section__inner:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  margin: 0 auto;
  background: #6d4ee7;
  width: 267px;
  height: 967px;
  left: 0px;
  top: 368px;
  filter: blur(303.5px);
}

.photo-section__title {
  text-align: center;
  margin-bottom: 8px;
}

.photo-section__title-info {
  text-align: center;
  margin-bottom: 53px;
}

.photo-section__card {
  margin-bottom: 26px;
}

.photo-section__card ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 518px;
  margin: 0 auto;
}

.photo-section__card ul li {
  max-width: 240px;
  width: 100%;
  margin-bottom: 20px;
}

.photo-section__info {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  max-width: 672px;
  margin: 0 auto 38px auto;
}

.photo-section__container {
  max-width: 735px;
  margin: 0 auto;
}

.photo-section__btn {
  max-width: 240px;
  width: 100%;
  height: 52px;
  margin: 0 auto 20px auto;
}

.photo-section__btn-info div {
  max-width: 255px;
  font-size: 13px;
  line-height: 17px;
}

.photo-card {
  min-height: 290px;
  border-radius: 10px 10px 5px 5px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: #d9d9d9;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 240px auto;
}

.photo-card--1 {
  background-image: url("../images/photo-card-1.jpg");
}

.photo-card--2 {
  background-image: url("../images/photo-card-2.jpg");
}

.photo-card--3 {
  background-image: url("../images/photo-card-3.jpg");
}

.photo-card--4 {
  background-image: url("../images/photo-card-4.jpg");
}

.photo-card__info {
  width: 100%;
  background: linear-gradient(270deg, #d523ea 4.5%, #256ce6 100%);
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 72px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

.content-privacy {
  max-width: 300px;
  width: 100%;
  padding: 24px 16px;
  background-color: #fff;
  text-align: start;
  position: relative;
  color: #051125;
}

.content-privacy__close {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 15px;
}

.content-privacy__icon {
  fill: #7a5cff;
}

.content-privacy__icon:hover {
  color: $color-red;
}

.content-privacy h2 {
  font-family: "Geometria-Bold";
  text-align: center;
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 22px;
  font-weight: bold;
  color: #051125;
}

.content-privacy h3,
.content-privacy strong {
  font-family: "Geometria-Bold";
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
}

.content-privacy p {
  font-size: 14px;
  line-height: 16px;
}

.content-privacy p {
  padding: 0 10px;
  margin: 5px 0;
}

.profit-section {
  position: relative;
  z-index: 1;
  background-color: #051225;
}

.profit-section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  background-image: url("../images/decor-dots-3.svg");
  background-repeat: no-repeat;
  background-size: 58px 168px;
  background-position-y: 0;
  background-position-x: calc(0% - 6px);
}

.profit-section__inner {
  position: relative;
  z-index: 2;
  padding: 50px 0 60px 0;
}

.profit-section__title {
  max-width: 390px;
  margin: 0 auto 19px auto;
}

.profit-section__title-info {
  max-width: 620px;
  margin: 0 auto 39px auto;
}

.profit-calc__btn-container {
  max-width: 458px;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto 50px auto;
  position: relative;
}

.profit-calc__btn-container:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 7px;
  border: 1px solid #fff;
  pointer-events: none;
}

.profit-calc__btn {
  max-width: 248px;
  min-height: 56px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  font-family: "Geometria-Medium";
  border-radius: 7px;
  cursor: pointer;
  transition: 0.3s;
}

.profit-calc__btn.active {
  background-color: #fff;
  color: #051125;
}

.profit-calc__wrapper {
  position: relative;
  min-height: 400px;
}

.calc {
  position: absolute;
  max-width: 480px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
  transition: 0.3s;
}

.calc.active {
  opacity: 1;
  z-index: 2;
}

.calc .irs.irs--big {
  height: 72px;
}

.calc .irs .irs-grid-pol {
  display: none;
}

.calc .irs .irs-handle,
.calc .irs .single {
  background: #fff;
  box-shadow: 0px 0px 15px #7e64ea;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 100%;
  cursor: pointer;
}

.calc .irs .irs-handle:before,
.calc .irs .single:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(142.81deg, #6651e7 21.57%, #d624eb 62.63%);
  border: 5px solid #fff;
}

.calc .irs .irs-line {
  background: #232e40;
  border-radius: 40px;
  border: 0;
  height: 8px;
}

.calc .irs .irs-bar--single {
  background: #6c4ee7;
  border-radius: 40px;
  border: 0;
  box-shadow: none;
  height: 8px;
}

.calc .irs .irs-grid-text {
  font-size: 13px;
  line-height: 13px;
  color: rgba(255,255,255,0.34);
  font-family: "Geometria-Regular";
  font-weight: 400;
}

.calc__input {
  position: relative;
  margin-bottom: 26px;
  cursor: pointer;
}

.calc__input-text {
  position: absolute;
  font-size: 16px;
  line-height: 16px;
}

.calc__total-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 18px;
  font-family: "Geometria-Regular";
  padding: 12px 0;
}

.calc__total-item:first-child {
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.calc__total-item br {
  display: block;
}

.calc-info {
  position: absolute;
  max-width: 484px;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.calc-info.active {
  opacity: 1;
  z-index: 2;
}

.calc-info ul li {
  height: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  line-height: 17px;
  font-family: "Geometria-Medium";
}

.calc-info ul li:last-child {
  border: 0;
}

.calc-info ul li br {
  display: block;
}

.calc-info__title {
  font-size: 18px;
  line-height: 24px;
  font-family: "Geometria-Medium";
  margin-bottom: 16px;
  text-align: center;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

.remodal-overlay {
  background-color: RGBA(10, 10, 10, 0.769);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal-wrapper {
  padding: 10px 10px 0;
}

.remodal {
  box-sizing: border-box;
  transform: translate3d(0, 0, 0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.remodal-wrapper {
  padding: 0;
  overflow: hidden;
}

.remodal-wrapper {
  overflow: hidden;
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  align-items: center;
}

.modal-scrollable.remodal-wrapper {
  display: flex;
  justify-content: center;
  padding: 20px 0 0 0;
  overflow: auto;
}

.remodal {
  max-height: 100%;
}

.remodal__feedback {
  padding-bottom: 20px;
  width: 300px;
}

.remodal__feedback-close {
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 5px;
  padding: 5px;
  z-index: 1;
}

.remodal__feedback-close svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
}

.remodal__privacy {
  padding-bottom: 20px;
}

@-moz-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}

@-o-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}

@-moz-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}

@-o-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}

@-moz-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-o-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.stages-section {
  background-color: #051125;
  position: relative;
  z-index: 4;
}

.stages-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url("../images/decor-num-10.svg"), url("../images/decor-text-stages.svg");
  background-repeat: no-repeat;
  background-size: 281px auto, 58px 334px;
  background-position: calc(50% - 766px), calc(50% - -764px);
  background-position-y: 358px, calc(50% - -240px);
}

.stages-section__inner {
  padding: 40px 0 50px 0;
}

.stages-section__title {
  margin: 0 0 10px 0;
}

.stages-section__title-info {
  margin: 0 0 43px 0;
}

.stages-section__table {
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 33px;
}

.stages-section__header {
  display: none;
}

.stages-section__info ul {
  padding: 10px 0;
}

.stages-section__info ul li {
  min-height: 52px;
  font-size: 14px;
  line-height: 18px;
  background-color: #091e41;
  border-bottom: 1px solid #7e7e7e;
  margin-bottom: 6px;
  border-radius: 4px;
  padding: 6px 0 0 0;
}

.stages-section__info ul li .stages-mb-title {
  color: #6c4ee7;
  padding: 4px 20px;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-family: "Geometria-Bold";
}

.stages-section__info ul li .stages-value {
  max-width: 550px;
  padding: 6px;
  text-align: center;
}

.stages-section__info ul li .stages-value-num {
  font-family: "Geometria-Medium";
  font-size: 16px;
  line-height: 20px;
  padding: 6px;
  text-align: center;
}

.stages-section__table-info {
  max-width: 284px;
  margin: 0 auto;
}

.support-section {
  background-color: #010b1c;
  position: relative;
  z-index: 5;
  overflow: unset;
}

.support-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  height: 1307px;
  pointer-events: none;
  background-image: url("../images/support-bg-decor.png");
  background-repeat: no-repeat;
  background-size: 90px auto;
  background-position: left;
  background-position-y: bottom;
  bottom: -58px;
}

.support-section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 57px;
  background-image: url("../images/decor-dots-3.svg");
  background-repeat: no-repeat;
  background-size: 94px 179px;
  background-position: right;
  background-position-y: bottom;
  pointer-events: none;
}

.support-section__wrapper {
  overflow: hidden;
}

.support-section__inner {
  padding: 50px 0 40px 0;
}

.support-section__container {
  margin-bottom: 30px;
}

.support-section__container-wrapper {
  max-width: 511px;
  margin-bottom: 30px;
}

.support-section__title {
  margin-bottom: 20px;
  text-align: center;
}

.support-section__title br {
  display: block;
}

.support-section__title-info {
  text-align: left;
  max-width: 306px;
  margin-bottom: 48px;
  text-align: center;
}

.support-section__price {
  display: flex;
  align-items: center;
}

.support-section__price div {
  font-family: "Geometria-Bold";
}

.support-section__price div:first-child {
  font-size: 14px;
  line-height: 18px;
  color: rgba(255,255,255,0.7);
  max-width: 160px;
  margin-right: 7px;
}

.support-section__price div:last-child {
  font-size: 22px;
  line-height: 30px;
  color: #6c4ee7;
}

.support-section__slider {
  max-width: 280px;
  margin: 0 auto 26px auto;
}

.support-section__progress {
  padding-bottom: 46px;
  max-width: 700px;
  margin: 0 auto;
}

.slider-support__container {
  position: relative;
  padding-bottom: 44px;
}

.slider-support__list {
  margin: 0 -26px;
}

.slider-support__list .slick-list {
  padding: 0 26px !important;
}

.slider-support__list .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}

.slider-support__list .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(-10px, -20px, -60px);
  transition: transform 1s, opacity 2s;
}

.slider-support__list .slick-snext,
.slider-support__list .slick-sprev {
  display: block;
}

.slider-support__list .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  transform: translate3d(0, 0, 0);
  transition: transform 0.7s, opacity 0s;
  z-index: 2;
}

.slider-support__list .slick-snext {
  opacity: 0.4;
  z-index: 1;
  transition: transform 0.9s, opacity 0.8s;
  transform: translate3d(64px, 0, -25px);
}

.slider-support__list .slick-sprev {
  opacity: 0.4;
  transition: transform 0.9s, opacity 0.8s;
  transform: translate3d(-64px, 0, -25px);
}

.slider-support__arrows {
  display: flex;
  justify-content: space-between;
  position: absolute;
  max-width: 115px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.slider-support__arrows .slider-arrow {
  width: 26px;
  height: 26px;
  background-color: #6c4ee7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.slider-support__arrows-prev {
  transform: rotate(270deg);
}

.slider-support__arrows-next {
  transform: rotate(90deg);
}

.support-card {
  width: 100%;
  height: 270px;
  background: linear-gradient(142.81deg, #6651e7 21.57%, #d624eb 62.63%);
  box-shadow: 7.00236px 0px 11.0037px rgba(0,0,0,0.25);
  border-radius: 10.0034px;
  padding: 30px 10px 20px 20px;
}

.support-card span {
  color: #fff;
  display: block;
}

.support-card span:first-child {
  font-family: "Geometria-Bold";
  font-size: 20px;
  line-height: 26px;
  max-width: 366px;
  margin-bottom: 18px;
}

.support-card span:last-child {
  font-size: 14.0054px;
  line-height: 18px;
}

.progress-bar {
  height: 6px;
  background: #232e40;
  border-radius: 40px;
  position: relative;
}

.progress-bar__track {
  position: absolute;
  padding: 3px;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 40px;
  background: #6c4ee7;
  box-sizing: border-box;
  transition: width 0.6s;
}

.progress-bar__items {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.progress-bar__item {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.progress-bar__number {
  opacity: 0.19;
  color: #fff;
  margin-left: -4px;
  margin-top: 12px;
  font-size: 15px;
  line-height: 15px;
}

.progress-bar__number.active {
  color: #fff;
  opacity: 1;
}

.thanks-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 100%;
  color: #eee;
  position: relative;
  z-index: 1;
}

.thanks-section__inner {
  padding: 40px 0 50px 0;
}

.thanks-section__title {
  margin: 0 0 19px 0;
}

.thanks-section__title span {
  color: #6c4ee7;
}

.thanks-section__description {
  max-width: 418px;
  font-size: 15px;
  line-height: 18px;
  font-family: "Geometria-Medium";
  margin: 0 0 60px 0;
  text-align: center;
}

.thanks-section__time {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
}

.thanks-section__time ul li {
  display: flex;
  max-width: 240px;
  justify-content: space-between;
  margin: 0 auto;
}

.thanks-section__time-title {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 17px 0;
  text-align: center;
}

.thanks-section__time-city {
  margin-bottom: 8px;
}

.thanks-section__time-info {
  font-size: 15px;
  line-height: 19px;
  max-width: 624px;
  padding-top: 17px;
  border-top: 1px solid rgba(255,255,255,0.52);
  margin-bottom: 59px;
  text-align: center;
}

.thanks-section__social {
  font-size: 17px;
  line-height: 23px;
}

.thanks-section__social div {
  margin-bottom: 19px;
}

.thanks-section__social ul {
  display: flex;
  justify-content: center;
}

.thanks-section__social ul li {
  margin-right: 52px;
}

.thanks-section__social ul li:last-child {
  margin-right: 0;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.page--thanks {
  background-color: #010b1c;
  background-image: url("../images/thanks-section-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.page--thanks .footer__row {
  padding: 33px 0;
}

.page--thanks .connection__description {
  font-size: 13px;
  line-height: 14px;
}

.page__content {
  flex: 1;
}

.page__content--layout {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page__content--index1 {
  background-color: #010b1c;
}

.page__content--index1 .main-section__title br {
  display: none;
}

@media only screen and (min-width: 768px) {
  .wrapper {
    max-width: 760px;
  }

  h1,
  .title {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }

  h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .title-info {
    font-size: 14px;
    line-height: 21px;
  }

  .info-description {
    font-size: 15px;
    line-height: 19px;
    padding-left: 19px;
  }

  .info-description:before {
    top: 2px;
    bottom: 2px;
  }

  .btn-info {
    padding-left: 14px;
    justify-content: flex-start;
  }

  .btn-info:before {
    top: 6px;
    bottom: 6px;
  }

  .assortment-section__masonry-box {
    display: flex;
    justify-content: space-between;
  }

  .assortment-section__masonry-box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .assortment-section__masonry-box ul li {
    margin: 0;
    margin-bottom: 8px;
  }

  .assortment-section__masonry-box:first-child ul:first-child li:nth-child(1) {
    padding: 100px 10px 30px 14px;
    max-width: 276px;
  }

  .assortment-section__masonry-box:first-child ul:first-child li:nth-child(1) .assortment-section__masonry-image img {
    width: 200px;
  }

  .assortment-section__masonry-box:first-child ul:first-child li:nth-child(2) {
    padding: 100px 10px 18px 14px;
    max-width: 275px;
  }

  .assortment-section__masonry-box:first-child ul:first-child li:nth-child(2) .assortment-section__masonry-image {
    top: 20px;
  }

  .assortment-section__masonry-box:first-child ul:first-child li:nth-child(2) .assortment-section__masonry-image img {
    width: 200px;
  }

  .assortment-section__masonry-box:first-child ul:first-child li:nth-child(3) {
    padding: 20px 140px 11px 14px;
    max-width: 100%;
  }

  .assortment-section__masonry-box:first-child ul:first-child li:nth-child(3) .assortment-section__masonry-image {
    right: 6px;
  }

  .assortment-section__masonry-box:first-child ul:first-child li:nth-child(3) .assortment-section__masonry-image img {
    width: 120px;
  }

  .assortment-section__masonry-box:first-child ul:last-child li {
    padding: 21px 15px 254px 12px;
    max-width: 195px;
  }

  .assortment-section__masonry-box:first-child ul:last-child li .assortment-section__masonry-image {
    left: 21px;
  }

  .assortment-section__masonry-box:first-child ul:last-child li .assortment-section__masonry-image img {
    width: 152px;
  }

  .assortment-section__masonry-box:last-child ul {
    display: flex;
    justify-content: space-between;
  }

  .assortment-section__masonry-box:last-child ul li:first-child {
    max-width: 338px;
  }

  .assortment-section__masonry-box:last-child ul li:first-child .assortment-section__masonry-image img {
    width: 60px;
  }

  .assortment-section__masonry-box:last-child ul li:last-child {
    max-width: 413px;
    padding: 24px 73px 16px 17px;
  }

  .assortment-section__masonry-box:last-child ul li:last-child .assortment-section__masonry-image img {
    width: 94px;
  }

  .assortment-section__masonry-helper-info {
    font-size: 14px;
    line-height: 19px;
  }

  .city-section {
    background-size: 1264px auto;
    background-position: calc(50% - -442px);
    background-position-y: 210px;
  }

  .city-section__map-title {
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 26px 0;
  }

  .city-section__map-title:before {
    font-size: 81.241px;
    line-height: 81.241px;
    right: -130px;
    top: 12px;
  }

  .city-section__map-info {
    text-align: left;
  }

  .city-section__founder-name {
    text-align: left;
    margin: 0 0 38px 0;
  }

  .city-section__info ul li {
    max-width: 160px;
  }

  .city-section__info-container {
    display: block;
  }

  .city-section__info-container div:nth-child(1) {
    margin-right: 0;
    max-width: 100%;
  }

  .city-section__info-helper {
    margin-bottom: 0;
  }

  .connection {
    justify-content: flex-end;
  }

  .connection__icon {
    margin-left: 10px;
    width: 28px;
    height: 28px;
  }

  .connection__icon svg {
    width: 13px;
    height: 12px;
  }

  .cooperation-section {
    background-position: center;
  }

  .cooperation-section__inner {
    position: relative;
    padding: 65px 0 134px 0;
  }

  .cooperation-section__cards-title {
    text-align: left;
  }

  .cooperation-section__cards {
    margin-bottom: 0;
  }

  .cooperation-section__cards-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 544px;
  }

  .cooperation-section__cards-list .slick-list {
    max-width: 100%;
    margin: 0;
  }

  .cooperation-section__cards-list .slick-slide {
    max-width: 282px;
  }

  .cooperation-section__cards-list-item {
    max-width: 262px;
    min-height: 242px;
    margin-bottom: 20px;
    padding: 26px 8px 19px 15px;
  }

  .cooperation-section__feedback {
    position: absolute;
    bottom: -27px;
  }

  .demand-section:before {
    background-size: 268px 116px, 95px 214px;
    background-position-y: -34px, 650px;
    background-position-x: calc(0% - 154px), calc(100% - 7px);
  }

  .demand-section__slider-inner {
    margin: 0 0 46px 0;
  }

  .demand-section__slider-list {
    min-height: 386px;
    max-width: 690px;
    margin: 0 auto;
    margin-left: 10px;
    min-height: 340px;
  }

  .demand-section__slider-list-item {
    transform: translate3d(0px, 50px, 0px) scale(0.89);
  }

  .demand-section__slider-arrow {
    right: 15px;
  }

  .demand-section__container {
    display: flex;
    justify-content: center;
  }

  .demand-section__btn {
    margin: 0;
    margin-right: 18px;
    max-width: 238px;
    height: 58px;
  }

  .demand-section__btn-info div {
    max-width: 351px;
    font-size: 14px;
    line-height: 19px;
  }

  .demand-slide {
    text-align: left;
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: -25px;
    min-height: 340px;
  }

  .demand-slide--1 {
    background-image: url("../images/demand-slider-img-1.png");
    background-size: 282px auto;
  }

  .demand-slide--2 {
    background-image: url("../images/demand-slider-img-2.png");
    background-size: 272px auto;
  }

  .feedback {
    margin: 0;
    max-width: 740px;
  }

  .feedback__form {
    padding: 16px 14px 12px 16px;
  }

  .feedback__title {
    font-size: 15px;
    line-height: 20px;
  }

  .feedback__container {
    flex-direction: row;
  }

  .feedback__input {
    height: 40px;
    margin-bottom: 0;
    max-width: 170px;
  }

  .feedback__button {
    height: 50px;
    max-width: 182px;
  }

  .finance-section {
    background-size: 1171px auto;
    background-position: calc(50% - 50px);
    background-position-y: bottom;
  }

  .finance-section__inner {
    padding: 50px 0 60px 0;
  }

  .finance-info {
    padding: 30px 20px 17px 40px;
  }

  .finance-info__list {
    margin-bottom: 32px;
  }

  .finance-info__list-item-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .finance-info__toggle-info ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .finance-info__toggle-info ul li br {
    display: none;
  }

  .finance-info__name-icon {
    width: 36px;
    height: 36px;
    margin-right: 18px;
  }

  .finance-info__btn-container {
    display: flex;
  }

  .finance-info__btn {
    max-width: 224px;
    height: 54px;
    margin: 0 24px 0 0;
  }

  .finance-info__btn-info div {
    max-width: 254px;
    font-size: 14px;
    line-height: 19px;
  }

  .footer__row {
    display: flex;
    justify-content: space-between;
    padding: 65px 0 24px 0;
  }

  .footer__col {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .footer__col--middle {
    order: -1;
  }

  .footer__text {
    text-align: left;
  }

  .footer__f5 .f5 {
    max-width: 312px;
  }

  .footer__phone .connection {
    justify-content: flex-start;
  }

  .country {
    justify-content: flex-start;
  }

  .country__label {
    text-align: left;
    max-width: 186px;
  }

  .form-modal {
    max-width: 700px;
    width: 100%;
  }

  .form-modal--main {
    background-image: url("../images/form-main-img.png");
    background-size: 825px auto;
    background-position: calc(50% - -207px);
    background-position-y: -191px;
  }

  .form-modal--main .form-modal__feedback {
    justify-content: flex-start;
    padding: 110px 0 28px 46px;
  }

  .form-modal--main .form-modal__info-title {
    top: 30px;
    left: 46px;
  }

  .form-modal--main .form-modal__feedback-container {
    width: 100%;
    max-width: 277px;
  }

  .form-modal--main .form-modal__feedback-input {
    margin-bottom: 10px;
  }

  .form-modal--call {
    background-image: url("../images/form-call-img.png");
    background-size: 230px auto;
    background-position: calc(50% - 178px);
    background-position-y: bottom;
  }

  .form-modal--leave {
    background-image: url("../images/form-leave-img.png");
    background-size: 671px auto;
    background-position: calc(50% - 189px);
    background-position-y: -80px;
  }

  .form-modal--leave .form-modal__feedback {
    padding: 46px 44px 27px 36px;
  }

  .form-modal--leave .form-modal__info-title {
    top: 34px;
    left: 34px;
  }

  .form-modal__feedback {
    padding: 43px;
    display: flex;
    justify-content: flex-end;
  }

  .form-modal__feedback-container {
    margin: 0;
    max-width: 255px;
  }

  .form-modal__info-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    left: 54px;
    top: 43px;
    text-align: left;
  }

  .form-modal__info-title span {
    font-size: 16px;
    line-height: 20px;
    margin-top: 6px;
  }

  .form-modal__feedback-input {
    max-width: 306px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 18px;
  }

  .form-modal__button {
    max-width: 100%;
    margin-bottom: 18px;
  }

  .form-modal__agree-text {
    font-size: 10px;
    line-height: 12px;
    text-align: left;
    margin-right: -48px;
  }

  .header__inner {
    padding: 35px 0;
  
  }

  .header__logo svg {
    width: 112px;
    height: 39px;
    margin-right: 10px;
  }

  .header__description {
    position: relative;
    display: block;
    max-width: 334px;
    width: 100%;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    padding-left: 16px;
    font-family: "Geometria-Medium";
    color: rgba(255,255,255,0.73);
  }

  .header__description:before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    width: 2.19089px;
    background-color: rgba(255,255,255,0.22);
    border-radius: 10px;
    left: 0;
    margin: auto 0;
  }

  .input {
    padding-left: 7px;
    padding: 0 5px;
  }

  .input__icon {
    margin-right: 4px;
  }

  .input__field {
    font-size: 12px;
    line-height: 16px;
  }

  .main-section__bg {
    background-position: top;
  }

  .main-section__inner {
    padding: 30px 0 40px 0;
  }

  .main-section__title:before {
    left: -80px;
  }

  .main-section__info {
    margin-bottom: 35px;
  }

  .main-section__info-list {
    display: flex;
    max-width: 428px;
    justify-content: space-between;
  }

  .main-section__info-list .slick-list {
    margin: 0;
    max-width: 100%;
  }

  .main-section__info-list .slick-track {
    width: 428px !important;
    display: flex;
    justify-content: space-between;
  }

  .main-section__info-list .slick-track:before,
  .main-section__info-list .slick-track:after {
    content: none;
  }

  .main-section__info-list .slick-slide {
    min-width: auto;
  }

  .main-section__info-list-item {
    text-align: left;
    min-width: 110px;
  }

  .main-section__btn-mobile {
    display: none;
  }

  .main-section__feedback {
    display: block;
  }

  .model-section__image:before {
    top: 370px;
    width: 366px;
    height: 205px;
    filter: blur(119.5px);
  }

  .model-section__title br {
    display: none;
  }

  .model-section__product-title {
    font-size: 17px;
    line-height: 22px;
  }

  .model-section__product {
    position: relative;
  }

  .model-section__product ul {
    margin-bottom: 0;
    height: 400px;
  }

  .model-section__product ul:before {
    background-size: 480px auto;
    background-position: calc(50% - 27px);
    background-position-y: 0px;
  }

  .model-section__product ul li:nth-child(1):before {
    width: 287px;
    height: 44px;
    bottom: -47px;
    left: 0;
    background-image: url("../images/model-pointer-line-1.svg");
  }

  .model-section__product ul li:nth-child(2) {
    top: 12px;
  }

  .model-section__product ul li:nth-child(2):before {
    width: 241px;
    height: 37px;
    bottom: -39px;
    right: 0;
    background-image: url("../images/model-pointer-line-2.svg");
  }

  .model-section__product ul li:nth-child(3) {
    bottom: 9px;
  }

  .model-section__product ul li:nth-child(3):before {
    width: 268px;
    height: 49px;
    bottom: -3px;
    left: 0;
    background-image: url("../images/model-pointer-line-3.svg");
  }

  .model-section__product ul li:nth-child(4) {
    bottom: 9px;
  }

  .model-section__product ul li:nth-child(4):before {
    width: 272px;
    height: 94px;
    bottom: -4px;
    right: 0;
    background-image: url("../images/model-pointer-line-4.svg");
  }

  .model-section__product-helper-info {
    text-align: left;
    position: absolute;
    right: 0;
    top: 182px;
    max-width: 176px;
    font-size: 15px;
    line-height: 17px;
  }

  .model-section__format ul li {
    min-height: 133px;
  }

  .model-section__format-title {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
  }

  .model-statistic {
    padding: 26px 0 30px 0;
  }

  .model-statistic:before {
    margin: 0;
    left: auto;
    width: 398px;
    height: 379px;
    right: -92px;
    top: -83px;
    background-size: 366px auto;
  }

  .model-statistic__container {
    margin-right: 38px;
  }

  .model-statistic__head {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
  }

  .model-statistic__head-title {
    text-align: left;
    margin: 0;
  }

  .model-statistic__head-title:before {
    filter: blur(103.5px);
    left: -20px;
  }

  .model-statistic__head-gender {
    margin: 0;
    max-width: 160px;
  }

  .model-statistic__info {
    margin-bottom: 0;
    text-align: left;
    padding: 20px 0;
    font-size: 14px;
    line-height: 18px;
  }

  .model-format {
    padding: 12px 10px 18px 17px;
  }

  .photo-section:before {
    background-position-y: 0px, 936px;
    background-position-x: calc(0% - -14px), calc(100% - -104px);
  }

  .photo-section__inner:before {
    width: 712px;
    height: 229px;
    top: 368px;
    filter: blur(244.5px);
  }

  .photo-section__info {
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto 64px auto;
  }

  .photo-section__container {
    display: flex;
    justify-content: center;
  }

  .photo-section__btn {
    max-width: 250px;
    height: 58px;
    margin: 0;
    margin-right: 23px;
  }

  .photo-section__btn-info div {
    max-width: 300px;
    font-size: 15px;
    line-height: 19px;
  }

  .content-privacy {
    padding: 24px 31px;
    max-width: 450px;
  }

  .content-privacy__close {
    top: 20px;
    right: 20px;
  }

  .content-privacy h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .content-privacy h3,
  .content-privacy strong {
    font-size: 16px;
    line-height: 18px;
  }

  .content-privacy p {
    margin: 10px 0;
    padding: 0 20px;
  }

  .profit-section {
    background-image: url("../images/profit-bg-img.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
    background-position-y: center;
  }

  .profit-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(5,18,37,0.82);
    z-index: 1;
  }

  .profit-section:after {
    background-size: 143px 357px;
    background-position-y: 217px;
    background-position-x: calc(0% - 23px);
  }

  .profit-calc__wrapper {
    min-height: 416px;
  }

  .calc .irs .irs-grid-text {
    font-size: 14px;
    line-height: 14px;
  }

  .calc__total-item {
    font-size: 18px;
    line-height: 24px;
  }

  .calc-info ul li {
    font-size: 16px;
    line-height: 18px;
  }

  .calc-info__title {
    font-size: 20px;
    line-height: 26px;
  }

  .modal-scrollable.remodal-wrapper {
    padding: 40px 0 0 0;
  }

  .remodal__feedback {
    width: 700px;
  }

  .remodal__feedback-close {
    top: -34px;
    right: 0;
  }

  .stages-section__inner {
    padding: 58px 0 70px 0;
  }

  .stages-section__table {
    background-color: #091e41;
    border: 1px solid rgba(0,0,0,0.22);
  }

  .stages-section__header {
    background: #6c4ee7;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    font-size: 18px;
    line-height: 22px;
    font-family: "Geometria-Bold";
  }

  .stages-section__info ul {
    padding: 10px 20px;
  }

  .stages-section__info ul li {
    border-radius: 0;
    background-color: unset;
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .stages-section__info ul li:last-child {
    border-bottom: 0;
  }

  .stages-section__info ul li .stages-mb-title {
    display: none;
  }

  .stages-section__info ul li .stages-value {
    padding: 0;
    text-align: left;
  }

  .stages-section__info ul li .stages-value-num {
    text-align: right;
    padding: 0;
  }

  .stages-section__table-info {
    max-width: 725px;
  }

  .support-section:before {
    bottom: -124px;
  }

  .support-section:after {
    background-size: 160px 257px;
    top: 172px;
  }

  .support-section__inner {
    padding: 76px 0 50px 0;
  }

  .support-section__container {
    position: relative;
  }

  .support-section__container-wrapper {
    margin-bottom: 0;
    position: absolute;
  }

  .support-section__title {
    text-align: left;
  }

  .support-section__title-info {
    text-align: center;
    margin-bottom: 30px;
  }

  .support-section__slider {
    max-width: 426px;
    margin: 0 0 48px auto;
  }

  .slider-support__list .slick-list {
    padding: 0 64px !important;
  }

  .slider-support__list .slick-snext {
    transform: translate3d(84px, 0, -25px);
  }

  .slider-support__list .slick-sprev {
    transform: translate3d(-84px, 0, -25px);
  }

  .support-card {
    height: 244px;
  }

  .thanks-section__inner {
    padding: 60px 0 70px 0;
  }

  .thanks-section__description {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
  }

  .thanks-section__time {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 39px;
  }

  .thanks-section__time ul li {
    margin: 0;
    max-width: 260px;
  }

  .thanks-section__time-title {
    text-align: left;
    font-size: 20px;
    line-height: 27px;
  }

  .thanks-section__time-info {
    text-align: left;
    font-size: 17px;
    line-height: 23px;
    max-width: 624px;
    padding-top: 17px;
  }

  .thanks-section__social ul {
    justify-content: flex-start;
  }

  .page--thanks .connection__description {
    font-size: 14px;
    line-height: 16px;
    margin-left: 16px;
  }

  .page__content--index1 .main-section__title br {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .content-privacy {
    max-width: 650px;
  }
}

@media only screen and (min-width: 1200px) {
  .wrapper {
    max-width: 1160px;
  }

  h1,
  .title {
    font-size: 37px;
    line-height: 47px;
    color: #fff;
  }

  h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .title-info {
    font-size: 17px;
    line-height: 21px;
  }

  .info-description {
    padding-left: 29px;
    font-size: 23px;
    line-height: 29px;
  }

  .info-description:before {
    top: 6px;
    bottom: 6px;
  }

  .btn-info {
    padding-left: 23px;
  }

  .btn-info:before {
    top: 8px;
    bottom: 8px;
  }

  .assortment-section__masonry-box ul li {
    margin-bottom: 10px;
    border-radius: 30px;
    margin-bottom: 15px;
  }

  .assortment-section__masonry-box:first-child ul:first-child {
    max-width: 871px;
  }

  .assortment-section__masonry-box:first-child ul:first-child li:nth-child(1) {
    padding: 172px 60px 77px 27px;
    max-width: 426px;
  }

  .assortment-section__masonry-box:first-child ul:first-child li:nth-child(1) .assortment-section__masonry-image {
    top: 29px;
  }

  .assortment-section__masonry-box:first-child ul:first-child li:nth-child(1) .assortment-section__masonry-image img {
    width: 382px;
    height: 117px;
  }

  .assortment-section__masonry-box:first-child ul:first-child li:nth-child(2) {
    padding: 172px 60px 77px 27px;
    max-width: 429px;
  }

  .assortment-section__masonry-box:first-child ul:first-child li:nth-child(2) .assortment-section__masonry-image {
    top: 29px;
  }

  .assortment-section__masonry-box:first-child ul:first-child li:nth-child(2) .assortment-section__masonry-image img {
    width: 349px;
    height: 98px;
  }

  .assortment-section__masonry-box:first-child ul:first-child li:nth-child(3) {
    padding: 25px 211px 25px 27px;
  }

  .assortment-section__masonry-box:first-child ul:first-child li:nth-child(3) .assortment-section__masonry-image {
    right: 31px;
  }

  .assortment-section__masonry-box:first-child ul:first-child li:nth-child(3) .assortment-section__masonry-image img {
    width: 140px;
    height: 168px;
  }

  .assortment-section__masonry-box:first-child ul:last-child li {
    padding: 29px 44px 358px 38px;
    max-width: 272px;
  }

  .assortment-section__masonry-box:first-child ul:last-child li .assortment-section__masonry-image {
    left: auto;
  }

  .assortment-section__masonry-box:first-child ul:last-child li .assortment-section__masonry-image img {
    width: 212px;
    height: 328px;
  }

  .assortment-section__masonry-box:last-child ul li:first-child {
    padding: 63px 43px 63px 162px;
    max-width: 539px;
  }

  .assortment-section__masonry-box:last-child ul li:first-child .assortment-section__masonry-image {
    left: 39px;
  }

  .assortment-section__masonry-box:last-child ul li:first-child .assortment-section__masonry-image img {
    width: 93px;
    height: 249px;
  }

  .assortment-section__masonry-box:last-child ul li:last-child {
    padding: 45px 127px 44px 27px;
    max-width: 605px;
  }

  .assortment-section__masonry-box:last-child ul li:last-child .assortment-section__masonry-image img {
    width: 129px;
    height: 223px;
  }

  .assortment-section__masonry-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 18px;
  }

  .assortment-section__masonry-text {
    font-size: 16px;
    line-height: 20px;
  }

  .assortment-section__masonry-helper-info {
    font-size: 17px;
    line-height: 21px;
  }

  .btn button span,
  .btn a span {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.179478px;
  }

  .city-section {
    background-size: 1426px auto;
    background-position: calc(50% - -671px);
    background-position-y: 143px;
  }

  .city-section__inner {
    padding: 66px 0 69px 0;
  }

  .city-section__title {
    text-align: left;
    margin: 0 0 17px 0;
    max-width: 929px;
  }

  .city-section__title-info {
    text-align: left;
    max-width: 865px;
    margin: 0 0 73px 0;
  }

  .city-section__map-title {
    max-width: 481px;
    margin: 0 0 26px 0;
    font-size: 25px;
    line-height: 31px;
  }

  .city-section__map-title:before {
    font-size: 103.241px;
    line-height: 103.241px;
  }

  .city-section__map-info {
    font-size: 17px;
    line-height: 21px;
  }

  .city-section__founder-name {
    max-width: 342px;
    max-width: 342px;
    font-size: 17px;
    line-height: 21px;
    padding: 11px 11px 8px 18px;
    margin: 0 0 69px 0;
  }

  .city-section__info ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 555px;
  }

  .city-section__info ul li {
    max-width: 210px;
    margin-bottom: 42px;
    font-size: 22px;
    line-height: 28px;
  }

  .city-section__info-helper {
    font-size: 15px;
    line-height: 19px;
  }

  .connection__icon {
    width: 35px;
    height: 35px;
    margin-left: 17px;
  }

  .connection__num {
    font-size: 18px;
    line-height: 23px;
  }

  .connection__description {
    font-size: 15px;
    line-height: 19px;
  }

  .cooperation-section__inner {
    padding: 75px 0 228px 0;
  }

  .cooperation-section__title {
    max-width: 819px;
  }

  .cooperation-section__title-info {
    max-width: 882px;
  }

  .cooperation-section__cards-title {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 22px 0;
  }

  .cooperation-section__cards-list {
    max-width: 1160px;
  }

  .cooperation-section__cards-list .slick-slide {
    max-width: 298px;
  }

  .cooperation-section__cards-list-item {
    padding: 31px 10px 31px 20px;
    margin-bottom: 0;
    max-width: 266px;
    min-height: 306px;
  }

  .cooperation-section__cards-list-item div:first-child {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 12px;
  }

  .cooperation-section__cards-list-item div:last-child {
    font-size: 16px;
    line-height: 20px;
  }

  .cooperation-section__feedback {
    bottom: -38px;
  }

  .cooperation-section__feedback .feedback__title {
    font-size: 23px;
    line-height: 29px;
  }

  .demand-section:before {
    background-size: 379px 181px, 179px 303px;
    background-position-y: -36px, 678px;
    background-position-x: calc(0% - 186px), calc(100% - -22px);
  }

  .demand-section .wrapper {
    max-width: 1190px;
  }

  .demand-section__inner {
    padding: 61px 0 59px 0;
  }

  .demand-section__slider-list {
    margin: 0 auto;
    max-width: 984px;
  }

  .demand-section__slider-list-item {
    transform: translate3d(0px, 62px, 0px) scale(0.89);
  }

  .demand-section__slider-arrow {
    right: 40px;
  }

  .demand-section__slider-info {
    max-width: 1169px;
    margin: 0 auto 44px auto;
    font-size: 16px;
    line-height: 20px;
  }

  .demand-section__btn {
    max-width: 345px;
    width: 100%;
    height: 78px;
    margin-right: 18px;
  }

  .demand-section__btn-info div {
    max-width: 389px;
    font-size: 16px;
    line-height: 20px;
  }

  .demand-slide {
    background-position-x: 0;
    padding: 34px;
  }

  .demand-slide__container {
    max-width: 598px;
  }

  .demand-slide__title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 19px;
  }

  .demand-slide__info {
    font-size: 15px;
    line-height: 19px;
  }

  .demand-slide__info br {
    display: block;
  }

  .feedback {
    max-width: 1160px;
  }

  .feedback__form {
    padding: 34px 62px 34px 61px;
  }

  .feedback__title {
    margin-bottom: 23px;
    font-size: 25px;
    line-height: 31px;
  }

  .feedback__input {
    height: 64px;
    max-width: 235px;
  }

  .feedback__input:nth-child(1) svg {
    width: 20px;
    height: 20px;
  }

  .feedback__input:nth-child(2) svg {
    width: 20px;
    height: 16px;
  }

  .feedback__input:nth-child(3) svg {
    width: 16px;
    height: 18px;
  }

  .feedback__button {
    max-width: 300px;
    height: 78px;
  }

  .feedback__agree {
    align-items: center;
  }

  .feedback__agree-text {
    max-width: 1006px;
    text-align: left;
    font-size: 11px;
    line-height: 20px;
  }

  .finance-section {
    background-size: 1920px auto;
  }

  .finance-section:before {
    background-size: 379px 181px, 179px 303px;
    background-position-y: -36px, 240px;
    background-position-x: calc(0% - 186px), calc(100% - -22px);
  }

  .finance-section__inner {
    padding: 75px 0 88px 0;
  }

  .finance-info {
    max-width: 845px;
    padding: 60px 72px 56px 103px;
  }

  .finance-info__list-item {
    padding: 33px 0;
  }

  .finance-info__list-item-container {
    font-size: 23px;
    line-height: 29px;
  }

  .finance-info__toggle-info ul {
    padding: 20px 0 0 0;
    max-width: 597px;
  }

  .finance-info__toggle-info ul li {
    height: 31px;
    font-size: 15px;
    line-height: 19px;
  }

  .finance-info__name-icon {
    margin-right: 23px;
    width: 50px;
    height: 50px;
  }

  .finance-info__btn {
    max-width: 300px;
    margin: 0 44px 0 0;
    height: 78px;
  }

  .finance-info__btn-info div {
    max-width: 311px;
    font-size: 16px;
    line-height: 20px;
  }

  .finance-info__helper {
    max-width: 614px;
    font-size: 17px;
    line-height: 21px;
  }

  .footer {
    font-size: 18px;
    line-height: 23px;
  }

  .footer__row {
    padding: 121px 0 24px 0;
  }

  .footer__logo svg {
    width: 124px;
    height: 43px;
  }

  .footer__social ul li {
    margin-right: 44px;
  }

  .footer__legal,
  .footer__social {
    margin-bottom: 18px;
  }

  .footer__text {
    margin-bottom: 26px;
  }

  .footer__f5 .f5__logo img {
    width: 45px;
    height: 42px;
  }

  .footer__phone .connection__icon {
    width: 46px;
    height: 46px;
  }

  .country__label {
    max-width: 356px;
  }

  .form-modal {
    max-width: 907px;
    width: 100%;
  }

  .form-modal--main {
    background-size: 1055px auto;
    background-position: calc(50% - -284px);
    background-position-y: -260px;
  }

  .form-modal--main .form-modal__feedback {
    padding: 160px 0 45px 68px;
  }

  .form-modal--main .form-modal__info-title {
    top: 38px;
    left: 68px;
  }

  .form-modal--main .form-modal__feedback-container {
    max-width: 393px;
  }

  .form-modal--main .form-modal__feedback-input {
    max-width: 100%;
    height: 57px;
    margin-bottom: 16px;
  }

  .form-modal--call {
    background-size: 306px auto;
    background-position: calc(50% - 240px);
    background-position-y: bottom;
  }

  .form-modal--leave {
    background-size: 1016px auto;
    background-position: calc(50% - 209px);
    background-position-y: -142px;
  }

  .form-modal--leave .form-modal__feedback {
    padding: 69px 86px 86px 70px;
  }

  .form-modal--leave .form-modal__info-title {
    top: 46px;
    left: 70px;
  }

  .form-modal--leave .form-modal__info-title span {
    margin-top: 9px;
    font-size: 17px;
    line-height: 21px;
  }

  .form-modal__feedback {
    width: 100%;
    padding: 73px 89px 85px 54px;
  }

  .form-modal__feedback-container {
    max-width: 310px;
  }

  .form-modal__info-title {
    top: 73px;
    font-size: 30px;
    line-height: 45px;
  }

  .form-modal__info-title span {
    margin-top: 9px;
    font-size: 20px;
    line-height: 25px;
  }

  .form-modal__feedback-input {
    height: 64px;
  }

  .form-modal__feedback-input .input {
    padding: 0 15px;
  }

  .form-modal__button {
    margin-bottom: 28px;
    height: 70px;
  }

  .form-modal__button .btn {
    font-size: 17px;
    line-height: 21px;
  }

  .form-modal__agree-text {
    font-size: 12px;
    line-height: 16px;
    margin-right: -38px;
  }

  .header__logo svg {
    width: 124px;
    height: 43px;
    margin-right: 20px;
  }

  .header__description {
    padding-left: 28px;
    font-size: 15px;
    line-height: 19px;
    max-width: 450px;
  }

  .input {
    padding-left: 14px;
    padding: 0 12px 0 15px;
  }

  .input__icon {
    margin-right: 10px;
  }

  .input__field {
    font-size: 15px;
    line-height: 24px;
  }

  .main-section__inner {
    padding: 70px 0 50px 0;
  }

  .main-section__title {
    margin-bottom: 53px;
  }

  .main-section__title:before {
    left: -114px;
    filter: blur(198.5px);
    height: 113px;
    width: 363px;
  }

  .main-section__info-description {
    margin-bottom: 53px;
    max-width: 676px;
  }

  .main-section__info-list {
    max-width: 750px;
  }

  .main-section__info-list .slick-track {
    width: 750px !important;
  }

  .main-section__info-list-item {
    min-width: 190px;
  }

  .main-section__info-list-item div {
    font-size: 20px;
    line-height: 25px;
  }

  .main-section__info-list-item span {
    font-size: 16px;
    line-height: 20px;
  }

  .model-section:before {
    background-size: 373px 176px, 277px 189px;
    background-position-y: 465px, 1194px;
    background-position-x: calc(0% - 80px), calc(100% - -104px);
  }

  .model-section .wrapper {
    max-width: 1274px;
  }

  .model-section__image:before {
    width: 363px;
    height: 195px;
    filter: blur(198.5px);
    top: 524px;
  }

  .model-section__title {
    margin-bottom: 8px;
  }

  .model-section__title-info {
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
    margin: 0 auto 33px auto;
  }

  .model-section__product-title {
    margin: 0 auto 80px auto;
    max-width: 697px;
    font-size: 20px;
    line-height: 25px;
  }

  .model-section__product ul {
    height: 579px;
  }

  .model-section__product ul:before {
    background-size: 723px auto;
    background-position: calc(50% - 36px);
    background-position-y: 0px;
  }

  .model-section__product ul li {
    font-size: 18px;
    line-height: 23px;
  }

  .model-section__product ul li:nth-child(1) {
    top: 22px;
  }

  .model-section__product ul li:nth-child(1):before {
    width: 360px;
    height: 60px;
    bottom: -67px;
  }

  .model-section__product ul li:nth-child(2) {
    top: 22px;
  }

  .model-section__product ul li:nth-child(2):before {
    width: 355px;
    height: 91px;
    bottom: -96px;
  }

  .model-section__product ul li:nth-child(3):before {
    width: 360px;
    height: 62px;
    bottom: -7px;
  }

  .model-section__product ul li:nth-child(4):before {
    width: 433px;
    height: 133px;
    bottom: -7px;
  }

  .model-section__product-helper-info {
    max-width: 246px;
    font-size: 20px;
    line-height: 25px;
    top: 258px;
  }

  .model-section__format ul li {
    margin-bottom: 40px;
    max-width: 559px;
    min-height: 154px;
  }

  .model-section__format-title {
    font-size: 22px;
    line-height: 28px;
  }

  .model-statistic {
    padding: 34px 0 41px 0;
  }

  .model-statistic:before {
    width: 513px;
    height: 468px;
    right: -100px;
    top: -83px;
    background-size: 519px auto;
  }

  .model-statistic__container {
    max-width: 799px;
    margin-right: 64px;
  }

  .model-statistic__head {
    font-size: 20px;
    line-height: 25px;
  }

  .model-statistic__head-title div {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 6px;
  }

  .model-statistic__head-title:before {
    width: 363px;
    height: 121px;
    filter: blur(198.5px);
    left: -50px;
  }

  .model-statistic__head-gender {
    max-width: 200px;
  }

  .model-statistic__head-gender ul:first-child {
    margin-bottom: 14px;
  }

  .model-statistic__head-gender ul li {
    margin-right: 20px;
  }

  .model-statistic__info {
    padding: 40px 0;
    font-size: 17px;
    line-height: 21px;
  }

  .model-format {
    padding: 25px 10px 15px 25px;
  }

  .model-format__title {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 20px;
  }

  .model-format__info {
    font-size: 17px;
    line-height: 22px;
  }

  .model-format__square {
    min-width: 205px;
    min-height: 39px;
    font-size: 18px;
    line-height: 24px;
  }

  .photo-section:before {
    background-size: 117px 178px, 277px 189px;
    background-position-y: 0px, 668px;
    background-position-x: calc(0% - -8px), calc(100% - -148px);
    top: -62px;
    padding-bottom: 62px;
  }

  .photo-section__inner {
    padding: 85px 0 163px 0;
  }

  .photo-section__inner:before {
    filter: blur(198.5px);
    width: 1351px;
    height: 150px;
    left: -118px;
    top: 303px;
  }

  .photo-section__card {
    margin-bottom: 53px;
  }

  .photo-section__card ul {
    max-width: 1160px;
    justify-content: space-between;
  }

  .photo-section__card ul li {
    max-width: 260px;
    margin-bottom: 0;
  }

  .photo-section__info {
    max-width: 828px;
    font-size: 20px;
    line-height: 25px;
    margin: 0 auto 85px auto;
  }

  .photo-section__btn {
    max-width: 300px;
    height: 78px;
    margin-right: 23px;
  }

  .photo-section__btn-info div {
    max-width: 389px;
    font-size: 17px;
    line-height: 21px;
  }

  .photo-card {
    min-height: 280px;
    border-radius: 10px 10px 5px 5px;
    background-size: 260px auto;
  }

  .photo-card__info {
    padding: 8px;
    min-height: 85px;
    font-size: 16px;
    line-height: 20px;
  }

  .content-privacy h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .content-privacy h3,
  .content-privacy strong {
    font-size: 18px;
    line-height: 20px;
  }

  .content-privacy p {
    font-size: 16px;
    line-height: 18px;
  }

  .profit-section:before {
    background-color: rgba(5,18,37,0.52);
  }

  .profit-section__inner {
    padding: 64px 0 78px 0;
  }

  .profit-section__title {
    text-align: left;
    max-width: 616px;
    margin: 0 0 19px 0;
  }

  .profit-section__title-info {
    text-align: left;
    margin: 0 0 39px 0;
    max-width: 759px;
  }

  .profit-calc__btn-container {
    max-width: 578px;
    margin: 0 0 50px 0;
  }

  .profit-calc__btn {
    font-size: 16px;
    line-height: 20px;
    font-size: 16px;
    line-height: 20px;
    max-width: 289px;
    min-height: 76px;
  }

  .profit-calc__wrapper {
    min-height: 510px;
  }

  .calc {
    margin: 0;
    max-width: 599px;
  }

  .calc .irs.irs--big {
    height: 75px;
    top: 6px;
  }

  .calc .irs .irs-handle,
  .calc .irs .single {
    width: 26px;
    height: 26px;
  }

  .calc .irs .irs-handle:before,
  .calc .irs .single:before {
    border: 6px solid #fff;
  }

  .calc .irs .irs-grid-text {
    font-size: 15px;
    line-height: 15px;
  }

  .calc__input {
    padding-bottom: 5px;
    margin-bottom: 37px;
  }

  .calc__input-text {
    font-size: 18px;
    line-height: 18px;
  }

  .calc__total-item {
    font-size: 23px;
    line-height: 29px;
    padding: 20px 0;
  }

  .calc-info {
    margin: 0;
    max-width: 670px;
  }

  .calc-info ul li {
    height: 78px;
    font-size: 20px;
    line-height: 25px;
  }

  .calc-info__title {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 31px;
  }

  .remodal__feedback {
    padding-bottom: 40px;
    width: 907px;
  }

  .remodal__privacy {
    padding-bottom: 40px;
  }

  .stages-section__header {
    height: 82px;
    padding: 0 32px;
    font-size: 20px;
    line-height: 25px;
  }

  .stages-section__info ul {
    padding: 10px 32px;
  }

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

  .stages-section__info ul li .stages-value {
    max-width: 100%;
  }

  .stages-section__info ul li .stages-value-num {
    font-size: 18px;
    line-height: 23px;
  }

  .stages-section__table-info {
    max-width: 930px;
  }

  .support-section:before {
    background-size: 158px auto;
    bottom: -200px;
  }

  .support-section:after {
    background-size: 184px 313px;
    top: 172px;
  }

  .support-section__inner {
    padding: 124px 0 96px 0;
  }

  .support-section__container {
    margin-bottom: 55px;
  }

  .support-section__title {
    margin-bottom: 31px;
  }

  .support-section__title-info {
    margin-bottom: 63px;
    max-width: 418px;
  }

  .support-section__price div:first-child {
    max-width: 205px;
    font-size: 17px;
    line-height: 21px;
  }

  .support-section__price div:last-child {
    font-size: 27px;
    line-height: 38px;
  }

  .support-section__slider {
    margin: 0 0 62px auto;
    max-width: 560px;
  }

  .support-section__progress {
    max-width: 100%;
  }

  .slider-support__container {
    padding-bottom: 54px;
  }

  .slider-support__list .slick-list {
    padding: 0 87px !important;
  }

  .slider-support__list .slick-snext {
    transform: translate3d(130px, 0, -25px);
  }

  .slider-support__list .slick-sprev {
    transform: translate3d(-130px, 0, -25px);
  }

  .support-card {
    padding: 43px 28px;
    height: 305px;
  }

  .support-card span:first-child {
    font-size: 29.8468px;
    line-height: 38px;
    margin-bottom: 24px;
  }

  .support-card span:last-child {
    font-size: 16.0054px;
    line-height: 20px;
  }

  .progress-bar {
    height: 8px;
  }

  .progress-bar__track {
    padding: 4px;
  }

  .progress-bar__number {
    margin-left: -6px;
    font-size: 18px;
    line-height: 18px;
    margin-top: 28px;
  }

  .thanks-section__inner {
    padding: 110px 0 140px 0;
  }

  .thanks-section__description {
    max-width: 514px;
    font-size: 23px;
    line-height: 29px;
  }

  .page--thanks .footer__row {
    padding: 53px 0;
  }
}

@media only screen and (min-width: 1300px) {
  .model-section__inner {
    padding: 57px 0 60px 0;
  }

  .model-section__title {
    margin-bottom: 11px;
  }

  .model-section__title-info {
    margin: 0 auto 44px auto;
    font-size: 17px;
    line-height: 21px;
  }
}

@media only screen and (min-width: 1400px) {
  .cooperation-section {
    background-size: auto;
  }

  .demand-section:before {
    background-position-y: -36px, 747px;
  }

  .demand-section__slider-inner {
    margin: 0 0 59px 0;
  }

  .demand-section__slider-list {
    min-height: 412px;
    max-width: 1164px;
  }

  .demand-section__slider-list-item {
    transform: translate3d(0px, 80px, 0px) scale(0.89);
  }

  .demand-section__slider-arrow {
    right: -70px;
  }

  .demand-section__container {
    max-width: 774px;
  }

  .demand-slide {
    min-height: 413px;
    padding: 47px;
  }

  .demand-slide--1 {
    background-size: 341px auto;
  }

  .demand-slide--2 {
    background-size: 331px auto;
  }

  .demand-slide--2 .demand-slide__info {
    max-width: 496px;
  }

  .demand-slide__container {
    max-width: 675px;
  }

  .demand-slide__title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 29px;
  }

  .demand-slide__info {
    font-size: 17px;
    line-height: 21px;
  }

  .demand-slide__info div {
    margin-bottom: 20px;
  }

  .main-section__bg {
    background-size: auto;
  }
}

@media only screen and (min-width: 1500px) {
  .city-section {
    background-size: 1592px auto;
    background-position: calc(50% - -824px);
    background-position-y: 75px;
  }

  .profit-section {
    background-size: 1700px 100%;
  }

  .profit-section:before {
    content: none;
  }
}

@media only screen and (min-width: 1600px) {
  .profit-section:after {
    background-size: 264px 572px;
    background-position-y: 217px;
    background-position-x: calc(0% - 48px);
  }
}

@media only screen and (min-width: 1700px) {
  .demand-section:before {
    background-size: 572px 264px, 264px 572px;
    background-position-y: -36px, 596px;
    background-position-x: calc(0% - 233px), calc(100% - -10px);
  }

  .finance-section:before {
    background-size: 572px 264px, 264px 572px;
    background-position-y: -36px, 240px;
    background-position-x: calc(0% - 233px), calc(100% - -10px);
  }

  .model-section:before {
    background-size: 572px 264px, 572px 264px;
    background-position-y: 415px, 914px;
    background-position-x: calc(0% - 80px), calc(100% - -286px);
  }

  .photo-section:before {
    padding-bottom: 276px;
    top: -276px;
    background-size: 264px 572px, 572px 264px;
    background-position-y: 0px, 865px;
    background-position-x: calc(0% - 33px), calc(100% - -241px);
  }

  .profit-section {
    background-size: 1920px auto;
  }

  .profit-section:after {
    background-size: 264px 572px;
    background-position-y: 217px;
    background-position-x: calc(0% - 48px);
  }

  .support-section:before {
    bottom: -230px;
    background-size: 269px auto;
  }

  .support-section:after {
    top: 482px;
    background-size: 264px 572px;
  }
}

@media only screen and (min-width: 1920px) {
  .city-section {
    background-position: calc(50% - -1056px);
    background-position-y: bottom;
    background-size: 1986px auto;
  }

  .city-section__inner {
    padding: 66px 0 99px 0;
  }

  .cooperation-section {
    background-size: cover;
  }

  .main-section__bg {
    background-size: cover;
  }
}