/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2025
BlankSlate is distributed under the terms of the GNU GPL
*/
@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  color: #101010;
  line-height: 1;
  font-family: Inter;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  font-family: Inter;
  font-size: inherit;
}
button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}
a {
  color: inherit;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
body {
  background: #f4f4f4;
}
.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.wrapper {
  min-height: 100%;
  overflow: hidden;
}
.wrapper main {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.wrapper section {
  scroll-snap-align: start;
}
.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  max-width: 89.375rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
[class*="-ibg"] {
  position: relative;
}
[class*="-ibg"] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
[class*="-ibg_contain"] img {
  -o-object-fit: contain;
  object-fit: contain;
}
.header {
  position: relative;
  z-index: 100;
  width: 100%;
}
.header__container {
  position: relative;
}
.header__top-wrap {
  background: #b5122a;
}
.header__top {
  background: #b5122a;
  padding: 8.5px 0;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
}
.header__logo-mob {
  display: none;
}
.header__link-soc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 6.5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__link-mail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 6.5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__bottom {
  background: #fff;
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 0;
  font-weight: 500;
  font-size: 16px;
  color: #101010;
}
.header__menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 40px;
}
.header__menu a:hover {
  color: rgba(16, 16, 16, 0.5);
}
.header__menu a:active {
  color: rgba(16, 16, 16, 0.5);
}
.lang-switcher {
  font-weight: 500;
  font-size: 14px;
  color: rgba(16, 16, 16, 0.4);
}
.lang-switcher .active {
  color: #101010;
}
.amfibia {
  color: rgba(255, 255, 255, 0.8784313725);
  font-size: 0.75rem;
}
.header-modal {
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  border-radius: 24px;
  background: #fff;
  position: absolute;
  top: 110%;
  left: -500px;
  max-width: 370px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
}
.header-modal.active {
  left: 15px;
  top: 110%;
  opacity: 1;
}
.close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  right: 15px;
  top: 15px;
  position: absolute;
}
.header-modal__telefon {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 130%;
  color: rgba(16, 16, 16, 0.5);
}
.header-modal__telefon:not(:last-child) {
  margin-bottom: 10px;
}
.header-modal__telefon img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
.header-modal__greytext {
  display: inline;
}
.header-modal__black-text {
  display: inline;
  color: #101010;
}
.header__modal-social {
  margin: 24px 0;
  font-weight: 500;
  font-size: 14px;
  color: rgba(16, 16, 16, 0.5);
}
.header__modal-social p {
  margin-bottom: 10px;
}
.soc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.soc a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.soc a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.soc a:active {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.amfibia {
  pointer-events: none;
  color: rgba(255, 255, 255, 0.8980392157);
}
.header__modal-list {
  font-weight: 400;
  font-size: 15px;
  color: #101010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.scene__tip01 {
  top: 321px;
  left: 504px;
}
.scene__tip02 {
  top: 493px;
  left: 696px;
}
.scene__tip03 {
  top: 573px;
  left: 873px;
}
.tabs__navigation {
  position: absolute;
  bottom: 260px;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: rgba(16, 16, 16, 0.2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 18px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 14px;
  padding: 0 48px;
}
.tabs__navigation button {
  text-transform: uppercase;
}
.interior .tabs {
  height: 100%;
}
.interior .tabs__content {
  height: 100%;
}
.interior .tabs__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.tabs__body .scene-info-block {
  padding-top: 110px;
}
[hidden] {
  display: none !important;
}
._tab-active {
  color: #b5122a;
  text-decoration: underline;
  line-height: 1.2;
}
.scene-info-txt ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px;
  margin-bottom: 10px;
  width: 100%;
}
.scene-info-txt ul li {
  padding-left: 18px;
  position: relative;
  max-width: 370px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 47%;
  flex: 1 1 47%;
}
.scene-info-txt ul li::before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: url(./img/redarrov.png);
}
section.home {
  position: relative;
  padding-bottom: 120px;
  padding-top: 190px;
  margin-top: -100px;
}
.wrapper.home {
  padding: 0;
}
.wrapper.home .header {
  margin-bottom: 0;
  z-index: 3;
}
.bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home__container {
  z-index: 2;
  position: relative;
}
.home__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.home__left {
  max-width: 422px;
}
.home__title {
  font-weight: 400;
  font-family: Bruno Ace;
  font-size: 26px;
  color: #101010;
  margin-bottom: 24px;
}
.btn {
  background: #b5122a;
  border-radius: 10px;
  padding: 14.5px 56px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn img,
.btn svg {
  margin-top: -3px;
  margin-right: 8px;
}
.btn:hover {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}
.btn:active {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}
.home__btn {
  max-width: 230px;
  margin-bottom: 63px;
}
.home__video {
  width: 100%;
  cursor: pointer;
  max-width: 230px;
}
.home__video .fon {
  height: 376px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
}
.home__video-niz {
  border-radius: 0 0 30px 30px;
  padding: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  gap: 8px;
  font-weight: 500;
  font-size: 19px;
  color: #101010;
}
.home__video-niz .nohaver {
  display: block;
}
.home__video-niz .haver {
  display: none;
}
.home__video-niz:hover {
  color: #b5122a;
}
.home__video-niz:hover .haver {
  display: block;
}
.home__video-niz:hover .nohaver {
  display: none;
}
.home__item {
  border-radius: 30px;
  overflow: hidden;
  max-width: 230px;
  width: 100%;
  background: #fff;
  cursor: pointer;
}
.home__item .nohaver {
  display: block;
}
.home__item .haver {
  display: none;
}
.home__item:hover {
  color: #b5122a;
}
.home__item:hover .haver {
  display: block;
}
.home__item:hover .nohaver {
  display: none;
}
.home__item-top {
  padding: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: #101010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.home__element {
  border-radius: 30px;
  overflow: hidden;
  max-width: 230px;
  width: 100%;
  background: #fff;
  padding: 20px;
  margin-top: 16px;
}
.home__element-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.home__element-ttl {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: #101010;
}
.home__element-subttl {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: #005caa;
}
.home__element-body {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.home__element-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 10px;
  color: #101010;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.home__element-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.home__element-spiner {
  position: relative;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
  overflow: hidden;
}
.home__element-spiner p {
  text-align: center;
  padding-top: 6.3px;
  background: #fff;
  z-index: 2;
}
.ring {
  position: absolute;
  bottom: -57px;
  -webkit-transform: rotate(-176deg) translateX(5px);
  -ms-transform: rotate(-176deg) translateX(5px);
  transform: rotate(-176deg) translateX(5px);
}
.loaded-end .ring {
  -webkit-animation: ring1 ease-in-out 2s forwards;
  animation: ring1 ease-in-out 2s forwards;
}
.progres {
  position: absolute;
  bottom: 4px;
  margin-left: 5px;
}
.loaded-end .progres {
  -webkit-animation: ring1a ease-in-out 2s forwards;
  animation: ring1a ease-in-out 2s forwards;
}
.loaded-end .ring2 {
  -webkit-animation: ring2 ease-in-out 2s forwards;
  animation: ring2 ease-in-out 2s forwards;
}
.loaded-end .prog2 {
  -webkit-animation: ring2a ease-in-out 2s forwards;
  animation: ring2a ease-in-out 2s forwards;
}
@-webkit-keyframes ring1 {
  0% {
    -webkit-transform: rotate(-176deg) translateX(5px);
    transform: rotate(-176deg) translateX(5px);
  }
  100% {
    -webkit-transform: rotate(-60deg) translateX(5px);
    transform: rotate(-60deg) translateX(5px);
  }
}
@keyframes ring1 {
  0% {
    -webkit-transform: rotate(-176deg) translateX(5px);
    transform: rotate(-176deg) translateX(5px);
  }
  100% {
    -webkit-transform: rotate(-60deg) translateX(5px);
    transform: rotate(-60deg) translateX(5px);
  }
}
@-webkit-keyframes ring1a {
  0% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(115deg);
    transform: rotate(115deg);
  }
}
@keyframes ring1a {
  0% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(115deg);
    transform: rotate(115deg);
  }
}
@-webkit-keyframes ring2 {
  0% {
    -webkit-transform: rotate(-176deg) translateX(5px);
    transform: rotate(-176deg) translateX(5px);
  }
  100% {
    -webkit-transform: rotate(-10deg) translateX(5px);
    transform: rotate(-10deg) translateX(5px);
  }
}
@keyframes ring2 {
  0% {
    -webkit-transform: rotate(-176deg) translateX(5px);
    transform: rotate(-176deg) translateX(5px);
  }
  100% {
    -webkit-transform: rotate(-10deg) translateX(5px);
    transform: rotate(-10deg) translateX(5px);
  }
}
@-webkit-keyframes ring2a {
  0% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(165deg);
    transform: rotate(165deg);
  }
}
@keyframes ring2a {
  0% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(165deg);
    transform: rotate(165deg);
  }
}
.mobila {
  display: none;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 10;
  display: none;
  -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 0s;
  transition: all 0.3s ease 0s;
  padding: 10px;
}
.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(16, 16, 16, 0.0901960784);
}
.modal__sub {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
  color: #101010;
  max-width: 488px;
  margin-left: auto;
  margin-right: auto;
}
.modal__conatainer {
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  border-radius: 40px;
  background: #fff;
  width: 100%;
  max-width: 970px;
  -webkit-animation: fadeIn2 1s ease forwards, splash 1s ease-in-out forwards;
  animation: fadeIn2 1s ease forwards, splash 1s ease-in-out forwards;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  z-index: 11;
  padding: 80px 40px;
  position: relative;
}
.active .modal__conatainer {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.modal__close {
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.modal__close:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.modal__title {
  max-width: 617px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
  color: #101010;
}
.modal__inputs {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.input {
  border: 1px solid rgba(16, 16, 16, 0.4);
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  display: block;
}
.modal__sumit {
  width: 100%;
}
.exterior {
  margin-top: 40px;
  margin-bottom: 40px;
}
.exterior__subtitle {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
  color: rgba(16, 16, 16, 0.5);
}
.exterior__mob-title {
  display: none;
  font-weight: 500;
  font-size: 10px;
  color: rgba(16, 16, 16, 0.32);
}
.exterior__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  text-transform: uppercase;
  color: #101010;
  margin-bottom: 40px;
}
.svet {
  position: absolute;
  right: 149px;
  top: 317px;
  -webkit-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
  opacity: 0;
}
.scene {
  position: relative;
  height: 760px;
  border-radius: 45px;
  overflow: hidden;
}
.scene__scale,
.scene__scale2 {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  width: 100%;
  height: 100%;
}
.active .scene__scale,
.active .scene__scale2 {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}
.scene__fon {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 40px;
}
.scene__tip {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.scene__tip:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.scene__tip img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.scene__tip1 {
  left: 166px;
  bottom: 166px;
}
.bez {
  z-index: 2;
  left: 469px;
  top: 433px;
  position: absolute;
}
.key {
  z-index: 2;
  left: 490px;
  top: 443px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.2, 0.9, 0.3, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.2, 0.9, 0.3, 1);
  transition: transform 1.2s cubic-bezier(0.2, 0.9, 0.3, 1);
  transition: transform 1.2s cubic-bezier(0.2, 0.9, 0.3, 1),
    -webkit-transform 1.2s cubic-bezier(0.2, 0.9, 0.3, 1);
  position: absolute;
}
.key.is-turned {
  -webkit-transform: rotate(32deg);
  -ms-transform: rotate(32deg);
  transform: rotate(32deg);
}
.pribor {
  position: absolute;
  top: 314px;
  left: 398px;
  opacity: 0;
  -webkit-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
}
.ekran {
  position: absolute;
  position: absolute;
  top: 278px;
  left: 634px;
  opacity: 0;
  -webkit-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
}
@-webkit-keyframes key-return {
  0% {
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
  }
  100% {
    -webkit-transform: rotate(-41deg);
    transform: rotate(-41deg);
  }
}
@keyframes key-return {
  0% {
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
  }
  100% {
    -webkit-transform: rotate(-41deg);
    transform: rotate(-41deg);
  }
}
.key.is-returning {
  -webkit-animation: key-return 1.5s cubic-bezier(0.2, 0.9, 0.3, 1) forwards;
  animation: key-return 1.5s cubic-bezier(0.2, 0.9, 0.3, 1) forwards;
}
.scene.active .scene__tip {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.scene__tip-motor {
  top: 400px;
  left: 496px;
}
.scene__tip2 {
  top: 401px;
  left: 495px;
}
.scene__tip3 {
  top: 401px;
  right: 368px;
}
.scene__tip4 {
  right: 87px;
  bottom: 166px;
}
#tippy-2 .tippy-box {
  background: #fff;
  border-radius: 4px;
  padding: 10px 16px;
  text-transform: none !important;
  font-weight: 500;
  font-size: 14px;
  color: #101010;
}
#tippy-2 .tippy-arrow {
  color: #fff;
}
.scene-info {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 608px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 2;
  opacity: 0;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: -1;
  overflow: hidden;
  border-radius: 0 40px 40px 0;
}
.scene-info.active {
  z-index: 5;
  opacity: 1;
}
.info-motor {
  right: -100%;
}
.info-motor.active {
  right: 0;
  opacity: 1;
}
.info-motor2 {
  right: -100%;
}
.info-motor2.active {
  right: 0;
  opacity: 1;
}
.info-carbon {
  right: -100%;
}
.info-carbon.active {
  right: 0;
  opacity: 1;
}
.info-seats {
  right: -100%;
}
.info-seats.active {
  right: 0;
  opacity: 1;
}
.info-svet {
  border-radius: 0;
  left: -100%;
}
.info-svet.active {
  left: 0;
  opacity: 1;
}
.scene-info-close {
  position: absolute;
  right: 16px;
  top: 16px;
  background: 0 0;
  z-index: 10;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn2 {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeIn2 {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes splash {
  0% {
    -webkit-box-shadow: 0 40px 40px 0 rgba(43, 43, 43, 0.9);
    box-shadow: 0 40px 40px 0 rgba(43, 43, 43, 0.9);
  }
  100% {
    -webkit-box-shadow: 100px 100px 100px 900px rgba(15, 15, 15, 0.425);
    box-shadow: 100px 100px 100px 900px rgba(15, 15, 15, 0.425);
  }
}
@keyframes splash {
  0% {
    -webkit-box-shadow: 0 40px 40px 0 rgba(43, 43, 43, 0.9);
    box-shadow: 0 40px 40px 0 rgba(43, 43, 43, 0.9);
  }
  100% {
    -webkit-box-shadow: 100px 100px 100px 900px rgba(15, 15, 15, 0.425);
    box-shadow: 100px 100px 100px 900px rgba(15, 15, 15, 0.425);
  }
}
.scene-info-img {
  height: 410px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-animation: fadeIn 1s ease forwards;
  animation: fadeIn 1s ease forwards;
}
.active .scene-info-img {
  -o-object-position: 50% 10%;
  object-position: 50% 10%;
}
.scene-info-block {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 48px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.scene-info-ttl {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: #101010;
}
.scene-info-txt {
  font-weight: 500;
  line-height: 135%;
  font-size: 16px;
  margin-bottom: auto;
  color: #101010;
}
.scene-info-txt p {
  margin-bottom: 10px;
}
.scene-link {
  border-radius: 4px;
  padding: 10px 15px;
  background: #f4f4f4;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  text-decoration: underline;
  color: #101010;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.scene-link span {
  text-decoration: underline;
}
.scene-link:hover {
  background: #e4e3e3;
}
.scene-link:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.interior {
  margin-bottom: 40px;
}
.buttons {
  margin-bottom: 120px;
}
.buttons__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.buttons__callback {
  border-radius: 24px;
  max-width: 100%;
  font-size: 20px;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 48%;
  flex: 1 1 48%;
  padding: 58px 12px;
}
.buttons__callback:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.buttons__quiz {
  padding: 58px 12px;
  font-weight: 500;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 48%;
  flex: 1 1 48%;
  background: #fff;
  font-size: 20px;
  text-transform: uppercase;
  color: #101010;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid rgba(16, 16, 16, 0.2);
  border-radius: 24px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.buttons__quiz:hover {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.buttons__quiz:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.radios {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
}
.gquiz-step1.radios label {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  min-width: 152px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radios input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.gquiz-step1.radios label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #c4c4c4;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radios label:has(> input:checked)::before {
  border: 5px solid #b5122a;
  background: #b5122a;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
  box-shadow: inset 0 0 0 4px #fff;
}
.gquiz-step1.radios label:hover::before {
  border-color: #b5122a;
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.7s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.7s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.7s ease-out, transform 0.5s ease-out;
  transition: opacity 0.7s ease-out, transform 0.5s ease-out,
    -webkit-transform 0.5s ease-out;
}
.fade-up.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.owner {
  margin-bottom: 120px;
}
.owner__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.owner__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.owner__col1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fancybox__container {
  max-width: 100%;
}
.owner__play-block {
  width: 100%;
  cursor: pointer;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 16px;
}
.owner__play-block .img {
  width: 100%;
}
.owner__play-ttl {
  padding: 20px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  background: #fff;
  text-transform: uppercase;
  color: #101010;
  font-family: "Bruno Ace";
}
.owner__play-bottom {
  padding: 20px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  color: #101010;
}
.owner__play-bottom .nohaver {
  display: block;
}
.owner__play-bottom .haver {
  display: none;
}
.owner__play-bottom:hover {
  color: #b5122a;
}
.owner__play-bottom:hover .haver {
  display: block;
}
.owner__play-bottom:hover .nohaver {
  display: none;
}
.owner__foto {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
.owner__foto img {
  width: 100%;
  border-radius: 24px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.owner__col2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 460px;
}
.owner__col2 img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.owner__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 702px;
}
.owner__right-ttl {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  color: #101010;
}
.owner__right-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 80px;
  color: #101010;
}
.owner__right-text p:not(:last-child) {
  margin-bottom: 16px;
}
.owner__right-text p:last-child {
  font-weight: 600;
  color: #b5122a;
  margin-top: 40px;
  font-style: italic;
  max-width: 550px;
}
body main .owner .owner__slider {
  display: none;
}
body main .owner .owner__slider .img {
  width: 100%;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: static !important;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: rgba(16, 16, 16, 0.12);
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.swiper-pagination-bullet-active {
  border: 3px solid #b5122a;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}
@-webkit-keyframes gentle-rise {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px) scale(0.9);
    transform: translateY(24px) scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}
@keyframes gentle-rise {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px) scale(0.9);
    transform: translateY(24px) scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}
.plate {
  opacity: 0;
}
.loaded-end .plate {
  -webkit-animation: gentle-rise 1s ease-out 0.5s forwards;
  animation: gentle-rise 1s ease-out 0.5s forwards;
}
.plate:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.plate:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.plate:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.plate:nth-child(4) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.stock {
  margin-bottom: 40px;
}
.stock__title {
  margin-bottom: 40px;
}
.title {
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  text-transform: uppercase;
  color: #101010;
  text-align: center;
}
.stock__body {
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background: #fff;
}
.stock__left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  border-right: 1px solid #d9d9d9;
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.stock__left-top {
  padding: 24px;
  width: 100%;
  padding-right: 62px;
  text-align: right;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  color: #101010;
  margin-bottom: 31px;
  background: #d9d9d9;
  border-radius: 32px 0 0 0;
}
.stock__left-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  padding-right: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 500;
  font-size: 20px;
  margin-left: auto;
  color: #101010;
  width: 100%;
  max-width: 300px;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 48px;
}
.stock__list-tem {
  text-align: left;
  gap: 8px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.stock__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.stock__right-top {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff;
  padding: 24px;
  padding-left: 42px;
  background: #b5122a;
  border-radius: 0 32px 0 0;
  text-align: left;
  margin-bottom: 31px;
}
.stock__right-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: auto;
  padding-left: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 500;
  font-size: 20px;
  margin-left: auto;
  color: #101010;
  width: 100%;
  max-width: 320px;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 48px;
}
.befor {
  margin-bottom: 120px;
}
.reveal-slider {
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 30px;
}
.reveal-base,
.reveal-front img {
  width: 100%;
  height: auto;
  display: block;
}
.reveal-front {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-clip-path: inset(0 50% 0 0);
  clip-path: inset(0 50% 0 0);
  will-change: clip-path;
  -webkit-transition: -webkit-clip-path 0.2s ease-out;
  transition: -webkit-clip-path 0.2s ease-out;
  transition: clip-path 0.2s ease-out;
  transition: clip-path 0.2s ease-out, -webkit-clip-path 0.2s ease-out;
}
.reveal-range {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  background: 0 0;
  cursor: ew-resize;
}
.range-thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92px;
  z-index: 2;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  height: 138px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.range-thumb::before {
  height: 860px;
  width: 3px;
  background: #fff;
  content: "";
  display: block;
  margin-left: 44px;
  z-index: -1;
  top: -400px;
  position: absolute;
}
.road {
  margin-bottom: 40px;
}
.road__title {
  margin-bottom: 8px;
}
.road__sub {
  max-width: 600px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  line-height: 135%;
  text-align: center;
  color: rgba(16, 16, 16, 0.5);
}
.road__body {
  position: relative;
}
.road__body .bg {
  width: 100%;
  position: static;
  border-radius: 40px;
}
.road__text-blocks {
  position: absolute;
  left: 40px;
  bottom: 40px;
  overflow: hidden;
  height: 33px;
  z-index: 2;
  font-weight: 400;
  font-size: 32px;
  color: #fff;
  width: calc(100% - 40px);
  font-family: "Bruno Ace";
}
.road__text-blocks > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: translateY(33px);
  -ms-transform: translateY(33px);
  transform: translateY(33px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease,
    -webkit-transform 0.8s ease;
}
.road__text-blocks > div.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.road__text-blocks > div.leaving {
  opacity: 0;
  -webkit-transform: translateY(-33px);
  -ms-transform: translateY(-33px);
  transform: translateY(-33px);
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  background: #b5122a;
  border-radius: 4px;
  border: 2px solid #1a1a1a;
}
::-webkit-scrollbar-thumb:hover {
  background: #d92742;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #b5122a #1a1a1a;
}
.level {
  margin-bottom: 120px;
}
.level__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(16, 16, 16, 0.2);
  border-radius: 24px;
  padding: 35px;
  gap: 35px;
}
.level__left {
  max-width: 525px;
}
.level__ttl {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  text-transform: uppercase;
  color: #101010;
}
.level__sub {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  color: #101010;
}
.level__txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: rgba(16, 16, 16, 0.6);
}
.level__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.level__right .btn {
  height: 100%;
  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;
}
.level__right .buttons__callback {
  margin: 0;
  width: 100%;
}
.exterior__wrap::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.exterior__wrap::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 4px;
}
.exterior__wrap::-webkit-scrollbar-thumb {
  background: #918f8f;
  border-radius: 4px;
  border: 2px solid #1a1a1a;
}
.exterior__wrap::-webkit-scrollbar-thumb:hover {
  background: #757575;
}
.exterior__wrap {
  scrollbar-width: thin;
  scrollbar-color: #757575 #1a1a1a;
}
.services {
  margin-bottom: 80px;
}
.services__title {
  margin-bottom: 40px;
}
.services__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.services__card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 32px;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 50px;
  line-height: 140%;
  color: #101010;
  background: #fff;
}
.services__card ul {
  margin-top: 10px;
}
.services__card li {
  padding-left: 16px;
  font-size: 1rem;
  position: relative;
  max-width: 370px;
  margin-bottom: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 47%;
  flex: 1 1 47%;
}
.services__card li::before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: url(./img/redarrov.png);
}
.services__card img {
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 32px;
  width: 100%;
}
.swiper-scrollbar-drag {
  border-radius: 1000px;
  background: #fff;
  height: 100%;
}
.swiper-scrollbar {
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 1000px;
  width: 100%;
  margin-top: 20px;
}
.services__ttl {
  margin-bottom: 18px;
  padding: 0 25px;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  text-transform: uppercase;
  color: #101010;
}
.services__txt {
  padding: 0 25px;
}
.nobr {
  white-space: nowrap;
}
body main .services .services__slider {
  display: none;
}
.ntk {
  position: relative;
  margin-bottom: 120px;
}
.ntk__body {
  position: relative;
}
.ntk__slider {
  margin-bottom: 40px;
  position: relative;
}
.ntk__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
}
.ntk__card .readmore {
  display: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #101010;
}
.ntk__card .scene-link {
  margin-left: auto;
  margin-right: auto;
}
.ntk__card ul {
  margin-top: 10px;
}
.ntk__card li {
  padding-left: 16px;
  font-size: 1rem;
  position: relative;
  max-width: 370px;
  margin-bottom: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 47%;
  flex: 1 1 47%;
}
.ntk__card li::before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: url(./img/redarrov.png);
}
.ntk__image {
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ntk__card-content {
  width: 50%;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ntk__ttl {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  color: #101010;
}
.ntk__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.ntk__text p:not(:last-child) {
  margin-bottom: 12px;
}
.ntk__text p:first-child {
  font-weight: 500;
}
.ntk__navi {
  z-index: 3;
  position: relative;
  margin-top: -120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: auto;
  padding-left: 48px;
  padding-right: 48px;
  margin-bottom: 80px;
}
.ntk__count {
  font-size: 16px;
  line-height: 130%;
}
.ntk__pagination {
  margin-bottom: 4px;
}
.ntk__navi-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.ntk__prev {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 4px;
}
.ntk__prev:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.ntk__next {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 4px;
}
.ntk__next:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.videos {
  margin-bottom: 120px;
}
.videos__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.videos__item {
  width: calc(50% - 10px);
  border-radius: 32px;
  overflow: hidden;
}
.video-box {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: auto;
  display: block;
  overflow: hidden;
}
.video-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 68px;
  height: 48px;
  background: url(./img/youtube-play.svg) center/contain no-repeat;
  border: none;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.video-box:hover .video-play {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.video-box .poster {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
body main .videos__slider {
  display: none;
}
.item-menu:hover .sub-menu {
  display: flex;
}
.item-menu {
  position: relative;
}
.sub-menu {
  flex-direction: column;
  align-items: flex-start;
  background: #ffff;
  position: absolute;
  padding: 16px;
  width: 85px;
  gap: 8px;
  z-index: 2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  top: 105%;
  display: none;
}
.sub-menu a {
  font-size: 14px;
}
.footer .footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.footer .footer__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* max-width: 300px; */
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 130%;
}
.footer .footer__item img {
  display: inline;
}
.footer .footer__item .box {
  display: inline;
  gap: 7px;
}
.footer .name {
  color: rgba(255, 255, 255, 0.5);
  display: inline;
}
.footer .value {
  display: inline;
}
.footer .header__modal-social {
  margin: 0;
}
.footer .header__modal-social p {
  color: rgba(255, 255, 255, 0.74);
}
.footer .soc {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.footer .header__modal-list {
  color: rgba(255, 255, 255, 0.7137254902);
}
.footer .lang-switcher {
  color: rgba(255, 255, 255, 0.368627451);
}
.footer .lang-switcher .active {
  color: #fff;
}
.footer .footer__bottom {
  background: #f4f4f4;
  padding: 16px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  color: rgba(16, 16, 16, 0.5);
  gap: 4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .footer__bottom .box {
  display: none;
}
.footer__top {
  padding: 38px 0;
  background: #101010;
  color: #fff;
}
.footer__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.stock__right-list .stock__list-tem {
  color: #b5122a;
}
.want__link {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.want {
  position: relative;
  overflow: hidden;
}
.want .bottom,
.want .top {
  height: 300px;
  background: #000;
  -webkit-transition: all 4s ease-out 0s;
  transition: all 4s ease-out 0s;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.want .top {
  top: 0;
}
.want .bottom {
  bottom: 0;
}
.want.in-view0 .top {
  top: -100%;
}
.want.in-view0 .bottom {
  bottom: -100%;
}
.want__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 35px;
}
.wrap {
  overflow: hidden;
  width: 100%;
}
.word {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 3px;
  -webkit-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%);
}
.want .btn {
  -webkit-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  -webkit-transition: all 2s ease 0.5s;
  transition: all 2s ease 0.5s;
}
.word img {
  display: block;
  width: auto;
  -webkit-transform: translateY(120%);
  -ms-transform: translateY(120%);
  transform: translateY(120%);
}
.want__body {
  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;
  height: 600px;
}
@-webkit-keyframes wordUp {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes wordUp {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes wordBtn {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes wordBtn {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes letterUp {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes letterUp {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.in-view .btn {
  -webkit-animation: wordBtn 1.3s cubic-bezier(0.2, 0, 0.2, 1) forwards;
  animation: wordBtn 1.3s cubic-bezier(0.2, 0, 0.2, 1) forwards;
}
.in-view .want__title .word {
  -webkit-animation: wordUp 1.3s cubic-bezier(0.2, 0, 0.2, 1) forwards;
  animation: wordUp 1.3s cubic-bezier(0.2, 0, 0.2, 1) forwards;
}
.in-view .want__title .word:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.in-view .want__title .word:nth-child(2) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.in-view .want__title .word:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.in-view .want__title .word:nth-child(4) {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}
.in-view .want__title .word img {
  -webkit-animation: letterUp 0.8s cubic-bezier(0.2, 0, 0.2, 1) forwards;
  animation: letterUp 0.8s cubic-bezier(0.2, 0, 0.2, 1) forwards;
}
.in-view .want__title .word img:nth-child(1) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.in-view .want__title .word img:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-transform: translateY(124%);
  -ms-transform: translateY(124%);
  transform: translateY(124%);
}
.in-view .want__title .word img:nth-child(3) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
  -webkit-transform: translateY(128%);
  -ms-transform: translateY(128%);
  transform: translateY(128%);
}
.in-view .want__title .word img:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-transform: translateY(132%);
  -ms-transform: translateY(132%);
  transform: translateY(132%);
}
.modal .navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal .navi button {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.step0 .btn-next {
  max-width: 100%;
  width: 100%;
}
.step5 .btn {
  width: 100%;
  max-width: 100%;
}
.step0 .radios {
  max-width: 180px;
}
.stepif .radios {
  max-width: 90px;
}
body.modal-open {
  overflow: hidden;
}
.step0,
.step1,
.step2,
.step3,
.step4,
.step5,
.stepif {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  display: none;
}
.step0.active,
.step1.active,
.step2.active,
.step3.active,
.step4.active,
.step5.active,
.stepif.active {
  -webkit-animation: fadeIn2 1s ease forwards;
  animation: fadeIn2 1s ease forwards;
  opacity: 1;
  display: block;
  margin: 0;
}
.modal-contact .btn {
  width: 100%;
}
.quiz-error {
  font-size: 0.75rem;
  color: red;
  text-align: center;
  margin-top: 5px;
}
.step3 .radios {
  max-width: 120px;
}
.step4 .checkboxes {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 430px;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.step4 .checkboxes label {
  width: calc(50% - 10px);
}
.btn-border {
  border-radius: 10px;
  border: 1px solid #b5122a;
  padding: 13.5px 20px;
  font-size: 1rem;
  color: #b5122a;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-border:hover {
  background: #b5122a;
  color: #fff;
}
.btn-border:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.gquiz-step1.checkboxes label {
  position: relative;
  padding-left: 36px;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
}
.checkboxes input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.gquiz-step1.checkboxes label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #c4c4c4;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.checkboxes label:has(> input:checked)::before {
  background: #b5122a;
  border: 1px solid #b5122a;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27white%27%3E%3Cpath d=%27M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
.gquiz-step1.checkboxes label:hover::before {
  border-color: #b5122a;
}
.tippy-box[data-animation="fade"][data-state="hidden"] {
  opacity: 0;
}
[data-tippy-root] {
  max-width: 250px;
}
.tippy-box {
  position: relative;
  background: #101010;
  color: #fff;
  border-radius: 4px;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  max-width: 260px;
  text-transform: uppercase;
  color: #fff;
  outline: 0;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, -webkit-transform;
  transition-property: transform, visibility, opacity;
  transition-property: transform, visibility, opacity, -webkit-transform;
}
.tippy-box[data-placement^="top"] > .tippy-arrow {
  bottom: 0;
}
.tippy-box[data-placement^="top"] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow {
  top: 0;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.tippy-box[data-placement^="left"] > .tippy-arrow {
  right: 0;
}
.tippy-box[data-placement^="left"] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}
.tippy-box[data-placement^="right"] > .tippy-arrow {
  left: 0;
}
.tippy-box[data-placement^="right"] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}
.tippy-box[data-inertia][data-state="visible"] {
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #101010;
}
.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}
.swiper {
  overflow: hidden;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
  display: none !important;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide,
swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (min-width: 91.25em) {
  .modal__title {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 100em) {
  section.home {
    padding-top: 140px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1000px) {
  .scene-info-img {
    height: 200px;
  }
}
@media (max-width: 48em) {
  .interior .exterior__scene {
    width: 100%;
    min-width: 20px;
    height: 660px;
  }
  .interior .exterior__scene .tabs__navigation {
    bottom: auto;
    top: 220px;
  }
  .interior .exterior__scene .tabs__body .scene-info-block {
    padding-top: 140px;
  }
  .interior .exterior__scene .info-paket .tabs__body .scene-info-block {
    padding-top: 100px;
  }
  .interior .exterior__scene .scene-info-txt ul {
    -webkit-column-gap: 7px;
    -moz-column-gap: 7px;
    column-gap: 7px;
  }
  .interior .exterior__scene .scene__tip01 {
    top: 398px;
    left: 132px;
  }
  .interior .exterior__scene .scene__tip02 {
    top: 466px;
    left: 275px;
  }
  .interior .exterior__scene .scene__tip03 {
    top: 541px;
    left: 390px;
  }
  .radios {
    margin-bottom: 30px;
  }
  .step3 .modal__sub {
    max-width: 220px;
  }
}
@media (max-width: 20em) {
  .modal__title {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 93.75em) {
  .exterior__mob-title {
    display: block;
    margin-bottom: 24px;
  }
}
@media (max-width: 87.5em) {
  .exterior__scene {
    min-width: 1430px;
  }
  .scene {
    border-radius: 24px;
  }
  .scene.active {
    position: static;
  }
  .exterior__wrap {
    overflow: scroll;
    position: relative;
    border-radius: 24px;
  }
  .services__body {
    display: none;
  }
  .services__card {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .services__ttl {
    font-size: 1.25rem;
  }
  body main .services .services__slider {
    display: block;
    width: 100%;
  }
}
@media (max-width: 84.375em) {
  .scene__scale,
  .scene__scale2 {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
@media (max-width: 83.75em) {
  .ntk__ttl {
    font-size: 1.3125rem;
    margin-bottom: 15px;
  }
  .ntk__text p:not(:last-child) {
    margin-bottom: 8px;
  }
  .ntk__text {
    font-size: 0.9375rem;
  }
}
@media (max-width: 82.5em) {
  .owner__right {
    max-width: 550px;
  }
}
@media (max-width: 81.25em) {
  .level__body {
    background: #fff;
  }
}
@media (max-width: 75.625em) {
  .ntk__card-content {
    padding: 24px;
  }
  .ntk__navi {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 71.875em) {
  .owner__right {
    max-width: 420px;
  }
}
@media (max-width: 69.375em) {
  .want__link {
    max-width: 600px;
  }
}
@media (max-width: 68.75em) {
  .ntk__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 130px;
  }
  .ntk__image {
    width: 100%;
  }
  .ntk__card-content {
    width: 100%;
  }
  .ntk__navi {
    width: 100%;
  }
  .want__title {
    gap: 15px;
    margin-bottom: 15px;
  }
  .word img {
    height: 40px;
  }
}
@media (max-width: 62.5em) {
  .header {
    margin-bottom: 40px;
  }
  .header__top {
    display: none;
  }
  .header__logo-mob {
    display: inline-block;
  }
  .header-modal__mob-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
  }
  .header__link-mail img {
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
  }
  .header__burger {
    width: 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 15px;
    color: #101010;
  }
  .header-modal {
    padding: 18px;
    border-radius: 18px;
    max-width: 325px;
  }
  .tabs__navigation {
    padding: 0 24px;
    font-size: 1.125rem;
    bottom: 450px;
    gap: 16px;
  }
  .tabs__body .scene-info-block {
    padding-top: 170px;
  }
  .scene-info-txt ul li {
    padding-left: 14px;
  }
  section.home {
    margin-top: 0;
    padding-top: 40px;
    height: 980px;
    padding-bottom: 32px;
  }
  .home__container {
    height: 100%;
  }
  .home__body {
    display: block;
    height: 100%;
  }
  .home__left {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home__title {
    font-weight: 400;
    font-size: 22px;
    max-width: 350px;
    margin-bottom: 16px;
  }
  .home__mob-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: auto;
    width: 100%;
  }
  .btn {
    padding: 16px 32px;
    font-size: 0.9375rem;
  }
  .btn img,
  .btn svg {
    max-width: 12px;
    margin-right: 4px;
    margin-top: 0;
    margin-bottom: -3px;
  }
  .home__btn {
    margin-bottom: 24px;
    max-width: 195px;
    height: 48px;
  }
  .home__video .fon {
    height: 135px;
    border-radius: 16px 16px 0 0;
  }
  .home__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
  .home__video-niz {
    border-radius: 0 0 16px 16px;
    font-size: 0.75rem;
  }
  .home__item {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
  }
  .home__item .fon2 {
    border-radius: 0 0 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 105%;
  }
  .home__item-top {
    font-size: 0.9375rem;
    padding: 13px;
  }
  .home__item-body {
    position: relative;
    height: 133px;
  }
  .home__element {
    border-radius: 16px;
    margin-top: 0;
    padding: 13px;
  }
  .home__element-top {
    margin-bottom: 12px;
  }
  .home__element-ttl {
    font-size: 1rem;
  }
  .home__element-subttl {
    font-size: 1rem;
  }
  .home__element-spiner p {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #101010;
    padding: 0 10px;
    padding-top: 10px;
  }
  .mobila {
    display: block;
  }
  .pk {
    display: none;
  }
  .modal__conatainer {
    padding: 20px;
    border-radius: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
  }
  .modal__close {
    right: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 5px;
  }
  .modal__close svg {
    width: 30px;
    height: 30px;
  }
  .modal__title {
    font-weight: 500;
    font-size: 19px;
    line-height: 130%;
    text-align: center;
    padding: 0 20px;
  }
  .exterior__subtitle {
    font-size: 0.75rem;
  }
  .exterior__title {
    margin-bottom: 16px;
    font-size: 24px;
    max-width: 260px;
    text-transform: uppercase;
  }
  .scene__fon {
    border-radius: 24px;
  }
  .scene-info {
    max-width: 100%;
    width: 100%;
    border-radius: 24px !important;
    overflow: hidden;
  }
  .scene-info-block {
    padding: 24px;
  }
  .scene-info-ttl {
    font-size: 1.125rem;
  }
  .scene-info-txt {
    font-size: 0.9375rem;
  }
  #tippy-1,
  #tippy-3,
  #tippy-4,
  #tippy-5,
  #tippy-6 {
    display: none;
  }
  .buttons {
    margin-bottom: 80px;
  }
  .buttons__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .buttons__callback {
    padding: 29px 12px;
    gap: 8px;
    height: 81px;
    border-radius: 16px;
    font-size: 0.9375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .buttons__callback svg {
    max-width: 100%;
    margin: 0;
  }
  .buttons__quiz {
    padding: 24px 12px;
    gap: 8px;
    height: 81px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 16px;
    font-size: 0.9375rem;
  }
  .owner {
    margin-bottom: 80px;
  }
  .owner__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .owner__col1 {
    max-width: 100%;
  }
  .owner__right {
    max-width: 100%;
  }
  .owner__right-ttl {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    color: #101010;
  }
  .owner__right-text {
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 32px;
    color: #101010;
  }
  .owner__right-text p:not(:last-child) {
    margin-bottom: 8px;
  }
  .owner__right-text p:last-child {
    margin-top: 32px;
  }
  .owner__right-signatur img {
    max-width: 210px;
  }
  .befor {
    margin-bottom: 80px;
  }
  .reveal-slider {
    border-radius: 24px;
  }
  .road__sub {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: rgba(16, 16, 16, 0.5);
  }
  .road__body .bg {
    border-radius: 24px;
  }
  .road__text-blocks {
    font-size: 1.125rem;
    left: 20px;
    width: calc(100% - 20px);
    bottom: 15px;
    padding-right: 20px;
  }
  .level {
    margin-bottom: 80px;
  }
  .level__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 31px;
    border: 1px solid rgba(16, 16, 16, 0.2);
    border-radius: 24px;
  }
  .level__ttl {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
    color: #101010;
  }
  .level__sub {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 130%;
  }
  .level__txt {
    font-size: 15px;
    line-height: 140%;
  }
  .level__right .btn {
    height: 80px;
  }
  .services__card li {
    padding-left: 14px;
  }
  .ntk {
    margin-bottom: 80px;
  }
  .ntk__card .scene-link {
    margin-top: 12px;
  }
  .ntk__card li {
    padding-left: 14px;
  }
  .ntk__text {
    font-size: 0.90625rem;
  }
  .videos {
    margin-bottom: 80px;
  }
  .videos__body {
    display: none;
  }
  body main .videos__slider {
    display: block;
    margin-top: 30px;
  }
  body main .videos__slider iframe {
    border-radius: 16px;
  }
  .footer__body .lang-switcher {
    position: absolute;
    top: 0;
    right: 20px;
  }
  .footer__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 48.75em) {
  .modal__sub {
    font-size: 1rem;
    margin-bottom: 24px;
  }
}
@media (max-width: 46.25em) {
  .owner__play-ttl {
    font-size: 1.125rem;
    padding: 14px;
  }
  .owner__play-bottom {
    padding: 14px;
  }
}
@media (max-width: 43.75em) {
  .owner__play-block {
    margin-bottom: 0;
  }
  .owner__play-ttl {
    font-size: 1.25rem;
    padding: 20px;
  }
  .owner__play-bottom {
    padding: 20px;
  }
  .none700 {
    display: none !important;
  }
  .owner__col2 {
    display: none;
  }
  body main .owner .owner__slider {
    display: block;
    width: 1005;
  }
  .title {
    font-size: 1.5rem;
  }
  .stock__body {
    border-radius: 24px;
  }
  .stock__left-top {
    padding: 18px 38px;
    font-size: 1.125rem;
    margin-bottom: 24px;
    text-align: left;
    border-radius: 24px 0 0 0;
  }
  .stock__left-list {
    font-size: 1.125rem;
    padding: 0 25px;
    padding-bottom: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .stock__list-tem {
    max-width: 114px;
    gap: 5px;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .stock__list-tem img {
    margin-top: 3px;
  }
  .stock__right-top {
    padding: 18px 42px;
    border-radius: 0 24px 0 0;
    font-size: 1.125rem;
    margin-bottom: 24px;
  }
  .stock__right-top span {
    display: block;
  }
  .stock__right-list {
    font-size: 1.125rem;
    padding: 0 25px;
    padding-bottom: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .road__body .bg {
    height: 185px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .level__txt {
    max-width: 302px;
  }
  .ntk__card .readmore {
    display: inline-block;
  }
  .ntk__card .mobhidentext {
    display: none;
  }
  .ntk__card .scene-link {
    margin-bottom: -20px;
    margin-top: 30px;
  }
  .ntk__card {
    min-height: 760px;
  }
  .footer .footer__bottom {
    font-size: 0.75rem;
  }
  .footer .footer__bottom .ava {
    max-width: 125px;
  }
  .footer .footer__bottom .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
}
@media (max-width: 37.5em) {
	.interior .exterior__scene .tabs__body .scene-info-block{
		padding-top:170px;
	}
  .interior .exterior__scene .scene__tip01 {
    top: 358px;
    left: 102px;
  }
  .interior .exterior__scene .scene__tip02 {
    top: 420px;
    left: 162px;
  }
  .interior .exterior__scene .scene__tip03 {
    top: 450px;
    left: 242px;
  }
  .reveal-base,
  .reveal-front img {
    height: 253px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
  }
  .range-thumb {
    width: 100px;
  }
  .range-thumb svg {
    max-width: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .range-thumb::before {
    margin-left: 48px;
  }
  .word img {
    height: 24px;
  }
  .step4 .checkboxes {
    max-width: 300px;
  }
  .step4 .checkboxes label {
    width: 100%;
  }
}
@media (max-width: 25.9375em) {
  .interior .exterior__scene .scene__tip01 {
    top: 358px;
    left: 90px;
  }
  .interior .exterior__scene .scene__tip02 {
    top: 420px;
    left: 132px;
  }
  .interior .exterior__scene .scene__tip03 {
    top: 450px;
    left: 222px;
  }
}
@media (max-width: 23.125em) {
  .home__mob-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .home__mob-wrap .home__element {
    width: 100%;
    max-width: 100%;
  }
  .home__video-niz {
    padding: 13px;
  }
  .home__item-top {
    font-size: 0.75rem;
  }
  .home__item-body {
    height: 112px;
  }
}
@media (max-width: 23.75em) {
  .interior .exterior__scene .scene__tip01 {
    top: 358px;
    left: 80px;
  }
  .interior .exterior__scene .scene__tip02 {
    top: 420px;
    left: 112px;
  }
  .interior .exterior__scene .scene__tip03 {
    top: 450px;
    left: 202px;
  }
  .word img {
    height: 23px;
  }
}
@media (max-width: 22.9375em) {
  .stock__left-top {
    padding: 18px 25px;
  }
  .stock__left-list {
    padding: 0 20px;
  }
  .stock__right-top {
    padding: 18px 30px;
  }
  .stock__right-list {
    padding: 0 20px;
  }
}
@media (max-width: 22.8125em) {
  .word img {
    height: 19px;
  }
}
@media (min-width: 20em) and (max-width: 91.25em) {
  .modal__title {
    margin-bottom: calc(0.75rem + 1.75 * (((100vw - 20rem)) / ((71.25))));
  }
}
