

@font-face {
  font-family: "changan";
  font-style: normal;
  font-weight: 400;
  src: local("SBSansDisplay-Regular"), url("../fonts/changan_uni_type_Regular-normal-400-100.ttf") format("woff");
}
@font-face {
  font-family: "changan";
  font-style: normal;
  font-weight: 700;
  src: local("SBSansDisplay-Bold"), url("../fonts/changan_uni_type_Bold-normal-700-100.ttf") format("woff");
}
*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --font-family: "changan", sans-serif;
  --textColor: #333;
  --mainBgColor: #ebebeb;
  --colorPlaceholder: #757575;
  --main-prem: #0b457f;
  --main-item: #ff9531;
  --container: 1280px;
}

body {
  font-family: var(--font-family);
  line-height: 1.2;
  font-size: 16px;
  color: var(--textColor);
  font-weight: 400;
  background: var(--mainBgColor);
  position: relative;
  overflow-x: hidden;
}
body.active {
  overflow: hidden;
}

input,
button,
textarea {
  font-family: var(--font-family);
}

a {
  color: var(--textColor);
}

.btn__item, .btn__prem {
  font-family: var(--font-family);
  cursor: pointer;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  padding: 0px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 1;
  border-radius: 200px;
  gap: 15px;
}

.container {
  max-width: var(--container);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

section {
  position: relative;
  z-index: 1;
}

.btn__prem {
  color: #fff;
  background: var(--main-prem);
}
.btn__prem:hover {
  background: var(--main-item);
  color: var(--textColor);
}

.btn__item {
  color: var(--main-prem);
  background: transparent;
  border: 1px solid var(--main-prem);
}
.btn__item:hover {
  background: var(--main-item);
  border: 1px solid var(--main-item);
  color: var(--textColor);
}

.input__prem {
  outline: none;
  background: #fff;
  border: none;
  border-radius: 16px;
  font-weight: 400;
  font-size: 16px;
  height: 35px;
  padding: 0px 20px;
  color: var(--textColor);
  width: 100%;
  border: 1px solid #3c4650;
}
.input__prem::-moz-placeholder {
  color: var(--colorPlaceholder);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
}
.input__prem::-webkit-input-placeholder {
  color: var(--colorPlaceholder);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
}
.input__prem:-ms-input-placeholder {
  color: var(--colorPlaceholder);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
}
.input__prem::-ms-input-placeholder {
  color: var(--colorPlaceholder);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
}
.input__prem::placeholder {
  color: var(--colorPlaceholder);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
}
.input__prem:focus {
  border: 1px solid var(--main-prem);
}

.header {
  padding: 15px 0px;
  background: #fff;
}
.header.active__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header__mobil {
  display: none;
}
.header__desktop-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
.header__desktop .btn__prem {
  width: 270px;
}
.header__info {
  font-size: 13px;
}
.header__phone {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.intro {
  background: url("../img/intro-bg.jpg") center/cover no-repeat;
}
.intro__inner {
  padding-top: 50px;
  height: 515px;
  text-align: center;
}
.intro__inner h1 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.5;
}
.intro__inner h1 span {
  color: var(--main-prem);
}
.intro__inner h2 {
  font-size: 22px;
  font-weight: 700;
}

.time {
  background: #fff;
  padding-bottom: 10px;
}
.time__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 55px;
}
.time__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 44px;
}
.time__text-col h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--main-prem);
  margin-bottom: 5px;
}
.time__text-col p {
  font-size: 20px;
}

.clock {
  margin: 0 !important;
}

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

.clock__list li {
  width: 125px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
}

.flip-clock-divider {
  opacity: 0;
  width: 20px;
}

.flip-clock-wrapper {
  font: normal 11px "Montserrat", sans-serif;
}

.flip-clock-wrapper ul {
  background: var(--main-prem);
  margin: 2px;
  width: 58px;
  height: 85px;
}

.flip-clock-wrapper ul li a div.up {
  border-radius: 6px;
}

.flip-clock-wrapper ul li {
  line-height: 86px;
  font-size: 60px;
  font-weight: 400;
}

