﻿@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

/* Указываем box sizing */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
textarea,
select,
button {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

/* Упрощаем работу с изображениями и прочей ерундой*/
embed,
iframe,
img,
object,
video {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.visually-hidden {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
}

/* стилизация элементов формы */
.form__element {
  width: 100%;
  background: #ffffff;
  margin-bottom: 25px;
  border: none;
  height: 50px;
  border-radius: 30px;
  padding-left: 30px;
  max-width: 480px;
  color: rgba(0, 0, 0, 0.6);
}

.form__element--wrapper {
  position: relative;
  color: #3a3a3a;
  padding-left: 0;
}

.form__arrow {
  display: block;
  width: 45px;
  height: 100%;
  background: transparent;
  position: absolute;
  right: 0;
}

.form__arrow::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #3a3a3a;
}

.form__element--select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  text-indent: 0.01px;
  background: transparent;
  text-overflow: "";
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  padding: 10px;
  padding-left: 30px;
}

.form__element--select option {
  background: #ffffff;
}

select::-ms-expand {
  display: none;
}

.form__select::-ms-expand {
  display: none;
}

body {
  min-width: 320px;
  width: 100%;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}

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

.btn {
  background-color: #FFC123;
  background: linear-gradient(185.11deg, rgba(255, 141, 35, 0.5) 19.92%, rgba(255, 193, 35, 0) 79.39%), #FFC123;
  border-radius: 50px;
  display: block;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  padding: 17.5px 0;
  width: 100%;
  max-width: 580px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:hover {
  background-color: red;
  background: linear-gradient(185.11deg, rgba(255, 141, 35, 0.5) 19.92%, rgba(255, 193, 35, 0) 79.39%), red;
}

@media (max-width: 767px) {
  .btn {
    font-size: 18px;
    padding: 9px 15px;
  }
}

.btn svg {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .btn svg {
    width: 28px;
    height: 28px;
  }
}

.link {
  color: red;
  display: inline-block;
}

.link::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: red;
  -webkit-transform: translateY(-6px) scale(0);
          transform: translateY(-6px) scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.link:hover::after {
  -webkit-transform: translateY(-6px) scale(1);
          transform: translateY(-6px) scale(1);
}

.header {
  background: #1b1b1b;
  color: #ffffff;
  font-family: "Lora", sans-serif;
}

.header__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 105px;
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  .header__title {
    font-size: 24px;
    line-height: 80px;
    margin: 0 -20px;
  }
}

.header__title span {
  max-width: 260px;
  margin: 0 auto;
  background: #1b1b1b;
  position: relative;
  z-index: 5;
  display: block;
}

@media (max-width: 767px) {
  .header__title span {
    max-width: 150px;
  }
}

.header__title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 0;
}

.form__price-block {
  margin-bottom: 15px;
}

.promo {
  background-color: #1b1b1b;
  color: #ffffff;
  padding-bottom: 15px;
}

