:root {
  --font-base: calc(10 / 1920 * 100vw);
  --font-base-mobile: calc(10 / 320 * 100vw);
}

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

@font-face {
  font-family: "Aeroport";
  src: url("../fonts/Aeroport.ttf") format("ttf"),
    url("../fonts/Aeroport.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Aeroport";
  src: url("../fonts/Aeroport-Bold.ttf") format("ttf"),
    url("../fonts/Aeroport-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Aeroport";
  src: url("../fonts/Aeroport-Light.ttf") format("ttf"),
    url("../fonts/Aeroport-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

[bg="light"] {
  background-color: #fff !important;
  color: #000 !important;
}

.header__main[bg="light"] .logo__image {
  filter: invert();
}

[bg="dark"] {
  color: #fff;
  background-color: #000;
}

[bg="dark-white"] {
  color: #000;
  background-color: #f6f6f6;
}

[color="white"] {
  color: #fff;
}

[color="dark"] {
  color: #000 !important;
}

html {
  font-size: var(--font-base);
  font-family: "Aeroport";
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  color: #000;
  font-family: "Aeroport";
}

main {
  flex: 1 0 0;
}

main:not(#home) {
  margin-top: 7rem;
}

section {
  position: relative;
}

.header {
  display: flex;
  align-items: center;
  z-index: 1000;
  background: #fff;
  justify-content: space-between;
  font-size: 1.8rem;
  padding: 2rem 15rem;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  overflow-x: hidden;
}

.header .logo__image {
  width: 21.6rem;
  height: 3.6rem;
}

.header .logo__image img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  filter: brightness(0);
}

.header .nav__links {
  margin-left: 30.5rem;
  margin-right: 10rem;
  gap: 0;
  justify-content: space-between;
  width: 100%;
}

.container {
  position: relative;
  padding: 9rem 15.1rem;
}

.container-md {
  width: 100%;
  padding: 12.6rem 14.945rem;
}

.container-xs {
  max-width: calc(100% - 50.4rem);
  margin: 0 auto;
  position: relative;
  padding: 11.9rem 25.2rem 0;
}

#about .container-xs {
  padding: 11.9rem 17.2rem 0;
}

.header__main {
  position: fixed;
  background: transparent;
  padding: 2.1rem 14.769rem 2.1rem 15.1rem;
  color: #fff;
  width: 100%;
  display: flex;
  border-bottom: 1px #ffffff42 solid;
  align-items: center;
  font-size: 1.8rem;
  z-index: 1000;
  justify-content: space-between;
}

.bg-wrapper {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
}

img {
  object-fit: scale-down;
  border-radius: inherit;
}

.bg-wrapper img,
.bg-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo__container {
  display: flex;
  align-items: center;
  gap: 0.935rem;
}

.logo__video {
  border-radius: 50%;
  width: 3.792rem;
  height: 3.792rem;
  overflow: hidden;
}

.logo__video video,
.logo__video img {
  width: 3.792rem;
  height: 3.792rem;
  border-radius: 50%;
  max-width: 100%;
  max-height: 100%;
}

.nav__links {
  display: flex;
  gap: 4.875rem;
}

.main__banner {
  width: 100%;
  height: 100vh;
  color: #fff;
  position: relative;
  min-height: 800px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  padding: 0 15.1rem 10.5rem;
  flex-direction: column;
  justify-content: flex-end;
}

.main__banner .bg-wrapper {
  background: #000;
}

.lang__select {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.lang__select .active {
  position: relative;
}

.lang__select .active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: -1rem;
}

.header .lang__select .active::after {
  background-color: #000;
}

[bg="light"] .lang__select .active::after {
  background-color: #000;
}

.banner__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 31.8rem);
}

.banner__content {
  position: absolute;
  font-weight: 400;
  text-transform: uppercase;
  left: 15.9rem;
  top: 30%;
}

.typing__animation {
  border-right: 1px solid #fff;
  white-space: nowrap;
  overflow: hidden;
  animation: blink 0.75s step-end infinite;
  height: 100%;
}

.disclaimer {
  /* position: absolute;
  right: 14.903rem;
  bottom: 12.3rem; */
  display: flex;
  align-items: center;
  max-width: 750px;
  gap: 5rem;
}

.main__banner .disclaimer {
  width: 66.397rem;
}

.socials {
  display: flex;
  align-items: center;
  gap: 3.223rem;
}

.main__banner .row {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.disclaimer .text-lg {
  padding-left: 5rem;
  border-left: 1px #ffffff4e solid;
}

.divider {
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: 0.25;
}

.footer {
  background: #000;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  padding: 11.817rem 14.9rem 11.817rem 14.688rem;
}

.footer .nav__links {
  gap: 2.7rem;
  font-size: 1.8rem;
  margin-left: 0;
}

.footer .nav__link {
  padding-right: 5rem;
  position: relative;
}

.footer__col {
  display: flex;
  flex-direction: column;
}

.footer__col:first-child {
  max-width: 54rem;
}

.footer__col:last-child {
  margin-left: auto;
  min-width: 50%;
}

.footer__row {
  display: flex;
  align-items: center;
}

.footer__col:last-child .footer__row {
  margin-top: 9.6rem;
  justify-content: space-between;
}

.footer .nav__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  transform: skew(-45deg);
  transform-origin: top left;
  opacity: 45%;
}

.pageUp::after {
  content: "";
  background: url("/static/img/arrow.svg") no-repeat;
  background-size: contain;
  width: 1.352rem;
  height: 0.796rem;
}

.pageUp {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 1rem;
}

.footer__logo {
  margin-bottom: 2.8rem;
}

.revealing__text {
  font-size: 5rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0 27rem;
  margin-bottom: 10rem;
}

.revealing__text .text-lg {
  margin-bottom: 2rem;
}

.word {
  opacity: 0.1;
  transition: opacity 0.3s ease-in-out;
}

.image__roll_container {
  display: flex;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  overflow-x: visible;
  gap: 3.3rem;
}

.rolling_img {
  max-height: 20rem;
  height: 20rem;
  object-fit: cover;
  border-radius: 1.5rem;
  flex: 1;
}

.page__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 7.7rem 0;
}

.page__header h1 {
  font-size: 7rem;
  text-transform: none;
}

.page__header .crumbs .text-lg {
  opacity: 0.45;
}

.page__header .crumbs a {
  text-decoration: underline;
  margin: 0 5px;
  text-decoration: none;
  border-bottom: 1px solid;
  transition: 0.2s;
}

.page__header .crumbs a:hover {
  border-color: transparent;
}

.page__header .crumbs .text-lg {
  display: flex;
  justify-content: center;
}

.crumbs-separator {
  margin: 0 2rem;
  display: block;
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  text-transform: uppercase;
}

h1 {
  font-size: 5rem;
  line-height: 1.3;
}

h2 {
  font-size: 4.8rem;
}

h3 {
  font-size: 3.6rem;
}

h4 {
  font-size: 2.4rem;
}

small {
  font-size: 0.875rem;
  color: var(--secondary-color);
}

.absolute {
  position: absolute;
}

.main__banner .rb {
  right: 15.5rem;
  bottom: 36%;
  top: revert;
}

.text-lg {
  font-size: 1.8rem;
}

.text-sm {
  font-size: 1.4rem;
}

.banner__logo img {
  width: 100%;
  object-fit: cover;
}

.stats {
  display: flex;
  align-items: flex-start;
  text-transform: uppercase;
  margin-top: 8rem;
}

.stat__description {
  display: flex;
  flex-direction: column;
  max-width: 45rem;
  margin-right: 9.3rem;
  flex-shrink: 0;
}

.stat__description h1 {
  font-size: 5rem;
  line-height: revert;
}

#about .stat__description h1 {
  line-height: 1;
  margin-bottom: 3.8rem;
}

#awards .stat__col {
  align-items: flex-start;
}

.row {
  display: flex;
}

.info__block .row {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

#main .info__block:last-child:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.info__block .info__stats {
  justify-content: space-between;
}

.stats .row {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}

.flex {
  display: flex;
}

.stat__col {
  display: flex;
  flex-direction: column;
  border-left: 1px rgba(0, 0, 0, 0.45) solid;
  padding-left: 3.7rem;
}

.info__block .stat__col {
  width: 20rem;
}

.stat__num {
  font-size: 5rem;
  width: 100%;
}

.stat__text {
  font-size: 1.8rem;
  max-width: 14rem;
}

.info__block {
  background: #edeaed;
  width: 50%;
  height: 80rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 15.1rem;
  padding-right: 11.3rem;
  position: relative;
}

#home .info__block:last-child::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

#about .info__block:last-child {
  justify-content: center;
}

.info__block .bg-wrapper {
  z-index: 0;
}

.text__absolute {
  z-index: 1;
  top: 7.922rem;
  left: 14.986rem;
}

#brands,
#services {
  position: relative;
  padding: 13.8rem 0;
}

#brands {
  height: 100vh;
  will-change: transform;
}

#services {
  padding: 0 0 10rem;
}

.main__banner h3 {
  font-weight: 300;
}

.brands__grid {
  display: flex;
  flex-direction: column;
  column-gap: 3rem;
  row-gap: 2.879rem;
  z-index: 3;
  max-width: calc(100% - 56.8rem);
  margin: 5.86rem auto 0;
}

