: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: "Montserrat";
  src: url("static/fonts/Montserrat-Light.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

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

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

[bg="blue"] {
  background: linear-gradient(0deg, #10113d 0%, #10113d 100%),
    lightgray 50% / cover no-repeat;
  color: #fff;
}

[bg="beige"],
.color-beige {
  background: #F5F5F5;
  color: #000;
}

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

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

[bg="purple"],
.color-purple {
  color: #fff;
  background-color: #10113D;
}

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

[bg="stars"] {
  color: #fff;
  background: url('/static/img/stars__bg.png') no-repeat;
  background-size: cover;
}

[bg="gray"],
.color-gray {
  color: #000;
  background-color: #f9f9f9;
}

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

[color="dark"],
.color-dark {
  color: #000;
}

@font-face {
  font-family: "Montserrat";
  src: url("/static/fonts/Montserrat-VariableFont_wght.ttf") format("truetype-variations"),
    url("/static/fonts/Montserrat-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900;
  /* Define the supported weight range */
  font-style: normal;
  /* Add italic if applicable */
}

html {
  font-size: var(--font-base);
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-style: normal;
}

body {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

main {
  flex: 1 0 0;
}

section {
  position: relative;
}

.error {
  color: #d12020;
}

.content {
  max-width: 164rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.container {
  padding: 15rem 0 17rem;
}




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

.header .logo__image img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.header .nav__links {
  margin-left: 30.5rem;
}



[bg="light"] .pseudo-trigger {
  filter: none;
}

header .nav__links .nav__link {
  padding: 1.6rem 2rem;
  text-transform: uppercase;
}

.bold {
  font-weight: 500;
}

.container {
  width: 100%;
  position: relative;
  padding: 9rem 15rem;
  display: block;
}

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

.container-sm {
  width: 100%;
  padding: 9.2rem 42rem;
}


[bg='purple'] .quote .quote__text::before,
[bg='purple'] .quote .quote__text::after {
  filter: grayscale() brightness(10);
}

.container-sm .quote {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  z-index: 1;
}

.quote .text-md {
  width: 50%;
  line-height: 1.8;
}

.quote .text-md p {
  margin-bottom: 5rem;
}

.bg-wrapper.z0 {
  z-index: 0;
  opacity: 0.1;
  pointer-events: none;
}


.quote .wrapper {
  position: relative;
}

.quote .wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3.6rem;
  left: 0;
  bottom: 3rem;
  background: url('/static/img/blur__text.png') no-repeat;
  background-size: cover;
  transition: 0.4s ease;
}

.quote.active .wrapper::after {
  content: "";
  opacity: 0;
}


.line_top {
  width: 25.4rem;
  background: rgba(255, 255, 255, 0.45);
  height: 0.1rem;
  margin: 4.4rem 0 4rem;
}

.container-sm .quote .quote__text::before,
.container-sm .quote .quote__text::after {}

.container-sm .quote .quote__text::before {
  left: -26rem;
}

.container-sm .quote .quote__text::after {
  right: -26rem;
}

.header__main {
  position: fixed;
  background: transparent;
  padding: 1.8rem 0;
  color: #fff;
  width: 100%;
  font-size: 1.4rem;
  z-index: 1000;
  left: 0;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header__main[bg="light"] {
  background: #fff;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 0px;
}

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

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




.nav__links.active .links-container {
  right: 0;
}

.links-container {
  display: flex;
  align-items: center;
}

.nav__links::before {
  content: "";
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, background 0.4s ease, visibility 0s linear 0.4s;
}

.nav__links.active::before {
  background: rgba(0, 0, 0, 0.25);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, background 0.4s ease, visibility 0s linear;
}

.email__button,
.phone__button {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.email__button::before {
  content: "";
  background: url("/static/img/mail.svg") no-repeat;
  background-size: 100%;
  width: 1.5rem;
  height: 1.2rem;
}

header .email__button {
  margin-left: auto;
  order: 3;
}

header .phone__button {
  margin-left: 8.698rem;
}

.phone__button::before {
  content: "";
  background: url("/static/img/phone.svg") no-repeat;
  background-size: 100%;
  width: 1.2rem;
  height: 1.2rem;
}

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

img {
  object-fit: scale-down;
  border-radius: inherit;
  max-width: 100%;
  height: auto;
  display: block;
}

video {
  border-radius: inherit;
}

button {
  outline: none;
  border: none;
}


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

.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 {
  width: 3.792rem;
  height: 3.792rem;
  border-radius: 50%;

  object-fit: cover;
}

.nav__links {
  display: flex;
  margin-left: auto;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  order: 2;
  font-weight: 500;
  column-gap: 1.2rem;
}

.pseudo-trigger {
  display: none;
}

.nav__links.active .links-container {
  right: 0;
}


.main__banner {
  width: 100%;
  height: 100vh;
  color: #fff;
  position: relative;
  font-weight: 400;
  overflow: hidden;
  min-height: 95rem;
  background: rgba(0, 0, 0, 0.4);
}

.lang__select {
  display: flex;
  align-items: center;
  margin-left: auto;
  text-transform: uppercase;
  gap: 1rem;
  order: 4;
}

.lang__select .active {
  position: relative;
}

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

[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: 20rem;
}

#home .stat__row {
  justify-content: revert;
  gap: 1.7rem;
}

.disclaimer {
  position: absolute;
  right: 14.903rem;
  bottom: 8.3rem;
  display: flex;
  align-items: flex-start;
  width: 53.355rem;
  gap: 2.8rem;
}

.mountains_z2 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0rem;
  z-index: 2;
  max-height: 82rem;
}

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

.mountains_z3 {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  max-height: 58rem;
}

.main__banner .banner__content .text-sm {
  max-width: 58rem;
}

.banner__title {
  font-size: 18.6rem;
  position: relative;
  font-weight: 500;
  line-height: 1;
}

#subdivision .banner__title,
#subdivision .banner__title h1 {
  font-weight: 300;
  font-size: 14rem;
}

#subdivision .banner__content {
  position: static;
}

.z1 {
  z-index: 1;
  position: relative;
}

.z2 {
  z-index: 2;
  position: relative;
}

.z4 {
  z-index: 4;
  position: relative;
}

.second__line {
  z-index: 3;
  margin-left: 20rem;

}

.second__line.ml0 {
  margin-left: 0;
}

#subdivision .second__line {
  position: absolute;
  top: 100%;
  left: 0;
}

.manufacturing .second__line {
  margin-left: 0;
}

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

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

.main__banner .socials {
  position: absolute;
  left: 15.9rem;
  bottom: 23.533rem;
}

.logo__round {
  position: relative;
  width: 11.5099rem;
  height: 11.2204rem;
  flex-shrink: 0;
}

.main__banner .disclaimer {
  z-index: 4;
}

.disclaimer .text-sm {
  line-height: 185.714%;
  color: #fff;
}

.disclaimer .col {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 3rem;
  color: #000;
}



.footer {
  background: linear-gradient(0deg, #10113d 0%, #10113d 100%), #f1f1f1;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  padding: 11.817rem 17rem 3rem 15rem;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex__row {
  width: 100%;
  display: flex;
  align-items: center;
}

.footer .nav__links {
  gap: 1.6rem;
  font-size: 1.4rem;
  margin-left: 0;
  align-items: flex-start;
}

.footer .nav__link {
  max-width: 15.1rem;
}

.footer .footer__col .text-md {
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

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

.footer__col:first-child {
  max-width: 39rem;
  margin-right: 15.6rem;
}

.footer__col:first-child .text-sm:first-of-type {
  margin: 0 0 4.5rem;
}

.footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 3.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  padding-top: 4rem;
}

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


.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: hidden;
  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: linear-gradient(0deg, #10113d 0%, #10113d 100%),
    lightgray 50% / cover no-repeat !important;
  color: #fff;
  text-align: center;
  padding: 7.7rem 0;
}

.page__header .crumbs {
  text-transform: uppercase;
}

.page__header-sm {
  align-items: flex-start;
  text-align: start;
  padding: 15.7rem 0 10.5rem;
}

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

.page__header h1 {
  font-size: 7rem;
  font-weight: 200;
}

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

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

.crumbs a,
.sep {
  margin-right: 1rem;
}

.page__header .container-sm {
  padding: 7.1rem 42rem 0;
}


.page__header .crumbs.border_bottom {
  padding: 0 0 5.7rem;
  border-color: rgba(255, 255, 255, 0.45);
}

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


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  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;
}

p {
  line-height: 1.6;
  color: var(--text-color);
}

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

.absolute {
  position: absolute;
}

.main__banner h1.rb {
  right: 15.5rem;
  bottom: 33.4rem;
  top: revert;
}




.banner__sm {
  height: 80rem;
  min-height: 600px;
  width: 100%;
  background: #00000073;
}

#news__single .banner__sm {
  background: none;
}

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

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

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

.stats {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.title-md {
  font-size: 4rem;
  font-weight: 300;
  text-transform: uppercase;
}


#geography_usa {
  height: 65rem;
  justify-content: space-between;
  font-weight: 500;
}

#geography_usa .text-md {
  max-width: 40rem;
  align-self: flex-end;
}

#geography_usa .title-md {
  max-width: 39rem;
}

.f1 {
  flex: 1;
}

.bold {
  font-weight: 600;
}

.fw400 {
  font-weight: 400;
}

.subdivision_triple {
  gap: 15rem;
}

.subdivision_triple .col:first-child .text-md {
  margin-top: auto;
}

.subdivision_triple .col img {
  object-fit: cover;
  height: 100%;
}

.subdivision_triple .col:nth-child(2) {
  max-width: 25.5rem;
  aspect-ratio: 254 / 345;
  border-radius: 1rem;
}

.subdivision_triple .text ul {
  margin-top: 2rem;
  margin-bottom: 0;
}

.subdivision_triple .col:last-child {
  justify-content: end;
}


.stat__description {
  display: flex;
  flex-direction: column;
  width: 39.1535rem;
  max-width: 391.535px;
  margin-right: 16.2rem;
  flex-shrink: 0;
  height: 100%;
  justify-content: space-between;
  gap: 2.7rem;
}


.uppercase {
  text-transform: uppercase;
}

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

.row {
  display: flex;
}

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

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

.stats .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 7.5rem;
  row-gap: 4.396rem;
  flex-grow: 1;
  margin-left: auto;
}

.title-xs {
  font-size: 2.4rem;
}

.flex {
  display: flex;
}

.f-between {
  justify-content: space-between;
}

.f-center {
  justify-content: center;
}

.stat__col,
.grid-icons .feature__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px rgba(0, 0, 0, 0.45) solid;
  padding-bottom: 1.7rem;
  justify-content: flex-start;
  gap: 2rem;
}

