@font-face {
  font-family: "AudiType";
  src: url("/assets/fonts/AudiTypeScreen-Bold.woff2") format("woff2"),
    url("/assets/fonts/AudiTypeScreen-Bold.woff2") format("woff2");
  font-weight: bold;
}
@font-face {
  font-family: "AudiType";
  src: url("/assets/fonts/AudiTypeScreen-Normal.woff2") format("woff2"),
    url("/assets/fonts/AudiTypeScreen-Normal.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AudiType";
  src: url("/assets/fonts/AudiTypeScreen-Light.woff2") format("woff2"),
    url("/assets/fonts/AudiTypeScreen-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
body,
input {
  font-family: "AudiType";
  font-size: 20px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #333;
  vertical-align: baseline;
}
/*preloader*/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -3px) rotate(36deg);
    transform: translate(-1px, -3px) rotate(36deg);
  }
  20% {
    -webkit-transform: translate(-2px, 0px) rotate(72deg);
    transform: translate(-2px, 0px) rotate(72deg);
  }
  30% {
    -webkit-transform: translate(1px, 2px) rotate(108deg);
    transform: translate(1px, 2px) rotate(108deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(144deg);
    transform: translate(1px, -1px) rotate(144deg);
  }
  50% {
    -webkit-transform: translate(-1px, 3px) rotate(180deg);
    transform: translate(-1px, 3px) rotate(180deg);
  }
  60% {
    -webkit-transform: translate(-1px, 1px) rotate(216deg);
    transform: translate(-1px, 1px) rotate(216deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(252deg);
    transform: translate(3px, 1px) rotate(252deg);
  }
  80% {
    -webkit-transform: translate(-2px, -1px) rotate(288deg);
    transform: translate(-2px, -1px) rotate(288deg);
  }
  90% {
    -webkit-transform: translate(2px, 1px) rotate(324deg);
    transform: translate(2px, 1px) rotate(324deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(360deg);
    transform: translate(1px, -2px) rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -3px) rotate(36deg);
    transform: translate(-1px, -3px) rotate(36deg);
  }
  20% {
    -webkit-transform: translate(-2px, 0px) rotate(72deg);
    transform: translate(-2px, 0px) rotate(72deg);
  }
  30% {
    -webkit-transform: translate(1px, 2px) rotate(108deg);
    transform: translate(1px, 2px) rotate(108deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(144deg);
    transform: translate(1px, -1px) rotate(144deg);
  }
  50% {
    -webkit-transform: translate(-1px, 3px) rotate(180deg);
    transform: translate(-1px, 3px) rotate(180deg);
  }
  60% {
    -webkit-transform: translate(-1px, 1px) rotate(216deg);
    transform: translate(-1px, 1px) rotate(216deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(252deg);
    transform: translate(3px, 1px) rotate(252deg);
  }
  80% {
    -webkit-transform: translate(-2px, -1px) rotate(288deg);
    transform: translate(-2px, -1px) rotate(288deg);
  }
  90% {
    -webkit-transform: translate(2px, 1px) rotate(324deg);
    transform: translate(2px, 1px) rotate(324deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(360deg);
    transform: translate(1px, -2px) rotate(360deg);
  }
}
@-webkit-keyframes speed {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -3px) rotate(-1deg);
    transform: translate(-1px, -3px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-2px, 0px) rotate(1deg);
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
    transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 3px) rotate(-1deg);
    transform: translate(-1px, 3px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-1px, 1px) rotate(0deg);
    transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-2px, -1px) rotate(1deg);
    transform: translate(-2px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes speed {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -3px) rotate(-1deg);
    transform: translate(-1px, -3px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-2px, 0px) rotate(1deg);
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
    transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 3px) rotate(-1deg);
    transform: translate(-1px, 3px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-1px, 1px) rotate(0deg);
    transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-2px, -1px) rotate(1deg);
    transform: translate(-2px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@-webkit-keyframes strikes {
  from {
    left: 25px;
  }
  to {
    left: -80px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes strikes {
  from {
    left: 25px;
  }
  to {
    left: -80px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@-webkit-keyframes dots {
  from {
    width: 0px;
  }
  to {
    width: 15px;
  }
}
@keyframes dots {
  from {
    width: 0px;
  }
  to {
    width: 15px;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.fadeIn,
.loading-window,
.loadwindow {
  -webkit-animation: fadeIn 0.4s both;
  animation: fadeIn 0.4s both;
}
.loadwindow {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #333;
  z-index: 99;
}

.loading-window {
  height: 200px;
  left: 50%;
  margin-left: -150px;
  margin-top: -100px;
  position: fixed;
  top: 50%;
  width: 300px;
  z-index: 99;
}
.loading-window .text {
  font-size: 18px;
  position: absolute;
  width: auto;
  top: 75%;
  left: 38%;
  margin: 0 auto;
}
.loadtext {
  color: #fff;
}
.loading-window .dots {
  display: inline-block;
  width: 5px;
  overflow: hidden;
  vertical-align: bottom;
  -webkit-animation: dots 1.5s linear infinite;
  animation: dots 1.5s linear infinite;
  -webkit-transition: 1;
  -o-transition: 1;
  transition: 1;
  color: #fff;
}

.car {
  position: absolute;
  width: 117px;
  height: 42px;
  left: 92px;
  top: 70px;
}
.car .strike {
  position: absolute;
  width: 11px;
  height: 1px;
  background: #ffe4e1;
  -webkit-animation: strikes 0.2s linear infinite;
  animation: strikes 0.2s linear infinite;
}
.car .strike2 {
  top: 11px;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.car .strike3 {
  top: 22px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.car .strike4 {
  top: 33px;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.car .strike5 {
  top: 44px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.car-detail {
  position: absolute;
  display: block;
  background: #78dc1a;
  -webkit-animation: speed 0.5s linear infinite;
  animation: speed 0.5s linear infinite;
}
.car-detail.spoiler {
  width: 0;
  height: 0;
  top: 7px;
  background: none;
  border: 20px solid transparent;
  border-bottom: 8px solid #78dc1a;
  border-left: 20px solid #78dc1a;
}
.car-detail.back {
  height: 20px;
  width: 92px;
  top: 15px;
  left: 0px;
}
.car-detail.center {
  height: 35px;
  width: 75px;
  left: 12px;
  border-top-left-radius: 30px;
  border-top-right-radius: 45px 40px;
  border: 4px solid #78dc1a;
  background: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.car-detail.center1 {
  height: 35px;
  width: 35px;
  left: 12px;
  border-top-left-radius: 30px;
}
.car-detail.front {
  height: 20px;
  width: 50px;
  top: 15px;
  left: 67px;
  border-top-right-radius: 50px 40px;
  border-bottom-right-radius: 10px;
}
.car-detail.wheel {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: 20px;
  left: 12px;
  border: 3px solid #333;
  background: -o-linear-gradient(
      45deg,
      transparent 45%,
      #ffe4e1 46%,
      #ffe4e1 54%,
      transparent 55%
    ),
    -o-linear-gradient(135deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent
          55%),
    -o-linear-gradient(left, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent
          55%),
    -o-linear-gradient(bottom, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent
          55%),
    -o-radial-gradient(#ffe4e1 29%, transparent 30%, transparent 50%, #ffe4e1
          51%),
    #333;
  background: linear-gradient(
      45deg,
      transparent 45%,
      #ffe4e1 46%,
      #ffe4e1 54%,
      transparent 55%
    ),
    linear-gradient(
      -45deg,
      transparent 45%,
      #ffe4e1 46%,
      #ffe4e1 54%,
      transparent 55%
    ),
    linear-gradient(
      90deg,
      transparent 45%,
      #ffe4e1 46%,
      #ffe4e1 54%,
      transparent 55%
    ),
    linear-gradient(
      0deg,
      transparent 45%,
      #ffe4e1 46%,
      #ffe4e1 54%,
      transparent 55%
    ),
    radial-gradient(#ffe4e1 29%, transparent 30%, transparent 50%, #ffe4e1 51%),
    #333;
  -webkit-animation-name: spin;
  animation-name: spin;
}
.car-detail.wheel2 {
  left: 82px;
}

#block {
  width: 100%;
  height: 100vh;
  background-image: url("../assets/images/maine_screen1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: soft-light;
  background-color: #333;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.content {
  width: 80%;
  height: 40%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 15%;
}

.hamburger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  z-index: 1;
}

/* скрываем чекбокс */
#menu__toggle {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  grid-area: post-1;
}

/* стилизуем кнопку */
.menu__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* используем flex для центрирования содержимого */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; /* центрируем содержимое кнопки */
  position: fixed;
  top: 20px;
  left: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}
/* добавляем "гамбургер" */
.menuIcon,
.menuIcon:before,
.menuIcon:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}

.menu__btn > .menuIcon:before,
.menu__btn_scroll > .menuIcon:before {
  content: "";
  top: -8px;
}
.menu__btn > .menuIcon:after {
  content: "";
  top: 8px;
}
/* контейнер меню */
.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -110%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  text-align: center;
  background-color: #333;
  -webkit-box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.4);
}
.menuContact {
  margin-top: 200px;
  padding: 12px 24px;
}
.menuContact li,
a {
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}

/* элементы меню */
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.menu__item:hover,
.menuContact a:hover {
  background-color: #444444;
}
.menuIconAfter {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menuIconAfter:before {
  content: "" !important;
  top: 0 !important;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.menuIconAfter:after {
  content: "" !important;
  top: 0 !important;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menuboxVisible {
  visibility: visible;
  left: 0;
  display: block;
}

.menu__btn > .menuIcon,
.menu__btn > .menuIcon:before,
.menu__btn > .menuIcon:after {
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.menu__box {
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.menu__item {
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.nm-logo-rings {
  position: fixed;
  z-index: 1;
  right: 10px;
  top: 20px;
  height: 25px;
  width: 78px;
  fill: #ffffff;
}

.mainHeader {
  font-size: 57.6px;
  font-size: 3.6rem;
  line-height: 76.8px;
  line-height: 4.8rem;
  font-style: normal;
  color: #ffffff;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.9);
  -webkit-animation: bounce-top 5s infinite both;
  animation: bounce-top 5s infinite both;
}
/*анимация для заголовка гл.экрана*/
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  24% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  24% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.maineParagraf {
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 40px;
}
/*анимация стрелок главного экрана*/
.arrow-block {
  margin: 40px auto 10px auto;
  width: 38px;
  height: 100px;
  z-index: 1;
}
.arrow-block span {
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 5px solid #78dc1a;
  border-right: 5px solid #78dc1a;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -16px 0;

  -webkit-animation: arrow-block 2s infinite;

  animation: arrow-block 2s infinite;
}
.arrow-block span:nth-child(2) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.arrow-block span:nth-child(3) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
@-webkit-keyframes arrow-block {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate(0, -20px) rotate(45deg);
    transform: translate(0, -20px) rotate(45deg);
  }
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate(0, 20px) rotate(45deg);
    transform: translate(0, 20px) rotate(45deg);
  }
}
@keyframes arrow-block {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate(0, -20px) rotate(45deg);
    transform: translate(0, -20px) rotate(45deg);
  }
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate(0, 20px) rotate(45deg);
    transform: translate(0, 20px) rotate(45deg);
  }
}

.description {
  color: #333;
  padding-bottom: 10%;
}
.description-headerConteiner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-top: -55px;
}
.visib {
  width: 100%;
  height: 250px;
  visibility: visible;
  margin-top: -125px;
  position: relative;
  background-image: url("../assets/images/sky.png");
}

.header {
  font-size: 32px;
  font-size: 2rem;
  margin-top: 45px;
}

.contParagraf,
.contParagrafVariat {
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.paragraf {
  width: 45%;
  margin-left: 10%;

  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.view {
  width: 100%;
  background-color: #333;
  color: #fff;
  padding-top: 15px;
}
.visibview {
  width: 100%;
  height: 250px;
  visibility: visible;

  position: relative;
  background-image: url("../assets/images/sky.png");
  margin-top: -150px;
}

.contentView {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.paragrafView {
  -webkit-animation: paragrafView 3s linear infinite;
  animation: paragrafView 3s linear infinite;
  margin: 2% 0;
}
@-webkit-keyframes paragrafView {
  0% {
    color: rgb(255, 255, 255);
  }
  50% {
    color: rgba(255, 255, 255, 0);
  }
  100% {
    color: rgb(255, 255, 255);
  }
}
@keyframes paragrafView {
  0% {
    color: rgb(255, 255, 255);
  }
  50% {
    color: rgba(255, 255, 255, 0);
  }
  100% {
    color: rgb(255, 255, 255);
  }
}
.imgView {
  width: 100%;
  margin-bottom: 10px;
}

.review {
  width: 100%;

  cursor: pointer;
  padding: 45px 0;

  background-size: cover;
}
.wheel {
  display: block;
  background-position-x: left;

  -webkit-animation: rotate 6s linear infinite;

  animation: rotate 6s linear infinite;
  -webkit-transition: left 5s cubic-bezier(0, 0, 1, 1);
  -o-transition: left 5s cubic-bezier(0, 0, 1, 1);
  transition: left 5s cubic-bezier(0, 0, 1, 1);
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.paragrafVariat {
  width: 45%;
  margin-left: 10%;
  margin-bottom: 20px;
  margin-top: -35px;
}

.slider {
  border: 2px solid white;
  position: relative;
}

.slides-view-box__frame {
  width: 100%;
  overflow: hidden;
}

.slides-view-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  width: 700%;
}

.slide {
  width: 20%;
}

.slide img {
  display: block;
  width: 100%;
}

.slider-active-controls {
  position: absolute;
  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;
  bottom: 0;
  padding: 8px;
  left: 0;
  right: 0;
}

.slider-active-controls label {
  background-color: rgba(120, 220, 26, 0.4);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  display: block;
  cursor: pointer;
  z-index: 1;
}

.slider-active-controls label:hover {
  background-color: rgba(120, 220, 26, 0.6);
}

.slider-active-controls label:not(:last-child) {
  margin-right: 5px;
}

#slide1:checked ~ .slides-view-box__frame .slides-view-box__content {
  margin-left: 0;
}

#slide2:checked ~ .slides-view-box__frame .slides-view-box__content {
  margin-left: -100%;
}

#slide3:checked ~ .slides-view-box__frame .slides-view-box__content {
  margin-left: -200%;
}

#slide4:checked ~ .slides-view-box__frame .slides-view-box__content {
  margin-left: -300%;
}

#slide5:checked ~ .slides-view-box__frame .slides-view-box__content {
  margin-left: -400%;
}
#slide6:checked ~ .slides-view-box__frame .slides-view-box__content {
  margin-left: -500%;
}
#slide7:checked ~ .slides-view-box__frame .slides-view-box__content {
  margin-left: -600%;
}
#slide1:checked ~ .slider-active-controls label:nth-child(1),
#slide2:checked ~ .slider-active-controls label:nth-child(2),
#slide3:checked ~ .slider-active-controls label:nth-child(3),
#slide4:checked ~ .slider-active-controls label:nth-child(4),
#slide5:checked ~ .slider-active-controls label:nth-child(5),
#slide6:checked ~ .slider-active-controls label:nth-child(6),
#slide7:checked ~ .slider-active-controls label:nth-child(7) {
  -webkit-box-shadow: 0 0 6px 2px rgba(31, 219, 31, 0.5);
  box-shadow: 0 0 6px 2px rgba(31, 219, 31, 0.5);
  background-color: rgb(120, 220, 26);
}

.slider-side-controls label {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  cursor: pointer;
  -webkit-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-side-controls label:hover {
  background-color: rgba(120, 220, 26, 0.1);
}

.slider-side-controls:hover label:before {
  border-bottom: 6px solid;
  border-left: 6px solid;
  content: "";
  width: 36px;
  height: 36px;
  display: block;
  border-color: rgba(120, 220, 26, 0.8);
}

#slide1:checked ~ .slider-side-controls:hover label:nth-child(7):before,
#slide2:checked ~ .slider-side-controls label:nth-child(1):before,
#slide3:checked ~ .slider-side-controls label:nth-child(2):before,
#slide4:checked ~ .slider-side-controls label:nth-child(3):before,
#slide5:checked ~ .slider-side-controls label:nth-child(4):before,
#slide6:checked ~ .slider-side-controls label:nth-child(5):before,
#slide5:checked ~ .slider-side-controls label:nth-child(6):before {
  -webkit-transform: rotate(45deg) translateX(10px);
  -ms-transform: rotate(45deg) translateX(10px);
  transform: rotate(45deg) translateX(10px);
}

#slide1:checked ~ .slider-side-controls:hover label:nth-child(2):before,
#slide2:checked ~ .slider-side-controls:hover label:nth-child(3):before,
#slide3:checked ~ .slider-side-controls:hover label:nth-child(4):before,
#slide4:checked ~ .slider-side-controls:hover label:nth-child(5):before,
#slide5:checked ~ .slider-side-controls:hover label:nth-child(6):before,
#slide6:checked ~ .slider-side-controls:hover label:nth-child(7):before,
#slide7:checked ~ .slider-side-controls:hover label:nth-child(1):before {
  -webkit-transform: rotate(-135deg) translateX(10px);
  -ms-transform: rotate(-135deg) translateX(10px);
  transform: rotate(-135deg) translateX(10px);
}

#slide1:checked ~ .slider-side-controls label:nth-child(7),
#slide2:checked ~ .slider-side-controls label:nth-child(1),
#slide3:checked ~ .slider-side-controls label:nth-child(2),
#slide4:checked ~ .slider-side-controls label:nth-child(3),
#slide5:checked ~ .slider-side-controls label:nth-child(4),
#slide6:checked ~ .slider-side-controls label:nth-child(5),
#slide7:checked ~ .slider-side-controls label:nth-child(6) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
}

#slide1:checked ~ .slider-side-controls label:nth-child(2),
#slide2:checked ~ .slider-side-controls label:nth-child(3),
#slide3:checked ~ .slider-side-controls label:nth-child(4),
#slide4:checked ~ .slider-side-controls label:nth-child(5),
#slide5:checked ~ .slider-side-controls label:nth-child(6),
#slide6:checked ~ .slider-side-controls label:nth-child(7),
#slide7:checked ~ .slider-side-controls label:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
}
.visibviewSl,
.visibFeed {
  width: 100%;
  height: 250px;
  visibility: visible;

  position: relative;
  background-image: url("../assets/images/sky.png");
  margin-top: -80px;
}
.interer {
  margin-top: -230px;
}
.diz {
  color: #fff;
  text-align: start;
  padding-right: 10%;
}
.contIterer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 5% 0;
}
/*анимация для смены картинок*/
#img_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 28%;
  margin: 0 auto;
}

