.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;
}
.lineup-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(auto, 1fr)) [1];
  grid-template-columns: repeat(1, minmax(auto, 1fr));
  gap: 22px;
  border-radius: 20px;
  overflow: hidden;
}
.lineup-block__image {
  overflow: hidden;
}
.lineup-block__img {
  width: 100%;
  max-width: none;
  height: auto;
  margin-inline: -20px;
  width: calc(100% + 40px);
  margin-bottom: 8px;
}
.lineup-block__content {
  margin-bottom: 0;
}
.lineup-block__header {
  min-height: 87px;
}
.lineup-block__name {
  font-size: 17px;
  line-height: 1.6;
}
.lineup-block__color-name {
  font-size: 14px;
}
.lineup-block__price {
  -webkit-flex-direction: row;
  flex-direction: row;
  gap: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.lineup-block__price__label {
  font-size: 17px;
  white-space: nowrap;
}
.lineup-block__price__value {
  font-size: 37px;
}
.lineup-block__colors {
  margin-block: 13px 21px;
}
.lineup-block__color__list {
  list-style: none;
  max-width: 309px;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.lineup-block__color-item {
  width: 18px;
  height: 18px;
}
.lineup-block__option {
  background-color: #ececec;
  padding: 10px 15px;
  border-radius: 10px;
}
.lineup-block__option__text {
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.3;
}
@font-face {
  font-family: D-DIN;
  src: url(D-DIN-Bold.otf) format("opentype");
  font-display: swap;
}
.slider__nav {
  position: absolute;
  top: 80%;
}
.slider__img {
  max-width: 290px;
  height: auto;
  width: auto;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}
.slider__btn {
  bottom: 0;
}
.slider__btn img {
  max-width: 48px;
  width: 100%;
  max-height: 48px;
  height: 100%;
}
.slider__color-name {
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 10px;
}
.color-pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
  max-width: 349px;
  margin-inline: auto;
}
.color-pagination > * {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.color-slider__container {
  padding-block: 150px 110px;
}
.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.3);
  transform: scale(1.3);
  z-index: 10;
}
.color-slider__container .swiper-slide:not(.swiper-slide-active) {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 1;
}
.present {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-block: 0;
}
.present__line {
  top: 50%;
}
.present__line--left {
  position: absolute;
  left: -7%;
}
.present__line--right {
  position: absolute;
  right: -7%;
}
.present__block {
  position: relative;
  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;
  margin-bottom: 16px;
}
.present__paragraph {
  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;
}
.present__paragraph--price {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.present__canvas {
  position: absolute;
  top: -40%;
}
.present__lead {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  max-width: 197px;
  gap: 3px;
  margin-bottom: 8px;
}
.present__lead--first {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.present__lead--initial {
  max-width: 57px;
  max-height: 36px;
  width: auto;
  height: auto;
}
.present__lead--name {
  font-size: 17px;
  font-weight: 700;
  flex-shrink: 0;
}
.present__lead--after {
  max-width: 76px;
  max-height: 16px;
  width: auto;
  height: auto;
}
.present__lead--bottom {
  max-height: 20px;
  width: auto;
  height: auto;
}
.present__description {
  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%;
  height: 100%;
}
.present__description--first {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 3px;
}
.present__description--dealer {
  max-width: 128px;
  max-height: 60px;
  width: 100%;
  height: auto;
}
.present__description--price {
  font-family: D-DIN;
  font-size: 82px;
  font-weight: 700;
  color: #c3002f;
  line-height: 0.9;
  letter-spacing: 0;
}
.present__description--unit {
  max-width: 120px;
  width: 100%;
  height: auto;
}
.present__description--bottom {
  max-width: 177px;
  width: auto;
  height: auto;
}
.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;
  overflow: visible;
}
.present__btns {
  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%;
  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: 350px;
  height: 60px;
}
.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;
  height: 20px;
  max-width: none;
  width: auto;
  margin-inline: auto;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.present__btn__img--red {
  max-width: 167px;
  height: auto;
}
.present__btn__img--catalog {
  max-width: 100px;
  height: auto;
}
.present__btn__img--search {
  max-width: 67px;
  height: auto;
}
.present__btn__ico {
  width: 15px;
  height: 18px;
}
.present__btn--red {
  background-color: #c3002f;
  -ms-grid-column: span 2;
  grid-column: span 2;
  max-width: 350px;
  height: 80px;
}
#js_present {
  width: 100vw;
  height: 500px;
}
.safety-block {
  background-image: url(../img/safety/bg-safe_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-clip: border-box;
  background-position: bottom center;
}
.safety-block__inner {
  padding-block: 65px 71px;
  padding-inline: 17px;
}
.safety-block__title {
  margin-bottom: 35px;
  gap: 20px;
}
.safety-block__accordion {
  margin-block: 48px 80px;
}
.safety-block__support__title {
  max-width: 329px;
  width: auto;
  height: auto;
}
.safety-block__feature__title {
  width: auto;
  height: auto;
}
.safety-cards {
  -ms-grid-rows: (auto) [6];
  grid-template-rows: repeat(6, auto);
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-block: 50px 100px;
}
.safety-card {
  max-width: 348px;
  max-height: auto;
  justify-self: center;
}
.safety-slider__nav {
  position: absolute;
  -webkit-transform: translate(-50%, -120%);
  transform: translate(-50%, -120%);
  padding-inline: 5px;
  max-width: 383px;
}
.safety-slider__img {
  max-height: 621px;
  max-width: 349px;
  height: 100%;
  width: auto;
}
.safety-slider__btn {
  bottom: 0;
}
.safety-slider__btn img {
  max-width: 48px;
  width: 100%;
  max-height: 48px;
  height: 100%;
}
.safety-pagination {
  gap: 8px;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 349px;
  margin-inline: auto;
}
.safety-slider__container {
  padding-block: 0;
}
.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);
  transform: scale(1);
  z-index: 10;
}
.safety-slider__container .swiper-slide:not(.swiper-slide-active) {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 1;
}
.safety-dot {
  width: 15px;
  height: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  background-color: #b3b3b3;
  border-radius: 3px;
}
.safety-dot:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.safety-dot.active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  background-color: #c3002f;
}
.roox-accordion__content {
  margin-top: 26px;
}
.roox-accordion__text {
  max-width: 35px;
  height: auto;
}
.roox__logo {
  width: 100%;
  max-width: 150px;
  height: auto;
}
.sp-only {
  display: -webkit-flex;
  display: flex;
}
.pc-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;
  background-position: center center;
  overflow: visible;
  position: fixed;
  bottom: 3%;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  padding-inline: 25px;
  padding-block: 22px 20px;
  max-width: 287px;
  max-height: 77px;
  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: translateX(50%) scale(1.05);
  transform: translateX(50%) 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;
}
.main {
  overflow: hidden;
}
.is-mobile {
  display: block;
}
.kv {
  position: relative;
  background-image: url(../img/kv-area/bg-kv_sp.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-clip: border-box;
  background-size: cover;
  padding-block: 41px 0;
}
.kv__container {
  padding-inline: 16px;
  padding-block: 0;
}
.kv__visual {
  overflow: visible;
}
.kv__img {
  border-radius: 40px;
}
.kv__text {
    position: absolute;
    width: 100%;
    max-width: 300px;
    max-height: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    top: -5%;
    left: 50%;
    gap: 3px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #f9998e;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 31px;
    overflow: visible;
    padding-block: 8px;
  }
  .kv__text__img {
    max-height: 22px;
    width: auto;
  }
.kv__present {
  padding-block: 20px 48px;
}
.ticker {
  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;
  width: 100%;
  height: auto;
  background-size: 400% 400%;
  overflow: visible;
  margin-block: 30px 0;
  padding-bottom: 12px;
}
.ticker-path {
  font-size: 14px;
  line-height: 1.5;
}
.ticker__wrapper {
  position: relative;
  width: 524px;
  height: 72px;
  gap: 10px;
  -webkit-transform: none;
  transform: none;
  top: auto;
}
.ticker__note {
  display: none;
}
.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;
  margin: 0;
  max-height: 97px;
}
.ticker__title__img {
  width: 100%;
  max-width: 285px;
  height: 100%;
  display: block;
  position: relative;
  z-index: 10;
  opacity: 1;
  margin: 0 auto;
}
.ticker__title__svg {
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
}
.ticker__title__svg svg {
  width: 448px;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.ticker__title__svg svg .ticker__sentence {
  font-weight: 700;
  letter-spacing: 0.1em;
  dominant-baseline: middle;
}
.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-size: 100%;
  background-position: 60% 20%;
  padding-inline: 16px;
  margin-block: 56px 75px;
}
.introduction__container {
  margin-top: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.introduction__title {
  position: relative;
  margin: 0;
  margin-bottom: 10px;
}
.introduction__title:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 18px;
  height: 1px;
  background-color: #000;
}
.introduction__section {
  width: 100%;
}
.introduction__content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-top: 42px;
}
.introduction__img {
  width: calc(100% + 32px);
  margin-inline: -16px;
  height: 280px;
  overflow: visible;
  object-position: bottom;
  object-fit: contain;
  -webkit-order: 1;
  order: 1;
}
.introduction .left__note {
  width: 366px;
  height: auto;
  -webkit-order: 0;
  order: 0;
  margin-block: 10px 20px;
}
.introduction .right {
  margin-top: 0;
  -webkit-order: 2;
  order: 2;
}
.features__title {
  margin: 0;
  margin-bottom: 58px;
}
.features__title__img {
  max-width: 347px;
  width: 100%;
  display: block;
}
.features__first,
.features__second,
.features__third {
  height: 100%;
  min-height: 0;
  max-height: 100%;
  padding: 0;
}
.features__first {
  background-image: url(../img/features/bg-features_01_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-clip: border-box;
  padding-block: 40px;
  height: 1180px;
}
.features__second {
  background-image: url(../img/features/bg-features_02_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-clip: border-box;
  height: 958px;
}
.features__third {
  background-image: url(../img/features/bg-features_03_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: border-box;
  position: relative;
  background-position: top center;
  background-size: 100% 140%;
  padding-block: 44px 0;
  height: 1400px;
  min-height: none;
  gap: 0;
}
.features__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;
  position: relative;
  gap: 0;
}
.features__container__second {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 40px;
}
.features__container__block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-top: 27px;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.features__container__block--left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.features__container__slide {
  position: absolute;
  border-radius: 40px;
  width: auto;
  z-index: 10;
}
.features__container__slide--first {
  top: 107%;
  left: 0;
  max-width: 335px;
  width: 100%;
  height: auto;
  margin-left: 16px;
}
.features__container__slide--second {
  top: 105%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 219px;
  width: 100%;
  height: auto;
}
.features__container__slide--third {
  top: 105%;
  left: 12%;
  max-width: 274px;
  width: 100%;
  height: auto;
  display: inline-block;
}
.features__container__fade {
  max-width: 350px;
  width: 100%;
  max-height: 287px;
  height: auto;
  border-radius: 30px 0 0 30px;
}
.features__container__fade--second {
  border-radius: 0 30px 30px 0;
}
.features__section {
  padding-inline: 16px;
}
.features__section__lead {
  width: 100%;
  height: auto;
  margin-block: 52px 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 231px;
}
.features__section__lead--decorated {
  max-width: 164px;
  width: 100%;
  height: auto;
}
.features__section__lead--second {
  max-width: 322px;
}
.features__section__note {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: auto;
  margin-top: 11px;
}
.features__section__note--second {
  max-width: 242px;
}
.features__section__title {
  height: 100%;
  padding-block: 13px;
}
.features__section__title__slide {
  position: absolute;
  border-radius: 40px;
  width: auto;
  z-index: 10;
}
.features__section__title__slide--first {
  top: 107%;
  left: 0;
  max-width: 335px;
  width: 100%;
  height: auto;
  margin-left: 16px;
}
.features__section__title__slide--second {
  top: 105%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 219px;
  width: 100%;
  height: auto;
}
.features__section__title__slide--third {
  top: 105%;
  left: 12%;
  max-width: 274px;
  width: 100%;
  height: auto;
  display: inline-block;
  overflow: hidden;
}
.features__section__title__note {
  font-size: 16px;
  overflow: visible;
}
.features__section__title__note:after {
  right: 20px;
}
.features__present {
  height: auto;
  margin-bottom: 66px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.features__lead {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 231px;
}
.features__lead--decorated {
  max-width: 164px;
  width: 100%;
  height: auto;
}
.conversion-and-colors {
  background-image: url(../img/colors/bg-colors_and_conversion_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-clip: border-box;
  background-position: center center;
  padding-bottom: 45px;
}
.colors {
  padding-inline: 16px;
  padding-block: 45px 0;
}
.colors__img {
  margin-block: 36px 14px;
}
.lineup {
  background-image: url(../img/lineup/bg-lineup_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-clip: border-box;
  padding-inline: 16px;
  padding-block: 50px 89px;
}
.lineup__img {
  max-width: 320px;
  width: 100%;
  height: auto;
  margin-block: 27px 14px;
}
.lineup__lead__img {
  margin-block: 0 8px;
}
.lineup__grade {
  margin-top: 27px;
}
.autech__img {
  width: 100%;
  height: auto;
}
.autech__lead {
  max-width: 324px;
  width: 100%;
  max-height: 78px;
  height: auto;
  margin-top: 20px;
}
.autech__caption {
  max-width: 255px;
  width: 100%;
  margin-bottom: 19px;
}
.other {
  background-image: url(../img/other/bg-other_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-clip: border-box;
  background-position: center bottom;
  padding: 78px 16px;
  height: 100%;
}
.other__conversion {
  margin: 0;
  margin-bottom: 107px;
  padding: 0;
}
.other__tickers {
  height: 100%;
  margin: 0;
  padding: 0;
}
.other__tickers__title {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  margin: 0;
}
.other__btns {
  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: 15px;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.other__btns__check {
  gap: 16px;
}
.other__btn {
  max-width: 350px;
}
.other__btn__note {
  max-width: 300px;
  width: 100%;
}
.other__cars {
  display: block;
  overflow: visible;
  margin-inline: -16px;
  width: calc(100% + 32px);
  max-width: none;
  height: auto;
  -webkit-transform: none;
  transform: none;
  margin-block: 58px 62px;
}
.roox-footer__note {
  font-size: 10px;
}
.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_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-clip: border-box;
  padding-block: 36px 40px;
  gap: 0;
  min-height: auto;
}
.check__title {
  max-width: 307px;
  margin-bottom: 16px;
}
.check .decoration {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.check .decoration__text {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.check__anchors {
  gap: 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.check__anchor {
  position: relative;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  width: 350px;
  height: 60px;
  background-color: #222;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.check__anchor--decorated {
  gap: 3px;
}
.check__anchor__img {
  margin: 0;
}
.check__anchor__ico {
  width: 16px;
  position: absolute;
  right: 10%;
}
.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: 66px 56px;
  width: 100%;
}
.fair__cars {
  padding-inline: 16px;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
  gap: 10px;
  margin-bottom: 0;
}
.fair__cars__left {
  position: relative;
}
.fair__cars__left--text {
  max-width: 319px;
  margin-inline: auto;
  -webkit-transform: translateY(-8%);
  transform: translateY(-8%);
}
.fair__cars__btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #c3002f;
  transition: all 0.3s ease;
  border-radius: 50px;
  width: 350px;
  height: 80px;
  margin-top: 10px;
}
.fair__cars__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.fair__cars__img {
  max-width: 350px;
  height: auto;
  border-radius: 20px;
}
.fair__present {
  padding-block: 60px 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%;
}
@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;
  }
  .safety-block__feature__title {
    max-width: 314px;
  }
}
@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;
  }
  .fair__cars__img {
    border-radius: 50px;
  }
}
@media (max-width: 1200px) {
  .fair {
    background-image: url(../img/fair/bg-fair_sp.png);
    background-size: cover;
    background-position: top center;
    background-clip: border-box;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1441px) {
  .fair__cars__img {
    border-radius: 50px;
  }
}
