@-webkit-keyframes fadeInTop {
  0% {
    -webkit-transform: translatey(-100%);
            transform: translatey(-100%);
  }

  100% {
    -webkit-transform: translatey(0%);
            transform: translatey(0%);
  }
}

@keyframes fadeInTop {
  0% {
    -webkit-transform: translatey(-100%);
            transform: translatey(-100%);
  }

  100% {
    -webkit-transform: translatey(0%);
            transform: translatey(0%);
  }
}

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

*:focus {
  outline: none;
}

a,
button,
li {
  border: none;
  text-decoration: none;
  color: inherit;
  outline: none;
  list-style: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  background: none;
}

a:hover,
button:hover,
li:hover {
  text-decoration: none;
}

a:focus,
a:active,
button:focus,
button:active,
li:focus,
li:active {
  outline: none;
}

li {
  cursor: default;
}

button {
  font-family: inherit;
}

input,
input[type="submit"] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

input,
input:invalid,
textarea,
textarea:invalid {
  border: none;
  text-decoration: none;
  color: inherit;
  outline: none;
  list-style: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  background: none;
}

input:focus,
input:active,
input:invalid:focus,
input:invalid:active,
textarea:focus,
textarea:active,
textarea:invalid:focus,
textarea:invalid:active {
  outline: none;
}

body,
html {
  height: 100%;
}

body {
  position: relative;
  margin: 0;
  overflow-x: hidden;
  font-family: 'Gilroy';
}

main {
  min-height: 100%;
}

b {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  border: none;
  outline: none;
}

small {
  display: block;
  max-width: 100%;
}

.modal form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

textarea {
  color: #000000;
}

textarea::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

textarea::-moz-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

textarea:-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

textarea::-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

textarea::placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

svg {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body {
  color: #2f2d38;
}

body.no-scroll {
  overflow-y: hidden;
}

form span {
  display: block;
}

input {
  width: 100%;
  max-width: 255px;
  height: 54px;
  padding: 0 30px;
  font-size: 16px;
  color: rgba(47, 45, 56, 0.3);
  border-radius: 50px;
  border: 1px solid rgba(88, 85, 235, 0.4);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: 'Gilroy';
}

input::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

input::-moz-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  -moz-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

input:-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  -ms-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

input::-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  -ms-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

input::placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.input-wrapper .submit {
  margin-left: 30px;
}

.submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px;
  width: 100%;
  max-width: 255px;
  border-radius: 50px;
  color: #fff;
  background: #5855EB;
}

.submit svg {
  margin-left: 12px;
  width: 21px;
  height: 15px;
  fill: #fff;
}

.title {
  font-size: 48px;
  line-height: calc(58 / 48);
  font-family: 'Gilroy Black';
}

.title_white {
  font-size: 36px;
  line-height: calc(43 / 38);
  font-family: 'Gilroy Black';
  text-align: center;
}

.section {
  padding: 100px 0;
}