#img_container img {
  position: absolute;
  width: 23%;
  margin-left: 10%;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

@-webkit-keyframes cf3FadeInOut {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  45% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  55% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes cf3FadeInOut {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  45% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  55% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

#img_container img.top {
  -webkit-animation-name: cf3FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  -webkit-animation-direction: alternate;

  -moz-animation-name: cf3FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 3s;
  -moz-animation-direction: alternate;

  -o-animation-name: cf3FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-direction: alternate;
  animation-name: cf3FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.headInterer {
  margin-top: 15%;
}
/*анимация для текстов*/
.test {
  -webkit-transform: translateX(-2000px);
  transform: translateX(-2000px);
}
.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(30px);
  }

  80% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

/*секция тест-драйв*/
.feedback {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.visibFeed {
  margin-top: -90px;
}
.imgfeedback {
  height: 197px;
  width: 350px;
  overflow: hidden;
  background: url("../assets/images/sprite_car.jpg");
}
iframe {
  width: 250px;
  height: 400px;
  border: none;
}
.animateFeedback {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.animatiya {
  left: 0;
}
.formConteiner {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.formFeed {
  height: 250px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.formFeed input {
  margin-top: 15px;
  outline: none;
  border: none;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #333;
}
input:active {
  background-color: rgba(255, 255, 255, 0.9);
}
.formFeed ::-webkit-input-placeholder {
  color: #333;
}
.formFeed ::-moz-placeholder {
  color: #333;
}
.formFeed :-ms-input-placeholder {
  color: #333;
}
.formFeed ::-ms-input-placeholder {
  color: #333;
}
.formFeed ::-webkit-input-placeholder {
  color: #333;
}
.formFeed ::-moz-placeholder {
  color: #333;
}
.formFeed :-ms-input-placeholder {
  color: #333;
}
.formFeed ::placeholder {
  color: #333;
}
.aui-button {
  width: 155px;
  height: 35px;
  margin-top: 70px;
  font-size: 25px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 6px;
  border: solid 1px #78dc1a;
  background: #78dc1a;
  text-align: center;
  color: #333;

  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-box-shadow: 0px 7px 0px #2c5307;
  box-shadow: 0px 7px 0px #2c5307;
}
.aui-button:hover {
  color: #78dc1a;
  cursor: pointer;
  border-radius: 6px;
  border: solid 1px #333;
  background: #333;
  text-align: center;
  background-position: 100% 0;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-box-shadow: 0px 7px 0px #0f0f0f;
  box-shadow: 0px 7px 0px #0f0f0f;
}
.aui-button:focus {
  outline: none;
}
.paragrafFeedback {
  width: 45%;
}
/*классы для проверки формы*/
span {
  color: red;
  display: block;
  font-size: 14px;
}
.alert {
  background-color: rgba(120, 220, 26, 0.5);
}
.footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #333333;
  color: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#yandexmap {
  width: 50%;
  height: 500px;
}
.contactfooter {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 1%;

  list-style: none;
}
.contactfooter a {
  text-decoration: none;
  color: #ffffff;
}
.contactfooter li {
  margin: 5px 0;
}
.headerfooter {
  margin: 10px 0;
}
h4.headerfooter {
  margin-top: 25px;
}
/*стили видеовсплывашки**/
#popup-video {
  position: fixed;
  height: 100vh;
  width: 600px;
  background: #333;
  top: 0;
  right: 0;
  z-index: 10000;
  padding: 24px;
  padding: 1.5rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 0px;
}
#popup-video .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  cursor: pointer;
}
#popup-video .close svg {
  fill: #fff;
  width: 24px;
  width: 1.5rem;
}
svg:not(:root) {
  overflow: hidden;
}
#popup-video.noactive {
  right: -648px;
}
#popup-video.hide {
  right: -390px;
}