.container-intro .text-lg {
  margin: 0 auto;
  margin-top: 3.2rem;
  text-align: center;
  width: 86%;
}

.container-intro h1 {
  text-align: center;
}

.brand__card img {
  object-fit: scale-down;
  max-height: 2.5rem;
  max-width: 13.4rem;
}

#about .brand__card img {
  max-height: 5.7rem;
}

.brand__card img {
  border-radius: 0;
}

.brands__grid .row {
  display: flex;
  column-gap: 1rem;
  justify-content: center;
}

#companies .brands__grid .row {
  justify-content: space-between;
}

#home .brands__grid .row:nth-of-type(2) {
  transform: translateX(13rem);
}

.brand__card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.411rem;
  padding: 1.9rem 3.4rem;
  border: 1px rgba(255, 255, 255, 0.45) solid;
  font-size: 1.8rem;
  border-radius: 4.5rem;
}

#about .brand__card {
  border: none;
}

.info__image {
  max-width: 53.5rem;
  object-fit: scale-down;
  margin: 4rem 0 5rem;
}

.services__grid {
  display: flex;
  flex-direction: column;
  row-gap: 0.2rem;
  margin-top: 5.2rem;
}

.services__card {
  display: flex;
  flex-direction: column;
  min-width: 55rem;
  max-width: 55rem;
  height: 30rem;
  border-radius: 1.5rem;
  position: relative;
}

.services__card::after {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  inset: 0;
  border-radius: 1.5rem;
  z-index: -1;
}

.services__card img,
.services__card video {
  border-radius: 1.5rem;
}

.service__row {
  display: flex;
  gap: 0.2rem;
  flex-wrap: nowrap;
  text-wrap: balance;
}

.service__row:first-child {
  transform: translateX(-30%);
}

.services__text {
  position: absolute;
  left: 5rem;
  bottom: 4rem;
  color: #fff;
  font-size: 2.4rem;
  text-transform: uppercase;
}

.f-end {
  margin-left: auto;
}

.border__text {
  padding-left: 3rem;
  border-left: 1px rgba(255, 255, 255, 0.45) solid;
}

#about .border__text {
  max-width: 51.5rem;
  margin-top: 3.4rem;
}

#companies {
  background: rgba(0, 0, 0, 0.45);
  padding-bottom: 17.2rem;
}

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

a:any-link {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  transition: 0.1s;
}

a:any-link:hover {
  opacity: 0.5;
}

.orbis__group-logo {
  margin-left: 55.9rem;
  margin-top: 10.289rem;
  width: 80rem;
  height: 11.6rem;
}

.about__ph1 {
  top: 13.8rem;
  right: 14.9rem;
  width: 20.5rem;
  height: 23.8rem;
  border-radius: 1.5rem;
}

#power {
  padding-top: 8rem;
}

#power .container {
  padding-top: 5.2rem;
}

.w-full {
  width: 100%;
}

.power_1 {
  top: 28.2rem;
  left: 0;
  border-radius: 1.5rem;
  width: 27rem;
  height: 17rem;
  object-fit: cover;
}

.power_2 {
  bottom: 17rem;
  left: 55.8rem;
  border-radius: 1.5rem;
  width: 27rem;
  height: 17rem;
  object-fit: cover;
}

.power_3 {
  top: 28.2rem;
  right: 0;
  border-radius: 1.5rem;
  width: 27rem;
  height: 17rem;
  object-fit: cover;
}

#power .border__text {
  border-color: #000;
  margin-top: 5.4rem;
  text-align: start;
  text-transform: none;
}

.grid {
  display: grid;
}

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

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

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

.grid .info__block {
  width: revert;
}

#about .info__block {
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  padding: 9.3rem 15rem;
  justify-content: flex-end;
}

#about .info__block:nth-child(2) {
  background: #000;
  justify-content: space-between;
}

#about .info__block:nth-child(2) img {
  width: 100%;
  object-fit: contain;
}

.info__text {
  display: flex;
  z-index: 1;
  flex-direction: column;
  color: #fff;
  gap: 2.7rem;
}

ol {
  list-style-position: inside;
}

ol {
  counter-reset: list-counter;
}

ol li {
  counter-increment: list-counter;
  list-style-type: none;
  display: flex;
  align-items: self-start;
  margin-bottom: 2rem;
}

ol li::before {
  content: counter(list-counter) " ";
  margin-right: 1.9rem;
  border-radius: 50%;
  border: 1px #000 solid;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#awards .stats {
  text-transform: none;
  margin-top: 0;
}

#awards .stats .row {
  gap: 10rem;
}

.fw-300 {
  font-weight: 300;
}

#awards .stat__text {
  font-size: 2.4rem;
  max-width: 100%;
}

#awards img {
  max-height: 14.6861rem;
  margin-bottom: 4.69rem;
  margin-top: 3.8rem;
}

#awards .stat__description {
  margin-right: 13.6rem;
}

.page__header .row {
  gap: 3rem;
  margin-top: 3rem;
}

.chip {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4.5rem;
  padding: 1.2rem 3rem 1.4rem;
  border: 1px rgba(255, 255, 255, 0.45) solid;
  cursor: pointer;
}

.chip.active {
  color: #000;
  background: #fff;
  border-color: #fff;
}

.news__block {
  display: flex;
  flex-direction: column;
}

.news__preview {
  position: relative;
  width: 53.6rem;
  height: 34rem;
  border-radius: 1.5rem;
  color: #fff;
  transition: 0.3s;
}

.news__preview:hover {
  background: transparent;
  opacity: 0.9 !important;
}

.news__title {
  font-size: 2.4rem;
  padding: 2.4rem 2rem;
}

.news__preview .chip {
  color: #fff;
  position: absolute;
  top: 3.05rem;
  left: 3rem;
  padding: 0.35rem 1.7rem;
  font-size: 1.8rem;
  z-index: 3;
}

.news__grid {
  column-gap: 0.1rem;
  row-gap: 8rem;
}

.news__date {
  font-size: 1.8rem;
  bottom: 2.5rem;
  left: 3rem;
  position: absolute;
  color: #fff;
}

#news .container {
  display: none;
}

#news .container.active {
  display: block;
}

#news__single .page__header {
  padding: 9.1rem 42.2rem;
  margin: 0 auto;
  align-items: flex-start;
  text-align: start;
}

#news__single .container {
  max-width: 100%;
  margin: 0;
  padding: 9.1rem 42.2rem;
}

#news__single .title {
  padding-bottom: 3.992rem;
  border-bottom: 1px rgba(255, 255, 255, 0.45) solid;
  text-align: left;
  font-size: 5rem;
  margin-top: 1.1rem;
}

#news__single .news__date {
  position: static;
}

#news__single .page__header .row {
  align-items: center;
}

#news__single .text .chip,
#news__single .page__header .chip {
  padding: 0.3rem 2rem;
  font-size: 1.8rem;
  opacity: 0.4;
}

#news__single .news__image {
  width: 100%;
  object-fit: cover;
  max-height: 67.5rem;
  margin-top: 5.8rem;
  margin-bottom: 3.064rem;
  border-radius: 1.5rem;
}

.caption {
  display: flex;
  opacity: 0.5;
  align-items: center;
}

.caption::before {
  content: "";
  width: 1.421rem;
  height: 1.5rem;
  display: block;
  background: url("/static/img/star__gray.svg") no-repeat;
  background-size: contain;
  margin-right: 1.296rem;
}

.announce {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 5.2rem;
}

.text {
  font-size: 1.8rem;
}

.text img {
  max-width: 100%;
  object-fit: contain;
  height: auto;
  border-radius: 1.5rem;
}

.text p {
  margin-bottom: 3.2rem;
  font-size: inherit;
  line-height: 1.7;
}

.text h4 {
  text-transform: none;
  font-weight: 400;
  margin-bottom: 2.4rem;
}

ul li:not(:last-child) {
  margin: 0 0 2rem;
}

.bg-wrapper svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.bg-wrapper img.dot {
  width: 2rem;
  transform-origin: center;
  height: 2rem;
  position: absolute;
}

#linePath {
  stroke: #acacac;
  stroke-width: 2;
  stroke-dasharray: 0;
  stroke-dashoffset: 0.5;
  fill: none;
  stroke-opacity: 0.5;
}

#linePathBg {
  fill: none;
  /* Ensure no fill */
}

.stat__description .text-lg {
  text-transform: none;
}

.quote {
  font-size: 2.4rem;
  font-weight: 600;
  padding-left: 8.2rem;
  border-left: 1px #000 solid;
  margin-bottom: 2rem;
}

.author {
  font-weight: 400;
  font-size: 1.8rem;
  color: #888;
  display: flex;
  flex-direction: column;
}

.border__tb {
  font-size: 2.4rem;
  font-weight: 600;
  padding: 3.4rem 0 4.2rem;
  border: 1px #000 solid;
  border-right: none;
  border-left: none;
  margin-bottom: 4.6rem;
}

ul {
  list-style-position: inside;
}

.text ul {
  margin-bottom: 4.5rem;
}

.news__single-slider img {
  object-fit: cover;
  width: 100%;
  max-height: 64.5rem;
  border-radius: 1.5rem;
}

.news__single-slider .swiper-slide {}

