@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
p {
  margin: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  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%;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  background: #fff;
  color: #000;
  direction: rtl;
}

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

@media (max-width: 767px) {
  .wrapper {
    max-width: 410px;
  }
}

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

.header {
  background: url(../images/header__back.jpg) no-repeat center/cover;
  padding: 110px 0;
}

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

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

.header .wrapper {
  font-size: 0;
}

@media (max-width: 767px) {
  .header .wrapper {
    background: #242424;
    width: 100%;
    padding: 0;
    max-width: none;
  }
}

.header__title-back {
  display: inline-block;
  width: calc(100% - 380px);
  vertical-align: top;
  padding-left: 100px;
}

@media (max-width: 991px) {
  .header__title-back {
    width: calc(100% - 300px);
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .header__title-back {
    display: block;
    width: 100%;
    background: url(../images/header__back.jpg) no-repeat center/cover;
    padding: 50px 30px 150px 30px;
  }
}

@media (max-width: 479px) {
  .header__title-back {
    padding: 30px 10px 150px 10px;
  }
}

.header__title {
  font-weight: 900;
  font-size: 62px;
  line-height: 62px;
  color: #fff;
}

@media (max-width: 991px) {
  .header__title {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .header__title {
    font-size: 32px;
    line-height: 34px;
    max-width: 410px;
    margin: 0 auto;
  }
}

.header__subtitle {
  font-weight: 900;
  font-size: 62px;
  line-height: 52px;
  color: #faff0e;
  display: block;
  margin-top: 25px;
}

@media (max-width: 991px) {
  .header__subtitle {
    font-size: 35px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .header__subtitle {
    font-size: 32px;
    line-height: 34px;
  }
}

.header__product {
  display: inline-block;
  vertical-align: top;
}

.product {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  padding: 30px 20px;
  max-width: 380px;
  width: 100%;
}

@media (max-width: 991px) {
  .product {
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .product {
    max-width: none;
    margin: 0 auto;
    display: block;
    max-width: 450px;
    background: 0 0;
    margin-top: -150px;
  }
}

@media (max-width: 479px) {
  .product {
    margin-top: -120px;
  }
}

.product__img {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 15px;
}

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

.product__price-block {
  font-size: 0;
  margin-bottom: 15px;
}

.product__price {
  font-weight: 300;
  font-size: 45px;
  line-height: 62px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 991px) {
  .product__price {
    width: 100%;
  }
}

.product__price--old span {
  position: relative;
  font-weight: 400;
  font-size: 35px;
}

.product__price--old span::after {
  position: absolute;
  content: "";
  width: 100%;
  top: 50%;
  right: 0;
  height: 4px;
  background: #ff1f1f;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn {
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  background: #ff5810;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff900e),
    to(#ff5810)
  );
  background: linear-gradient(-180deg, #ff900e 0, #ff5810 100%);
  border-radius: 10px;
  display: block;
  font-weight: 900;
  font-size: 22px;
  line-height: 62px;
  text-align: center;
  color: #fff;
  padding: 4px 0;
  cursor: pointer;
}

.main__title {
  font-weight: 900;
  font-size: 42px;
  line-height: 62px;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .main__title {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}

.info {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .info {
    padding: 25px 0;
  }
}

.info__list {
  font-size: 0;
  display: table;
  margin: 0 -10px;
}

@media (max-width: 767px) {
  .info__list {
    display: block;
    margin: 0;
  }
}

.info__item {
  display: table-cell;
  width: 33.33%;
  padding: 0 10px;
  height: 450px;
}

@media (max-width: 767px) {
  .info__item {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding: 0;
  }
}

.info__item-inner {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 150px 10px 20px;
}

.info__item-inner--01 {
  background: url(../images/info__icon01.png) no-repeat center top 30px, #efefef;
}

.info__item-inner--02 {
  background: url(../images/info__icon02.png) no-repeat center top 30px, #efefef;
}

.info__item-inner--03 {
  background: url(../images/info__icon03.png) no-repeat center top 30px, #efefef;
}

.info__item-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #000;
}

@media (max-width: 991px) {
  .info__item-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }
}

.info__item-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  color: #000;
}

@media (max-width: 991px) {
  .info__item-text {
    font-size: 20px;
    line-height: 25px;
  }
}

.disappointment {
  background: #f3ede3;
  padding: 30px 0;
}

.disappointment__columns {
  font-size: 0;
  display: table;
}

.disappointment__column {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}

.disappointment__title {
  font-weight: 900;
  font-size: 42px;
  line-height: 52px;
  color: #000;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .disappointment__title {
    font-size: 28px;
    line-height: 34px;
  }
}

.disappointment__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #000;
}

@media (max-width: 767px) {
  .disappointment__text {
    font-size: 18px;
    line-height: 28px;
  }
}

.disappointment__img--desktop {
  float: left;
  width: 50%;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .disappointment__img--desktop {
    display: none;
  }
}

.disappointment__img--mobile {
  display: none;
}

@media (max-width: 767px) {
  .disappointment__img--mobile {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}

.promo {
  position: relative;
}

.promo--02 .promo__column--left {
  background: url(../images/promo__img02.jpg) no-repeat left center/cover;
}

.promo--02 .promo__column--right {
  background: #ebf3e3;
  color: #000;
}

@media (max-width: 767px) {
  .promo--02 .promo__back-wrapper {
    background: url(../images/promo__img02.jpg) no-repeat right center/cover;
  }
}

.promo__columns {
  font-size: 0;
  display: table;
  width: 100%;
}

.promo__column {
  display: table-cell;
  width: 50%;
}

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

.promo__column--left {
  background: url(../images/promo__img01.jpg) no-repeat left center/cover;
}

.promo__column--right {
  background: #242424;
  padding: 70px 120px 70px 0;
  color: #fff;
}

@media (max-width: 991px) {
  .promo__column--right {
    padding: 70px 80px 70px 0;
  }
}

@media (max-width: 767px) {
  .promo__column--right {
    padding: 20px 0;
  }
}

.promo__product {
  max-width: 340px;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .promo__product {
    max-width: 100%;
    padding: 0;
  }
}

.promo__wrapper {
  max-width: 320px;
  margin: 0 auto;
  padding: 0 10px;
}

.promo__img {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 151px;
}

@media (max-width: 991px) {
  .promo__img {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .promo__img {
    position: static;
    right: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

.promo__title {
  font-weight: 900;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .promo__title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .promo__title {
    text-align: center;
  }
}

.promo__price-block {
  font-size: 0;
  margin-bottom: 15px;
}

.promo__price {
  font-weight: 300;
  font-size: 45px;
  line-height: 62px;
  text-align: center;
  font-weight: bolder;
}

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

@media (max-width: 767px) {
  .promo__price {
    text-align: center;
  }
}

.promo__price--old {
  font-weight: 400;
  font-size: 40px;
}

@media (max-width: 991px) {
  .promo__price--old {
    font-size: 25px;
  }
}

.promo__price--old span {
  position: relative;
}

.promo__price--old span::after {
  position: absolute;
  content: "";
  width: 120%;
  top: 50%;
  right: -10%;
  height: 4px;
  background: #ff1f1f;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .promo__back-wrapper {
    min-height: 250px;
    background: url(../images/promo__img01.jpg) no-repeat left center/cover;
    margin-bottom: -90px;
  }
}

@media (max-width: 479px) {
  .promo__back-wrapper {
    min-height: 150px;
  }
}

.order__back-wrapper {
  display: none;
}

@media (max-width: 767px) {
  .order__back-wrapper {
    display: block;
    min-height: 250px;
    background: url(../images/order__back.jpg) no-repeat center/cover;
  }
}

@media (max-width: 767px) {
  .order__back-wrapper {
    min-height: 150px;
  }
}

.how {
  padding: 70px 0;
}

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

.how__title {
  margin-bottom: 25px;
}

.how__item {
  border-radius: 10px;
  font-size: 0;
  display: table;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  min-height: 228px;
}

@media (max-width: 767px) {
  .how__item {
    display: block;
    min-height: auto;
    margin-bottom: 15px;
    padding-top: 140px;
  }
}

.how__item--01 .how__column--img {
  background: url(../images/how__img01.jpg) no-repeat center/cover;
}

.how__item--01 .how__column--text {
  background: #efefef;
  border-left: 5px solid #1e903d;
}

@media (max-width: 767px) {
  .how__item--01 .how__column--text {
    border: none;
    border-top: 5px solid #1e903d;
  }
}

@media (max-width: 767px) {
  .how__item--01 {
    background: url(../images/how__img01.jpg) no-repeat center top/100% auto;
  }
}

.how__item--02 .how__column--img {
  background: url(../images/how__img02.jpg) no-repeat center/cover;
}

.how__item--02 .how__column--text {
  background: #ebf3e3;
  border-right: 5px solid #1e903d;
}

@media (max-width: 767px) {
  .how__item--02 .how__column--text {
    border: none;
    border-top: 5px solid #1e903d;
  }
}

@media (max-width: 767px) {
  .how__item--02 {
    background: url(../images/how__img02.jpg) no-repeat center top/100% auto;
  }
}

.how__item--03 .how__column--img {
  background: url(../images/how__img03.jpg) no-repeat center/cover;
}

.how__item--03 .how__column--text {
  background: #f3ede3;
  border-left: 5px solid #1e903d;
}

@media (max-width: 767px) {
  .how__item--03 .how__column--text {
    border: none;
    border-top: 5px solid #1e903d;
  }
}

@media (max-width: 767px) {
  .how__item--03 {
    background: url(../images/how__img03.jpg) no-repeat center top/100% auto;
  }
}

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

.how__column--img {
  width: 40%;
}

@media (max-width: 767px) {
  .how__column--img {
    display: none;
  }
}

.how__column--text {
  width: 60%;
  padding: 30px;
}

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

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

.how__item-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #000;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .how__item-title {
    font-size: 24px;
    line-height: 28px;
  }
}

.how__item-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #000;
}

@media (max-width: 767px) {
  .how__item-text {
    font-size: 18px;
    line-height: 28px;
  }
}

.how__item-img {
  height: 100%;
  max-width: none;
  width: 100%;
}

.doc {
  background: #242424;
  padding: 70px 0;
}

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

.doc__title {
  color: #fff;
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .doc__title {
    margin-bottom: 15px;
  }
}

.doc__columns {
  border-radius: 10px;
  font-size: 0;
  display: table;
  width: 100%;
  overflow: hidden;
  background: #414141;
}

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

.doc__column--left {
  width: 34%;
  position: relative;
  vertical-align: top;
}

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

.doc__column--right {
  width: 66%;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .doc__column--right {
    width: 100%;
    display: block;
    padding: 10px;
  }
}

.doc__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}

