@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px;
}

body {
  font-family: "Source Sans 3", "Roboto", sans-serif;
  font-style: normal;
  position: relative;
}

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

.header-content {
  display: flex;
  align-items: center;
}

.header-location {
  margin-left: 30px;
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 10px;
  font-family: Alibaba-PuHuiTi, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
}

.nav {
  margin-right: 17px;
}

.menu-list {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: Alibaba-PuHuiTi, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 16px;
  font-weight: 500;
}

.menu-item-drop {
  position: relative;
}

.menu-link-drop {
  display: flex;
  align-items: center;
  gap: 8px;
}

.menu-list-dropdowns {
  position: absolute;
  transform: scale(0);
  top: 20px;
  background-color: #fff;
  box-shadow: 0 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  width: 150px;
  max-width: 100%;
  padding: 20px;
  transition: all .3s linear;
  z-index: 1000;
}

.menu-item {
  transition: text-decoration 0.3s linear;
}

.menu-item:hover {
  text-decoration: underline;
}

.menu-item-drop:hover>.menu-list-dropdowns {
  transform: scale(1);
}

.nav-wrap-mobile {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateX(-100%);
  transition: all 0.4s ease;
}

.submenu-mobile {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 30%;
  height: 100%;
  transform: translateX(-100%);
  transition: transform .4s linear;
}

.menu-btn {
  display: none;
  cursor: pointer;
  margin-left: 20px;
  -webkit-tap-highlight-color: rgb(124, 120, 120);
}

/* main */