.stat__row {
  display: flex;
  align-items: center;
  border-bottom: 1px rgba(0, 0, 0, 0.45) solid;
  padding-bottom: 1.7rem;
  gap: 1.8rem;
}

#digits .stat__row:last-child .stat__num {
  font-size: 0;
}

#digits {
  display: flex;
}

#career #digits {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#career #digits .title-md {
  text-align: center;
  max-width: 82rem;
}

.stat__num {
  font-size: 6rem;
  font-weight: 300;
}

.stat__text {
  font-size: 1.6rem;
  max-width: 317.897px;
  text-transform: uppercase;
}

.orbis__iceberg-container {
  background: linear-gradient(0deg, #10113D, #10113D),
    linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(96, 64, 222, 0.501));
  height: 128rem;
  color: #fff;
}

.grid-icons .feature__img {
  border-radius: 0;
  height: 4.1rem;
}

.grid-icons .feature__img img {
  max-width: 3.865rem;
  object-fit: contain;

}

.grid-icons .feature__block .text-md {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.finance .grid-icons img {
  max-height: 4.061rem;
  max-width: revert;
}

.text-xl {
  font-size: 2rem;
}

.orbis__iceberg {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -6.7rem;
  z-index: 3;
  width: 90rem;
  height: 128.189rem;
  object-fit: contain;
}

.lt-text {
  top: 12.265rem;
  left: 16.099rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  z-index: 4;
  max-width: 43.898rem;
  font-weight: 300;
}

.rt-text {
  top: 12.265rem;
  right: 15.258rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.4rem;
  z-index: 4;
  max-width: 39.154rem;
  font-weight: 300;
}

.rt-text .text-sm {
  margin: 1.4rem 0 3.3rem;
}

.btn__transparent {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.orbis__watter.bg-wrapper {
  z-index: 1;
  inset: revert;
  bottom: 0;
  height: 50%;
  height: 76.5rem;
  width: 100%;
  left: 0;
}

.orbis__watter.bg-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,
      rgba(16, 17, 61, 0.45) 0%,
      rgba(16, 17, 61, 0.45) 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#values .stats .row {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 5.7rem;
  row-gap: 5.6rem;
}

.grid-icons .title-xs {
  text-transform: uppercase;
}

.grid-icons {
  justify-content: start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}


.grid-icons .title-sm {
  max-width: 320px;
}

#values .stat__description {
  margin-right: 15.577rem;
}

#appeal {
  display: flex;
  height: 68.5rem;
  min-height: 685px;
}

.appeal__block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  border-radius: 1rem;
  line-height: normal;
  padding-top: 10rem;
}

.appeal__block::after {
  content: "";
  position: absolute;
  width: 5.128rem;
  height: 5.128rem;
  bottom: 12.375rem;
  background: url("/static/img/big__arrow.svg") no-repeat;
  background-size: cover;
  transition: transform 0.3s ease;
}

.link__to {
  z-index: 5;
  inset: 0;
  position: absolute;
  cursor: pointer;
}

.appeal__block.hovered::after {
  transform: scale(1.2);
}

.appeal__block:first-child {
  width: 67.7rem;
  padding-left: 15rem;
  padding-right: 13.7rem;
  gap: 0;
}

.appeal__block:first-child .quote_mark {
  position: absolute;
  left: 15rem;
  top: 10rem;
}

.appeal__block:last-child {
  width: 124.47rem;
  padding-left: 15.9rem;
  padding-right: 13.7rem;
  justify-content: center;
}

.appeal__block:last-child .title-md {
  max-width: 440px;
}

.appeal__block:last-child::after {
  right: 15.756rem;
}

.appeal__block:first-child::after {
  right: 11.86rem;
}

.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;
}

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

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

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

#brands {
  height: 100vh;
}

.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;
}

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

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

.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;
}

.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 img {
  border-radius: 1.5rem;
}

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

.service__row:first-child {
  transform: translate(-20%);
}

.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 .title-sm.border__text {
  max-width: 60%;
  border-color: #fff;
}

.disclaimer {
  justify-content: space-between;
}

#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;
}

.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;
}

.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;
}

.split__hero {
  display: flex;
  height: 80rem;
  line-height: 1.3;
}

.split__hero .text-sm {
  line-height: 1.5;
}

.subdivisionSlider {
  height: 45rem;
  overflow: hidden;
  min-height: 450px;
  margin-top: 3.8rem;
}

.diagram_img {
  z-index: 3;
}

.auto .auto__services .subdivisionSlider .swiper-slide {
  color: #fff;
  display: flex;
  flex-direction: column;
  padding-left: 2.5rem;
  padding-bottom: 4.8rem;
  justify-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.25);
}

.auto .auto__services .subdivisionSlider .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  border-radius: inherit;
}

.auto .auto__services .subdivisionSlider .swiper-slide .text-xl {
  max-width: 23.5rem;
  margin-top: auto;
  z-index: 2;
  text-transform: uppercase;
}

.orbis_logo {
  min-width: 18.5rem;
  height: auto;
  object-fit: cover;
  max-width: 80%;
}

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

.subdivision__card {
  aspect-ratio: 295 / 430;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
}

#subdivision__rubric .grid {
  gap: 3.6rem;
}

.subdivisionSlider .swiper-slide {
  background: rgba(0, 0, 0, 0.25);
}

.subdivisionSlider .swiper-slide {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
}

.subdivisionSlider .swiper-slide .bg-wrapper img {
  border-radius: 1.5rem;
}


.section__header {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  position: relative;
  align-items: center;
}

#subdivSliderContainer .section__header .row {
  gap: 1rem;
}

#subdivSliderContainer .swiper-button-prev,
#subdivSliderContainer .swiper-button-next {
  opacity: 1;
  border-radius: 50%;
  margin-top: revert;
  width: 5rem;
  height: 5rem;
  border: 1px solid #adb5bd;
}

#subdivSliderContainer .swiper-button-prev {
  left: 7rem;
}

#subdivSliderContainer .swiper-button-next {
  right: 7rem;
}

#subdivSliderContainer .swiper-button-prev::after,
#subdivSliderContainer .swiper-button-next::after {
  content: "";
  background: url('/static/img/sliderArrowMini.svg') no-repeat;
  background-size: cover;
  width: .8410715103149414rem;
  height: 1.4285714149475098rem;

}

.split__hero .container {
  padding: 14rem 15rem;
  position: relative;
  flex: 1;
}

.split__hero .logo__image img {
  object-fit: cover;
}

.split__hero .block2 {
  background: #F3F3F3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.block2 .block__img {
  width: 25rem;
  margin-left: 11rem;
  height: 32rem;
  border-radius: 1.5rem;
}

#career .block2 .block__img {
  width: 30rem;
  margin-left: 6rem;
  height: revert;
}

.block2 .block__img img {
  object-fit: unset;
  height: 100%;
}

.block2 .col {
  justify-content: space-between;
}

.testimonial {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20rem;
}

.testimonial__text {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  flex: 1;
}

.testimonial__text .author {
  margin-top: auto;
}

.testimonial__image {
  flex: 1;
  border-radius: 1.5rem;
}

.testimonial__note {
  border-left: 1px solid #000;
  padding-left: 4rem;
  align-self: flex-end;
  flex: 1;
}

.testimonial__text::before {
  content: "";
  background: url('/static/img/quotes__purple.svg') no-repeat;
  background-size: contain;
  margin-bottom: 6.6rem;
  display: block;
  width: 8rem;
  aspect-ratio: 80 / 56;
}

[bg="purple"] .testimonial__text::before {
  filter: invert() brightness(10);
}

[bg="purple"] .testimonial__note {
  border-color: rgba(255, 255, 255, 0.45);
}


#president__appeal .author {
  margin-top: 4rem;

}

#president__appeal .author .col {
  padding-left: 4.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.45);
}

#president__appeal .author img {
  height: 14rem;
  width: 14rem;
}

.head__president {

  max-width: 47.3rem;
  position: absolute;
  bottom: 0;
  right: 21.7rem;
}

.head__president .first__man {
  z-index: 2;
  position: relative;
}

.head__president .second__man {
  margin-left: -5rem;
  z-index: 1;
  position: relative;
}

.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: center;
  margin-bottom: 1rem;
}

ol li::before {
  content: counter(list-counter) ". ";
  margin-right: 1.9rem;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

#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;
  font-weight: 700;
  background: #fff;
  border-color: #fff;
}

#history .chip.active::after {
  content: "";
  position: absolute;
  top: -1%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 2rem solid #10113D;
}

.news__block {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.news__preview {
  position: relative;
  height: 34rem;
  border-radius: 1.5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
}

#awards__section .news__preview {
  background: none;
}

#awards__section .news__preview .chip {
  color: #000;
  background: #fff;
  border-radius: 0.5rem;
}

.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;
}

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

.text-md {
  font-size: 1.6rem;
  line-height: 1.5;
}

#newsMain {
  text-align: center;
}

#newsMain .news__date {
  position: static;
  font-size: 1.6rem;
  margin-top: auto;
}

#newsMain .news__grid {
  column-gap: 6.7rem;
  row-gap: 8rem;
  margin-top: 5.5rem;
}

#newsMain .news__preview {
  width: 45rem;
  height: 30rem;
}

#newsMain .news__block {
  padding-right: 6.7rem;
  border-right: 1px rgba(0, 0, 0, 0.25) solid;
  display: flex;
  flex-direction: column;
  text-align: start;
  position: relative;
}

.news__block .text-md {
  margin-bottom: 2rem;
}

#newsMain .news__block .text-xl {
  margin-bottom: 4.1rem;
  margin-top: 5.8rem;
}

#newsMain .news__block:last-child {
  padding-right: 0;
  border-right: none;
}

#newsMain .news__preview img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news__date {
  font-size: 1.6rem;
  bottom: 2.5rem;
  left: 3rem;
  position: absolute;
}


#news__single .page__header {
  padding: 16.8rem 42.3rem 6.7rem;
  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: 4rem;
  border-bottom: 1px rgba(255, 255, 255, 0.45) solid;
  text-align: left;
  font-size: 4rem;
  font-weight: 500;
  margin-top: 1.1rem;
  margin-bottom: 0;
}

.title-lg {
  font-size: 6rem;
  text-transform: uppercase;
}

#news__single .news__date {
  top: 16.8rem;
  left: 15.32rem;
  opacity: 0.7;
}

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

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

#news__single .news__image {
  width: 100%;
  height: 63.425925925vh;
  min-height: 685px;
  position: relative;
}

#news__single #newsMain {
  padding: 13.1rem 15rem 11.6rem;
}

