.modelslider .slick-dots li button::before {
  content: '━' !important;
}
.modelslider .slick-dots li button::before,
.slick-dots li button::after {
  font-size: 46px !important;
}

.modelslider .slick-dots {
  bottom: 0;
}

.modelslider-slide {
  position: relative;
}

.title-sup {
  font-size: 12px;
  position: absolute;
  top: 4px;
}

.promo-banner {
  position: absolute;
  right: 15%;
  top: 5%;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.promo-banner h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.promo-banner p {
  font-size: 16px;
  margin-bottom: 20px;
}

.promo-banner-text a {
  margin-top: 0 !important;
}

.promo-banner-img img {
  max-width: 230px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition: transform 1.5s ease;
}

.rotate-image:hover {
  transform: scale(1.05);
  transition: transform 0.8s ease;
}

.btn_promo {
  display: none;
  margin-top: 0 !important;
  transition: background-color 0.3s;
}

.btn_promo:hover {
  background-color: #cc5200;
}

.rotate-image:hover .btn_promo {
  display: flex;
  align-items: center;
}

.promo-banner-img .h1 {
  font-size: 28px;
  padding-bottom: 8px;
}

.special__form-section {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  padding: 0 0 44px 0;
}

.special__form-title {
  font-weight: 300;
  font-size: 50px;
  line-height: 120%;
  margin-bottom: 34px;
  text-align: center;
}

.special__form {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.special__form-left {
  position: relative;
  width: 100%;
  max-width: 450px;
  /* color: #fff; */
  padding-right: 20px;
}

.special__form-left h3 {
  padding-bottom: 20px;
  font-size: 28px;
}

.timer-m {
  display: none;
}

.timer-s {
  display: none;
}

.special_title {
  text-align: center;
  display: flex;
  justify-content: center;
  max-width: 100vw;
  padding: 15px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
  background-color: #00657b;
  text-transform: uppercase;
  color: white;
  margin-bottom: 20px;
}

.secgray {
  background-color: #f7f7f7;
}

.special__form-section {
  border-radius: 30px;
  padding: 30px 35px;
  position: relative;
  background-color: #fff;
}

.action-sec {
  padding: 30px 0 30px 0;
  margin-top: 60px;
}

.slick-slide img {
  margin: 0 auto;
}

.cars__wrapper-new {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.cars__wrapper-new__left {
  width: 50%;
}

.model__name {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1;
  text-transform: uppercase;
}

.model__intro {
  font-size: 18px;
  color: #6c7c80;
  line-height: 1.5;
}

.model__prices {
  margin-top: 20px;
}

.model__prices-wrap {
  display: flex;
  flex-direction: column;
}

.model__price {
  margin-bottom: 15px;
  margin-top: 10px;
}

.model__price-value {
  font-weight: 500;
  line-height: 1.4;
  font-size: 24px;
}

.model__price-label {
  font-size: 20px;
  line-height: 1.8;
  color: #6c7c80;
  display: flex;
  align-items: center;
  position: relative;
}

.model__price-label sup {
  padding-right: 5px;
  font-size: 12px;
  bottom: 16px;
  position: absolute;
  left: 10.4em;
}

.model__buttons .btn {
  width: 100%;
  margin-bottom: 15px;
}

.cars__wrapper-new__right-btns {
  padding: 0;
  margin: 30px 0;
}

ul.model__prices-list {
  list-style-type: none;
  padding: 0;
}

ul.model__prices-list li::before {
  content: '✔';
  color: #00657b;
  font-weight: bold;
  margin-right: 8px;
}

.cars_new {
  margin-top: 0;
}

.cars__wrapper-new__left-tech {
  width: 100%;
  box-shadow: none;
  padding-bottom: 0;
}

.cars-item img {
  padding: 30px;
}

.image img {
  display: block;
  width: 100%;
}

.label {
  position: absolute;
  top: 12px;
  left: 30px;
  background-color: #000;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  width: auto;
}

.label .icon {
  margin-right: 5px;
  font-size: 16px;
}

.label .icon img {
  padding: 0;
  max-width: 30px;
}

.label .text {
  font-size: 20px;
}

.mob-b {
  display: none;
}

.mob-none {
  display: block;
}

.special .title p {
  max-width: 700px;
}

.special .title {
  top: 0;
}

.h1 {
  max-width: 950px;
  font-size: clamp(25px, 2.2vw, 50px);
}

.h2 {
  max-width: 1000px;
  font-size: 26px;
}

/* Комплектации */

.btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0d171a;
  background-color: transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  border: 0;
  padding: 14px 17px;
  min-height: 44px;
  cursor: pointer;
  border: 2px solid #0d171a;
}

.btn svg {
  stroke: #0d171a;
  margin-left: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.btn:hover {
  color: #fff;
  background-color: #00657b;
  border-color: #00657b;
}

.btn:hover svg {
  stroke: #fff;
}

.btn.btn-white {
  color: #fff;
  border-color: #fff;
}

.btn.btn-white svg {
  stroke: #fff;
}

.btn.btn-white:hover {
  color: #fff;
  background-color: #00657b;
  border-color: #00657b;
}

.btn.btn-white:hover svg {
  stroke: #fff;
}

.btn.btn-accent {
  background-color: #00657b;
  border-color: #00657b;
  color: #fff;
}

.btn.btn-accent svg {
  stroke: #fff;
}

.btn.btn-accent:hover {
  color: #fff;
  background-color: #00657b;
  border-color: #00657b;
}

.btn.btn-accent:hover svg {
  stroke: #fff;
}

.configuration {
  background-color: #0d171a;
  padding: 60px 0;
}

.configuration h2 {
  color: #fff;
  font-weight: bold;
}

.configuration__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.configuration__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.configuration__tab {
  border-radius: 3px;
  background-color: #00657b;
  opacity: 0.4;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  font-weight: bold;
}

.configuration__tab.active {
  opacity: 1;
}

.configuration__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 65px;
  gap: 30px;
}

.configuration__item {
  width: auto;
  max-width: 250px;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px 20px 20px 20px;
}

.configuration__image {
  width: 100%;
  margin: 20px 0;
}

.configuration__image img {
  display: block;
  width: 100%;
  height: auto;
}

.configuration__name {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  height: 55px;
}

.configuration__config {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 4px 0;
}

.configuration__config:last-child {
  border-bottom: 0px;
}

.configuration__label {
  opacity: 0.5;
  font-size: 14px;
}

.configuration__value {
  font-size: 14px;
}

.configuration__button {
  margin-top: 10px;
}

.configuration__button .btn {
  width: 100%;
}

.configuration__tab {
  cursor: pointer;
  padding: 10px 20px;
  font-weight: 700;
  transition: background-color 0.3s, color 0.3s;
}

.configuration__tab.active {
  background-color: #0d171a;
  color: #fff;
}

.configuration__tab {
  color: #fff;
  transition: background-color 0.3s, color 0.3s;
}

.configuration__tab:first-child {
  background-color: #00657b;
}

.configuration__tab.active {
  background-color: #00657b;
  color: white;
  font-weight: bold;
}

.configuration__buttons {
  padding: 20px 0 10px 0;
}

.configuration__buttons a.callback {
  color: #fff;
  border: 1px solid #fff;
  margin-top: 18px;
  height: 50px;
}

.configuration .container .blocktitle {
  color: #fff;
}

.special .top-banner::after {
  background-image: none;
}

@media only screen and (max-width: 1024px) {
  .configuration__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 760px) {
  .configuration__head {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .configuration__tabs {
    margin-top: 15px;
  }

  .configuration__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 1900px) {
  .h1 {
    max-width: 740px;
  }
}

@media (max-width: 1700px) {
  .promo-banner-img .h1 {
    font-size: 26px !important;
  }
  .promo-banner {
    right: 5%;
  }
}

@media (max-width: 1400px) {
  .promo-banner-img img {
    max-width: 200px;
  }
  .promo-banner-img .h1 {
    font-size: 20px !important;
  }
}

@media (max-width: 1300px) {
  .h1 {
    max-width: 800px;
  }
}

@media (max-width: 1200px) {
  .promo-banner {
    right: 2%;
    padding: 9px;
  }
}

@media (max-width: 1100px) {
  .cars__wrapper-new {
    flex-direction: column-reverse;
  }
  .cars__wrapper-new__left {
    width: 100%;
  }
  .model__text-wrap {
    width: 60%;
  }
  .model__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  .model__name,
  .model__prices {
    text-align: left;
  }
  .mob-none {
    display: none;
  }
  .mob-b {
    display: block;
    padding: 0 15px;
  }
  .special .title p {
    max-width: 620px;
  }
  .configuration__item {
    max-width: 350px;
  }
}

@media (max-width: 1024px) {
  .promo-banner-img img {
    max-width: 150px;
  }
  .rotate-image:hover {
    transform: scale(1.01);
    transition: transform 0.8s ease;
  }
  .btn_promo {
    max-width: 220px;
  }
  .special__form {
    flex-direction: column-reverse;
  }
  .special__form-right {
    margin-bottom: 24px;
  }
  .special__form-left {
    margin: 0 auto;
  }
  .special__form-title {
    font-size: 34px;
  }
  .timer-pc {
    display: none;
  }
  .timer-m {
    display: block;
  }
}

@media (max-width: 1000px) {
  .promo-banner-img .h1 {
    font-size: 20px !important;
  }
  .h1 {
    max-width: 550px;
  }
}

@media (max-width: 900px) {
  .special .title p {
    max-width: 500px;
  }
}

@media only screen and (max-width: 850px) {
  .model__name {
    font-size: 36px;
  }
  .model__intro {
    margin-top: 20px;
    font-size: 14px;
  }
  .model__prices {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .model__prices-wrap {
    display: block;
    text-align: left;
  }
  .model__price-value {
    font-size: 24px;
    line-height: 1.1;
  }
}

@media (max-width: 768px) {
  .promo-banner {
    right: 2%;
  }
  .promo-banner-img img {
    max-width: 120px;
  }
  .promo-banner-img .h1 {
    font-size: 16px !important;
    padding: 0;
  }
  .configuration__item {
    width: 90%;
    margin: 0 auto;
    max-width: 450px;
  }
}

@media (max-width: 700px) {
  .model__text-wrap {
    width: 90%;
  }
  .special .title p {
    max-width: 400px;
  }
}

@media (max-width: 680px) {
  .timer-m {
    display: none;
  }
  .timer-s {
    display: block;
  }
}

@media (max-width: 600px) {
  .title-sup {
    font-size: 10px;
    top: 0;
  }
  .btn_promo {
    max-width: 160px;
  }
  .h1 {
    max-width: 400px;
    font-size: 20px;
  }
}

@media (max-width: 550px) {
  .model__text-wrap {
    width: 90%;
  }
}

@media (max-width: 500px) {
  .promo-banner {
    right: 0;
    top: 5%;
  }
  .special__form-left {
    max-width: 350px !important;
  }
  .special .title p {
    max-width: auto;
  }

  .special .but {
    width: 80%;
  }
}

@media (max-width: 400px) {
  .promo-banner {
    top: 0;
  }
  .promo-banner-img .h1 {
    font-size: 14px !important;
  }
  .promo-banner-img img {
    max-width: 100px;
  }
  .btn_promo {
    max-width: 160px;
  }
  .model__price-label {
    font-size: 16px;
  }
  .model__price-label sup {
    left: 8.6em;
  }
}

@media (max-width: 380px) {
  .special__form-left {
    max-width: 300px !important;
  }
  .h1 {
    font-size: 16px;
  }
}

@media (max-width: 335px) {
  .model__price-label {
    font-size: 14px;
  }
  .model__price-label sup {
    left: 7.6em;
  }
}

@media (max-width: 300px) {
  .promo-banner-img .h1 {
    display: none;
  }
  .promo-banner {
    top: -2%;
  }
  .special .title {
    top: 40px;
  }
}

.trade_in__wrap-new {
  padding-left: 0;
  width: 100%;
}

#test_drive > div {
  color: #fff;
  background-image: url(/img/td3.jpg);
}

.models-tabs {
  background-color: #d9d9d9;
}
.models-tabs__list {
  padding-top: 35px;
  padding-bottom: 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.models-tabs__name {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
/* .tabs__item {
  cursor: pointer;
} */
.models-tabs__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 760px) {
  .models-tabs__list {
    display: block;
  }
}

.btn svg {
  stroke: #0d171a;
  margin-left: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.btn:hover {
  color: #fff;
  background-color: #00657b;
  border-color: #00657b;
}
.btn:hover svg {
  stroke: #fff;
}
.btn.btn-white {
  color: #fff;
  border-color: #fff;
}
.btn.btn-white svg {
  stroke: #fff;
}
.btn.btn-white:hover {
  color: #fff;
  background-color: #00657b;
  border-color: #00657b;
}
.btn.btn-white:hover svg {
  stroke: #fff;
}
.banner {
  position: relative;
  z-index: 1;
  background: #000;
  padding: 68px 0;
  margin: 0 0 60px;
}
.banner__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center right;
  object-position: center right;
}
.banner__img--wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.banner__img--wrap:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -o-linear-gradient(
    359.2deg,
    rgba(0, 0, 0, 0) 49.14%,
    #000000 99.62%
  );
  background: linear-gradient(90.8deg, rgba(0, 0, 0, 0) 49.14%, #000000 99.62%);
}
.banner__info {
  color: #fff;
  max-width: 840px;
  width: 47%;
  margin-left: auto;
}
.banner__title {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 16px;
}
.banner__desc {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  max-width: 520px;
}
.banner__ol {
  counter-reset: section;
  margin-top: 52px;
}
.banner__ol-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 36px;
}
.banner__ol-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
  max-width: 580px;
  font-size: 18px;
  line-height: 1.3;
}
.banner__ol-item:before {
  counter-increment: section;
  content: counter(section);
  width: 52px;
  height: 52px;
  min-width: 52px;
  margin-right: 24px;
  background: #00647b;
  border-radius: 50%;
  font-weight: 700;
  font-size: 28px;
  line-height: 52px;
  text-align: center;
}
.banner__btns {
  margin: 36px 0 0;
}
@media only screen and (max-width: 996px) {
  .banner {
    padding: 0;
  }
  .banner-trade_in-new {
    padding: 0 !important;
  }
  .banner__img--wrap {
    position: relative;
    width: auto;
    height: auto;
  }
  .banner__img--wrap:after {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(49.14%, rgba(0, 0, 0, 0)),
      color-stop(99.62%, #000000)
    );
    background: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 49.14%,
      #000000 99.62%
    );
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 49.14%,
      #000000 99.62%
    );
  }
  .banner__info {
    max-width: 100%;
    width: 100%;
    padding: 16px 0 40px;
  }
  .banner__ol {
    margin-top: 40px;
  }
  .banner__ol-item:before {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .banner__btns {
    margin: 24px 0 0;
  }
}
@media only screen and (max-width: 760px) {
  .banner__title {
    font-size: 42px;
  }
  .banner__desc {
    font-size: 20px;
    text-align: center;
  }
  .banner__ol-title {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .banner__ol-item {
    font-size: 16px;
  }
  .trade_in__wrap-new {
    padding-left: 0;
    width: 90%;
    margin: 0 auto;
  }
  .newTech__items {
    width: 90%;
    margin: 0 auto;
  }
}

.newTech {
  background-color: #f6f7f7;
  padding: 50px 0;
}
.newTech__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 69px;
}
.newTech__content {
  width: 100%;
}
.newTech__car {
  margin-bottom: 28px;
  width: 360px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0px 40px 15px 40px;
  text-align: center;
  cursor: pointer;
}
.newTech__car.active {
  background-color: rgba(0, 101, 123, 0.1);
  border-radius: 10px;
}
.newTech__car:last-child {
  margin-bottom: 0;
}
.newTech__car-image {
  height: 154px;
}
.newTech__car-image img {
  display: block;
  height: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.newTech__car-name {
  font-size: 20px;
  font-weight: bold;
}
.newTech h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.1;
}
.newTech__items {
  border-top: 3px solid #0d171a;
  margin-top: 54px;
}
.newTech__item {
  border-bottom: 2px solid #dfe4e5;
}
.newTech__title {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 996px) {
  .newTech__wrapper {
    display: block;
  }
  .newTech__cars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .newTech__car {
    width: 100%;
    padding: 0px 0px 15px 0px;
  }
  .newTech-title h2 {
    display: block !important;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
  }
  .newTech__content h2 {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  .newTech {
    padding: 50px 0;
  }
  .newTech h2 {
    font-size: 28px;
    line-height: 1.1;
  }
  .newTech__title {
    font-size: 18px;
  }
  .newTech__cars {
    display: block;
  }
}

.newTech-title h2 {
  display: none;
}

.newTech__item {
  border-bottom: 2px solid #dfe4e5;
}
.newTech__title {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.newTech__params {
  margin: 20px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 60px;
}
.newTech__param {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px solid #dfe4e5;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 15px;
}
.newTech__param-label {
  color: #6c7c80;
}
.newTech__param-value {
  font-weight: bold;
  text-align: right;
}
@media only screen and (max-width: 996px) {
  .newTech__params {
    gap: 0px 30px;
  }
}
@media only screen and (max-width: 760px) {
  .newTech__params {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .newTech__title {
    font-size: 18px;
  }
  .newTech__param {
    padding: 10px 0;
    font-size: 14px;
  }
}

/* Баннер с промо */

.btn svg {
  stroke: #0d171a;
  margin-left: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.btn:hover {
  color: #fff;
  background-color: #00657b;
  border-color: #00657b;
}
.btn:hover svg {
  stroke: #fff;
}
.btn.btn-white {
  color: #fff;
  border-color: #fff;
}
.btn.btn-white svg {
  stroke: #fff;
}
.btn.btn-white:hover {
  color: #fff;
  background-color: #00657b;
  border-color: #00657b;
}
.btn.btn-white:hover svg {
  stroke: #fff;
}
.main {
  padding-top: 88px;
  min-height: 750px;
  width: 100%;
  position: relative;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.2)),
      to(rgba(0, 0, 0, 0.2))
    ),
    url('https://placehold.co/1115x435'), lightgray 0px 0px/100% 100% no-repeat;
  background: -o-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url('https://placehold.co/1115x435'), lightgray 0px 0px/100% 100% no-repeat;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url('https://placehold.co/1115x435'), lightgray 0px 0px/100% 100% no-repeat;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 240px;
}
.main__action {
  position: absolute;
  z-index: 2;
  right: 6vw;
  top: 138px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.main__action:hover {
  -webkit-transform: rotate(0) scale(1.05);
  -ms-transform: rotate(0) scale(1.05);
  transform: rotate(0) scale(1.05);
}
.main__action-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 285px;
  padding: 45px 15px 15px 15px;
  height: 173px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #00657b;
}
.main__benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  counter-reset: counter;
}
.main__benefit {
  width: 315px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  border-left: 1px solid #fff;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 162px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.main__benefit:hover {
  background-color: #00657b;
}
.main__benefit:last-child {
  border-right: 1px solid #fff;
}
.main__benefit:before {
  content: '0' counter(counter);
  counter-increment: counter;
  display: block;
  margin-bottom: auto;
  font-weight: 300;
  font-size: 26px;
}
.main__content {
  padding-top: 50px;
  width: 100%;
  color: #fff;
  z-index: 2;
}
.main__content h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.main__subtitle {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  margin-top: 25px;
}
.main ul {
  list-style-type: none;
}
.main ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.main ul li svg {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.main__button {
  margin-top: 55px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.banner-trade_in-new {
  padding: 88px 0;
}

@media only screen and (max-width: 1290px) {
  .main__action {
    right: -15px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    margin-top: 15px;
  }
}
@media only screen and (max-width: 996px) {
  .main__action {
    -webkit-transform: translateX(-110%) scale(0.8);
    -ms-transform: translateX(-110%) scale(0.8);
    transform: translateX(-110%) scale(0.8);
    margin-left: 50%;
    position: static;
  }
}
@media only screen and (max-width: 760px) {
  .main {
    padding-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.2)),
        to(rgba(0, 0, 0, 0.2))
      ),
      url('https://placehold.co/516x920'), #000 0px 0px/100% 100% no-repeat;
    background: -o-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.2) 100%
      ),
      url('https://placehold.co/516x920'), #000 0px 0px/100% 100% no-repeat;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.2) 100%
      ),
      url('https://placehold.co/516x920'), #000 0px 0px/100% 100% no-repeat;
    background-size: 100%;
    background-position: 50% -40px;
    background-repeat: no-repeat;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main__content {
    position: static;
    padding-top: 30px;
    min-height: auto;
    padding-bottom: 105px;
    margin: 0 auto;
    width: 90%;
    padding-bottom: 94px;
  }
  .main__content .container {
    min-height: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    /* -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; */
  }
  .main__content h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
  }

  .main__subtitle {
    font-size: 14px;
  }
  .main__button {
    margin-top: auto;
    width: 100%;
  }
  .main__button .btn {
    width: 100%;
  }
  /* .main__subtitle-ul {
    padding-top: 60px;
  } */
  .main__action-text {
    font-size: 16px;
    position: absolute;
    left: -15px;
    top: -65px;
  }
}