.bg {
  padding: 100px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.bg__form-title {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: calc(29 / 24);
  font-family: 'Gilroy Black';
}

.bg__form .input-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bg__form .input-wrapper > *:not(:first-child) {
  margin-left: 30px;
}

.bg__form form span {
  width: 100%;
  max-width: 255px;
}

.bg__form input {
  height: 54px;
  border-radius: 50px;
  border: 1px solid #ffffff;
  color: #fff;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.bg__form .submit {
  width: 100%;
  max-width: 255px;
  background: #fff;
  color: #5855EB;
}

.bg__form-small {
  margin-top: 50px;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
}

.logo__text {
  margin-left: 13px;
  font-size: 30px;
  font-family: 'Gilroy Black';
}

.logo__text span {
  color: #5855EB;
}

.button {
  border-radius: 42px;
  font-size: 16px;
  font-family: 'Gilroy Bold';
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 320px;
  padding: 0 10px;
}

.menu-link {
  display: none;
  position: relative;
  width: 35px;
  height: 35px;
  margin-left: 8px;
  background: transparent;
  border-radius: 4px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.menu-link_active .menu-lines {
  background: transparent;
}

.menu-link_active .menu-lines:after {
  top: 0;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.menu-link_active .menu-lines:before {
  top: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.menu-lines,
.menu-lines:before,
.menu-lines:after {
  position: absolute;
  width: 30px;
  height: 2.5px;
  background-color: #5855EB;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.menu-lines {
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.menu-lines:before {
  content: '';
  top: -9px;
}

.menu-lines:after {
  content: '';
  top: 9px;
}

.phone {
  width: 22px;
  height: 22px;
  fill: #5855EB;
}

.location {
  width: 16px;
  height: 22px;
  fill: #fff;
}

.header {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 930px;
  background-position: center;
  background-repeat: no-repeat;
}

.header__top,
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__top-wrapper_fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  background: #fff;
  -webkit-animation: fadeInTop ease-in-out .7s;
          animation: fadeInTop ease-in-out .7s;
  -webkit-box-shadow: 0 20px 20px rgba(47, 45, 56, 0.05);
          box-shadow: 0 20px 20px rgba(47, 45, 56, 0.05);
}

.header__top-wrapper_fixed .header__top {
  padding: 8px 0;
}

.header__top-wrapper_fixed .header__button {
  background: #5855EB;
  color: #fff;
}

.header_fixed {
  min-height: 65px;
}

.header__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
}

.header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3px;
  line-height: 1;
  font-size: 18px;
  font-family: 'Gilroy Black';
  color: #5855EB;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.header__tel span {
  margin-left: 18px;
}

.header__tel-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header__time {
  position: absolute;
  right: 0;
  bottom: -10px;
  font-size: 10px;
  line-height: 1;
  font-family: 'Gilroy Bold';
  color: #45c275;
}

.header__time:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 50%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 6px;
  height: 6px;
  background-color: #45c275;
  border-radius: 50%;
  animation: bounce 1s infinite alternate-reverse;
}

.header__button {
  min-width: 180px;
  padding: 0 26px;
  height: 42px;
  margin-left: 87px;
  background: #fff;
  color: #5855EB;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.header__main {
  padding-top: 135px;
}

.header__col {
  max-width: 585px;
}

.header__title {
  margin-bottom: 80px;
  font-size: 60px;
  line-height: 1;
  font-family: 'Gilroy Heavy';
}

.header__subtitle {
  margin-bottom: 70px;
  font-size: 36px;
  font-family: 'Gilroy Bold';
  line-height: calc(40 / 36);
  color: rgba(47, 45, 56, 0.9);
}

.header__form {
  margin-bottom: 83px;
}

.header__form span {
  width: 100%;
  max-width: 255px;
}

.header .nice-select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  font-family: 'Gilroy SemiBold';
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.header .nice-select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 35px;
  min-width: 180px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.header .nice-select span {
  margin-left: 10px;
}

.header .nice-select .list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  margin-top: 4px;
  padding: 0;
  background-color: #fff;
  color: #000000;
  opacity: 0;
  background: #ffffff;
  pointer-events: none;
  white-space: nowrap;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
      -ms-transform: scale(0.75) translateY(-21px);
          transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

.header .nice-select .list li {
  display: block;
  min-height: 40px;
  padding-left: 18px;
  padding-right: 29px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  list-style: none;
  background: #ffffff;
  outline: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header .nice-select .list li:last-child {
  border: none;
}

.header .nice-select .list li:hover {
  background: #5855EB;
  color: #ffffff;
}

.header .nice-select.open:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.header .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.header .nice-select:after {
  content: '';
  position: absolute;
  right: -12px;
  top: 48%;
  border-bottom: 1.7px solid #fff;
  border-right: 1.7px solid #fff;
  width: 6px;
  height: 6px;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  pointer-events: none;
}

.header .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  --gap: 30px;
  margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
  width: calc(100% + var(--gap));
}

.header .info__item {
  margin: var(--gap) 0 0 var(--gap);
  width: calc(33.33333%  - var(--gap));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 101px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(47, 45, 56, 0.15);
          box-shadow: 0 0 20px rgba(47, 45, 56, 0.15);
  border-radius: 14px;
}

.header .info__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .info__item-icon svg {
  max-width: 42px;
  max-height: 42px;
  fill: #5855EB;
}

.header .info__item-text {
  margin-left: 41px;
  max-width: 150px;
  font-size: 18px;
  line-height: calc(21 / 18);
}

.header__scroll {
  position: absolute;
  left: 5%;
  top: 490px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}

.header__scroll-icon {
  -webkit-transform: rotate(90deg) translateX(-13px);
      -ms-transform: rotate(90deg) translateX(-13px);
          transform: rotate(90deg) translateX(-13px);
}

.header__scroll .mouse {
  width: 39px;
  height: 39px;
}

.header__scroll-text {
  position: relative;
  margin-right: 38px;
  text-transform: uppercase;
  font-size: 14px;
  color: rgba(47, 45, 56, 0.3);
}

.header__scroll-text:before {
  content: '';
  display: inline-block;
  width: 111px;
  height: 1px;
  margin-right: 44px;
  vertical-align: middle;
  background: rgba(47, 45, 56, 0.3);
}

.header__top-wrapper_fixed .nice-select {
  color: #5855EB;
}

.header__top-wrapper_fixed .nice-select:after {
  border-color: #5855EB;
}

.header__top-wrapper_fixed .location {
  fill: #5855EB;
}

.features__title {
  margin-bottom: 65px;
}

.features-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  --gap: 40px;
  margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
  width: calc(100% + var(--gap));
}