.swiper-horizontal {
  overflow-x: hidden;
}

.sliders__container {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 3.7rem;
  margin-bottom: 7.2rem;
}

.thumbs__preview img {
  width: 11.5119rem;
  height: 6.8rem;
  object-fit: cover;
  border-radius: 1rem;
  z-index: -1;
}

.thumbs__preview .swiper-slide::after {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 1rem;
  height: 6.8rem;
}

.thumbs__preview .swiper-slide-active::after {
  background: transparent;
}

.thumbs__preview {
  position: absolute;
  top: 0;
  left: -15.6rem;
}

#news__single .swiper-button-next,
#news__single .swiper-button-prev {
  color: #000;
}

#news__single .swiper-button-prev {
  left: revert;
  right: 24.3rem;
}

#news__single .swiper-button-next::after,
#news__single .swiper-button-prev::after {
  font-size: 1.6rem;
}

.sliders__container .row {
  position: relative;
}

.custom__pagination {
  position: relative;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8.5rem;
}

.pagination__num {
  margin-right: 9.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.divider {
  width: 3px;
  height: 2rem;
  transform: skew(-30deg);
  background: #888;
}

.text ol {
  margin-bottom: 6rem;
}

.news__footer {
  align-items: center;
  padding-top: 5.3rem;
  border-top: 1px rgba(0, 0, 0, 0.45) solid;
  margin-top: 1.6rem;
}

.news__footer .chip {
  border: 1px rgba(0, 0, 0, 0.45) solid;
  margin-left: 3.4rem;
}

#news__single #other-news {
  padding: 8.6rem 15.5rem 7rem;
  text-align: center;

  .news__block {
    text-align: start;
  }

  .bg-wrapper {
    z-index: 0;
  }

  .grid {
    column-gap: 0.1rem;
    margin-top: 5.2rem;
  }
}

.news__preview .news__date {
  position: absolute !important;
}

#dealers .page__header {
  padding: 10.2rem 20.7rem;
}

#dealers .page__header .row {
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1rem;
  row-gap: 1rem;
}

#dealers .page__header .chip {
  gap: 1.172rem;
  padding: 1.2rem 3rem;

  img {max-width: 9rem;}
}

.chip.active img {
  filter: invert();
}

.dealers__slider {
  height: 68rem;
  overflow-y: hidden;
}

.dealers__slider .swiper-slide table {
    position: absolute;
    left: 15rem;
    top: 50%;
    transform: translateY(-50%);
    max-width: 27rem;
    font-size: 1.4rem;
    text-transform: uppercase;
    border-spacing: 0;
}

.dealers__slider .swiper-slide table tbody{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.dealers__slider .swiper-slide table td {
  display: block;
}

.dealers__slider .swiper-slide table tr {
  vertical-align: middle;
  display: flex;
  align-items: center;
}

.dealers__slider .swiper-slide table tr td:first-child {
  margin-right: 2rem;
  padding-right: 2rem;
  border-right: 1px  rgba(255, 255, 255, 0.45) solid;
}

.dealers__slider .swiper-slide table tr td:last-child {
  font-size: 7rem;
  min-width: 7.1rem;

}

.chip img {
  border-radius: 0;
}

.swiper-wrapper {}

.car__img {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  width: 100.4rem;
  height: 45.5949rem;
  display: inline;
}

.dealer__info {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 15rem;
  top: 50%;
  transform: translateY(-50%);
  gap: 2rem;
  max-width: 27rem;
}

.dealer__info-block {
  display: flex;
  align-items: center;
  gap: 1.957rem;
}

.dealer__info-block .text-sm {
  text-transform: uppercase;
  border-right: 1px rgba(255, 255, 255, 0.45) solid;
  padding-right: 2.016rem;
  max-width: 17rem;
}

.dealer__info-block .big_num {
  font-size: 7rem;
  min-width: 7.1rem;
}

.dealer__description {
  display: flex;
  flex-direction: column;
  max-width: 27rem;
  position: absolute;
  right: 15.383rem;
  top: 50%;
  transform: translateY(-50%);
}

.btn {
  font-size: 1.8rem;
  background: #fff;
  color: #000 !important;
  padding: 1.5rem 5.728rem;
  border-radius: 4.5rem;
  cursor: pointer;
  text-align: center;
}

.dealer__description .text-sm {
  margin: 1rem 0 7rem;
}

#dealers .swiper-button-next,
#dealers .swiper-button-prev {
  color: #fff;
  font-size: 1.8rem;
}

#dealers .swiper-button-next {
  right: 6.895rem;
}

#dealers .swiper-button-prev {
  left: 6.033rem;
}

#dealers .swiper-button-next::after,
#dealers .swiper-button-prev::after {
  font-size: 1.8rem;
}

#dealers__container {
  display: flex;
  overflow-y: hidden;
  height: 100vh;
  max-height: 100.034rem;
}

#dealers__container::after {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  filter: blur(2.25rem);
  z-index: 10;
  bottom: -6rem;
  left: 0;
  width: 67rem;
  height: 13.1rem;
}

.dealers-list {
  padding: 9rem 0;
  display: flex;
  flex-direction: column;
  gap: 5.1rem;
  overflow-y: scroll;
  flex-shrink: 0;
  width: calc(100% - 125rem);
}

.dealers-list::-webkit-scrollbar {
  width: 8px !important;
}

.dealers-list::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
  border-radius: 6px;
}

.dealers-list::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.dealers-list::-webkit-scrollbar-track {
  background-color: transparent;
}

.form-field {
  width: 100%;
  font-family: "Aeroport";
  border: 0;
  font-size: 1.8rem;
  border: none;
  border-bottom: 1px solid #000;
  padding-bottom: 1.345rem;
  min-width: 39rem;
}

.dealers-list .form-field {
  min-width: revert;
}

.form-field:focus {
  outline: none;
}

.dealer__image {
  width: 100%;
  max-height: 17.5rem;
  border-radius: 1.5rem;
  object-fit: cover;
  margin-bottom: 2.623rem;
}

.accordion {
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  padding-right: 13rem;
  padding-left: 15rem;
  overflow: hidden;
}

.no-accordions-message {
  padding-right: 13rem;
  padding-left: 15rem;
}

.no-accordions-message a {
  font-weight: 600;
  text-decoration: underline;
}

.accordion.active {
  background: #f6f6f6;
}

.accordion__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-height: 0;
  transition: 0.4s;
}

.accordion.active .accordion__content {
  max-height: 100rem;
}

.accordion__content .container {
  padding: 3rem 0 4.1rem;
  max-width: 100%;
}

.accordion__header {
  display: flex;
  align-items: center;
  padding: 2.9rem 0 2.2rem;
  cursor: pointer;
  border-bottom: 1px #888888 solid;
}

#map {
  width: 100%;
  height: 100%;
}

.map-container {
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
}

.dealer__text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

#mission .info__block:nth-of-type(3) {
  background: rgba(0, 0, 0, 0.45);
  justify-content: center;

  img {
    width: 100%;
    height: 49.995rem;
  }
}

.map-slide .bg-wrapper img {
  height: 99%;
}

#mission .info__block:nth-of-type(3) .bg-wrapper {
  z-index: -1;
}

.dealer__text .row {
  justify-content: space-between;
}

.dealers-list .form-row {
  padding: 0 13rem 0 15rem;
}

#dealers .btn {
  height: 5rem;
  width: 18.8rem;
  padding: 0 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#dealers__container .btn__container {
  margin-top: 3.4rem;
}

.btn_black {
  background-color: #000;
  color: #fff !important;
}

.index {
  font-size: 2.8rem;
  color: #fff;
  position: relative;
  width: 3.7rem;
  height: 4rem;
  margin-right: 2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index .bg-wrapper {
  z-index: 1;
}

.index img {
  object-fit: contain;
  height: revert;
}

.index span {
  z-index: 1;
}

.col {
  display: flex;
  flex-direction: column;
}

.text-opacity {
  opacity: 0.5;
}

.accordion__header::after {
  content: "";
  margin-left: auto;
  background: url("/static/img/arrow.svg") no-repeat;
  background-size: contain;
  height: 0.883rem;
  width: 1.5rem;
  transform: rotate(180deg);
  filter: invert();
  transition: 0.4s;
}

.accordion.active .accordion__header::after {
  transform: rotate(0);
}

.dealer__text span {
  width: 25.122rem;
  flex-shrink: 0;
}

.dealer__text .dealer__time {
  width: revert;
  margin-left: 0;
}

.appeal {
  max-width: 95.0346rem;
  margin-left: auto;
  padding-left: 6.652rem;
  border-left: 1px #000 solid;
  display: flex;
  flex-direction: column;
  position: relative;
  height: fit-content;
}

#team .container,
#career .container {
  max-width: revert;
  padding: 9rem 15.2rem;
}

.team__intro {
  /*min-height: 68.5rem;*/
}

.appeal .text {
  max-height: 20rem;
  overflow-y: hidden;
  position: relative;
  overflow-x: visible;
  transition: 0.4s ease-in-out;
}

.appeal .text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 11rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(246, 242, 239, 1) 100%);
  bottom: 0;
  left: 0;
}

.appeal .text.active {
  max-height: 70rem;
}

.appeal .text.active::after {
  opacity: 0;
}

