#main {
  padding: 0;
}

br {
  display: block;
  /* makes it have a width */
  content: "";
  /* clears default height */
  margin-top: 0;
  /* change this to whatever height you want it */
}

.disclaimer-content {
  position: absolute;
  z-index: 10;
  bottom: 1.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.disclaimer-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #ffffff;
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.page-header {
  background-color: #ffffff;
  z-index: 12;
  border-bottom: 1px solid rgba(60, 60, 60, 0.2);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  transition: 0.8s;
}

.page-header .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
}

.page-header .nav .nav-menu .nav-list {
  list-style: none;
  margin-bottom: 0;
}

.page-header .nav-menu .nav-list .nav-item {
  margin: 0 1.5rem;
}

.page-header .nav-menu .nav-list .nav-item a {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: -0.02em;
  line-height: 150%;
  color: #3c3c3c;
  transition: 0.3s;
  text-decoration: none;
  padding: 1.5rem 0;
  display: block;
}

.page-header .nav-menu .nav-list .nav-item:hover a {
  color: #1464f4;
  cursor: pointer;
}

.page-header .nav-button .btn {
  padding: 1rem 2.5rem;
}

.page-header .nav-list .nav-item::after {
  height: 4px;
  bottom: -1px;
}

.page-header .nav-list .nav-item.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -1px;
  left: 0;
  transform: scaleX(1);
  transform-origin: bottom left;
  transition: transform 0.3s;
}

.link-effect-hover.active-menu::after,
.link-effect-hover::after {
  bottom: -5px;
}

/* COMMON */
small {
  font-size: 0.875rem;
  line-height: 100%;
}

button {
  outline: none;
  border: none;
}

h2.page-title {
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 125%;
  color: #151515;
  margin-bottom: 0;
}

.block .block-title {
  font-size: 2.75rem;
  line-height: 3.5rem;
  font-weight: 600;
  color: #151515;
  margin-bottom: 1rem;
}

.block .block-desc {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  color: #3c3c3c;
}

.none-break {
  display: inline-block;
  white-space: nowrap;
}

@media only screen and (max-width: 992px) {
  .block .block-title {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 2.375rem;
    color: #151515;
  }

  .block .block-desc {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #3c3c3c;
  }
}

.disclaimer-content {
  position: absolute;
  z-index: 10;
  bottom: 1.5rem;
  width: 100%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.disclaimer-content svg {
  margin-right: 0.5rem;
}

.disclaimer-text {
  font-size: 0.813rem;
  line-height: 150%;
  color: #ffffff;
  font-weight: 500;
}

.block-detail-item {
  display: flex;
  flex-direction: column;
}

.block-detail-item .detail-item-content {
  flex: 1;
  flex-shrink: 0;
  margin-top: auto;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(60, 60, 60, 0.3);
}

.detail-item-content h3.item-title {
  font-size: 1.25rem;
  line-height: 120%;
  color: #151515;
  font-weight: 600;
  margin-bottom: 0;
}

.detail-item-content p.item-subtitle {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 156%;
  color: #151515;
}

.detail-item-content .item-content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.detail-item-content .item-content-header .item-btn {
  border: none;
  outline: none;
  background-color: transparent;
}

.detail-item-content .item-content-header .item-btn svg {
  pointer-events: none;
}

.font-weight-regular {
  font-weight: 500;
}

.block-slider .swiper-button-next::after,
.block-slider .swiper-button-prev::after {
  content: "";
}

.swiper-button-next,
.swiper-button-prev {
  width: 3rem;
  top: 55%;
}

.swiper-button-next {
  right: 40px;
  left: auto;
}

.swiper-button-prev {
  left: 40px;
  right: auto;
}

.swiper-button-next svg>path,
.swiper-button-prev svg>path {
  stroke: #ffffff;
  fill: #ffffff;
}

/* .swiper-button-next svg:hover>path,
  .swiper-button-prev svg:hover>path {
    fill: #1464f4;
  } */

.swiper-button-next svg>rect,
.swiper-button-prev svg>rect {
  fill: rgba(0, 0, 0, 0.45);
}

.swiper-button-next svg:hover>rect,
.swiper-button-prev svg:hover>rect {
  fill-opacity: 1;
}

.swiper-pagination-bullet {
  background: rgba(60, 60, 60, 0.1);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #1464f4;
}

@media only screen and (max-width: 992px) {
  .page-header .nav-dropdown.active button svg {
    transform: rotate(180deg);
  }
}

/* BLOCK BANNER */
.block-banner {
  position: relative;
  margin-bottom: 0;
  background-color: #F7F7F7;
}

.block-banner .slogan {
  display: block;
  font-size: 1rem;
  line-height: 125%;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #3a3333;
}

/* .block-banner .block-banner-img .slogan {
    font-weight: 700;
    margin-bottom: 1.5rem;
  }

  .block-banner .block-banner-desc .slogan {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #3A3333;
  }

  .block-banner .block-banner-img h2 {
    font-size: 2rem;
    font-weight: 800;
    font-style: italic;
    line-height: 180%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  } */

.block-banner .available-text {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 180%;
  letter-spacing: 0.06em;
}

.block-banner .price span {
  font-weight: 700;
  font-size: 4.688rem;
  line-height: 125%;
}

.block-banner .price {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 125%;
}

.block-banner .block-banner-img {
  height: 100vh;
}

.block-banner .block-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-banner .block-banner-img_overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10vh;
}

.block-banner .block-banner-desc {
  padding: 2.938rem 0.938rem;
}

.block-banner .block-banner-desc .logo {
  margin-bottom: 1rem;
}

.block-banner .block-banner-desc h3 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 133%;
  letter-spacing: 0.1em;
}

.block-banner .banner-desc-right {
  display: flex;
}

.block-banner .banner-desc-right .content-item h5 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 150%;
}

.block-banner .banner-desc-right .content-item h5 span {
  font-size: 0.875rem;
  line-height: 128%;
}

.block-banner .banner-desc-right .content-item p {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
}

.block-banner .block-banner-desc .banner-desc-right_content {
  display: flex;
}

.block-banner .banner-desc-right_content .content-item {
  padding: 0 3.188rem;
}

.block-banner .block-banner-desc .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #151515;
}

.block-banner .banner-desc-right_content .content-item:first-child {
  border-right: 1px solid rgba(60, 60, 60, 0.2);
}

.block-banner .banner-desc-right_content .content-center {
  border-right: 1px solid rgba(60, 60, 60, 0.2);
}

.block-banner .banner-desc-right_buttons {
  row-gap: 1rem;
}

.block-banner .banner-desc-right_buttons .btn {
  padding: 1rem 2.719rem;
  width: 100%;
}

.block-banner .banner-desc-right_buttons .view-offer-btn {
  color: #151515;
  text-decoration: underline;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
}

/* END BLOCK BANNER */

/* COMMON CSS FOR EXTERIOR & INTERIOR */
.block-design {
  padding-top: 5rem;
}

.block-design .block-header {
  margin-bottom: 3rem;
}

.block-design .swiper {
  margin-bottom: 2rem;
}

.block-design .nav-tabs {
  border: none;
}

.block-design .nav-tabs .nav-item {
  width: fit-content;
  height: fit-content;
  margin-right: 0.5rem;
  overflow: hidden;
  border-radius: 50%;
}

.block-design .nav-tabs .nav-item.show .nav-link,
.block-design .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: unset;
  border: none;
}

.block-design .nav-tabs .nav-link {
  padding: 0;
  border: none;
  height: 100%;
  border-radius: unset;
  width: 2rem;
  height: 2rem;
  transition: 0.4s;
  color: transparent;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 127%;
  font-weight: 600;
  text-transform: capitalize;
}