.news__category {
  position: absolute;
  top: 16.8rem;
  right: 12.1rem;
  width: 16.8rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  opacity: 0.7;
}

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

.caption:last-of-type:before {
  content: "**";
  white-space: nowrap;
  margin-right: 0.6rem;
}

.caption::before {
  content: "*";
  font-size: inherit;
  display: block;
  margin-right: 1.296rem;
}

.caption.only-of-class:before {
  content: "*";
  font-size: inherit;
  display: block;
  margin-right: 1.296rem;
}

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

.text {
  font-size: 1.6rem;
}

#news__single .text {
  padding-top: 4.2rem;
}

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

.text p:last-child {
  margin-bottom: 0;
}

.text h4 {
  text-transform: none;
  margin-bottom: 3.2rem;
  font-weight: 550;
  line-height: 1.8;
}

.text h4:first-child {
  margin-top: 4rem;
}

.text .note {
  opacity: 0.5;
}

.news__single-slider {
  margin-top: 7.8rem;
  overflow-x: visible;
  position: relative;
}

.news__single-slider .swiper-wrapper {
  overflow-x: visible;
}

.news__single-slider .swiper-slide {
  border-radius: 1.5rem;
}

.news__single-slider .swiper-slide::before {
  content: "";
  inset: 0;
  position: absolute;
  border-radius: 1.5rem;
  background: rgba(16, 17, 61);
  opacity: 0.65;
  transition: 0.4s opacity;
}

.news__single-slider .swiper-slide.swiper-slide-active::before {
  opacity: 0;
}

.quote {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.quote .quote__text {
  position: relative;
  line-height: 1.8;
  transition: 0.4s ease;
}

.text .quote .quote__text {
  color: #02ace3;
  padding: 4.5rem 0 6.5rem;
  border-top: 1px solid rgba(2, 172, 227, 0.15);
  border-bottom: 1px solid rgba(2, 172, 227, 0.15);
  margin-bottom: 6.5rem;
}

.quote .quote__text::before {
  content: "";
  background: url("/static/img/quote__brackets.svg") no-repeat;
  background-size: cover;
  width: 8rem;
  height: 5.6rem;
  position: absolute;
  left: -25.6rem;
  top: 0;
}

#feedbacks .quote .quote__text::before,
#feedbacks .quote .quote__text::after {
  background: url("/static/img/quote__blue.svg") no-repeat;
  background-size: cover;
}

.swiper-slide .quote .quote__text::before,
.swiper-slide .quote .quote__text::after {
  display: none;
}


.swiper-slide-active .quote .quote__text::before,
.swiper-slide-active .quote .quote__text::after {
  display: block;
}



#feedbacks .quote__text {
  margin: 4.2rem 0 4rem;
}

#feedbacks .quote .text-md {
  width: 100%;
}

#feedbacks .swiper-button-next,
#feedbacks .swiper-button-prev {
  position: static;
  margin: 0;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.2rem;
  color: #10113D;
  border-radius: 50%;
  border: 1px #10113d45 solid;
}

#feedbacks .swiper-button-prev {
  margin-left: 4rem;
  margin-right: 1.5rem;
}

#feedbacks .swiper-button-next::after,
#feedbacks .swiper-button-prev::after {
  background: none;
  content: 'next';
  font-size: 1.2rem;
  width: revert;
  height: revert;
}

#feedbacks .title-md {
  display: flex;
}



.feedbackSlider {}

.quote .quote__text::after {
  content: "";
  background: url("/static/img/quote__brackets.svg") no-repeat;
  background-size: cover;
  width: 8rem;
  height: 5.6rem;
  position: absolute;
  right: -24.556rem;
  bottom: 0;
  transform: scaleY(-1) scaleX(-1);
}

.author {
  font-weight: 400;
  font-size: 1.8rem;
  display: flex;
  font-size: 1.6rem;
  gap: 2.8rem;
  align-items: center;
}

.author img {
  border-radius: 50%;
  width: 6.5rem;
  height: 6.5rem;
}

#feedbacks .author img {
  object-fit: cover;
}

.author .row {
  margin-top: 1.5rem;
}

.author .row img {
  width: revert;
  height: revert;
  margin-right: 1.5rem;
}

#feedbacks .author .col {
  padding-left: 4.5rem;
  border-left: 1px solid #10113d45;
}

.border__tb {
  font-size: 2.4rem;
  font-weight: 500;
  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: 3.2rem;
}

.text ul li {
  margin-bottom: 1.3rem;
}

#subdivisionFeatures li {
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
}

#subdivisionFeatures li::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #000;
  margin: 0.9rem 0 0;
  flex-shrink: 0;
}

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

.news__single-slider {
  overflow-x: visible;
}



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

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

.whatsapp__button::before {
  content: "";
  background: url("/static/img/whatsapp.svg") no-repeat;
  display: block;
  width: 2.1964rem;
  height: 2.2rem;
  background-size: 100% 100%;
}

.telegram__button::before {
  content: "";
  background: url("/static/img/telegram.svg") no-repeat;
  display: flex;
  align-items: center;
  width: 2.4rem;
  height: 2rem;
  background-size: 100% 100%;
}

.telegram__button {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.footer .telegram__button {
  margin-top: 2rem;
  width: 50%;
}

[bg="telegram_blue"] {
  background: rgba(3, 155, 229, 1);
  color: #fff;
  border-color: rgba(3, 155, 229, 1);
}

.facebook__button::before {
  content: "";
  background: url("/static/img/facebook_white.svg") no-repeat;
  display: block;
  background-size: 100% 100%;
  width: .8963rem;
  height: 1.8rem;
}

.website__button::before {
  content: "";
  background: url("/static/img/browser.svg") no-repeat;
  display: block;
  background-size: cover;
  width: 3rem;
  height: 3rem;
}



.instagram__button::before {
  content: "";
  background: url("/static/img/instagram.svg") no-repeat;
  display: block;
  background-size: 100% 100%;
  width: 3rem;
  height: 3rem;
  filter: invert();
}

.location__button::before {
  content: "";
  background: url("/static/img/location.svg") no-repeat;
  display: block;
  background-size: 100% 100%;
  width: 3rem;
  height: 3rem;
}

.vk__button::before {
  content: "";
  background: url("/static/img/vk.svg") no-repeat;
  display: block;
  background-size: 100% 100%;
  width: 2.5rem;
  height: 1.5rem;
}

.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: -24.8rem;
}

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

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

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
  background: url("/static/img/slideArrow.svg") no-repeat;
  background-size: contain;
  transform: scaleX(-1);
  width: 100%;
  height: 100%;
}


.history__slider .swiper-button-prev,
.history__slider .swiper-button-next {
  border: 1px solid;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  opacity: 1;

}

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

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

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

.history__slider .swiper-button-prev:after,
.history__slider .swiper-button-next:after {
  transform: none;
  background: none;
  content: 'prev';
  color: inherit;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}



.history__slider .event {
  left: 15rem;
  padding-left: 3.6rem;
  border-left: 1px solid #000;
  max-width: 41rem;
}

.history__slider .car {
  position: relative;
}

.history__slider .car::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16rem;
  height: 16rem;
  background: #D9D9D9;
  border-radius: 50%;
}

.history__slider .car img {
  z-index: 2;
  width: 100%;
  position: relative;
}

.history__slider [bg='purple'] .event {
  border-color: #fff;
}

.history__slider .event p,
.history__slider .event .caption,
.history__slider .event caption {
  margin-bottom: 2.4rem;
}


.history__slider .caption {
  line-height: 1.66;
}


.history__slider .event p:last-child {
  margin-bottom: 0;
}

.history__slider .quote {
  padding-left: 2.9rem;
  border-left: 1px solid;
}

.history__slider .quote .source {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 2.7rem;
  display: block;
}

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

.history__slider .award {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  margin-bottom: 10%;
}

.history__slider .col:last-child .award:only-child {
  margin-bottom: 0;
  margin-top: auto;
}



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

.history__slider .col .award img {
  padding-right: 2rem;
  border-right: 1px solid;
  width: 60px;
  object-fit: contain;
  height: 64px;
  max-width: revert;
}

.history__slider .quote .quote__text::before {
  content: "";
  width: 3.375rem;
  height: 2.363rem;
  filter: grayscale() brightness(0);
  left: -8.5rem;
}

.history__slider .quote .quote__text::after {
  content: none;
}

.history__slider .quote__text {
  line-height: 1.5;
  font-weight: 600;
}

#history .crumbs h1 {
  font-size: 3.2rem;
}

.history__slider .swiper-button-next:after {
  content: 'next';
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
  background: url("/static/img/slideArrow.svg") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.sliders__container .row {
  position: relative;
}

.border_bottom {
  border-bottom: 1px #000 solid;
  padding-bottom: 1.8rem;
}

.custom__pagination {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pagination__num {
  margin-right: 9.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 4.6rem;
  right: 4.5rem;
  background: #10113d;
  z-index: 10;
  font-size: 1.4rem;
  color: #fff;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  gap: 0.2rem;
}

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

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

.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;
}

#dealers .page__header .chip {
  gap: 1.172rem;
}

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

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

.chip img {
  border-radius: 0;
}

.swiper-wrapper {}

.car__img {
  position: absolute;
  top: 50%;
  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: 5rem;
  max-width: 19.9rem;
}

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

.dealer__info-block .text-sm {
  padding-left: 2.016rem;
  border-left: 1px rgba(255, 255, 255, 0.45) solid;
}

.dealer__info-block h1 {
  font-size: 7rem;
}

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

.btn {
  font-size: 1.4rem;
  background: #fff;
  color: #000;
  padding: 1.5rem 3.728rem;
  border-radius: 4.5rem;
  cursor: pointer;
}

.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;
  max-height: 111.034rem;
}

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

.dealers-list {
  padding: 9rem 0;
  display: flex;
  flex-direction: column;
  gap: 5.1rem;
  overflow-y: scroll;
}

.form-field {
  width: 100%;
  border: 0;
  font-size: 1.8rem;
  border: none;
  border-bottom: 1px solid #000;
  padding-bottom: 1.345rem;
  margin-top: 1rem;
  font-family: 'Montserrat', sans-serif;
  background: #fff;
}

.feedback .text-lg {
  font-size: 1.6rem;
}

.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;
  overflow: hidden;
}



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

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

.footer .accordion.active .accordion__content {
  margin-bottom: 0;

  transition: max-height 0.4s;
}

.footer .accordion__content .text-xs {
  padding-left: 1rem;
  padding-top: 1.4rem;
}

.footer .accordion__content {
  color: rgba(255, 255, 255, 0.55);
}

