:root {
  --main_size: 14px;
  --logo-width: 106px;
}

@media only screen and (min-width: 992px) {
  :root {
    --logo-width: 194px;
    --main_size: 18px;
  }
}
@font-face {
  font-family: 'RoadRadio';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://cloud.devtome.top/domains/common/fonts/roadradio/RoadRadio-Regular.woff2)
    format('woff2');
}
@font-face {
  font-family: 'RoadRadio';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://cloud.devtome.top/domains/common/fonts/roadradio/RoadRadio-Bold.woff2)
    format('woff2');
}
@font-face {
  font-family: 'RoadRadio';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://cloud.devtome.top/domains/common/fonts/roadradio/RoadRadio-Black.woff2)
    format('woff2');
}
section,
main,
p,
div {
  margin: 0;
  padding: 0;
}

*:focus {
  outline: 0;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  border: none;
  font: inherit;
  background: transparent;
}
button:focus {
  outline: none;
}

label {
  display: inline;
}

input {
  font: inherit;
  color: inherit;
  padding: 0;
  border: none;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
  background-color: transparent !important;
}

canvas,
img,
video,
svg,
audio,
iframe {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.section_form input[type='radio'],
.section_form input[type='checkbox'] {
  display: none;
}

h1,
h2,
h3,
h4 {
  font-family: 'Roboto', sans-serif;
  color: inherit;
  line-height: inherit;
  margin: 0;
}

.disable-selection {
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
  user-select: none;
}

.headerSup1 {
  font-size: 12px;
  color: #fb5a5e;
  top: -2em;
}

sup {
  font-size: 0.4rem;
  vertical-align: super;
}

html {
  font-size: var(--main_size);
  padding: 0;
  margin: 0;
  min-height: 100vh;
}

body {
  font-size: var(--main_size);
  font-family: 'Roboto', sans-serif;
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: normal;
  background: #151515;
}

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

.name_hidden {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: -100vh;
}

.img_full {
  width: calc(100% + 21px);
  max-width: none;
  margin-left: -10.5px;
}

.header__logo img {
  width: var(--logo-width);
  margin-top: 15px;
}
@media (min-width: 992px) {
  .header__logo img {
    margin-top: 30px;
  }
}

.body_frame {
  height: 282px;
}

.popUp_holder {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  position: fixed;
  opacity: 0;
  z-index: -10;
  background: rgba(0, 0, 0, 0.78);
  top: 0;
  height: 100vh;
  width: 100vw;
  overflow-y: scroll;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  padding: 20px 0;
}
.popUp_holder > div {
  position: relative;
  padding: 60px 15px;
  border-radius: 10px;
  width: calc(100% - 30px);
}
.popUp_holder > div.black {
  border: 1px solid #fff;
  background: linear-gradient(
    135deg,
    rgb(14, 14, 14) 0%,
    rgb(52, 63, 67) 53%,
    rgb(8, 8, 8) 100%
  );
}
.popUp_holder > div.black .close_popup {
  background-color: #fff;
}
.popUp_holder > div.black .close_popup::before,
.popUp_holder > div.black .close_popup::after {
  background: linear-gradient(
    135deg,
    rgb(14, 14, 14) 0%,
    rgb(52, 63, 67) 53%,
    rgb(8, 8, 8) 100%
  );
}
.popUp_holder > div.white {
  background: #fff;
  color: #151515;
}
.popUp_holder > div.white .close_popup {
  background: linear-gradient(
    135deg,
    rgb(14, 14, 14) 0%,
    rgb(52, 63, 67) 53%,
    rgb(8, 8, 8) 100%
  );
}
.popUp_holder > div.white .close_popup::before,
.popUp_holder > div.white .close_popup::after {
  background: #fff;
}
.popUp_holder > div .close_popup {
  position: absolute;
  right: 15px;
  top: 20px;
  cursor: pointer;
  width: 40px;
  height: 20px;
  border-radius: 50px;
}
.popUp_holder > div .close_popup::before,
.popUp_holder > div .close_popup::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 35%;
  height: 2px;
  background: #000;
}
.popUp_holder > div .close_popup::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 768px) {
  .popUp_holder > div {
    max-width: 628px;
    padding: 90px 75px 90px 50px;
    border-radius: 15px;
  }
  .popUp_holder > div .close_popup {
    width: 50px;
    height: 30px;
  }
  .popUp_holder > div .close_popup::before,
  .popUp_holder > div .close_popup::after {
    height: 2.5px;
  }
}