#popup-video .video-item {
  position: relative;
  display: block;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
  border: 1px solid rgb(255 255 255 / 0.2);
}
/*стили для видеоплеера*/
.video-player {
  width: 100%;
  cursor: pointer;
}
.video-container {
  position: relative;
  border: 1px solid rgba(15, 30, 54, 0.2);
  border-bottom: none;
  max-width: 800px;
  margin: 0 auto;
}

.video-navigation {
  position: absolute;
  bottom: -44px;
  border-left: 1px solid rgba(15, 30, 54, 0.2);
  border-right: 1px solid rgba(15, 30, 54, 0.2);
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0f1e36;
  color: #fff;
}

.video-button {
  color: #fff;
  background-color: transparent;
  border: 0;
  outline: 0;
  margin: 15px;
}
.video-time {
  margin: 15px;
  font-weight: 700;
}
.control-icon,
.volume-off {
  margin-right: 10px;
}
.fa-volume-up {
  margin-left: 10px;
}
.video-fullscreen {
  cursor: pointer;
  font-size: 25px;
}
.fa {
  color: #fff;
}

input[type="range"] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 18%;
  outline: none;
  font-size: 10px;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
  margin-top: -7px;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type="range"]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
  margin-top: -7px;
}

/*стили для открывания всплывашки с видео*/
#popup-video #video-swipe .swipe {
  width: 48px;
  width: 3rem;
  height: 300px;
  position: absolute;
  left: -48px;
  left: -3rem;
  top: 50%;
  cursor: pointer;
}
/*svg на которое наезжает шина*/
#popup-video #video-swipe .but {
  position: absolute;
  fill: #333;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#popup-video #video-swipe .shina {
  position: absolute;
  top: 50%;
  left: 0px;
  height: 110px;
  width: 80px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*полоски ,которые оставляет шина*/