.promo .wrapper {
  padding-top: 80px;
  padding-bottom: 125px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .promo .wrapper {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .promo .wrapper {
    padding-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .promo .wrapper {
    padding-top: 20px;
  }
}

.promo__back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url("promo__back2.png") no-repeat right 390px center, url("promo__dots.png") no-repeat right 75px bottom, url("promo__back1.gif") no-repeat right center;
  z-index: 0;
}

@media (max-width: 767px) {
  .promo__back {
    background: url("promo__back2.png") no-repeat right 390px center, url("promo__dots.png") no-repeat right 90px bottom, -webkit-gradient(linear, left bottom, left top, color-stop(80%, rgba(0, 0, 0, 0.3)), to(white)), url("promo__back1.gif") no-repeat right center;
    background: url("promo__back2.png") no-repeat right 390px center, url("promo__dots.png") no-repeat right 90px bottom, linear-gradient(0deg, rgba(0, 0, 0, 0.3) 80%, white 100%), url("promo__back1.gif") no-repeat right center;
  }
}

@media (max-width: 479px) {
  .promo__back {
    background: url("promo__back--mobile.gif") no-repeat center top/cover;
    bottom: auto;
    height: 350px;
  }
}

.promo__title {
  font-weight: bold;
  font-size: 64px;
  line-height: 75px;
  text-shadow: 2px 2px 0 #ffc123;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .promo__title {
    font-size: 50px;
    line-height: 75px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .promo__title {
    font-size: 34px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 5px;
  }
}

.promo__list {
  font-size: 28px;
  line-height: 45px;
}

@media (max-width: 991px) {
  .promo__list {
    font-size: 28px;
    line-height: 30px;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .promo__list {
    max-width: 80%;
  }
}

@media (max-width: 479px) {
  .promo__list {
    font-size: 20px;
    line-height: 26px;
    max-width: none;
  }
}

.promo__list li {
  max-width: 540px;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 479px) {
  .promo__list li {
    padding-left: 50px;
  }
}

.promo__list li::after {
  position: absolute;
  content: "";
  width: 55px;
  height: 41px;
  right: -40px;
  top: 5px;
  background: url("header_arrow.svg") no-repeat center/contain;
}

@media (max-width: 479px) {
  .promo__list li::after {
    width: 26px;
    height: 24px;
    left: 0;
    top: 5px;
  }
}

.promo__img {
  position: absolute;
  z-index: 5;
  right: 0;
}

@media (max-width: 767px) {
  .promo__img {
    position: relative;
    width: 170px;
    margin-left: 10px;
  }
}

@media (max-width: 479px) {
  .promo__img {
    margin-bottom: 75px;
    margin-left: -80px;
    margin-bottom: -40px;
  }
}

.promo__btn {
  position: relative;
  z-index: 2;
}

@media (max-width: 479px) {
  .promo__btn {
    max-width: none;
  }
}

.advantages {
  background: #e3e3e3;
  padding-top: 70px;
  padding-bottom: 80px;
  color: #000000;
}

@media (max-width: 991px) {
  .advantages {
    padding: 30px 0;
  }
}

.advantages__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .advantages__title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}

.advantages__list {
  font-size: 0;
}

@media (max-width: 991px) {
  .advantages__list {
    max-width: 450px;
    margin: 0 auto;
  }
}

.advantages__item {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-right: 2%;
}

@media (max-width: 991px) {
  .advantages__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.advantages__item:last-of-type {
  margin-right: 0;
}

.advantages__item:nth-child(1) .advantages__txt::before {
  content: "1";
}

.advantages__item:nth-child(2) .advantages__txt::before {
  content: "2";
}

.advantages__item:nth-child(3) .advantages__txt::before {
  content: "3";
}

.advantages__txt {
  min-height: 150px;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  padding-top: 20px;
  display: block;
  background: #ffffff;
  padding-left: 80px;
  border-bottom: 5px solid #FFC123;
  position: relative;
}

@media (max-width: 1080px) {
  .advantages__txt {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 991px) {
  .advantages__txt {
    min-height: auto;
    padding: 15px 0;
    padding-left: 65px;
  }
}

.advantages__txt::before {
  position: absolute;
  font-weight: bold;
  font-size: 68px;
  line-height: 80px;
  left: 20px;
  top: 10px;
}

@media (max-width: 991px) {
  .advantages__txt::before {
    font-size: 35px;
    line-height: 40px;
    left: 20px;
    top: 15px;
  }
}

.advantages__img {
  height: 292px;
  width: 100%;
}

.advantages__img--01 {
  background: url("advantages__01.jpg") no-repeat center/cover;
}

.advantages__img--02 {
  background: url("advantages__02.gif") no-repeat center/cover;
}

.advantages__img--03 {
  background: url("advantages__03.png") no-repeat center/cover;
}

.decision {
  padding: 20px 0;
  color: #000000;
}

.decision .wrapper {
  background: url("decision__back.jpg") no-repeat center/cover;
  min-height: 450px;
  padding-top: 95px;
  padding-bottom: 25px;
  position: relative;
}

@media (max-width: 991px) {
  .decision .wrapper {
    background: none;
    padding-top: 0;
  }
}

.decision__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 -20px;
  margin-bottom: 100px;
}

.decision__title b {
  max-width: 600px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .decision__title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 15px;
  }
}

.decision__title span {
  font-size: 28px;
  line-height: 33px;
  display: block;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .decision__title span {
    font-size: 20px;
    line-height: 23px;
  }
}

.decision__title span b {
  color: red;
}

.decision__btn {
  max-width: 380px;
  margin: 0 auto;
  position: relative;
}

.decision__btn::before {
  position: absolute;
  content: "";
  width: 190px;
  height: 51px;
  left: 50%;
  top: -75px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("decision__arrow.svg") no-repeat center/contain;
}

@media (max-width: 991px) {
  .decision__btn::before {
    content: none;
  }
}

@media (max-width: 991px) {
  .decision__block {
    background: url("decision__back.jpg") no-repeat center/cover;
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

.decision__img {
  position: absolute;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 350px;
}

@media (max-width: 991px) {
  .decision__img {
    position: static;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    margin: 15px auto;
    width: 200px;
  }
}

.howitwork {
  background: #e3e3e3;
  color: #000000;
  padding-top: 60px;
  padding-bottom: 35px;
}

@media (max-width: 991px) {
  .howitwork {
    padding-top: 30px;
  }
}

.howitwork .wrapper {
  position: relative;
}

.howitwork__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .howitwork__title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 30px;
  }
}

.howitwork__list {
  font-size: 0;
}

@media (max-width: 991px) {
  .howitwork__list {
    max-width: 450px;
    margin: 0 auto;
  }
}

.howitwork__item {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-right: 2%;
  min-height: 440px;
  background-color: #181818;
  position: relative;
}

@media (max-width: 991px) {
  .howitwork__item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    min-height: 320px;
  }
}