.flip-clock-wrapper ul li a div div.inn {
  font-size: 60px;
  color: #fff;
  background: var(--main-prem);
}

.flip-clock-wrapper ul li a div .shadow {
  background: var(--main-prem);
  z-index: 0;
}

.flip-clock-wrapper ul li a div.down {
  background: var(--main-prem);
}

.flip-clock-divider .flip-clock-label {
  display: none;
}

.flip-clock-divider {
  height: 90px;
}

.section__title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.models {
  padding: 50px 0px;
}
.models__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px 12px;
  margin-bottom: 50px;
}
.models__list-item {
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  height: 120px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
}
.models__list-item:hover::after {
  height: 60px;
}
.models__list-item:hover {
  color: var(--main-item);
}
.models__list-item > * {
  position: relative;
  z-index: 1;
}
.models__list-item > div {
  padding-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
}
.models__list-item > img {
  max-width: 211px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.models__list-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.models__prem {
  background: #fff;
  margin-bottom: 30px;
  border-radius: 20px;
  padding-bottom: 20px;
}
.models__prem:last-child {
  margin-bottom: 0;
}
.models__prem-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0px 25px 30px;
}
.models__prem-title h3 {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
.models__prem-title h3 span {
}
.models__prem-title-status {
  padding: 8px 60px 8px 30px;
  border-radius: 20px 0 0 20px;
  background: #ebebeb;
  font-size: 22px;
  font-weight: 700;
  color: var(--main-prem);
}
.models__prem-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 18px 18px 18px 30px;
  font-size: 24px;
  font-weight: 700;
  background: #ebebeb;
  border-radius: 0 20px 20px 0;
  margin-bottom: 30px;
}
.models__prem-price span {
  color: var(--main-prem);
}
.models__prem-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-right: 30px;
}
.models__prem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.models__prem-list {
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  margin-bottom: 40px;
}
.models__prem-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.models__prem-list-item div {
  font-size: 20px;
}
.models__prem-list-item div span {
  font-weight: 700;
  color: var(--main-item);
}
.models__prem-btn {
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.models__prem-btn a {
  width: 100%;
}
.models__prem-gallery {
  padding: 20px 30px 0px 30px;
}
.models__prem-gallery-slider .swiper-wrapper {
max-height: 110px;
}
.models__prem-gallery-mobil {
  display: none;
}
.models__prem-gallery img {
  width: 100%;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}

.models__prem-gallery-btn-next,
.models__prem-gallery-btn-prev {
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 100%;
}

.models__prem-gallery-btn-next::after,
.models__prem-gallery-btn-prev::after {
  font-size: 12px;
  color: #000;
}

.equipment {
  padding: 30px 0px;
  background: #fff;
}
.equipment__form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 10px;
  background: var(--main-prem);
  border-radius: 20px;
  color: #fff;
  margin-bottom: 30px;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 20px;
  height: 50px;
  color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 50px;
  font-size: 16px;
  font-weight: 200;
  padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: 100%;
  height: 20px;
  background: url(../img/arrow-select.svg) center no-repeat;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: none;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
      -ms-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--main-prem);
}

.equipment__item {
  padding: 16px 30px;
  border: 1px solid rgba(60, 70, 80, 0.5);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.equipment__item:last-child {
  margin-bottom: 0;
}
.equipment__item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.equipment__item-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 376px;
}
.equipment__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 50px;
}
.equipment__item-info-item {
  text-align: center;
}
.equipment__item-info-item-title {
  font-size: 16px;
  font-weight: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  margin-bottom: 15px;
}
.equipment__item-info-item-title:before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--main-prem);
  border-radius: 100%;
}
.equipment__item-info-item-des {
  font-size: 20px;
  font-weight: 700;
}
.equipment__item-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}


.equipment__item-color-des {
  display: none;
}

.equipment__item-color {
  justify-content: center;
}

.model__color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 150px;
}

.model__color-item {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #ccc;
  cursor: pointer;
}

.main-form-checkbox {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.main-form-checkbox-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.main-form-checkbox-checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}

