.color-slider__container {
  border-radius: 10px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  place-items: center;
  position: relative;
  padding-block: 80px 100px;
  min-height: 300px;
}
.color-slider__container .swiper {
  overflow: visible;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.color-slider__container .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  height: auto;
}
.color-slider__container .swiper-slide {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  transition: all 0.3s ease;
  width: auto;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.color-slider__container .swiper-slide.swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 10;
}
.color-slider__container .swiper-slide:not(.swiper-slide-active) {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 1;
}
.slider__content {
  text-align: center;
  height: 100%;
}
.slider__color-name {
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slider__img {
  width: 100%;
  height: auto;
}
.swiper-slide-active .slider__color-name {
  opacity: 1;
}
.slider__nav {
  display: -webkit-flex;
  display: flex;
  max-width: 598px;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  pointer-events: none;
  z-index: 10;
}
.slider__btn {
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: auto;
  transition: all 0.3s ease;
}
.slider__btn img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  transition: all 0.2s ease;
}
.slider__btn img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.color-pagination {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 18px;
  z-index: 1;
}
.color-pagination .swiper-pagination-bullet {
  display: none;
}
.color-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #505050;
}
.color-dot:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.color-dot.active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  border: 1px solid #c3002f;
}
@font-face {
  font-family: D-DIN;
  src: url(D-DIN-Bold.otf) format("opentype");
  font-display: swap;
}
.lineup-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(auto, 478px)) [2];
  grid-template-columns: repeat(2, minmax(auto, 478px));
  gap: 33px;
}
.lineup-block__item {
  background-color: #fffcf6;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.lineup-block__content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 28px;
}
.lineup-block__name {
  font-size: 19px;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}
.lineup-block__header {
  min-height: 80px;
}
.lineup-block__color-name {
  font-size: 16px;
  letter-spacing: 0;
  white-space: normal;
  text-align: center;
}
.lineup-block__price {
  display: -webkit-flex;
  display: flex;
  gap: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 5px;
}
.lineup-block__price__label {
  font-size: 20px;
  color: #111;
  font-weight: 700;
}
.lineup-block__price__value {
  font-family: D-DIN;
  font-size: 43px;
  line-height: 1.2;
}
.lineup-block__colors {
  margin-top: 10px;
}
.lineup-block__color__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 10px;
}
.lineup-block__color-item {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-inline-flex;
  display: inline-flex;
  border: 1px solid #ddd;
}
.lineup-block__option {
  background-color: #ececec;
  padding: 10px 9px;
  border-radius: 10px;
}
.lineup-block__option__text {
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.4;
}
@font-face {
  font-family: D-DIN;
  src: url(D-DIN-Bold.otf) format("opentype");
  font-display: swap;
}
.present {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.present__canvas {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  height: 100%;
  max-height: 300px;
  pointer-events: none;
  touch-action: auto;
}
.present__canvas canvas {
  pointer-events: none;
  touch-action: auto;
}
.present__lead {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 3px;
  margin: 0;
}
.present__lead--name {
  font-size: 26px;
  font-weight: 700;
}
.present__container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  z-index: 100;
}
.present__btns {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  max-width: 600px;
  row-gap: 16px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}