.block-design .nav-tabs .nav-link:focus,
.block-design .nav-tabs .nav-link:hover {
  border: 3px solid #1464f4;
  border-radius: 50%;
}

.block-design .nav-tabs .nav-link.active {
  border: 3px solid #1464f4;
  color: #2d2d2d;
  border-radius: 50%;
}

.block-design .block-slider {
  margin-bottom: 2rem;
}

.block-design .block-detail {
  display: flex;
}

/* .block-design .block-detail .block-detail-item {
    margin-right: 2.25rem;
  } */

/* .block-design .block-detail .block-detail-item:last-child {
    margin-right: 0;
  } */

.block-design .block-detail-item img {
  margin-bottom: 1.5rem;
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.block-design .slides {
  display: flex;
}

.block-design .tab-color__name {
  font-weight: 600;
  font-size: 1rem;
  line-height: 127%;
  color: #2d2d2d;
  margin-top: 1rem;
}

/* BLOCK EXTERIOR */
.block-exterior {
  margin-bottom: 2.5rem;
  /* padding-top: 10rem; */
}

/* BLOCK INTERIOR */
.block-interior {
  margin-bottom: 2.5rem;
  /* padding-top: 9.5rem; */
}

/* custom pagination interior slide */
.block-interior .swiper-pagination {
  position: initial;
  /* margin-top: 2rem; */
  width: fit-content;
  display: flex;
}

.block-interior .mySwiper2 .swiper-slide {
  width: fit-content !important;
}

.block-interior .mySwiper2 img {
  width: 50px;
  height: 40px;
  object-fit: cover;
}

.block-interior .swiper-pagination span {
  text-transform: capitalize;
}

@media only screen and (min-width: 993px) {

  .block-exterior .swiper-slide,
  .block-interior .interiorSwiper .swiper-slide,
  .block-technology .swiper-slide {
    height: 600px !important;
  }
}

.block-technology .swiper img,
.block-exterior .swiper img,
.block-interior .interiorSwiper .swiper-slide img {
  object-position: center;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.block-interior .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.block-interior .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.5rem 0 0;
}

.block-interior .swiper-pagination-bullet {
  width: 48px;
  height: 48px;
  background-color: unset;
  margin-right: 0.5rem;
  border-radius: unset;
  padding: 0;
  border: none;
  opacity: 1;
  transition: 0.4s ease-in-out;
  color: transparent;
  font-size: 1rem;
  font-weight: 500;
  line-height: 127%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  outline: none;
}

.block-interior .swiper-pagination-bullet span {
  z-index: 100;
}

.block-interior .swiper-pagination-bullet-active {
  -webkit-box-shadow: inset 0px 0px 0px 3px #1464f4;
  -moz-box-shadow: inset 0px 0px 0px 3px #1464f4;
  box-shadow: inset 0px 0px 0px 3px #1464f4;
  color: #ffffff;
}

.block-interior .swiper-pagination-bullet-active span {
  display: flex;
  -webkit-box-shadow: inset 0px 0px 0px 3px #1464f4;
  -moz-box-shadow: inset 0px 0px 0px 3px #1464f4;
  box-shadow: inset 0px 0px 0px 3px #1464f4;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0 3.375rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.block-interior .swiper-pagination-bullet.interior1 {
  background-image: url("../images/v3/vf-8/color/interior-img-icon1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.block-interior .swiper-pagination-bullet.interior2 {
  background: url("../images/v3/vf-8/color/interior-img-icon2.webp") no-repeat center center / cover;
  background-size: cover;
}

/* .block-interior .swiper-pagination-bullet.interior3 {
    background: url("../images/v3/vf-8/color/black.webp") no-repeat center center / cover;
    background-size: cover;
  }

  .block-interior .swiper-pagination-bullet.interior4 {
    background: url("../images/v3/vf-8/color/black.webp") no-repeat center center / cover;
    background-size: cover;
  } */

/* BLOCK TECHNOLOGY */
.block-technology {
  padding-top: 5.5rem;
}

.block-technology .technology-header {
  text-align: center;
  margin: 0 auto 3rem;
}

/* .block-technology .technology-header h2 {
    font-size: 2.75rem;
    font-weight: 500;
    line-height: 125%;
    color: #3c3c3c;
    margin: 0 auto 1rem;
  }

  .block-technology .technology-header h2 b {
    font-weight: 700;
    color: #151515;
  }

  .block-technology .technology-header p {
    margin: 0 auto 2.5rem;
    font-size: 1.25rem;
    line-height: 140%;
    color: #151515;
    font-weight: 400;
  } */

.block-technology .swiper-pagination {
  position: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2.375rem;
  box-shadow: inset 0 -2px 0 0 rgba(60, 60, 60, 0.05);
  margin: 3rem auto 1.5rem;
  white-space: nowrap;
}

.technologySwiper.swiper-horizontal>.swiper-pagination-bullets,
.technologySwiper.swiper-pagination-bullets.swiper-pagination-horizontal,
.technologySwiper.swiper-pagination-custom,
.technologySwiper.swiper-pagination-fraction {
  display: flex;
}

.block-technology .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.block-technology .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1.969rem;
  outline: none;
}

.block-technology .swiper-pagination-bullet {
  width: auto;
  height: auto;
  margin: 0;
  opacity: 1;
  background: unset;
  border-radius: unset;
  padding-bottom: 1rem;
  white-space: nowrap;
  border-bottom: 2px solid transparent;

  font-weight: 600;
  font-size: 1.125rem;
  line-height: 133%;
  color: #3c3c3c;
  text-align: center;
}

.block-technology .swiper-pagination-bullet-active {
  border-bottom: 2px solid #1464f4;
  color: #1464f4;
}

.block-technology .technology-content {
  margin: auto;
  text-align: center;
}

.block-technology .technology-content .technology-content-item {
  display: none;
}

.block-technology .technology-content .technology-content-item.active {
  display: block;
}

.block-technology .technology-content p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 156%;
  color: #151515;
}

.block-technology .technology-content p a {
  text-decoration: none;
}

.block-charging {
  /* background: #fbfbfb; */
  margin-top: 5rem;
}

.block-charging .field-content .field-title {
  padding-top: 5rem;
  margin: 0 auto 4.5rem;
}

.block-charging .field-content .field-title p {
  padding: 0;
}

.block-charging .field-content .field-images {
  display: flex;
  justify-content: space-between;
}

.block-charging .field-content .field-images .field-image {
  padding: 0;
}

.block-charging .field-content .field-images .field-info {
  text-align: end;
}

.block-charging .field-images .field-info .item {
  border-top: 1px solid rgba(60, 60, 60, 0.05);
  padding: 2rem 0;
}

.block-charging .field-images .field-info .item:last-child {
  border-bottom: 1px solid rgba(60, 60, 60, 0.05);
  margin-bottom: 2rem;
}

.block-charging .field-images .field-info .item h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 2.75rem;
  line-height: 150%;
  text-align: right;
  color: #151515;
}

.block-charging .field-images .field-info .item p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  text-align: right;
  letter-spacing: -0.02em;
  color: #3c3c3c;
  opacity: 0.5;
}

.block-charging .field-content .field-images .field-info .field-more a {
  padding: 1rem 3.125rem;
}

/* BLOCK SERVICE */
.block-service {
  height: 100vh;
  position: relative;
  padding-top: 6rem;
}

.block-service .container {
  height: 100%;
  position: relative;
}