.text-reveal {
  background: none;
  border: 1px rgba(0, 0, 0, 0.45) solid;
  max-width: 30rem;
  padding: 1.65rem 4.4rem;
  margin: 1rem 0 4.3rem;
}

#share .stat__text {
  max-width: 13rem;
}

#share .info__block .info__stats {
  align-items: stretch;
}

#team .stats,
#career .stats {
  justify-content: center;
  margin-top: -4.3rem;
}

#team .stats {
  gap: 3.2rem;
}

#career .stats {
  gap: 2rem;
  margin-top: 0;
}

#team .stats .stat__text,
#career .stats .stat__text {
  max-width: 40rem;
  margin-top: 0.6rem;
  text-transform: none;
}

.members {
  column-gap: 0.1rem;
  row-gap: 0.3rem;
  margin-top: 9.8rem;
}

.member {
  width: 40.3rem;
  height: 48rem;
  position: relative;
  color: #fff;
  cursor: pointer;

  border-radius: 1rem;
}

.member::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: -1;
  border-radius: 1rem;
  transition: opacity 0.4s ease;
}

.member:hover::after {
  opacity: 0;
}

.member__text {
  position: absolute;
  left: 4.5rem;
  top: 36.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.member__text h4 {
  text-transform: none;
}

.appeal::before {
  content: "";
  position: absolute;
  width: 6.2896rem;
  height: 4.6054rem;
  top: 0;
  left: -20%;
  background: url("/static/img/quote.svg") no-repeat;
  background-size: cover;
}

#career .text-reveal {
  color: #fff !important;
  border: 1px rgba(255, 255, 255, 0.45) solid;
}

#career .appeal .text::after {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(18, 19, 24, 1) 100%);
}

#career .appeal {
  border-color: rgba(255, 255, 255, 0.45);
}

#career .team__intro {
  padding: 11.6rem 16.4rem 13.7rem;
}

#career .team__intro .bg-wrapper {
  left: auto;
}

#career__orbis {
  height: 125rem;
  overflow: hidden;
}

#career__orbis .bg-wrapper {
  height: 149rem;
}

.btn__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 7.4rem;
}

.btn__black {
  background: #000;
  color: #fff !important;
}

.team__intro img {
  object-position: left;
  max-height: 50rem;
  display: block;
}

.btn__transparent {
  background: none;
  border: 1px solid #000;
}

.form__container {
  margin-left: auto;
}

.form__container form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 8.9rem;
  row-gap: 4rem;
}

.form-label {
  display: block;
  color: #8e8e8e;
}

.form-row {
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  position: relative;
  min-height: 5.5rem;
  margin-bottom: 1rem;
}

.form__container .form-field {
  min-width: 49rem;
}

select,
option {
  background-color: transparent;
  background: transparent;
}

.form__desc {
  display: flex;
  flex-direction: column;
  max-width: 41rem;
  margin-right: 13.8rem;
  gap: 4rem;
}

.form-field[type="file"]:file {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 10;
}

input#file-upload-button {
  display: none;
}

.form-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form-checkbox+label {
  display: inline-flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  align-items: center;
}

.form-checkbox+label::before {
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 2px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  margin-right: 2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.form-checkbox:checked+label::before {
  border-color: #000;
  background-color: #000;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuNjc5IDQuNjg2bC0uOTUzLjkzLS40NzYuNDY1TDQuNzc0IDEwLjVsOC44MS04LjYwNUwxMi4xNTMuNWwtNy4zOCA3LjIxLTMuMDk1LTMuMDI0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}

.career1 {
  top: 12rem;
  left: 0;
}

.career2 {
  top: 12rem;
  right: 0;
}

#history .page__header .row {
  gap: 1.2rem;
}

.history__slider {
  height: 86.013rem;
  width: 100%;
  padding: 0;
  font-size: 1.6rem;
  /*text-wrap: pretty;*/
  overflow-y: hidden;
}

.history__slider .caption {
  font-size: 1.8rem;
}

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

.history__slider .swiper-button-next,
.history__slider .swiper-button-prev {
  width: 4.5rem;
  height: 4.5rem;
  background: #000;
  border-radius: 50%;
}

.history__slider .swiper-button-next {
  right: 5.254rem;
}

.history__slider .swiper-button-prev {
  left: 5.246rem;
}

.history__slider .swiper-button-next::after,
.history__slider .swiper-button-prev::after {
  font-size: 0.8rem;
  color: #fff;
}

.history__slider h1 {
  font-size: 22.6rem;
  position: absolute;
  top: 13.1rem;
  left: 50%;
  transform: translateX(-50%);
}

.history__slider .swiper-slide:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  transform: translateY(-50%);
  background-color: #000;
  opacity: 0.25;
  z-index: -1;
}

.history__slider .swiper-slide::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: #000;
}

.history__slider .swiper-slide:first-of-type::after {
  left: revert;
  right: 0;
  width: 50%;
}

.history__slider .swiper-slide:last-of-type::after {
  width: 50%;
}

.events__list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 49rem;
  list-style-position: outside;
  display: flex;
  flex-direction: column;
  top: 46.495rem;
}

.events__list li {
  padding-left: 2.5rem;
}

.rt {
  top: 13.4rem;
  right: 0;
}

.rb {
  top: 48.3rem;
  right: 0;
}

.rbc {
  top: 48.3rem;
  right: 24.2rem;
}

.rtc {
  top: 13.4rem;
  right: 24.2rem;
}

.lb {
  top: 48.3rem;
  left: 0;
}

.ltc {
  top: 13.4rem;
  left: 24.2rem;
}

.lbc {
  top: 48.3rem;
  left: 35.5rem;
}

.lt {
  top: 13.4rem;
  left: 0;
}

.history__slider .absolute img {
  object-fit: cover;
  width: 100%;
}

[data-target="2012"] {
  .ltc {
    width: 22.5rem;
    height: 22.5rem;
  }

  .lb {
    width: 33.5rem;
    height: 22.4088rem;
  }

  .lbc {
    width: 22.4934rem;
    height: 26.5869rem;
  }

  .rt {
    width: 22.4934rem;
    height: 26.5869rem;
  }

  .rtc {
    width: 33.3104rem;
    height: 20.4246rem;
  }

  .rb {
    width: 29.0158rem;
    height: 16.539rem;
  }
}

.chip {
  position: relative;
}

.chip input[type="radio"] {
  opacity: 0;
  inset: 0;
  z-index: 5;
  position: absolute;
}

.chip:has(input:checked) {
  background-color: #000;
  color: #fff;
  padding: 1rem 2rem;
}

form .chips {
  grid-area: 1 / 1 / 2 / 3;
}

.form__message {
  grid-area: 2 / 2 / 5 / 3;
}

.form__message textarea {
  background-image: repeating-linear-gradient(to bottom,
      transparent,
      transparent 4.7rem,
      #000 4.8rem);
  background-size: 100% 4.8rem;
  line-height: 4.8rem;
  padding-bottom: 0;
  max-height: 22rem;
  margin-bottom: 2rem;
  resize: none;
  border-bottom: 0;
}

#companies .row:first-child .brand__card:first-child {
  background: #fff;
}

.diagram_img {
  z-index: 1;
}

.mob {
  display: none;
}

.row.mob {
  display: none;
}

.brands__grid.mob {
  display: none;
}

.map-svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 96.628rem;
  max-height: 52.972rem;

  opacity: 0.9;
}

.map-svg img {
  width: 100%;
  height: 100%;
}

.history__slider::before {
  content: "";
  width: 100%;
  height: 8.678rem;
  background: url("/static/img/Power in motion (1920x1080) 1 (Traced).svg") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}

.history__slider::after {
  content: "";
  width: 100%;
  height: 8.678rem;
  background: url("/static/img/history/arrows_history.svg") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 2.2rem;
}

.history__slider:has(.y2018.swiper-slide-active)::before {
  filter: invert();
  z-index: 2;
}

.y2013 .ltc {
  left: 14.9rem;
  top: 22.5rem;
  width: 45rem;
  height: 33.061rem;
}

.y2013 .rtc {
  right: 15.082rem;
  top: 22.5rem;
  width: 43.556rem;
  height: 28.713rem;
}

.y2014 .lbc {
  left: 4.989rem;
  top: revert;
  bottom: 24.8rem;

  width: 39rem;
  height: 23.5rem;
}

.y2014 .lt {
  width: 29rem;
  height: 19rem;
  left: -0.1rem;
}

.y2014 .rt {
  width: 46.5rem;
  height: 24rem;
  right: 15rem;
}

.y2015 .lt {
  width: 50rem;
  height: 28rem;
  left: 4rem;
  top: 22.486rem;
}

.y2015 .rt {
  width: 54rem;
  height: 35rem;
  top: 50%;
  transform: translateY(-50%);
}

.y2016 .lt {
  width: 33.42rem;
  height: 20.914rem;
  left: 4.475rem;
  top: 7.845rem;
}

.y2016 .lt .caption {
  width: max-content;
}

.y2016 .rt {
  width: 54rem;
  height: 35rem;
  top: 18.72rem;
  width: 31rem;
  height: 17rem;
  right: 4rem;
}

.y2016 .lb {
  left: 4.475rem;
  top: 37.976rem;
  width: 40rem;
  height: 22.5rem;
}