.footer .accordion__header::after {
  background: url('/static/img/arrow.svg') no-repeat center center/cover;
  width: 1rem;
  margin-left: 1.5rem;
  height: 0.6rem;
}

.footer .email__button {
  gap: 0.9rem;
}

.footer .accordion {
  font-size: inherit;
}


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

.accordion__header {
  display: flex;
  align-items: center;
  cursor: pointer;
}

#map {
  width: 125rem;
  height: 111.034rem;
}

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

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

.dealers-list .form-field {
  width: calc(100% - 28.1rem);
  margin: 0 auto;
}

.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/plus.svg") no-repeat;
  background-size: contain;
  height: 1.5rem;
  width: 1.5rem;
  transform: rotate(180deg);
  transition: 0.4s;
}

.contacts .accordion__header::after {
  background: url("/static/img/arrow.svg") no-repeat;
  margin-left: 2rem;
  background-size: contain;
  filter: invert(1);
}

.contacts .accordion.active .accordion__content {
  margin-bottom: 0;
  margin-top: 2rem;
}

.contacts .accordion p {
  line-height: 1;
}

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

.dealer__text span {
  max-width: 25.1rem;
  min-width: 25.1rem;
  margin-left: auto;
}

.dealer__text .dealer__time {
  min-width: revert;
  max-width: revert;
}

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

.f-center {
  justify-content: center;
}

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

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

.team__intro {
  min-height: 62.4997rem;
}

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

.appeal .text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 9rem;
  background: #eae7e5;
  background: linear-gradient(0deg, #eae7e5 0%, rgba(0, 0, 0, 0) 85%);
  filter: blur(2rem);
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: opacity 0.4s;
}

.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;
}

.appeal .author {
  margin-top: auto;
}



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

#career .stats .col {
  flex-grow: 1;
  gap: 5.7rem;
}

#career .stat__col {
  padding-bottom: 0;
}

.stat__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

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

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

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

.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: rgba(0, 0, 0, 0.45);
  filter: blur(6rem);
}

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

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

#career__orbis {
  height: 125rem;
}

#career .stat__description {
  display: flex;
  flex-direction: column;
  width: 30%;
  max-width: revert;
  margin-right: 16.2rem;
  flex-shrink: 0;
  height: 100%;
  justify-content: space-between;
  gap: 2.7rem;
  align-items: flex-start;
}

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

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

.btn__purple {
  background: #10113D;
  color: #fff;
}

.team__intro img {
  object-position: left;
}

.btn__transparent {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: inherit;
}

[bg="light"] .btn__transparent {
  border-color: #000;
}

.form__container {
  flex-grow: 1;
}

.form__container form {
  display: flex;
  column-gap: 8.9rem;
}

.form-col {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  flex: 1;
}

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

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



.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: #10113D;
  background-color: #10113D;
  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 {
  margin-top: 7.7rem;
}

#history .crumbs {
  position: absolute;
  z-index: 10;
  left: 15rem;
  top: 8.8rem;
}

.history__slider {
  height: 78rem;
  max-width: 100%;
  padding: 0;
  font-size: 1.6rem;
}

.history__slider .caption {
  font-size: 1.2rem;
  opacity: 1;
}

.year__select {
  padding-top: 0;
  padding-bottom: 0;
  gap: 9.7rem;
  overflow-x: scroll;
  scrollbar-width: none;
  cursor: grab;
  -ms-overflow-style: none;
}

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


#history .chip {
  padding-top: 3.5rem;
  padding-bottom: 2.8rem;
  padding-left: 0;
  padding-right: 0;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}


.history__slider .col1 {
  max-width: 69.4rem;
}

.history__slider .col3 {
  max-width: 56.1rem;
}

.history__slider .title-lg {
  font-size: 18.6rem;
  line-height: 100%;
  left: 15rem;
  font-weight: 400;
}

.history__slider .col1 {
  padding-top: 19rem;
  padding-left: 15rem;
  justify-content: space-between;
  padding-right: 10rem;
  padding-bottom: 5.4rem;
}

.history__slider .col3 {
  padding-right: 15rem;
  padding-top: 15rem;
  padding-left: 10.8rem;
  padding-bottom: 9rem;
  flex: 1;
  align-items: flex-start;
}

.history__slider .col3 img+.award {
  margin-top: 5.4rem;
}

.history__slider .col3 .caption,
.history__slider .col3 .event {
  margin-top: auto;
}

.history__slider .col3 img:nth-child(2) {
  margin-bottom: 4rem;
  max-height: 20rem;
}

.history__slider .col.absolute {
  right: 0;
  top: 0;
  height: 100%;
}

.history__slider .col2 {
  flex: 1;
  max-width: revert;
  min-width: 66.4rem;
}


.br-1 {
  border-radius: 1rem;
}

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

.history__slider .swiper-slide {
  display: flex;
}


.images-row img {
  object-fit: cover;
  height: 100%;
}

.events__list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25.149rem;
  max-width: 49rem;
  list-style-position: outside;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

main#history~.header__main {
  position: sticky;
}

.lt-text .title-md {
  padding-bottom: 2rem;
  border-bottom: rgba(255, 255, 255, 0.45) 1px solid;
}

.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;
}




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

.form-row.checkbox,
.form-row.submit {
  margin-top: auto;
}

.form-row.submit {
  width: 100%;
}

.form-row.submit .btn {
  width: 100%;
  padding: 3rem 0;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
}



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

[bg="light"] .email__button::before,
[bg="light"] .phone__button::before {
  filter: invert(1);
}


#subdivision .main__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.1);
}

#subdivision .main__banner .stat__description {
  max-width: revert;
}

.main__banner .vertical_text {
  padding-top: 1.6rem;
  border-top: 1px #fff solid;
  align-self: flex-end;
  text-orientation: sideways;
  writing-mode: tb-rl;
  transform: rotate(180deg);
  margin-left: auto;
  line-height: 0.8;
}

#subdivision .banner__content {
  z-index: 3;
  top: 17.1rem;
  display: flex;
}

.subdivision__intro {
  font-size: 2.2rem;
  line-height: 1.5;
  width: 70rem;
  padding-left: 4.758rem;
  border-left: 1px rgba(255, 255, 255, 0.45) solid;
  margin-left: 4.376rem;
  align-self: center;
}

.main__banner .stat__row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.subdivision__introduction {
  display: flex;
}



.subdivision__introduction .intro__img {
  width: 79.726rem;
  height: 50.329rem;
  position: relative;
  object-fit: cover;
  border-radius: 1rem;
}

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

.subdivision__introduction .col .text-md,
.feature__block .text-md.flex {
  margin-top: 5rem;
  gap: 3.2rem;
}

.subdivision__introduction .col .text-md .col,
.feature__block .text-md.flex .col {
  gap: 1.3rem;
  flex-direction: column;
}

.subdivision__introduction .col .text-md .col:first-child,
.feature__block .text-md.flex .col:first-child {
  padding-right: 3.7rem;
  border-right: 1px rgba(0, 0, 0, 0.25) solid;
  border-radius: 0;
}

.subdivision__introduction .col .text-md .col:last-child,
.feature__block .text-md.flex .col:last-child {
  padding-right: 0;
  border-right: none;
  border-radius: 0;
}

.subdivision__introduction .col .text-md .col .socials,
.feature__block .text-md.flex .col .socials {
  margin-bottom: 0;
}

.subdivision__introduction .phone__button::before,
.feature__block .phone__button::before {
  width: 2rem;
  height: 2rem;
  filter: invert(1);
}

.subdivision__introduction .email__button::before,
.feature__block .email__button::before {
  width: 2rem;
  height: 2rem;
  filter: invert(1);
}

.subdivision__introduction .col .text-md .col.contacts,
.feature__block .text-md.flex .col.contacts {
  margin-top: 0;
  margin-left: 0;
}

.subdivision__introduction .contacts .socials,
.feature__block .text-md.flex .col.contacts .socials {
  font-weight: 700;
}

#subdivision .socials,
#subdivision #subdivisionFeatures .socials {
  gap: 3rem;
}

#subdivision .whatsapp__button::before {
  width: 3rem;
  height: 3rem;
  filter: grayscale() brightness(0);
}

#subdivision .main__banner .stat__row {
  text-align: left;
}

.subdivision__introduction .col .text-md img {
  filter: invert();
}

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

.subdivision__introduction .col:last-child {
  margin-top: 18.9rem;
  margin-left: 15.6rem;
  max-width: 65.839rem;
  position: relative;
}

.subdivision__introduction .col:last-child .row img,
.subdivision__introduction .col:last-child .row video {
  width: 25.3rem;
  object-fit: cover;
  height: 31.615rem;
  border-radius: 1.5rem;
}

.subdivision__introduction .col:last-child .row {
  gap: 2rem;
  margin-bottom: 5rem;
}


.subdivision__introduction .col:first-child {
  border-radius: 1.5rem;
  position: relative;
}

#subdivision .main__banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 17rem 0 8.5rem;
}

#subdivision .main__banner .stats {
  z-index: 4;
  position: static;
  bottom: 6.334rem;
  padding-top: 0;
  padding-bottom: 0;
}

.absolute__img-z {
  position: absolute;
  z-index: 4;
  left: -9rem;
  top: 0;
}

#structure {
  display: flex;
}

#structure .title-md {
  max-width: 800px;
  width: 40%;
}

#structure .text-md {
  margin-left: auto;
  max-width: 65.839rem;
  margin-top: 5.1rem;
  line-height: 162.5%;
}

#subdivisionFeatures {
  display: flex;
  flex-direction: column;
  gap: 15.8rem;
}

#subdivisionFeatures.elevators__section {
  gap: 9.6rem;
}

#subdivisionFeatures .grid {
  display: grid;
  row-gap: 8.8rem;
  column-gap: 13.3rem;
}

#subdivisionFeatures .grid .feature__img {
  aspect-ratio: 450 / 300;
  width: 100%;
  max-height: 35rem;
}


#subdivisionFeatures .grid .feature__block .text-md {
  /* margin-top: 2.9rem; */
  margin-bottom: 0;
}

.development #subdivisionFeatures {
  row-gap: 9rem;
}

.title-sm {
  font-size: 3rem;
  text-transform: uppercase;
}

/*
.feature1,
.feature3 {
  width: 52.286rem;
  flex-shrink: 0;
}
.feature4,
.feature5 {
  flex: 1;
} */
.agro .feature4 {
  width: 39rem;
}

.agro .feature4 .feature__img {
  height: 28.2335rem;

  img {
    height: 100%;
  }
}

.agro .feature5 {
  width: 38.6861rem;
}

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

.feature__block .title-sm {
  margin: 5.1rem 0 3.1rem;
}