.block-service .container .field-header {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.block-service .field-title {
  line-height: 118%;
}

.block-service .field-content {
  height: 100%;
  position: relative;
}

.block-service .field-content .field-slide {
  height: 80%;
  width: 60%;
  margin: 0;
}

.block-service .field-content .field-slide-detail {
  position: absolute;
  width: 32%;
  right: 0;
  top: 35%;
  padding-left: 2.438rem;
}

.block-service .field-content .field-slide-detail svg {
  pointer-events: none;
}

.block-service .field-slide-detail {
  margin-top: 7rem;
}

.block-service .field-slide-detail .slide-detail {
  position: absolute;
  opacity: 0;
  transition: 0.8s;
  padding: 0 2.5rem;
}

.block-service .field-slide-detail .slide-detail.active {
  opacity: 1;
  z-index: 1000;
}

.block-service .field-slide-detail .slide-detail-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.block-service .field-slide-detail .slide-detail-title p {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin: 0;
}

.block-service .field-slide-detail p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #151515;
}

.block-service .field-slide .swiper-slide img {
  height: 100%;
  object-fit: cover;
}

.block-service .field-content .swiper-slide .slide-img1 {
  height: 100%;
  background: url(../images/v3/vf-8/service-image-01.webp) no-repeat center center / cover;
  background-size: cover;
}

.block-service .field-content .swiper-slide .slide-img2 {
  height: 100%;
  background: url(../images/v3/vf-8/service-image-02.webp) no-repeat center center / cover;
  background-size: cover;
}

.block-service .field-content .swiper-slide .slide-img3 {
  height: 100%;
  background: url(../images/v3/vf-8/service-image-03.webp) no-repeat center center / cover;
  background-size: cover;
}

.block-service .swiper-pagination-vertical.swiper-pagination-bullets,
.block-service .swiper-vertical>.swiper-pagination-bullets {
  left: 0;
  top: unset;
  transform: none;
}

.block-service .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.block-service .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  height: 3.5rem;
  width: 0.125rem;
  border-radius: unset;
}

.block-service .swiper-pagination {
  position: relative;
}

.block-service .swiper-button-container {
  display: flex;
  margin-top: 4.5rem;
}

.block-service .swiper-button-next,
.block-service .swiper-button-prev {
  position: unset;
  top: unset;
  left: unset;
  right: unset;
  margin-top: 0;
}

.block-service .swiper-button-next::after,
.block-service .swiper-button-prev::after {
  font-size: 1.5rem;
}

.block-service .field-slide-detail button {
  border: none;
  outline: none;
  background-color: transparent;
}

.block-service .field-content-mobile svg {
  pointer-events: none;
}

.block-safety {
  margin-top: 6rem;
  margin-bottom: 6.25rem;
}

.block-safety .field-content .field-title {
  margin-bottom: 3.5rem;
}

.block-safety .field-content .field-title p {
  padding: 0;
}

.block-safety .field-content .field-text .field-detail {
  display: flex;
}

.block-safety .field-content .field-detail .slides {
  display: flex;
  justify-content: center;
}

.block-safety .field-content .field-detail .slides .field-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.5rem;
  margin-right: 2.5rem;
  border-bottom: 1px solid rgba(60, 60, 60, 0.3);
  max-width: 25rem;
}

.block-safety .field-content .field-detail .slides .field-item picture {
  max-height: 15.5rem;
  overflow: hidden;
}

.block-safety .field-content .field-detail .slides .field-item:last-child {
  margin-right: 0;
}

.block-safety .field-content .field-detail .slides .field-item .field-item-content {
  margin-top: 1.5rem;
  flex-shrink: 0;
}

.block-safety .field-content .field-detail .slides .field-item .field-item-content h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 120%;
  color: #151515;
}

.block-safety .field-content .field-detail .slides .field-item .field-item-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 156%;
  color: #151515;
}

.block-aftersales {
  padding-top: 6.25rem;
  padding-bottom: 5.5rem;
}

.block-aftersales .field-content .field-header {
  margin-bottom: 3.5rem;
}

.block-aftersales .field-content .field-header h2 {
  text-align: center;
}

.block-aftersales .field-content .field-image .field-image__item-wrap {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.block-aftersales .field-image .field-text {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.08%, #000000 100%);
  bottom: 0;
  left: 0;
  padding: 2.5rem;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.block-aftersales .field-image .field-text .field-title_item {
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 125%;
  color: #ffffff;
}

.block-aftersales .field-image .field-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 150%;
  color: #ffffff;
}

.block-aftersales .field-image .field-text p svg {
  margin-left: 0.5rem;
}

.block-aftersales .field-image .field-image__item .image-btn svg,
.block-aftersales .field-image .field-image__item .image-btn a {
  z-index: 1;
}

.block-aftersales .field-image picture img:not(:hover) {
  transform: scale(1);
  transition: 0.5s ease;
}

.block-aftersales .field-image picture img:hover {
  transform: scale(1.1);
  transition: 0.5s ease;
}

.block-specs {
  padding-top: 4rem;
  padding-bottom: 7rem;
  /* background-color: #FBFBFB; */
}

.block-specs .field-title {
  margin-bottom: 3.188rem;
  text-align: center;
}

.block-specs .container .field-content .field-title h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 55px;
  text-align: center;
  color: #151515;
  margin-bottom: 40px;
  font-family: "Mulish";
  font-style: normal;
}

.block-specs .field-content .tab-content {
  margin: auto;
  margin-bottom: 2.5rem;
}

.block-specs .field-content .tab-content .group-title {
  margin-bottom: 1.188rem;
}

.block-specs .field-content .tab-content .group-title-desktop {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.block-specs .field-content .tab-content .group-title .logo {
  flex: 1;
  padding-right: 3rem;
}

.block-specs .tab-content .group-title-desktop div {
  width: calc(100% / 3);
}

.block-specs .field-content .tab-content .group-title .group-title-desktop .title-type {
  flex: 1;
  font-weight: 600;
  font-size: 1rem;
  line-height: 150%;
  margin: 0;
  color: #151515;
  padding: 0 3rem;
  text-transform: uppercase;
  text-align: center;
  font-family: "Mulish";
}

.block-specs .group-title-mobile {
  display: none;
}

.block-specs .field-content .tab-content a.btn {
  padding: 1rem 3.594rem;
  margin-top: 2.5rem;
}

.block-specs .field-content .tab-content .main-content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  border: 1px solid rgba(60, 60, 60, 0.1);
}

.block-specs .field-content .tab-content .main-content li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-bottom: 1px solid rgba(60, 60, 60, 0.1);
}

.block-specs .field-content .tab-content .main-content li:last-child {
  border-bottom: unset;
}

.block-specs .field-content .tab-content .main-content li .spec-detail-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-align: start;
  cursor: pointer;
}

.block-specs .field-content .tab-content .main-content li .spec-detail-title h3 {
  margin: 0;
  padding: 1.5rem 0.938rem;
  border-right: 1px solid transparent;
}

.block-specs .field-content .tab-content .main-content li .spec-detail-title .blank {
  width: calc(100% / 3);
  padding: 1.5rem 3rem;
  border-right: 1px solid transparent;
}

.block-specs .field-content .tab-content .main-content li.active .spec-detail-title .blank {
  border-right: 1px solid rgba(60, 60, 60, 0.1);
}

.block-specs .field-content .tab-content .main-content li.active .spec-detail-title .blank:last-child {
  border-right: unset;
}

.block-specs .field-content .tab-content .main-content li h3 {
  font-family: "Mulish";
  display: flex;
  gap: 1rem;
  width: calc(100% / 3);
  padding-left: 3rem;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #3c3c3c;
  /* transition: .4s; */
}