.howitwork__item:last-of-type {
  margin-right: 0;
}

.howitwork__item::before {
  content: "";
  width: 100%;
  height: 50%;
  background: red;
  position: absolute;
  top: 0;
}

.howitwork__item:nth-child(1)::before {
  background: #181818 url("howitwork__01.jpg") no-repeat center top/cover;
}

.howitwork__item:nth-child(2)::before {
  background: #181818 url("howitwork__02.jpg") no-repeat center top/cover;
  top: auto;
  bottom: 0;
}

@media (max-width: 991px) {
  .howitwork__item:nth-child(2)::before {
    top: 0;
    bottom: auto;
  }
}

.howitwork__item:nth-child(3)::before {
  background: #181818 url("howitwork__03.jpg") no-repeat center top/cover;
}

.howitwork__item p {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  height: 240px;
  display: table;
  max-width: 260px;
  margin: 0 auto;
  margin-top: 240px;
}

@media (max-width: 900px) {
  .howitwork__item p {
    font-size: 20px;
    line-height: 25px;
    height: 140px;
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .howitwork__item p {
    margin-top: 160px;
  }
}

.howitwork__item span {
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
  padding-top: 50px;
  position: relative;
}

.howitwork__item span::before {
  position: absolute;
  content: "";
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: #ffc123;
}

@media (max-width: 900px) {
  .howitwork__item span::before {
    top: 50px;
  }
}

.howitwork__item:nth-child(2) p {
  margin-top: 0;
  margin-bottom: 240px;
}

@media (max-width: 991px) {
  .howitwork__item:nth-child(2) p {
    margin-bottom: 0;
    margin-top: 160px;
  }
}

.howitwork__block {
  margin-top: 20px;
  color: #ffffff;
  padding-top: 80px;
  padding-bottom: 85px;
  padding-left: 80px;
  position: relative;
  background: #181818 url("howitwork__04.jpg") no-repeat right 180px bottom/auto 100%;
}

@media (max-width: 1200px) {
  .howitwork__block {
    padding: 40px 0;
    padding-left: 40px;
    background: #181818 url("howitwork__04.jpg") no-repeat right 160px bottom/500px auto;
  }
}

@media (max-width: 991px) {
  .howitwork__block {
    max-width: 450px;
    margin: 0 auto;
    background: #181818;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.howitwork__subtitle {
  font-weight: bold;
  font-size: 45px;
  line-height: 56px;
  margin-bottom: 25px;
  max-width: 450px;
}

@media (max-width: 1200px) {
  .howitwork__subtitle {
    font-size: 35px;
    line-height: 56px;
    max-width: 300px;
  }
}

@media (max-width: 991px) {
  .howitwork__subtitle {
    max-width: none;
    text-align: center;
    font-size: 28px;
    line-height: 33px;
  }
}

.howitwork__txt {
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 50px;
  max-width: 450px;
  padding-right: 50px;
}

@media (max-width: 1200px) {
  .howitwork__txt {
    font-size: 20px;
    max-width: 280px;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .howitwork__txt {
    max-width: none;
    text-align: center;
    margin-bottom: 230px;
    font-size: 20px;
  }
}

.howitwork__btn {
  max-width: 450px;
}

@media (max-width: 1200px) {
  .howitwork__btn {
    max-width: 400px;
  }
}

@media (max-width: 991px) {
  .howitwork__btn {
    max-width: 320px;
    margin: 0 auto;
    position: relative;
  }
}

@media (max-width: 991px) {
  .howitwork__btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 230px;
    background: #181818 url("howitwork__04.jpg") no-repeat center/auto 100%;
    top: -230px;
    left: 0;
  }
}

.howitwork__img {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 991px) {
  .howitwork__img {
    display: none;
  }
}

.disappointment {
  background: #1B1B1B;
  color: #ffffff;
}

.disappointment .wrapper {
  background: url("disappointment__back.png") no-repeat center/cover;
  padding-top: 75px;
  padding-bottom: 65px;
}

@media (max-width: 991px) {
  .disappointment .wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    background: url("disappointment__back.png") no-repeat center top 150px/auto 250px;
  }
}

.disappointment__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .disappointment__title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}