.list_default {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: item;
}
.list_default li {
  position: relative;
}

.main_btn {
  position: relative;
  background: #930025;
  font-family: 'RoadRadio', serif;
  border-radius: 5px;
  color: #fff;
  border: none;
  font-weight: 700;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #930025;
  text-transform: uppercase;
}
.main_btn:hover {
  border-color: #fff;
  -webkit-animation: none;
  animation: none;
}

.wrap {
  overflow: hidden;
}

.nobr {
  white-space: nowrap;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.smaller {
  font-size: 0.9em;
}

.small {
  font-size: 0.7em;
}

.bold {
  font-weight: 700;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.white {
  color: #fff;
}

.main_bg {
  background: #151515;
}

.second_bg {
  background: #930025;
}

.font_second {
  font-family: 'RoadRadio', serif;
  line-height: 1;
}

.attention {
  color: #930025;
}

.center {
  text-align: center;
}

.form__blank {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 30px 60px rgba(152, 127, 92, 0.25);
  box-shadow: 0px 30px 60px rgba(152, 127, 92, 0.25);
  padding: 20px 10px;
}

.form__protect1 {
  position: absolute;
  text-align: center;
  font-size: 7px;
  top: 10px;
  left: 15px;
  right: 15px;
  color: #8e8b8b;
}
@media (min-width: 992px) {
  .form__protect1 {
    top: 5px;
    font-size: 10px;
  }
}

.form__protect2 {
  position: absolute;
  text-align: center;
  font-size: 7px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  top: 0;
  bottom: 0;
  right: 0;
  color: #8e8b8b;
}
@media (min-width: 992px) {
  .form__protect2 {
    font-size: 10px;
  }
}

.page_section {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .page_section {
    margin-bottom: 125px;
  }
}
@media (min-width: 992px) {
  .page_section {
    margin-bottom: 160px;
  }
}

/* checkbox and radiobtn  */
.form_input__check {
  position: relative;
  display: block;
  padding-left: 0;
  cursor: pointer;
  margin: 20px 0;
}

.form_input__check .form_input__check-checkmark::before {
  content: '';
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: #fff;
  border: 1px solid #aaaaaa;
}

.form_input__checkbox input:checked + .form_input__check-checkmark::after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0px;
  width: 9px;
  height: 20px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.form_input__radio .form_input__check-checkmark::before {
  border-radius: 50%;
}

.form_input__radio input:checked + .form_input__check-checkmark::after {
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
}

/*end checkbox and radiobtn  */
.header {
  position: relative;
  z-index: 0;
  background: url('https://cloud.devtome.top/domains/eauto.in.ua/home/header_bg.svg')
    center/cover;
}
.header__title {
  margin-top: 75px;
  margin-bottom: 15px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  /* -webkit-transform: translateX(-100%);
          transform: translateX(-100%); */
}
.header__info {
  font-size: 14px;
}
.header__info p > .nobr {
  display: inline-block;
  margin: 8px 0;
}
.header__info .nobr {
  font-weight: 900;
  text-transform: uppercase;
  color: #9a9a9a;
}
.header__btn {
  margin-top: 20px;
  height: 40px;
  font-size: 14px;
  background-color: transparent;
  width: 200px;
  padding: 13px;
  border-radius: 5px;
  border: none;
  overflow: hidden;
  margin-bottom: 86vw;
  font-weight: 900;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
.header__btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  border-radius: 5px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(94, 96, 102)),
    to(rgb(232, 232, 232))
  );
  background: linear-gradient(90deg, rgb(94, 96, 102), rgb(232, 232, 232) 100%);
  -webkit-mask: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgb(94, 96, 102)),
        to(rgb(232, 232, 232))
      )
      content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(
        90deg,
        rgb(94, 96, 102),
        rgb(232, 232, 232) 100%
      )
      content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header__btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  border-radius: 5px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(94, 96, 102)),
    to(rgb(232, 232, 232))
  );
  background: linear-gradient(90deg, rgb(94, 96, 102), rgb(232, 232, 232) 100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}
