@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 {
  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 {
  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] {
  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 {
  box-sizing: border-box;
  font-size: 16px;
}

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

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

s {
  color: #dd1922;
}

/* Убираем внешние отступы */
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;
}

/* стилизация элементов формы */
body {
  min-width: 320px;
  width: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #000000;
  background: #ffffff;
}

.wrapper {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .wrapper {
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding: 0 15px;
    max-width: 380px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.main__link {
  color: #fff623;
  position: relative;
}
.main__link::after {
  position: absolute;
  left: 0;
  content: "";
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #fff623;
  transform: scale(0);
  transition: all 0.3s;
}
.main__link:hover::after {
  transform: scale(1);
}

.btn {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  background: #fee716;
  display: block;
  width: 100%;
  cursor: pointer;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  padding: 18px 0;
}

.header {
  background: #000000;
}
.header .wrapper {
  background: url(../img/header__back.jpg) no-repeat right bottom/contain;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .header .wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    background: none;
  }
}

.header__inner {
  max-width: 720px;
}

.header__title {
  font-weight: normal;
  font-size: 48px;
  line-height: 63px;
  color: #e6752e;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #ffffff;
}
@media (max-width: 991px) {
  .header__title {
    font-weight: normal;
    font-size: 32px;
    line-height: 42px;
    color: #e6752e;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-align: center;
  }
}

.header__promo-text {
  font-weight: 900;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .header__promo-text {
    font-weight: 900;
    font-size: 28px;
    line-height: 33px;
    color: #ffffff;
  }
}

.header__text {
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
  color: #ffffff;
  padding-left: 100px;
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .header__text {
    font-size: 20px;
    line-height: 23px;
    padding-left: 70px;
    padding-bottom: 250px;
    background: url(../img/header__back--mobile.jpg) no-repeat center top/contain;
  }
}
.header__text::before {
  position: absolute;
  content: "";
  width: 65px;
  height: 90px;
  background: url(../img/header__icon.png) no-repeat center/contain;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}
@media (max-width: 991px) {
  .header__text::before {
    width: 40px;
    height: 55px;
    top: 0;
    transform: none;
  }
}

.header__product {
  background: url(../img/order__inner-back.svg) no-repeat center/cover, #e6752e;
  padding: 40px;
  position: relative;
}
@media (max-width: 991px) {
  .header__product {
    margin-top: -50px;
    padding: 15px 5px;
  }
}

.header__product-inner {
  max-width: 460px;
}

.header__product-text {
  font-weight: bold;
  font-size: 32px;
  line-height: 37px;
  color: #fee716;
}
@media (max-width: 991px) {
  .header__product-text {
    font-size: 24px;
    line-height: 28px;
  }
}

.header__price-wrapper {
  font-size: 0;
  margin-bottom: 15px;
}

.header__discount,
.header__price-block {
  display: inline-block;
  width: 50%;
  vertical-align: bottom;
}

.header__discount {
  font-weight: bold;
  font-size: 100px;
  letter-spacing: -5px;
  line-height: 100px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .header__discount {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 479px) {
  .header__discount {
    font-size: 60px;
    line-height: 60px;
  }
}

.header__price {
  font-weight: bold;
  font-size: 45px;
  line-height: 65px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .header__price {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .header__price {
    font-size: 25px;
    line-height: 35px;
  }
}
.header__price--old span {
  font-weight: bold;
  font-size: 30px;
  line-height: 48px;
  color: #ffffff;
  -webkit-text-decoration: line-through #ff1b1b;
          text-decoration: line-through #ff1b1b;
}
@media (max-width: 991px) {
  .header__price--old span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .header__price--old span {
    font-size: 18px;
    line-height: 25px;
  }
}

.header__product-img {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
}
@media (max-width: 991px) {
  .header__product-img {
    position: static;
    transform: none;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}

.why {
  background: #000000;
}
.why .wrapper {
  background: url(../img/why__back.jpg) no-repeat left bottom/contain;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .why .wrapper {
    padding-bottom: 350px;
    background: url(../img/why__back--mobile.jpg) no-repeat center bottom/auto 350px;
  }
}

.why__inner {
  max-width: 735px;
  margin-left: auto;
}

.why__title {
  font-weight: 900;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .why__title {
    font-size: 28px;
    line-height: 33px;
  }
}

.why__list-wrapper {
  font-size: 0;
  margin: 0 -10px;
  background: url(../img/why__list-back.png) no-repeat center/400px auto;
}
@media (max-width: 991px) {
  .why__list-wrapper {
    margin: 0;
    background: url(../img/why__list-back.png) no-repeat center top/100% auto;
  }
}

.why__list {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .why__list {
    display: block;
    width: 100%;
  }
}
.why__list li {
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
}
@media (max-width: 991px) {
  .why__list li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.why__list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 25px;
  height: 25px;
  background: url(../img/why__icon.png) no-repeat center/contain;
}

.slider {
  background: #232323;
  padding: 35px 0;
}
.slider .wrapper {
  background: url(../img/slider__back.jpg) no-repeat center/contain;
}

.slider__title {
  font-weight: 900;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .slider__title {
    font-size: 28px;
    line-height: 33px;
  }
}

.slider__list {
  margin-bottom: 25px;
}

.slider__item {
  padding: 0 10px;
}

.slider__item-inner {
  background: #3c3c3c;
}

.slider__item-title {
  background: #E6752E;
  font-weight: bold;
  font-size: 24px;
  line-height: 70px;
  color: #ffffff;
  padding-left: 130px;
}
@media (max-width: 991px) {
  .slider__item-title {
    font-size: 0;
    line-height: 36px;
  }
}

.slider__text-wrapper {
  position: relative;
}

.slider__item-ava {
  position: absolute;
  top: 0;
  left: 15px;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .slider__item-ava {
    width: 50px;
    height: 50px;
  }
}

.slider__item-text {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  padding: 20px;
  padding-left: 130px;
}
@media (max-width: 991px) {
  .slider__item-text {
    padding: 10px;
    padding-top: 35px;
  }
}

.slider__controls {
  font-size: 0;
  margin: 0 auto;
  width: 185px;
}

.slider__control {
  display: inline-block;
  border: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.slider__control--left {
  background: url(../img/entypo_arrow-long-left.png) no-repeat center/contain;
  margin-right: 85px;
}
.slider__control--right {
  background: url(../img/entypo_arrow-long-right.png) no-repeat center/contain;
}

.composition {
  background: #010101;
  padding: 30px 0;
}

.composition__inner {
  position: relative;
}

.composition__product-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 250px;
}
@media (max-width: 991px) {
  .composition__product-img {
    position: static;
    transform: none;
    margin:auto;
    margin-bottom: 15px;
  }
}

.composition__list {
  font-size: 0;
}

.composition__item {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 991px) {
  .composition__item {
    width: 100%;
    display: block;
    padding-top: 50px;
  }
}
.composition__item--right {
  padding-left: 100px;
}
.composition__item--right .composition__item-title {
  padding-left: 100px;
}
@media (max-width: 991px) {
  .composition__item--right .composition__item-title {
    padding: 0;
    text-align: left;
    padding-bottom: 15px;
  }
}
.composition__item--right .composition__item-text {
  padding-left: 100px;
}
@media (max-width: 991px) {
  .composition__item--right .composition__item-text {
    padding: 0;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .composition__item--right {
    padding: 0;
    padding-top: 50px;
    text-align: left;
  }
}
.composition__item--left {
  padding-right: 100px;
}
@media (max-width: 991px) {
  .composition__item--left {
    padding-right: 0;
  }
}
.composition__item--left .composition__item-title {
  text-align: right;
  padding-right: 100px;
}
@media (max-width: 991px) {
  .composition__item--left .composition__item-title {
    text-align: left;
    padding: 0;
    padding-bottom: 15px;
  }
}
.composition__item--left .composition__item-text {
  text-align: right;
  padding-right: 100px;
}
@media (max-width: 991px) {
  .composition__item--left .composition__item-text {
    padding: 0;
    text-align: left;
  }
}

.composition__item-title {
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  height: 85px;
  display: table;
  width: 100%;
}
.composition__item-title span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
@media (max-width: 991px) {
  .composition__item-title span {
    display: block;
    position: static;
  }
}
.composition__item-title span::before {
  position: absolute;
  content: "";
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .composition__item-title span::before {
    transform: none;
    top: -60px;
  }
}
.composition__item-title::after {
  position: absolute;
  content: "";
  bottom: -6px;
  width: 13px;
  height: 13px;
  background: #ffffff;
  border-radius: 50%;
}
.composition__item-title--01 {
  color: #e1e60a;
}
.composition__item-title--01 span::before {
  right: -70px;
  background: url(../img/composition__icon01.svg) no-repeat center;
}
@media (max-width: 991px) {
  .composition__item-title--01 span::before {
    left: 0;
  }
}
.composition__item-title--01::after {
  right: 0;
}
.composition__item-title--02 {
  color: #15a323
}
.composition__item-title--02 span::before {
  background: url(../img/composition__icon02.svg) no-repeat center;
  left: -70px;
}
@media (max-width: 991px) {
  .composition__item-title--02 span::before {
    left: 0;
  }
}
.composition__item-title--02::after {
  left: 0;
}
.composition__item-title--03 {
  color: #e6710a
}
.composition__item-title--03 span::before {
  right: -70px;
  background: url(../img/composition__icon03.svg) no-repeat center;
}
@media (max-width: 991px) {
  .composition__item-title--03 span::before {
    left: 0;
  }
}
.composition__item-title--03::after {
  right: 0;
}
.composition__item-title--04 {
  color: #eb0a0a;
}

.composition__item-title--04 span::before {
  background: url(../img/composition__icon04.svg) no-repeat center;
  left: -70px;
}
@media (max-width: 991px) {
  .composition__item-title--04 span::before {
    left: 0;
  }
}
.composition__item-title--04::after {
  left: 0;
}
.composition__item-title--05 span::before {
  background: url(../img/composition__icon05.svg) no-repeat center;
  right: -70px;
}
.composition__item-title--06 span::before {
  background: url(../img/composition__icon06.svg) no-repeat center;
  left: -70px;
}
.composition__item-title--05 {
  color: #00baf5
}
.composition__item-title--06 {
  color: #f5009c
}
@media (max-width: 991px) {
  .composition__item-title--05 span::before {
    left: 0;
  }
}
.composition__item-title--05::after {
  right: 0;
}
@media (max-width: 991px) {
  .composition__item-title--06 span::before {
    left: 0;
  }
}
.composition__item-title--06::after {
  left: 0;
}
@media (max-width: 991px) {
  .composition__item-title {
    padding: 0;
    display: block;
    height: auto;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 15px;
  }
  .composition__item-title::after {
    left: 0;
  }
}

.composition__item-text {
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
}

.order {
  background: #232323;
  padding-top: 30px;
}

.order__inner {
  font-size: 0;
  display: table;
}
@media (max-width: 991px) {
  .order__inner {
    display: block;
  }
}

.order__column {
  display: inline-block;
  width: 50%;
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 991px) {
  .order__column {
    display: block;
    width: 100%;
  }
}
.order__column--right {
  padding-bottom: 50px;
}
.order__column--left {
  background: url(../img/order__back.jpg) no-repeat left bottom/auto 100%;
}
@media (max-width: 991px) {
  .order__column--left {
    background: url(../img/order__back--mobile.jpg) no-repeat left bottom/contain;
  }
}

.order__column--inner {
  padding: 30px 100px;
  background: url(../img/order__inner-back.svg) no-repeat center/100% auto, #e6752e;
}
@media (max-width: 991px) {
  .order__column--inner {
    padding: 15px 5px;
  }
}

.order__title {
  font-weight: normal;
  font-size: 48px;
  line-height: 63px;
  color: #fee716;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .order__title {
    font-size: 28px;
    line-height: 37px;
  }
}

.order__text {
  font-weight: 900;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .order__text {
    font-size: 28px;
    line-height: 33px;
    padding-bottom: 400px;
  }
}

.order__product {
  position: relative;
}

.order__product__inner {
  padding-left: 130px;
}
@media (max-width: 991px) {
  .order__product__inner {
    font-style: 0;
    padding-left: 0;
  }
}

.order__product-img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 130px;
}
@media (max-width: 991px) {
  .order__product-img {
    position: static;
    transform: none;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}

.order__discount {
  font-weight: bold;
  font-size: 130px;
  line-height: 130px;
  color: #fee716;
}
@media (max-width: 991px) {
  .order__discount {
    font-size: 70px;
    line-height: 105px;
    display: inline-block;
    width: 50%;
    vertical-align: bottom;
  }
}
@media (max-width: 767px) {
  .order__discount {
    letter-spacing: -5px;
    font-size: 65px;
    line-height: 90px;
  }
}

@media (max-width: 991px) {
  .order__price-block {
    display: inline-block;
    width: 50%;
    vertical-align: bottom;
    text-align: right;
  }
}

.order__price {
  font-weight: bold;
  font-size: 55px;
  line-height: 66px;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 991px) {
  .order__price {
    font-size: 35px;
    line-height: 54px;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .order__price {
    font-size: 25px;
    line-height: 45px;
  }
}
.order__price--old span {
  font-weight: bold;
  font-size: 38px;
  line-height: 40px;
  color: #ffffff;
  position: relative;
  -webkit-text-decoration: line-through #ff1b1b;
          text-decoration: line-through #ff1b1b;
}
@media (max-width: 991px) {
  .order__price--old span {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .order__price--old span {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .order__price {
    text-align: left;
  }
}

.form__element {
  display: block;
  width: 100%;
  border: none;
  box-sizing: border-box;
  border: 2px solid #e1e1e1;
  background: #eaeaea;
  border-radius: 5px;
  padding: 12px 0;
  padding-right: 15px;
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  padding-left: 15px;
}
.form__element--wrapper {
  padding: 0;
  border: none;
  position: relative;
}
.form__element--select {
  cursor: pointer;
  z-index: 1;
  white-space: nowrap;
  text-indent: 0.01px;
  background: transparent;
  -webkit-appearance: none;
}

.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;
  right: 0;
  left: 0;
  margin: auto;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #5c5c5c;
}

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

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

.form__btn {
  width: 100%;
  border: none;
}

@media (max-width: 991px) {
  .order__form {
    padding: 10px;
  }
}/*# sourceMappingURL=style.css.map */