.disappointment__txt {
  font-weight: 300;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 55px;
}

@media (max-width: 991px) {
  .disappointment__txt {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 185px;
  }
}

.disappointment__list {
  max-width: 480px;
  margin-left: auto;
}

@media (max-width: 991px) {
  .disappointment__list {
    margin: 0 auto;
  }
}

.disappointment__item {
  background: rgba(58, 58, 58, 0.83) url("disappointment__fist.png") no-repeat left 25px center;
  margin-bottom: 10px;
  padding-left: 140px;
  display: table;
}

@media (max-width: 991px) {
  .disappointment__item {
    padding: 10px;
    padding-top: 20px;
    background: rgba(58, 58, 58, 0.83);
  }
}

.disappointment__item p {
  font-weight: 300;
  font-size: 18px;
  line-height: 29px;
  height: 160px;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .disappointment__item p {
    font-size: 18px;
    line-height: 22px;
    height: auto;
    padding: 0;
  }
}

.disappointment__item p span {
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  display: block;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .disappointment__item p span {
    font-size: 20px;
    line-height: 29px;
    position: relative;
    padding-left: 50px;
  }
  .disappointment__item p span::before {
    content: "";
    width: 45px;
    height: 45px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("disappointment__fist.png") no-repeat center/contain;
  }
}

.trynew {
  background: #e3e3e3;
  padding-top: 70px;
  padding-bottom: 35px;
  color: #000000;
}

@media (max-width: 991px) {
  .trynew {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.trynew__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 65px;
}

@media (max-width: 991px) {
  .trynew__title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 35px;
  }
}

.trynew__item {
  width: 100%;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 991px) {
  .trynew__item {
    font-size: 20px;
    line-height: 28px;
    max-width: 650px;
    margin: 0 auto;
  }
}

@media (max-width: 479px) {
  .trynew__item {
    padding-top: 150px;
    margin-bottom: 15px;
  }
}

.trynew__item p {
  max-width: 350px;
  margin: 0 auto;
  display: table;
  height: 320px;
}

@media (max-width: 991px) {
  .trynew__item p {
    height: 250px;
    padding: 0 25px;
  }
}

@media (max-width: 479px) {
  .trynew__item p {
    height: 250px;
  }
}

.trynew__item span {
  vertical-align: middle;
  display: table-cell;
}

.trynew__block {
  width: 50%;
  background: #ffffff;
  position: relative;
}

.trynew__block::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: -96.7%;
  top: 0;
}

@media (max-width: 479px) {
  .trynew__block::after {
    top: -100%;
    right: 0;
  }
}

@media (max-width: 479px) {
  .trynew__block {
    width: 100%;
  }
}

.trynew__block--01::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  border-style: solid;
  border-width: 320px 80px 0 0;
  border-color: #e3e3e3 transparent transparent transparent;
}

@media (max-width: 991px) {
  .trynew__block--01::before {
    content: none;
  }
}

.trynew__block--01::after {
  background: url("trynew__01.jpg") no-repeat right center/auto 100%;
}

@media (max-width: 991px) {
  .trynew__block--01::after {
    background: url("trynew__01.jpg") no-repeat center/auto 100%;
  }
}

@media (max-width: 479px) {
  .trynew__block--01::after {
    background: url("trynew__01.jpg") no-repeat center/130% auto;
  }
}

.trynew__block--02 {
  margin-left: auto;
}

.trynew__block--02::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  border-style: solid;
  border-width: 0 80px 320px 0;
  border-color: transparent #e3e3e3 transparent transparent;
}

@media (max-width: 991px) {
  .trynew__block--02::before {
    content: none;
  }
}

.trynew__block--02::after {

  right: auto;
  left: -96.6%;
  background: url("trynew__02.gif") no-repeat left center/auto 100%;
}