.feature__img {
  width: 100%;
  border-radius: 1.5rem;
  position: relative;
}

.feature__img img,
.feature__img video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.feature__block .text-md {
  margin-bottom: 1.5rem;
  line-height: 162.5%;
}

.agro .feature2 {
  margin-left: auto;
  width: 93.6rem;
}

.construction .feature4 {
  max-width: 52.7rem;
}


.agro .feature2 .feature__img {
  height: 46rem;
  border-radius: 1rem;

  img {
    width: 39rem;
    float: right;
    border-radius: 0 1rem 1rem 0;
  }

  .bg-wrapper img {
    width: 100%;
    border-radius: 1rem;
  }
}

.usa .feature2 .feature__img {
  height: 46rem;
  border-radius: 1rem;
}

.usa .feature1 .feature__img {
  max-height: 46rem;
}

.usa .feature4 .feature__img {
  max-height: 29rem;
}

.usa #subdivisionFeatures {
  gap: 10rem;
}

#subdivisionTeam {

  position: relative;
}

#subdivisionTeam .advert {
  min-height: 62rem;
}

#subdivisionTeam .finance.advert {
  background: rgba(111, 166, 226, 1);
}

#subdivisionTeam .finance.advert .title-lg {
  max-width: 60%;
}

#subdivisionTeam .finance.advert .bg-wrapper {
  position: absolute;
  bottom: 0;
  inset: revert;
  top: 0;
  right: 20rem;
  height: 100%;
  z-index: 0;
  width: 60rem;
}


#subdivisionFeatures .row.socials {
  gap: 3rem;
  margin-top: 1.3rem;
}

#subdivisionFeatures .row {
  gap: 15rem;

}

#subdivisionFeatures .grid-2 {
  display: grid;
  grid-template-columns: minmax(52.5rem, 52.5rem) 1fr
}

#subdivisionFeatures .grid-3 {
  display: grid;
  grid-template-columns: minmax(52.5rem, 1fr) 1fr 1fr
}

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

/* .travel .feature1,
.travel .feature6 {
  flex-shrink: 0;
  width: 52.7rem;
} */

.travel .feature1 .feature__img {
  height: 35.5rem;
}

.travel .feature2 .feature__img,
.travel .feature3 .feature__img,
.travel .feature7 .feature__img,
.travel .feature8 .feature__img {
  max-height: 29rem;
}

.travel .feature2,
.travel .feature7,
.travel .feature3,
.construction .feature2,
.construction .feature6,
.construction .feature3,
.construction .feature5 {
  max-width: 39rem;
}

.advert .btn__container {
  justify-content: flex-start;
  margin-top: 4rem;
}

/* .travel .feature4 {
  width: 52.6rem;
  flex-shrink: 0;
}

.travel .feature4 .feature__img {
  height: 46rem;
} */


#subdivisionTeam .container {
  z-index: 4;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 4.1rem;
  justify-content: flex-end;
}

#subdivisionTeam .container .text-md {
  width: 39.1535rem;
}

#subdivisionTeam .advert {
  background: #7caed1;
  position: relative;
  overflow: hidden;
}


#subdivisionTeam .advert .bg-wrapper {
  z-index: 0;
  width: 55%;
  height: 100%;
  inset: revert;
  top: 0;
  right: 0;
}

#subdivisionTeam .finance.advert .bg-wrapper {
  width: 64rem;
  right: 20rem;
  min-width: 640px;
}

#subdivisionTeam .finance.advert .title-lg {
  max-width: 60%;
}

#subdivisionTeam .finance.advert {
  background: #6FA6E2;
}

.orbis__logos {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -15%);
  z-index: 6;
  row-gap: 5.5rem;
}

.orbis__logos img {
  min-width: 180px;
  min-height: 7rem;
  height: auto;
  flex: 1;
  object-fit: cover;
}

.orbis__logos .row {
  gap: 6rem;
}

.orbis__logos .row:first-child {
  gap: 4rem;
}

#values .title-md {
  font-weight: 400;
}

.noscroll {
  overflow: hidden;
}

.mob {
  display: none;
}



#about .split__hero .block2 {
  background: #F5F5F5;
}

.food #subdivSliderContainer {
  background: #F5F5F5;
}

.relative {
  position: relative;
}

#subdivision .banner__title h1 {
  position: relative;
  line-height: 1;
}

.subdivision__introduction .orbis_logo {
  top: 35.7rem;
  right: 6.9rem;
  position: absolute;
}

#subdivision .grid-icons .grid {
  column-gap: 10rem;

}

.grid-icons .title-sm {
  max-width: 100%;
  font-size: 2rem;
  margin: 0;
}

#share .info__block .stat__col {
  width: 20rem;
  padding-bottom: 0;
  border-left: 1px rgba(0, 0, 0, 0.45) solid;
  padding-left: 3.7rem;
  border-bottom: none;
}

#share .stat__num {
  font-size: 5rem;
}

#share .stat__text {
  font-size: 1.8rem;
}

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

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000070;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
}

.popup .container {
  background: #fff;
  width: 80%;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  padding: 4rem 7rem;
}



.popup-btn-close {
  width: 2rem;
  height: 2rem;
  background-image: url(/static/img/cross.svg);
  filter: invert(1);
  position: absolute;
  top: 3rem;
  left: 2rem;
  background-size: cover;
  cursor: pointer;
}

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

.photo-sm {
  height: 24rem;
  margin: 1rem auto;
}

.page__pagination {
  display: flex;
  align-items: center;
  font-size: 2rem;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 7rem;
}