.present__btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #4d4d4d;
  transition: all 0.3s ease;
  border-radius: 50px;
  width: 295px;
  height: 60px;
  position: relative;
}
.present__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.present__btn picture {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.present__btn__img {
  display: block;
  max-width: 100px;
  max-height: 32px;
  height: auto;
  width: auto;
  margin: 0 auto;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.present__btn__img--red {
  max-width: 218px;
}
.present__btn__img--catalog {
  max-width: 100px;
  height: auto;
}
.present__btn__img--search {
  max-width: 67px;
  height: auto;
}
.present__btn__ico {
  position: absolute;
  right: 10%;
  width: 18px;
}
.present__btn--red {
  background-color: #c3002f;
  -ms-grid-column: span 2;
  grid-column: span 2;
  width: 600px;
  height: 82px;
}
.present__description {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 1px;
}
.present__description--price {
  font-family: D-DIN;
  font-size: 82px;
  font-weight: 700;
  color: #c3002f;
  line-height: 0.9;
  letter-spacing: 0;
}
.present__description--dealer {
  max-width: 361px;
}
@font-face {
  font-family: D-DIN;
  src: url(D-DIN-Bold.otf) format("opentype");
  font-display: swap;
}
.safety-block__inner {
  padding-block: 102px 144px;
  padding-inline: 16px;
  max-width: 1102px;
  width: 100%;
  margin-inline: auto;
}
.safety-block__title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-block: 0 29px;
  width: 100%;
}
.safety-block__title--lead {
  max-height: 57px;
  width: auto;
}
.safety-block__accordion {
  margin-block: 16px 90px;
}
.safety-block__cards {
  margin-block: 29px 90px;
}
.safety-block__support__title {
  max-width: 643px;
  width: auto;
  height: auto;
}
.safety-block__feature__title {
  width: auto;
  height: auto;
}
.safety-tab {
  max-width: 1102px;
  width: auto;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-bottom: 16px;
}
.safety-cards {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-rows: (auto) [2];
  grid-template-rows: repeat(2, auto);
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 39px;
}
.safety-card {
  max-width: 341px;
  max-height: 377px;
}
.safety-slider__container {
  border-radius: 10px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  place-items: center;
  position: relative;
  padding-block: 80px 100px;
  min-height: 300px;
}
.safety-slider__container .swiper {
  overflow: visible;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.safety-slider__container .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  height: auto;
}
.safety-slider__container .swiper-slide {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  transition: all 0.3s ease;
  width: auto;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.safety-slider__container .swiper-slide.swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 10;
}
.safety-slider__container .swiper-slide:not(.swiper-slide-active) {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 1;
}
.slider__content {
  text-align: center;
  height: 100%;
}
.slider__color-name {
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slider__img {
  width: 100%;
  max-width: 340px;
  height: auto;
}
.swiper-slide-active .slider__color-name {
  opacity: 1;
}
.safety-slider__nav {
  display: -webkit-flex;
  display: flex;
  max-width: 598px;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 10;
}
.slider__btn {
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: auto;
  transition: all 0.3s ease;
}
.slider__btn img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  transition: all 0.2s ease;
}
.slider__btn img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.safety-pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 18px;
  z-index: 20;
  margin-top: 16px;
  pointer-events: auto;
}
.safety-block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.safety-block__visual {
  max-width: 1102px;
  width: 100%;
  max-height: 529px;
  height: auto;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.safety-block__tabs {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: end;
  align-items: end;
  justify-content: center;
  justify-self: center;
  min-height: 130px;
}
.safety-block__tabs__tab {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 8px;
}
.safety-block__tabs__tab .tab-icon {
  display: inline-block;
  width: auto;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.safety-block__tabs__tab .head-on {
  display: none;
}
.safety-block__tabs__tab .head-off {
  display: inline-block;
}
.safety-block__tabs__tab.is-active .head-on {
  display: inline-block;
}
.safety-block__tabs__tab.is-active .head-off {
  display: none;
}
.safety-block__tab {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  gap: 8px;
  max-width: 275px;
  width: auto;
  height: auto;
}
.safety-block__tab .tab-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  max-width: 275px;
  height: auto;
  width: 100%;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.safety-block__tab .head-off {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.safety-block__tab.is-active .head-off {
  opacity: 0;
  visibility: hidden;
}
.safety-block__tab.is-active .head-on {
  opacity: 1;
  visibility: visible;
}
.js-tab--open {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.roox-accordion__content {
  font-size: 13px;
  display: none;
  margin-top: 38px;
}
.roox-accordion__text {
  max-width: 39px;
  height: auto;
}
.accordion_button {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 6px;
  border-bottom: 1px solid #a4a4a4;
  cursor: pointer;
  padding-bottom: 8px;
}
.accordion_button__icon--open {
  display: block;
  transition: all 0.3s ease-in-out;
}
.accordion_button__icon--close {
  display: none;
  transition: all 0.3s ease-in-out;
}
.accordion_button.o-open .accordion_button__icon--open {
  display: none;
}
.accordion_button.o-open .accordion_button__icon--close {
  display: block;
}
.accordion_button__icon {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.main {
  scroll-behavior: smooth;
  overflow: hidden;
}
.pc-only {
  display: -webkit-flex;
  display: flex;
}
.sp-only {
  display: none;
}
.post-btn {
  background-image: url(../img/float/bg-float.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-clip: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.3s ease;
  background-position: center center;
  overflow: visible;
  position: fixed;
  bottom: 5%;
  right: 8%;
  padding-inline: 25px;
  padding-block: 22px 20px;
  max-width: 431px;
  max-height: 111px;
  width: 100%;
  height: 100%;
  z-index: 999;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.25) 3px 3px 30px;
}
.post-btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.post-btn__note {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  max-width: 339px;
  width: 100%;
  height: auto;
}
.post-btn__note:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  background: url(../img/icons/ico-float_right.svg) no-repeat center/contain;
}
.post-btn__icon {
  width: 30px;
  height: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.is-mobile {
  display: none;
}
.float-btn__lead {
  max-width: 302px;
  width: 100%;
  height: auto;
}
.float-btn__note {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: baseline;
  align-items: baseline;
  font-size: 25px;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.13em;
}
.float-btn__note--post {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  object-fit: cover;
}
.float-btn__caption {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.kv {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-image: url(../img/kv-area/bg-kv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-clip: border-box;
  max-height: 1440px;
  height: 100%;
  padding-top: 40px;
}
.kv__text {
  position: absolute;
  background-color: #f9998e;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: clamp(13px, 1.5vw, 25px);
  color: #fff;
  gap: clamp(2px, 0.3vw, 3px);
  padding: clamp(6px, 1vw, 10px) clamp(10px, 1.5vw, 16px);
  border-radius: 31px;
  letter-spacing: 0.17em;
  top: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /* max-width: 90%; */
  max-width: clamp(220px, 28vw, 390px);
  width: 90%;
  justify-content: center;
}
.kv__text__img {
  max-width: clamp(220px, 28vw, 264px);
  height: auto;
}
.kv__container {
  width: 100%;
  height: auto;
  padding-inline: 55px;
}
.kv__visual {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 18px;
}
.kv__img {
  position: relative;
  width: 100%;
  height: auto;
  padding: 2px;
  border-radius: 50px;
  overflow: hidden;
}
.kv__present {
  padding-block: 47px 68px;
}
.ticker {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}
.ticker__lead {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.13em;
}
.ticker__note {
  display: none;
}
.ticker__wrapper {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  will-change: transform;
  gap: 25px;
  top: 50%;
  left: 0;
  z-index: -999;
}
.ticker__item {
  display: inline-block;
}
.ticker__title {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ticker__title__img {
  width: 100%;
  height: auto;
}
.ticker__title__svg svg {
  width: 448px;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
.ticker__title__svg svg .ticker__sentence {
  font-weight: 700;
  letter-spacing: 0.1em;
  dominant-baseline: middle;
}
.anime {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  -webkit-transform-origin: center;
  transform-origin: center;
  pointer-events: none;
  touch-action: auto;
}
.anime__canvas {
  pointer-events: none;
  touch-action: auto;
}
.introduction {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-image: url(../img/introduction/bg-introduction.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-clip: border-box;
  background-position: center 70%;
  background-size: contain;
}
.introduction__container {
  margin-top: 57px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.introduction__title {
  position: relative;
  margin-bottom: 10px;
}
.introduction__title:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 18px;
  height: 1px;
  background-color: #000;
}
.introduction__section {
  max-width: 1032px;
  width: 100%;
  margin-inline: auto;
}
.introduction__content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 60px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.introduction__img {
  display: block;
  max-width: 736px;
  margin: 0 auto;
  width: 100%;
  height: auto;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-order: 3;
  order: 3;
}
.introduction .left {
  -webkit-order: 1;
  order: 1;
}
.introduction .left__note {
  width: 366px;
  height: auto;
  margin-bottom: 36px;
}
.introduction .right {
  -webkit-order: 2;
  order: 2;
}
.introduction .right__note {
  max-width: 567px;
  width: 100%;
}
.features {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #000;
}
.features__title {
  margin-block: 71px 94px;
  padding-inline: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  letter-spacing: 0.02em;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.features__title__img {
  width: 100%;
  height: auto;
}
.features__container {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  max-width: 1440px;
  margin-inline: auto;
}
.features__container__second {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-block: 63px 71px;
}
.features__container__slide {
  position: absolute;
  border-radius: 40px;
  width: auto;
  z-index: 10;
  width: 100%;
  height: auto;
}
.features__container__slide--first {
  top: 80%;
  left: 20%;
  max-width: 611px;
  border-radius: 60px;
}
.features__container__slide--second {
  max-width: 463px;
  width: auto;
  height: auto;
  top: 65%;
  left: 48%;
}
.features__container__slide--third {
  max-width: 414px;
  height: auto;
  border-radius: 46px;
  top: 70%;
  left: 37%;
}
.features__container__title {
  max-height: 169px;
  height: 100%;
  width: 100%;
}
.features__section {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.features__section__title {
  margin-top: 19px;
  padding-block: 20px 14px;
  font-size: 20px;
  border-top: 1px solid #484848;
  border-bottom: 1px solid #484848;
  text-align: center;
  width: 100%;
  max-width: 442px;
}
.features__section__lead {
  margin-block: 35px;
  max-width: 347px;
  height: auto;
}
.features__section__lead--second {
  max-width: 388px;
}
.features__section__note {
  min-width: 265px;
  height: auto;
}
.features__first {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 1275px;
  background-image: url(../img/features/bg-features_01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-clip: border-box;
}
.features__second {
  width: 100%;
  height: 100%;
  min-height: 1021px;
  background-image: url(../img/features/bg-features_02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-clip: border-box;
}
.features__third {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 1240px;
  background-image: url(../img/features/bg-features_03_post.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-clip: border-box;
  background-size: 100% 130%;
  background-position: bottom center;
  padding-block: 67px 0;
}
.features__present {
  position: absolute;
  width: 100%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin-bottom: 71px;
  bottom: 0;
}
.reserve {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 13px;
  margin-top: 230px;
}
.reserve__lead {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: auto;
  gap: 7px;
}
.reserve__lead--decorated {
  margin: 0;
  height: 32px;
  width: auto;
}
.reserve__icon_left,
.reserve__icon_right {
  width: 24px;
  height: auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.reserve__btn {
  transition: all 0.3s ease;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 845px;
  width: 100%;
  max-height: 67px;
  height: 100%;
  padding-block: 13px;
  border: 2px solid #448ad5;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: #448ad5 4px 6px 0;
}
.reserve__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.reserve__btn__note {
  width: inherit;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 700;
  font-size: 31px;
  letter-spacing: 0.08em;
  position: relative;
}
.reserve__btn__note:after {
  content: "";
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11px;
  height: 9px;
  background: url(../img/icons/ico-arrow_right_reserve.svg) no-repeat
    center/contain;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.conversion-and-colors {
  background-image: url(../img/colors/bg-colors_and_conversion.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-clip: border-box;
  background-position: bottom center;
}
.autech {
  position: relative;
}
.autech__img {
  width: 100%;
  height: auto;
}
.autech__lead {
  position: absolute;
  max-width: 910px;
  width: 100%;
  height: auto;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
  margin-top: 41px;
}
.autech__caption {
  position: absolute;
  max-width: 660px;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
  margin-bottom: 70px;
}
.colors {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-position: bottom center;
  background-size: 100%;
  text-align: center;
  padding-block: 192px 90px;
  overflow: hidden;
}
.colors__title {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}
.colors__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 18px;
  height: 1px;
  background-color: #000;
}
.colors__title__img {
  display: block;
  margin: 0 auto;
}
.colors__img {
  margin-block: 35px 55px;
}
.colors__lead {
  max-width: 802px;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.lineup {
  background-image: url(../img/lineup/bg-lineup.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-clip: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-block: 81px 84px;
  padding-inline: 16px;
}
.lineup__title {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}
.lineup__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 18px;
  height: 1px;
  background-color: #000;
}
.lineup__title__img {
  display: block;
  margin: 0 auto;
}
.lineup__img {
  margin-block: 35px 40px;
}
.lineup__lead__img {
  width: 100%;
  height: auto;
}
.lineup__grade {
  margin-top: 61px;
}
.other {
  background-image: url(../img/other/bg-other.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-clip: border-box;
  background-position: center bottom;
  text-align: center;
  padding-block: 44px 95px;
}
.other__conversion {
  padding: 0;
  background: none;
  margin-block: 0 150px;
}
.other__tickers {
  margin: 0;
}
.other__tickers__title {
  width: 100%;
  height: auto;
}
.other__btns {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 44px;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.other__btns__check {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 10px;
}
.other__btns__check__icon-left,
.other__btns__check__icon-right {
  width: 11px;
  height: auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.other__btns__check--decorated {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 10px;
}
.other__btns--simple {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.other__btn {
  color: #fff;
  font-weight: 700;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  background-color: #c3002f;
  width: 400px;
  height: 78px;
  border-radius: 50px;
  justify-content: center;
}
.other__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.other__btn__img {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.other__btn__img:after {
  content: "";
  position: relative;
  width: 11px;
  height: 11px;
  left: 15%;
  background: url(../img/icons/ico-arrow_right.svg) no-repeat center/contain;
}
.other__cars {
  height: auto;
  width: 100%;
}
.roox-footer {
  background-color: #484848;
}
.roox-footer__note {
  color: #fff;
  line-height: 1.6;
}
.check {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-image: url(../img/check/bg-check.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-clip: border-box;
  padding-block: 47px 68px;
  gap: 41px;
}
.check__title {
  max-height: 467px;
}
.check__anchors {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 10px;
  -webkit-align-items: end;
  align-items: end;
}
.check__anchor {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 295px;
  height: 60px;
  background-color: #222;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  gap: 5px;
}
.check__anchor:hover .check__anchor__ico {
  -webkit-animation: buttonArrowDownAnime 0.7s ease-in-out infinite;
  animation: buttonArrowDownAnime 0.7s ease-in-out infinite;
}
.check__anchor__icon-left,
.check__anchor__icon-right {
  width: 11px;
  height: auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.check__anchor--decorated {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.check__anchor__img {
  width: auto;
  max-height: 14px;
  margin-top: 10px;
}
.decoration {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 10px;
}
.decoration__text {
  font-weight: 700;
}
.decoration__text--red {
  color: #c3002f;
}
@-webkit-keyframes buttonArrowDownAnime {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  50% {
    opacity: 0;
    translate: 0 70%;
  }
  50.1% {
    opacity: 0;
    translate: 0 -70%;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes buttonArrowDownAnime {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  50% {
    opacity: 0;
    translate: 0 70%;
  }
  50.1% {
    opacity: 0;
    translate: 0 -70%;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.fair {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-image: url(../img/fair/bg-fair.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-clip: border-box;
  padding-block: 98px 83px;
  width: 100%;
}
.fair_ticker {
  position: relative;
}
.fair__cars {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  gap: 91px;
}
.fair__cars__left {
  position: relative;
}
.fair__cars__left--text {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
}
.fair__cars__btn {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #c3002f;
  width: 460px;
  height: 82px;
  border-radius: 50px;
  margin-top: 47px;
}
.fair__cars__btn__img {
  max-width: 220px;
  height: auto;
}
.fair__cars__btn__ico {
  position: absolute;
  right: 8%;
  transition: all 0.2s ease-in-out;
}
.fair__present {
  padding-block: 98px 0;
}
.safety {
  background-image: url(../img/safety/bg-safe.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-clip: border-box;
  width: 100%;
  background-position: bottom;
}
@media (max-width: 1024px) {
  .lineup-block__color__list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .safety-block__feature__title {
    max-width: 643px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .present__canvas {
    top: -45%;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .safety-cards {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (auto) [2];
    grid-template-rows: repeat(2, auto);
    max-width: 721px;
    margin-inline: auto;
  }
}
@media (max-width: 1441px) {
  .features__container__slide--first {
    top: 100%;
    left: 20%;
  }
  .features__container__slide--second {
    top: 100%;
    left: 48%;
  }
  .features__container__slide--third {
    top: 100%;
    left: 37%;
  }
}
@media (max-width: 1250px) {
  .features__container__slide--first {
    top: 110%;
    left: 20%;
  }
  .features__container__slide--second {
    max-width: 350px;
    top: 110%;
  }
  .features__container__slide--third {
    top: 110%;
    left: 20%;
  }
  .features__container__fade--second {
    width: 100%;
    height: auto;
    border-radius: 0 50px 50px 0;
  }
  .autech__lead {
    width: auto;
    max-height: 140px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media (max-width: 1440px) {
  .features__container__fade {
    width: 100%;
    height: auto;
    border-radius: 50px 0 0 50px;
  }
}
@media (min-width: 1441px) {
  .features__container__fade {
    border-radius: 50px;
  }
  .features__container__fade--second {
    border-radius: 50px;
  }
  .fair__cars {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .fair__cars__img {
    border-radius: 50px;
  }
}
@media (max-width: 1250px) and (min-width: 768px) {
  .features__container__third + .reserve {
    margin-top: 420px;
  }
}
@media (min-width: 2000px) {
  .conversion-and-colors {
    background-position: bottom 15% center;
  }
}
@media (max-width: 1180px) {
  .conversion-and-colors {
    background-position: center -450px;
  }
}
@media (max-width: 1000px) {
  .check__anchors {
    gap: 8px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .fair {
    background-image: url(../img/fair/bg-fair_sp.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-clip: border-box;
    background-size: cover;
  }
  .fair__cars {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 45px;
  }
  .fair__cars__img {
    border-radius: 50px;
  }
}
