@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;
}

/* стилизация элементов формы */
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: #ffffff;
  background: #180527;
  direction: rtl;
}

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

@media (max-width: 991px) {
  .wrapper {
    max-width: 480px;
  }
}

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

.btn {
  background: #ff0000;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  display: block;
  padding: 9px 30px;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  max-width: 580px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  position: relative;
}

@media (max-width: 991px) {
  .btn {
    font-size: 22px;
    line-height: 28px;
  }
}

.btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.link {
  color: #fff615;
  position: relative;
}

.link::after {
  position: absolute;
  content: "";
  bottom: -1px;
  right: 0;
  width: 100%;
  background: #fff615;
  height: 1px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.header {
  background: #180527;
  padding-top: 60px;
  position: relative;
  margin-bottom: 70px;
}

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

.header .wrapper {
  position: relative;
  z-index: 15;
  padding-bottom: 50px;
}

.header__back-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: url("Vector1.svg") no-repeat center top/auto 100%;
}

@media (max-width: 991px) {
  .header__back-wrapper {
    height: 505px;
    bottom: auto;
  }
}

.header__back {
  min-width: 1920px;
  height: 100%;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.header__back .wp {
  max-width: 1170px;
  margin: 0 auto;
}

.header__back-img {
  margin-right: auto;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

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

.header__title {
  font-weight: bold;
  font-size: 68px;
  line-height: 82px;
  -webkit-text-stroke: 4px #ffffff;
  max-width: 680px;
}

.header__title span {
  -webkit-text-stroke: 4px #ff0000;
}

@media (max-width: 991px) {
  .header__title {
    font-size: 34px;
    line-height: 42px;
    color: #ffffff;
    -webkit-text-stroke: 0px #ff0000;
    padding-bottom: 250px;
    background: url("Img1.jpg") no-repeat center bottom/contain;
  }
  .header__title span {
    color: #ff0000;
    -webkit-text-stroke: 0px #ff0000;
  }
}

.header__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .header__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header__column--left {
  max-width: 570px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .header__column--left {
    max-width: none;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
  }
}

.header__column--right {
  padding-right: 15px;
}

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

.header__animate-img-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .header__animate-img-wp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
    height: 280px;
  }
}

.header__animate-img-wp .header__img01 {
  width: 170px;
  border: 3px solid #ffffff;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .header__animate-img-wp .header__img01 {
    max-width: 50%;
    height: 100%;
  }
}

@media (max-width: 479px) {
  .header__animate-img-wp .header__img01 {
    max-height: 100%;
    width: auto;
  }
}

@media (max-width: 991px) {
  .header__animate-img-wp .header__img02 {
    max-width: 50%;
  }
}

@media (max-width: 479px) {
  .header__animate-img-wp {
    height: 150px;
  }
}

.header__img-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 991px) {
  .header__img-wp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
  }
}

.header__img-wp img {
  width: 175px;
}