.main-form-checkbox-input:checked ~ .main-form-checkbox-checkmark {
  background: var(--main-prem);
}

.main-form-checkbox-input:checked ~ .main-form-checkbox-checkmark::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 12px;
  height: 12px;
  background: url("../img/check-icon.svg") center/contain no-repeat;
}

.main-form-checkbox-text {
  font-size: 10px;
  color: #828282;
}

.main-form-checkbox-text a {
  display: inline;
  text-decoration: underline;
}

.feedback {
  padding-top: 30px;
  margin-bottom: 50px;
}
.feedback__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.feedback__inner:last-child {
  margin-bottom: 0;
}
.feedback__img {
  width: 50%;
  height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
.feedback__content {
  padding: 50px 100px;
  background: #fff;
  border-radius: 0px 20px 20px 0px;
}
.feedback__content.i2 {
  border-radius: 20px 0px 0px 20px;
}
.feedback__content h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.feedback__content p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.feedback__content p span {
  color: var(--main-prem);
  font-weight: 700;
}
.feedback__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.feedback__form .btn__prem {
  width: 100%;
}

.contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px;
  border: 1px solid #3c4650;
  border-radius: 5px;
  margin-bottom: 40px;
}
.contact__item h2 {
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.contact__item h4 span {
  font-size: 18px;
  font-weight: 400;
}
.contact__item h2::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--main-prem);
}
.contact__item h3 {
  font-size: 20px;
  font-weight: 700;
}
.contact__item h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.contact__item p {
  font-size: 18px;
  margin-bottom: 10px;
}
.contact__item .btn__prem {
  width: 270px;
}
.contact__phone {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.map {
  overflow: hidden;
  border-radius: 20px;
}

.footer {
  background: #fff;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0px;
  margin-bottom: 50px;
}
.footer__inner .btn__prem {
  width: 270px;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.copyright {
  padding-bottom: 40px;
  font-size: 14px;
}

.popup {
  padding: 0px;
  background: transparent;
}

.popup__box {
  padding: 40px 60px;
  border-radius: 20px;
  background-color: #fff;
  border-radius: 20px;
}

.popup__box h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}

.popup__box h2 span {
  color: var(--main-item);
  text-transform: uppercase;
}   

.popup__box p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

.popup__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.popup__form .input__prem {
  height: 40px;
}

.popup__form .btn__prem {
  height: 44px;
  width: 100%;
}

.popup__car-box {
  display: flex ;
  align-items: center;
}

.popup__car-box .popup__box {
  max-width: 490px;
  padding: 40px;
}

.models__title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
}

.models__title b {
  font-weight: 700;
}

.models__title span {
  color: var(--main-prem);
}

.models__inner-btn {
  margin: 30px 0px;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  font-size: 20px;
}

.models__inner-btn.active svg{
  transform: rotate(180deg);
}

.models__car-list  {
  display: none;
}

.models__car-list.active {
  display: block;
}

.footer__regs-text.active {
  display: block !important;
  font-size: 12px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background: transparent !important;
}

.models__prem-gallery-pag {
  display: none;
}

.footer__row-mobil {
  display: none;
}

.popup__thx {
  background: #fff;
  padding: 20px;
}

.popup__thx .popup__main {
  text-align: center;
}