.header__btn span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(94, 96, 102)),
    to(rgb(232, 232, 232))
  );
  background: linear-gradient(90deg, rgb(94, 96, 102), rgb(232, 232, 232) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header__btn span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #151515;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  z-index: 1;
}
.header__btn:hover::before {
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
.header__btn:hover span:first-child {
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
.header__btn:hover::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.header__btn:hover span:last-child {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.header__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.header .header__money {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 112%;
  width: 100%;
  /* -webkit-transform: translateY(-100%);
          transform: translateY(-100%); */
}
.header .header__girl {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 79vw;
}
.header .header__car {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.header .header__car_light {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
.header .header__info1,
.header .header__info2,
.header .header__info3 {
  opacity: 1;
}
@media (min-width: 768px) {
  .header {
    text-align: left;
  }
  .header .header__title {
    font-size: 40px;
    /* -webkit-transform: scale(0.7) translateX(-50vw);
            transform: scale(0.7) translateX(-50vw); */
    opacity: 1;
  }
  .header .header__info {
    font-size: 1.22rem;
  }
  .header .header__info p > .nobr {
    margin: 0 0 10px;
  }
  .header .header__btn {
    margin-left: 0;
    margin-bottom: min(21vw, 400px);
  }
  .header .header__car {
    right: auto;
    width: min(1691px, 90%);
    left: 32%;
  }
  .header .header__girl {
    right: auto;
    width: min(565px, 30%);
    left: 64%;
  }
  .header .header__money {
    width: 103%;
    max-width: 1962px;
    height: min(1061px, 106%);
    left: -1.5%;
  }
}
@media (min-width: 992px) {
  .header {
    text-align: left;
  }
  .header .header__title {
    margin: 135px 0 25px;
    font-size: 60px;
  }
  .header .header__btn {
    margin-top: 55px;
    font-size: 20px;
    width: 220px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .header .header__title {
    font-size: 80px;
  }
}
/* .header.animation .header__title {
  -webkit-animation: header__title 2s cubic-bezier(0.16, 0.82, 0.52, 0.98) 1 forwards;
          animation: header__title 2s cubic-bezier(0.16, 0.82, 0.52, 0.98) 1 forwards;
}
.header.animation .header__car {
  -webkit-animation: header__car 2s cubic-bezier(0.16, 0.82, 0.52, 0.98) 1 forwards;
          animation: header__car 2s cubic-bezier(0.16, 0.82, 0.52, 0.98) 1 forwards;
}
.header.animation .header__girl {
  -webkit-animation: header__car 2s cubic-bezier(0.16, 0.82, 0.52, 0.98) 1 forwards;
          animation: header__car 2s cubic-bezier(0.16, 0.82, 0.52, 0.98) 1 forwards;
}
.header.animation .header__info1 {
  -webkit-animation: opacity 0.75s linear 2.9s 1 forwards;
          animation: opacity 0.75s linear 2.9s 1 forwards;
}
.header.animation .header__info2 {
  -webkit-animation: opacity 0.75s linear 3.75s 1 forwards;
          animation: opacity 0.75s linear 3.75s 1 forwards;
}
.header.animation .header__info3 {
  -webkit-animation: opacity 0.75s linear 4.6s 1 forwards;
          animation: opacity 0.75s linear 4.6s 1 forwards;
}
.header.animation .header__money {
  -webkit-animation: header__money 1s cubic-bezier(0.16, 0.82, 0.52, 0.98) 4.6s 1 forwards;
          animation: header__money 1s cubic-bezier(0.16, 0.82, 0.52, 0.98) 4.6s 1 forwards;
}
.header.animation .header__btn {
  -webkit-animation: opacity 1s linear 6s 1 forwards;
          animation: opacity 1s linear 6s 1 forwards;
}
.header.animation .header__car_light {
  animation: opacity 0.75s linear 2.9s alternate-reverse forwards, opacity 0.75s linear 3.75s forwards, opacity 0.75s linear 4.6s alternate-reverse forwards, opacity 1s linear 6s forwards;
}
@media (min-width: 768px) {
  .header.animation .header__car {
    -webkit-animation: header__car--desk1 2s cubic-bezier(0.16, 0.82, 0.52, 0.98) 1 forwards, header__car--desk2 1s 6s cubic-bezier(0.16, 0.82, 0.52, 0.98) 1 forwards;
            animation: header__car--desk1 2s cubic-bezier(0.16, 0.82, 0.52, 0.98) 1 forwards, header__car--desk2 1s 6s cubic-bezier(0.16, 0.82, 0.52, 0.98) 1 forwards;
  }
  .header.animation .header__girl {
    -webkit-animation: header__girl--desk1 2s cubic-bezier(0.16, 0.82, 0.52, 0.98) 1 forwards, header__girl--desk2 1s 6s cubic-bezier(0.16, 0.82, 0.52, 0.98) 1 forwards;
            animation: header__girl--desk1 2s cubic-bezier(0.16, 0.82, 0.52, 0.98) 1 forwards, header__girl--desk2 1s 6s cubic-bezier(0.16, 0.82, 0.52, 0.98) 1 forwards;
  }
  .header.animation .header__title {
    -webkit-animation: header__title--desk 2s cubic-bezier(0.16, 0.82, 0.52, 0.98) 1 forwards;
            animation: header__title--desk 2s cubic-bezier(0.16, 0.82, 0.52, 0.98) 1 forwards;
  }
  .header.animation .header__btn {
    opacity: 1;
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
    -webkit-animation: header__btn 1s cubic-bezier(0.16, 0.82, 0.52, 0.98) 6s 1 forwards;
            animation: header__btn 1s cubic-bezier(0.16, 0.82, 0.52, 0.98) 6s 1 forwards;
  }
}

@-webkit-keyframes header__btn {
  from {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes header__btn {
  from {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes header__money {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes header__money {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes header__title {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes header__title {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes header__title--desk {
  from {
    -webkit-transform: scale(0.7) translateX(-50vw);
            transform: scale(0.7) translateX(-50vw);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes header__title--desk {
  from {
    -webkit-transform: scale(0.7) translateX(-50vw);
            transform: scale(0.7) translateX(-50vw);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes header__car {
  from {
    -webkit-transform: scale(0.8) translateX(100%);
            transform: scale(0.8) translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes header__car {
  from {
    -webkit-transform: scale(0.8) translateX(100%);
            transform: scale(0.8) translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes header__car--desk1 {
  from {
    -webkit-transform: scale(0.6) translateX(75vw);
            transform: scale(0.6) translateX(75vw);
  }
  to {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}
@keyframes header__car--desk1 {
  from {
    -webkit-transform: scale(0.6) translateX(75vw);
            transform: scale(0.6) translateX(75vw);
  }
  to {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}
@-webkit-keyframes header__car--desk2 {
  from {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes header__car--desk2 {
  from {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes header__girl--desk1 {
  from {
    -webkit-transform: scale(0.6) translateX(75vw);
            transform: scale(0.6) translateX(75vw);
  }
  to {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes header__girl--desk1 {
  from {
    -webkit-transform: scale(0.6) translateX(75vw);
            transform: scale(0.6) translateX(75vw);
  }
  to {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@-webkit-keyframes header__girl--desk2 {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes header__girl--desk2 {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
} */
.rules {
  margin-top: 100px;
}
.rules .rules__subtitle {
  margin-bottom: 15px;
}
.rules .rules__title {
  font-size: 20px;
}
.rules .rules__title .nobr {
  color: #9a9a9a;
}
.rules .rules__start {
  width: 290px;
  margin: auto;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
  padding: 45px;
  border-radius: 10px;
  border: 2px solid #930025;
  background-color: #151515;
}
.rules .rules__start img {
  position: absolute;
  bottom: 45px;
  left: 230px;
  -webkit-animation: arrow 4s ease-in-out infinite;
  animation: arrow 4s ease-in-out infinite;
}
.rules .rules__car {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transform-origin: top;
  transform-origin: top;
}
.rules .rules__car.animation .rules__car_light {
  -webkit-animation: opacity 0.3s linear 5 alternate forwards;
  animation: opacity 0.3s linear 5 alternate forwards;
}
.rules .rules__car_light {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.rules::before {
  content: '';
  position: absolute;
  right: 0;
  width: 50%;
  height: 345px;
  bottom: 15px;
  background-color: #930025;
  z-index: -1;
}
@media (min-width: 768px) {
  .rules {
    margin-top: 125px;
  }
  .rules .rules__subtitle {
    text-align: left;
    font-size: 1.22rem;
    max-width: 370px;
  }
  .rules .rules__title {
    text-align: left;
    font-size: 24px;
  }
  .rules .rules__start {
    margin-top: 30px;
    margin-bottom: 150px;
  }
  .rules .rules__car {
    position: absolute;
    margin: 0;
    left: 100%;
    width: min(1022px, 233%);
  }
  .rules::before {
    bottom: -25%;
    width: 33.6%;
    height: auto;
    aspect-ratio: 1/1.2;
  }
}
@media (min-width: 992px) {
  .rules {
    margin-top: 160px;
  }
  .rules .rules__subtitle {
    margin-bottom: 22px;
  }
  .rules .rules__title {
    font-size: 30px;
  }
  .rules .rules__start {
    margin-bottom: 160px;
  }
}
@media (min-width: 1200px) {
  .rules .rules__start {
    margin-top: 70px;
    margin-bottom: 200px;
    font-size: 50px;
    width: 410px;
    padding: 85px 60px;
  }
  .rules .rules__start img {
    left: 350px;
    bottom: 85px;
  }
}

.instruction__start {
  width: 290px;
  margin: -38% auto 40px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  padding: 25px 25px 25px 50px;
  border-radius: 10px;
  border: 2px solid #930025;
  background-color: #151515;
}
.instruction__start img {
  position: absolute;
  bottom: 25px;
  left: 25px;
  -webkit-animation: arrow 4s ease-in-out infinite;
  animation: arrow 4s ease-in-out infinite;
}

.instruction__list {
  display: grid;
  gap: 30px;
  margin-bottom: 25px;
}
.instruction__list h4 {
  padding-left: 6px;
  position: relative;
  font-family: 'RoadRadio', serif;
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.instruction__list h4::before {
  content: '';
  position: absolute;
  top: 101%;
  left: 0;
  background-color: #930025;
  width: 60px;
  height: 10px;
  border-radius: 5px;
}

.instruction__alert {
  margin-left: -15px;
  font-size: 20px;
  text-transform: uppercase;
}
.instruction__alert img {
  width: 94px;
  margin-right: 10px;
}

.instruction__btn {
  width: 100%;
  margin-top: 15px;
  padding: 11px;
  animation: opacity 0.7s linear infinite alternate-reverse;
}

@media (min-width: 768px) {
  .instruction::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: min(53.5%, 1025px);
    aspect-ratio: 1/0.6;
    background-color: #930025;
    max-height: 600px;
    border-radius: 0 10px 10px 0;
  }
  .instruction__girl {
    position: absolute;
    left: -1.5%;
    z-index: 2;
    width: min(467px, 25%);
    -webkit-transform: translateY(-12.1%);
    transform: translateY(-12.1%);
  }
  .instruction__img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 55%;
    max-width: 710px;
  }
  .instruction__start {
    width: 97%;
    margin-right: 0;
  }
  .instruction__list {
    max-width: 455px;
    width: 80%;
    margin-left: 15%;
  }
  .instruction__list p {
    padding-left: 6px;
  }
  .instruction__bottom {
    margin-left: 15%;
  }
}
@media (min-width: 992px) {
  .instruction__start {
    font-size: 30px;
    padding: 50px 50px 50px 95px;
  }
  .instruction__start img {
    left: 50px;
    bottom: 50px;
  }
  .instruction__list {
    margin-bottom: 40px;
  }
  .instruction__list h4 {
    font-size: 24px;
    padding-left: 14px;
  }
  .instruction__list h4::before {
    width: 124px;
    height: 19px;
    top: auto;
    z-index: -1;
    bottom: -8px;
  }
  .instruction__list p {
    padding-left: 14px;
  }
  .instruction__btn {
    font-size: 20px;
    padding: 18px;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .instruction__start {
    font-size: 40px;
  }
  .instruction__list h4 {
    font-size: 30px;
  }
  .instruction__alert {
    font-size: 30px;
  }
  .instruction__alert img {
    width: auto;
  }
  .instruction__img {
    margin-top: min(3.6vw, 50px);
  }
}
@media (min-width: 1400px) {
  .instruction__img {
    left: 20px;
  }
  .instruction__start img {
    left: auto;
    right: 90px;
  }
}
.game__title {
  text-transform: uppercase;
  padding: 20px;
  font-weight: 700;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 14px;
}

.game__bg {
  background: url('https://cloud.devtome.top/domains/eauto.in.ua/home/game_bg.jpg')
    center/cover;
  padding: 110px 15px 20px;
}

.game__wrap {
  padding: 15px 10px;
  background: rgba(21, 21, 21, 0.3);
  width: 290px;
  margin: auto;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  border: 1px solid #fff;
}

.game__field {
  position: relative;
  margin: 15px auto;
}

.game__field_inputs {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  top: 4px;
  left: 83px;
  width: 118px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.game__field_inputs input {
  background: linear-gradient(
    135deg,
    rgb(14, 14, 14) 0%,
    rgb(52, 63, 67) 53%,
    rgb(8, 8, 8) 100%
  );
  height: 37px;
  line-height: 1em;
  width: 100%;
  border-radius: 2px;
  border: none;
  text-align: center;
  font-size: 30px;
  padding: 0 !important;
}
.game__field_inputs input::-webkit-input-placeholder {
  color: #fff;
}
.game__field_inputs input::-moz-placeholder {
  color: #fff;
}
.game__field_inputs input:-ms-input-placeholder {
  color: #fff;
}
.game__field_inputs input::-ms-input-placeholder {
  color: #fff;
}
.game__field_inputs input::placeholder {
  color: #fff;
}

.game__btn {
  width: 126px;
  line-height: 1;
  padding: 8px;
  font-size: 10px;
}

.game__success {
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 7.5px 15px;
  border-radius: 5px;
  margin-top: 10px;
  display: none;
}

@media (min-width: 768px) {
  .game {
    background: url('https://cloud.devtome.top/domains/eauto.in.ua/home/game_bg--desk.jpg')
      center/cover;
    padding: 50px 0;
  }
  .game__title {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(21, 21, 21, 0.3);
  }
  .game__title img {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(80%, 80%) rotate(10deg);
    transform: translate(80%, 80%) rotate(10deg);
    width: min(269px, 26%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation: keys 3s ease-in-out infinite;
    animation: keys 3s ease-in-out infinite;
  }
  .game__bg {
    background: unset;
    padding-top: 30px;
  }
  .game__success {
    padding: 15px 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 25px auto 0;
  }
}
@media (min-width: 992px) {
  .game__title {
    font-size: 24px;
    padding: 30px 70px;
    margin-bottom: 50px;
  }
  .game__wrap {
    width: 100%;
    padding: 50px;
    font-size: 24px;
  }
  .game__field {
    max-width: 690px;
    margin: 45px auto;
  }
  .game__field_inputs {
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-55%, -50%);
    transform: translate(-55%, -50%);
    width: 41%;
    gap: 10px;
  }
  .game__field_inputs input {
    height: 70px;
    font-size: 62px;
    border-radius: 5px;
  }
  .game__btn {
    width: 410px;
    padding: 20px;
    font-size: 20px;
  }
  .game__success {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .game__title,
  .game__wrap {
    font-size: 30px;
  }
  .game__field_inputs input {
    height: 86px;
    font-size: 80px;
  }
  .game__success {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .game__title {
    padding: 40px;
  }
  .game__field_inputs input {
    height: 96px;
    font-size: 90px;
  }
}
.hidden_sections {
  display: none;
}

.step__alert {
  font-size: 28px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.step__title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.step__img {
  width: 48%;
  position: relative;
  z-index: 1;
  -webkit-animation: steps 3.5s linear infinite;
  animation: steps 3.5s linear infinite;
}

.step__text {
  background-color: #930025;
  aspect-ratio: 1/1;
  padding: 15px 10%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -90px;
}
.step__text img {
  width: 64px;
  margin: 0 auto;
}

.step__text_top {
  text-transform: uppercase;
}

.step__text_bottom {
  font-size: 12px;
  margin-top: 10px;
}

.step__car {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(94, 96, 102)),
    to(rgb(232, 232, 232))
  );
  background: linear-gradient(90deg, rgb(94, 96, 102), rgb(232, 232, 232) 100%);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -30px;
}

.step__btn {
  width: 53.5%;
  padding: 12px;
  line-height: 1;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .step {
    position: relative;
  }
  .step::before {
    content: '';
    position: absolute;
    z-index: -1;
    background-color: #930025;
    left: 0;
    width: 28%;
    top: 68%;
    aspect-ratio: 1/1.67;
    border-radius: 0 15px 15px 0;
  }
  .step__info {
    display: grid;
    grid-template-columns: 35% 42% 35%;
  }
  .step__img {
    width: 100%;
    margin-top: 27%;
    position: static;
    z-index: auto;
  }
  .step__text {
    width: 100%;
    padding: 15px 45px;
    margin-left: -11%;
    margin-top: 0;
    position: relative;
  }
  .step__car {
    position: relative;
    width: 100%;
    margin-left: -30%;
    margin-top: 47%;
  }
  .step__btn {
    width: 160px;
  }
}
@media (min-width: 992px) {
  .step__alert {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .step__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .step__btn {
    font-size: 20px;
    width: 240px;
    padding: 13px;
    margin-top: 20px;
  }
  .step__car img {
    max-width: 450px;
    margin-left: -30px;
    width: calc(100% + 61px);
  }
  .exclamation {
    font-size: 80px;
  }
  .step__text img {
    width: 95px;
  }
  .step__text_top {
    font-size: 20px;
  }
  .step__text_bottom {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .step__alert {
    font-size: 44px;
  }
  .step__title {
    font-size: 30px;
  }
  .exclamation {
    font-size: 100px;
    margin-top: -30px;
  }
  .step__text_top {
    font-size: 24px;
  }
  .step__text_bottom {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .step__info {
    grid-template-columns: 390px 470px 390px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .step__img {
    margin-left: 10%;
  }
  .step__text {
    margin-left: 0;
  }
  .step__text img {
    width: auto;
  }
  .step__car {
    margin-left: -10%;
  }
}
.footer {
  padding: 65px 0;
  font-size: 12px;
  background: linear-gradient(
    135deg,
    rgb(14, 14, 14) 0%,
    rgb(52, 63, 67) 53%,
    rgb(8, 8, 8) 100%
  );
}
@media (min-width: 992px) {
  .footer {
    padding: 50px 0;
    font-size: 16px;
  }
}

.form_reg__title {
  font-size: 20px;
  margin-bottom: 15px;
}
.form_reg__title + p {
  font-size: 12px;
  margin-bottom: 20px;
}

.form__inputs_wrap {
  display: grid;
  gap: 15px;
}

.input_label {
  display: block;
  position: relative;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 0;
}
.input_label legend {
  font-size: 10px;
  padding: 0 10px;
  margin-left: 15px;
  margin-bottom: -6px;
}
.input_label input {
  background: transparent;
  border: 0;
  height: 40px;
  border-radius: 5px;
  font-size: 12px;
  width: 100%;
  padding: 15px;
}

.przm-input-holder.error,
.order-form__delivery-payment-holder .error {
  border-color: #930025;
  -webkit-animation: error_shake 0.5s both;
  animation: error_shake 0.5s both;
}

.przm-btn-reg {
  width: 100%;
  margin-top: 20px;
  padding: 11px;
}

@media (min-width: 992px) {
  .form_reg__title {
    font-size: 30px;
  }
  .form_reg__title + p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .form__inputs_wrap {
    gap: 20px;
  }
  .input_label legend {
    font-size: 16px;
    margin-bottom: -9.6px;
  }
  .input_label input {
    height: 50px;
    font-size: 18px;
  }
  .przm-btn-reg {
    margin-top: 30px;
    font-size: 20px;
    padding: 13px;
  }
}
.register__popup_success_title {
  font-size: 20px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .register__popup_success_title {
    font-size: 30px;
  }
}

.popUp_holder .close__page {
  padding-bottom: 90px;
}

.close__page_title {
  font-size: 16px;
  margin-bottom: 10px;
}
.close__page_title + p {
  font-size: 12px;
  margin-bottom: 15px;
}

.social__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.social__icons img {
  width: 30px;
}

.close__page_img {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: min(54%, 270px);
}

@media (min-width: 768px) {
  .popUp_holder .close__page {
    padding-bottom: 110px;
  }
  .close__page_title {
    width: 400px;
  }
  .close__page_title + p {
    width: 300px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .close__page_title {
    font-size: 24px;
  }
  .close__page_title + p {
    font-size: 16px;
  }
  .social__icons {
    gap: 20px;
  }
  .social__icons img {
    width: auto;
  }
}
.waiting__page_title {
  font-size: 24px;
  margin-bottom: 15px;
}
.waiting__page_title + p {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .waiting__page_title + p {
    width: 300px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .waiting__page_title {
    font-size: 34px;
  }
  .waiting__page_title + p {
    font-size: 16px;
  }
}
.order__success_title {
  font-size: 18px;
  margin-bottom: 15px;
}

.order__success_notice {
  margin: 25px 0;
  font-size: 12px;
}

.order__success_socials {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .order__success_wait {
    width: 360px;
  }
  .order__success_socials {
    width: 305px;
  }
}
@media (min-width: 992px) {
  .order__success_title {
    font-size: 24px;
  }
  .order__success_wait {
    font-size: 16px;
  }
  .order__success_notice {
    margin: 15px 0 60px;
  }
  .order__success_socials {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@-webkit-keyframes error_shake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  30% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  45% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  75% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  90%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes error_shake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  30% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  45% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  75% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  90%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes steps {
  0%,
  40%,
  60%,
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}
@keyframes steps {
  0%,
  40%,
  60%,
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}
@-webkit-keyframes keys {
  from {
    -webkit-transform: translate(80%, 80%) rotate(10deg);
    transform: translate(80%, 80%) rotate(10deg);
  }
  50% {
    -webkit-transform: translate(80%, 80%) rotate(-10deg);
    transform: translate(80%, 80%) rotate(-10deg);
  }
  to {
    -webkit-transform: translate(80%, 80%) rotate(10deg);
    transform: translate(80%, 80%) rotate(10deg);
  }
}
@keyframes keys {
  from {
    -webkit-transform: translate(80%, 80%) rotate(10deg);
    transform: translate(80%, 80%) rotate(10deg);
  }
  50% {
    -webkit-transform: translate(80%, 80%) rotate(-10deg);
    transform: translate(80%, 80%) rotate(-10deg);
  }
  to {
    -webkit-transform: translate(80%, 80%) rotate(10deg);
    transform: translate(80%, 80%) rotate(10deg);
  }
}
@-webkit-keyframes arrow {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  66% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes arrow {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  66% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