@media (max-width: 767px) {
  .doc__text {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
  }
}

.doc__info {
  position: absolute;
  right: 0;
  bottom: 50px;
  background: #1e903d;
  border-radius: 10px 0 0 10px;
  padding: 10px 30px;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #fff;
}

.doc__info span {
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  display: block;
}

.advantages {
  padding: 70px 0;
}

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

.advantages__list {
  font-size: 0;
  margin: 0 -10px;
}

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

.advantages__item {
  height: 380px;
  width: 33.33%;
  float: right;
  margin-bottom: 20px;
  padding: 0 10px;
  position: relative;
}

@media (max-width: 991px) {
  .advantages__item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .advantages__item {
    float: none;
    width: 100%;
    height: auto;
  }
}

.advantages__item::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 70px;
  height: 70px;
}

@media (max-width: 767px) {
  .advantages__item::after {
    top: 145px;
  }
}

.advantages__item--01::after {
  background: url(../images/advantages__icon01.png) no-repeat center;
}

.advantages__item--01 .advantages__item-img-wrapper {
  background: url(../images/advantages__img01.jpg) no-repeat center/cover;
}

.advantages__item--02::after {
  background: url(../images/advantages__icon02.png) no-repeat center;
}

.advantages__item--02 .advantages__item-img-wrapper {
  background: url(../images/advantages__img02.jpg) no-repeat center/cover;
}