.popup__thx .popup__main h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 1280px) {
  .container {
    max-width: 980px;
  }
  .header__info {
    font-size: 12px;
  }
  .header__phone {
    font-size: 14px;
  }
  .header__desktop .btn__prem {
    width: 185px;
    font-size: 14px;
  }
  .intro__inner h1 {
    font-size: 22px;
  }
  .intro__inner h2 {
    font-size: 18px;
  }
  .time__text {
    gap: 20px;
  }
  .time__text-col h2 {
    font-size: 24px;
  }
  .time__text-col p {
    font-size: 16px;
  }
  .equipment__item-info {
    gap: 20px;
  }
  .equipment__item-btn a {
    min-width: 250px;
  }
  .equipment__item-info-item-title {
    font-size: 14px;
  }
  .equipment__item-info-item-des {
    font-size: 16px;
  }
  .flip-clock-wrapper ul {
    width: 43px;
  }
  .clock__list li {
    width: 100px;
  }
  .models__prem-list-item div {
    font-size: 16px;
  }
  .feedback__content {
    padding: 30px 40px;
  }
  .feedback__img {
    height: 480px;
  }
  .contact__item h2 {
    font-size: 14px;
  }
  .contact__item h3,
  .contact__phone {
    font-size: 16px;
  }
  .contact__item .btn__prem {
    width: 230px;
  }
  .footer__info {
    gap: 10px;
  }
  .footer__inner .btn__prem {
    width: 185px;
    font-size: 14px;
  }

  .popup__car-img {
    display: none;
  }

  .popup__box {
    background: #fff !important;
  }
}
@media (max-width: 980px) {
  .container {
    max-width: 741px;
  }
  .header__desktop {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  .header {
    padding: 0px;
  }
  .header__mobil {
    display: block;
  }
  .header__mobil-contact-box {
    padding: 10px 0px;
    background: #eee;
  }
  .header__mobil-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__mobil-inner {
    padding: 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .intro__inner {
    height: 410px;
    padding-top: 30px;
  }
  .intro__inner h1 {
    font-size: 18px;
  }
  .time__text img {
    display: none;
  }
  .time {
    padding: 20px 0px;
  }
  .models__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .models__list-item > img {
    max-width: 150px;
  }
  .models__list-item {
    font-size: 18px;
  }
  .models__prem-row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .models__prem-img {
    padding-left: 30px;
  }
  .models__prem-gallery {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .equipment__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feedback__content h2 {
    font-size: 28px;
  }
  .feedback__content p {
    font-size: 14px;
  }
  .feedback__img {
    height: 410px;
  }
  .contact__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }
  .models__prem-gallery {
    display: none;
    padding: 20px 0px 30px 30px;
  }
  .models__prem-gallery-mobil {
    display: block;
  }
  .models__prem-content {
    overflow: hidden;
  }
  

  .models__prem-img {
    display: none;
  }

  .models__prem-gallery-pag {
    display: block;
  }

  .models__prem-gallery-mobil {
    position: relative;
  }
  .models__prem-gallery-btn-next, .models__prem-gallery-btn-prev {
    display: none;
  }

  .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
  }

  .swiper-pagination-bullet-active {
    background: var(--main-prem);
  }

  .models__list-item > div {
    font-size: 12px;
  }
}
@media (max-width: 740px) {
  .container {
    max-width: 355px;
  }
  .header__info {
    font-size: 10px;
  }
  .header__phone {
    font-size: 10px;
  }
  .header__mobil-contact {
    gap: 10px;
  }
  .header__mobil-inner .btn__prem {
    font-size: 12px;
    height: 40px;
  }
  .intro__inner h1,
  .intro__inner h2 {
    font-size: 12px;
  }
  .intro__inner {
    height: 250px;
  }
  .time__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flip-clock-divider {
    width: 10px;
  }
  .flip-clock-wrapper ul li a div div.inn {
    font-size: 40px;
  }
  .flip-clock-wrapper ul {
    width: 35px;
    height: 60px;
  }
  .flip-clock-wrapper ul li {
    line-height: 60px;
  }
  .flip-clock-divider {
    height: 65px;
  }
  .clock__list li {
    width: 86px;
  }
  .time__inner {
    gap: 20px;
  }
  .models__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .models__list-item > img {
    max-width: 130px;
  }
  .models__prem-title h3 {
    font-size: 25px;
    padding-left: 20px;
  }
  .models__prem-title-status {
    font-size: 16px;
    padding-left: 20px;
    border-radius: 0px 20px 20px 0px;
  }
  .models__prem-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 20px 20px 10px 0px;
  }
  .models__prem-price {
    font-size: 16px;
    gap: 15px;
    padding-left: 20px;
  }
  .models__prem-list {
    padding-left: 20px;
  }
  .models__prem-list-item div {
    font-size: 14px;
  }
  .models__prem-list {
    margin-bottom: 20px;
  }
  .models__prem-btn {
    padding-left: 20px;
    gap: 10px;
  }
  .models__prem-gallery {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .models__prem-gallery img {
    height: 200px;
  }
  .models__prem-title-status {
    display: none;
  }
  .models__prem-price {
    margin-bottom: 0;
  }
  .section__title {
    font-size: 22px;
  }
  .equipment__form {
    gap: 15px;
  }
  .equipment__form {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .equipment__item-info-item-des {
    font-size: 14px;
  }
  .equipment__item-info {
    gap: 10px;
  }
  .equipment__item-btn a {
    width: 100%;
    min-width: 100%;
  }
  .equipment__item-btn {
    width: 100%;
  }
  .feedback__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feedback__inner.i2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .feedback__img {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
  }
  .feedback__content,
  .feedback__content.i2 {
    border-radius: 0px 0px 20px 20px;
  }
  .equipment__item-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
  }

  .equipment__item-info-item-title {
    margin-bottom: 7px;
  }
  .equipment__item {
    padding: 15px 20px;
  }
  .equipment__item-info-item-title {
    justify-content: start;
  }

  .equipment__item-info-item-des {
    text-align: left;
  }

  .feedback__img {
    height: 200px;
  }

  .feedback__content {
    padding: 15px 20px;
  }

  .feedback__content p br {
    display: none;
  }

  .feedback__inner {
    margin-bottom: 20px;
  }

  .map iframe {
    height: 300px;
  }

  .footer__inner {
    margin-bottom: 10px;
  }

  .copyright {
    margin-bottom: 15px;
  }

  .footer__info {
    flex-wrap: wrap;
  }

  .footer__info .header__phone {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }

  .footer__info .header__info {
    height: 48%;
  }

  .flip-clock-wrapper ul li a div div.inn {
    font-size: 22px;
  }

  .flip-clock-wrapper ul li {
    line-height: 50px;
  }

  .flip-clock-wrapper ul {
    height: 50px;
  }

  .flip-clock-divider {
    height: 50px;
  }

  .time__inner {
    gap: 10px;
  }

  .models {
    padding: 25px 0px;
  }

  .section__title {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .models__list-item > img {
    max-width: 110px;
  }

  .models__list-item {
    height: 80px;
  }

  .models__list-item > img {
    transform: translate(-50%, -59%);
  }

  .models__prem-list-item div {
    font-size: 12px;
  }

  .models__prem-gallery {
    padding: 20px 0px 20px 30px;
  }

  .models__list {
    margin-bottom: 20px;
  }

  .models__list-item > div {
    font-size: 12px;
  }

  .models__title {
    text-transform: uppercase;
    font-size: 18px;
  }

  .popup__box {
    padding: 20px 30px;
  }

  .popup__box h2 {
    font-size: 21px;
  }

  .popup__car-box .popup__box {
    padding: 20px;
  }

  .popup__box p {
    font-size: 14px;
    text-align: center;
  }

  .model__color-list {
    max-width: fit-content;
  }

  .equipment__item-img {
    display: flex;
    align-items: center;
  }
  
  .contact__inner {
    padding: 20px;
  }

  .contact__item h4 br {
    display: none;
  }

  .contact__item h4 {
    font-size: 14px;
  }

  .contact__item h4 span {
    font-size: 12px;
  }

  .contact__item .btn__prem {
    width: 100%;
  }

  .footer__row-mobil {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
  }

  .footer__info .header__phone {
    display: none;
  }

  .footer__inner .btn__prem {
    display: none;
  }

  .footer__row-mobil .btn__prem,
  .footer__row-mobil .header__phone {
    display: flex !important;
  }

  .footer__row-mobil .header__phone {
    font-size: 16px;
  }

  .footer__inner .btn__prem {
    font-size: 12px;
    width: 160px;
  }

  .copyright {
    padding-bottom: 20px;
  }

  .header__logo svg {
    width: 180px;
  }

  .models__prem-gallery-slider .swiper-wrapper {
    max-height: 200px;
  }
}

