@font-face {
  font-family: TT-Tank-Light;
  src: url("../../fonts/tt-tank/TT_TANK_Light.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: TT-Tank-Medium;
  src: url("../../fonts/tt-tank/TT_TANK_Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: TT-Tank-Bold;
  src: url("../../fonts/tt-tank/TT_TANK_Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@-ms-viewport {
  width: device-width;
}

html {
  font-size: 10px;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media (min-width: 1441px) {
  .container {
    max-width: 1440px;
  }
}

.row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

@media (min-width: 768px) {
  .row {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}

.col {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .col {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@font-face {
  font-family: ALSRubl-Arial;
  src:
    url("../../fonts/alsrubl/alsrubl-arial-regular.woff") format("woff"),
    url("../../fonts/alsrubl/alsrubl-arial-regular.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: TT-Tank-Light, sans-serif;
}

b,
strong {
  font-family: TT-Tank-Bold, sans-serif;
}

.font-1-thin {
  font-family: var(--font-1-thin);
}

.font-1-extralight {
  font-family: var(--font-1-extralight);
}

.font-1-light {
  font-family: TT-Tank-Light, sans-serif;
}

.font-1-medium,
.font-1-regular {
  font-family: TT-Tank-Medium, sans-serif;
}

.font-1-semibold {
  font-family: var(--font-1-semibold);
}

.font-1-bold {
  font-family: TT-Tank-Bold, sans-serif;
}

.font-1-extrabold {
  font-family: var(--font-1-extrabold);
}

.font-1-black {
  font-family: var(--font-1-black);
}

.rub,
rub {
  font-family: ALSRubl-Arial, sans-serif;
  font-size: 1em;
}

.num,
.rub,
rub {
  line-height: normal;
  font-weight: 100;
  font-style: normal;
}

.num {
  white-space: nowrap;
  font-size: 1.2em;
  font-family: AA-Bebasneue, sans-serif;
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    transform: scaleX(1);
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.tada {
  animation-name: tada;
}

.spinner > div {
  width: 1em;
  height: 1em;
  background-color: #fff;
  margin: 0 2px;
  border-radius: 50%;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.line-through {
  position: relative;
}

.line-through:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  margin-top: -1px;
  top: 50%;
  background: #e42121;
}

.nobr,
.nowrap,
nobr {
  white-space: nowrap;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.text-center {
  text-align: center;
}

.hidden {
  display: none !important;
}

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.full-width {
  display: block;
  width: 100%;
}

.area {
  background-color: hsla(0, 0%, 80%, 0.5);
  display: inline-block;
  padding: 1.6rem;
  border-radius: 1;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.color-1 {
  background-color: #fff;
}

.color-2 {
  background-color: #000;
}

.color-3,
.color-4 {
  background-color: #ff9447;
}

.uppercase {
  text-transform: uppercase;
}

* {
  box-sizing: border-box;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

body {
  position: relative;
  overflow-x: hidden;
  color: #fff;
  margin: 0;
  padding: 0;
  transition: padding 0.5s ease-out;
  background-color: #131616;
}

.modal__content,
body,
h6,
input,
select,
textarea {
  font-size: 1.4rem;
}

@media (min-width: 1200px) {
  .modal__content,
  body,
  h6,
  input,
  select,
  textarea {
    font-size: 1.6rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  line-height: 1.1em;
  margin: 0;
  width: 100%;
}

h1 {
  font-size: 2.4rem;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 5.6rem;
  }
}

h2 {
  font-size: 2.2rem;
}

@media (min-width: 1200px) {
  h2 {
    font-size: 4.8rem;
  }
}

h3 {
  font-size: 2rem;
}

@media (min-width: 1200px) {
  h3 {
    font-size: 4rem;
  }
}

h4 {
  font-size: 1.8rem;
}

@media (min-width: 1200px) {
  h4 {
    font-size: 3.2rem;
  }
}

h5 {
  font-size: 1.6rem;
}

@media (min-width: 1200px) {
  h5 {
    font-size: 2.6rem;
  }
}

rub {
  display: inline;
  padding: 0;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
}

::-webkit-scrollbar {
  width: 0.2rem;
  height: 0.2rem;
}

body::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}

::-webkit-scrollbar-thumb {
  background: #ff9447;
  border-radius: 2rem;
}

::-webkit-scrollbar-track {
  background: #131616;
}

.button {
  cursor: pointer;
  border: none;
  display: inline-block;
  font-size: inherit;
  position: relative;
  text-decoration: none;
  text-align: center;
  transition: all 0.25s ease-out;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 7%, 0.4);
}

.button-1 {
  background-color: #fff;
}

.button-1:focus,
.button-1:hover {
  color: #fff;
  background-color: #d98447;
}

.button-1.active,
.button-1:active {
  color: #fff;
  background-color: #bf7947;
}

.button-2 {
  color: #fff;
  background-color: #000;
}

.button-2:focus,
.button-2:hover {
  background-color: #d98447;
}

.button-2.active,
.button-2:active {
  background-color: #bf7947;
}

.button-3 {
  color: #000;
  background-color: #ff9447;
}

.button-3:focus,
.button-3:hover {
  background-color: #d98447;
}

.button-3.active,
.button-3:active {
  background-color: #bf7947;
}

.button-outline-1 {
  background: transparent;
  color: #fff;
  box-shadow: inset 0 0 0 1px #fff;
}

.button-outline-1:focus,
.button-outline-1:hover {
  color: #000;
  background-color: #fff;
}

.button-outline-1.active,
.button-outline-1:active {
  background-color: #c4c4c4;
  box-shadow: inset 0 0 0 1px #c4c4c4;
}

.button-outline-2 {
  background: transparent;
  color: #000;
  box-shadow: inset 0 0 0 1px #000;
}

.button-outline-2:focus,
.button-outline-2:hover {
  color: #fff;
  background-color: #000;
}

.button-outline-2.active,
.button-outline-2:active {
  color: #ff9447;
  background-color: hsla(0, 0%, 0, 1);
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 0, 1);
}

.button-outline-3 {
  background: transparent;
  color: #fff;
  box-shadow: inset 0 0 0 1px #ff9447;
}

.button-outline-3:focus,
.button-outline-3:hover {
  color: #000;
  background-color: #ff9447;
}

.button-outline-3.active,
.button-outline-3:active {
  background-color: #b37447;
  box-shadow: inset 0 0 0 1px #996947;
}

.button-rounded {
  border-radius: 3rem;
}

.button-xs {
  font-size: 0.9em;
  text-transform: none;
  padding: 0.2em 0.3em;
}

.button-sm {
  padding: 0.75em 1.25em;
  font-size: 0.9em;
}

.button-md {
  padding: 1.105em 1.5em;
}

.button-lg {
  padding: 1.5em 2em;
}

.link {
  cursor: pointer;
  text-decoration: none;
  border: none;
  transition: color 0.25s ease-out;
}

.link:hover {
  background-image: none;
}

.link-1 {
  color: #fff;
}

.link-1:active,
.link-1:hover {
  color: #ff9447;
}

.link-2 {
  color: #000;
}

.link-3 {
  color: #ff9447;
}

.link-3:active,
.link-3:hover {
  color: #fff;
}

.link-dashed-1 {
  background-image: linear-gradient(90deg, #fff 66%, transparent 0);
  background-repeat: repeat-x;
  background-size: 0.4em 1px;
}

.link-dashed-1:hover {
  background-image: linear-gradient(#fff, #fff);
  background-size: 100% 1px;
}

.link-dashed-2 {
  background-image: linear-gradient(90deg, #000 66%, transparent 0);
  background-repeat: repeat-x;
  background-size: 0.4em 1px;
}

.link-dashed-2:hover {
  background-image: linear-gradient(#000, #000);
  background-size: 100% 1px;
}

.link-dashed-3 {
  background-image: linear-gradient(90deg, #ff9447 66%, transparent 0);
  background-repeat: repeat-x;
  background-size: 0.4em 1px;
}

.link-dashed-3:hover {
  background-image: linear-gradient(#ff9447, #ff9447);
  background-size: 100% 1px;
}

.link-wrap {
  position: relative;
}

.link-a {
  padding: 0.1rem 0;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  color: inherit;
}

.link-a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background: none;
  bottom: -0.1rem;
  transition: 0.25s;
}

.link-a:hover {
  text-decoration: none;
}

.link-a:hover:after {
  width: 100%;
  background: #fff;
}

.link-a-b {
  padding: 0.1rem 0;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  color: inherit;
}

.link-a-b:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background: none;
  bottom: -0.1rem;
  transition: 0.25s;
}

.link-a-b:hover {
  text-decoration: none;
}

.link-a-b:hover:after {
  width: 100%;
  background: #121212;
}

.link-a-c {
  padding: 0.1rem 0;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  color: #ff9447;
}

.link-a-c:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background: none;
  bottom: -0.1rem;
  transition: 0.25s;
}

.link-a-c:hover {
  text-decoration: none;
}

.link-a-c:hover:after {
  width: 100%;
  background: #ff9447;
}

.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (min-width: 768px) {
  .section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.section_dark {
  background-color: #000;
  color: #fff;
}

.section_dark .form__item {
  color: #000;
}

.section__title {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .section__title {
    margin-bottom: 1.5em;
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  to {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

.spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
}

.spinner > span {
  width: 1em;
  height: 1em;
  background-color: #fff;
  margin: 0 2px;
  border-radius: 50%;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  animation-delay: -0.16s;
}

.js-sending .spinner > span {
  animation-name: sk-bouncedelay;
}

.form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 1.6rem;
}

.form__item.input-name {
  grid-area: input-name;
  display: none;
}

.form__item.input-phone {
  grid-area: input-phone;
}

.form__item.select-wrap {
  position: relative;
  grid-area: select-wrap;
  display: none;
}

.form__item.select-wrap:before {
  content: "";
  position: absolute;
  right: 0.75em;
  top: 50%;
  transform: translateY(-2px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0.5em 0;
  border-color: #6b6b6b transparent transparent;
}

.form__item.textarea-wrap {
  grid-area: textarea-wrap;
  display: none;
}

.form__item.spinner-wrap {
  grid-area: spinner-wrap;
}

.form__item.agree-wrap {
  grid-area: agree-wrap;
}

.form__container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "input-phone" "spinner-wrap" "agree-wrap";
  grid-gap: 0.5rem;
}

.form__item {
  width: 100%;
  position: relative;
  padding: 0.3rem;
}

.form__label {
  position: absolute;
  left: 0.5rem;
  top: 0.3rem;
  font-size: 1.2rem;
  padding-top: 1.2rem;
  padding-left: 1.2rem;
  color: hsla(0, 0%, 7%, 0.6);
}

.form__asterisk {
  color: red;
}

.form__input,
.form__select,
.form__textarea {
  background: #fff;
  width: 100%;
  border: 1px solid #c7c7c7;
  border-radius: 0;
  padding: 3rem 1.2rem 1.5rem;
  font-size: inherit;
  outline: none;
}

.form__select {
  min-height: 64px;
  color: #6b6b6b;
}

.form__input:focus {
  border-color: #67afe9;
  box-shadow: 0 0 0.3rem 0 #67afe9;
}

.form__input.js-nonvalid,
.form__input.js-nonvalid:focus,
.form__select.js-nonvalid,
.form__select.js-nonvalid:focus {
  border-color: red;
}

.form__input.js-nonvalid:focus,
.form__select.js-nonvalid:focus {
  box-shadow: 0 0 0.2rem 0 red;
}

.form__input.js-valid,
.form__input.js-valid:focus,
.form__select.js-valid,
.form__select.js-valid:focus {
  border-color: #5cb75c;
}

.form__input.js-valid:focus,
.form__select.js-valid:focus {
  box-shadow: 0 0 0.2em 0 #5cb75c;
}

.form__select {
  -webkit-appearance: none;
}

.form__textarea {
  height: 13.5rem;
  width: 100%;
}

.js-error {
  background-color: red;
  font-size: 0.8em;
  text-align: center;
  position: absolute;
  left: 0.3rem;
  right: 0.3rem;
  bottom: 0.3rem;
  color: #fff;
  padding: 0.2em 0 0.1em;
}

.form__submit {
  width: 100%;
  padding: 1.12em 1.5em;
}

.form__submit > * {
  transition: opacity 0.15s ease-out;
}

.form__submit-loader,
.form__submit-success {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js-sending .form__submit-loader,
.js-success .form__submit-success {
  opacity: 1;
}

.js-sending .form__submit-title,
.js-success .form__submit-title {
  opacity: 0;
}

.form__submit-icon {
  display: inline-block;
  font-size: 1.5em;
  margin-right: 0.25em;
}

.form__agree {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2em;
  text-align: center;
}

.form__agree * {
  font-size: inherit;
}

.form__text {
  font-size: 1.6rem;
  line-height: 1.2em;
}

.form .link-wrap,
.form__text {
  display: inline-block;
}

.form .link {
  text-transform: none;
}

.header {
  position: relative;
  height: 7rem;
  color: #fff;
  background-color: #131616;
  transition: all 0.25s ease-out;
  z-index: 970;
}

@media (min-width: 992px) {
  .header {
    height: 13rem;
  }
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 4rem;
  height: 100%;
}

.header__item.address-wrap {
  display: none;
}

@media (min-width: 992px) {
  .header__item.address-wrap {
    display: flex;
  }
}

.header__item.logo-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  grid-gap: 1rem;
}

@media (min-width: 992px) {
  .header__item.logo-wrap {
    flex-direction: column;
  }
}

.header__subitem {
  display: flex;
  flex-direction: column;
}

.header__subitem.logo-img-wrap {
  flex-shrink: 0;
  width: 3.5rem;
  transition: all 0.25s ease-out;
}

@media (min-width: 1200px) {
  .header__subitem.logo-img-wrap {
    width: 6rem;
  }
}

@media (min-width: 1200px) {
  .js-header-sticky .header__subitem.logo-img-wrap {
    width: 5rem;
  }
}

.header__subitem.logo-title-wrap {
  display: none;
}

@media (min-width: 992px) {
  .header__subitem.logo-title-wrap {
    display: flex;
  }
}

.header__subitem.logo-title-wrap-mobile {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .header__subitem.logo-title-wrap-mobile {
    display: none;
  }
}

.header__item.links-wrap {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

@media (min-width: 992px) {
  .header__item.links-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    grid-gap: 1.5rem;
  }
}

.header__link-phone {
  font-size: 1.2em;
}

.header__button-callback {
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
}

.header__link-small {
  font-size: 1.3rem;
}

.header__item.burger-menu-wrap {
  flex-shrink: 0;
}

.header__item.mobile-block-wrap {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-gap: 1rem;
}

@media (min-width: 992px) {
  .header__item.mobile-block-wrap {
    display: none;
  }
}

.header__link-phone-mobile {
  font-size: 2.4rem;
}

.burger-menu {
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 990;
}

.burger-menu,
.burger-menu__container {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.burger-menu__container {
  justify-content: space-between;
  align-items: flex-start;
  grid-gap: 0.5rem;
  width: 3rem;
  height: 1.9rem;
}

.burger-menu__item {
  width: 100%;
  height: 0.3rem;
  background-color: #fff;
  transition: all 0.15s ease-out;
}

.burger-menu.active .burger-menu__item:first-child {
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: rotate(45deg);
}

.burger-menu__item:nth-child(2) {
  width: 60%;
}

.burger-menu:hover .burger-menu__item:nth-child(2) {
  width: 100%;
}

.burger-menu.active .burger-menu__item:nth-child(2) {
  opacity: 0;
}

.burger-menu__item:nth-child(3) {
  width: 80%;
}

.burger-menu:hover .burger-menu__item:nth-child(3) {
  width: 100%;
}

.burger-menu.active .burger-menu__item:nth-child(3) {
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 100%;
  transform: rotate(-45deg);
}

.panel {
  display: none;
}

@media (min-width: 992px) {
  .panel {
    position: relative;
    display: block;
    height: 4rem;
    background-color: #131616;
    border-top: 1px solid hsla(0, 0%, 100%, 0.05);
    z-index: 980;
  }
}

.panel.js-panel-sticky {
  background-color: rgba(19, 22, 22, 0.6);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}

.js-panel-sticky.panel-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.panel .container {
  grid-gap: 2.5rem;
}

.panel .container,
.panel__item {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.panel__item {
  grid-gap: 0.5rem;
}

.panel__item.dealer-wrap {
  margin-right: auto;
}

.panel__desc {
  font-size: 1em;
}

.panel__item:first-child,
.panel__item:nth-child(2) {
  display: none;
}

.js-panel-sticky .panel__item:first-child,
.js-panel-sticky .panel__item:nth-child(2) {
  display: flex;
}

.panel__link {
  font-size: 0.8em;
}

.burger {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  width: 100vw;
  background-color: rgba(19, 22, 22, 0.6);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  z-index: 980;
}

@media (min-width: 992px) {
  .burger {
    display: none;
  }
}

.burger.active {
  display: block;
}

@media (min-width: 992px) {
  .burger.active {
    display: none;
  }
}

.burger .container {
  justify-content: flex-start;
}

.burger .container,
.burger__item.links-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.burger__item.links-wrap {
  margin-top: 60px;
  justify-content: center;
}

.burger__link-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  width: 100%;
  padding-left: 1rem;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.burger__link-category,
.burger__link-menu {
  line-height: 1em;
  width: 100%;
}

.burger__link-menu {
  color: #e73313;
}

/* .show {
      position: relative;
      height: 45rem;
      overflow: hidden;
      z-index: 950;
    }

    @media (min-width: 992px) {
      .show {
        height: 80vh;
        max-height: 80rem;
      }
    } */

.show__item.content-wrap {
  position: absolute;
  bottom: 2rem;
  height: 100%;
  left: 0;
  width: 100%;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  grid-gap: 3rem;
  z-index: 970;
}

@media (min-width: 992px) {
  .show__item.content-wrap {
    justify-content: center;
  }
}

.show__subitem.heading-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.show__heading,
.show__subheading {
  text-align: center;
}

@media (min-width: 992px) {
  .show__subitem.title-wrap {
    position: absolute;
    bottom: 1rem;
  }
}

.show__title {
  display: inline-block;
  text-align: center;
}

.show__item.video-wrap,
.show__video {
  position: relative;
}

.show__video {
  top: 0;
  height: auto;
  left: 0;
  width: 100vw;
  z-index: 940;
}

@media (min-width: 992px) {
  .show__item.video-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background-color: hsla(0, 0%, 9%, 0.4);
    z-index: 960;
    pointer-events: none;
  }
}

.secondary-screen {
  opacity: 0;
  transition: all 0.3s ease-out;
  /* background-image: url(image/1.jpg); */
}

.modal {
  display: none;
}

@media (min-width: 992px) {
  .main__title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .main__form {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }

  .main__form .form {
    justify-content: flex-start;
  }

  .main__form .form__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 700px;
    margin: 0;
  }

  .main__form .form__container .form__item {
    width: 49%;
  }

  .main__form .form__container .agree-wrap {
    width: 100%;
  }
}

.main__form {
  margin-top: 20px;
}

.main__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.banner {
  position: relative;
}

.main__wrapper {
  position: relative;
  /* padding-bottom: 28px; */
}

.main-banner-slider {
}

.main-banner-slider .swiper-slide {
  height: auto;
}

.main-banner-slider .swiper-button-next,
.main-banner-slider .swiper-button-prev {
  color: #000;
}

.main-banner-slider .swiper-pagination-bullet-active {
  background: #000;
}

.main-banner-slider .swiper-pagination {
  bottom: 0;
}

.banner__wrap {
  padding: 48% 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner__title {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(10px, 1.9vw, 53px);
  line-height: 1.3;
  font-weight: 700;
  font-family: "TT-Tank-Bold";
  color: #000;
  text-align: center;
}

.banner__subtitle {
  font-size: clamp(10px, 6vw, 100px);
  font-family: "TT-Tank-Light";
  font-weight: 300;
  color: #000;
  position: absolute;
  top: 11%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.banner__benefits {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 13%;
  color: #000000;
  text-align: center;
}

.banner__price {
  font-size: clamp(10px, 7vw, 130px);
}

@media (max-width: 996px) {
  .banner__benefits {
    font-size: 20px;
    top: 10%;
  }
}

@media (max-width: 786px) {
  .banner__title {
    top: 2%;
    width: 100%;
  }

  .banner__subtitle {
    top: 7%;
  }

  .banner__benefits {
    font-size: 12px;
    top: 9%;
  }
}