.main {
  background-image: url("../images/g01-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.st102-00__visual-background,
.st102-00__visual-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.st102-00__picture {
  height: 100%;
  overflow: hidden;
}

.atm.u106-00[data-object-ratio] {
  overflow: hidden;
  position: relative;
}

.st102-00__picture .u106-00 {
  height: 100%;
}

.atm.u106-00[data-object-ratio]:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.atm.u106-00[data-object-ratio="16x9"]:before {
  padding-top: 56.25%;
}

.atm.u106-00[data-object-ratio] .u106-00__picture {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.atm .u106-00__image {
  height: 100%;
  width: 100%;
}

.atm .u106-00__image[data-object-fit] {
  object-position: center;
}

.atm .u106-00__image[data-object-fit=cover] {
  font-family: "object-fit: cover";
  object-fit: cover;
}

.main-container {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 170rem;
  min-height: 100vh;
  padding-left: 10rem;
  padding-right: 10rem;
  padding-bottom: 2.4rem;
  padding-top: 2.4rem;
  position: relative;
  width: 100%;
  z-index: 2;
}

.main-title {
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.17;
}

.main-subtitle {
  font-size: clamp(1.375rem, 1.2136rem + 0.6623vw, 2rem);
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  line-height: 1.17;
}

.main-actions {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 40px;
}

.btn {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  max-width: 294px;
  height: 48px;
  padding: 16px 20px;
  transition: all .2s ease;
  cursor: pointer;
}

.btn-light {
  background-color: #ddd;
  color: #da3738;
}

.btn-light:hover {
  background-color: #ccc;
  color: #da3738;
}

.btn-red {
  background-color: #da3738;
  border-color: #da3738;
  color: #fff;
}

.btn-red:hover {
  background-color: #b93131;
  color: #fff;
}

.btn-dark-light {
  background: #777;
  background: linear-gradient(180deg, #777, #242424);
  border-color: #da3738;
  color: #fff;
}

.btn-dark-light:hover {
  background: #161616;
}

/* video */

.video {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.video iframe {
  width: 992px;
  max-width: 100%;
  min-height: 562px;
}

.about-g01 {
  background-image: url("../images/about-g01-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}

.about-g01-end {
  background-image: url("../images/about-g01-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  color: #fff;
}

.about-g01-second {
  background-image: url("../images/about-g01-3.png");
}

.about-g01-end .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.about-g01-content {
  width: 40%;
  padding: 148px 0;
}

.about-g01-end .about-g01-content {
  text-align: right;
}

.about-g01-content__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 16px;
}

.about-g01-content__text {
  line-height: 1.5;
  font-size: 18px;
}

/* section one */

#inner {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #fff;
  transition: all .3s ease;
}

#inner .container .inner {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}

.nav-inners {
  overflow-y: hidden;
}

.nav-inner {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 32px;
  overflow-x: auto;
}

.nav-inners {
  scrollbar-width: thin;
}

.nav-inner-link {
  font-size: 16px;
  font-weight: 700;
  color: #b93131;
  text-transform: uppercase;
}

.inner-btns {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.inner-btns-mobile {
  display: none;
}

.btn-small {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* MAIN CONTENT */

.headline-title {
  text-align: center;
  font-size: 48px;
  margin-top: 56px;
}

.desc-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 0;
}

.desc-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.desc-texts__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
}

.desc-texts__desc {
  max-width: 380px;
  color: #222222;
  line-height: 1.5;
  font-size: 16px;
}

/* advantage */

.advantages {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 56px;
}

.advantage-title {
  margin-bottom: 14px;
  font-size: 40px;
  font-weight: 700;
}

.advantage-desc {
  color: #222222;
  font-size: 16px;
}

/* sliderDots */

.slider-dots-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 12px;
  padding: 50px 0;
}

.slider-dots {
  position: relative;
  width: 50%;
}

.slider-dot .slider__dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: clamp(0.313rem, 0.98vw + 0.074rem, 1.25rem);
}

.slider-dot .slider__dots li {
  line-height: 0;
  font-size: 0;
  border: 4px solid transparent;
}

.slider-dot .slider__dots li {
  line-height: 0;
  font-size: 0;
  border: none;
  width: 30px;
  height: 30px;
  background-color: #ddd;
  border-radius: 50%;
  cursor: pointer;
}

.slider-dot .slider__dots li button {
  line-height: 0;
  font-size: 0;
  border: none;
}

.slider-dot .slider__dots li.slick-active {
  border: 4px solid #aaa;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.slider-dot .slider__dots li:nth-child(1) {
  background-color: rgba(43, 88, 205, 1);
}

.slider-dot .slider__dots li:nth-child(2) {
  background-color: rgba(221, 221, 221, 1);
}

.slider-dot .slider__dots li:nth-child(3) {
  background-color: rgba(60, 65, 69, 1);
}

.slider-dot .slider__dots li:nth-child(4) {
  background-color: rgba(255, 0, 0, 1);
}

.slider-dot .slider__dots li:nth-child(5) {
  background-color: rgba(0, 0, 0, 1);
}

.slider-dots-content__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
}

.slider-dots-content__text {
  line-height: 1.4;
}

/* G05-PRO HEAD */

.slider-dots-g05pro .slider__dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: clamp(0.313rem, 0.98vw + 0.074rem, 1.25rem);
}

.slider-dots-g05pro .slider__dots li {
  line-height: 0;
  font-size: 0;
  border: 4px solid transparent;
}

.slider-dots-g05pro .slider__dots li {
  line-height: 0;
  font-size: 0;
  border: none;
  width: 30px;
  height: 30px;
  background-color: #ddd;
  border-radius: 50%;
  cursor: pointer;
}

.slider-dots-g05pro .slider__dots li button {
  line-height: 0;
  font-size: 0;
  border: none;
}

.slider-dots-g05pro .slider__dots li.slick-active {
  border: 4px solid #aaa;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.slider-dots-g05pro .slider__dots li:nth-child(1) {
  background-color: rgba(21, 35, 30, 1);
}

.slider-dots-g05pro .slider__dots li:nth-child(2) {
  background-color: rgba(221, 221, 221, 1);
}

.slider-dots-g05pro .slider__dots li:nth-child(3) {
  background-color: rgba(60, 65, 69, 1);
}

.slider-dots-g05pro .slider__dots li:nth-child(4) {
  background-color: rgba(255, 0, 0, 1);
}

.slider-dots-g05pro .slider__dots li:nth-child(5) {
  background-color: rgba(0, 0, 0, 1);
}

.slider-dots-g05pro .slider__dots li:nth-child(6) {
  background-color: rgba(137, 53, 53, 1);
}

/* G05-PRO END */

/* headlights */

.headlights {
  display: flex;
  gap: 24px;
  padding: 40px 0;
}

.headlight-img {
  max-width: 483px;
  height: 270px;
}

.headlight-img img {
  width: 100%;
  max-width: 483px;
  object-fit: cover;
  height: 100%;
}

.headlight-desc {
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  margin-top: 24px;
}

/* slider-cars */

.slider-car .container {
  padding: 0 60px;
}

.slider-cars {
  position: relative;
  padding: 60px 0 100px;
}

.slider img {
  object-fit: cover;
}

.slider-cars .slick-slide {
  padding: 0 15px;
}

.slider-cars .brands-arrows-btn {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: (-50%, 0);
  font-size: 30px;
  cursor: pointer;
}

.slider-cars .slider__dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
}

.slider-cars .slider__dots li {
  line-height: 0;
  font-size: 0;
}

.slider-cars .slider__dots li button {
  line-height: 0;
  font-size: 0;
  border: none;
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
}

.slider-cars .slider__dots li.slick-active button {
  background-color: #da3738;
}

.slider-cars .brands-arrows-btn-prev {
  right: -45px;
}

.slider-cars .brands-arrows-btn-next {
  left: -45px;
}

/* wrap-g01 */

.wrap-g01 {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
  transition: all .5s ease;
}

.wrap-g01 a:hover img {
  transition: all .5s ease;
  transform: scale(1.05);
}

.slider-g01 {
  display: none;
}

.slider-g01 .swiper {
  width: 100%;
  height: 100%;
}

.slider-g01 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-g01 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* car-interior */

.car-interior_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}

