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

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

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

@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-Bold";
  src: url("../fonts/Montserrat-Bold.woff"), url("../fonts/Montserrat-Bold.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: "Nunito-Black";
  src: url("../fonts/Nunito-Black.woff"), url("../fonts/Nunito-Black.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: 320px;
  margin: 0 auto;
  padding: 0 6px;
}

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

h2 {
  font-family: "Montserrat-Bold";
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

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

.d-none {
  display: none;
}

.border-13 {
  border-radius: 7px;
}

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

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

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

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

.font-i-reg {
  font-family: "Inter-Regular";
}

.font-i-med {
  font-family: "Inter-Medium";
}

.font-i-s-bold {
  font-family: "Inter-SemiBold";
}

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

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

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

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

.font-n-black {
  font-family: "Nunito-Black";
}

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

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

.font-s-20 {
  font-size: 14px;
  line-height: 120%;
}

.font-s-24 {
  font-size: 16px;
  line-height: 120%;
}

.font-s-30 {
  font-size: 16px;
  line-height: 130%;
}

.font-s-32 {
  font-size: 17px;
  line-height: 120%;
}

.font-s-40 {
  font-size: 16px;
  line-height: 125%;
}

.font-s-50 {
  font-size: 21px;
  line-height: 120%;
}

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

.about-section__inner {
  padding: 98px 0 100px 0;
}

.about-section__text-logo {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.about-section__text-logo img {
  width: 428px;
  height: auto;
}

.about-section__frame {
  padding: 24px 14px;
  border-radius: 20px;
  background: #f8f8f8;
  box-shadow: 0px 5px 9px 0px rgba(177,177,177,0.35);
  margin: 0 0 80px auto;
}

.about-section__frame-quotes {
  margin: 0 0 1px 0;
  display: flex;
  justify-content: flex-end;
}

.about-section__frame-quotes img {
  width: 26px;
  height: auto;
}

.about-section__frame-title {
  margin: 0 0 19px 0;
}

.about-section__frame-sep {
  margin: 0 0 25px 0;
}

.about-section__frame-description {
  text-align: center;
}

.about-section__frame-description div {
  margin: 0 0 18px 0;
}

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

.about-section__frame-leader-photo {
  position: relative;
  margin: 0 0 40px 0;
}

.about-section__frame-leader-photo img {
  border-radius: 20px;
  width: 264px;
  height: auto;
  margin: 0 auto;
}

.about-section__frame-leader-name {
  max-width: 259px;
  width: 100%;
  padding: 0 0 0 7px;
  background-color: #fff;
  color: #fff;
  border-radius: 20px;
  position: absolute;
  bottom: -6px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.about-section__frame-leader-container {
  border-radius: 20px;
  background: radial-gradient(799.24% 122.62% at 7.51% 0%, #e13a8d 0%, #f35ca7 56.25%, #e13a8d 100%);
  padding: 16px 10px 16px 20px;
}

.about-section__frame-leader-container div:nth-child(2) {
  font-size: 12px;
  line-height: 120%;
  margin: 4px 0 0 0;
}

.about-section__feedback-image {
  position: absolute;
  left: -44px;
  top: -60px;
}

.about-section__feedback-image img {
  width: 120px;
  height: auto;
}

.about-section__feedback {
  position: relative;
}

.about-section__feedback .feedback {
  border-radius: 20px;
  background: #f8f8f8;
  box-shadow: 0px 5px 9px 0px rgba(177,177,177,0.35);
  padding: 36px 30px 40px 30px;
}

.about-section__feedback .feedback__title {
  margin: 0 0 18px 0;
}

.about-section__feedback .feedback__list {
  max-width: 324px;
}

.about-section__feedback .feedback__item {
  max-width: 100%;
  margin: 0 0 10px 0;
}

.about-section__feedback .feedback__item:nth-child(3) {
  max-width: 100%;
  margin: 0;
}

.about-section__feedback .feedback__item .input {
  border-radius: 10px;
  border: 1px solid #6b6b6b;
  background: #fff;
}

.about-section__feedback .feedback__textarea {
  max-width: 324px;
  width: 100%;
  margin: 0 0 10px 0;
  height: 100px;
}

.about-section__feedback .feedback__textarea .input {
  border-radius: 10px;
  border: 1px solid #6b6b6b;
  background: #fff;
}

.about-section__feedback .feedback__textarea .input .input__field--textarea {
  height: 100%;
}

.agree {
  display: flex;
}

.agree__checked {
  margin: 4px 10px 0 0;
}

.btn {
  position: relative;
  width: 100%;
  height: 44px;
  overflow: hidden;
  background: radial-gradient(49.94% 7.66% at 46.15% 4.12%, #e13a8d 0%, #f35ca7 56%, #e13a8d 100%);
  box-shadow: 0px 5px 9px rgba(254,105,179,0.35);
  border-radius: 10px;
}

.btn button,
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: none;
  position: relative;
  top: 0;
  border: none;
  cursor: pointer;
  overflow: hidden;
  padding: 0 10px;
  transition: box-shadow 0.3s;
  -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;
}

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

.btn__description {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 113%;
  font-family: "Nunito-Black";
  text-transform: uppercase;
}

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

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

.calc-section__range-container {
  background-image: url("../images/range-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 30px 13px;
  color: #fff;
  border-radius: 16px;
  z-index: 1;
}

.calc-section__range-container:before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background-color: rgba(163,163,163,0.15);
  z-index: -1;
  border-radius: 20px;
  pointer-events: none;
}

.calc-section__range-description {
  margin: 0 0 43px 0;
  text-align: center;
}

.calc-section__range-helper {
  text-align: right;
  font-size: 12px;
  line-height: 120%;
  max-width: 813px;
  margin: 0 auto 16px auto;
}

.calc-section__range-sum-desc {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 9px 10px;
  text-align: center;
  max-width: 156px;
  margin: 0 auto 9px auto;
  font-size: 16px;
  line-height: 100%;
}

.calc-section__range-sum {
  text-align: center;
  font-size: 28px;
  line-height: 130%;
}

.calc-section__range {
  max-width: 813px;
  margin: 0 auto 61px auto;
}

.calc-section__range .irs {
  cursor: pointer;
  height: 14px;
}

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

.calc-section__range .irs .irs-bar.irs-bar--single {
  background: linear-gradient(0deg, #fc64af 0%, #fc64af 100%);
  border-radius: 3px;
  border: 0;
  top: 0;
  left: 5px !important;
  bottom: 0;
  margin: auto 0;
  box-shadow: none;
  height: 8px;
  border-radius: 7px;
}

.calc-section__range .irs .irs-handle.single {
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 100%;
  cursor: pointer;
  background: radial-gradient(799.24% 122.62% at 7.51% 0%, #e13a8d 0%, #f35ca7 56.25%, #e13a8d 100%);
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
  border: none;
  width: 22px;
  height: 22px;
  box-shadow: none;
}

.calc-section__range .irs .irs-handle.single i {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.15);
  width: 6px;
  height: 6px;
}

.calc-section__range .irs .irs-line {
  top: 0;
  background: #fff;
  border: none;
  border-radius: 7px;
  height: 14px;
}

.calc-section__range .irs .irs-grid {
  bottom: -32px;
  height: auto;
}

.calc-section__range .irs .irs-grid .irs-grid-text {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-family: "Montserrat-Medium";
  transition: 0.2s;
  transform: scale(1);
  color: #fff;
}

.calc-section__range .irs .irs-grid .irs-grid-text.active {
  color: #e13a8d;
  transform: scale(1.1);
}

.connection {
  padding: 8px 10px;
  height: 33px;
  background: radial-gradient(49.94% 7.66% at 46.15% 4.12%, #e13a8d 0%, #f35ca7 56%, #e13a8d 100%);
  text-align: center;
  display: block;
}

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

.differences-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url("../images/laptop.jpg");
  background-repeat: no-repeat;
  background-size: 164px auto;
  background-position: center bottom;
}

.differences-section__inner {
  padding: 60px 0 154px 0;
  position: relative;
}

.differences-section__title {
  margin: 0 0 23px 0;
}

.differences-section__sep {
  margin: 0 0 30px 0;
}

.differences-section__sep svg {
  width: 186px;
  height: 3px;
}

.differences-section__leader-container {
  position: relative;
  z-index: 1;
  margin: 0 0 40px 0;
}

.differences-section__leader-photo img {
  width: 220px;
  height: auto;
  margin: 0 auto;
}

.differences-section__leader-name {
  background: radial-gradient(49.94% 7.66% at 46.15% 4.12%, #e13a8d 0%, #f35ca7 56%, #e13a8d 100%);
  border-radius: 14px;
  color: #f2f2f2;
  padding: 18px 0 0 18px;
  height: 67px;
  width: 266px;
  bottom: 0;
  left: calc(50% - 134px);
  position: absolute;
  z-index: -1;
}

.differences-section__cards-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

.differences-section__cards-list .slick-list {
  margin: 0 -14px 0 0;
}

.differences-section__cards-list .slick-active button {
  background: #e13a8d !important;
}

.differences-section__cards-item {
  width: 100%;
  max-width: 308px;
  height: 192px;
  padding: 20px 20px;
  border-radius: 12px;
  background-color: #f8f8f8;
  margin: 0 14px 0 0;
  text-align: center;
}

.differences-section__cards-icon {
  margin: 0 0 10px 0;
}

.differences-section__cards-icon img {
  width: 36px;
  height: auto;
  margin: 0 auto;
}

.differences-section__cards-title {
  margin: 0 0 11px 0;
  text-transform: uppercase;
}

.differences-section__cards-description {
  line-height: 130%;
}

.feedback__item {
  width: 100%;
}

.footer {
  color: #fff;
  text-align: center;
  background: #272727;
  border-radius: 25px;
  font-size: 14px;
  line-height: 120%;
}

.footer__row {
  padding: 20px 0;
}

.footer__description {
  margin: 0 0 30px 0;
}

.footer__logo {
  margin: 0 0 16px 0;
}

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

.footer__privacy {
  text-decoration: underline;
  margin: 0 0 20px 0;
  display: block;
}

.footer__connection {
  max-width: 186px;
  margin: 0 auto;
}

.form-modal__feedback {
  background-color: #d4d4d4;
  border-radius: 8px;
  padding: 36px 20px 17px 20px;
}

.form-modal__info-title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
  margin: 0 -14px 20px -14px;
  font-weight: bold;
}

.form-modal__info-title br {
  display: block;
}

.form-modal__feedback-input {
  height: 50px;
  margin-bottom: 10px;
}

.form-modal__button {
  margin-bottom: 14px;
}

.form-modal__button .btn {
  height: 50px;
}

.form-modal__agree {
  font-size: 12px;
  line-height: 14px;
}

.format-section {
  padding: 0 10px;
}

.format-section__wrapper {
  background-image: url("../images/format-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 1684px;
  margin: 0 auto;
  border: 2px solid #505050;
  border-radius: 30px;
}

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

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

.format-section__feedbacks {
  position: relative;
}

.format-section__feedbacks-line {
  display: none;
}

.format-section__feedbacks-item {
  max-width: 353px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  margin: 0 0 20px 0;
}

.format-section__feedbacks-item:nth-child(1) {
  background-image: url("../images/feedback-bg-2.jpg");
}

.format-section__feedbacks-item:nth-child(2) {
  background-image: url("../images/feedback-bg-3.jpg");
}

.format-section__feedbacks-item:nth-child(2) .feedback__title {
  margin: 0 0 16px 0;
}

.format-section__feedbacks-item .feedback {
  padding: 26px 26px;
}

.format-section__feedbacks-item .feedback__title {
  color: #e13a8d;
  margin: 0 0 16px 0;
}

.format-section__feedbacks-item .feedback__description {
  color: #000;
  font-size: 12px;
  line-height: 120%;
  margin: 0 0 40px 0;
}

.format-section__feedbacks-item .feedback__item {
  max-width: 276px;
}

.format-section__feedbacks-item .feedback__item .input {
  border: 3px solid #fff;
}

.format-section__feedbacks-item .feedback__item:nth-child(1),
.format-section__feedbacks-item .feedback__item:nth-child(2) {
  margin: 0 0 12px 0;
}

.format-section__feedbacks-item .feedback__item:nth-child(3) {
  max-width: 322px;
  margin: 0 0 18px 0;
}

.format-section__feedbacks-item .feedback__item:nth-child(3) br {
  display: block;
}

.format-section__feedbacks-item .feedback__item:nth-child(4) {
  color: #000;
  max-width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 120%;
}

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

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

.header__logo {
  margin: 0 18px 0 0;
}

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

.header__description {
  display: none;
}

.input {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #f5f5f5;
  height: 100%;
  width: 100%;
  position: relative;
}

.input.active .input__progress {
  opacity: 1;
  min-width: 40px;
}

.input.active .input__progress span {
  opacity: 1;
}

.input__progress {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 7px;
  background: #2f2f2f;
  opacity: 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 16px;
  transition: min-width 1s, opacity 0.8s;
  color: #fff;
  font-weight: bold;
}

.input__progress span {
  opacity: 0;
  transition: 2s;
}

.input__field {
  width: 100%;
  height: 44px;
  font-size: 13px;
  line-height: 19px;
  padding: 0;
  display: block;
  outline: none;
  color: #000;
  background: none;
  font-family: "Inter-Regular";
  font-weight: 400;
  padding: 0 10px 0 15px;
  border: none;
}

.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: $color-grey-2;
  font-family: "Inter-Regular";
  font-weight: 400;
}

.input__field:-ms-input-placeholder {
  color: $color-grey-2;
  font-family: "Inter-Regular";
  font-weight: 400;
}

.input__field::-ms-input-placeholder {
  color: $color-grey-2;
  font-family: "Inter-Regular";
  font-weight: 400;
}

.input__field.error {
  color: #d94c4c;
}

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

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

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

.input__field--textarea {
  resize: none;
  padding: 10px !important;
}

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

.main-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/main-image.png");
  background-repeat: no-repeat;
  background-size: 334px auto;
  background-position: center bottom;
  z-index: -1;
}

.main-section__bunner {
  position: absolute;
  bottom: 10px;
  width: 200%;
  height: 14px;
  left: 0;
}

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

.main-section__logo {
  margin: 0 0 10px 0;
}

.main-section__logo img {
  width: 272px;
  height: auto;
  margin: 0 auto;
}

.main-section__title {
  margin: 0 0 39px 0;
  text-align: center;
}

.main-section__title span {
  display: block;
  padding: 2px 9px 1px 9px;
  color: #000;
  background: radial-gradient(49.94% 7.66% at 46.15% 4.12%, #e13a8d 0%, #f35ca7 56%, #e13a8d 100%);
  box-shadow: 0px 4px 9px rgba(5,25,77,0.1);
  border-radius: 5px;
  display: inline-block;
  line-height: 100%;
}

.main-section__feedback {
  max-width: 526px;
  margin: 0 0 26px 0;
  display: none;
}

.main-section__feedback .feedback {
  background: linear-gradient(93deg, #323031 0%, #292929 100%);
  border-radius: 13px;
  padding: 18px 18px 18px 18px;
}

.main-section__feedback .feedback__title {
  margin: 0 0 14px 0;
  text-align: center;
}

.main-section__feedback .feedback__item {
  max-width: 240px;
  margin: 0 auto 10px auto;
}

.main-section__feedback .feedback__item:last-child {
  margin: 0 auto;
}

.main-section__info {
  max-width: 500px;
  margin: 0 0 250px 0;
}

.main-section__info-wrapper {
  display: flex;
  justify-content: space-between;
}

.main-section__info-wrapper .slick-list {
  width: 100%;
}

.main-section__info-wrapper .slick-track {
  display: flex;
  justify-content: space-between;
}

.main-section__info-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.main-section__info-icon {
  margin: 0 10px 0 0;
}

.main-section__info-icon img {
  width: 40px;
  height: auto;
}

.main-section__button-container {
  text-align: center;
  margin: 0 0 40px 0;
}

.main-section__button-description {
  margin: 0 0 14px 0;
}

.main-section__button {
  max-width: 230px;
  margin: 0 auto;
}

.main-section__button .btn {
  height: 48px;
}

.multi-section {
  background-image: url("../images/multi-section-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 0 0 57px 0;
}

.presentation-section {
  background-color: #000;
  padding: 74px 16px 48px 16px;
}

.presentation-section__wrapper {
  max-width: 1644px;
  margin: 0 auto 43px auto;
  border-radius: 25px;
  background-image: url("../images/presentation-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.presentation-section__inner {
  padding: 40px 0;
}

.presentation-section__logo-text {
  margin: 0 0 10px 0;
}

.presentation-section__logo-text img {
  width: 260px;
  height: auto;
  margin: 0 auto;
}

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

.presentation-section__feedback {
  max-width: 500px;
}

.presentation-section__feedback .feedback__title {
  margin: 0 0 14px 0;
  text-align: center;
}

.presentation-section__feedback .feedback__item {
  max-width: 240px;
  margin: 0 auto 10px auto;
}

.presentation-section__feedback .feedback__item:last-child {
  margin: 0 auto;
}

.presentation-section__feedback .feedback__item .input {
  border-radius: 10px;
  border: 3px solid #e74696;
  background: #fff;
  box-shadow: 0px 5px 9px 0px rgba(177,177,177,0.35);
}

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

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

.content-privacy__icon {
  fill: #808080;
}

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

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

.content-privacy h3,
.content-privacy strong {
  font-family: "Montserrat-Bold";
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
}

.content-privacy p {
  font-size: 15px;
  line-height: 20px;
}

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

.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.remodal-is-opened {
  display: flex !important;
}

.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: 14px 0;
  overflow: auto;
}

.remodal {
  max-height: 100%;
}

.remodal--statistics .feedback-mini__title {
  padding: 18px 37px 0;
}

.remodal__feedback {
  max-width: 300px;
}

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

.remodal__feedback-close svg {
  fill: $color-red;
  width: 22px;
  height: 22px;
}

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

.slick-dots {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: center;
  bottom: -20px;
  left: 0;
}

.slick-dots li {
  margin: 0 10px 0 0;
}

.slick-dots li:last-child {
  margin: 0;
}

.slick-dots li.slick-active button {
  background: #f3d747;
}

.slick-dots button {
  font-size: 0;
  border: 0;
  background: $color-grey-2;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  padding: 0;
}

.steps-section__inner {
  padding: 44px 0 60px 0;
}

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

.steps-section__sep {
  margin: 0 0 24px 0;
  display: flex;
  justify-content: center;
}

.steps-section__title-info {
  margin: 0 0 62px 0;
}

.steps-section__cards {
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto 278px auto;
  position: relative;
}

.steps-section__cards-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 105%;
  display: flex;
  justify-content: center;
}

.steps-section__cards-image img {
  width: 300px;
  height: auto;
}

.steps-section__cards-item {
  width: 146px;
  height: 146px;
  margin: 0 0 16px 0;
  padding: 14px;
  background: #2f2e2e;
  border-radius: 13px;
}

.steps-section__cards-item:last-child {
  margin: 0;
}

.steps-section__cards-num {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 14px 0;
  border-radius: 8px;
  background: radial-gradient(799.24% 122.62% at 7.51% 0%, #e13a8d 0%, #f35ca7 56.25%, #e13a8d 100%);
  box-shadow: 0px 4px 9px 0px rgba(5,25,77,0.1);
}

.steps-section__cards-description br {
  display: block;
}

.steps-section__feedback {
  position: relative;
  z-index: 2;
}

.steps-section__feedback .feedback__form {
  max-width: 1180px;
  padding: 30px 20px;
  background-image: url("../images/steps-feedback-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  border-radius: 10px;
}

.steps-section__feedback .feedback__list {
  max-width: 489px;
}

.steps-section__feedback .feedback__item {
  max-width: 172px;
  margin: 0 0 8px 0;
}

.steps-section__feedback .feedback__title {
  margin: 0 0 16px 0;
}

.steps-section__feedback .feedback__sep {
  margin: 0 0 14px 0;
}

.steps-section__feedback .feedback__description {
  margin: 0 0 40px 0;
}

.strip {
  display: flex;
  align-items: center;
  height: 100%;
  width: 106%;
  position: absolute;
  left: 0;
}

.strip__wrapper {
  width: 200%;
  height: 100%;
  position: absolute;
  background-image: url("../images/text-bunner.svg");
  background-repeat: repeat no-repeat;
  background-size: auto 100%;
  background-position: center;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  left: 0;
  top: 0;
  animation: bunner 14s linear infinite;
}

@-moz-keyframes bunner {
  0% {
    left: 0%;
    width: 100%;
  }

  100% {
    left: 0%;
  }
}

@-webkit-keyframes bunner {
  0% {
    left: 0%;
    width: 100%;
  }

  100% {
    left: 0%;
  }
}

@-o-keyframes bunner {
  0% {
    left: 0%;
    width: 100%;
  }

  100% {
    left: 0%;
  }
}

@keyframes bunner {
  0% {
    left: 0%;
    width: 100%;
  }

  100% {
    left: 0%;
  }
}

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

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

.thanks-section__title {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 11px;
  font-family: "Montserrat-Bold";
}

.thanks-section__title-helper {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 40px;
}

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

.thanks-section__btn {
  max-width: 220px;
  margin: 0 auto;
}

.thanks-section__btn .btn {
  padding: 0 10px;
  height: 52px;
}

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

.video-section__inner {
  padding: 35px 0 80px 0;
}

.video-section__title {
  margin: 0 0 78px 0;
}

.video-section__video {
  margin: 0 0 70px 0;
}

.video-section__feedback .feedback {
  padding: 8px;
  background: rgba(0,0,0,0.2);
  border-radius: 20px;
}

.video-section__feedback .feedback__form {
  max-width: 1180px;
  padding: 30px 10px;
  background-image: url("../images/feedback-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  color: #fff;
  position: relative;
}

.video-section__feedback .feedback__image {
  position: absolute;
  bottom: 0;
  right: 0;
}

.video-section__feedback .feedback__image img {
  border-radius: 0 0 15px 0;
  width: 100px;
  height: auto;
}

.video-section__feedback .feedback__list {
  max-width: 532px;
}

.video-section__feedback .feedback__item {
  max-width: 172px;
  margin: 0 0 8px 0;
}

.video-section__feedback .feedback__title {
  margin: 0 0 18px 0;
}

.video-section__feedback .feedback__sep {
  margin: 0 0 26px 0;
}

.video-section__feedback .feedback__description {
  margin: 0 0 10px 0;
}

.video {
  display: flex;
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  z-index: 1;
}

.video__image img {
  width: 300px;
  height: auto;
}

.video__play {
  position: absolute;
  top: 17px;
  left: -18px;
  right: 0;
  bottom: 10px;
  max-width: 264px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.video__play-icon {
  width: 74px;
  height: auto;
  animation: play 2.5s linear infinite;
}

@-moz-keyframes play {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.93);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes play {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.93);
  }

  100% {
    transform: scale(1);
  }
}

@-o-keyframes play {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.93);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes play {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.93);
  }

  100% {
    transform: scale(1);
  }
}

.video__container {
  position: absolute;
  top: 11px;
  text-align: center;
  color: #fff;
}

.video__container img {
  margin: 0 auto;
  width: 2px;
  height: auto;
}

.video__description {
  margin: 0 0 2px 0;
  display: block;
}

.video__description br {
  display: block;
}

.video__pointer {
  animation: pointer 1.5s linear infinite;
  display: block;
}

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

  50% {
    transform: translateY(10%);
  }

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

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

  50% {
    transform: translateY(10%);
  }

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

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

  50% {
    transform: translateY(10%);
  }

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

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

  50% {
    transform: translateY(10%);
  }

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

.video__bg {
  position: absolute;
  top: -9px;
  left: -45px;
  z-index: -1;
}

.video__bg img {
  width: 383px;
  height: auto;
}

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

.page--thanks {
  background: #272727;
}

.page--thanks .header {
  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) {
  .wrapper {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 12px;
  }

  .border-13 {
    border-radius: 10px;
  }

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

  .font-s-50 {
    font-size: 30px;
    line-height: 125%;
  }

  .about-section__inner {
    padding: 98px 0 140px 0;
  }

  .about-section__text-logo img {
    width: 742px;
  }

  .about-section__frame {
    position: relative;
    max-width: 565px;
    padding: 40px 26px 48px 214px;
    margin: 0 0 100px auto;
  }

  .about-section__frame-quotes img {
    width: 34px;
  }

  .about-section__frame-description {
    text-align: left;
  }

  .about-section__frame-leader {
    position: absolute;
    top: 0;
    left: -162px;
    bottom: 0;
    display: flex;
    align-items: center;
  }

  .about-section__frame-leader-photo {
    margin: 0;
  }

  .about-section__frame-leader-photo img {
    margin: 0;
    width: 335px;
  }

  .about-section__frame-leader-name {
    margin: 0;
    left: auto;
    bottom: 14px;
    right: -29px;
    max-width: 300px;
  }

  .about-section__frame-leader-container {
    padding: 16px 10px 18px 28px;
  }

  .about-section__feedback-image {
    left: -66px;
    top: -80px;
  }

  .about-section__feedback-image img {
    width: 150px;
  }

  .about-section__feedback .feedback {
    padding: 36px 36px 40px 36px;
  }

  .about-section__feedback .feedback__container {
    display: flex;
    justify-content: space-between;
  }

  .about-section__feedback .feedback__item {
    max-width: 159px;
  }

  .about-section__feedback .feedback__textarea {
    height: auto;
    margin: 0;
  }

  .calc-section__inner {
    padding: 90px 0 74px 0;
  }

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

  .calc-section__range-container {
    padding: 40px 30px 30px 30px;
    border-radius: 18px;
  }

  .calc-section__range-container:before {
    border-radius: 40px;
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
  }

  .calc-section__range-sum {
    font-size: 36px;
  }

  .calc-section__range .irs {
    height: 16px;
  }

  .calc-section__range .irs .irs-handle.single {
    width: 26px;
    height: 26px;
  }

  .calc-section__range .irs .irs-handle.single i {
    width: 8px;
    height: 8px;
  }

  .calc-section__range .irs .irs-line {
    height: 16px;
  }

  .connection {
    padding: 11px 12px;
    height: 38px;
  }

  .differences-section:before {
    background-size: 214px auto;
    background-position: calc(50% - 393px) 699px;
  }

  .differences-section__inner {
    padding: 80px 0 60px 0;
  }

  .differences-section__sep {
    margin: 0 0 40px 0;
  }

  .differences-section__sep svg {
    width: 231px;
    height: 4px;
  }

  .differences-section__leader-container {
    margin: 0;
    position: absolute;
    left: calc(50% - -66px);
    bottom: 60px;
  }

  .differences-section__leader-photo img {
    margin: 0;
    width: 300px;
  }

  .differences-section__leader-name {
    border-radius: 16px;
    right: 0;
    left: auto;
    padding: 30px 0 0 16px;
    height: 91px;
    width: 266px;
  }

  .differences-section__cards-list {
    margin: 0 0 -14px 0;
    max-width: 444px;
  }

  .differences-section__cards-list .slick-list {
    margin: 0;
  }

  .differences-section__cards-list .slick-track {
    transform: none !important;
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .differences-section__cards-list .slick-track:before,
  .differences-section__cards-list .slick-track:after {
    content: none;
  }

  .differences-section__cards-item {
    text-align: left;
    max-width: 214px;
    margin: 0 0 14px 0;
    height: 210px;
  }

  .differences-section__cards-icon img {
    margin: 0;
  }

  .feedback__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }

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

  .footer__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer__col:first-child {
    display: flex;
    align-items: center;
  }

  .footer__description {
    margin: 0;
    padding: 0 0 0 8px;
    border-left: 1px solid #fff;
  }

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

  .footer__logo img {
    width: 84px;
  }

  .footer__privacy {
    margin: 0;
  }

  .footer__connection {
    margin: 0;
    max-width: 100%;
  }

  .form-modal__feedback {
    padding: 36px 50px;
  }

  .form-modal__info-title {
    font-size: 24px;
    line-height: 29px;
    margin: 0 -29px 36px -29px;
  }

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

  .form-modal__button .btn {
    height: 64px;
  }

  .form-modal__agree {
    font-size: 13px;
    line-height: 15px;
  }

  .format-section__wrapper {
    border-radius: 42px;
  }

  .format-section__inner {
    padding: 80px 0 101px 0;
  }

  .format-section__title {
    margin: 0 0 70px 0;
  }

  .format-section__feedbacks-line {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -44px;
    top: -100px;
    display: flex;
    justify-content: center;
  }

  .format-section__feedbacks-line img {
    height: 100%;
    width: 4px;
  }

  .format-section__feedbacks-list {
    display: flex;
    justify-content: space-between;
    max-width: 820px;
    margin: 0 auto;
  }

  .format-section__feedbacks-item {
    margin: 0;
    height: 373px;
  }

  .format-section__feedbacks-item .feedback {
    padding: 26px 16px;
  }

  .format-section__feedbacks-item .feedback__title {
    margin: 0 0 36px 0;
  }

  .format-section__feedbacks-item .feedback__description {
    margin: 0 0 60px 0;
  }

  .format-section__feedbacks-item .feedback__item {
    max-width: 157px;
  }

  .header__inner {
    padding: 30px 0;
  }

  .header__logo img {
    width: 130px;
  }

  .header__description {
    display: block;
    padding: 0 0 0 18px;
    border-left: 1px solid #fff;
  }

  .input__field--textarea {
    padding: 14px 16px !important;
  }

  .main-section:before {
    background-size: 452px auto;
    background-position: calc(50% - -267px) 220px;
  }

  .main-section__logo {
    margin: 0 0 18px 0;
  }

  .main-section__logo img {
    margin: 0;
    width: 400px;
  }

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

  .main-section__title span {
    border-radius: 8px;
    padding: 2px 9px 2px 9px;
  }

  .main-section__feedback {
    display: block;
  }

  .main-section__feedback .feedback__title {
    text-align: left;
  }

  .main-section__feedback .feedback__item {
    max-width: 158px;
    margin: 0;
  }

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

  .main-section__info {
    margin: 0;
  }

  .main-section__info-wrapper .slick-track {
    width: 100% !important;
  }

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

  .main-section__button-container {
    display: none;
  }

  .presentation-section {
    padding: 74px 20px 48px 20px;
  }

  .presentation-section__inner {
    padding: 100px 0;
  }

  .presentation-section__logo-text {
    margin: 0 0 22px 0;
  }

  .presentation-section__logo-text img {
    margin: 0;
    width: 500px;
  }

  .presentation-section__title {
    margin: 0 0 40px 0;
    text-align: left;
  }

  .presentation-section__feedback .feedback__title {
    text-align: left;
  }

  .presentation-section__feedback .feedback__item {
    max-width: 158px;
    margin: 0;
  }

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

  .content-privacy {
    padding: 24px 44px;
    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: 23px;
  }

  .content-privacy p {
    font-size: 18px;
    line-height: 24px;
  }

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

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

  .remodal--statistics .feedback-mini__title {
    padding: 18px 67px 0;
  }

  .remodal__feedback {
    max-width: 426px;
  }

  .remodal__feedback-close svg {
    width: 24px;
    height: 24px;
  }

  .steps-section__inner {
    padding: 44px 0 90px 0;
  }

  .steps-section__cards {
    margin: 0 auto 110px auto;
  }

  .steps-section__cards-image {
    top: 212px;
  }

  .steps-section__cards-image img {
    width: 450px;
  }

  .steps-section__cards-item {
    width: 200px;
    height: 146px;
    margin: 0 0 20px 0;
    padding: 14px;
  }

  .steps-section__feedback .feedback__form {
    padding: 50px 40px 60px 40px;
  }

  .steps-section__feedback .feedback__item {
    margin: 0;
    max-width: 239px;
  }

  .strip__wrapper {
    width: 400%;
    animation: bunner 80s linear infinite;
  }

  .thanks-section__inner {
    padding: 100px 0;
  }

  .thanks-section__title {
    font-size: 22px;
    line-height: 30px;
  }

  .thanks-section__title-helper {
    font-size: 24px;
    line-height: 30px;
  }

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

  .thanks-section__btn {
    max-width: 270px;
  }

  .thanks-section__btn .btn {
    height: 56px;
  }

  .video-section__feedback .feedback {
    border-radius: 30px;
    padding: 14px;
  }

  .video-section__feedback .feedback__form {
    padding: 50px 40px 60px 40px;
  }

  .video-section__feedback .feedback__image img {
    width: 200px;
  }

  .video-section__feedback .feedback__item {
    margin: 0;
  }

  .video {
    max-width: 500px;
  }

  .video__image img {
    width: 500px;
  }

  .video__play {
    top: 30px;
    left: -31px;
    right: 0;
    bottom: 15px;
    max-width: 442px;
  }

  .video__play-icon {
    width: 110px;
  }

  .video__container {
    top: 30px;
  }

  .video__container img {
    width: 4px;
  }

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

  .video__bg {
    top: -25px;
    left: -85px;
  }

  .video__bg img {
    width: 650px;
  }
}

@media only screen and (min-width: 1024px) {
  .wrapper {
    max-width: 982px;
    padding: 0 20px;
  }

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

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

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

  .font-s-32 {
    font-size: 21px;
  }

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

  .font-s-50 {
    font-size: 38px;
  }

  .about-section__inner {
    padding: 128px 0 180px 0;
  }

  .about-section__text-logo img {
    width: 942px;
  }

  .about-section__frame {
    max-width: 724px;
    padding: 46px 30px 57px 207px;
    margin: 0 0 160px auto;
  }

  .about-section__frame-quotes img {
    width: 44px;
  }

  .about-section__frame-leader {
    left: -217px;
  }

  .about-section__frame-leader-photo img {
    width: 378px;
  }

  .about-section__feedback-image {
    left: -83px;
    top: -116px;
  }

  .about-section__feedback-image img {
    width: 200px;
  }

  .about-section__feedback .feedback {
    padding: 40px 36px 50px 36px;
  }

  .about-section__feedback .feedback__title {
    margin: 0 0 28px 0;
  }

  .about-section__feedback .feedback__list {
    max-width: 430px;
  }

  .about-section__feedback .feedback__item {
    max-width: 210px;
    margin: 0 0 15px 0;
  }

  .about-section__feedback .feedback__textarea {
    max-width: 430px;
  }

  .btn {
    height: 50px;
  }

  .btn__description {
    font-size: 14px;
  }

  .calc-section__inner {
    padding: 103px 0 74px 0;
  }

  .calc-section__title {
    margin: 0 0 92px 0;
  }

  .calc-section__range-container {
    padding: 60px 30px 40px 30px;
  }

  .calc-section__range-sum-desc {
    font-size: 18px;
  }

  .calc-section__range-sum {
    font-size: 40px;
  }

  .calc-section__range {
    margin: 0 auto 81px auto;
  }

  .calc-section__range .irs {
    height: 20px;
  }

  .calc-section__range .irs .irs-bar.irs-bar--single {
    height: 10px;
  }

  .calc-section__range .irs .irs-handle.single {
    width: 30px;
    height: 30px;
  }

  .calc-section__range .irs .irs-line {
    height: 20px;
  }

  .connection {
    padding: 13px 16px;
    height: 40px;
  }

  .differences-section:before {
    background-position: calc(50% - 506px) 699px;
  }

  .differences-section__inner {
    padding: 100px 0 60px 0;
  }

  .differences-section__sep {
    margin: 0 0 60px 0;
  }

  .differences-section__leader-container {
    left: calc(50% - -213px);
  }

  .differences-section__cards-list {
    max-width: 714px;
  }

  .differences-section__cards-item {
    max-width: 228px;
    height: 258px;
    padding: 24px 20px;
  }

  .differences-section__cards-icon img {
    width: 42px;
  }

  .footer {
    font-size: 16px;
  }

  .footer__description {
    padding: 0 0 0 23px;
  }

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

  .footer__logo img {
    width: 122px;
  }

  .format-section__feedbacks-item {
    max-width: 370px;
    height: 414px;
    border-radius: 30px;
  }

  .format-section__feedbacks-item:nth-child(2) .feedback__title {
    margin: 0 0 23px 0;
  }

  .format-section__feedbacks-item .feedback {
    padding: 30px 20px;
  }

  .format-section__feedbacks-item .feedback__title {
    margin: 0 0 46px 0;
  }

  .input__field {
    font-size: 14px;
    line-height: 20px;
    height: 49px;
  }

  .main-section:before {
    background-size: 649px auto;
    background-position: calc(50% - -359px) 213px;
  }

  .main-section__inner {
    padding: 60px 0 108px 0;
  }

  .main-section__logo img {
    width: 600px;
  }

  .main-section__feedback {
    max-width: 635px;
  }

  .main-section__feedback .feedback {
    padding: 21px 24px 24px 24px;
  }

  .main-section__feedback .feedback__title {
    margin: 0 0 19px 0;
  }

  .main-section__feedback .feedback__item {
    max-width: 190px;
  }

  .main-section__info {
    max-width: 584px;
  }

  .main-section__info-icon {
    margin: 0 14px 0 0;
  }

  .main-section__info-icon img {
    width: 42px;
  }

  .multi-section {
    padding: 0 0 127px 0;
  }

  .presentation-section__inner {
    padding: 160px 0;
  }

  .presentation-section__logo-text img {
    width: 600px;
  }

  .presentation-section__title {
    margin: 0 0 88px 0;
  }

  .presentation-section__feedback {
    max-width: 584px;
  }

  .presentation-section__feedback .feedback__title {
    margin: 0 0 16px 0;
  }

  .presentation-section__feedback .feedback__item {
    max-width: 190px;
  }

  .content-privacy {
    max-width: 650px;
  }

  .steps-section__inner {
    padding: 54px 0 127px 0;
  }

  .steps-section__cards {
    margin: 0 auto 120px auto;
  }

  .steps-section__cards-image {
    top: 32px;
  }

  .steps-section__cards-image img {
    width: 684px;
  }

  .steps-section__cards-item {
    width: 230px;
    height: 146px;
    margin: 0 0 20px 0;
    padding: 17px;
  }

  .steps-section__feedback .feedback__form {
    padding: 60px 50px 70px 50px;
  }

  .steps-section__feedback .feedback__list {
    max-width: 548px;
  }

  .steps-section__feedback .feedback__item {
    max-width: 267px;
  }

  .thanks-section__title {
    font-size: 28px;
    line-height: 34px;
  }

  .video-section__inner {
    padding: 35px 0 100px 0;
  }

  .video-section__title {
    margin: 0 0 120px 0;
  }

  .video-section__video {
    margin: 0 0 130px 0;
  }

  .video-section__video {
    margin: 0 0 200px 0;
  }

  .video-section__feedback .feedback__form {
    padding: 60px 50px 70px 50px;
  }

  .video-section__feedback .feedback__image img {
    width: 230px;
  }

  .video-section__feedback .feedback__list {
    max-width: 584px;
  }

  .video-section__feedback .feedback__item {
    max-width: 190px;
  }

  .video {
    max-width: 800px;
  }

  .video__image img {
    width: 800px;
  }

  .video__play {
    top: 50px;
    left: -51px;
    right: 0;
    bottom: 25px;
    max-width: 704px;
  }

  .video__play-icon {
    width: 180px;
  }

  .video__container {
    top: 80px;
  }

  .video__container img {
    width: 6px;
  }

  .video__description {
    margin: 0 0 13px 0;
  }

  .video__bg img {
    width: 1000px;
  }
}

@media only screen and (min-width: 1200px) {
  .content-privacy h2 {
    font-size: 26px;
    line-height: 32px;
  }

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

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

  section {
    font-size: 16px;
  }

  .border-13 {
    border-radius: 13px;
  }

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

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

  .font-s-30 {
    line-height: 140%;
    font-size: 30px;
  }

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

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

  .font-s-50 {
    line-height: 130%;
    font-size: 50px;
  }

  .about-section__inner {
    padding: 198px 0 280px 0;
  }

  .about-section__text-logo img {
    width: 1542px;
  }

  .about-section__frame {
    margin: 0 0 225px auto;
    max-width: 882px;
    padding: 135px 34px 98px 240px;
  }

  .about-section__frame-quotes {
    margin: 0 0 23px 0;
  }

  .about-section__frame-quotes img {
    width: 58px;
  }

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

  .about-section__frame-leader {
    left: -300px;
  }

  .about-section__frame-leader-photo img {
    width: 474px;
  }

  .about-section__frame-leader-name {
    max-width: 339px;
    bottom: 29px;
    right: -43px;
  }

  .about-section__frame-leader-container {
    padding: 21px 10px 23px 28px;
  }

  .about-section__feedback-image {
    left: -129px;
    top: -111px;
  }

  .about-section__feedback-image img {
    width: 260px;
  }

  .about-section__feedback .feedback {
    padding: 50px 47px 54px 58px;
  }

  .about-section__feedback .feedback__list {
    max-width: 532px;
  }

  .about-section__feedback .feedback__item {
    max-width: 260px;
  }

  .about-section__feedback .feedback__textarea {
    max-width: 532px;
  }

  .btn {
    height: 60px;
    border-radius: 13px;
  }

  .btn__description {
    font-size: 16px;
  }

  .calc-section__inner {
    padding: 133px 0 74px 0;
  }

  .calc-section__range-container {
    border-radius: 30px;
    padding: 73px 40px 62px 40px;
  }

  .calc-section__range-container:before {
    border-radius: 60px;
    top: -30px;
    bottom: -30px;
    left: -30px;
    right: -30px;
  }

  .calc-section__range-description {
    margin: 0 0 53px 0;
  }

  .calc-section__range .irs .irs-handle.single i {
    width: 10px;
    height: 10px;
  }

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

  .connection {
    height: 48px;
    padding: 15px 31px;
  }

  .differences-section:before {
    background-size: 377px auto;
    background-position: calc(50% - 651px) 826px;
  }

  .differences-section__inner {
    padding: 165px 0 77px 0;
  }

  .differences-section__leader-container {
    bottom: 77px;
    left: calc(50% - -321px);
  }

  .differences-section__leader-photo img {
    width: 428px;
  }

  .differences-section__leader-name {
    border-radius: 20px;
    padding: 44px 0 0 37px;
    height: 130px;
    width: 364px;
  }

  .differences-section__cards-list {
    margin: 0 0 -20px 0;
    max-width: 964px;
  }

  .differences-section__cards-item {
    border-radius: 15px;
    padding: 35px 30px;
    max-width: 308px;
    height: 360px;
    margin: 0 0 20px 0;
  }

  .differences-section__cards-icon {
    margin: 0 0 14px 0;
  }

  .differences-section__cards-icon img {
    width: 56px;
  }

  .differences-section__cards-title {
    margin: 0 0 15px 0;
  }

  .footer__row {
    padding: 34px 0;
  }

  .footer__logo {
    margin: 0 29px 0 0;
  }

  .footer__logo img {
    width: 142px;
  }

  .form-modal__feedback {
    padding: 36px 46px;
  }

  .form-modal__feedback-input {
    height: 70px;
    margin-bottom: 10px;
  }

  .form-modal__button .btn {
    height: 70px;
  }

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

  .format-section__wrapper {
    border-radius: 57px;
  }

  .format-section__inner {
    padding: 112px 0 151px 0;
  }

  .format-section__title {
    margin: 0 0 112px 0;
  }

  .format-section__feedbacks-list {
    max-width: 978px;
  }

  .format-section__feedbacks-item {
    max-width: 398px;
    height: 568px;
  }

  .format-section__feedbacks-item:nth-child(2) .feedback__title {
    margin: 0 0 34px 0;
  }

  .format-section__feedbacks-item .feedback {
    padding: 43px 38px;
  }

  .format-section__feedbacks-item .feedback__title {
    margin: 0 0 71px 0;
  }

  .format-section__feedbacks-item .feedback__description {
    margin: 0 0 110px 0;
  }

  .header__inner {
    padding: 60px 0;
  }

  .header__logo img {
    width: 142px;
  }

  .input {
    border-radius: 13px;
  }

  .input__progress {
    font-size: 20px;
    line-height: 20px;
    border-radius: 12px;
  }

  .input__field {
    height: 59px;
    font-size: 16px;
    line-height: 18px;
    padding: 0 10px 0 25px;
  }

  .input__field--textarea {
    padding: 17px 25px !important;
  }

  .main-section:before {
    background-position: calc(50% - -500px) bottom;
    background-size: auto;
  }

  .main-section__bunner {
    bottom: 27px;
    height: 19px;
  }

  .main-section__inner {
    padding: 93px 0 164px 0;
  }

  .main-section__logo {
    margin: 0 0 27px 0;
  }

  .main-section__logo img {
    width: 752px;
  }

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

  .main-section__title span {
    border-radius: 13px;
  }

  .main-section__feedback {
    max-width: 742px;
    margin: 0 0 36px 0;
  }

  .main-section__feedback .feedback {
    padding: 31px 35px 35px 35px;
  }

  .main-section__feedback .feedback__item {
    max-width: 216px;
  }

  .main-section__info {
    max-width: 670px;
  }

  .main-section__info-icon img {
    width: 52px;
  }

  .multi-section {
    padding: 0 0 177px 0;
  }

  .presentation-section__inner {
    padding: 204px 0;
  }

  .presentation-section__logo-text img {
    width: 752px;
  }

  .presentation-section__feedback {
    max-width: 680px;
  }

  .presentation-section__feedback .feedback__item {
    max-width: 222px;
  }

  .steps-section__inner {
    padding: 74px 0 167px 0;
  }

  .steps-section__title-info {
    margin: 0 0 110px 0;
  }

  .steps-section__cards {
    margin: 0 auto 167px auto;
  }

  .steps-section__cards-image {
    top: -16px;
  }

  .steps-section__cards-image img {
    width: 920px;
  }

  .steps-section__cards-item {
    margin: 0 0 30px 0;
    padding: 19px;
    width: 280px;
    height: 173px;
  }

  .steps-section__cards-num {
    margin: 0 0 18px 0;
    width: 33px;
    height: 33px;
  }

  .steps-section__feedback .feedback__form {
    border-radius: 20px;
    max-width: 1180px;
    padding: 74px 76px 86px 88px;
  }

  .steps-section__feedback .feedback__list {
    max-width: 644px;
  }

  .steps-section__feedback .feedback__item {
    max-width: 318px;
  }

  .steps-section__feedback .feedback__title {
    margin: 0 0 20px 0;
  }

  .steps-section__feedback .feedback__sep {
    margin: 0 0 19px 0;
  }

  .steps-section__feedback .feedback__description {
    margin: 0 0 84px 0;
  }

  .thanks-section__title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
  }

  .thanks-section__title-helper {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 40px;
  }

  .thanks-section__btn {
    max-width: 300px;
  }

  .thanks-section__btn .btn {
    height: 60px;
  }

  .video-section__inner {
    padding: 55px 0 140px 0;
  }

  .video-section__title {
    margin: 0 0 204px 0;
  }

  .video-section__video {
    margin: 0 0 280px 0;
  }

  .video-section__feedback .feedback {
    border-radius: 40px;
    padding: 20px;
  }

  .video-section__feedback .feedback__form {
    border-radius: 20px;
    max-width: 1180px;
    padding: 90px 76px 100px 76px;
  }

  .video-section__feedback .feedback__image img {
    width: 315px;
    border-radius: 0 0 20px 0;
  }

  .video-section__feedback .feedback__list {
    max-width: 672px;
  }

  .video-section__feedback .feedback__item {
    max-width: 216px;
  }

  .video-section__feedback .feedback__title {
    margin: 0 0 23px 0;
  }

  .video-section__feedback .feedback__sep {
    margin: 0 0 31px 0;
  }

  .video-section__feedback .feedback__description {
    margin: 0 0 16px 0;
  }

  .video {
    max-width: 930px;
  }

  .video__image img {
    width: 930px;
  }

  .video__play {
    top: 54px;
    left: -56px;
    right: 0;
    bottom: 29px;
    max-width: 826px;
  }

  .video__play-icon {
    width: 224px;
  }

  .video__container {
    top: 94px;
  }

  .video__bg {
    top: -54px;
    left: -140px;
  }

  .video__bg img {
    width: 1216px;
  }
}

@media only screen and (min-width: 1921px) {
  .about-section {
    background-size: cover;
    background-position: center;
  }
}