#popup-video #video-swipe .scratch {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}
#popup-video #video-swipe .scratch span {
  height: 2px;
  background: -o-radial-gradient(rgb(120, 220, 26), rgb(120 220 26 / 0.01));
  background: radial-gradient(rgb(120, 220, 26), rgb(120 220 26 / 0.01));
  position: absolute;
  left: 0px;
  z-index: -1;
}
#popup-video #video-swipe .scratch span:nth-of-type(1) {
  top: 20%;
  width: 35%;
}
#popup-video #video-swipe .scratch span:nth-of-type(2) {
  top: 36%;
  width: 66%;
}
#popup-video #video-swipe .scratch span:nth-of-type(3) {
  top: 56%;
  width: 60%;
}
#popup-video #video-swipe .scratch span:nth-of-type(4) {
  top: 70%;
  width: 55%;
}

#popup-video #video-swipe .shina-icon {
  background: url("../assets/images/handle.png") no-repeat center;
  background-size: contain;
  height: 100%;
  width: 100%;
  -webkit-transform: scaleX(1) translateX(5%);
  -ms-transform: scaleX(1) translateX(5%);
  transform: scaleX(1) translateX(5%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: -25px;
}
/*движение колеса-шины*/
#popup-video.noactive #video-swipe .shina-icon {
  -webkit-animation: shina linear 4s infinite;
  animation: shina linear 4s infinite;
}