.features__item {
  margin: var(--gap) 0 0 var(--gap);
  width: calc(20%  - var(--gap));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.features__item-icon {
  width: 62px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  border-radius: 6px;
  background-color: #5855EB;
}

.features__item-icon svg {
  max-width: 38px;
  max-height: 38px;
  fill: #fff;
}

.features__item-title {
  margin-bottom: 17px;
  font-size: 30px;
  line-height: calc(36 / 30);
  font-family: 'Gilroy Bold';
}

.features__item-text {
  line-height: calc(19 / 16);
  color: rgba(47, 45, 56, 0.7);
}

.price__title {
  margin-bottom: 78px;
}

.price__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  --gap: 30px;
  margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
  width: calc(100% + var(--gap));
  margin-bottom: 49px;
}

.price a {
  margin: var(--gap) 0 0 var(--gap);
  width: calc(25%  - var(--gap));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 101px;
  padding: 25px 40px;
  font-size: 20px;
  line-height: calc(23 / 20);
  font-family: 'Gilroy Bold';
  cursor: pointer;
  -webkit-box-shadow: 0 0 20px rgba(47, 45, 56, 0.15);
          box-shadow: 0 0 20px rgba(47, 45, 56, 0.15);
  border-radius: 14px;
  background-color: #ffffff;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.price a.active {
  background: #5855EB;
  color: #fff;
}

.price__content {
  display: none;
}

.price__content_show {
  display: block;
}

.price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  --gap: 30px;
  margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
  width: calc(100% + var(--gap));
  margin-top: -20px;
}

.price__item {
  margin: var(--gap) 0 0 var(--gap);
  width: calc(33.33333%  - var(--gap));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 120px;
  margin-top: 20px;
  padding: 28px 36px;
  border-radius: 10px;
  cursor: pointer;
  background-color: rgba(88, 85, 235, 0.06);
}

.price__item-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 145px;
          flex: 0 0 145px;
  font-size: 18px;
  font-family: 'Gilroy Medium';
  line-height: calc(21 / 18);
  color: rgba(47, 45, 56, 0.8);
}

.price__item-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 125px;
          flex: 0 0 125px;
  text-align: right;
  font-size: 30px;
  line-height: calc(35 / 30);
  font-family: 'Gilroy Black';
  color: #5855EB;
}