.page__link {
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page__link.active {
  background: linear-gradient(0deg, #10113d 0%, #10113d 100%),
    #f1f1f1;
  color: #fff;
}
.orbis__iceberg-container .title-md {
  font-size: 3.2rem;
}
/* Mobile Adaptation */
@media (max-width: 768px) {
  :root {
    --font-base: var(--font-base-mobile);
  }
  .orbis__iceberg-container .title-md {
    font-size: 1.8rem;
  }
  .overflow-mob {
    overflow-x: revert;
  }

  .mob {
    display: flex;
  }

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

  .title-xs {
    font-size: 1.6rem;
  }

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


  .header__main,
  .header {
    padding: 1.2rem 0;
    font-size: 1.4rem;
  }

  .links-container {
    width: 100%;
    padding: 2rem;
  }

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

  .links-container {
    flex-direction: column;
    position: fixed;
    height: 100vh;
    background: white;
    right: -100%;
    top: 0;
    color: #000;
    transition: 0.4s ease;
    z-index: 111;
    align-items: flex-start;
  }

  header .nav__links .nav__link {
    padding: 1.2rem 0;
  }

  .nav__links .pseudo-trigger {
    content: "";
    top: 0;
    left: 0;
    width: 3rem;
    height: 1.5rem;
    background: url("/static/img/burger__menu.svg") no-repeat;
    background-size: contain;
    transition: top 0.3s ease;
    filter: invert() brightness(10);
    cursor: pointer;
    display: block;
  }

  .nav__links .pseudo-trigger {
    position: absolute;
    right: 0;
    left: revert;
    top: 50%;
    transform: translateY(-50%);
  }

  .header__main[bg="light"] .nav__links .pseudo-trigger {
    filter: none;
  }

  #feedbacks .title-md {
    justify-content: space-between;
  }

  .header__main .email__button,
  .header__main .phone__button,
  .header__main .lang__select {
    margin-left: 0;
    padding: 1.6rem 0;
  }

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

  .contact-info-container {
    margin-top: 3rem;
  }

  .header__main .email__button::before,
  .header__main .phone__button::before {
    filter: invert();
  }

  .form-col {
    row-gap: 2rem;
  }

  header .email__button {
    margin-left: 3rem;
  }

  header .phone__button {
    margin-left: 3rem;
  }

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

  .header .logo__image {
    width: 18rem;
    height: auto;
  }



  .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;
    width: 100%;
    background: #fff;
    color: #000;
    top: 4.3rem;
    padding: 4.1rem 1rem;
    height: 100%;
    left: 0;
  }

  .burger__menu.active {
    display: flex;
  }

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

    img {
      filter: invert();
    }

    .phone__button::before {
      filter: invert();
    }

    .email__button::before {
      filter: invert();
    }
  }

  .second__line {
    margin-left: 0;
    position: static;
  }



  #subdivision .banner__title .row {
    margin-right: 1rem;
    flex-wrap: wrap;
  }

  #structure {
    flex-direction: column;
  }

  .header__main:has(.burger__menu.active) .logo__image {
    filter: none;
  }

  .container,
  .container-xs,
  .page__header .container-sm,
  .container-sm {
    max-width: 100%;
    padding: 3.2rem 1.4rem;
  }


  .quote {
    font-size: 1.4rem;
  }

  .header__main .logo__image {
    width: 8rem;
  }

  .main__banner {
    height: 150vw;
    font-size: 1rem;
    min-height: revert;
    padding: 0 1rem;
  }

  #subdivision .main__banner {
    height: revert;
    font-size: 1rem;
    min-height: 60vh;
    text-align: center;
    padding: 9rem 1rem 5rem;
  }

  .subdivision__introduction .col:last-child {
    margin: 0;
    margin-top: 2.5rem;
  }

  .subdivision__introduction .col:last-child .row {
    gap: 1rem;
    margin-bottom: 0;
    order: 2;
    flex-direction: row;
  }

  .subdivision__introduction .col:last-child .text-md {
    order: 1;
    margin-bottom: 2.5rem;
  }

  #structure .title-md {
    width: 100%;
  }

  .subdivision__introduction .col:last-child .row img,
  .subdivision__introduction .col:last-child .row video {
    width: 47%;
    border-radius: 0.5rem;
    height: auto;
  }

  .title-lg {
    font-size: 2.1rem;
  }

  .subdivision__intro {
    display: none;
  }

  .advert .btn__container {
    margin-top: 3rem;
    flex-direction: row;
    gap: 1rem;
  }

  .advert .btn__container .btn {
    padding: 1.3rem 1.5rem;
    font-size: 1.2rem;
  }

  .telegram__button::before {
    width: 1.8rem;
    height: 1.6rem;
  }

  .footer .telegram__button {
    align-self: center;
    justify-content: center;
    margin: 2.5rem 0;
    width: 100%;
  }


  .z1-mob {
    z-index: 1;
    position: relative;
  }

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

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

  .footer .nav__links {
    margin-top: 3rem;
    flex-wrap: wrap;
    gap: 1.2rem;
  }

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

  .rolling_img {
    height: 10rem;
    margin: 1rem;
  }

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

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

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

  .stat__num {
    flex: 1;
    width: 50%;
  }

  .stat__num img {
    max-height: 1.2rem;
  }

  #subdivSliderContainer .swiper-button-prev,
  #subdivSliderContainer .swiper-button-next {
    width: 3rem;
    height: 3rem;
    display: none;
  }

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

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

  #subdivSliderContainer .swiper-button-prev::after,
  #subdivSliderContainer .swiper-button-next::after {
    filter: invert();
  }


  .head__president {
    position: static;
    width: 80%;
    margin-left: auto;
    display: flex;
    align-items: end;
    transform: translate(1rem, 0);
  }

  .quote .text-md p {
    margin-bottom: 3rem;
  }

  #president__appeal {
    padding-top: 4.2rem;
  }

  #about #president__appeal {
    padding-bottom: 0;
  }

  #president__appeal .quote .quote__text::before {
    top: -5rem;
  }

  #president__appeal .author {
    margin-top: 4rem;

  }

  #president__appeal .author .col {
    padding-left: 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.45);
  }

  #president__appeal .author img {
    height: 7rem;
    width: 7rem;
  }

  .container-sm .quote .quote__text::before {
    left: 0;
  }

  .container-sm .quote .quote__text::after {
    right: 0;
  }

  .border__text {
    padding-left: 2rem;
  }

  .stat__description {
    width: 100%;
  }

  .stat__text {
    flex: 1;
  }

  .main__banner .stat__text {
    width: 75%;
    margin-left: auto;
    flex: revert;
  }

  .orbis__group-logo {
    margin: 3rem auto 4rem;
    max-width: 50%;
  }

  .stats,
  .stats .row {
    flex-direction: column;
    row-gap: 2rem;
    column-gap: 1.2rem;
    margin-left: revert;
    width: 100%;
  }

  .info__text {
    gap: 1rem;
  }

  .accordion.active .accordion__content {
    margin-bottom: 2rem;
  }

  .stat__col {
    width: 100%;
  }

  #subdivisionTeam .finance.advert .title-lg {
    width: 100%;
  }

  #appeal {
    flex-direction: column;
    height: revert;
    min-height: revert;
  }

  .appeal__block {
    height: 24.5rem;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    justify-content: flex-start;
    width: 100% !important;
    border-radius: 0;
    padding-top: 3.2rem;
  }

  .appeal__block::after {
    right: 3rem !important;
    bottom: 3rem !important;
    width: 2.6rem;
    height: 2.6rem;
  }

  .text-xl {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .stat__num {
    font-size: 2rem;
  }

  .revealing__text {
    margin-bottom: 2rem;
  }

  .image__roll_container {
    flex-direction: column;
    gap: 1.4rem;
  }

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

  .pc {
    display: none;
  }

  .news__block {
    max-width: 100%;
  }

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


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

  .orbis__watter.bg-wrapper {
    height: 25.1rem;
  }

  .orbis__iceberg {
    min-height: revert;
    min-width: revert;
    width: 81%;
    height: auto;
    top: revert;
    bottom: -11.5rem;
    transform: translate(-50%, -50%);
    opacity: 1;
  }

  .rt-text .text-sm {
    margin: 1.4rem 0 1.1rem;
  }

  .orbis__iceberg-container {
    display: flex;
    padding: 3.2rem 1rem;
    flex-direction: column;
    height: 85rem;
  }

  .popup .container {
    padding: 3.2rem 1rem;
    width: 95%;
  }

  .popup-btn-close {
    left: revert;
    right: 2rem;
    top: 2rem;
  }

  .rt-text {
    position: static;
    margin-top: 3rem;
  }

  .lt-text {
    position: static;
  }

  #about .info__block {
    padding: 0;
    min-height: 40rem;
    padding: 1rem;
  }

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

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

  #about .info__block:last-child {
    height: 54rem;
  }

  .page__header {
    padding: 6.5rem 0 2rem;
  }

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

  #awards .stat__description {
    margin: 0;
  }

  #news__single .page__header {
    padding: 5.6rem 1rem 3.2rem;
  }

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

  #news__single .news__image {
    height: 25.2vh;
    min-height: 274px;

    img {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
  }

  .news__date {
    font-size: 1.2rem;
  }

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

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

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

  .quote {
    padding: 0;
  }

  .quote .text-md {
    width: 100%;
  }

  .split__hero {
    flex-direction: column;
    height: max-content;
  }

  .subdivisionSlider {
    height: 29.3rem;
    min-height: revert;
    overflow: visible;
  }

  .subdivisionSlider .swiper-slide {
    padding: 0 1rem;
    border-radius: 0.5rem;
  }

  #career .block2 .block__img {
    margin-left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top center;
    aspect-ratio: 28/18;
  }

  #about .split__hero .block2 .block__img {
    width: 10.3581rem;
    height: 18.9548rem;
    margin-left: 0;
    object-fit: cover;
    border-radius: 0.5rem;
  }

  #about .split__hero .block2 .row {
    gap: 2rem;
  }

  #about .split__hero .block2 .col {
    max-width: 17rem;
  }

  #about .split__hero .container {
    gap: 2.7rem;
  }

  .split__hero .container {
    height: 21rem;
    min-height: 21rem;
  }

  .split__hero .row {
    flex-wrap: wrap;
    gap: 2.2rem;
  }


  .appeal__block:first-child .quote_mark {
    position: static;
    margin-bottom: 2rem;
    max-width: 5rem;
  }


  #team .container,
  .split__hero .container {
    padding: 3.2rem 1rem;
    gap: 2rem;
  }

  .split__hero .block2 {
    background: #fff;
  }

  .testimonial {
    flex-direction: column;
    gap: 4rem;
  }

  .testimonial__image {
    order: 1;
  }

  .testimonial__text {
    order: 2;
  }

  .testimonial__text-i {
    font-size: 1.4rem;
    text-transform: uppercase;
  }

  .testimonial__note {
    order: 3;
  }

  .testimonial__text .author {
    margin-top: 2rem;
  }

  .testimonial__text::before {
    margin-bottom: 2.6rem;
    width: 5rem;
    aspect-ratio: 50 / 35;
  }

  .split__hero .title-md {
    font-weight: 400;
    font-size: 2rem;
  }

  #career .stat__description {
    margin-right: 0;
    width: 100%;
  }

  .testimonial__note {
    padding-left: 2rem;
  }

  #career .stat__col {
    padding-bottom: 0;
  }

  .page__header .crumbs.border_bottom {
    padding: 0 0 2.1rem;
  }

  .page__header .container-sm {
    margin-top: 0;
    padding-top: 0;
  }

  .line_top {
    margin: 2rem 0;
    width: 100%;
  }

  .banner__sm {
    height: fit-content;
    min-height: 120vw;
  }


  #news__single .banner__sm {
    min-height: 50vw;
  }

  .text h4:first-child {
    margin-top: 2rem;
  }

  .text .quote .quote__text {
    padding: 2rem 0 3rem;
    border-top: none;
    margin-bottom: 3rem;
  }

  #news__single .socials {
    width: revert;
  }

  .news__footer {
    padding-top: 2.2rem;
  }

  .block2 .col {
    gap: 2rem;
  }

  .author {
    font-size: 1.2rem;
    padding-left: 0;
  }

  .news__single-slider {
    margin-top: 1rem;
  }

  .pagination__num {
    margin-right: 0;
    width: 4.179rem;
    height: 4.179rem;
    font-size: 1.1rem;
    gap: 0.2rem;
    top: 1rem;
    right: 1.2rem;
  }

  ol li::before {
    height: 1.5rem;
  }

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

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

  .banner__title {
    font-size: 4rem;
  }

  #subdivision .banner__title,
  #subdivision .banner__title h1 {
    font-size: 3rem;
    display: flex;
    flex-wrap: wrap;
  }

  #subdivision .banner__title h1 {
    column-gap: 1rem;
  }

  .main__banner .vertical_text {
    display: none;
  }

  .development #subdivisionFeatures {
    gap: 3rem;
  }

  .banner__content {
    position: absolute;
    font-weight: 400;
    text-transform: uppercase;
    left: 0;
    top: 40%;

    padding: 0 1rem;
    transform: translateY(-50%);
  }

  .main__banner .banner__content .text-sm {
    margin-bottom: 2rem;
  }

  #subdivision .main__banner .banner__content .text-sm {
    text-align: left;
  }

  .text {
    font-size: 1.2rem;
  }

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

  .footer__row {
    flex-wrap: wrap;
    row-gap: 2rem;
    margin-top: 1.8rem;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
    padding-top: 2rem;
  }


  .footer .nav__link {
    max-width: 100%;
    font-size: 1.6rem;
  }

  .grid-icons .title-xs {
    max-width: 22rem;
  }

  .content {
    max-width: 100%;
    padding: 0 1rem;
  }

  .footer__col:first-child {
    margin-right: 0;
  }

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

  ol li {
    margin-bottom: 1rem;
  }

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

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

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

  .orbis__logos img {
    min-height: revert;
    min-width: revert;
    max-width: 25%;
  }

  .orbis__logos .row:first-child img {
    max-width: 50%;
  }

  .orbis__logos .row:nth-child(2) img {
    max-width: 50%;
  }

  .news__title {
    font-size: 1.4rem;
  }

  #awards img {
    width: 100%;
  }

  .custom__pagination {}

  #companies {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

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

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

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

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

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

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

  #news__single .title {
    font-size: 1.6rem;
    padding-bottom: 1.8rem;
  }

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

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

  .info__image {
    max-width: 100%;
  }

  .text__absolute {
    top: 4.2rem;
    left: 1rem;
  }

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

  .brands__grid .row {
    flex-direction: column;
    row-gap: 2.1rem;
  }

  #brands {
    height: revert;
  }

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

  #career .stats .col {
    gap: 2.4rem;
  }

  #home .main__banner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 4.8rem 1rem 3.2rem;
    height: fit-content;
  }

  #home .main__banner .banner__content {
    top: 35%;
    position: static;
    padding: 0;
    margin-bottom: 2.7rem;
    margin-top: 1rem;
    transform: none;
  }

  #home .main__banner .disclaimer {
    gap: 0;
    display: block;
  }

  #home .main__banner .disclaimer .col {
    display: block;
  }

  #home .main__banner .disclaimer .text-sm {
    font-size: 0.9rem;
  }

  #home .main__banner .disclaimer .btn {
    font-size: 1.1rem;
    display: block;
    margin-top: 2.5rem;
  }

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

  .orbis_logo {
    min-width: 13.5rem;
  }

  .orbis__logos {
    width: 100%;
    padding: 0 1rem;
    row-gap: 1rem;
    top: 73%;
    left: 50%;
    transform: translate(-50%, 0%);
    align-items: center;
  }

  .orbis__logos .row {
    gap: 2rem;
    justify-content: center;
  }


  .orbis__logos .row:first-child,
  .orbis__logos .row:nth-child(2) {
    gap: 0;

  }

  #about .title-sm.border__text {
    max-width: 100%;
    margin-bottom: 4rem;
    padding-left: 0;
    border-left: none;
  }

  #about .banner__sm .content {
    padding: 0;
  }

  #newsMain .news__preview {
    width: 100%;
    height: 20rem;
    border-radius: 0.5rem;
  }

  #newsMain .news__block {
    padding-right: 0;
    border-right: none;
    padding-bottom: 2rem;
    border-bottom: 1px rgba(0, 0, 0, 0.25) solid;
    height: revert;
  }

  #newsMain .news__block:last-child {
    border: none;
  }



  #newsMain .news__grid {
    row-gap: 2rem;
    margin-top: 3.2rem;
  }

  #newsMain .news__block .text-xl {
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-weight: 500;
  }

  #newsMain .news__date {
    font-size: 1.1rem;
    margin-top: 2rem;
  }

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

  .service__row {
    flex-direction: column;
    gap: 2rem;
  }

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

  #geography_usa {
    height: revert;
    gap: 2rem;
    justify-content: space-between;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.45);
  }

  #geography_usa .text-md {
    max-width: 100%;
    align-self: flex-end;
    font-size: 1rem;
  }

  #geography_usa .title-md {
    max-width: 100%;
    font-size: 1.6rem;
  }

  #values .stats .row {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2rem;
  }

  .grid-icons {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 2.2rem;
    row-gap: 1.8rem;
    align-items: center;
    padding-bottom: 2.1rem;
  }


  .grid-icons:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }


  #feedbacks .swiper-button-next,
  #feedbacks .swiper-button-prev {
    width: 4.5rem;
    height: 4.5rem;
    aspect-ratio: 1 / 1;
  }


  #feedbacks .swiper-button-prev {
    margin-right: 1rem;
  }

  #feedbacks .author .col {
    padding-left: 1.5rem;
    border-left: 1px solid #10113d45;
  }

  #values .stats {
    margin-top: 0;
  }

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

  [bg="light"] .open__menu {
    filter: none;
  }



  #news .page__header .row {
    flex-direction: column;
    gap: 1rem;
  }

  .news__grid {
    row-gap: 2rem;
  }

  #dealers .page__header {
    padding: 3.2rem 1rem;
  }

  .dealers__slider {
    height: 27.2rem;
  }

  .car__img {
    width: 100%;
  }

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

  .dealers-list {
    padding: 3.2rem 0;
    height: 56rem;
  }

  #news__single .title {
    order: 3;
  }

  #news__single .news__date {
    order: 2;
  }

  #news__single .crumbs {
    order: 1;
    margin-bottom: 2rem;
  }

  #news__single .announce {
    order: 4;
  }

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

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

  .news__single-slider .swiper-slide {
    max-height: 20rem;
    height: 20rem;
    overflow: hidden;
    border-radius: 0.5rem;
  }

  .news__single-slider img {
    border-radius: 0.5rem;
  }

  .feature__img {
    border-radius: 0.5rem;
  }

  .feature2 .feature__img {
    border-radius: 0.5rem;
  }

  .news__single-slider img {
    max-height: 100%;
  }

  .logo__round {
    width: 6rem;
    height: 3rem;
  }

  #home .main__banner .logo__round {
    width: 6rem;
    height: 5.7rem;
    border-radius: 50%;
    float: left;
    margin-right: 1.5rem;
  }

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

 
  #news__single #newsMain {
    padding: 3.2rem 1rem;
  }

  .mountains_z2 {
    height: 22rem;
  }

  .mountains_z3 {
    height: 16rem;
  }

  .members {
    margin-top: 3.4rem;
  }

  .appeal {
    max-width: 100%;
    padding-left: 2rem;
  }

  .btn,
  .form-row.submit .btn {
    font-size: 1.4rem;
    width: 100%;
    padding: 1.5rem 3.5rem;
    text-align: center;
  }

  .form__message textarea {
    max-height: 20rem;
    background-image: repeating-linear-gradient(to bottom, transparent, transparent 40px, #000 41px);
    background-size: 100% 41px;
    margin-top: 0;
  }

  .btn__container {
    flex-direction: column;
  }

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

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

  .form-field {
    font-size: 1.2rem;
    padding-bottom: 0.7rem;
  }

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

  .stat__row {
    padding-bottom: 2rem;
  }

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

  #subdivision .banner__content {
    position: static;
    z-index: 2;
    transform: none;
  }

  #subdivision .main__banner .stats {
    position: static;
    margin-top: 4rem;
  }

  #structure .text-md {
    margin-top: 2.5rem;
  }

  #subdivision .main__banner .stat__description {
    max-width: 100%;
    text-align: left;
  }

  .form-row {
    font-size: 1.1rem;
  }

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

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

  #subdivision .second__line {
    position: static;
  }

  .team__intro {
    min-height: 30rem;
  }

  form .chips {
    grid-area: revert;
    flex-direction: column;
  }

  #news__single .news__date {
    position: static;
    margin-bottom: 1.3rem;
  }

  .news__category {
    display: none;
  }

  .quote .quote__text::before {
    width: 4.2rem;
    height: 3rem;
    position: static;
    display: block;
    margin-bottom: 2rem;
    left: 0;
    top: -3rem;
  }

  .news__single-slider .swiper-slide::before {
    border-radius: 0.5rem;
  }

  .text .note {
    font-size: 1rem;
    line-height: 1.2;
  }

  .sliders__container {
    margin-bottom: 2rem;
  }

  .quote .quote__text::after {
    content: none;
    width: 2.5rem;
    height: 1.69rem;
    position: absolute;
    right: 0;
    bottom: -2rem;
  }

  #subdivisionTeam {
    /* min-height: 51rem;
    position: relative;
    height: revert; */
  }

  #subdivisionTeam .container {
    justify-content: flex-start;
    gap: 0;
  }

  #subdivisionTeam .container .text-md {
    width: 100%;
  }

  #subdivisionTeam .container .title-sm {
    margin: 0.8rem 0 2.4rem;
  }

  .travel .btn__container {
    margin-top: 0;
  }

  #subdivisionTeam .advert .bg-wrapper,
  #subdivisionTeam .finance.advert .bg-wrapper {
    display: flex;
    width: 100%;
    right: 0;
    min-width: revert;
  }

  #subdivisionTeam .advert .bg-wrapper img {
    object-fit: contain;
    height: auto;
    margin-top: auto;
  }

  .contacts .accordion {
    font-size: inherit;
  }

  .subdivision__introduction .col .text-md .col:first-child,
  .feature__block .text-md.flex .col:first-child {
    padding-right: 0;
    border: none;
  }

  .text-xs {
    font-size: 1rem;
  }

  .subdivision__introduction .col .text-md,
  .feature__block .text-md.flex {
    flex-direction: column;
    gap: 2rem;
  }

  .subdivision__introduction .phone__button::before,
  .feature__block .phone__button::before {
    width: 1.2rem;
    height: 1.2rem;
  }

  .contacts .accordion__header::after {
    margin-left: 1rem;
    margin-right: 0;
    width: 1.2rem;
    height: 1.2rem;
  }

  .subdivision__introduction .email__button::before,
  .feature__block .email__button::before {
    width: 1.2rem;
    height: 1.2rem;
  }

  .title-sm {
    font-size: 1.7rem;
  }

  #subdivisionFeatures .row {
    flex-direction: column;
  }

  #subdivisionFeatures .socials {
    flex-direction: row;
    gap: 2rem;
  }

  #subdivision .crumbs {
    width: 100%;
  }

  .subdivisionSlider .swiper-slide .bg-wrapper img {
    border-radius: 0.5rem;
  }

  #president__appeal .quote {
    margin-bottom: 0;
  }

  .feature__block {
    width: 100% !important;
    margin: 0 !important;
  }

  .agro .feature2 .feature__img {
    height: 17rem;

    img {
      width: 40%;
      float: right;
    }
  }

  .feature__block .title-sm {
    margin: 1.1rem 0;
  }

  #subdivision #subdivisionFeatures,
  #subdivisionFeatures.elevators__section {
    gap: 3rem;
  }

  #subdivision .main__banner .stat__row {
    gap: 0;
  }

  #digits {
    display: block;
  }

  #subdivision .stat__num {
    width: revert;
    flex: revert;
  }

  .disclaimer .text-sm {
    line-height: 1.5;
  }

  .block2 .block__img {
    border-radius: 0.5rem;
  }

  .crumbs {
    margin-bottom: 2rem;
  }

  .page__header .quote {
    margin-top: 0;
  }

  .subdivision__introduction .intro__img {
    width: 100%;
    height: 20rem;
  }

  .subdivision__introduction {
    flex-direction: column;
  }

  .subdivision__introduction .col {
    margin-top: 2rem;
    margin-left: 0;
    max-width: 100%;
    position: relative;
  }

  .subdivision__introduction .col .row {
    margin-bottom: 0;
    flex-direction: column;
  }

  .subdivision__introduction .col .text-md .row,
  #subdivision .socials {
    flex-direction: row;
    gap: 2rem;
  }

  #subdivision .col.contacts .socials {
    flex-direction: column;
    align-items: flex-start;

  }

  .subdivision__introduction .col .row img {
    width: 100%;
    object-fit: contain;
    height: auto;
  }

  .subdivision__introduction .col:first-child {
    border-radius: 0.5rem;
  }

  .absolute__img-z {
    position: absolute;
    z-index: 4;
    left: -2rem;
    top: 0;
  }

  #subdivisionFeatures .row {
    gap: 3rem;
  }

  .grid-5,
  #subdivisionFeatures .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  #subdivisionFeatures .grid .feature__block .text-md {
    margin-top: 1.5rem;
  }

  #subdivisionFeatures .grid {
    gap: 3rem;
  }

  .subdivision__card {
    aspect-ratio: 280/100;
    width: 100%;
  }

  .subdivision__card:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .subdivision__introduction .col .text-md {
    margin-top: 2rem;
  }

  #subdivision__rubric .grid {
    gap: 0.08rem;
  }

  .usa .feature1 .feature__img,
  .usa .feature2 .feature__img {
    height: 21em;
  }

  .feature__img {
    overflow: hidden;
    height: 21rem;
  }




  .website__button::before,
  .instagram__button::before,
  .location__button::before,
  #subdivision .whatsapp__button::before {
    width: 2rem;
    height: 2rem;
  }

  .subdivision_triple {
    flex-direction: column;
    gap: 3rem;
  }

  .subdivision_triple .col:nth-child(2) {
    max-width: 100%;
    aspect-ratio: 254 / 260;
  }

  .subdivision__introduction .orbis_logo {
    top: revert;
    bottom: 2rem;
    right: 2rem;
  }

  .history__slider .col1 * {
    order: 3;
  }

  .history__slider .title-lg {
    font-size: 1.8rem;
    order: 1;
  }


  .history__slider .event {
    order: 2;
    max-width: 100%;
    padding-left: 1.6rem;
    margin-top: 3rem;
  }

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



  .history__slider .swiper-slide {
    flex-direction: column;
  }

  .history__slider .col1,
  .history__slider .col3 {
    padding: 3.8rem 2rem 3.3rem;
    max-width: 100%;
  }

  .history__slider .col2 {
    min-width: 100%;

  }



  .history__slider {
    padding: 0;
    margin-top: 0;
    height: revert;
  }

  #history {
    margin-top: 4.671rem;
    display: flex;
    flex-direction: column-reverse;
  }

  #history .crumbs {
    position: static;
    background: #10113D;
    margin-bottom: 0;
    padding: 2.4rem 2rem;
    color: #fff;
  }

  #history .crumbs h1 {
    font-size: 2rem;
  }

  .history__slider .swiper-slide[data-target="2001"] .col3 img {
    width: revert;
    object-fit: scale-down;
    max-width: 10rem;
  }

  .history__slider .swiper-slide[data-target="2003"] .col3 {
    width: 100%;
    justify-content: end;
    align-items: center;
    padding-bottom: 7.3rem;
  }

  .history__slider .swiper-slide[data-target="2010"] .col1 {
    order: 1;
  }

  .history__slider .swiper-slide[data-target="2010"] .col2 {
    order: 3;
  }

  .history__slider .swiper-slide[data-target="2010"] .col3 {
    position: static;
    order: 2;
    padding-top: 0;
  }



  .history__slider .swiper-slide[data-target="2010"] .col3 .caption {
    margin-top: 0;
  }

  .history__slider .swiper-slide[data-target="2003"] .col3 img {
    max-width: 12.5rem;
  }

  .history__slider .swiper-slide[data-target="2002"] .col3 {
    position: absolute;
    bottom: 22.6rem;
  }

  .history__slider .car {
    display: none;
  }

  .history__slider .col3 .caption,
  .history__slider .col3 .event {
    margin-top: 3rem;
  }

  .history__slider .quote {
    font-size: 1.2rem;
    padding-left: 0;
    border: none;
  }

  .history__slider .col1 .event:not(:last-child) {
    margin-bottom: 4.3rem;
  }

  .history__slider .col3 img {
    object-fit: scale-down;
    max-width: 20rem;
    margin: 0 auto;
  }

  .history__slider .col3 img:nth-child(2) {
    margin-bottom: 0;
  }

  .history__slider .col .award {
    margin-bottom: 0;
  }



  .history__slider .col3 .event {
    padding-left: 0;
    border-left: none;
  }

  .history__slider .quote .quote__text::before {
    width: 3rem;
    height: 2rem;
    margin-bottom: 1.2rem;
  }

  .history__slider .swiper-slide[data-target="2021"] .col3 {
    position: static;
    background: #10113D;
    color: #fff;
  }

  .history__slider .col3 img+.award {
    margin-top: 2.4rem;
  }

  .history__slider .swiper-slide[data-target="2021"] .quote .quote__text::before {
    filter: grayscale() brightness(10);
  }

  .year__select {
    padding: 0 2rem;
    gap: 4rem;
    background: #D9D9D9;
    position: sticky;
    top: 4.6rem;
    z-index: 10;
  }

  #history .chip {
    padding: 1.6rem 0 1.7rem;
    font-size: 1.2rem;
    border: none;
  }

  .chip.active {
    background: transparent;

  }

  #news .chip.active {
    background: #fff;
  }

  #history .chip.active::after {
    content: "";
    position: absolute;
    top: -1%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1rem solid #10113D;
  }

  #share {
    flex-direction: column;
  }

  #share .info__block .stat__col {
    width: revert;
    padding-bottom: 0;
    padding-left: 1.4rem;
    border-bottom: none;
  }

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

  #share .stat__num {
    font-size: 2rem;
  }

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

  #share .stat__text {
    font-size: 1.2rem;
    text-transform: none;
  }

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

  #subdivisionTeam .finance.advert .bg-wrapper {
    right: 0;
    width: 100%;
    height: auto;
    bottom: 0;
    top: revert;
  }

  #subdivisionTeam .advert {
    min-height: 48rem;
  }
}