.block-specs .field-content .tab-content .main-content li h3 .collapse-icon {
  padding: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2492_2440)'%3E%3Cpath d='M15.787 4.21251C15.503 3.92853 15.0425 3.92848 14.7585 4.21255L8.00017 10.971L1.24153 4.21251C0.957551 3.92853 0.497042 3.92848 0.213018 4.21255C-0.071006 4.49658 -0.071006 4.95704 0.213018 5.24106L7.48594 12.5138C7.62233 12.6502 7.8073 12.7268 8.00017 12.7268C8.19304 12.7268 8.37806 12.6501 8.5144 12.5137L15.7869 5.24101C16.071 4.95704 16.071 4.49653 15.787 4.21251Z' fill='%233C3C3C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2492_2440'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.block-specs .field-content .tab-content .main-content li.active {
  padding-top: 0;
}

.block-specs .field-content .tab-content .main-content li.active h3 {
  color: #1464f4;
  border-right: 1px solid rgba(60, 60, 60, 0.1);
}

.block-specs .field-content .tab-content .main-content li h3 .collapse-icon {
  transform: rotate(0);
  transition: transform 0.3s ease-in-out;
}

.block-specs .field-content .tab-content .main-content li.active h3 .collapse-icon {
  padding: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2492_2488)'%3E%3Cpath d='M15.787 4.21251C15.503 3.92853 15.0425 3.92848 14.7585 4.21255L8.00017 10.971L1.24153 4.21251C0.957551 3.92853 0.497042 3.92848 0.213018 4.21255C-0.071006 4.49658 -0.071006 4.95704 0.213018 5.24106L7.48594 12.5138C7.62233 12.6502 7.8073 12.7268 8.00017 12.7268C8.19304 12.7268 8.37806 12.6501 8.5144 12.5137L15.7869 5.24101C16.071 4.95704 16.071 4.49653 15.787 4.21251Z' fill='%231464F4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2492_2488'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  transform: rotate(-180deg);
}

.block-specs .field-content .tab-content .main-content li .spec-detail-content {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 0;
  display: flex;
}

.block-specs .field-content .tab-content .main-content li .spec-detail-content ul {
  width: calc(100% / 3);
  padding: 2rem;
  border-right: 1px solid rgba(60, 60, 60, 0.1);
}

.block-specs .field-content .tab-content .main-content li .spec-detail-content ul:last-child {
  border-right: unset;
}

.block-specs .field-content .tab-content .main-content li .spec-detail-content li {
  border-bottom: unset;
  padding: 0;
  /* padding-bottom: 1rem; */
  color: #151515;
  font-family: "Mulish";
}

.block-specs .field-content .tab-content .main-content li .spec-detail-content li:last-child {
  padding-bottom: 0;
}

.block-specs .field-content .tab-content .main-content li .spec-detail-content .title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 201%;
  color: #151515;
}

.block-specs .field-content .tab-content .main-content li .spec-detail-content .detail {
  font-weight: 600;
  font-size: 1rem;
  line-height: 201%;
  color: #151515;
}

.block-specs .field-content .tab-content .main-content li .spec-detail-content.mobile {
  flex-direction: column;
}

.block-specs img {
  max-height: 200px;
  width: 100%;
  object-fit: contain;
  margin-top: 0.5rem;
}

@media only screen and (min-width: 993px) {
  .block-specs .spec-detail-content .group-content {
    display: flex;
  }

  .block-specs .spec-detail-content .group-content .mobile-title {
    width: 50%;
  }

  .block-specs .spec-detail-content .group-content .mobile-content {
    width: 100%;
  }

  .block-specs .field-content .tab-content .main-content li .spec-detail-content.mobile .group-content .mobile-title {
    padding: 0.5rem 0.938rem !important;
  }

  .block-specs .field-content .tab-content .main-content li .spec-detail-content.mobile .group-content .mobile-content p {
    padding: 0.5rem 0.938rem !important;
    font-size: 1rem !important;
  }
}

/* .block-specs .field-content .tab-content .main-content li .spec-detail-content.mobile .group-content {
    padding-top: 6px;
  } */

.block-specs .field-content .tab-content .main-content li .spec-detail-content.mobile .group-content .mobile-title {
  color: #151515;
  padding: 1rem 0.938rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 150%;
  font-family: "Mulish";
  font-style: normal;
  margin-bottom: 0;
}

.block-specs .field-content .tab-content .main-content li .spec-detail-content.mobile .group-content .mobile-content {
  display: flex;
}

.block-specs .field-content .tab-content .main-content li .spec-detail-content.mobile .group-content .mobile-content p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 150%;
  color: #3c3c3c;
  padding: 1.5rem 2.75rem 1.5rem 0.938rem;
  flex: 1;
  margin: 0;
}

.block-specs .field-content .tab-content .main-content li .spec-detail-content.mobile .group-content .mobile-content p {
  text-align: left;
  border-left: 1px solid rgba(60, 60, 60, 0.1);
}

.block-specs .spec-detail-content.mobile {
  display: none;
}

#block-disclaimer {
  padding: 2rem;
}

.block-specs .field-button .btn--primary--blue {
  margin-right: 1.5rem;
}

.shopping-tools-container {
  position: relative;
}

.shopping-tools-button {
  position: absolute;
  height: fit-content;
  /* top: 0%;
    right: 100%; */
  z-index: 10;
  text-align: center;
  cursor: pointer;
  padding: 0.719rem 1rem;
  background-color: #3d3d3d;
  transform: translateX(1%);
  transition: 0.4s linear;
}

.shopping-tools-button.show {
  transform: translateX(-99%);
}

.shopping-tools-detail {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 10;
  background-color: #ffffff;
  transform: translate(100%, -50%);
}

.shopping-tools-detail.show {
  transform: translate(0%, -50%);
  transition: 0.4s linear;
}

.shopping-tools-detail.hide {
  transform: translate(100%, -50%);
  transition: 0.4s linear;
}

.shopping-tools-detail ul {
  list-style-type: none;
  margin-bottom: 0;
  border: 1px solid rgba(31, 33, 37, 0.1);
  padding: 0;
}

.shopping-tools-detail ul li {
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.02em;
  border-bottom: 1px solid rgba(31, 33, 37, 0.1);
}

.shopping-tools-detail ul li:last-child {
  border-bottom: none;
}

.shopping-tools-detail ul li a {
  color: #1f2125;
  text-decoration: none;
  padding: 1rem;
  display: block;
}

.shopping-tools-detail ul li:hover a {
  color: #1464f4;
  cursor: pointer;
}