.y2016 .rb {
  width: 54rem;
  height: 35rem;
  top: 37.659rem;
  right: 4rem;
  width: 40rem;
  height: 22.5rem;
}

.y2017 .rt {
  width: 27.3rem;
  height: 11.3rem;
  top: 22.092rem;
  right: 18.166rem;
}

.y2017 .rb {
  width: 34rem;
  height: 20rem;
  top: 38.194rem;
  right: 14.816rem;
}

.y2017 .lt {
  width: 39.5rem;
  height: 47rem;
  left: 4.475rem;
  top: 11.197rem;
  left: 15rem;
}

.award {
  display: flex;
  gap: 2.974rem;
  max-width: 39rem;
  position: absolute;
  bottom: 21.8rem;
  right: 26.049rem;
}

.y2015 .award {
  right: 50%;
  transform: translateX(30%);
  bottom: 21.12rem;
}

.y2016 .award {
  right: 50%;
  transform: translateX(30%);
  bottom: 14.8rem;
}

.y2017 .award {
  right: 50%;
  transform: translateX(30%);
  bottom: 25.8rem;
}

.y2018 .award {
  right: 15.8rem;
  bottom: 16.6rem;
}

.y2018 .award img {
  border-right: 1px #ffffff solid;
}

.y2019 .award,
.y2021 .award {
  bottom: revert;
  right: revert;
  top: 14.7rem;
  left: 15rem;
}

.y2020 .award {
  right: 50%;
  transform: translateX(30%);
  bottom: 25.8rem;
}

.y2022 .award {
  right: 18.8rem;
  bottom: 31rem;
}

.y2023 .award {
  bottom: 31.4rem;
  right: revert;
  left: 15rem;
}

.y2022 .award.exeed_award {
  bottom: 20rem;
  right: 18.8rem;
}

.y2023 .award.porsche_award {
  bottom: 19.6rem;
  left: 16.1rem;
}

.y2023 .award.porsche_award img {
  padding-left: 3rem;
}

.y2024 .award.exeed_award img {
  max-height: 9.4rem;
  max-width: 10rem;
  padding-left: 0.55rem;
}

.y2024 .award {
  bottom: revert;
  right: 15rem;
  top: 4.237rem;
}

.y2024 .award img {
  border-color: #fff;
}

.award img {
  border-right: 1px #000 solid;
  padding-right: 2.92rem;
  max-width: 10rem;
  max-height: 7.4rem;
}

.y2018,
.y2024 {
  color: #fff;
}

.history__slider .swiper-slide.y2018::before,
.history__slider .swiper-slide.y2024::before {
  background-color: #fff;
}

.history__slider .swiper-slide.y2018::after,
.history__slider .swiper-slide.y2024::after {
  background-color: #fff;
}

.history__slider .center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.y2018 .center {
  width: 107.4rem;
  height: 58.877rem;
  transform: translate(-50%, -57%);
}

.y2018 .lt {
  left: 12.5rem;
  top: 4.5rem;
  max-width: 30rem;
  border-radius: 15px;
}

.y2018 .lt .caption {
  width: max-content;
}

.ct {
  top: 13.411rem;
  left: 50%;
  transform: translateX(-50%);
}

.y2019 .ct {
  width: 53.3rem;
  height: 4.161rem;
}

.y2019 .lt {
  width: 16.516rem;
  height: 31.809rem;
  top: 29.5rem;
  left: 15rem;
}

.y2019 .lb {
  width: 16.516rem;
  height: 31.809rem;
  top: 29.5rem;
  left: 33.7rem;
  display: flex;
  flex-direction: column;
  gap: 1.9rem;
}

.y2019 .lb img {
  height: 15rem;
  border-radius: 1.5rem;
}

.y2019 .rt {
  top: 15rem;
  right: 15rem;
  width: 41rem;
  height: 25.5rem;
  display: flex;
  gap: 2rem;
}

.y2019 .rt img {
  width: 19.455rem;
  height: 17.142rem;
  border-radius: 1.5rem;
}

.y2019 .rb {
  right: 15rem;
  width: 41rem;
  height: 22.514rem;
  top: 34.1rem;
}

.y2020 .lt {
  top: 22.292rem;
  left: 3.988rem;
  width: 49.5rem;
  height: 33rem;
}

.y2020 .rt {
  top: 22.292rem;
  right: 4rem;
  width: 49.5rem;
  height: 33rem;
}

.y2021 .lt {
  width: 39rem;
  height: 30.614rem;
  top: revert;
  bottom: 17.8rem;
  left: 15rem;
}

.y2021 .lt img {
  height: 100%;
}

.y2021 .rt {
  width: 34.524rem;
  height: 26.677rem;
  top: 8.896rem;
  right: 4rem;
}

.y2021 .rb {
  right: 4rem;
  top: 45.607rem;
}

.y2021 .rb .row {
  gap: 2.106rem;
}

.y2021 .rb .row img {
  width: 25rem;
  height: 25rem;
}

.y2022 .lt {
  top: 22rem;
  left: revert;
  right: 15rem;
  display: flex;
  align-items: center;
  gap: 9rem;
  max-width: 39rem;
}

.y2022 .lb {
  top: 26.371rem;
  left: 0;
  width: 26.937rem;
  height: 35.986rem;
}

.y2022 .lbc {
  width: 26.771rem;
  height: 24.96rem;
  top: 37.396rem;
  left: 28.764rem;
}

.y2022 .rt {
  width: 19.606rem;
  height: 29.409rem;
  top: 16.859rem;
  right: 0;
}

.y2022 .rtc {
  top: 16.859rem;
  right: 21.643rem;
  width: 35.357rem;
  height: 19.888rem;
}

.y2022 .rbc {
  top: 38.644rem;
  right: 20.643rem;
  width: 29.117rem;
  height: 19.394rem;
}

.y2023 .lt {
  left: 15rem;
  top: 12.643rem;
  width: 33.848rem;
  height: 23.345rem;
}

.y2023 .lb {
  left: 4rem;
  top: 37.896rem;
  width: 33.848rem;
  height: 21.254rem;
}

.y2023 .rb {
  right: 15rem;
  top: 22.23rem;
  width: 30.643rem;
  height: 22.941rem;
}

.y2023 .rt {
  top: 47.4rem;
  right: 15rem;
  width: 42.3rem;
  height: 22rem;
}

.y2024 .lt {
  width: 21.539rem;
  height: 5.279rem;
  top: 5.5rem;
  left: 15.711rem;
}

.y2024 .center {
  width: 107.307rem;
  height: 58.826rem;
  top: 7.237rem;
  transform: translateX(-50%);
}

.y2024 .images__row img {
  border-radius: 1.5rem;
}

.y2024 .ltc {
  left: 15rem;
  top: 29.1rem;
  width: 39rem;
  height: 22rem;
  border-radius: 1.5rem;
}

.y2025 .ltc {
  left: 15rem;
  top: 29.1rem;
  width: 39rem;
  height: 22rem;
  border-radius: 1.5rem;
}

.y2024 .lbc {
  left: 15.05rem;
  bottom: 7.3rem;
  display: flex;
  gap: 2rem;
  max-width: 39rem;
  flex-wrap: wrap;
  top: revert;
}

.y2024 .rb {
  right: 15rem;
  bottom: 13.2rem;
  top: revert;
  width: 38.963rem;
}

.y2024 .lbc img {
  width: 18.496rem;
  height: 18rem;
}

.map-svg .dot .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.map-svg .dot .city {
  filter: invert();
  margin-top: 1.1rem;
  white-space: nowrap;
  position: absolute;
  bottom: -5.1rem;
  left: 50%;
  transform: translateX(-50%);
}

.dot:hover .city {
  filter: none;
}