.play_button {
  cursor: pointer;
}

@media (min-aspect-ratio: 2/1) and (min-width:2561px) {
  html {
    font-size: 10px;
  }




  .banner__title {
    font-size: 17rem;
  }

  .content {
    max-width: 100%;
    width: calc(100% - 90rem);
    margin: 0 auto;
    padding: 0 2rem;
  }

  #news__single .page__header {
    padding: 16.8rem 48rem 6.7rem;
  }

  #newsMain .news__preview {
    width: 100%;
    height: auto;
  }

  .appeal__block:first-child {
    width: revert;
    min-width: 67.7rem;
  }

  .feature1,
  .feature4 {
    width: 100rem;
  }

  .feature5:last-child {
    width: auto;
  }

  .feature4 .feature__img {
    height: auto;
  }

  .feature5 {
    width: 79rem;
  }

  .feature2 .feature__img {
    height: auto;

    img {
      width: 50rem;
    }
  }

  .feature2 {
    margin-left: 15.48rem;
    width: revert;
    flex: 1;
  }

  .appeal__block:last-child {
    width: revert;
    min-width: 124.47rem;
    flex: 1;
  }

  .history__slider .col2 {
    flex: revert;
  }

  .banner__content,
  .lt-text {
    left: 48rem;
  }

  .disclaimer,
  .rt-text {
    right: 48rem;
  }

  .container,
  #news__single .container,
  #news__single #newsMain,
  .page__header .container-sm {
    padding: 9rem 48rem;
  }


  .container-sm {
    width: 100%;
    padding: 9.2rem 32%;
  }

  .footer {
    padding: 11.817rem 48rem 3rem 48rem;
  }

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

  .subdivisionSlider {
    height: 60rem;
  }

  .subdivision__introduction .col:last-child {
    margin-top: 1.9rem;
    margin-left: auto;
    max-width: 67.839rem;
    position: relative;
  }

  .subdivision__introduction .intro__img {
    border-radius: 0.5rem;
    object-fit: contain;
    flex: 1;
  }

  .subdivision__introduction .col:last-child .row img,
  .subdivision__introduction .col:last-child .row video {
    width: 100rem;
    object-fit: cover;
    height: auto;
  }

  .travel .feature2 {
    margin: 0 auto;
    max-width: 80rem;
  }

  .travel .feature7 {
    max-width: 60rem;
  }


}


