@font-face {
  font-family: "Inter";
  src: url("/test/test-drive/fonts/Inter.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.test-drive {
  font-family: "Inter", sans-serif;
}
@media (max-width: 1200px) {
  .test-drive {
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .test-drive {
    margin: 20px 10px;
  }
}
.test-drive__banner {
  position: relative;
}
.test-drive__banner__img {
  width: 100%;
  border-radius: 45px;
}
.test-drive__banner .test-drive__button {
  position: absolute;
  left: 40px;
  bottom: 125px;
  transform: none;
}
@media (max-width: 1200px) {
  .test-drive__banner .test-drive__button {
    display: none;
  }
}
.test-drive__exclusive {
  display: flex;
  flex-direction: row;
  margin-top: 52px;
  padding: 0;
  gap: 20px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .test-drive__exclusive {
    margin-top: 28px;
    flex-direction: column;
  }
}
.test-drive__exclusive h2 {
  width: 50%;
  text-align: left;
  margin: 0;
  align-items: center;
}
@media (max-width: 768px) {
  .test-drive__exclusive h2 {
    width: 100%;
    text-align: center;
  }
}
.test-drive__exclusive p {
  width: 50%;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 768px) {
  .test-drive__exclusive p {
    width: 100%;
    line-height: unset;
    text-transform: none;
  }
}
.test-drive__text {
  margin-top: 22px;
}
.test-drive__text p {
  font-size: 28px;
  font-weight: 400;
  line-height: 56px;
}
.test-drive__text p span {
  font-weight: 600;
  color: #0a5a77;
}
@media (max-width: 1200px) {
  .test-drive__text p {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .test-drive__text p {
    font-size: 16px;
    line-height: unset;
  }
}
.test-drive__delivery {
  width: 100%;
  height: 473px;
  background: #0a5a77;
  border-radius: 45px;
  margin-top: 42px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 1200px) {
  .test-drive__delivery {
    height: -moz-fit-content;
    height: fit-content;
    padding: 40px;
    box-sizing: border-box;
  }
}
.test-drive__delivery img {
  position: absolute;
  top: 20%;
  height: 80%;
  z-index: 1;
}
@media (max-width: 1200px) {
  .test-drive__delivery img {
    display: none;
  }
}
.test-drive__delivery__textblock {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: inherit;
  width: 100%;
  color: #ffffff;
  z-index: 2;
  padding: 0 10px;
}
.test-drive__delivery__textblock__inner {
  width: 45%;
}
@media (max-width: 1200px) {
  .test-drive__delivery__textblock__inner {
    width: 100%;
  }
}
.test-drive__delivery__textblock h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  vertical-align: middle;
  color: #ffffff;
  padding: 0;
  text-align: justify;
}
@media (max-width: 1200px) {
  .test-drive__delivery__textblock h2 {
    text-align: center;
    line-height: unset;
  }
}
@media (max-width: 768px) {
  .test-drive__delivery__textblock h2 {
    font-size: 30px;
  }
}
.test-drive__delivery__textblock__p {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  vertical-align: middle;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .test-drive__delivery__textblock__p {
    font-size: 14px;
  }
}
.test-drive__counts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 1200px) {
  .test-drive__counts {
    justify-items: center;
  }
}
@media (max-width: 768px) {
  .test-drive__counts {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.test-drive__counts__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 200px;
}
@media (max-width: 1200px) {
  .test-drive__counts__item {
    align-items: center;
  }
}
.test-drive__counts__item__int {
  color: #1f86ac;
  font-size: 50px;
  font-weight: 800;
  line-height: normal;
}
.test-drive__counts__item p {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  vertical-align: middle;
  margin: 0;
  letter-spacing: 0.5px;
}
@media (max-width: 1200px) {
  .test-drive__counts__item p {
    text-align: center;
  }
}
.test-drive__left {
  text-align: left;
  margin-top: 42px;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 56px;
  color: #0a5a77;
}
@media (max-width: 1200px) {
  .test-drive__left {
    text-align: center;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .test-drive__left {
    margin-top: 24px;
  }
}
.test-drive__blocks {
  display: flex;
  flex-direction: row;
  gap: 23px;
  margin-top: 37px;
}
@media (max-width: 1200px) {
  .test-drive__blocks {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .test-drive__blocks {
    margin-top: 24px;
  }
}
.test-drive__blocks__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  width: 100%;
  max-width: 376px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 18px;
  background-color: rgba(10, 90, 119, 0.15);
  border-radius: 9px;
  font-size: 24px;
}
@media (max-width: 1200px) {
  .test-drive__blocks__item {
    box-sizing: border-box;
    max-width: unset;
  }
}
.test-drive__blocks__item__title {
  font-weight: 700;
}
@media (max-width: 768px) {
  .test-drive__blocks__item__title {
    font-size: 20px;
    line-height: unset;
  }
}
.test-drive__blocks__item__text {
  font-weight: 400;
}
@media (max-width: 768px) {
  .test-drive__blocks__item__text {
    font-size: 16px;
    line-height: unset;
  }
}
.test-drive__blocks__item__text span {
  display: block;
  color: #0a5a77;
}
.test-drive__button {
  width: 391px;
  height: 74px;
  border-radius: 20px;
  background-color: #ff0000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 56px;
  text-align: center;
  vertical-align: middle;
  margin-top: 33px;
  cursor: pointer;
  position: relative;
  gap: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 1200px) {
  .test-drive__button {
    width: 100%;
    position: fixed;
    height: 62px;
    margin: 0;
    padding: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483649;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .test-drive__button {
    font-size: 20px;
    line-height: unset;
  }
}
.test-drive__icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}

#form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 424px;
  height: 62px;
  border-radius: 20px;
  gap: 12px;
  cursor: pointer;
  color: #fff;
  background-color: #ff0000;
}
@media (max-width: 1200px) {
  #form-button {
    width: 100%;
  }
}
#form-button span {
  font-weight: 900;
  font-size: 24px;
  line-height: 56px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.slider-container {
  margin: 0 auto;
  margin-top: 42px;
  width: 100%;
}

.main-slider img,
.thumbnail-slider img {
  width: 100%;
  height: auto;
  display: block;
}

.main-slider {
  margin-bottom: 10px;
}

.main-slider div {
  border-radius: 45px;
}

.thumbnail-slider .slick-slide {
  opacity: 0.5;
  cursor: pointer;
  padding: 5px;
  border-radius: 15px;
}

.thumbnail-slider .slick-slide img {
  border-radius: 15px;
}

.slick-arrow {
  z-index: 1;
}

.slick-list.draggable {
  position: relative;
}

.slick-prev,
.slick-next {
  width: 88px;
  height: 88px;
  border: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  top: 50%;
}
@media (max-width: 1200px) {
  .slick-prev,
  .slick-next {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 20px;
    height: 20px;
  }
}

.slick-prev:before,
.slick-next:before {
  content: "" !important;
}

.slick-prev {
  left: 10px;
  background-image: url("/test/test-drive/img/prev.svg");
}

.slick-next {
  right: 10px;
  background-image: url("/test/test-drive/img/next.svg");
}

.slick-prev::before,
.slick-next::before {
  display: none !important;
}

.title_modal {
  margin-bottom: 20px;
}

#form-button {
  width: 100%;
  max-width: 100%;
}
#form-button span {
  font-size: 20px;
}

.c-modal {
  border-radius: 45px;
}
@media (max-width: 768px) {
  .c-modal {
    border-radius: 0;
  }
}

.fancybox-slide--html .fancybox-close-small {
  color: #0a5a77 !important;
  right: 12px !important;
  top: 12px !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
@media (max-width: 550px) {
  .fancybox-slide--html .fancybox-close-small {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .fancybox-content {
    height: 100vh;
  }
}
.fancybox-container {
  z-index: 2147483650 !important;
}/*# sourceMappingURL=style.css.map */