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

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

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

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

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

section {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: normal;
  overflow-x: clip;
}

.wrapper {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5px;
}

h1,
h2 {
  font-family: "Montserrat-Bold";
  font-weight: 700;
}

.title-main {
  font-size: 19px;
  line-height: normal;
}

.title-secondary {
  font-size: 20px;
  line-height: normal;
}

.color-black {
  color: #000;
}

.color-white {
  color: #fff;
}

.color-pink-1 {
  color: #f0a;
}

.color-pink-2 {
  color: #f0a;
}

.color-blue-1 {
  color: #0053cb;
}

.color-blue-2 {
  color: #0149b0;
}

.color-blue-3 {
  color: #01429f;
}

.color-grey-1 {
  color: #272727;
}

.color-grey-2 {
  color: #2d2d2d;
}

.color-grey-3 {
  color: rgba(39,39,39,0.322);
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

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

.d-inline {
  display: inline;
}

.d-none {
  display: none;
}

.text-up {
  text-transform: uppercase;
}

.text-init {
  text-transform: initial;
}

.text-center {
  text-align: center;
}

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

.text-italic {
  font-style: italic;
}

.font-m-reg {
  font-family: "Montserrat-Regular";
  font-weight: 400;
}

.font-m-med {
  font-family: "Montserrat-Medium";
  font-weight: 500;
}

.font-m-s-bold {
  font-family: "Montserrat-SemiBold";
  font-weight: 600;
}

.font-m-bold {
  font-family: "Montserrat-Bold";
  font-weight: 700;
}

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

.font-s-14 {
  font-size: 13px;
  line-height: 124%;
}

.font-s-15 {
  font-size: 12px;
  line-height: 126%;
}

.font-s-16 {
  font-size: 14px;
  line-height: 126%;
}

.font-s-18 {
  font-size: 14px;
  line-height: normal;
}

.font-s-20 {
  font-size: 16px;
  line-height: normal;
}

.font-s-23 {
  font-size: 16.5px;
  line-height: normal;
}

.font-s-25 {
  font-size: 17px;
  line-height: normal;
}

.font-s-30 {
  font-size: 18px;
  line-height: normal;
}

.font-s-40 {
  font-size: 19px;
  line-height: normal;
}

.font-s-45 {
  font-size: 16.5px;
  line-height: normal;
}

.border-r-20 {
  border-radius: 14px;
}

.tap-color {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.section-container {
  color: #fff;
  background-color: #0053cb;
}

.about-section__inner {
  position: relative;
  z-index: 1;
  padding: 52px 0 282px 0;
  text-align: center;
}

.about-section__image {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  bottom: -20px;
  left: calc(50% - 228px);
}

.about-section__image img {
  height: auto;
  width: 456px;
}

.about-section__title {
  margin: 0 0 24px 0;
}

.about-section__info {
  margin: 0 0 36px 0;
}

.about-section__info-item {
  padding: 16px 0 0 0;
  margin: 0 0 18px 0;
  position: relative;
}

.about-section__info-item:last-child {
  margin: 0 0 0 auto;
}

.about-section__info-item:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 1px;
  background: rgba(0,0,0,0.35);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.about-section__info-description {
  margin: 0 0 12px 0;
}

.about-section__info-description:last-child {
  margin: 0;
}

.about-section__info-description br {
  display: none;
}

.about-section__frame {
  background-color: #f0a;
  padding: 14px;
  margin: 0 0 30px 0;
}

.about-section__frame-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 14px 0;
}

.about-section__frame-icon img {
  height: auto;
  width: 30px;
}

.about-section__frame-item {
  margin: 0 0 16px 0;
}

.about-section__frame-item:last-child {
  margin: 0;
}

.about-section__frame-subtitle {
  margin: 0 0 4px 0;
}

.about-section__footer {
  margin: 0 0 0 auto;
}

.about-section__button {
  width: 290px;
  margin: 0 auto;
}

.arrow-pointer span {
  width: 7px;
  height: 7px;
  margin: -2px !important;
  border-top: 1px solid #0053cb;
  border-right: 1px solid #0053cb;
  display: block;
  animation: pointer-anim 2s infinite forwards linear;
}

.arrow-pointer span:nth-child(2) {
  animation-delay: 0.5s;
}

.arrow-pointer span:nth-child(3) {
  animation-delay: 0.8s;
}

@-moz-keyframes pointer-anim {
  0% {
    opacity: 0;
    transform: rotate(134deg) translate(0px, 0px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(134deg) translate(0px, 0px);
  }
}

@-webkit-keyframes pointer-anim {
  0% {
    opacity: 0;
    transform: rotate(134deg) translate(0px, 0px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(134deg) translate(0px, 0px);
  }
}

@-o-keyframes pointer-anim {
  0% {
    opacity: 0;
    transform: rotate(134deg) translate(0px, 0px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(134deg) translate(0px, 0px);
  }
}

@keyframes pointer-anim {
  0% {
    opacity: 0;
    transform: rotate(134deg) translate(0px, 0px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(134deg) translate(0px, 0px);
  }
}

.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  font-family: "Montserrat-Bold";
  text-align: center;
  border: none;
  color: #2d2d2d;
  text-transform: uppercase;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border-radius: 14px;
  background: linear-gradient(96deg, #ffb800 0.89%, #ffc876 100%);
  box-shadow: 0px -4px 0px 0px rgba(255,255,255,0.33) inset;
  width: 100%;
  height: 58px;
  padding: 0 8px;
  font-size: 15px;
  line-height: 16px;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}

.btn:hover {
  background: linear-gradient(0deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 100%), linear-gradient(96deg, #ffb800 0.89%, #ffc876 100%);
}

.btn:active {
  background: linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 100%), linear-gradient(96deg, #ffb800 0.89%, #ffc876 100%);
}

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

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

  100% {
    left: 250%;
  }
}

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

  100% {
    left: 250%;
  }
}

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

  100% {
    left: 250%;
  }
}

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

  100% {
    left: 250%;
  }
}

.city-section__wrapper {
  background-image: url("../images/city-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.city-section__inner {
  padding: 50px 0;
  text-align: center;
}

.city-section__title {
  margin: 0 0 16px 0;
}

.city-section__description-helper {
  max-width: 400px;
  margin: 0 0 30px 0;
}

.city-section__description-helper br {
  display: none;
}

.clients-section {
  background-image: url("../images/clients-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.clients-section__inner {
  padding: 52px 0;
}

.clients-section__title {
  margin: 0 -24px 12px -24px;
}

.clients-section__description-helper {
  margin: 0 0 22px 0;
}

.clients-section__subtitle {
  margin: 0 0 30px 0;
}

.clients-section__cards {
  max-width: 300px;
  margin: 0 auto;
}

.clients-section__card {
  display: flex;
  flex-direction: column;
  position: relative;
  color: #fff;
  width: 276px;
  height: 238px;
  margin: 0 auto;
}

.clients-section__card-decor {
  background-color: #f0a;
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
  border: 3px solid #fff;
  width: 20px;
  height: 20px;
}

.clients-section__card-image img {
  width: 100%;
  height: auto;
  border-radius: 14px 14px 0 0;
}

.clients-section__card-info {
  flex: 1;
  background-color: #f0a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 0 0 14px 14px;
}

.connection {
  display: flex;
  align-items: center;
}

.connection__icon {
  width: 29px;
  height: 29px;
  margin: 0 8px 0 0;
  border-radius: 5.61px;
  background: #f0a;
  display: flex;
  justify-content: center;
  align-items: center;
}

.connection__icon img {
  height: auto;
  width: 14px;
}

.connection__num {
  font-family: "Montserrat-SemiBold";
  font-size: 15px;
}

.connection__description {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 14.3px;
  line-height: 100%;
}

.feedback-modal {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.feedback-modal--call .feedback-modal__list {
  max-width: 270px;
}

.feedback-modal__image {
  display: none;
}

.feedback-modal__image img {
  border-radius: 8px;
  height: auto;
  width: 197px;
}

.feedback-modal__form {
  padding: 29px 14px 20px 14px;
}

.feedback-modal__title {
  margin: 0 -4px 14px -4px;
  text-align: center;
  font-size: 17px;
  line-height: 106.2%;
  font-family: "Montserrat-SemiBold";
  font-weight: 700;
}

.feedback-modal__list {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.feedback-modal__item {
  height: 48px;
  margin: 0 0 8px 0;
  position: relative;
  z-index: 22;
}

.feedback-modal__item .btn {
  height: 100%;
  font-size: 14px;
  padding-bottom: 2px;
}

.feedback-modal__item--button .btn {
  font-size: 12px;
}

.feedback-modal__agree {
  display: flex;
  position: relative;
  z-index: 2;
}

.feedback-modal__agree-checkbox {
  margin: 1px 2px 0 0;
}

.feedback-modal__agree-text {
  color: rgba(82,76,73,0.56);
  font-size: 9px;
  line-height: 120%;
  max-width: 226px;
  text-align: center;
  font-family: "Gilroy-Regular";
  font-weight: 400;
}

.feedback-modal__agree-text a {
  text-decoration: underline;
  color: #524c49;
}

.feedback {
  margin: 0 auto;
  background: #01429f;
  color: #fff;
  width: 300px;
  padding: 24px 16px;
  border-radius: 16px;
}

.feedback__title {
  margin: 0 0 14px 0;
  line-height: normal;
  font-size: 17px;
  text-align: center;
}

.feedback__item {
  margin: 0 0 10px 0;
}

.feedback__item:last-child {
  margin: 0;
}

.feedback__item .input {
  background: #fff;
  height: 48px;
  border-radius: 12px;
}

.feedback__item .input__field {
  color: #000;
  line-height: normal;
  font-size: 14px;
}

.feedback__item .input__field::-ms-input-placeholder {
  color: #949494;
}

.feedback__item .input__field::-moz-placeholder {
  color: #949494;
}

.feedback__item .input__field::-webkit-input-placeholder {
  color: #949494;
}

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

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

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

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

.footer {
  font-size: 13px;
  line-height: 120%;
  position: relative;
  z-index: 22;
  text-align: center;
  max-width: 1920px;
  margin: 0 auto;
}

.footer__row {
  padding: 34px 0;
}

.footer__col {
  margin-bottom: 30px;
}

.footer__col:last-child {
  margin: 0;
}

.footer__col br {
  display: block;
}

.footer__date,
.footer__legal {
  margin: 0 0 10px 0;
}

.footer__country {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.footer__country img {
  height: auto;
  width: 30px;
}

.footer__logo {
  margin: -12px auto 16px auto;
}

.footer__logo img {
  width: 86px;
  height: auto;
  margin: 0 auto;
}

.footer__privacy {
  text-decoration: underline;
  text-align: center;
  display: block;
}

.footer__phone {
  margin: 0 0 22px 0;
}

.footer__phone .connection {
  justify-content: center;
  color: $color-dark-2;
}

.footer__f5 a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.footer__f5-logo {
  margin: 0 8px 0 0;
}

.footer__f5-logo img {
  width: 30px;
  height: auto;
}

.formats-section {
  position: relative;
  z-index: 22;
}

.formats-section__wrapper {
  background-image: url("../images/formats-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.formats-section__inner {
  text-align: center;
  position: relative;
  padding: 52px 0;
}

.formats-section__title {
  margin: 0 0 12px 0;
}

.formats-section__description-info {
  margin: 0 0 28px 0;
}

.formats-section__description-info div {
  margin: 0 0 5px 0;
}

.formats-section__description-info div:last-child {
  margin: 0;
}

.formats-section__subtitle {
  margin: 0 0 20px 0;
}

.formats-section__cards {
  margin: 0 0 28px 0;
}

.formats-section__cards-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
}

.formats-section__card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.formats-section__card br {
  display: none;
}

.formats-section__card-image img {
  width: 100%;
  height: auto;
}

.formats-section__card-info {
  flex: 1;
  background: #fff;
  padding: 12px 4px 16px 4px;
}

.formats-section__card-title {
  margin: 0 0 8px 0;
}

.formats-section__frame {
  box-shadow: 0px 0px 60.8px 0px rgba(0,0,0,0.13);
}

.formats-section__helper {
  margin: 0 0 30px 0;
}

.formats-section__frame-wrapper {
  overflow: hidden;
}

.formats-section__frame-image img {
  height: auto;
  width: 100%;
}

.formats-section__frame-info {
  display: flex;
  align-items: center;
  background-color: #fff;
  min-height: 100%;
  flex: 1;
  padding: 14px 8px;
}

.formats-section__frame-description {
  line-height: 132%;
  text-align: center;
}

.header {
  color: $color-dark-1;
}

.header__inner {
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__container {
  display: flex;
  align-items: center;
  gap: 22px;
}

.header__logo img {
  height: auto;
  width: 54px;
}

.header__description {
  display: none;
}

.input {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 5px;
  background: #e8e8e8;
  z-index: 22;
}

.input__icon {
  position: absolute;
  left: 10px;
  pointer-events: none;
}

.input__icon img {
  width: 18px;
  height: auto;
}

.input__field {
  width: 100%;
  height: 100%;
  padding: 0 10px 0 40px;
  border: none;
  outline: none;
  background: none;
  display: block;
  transition: all 0.3s;
  font-family: "Montserrat-Regular";
  font-weight: 400;
  color: $color-black-2;
  font-size: 14px;
  line-height: 110%;
}

.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::-ms-input-placeholder {
  color: rgba(43,41,42,0.42);
  font-weight: 400;
  font-family: "Montserrat-Regular";
}

.input__field::-moz-placeholder {
  color: rgba(43,41,42,0.42);
  font-weight: 400;
  font-family: "Montserrat-Regular";
}

.input__field::-webkit-input-placeholder {
  color: rgba(43,41,42,0.42);
  font-weight: 400;
  font-family: "Montserrat-Regular";
}

.input__field.error {
  color: #d94c4c;
  animation: shake 0.6s;
}

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

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

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

@-moz-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@-webkit-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@-o-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.investments-section__inner {
  position: relative;
  padding: 42px 0 186px 0;
  z-index: 1;
}

.investments-section__image {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  bottom: 0;
  right: calc(50% - 138px);
}

.investments-section__image img {
  height: auto;
  width: 276px;
}

.investments-section__title {
  margin: 0 0 18px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.investments-section__title:before {
  content: "395";
  position: absolute;
  font-family: "Montserrat-Bold";
  pointer-events: none;
  color: rgba(255,0,170,0.08);
  line-height: normal;
  font-size: 73px;
  top: -68px;
  right: 0;
  left: 0;
  text-align: center;
}

.investments-section__description-helper {
  margin: 0 0 28px 0;
  text-align: center;
}

.investments-section__description-helper br {
  display: none;
}

.investments-section__frame {
  display: inline-block;
  background: #fff;
  box-shadow: 0px 0px 18.1px 0px rgba(0,0,0,0.12);
  margin: 0 0 50px 0;
  padding: 15px;
  text-align: center;
}

.investments-section__frame br {
  display: none;
}

.investments-section__button {
  width: 278px;
  margin: 0 auto;
}

.investments-section__info {
  position: relative;
  width: 300px;
  margin: 0 auto 50px auto;
}

.investments-section__info br {
  display: block;
}

.investments-section__info-bg {
  position: absolute;
  z-index: -1;
  right: -13px;
  top: -23px;
}

.investments-section__info-bg img {
  height: auto;
  width: 500px;
  height: 532px;
}

.investments-section__info-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 8px 0;
}

.investments-section__info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: linear-gradient(to right, #efefef 38%, rgba(0,0,0,0.36) 38%);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  padding: 5px 0;
}

.investments-section__info-item:first-child {
  background-image: none;
}

.investments-section__info-description {
  max-width: 220px;
}

.investments-section__info-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0 0 0;
}

.main-section {
  position: relative;
  z-index: 1;
  background-image: url("../images/main-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-section__inner {
  padding: 14px 0 388px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.main-section__photo {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  bottom: -18px;
  right: 0;
  left: 0;
}

.main-section__photo img {
  height: auto;
  width: 232px;
  margin: 0 auto;
}

.main-section__title {
  margin: 0 -10px 16px -10px;
}

.main-section__title-info {
  padding: 8px 0 0 0;
  margin: 0 auto 32px auto;
  position: relative;
  position: relative;
}

.main-section__title-info:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  background: rgba(0,0,0,0.37);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.main-section__container {
  display: flex;
  flex-direction: column-reverse;
}

.main-section__info {
  position: relative;
  margin: 0 auto;
  max-width: 234px;
}

.main-section__info-list {
  margin: 0 0 12px 0;
}

.main-section__info-description {
  background: #fff;
  box-shadow: 0px 0px 12.1px 0px rgba(0,0,0,0.12);
  padding: 12px 16px;
}

.main-section__info-description br {
  display: block;
}

.main-section__info-bullets {
  position: relative !important;
  width: 100% !important;
  display: flex;
  justify-content: center;
  bottom: 0 !important;
}

.main-section__info-bullets .swiper-pagination-bullet {
  width: 11px !important;
  height: 11px !important;
  background: none;
  border: 1px solid #f0a;
  opacity: 1;
}

.main-section__info-bullets .swiper-pagination-bullet-active-main {
  background: #f0a;
  border: none;
}

.main-section__button {
  width: 270px;
  margin: 0 auto 20px auto;
}

.content-privacy {
  max-width: 450px;
  width: 100%;
  padding: 24px 12px 40px 12px;
  background-color: #fff;
  text-align: start;
  position: relative;
  border-radius: 8px;
}

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

.content-privacy__icon {
  width: 18px;
  height: 18px;
  transition: 0.3s;
  background-image: url("../images/icon-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.content-privacy__icon:hover {
  transform: scale(1.3);
}

.content-privacy__btn-up {
  position: absolute;
  bottom: 10px;
  right: 9px;
}

.content-privacy__icon-up {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background: #f0a;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulse 1.2s linear infinite;
}

.content-privacy__icon-up img {
  width: 17px;
  height: auto;
}

@-moz-keyframes pulse {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-o-keyframes pulse {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes pulse {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}

.content-privacy h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 120%;
  font-weight: bold;
}

.content-privacy h3,
.content-privacy strong {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 120%;
}

.content-privacy p {
  font-size: 13px;
  line-height: 120%;
}

.content-privacy li {
  padding: 0 0 0 5%;
}

.content-privacy li p {
  font-size: 13px;
  line-height: 120%;
}

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

.profit-section {
  position: relative;
  z-index: 1;
}

.profit-section__image {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  bottom: 0;
  left: calc(50% - 137px);
}

.profit-section__image:before {
  content: "";
  position: absolute;
  left: -28px;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(90deg, #fff 10.28%, rgba(0,83,203,0) 31.68%);
}

.profit-section__image img {
  height: auto;
  width: 292px;
}

.profit-section__inner {
  padding: 54px 0 328px 0;
  text-align: center;
}

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

.profit-section__description-helper {
  margin: 0 0 24px 0;
}

.profit-section__description-helper br {
  display: none;
}

.profit-section__info-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.profit-section__info-item {
  width: 220px;
}

.profit-section__info-item br {
  display: block;
}

.profit-section__info-num {
  color: #f0a;
  margin: 0 0 2px 0;
}

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

.remodal-overlay {
  background-color: rgba(0,0,0,0.8);
  backdrop-filter: blur(4.5px);
}

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

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

.remodal-wrapper {
  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: 30px 0 0 0;
  overflow: auto;
}

.remodal {
  max-height: 100%;
}

.remodal--privacy {
  max-width: 100%;
  padding: 0 20px;
}

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

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

.remodal__feedback-icon {
  width: 18px;
  height: 18px;
  transition: 0.3s;
  background-image: url("../images/icon-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.remodal__feedback-icon:hover {
  transform: scale(1.3);
}

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

.services-section {
  position: relative;
  z-index: 1;
}

.services-section__image {
  position: absolute;
  pointer-events: none;
  bottom: -82px;
  left: calc(50% - 178px);
}

.services-section__image img {
  height: auto;
  width: 332px;
}

.services-section__wrapper {
  overflow: hidden;
}

.services-section__inner {
  padding: 52px 0 150px 0;
}

.services-section__title {
  margin: 0 0 14px 0;
}

.services-section__description-helper {
  margin: 0 0 40px 0;
}

.services-section__table {
  display: none;
}

.services-section__table-item:first-child li:last-child {
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
}

.services-section__table-item:nth-child(2n) {
  background-color: #0149b0;
  position: relative;
  z-index: 1;
}

.services-section__table-item:nth-child(2n):before,
.services-section__table-item:nth-child(2n):after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  background: #0149b0;
  width: 100%;
}

.services-section__table-item:nth-child(2n):before {
  left: 100%;
}

.services-section__table-item:nth-child(2n):after {
  right: 100%;
}

.services-section__table-item:nth-child(2n) li {
  min-height: 100px;
}

.services-section__table-item ul {
  display: flex;
}

.services-section__table-item li {
  border-right: 1px solid rgba(255,255,255,0.32);
  display: flex;
  align-items: center;
  line-height: normal;
  font-size: 14px;
  padding: 14px 6px 14px 10px;
  width: 100%;
}

.services-section__table-item li:first-child {
  padding: 0;
}

.services-section__table-item li:last-child {
  border: none;
}

.services-section__table-item li br {
  display: none;
}

.services-section__table-item .table-name,
.services-section__table-item .table-price {
  line-height: normal;
  font-family: "Montserrat-SemiBold";
}

.services-section__table-item .table-name {
  font-size: 16px;
}

.services-section__table-item .table-price {
  text-align: center;
  padding: 0;
  justify-content: center;
  font-size: 18px;
}

.services-section__tabs {
  text-align: center;
  margin: 0 0 40px 0;
}

.services-section__tabs-item {
  background-color: #f0a;
  border-radius: 14px;
  margin: 0 0 14px 0;
}

.services-section__tabs-item:last-child {
  margin: 0;
}

.services-section__tabs-head {
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat-Bold";
  font-size: 19px;
  position: relative;
}

.services-section__tabs-head div {
  transform: scale(0.9);
  transition: 0.3s;
}

.services-section__tabs-head .arrow {
  position: absolute;
  right: 10px;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  opacity: 1;
  transform: scale(1);
  transition: 0.3s;
}

.services-section__tabs-head.active div {
  transform: scale(1);
}

.services-section__tabs-head.active .arrow {
  opacity: 0;
}

.services-section__tabs-content {
  padding: 4px 10px 20px 10px;
  line-height: normal;
  position: absolute;
  opacity: 0;
  transform: scale(0.86);
}

.services-section__tabs-content.active {
  transform: scale(1);
  opacity: 1;
  position: unset;
  transition: all 0.4s;
}

.services-section__tabs-content li:nth-child(2) {
  position: relative;
  padding: 20px 0;
}

.services-section__tabs-content li:nth-child(2):before,
.services-section__tabs-content li:nth-child(2):after {
  content: "";
  position: absolute;
  left: 60px;
  right: 60px;
  height: 1px;
  background: #fff;
}

.services-section__tabs-content li:nth-child(2):before {
  top: 10px;
}

.services-section__tabs-content li:nth-child(2):after {
  bottom: 10px;
}

.services-section__tabs-content li:last-child {
  margin: 0;
}

.services-section__tabs-name {
  font-size: 16px;
  font-family: "Montserrat-SemiBold";
  margin: 0 0 4px 0;
}

.services-section__tabs-description {
  font-size: 15px;
}

.services-section__button {
  margin: 0 auto;
  width: 280px;
}

.stages-section {
  position: relative;
  z-index: 2;
}

.stages-section__inner {
  padding: 90px 0 34px 0;
}

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

.stages-section__description-helper {
  margin: 0 0 40px 0;
}

.stages-tabs {
  position: relative;
  margin: 0 -8px;
}

.stages-tabs__item {
  margin: 0 0 18px 0;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 29.4px 0px rgba(0,0,0,0.12);
}

.stages-tabs__item:last-child {
  margin: 0;
}

.stages-tabs__btn {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  line-height: normal;
  font-family: "Montserrat-SemiBold";
  padding: 10px 4px;
  height: 66px;
  font-size: 17px;
  text-align: center;
  position: relative;
  background-color: #0053cb;
  color: #fff;
}

.stages-tabs__btn div {
  transform: scale(0.92);
  transition: 0.3s;
}

.stages-tabs__btn.active div {
  transform: scale(1);
}

.stages-tabs__btn .arrow {
  position: absolute;
  right: 10px;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  opacity: 1;
  transform: scale(1);
  transition: 0.3s;
}

.stages-tabs__btn .arrow .arrow-pointer span {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

.stages-tabs__btn:hover {
  background-color: rgba(0,83,203,0.13);
}

.stages-tabs__btn.active {
  background-color: #0053cb;
  color: #fff;
}

.stages-tabs__content {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.stages-tabs__content.active {
  pointer-events: unset;
  opacity: 1;
  z-index: 1;
  position: unset;
}

.stages-tabs__content.active .stages-tabs__frame-description {
  transform: translateX(0px);
}

.stages-tabs__content.active .stages-tabs__frame-decor {
  transform: scale(1);
}

.stages-tabs__frame {
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14.5px;
}

.stages-tabs__frame br {
  display: none;
}

.stages-tabs__frame-list {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  overflow: hidden;
  padding: 10px 12px;
}

.stages-tabs__frame-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0,0,0,0.22);
  height: 100%;
}

.stages-tabs__frame-item:last-child {
  border: none;
}

.stages-tabs__frame-description {
  transition: 0.4s;
  transform: translateX(-16px);
  padding: 6px 0;
  max-width: 270px;
}

.stages-tabs__frame-decor {
  transform: scale(0.7);
  transition: all 0.6s;
}

.stages-tabs__frame-decor img {
  height: auto;
  width: 22px;
}

.statistics-section__wrapper {
  position: relative;
  z-index: 1;
}

.statistics-section__image-1 {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  bottom: 0;
  right: calc(50% - 202px);
}

.statistics-section__image-1 img {
  height: auto;
  width: 320px;
}

.statistics-section__image-2 {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  bottom: -31px;
  left: calc(50% - 240px);
}

.statistics-section__image-2 img {
  height: auto;
  width: 412px;
}

.statistics-section__inner {
  padding: 52px 0 360px 0;
  text-align: center;
}

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

.statistics-section__description-helper {
  margin: 0 0 28px 0;
}

.statistics-section__frame {
  background: #fff;
  padding: 18px 11px;
  margin: 0 0 30px 0;
  text-align: left;
}

.statistics-section__frame-item {
  display: flex;
  margin: 0 0 14px 0;
  gap: 6px;
}

.statistics-section__frame-item:last-child {
  margin: 0;
}

.statistics-section__frame-dot {
  background: #272727;
  border-radius: 100%;
  width: 3px;
  height: 3px;
  margin: 9px 0 0 0;
}

.statistics-section__frame-description {
  max-width: 275px;
}

.supports-section {
  position: relative;
  z-index: 3;
}

.supports-section__wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.supports-section__image {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  right: calc(50% - 145px);
  bottom: 0;
}

.supports-section__image:before {
  content: "";
  position: absolute;
  left: 0;
  right: -4px;
  bottom: 0;
  top: 0;
  background: linear-gradient(270deg, #0053cb 2.28%, rgba(0,83,203,0) 20.68%);
}

.supports-section__image img {
  width: 300px;
  height: auto;
}

.supports-section__inner {
  padding: 46px 0 300px 0;
}

.supports-section__title {
  margin: 0 0 12px 0;
  text-align: center;
}

.supports-section__description-helper {
  margin: 0 0 30px 0;
  text-align: center;
}

.supports-section__frame {
  background-color: #fff;
  color: #272727;
  padding: 22px 8px 22px 12px;
  margin: 0 -8px 34px -8px;
}

.supports-section__frame-item {
  display: flex;
  gap: 8px;
  margin: 0 0 14px 0;
}

.supports-section__frame-item:last-child {
  margin: 0;
}

.supports-section__frame-num {
  color: #f0a;
  font-family: "Montserrat-Bold";
  line-height: normal;
  font-size: 23px;
  width: 15px;
}

.supports-section__frame-description {
  width: 280px;
}

.supports-section__button {
  width: 100%;
}

.swiper-progress {
  position: relative !important;
  height: 6px !important;
  overflow: hidden;
  background: #c5cad0;
  margin: 18px 0 0 0;
  border-radius: 10px;
}

.swiper-progress .swiper-pagination-progressbar-fill {
  border-radius: 10px;
  background: #f0a;
}

.thanks-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 100%;
  max-width: 100%;
}

.thanks-section__inner {
  padding: 20px 0 40px 0;
  text-align: center;
}

.thanks-section__title {
  font-size: 21px;
  line-height: normal;
  margin: 0 0 8px 0;
  font-family: "Montserrat-Bold";
  font-weight: 700;
}

.thanks-section__title-info {
  text-align: center;
  margin: 0 0 30px 0;
}

.thanks-section__title-info br {
  display: none;
}

.thanks-section__frame {
  background: #fff;
  box-shadow: 0px 0px 18.1px 0px rgba(0,0,0,0.12);
  padding: 13px 15px;
  margin: 0px 0 20px 0;
}

.thanks-section__frame ul {
  margin: 0 0 20px 0;
}

.thanks-section__frame li {
  margin: 0 0 8px 0;
}

.thanks-section__frame li:nth-child(2) span {
  display: block;
}

.thanks-section__button {
  width: 100%;
  margin: 0 auto;
}

.thanks-section__image {
  margin: 0 0 20px 0;
}

.thanks-section__image img {
  height: auto;
  margin: 0 auto;
  width: 260px;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  color: #2d2d2d;
}

.page--thanks .connection__num {
  font-size: 14px;
  line-height: 120%;
}

.page--thanks .connection__description {
  font-size: 11px;
  line-height: 110%;
  text-align: center;
}

.page--thanks .footer {
  max-width: 100%;
  background: #272727;
  color: #fff;
}

.page__content {
  flex: 1;
}

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

@media only screen and (min-width: 768px) {
  section {
    font-size: 13px;
  }

  .wrapper {
    max-width: 750px;
    padding: 0 12px;
  }

  .title-main {
    font-size: 21px;
  }

  .title-secondary {
    font-size: 25px;
  }

  .font-s-18 {
    font-size: 14px;
  }

  .font-s-20 {
    font-size: 15px;
  }

  .font-s-23 {
    font-size: 16px;
  }

  .font-s-45 {
    font-size: 23px;
  }

  .border-r-20 {
    border-radius: 12px;
  }

  .section-pad {
    padding: 0 8px;
  }

  .section-container {
    border-radius: 20px;
  }

  .about-section__inner {
    text-align: left;
    padding: 70px 0 76px 0;
  }

  .about-section__image {
    left: -147px;
  }

  .about-section__image img {
    width: 524px;
  }

  .about-section__content {
    position: relative;
  }

  .about-section__info-item {
    padding: 0 0 0 12px;
    border-left: 1px solid rgba(0,0,0,0.35);
    position: unset;
    margin: 0 0 16px 0;
  }

  .about-section__info-item:before {
    content: none;
  }

  .about-section__frame {
    margin: 0;
    padding: 24px;
    position: absolute;
    top: 20px;
    right: 0;
  }

  .about-section__frame-head {
    justify-content: flex-start;
    gap: 10px;
    margin: 0 0 26px 0;
  }

  .about-section__frame-icon img {
    width: 35px;
  }

  .about-section__frame-item {
    margin: 0 0 28px 0;
  }

  .about-box {
    width: 352px;
  }

  .btn {
    height: 60px;
    font-size: 15px;
    line-height: 15px;
  }

  .city-section__inner {
    text-align: left;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .city-section__title {
    margin: 0 0 40px 0;
  }

  .city-section__description-helper {
    margin: 0;
  }

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

  .clients-section__cards {
    max-width: unset;
    margin: 0 -10px;
  }

  .clients-section__cards-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
  }

  .clients-section__cards-item {
    width: auto !important;
  }

  .clients-section__card {
    margin: 0;
    width: 239px;
    height: 238px;
  }

  .clients-section__card-image img {
    border-radius: 12px 12px 0 0;
  }

  .clients-section__card-info {
    border-radius: 0 0 12px 12px;
  }

  .clients-section__card-info br {
    display: none;
  }

  .feedback-modal--leave .feedback-modal__list {
    margin: 0;
    max-width: 258px;
  }

  .feedback-modal--call .feedback-modal__list {
    max-width: 270px;
  }

  .feedback-modal__image {
    display: block;
    position: absolute;
    z-index: -1;
    left: 22px;
    bottom: 27px;
  }

  .feedback-modal__form {
    padding: 22px;
    display: flex;
    justify-content: space-between;
  }

  .feedback-modal__title {
    margin: 0;
    font-size: 20px;
    text-align: left;
    max-width: 248px;
    width: 100%;
  }

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

  .feedback-modal__item {
    margin: 0 0 10px 0;
    height: 46px;
  }

  .feedback-modal__agree-checkbox {
    margin: 2px 4px 0 0;
  }

  .feedback-modal__agree-text {
    text-align: left;
  }

  .feedback {
    padding: 20px 14px;
  }

  .feedback__item .input {
    height: 48px;
  }

  .footer {
    font-size: 13px;
    text-align: left;
  }

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

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

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

  .footer__col:first-child {
    max-width: 200px;
  }

  .footer__date,
  .footer__legal {
    margin: 0 0 14px 0;
  }

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

  .footer__logo {
    margin: 0 auto 8px auto;
  }

  .footer__logo img {
    width: 90px;
  }

  .footer__phone {
    margin: 0 0 34px 0;
  }

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

  .footer__f5 a {
    justify-content: flex-end;
  }

  .formats-section {
    padding: 0 8px 72px 8px;
    margin: -100px auto 0 auto;
  }

  .formats-section__inner {
    padding: 44px 0 128px 0;
  }

  .formats-section__cards-list {
    justify-content: space-between;
    flex-direction: row;
    gap: 0;
  }

  .formats-section__card {
    width: 344px;
    height: 264px;
  }

  .formats-section__card-info {
    padding: 14px 8px 8px 8px;
  }

  .formats-section__frame {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -72px;
  }

  .formats-section__helper {
    margin: 0;
  }

  .formats-section__frame-wrapper {
    display: flex;
  }

  .formats-section__frame-image img {
    width: 421px;
  }

  .formats-section__frame-info {
    padding: 0 0 0 26px;
  }

  .formats-section__frame-description {
    text-align: left;
    line-height: 148%;
  }

  .header__description {
    display: block;
  }

  .input__icon img {
    width: 16px;
  }

  .input__field {
    padding: 0 10px 0 34px;
  }

  .investments-section__inner {
    padding: 30px 0 70px 0;
  }

  .investments-section__image {
    right: calc(50% - 659px);
  }

  .investments-section__image img {
    width: 316px;
  }

  .investments-section__content {
    margin: 0 0 0 auto;
    width: 262px;
  }

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

  .investments-section__title:before {
    text-align: left;
    font-size: 78px;
    top: -16px;
    right: -110px;
    left: auto;
  }

  .investments-section__description-helper {
    text-align: left;
  }

  .investments-section__frame {
    margin: 0 0 32px 0;
    text-align: left;
  }

  .investments-section__button {
    margin: 0;
    width: 262px;
  }

  .investments-section__info {
    margin: 0;
    position: absolute;
    z-index: 1;
    left: calc(50% - 274px);
    top: 64px;
    width: 322px;
  }

  .investments-section__info-bg {
    right: -31px;
    top: -25px;
  }

  .investments-section__info-bg img {
    height: auto;
    width: 638px;
  }

  .investments-section__info-item {
    padding: 7px 0;
  }

  .investments-section__info-description {
    max-width: unset;
  }

  .main-section__inner {
    padding: 20px 0 140px 0;
    text-align: left;
  }

  .main-section__photo {
    left: auto;
    bottom: auto;
    top: 44px;
    right: -32px;
  }

  .main-section__photo img {
    margin: 0;
    width: 236px;
  }

  .main-section__title {
    margin: 0 0 22px 0;
  }

  .main-section__title-info {
    position: unset;
    border-left: 1px solid rgba(0,0,0,0.37);
    padding: 0 0 0 18px;
    margin: 0 0 28px 0;
  }

  .main-section__title-info:before {
    content: none;
  }

  .main-section__container {
    flex-direction: column;
  }

  .main-section__info {
    margin: 0 0 30px 0;
    max-width: unset;
  }

  .main-section__info-list {
    margin: 0;
    gap: 20px;
  }

  .main-section__info-item {
    width: auto !important;
  }

  .main-section__info-bullets {
    display: none;
  }

  .main-section__button {
    margin: 0;
    width: 274px;
  }

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

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

  .content-privacy__icon {
    width: 22px;
    height: 22px;
  }

  .content-privacy h2 {
    font-size: 21px;
  }

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

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

  .profit-section__image {
    left: calc(50% - 526px);
  }

  .profit-section__image:before {
    content: none;
  }

  .profit-section__image img {
    width: 495px;
  }

  .profit-section__inner {
    padding: 60px 0 70px 0;
    text-align: left;
    margin: 0 0 0 auto;
    width: 462px;
  }

  .profit-section__info-list {
    gap: 16px 22px;
    justify-content: flex-start;
  }

  .profit-section__info-num {
    margin: 0 0 6px 0;
  }

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

  .remodal--privacy {
    max-width: unset;
    padding: 0;
  }

  .remodal__feedback {
    width: 560px;
  }

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

  .remodal__feedback-icon {
    width: 22px;
    height: 22px;
    background-image: url("../images/icon-close-2.svg");
  }

  .services-section__image {
    bottom: -80px;
    left: calc(50% - 529px);
  }

  .services-section__image img {
    width: 390px;
  }

  .services-section__inner {
    padding: 50px 0;
  }

  .services-section__table {
    margin: 0 0 40px 0;
    display: block;
  }

  .services-section__tabs {
    display: none;
  }

  .services-section__tabs-head .arrow {
    display: none;
  }

  .stages-section__inner {
    padding: 78px 0 46px 0;
  }

  .stages-tabs__item {
    margin: 0 0 26px 0;
    box-shadow: none;
    position: unset;
    overflow: unset;
  }

  .stages-tabs__btn {
    color: #2d2d2d;
    background-color: unset;
    text-align: left;
    justify-content: flex-start;
    height: 70px;
    width: 358px;
    border-radius: 12px;
    padding: 10px 4px 10px 12px;
  }

  .stages-tabs__btn div {
    transition: 0s;
    transform: scale(1);
  }

  .stages-tabs__btn .arrow {
    display: none;
  }

  .stages-tabs__content.active {
    position: absolute;
  }

  .stages-tabs__frame {
    box-shadow: 0px 0px 29.4px 0px rgba(0,0,0,0.12);
    width: 364px;
    height: 455px;
    background: #fff;
    border-radius: 12px;
  }

  .stages-tabs__frame-list {
    padding: 10px 15px;
  }

  .stages-tabs__frame-description {
    max-width: unset;
    padding: 4px 4px 4px 0;
  }

  .statistics-section__image-1 {
    bottom: 0;
    right: calc(50% - 526px);
  }

  .statistics-section__image-1 img {
    width: 492px;
  }

  .statistics-section__image-2 {
    bottom: -25px;
    left: calc(50% - 612px);
  }

  .statistics-section__image-2 img {
    width: 500px;
  }

  .statistics-section__inner {
    text-align: left;
    padding: 46px 0;
  }

  .statistics-section__frame {
    padding: 22px 18px;
    width: 436px;
  }

  .statistics-section__frame-item {
    gap: 8px;
  }

  .statistics-section__frame-description {
    max-width: unset;
  }

  .supports-section__image {
    right: calc(50% - 505px);
    top: 0;
  }

  .supports-section__image:before {
    content: none;
  }

  .supports-section__image img {
    width: auto;
    height: 100%;
  }

  .supports-section__inner {
    padding: 46px 0;
  }

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

  .supports-section__description-helper {
    text-align: left;
  }

  .supports-section__frame {
    display: inline-block;
    margin: 0 0 34px 0;
    padding: 22px 18px 22px 22px;
  }

  .supports-section__frame-item {
    gap: 10px;
    margin: 0 0 18px 0;
    align-items: center;
  }

  .supports-section__frame-num {
    width: 17px;
  }

  .supports-section__frame-description {
    width: auto;
  }

  .supports-section__button {
    width: 320px;
  }

  .swiper-progress {
    display: none;
  }

  .thanks-section__inner {
    text-align: left;
    position: relative;
    z-index: 1;
  }

  .thanks-section__inner {
    padding: 20px 0 52px 0;
  }

  .thanks-section__title {
    font-size: 28px;
    max-width: 100%;
  }

  .thanks-section__title-info {
    margin: 0 0 36px 0;
    text-align: left;
  }

  .thanks-section__frame {
    margin: 0px 0 32px 0;
    max-width: 406px;
  }

  .thanks-section__button {
    max-width: 375px;
    margin: 0;
  }

  .thanks-section__image {
    margin: 0;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    right: calc(50% - 341px);
    bottom: 43px;
  }

  .thanks-section__image img {
    margin: 0;
    width: 268px;
  }

  .page--thanks .connection__num {
    font-size: 15px;
  }

  .page--thanks .connection__description {
    font-size: 10px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .feedback-modal__image {
    left: 50px;
    bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1500px) {
  .feedback-modal__image {
    left: 60px;
    bottom: 54px;
  }
}

@media only screen and (min-width: 1024px) {
  section {
    font-size: 15px;
  }

  .wrapper {
    max-width: 1000px;
    padding: 0 16px;
  }

  .title-main {
    font-size: 27px;
  }

  .title-secondary {
    font-size: 32px;
  }

  .font-s-15 {
    font-size: 14px;
  }

  .font-s-16 {
    font-size: 13px;
  }

  .font-s-16 {
    font-size: 15px;
  }

  .font-s-18 {
    font-size: 16px;
  }

  .font-s-20 {
    font-size: 17px;
  }

  .font-s-23 {
    font-size: 18px;
  }

  .font-s-25 {
    font-size: 20px;
  }

  .font-s-30 {
    font-size: 24px;
  }

  .font-s-40 {
    font-size: 26px;
  }

  .font-s-45 {
    font-size: 30px;
  }

  .border-r-20 {
    border-radius: 16px;
  }

  .section-pad {
    padding: 0 14px;
  }

  .section-container {
    border-radius: 26px;
  }

  .about-section__inner {
    padding: 94px 0 136px 0;
  }

  .about-section__image {
    bottom: -10px;
  }

  .about-section__image img {
    width: 637px;
  }

  .about-section__title {
    margin: 0 0 32px 0;
  }

  .about-section__info {
    margin: 0 0 50px 0;
  }

  .about-section__info-item {
    padding: 0 0 0 14px;
    margin: 0 0 20px 0;
  }

  .about-section__info-description {
    margin: 0 0 16px 0;
  }

  .about-section__info-description br {
    display: block;
  }

  .about-section__frame {
    top: 0;
    padding: 35px;
  }

  .about-section__frame-head {
    gap: 14px;
    margin: 0 0 32px 0;
  }

  .about-section__frame-icon img {
    width: 50px;
  }

  .about-section__button {
    margin: 0;
    width: 300px;
  }

  .about-section__button {
    width: 330px;
  }

  .about-box {
    width: 474px;
  }

  .arrow-pointer span {
    width: 8px;
    height: 8px;
  }

  .btn {
    font-size: 17px;
    line-height: 17px;
    height: 66px;
    border-radius: 16px;
  }

  .city-section__inner {
    padding: 58px 0;
  }

  .city-section__description-helper {
    max-width: unset;
  }

  .city-section__description-helper br {
    display: block;
  }

  .clients-section__inner {
    padding: 80px 0 90px 0;
  }

  .clients-section__title {
    margin: 0 -20px 16px -20px;
  }

  .clients-section__description-helper {
    margin: 0 0 34px 0;
  }

  .clients-section__subtitle {
    margin: 0 0 40px 0;
  }

  .clients-section__cards {
    margin: 0;
  }

  .clients-section__cards-list {
    gap: 30px;
  }

  .clients-section__card {
    width: 302px;
    height: 286px;
  }

  .clients-section__card-decor {
    top: -13px;
    border: 4px solid #fff;
    width: 26px;
    height: 26px;
  }

  .clients-section__card-image img {
    border-radius: 16px 16px 0 0;
  }

  .clients-section__card-info {
    border-radius: 0 0 16px 16px;
    padding: 10px;
  }

  .clients-section__card-info br {
    display: block;
  }

  .connection__icon {
    width: 32px;
    height: 32px;
  }

  .connection__icon img {
    width: 16px;
  }

  .connection__num {
    font-size: 16px;
  }

  .connection__description {
    font-size: 15.2px;
  }

  .feedback-modal {
    border-radius: 20px;
  }

  .feedback-modal--leave .feedback-modal__list {
    max-width: 286px;
  }

  .feedback-modal--call .feedback-modal__list {
    max-width: 300px;
  }

  .feedback-modal__image img {
    width: 228px;
  }

  .feedback-modal__form {
    padding: 30px 46px;
  }

  .feedback-modal__title {
    font-size: 24px;
    max-width: 285px;
  }

  .feedback-modal__list {
    max-width: 286px;
  }

  .feedback-modal__item {
    height: 56px;
    margin: 0 0 14px 0;
  }

  .feedback-modal__item .btn {
    font-size: 15px;
  }

  .feedback-modal__item--button .btn {
    font-size: 13.5px;
  }

  .feedback-modal__agree-checkbox {
    margin: 2px 8px 0 0;
  }

  .feedback-modal__agree-text {
    max-width: 266px;
  }

  .feedback {
    width: 390px;
    padding: 28px 34px 30px 34px;
    border-radius: 22px;
  }

  .feedback__title {
    font-size: 20px;
    margin: 0 0 22px 0;
  }

  .feedback__item {
    margin: 0 0 14px 0;
  }

  .feedback__item .input {
    height: 58px;
    border-radius: 16px;
  }

  .feedback__item .input__field {
    font-size: 15.5px;
  }

  .footer {
    font-size: 15px;
  }

  .footer__row {
    padding: 32px 0;
  }

  .footer__col:first-child {
    max-width: unset;
  }

  .footer__date,
  .footer__legal {
    margin: 0 0 16px 0;
  }

  .footer__logo {
    margin: 0 auto 10px auto;
  }

  .footer__logo img {
    width: 96px;
  }

  .footer__phone {
    margin: 0 0 43px 0;
  }

  .footer__f5-logo {
    margin: 0 15px 0 0;
  }

  .footer__f5-logo img {
    width: 34px;
  }

  .formats-section {
    padding: 0 14px 100px 14px;
    margin: -146px auto 0 auto;
  }

  .formats-section__inner {
    padding: 70px 0 164px 0;
  }

  .formats-section__title {
    margin: 0 0 14px 0;
  }

  .formats-section__description-info {
    margin: 0 0 40px 0;
  }

  .formats-section__subtitle {
    margin: 0 0 30px 0;
  }

  .formats-section__cards {
    margin: 0 0 36px 0;
  }

  .formats-section__card {
    width: 456px;
    height: 314px;
  }

  .formats-section__card br {
    display: block;
  }

  .formats-section__card-info {
    padding: 22px 10px 10px 10px;
  }

  .formats-section__card-title {
    margin: 0 0 12px 0;
  }

  .formats-section__frame {
    bottom: -100px;
  }

  .formats-section__frame-image img {
    width: 534px;
  }

  .formats-section__frame-info {
    padding: 0 0 0 46px;
  }

  .header__inner {
    padding: 10px 0;
  }

  .header__logo img {
    width: 60px;
  }

  .input__icon {
    left: 12px;
  }

  .input__icon img {
    width: 18px;
  }

  .input__field {
    font-size: 15px;
    padding: 0 12px 0 40px;
  }

  .investments-section__inner {
    padding: 38px 0 121px 0;
  }

  .investments-section__image {
    right: calc(50% - 885px);
  }

  .investments-section__image img {
    width: 502px;
  }

  .investments-section__content {
    width: 404px;
  }

  .investments-section__title {
    margin: 0 0 28px 0;
  }

  .investments-section__title:before {
    font-size: 136px;
    top: -30px;
    right: -162px;
  }

  .investments-section__description-helper {
    margin: 0 0 42px 0;
  }

  .investments-section__description-helper br {
    display: block;
  }

  .investments-section__frame {
    margin: 0 0 50px 0;
    padding: 30px;
  }

  .investments-section__frame br {
    display: block;
  }

  .investments-section__button {
    width: 318px;
  }

  .investments-section__info {
    top: 77px;
    width: 415px;
    left: calc(50% - 420px);
  }

  .investments-section__info-bg {
    right: -38px;
    top: -33px;
  }

  .investments-section__info-bg img {
    width: 742px;
  }

  .investments-section__info-head {
    margin: 0 0 12px 0;
  }

  .investments-section__info-item {
    padding: 9px 0;
  }

  .investments-section__info-total {
    margin: 12px 0 0 0;
  }

  .main-section__inner {
    padding: 28px 0 200px 0;
  }

  .main-section__photo img {
    width: 314px;
  }

  .main-section__title {
    margin: 0 0 34px 0;
  }

  .main-section__title-info {
    margin: 0 0 32px 0;
    padding: 0 0 0 22px;
  }

  .main-section__info {
    margin: 0 0 40px 0;
  }

  .main-section__info-list {
    gap: 28px;
  }

  .main-section__info-description {
    box-shadow: 0px 0px 15.1px 0px rgba(0,0,0,0.12);
    padding: 16px 20px;
  }

  .main-section__button {
    width: 300px;
  }

  .content-privacy {
    max-width: 550px;
    padding: 30px 36px 40px 36px;
  }

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

  .content-privacy__icon-up {
    width: 40px;
    height: 40px;
  }

  .content-privacy__icon-up img {
    width: 20px;
  }

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

  .profit-section__image {
    left: calc(50% - 750px);
  }

  .profit-section__image img {
    width: 664px;
  }

  .profit-section__inner {
    padding: 90px 0 84px 0;
    width: 625px;
  }

  .profit-section__title {
    margin: 0 0 14px 0;
  }

  .profit-section__description-helper {
    margin: 0 0 30px 0;
  }

  .profit-section__description-helper br {
    display: block;
  }

  .profit-section__info-list {
    gap: 26px 107px;
  }

  .profit-section__info-item {
    width: 252px;
  }

  .profit-section__info-num {
    margin: 0 0 8px 0;
  }

  .remodal__feedback {
    width: 682px;
  }

  .services-section__image {
    bottom: -124px;
    left: calc(50% - 811px);
  }

  .services-section__image img {
    width: 524px;
  }

  .services-section__inner {
    padding: 80px 0;
  }

  .services-section__title {
    margin: 0 0 20px 0;
  }

  .services-section__description-helper {
    margin: 0 0 50px 0;
  }

  .services-section__table {
    margin: 0 0 50px 0;
  }

  .services-section__table-item li {
    padding: 16px 0 16px 18px;
    font-size: 15px;
    width: 242px;
  }

  .services-section__table-item li br {
    display: block;
  }

  .services-section__table-item .table-name {
    font-size: 17px;
  }

  .services-section__table-item .table-price {
    font-size: 19px;
  }

  .services-section__button {
    width: 330px;
  }

  .stages-section__inner {
    padding: 100px 0 76px 0;
  }

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

  .stages-section__description-helper {
    margin: 0 0 54px 0;
  }

  .stages-tabs__btn {
    padding: 14px 19px;
    border-radius: 16px;
    width: 450px;
    height: 74px;
    font-size: 20px;
  }

  .stages-tabs__frame {
    width: 496px;
    height: 474px;
    border-radius: 16px;
  }

  .stages-tabs__frame br {
    display: block;
  }

  .stages-tabs__frame-list {
    padding: 10px 22px;
  }

  .stages-tabs__frame-description {
    padding: 0;
  }

  .stages-tabs__frame-decor img {
    width: 30px;
  }

  .statistics-section__image-1 {
    right: calc(50% - 594px);
  }

  .statistics-section__image-1 img {
    width: 610px;
  }

  .statistics-section__image-2 {
    bottom: -36px;
    left: calc(50% - 802px);
  }

  .statistics-section__image-2 img {
    width: 634px;
  }

  .statistics-section__inner {
    padding: 77px 0;
  }

  .statistics-section__title {
    margin: 0 0 14px 0;
  }

  .statistics-section__description-helper {
    margin: 0 0 36px 0;
  }

  .statistics-section__frame {
    padding: 36px 30px;
    margin: 0 0 40px 0;
    width: 500px;
  }

  .statistics-section__frame-item {
    margin: 0 0 20px 0;
    gap: 10px;
  }

  .supports-section__image {
    right: calc(50% - 735px);
    top: -53px;
    bottom: -95px;
  }

  .supports-section__inner {
    padding: 77px 0;
  }

  .supports-section__title {
    margin: 0 0 18px 0;
  }

  .supports-section__description-helper {
    margin: 0 0 40px 0;
  }

  .supports-section__frame {
    padding: 36px 26px 36px 36px;
    margin: 0 0 40px 0;
  }

  .supports-section__frame-item {
    gap: 12px;
    margin: 0 0 22px 0;
  }

  .supports-section__frame-num {
    font-size: 30px;
    width: 22px;
  }

  .supports-section__button {
    width: 370px;
  }

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

  .thanks-section__title {
    font-size: 32px;
    max-width: 560px;
  }

  .thanks-section__title-info {
    margin: 0 0 38px 0;
  }

  .thanks-section__title-info br {
    display: block;
  }

  .thanks-section__frame {
    padding: 16px 24px;
    max-width: 530px;
  }

  .thanks-section__frame li:nth-child(2) span {
    display: inline;
  }

  .thanks-section__button {
    max-width: 416px;
  }

  .thanks-section__image {
    right: calc(50% - 502px);
    bottom: 54px;
  }

  .thanks-section__image img {
    width: 426px;
  }

  .page--thanks .connection__num {
    font-size: 17px;
  }

  .page--thanks .connection__description {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  .remodal__privacy {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1400px) {
  .content-privacy {
    max-width: 650px;
    padding: 30px 44px 40px 44px;
  }

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

  .content-privacy h2 {
    font-size: 26px;
  }

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

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

  .page--thanks .connection__num {
    font-size: 18px;
  }

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

@media only screen and (min-width: 1500px) {
  section {
    font-size: 16px;
  }

  .wrapper {
    padding: 0 18px;
    max-width: 1316px;
    margin: 0 auto;
  }

  .title-main {
    font-size: 40px;
  }

  .title-secondary {
    font-size: 45px;
  }

  .font-s-14 {
    font-size: 14px;
  }

  .font-s-15 {
    font-size: 15px;
  }

  .font-s-16 {
    font-size: 16px;
  }

  .font-s-18 {
    font-size: 18px;
  }

  .font-s-20 {
    font-size: 20px;
  }

  .font-s-23 {
    font-size: 23px;
  }

  .font-s-25 {
    font-size: 25px;
  }

  .font-s-30 {
    font-size: 30px;
  }

  .font-s-40 {
    font-size: 40px;
  }

  .font-s-45 {
    font-size: 45px;
  }

  .border-r-20 {
    border-radius: 20px;
  }

  .section-pad {
    padding: 0 20px;
  }

  .section-container {
    border-radius: 30px;
    margin: 0 auto;
    max-width: 1754px;
  }

  .about-section__inner {
    padding: 150px 0 172px 0;
  }

  .about-section__image {
    left: -317px;
  }

  .about-section__image img {
    width: 937px;
  }

  .about-section__title {
    margin: 0 0 40px 0;
  }

  .about-section__info {
    margin: 0 0 90px 0;
  }

  .about-section__info-item {
    padding: 0 0 0 40px;
    margin: 0 0 85px 0;
  }

  .about-section__info-description {
    margin: 0 0 24px 0;
  }

  .about-section__frame {
    padding: 55px;
  }

  .about-section__frame-head {
    gap: 25px;
    margin: 0 0 47px 0;
  }

  .about-section__frame-icon img {
    width: 68px;
  }

  .about-section__frame-item {
    margin: 0 0 36px 0;
  }

  .about-section__frame-subtitle {
    margin: 0 0 10px 0;
  }

  .about-section__button {
    width: 380px;
  }

  .about-box {
    width: 620px;
  }

  .btn {
    box-shadow: 0px -6px 0px 0px rgba(255,255,255,0.33) inset;
    border-radius: 20px;
    font-size: 18px;
    line-height: 18px;
    height: 84px;
  }

  .city-section__inner {
    padding: 74px 0;
  }

  .city-section__title {
    margin: 0 0 57px 0;
  }

  .clients-section__inner {
    padding: 150px 0 150px 0;
  }

  .clients-section__title {
    margin: 0 -20px 22px -20px;
  }

  .clients-section__description-helper {
    margin: 0 0 50px 0;
  }

  .clients-section__subtitle {
    margin: 0 0 61px 0;
  }

  .clients-section__cards-list {
    gap: 40px;
  }

  .clients-section__card {
    width: 400px;
    height: 388px;
  }

  .clients-section__card-decor {
    top: -16px;
    border: 5px solid #fff;
    width: 32px;
    height: 32px;
  }

  .clients-section__card-image img {
    border-radius: 20px 20px 0 0;
  }

  .clients-section__card-info {
    border-radius: 0 0 20px 20px;
  }

  .connection__icon {
    width: 40px;
    height: 40px;
    margin: 0 17px 0 0;
  }

  .connection__icon img {
    width: 21px;
  }

  .connection__num {
    font-size: 18px;
  }

  .connection__description {
    font-size: 18px;
  }

  .feedback-modal--leave .feedback-modal__list {
    max-width: 390px;
  }

  .feedback-modal--call .feedback-modal__list {
    max-width: 373px;
  }

  .feedback-modal__image img {
    width: 305px;
    border-radius: 10px;
  }

  .feedback-modal__form {
    padding: 68px 80px 56px 60px;
  }

  .feedback-modal__title {
    font-size: 30px;
    max-width: 388px;
  }

  .feedback-modal__list {
    max-width: 358px;
  }

  .feedback-modal__item {
    margin: 0 0 20px 0;
    height: 74px;
  }

  .feedback-modal__item .btn {
    font-size: 18px;
    height: 68px;
  }

  .feedback-modal__item--button .btn {
    font-size: 15px;
  }

  .feedback-modal__agree-text {
    font-size: 11px;
    max-width: 340px;
  }

  .feedback {
    border-radius: 30px;
    width: 510px;
    padding: 42px 42px 44px 42px;
  }

  .feedback__title {
    font-size: 25px;
    margin: 0 0 44px 0;
  }

  .feedback__item {
    margin: 0 0 24px 0;
  }

  .feedback__item .input {
    border-radius: 20px;
    height: 77px;
  }

  .feedback__item .input__field {
    font-size: 18px;
  }

  .footer {
    font-size: 16px;
  }

  .footer__row {
    padding: 48px 0 39px 0;
  }

  .footer__date,
  .footer__legal {
    margin: 0 0 26px 0;
  }

  .footer__country img {
    width: 36px;
  }

  .footer__logo {
    margin: 0 auto 20px auto;
  }

  .footer__logo img {
    width: 116px;
  }

  .footer__phone {
    margin: 0 0 60px 0;
  }

  .footer__f5-logo img {
    width: 47px;
  }

  .formats-section {
    padding: 0 20px 161px 20px;
    margin: -206px auto 0 auto;
  }

  .formats-section__inner {
    padding: 151px 0 232px 0;
  }

  .formats-section__title {
    margin: 0 0 20px 0;
  }

  .formats-section__description-info {
    margin: 0 -10px 63px -10px;
  }

  .formats-section__description-info div {
    margin: 0 0 9px 0;
  }

  .formats-section__subtitle {
    margin: 0 0 41px 0;
  }

  .formats-section__cards {
    margin: 0 0 48px 0;
  }

  .formats-section__card {
    width: 620px;
    height: 450px;
  }

  .formats-section__card-info {
    padding: 48px 10px 10px 10px;
  }

  .formats-section__card-title {
    margin: 0 0 20px 0;
  }

  .formats-section__frame {
    bottom: -161px;
  }

  .formats-section__frame-image img {
    width: 782px;
  }

  .formats-section__frame-info {
    padding: 0 0 0 86px;
  }

  .header__inner {
    padding: 14px 0;
  }

  .header__container {
    gap: 35px;
  }

  .header__logo img {
    width: 75px;
  }

  .input__icon {
    left: 14px;
  }

  .input__icon img {
    width: 20px;
  }

  .input__field {
    padding: 0 12px 0 51px;
    font-size: 16px;
  }

  .investments-section__inner {
    padding: 51px 0 151px 0;
  }

  .investments-section__image {
    right: calc(50% - 1272px);
  }

  .investments-section__image img {
    width: 722px;
  }

  .investments-section__content {
    width: 510px;
  }

  .investments-section__title {
    margin: 0 0 40px 0;
  }

  .investments-section__title:before {
    font-size: 200px;
    top: -51px;
    right: -297px;
  }

  .investments-section__description-helper {
    margin: 0 0 62px 0;
  }

  .investments-section__frame {
    margin: 0 0 76px 0;
    padding: 41px;
  }

  .investments-section__button {
    width: 380px;
  }

  .investments-section__info {
    top: 95px;
    width: 530px;
    left: calc(50% - 535px);
  }

  .investments-section__info-bg {
    right: -71px;
    top: -40px;
  }

  .investments-section__info-bg img {
    width: 1080px;
  }

  .investments-section__info-head {
    margin: 0 0 20px 0;
  }

  .investments-section__info-item {
    padding: 14px 0;
  }

  .investments-section__info-total {
    margin: 20px 0 0 0;
  }

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

  .main-section__photo {
    top: 40px;
    right: -156px;
  }

  .main-section__photo img {
    width: 507px;
  }

  .main-section__title {
    margin: 0 0 60px 0;
  }

  .main-section__title-info {
    margin: 0 0 56px 0;
    padding: 0 0 0 34px;
  }

  .main-section__info {
    margin: 0 0 78px 0;
  }

  .main-section__info-list {
    gap: 56px;
  }

  .main-section__info-description {
    box-shadow: 0px 0px 18.1px 0px rgba(0,0,0,0.12);
    padding: 23px 30px;
  }

  .main-section__button {
    width: 356px;
  }

  .profit-section__image {
    left: calc(50% - 960px);
  }

  .profit-section__image img {
    width: 889px;
  }

  .profit-section__inner {
    padding: 146px 0 150px 0;
    width: 800px;
  }

  .profit-section__title {
    margin: 0 0 20px 0;
  }

  .profit-section__description-helper {
    margin: 0 0 48px 0;
  }

  .profit-section__info-list {
    gap: 50px 154px;
  }

  .profit-section__info-item {
    width: 296px;
  }

  .profit-section__info-num {
    margin: 0 0 18px 0;
  }

  .remodal__feedback {
    padding-bottom: 40px;
    width: 907px;
  }

  .services-section__image {
    bottom: -377px;
    left: calc(50% - 1390px);
  }

  .services-section__image img {
    width: 846px;
  }

  .services-section__inner {
    padding: 100px 0;
  }

  .services-section__title {
    margin: 0 0 30px 0;
  }

  .services-section__description-helper {
    margin: 0 0 74px 0;
  }

  .services-section__table {
    margin: 0 0 73px 0;
  }

  .services-section__table-item:nth-child(2n) li {
    min-height: 115px;
  }

  .services-section__table-item li {
    font-size: 18px;
    padding: 20px 0 20px 34px;
    width: 320px;
  }

  .services-section__table-item .table-name {
    font-size: 23px;
  }

  .services-section__table-item .table-price {
    font-size: 25px;
  }

  .services-section__button {
    width: 379px;
  }

  .stages-section__inner {
    padding: 126px 0 96px 0;
  }

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

  .stages-section__description-helper {
    margin: 0 0 74px 0;
  }

  .stages-tabs {
    margin: 0 -50px;
  }

  .stages-tabs__item {
    margin: 0 0 44px 0;
  }

  .stages-tabs__btn {
    padding: 20px 40px;
    border-radius: 20px;
    width: 570px;
    height: 97px;
    font-size: 23px;
  }

  .stages-tabs__frame {
    font-size: 20px;
    width: 712px;
    height: 661px;
    border-radius: 20px;
  }

  .stages-tabs__frame-list {
    padding: 10px 48px;
  }

  .stages-tabs__frame-description {
    transform: translateX(-30px);
  }

  .stages-tabs__frame-decor img {
    width: 43px;
  }

  .statistics-section__image-1 {
    right: calc(50% - 835px);
  }

  .statistics-section__image-1 img {
    width: 947px;
  }

  .statistics-section__image-2 {
    bottom: -89px;
    left: calc(50% - 1172px);
  }

  .statistics-section__image-2 img {
    width: 1010px;
  }

  .statistics-section__inner {
    padding: 150px 0;
  }

  .statistics-section__title {
    margin: 0 0 20px 0;
  }

  .statistics-section__description-helper {
    margin: 0 0 55px 0;
  }

  .statistics-section__frame {
    padding: 58px 42px;
    margin: 0 0 55px 0;
    width: 696px;
  }

  .statistics-section__frame-item {
    margin: 0 0 30px 0;
    gap: 18px;
  }

  .statistics-section__frame-dot {
    margin: 10px 0 0 0;
    width: 4px;
    height: 4px;
  }

  .supports-section__image {
    bottom: 0;
    top: 0;
    right: calc(50% - 877px);
  }

  .supports-section__inner {
    padding: 150px 0;
  }

  .supports-section__title {
    margin: 0 0 28px 0;
  }

  .supports-section__description-helper {
    margin: 0 0 53px 0;
  }

  .supports-section__frame {
    padding: 62px 40px 62px 62px;
    margin: 0 0 53px 0;
  }

  .supports-section__frame-item {
    gap: 19px;
    margin: 0 0 37px 0;
  }

  .supports-section__frame-num {
    font-size: 45px;
    width: 32px;
  }

  .supports-section__button {
    width: 424px;
  }

  .thanks-section__inner {
    padding: 52px 0 84px 0;
  }

  .thanks-section__title {
    margin: 0 0 26px 0;
    max-width: 640px;
    font-size: 40px;
  }

  .thanks-section__title-info {
    margin: 0 0 42px 0;
  }

  .thanks-section__frame {
    max-width: 640px;
    padding: 28px 28px 40px 29px;
    margin: 0 0 42px 0;
  }

  .thanks-section__frame ul {
    margin: 0 0 31px 0;
  }

  .thanks-section__frame li {
    margin: 0 0 11px 0;
  }

  .thanks-section__button {
    max-width: 476px;
  }

  .thanks-section__image {
    right: -80px;
    bottom: 60px;
  }

  .thanks-section__image img {
    width: 640px;
  }
}