.main__subtitle-ul li::before {
  content: '✔';
  color: #00657b;
  font-weight: bold;
  margin-right: 8px;
}

ul {
  list-style: none;
}

ol {
  list-style: none;
}
::marker {
  display: none;
}

.special .but {
  margin-top: 30px;
}

.main__subtitle-ul_special {
  padding: 24px 0 6px 0;
  line-height: 24px;
}

.text-mob-custom {
  display: none;
}

/* .header-badge {
} */

.slider-gallery {
  margin: 0 auto;
  max-width: 100%;
}

.slider-gallery img {
  width: 100%;
  max-width: 450px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.slider-gallery .slick-slide {
  padding: 10px;
}

.slider-gallery .slick-list {
  margin: 0 -10px;
}

@media (max-width: 1700px) {
  .h2 {
    font-size: 22px;
  }
}

@media (max-width: 1500px) {
  .special .title {
    top: -35px;
  }
  .h2 {
    max-width: 100%;
  }
}

@media (max-width: 1300px) {
  .h2 {
    font-size: 20px;
  }
  .special .but {
    margin-top: 4px;
  }
}

@media (max-width: 1250px) {
  .main__subtitle-ul_special {
    line-height: 20px !important;
  }
  .special-info br {
    display: none;
  }
}

@media (max-width: 900px) {
  .main__subtitle-ul_special {
    display: flex;
    flex-wrap: wrap;
    line-height: 26px !important;
  }
}

@media (max-width: 767px) {
  .header .phone {
    margin: 0 auto;
  }
  .header-badge {
    padding-right: 63px;
  }
  .header .phone a {
    padding-left: 18px;
    padding-right: 20px;
  }
}

@media (max-width: 700px) {
  .special-info {
    font-size: 18px;
  }
}

@media (max-width: 650px) {
  .main__subtitle-ul_special {
    display: inline;
    padding: 10px 0;
  }
}

@media (max-width: 600px) {
  .text-mob-custom {
    display: block !important;
  }
  .text-pc-custom {
    display: none;
  }
  .special-title .text-mob-custom {
    font-size: 18px;
  }
}

@media (max-width: 550px) {
  .header .phone a {
    padding-left: 18px;
    padding-right: 0;
  }
}

@media (max-width: 500px) {
  .special-title {
    font-size: 16px;
  }
  .main__subtitle-ul_special {
    padding: 0;
    line-height: 18px !important;
  }
  .header-badge {
    display: none;
  }
}

@media (max-width: 450px) {
  /* .main__subtitle-ul_special {
    display: none;
  } */
  .special-title {
    padding-bottom: 20px;
  }
}

@media (max-width: 450px) {
  .special .but {
    margin-top: 14%;
  }
}

/* @media (max-width: 420px) {
  .special .but {
    margin-top: 30%;
  }
}

@media (max-width: 380px) {
  .special .but {
    margin-top: 15%;
  }
} */

@media (max-width: 400px) {
  .header .phone {
    margin-right: 75px;
  }
}

@media (max-width: 350px) {
  .special .but {
    margin-top: 7%;
  }
  .special-title {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .special .but {
    margin-top: -3%;
  }
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 50%;
  max-width: 1386px;
  width: 95%;
  transform: translateX(-50%) translateY(100%);
  border-radius: 15px;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
}

#cookie-banner.show {
  transform: translateX(-50%) translateY(-150px);
}

#cookie-banner button {
  border: none;
  padding: 0.6rem 1.4rem;
  font-size: 0.8rem;
  border-radius: 3px;
  cursor: pointer;
  flex-shrink: 0;
  transition: opacity 0.2s;
  color: #000 !important;
}

#cookie-banner button:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  #cookie-banner {
    flex-direction: column;
    text-align: center;
  }
}

/* Затемнение слайдера на мобилах */
/* @media (max-width: 650px) {
  .topslider-item {
    position: relative;
  }

  .topslider-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(
      0,
      0,
      0,
      0.6
    );
    z-index: 1;
    pointer-events: none;
  }
} */

.special .title {
  color: #000;
  padding-left: 0;
}

.special-title {
  /* блюр текста */
  /* background: #ffffff99;
  backdrop-filter: blur(3px); */
  padding: 20px 30px;
}

@media (max-width: 920px) {
  .special-title {
    padding-top: 0;
  }
}

@media (max-width: 680px) {
  .special-title {
    font-size: 18px;
  }
}

@media (max-width: 650px) {
  .special-title {
    font-size: 12px;
    padding-top: 100px;
  }
}

@media (max-width: 450px) {
  .special-title {
    padding-top: 0;
  }
}

@media (max-width: 300px) {
  .special-title {
    font-size: 8px;
  }
}

/* @media (min-width: 650px) {
  .special-title {
    background: #ffffff99;
    backdrop-filter: blur(1px);
  }
} */