.advantages__item--03::after {
  background: url(../images/advantages__icon03.png) no-repeat center;
}

.advantages__item--03 .advantages__item-img-wrapper {
  background: url(../images/advantages__img03.jpg) no-repeat center/cover;
}

.advantages__item--04::after {
  background: url(../images/advantages__icon04.png) no-repeat center;
}

.advantages__item--04 .advantages__item-img-wrapper {
  background: url(../images/advantages__img04.jpg) no-repeat center/cover;
}

.advantages__item--05::after {
  background: url(../images/advantages__icon05.png) no-repeat center;
}

.advantages__item--05 .advantages__item-img-wrapper {
  background: url(../images/advantages__img05.jpg) no-repeat center/cover;
}

.advantages__item--06::after {
  background: url(../images/advantages__icon06.png) no-repeat center;
}

.advantages__item--06 .advantages__item-img-wrapper {
  background: url(../images/advantages__img06.jpg) no-repeat center/cover;
}

.advantages__item-inner {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.advantages__item-img-wrapper {
  height: 50%;
}

@media (max-width: 767px) {
  .advantages__item-img-wrapper {
    height: 145px;
  }
}

.advantages__item-text {
  background: #242424;
  height: 50%;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  padding: 45px 10px 10px 10px;
}

@media (max-width: 767px) {
  .advantages__item-text {
    height: auto;
    padding: 25px 10px 10px 10px;
    font-size: 20px;
    line-height: 28px;
  }
}

.review {
  padding: 70px 0;
  background: #efefef;
}

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

.review__item {
  background: #fff;
  border-radius: 10px;
  padding: 30px 130px 30px 30px;
  position: relative;
  margin-bottom: 20px;
}

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

.review__name {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #000;
}

@media (max-width: 767px) {
  .review__name {
    font-size: 20px;
    line-height: 34px;
  }
}

.review__name span {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #086221;
}

@media (max-width: 767px) {
  .review__name span {
    font-size: 18px;
    line-height: 24px;
  }
}

.review__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #000;
  clear: both;
}

@media (max-width: 767px) {
  .review__text {
    font-size: 18px;
    line-height: 28px;
  }
}

.review__img {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 30px;
  right: 30px;
}