.shopping-tools-button p {
  /* transform: translateY(525%) rotate(270deg); */
  transform: rotate(180deg);
  white-space: nowrap;
  height: fit-content;
  /* width: 100%; */
  font-weight: 300;
  font-size: 13px;
  color: #ffffff;
  line-height: 185%;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  height: fit-content;
  margin: auto;
  margin: auto;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* BLOCK OFFER */
.block-offer {
  padding-top: 3.5rem;
}

.block-offer .block-title {
  margin-bottom: 0.5rem;
  text-align: center;
}

.block-offer .block-desc {
  margin-bottom: 2.5rem;
  text-align: center;
}

.block-offer .tab-wrapper .tab {
  display: flex;
  list-style: none;
  align-items: center;
  margin: 2.5rem auto;
  width: 25%;
  padding: 0;
}

.block-offer .tab-wrapper .tab li.active {
  border-bottom: 2px solid #1464F4;
}

.block-offer .tab-wrapper .tab li.active a {
  color: #1464F4;
}

.block-offer .tab-wrapper .tab li {
  width: 100%;
  text-align: center;
  border-bottom: 2px solid rgba(60, 60, 60, 0.2);
  padding-bottom: 1.5rem;
}

.block-offer .tab-wrapper .tab li a {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.25rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #3C3C3C;
  text-transform: uppercase;
}

.block-offer .vehicle-buttons {
  margin-top: 50px;
}

.block-offer .vehicle-item {
  width: 450px !important;
  border: 1px solid rgba(60, 60, 60, 0.2);
}

.block-offer .vehicle-item:nth-child(2) {
  margin-right: 0 !important;
}

.block-offer .vehicle-content {
  padding: 0 2.5rem 1.5rem;
}

.block-offer .offer-swiper .swiper-wrapper {
  justify-content: center;
}

.block-offer .vehicle-title .slogan {
  color: #3c3c3c;
  font-size: 0.875rem;
  line-height: 128%;
  font-weight: 500;
  margin-bottom: 1rem;
  display: block;
}

.block-offer .vehicle-title .vehicle-class {
  color: #1464f4;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 125%;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.block-offer .vehicle-desc .vehicle-price {
  display: flex;
  column-gap: 1.125rem;
  margin-bottom: 1.5rem;
}

.block-offer .vehicle-desc .price {
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  color: #151515;
}

.block-offer .vehicle-desc .sub-price {
  font-size: 0.625rem;
  line-height: 150%;
  font-weight: 400;
  color: #151515;
}

.block-offer .vehicle-warranty {
  margin-bottom: 1.5rem;
}

.block-offer .vehicle-warranty .vehicle-warranty-item {
  font-size: 0.875rem;
  line-height: 125%;
}

.block-offer .vehicle-buttons {
  display: flex;
  column-gap: 2.5rem;
}

.block-offer .vehicle-buttons a {
  text-decoration: none;
  color: #1464f4;
}

.block-offer .term-btn {
  width: fit-content;
  color: #1464f4;
  margin-bottom: 0;
  cursor: pointer;
  opacity: 0.9;
}

.offer-popup .close-modal,
.offer-popup .vehicle-term {
  width: 856px;
}

#vf8-disclaimer-popup {
  max-width: 690px;
  padding: 2.5rem 1.875rem;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
}

/* END BLOCK OFFER */