.car-interior {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 12px;
  row-gap: 24px;
}

/* comport */

.comport-title {
  text-align: center;
  text-transform: uppercase;
  margin-top: 56px;
  font-size: 32px;
  font-weight: 700;
}

/* multimedia */

.multimedia {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 40px 0 56px;
}

.multimedia-img {
  width: auto;
}

.multimedia-content {
  width: 50%;
}

.multimedia-content__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 16px;
}

.multimedia-content__text {
  line-height: 1.5;
  margin-bottom: 24px;
}

.multimedia-content__desc {
  line-height: 1.5;
}

.drivings-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.drivings {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.driving__text {
  text-align: center;
  margin-top: 24px;
}

.characteristics {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 80px 0 40px;
}

.characteristics-img {
  width: 50%;
}

.characteristics-content__title {
  font-size: 32px;
  margin-bottom: 16px;
  line-height: 1.25;
}

.characteristics-content__text {
  max-width: 730px;
  line-height: 1.5;
}

/* specifications */

#specifications {
  padding: 40px 0;
}

.specifications-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.specification-title {
  font-size: 18px;
  color: #222;
  padding-left: 12px;
  margin-bottom: 16px;
}

.specification-container {
  display: flex;
  align-items: flex-start;
}

.specification-list {
  width: 762px;
  max-width: 100%;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.specification-item {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.specification-item__title {
  color: #aaa;
}

.specification-item__value {
  color: #222;
  text-align: right;
}

.all-characteristics {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
  cursor: pointer;
  margin-top: 50px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.all-characteristics-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 12px;
  transition: all 0.5s ease;
}

.all-characteristics-head img {
  -webkit-tap-highlight-color: rgba(117, 111, 111, 1);
}

.all-characteristics-head.active {
  padding-bottom: 16px;
}

.specification-boxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.specification-boxes-close {
  max-height: 0 !important;
}

/* equipments */

.equipments-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.equipments {
  display: flex;
  gap: 24px;
  padding-bottom: 56px;
}

.equipment-col {
  padding: 10px;
  margin-bottom: 20px;
  width: 33.33%;
  border: 1px solid #eee;
}

.equipment {
  margin: 4px;
  padding: 5px;
  background: #f4f4f4;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.equipment img {
  object-fit: cover;
}

.equipment-img {
  height: 192px;
}

.equipment__title {
  font-size: 24px;
  color: #222222;
  font-weight: 700;
}

.equipment-list {
  line-height: 1.43;
  color: #222;
}

.btn-big {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  gap: 8px;
  padding: 21px 10px;
  margin-top: auto;
}

/* FOOTER */

.footer {
  background-color: #222;
  color: #fff;
  padding: 16px 0;
}

.footer-socials-box {
  text-align: right;
  padding-bottom: 12px;
}

.footer-socials {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.footer-cols {
  display: flex;
  align-items: flex-start;
  padding: 32px 0;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 285px;
  max-width: 100%;
}

.footer-col-section__title {
  font-weight: 700;
  font-size: 18px;
  transition: all .3s ease;
}

.footer-col-section__link {
  transition: all .3s ease;
}

.footer-col-section__title:hover,
.footer-col-section-link:hover {
  text-decoration: underline;
}

.footer-col-section-list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.footer-info {
  font-size: 14px;
}

.footer-info a {
  text-decoration: underline;
}

/* modal-form */

.modal-form {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 3;
  overflow-y: auto;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s linear;
  padding: 0 10px;
}

.modal-body {
  position: relative;
  height: 100vh;
  cursor: pointer;
}

.modal-form-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}

.modal-form-close-btn {
  font-size: 28px;
  cursor: pointer;
  color: #d4d1d1;
  transition: all .3s linear;
}

.modal-form-close-btn:hover {
  color: #b1b1b1;
}

.modal-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 560px;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.modal-content {
  width: 490px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 10px;
}

.modal-form-list {
  margin: 20px 0;
}

.modal-form-item {
  list-style-type: disc;
}

.modal-form-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.modal-form-form input[type="text"],
.modal-form-form input[type="email"],
.modal-form-form input[type="tel"] {
  font-family: "Source Sans 3", "Roboto", sans-serif;
  font-size: 16px;
  width: 100%;
  max-width: 470px;
  height: 60px;
  padding: 0 20px;
  outline: none;
  border: 1px solid #d4d1d1;
  border-radius: 5px;
}

.modal-form-form-btn {
  font-family: "Source Sans 3", "Roboto", sans-serif;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  max-width: 470px;
  height: 54px;
  font-size: 16px;
  cursor: pointer;
}

.modal-form-form-btn:disabled {
  opacity: 0.5;
}

@media (max-width: 1400px) {
  .nav {
    display: none;
  }

  .menu-btn {
    display: block;
  }

  .menu-close-btn {
    background-color: #fff;
    width: 30%;
    height: auto;
    padding: 1rem 4rem;
    font-size: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .close-btn-menu-icon {
    padding: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .close-btn-menu-icon:hover {
    transform: rotate(180deg);
  }

  .nav-mobile {
    background-color: #fff;
    width: 30%;
    height: 100%;
    padding: 0 4rem;
  }

  .menu-list-mobile .menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c3c3c3;
    font-size: 18px;
    padding: 10px 0;
    cursor: pointer;
  }

  .submenu-mobile._active {
    transform: translateX(0);
  }

  .submenu-close-btn-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    cursor: pointer;
    transition: all .3s linear;
  }

  .submenu-close-btn-wrap:hover {
    color: #da3738;
  }

  .submenu-back-btn {
    color: #da3738;
  }

  .submenu-mobile-tabs-head {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 700;
  }

  .submenu-mobile-tabs-head__title {
    cursor: pointer;
  }

  .submenu-mobile-tabs-head__title._active {
    color: #da3738;
    padding: 0 10px 10px;
    border-bottom: 4px solid #da3738;
  }

  .submenu-mobile-tabs-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 170px;
    gap: 30px;
    margin: 30px auto 0;
    text-align: center;
  }

  .submenu-mobile-tabs-content__list {
    display: none;
  }

  .submenu-mobile-tabs-content__list._active {
    display: block;
  }

  .submenu-mobile-tabs-content__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .submenu-mobile-tabs-content__title {
    font-size: 22px;
    font-weight: 700;
  }

  .submenu-mobile-tabs-content__price {
    color: #aaa;
  }
}

@media (min-width: 1200px) {
  .gnr .n111-00__inner {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

@media (max-width: 1200px) {
  .advantages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  /* characteristics */

  .characteristics-img {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .gnr .n111-00__nav {
    width: auto;
  }

  .atm .u110-02-nav__track {
    display: inline-flex;
    max-width: 100%;
    width: auto;
  }
}

@media (max-width: 1023px) {

  .nav-mobile,
  .menu-close-btn {
    width: 60%;
  }

  .main-container {
    min-height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /* inner */

  #inner {
    position: relative !important;
  }

  .inner-btns {
    display: none;
  }

  .inner-btns-mobile {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 40px auto;
    max-width: 294px;
  }

  .car-interior {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }

  .about-g01 {
    background-position: right;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .55) 100%), url("../images/about-g01-1.png");
  }

  .about-g01-end {
    background-position: left;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .55) 100%), url("../images/about-g01-2.png");
  }

  .about-g01-second {
    background-position: right;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .55) 100%), url("../images/about-g01-3.png");
  }

  .about-g01-content {
    width: 100%;
  }

  /* slider-dots */

  .slider-dots-wrap {
    flex-direction: column;
    height: auto;
    align-items: baseline;
  }

  .slider-dots {
    width: 100%;
  }

  .slider-dots-content {
    margin-top: 30px;
  }

  /* slider-cars */

  .slider-car .container {
    padding: 0 10px;
  }

  /* multimedia */

  .multimedia-content {
    width: 80%;
  }

  /* specification */

  .specification-container {
    flex-direction: column;
    gap: 12px;
  }

  .specification-list {
    width: 100%;
  }

  /* footer */

  .footer-cols {
    display: none;
  }

  .slider-cars .brands-arrows-btn {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 30px;
  }

  .header {
    padding: 15px 10px;
  }

  .header-location {
    margin-left: 10px;
  }

  .header-phone-text {
    display: none;
  }

  .main-title {
    font-size: 1.8rem;
  }

  .desc-wrap {
    flex-direction: column;
  }

  .desc-texts__desc {
    max-width: 100%;
  }

  .headline-title {
    font-size: 32px;
  }

  /* video */

  .video iframe {
    min-height: 362px;
  }

  /* headlights */

  .headlights {
    flex-direction: column;
    align-items: center;
  }

  .headlight-img {
    max-width: 100%;
    height: 100%;
  }

  .headlight-img img {
    width: 100%;
    max-width: 100%;
  }

  .headlight-desc {
    margin-top: 10px;
  }

  .wrap-g01 {
    display: none;
  }

  .slider-g01 {
    display: block;
    position: relative;
    height: 100%;
  }

  .slider-g01 .swiper-pagination-bullet-active {
    background-color: #da3738;
  }

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

  .car-interior_title {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .car-interior img {
    width: 100%;
  }

  /* advantages */

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

  /* multimedia */

  .multimedia {
    flex-direction: column;
  }

  .multimedia-img,
  .multimedia-content {
    width: 100%;
  }

  /* drivings */

  .drivings,
  .characteristics {
    flex-direction: column;
  }

  /* equipments */

  .equipments {
    flex-direction: column;
  }

  .equipment-col {
    width: 100%;
    padding: 0;
  }

  /* footer */

  .footer-socials-box {
    text-align: left;
  }

  /* MODAL */
  .modal-form-close {
    /* top: 40px; */
  }

  .modal-form-close-btn {
    font-size: 40px;
    color: #f5091a;
  }
}

@media (max-width: 576px) {
  .container {
    padding: 0 10px;
  }

  .nav-mobile,
  .menu-close-btn,
  .submenu-mobile {
    width: 100%;
  }

  .headline-title {
    font-size: 24px;
  }

  .menu-close-btn {
    padding: 1rem;
  }
}

@media (max-width: 400px) {
  .header-logo {
    max-width: 100px;
  }

  .header-right-logo {
    max-width: 100px;
  }

  /* video */

  .video iframe {
    min-height: 300px;
  }
}