body {
  font-family: 'SFProDisplay';
  font-weight: 400;
  color: #272727;
}

h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #1C1C1C;
  margin-bottom: 34px;
}

h2 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #1C1C1C;
}

a {
  color: #1C1C1C;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

a:hover {
  text-decoration: none;
}

b {
  font-weight: 700;
}

ol,
ul,
dl {
  margin-bottom: 0;
}

button {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  max-width: 350px;
  width: 100%;
  background: #ffde00;
  border-radius: 35px;
  border: none;
  padding: 6px 15px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-box-shadow: 0 4px 0px #e2c60a;
          box-shadow: 0 4px 0px #e2c60a;
}

button:hover {
  background: #ffec6e;
}

button:focus {
  outline: none;
}

svg {
  width: 15px;
  height: 15px;
}

.modal-open .header {
  padding-right: 17px;
}

.modal-open .menu {
  padding-right: 17px;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 15px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
}

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

.logo__img {
  margin-right: 15px;
}

.logo__img img {
  width: 60px;
}

.logo__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.logo__descr {
  font-size: 12px;
  font-weight: 300;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.menu {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu__link {
  font-size: 14px;
  padding: 0 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.menu__link:hover {
  color: #f50f2f;
}

.devider {
  display: none;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.contacts__phone {
  font-size: 24px;
  margin-right: 40px;
}

.contacts__button {
  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;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffde00;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.contacts__button:hover {
  background: #ffec6e;
}

.contacts__button svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}

.burger {
  display: none;
}

.yellow {
  color: #ffde00;
}

.wrapper {
  overflow: hidden;
  margin-top: 100px;
}

.main {
  position: relative;
  padding-top: 60px;
  padding-bottom: 90px;
}

.main .blur {
  left: -10%;
}

.main .main__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main__col:last-child {
  padding-top: 60px;
}

.main__content .form {
  display: none;
}

.main__info {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.main__info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main__info ul li {
  margin-right: 10px;
}

.main__info-item {
  display: table;
  padding: 15px 23px;
  margin-bottom: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#ff0036), to(#ff9600));
  background: -o-linear-gradient(left, #ff0036 0%, #ff9600 100%);
  background: linear-gradient(90deg, #ff0036 0%, #ff9600 100%);
  border-radius: 30px;
}

.price-list {
  position: relative;
  z-index: 1;
}

.price-list__header {
  padding: 30px 0;
  margin: 0 3px;
  margin-bottom: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 0 0;
}

.price-list__content {
  position: relative;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
}

.price-list__title {
  font-size: 18px;
  font-weight: 700;
  color: #f50f2f;
  padding: 30px 0;
  padding-bottom: 0;
  text-align: center;
}

.price-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #d1d1d1;
  padding: 30px 60px;
  opacity: 1;
  transition: .5s;
}

.price-list__item:last-child {
  border-bottom: 0;
}

.price-list__item--hide {
    display: none;
  opacity: 0;
  transition: .5s;
}

.price-list__item--active {
  display: -webkit-box;
  display: -ms-flexbox;
  opacity: 1;
  -webkit-animation: show .5s linear;
          animation: show .5s linear;
    transition: .5s;
}

.price-list__item-text {
  max-width: 88%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 88%;
          flex: 0 0 88%;
}

.price-list__item-breaking {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.price-list__item-cause {
  font-size: 15px;
  font-weight: 500;
}

.price-list__item-descr {
  font-size: 15px;
  line-height: 1.3;
  color: #5e5e5e;
  margin-bottom: 0;
}

.price-list__item-price {
  font-size: 18px;
  font-weight: 600;
  color: #f50f2f;
}

.price-list__nav {
  position: relative;
  background: #fff;
  margin: 0 3px;
  height: 70px;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

.price-list__btn {
  position: absolute;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  height: 100%;
}

.price-list__btn:hover {
  color: #f50f2f;
}

.price-list__btn--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

.difference {
  padding-top: 50px;
}

.difference__content {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 15px;
  height: 100%;
}

.difference__list {
  margin-bottom: 15px;
}

.difference__item {
  position: relative;
  line-height: 1.3;
  padding-left: 20px;
}

.difference__item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 9px;
  height: 9px;
  background: #c14c22;
  border-radius: 50%;
}

.difference__item-title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.difference__item-text {
  font-size: 14px;
  color: #aaaaaa;
}

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

.difference__callback::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c14c22;
}

.difference__callback-title {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #c14c22;
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.difference__callback-title::before {
  content: "*";
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.difference__callback-btn {
  width: 249px;
  background: #fff;
  padding-left: 15px;
}

.difference__callback-btn button {
  position: relative;
}

.difference__callback-btn button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.unite-block {
  position: relative;
  overflow: hidden;
}

.blur {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: #f1e5fe;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  top: 40%;
  right: -10%;
}

.instructions {
  padding-top: 70px;
}

.instructions__container {
  padding: 68px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.instructions__img {
  position: absolute;
  right: 0;
  bottom: -68px;
}

.instructions__header {
  text-align: left;
  margin-bottom: 23px;
}

.instructions__text {
  font-size: 15px;
  line-height: 1.4;
  color: #aaaaaa;
  margin-bottom: 0;
}

.steps {
  padding-top: 110px;
}

.steps__header {
  font-weight: 500;
  color: #5189c6;
  margin-bottom: 30px;
}

.steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

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

.steps__icon-box {
  position: relative;
  margin-right: 17px;
}

.steps__icon-box img {
  position: relative;
  width: 50px;
  height: 55px;
  z-index: 1;
}

.steps .number {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
  color: #f0f0f0;
}

.steps__text {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  color: #000;
}

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

.steps__callback-text {
  font-size: 14px;
  margin-bottom: 20px;
}

.steps .difference__callback-btn {
  width: 280px;
}

.brands {
  overflow: hidden;
}

.brands__header {
  padding-top: 90px;
  margin-bottom: 30px;
}

.swiper-container {
  padding-bottom: 110px;
}

.swiper-slide {
  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: 10px;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 115px;
  padding: 30px;
}

.swiper-slide img {
  width: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.order {
  margin-bottom: 90px;
}

.order__col {
  position: relative;
}

.order__col:nth-child(1) {
  max-width: 26%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
  padding-right: 0;
}

.order__col:nth-child(2) {
  max-width: 74%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 74%;
          flex: 0 0 74%;
  padding-left: 0;
}

.order__content {
  overflow: hidden;
  border-radius: 10px;
}

.order__col-inner {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.order .form {
  border-radius: 0;
}

.order__img {
  position: absolute;
  top: -25%;
  left: 0;
}

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

.order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}

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

.order__item:nth-child(1) {
  margin-left: 20%;
}

.order__item:nth-child(2) {
  margin-left: -27%;
}

.order__item:nth-child(3) {
  margin-left: 20%;
}

.order__item-icon {
  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;
  width: 64px;
  height: 64px;
  margin-right: 15px;
  background: #ffb400;
  border-radius: 50%;
}

.order__item-icon svg {
  width: 25px;
  height: 19px;
  fill: #fff;
}

.call {
  margin-bottom: 90px;
}

.call__content {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
}

.call__col {
  position: relative;
}

.call__col:first-child .call__col-inner {
  padding-left: 65px;
}

.call__col-inner {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.call__title {
  text-align: left;
  margin-bottom: 0;
}

.call__sub-title {
  text-align: left;
  color: #f50f2f;
  margin-bottom: 35px;
}

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

.call__phone svg {
  width: 29px;
  height: 29px;
  fill: #568ecc;
  margin-right: 15px;
}

.call__phone a {
  font-size: 24px;
  color: #000;
}

.call__devider {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #d1d1d1;
}

.call .form {
  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;
  max-width: 380px;
  border-radius: 0;
  padding: 35px 45px;
}

.call .input-box,
.call .form__button {
  max-width: 250px;
}

.footer {
  position: relative;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
}

.modal {
  padding: 15px;
}

.modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 500px;
  width: 100%;
  padding: 50px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#ff0036), to(#ff9600));
  background: -o-linear-gradient(left, #ff0036 0%, #ff9600 100%);
  background: linear-gradient(90deg, #ff0036 0%, #ff9600 100%);
  border: 0;
  border-radius: 10px;
}

.modal-content form {
  background: none;
  margin: 0 auto;
}

.modal-content form button {
  margin-top: 30px;
}

.modal-header {
  border: 0;
}

.modal-title {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.modal-close svg {
  position: absolute;
  margin-right: 0;
}

.thanks-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.thanks-overlay-active {
  visibility: visible;
  opacity: 1;
}

.thanks-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 500px;
  width: 100%;
  padding: 50px;
  margin: 0 auto;
  margin-bottom: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#ff0036), to(#ff9600));
  background: -o-linear-gradient(left, #ff0036 0%, #ff9600 100%);
  background: linear-gradient(90deg, #ff0036 0%, #ff9600 100%);
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.thanks-title {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 30px;
}

.thanks-text {
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.close svg {
  position: absolute;
  margin-right: 0;
}

.thanks-button {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 25px;
  margin: 0 auto;
}

.form {
  text-align: center;
  color: #fff;
  max-width: 293px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ff0036), to(#ff9600));
  background: -o-linear-gradient(left, #ff0036 0%, #ff9600 100%);
  background: linear-gradient(90deg, #ff0036 0%, #ff9600 100%);
  padding: 22px;
  padding-bottom: 30px;
  padding-top: 35px;
  margin-left: auto;
  border-radius: 10px;
}

.form__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 25px;
}

.form__list {
  margin-bottom: 20px;
}

.form__item {
  font-size: 14px;
  margin-bottom: 3px;
}

.form__button {
  margin-top: 25px;
}

.input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  padding: 8px 15px;
  border-bottom: 1px solid #fff;
}

input {
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
  text-align: center;
}

input::-webkit-input-placeholder {
  color: #fff;
}

input::-moz-placeholder {
  color: #fff;
}

input:-ms-input-placeholder {
  color: #fff;
}

input::-ms-input-placeholder {
  color: #fff;
}

input::placeholder {
  color: #fff;
}

.form-warning {
  font-size: 12px;
  margin-top: 15px;
}

@media (max-width: 1200px) {
  .main .main__bg {
    width: 590px;
  }

  .difference__col:nth-child(1) {
    max-width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }

  .difference__col:nth-child(2) {
    max-width: 70%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }

  .instructions__img {
    width: 100%;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }

  .order__col:nth-child(1) {
    max-width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }

  .order__col:nth-child(2) {
    max-width: 70%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}

@media (max-width: 992px) {
  .header {
    background: #fff;
    -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  }

  .header__inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }

  .burger {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .burger span {
    display: block;
    position: relative;
    width: 30px;
    height: 4px;
    margin-left: auto;
    margin-bottom: 7px;
    background: #000;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }

  .burger span:nth-child(2) {
    width: 20px;
    margin-left: auto;
  }

  .burger span:last-child {
    margin-bottom: 0;
  }

  .burger .span-1--active {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 11px;
  }

  .burger .span-2--active {
    opacity: 0;
  }

  .burger .span-3--active {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -11px;
  }

  .nav {
    position: absolute;
    display: block;
    top: 100px;
    left: 0;
    height: 0;
    padding-top: 0;
    background: #ffde00;
    overflow: hidden;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }

  .nav--active {
    height: 100vh;
    padding-top: 10%;
  }

  .menu {
    position: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
  }

  .menu__item {
    padding: 15px 0;
  }

  .menu__link {
    font-size: 20px;
    font-weight: 500;
  }

  .devider {
    display: block;
    width: 50px;
    height: 2px;
    margin: 0 auto;
    background-color: #00000029;
  }

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

  .contacts__phone {
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .contacts__button {
    background: -webkit-gradient(linear, left top, right top, from(#ff0036), to(#ff9600));
    background: -o-linear-gradient(left, #ff0036 0%, #ff9600 100%);
    background: linear-gradient(90deg, #ff0036 0%, #ff9600 100%);
  }

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

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

  .main__content .form {
    display: block;
  }

  .main__info {
    display: block;
  }

  .main__info-item {
    margin-right: 10px;
  }

  .main__info ul {
    display: block;
  }

  .main__col:last-child {
    display: none;
  }

  .main .main__bg {
    opacity: .1;
  }

  .price-list__item {
    padding: 30px;
  }

  .price-list__item-text {
    max-width: 80%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }

  .difference__col:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }

  .difference__col:nth-child(2) {
    max-width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }

  .difference__callback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 15px;
  }

  .difference__callback::before {
    top: 0;
  }

  .difference__callback-title {
    margin-bottom: 10px;
  }

  .instructions__container {
    background: -webkit-gradient(linear, left top, right top, from(#ff0036), to(#ff9600));
    background: -o-linear-gradient(left, #ff0036 0%, #ff9600 100%);
    background: linear-gradient(90deg, #ff0036 0%, #ff9600 100%);
  }

  .instructions__col:nth-child(2) {
    display: none;
  }

  .instructions__header {
    color: #fff;
  }

  .instructions__text {
    color: #fff;
  }

  .steps {
    position: relative;
    z-index: 1;
  }

  .steps__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

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

  .steps__item:nth-child(3),
  .steps__item:nth-child(4) {
    margin-bottom: 0;
  }

  .difference__callback-btn {
    background: none;
  }

  .order__col:nth-child(1) {
    max-width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }

  .order__col:nth-child(2) {
    max-width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }

  .order__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px;
  }

  .order__item:nth-child(1),
  .order__item:nth-child(2),
  .order__item:nth-child(3) {
    margin-left: 0;
  }

  .call__col {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .call__col:nth-child(2) {
    display: none;
  }

  .footer__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .footer .logo,
  .footer .contacts {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .footer .contacts {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .footer .contacts__phone {
    margin-right: 15px;
  }

  .footer .contacts__button {
    background: #ffde00;
  }

  .footer .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .footer .devider {
    display: none;
  }
}

@media (max-width: 768px) {
  .nav {
    top: 90px;
  }

  .wrapper {
    margin-top: 90px;
  }

  .container {
    max-width: 320px;
  }

  h1 {
    font-size: 22px;
  }

  h1 br {
    display: none;
  }

  .main__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 72px;
    border-radius: 50px;
  }

  .main__info ul li {
    display: block;
  }

  .main .main__bg {
    display: none;
  }

  h2 {
    font-size: 20px;
    text-align: left;
  }

  .price-list__header {
    padding: 15px;
  }

  .price-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }

  .price-list__item-text {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 15px;
    text-align: left;
  }

  .price-list__title {
    text-align: left;
    padding: 15px;
  }

  .difference__col:nth-child(1) {
    display: none;
  }

  .difference__col:nth-child(2) {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .difference__content {
    background: #f0f8ff;
    border-radius: 10px;
    padding: 15px;
  }

  .difference__callback-title {
    font-size: 15px;
    background: none;
  }

  .instructions__container {
    padding: 15px;
  }

  .steps {
    padding-top: 60px;
  }

  .steps__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

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

  .steps__item-inner {
    width: 100%;
  }

  .blur {
    display: none;
  }

  .swiper-container {
    max-width: 320px;
    overflow: initial;
  }

  .swiper-slide {
    padding: 20px;
    height: 70px;
  }

  .order__col:nth-child(1),
  .order__col:nth-child(2) {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 15px;
  }

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

  .order {
    margin-bottom: 60px;
  }

  .order__col-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 10px;
  }

  .order__list {
    max-width: 100%;
  }

  .order__item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .order__item-icon {
    width: 40px;
    height: 40px;
  }

  .order__item-text {
    max-width: 81%;
    color: #000;
  }

  .order__item-text br {
    display: none;
  }

  .order__img {
    display: none;
  }

  .order__col:nth-child(2) .order__col-inner {
    background: #f0f8ff;
  }

  .order .form {
    border-radius: 10px;
  }

  .order__item-icon {
    width: 30px;
    height: 30px;
  }

  .order__item-icon svg {
    width: 20px;
    height: 14px;
  }

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

  .call__col:first-child .call__col-inner {
    padding: 15px;
  }

  .call__title,
  .call__sub-title {
    text-align: center;
  }

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

  .footer .contacts,
  .footer .logo {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .logo__img img {
    width: 50px;
  }

  .footer .contacts {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .contacts__button {
    width: 50px;
    height: 50px;
  }

  .footer .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer .menu__item {
    padding: 5px 0;
  }

  .modal-content {
    max-width: 320px;
    padding: 50px 20px;
  }

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

  .thanks-mesage {
    max-width: 320px;
    padding: 50px 25px;
  }

  .thanks {
    font-size: 24px;
  }

  .call {
    line-height: 1.3;
  }

  .thanks-mesage button {
    height: 50px;
  }

  .thanks-close {
    top: 5px;
    right: 5px;
    background: 0 0;
  }

  .thanks-close svg {
    width: 15px;
    height: 15px;
  }
}