@media (max-width: 991px) {
  .trynew__block--02::after {
    background: url("trynew__02.gif") no-repeat center top/auto 100%;
  }
}

@media (max-width: 479px) {
  .trynew__block--02::after {
    top: -100%;
    right: 0;
    left: auto;
    background: url("trynew__02.gif") no-repeat center top/130% auto;
  }
}

.trynew__block--03::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  border-style: solid;
  border-width: 320px 80px 0 0;
  border-color: #e3e3e3 transparent transparent transparent;
}

@media (max-width: 991px) {
  .trynew__block--03::before {
    content: none;
  }
}

.trynew__block--03::after {
  background: url("trynew__03.png") no-repeat right center/auto 100%;
}

@media (max-width: 991px) {
  .trynew__block--03::after {
    background: url("trynew__03.png") no-repeat center/auto 100%;
  }
}

@media (max-width: 991px) and (max-width: 479px) {
  .trynew__block--03::after {
    background: url("trynew__03.png") no-repeat center top/130% auto;
  }
}

.order {
  background-color: #1B1B1B;
  color: #ffffff;
  position: relative;
}

@media (max-width: 991px) {
  .order {
    background: none;
    background-color: #1B1B1B;
  }
}

.order .wrapper {
  position: relative;
}

@media (max-width: 767px) {
  .order .wrapper {
    padding: 0 10px;
  }
}

.order__column {
  width: 50%;
  margin-left: auto;
  padding-top: 70px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .order__column {
    width: 100%;
    padding-top: 30px;
  }
}

.order__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 25px;
  position: relative;
  z-index: 5;
}

@media (max-width: 991px) {
  .order__title {
    text-align: center;
    font-size: 36px;
    line-height: 44px;
  }
}

.order__text {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 70px;
  position: relative;
  z-index: 5;
}

@media (max-width: 991px) {
  .order__text {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.order__form {
  background: rgba(53, 53, 53, 0.85);
  padding: 45px 85px;
  position: relative;
}

@media (max-width: 991px) {
  .order__form {
    max-width: 650px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .order__form {
    padding: 10px;
  }
}

.order__form::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: -100%;
  bottom: 0;
  background: url("order__dots.png") no-repeat center bottom/cover;
  z-index: 0;
}

@media (max-width: 991px) {
  .order__form::before {
    content: none;
  }
}

.form__text {
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  color: #E60000;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .form__text {
    font-size: 30px;
    line-height: 50px;
  }
}

.form__element {
  margin: 0 auto;
  margin-bottom: 15px;
  display: block;
}

.form__btn {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  border: none;
}

.order__img {
  position: absolute;
  left: 350px;
  bottom: 120px;
  z-index: 5;
  width: 350px;
}

@media (max-width: 991px) {
  .order__img {
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 5;
  }
}

@media (max-width: 479px) {
  .order__img {
    width: 150px;
    bottom: 60px;
  }
}

.order__back {
  position: absolute;
  left: -350px;
  top: 0;
  bottom: 0;
  width: 100%;
  background: url("order__back.jpg") no-repeat center/auto 100%;
}

@media (max-width: 991px) {
  .order__back {
    position: static;
    width: 100%;
    left: -350px;
    bottom: auto;
    margin: 0 auto;
    height: 370px;
    background: url("order__dots--mobile.png") no-repeat right -350px bottom 20px/260px auto, url("order__back--mobile.jpg") no-repeat right 80px bottom/auto 100%;
  }
}

@media (max-width: 767px) {
  .order__back {
    background: url("order__dots--mobile.png") no-repeat right 40px bottom 20px/260px auto, url("order__back--mobile.jgp") no-repeat right -50px bottom/auto 100%;
    width: auto;
    margin: 0 -10px;
  }
}

@media (max-width: 479px) {
  .order__back {
    background: url("order__dots--mobile.png") no-repeat right -30px bottom 20px/260px auto, url("order__back--mobile.jpg") no-repeat right -25px bottom/auto 100%;
    width: auto;
  }
}

@media (max-width: 991px) {
  .order__img-wrapper {
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
  }
}

.price {
  display: inline-block;
  width: 49%;
  text-align: center;
  font-size: 25px;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .price {
    display: block;
    width: 100%;
  }
}

.price--old {
  text-decoration: line-through;
}

.price--new {
  color: red;
  font-size: 30px;
}
/*# sourceMappingURL=style.css.map */