#popup-video.noactive #video-swipe:hover .shina-icon {
  -webkit-transform: scaleX(0.8) translateX(-25%);
  -ms-transform: scaleX(0.8) translateX(-25%);
  transform: scaleX(0.8) translateX(-25%);
}
#popup-video #video-swipe .shina-tooltip {
  background: rgb(0 0 0 / 0.8);
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding: 10px;
  border-radius: 8px;
  border-top-right-radius: 0;
  position: absolute;
  right: 100%;
  width: 140px;
  line-height: 1.3;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*появление подсказки при наведении на шину*/
#popup-video.noactive #video-swipe:hover .shina-tooltip {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  transform: translateY(0rem);
}

@-webkit-keyframes shina {
  0% {
    -webkit-transform: scaleX(1) translateX(5%);
    transform: scaleX(1) translateX(5%);
  }
  40% {
    -webkit-transform: scaleX(1) translateX(5%);
    transform: scaleX(1) translateX(5%);
  }
  49% {
    -webkit-transform: scaleX(0.9) translateX(-25%);
    transform: scaleX(0.9) translateX(-25%);
  }
  55% {
    -webkit-transform: scaleX(1) translateX(5%);
    transform: scaleX(1) translateX(5%);
  }
  100% {
    -webkit-transform: scaleX(1) translateX(5%);
    transform: scaleX(1) translateX(5%);
  }
}