.price__button {
  margin: 50px auto 0 auto;
  display: block;
  min-width: 255px;
  background: #5855EB;
  font-size: 16px;
  color: #fff;
  font-family: 'Gilroy Bold';
  padding: 16px 75px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.rebate__title {
  margin-bottom: 44px;
}

.rebate__timer {
  margin-bottom: 70px;
}

.rebate__timer-title {
  margin-bottom: 38px;
  font-size: 48px;
  line-height: calc(55 / 48);
}

.rebate-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rebate__item {
  position: relative;
  margin-right: 82px;
}

.rebate__item-number {
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 144px;
  font-family: 'Gilroy Black';
  line-height: 1.4;
}

.rebate__item:after {
  content: ':';
  position: absolute;
  right: -70px;
  top: 20px;
  line-height: 1;
  font-size: 144px;
  font-family: 'Gilroy Black';
}

.rebate__item:last-child {
  margin-right: 0;
}

.rebate__item:last-child:after {
  display: none;
}

.rebate__item-text {
  text-align: center;
  font-size: 42px;
  font-family: 'Gilroy Black';
}

.step__title {
  margin-bottom: 115px;
}

.step-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.step__item {
  width: 100%;
  max-width: 286px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.step__item-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.step__item-top:after {
  content: '';
  position: absolute;
  right: -26px;
  bottom: 10px;
  width: 78px;
  height: 18px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background: url(../images/step-after.webp) center/contain no-repeat;
}

.step__item:nth-child(3n) .step__item-top:after {
  display: none;
}

.step__item-title {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 30px;
  font-family: 'Gilroy SemiBold';
}

.step__item-icon {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68px;
          flex: 0 0 68px;
  width: 68px;
  height: 68px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  background: #5855EB;
}

.step__item-icon svg {
  max-width: 36px;
  max-height: 36px;
  fill: #fff;
}

.step__item-icon span {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
          transform: translate(-40%, -40%);
  background-color: #f4f4f4;
  border-radius: 50%;
  font-size: 18px;
  color: #5855EB;
  font-family: 'Gilroy Medium';
}

.step__item-number {
  position: absolute;
  left: 0;
  top: -40px;
  z-index: -1;
  color: #f4f4f4;
  font-size: 96px;
  font-family: 'Gilroy Bold';
}

.step__item-text {
  font-size: 18px;
  line-height: calc(21 / 18);
}

.offer__title {
  margin-bottom: 46px;
}

.offer__block {
  width: 100%;
  max-width: 600px;
  min-height: 190px;
  margin: 0 auto 50px;
  padding: 33px;
  border-radius: 30px 0 30px 0;
  background-color: #ffffff;
}

.offer__block-title {
  margin-bottom: 6px;
  color: #5855EB;
  font-size: 60px;
  line-height: calc(72 / 60);
  font-family: 'Gilroy Black';
}

.offer__block-text {
  color: #5855EB;
  font-size: 30px;
  line-height: calc(36 / 30);
  font-family: 'Gilroy Black';
}

.request__title {
  max-width: 817px;
  margin: 0 auto 80px;
}

.history__title {
  margin-bottom: 78px;
}

.history__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 65px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 285px;
          flex: 0 0 285px;
}

.history__slider {
  margin: -20px 0;
}

.history .swiper-slide {
  padding: 20px 0;
}

.history__item {
  max-width: 920px;
  margin: 0 auto;
  min-height: 484px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 63px 95px;
  -webkit-box-shadow: 0 0 25px rgba(47, 45, 56, 0.15);
          box-shadow: 0 0 25px rgba(47, 45, 56, 0.15);
  border-radius: 12px;
  background-color: #ffffff;
  border-top: 11px solid #5855EB;
}

.history__item-img {
  max-width: 205px;
  max-height: 194px;
  margin-bottom: 21px;
  -o-object-fit: contain;
     object-fit: contain;
}

.history__item-title {
  max-width: 285px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 22px;
  line-height: calc(27 / 22);
  font-family: 'Gilroy Black';
}

.history__right-item {
  margin-bottom: 40px;
}

.history__right-item .name {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: calc(24 / 20);
  font-family: 'Gilroy Black';
}

.history__right-item .value {
  line-height: calc(19 / 16);
  font-family: 'Gilroy Medium';
  color: rgba(47, 45, 56, 0.8);
}

.history__price {
  padding-top: 25px;
  border-top: 1px solid rgba(47, 45, 56, 0.2);
  font-size: 20px;
  font-family: 'Gilroy Black';
}

.history__price span {
  margin-left: 46px;
  color: #5855EB;
  font-size: 36px;
  vertical-align: middle;
}

.history__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #5855EB;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.history__arrow img {
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.history__arrow.swiper-button-disabled {
  background-color: #e5e5e5;
}

.history__prev {
  left: 0;
}

.history__next {
  right: 0;
}

.history__pagination {
  font-size: 30px;
  color: #c4c4c4;
  font-family: 'Gilroy Black';
}

.history__pagination .swiper-pagination-current {
  font-size: 54px;
  color: #5855EB;
}

.history__pagination .swiper-pagination-current:before {
  content: '0';
}

.footer {
  padding: 47px 0;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__up {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #5855EB;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.footer__up img {
  margin-bottom: -3px;
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 21;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
}

.popup__dialog {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  margin-top: 0;
  margin-bottom: 0;
}

.popup__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 730px;
  min-height: 388px;
  padding: 70px 100px;
  text-align: center;
  background: #fff;
  border: none;
}

.popup__title {
  max-width: 429px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: calc(43 / 36);
  font-family: 'Gilroy Bold';
}

.popup__subtitle {
  margin-bottom: 30px;
  font-size: 24px;
  color: rgba(51, 51, 51, 0.8);
}

.popup form span {
  max-width: 255px;
}

.popup input {
  width: 255px;
  border: 1px solid rgba(88, 85, 235, 0.4);
}

.popup .submit {
  min-width: 255px;
}

.popup small {
  font-family: 'Gilroy SemiBold';
  margin-top: 50px;
  font-size: 12px;
  color: rgba(47, 45, 56, 0.4);
}

.popup__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  font-weight: normal;
  text-shadow: none;
  cursor: pointer;
  color: #fff;
  background: #5855EB;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .submit:hover {
    background: #4240B8;
  }

  .bg__form .submit:hover {
    background: rgba(255, 255, 255, 0.7);
  }

  .container {
    width: 960px;
  }

  .header__top-wrapper_fixed .header__button:hover {
    background: #4240B8;
  }

  .header__tel:hover {
    color: #1c19d1;
  }

  .header__tel:hover svg {
    fill: #1c19d1;
  }

  .header__button:hover {
    background: rgba(255, 255, 255, 0.7);
  }

  .price__button:hover {
    background: #4240B8;
  }

  .step__item:first-child {
    margin-bottom: 85px;
  }

  .history__arrow:not(.swiper-button-disabled):hover {
    background: #4240B8;
  }

  .footer__up:hover {
    background: #4240B8;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1110px;
  }
}