.map-svg .dot .num {
  /* margin: 0.5rem 0 0.7rem; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.y2024 .award.toyota__award {
  top: 17rem;
  right: 15rem;
}

.errorMessage {
  color: #f52525;
  font-size: 1rem;
}

.fancybox-content {
  width: calc(100% - 30rem);
  padding: 3.6rem 4.4rem;
}

#popup__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3.1rem;
  row-gap: 4rem;
  margin-top: 4.1rem;
}

.y2025 .events__list {
  list-style: none;
}

.y2025 .award {
  position: static;
}

.y2025 .award img {
  width: 7.5rem;
}

.y2025 .rtc {
  width: 40rem;
  height: 40rem;
  border-radius: 1.5rem;
}



@media (max-width: 768px) {
  :root {
    --font-base: var(--font-base-mobile);
  }

  .border__text {
    padding-left: 2rem;
  }

  .map-svg {
    width: calc(100% - 4rem);
    max-width: 100%;
    max-height: auto;
  }

  .mob {
    display: flex;
  }

  .row.mob {
    display: flex;
  }

  main:not(#home) {
    margin-top: 6rem;
  }

  .header__main,
  .header {
    padding: 1.1rem 1rem;
    font-size: 1.4rem;
  }

  .header .logo__image {
    width: 14.276rem;
    height: 2.5rem;
  }

  .header .nav__links,
  .lang__select {
    margin-left: 0;
    gap: 1rem;
  }

  .nav__links {
    margin: 0;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
  }

  .burger__menu {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    background: #fff;
    color: #000;
    top: 6rem;
    padding: 4.1rem 1rem;
    flex-direction: column;
  }

  .burger__menu.active {
    display: flex;
  }

  .header__main:has(.burger__menu.active) {
    background: #fff;
    color: #000;

    img {
      filter: invert();
    }
  }

  .burger__menu .lang__select {
    margin-top: 10rem;
  }

  .container,
  .container-xs,
  .container-md {
    max-width: 100%;
    padding: 3.2rem 2rem;
  }

  .main__banner {
    height: 47rem;
    min-height: 470px;
    font-size: 1rem;
    text-align: center;
    min-height: revert;
    padding: 3.2rem 2rem;
  }

  .main__banner .disclaimer {
    max-width: 100%;
    gap: 1.4rem;
    width: 100%;
    align-items: flex-start;
  }

  .logo__round {
    width: 15.007rem;
    height: 3.007rem;
  }

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

  .disclaimer .text-lg {
    padding-left: 1.7rem;
    text-align: start;
  }

  .banner__logo,
  .banner__content {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 5rem);
  }

  .disclaimer,
  .socials {
    right: 1rem;
    bottom: 1rem;
    font-size: 1rem;
    position: static;
  }

  .footer {
    padding: 3.5rem 2rem 4.8rem;
    font-size: 1.2rem;
    flex-direction: column;
    text-align: center;
  }

  .footer .nav__links {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .revealing__text {
    font-size: 1.5rem;
    padding: 0;
  }

  .rolling_img {
    width: 13.7rem;
    height: 7rem;
    margin: 0;
  }

  .text-lg {
    font-size: 1.2rem;
  }

  .page__header h1 {
    font-size: 4rem;
  }

  .stats .stat__description,
  .stat__num,
  .stat__text {
    font-size: 1.2rem;
    max-width: 100%;
    margin: 0;
  }

  .orbis__group-logo {
    margin: 3rem auto 1rem;
    max-width: calc(100% - 4rem);
    height: revert;
  }

  .stats,
  .stats .row {
    flex-direction: column;
    row-gap: 2rem;
  }

  .info__text {
    gap: 1rem;
  }

  .stats {
    margin-top: 3rem;
  }

  .stat__col {
    padding-left: 1.4rem;
    width: 100%;
  }

  #dealers .page__header .row,
  #history .page__header .row {
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100%;
    justify-content: space-between;
    margin-top: 6rem;
    gap: 1rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-left: 2rem;
  }

  #history .page__header .row {
    margin-top: 2rem;
  }

  #dealers .page__header .row::-webkit-scrollbar,
  #history .page__header .row::-webkit-scrollbar {
    display: none;
  }

  #dealers .page__header .row .chip p {
    display: none;
  }

  #dealers .page__header .row .chip {
    border: none;
  }

  #dealers .crumbs {
    position: absolute;
  }

  .history__slider {
    height: 100vh;
  }

  #career__orbis .bg-wrapper {
    inset: revert;
    bottom: 0;
    left: 0;
    height: 60%;
    width: 100%;
  }

  #career__orbis {
    height: 88rem;
    overflow: hidden;
  }

  .chip {
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
  }

  .stat__num {
    font-size: 2rem;
  }

  .revealing__text {
    margin-bottom: 2rem;
  }

  .image__roll_container {
    gap: 1.4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.555rem;
    row-gap: 0.586rem;
  }

  .image__roll_container img:nth-child(3) {
    order: 4;
  }

  .bg-wrapper img.dot {
    width: 1rem;
    height: 1rem;
  }

  .services__card {
    min-width: 100%;
    max-width: 13.5rem;
    height: 15.218rem;
    width: 100%;
  }

  .services__card .bg-wrapper {
    max-width: 100%;
    max-height: 100%;
  }

  .news__block {
    max-width: 100%;
  }

  .appeal::before {
    content: none;
  }

  /* Specific Adjustments */
  .info__block,
  .brands__grid,
  .accordion {
    padding: 2.1rem 2rem;
  }

  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }

  #about .info__block {
    padding: 0;
    min-height: 32rem;
    padding: 3.2rem 2rem 2.6rem;
  }

  #brands,
  #services {
    padding: 3.2rem 0;
  }

  #services {
    padding-top: 0;
  }

  .page__header .crumbs .text-lg {
    margin-bottom: 1rem;
  }

  #about .stat__description h1 {
    margin-bottom: 1rem;
  }

  .footer__col:last-child {
    margin: 0;
  }

  ol li::before {
    font-size: 1.2rem;
    flex-shrink: 0;
  }

  #about .info__block:first-child {
    font-weight: 300;
  }

  #about .info__block:nth-child(3) {
    min-height: revert;
    height: 27.355rem;
  }

  #about .info__block:last-child {
    height: max-content;
    justify-content: flex-start;
    padding: 5.2rem 2rem;
  }

  .page__header {
    padding: 2rem 0;
  }

  .footer__col:last-child .footer__row {
    margin-top: 3rem;
    flex-direction: column;
    gap: 1rem;
  }

  #awards .stat__description {
    margin: 0;
  }

  #news__single .page__header {
    padding: 3.2rem 2rem;
  }

  .announce {
    font-size: 1.2rem;
    margin-top: 3.2rem;
  }

  .news__date {
    font-size: 1.2rem;
  }

  #news__single .chip {
    font-size: 1.2rem;
  }

  #news__single .container {
    padding: 3.2rem 2rem;
  }

  .text p {
    font-size: 1.2rem;
  }

  .quote {
    padding-left: 2rem;
  }

  .author {
    font-size: 1.2rem;
  }

  .border__tb {
    font-size: 1.2rem;
    padding: 1.4rem 0 2.2rem;
  }

  .text {
    font-size: 1.2rem;
  }

  #dealers .swiper-button-next {
    right: 2rem;
    display: none;
  }

  .text-sm {
    font-size: 1.2rem;
  }

  #dealers .swiper-button-prev {
    left: 2rem;
    display: none;
  }

  #news__single ol li::before {
    font-size: 1.2rem;
  }

  .sliders__container .row {
    flex-direction: column;
    gap: 1.7rem;
  }

  .dealers__slider .swiper-slide {
    display: flex;
    flex-direction: column-reverse;
    padding: 3.7rem 2rem 5.4rem;
    justify-content: space-between;
    background: #21201f;
  }

  .dealers__slider {
    background: #21201f;
  }

  .dealers__slider .dealer__description .text-sm {
    margin: 0.84rem 0 1.7rem;
  }

  .dealers__slider .dealer__info {
    flex-direction: row;
    position: static;
    gap: 0;
    width: 100%;
    justify-content: space-between;
    max-width: 100%;
    transform: none;
  }

  .dealers__slider .dealer__info-block {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 3rem;
    justify-content: flex-end;
  }

  .dealer__info-block .text-sm {
    font-size: 1rem;
  }

  .dealers__slider .swiper-slide:not(:first-child) .bg-wrapper {
    height: 30.224rem;
    overflow: hidden;
    inset: revert;
    width: 100%;
    top: 0;
    left: 0;
  }

  .dealers__slider .swiper-slide:not(:first-child) .bg-wrapper img {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 1);
  }

  .dealers__slider .dealer__info-block:nth-of-type(2) {
    margin: 3rem 1rem 0;
    padding: 0 1rem;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }

  .dealers__slider .dealer__info-block .text-sm {
    padding: 0;
    border: none;
  }
  .dealers__slider .swiper-slide table {
    position: static;
    max-width: 100%;
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 0;
    transform: none;
  }

  .dealers__slider .swiper-slide table tbody{
    display: flex;
    flex-direction: row;
    gap: 0;
  }

  .dealers__slider .swiper-slide table tr {
    vertical-align: middle;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 1rem;
  }

  .dealers__slider .swiper-slide table tr:nth-child(2) {
    margin: 0 1rem 0;
    padding: 0 1rem;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }

  .dealers__slider .swiper-slide table tr td:first-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }

  .dealers__slider .swiper-slide table tr td:last-child {
    font-size: 3.2rem;
    min-width: 5.1rem;
    border-left: none;
  }

  .dealers__slider .dealer__description {
    position: static;
    transform: none;
    max-width: 100%;
    width: 100%;
    z-index: 1;
  }

  .car__img {
    max-width: 24rem;
  }

  ol li {
    margin-bottom: 1rem;
  }

  #news__single #other-news {
    padding: 3.2rem 2rem;
  }

  .history__slider h1 {
    font-size: 10rem;
  }

  #dealers .page__header .chip {
    height: 100%;
  }

  .news__preview {
    width: 100%;
    height: 20rem;
  }

  .news__title {
    font-size: 1.4rem;
  }

  #awards img {
    width: 100%;
  }

  .custom__pagination {}

  #companies {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 5.5rem;
  }

  #about .brands__grid {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  #power {
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
  }

  .text img {
    max-width: 100%;
    object-fit: none;
    border-radius: 1.5rem;
    aspect-ratio: 16 / 9;
    max-height: 72rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .power_1,
  .power_2,
  .power_3 {
    position: static;
    margin: auto;
    margin-bottom: 2rem;
  }

  .appeal .text {
    max-height: 25rem;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1.8rem !important;
  }

  #home .flex {
    flex-direction: column;
  }

  .info__block {
    width: 100%;
    height: 39.267rem;
  }

  #home .info__block:last-child {
    height: 32rem;
  }

  .info__image {
    max-width: 100%;
    margin: 1.2rem 0 2.1rem;
  }

  .text__absolute {
    top: 2.9rem;
    left: 2rem;
  }

  .form-label {
    margin-bottom: 0.8rem;
  }

  #news__single .text .chip,
  #news__single .page__header .chip {
    font-size: 1.2rem;
    padding: 1rem 0.9rem;
  }

  #news__single .page__header .row {
    flex-wrap: wrap;
    row-gap: 1rem;
    align-items: start;
  }

  #news__single .news__image {
    margin: 3rem 0 2rem;
  }

  ul li:not(:last-child) {
    margin: 0 0 1rem;
  }

  ol li {
    align-items: center;
  }

  .text ul,
  .border__tb,
  .quote,
  .sliders__container,
  .text ol {
    margin-bottom: 3rem;
  }

  .sliders__container {
    gap: 0;
  }

  .custom__pagination {
    margin: 0;
    width: 100%;
    justify-content: center;
  }

  .brands__grid.mob {
    display: grid;
    justify-items: center;
  }

  #news__single .swiper-button-next {
    right: 2rem;
  }

  #news__single .swiper-button-prev {
    left: 2rem;
  }

  .news__footer {
    padding-top: 1rem;
    margin: 0;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .news__footer .chip {
    margin-left: 0;
    margin-top: 1rem;
  }

  #news__single #other-news {
    .grid {
      column-gap: 0.1rem;
      margin-top: 3rem;
    }
  }

  .news__preview .chip {
    top: 1rem;
    left: 1rem;
  }

  .news__title {
    padding: 1.5rem 1rem 3.5rem;
  }

  .news__block .news__title {
    padding: 1.5rem 1rem;
  }

  .pagination__num {
    margin: 0;
  }

  #news__single .text .news__image {
    margin: 0 0 3rem;
  }

  #news__single .title {
    padding-bottom: 2rem;
  }

  .brands__grid {
    max-width: calc(100% - 2rem);
  }

  #companies .brands__grid.pc {
    display: none;
  }

  .brands__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1rem;
    column-gap: 1rem;
    padding: 0;
    margin-top: 2.8rem;
  }

  .brand__card {
    padding: 0.75rem 1.4rem;
    font-size: 1.2rem;
    gap: 1rem;
    border-radius: 3.5rem;
    justify-content: flex-start;
    width: fit-content;
    max-width: 100%;
    height: 3.5rem;
  }

  /* Center every second row */
  #brands .brands__grid>.brand__card:nth-child(4n + 3) {
    transform: translateX(4.5rem);
    /* Adjust this to control the offset */
  }

  #brands .brands__grid>.brand__card:nth-child(4n + 4) {
    transform: translateX(1.8rem);
    /* Adjust this to control the offset */
  }

  #brands .brands__grid>.brand__card:nth-child(4n + 2) {
    transform: translateX(-2rem);
  }

  #brands .brands__grid>.brand__card:nth-child(4n + 1) {}


  #brands .brand__card img {
    max-height: 100%;
    width: auto;
    max-width: 3.9rem;
  }

  #brands .brand__card img:only-child {
    max-width: 7.6rem;
  }

  #brands {
    height: revert;
    padding: 3.2rem 2rem;
  }

  #brands .container-xs {
    padding-left: 0;
    padding-right: 0;
  }

  #home .brands__grid .row:nth-of-type(2) {
    transform: none;
  }

  .services__grid {
    row-gap: 1rem;
    column-gap: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 2rem;
    margin-top: 0;
  }

  .service__row:first-child {
    transform: none;
  }

  .service__row {
    flex-wrap: wrap;
  }

  [bg="light"] .open__menu {
    filter: invert();
  }

  .open__menu {
    width: 1.743rem;
    height: 1rem;
    background: url("/static/img/burger__menu.svg") no-repeat;
    background-size: contain;
    margin-left: auto;
  }

  .close__menu {
    width: 2.5rem;
    height: 2rem;
    background: url("/static/img/cross.svg") no-repeat;
    background-size: cover;
    margin-left: auto;
    display: none;
    filter: invert();
  }

  .header .open__menu {
    filter: invert(1);
  }

  #news .page__header .row {
    flex-direction: row;
    gap: 1rem;
    width: 100%;
    align-self: flex-start;
    padding: 0 2rem;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  #news .page__header .row::-webkit-scrollbar {
    display: none;
  }

  #news .page__header .row .chip {
    flex-shrink: 0;
  }

  .news__grid {
    row-gap: 2rem;
  }

  #about .container-xs {
    padding: 3.2rem 2rem;
  }

  #dealers .page__header {
    padding: 3.2rem 0;
    position: relative;
  }

  #dealers .page__header .crumbs {
    align-self: center;
  }

  .chipSlider .chip {
    width: max-content !important;
    align-self: flex-start;
    max-width: 100%;
    padding: 0;
    border: none;
  }

  #dealers .page__header .chip img:only-child {
    max-width: 15rem;
  }

  #lineSvg .stats .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.523rem;
    column-gap: 3.327rem;
  }

  .dealers__slider {
    height: 54.3rem;
  }

  #dealers .page__header .row {
    margin-top: 7rem;
    align-self: flex-start;
    align-items: center;
  }

  #dealers .page__header .row .chip:first-child {
    flex-shrink: 0;
  }

  .car__img {
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  #dealers__container {
    flex-direction: column;
    max-height: revert;
    height: revert;
  }

  .dealers-list {
    padding: 3.2rem 0;
    height: auto;
    overflow-y: visible;
    width: 100%;
    gap: 2rem;
  }

  .dealers-list .form-row {
    padding: 0 2rem;
    width: 100%;
  }

  #map {
    width: 100%;
    height: 35rem;
  }

  #team .container,
  #career .container {
    padding: 3.2rem 2rem;
  }

  #team .team__intro,
  #career .team__intro {
    padding-bottom: 0;
  }

  #team .container {
    min-height: 24.8rem;
  }

  .text-reveal {
    padding: 1rem 2rem;
  }

  .member {
    width: 100%;
    border-radius: 1.5rem;
  }

  #team .stats,
  #career .stats {
    margin-top: 4rem;
  }

  .members {
    margin-top: 3.4rem;
  }

  .appeal {
    max-width: 100%;
    padding-left: 0;
    border: none;
  }

  .container-intro .text-lg {
    margin: 0;
    margin-top: 1.073rem;
    width: 100%;
  }

  .btn {
    font-size: 1.3rem;
    width: 100%;
    padding: 1.5rem 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btn__container {
    flex-direction: column;
    margin-top: 2.4rem;
    gap: 1rem;
  }

  .form__desc {
    margin: 0;
    margin-bottom: 3.2rem;
  }

  .revealing__text .text-lg {
    margin-bottom: 0.8rem;
  }

  .feedback .flex {
    flex-direction: column;
  }

  .main__banner h3 {
    font-size: 1.2rem !important;
    text-align: start;
  }

  .main__banner .rb {
    right: 2rem;
    bottom: 45%;
  }

  .main__banner .banner__content {
    top: 35%;
  }

  .banner__logo {
    top: 45%;
  }

  .form-field {
    font-size: 1.2rem;
    padding-bottom: 0.7rem;
    min-width: 100%;
  }

  #dealers__container::after {
    width: 100%;
    bottom: 35rem;
    content: none;
  }

  .form__container .form-field {
    min-width: revert;
    width: 100%;
  }

  .form__container form {
    display: flex;
    flex-direction: column;
    column-gap: 3rem;
    row-gap: 2rem;
  }

  .form-row {
    font-size: 1.1rem;
    min-height: revert;
    margin-bottom: 0;
  }

  .checkbox .text-lg {
    font-size: 1.2rem;
  }

  .form-checkbox+label::before {
    width: 1.6rem;
    height: 1.6rem;
  }

  .team__intro {
    min-height: 30rem;
    flex-direction: column-reverse;
  }

  .team__intro .bg-wrapper {
    margin-top: 1.6rem;
    position: static;
    z-index: 0;
    display: none;
  }

  .team__intro .author {
    flex-direction: row;
    align-items: stretch;
  }

  .team__intro .author img {
    width: 50%;
    margin-left: -2rem;
  }

  .team__intro .author .col {
    gap: 2rem;
  }

  .chipSlider .chip :not(img) {
    display: none;
  }

  .team__intro {
    background-color: #121318;
  }

  #team .team__intro {
    background: #f6f2ef;
  }

  form .chips {
    grid-area: revert;
    align-self: center;
  }

  #dealers .page__header .chip {
    padding: 0.5rem 1rem;
  }

  #dealers .page__header .chip img {
    max-width: 2.9rem;
  }

  .freeSlider .chip {
    width: max-content !important;
  }

  .freeSlider {
    align-self: flex-start;
    margin-top: 2.4rem;
    padding: 0 2rem;
  }

  .member {
    height: 33rem;
  }

  .member__text {
    top: revert;
    bottom: 2rem;
    left: 1.4rem;
    max-width: 85%;
  }

  .form__desc {
    max-width: 100%;
    gap: 2rem;
  }

  .accordion {
    padding-top: 0;
    padding-bottom: 0;
  }

  #dealers .chipSlider~.chip {
    display: none;
  }

  .chipSlider {
    max-width: min-content;
  }

  .chipSlider .swiper-wrapper {
    max-width: min-content;
  }

  #dealers__container .btn__container {
    flex-direction: row;
  }

  #dealers .btn {
    padding: 0 1rem;
    height: 3rem;
  }

  .dealer__text span {
    width: 60%;
    flex-shrink: 0;
  }

  .accordion {
    font-size: 1.2rem;
  }

  .accordion__header {
    display: flex;
    align-items: center;
    padding: 1.9rem 0 1.2rem;
  }

  .index {
    font-size: 1.2rem;
    width: 2.7rem;
    height: 3rem;
  }

  .services__text {
    position: absolute;
    left: 1.4rem;
    bottom: 2.8rem;
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
    width: 80%;
  }

  .info__block .stat__col {
    width: revert;
    padding-left: 1.1;
  }

  .info__block .stat__col:first-child {
    padding-left: 0;
    border-left: none;
  }

  #share .info__block .info__stats {
    gap: 0.8rem;
  }

  .news__preview .chip {
    font-size: 1.2rem;
  }

  .news__preview .news__date {
    left: 1rem;
    bottom: 1.5rem;
  }

  .member {
    border-radius: 1rem;
  }

  .form__message textarea {
    background-image: repeating-linear-gradient(to bottom,
        transparent,
        transparent 2.9rem,
        #000 3rem);
    background-size: 100% 3rem;
    line-height: 3rem;
    padding-bottom: 0;
    max-height: 245px;
    resize: none;
    border-bottom: 0;
  }

  #companies .brand__card:first-child {
    background: #fff;
    padding: 0.8rem 0.93rem;
  }

  #companies .brands__grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 2rem;
    justify-items: center;
    column-gap: 2rem;
    row-gap: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  #companies .brand__card img {
    max-height: 100%;
    width: auto;
    max-width: 8rem;
  }

  #companies .brand__card {
    padding: 0;
    justify-content: center;
  }

  #companies h1 {
    font-size: 1.6rem !important;
  }

  .dealer__info-block .big_num {
    font-size: 3.2rem;
    padding: 0;
    border: none;
  }

  .about__ph1 {
    width: 9.979rem;
    height: 8.144rem;
    position: static;
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
    margin: 4rem 0;
    margin-left: auto;
    margin-right: 2rem;
  }

  #power .container {
    padding-top: 0;
  }

  #power .border__text {
    margin: 2.2rem 0 1.7rem;
    padding-left: 1.9rem;
  }

  .power__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 2rem;
    column-gap: 0.388rem;
    margin-bottom: 4rem;
  }

  .power__grid img {
    max-width: 100%;
    width: 100%;
    border-radius: 1rem;
    object-fit: cover;
    max-height: 7.55rem;
  }

  #awards .stat__text {
    font-size: 1.2rem;
    max-width: 11.179rem;
  }

  #awards .stat__col {
    padding-left: 0;
    border: none;
    flex-direction: row;
    width: 100%;
    align-items: center;
  }

  #awards .stat__col .col {
    padding-left: 2.5rem;
    border-left: 1px solid #000;
    gap: 1.182rem;
  }

  #awards .stat__col:first-child img {
    transform: translateY(-11%);
  }

  #awards img {
    max-height: 11rem;
    margin: 0;
    margin-right: 2.2rem;
    max-width: 7.762rem;
  }

  #awards .stats .row {
    width: 100%;
    gap: 4rem;
  }

  .pc {
    display: none;
  }

  .row.pc {
    display: none;
  }

  .history__container {
    padding: 3.2rem 0 0;
    text-wrap: pretty;
  }

  .images__row {
    display: flex;
    width: 100%;
    overflow-y: hidden;
    gap: 1rem;
    align-items: stretch;
    overflow-x: scroll;
    height: fit-content;
    scrollbar-width: 0;
  }

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

  .history__container .swiper-slide:not(:last-child) {
    margin-bottom: 3rem;
    padding: 0 1.5rem;
  }

  .history__container .swiper-slide:last-child {
    padding: 2.951rem 1.5rem;
  }

  .images__row .absolute {
    height: 100%;
    flex-grow: 0;
    flex-shrink: 1;
    border-radius: 1rem;
    transform: translate(0);
    width: fit-content;
    position: relative;
    top: revert;
    left: revert;
    right: revert;
    bottom: revert;
    max-width: revert;
    flex-wrap: nowrap;
    flex-direction: row;
  }

  .images__row .absolute:only-child {
    width: 100%;
    flex: 1;
  }

  .images__row .absolute:only-child img {
    width: 100%;
    height: auto;
  }

  .y2024 .lbc .caption {
    display: none;
  }

  .images__row .caption {
    align-items: flex-start;
    margin-top: 1.1rem;
  }

  .images__row .absolute img,
  .y2021 .rb .row img {
    width: 26rem;
    height: 16rem;
    object-fit: cover;
    border-radius: 1rem;
  }



  .y2019 .images__row .absolute img {
    width: 12rem;
    height: 16rem;
    object-fit: contain;
  }

  .events__list {
    position: static;
    transform: translate(0);
    width: 100%;
    font-size: 1.2rem;
    margin: 1.511rem 0 3rem;
  }

  .award.porsche_award img {
    padding-left: 2rem;
  }

  .events__list li,
  .events__list li:not(:last-child) {
    padding-left: 0;
    margin-left: 1.5rem;
  }

  .history__container h1 {
    font-size: 4rem !important;
  }

  .y2016 .lt .caption {
    width: 100%;
  }

  .y2018 .center {
    width: 107.4rem;
    height: 58.877rem;
    transform: translate(-50%, -50%);
    width: 28rem;
    height: 15.35rem;
    left: 50%;
    top: 50%;
  }

  .y2018 .center img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .y2019 .ct {
    display: none;
  }

  .y2022 .lt,
  .y2017 .rt {
    display: none;
  }

  .ct {
    display: none;
  }

  .y2024 {
    width: 32rem;
  }

  .y2024 .center {
    width: 28rem;
    height: 17.291rem;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .y2024 .center img {
    width: 100%;
    height: 100%;
  }

  .y2024 .lt {
    width: 8.188rem;
    height: 2.007rem;
    left: 2.033rem;
    top: 21.992rem;
    position: static;
    margin: 3.2rem 0;
  }

  .y2024 .lt img {
    width: 100%;
    height: 100%;
  }

  .history__container .y2018.swiper-slide:not(:last-child) {
    /*height: 31.053rem;*/
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .map-svg .dot {
    width: 1.7rem;
    height: 1.7rem;
    font-size: 0.8rem;
  }

  .dealers__slider .bg-wrapper {
    z-index: 0;
  }

  .map-svg .dot .city {
    filter: invert();
    top: 1.1rem;
    font-size: 0.8rem;
    white-space: nowrap;
  }

  .dot:hover .city {
    filter: none;
  }

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

  .history__container .award {
    position: static;
    transform: none;
    margin: 2.5rem 0;
    align-items: center;
  }

  .y2025 .award {
    margin: 0;
  }

  .y2025 .events__list li,
  .y2025 .events__list li:not(:last-child) {
    margin-bottom: 2rem;
    margin-left: 0;
  }

  .y2018 .award {
    margin-top: 3rem;
  }

  .fancybox-content {
    width: calc(100% - 2rem);
    padding: 3.6rem 2rem;
  }

  #popup__form {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 3rem;
  }

  .no-accordions-message {
    padding: 0 2rem;
  }
}