@keyframes shina {
  0% {
    -webkit-transform: scaleX(1) translateX(5%);
    transform: scaleX(1) translateX(5%);
  }
  40% {
    -webkit-transform: scaleX(1) translateX(5%);
    transform: scaleX(1) translateX(5%);
  }
  49% {
    -webkit-transform: scaleX(0.9) translateX(-25%);
    transform: scaleX(0.9) translateX(-25%);
  }
  55% {
    -webkit-transform: scaleX(1) translateX(5%);
    transform: scaleX(1) translateX(5%);
  }
  100% {
    -webkit-transform: scaleX(1) translateX(5%);
    transform: scaleX(1) translateX(5%);
  }
}
@media (max-width: 950px) {
  .paragraf {
    margin-left: 0;
  }
  .paragrafVariat {
    margin-left: 0;
  }
  .interer {
    margin-top: -200px;
  }
  .headInterer {
    margin-top: 25%;
  }
  .paragrafFeedback {
    width: 85%;
    margin-top: 15px;
  }
  .animateFeedback {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .description-headerConteiner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .diz {
    padding-right: 5%;
  }
}

@media (max-width: 650px) {
  .paragraf,
  .paragrafVariat {
    width: 100%;
    z-index: 1;
  }
  .contIterer {
    -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;
  }
  #img_container {
    margin: 13% auto;
  }
  #img_container img {
    position: absolute;
    width: 35%;
    margin-left: 0;
  }
  .diz {
    padding: 5% 0;
    text-align: center;
  }
  .menuContact {
    margin-top: 150px;
  }
  #popup-video.noactive {
    right: -448px;
  }
  #popup-video {
    width: 400px;
  }
  .animateFeedback {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .formConteiner {
    padding-left: 0;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .headInterer {
    margin-top: 45%;
  }
  .visibview {
    margin-top: -120px;
  }
  #yandexmap {
    width: 100%;
    height: 250px;
  }
  .ymaps-2-1-78-map {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 400px) {
  .header {
    width: 80%;
  }
  .paragrafVariat {
    margin-top: 0;
  }
  .paragraf,
  .paragrafVariat,
  .paragrafView {
    width: 80%;
  }
  .visib {
    margin-top: -90px;
  }
  #popup-video.noactive {
    right: -298px;
  }
  #popup-video {
    width: 250px;
  }
  input[type="range"] {
    display: none;
  }
  .video-time {
    display: none;
  }
  .nm-logo-rings {
    right: 30px;

    height: 25px;
    width: 58px;
    z-index: 1;
  }
}
@media (max-width: 350px) {
  .wheel {
    width: 35%;
  }
  .imgfeedback,
  .replacement {
    width: 100%;
  }
  body,
  input {
    font-size: 16px;
  }
  .headInterer {
    margin-top: 65%;
  }
  .visib {
    margin-top: -65px;
  }
  .visibFeed {
    margin-top: -80px;
  }
}
@media (max-width: 280px) {
  body,
  input {
    font-size: 14px;
  }
  .menu__box {
    width: 230px;
  }

  .nm-logo-rings {
    display: none;
  }
  .replacement {
    width: 90%;
  }
  .header {
    font-size: 25px;
  }

  #popup-video.noactive {
    right: -228px;
  }
  #popup-video {
    width: 180px;
  }
}