@media (min-aspect-ratio: 2/1) and (min-width:3850px) {
  html {
    font-size: 10px;
  }




  .banner__title {
    font-size: 22rem;
  }

  .content {
    max-width: 100%;
    width: calc(100% - 60%);
    margin: 0 auto;
    padding: 0;
  }

  #news__single .page__header {
    padding: 16.8rem 30% 6.7rem;
  }

  #newsMain .news__preview {
    width: 100%;
    height: auto;
  }

  .appeal__block:first-child {
    width: revert;
    min-width: 67.7rem;
  }

  .feature1,
  .feature4 {
    width: 100rem;
  }

  .feature5:last-child {
    width: auto;
  }

  .feature4 .feature__img {
    height: auto;
  }

  .feature5 {
    width: 79rem;
  }

  .feature2 .feature__img {
    height: auto;

    img {
      width: 50rem;
    }
  }

  .feature2 {
    margin-left: 15.48rem;
    width: revert;
    flex: 1;
  }

  .appeal__block:last-child {
    width: revert;
    min-width: 124.47rem;
    flex: 1;
  }

  .history__slider .col2 {
    flex: revert;
  }

  .banner__content,
  .lt-text {
    left: 28%;
  }

  .disclaimer,
  .rt-text {
    right: 29%;
  }

  .container,
  #news__single .container,
  #news__single #newsMain,
  .page__header .container-sm {
    padding: 9rem 30%;
  }

  #team .container,
  .split__hero .container {
    padding: 9rem 15%;
  }

  .container-sm {
    width: 100%;
    padding: 9.2rem 32%;
  }

  .footer {
    padding: 11.817rem 30% 3rem 30%;
  }
}


@media (min-width:1100px) and (max-width: 1400px) {
  html {
    font-size: calc(10 / 1440 * 100vw);
  }





  .banner__title {
    font-size: 15rem;
  }

  .content {
    max-width: 100%;
    width: 1300px;
    margin: 0 auto;
    padding: 0 3rem;
  }

  #news__single .page__header {
    padding: 16.8rem 3rem 6.7rem;
  }

  #newsMain .news__preview {
    width: 100%;
    height: auto;
  }

  .appeal__block:first-child {
    width: revert;
    min-width: 67.7rem;
  }


  .feature5:last-child {
    width: auto;
  }

  .feature4 .feature__img {
    height: auto;
  }

  .feature5 {
    width: 79rem;
  }

  .subdivision__introduction .col:first-child {
    border-radius: 1.5rem;
    position: relative;
    flex-grow: 0;
    flex-shrink: 1;
    max-width: 50%;
  }

  .feature2 .feature__img {
    height: auto;

  }

  .feature2 {
    width: revert;
    flex: 1;
  }

  .appeal__block:last-child {
    width: revert;
    min-width: 124.47rem;
    flex: 1;
  }

  .history__slider .col2 {
    flex: revert;
    min-width: 50rem;
  }

  .banner__content,
  .lt-text {
    left: 3rem;
  }

  .disclaimer,
  .rt-text {
    right: 3rem;
  }

  .container,
  #news__single .container,
  #news__single #newsMain,
  .page__header .container-sm {
    padding: 6rem 3rem;
  }

  #team .container,
  .split__hero .container {
    padding: 9rem 1.5rem;
  }

  .container-sm {
    width: 100%;
    padding: 9.2rem 4rem;
  }

  .footer {
    padding: 7rem 3rem 3rem;
  }

  #news__single .news__date {
    position: static;
    margin-bottom: 1rem;
  }

  .history__slider {
    padding: 0;
  }

  .history__slider .col1 {
    padding-left: 3rem;
  }

  #history .crumbs {
    left: 3rem;
  }

  .history__slider .col3 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

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

  .history__slider {
    height: 64rem;
  }

  .history__slider .title-lg {
    font-size: 10.6rem;
  }

  .footer__logo img {
    margin: 0 auto;
  }
}