@media only screen and (max-width: 1600px) {
  .block-service .field-slide-detail {
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 1440px) {

  /* BLOCK TOP BANNER */
  .block-top-banner .top-content {
    top: 8.438rem;
  }
}

@media only screen and (max-width: 1366px) {

  .block-service .swiper-button-container,
  .block-service .field-slide-detail {
    margin-top: 2rem;
  }

  .block-specs .field-content .tab-content .main-content li .spec-detail-content ul {
    padding: 1rem;
  }
}

@media only screen and (max-width: 1200px) {
  .block-product {
    margin-top: 72px;
  }

  .page-header .nav {
    max-width: unset;
    padding: 0 0.938rem;
  }

  .block-service {
    height: 120vh;
  }

  /* BLOCK BANNER */
  .block-banner .block-banner-img {
    height: 70vh;
  }

  .block-banner .banner-desc-right_content .content-item {
    padding: 0 2.188rem;
  }

  .block-banner .banner-desc-right_content .content-item br {
    display: none;
  }

  .block-banner .banner-desc-right .content-item h5 {
    font-size: 1.25rem;
  }

  /* END BLOCK BANNER */
}

@media only screen and (max-width: 1024px) {
  .page-header .nav-dropdown.d-lg-none {
    display: block !important;
  }

  /* PAGE HEADER */
  .page-header {
    padding: 0.75rem 0;
  }

  .nav-dropdown button {
    border: none;
    outline: none;
    background-color: #ffffff;
    color: #1464f4;
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
    width: auto;
    transition: 0.4s;
  }

  .page-header .nav-button .btn {
    padding: 0.75rem 1.5rem;
  }

  .page-header .nav-logo {
    display: none;
  }

  .page-header .nav-menu {
    position: fixed;
    width: 100%;
    right: 0;
    z-index: 1;
    transform: translateY(-100%);
    /* top: 67px; */
    transition: 0.6s;
  }

  .page-header .nav-menu.active {
    transform: translateY(67px);
    top: 0;
    /* right: 0; */
  }

  .page-header .nav-menu .nav-list {
    flex-direction: column;
    background-color: #ffffff;
  }

  .page-header .nav-list .nav-item {
    border-bottom: 1px solid rgba(60, 60, 60, 0.1);
  }

  /* BLOCK SERVICE */
  /* .block-service {
    } */

  .block-service .container .field-header {
    position: initial;
  }

  .block-service .field-content .field-slide,
  .block-service .field-content .field-slide-detail {
    display: none !important;
  }

  .block-service .field-content-mobile .service-item-header .header-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .block-service .field-content-mobile .service-item-detail .slide-img {
    background-image: none;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    height: 15.5rem;
    margin-top: 1.5rem;
  }

  .block-service .field-content-mobile .service-item-detail .slide-img1 {
    background-image: url(../images/v3/vf-8/traffic-jam.webp);
  }

  .block-service .field-content-mobile .service-item-detail .slide-img2 {
    background-image: url(../images/v3/vf-8/parking-mode.webp);
  }

  .block-service .field-content-mobile .service-item-detail .slide-img3 {
    background-image: url(../images/v3/vf-8/summon-mode.webp);
  }

  .block-service .field-content-mobile .service-item-detail p {
    font-weight: 400;
    color: #151515;
    line-height: 1.875rem;
    font-size: 1.125rem;
    margin-top: 1.5rem;
  }

  .block-service .service-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 1.25rem 0;
    margin: 0 auto;
    list-style: none;
  }

  .block-service .service-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 1rem 0;
    margin: 0 auto;
    border-bottom: 1px solid rgba(60, 60, 60, 0.1);
    cursor: pointer;
    transition: 0.4s;
  }

  .block-service .service-list li.active {
    border-bottom: 1px solid #1464f4 !important;
  }

  .block-service .service-list li .service-item-header p {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 120%;
    color: #3c3c3c;
  }

  /* .block-service .service-list li.active .service-item-header p {
      color: #151515;
      font-weight: 700;
    } */

  .block-service .service-list li .header-left .arrow {
    transition: 0.4s;
    margin-right: 0.875rem;
    transform: rotate(180deg);
  }

  .block-service .service-list li.active .header-left .arrow {
    transform: rotate(0);
  }

  .block-service .service-list li.active .header-left .arrow path {
    fill: #1464f4;
  }

  .block-service .service-list .service-item-header h3 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 120%;
    color: #3c3c3c;
  }

  .block-service .service-list li h3 {
    font-weight: 300;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 1.25rem 0 0;
    margin: 0;
    font-size: 1.313rem;
    letter-spacing: -0.02em;
    color: #151515;
    cursor: pointer;
  }

  .block-service .service-list li .answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }

  .block-service .service-list li .answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 0.625rem 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 0.938rem 0;
    font-size: 0.875rem;
    width: 96%;
  }

  .block-service .field-content-mobile .service-item-header button {
    outline: none;
    border: none;
    background-color: #ffffff;
  }

  .block-service {
    height: fit-content;
  }

  .block-service .container {
    max-width: unset;
    padding: 0 4.063rem;
  }

  .collapse-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 1rem 0;
    margin: 0 auto;
    border-bottom: 1px solid rgba(60, 60, 60, 0.1);
    transition: 0.4s;
  }

  .collapse-list li:first-child {
    padding: 0 0 1rem 0;
  }

  .collapse-list li.active {
    border-bottom: 2px solid #1464f4 !important;
  }

  .collapse-list li .header-left .arrow {
    transition: 0.4s;
    margin-right: 0.875rem;
  }

  .collapse-list li.active .header-left .arrow {
    transform: rotate(180deg);
  }

  .collapse-list li.active .header-left .arrow path {
    fill: #1464f4;
  }

  .collapse-list li h3 {
    font-weight: 300;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 1.25rem 0 0;
    margin: 0;
    font-size: 1.313rem;
    letter-spacing: -0.02em;
    color: #151515;
    cursor: pointer;
  }

  .collapse-list li .answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }

  .collapse-list li .answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 0.625rem 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 0.938rem 0;
    font-size: 0.875rem;
    width: 96%;
  }

  .collapse-item-header,
  .collapse-item-header .header-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .collapse-item-detail img {
    margin-top: 1.5rem;
  }

  .collapse-item-detail p {
    font-weight: 500;
    color: #3c3c3c;
    line-height: 1.25rem;
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }

  .collapse-list .collapse-item-header h3 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.375rem;
    color: #3c3c3c;
    transition: 0.4s;
  }

  /* .collapse-item.active h3 {
      color: #151515;
      font-weight: 700;
    } */

  .collapse-item-header button {
    outline: none;
    border: none;
    background-color: #ffffff;
  }

  .popup-btn {
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
  }

  .collapse-item.active .popup-btn {
    visibility: visible;
    opacity: 1;
  }

  .block-aftersales .field-content .field-image {
    gap: 0.5rem;
  }

  .block-offer .offer-swiper .vehicle-item {
    flex: 1;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .block-service .field-header {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .block-service .field-content-mobile {
    display: none !important;
  }

  .block-service .field-content .field-slide-detail {
    top: 60%;
  }

  .block-safety .field-content .field-detail .slides .field-item {
    max-width: 18rem;
  }
}

@media only screen and (max-width: 992px) {
  .block-banner .block-banner-desc .container {
    flex-direction: row;
    height: auto;
    flex-wrap: wrap;
  }

  .page-header .nav-list .nav-item {
    display: block;
  }

  .page-header .nav-list .nav-item.active::after {
    bottom: 0;
  }

  .disclaimer-content {
    display: none;
  }

  .link-effect-hover.active-menu::after,
  .link-effect-hover::after {
    bottom: 0;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .page-header .nav-list .nav-item.active::after {
    bottom: 0;
  }

  h2.page-title {
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 38px;
  }

  .page-header .nav {
    max-width: unset;
    padding: 0 4.063rem;
  }

  .block-detail-item {
    padding-bottom: 1.5rem;
  }

  .detail-item-content h3.item-title {
    color: #000000;
  }

  .collapse-img {
    margin-bottom: 2rem;
  }

  /* BLOCK BANNER */
  .block-banner {
    margin-bottom: 0;
    margin-top: 4rem;
  }

  .block-banner .block-banner-img {
    align-items: unset;
    height: 47vh;
    text-align: center;
    background-position: center;
  }

  .block-banner .block-banner-desc {
    align-items: flex-start;
  }

  .block-banner .block-banner-img_overlay {
    display: none;
  }

  .block-banner .block-banner-desc {
    flex-direction: column;
    height: auto;
  }

  .block-banner .block-banner-img_content {
    margin-top: 6.5rem;
  }

  .block-banner .block-banner-img .slogan {
    margin-bottom: 0.5rem;
  }

  .block-banner .block-banner-img h2 {
    font-size: 1.375rem;
    font-style: italic;
    justify-content: center;
    text-transform: capitalize;
  }

  .block-banner .block-banner-img h2 svg {
    width: 70px;
  }

  .block-banner .available-text {
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
  }

  .block-banner .price {
    font-size: 0.771rem;
    margin-bottom: 0.25rem;
  }

  .block-banner .price span {
    font-size: 3.213rem;
  }

  .block-banner .block-banner-img .btn {
    display: none;
  }

  .block-banner .block-banner-desc {
    padding: 2.5rem 1.25rem;
  }

  .block-banner .banner-desc-right {
    flex-direction: column;
    width: 100%;
  }

  .block-banner .banner-desc-right .content-item h5 {
    font-size: 1.25rem;
  }

  .block-banner .block-banner-desc .banner-desc-right_content {
    margin-bottom: 1.5rem;
  }

  .block-banner .banner-desc-right .content-item h5,
  .block-banner .banner-desc-right .content-item p {
    text-align: left;
  }

  .block-banner .banner-desc-right .content-item p {
    font-size: 0.875rem;
  }

  /* .block-banner .banner-desc-right .content-item br {
      display: none;
    } */

  .block-banner .banner-desc-right_content .content-item {
    padding: 0;
    flex: 1;
  }

  /* .block-banner .banner-desc-right_content .content-item-contain,
    .block-explore .explore-item-contain {
      padding-bottom: 1.5rem;
      margin-bottom: 1.5rem;
      border-bottom: 1px solid rgba(60, 60, 60, 0.2);
    } */

  .block-banner .banner-desc-right_content .content-item:nth-child(1) {
    padding: 0 2.125rem 0 0;
  }

  .block-banner .banner-desc-right_content .content-item:nth-child(2) {
    padding: 0 0 0 2.125rem;
    border-right: unset;
  }

  .block-banner .banner-desc-right_buttons .btn {
    width: 100%;
  }

  /* END BLOCK BANNER */

  /* COMMON BLOCK INTERIOR & EXTERIOR */
  .block-design {
    padding-top: 3.5rem;
    margin-bottom: 3rem;
  }

  .block-design .block-header {
    margin-bottom: 2.5rem;
  }

  /* .block-design .block-slider {
      margin-bottom: 1.5rem;
    } */

  .block-design .swiper {
    margin-bottom: 1.5rem;
  }

  .block-design .container {
    max-width: unset;
  }

  .block-design .detail-container.container {
    padding: 0 0 0 4.063rem;
  }

  .block-design .block-detail .block-detail-item:last-child {
    margin-right: 2.688rem;
  }

  .slider {
    width: 100%;
    overflow: hidden;
  }

  .slides {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .slides::-webkit-scrollbar {
    display: none;
  }

  .block-detail-item {
    scroll-snap-align: start;
    flex-shrink: 0;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    flex-basis: 35%;
  }

  /* .block-design .block-detail .block-detail-item {
      margin-right: 2.688rem;
    } */

  /* BLOCK EXTERIOR */

  .block-exterior h2.block-title {
    margin-bottom: 0.5rem;
  }

  /* BLOCK INTERIOR */
  .block-interior .block-header {
    margin-bottom: 2rem;
  }

  /* .block-interior .swiper-pagination {
      margin-top: 1.5rem;
    } */

  /* BLOCK TECHNOLOGY */
  .block-technology {
    padding-top: 3.5rem;
  }

  .block-technology .container {
    max-width: unset;
    padding: 0 4.063rem;
  }

  .block-technology .technology-header {
    text-align: left;
    margin: 0 0 3rem 0;
  }

  .collapse-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 1rem 0 auto 0;
    list-style: none;
  }

  .collapse-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 1rem 0;
    margin: 0 auto;
    border-bottom: 1px solid rgba(60, 60, 60, 0.1);
    transition: 0.4s;
  }

  .collapse-list li:first-child {
    padding: 0 0 1rem 0;
  }

  .collapse-list li.active {
    border-bottom: 2px solid #1464f4 !important;
  }

  .collapse-list li .header-left .arrow {
    transition: 0.4s;
    margin-right: 0.875rem;
    transform: rotate(180deg);
  }

  .collapse-list li.active .header-left .arrow {
    transform: rotate(0);
  }

  .collapse-list li.active .header-left .arrow path {
    fill: #1464f4;
  }

  .collapse-list li h3 {
    font-weight: 300;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 1.25rem 0 0;
    margin: 0;
    font-size: 1.313rem;
    letter-spacing: -0.02em;
    color: #151515;
    cursor: pointer;
  }

  .collapse-list li .answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }

  .collapse-list li .answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 0.625rem 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 0.938rem 0;
    font-size: 0.875rem;
    width: 96%;
  }

  .collapse-item-header,
  .collapse-item-header .header-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .collapse-item-detail img {
    margin-top: 1.5rem;
  }

  .collapse-item-detail p {
    font-weight: 400;
    color: #151515;
    line-height: 1.875rem;
    font-size: 1.125rem;
    margin-top: 1.5rem;
  }

  .collapse-item-header button {
    outline: none;
    border: none;
    background-color: #ffffff;
  }

  .popup-btn {
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
  }

  .collapse-item.active .popup-btn {
    visibility: visible;
    opacity: 1;
  }

  .block-charging {
    background: #ffffff;
  }

  .block-charging .container {
    max-width: unset;
    /* padding: 0; */
  }

  .block-charging .field-content .field-title {
    padding: 0;
  }

  .block-charging .field-content .field-images {
    flex-direction: column;
  }

  .block-charging .field-content .field-images .field-info {
    display: flex;
    flex-direction: column;
    padding: 0 4.063rem;
    background: #fbfbfb;
  }

  .block-charging .field-content .field-images .field-info .field-text {
    display: flex;
  }

  .block-charging .field-images .field-info .item {
    border: unset;
    margin-right: 2.5rem;
    padding: 2.5rem 0 2rem 0;
  }

  .block-charging .field-images .field-info .item:nth-child(3) {
    margin-bottom: 0;
  }

  .block-charging .field-images .field-info .item h3 {
    text-align: start;
    font-size: 2.375rem;
    line-height: 150%;
  }

  .block-charging .field-images .field-info .item p {
    text-align: start;
    letter-spacing: -0.02em;
    color: rgba(60, 60, 60, 0.5);
  }

  .block-charging .field-content .field-images .field-info .field-more {
    padding-bottom: 2.5rem;
  }

  .block-charging .field-content .field-images .field-info .field-more a {
    width: 100%;
  }

  .block-service .field-content-mobile .service-item-header button {
    opacity: 0;
    transition: opacity 0.5s;
  }

  .block-service .service-list li.active .service-item-header button {
    opacity: 1;
  }

  .block-safety {
    margin-top: 5rem;
    margin-bottom: 4.344rem;
  }

  .block-safety .container {
    max-width: unset;
    padding: 0;
  }

  .block-safety .field-content .field-title {
    padding: 0 4.063rem;
  }

  .block-safety .field-content .field-text {
    padding: 0 0 0 4.063rem;
  }

  .block-safety .field-content .field-detail {
    width: 100%;
    overflow: hidden;
  }

  .block-safety .field-content .field-detail .slides {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .block-safety .field-content .field-detail .slides .field-item {
    scroll-snap-align: start;
    flex-shrink: 0;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    flex-basis: 35%;
    margin-right: 2.688rem;
  }

  .block-safety .field-content .field-detail .slides .field-item:last-child {
    margin-right: 2.688rem;
  }

  .block-aftersales {
    padding-top: 4.344rem;
  }

  .block-aftersales .container {
    max-width: unset;
    padding: 0 4.063rem;
  }

  .block-aftersales .field-content .field-header h2 {
    text-align: start;
  }

  .block-aftersales .field-content .field-image .field-text h3 {
    font-weight: 700;
    font-size: 1.25rem;
  }

  .block-aftersales .field-content .field-image .field-text p {
    font-size: 1rem;
    line-height: 110%;
  }

  .block-specs .container {
    max-width: unset;
    padding: 0;
  }

  .block-specs .field-content .tab-content .main-content li .spec-detail-title h3 {
    white-space: nowrap;
  }

  .block-specs .field-content .field-title h2 {
    margin-bottom: 2.5rem;
  }

  /* .block-specs .field-content .tab-content,
    .block-specs .field-content .field-button {
      padding: 0 4.813rem;
    } */

  .offer-popup .close-modal,
  .offer-popup .vehicle-term {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .page-header .nav {
    max-width: unset;
  }

  .design-toggle-btn {
    margin-bottom: 0;
    background-color: transparent;
    color: #1464f4;
    display: flex;
    align-items: center;
    font-weight: 400;
    line-height: 1.5rem;
    font-size: 1.125rem;
  }

  .design-toggle-btn svg {
    margin-left: 0.5rem;
  }

  .block-technology .technology-header h2 {
    white-space: initial;
  }

  .collapse-img {
    margin-bottom: 1rem;
  }

  .block-specs .field-content .tab-content .main-content li.active h3,
  .block-specs .field-content .tab-content .main-content li.active .spec-detail-title .blank {
    border-right: unset;
  }

  .block-charging .field-content .field-title {
    text-align: left;
  }

  /* BLOCK OFFER */
  .block-offer .offer-swiper .swiper-wrapper {
    justify-content: initial;
  }

  .block-offer .tab-wrapper .tab {
    margin: 1rem 0;
    width: 100%;
  }

  .block-offer .tab-wrapper .tab li {
    padding-bottom: 1rem;
  }

  .block-offer .vehicle-content {
    padding: 1rem;
  }

  .block-offer .offer-swiper .vehicle-item {
    width: 100% !important;
    flex: none;
  }

  .block-offer .swiper-pagination {
    position: initial;
    margin-top: 2rem;
  }

  #vf8-disclaimer-popup {
    transform: none;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: unset;
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .page-header {
    padding: 0.75rem 0;
  }

  .page-header .nav {
    max-width: unset;
    padding: 0 15px;
  }

  .block-product .desc-mobi {
    font-size: 0.75rem;
    font-weight: 400;
  }

  /* COMMON */
  h2.page-title {
    font-weight: 700;
  }

  /* BLOCK BANNER */
  .block-banner .block-banner-img {
    height: 40vh;
  }

  .block-banner .block-banner-desc {
    padding: 1.5rem 1.25rem;
  }

  .block-banner .block-banner-desc .slogan,
  .block-banner .block-banner-desc svg {
    margin-bottom: 0.5rem;
  }

  .block-banner .block-banner-desc h3 {
    font-size: 0.75rem;
  }

  .block-banner .banner-desc-left {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(60, 60, 60, 0.2);
    width: 100%;
  }

  /* END BLOCK BANNER */

  /* COMMON FOR INTERIOR & EXTERIOR SECTION */
  .block-design {
    padding-top: 3rem;
    margin-bottom: 2.5rem;
  }

  .block-design .block-header {
    margin-bottom: 3rem;
  }

  .block-design .block-slider {
    margin-bottom: 1.5rem;
  }

  /* .block-design .tab-color,
    .block-design .block-header,
    .block-design .detail-container-tablet {
      padding: 0 1.75rem;
    } */

  .block-design .nav-tabs {
    row-gap: 0.5rem;
  }

  .block-design .detail-container.container {
    padding: 0;
  }

  /* .block-design .collapse-item-header button {
      display: none;
    } */

  /* BLOCK EXTERIOR */
  .block-exterior h2.block-title {
    margin-bottom: 1rem;
  }

  /* BLOCK INTERIOR */
  /* .block-interior .swiper-pagination {
      margin-top: 1rem;
    } */

  /* BLOCK TECHNOLOGY */
  .block-technology {
    padding-top: 2.5rem;
  }

  .block-technology .technology-header h2 {
    white-space: initial;
  }

  .block-technology .field-content-mobile .field-mobile-item {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #1464f4;
  }

  .block-technology .field-content-mobile .field-mobile-item img {
    margin-bottom: 1rem;
  }

  .block-technology .field-content-mobile .field-mobile-item h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 120%;
  }

  .block-technology .field-content-mobile .field-mobile-item p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #3c3c3c;
  }

  /* BLOCK CHARGING */
  .block-charging .container {
    padding: 0;
  }

  .block-charging .field-content .field-images .field-info .field-text {
    flex-direction: column;
  }

  .block-charging .field-content .field-images .field-info {
    padding: 0 1.75rem;
  }

  .block-charging .field-images .field-info .item {
    border-bottom: 1px solid rgba(60, 60, 60, 0.05);
    padding: 2rem 0 1rem 0;
    margin-bottom: 1rem;
  }

  .block-charging .field-images .field-info .item h3 {
    font-weight: 600;
    font-size: 38px;
    line-height: 150%;
    margin-bottom: 0;
  }

  .block-charging .field-images .field-info .item p {
    font-weight: 600;
  }

  .block-charging .field-images .field-info .item:nth-child(3) {
    margin-bottom: 1.5rem;
    padding-bottom: 0;
  }

  /* BLOCK SERVICE */
  .block-service .field-header h2 {
    font-size: 1.875rem;
  }

  .block-safety {
    margin-bottom: 3rem;
  }

  .block-safety .field-content .field-title {
    padding: 0;
  }

  .block-safety .field-content .field-text {
    padding: 0;
  }

  .block-aftersales {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .block-aftersales .field-content .field-image {
    flex-direction: column;
    gap: 1.5rem;
  }

  .block-aftersales .field-content .field-image .field-text h3 {
    font-weight: 600;
  }

  .block-technology .container,
  .block-charging .container,
  .block-service .container,
  .block-safety .container,
  .block-aftersales .container,
  .block-specs .container {
    max-width: none;
    padding: 0 0.938rem;
  }

  .block-product .slide-content .bottom-content .btn:nth-child(1) {
    margin: 0;
  }

  /* BLOCK SPECS */
  .block-specs .field-content .tab-content {
    padding: 0;
  }

  .block-specs .field-content .tab-content .group-title {
    margin-bottom: 0;
  }

  .block-aftersales .field-image .field-text {
    padding: 1.5rem;
  }

  .block-specs {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }

  .block-specs .container-md {
    padding: 0;
  }

  .block-specs .field-title {
    margin-bottom: 2.5rem;
  }

  .block-specs .field-content .tab-content .group-title p {
    background: #ffffff;
    border: 1px solid rgba(60, 60, 60, 0.1);
    padding: 24px;
  }

  .block-specs .field-content .tab-content .group-title-desktop {
    display: none;
  }

  .block-specs .group-title-mobile {
    display: flex;
  }

  .block-specs .group-title-mobile span {
    display: block;
    color: #000000;
    line-height: 150%;
    letter-spacing: -0.02em;
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }

  .block-specs .group-title-mobile span.year {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 171%;
  }

  .block-specs .group-title-mobile span.car-name {
    font-weight: 600;
  }

  .block-specs .group-title-mobile span.car-detail {
    font-weight: 500;
    margin-bottom: 0;
  }

  .block-specs .group-title-mobile .title-type {
    flex: 1;
    padding: 2rem;
  }

  .block-specs .group-title-mobile .title-type:first-child {
    background-color: #fbfbfb;
  }

  .block-specs .field-button {
    display: flex;
    padding: 0 15px;
  }

  .block-specs .field-button a {
    width: 50%;
    padding: 1rem 1.813rem;
    margin-top: 2.063rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .block-specs .field-content .tab-content .main-content li .spec-detail-title h3 {
    border-right: 1px solid transparent !important;
    flex: 1;
  }

  .block-specs .field-content .tab-content .main-content li .spec-detail-title .blank {
    display: none;
  }

  #block-disclaimer {
    padding: 2rem 0;
  }

  /* BLOCK OFFER */
  .block-offer .vehicle-title .slogan {
    margin-bottom: 0.75rem;
  }

  .block-offer .vehicle-title .vehicle-class,
  .block-offer .vehicle-desc .vehicle-price,
  .block-offer .vehicle-warranty {
    margin-bottom: 1.125rem;
  }

  .block-offer .vehicle-warranty .vehicle-warranty-item {
    margin-bottom: 0.938rem;
  }

  .offer-popup .close-modal {
    margin-bottom: 0;
    position: absolute;
    right: 1.5rem;
    width: fit-content;
    top: 1.5rem;
  }

  /* .offer-popup .close-modal svg circle {
      fill: #FFFFFF;
    } */

  /* .offer-popup .close-modal svg path {
      stroke: #1464f4;
    } */

}