@media (max-width: 767px) {
  .review__img {
    position: static;
    float: right;
    margin-left: 10px;
    width: 50px;
    height: 50px;
  }
}

.order {
  padding: 80px 0;
  background: url(../images/order__back.jpg) no-repeat center/cover;
}

@media (max-width: 767px) {
  .order {
    background: #242424;
    padding: 00;
  }
}

.order .product__img {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .order .product__img {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}

@media (max-width: 479px) {
  .order .product__img {
    width: 85px;
  }
}

.order .product__price {
  color: #fff;
}

.order__inner {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  position: relative;
  max-width: 580px;
  margin: 0 auto;
  padding: 30px;
}

@media (max-width: 767px) {
  .order__inner {
    max-width: none;
    background: 0 0;
    padding: 30px 0;
  }
}

.order__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 52px;
  text-align: center;
  color: #faff0e;
}

@media (max-width: 767px) {
  .order__title {
    margin-bottom: 15px;
  }
}

.order__form {
  max-width: 340px;
  margin-right: auto;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .order__form {
    margin: 0 auto;
    margin-top: -150px;
  }
}

@media (max-width: 479px) {
  .order__form {
    margin-top: -80px;
  }
}

.form__element {
  display: block;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  background: #efefef;
  border-radius: 10px;
  padding: 0 15px;
  position: relative;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  height: 44px;
}

.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: 0 0;
  -webkit-appearance: none;
}

.form__arrow {
  display: block;
  width: 45px;
  height: 100%;
  background: 0 0;
  position: absolute;
  left: 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 #5c5c5c;
}

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

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

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

.order__back-wrapper {
  display: none;
}

@media (max-width: 767px) {
  .order__back-wrapper {
    display: block;
    min-height: 250px;
    background: url(../images/order__back.jpg) no-repeat center/cover;
  }
}

@media (max-width: 767px) {
  .order__back-wrapper {
    min-height: 150px;
  }
}

.block_deliv {
  padding: 0 15px 80px;
  margin: 50px auto;
}

.container_deliv {
  overflow: hidden;
  max-width: 1100px;
  margin: 0 auto;
}

.confidentiality,
.delivery,
.box {
  float: left;
  width: 33%;
}

.confidentiality__title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  color: #353935;
  margin: 35px 0 25px;
}

.box_img {
  text-align: center;
}

.boxes {
  display: inline-block;
}

.fast_cash_delivery {
  font-size: 0;
  text-align: center;
  display: flex;
}

.pay_delivery,
.express_delivery {
  width: 95%;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  border: 2px solid #2bbbad;
  margin: 30px 1% 0;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.button_deliv {
  text-align: center;
  width: 100%;
  float: left;
}

.btn1 {
  background: #f74136;
  font-size: 25px;
  color: white;
  padding: 10px;
  margin: 5px 0;
  width: 260px;
  cursor: pointer;
  border: none;
}

.btn1:hover {
  background: #ff6666;
  transition: -webkit-box-shadow 0.3s, -moz-box-shadow 0.3s, box-shadow 0.3s;
}

@media screen and (max-width: 1100px) {
  .block_deliv {
    padding-bottom: 50px;
  }

  .confidentiality,
  .box,
  .delivery {
    float: none;
    width: auto;
  }

  .fast_cash_delivery,
  .express_delivery {
    width: 280px;
    margin: 15px auto;
  }

  .fast_cash_delivery {
    display: block;
  }

  .express_delivery,
  .pay_delivery {
    width: 280px;
    margin: 15px auto;
  }
}

@media screen and (max-width: 500px) {
  .confidentiality__title {
    font-size: 20px;
  }
}

.js_errorMessage {
  direction: ltr;
}
form .input-wrapper label {
  display: none;
  pointer-events: none;
}

form .input-wrapper {
  position: relative;
  margin: 0 auto 20px;
}

form .input-wrapper .error {
  border: 1px solid red !important;
  padding-top: 6px !important;
}
form .input-wrapper .validator__tooltip + .error {
  border: 2px solid grey;
  padding-top: 0;
}

form .input-wrapper label {
  display: none !important;
  pointer-events: none !important;
}
form .input-wrapper .error + label {
  width: 100%;
  height: 100%;
  color: red;
  display: block !important;
  font-size: 11px;
  line-height: 17px;
  position: absolute;
  top: 0;
  right: 10px;
  text-align: right !important;
}
form .input-wrapper .validator__tooltip + .error + label {
  display: none !important;
}
form .input-wrapper .error + label:before,
form .input-wrapper .error + label:after {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  width: 3px;
  height: 21px;
  background-color: red;
}

form .input-wrapper .error + label:before {
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
}

form .input-wrapper .error + label:after {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
input[name="phone"],
input[name="name"],
input[name="address"] {
  direction: ltr;
  text-align: right;
}