@media (max-width: 991px) {
  .header__img-wp img {
    max-width: 80%;
    margin-left: auto;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__list li {
  min-height: 70px;
  margin-bottom: 20px;
}

.header__list .header__list-text {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  background: #ffedc0;
  border-radius: 50px;
  color: #181818;
  padding: 6px 15px;
  padding-right: 90px;
  position: relative;
}

@media (max-width: 991px) {
  .header__list .header__list-text {
    background: none;
    font-size: 20px;
    line-height: 32px;
    color: #ffedc0;
    padding-right: 70px;
  }
}

.header__list .header__list-text::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  border: 3px solid #ffba00;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

@media (max-width: 991px) {
  .header__list .header__list-text::before {
    width: 48px;
    height: 48px;
  }
}

.header__list .header__list-text--01::before {
  background: url("icon1.svg") no-repeat center/contain;
}

.header__list .header__list-text--02::before {
  background: url("icon2.svg") no-repeat center/contain;
}

.header__list .header__list-text--03::before {
  background: url("icon3.svg") no-repeat center/contain;
}

.advantages {
  padding-bottom: 100px;
}

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

.advantages .wrapper {
  padding-top: 60px;
  padding-bottom: 70px;
  position: relative;
}

@media (max-width: 991px) {
  .advantages .wrapper {
    padding-bottom: 0;
    padding-top: 20px;
  }
}

.advantages .wrapper::after, .advantages .wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  height: 10px;
  background: #25083d;
}

@media (max-width: 991px) {
  .advantages .wrapper::after, .advantages .wrapper::before {
    content: none;
  }
}

.advantages .wrapper::after {
  bottom: 0;
}

.advantages .wrapper::before {
  top: 0;
}

.advantages__title {
  font-weight: bold;
  font-size: 46px;
  line-height: 82px;
  text-align: center;
  color: #ffffff;
}

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

.advantages__title span {
  display: block;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #ff0000;
}

@media (max-width: 991px) {
  .advantages__title span {
    font-size: 22px;
    line-height: 42px;
  }
}

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

@media (max-width: 991px) {
  .advantages__list {
    -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;
  }
}

.advantages__item {
  max-width: 270px;
}

@media (max-width: 991px) {
  .advantages__item {
    max-height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 25px;
  }
}

.advantages__item p {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 991px) {
  .advantages__item p {
    position: relative;
    margin-top: -10px;
  }
}

.advantages__item-header {
  background: #25083d;
  border-radius: 134px 10px 134px 134px;
  padding: 5px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .advantages__item-header {
    margin-bottom: 0;
  }
}

.advantages__item-header img {
  border-radius: 50%;
}

.advantages__item-header span {
  position: absolute;
  right: 5px;
  top: 5px;
  font-weight: bold;
  font-size: 52px;
  line-height: 52px;
  color: transparent;
  -webkit-text-stroke: 4px #ffba00;
}

.order {
  padding-top: 110px;
  padding-bottom: 50px;
  position: relative;
  min-height: 770px;
}

@media (max-width: 991px) {
  .order {
    min-height: auto;
  }
}

.order .wrapper {
  position: relative;
  z-index: 5;
}

.order__back-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.order__back {
  background: url("Vector2.svg") no-repeat left bottom/auto 100%;
  min-width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.order__back .wp {
  width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}

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

.order__back-img {
  width: 470px;
}

.order__title {
  -webkit-text-stroke: unset;
  font-size: 32px;
  line-height: 42px;
  color: #ff0000;
  text-shadow: none;
  max-width: 700px;
  margin-bottom: 15px;
}

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

.order__title span {
  display: block;
  font-weight: bold;
  font-size: 68px;
  line-height: 82px;
  -webkit-text-stroke: 4px #ffffff;
  color: transparent;
}

@media (max-width: 991px) {
  .order__title span {
    font-size: 34px;
    line-height: 42px;
    -webkit-text-stroke: 0px #ffffff;
    color: #ffffff;
  }
}

.order__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.order__text img {
  width: 70px;
}

@media (max-width: 991px) {
  .order__text img {
    width: 48px;
    margin-left: 15px;
  }
}

.order__text p {
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
}

@media (max-width: 991px) {
  .order__text p {
    font-size: 22px;
    line-height: 42px;
  }
}

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

@media (max-width: 991px) {
  .order__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

@media (max-width: 991px) {
  .order__column--left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.order__column--right {
  max-width: 370px;
}

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

.order__product-img {
  max-width: 230px;
  padding-left: 50px;
}

@media (max-width: 991px) {
  .order__product-img {
    width: 100%;
    max-width: none;
    padding: 0;
    background: url("img6.jpg") no-repeat left center/auto 100%;
  }
}

.order__product-img img {
  max-width: 150px;
}

@media (max-width: 767px) {
  .order__product-img img {
    max-width: 130px;
  }
}

.order__price-block {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .order__price-block {
    padding: 0;
    margin-top: -50px;
    position: relative;
    z-index: 5;
    width: 100%;
  }
}

.order__discount {
  font-weight: bold;
  font-size: 68px;
  line-height: 82px;
  -webkit-text-stroke: 2px red;
  color: transparent;
}

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

.order__price {
  font-weight: bold;
  font-size: 52px;
  line-height: 66px;
  color: #ffffff;
}

.order__price--old {
  text-decoration: line-through;
  color: red;
}

.order__price--old span {
  font-weight: 500;
  font-size: 32px;
  line-height: 41px;
  color: #bdbdbd;
}

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

form {
  width: 100%;
  margin-right: auto;
  margin-left: 50px;
}

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

.form__element {
  display: block;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdcdc;
  border-radius: 50px;
  padding: 12px 0;
  padding-left: 15px;
  margin: 0 auto;
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  padding-right: 15px;
  position: relative;
  z-index: 5;
  outline: none;
}

.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;
  margin-bottom: 0;
}

.form__arrow {
  display: block;
  width: 45px;
  height: 100%;
  background: transparent;
  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;
  position: relative;
  z-index: 5;
}
/*# sourceMappingURL=style.css.map */