@media (max-width: 1700px) {
  .header__scroll {
    left: -60px;
  }
}

@media (max-width: 1400px) {
  .header__scroll {
    display: none;
  }
}

@media (max-width: 1199px) {
  .title {
    margin-bottom: calc(20px + 40 * ((100vw - 320px) / 1600));
    font-size: calc(25px + 25 * ((100vw - 320px) / 1600));
  }

  .title_white {
    font-size: calc(25px + 13 * ((100vw - 320px) / 1600));
    margin-bottom: calc(25px + 25 * ((100vw - 320px) / 1600));
  }

  .section {
    padding-top: calc(50px + 50 * ((100vw - 320px) / 1600));
    padding-bottom: calc(50px + 50 * ((100vw - 320px) / 1600));
  }

  .bg__form-small {
    margin-top: calc(10px + 40 * ((100vw - 320px) / 1600));
  }

  .bg__form .input-wrapper > *:not(:first-child) {
    margin-left: 15px;
  }

  .bg__form-title {
    font-size: calc(18px + 6 * ((100vw - 320px) / 1600));
  }

  .header {
    min-height: auto;
    background-image: none !important;
  }

  .header .nice-select {
    color: #5855EB;
  }

  .header .nice-select:after {
    content: '';
    border-color: #5855EB;
  }

  .header .nice-select-wrapper {
    margin-left: 10px;
  }

  .header .location {
    fill: #5855EB;
  }

  .header__button {
    margin-left: 50px;
    background: #5855EB;
    color: #fff;
  }

  .header__main {
    padding-top: calc(40px + 50 * ((100vw - 320px) / 1600));
  }

  .header__title {
    margin-bottom: calc(20px + 60 * ((100vw - 320px) / 1600));
    font-size: calc(30px + 35 * ((100vw - 320px) / 1600));
  }

  .header__col {
    max-width: 650px;
  }

  .header__subtitle {
    font-size: calc(19px + 19 * ((100vw - 320px) / 1600));
    margin-bottom: calc(15px + 60 * ((100vw - 320px) / 1600));
  }

  .header__form {
    margin-bottom: calc(15px + 60 * ((100vw - 320px) / 1600));
  }

  .header .info__item {
    padding: calc(15px + 5 * ((100vw - 320px) / 1600));
    min-height: auto;
  }

  .header .info__item-text {
    margin-left: calc(20px + 20 * ((100vw - 320px) / 1600));
    font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
  }

  .header .info__item-icon svg {
    max-width: calc(30px + 15 * ((100vw - 320px) / 1600));
    max-height: calc(30px + 15 * ((100vw - 320px) / 1600));
  }

  .features-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .features__item {
    margin: var(--gap) 0 0 var(--gap);
    width: calc(33.33333%  - var(--gap));
  }

  .features__item-icon {
    margin-bottom: calc(0px + 30 * ((100vw - 320px) / 1600));
    width: calc(35px + 35 * ((100vw - 320px) / 1600));
    height: calc(35px + 35 * ((100vw - 320px) / 1600));
  }

  .features__item-icon svg {
    max-width: calc(18px + 17 * ((100vw - 320px) / 1600));
    max-height: calc(18px + 17 * ((100vw - 320px) / 1600));
  }

  .features__item-title {
    font-size: calc(21px + 9 * ((100vw - 320px) / 1600));
    margin-bottom: calc(10px + 7 * ((100vw - 320px) / 1600));
  }

  .features__item-text {
    font-size: calc(15px + 1 * ((100vw - 320px) / 1600));
  }

  .price__header,
  .price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    --gap: 15px;
    margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
    width: calc(100% + var(--gap));
  }

  .price__header {
    margin-bottom: 30px;
  }

  .price__header a {
    padding-top: calc(15px + 15 * ((100vw - 320px) / 1600));
    padding-bottom: calc(15px + 15 * ((100vw - 320px) / 1600));
    padding-left: calc(20px + 25 * ((100vw - 320px) / 1600));
    padding-right: calc(20px + 25 * ((100vw - 320px) / 1600));
    min-height: auto;
    font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
  }

  .price__item {
    padding: calc(15px + 15 * ((100vw - 320px) / 1600));
    min-height: auto;
  }

  .price__item-number {
    font-size: calc(20px + 10 * ((100vw - 320px) / 1600));
  }

  .price__item-title {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
  }

  .price__button {
    margin-top: calc(20px + 30 * ((100vw - 320px) / 1600));
    font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
    padding: 12px 60px;
    max-width: 100%;
  }

  .rebate__timer {
    margin-bottom: calc(20px + 50 * ((100vw - 320px) / 1600));
  }

  .rebate__timer-title {
    font-size: calc(21px + 27 * ((100vw - 320px) / 1600));
    margin-bottom: calc(20px + 20 * ((100vw - 320px) / 1600));
  }

  .rebate__item-number {
    width: 122px;
    font-size: 110px;
  }

  .rebate__item:after {
    right: -55px;
    font-size: 110px;
  }

  .rebate__item-text {
    margin-top: -15px;
    font-size: 35px;
  }

  .step__title {
    margin-bottom: 50px;
  }

  .step__item-title {
    font-size: calc(25px + 6 * ((100vw - 320px) / 1600));
  }

  .step__item-number {
    font-size: calc(70px + 40 * ((100vw - 320px) / 1600));
  }

  .step__item-text {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
  }

  .step__item-top {
    margin-bottom: calc(15px + 15 * ((100vw - 320px) / 1600));
  }

  .step__item-top:after {
    display: none;
  }

  .step__item-icon {
    width: calc(45px + 25 * ((100vw - 320px) / 1600));
    height: calc(45px + 25 * ((100vw - 320px) / 1600));
    -ms-flex-preferred-size: calc(45px + 25 * ((100vw - 320px) / 1600));
        flex-basis: calc(45px + 25 * ((100vw - 320px) / 1600));
  }

  .step__item-icon svg {
    max-width: calc(20px + 18 * ((100vw - 320px) / 1600));
    max-height: calc(20px + 18 * ((100vw - 320px) / 1600));
  }

  .step__item-icon span {
    width: calc(25px + 9 * ((100vw - 320px) / 1600));
    height: calc(25px + 9 * ((100vw - 320px) / 1600));
    font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
  }

  .offer__block {
    min-height: auto;
    max-width: calc(400px + 200 * ((100vw - 320px) / 1600));
    padding: calc(15px + 20 * ((100vw - 320px) / 1600));
  }

  .offer__block-title {
    font-size: calc(20px + 60 * ((100vw - 320px) / 1600));
  }

  .offer__block-text {
    font-size: calc(17px + 19 * ((100vw - 320px) / 1600));
  }

  .offer__block,
  .offer__form-title {
    margin-bottom: calc(20px + 30 * ((100vw - 320px) / 1600));
  }

  .request__title {
    margin-bottom: calc(20px + 60 * ((100vw - 320px) / 1600));
  }

  .history__item {
    max-width: 840px;
    padding: 40px 50px;
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 61px;
  }

  .menu-link {
    display: block;
  }

  .header_fixed {
    min-height: auto;
  }

  .header__top {
    padding: 10px 0;
  }

  .header__top-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 20px 20px rgba(47, 45, 56, 0.05);
            box-shadow: 0 20px 20px rgba(47, 45, 56, 0.05);
  }

  .header__right {
    position: fixed;
    right: -100vw;
    top: 0;
    z-index: 5;
    max-width: 100%;
    width: 100vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 65px;
    padding-bottom: 65px;
    overflow: auto;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }

  .header__right_active {
    right: 0;
  }

  .header__time {
    bottom: 0;
    position: relative;
  }

  .header__button {
    margin-left: 0;
  }

  .header__tel,
  .header__time,
  .header .nice-select-wrapper {
    margin-bottom: 15px;
  }

  .header__tel {
    color: #fff;
  }

  .header__tel span {
    margin-left: 8px;
  }

  .header__tel svg {
    fill: #fff;
  }

  .header .location {
    fill: #fff;
  }

  .header .nice-select {
    color: #fff;
  }

  .header .nice-select-wrapper {
    min-width: auto;
    margin-left: 0;
  }

  .header .nice-select:after {
    border-color: #fff;
  }

  .header__tel-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    --gap: 10px;
    margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
    width: calc(100% + var(--gap));
  }

  .price__header a {
    margin: var(--gap) 0 0 var(--gap);
    width: calc(50%  - var(--gap));
  }

  .price__item {
    margin: var(--gap) 0 0 var(--gap);
    width: calc(50%  - var(--gap));
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .price__item-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: 10px;
  }

  .price__item-title br {
    display: none;
  }

  .rebate__timer:after {
    display: none;
  }

  .rebate-wrapper {
    margin-bottom: 50px;
  }

  .rebate__item {
    margin-right: 24px;
  }

  .rebate__item-number {
    width: 131px;
  }

  .rebate__item-number,
  .rebate__item:after {
    font-size: 80px;
  }

  .rebate__item:after {
    right: -26px;
    top: 13px;
  }

  .rebate__item-text {
    font-size: 30px;
  }

  .step__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
    margin-bottom: 30px;
  }

  .history__arrow {
    display: none;
  }

  .history .swiper-slide {
    padding: 0px;
  }

  .history__slider {
    margin: 0px;
  }

  .history__item {
    min-height: auto;
    border: 1px solid rgba(47, 45, 56, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .history__item-img {
    max-width: 175px;
    max-height: 160px;
  }

  .history__item-title {
    max-width: none;
    font-size: 20px;
  }

  .history__pagination {
    font-size: 25px;
  }

  .history__pagination .swiper-pagination-current {
    font-size: 40px;
  }

  .history__right {
    width: 100%;
  }

  .history__right-item {
    margin-bottom: 15px;
  }

  .history__right-item .name {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .history__right-item .value {
    font-size: 15px;
  }

  .history__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    margin-right: 30px;
  }

  .history__price {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 19px;
  }

  .history__price span {
    margin-left: 10px;
    font-size: 30px;
  }

  .footer {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 55px;
  }

  .input-wrapper .submit {
    margin-left: 0;
  }

  input {
    padding: 0 10px;
    max-width: 100%;
    text-align: center;
  }

  .form .input-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .form span {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 13px;
  }

  .form span input {
    padding: 0 10px;
    text-align: center;
  }

  .form .submit {
    max-width: 100%;
  }

  .form small {
    font-size: 10px;
    text-align: center;
  }

  .form textarea {
    text-align: center;
  }

  .title {
    font-size: 29px;
    text-align: center;
  }

  .bg {
    background: #5855EB;
    background-image: none !important;
  }

  .bg__form form span {
    max-width: 100%;
  }

  .bg__form .input-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .bg__form .input-wrapper > *,
  .bg__form .input-wrapper > *:not(:first-child) {
    margin-left: 0;
  }

  .logo__text {
    margin-left: 7px;
    font-size: 21px;
  }

  .logo picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
            flex: 0 0 28px;
  }

  .header__title,
  .header__subtitle {
    margin-bottom: 20px;
  }

  .header__title {
    font-size: 33px;
  }

  .header__subtitle {
    font-size: 18px;
  }

  .header .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    width: 100%;
  }

  .header .info__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .header .info__item:last-child {
    margin-bottom: 0;
  }

  .header .info__item-text {
    margin-left: 10px;
    max-width: 73%;
  }

  .header .info__item-icon {
    width: 35px;
  }

  .header__right {
    padding-bottom: 55px;
    margin-top: 55px;
  }

  .features-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .features__item {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 25px;
    max-width: 260px;
  }

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

  .features__item-icon,
  .features__item-title {
    margin-bottom: 10px;
  }

  .price__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .price__header a {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  .price__header a:last-child {
    margin-bottom: 0;
  }

  .price-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    width: 100%;
  }

  .price__item {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }

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

  .price__item-number {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }

  .price__button {
    width: 100%;
  }

  .rebate__title {
    font-size: 28px;
  }

  .rebate__item {
    margin-right: 30px;
  }

  .rebate__item:after {
    right: -19px;
    top: 5px;
  }

  .rebate__item-number {
    width: 51px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .rebate__item-number,
  .rebate__item:after {
    font-size: 40px;
  }

  .rebate__item-text {
    margin-top: -3px;
    width: auto;
    font-size: 16px;
  }

  .rebate__timer-title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .step-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .step__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }

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

  .request__title {
    font-size: 26px;
  }

  .history {
    padding-top: 0;
  }

  .history__item {
    padding: 40px 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 8px;
  }

  .history__item-img {
    max-width: 120px;
    max-height: 110px;
    margin-bottom: 10px;
  }

  .history__item-title {
    font-size: 18px;
  }

  .history__left {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 25px;
  }

  .history__right-item .name {
    font-size: 17px;
  }

  .history__price {
    font-size: 17px;
  }

  .history__price span {
    font-size: 20px;
  }

  .history__pagination {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 18px;
  }

  .history__pagination .swiper-pagination-current {
    font-size: 21px;
  }

  .footer {
    padding: 15px 0;
  }

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

  .footer__up img {
    max-width: 20px;
  }

  .popup__content {
    max-width: 300px;
    padding: 26px 10px 25px 10px;
    min-height: auto;
  }

  .popup__close {
    width: 28px;
    height: 28px;
    right: 10px;
    top: 10px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    font-size: 30px;
  }

  .popup__title {
    width: 100%;
    max-width: 220px;
    font-size: calc(21px + 2 * ((100vw - 320px) / 1600));
  }

  .popup__subtitle {
    margin-bottom: 20px;
    font-size: calc(15px + 2 * ((100vw - 320px) / 1600));
    line-height: 1.2;
  }

  .popup small {
    margin-top: 10px;
    line-height: 1.2;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .modal-dialog {
    margin: 0 auto;
  }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .step__item:nth-last-child(1),
  .step__item:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  textarea {
    overflow: auto;
  }

  li {
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  }
}
@supports (-webkit-appearance:none){
.step__item-top:after{background:url(../images/step-after.webp) center/contain no-repeat}
}

 @media (min-width: 768px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 992px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 1200px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 1700px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 1400px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 1199px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 991px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 767px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 575px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 991px) and (min-width: 768px) and (max-width: 991px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){

@supports (-webkit-appearance:none){

}

}