@media only screen and (max-width: 480px) {
  .block-specs .spec-detail-content {
    display: none;
  }

  .block-specs .field-content .tab-content .main-content li .spec-detail-content.mobile {
    display: block;
  }
}

/* USER INFO */
.block-form {
  margin-top: 5.5rem;
}

.block-form .block-form-heading {
  margin-bottom: 2.5rem;
}

.block-form .block-form-heading .block-title {
  font-weight: 300;
  font-size: 3.25rem;
  line-height: 115%;
  letter-spacing: -0.04em;
  color: #3c3c3c;
}

.block-form .block-form-heading .block-desc {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 133%;
  letter-spacing: -0.02em;
  color: #3c3c3c;
}

.block-form-detail .col-sm-6:first-child {
  padding-right: 0.75rem;
}

.block-form-detail .col-sm-6:last-child {
  padding-left: 0.75rem;
}

.block-form-detail .form-text {
  border-radius: 0;
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  text-align: left;
  box-shadow: none;
  background-color: #f0f3f3;
  padding: 0.813rem 1rem 0.688rem;
  opacity: 1;
}

.block-form-detail .form-group {
  margin-bottom: 1.5rem;
}

#form-group-submit {
  display: flex;
  justify-content: center;
  margin-top: 2.25rem;
}