a.news__preview:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

#share .caption {
  opacity: 1;
}

#share .caption::before {
  filter: brightness(5) invert();
}

#team .team__intro {
  background: #f6f2ef;
}

#career .team__intro {
  background: #121318;
}

.team__intro .bg-wrapper {
  z-index: 1;
  inset: revert;
  bottom: 0;
  left: 0;
  max-height: 100%;
}

#dealers .btn__container .btn:last-child {
  border: 1px #000 solid;
  background: transparent;
}

.dot {
  position: absolute;
  background: #fff;
  color: #000;
  border-radius: 50%;
  width: 4.1rem;
  height: 4.1rem;
  font-size: 1.8rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.1s ease;
}

.dot:hover {
  filter: invert();
  border: 3pt #000 solid;
}

.dot_almatyi {
  bottom: 16%;
  right: 20%;
}

.dot_astana {
  top: 30%;
  left: 55%;
}

.dot_karaganda {
  top: 40%;
  right: 34%;
}

.dot_taraz {
  bottom: 13%;
  right: 34%;
}

.dot_shyimkent {
  bottom: 6%;
  right: 43%;
}

.dot_kyizyilorda {
  bottom: 25%;
  left: 42%;
}

.dot_aktau {
  bottom: 16%;
  left: 10%;
}

.dot_atyirau {
  bottom: 36%;
  left: 13%;
}

.dot_uralsk {
  top: 32%;
  left: 13%;
}

.dot_kostanay {
  top: 20%;
  left: 41%;
}

.dot_pavlodar {
  top: 23%;
  right: 22%;
}

.dot_ust-kamenogorsk {
  right: 10%;
  top: 36%;
}

.text-hidden {
  display: none;
}