#form-group-submit .form-submit {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1rem 4.5rem;
  width: 100%;
  max-width: 19.5rem;
}

.block-form-detail .form-error {
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5rem;
  text-align: left;
  background-color: #ffdcdc;
  margin-top: 1.5rem;
  padding: 0 1rem;
  transition: 0.25s ease-in-out;
}

.block-form-detail .error .form-error {
  padding: 0.75rem 1rem;
}

/* END BLOCK CONTACT */

/* BLOCK RESULT */
.block-result {
  padding: 5rem 0 10rem;
}

.block-result h3.block-title {
  margin-bottom: 0.75rem;

  font-size: 3.25rem;
  letter-spacing: -0.04em;
  line-height: 115%;
  font-weight: 300;
  color: #3c3c3c;
}

.block-result p.block-desc {
  font-size: 1.313rem;
  font-weight: 300;
}

.block-result .btn {
  margin-top: 2.5rem;
  padding: 1rem 4.188rem;
}

@media only screen and (max-width: 480px) {
  .block-form {
    padding-top: 3.5rem;
  }

  .block-result {
    padding: 3rem 0 5rem;
  }

  .block-result h3.block-title,
  .block-form .block-form-heading .block-title {
    font-size: 1.875rem;
  }

  .block-result p.block-desc,
  .block-form .block-form-heading .block-desc {
    font-size: 1.125rem;
  }

  .block-result .btn {
    margin-top: 0.5rem;
  }
}
