html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden],
template {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

li,
p,
ul {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  outline: none;
}

a,
button {
  cursor: pointer;
}

body.rtl {
  direction: rtl;
}

.watch-nav {
  color: #fff;
  direction: ltr;
  flex-wrap: wrap;
  opacity: 0;
  position: fixed;
  transform: translate3d(0, -100%, 0);
  z-index: 10;
}

.watch-nav, .watch-nav:before {
  overflow: hidden;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
}

.watch-nav:before {
  background: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  content: "";
  height: 100%;
  opacity: 1;
  position: absolute;
}

.watch-nav.visible {
  opacity: 1;
  transform: translateZ(0);
}

.watch-nav.has-header {
  transform: translate3d(0, 72px, 0);
}

.watch-nav:not(.has-header) {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.watch-nav.hidden {
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  transition: opacity 0.3s ease, transform 0.3s ease 0.3s;
}

.watch-nav.hidden:before {
  transition: opacity 0.3s ease;
}

.watch-nav.open {
  z-index: 50;
}

.watch-nav.open:before {
  background: #000;
}

.watch-nav__head {
  align-items: center;
  height: 46px;
  margin: 0;
  white-space: nowrap;
}

.watch-nav__head-left, .watch-nav__head {
  display: flex;
  justify-content: space-between;
}

.watch-nav__head-sep {
  margin: -2px !important;
}

@media only screen and (max-width: 991px) {
  .watch-nav__head-sep {
    display: none !important;
  }
}
.watch-nav__head-previous .icon {
  display: none;
}

.watch-nav__head-right {
  height: 100%;
  max-width: calc(100% - 250px);
  overflow: scroll;
  position: relative;
}

.watch-nav__head-right::-webkit-scrollbar {
  display: none;
}

.watch-nav__head-right-wrapper {
  height: 100%;
  position: relative;
}

.watch-nav__head-right-underline {
  bottom: 0;
  display: block;
  height: 2px;
  left: 0;
  pointer-events: none;
  position: absolute;
  transform-origin: left;
}

.watch-nav__head-toggle .icon {
  display: inline-block;
  font-size: 0.625rem;
  line-height: 0.5;
  margin-left: 6px;
  transform: translateY(-2px) rotate(90deg);
  transition: color 0.2s ease, transform 0.3s ease;
}

.watch-nav__head-toggle.active .icon {
  transform: translateY(-2px) rotate(-90deg);
}

.watch-nav__head-links {
  align-items: center;
  display: flex;
  height: 100%;
}

.watch-nav__head-link {
  height: 100%;
}

.watch-nav__head li {
  align-items: center;
  display: flex;
  margin: 0 17px;
}

.watch-nav__head li:first-child {
  margin-left: 0;
}

.watch-nav__head li:last-child {
  margin-right: 0;
}

.watch-nav__list {
  height: 0;
  overflow: hidden;
}

.watch-nav__list-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  width: -moz-fit-content;
  width: fit-content;
}

.watch-nav__list-item {
  display: inline-block;
  flex: 1;
  position: relative;
  width: 220px;
}

.watch-nav__list-item:hover img {
  transform: scale(1.1);
}

.watch-nav__list-product {
  align-items: center;
  display: flex;
}

.watch-nav__list-img {
  height: 162px;
  margin-right: 20px;
  width: 60%;
  width: 122px;
}

.watch-nav__list-img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform 1s ease;
  width: 100%;
}

.watch-nav__list-title {
  position: relative;
  white-space: nowrap;
}

.watch-nav__list-current {
  border-radius: 100%;
  height: 6px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  top: 26px;
  width: 6px;
}

@media only screen and (max-width: 991px) {
  .watch-nav.has-header {
    transform: translate3d(0, 68px, 0);
  }
  .watch-nav.has-header .watch-nav__head {
    height: 49px;
    overflow: hidden;
  }
  .watch-nav.has-header .watch-nav__head.noAnchors .watch-nav__head-left {
    height: 49px;
  }
  .watch-nav.open .watch-nav__head {
    height: 49px;
    overflow: hidden;
  }
  .watch-nav.hidden {
    transform: translate3d(0, -100%, 0);
  }
  .watch-nav .container {
    padding: 0;
  }
  .watch-nav__head {
    flex-wrap: wrap;
    height: auto;
    height: 95px;
    margin: 0;
    transition: height 0.3s ease;
  }
  .watch-nav__head.noAnchors .watch-nav__head-left, .watch-nav__head.noAnchors {
    height: 55px;
  }
  .watch-nav__head-left {
    border-bottom: 1px solid hsla(0, 0%, 59%, 0.2);
    height: 48px;
    padding: 0 26px;
    width: 100%;
  }
  .watch-nav__head-left li {
    margin: 0;
  }
  .watch-nav__head-previous .icon {
    display: inline-block;
    margin-right: 14px;
  }
  .watch-nav__head-right {
    height: 44px;
    line-height: 44px;
    margin-left: 26px;
    max-width: inherit;
    overflow: scroll;
    white-space: nowrap;
  }
  .watch-nav__head-right::-webkit-scrollbar {
    display: none;
  }
  .watch-nav__head-right li {
    margin: -6px 16px 0;
  }
  .watch-nav__list {
    padding: 0 26px;
  }
  .watch-nav__list-wrapper {
    padding: 0 0 30px;
  }
  .watch-nav__list-item {
    display: flex;
    text-align: center;
    width: 88px;
  }
  .watch-nav__list-product {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .watch-nav__list-img {
    margin-right: 0;
    width: 100%;
  }
}
.watch-nav:not(.visible) {
  pointer-events: none;
}

.watch-nav.open .watch-nav__list {
  overflow-x: hidden;
  overflow-y: visible;
  min-height: 0;
}

.watch-nav__list-wrapper {
  will-change: transform;
}

.watch-nav__head-right-underline {
  background: var(--asset-color);
  width: 0;
}

.watch-nav .watch-nav__list {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-drag: none;
  touch-action: none;
  user-select: none;
}

.watch-nav__list-wrapper a,
.watch-nav__list-wrapper a:hover,
.watch-nav__list-wrapper a:focus,
.watch-nav__list-wrapper a:focus-visible,
.watch-nav__list-wrapper a:visited,
.watch-nav__list-wrapper a:active {
  text-decoration: none;
}

.watch-nav__list-wrapper .watch-nav__list-title::after {
  content: none;
}

.watch-nav__list-current {
  background: var(--asset-color);
}

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

.product__content {
  background: #fff;
  transition: all 0.8s ease;
}

.product section {
  overflow: hidden;
  position: relative;
}

.product__group.product__content--top {
  background: #fff;
  color: #000;
  position: relative;
  width: 100%;
}

.product__group.product__content--top > div:first-child {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .product__group {
    padding-top: 0;
  }
  .product__group .image-full:first-child {
    margin-top: 0;
  }
}
.slider {
  background: #0e0e0e;
  color: #fff;
  padding: 148px 0 120px;
}
.slider.single {
  padding: 180px 0 120px;
}
.slider.light {
  background: #fff;
  color: #000;
}
.slider.light .slider__head-buttons button {
  color: #7e7d7e;
}
.slider.light .slider__head-buttons button span {
  background: currentColor;
}
.slider.light .slider__head-buttons button.active, .slider.light .slider__head-buttons button:hover {
  color: #000;
}
.slider.light .slider__slide-text {
  background: #fff;
}
.slider.light .slider__slide-content {
  color: #373737;
}
.slider.light .slider__bar-bar::before {
  background: rgba(52, 51, 52, 0.1);
}
.slider.light .slider__bar-progress {
  color: #343334;
}
.slider__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 38px;
}
.slider__head-buttons button {
  color: #a1a1a1;
  display: inline-block;
  padding: 0 24px;
  position: relative;
  transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.slider__head-buttons button span {
  background: #fff;
  bottom: -14px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 100%;
}
.slider__head-buttons button.active, .slider__head-buttons button:hover {
  color: #fff;
}
.slider__head-buttons button.active span, .slider__head-buttons button:hover span {
  transform: scale(1);
}
.slider__head-buttons button .dropdown .dropdown {
  margin: 8px 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.slider__head-buttons button.hide-desk {
  display: none;
}
.slider__slide {
  display: flex;
  flex-wrap: wrap;
}
.slider__slide-surtitle {
  margin-bottom: 44px;
}
.slider__slide-title {
  margin-bottom: 24px;
}
.slider__slide-text {
  background: #0e0e0e;
  padding-right: 8%;
  position: relative;
  width: 34%;
  z-index: 1;
}
.slider__slide-images {
  height: 100%;
  opacity: visible;
  width: 66%;
}
.slider__slide-container {
  width: calc(100% + 58px);
}
.slider__slide-wrapper {
  display: flex;
  touch-action: pan-y !important;
  width: fit-content;
}
.slider__slide-img {
  height: 62vh;
  margin-right: 16px;
  max-height: 600px;
  pointer-events: none;
}
.slider__slide-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.slider__bar {
  overflow: hidden;
  width: 100%;
}
.slider__bar.hide-desk {
  display: none;
}
.slider__bar-bar {
  height: 100px;
  position: relative;
  transform-origin: left;
  width: 100%;
}
.slider__bar-bar::before {
  background: hsla(0, 0%, 100%, 0.1);
  content: "";
  height: 2px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.slider__bar-progress {
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  touch-action: pan-y !important;
  width: 100%;
}
.slider__bar-progress::after {
  background: currentColor;
  content: "";
  height: 2px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.slider__slide-wrapper--static {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-drag: none;
  transform: matrix(1, 0, 0, 1, 0, 0);
  touch-action: none;
  user-select: none;
}
.slider__bar-bar--scaled {
  transform: scale(1.5, 1);
}
.slider__bar-progress--fill {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-drag: none;
  color: var(--asset-color);
  left: 0;
  touch-action: none;
  user-select: none;
  width: 33.3333%;
}
.slider .slider__content[data-lang=ar] .slider__slide-images {
  direction: ltr;
}
@media only screen and (max-width: 991px) {
  .slider {
    padding: 86px 0;
  }
  .slider.single {
    padding: 40px 0 86px;
  }
  .slider__head-buttons {
    display: flex;
    margin: 20px -12px 0;
    overflow: scroll;
  }
  .slider__head-buttons::-webkit-scrollbar {
    display: none;
  }
  .slider__head-buttons button {
    padding: 0 12px;
  }
  .slider-container {
    width: 100%;
  }
  .slider__slide {
    flex-direction: column;
  }
  .slider__slide-surtitle {
    margin-bottom: 24px;
  }
  .slider__slide-title {
    margin-bottom: 20px;
  }
  .slider__slide-text {
    order: 4;
    width: 100%;
  }
  .slider__slide-images {
    margin-left: -26px;
    width: calc(100% + 52px);
  }
  .slider__slide-img {
    height: 400px;
    margin-right: 0;
  }
}

.image-full {
  clip-path: inset(0 0 0 0);
  margin: -1px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.image-full.remove-margin {
  margin-top: -200px;
}
.image-full__bg, .image-full__video {
  display: block;
  height: 100%;
  object-fit: cover;
  position: fixed;
  top: 0;
  transform: scale(1);
  width: 100%;
}
.image-full.visible .image-full__bg, .image-full.visible .image-full__video {
  transform: scale(1.02);
  transition: transform 3s ease;
}
@media only screen and (max-width: 991px) {
  .image-full--video {
    height: 70vh;
    min-height: 406px;
  }
  .image-full__bg {
    position: relative;
  }
  .image-full__video {
    position: absolute;
  }
}

@font-face {
  font-display: swap;
  font-family: Interstate;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/interstate/Interstate-Regular.woff2") format("woff2"), url("../fonts/interstate/Interstate-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: Interstate;
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/interstate/Interstate-Light.woff2") format("woff2"), url("../fonts/interstate/Interstate-Light.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: Interstate;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/interstate/Interstate-Bold.woff2") format("woff2"), url("../fonts/interstate/Interstate-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Neue Haas Grotesk";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/neue-haas-grotesk/NeueHaasGrotesk-Regular.woff2") format("woff2"), url("../fonts/neue-haas-grotesk/NeueHaasGrotesk-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Neue Haas Grotesk";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/neue-haas-grotesk/NeueHaasGrotesk-Light.woff2") format("woff2"), url("../fonts/neue-haas-grotesk/NeueHaasGrotesk-Light.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.svg") format("svg");
}
body.rm-header-page {
  --asset-color: #fff;
  --shell-viewport-height: 1050px;
  --hero-blur-opacity: 0.253968;
  --hero-stage-opacity: 0.746032;
  --hero-intro-opacity: 0.253968;
  -webkit-font-smoothing: antialiased;
  background: #000;
  color: #fff;
  font-family: Interstate, sans-serif;
  font-weight: 200;
  margin: 0;
}
body.rm-header-page .smooth-scroll-shell {
  height: 100vh;
  margin: 0;
  max-width: none;
  padding: 0;
}
body.rm-header-page .vb {
  background: #000;
  border: none;
  border-radius: 0;
}
body.rm-header-page .scroll-viewport {
  background: #000;
  border: none;
  border-radius: 0;
}
body.rm-header-page .scroll-content {
  font-family: inherit;
  padding: 0;
  padding-top: 105px;
}
@media only screen and (max-width: 991px) {
  body.rm-header-page .scroll-content {
    padding-top: 60px;
  }
}
body.rm-header-page .custom-scrollbar__track {
  background: transparent;
}
body.rm-header-page .custom-scrollbar__thumb {
  background: rgba(255, 255, 255, 0.45);
}

[class^=icon-]::before,
[class*=" icon-"]::before {
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: icomoon !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

.icon-parameters::before {
  content: "\e900";
}

.icon-checked::before {
  content: "\e901";
}

.icon-model {
  position: relative;
}

.icon-model::before {
  content: "\e902";
}

.icon-model::after {
  background: #fff;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
}

.icon-weibo::before {
  content: "\e903";
  font-size: 1.1rem;
}

.icon-arrow-down::before {
  content: "\e904";
}

.icon-burger::before {
  content: "\e905";
}

.icon-down::before {
  content: "\e906";
}

.icon-next::before {
  content: "\e907";
}

.icon-play::before {
  content: "\e908";
}

.icon-previous::before {
  content: "\e909";
}

.icon-cross::before {
  content: "\e90a";
}

.icon-search::before {
  content: "\e90b";
}

.icon-facebook::before {
  content: "\e90c";
}

.icon-twitter1::before {
  content: "\e90d";
}

.icon-instagram1::before {
  content: "\e90e";
}

.icon-monogramme::before {
  content: "\e90f";
}

.icon-Vimeo::before {
  content: "\e910";
}

.icon-sun::before {
  content: "\e911";
}

.icon-moon::before {
  content: "\e912";
}

.icon-youtube::before {
  content: "\e913";
  font-size: 1.2rem;
  margin: 0 1px;
}

.icon-arrow-link::before {
  content: "\e914";
}

.icon-next-bold::before {
  content: "\e915";
}

.icon-drag {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.3), #fff 45%);
  display: block;
  position: relative;
}

.icon-drag::before {
  content: "\e916";
}

.icon-error::before {
  color: #b12626;
  content: "\e917";
}

.icon-email {
  top: 53% !important;
}

.icon-email::before {
  content: "\e918";
}

.icon-phone {
  left: 49% !important;
  top: 54% !important;
}

.icon-phone::before {
  content: "\e919";
}

.icon-location {
  left: 45% !important;
  top: 55% !important;
}

.icon-location::before {
  content: "\e91a";
}

.icon-website::before {
  content: "\e91b";
}

.container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0 56px;
  position: relative;
  width: 100%;
}
.container .container {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .container {
    padding: 0 26px;
  }
}

.special-char {
  font-family: "Neue Haas Grotesk", sans-serif;
}

.capitalize {
  text-transform: capitalize;
}

.link {
  cursor: pointer;
  direction: ltr;
  display: inline-block;
  font-family: "Neue Haas Grotesk", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.link--roman {
  font-weight: 300;
}

.link--arrow {
  transform: translate(-22px);
  transition: all 0.6s ease;
}
.link--arrow::before, .link--arrow::after {
  content: "\e914";
  display: inline-block;
  font-family: icomoon;
  font-size: 12px;
  opacity: 1;
  transition: 0.3s ease;
}
.link--arrow::before {
  margin-right: 6px;
  opacity: 0;
  transform: translate(22px);
}
.link--arrow::after {
  margin-left: 6px;
  transition: all 0.2s ease 0.4s;
}

.link--arrow-button:hover .link--arrow,
.link--arrow.active,
.link--arrow:hover {
  transform: translate(-6px);
}

.link--arrow-button:hover .link--arrow::before,
.link--arrow.active::before,
.link--arrow:hover::before {
  opacity: 1;
  transform: translate(0);
  transition: all 0.2s ease 0.4s;
}

.link--arrow-button:hover .link--arrow::after,
.link--arrow.active::after,
.link--arrow:hover::after {
  opacity: 0;
  transform: translate(-22px);
  transition: 0.2s ease;
}

.link-button {
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 40px;
  display: inline-block;
  height: fit-content;
  padding: 15px 0 15px 28px;
}

.link-button--black {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.link-button--larger {
  padding: 15px 12px 15px 34px;
}

@media only screen and (max-width: 991px) {
  .link-button {
    padding: 17px 0 15px 28px;
  }
}
.link--big {
  font-size: 1.75rem;
  transform: translate(-28px);
}
.link--big::after, .link--big::before {
  font-size: 0.875rem;
  margin-top: 8px;
  vertical-align: text-top;
}

@media only screen and (max-width: 1400px) {
  .link--big {
    font-size: 1.25rem;
  }
  .link--big::after, .link--big::before {
    margin-top: 4px;
  }
}
.title {
  font-family: "Neue Haas Grotesk", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.title--h1 {
  font-size: 5.5rem;
  letter-spacing: -2px;
  line-height: 88px;
}

.title--h2 {
  font-size: 2.75rem;
  letter-spacing: -1px;
  line-height: 48px;
}

.title--h3 {
  font-size: 2.25rem;
  line-height: 38px;
}

.title--h4 {
  font-size: 1.75rem;
  line-height: 30px;
}

.title--h5 {
  font-size: 1.375rem;
  line-height: 24px;
}

@media only screen and (max-width: 1280px) {
  .title--h1 {
    font-size: 4.5rem;
    line-height: 72px;
  }
  .title--h2 {
    font-size: 2.5rem;
    line-height: 44px;
  }
  .title--h3 {
    font-size: 1.75rem;
    line-height: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .title--h1 {
    font-size: 2.5rem;
    line-height: 40px;
  }
  .title--h2 {
    font-size: 1.75rem;
    line-height: 32px;
  }
  .title--h3 {
    font-size: 1.375rem;
    line-height: 26px;
  }
  .title--h4,
  .title--h5 {
    font-size: 1.25rem;
    line-height: 24px;
  }
}
.subtitle {
  font-family: "Neue Haas Grotesk", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.subtitle--roman {
  font-weight: 300;
}

.subtitle--1 {
  font-size: 1rem;
  line-height: 20px;
}

.subtitle--2 {
  font-size: 0.875rem;
  line-height: 16px;
}

.subtitle--3 {
  font-size: 0.75rem;
  line-height: 14px;
}

@media only screen and (max-width: 991px) {
  .subtitle--1 {
    font-size: 1rem;
    line-height: 20px;
  }
  .subtitle--2 {
    font-size: 0.875rem;
    line-height: 18px;
  }
  .subtitle--3 {
    font-size: 0.75rem;
    line-height: 14px;
  }
}
.text {
  font-family: Interstate, sans-serif;
  font-weight: 200;
}

.text--regular {
  font-weight: 600;
}

.text--body1 {
  font-size: 1.375rem;
  letter-spacing: 0.02em;
  line-height: 32px;
}

.text--body2 {
  font-size: 1.25rem;
  line-height: 28px;
}

.text--body3 {
  font-size: 1.125rem;
  line-height: 24px;
}

.text--body4,
.text--body5 {
  font-size: 1rem;
  line-height: 20px;
}

@media only screen and (max-width: 1280px) {
  .text--body1 {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .text--body1 {
    font-size: 1.25rem;
    line-height: 30px;
  }
  .text--body2,
  .text--body3 {
    font-size: 1.125rem;
    line-height: 24px;
  }
  .text--body4 {
    font-size: 1rem;
    line-height: 20px;
  }
}
.r__option {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}
.loader {
  animation: spin 1s linear infinite;
  border: 2px solid hsla(0, 0%, 100%, 0.15);
  border-radius: 50%;
  border-top-color: #fff;
  box-sizing: border-box;
  display: block;
  height: 46px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 46px;
}

.loader--large {
  border-width: 2px;
  height: 120px;
  width: 120px;
}

.loader--medium {
  border-width: 2px;
  height: 80px;
  width: 80px;
}

.vb > .vb-dragger {
  right: 0;
  width: 12px;
  z-index: 9999;
}
@media only screen and (max-width: 991px) {
  .vb > .vb-dragger {
    width: 7px;
  }
}

.vb > .vb-dragger > .vb-dragger-styler {
  backface-visibility: hidden;
  background-color: hsla(0, 0%, 78%, 0.5);
  border-radius: 20px;
  cursor: pointer;
  display: block;
  height: calc(100% - 10px);
  margin: 5px 2px;
  transform: rotate3d(0, 0, 0, 0);
  transition: background-color 0.1s ease-out, margin 0.1s ease-out, height 0.1s ease-out;
}

.vb.vb-scrolling-phantom > .vb-dragger > .vb-dragger-styler {
  background-color: hsla(0, 0%, 78%, 0.3);
}

.vb > .vb-dragger:hover > .vb-dragger-styler {
  background-color: hsla(0, 0%, 78%, 0.8);
  height: 100%;
  margin: 0 1px;
}

.vb.vb-dragging > .vb-dragger > .vb-dragger-styler {
  background-color: hsla(0, 0%, 78%, 0.8);
  height: 100%;
  margin: 0;
}

.vb.vb-dragging-phantom > .vb-dragger > .vb-dragger-styler {
  background-color: hsla(0, 0%, 78%, 0.5);
}

.product__content--theme-rm67 {
  background: rgb(10, 10, 10);
  color: rgb(168, 126, 89);
  transition: background 0.8s ease, color 0.8s ease;
}

.text-image {
  width: 100vw;
}
.text-image.first {
  padding-top: 200px;
}
.text-image.servicing {
  padding-bottom: 200px;
}
.text-image__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.text-image__text {
  max-width: 533px;
  opacity: 0;
  transform: translate3d(0, 30%, 0);
  transition: opacity 0.6s ease, transform 0.6s ease;
  width: 34%;
}
.text-image__text.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.text-image__surtitle {
  margin-bottom: 40px;
  width: 50%;
}
.text-image__title {
  margin-bottom: 22px;
}
.text-image__body {
  margin-bottom: 100px;
}
.text-image__media {
  margin-right: -56px;
  min-height: 100%;
  width: calc(58% + 50px);
}
.text-image__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .text-image.reverse .text-image__content {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .text-image.reverse .text-image__media {
    margin-left: -56px;
    margin-right: 0;
  }
  body[dir=rtl] .text-image.reverse .text-image__media {
    margin-left: 0;
    margin-right: -56px;
  }
  .text-image.reverse .text-image__text {
    box-sizing: border-box;
    max-width: inherit;
    padding-left: 60px;
  }
  body[dir=rtl] .text-image.reverse .text-image__text {
    padding-left: 0;
    padding-right: 60px;
  }
  .text-image:not(.first) .text-image__text {
    padding-top: 88px;
  }
}
@media only screen and (max-width: 991px) {
  .text-image.first {
    padding-top: 0;
  }
  .text-image__media {
    height: auto;
    margin: 0 -26px;
    width: calc(100% + 52px);
  }
  .text-image__media.visible {
    overflow: hidden;
  }
  .text-image__media.visible img,
  .text-image__media.visible video {
    transform: scale(1.02);
    transition: transform 3s ease 0.3s;
  }
  .text-image__text {
    margin: 0;
    max-width: inherit;
    opacity: 1;
    padding: 86px 0;
    transform: none;
    width: 100%;
  }
  .text-image__surtitle {
    margin-bottom: 20px;
    width: 100%;
  }
  .text-image__title {
    margin-bottom: 16px;
  }
  .text-image__body {
    margin-bottom: 0;
  }
}

.text-big + .text-image {
  padding-top: 0;
}

@media only screen and (max-width: 991px) {
  .text-big + .text-image {
    padding-top: 0;
  }
}
.image-parallax {
  overflow: hidden;
}
.image-parallax img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .image-parallax__wrapper {
    margin: 0 !important;
  }
}
.parallax-object {
  will-change: transform;
}

.gallery {
  padding: 200px 0 0;
  position: relative;
}
.gallery .list {
  display: flex;
  margin: 0 -55px;
}
.gallery .list + .list {
  margin-top: 50px;
}
.gallery .list + .list .gallery__col {
  display: block;
}
.gallery .list ul {
  margin-top: 30px;
  opacity: 0.77;
}
.gallery .list__item {
  font-weight: 200;
  position: relative;
}
.gallery .list__item + .list__item {
  margin-top: 12px;
}
.gallery__col {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0 55px;
  width: 50%;
}
.gallery__col:first-child {
  margin-top: 120px;
  width: 60%;
}
.gallery__col:first-child .img img {
  height: 1212px;
}
.gallery__col__content {
  padding-right: 20%;
}
.gallery__col__title {
  margin-top: 50px;
  padding-bottom: 20px;
  padding-right: 30%;
}
.gallery__col__title .line {
  border-bottom: 1px solid #d8d8d8;
}
.gallery .img {
  line-height: 0;
  width: 100%;
}
.gallery .img img {
  height: 964px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .gallery__col:first-child .img img {
    height: 612px;
  }
  .gallery .img img {
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .gallery {
    padding: 0;
  }
  .gallery__col {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .gallery__col:first-child {
    margin-top: 0;
    width: 100%;
  }
  .gallery__col__title {
    margin-top: 0;
    padding-right: 0;
  }
  .gallery__col__content:not(.line) {
    padding: 86px 0;
  }
  .gallery__col--right {
    margin-top: 0;
  }
  .gallery .img {
    margin-left: -26px;
    width: 122%;
  }
  body[dir=rtl] .gallery .img {
    margin-left: 0;
    margin-right: -26px;
  }
  .gallery .list {
    flex-direction: column;
  }
  .gallery .list ul {
    margin-top: 20px;
  }
}

.special-char {
  font-weight: inherit;
}

.watch-viewer {
  background: #000;
  color: #fff;
  overflow: hidden;
  padding-bottom: 70px;
  padding-top: 180px;
  text-align: center;
}

[dir=rtl] .watch-viewer {
  direction: ltr;
}

.watch-viewer__content {
  height: 100%;
  position: relative;
  touch-action: pan-y !important;
}

.watch-viewer__loader {
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.watch-viewer__loader.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: visible;
}

.watch-viewer__sprite {
  margin: auto;
  max-width: 100%;
  transition: all 0.3s;
  width: 600px;
  z-index: 1;
}
.watch-viewer__sprite.zoomed {
  transform: scale(1.33);
}
.watch-viewer__sprite.zoomed .watch-viewer__svg {
  opacity: 0;
}
.watch-viewer__sprite img {
  display: block;
  height: 100%;
  pointer-events: none;
}

.watch-viewer__svg {
  bottom: 0;
  height: 140%;
  left: -20%;
  position: absolute;
  right: 0;
  top: -20%;
  transition: all 0.3s;
  width: 140%;
  z-index: 1;
}

.watch-viewer__svg--animated {
  cursor: url("../img/cursor-rm-360.png") 32 32, grab;
  transform: rotate(-90deg);
  transform-origin: center;
  touch-action: none;
  user-select: none;
}
.watch-viewer__svg--animated:active {
  cursor: url("../img/cursor-rm-360.png") 32 32, grabbing;
}

.watch-viewer__container {
  overflow: hidden;
  padding-top: 100%;
  pointer-events: none;
  position: relative;
}

.watch-viewer__wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 8100%;
  transition: none;
}
.watch-viewer__wrapper img {
  height: auto;
  width: 100%;
}

.watch-viewer__drag {
  animation: watch-viewer-drag 3s ease infinite;
  display: none;
  font-size: 40px;
  left: 0;
  margin-left: 24%;
  position: absolute;
  top: 48%;
  z-index: 1;
}

.watch-viewer__toggle {
  align-items: center;
  border: 1px solid hsla(0, 0%, 100%, 0.3);
  border-radius: 100%;
  display: inline-flex;
  font-size: 20px;
  height: 48px;
  justify-content: center;
  margin-bottom: 60px;
  padding: 2px 0 0 2px;
  position: relative;
  transition: all 0.2s ease;
  width: 48px;
  z-index: 2;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.watch-viewer__toggle:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.watch-viewer__progress {
  display: flex;
  justify-content: space-between;
  margin: 25px auto 0;
  max-width: 900px;
  position: relative;
  width: 50%;
}
.watch-viewer__progress > button {
  color: #3d3d3d;
  padding-bottom: 10px;
  position: relative;
  transition: color 0.3s ease;
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}
.watch-viewer__progress > button .marker {
  background-color: #000;
  border: 1px solid #343334;
  border-radius: 100%;
  height: 10px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: 100%;
  transition: all 0.3s ease;
  width: 10px;
  z-index: 2;
}
.watch-viewer__progress > button.active, .watch-viewer__progress > button:hover {
  color: #fff;
}

.watch-viewer__progress-line {
  background: #343334;
  bottom: -6px;
  height: 1px;
  position: absolute;
  transform-origin: left;
  transition: transform 0.1s ease;
  width: 100%;
}

@keyframes watch-viewer-drag {
  0%, 40% {
    transform: translate(0);
  }
  20% {
    transform: translate(20px);
  }
}
@media only screen and (max-width: 991px) {
  .watch-viewer {
    padding-top: 70px;
  }
  .watch-viewer__svg {
    height: 105%;
    left: -2.5%;
    top: -2.5%;
    width: 105%;
  }
  .watch-viewer__svg circle {
    stroke-width: 1px;
  }
  .watch-viewer__progress {
    margin: 0 18px;
    width: calc(100% - 36px);
  }
  .watch-viewer__sprite.zoomed {
    transform: scale(2);
  }
  .watch-viewer__drag {
    display: block;
    left: inherit;
    margin-left: 0;
    right: 24px;
    top: 62%;
  }
  .watch-viewer__toggle {
    margin-bottom: 40px;
    margin-top: 20px;
  }
  @keyframes watch-viewer-drag {
    0%, 40% {
      transform: translate(0);
    }
    20% {
      transform: translate(-20px);
    }
  }
}
.details {
  background: #000;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 200px 56px 120px;
}
.details[data-lang=ar] .details__buttons, .details[data-lang=ar] .details__content, .details[data-lang=ar] .details__group, .details[data-lang=ar] .details__wrapper {
  direction: ltr;
}
.details[data-lang=ar] .details__item {
  direction: rtl;
}
.details.light {
  background: #fff;
  color: #000;
}
.details.light .details__item-title {
  border-color: #ddd;
}
.details.light .details__item-content {
  color: #373737;
}
.details.light .details__button::after {
  background: #000;
}

.details__title {
  margin-right: 8%;
  width: 25%;
}

.details__content {
  touch-action: pan-y !important;
  width: 66%;
}

@media screen and (min-width: 993px) and (max-width: 1520px) {
  .details__content {
    margin-top: 150px;
  }
}
.details__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  will-change: transform;
}

.details__group {
  margin-right: 12%;
  width: 38%;
}

.details__item {
  margin-bottom: 80px;
  width: 100%;
}

.details__item-title {
  border-bottom: 1px solid #343334;
  margin-bottom: 24px;
  padding-bottom: 20px;
}

.details__item-content {
  color: #a1a1a1;
}
.details__item-content br {
  content: "";
  display: block;
  margin: 1rem;
}
.details__item-content > p {
  margin: 0 0 1em;
}
.details__item-content > p:last-child {
  margin-bottom: 0;
}
.details__item-content ul {
  margin: 0.5em 0 0;
  padding-left: 1.2em;
}
.details__item-content li {
  margin-bottom: 0.5em;
}

.details__buttons {
  display: none;
  justify-content: center;
}

.details__button {
  display: block;
  height: 48px;
  position: relative;
  width: 20px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.details__button::after {
  background: #fff;
  border-radius: 100%;
  content: "";
  height: 4px;
  left: 7px;
  opacity: 0.25;
  position: absolute;
  top: 22px;
  transition: opacity 0.4s ease;
  width: 4px;
}
.details__button.active::after {
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .details {
    padding: 86px 0;
  }
  .details__title {
    margin-bottom: 32px;
    padding: 0 26px;
    width: 100%;
  }
  .details__content {
    margin-bottom: 22px;
    overflow: hidden;
    touch-action: manipulation !important;
    width: 100%;
  }
  .details__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overscroll-behavior-y: none;
    touch-action: pan-x;
    width: 300vw;
    transition: transform 0.4s ease;
  }
  .details__wrapper.is-dragging {
    transition: none;
  }
  .details__group {
    display: flex;
    flex: 0 0 auto;
    margin-right: 0;
    width: auto;
  }
  .details__item {
    box-sizing: border-box;
    flex-shrink: 0;
    margin-bottom: 0;
    padding: 0 26px;
    width: 100vw;
  }
  .details__buttons {
    display: flex;
    margin-bottom: -20px;
  }
}
.pushs {
  background: #000;
  color: #fff;
  display: flex;
  margin-top: 88px;
  overflow: hidden;
}

.pushs__item {
  align-items: flex-end;
  background: #000;
  box-sizing: border-box;
  display: flex;
  height: 312px;
  overflow: hidden;
  padding: 34px 0 34px 56px;
  position: relative;
  width: 50%;
  color: inherit;
  text-decoration: none;
}

.pushs__bg {
  background: #000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  isolation: isolate;
}

.pushs video {
  background: #000;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.pushs__image {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  pointer-events: none;
}

.pushs__item.is-playing .pushs__image {
  opacity: 0;
  z-index: 0;
}

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

.pushs__overlay {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  pointer-events: none;
  z-index: 3;
}

.pushs__item.is-playing .pushs__overlay {
  opacity: 0.12;
}

.pushs__title {
  position: relative;
  width: 100%;
  z-index: 4;
}

@media only screen and (max-width: 991px) {
  .pushs {
    margin-top: 0;
  }
  .pushs__bg {
    top: 0;
  }
  .pushs__item {
    height: 0;
    padding: 50% 20px 26px;
    width: 100%;
  }
  .pushs__item:last-child {
    display: none;
  }
  .pushs img,
  .pushs__image {
    height: 100%;
  }
}
.breadcrumb {
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 59%, 0.3);
  color: #515151;
  display: flex;
  padding: 38px 0;
  width: 100%;
}

.breadcrumb__item {
  align-items: flex-end;
  display: flex;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}

.breadcrumb__item .sep {
  font-size: 0.625rem;
  line-height: 13px;
  margin: 0 12px;
}

.breadcrumb__cn {
  bottom: 340px;
}

@media only screen and (max-width: 991px) {
  .breadcrumb {
    bottom: 345px;
  }
  .breadcrumb__cn {
    bottom: 435px;
  }
}
.breadcrumb .text--grey {
  color: #959595;
}

body.rtl .footer {
  direction: rtl;
}

.footer {
  align-items: center;
  background: #000;
  color: #fff;
  position: relative;
  z-index: 0;
}

.footer__content {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .footer__content.container {
  padding-bottom: 34px;
  padding-top: 28px;
}

.footer .dropdown.active .dropdown__container {
  border-color: #373737 !important;
  min-height: 80px;
}

.footer__logo {
  display: inline-block;
  margin-top: 6px;
}

.footer__section {
  margin-bottom: 6px;
  width: calc(33.33333% - 8px);
}

.footer__section img {
  filter: invert(100%);
  width: 180px;
}

.footer__section1 {
  font-size: 1.375rem;
  text-transform: uppercase;
}

.footer__section1 li {
  margin-bottom: 14px;
}

.footer__section1-link {
  font-size: 1.375rem;
  font-weight: 400;
}

.footer__section a,
.footer__section span {
  transition: opacity 0.6s ease;
}

.footer__section a:hover,
.footer__section span:hover {
  opacity: 0.5;
}

.footer__sub-section {
  border-bottom: 1px solid hsla(0, 0%, 59%, 0.3);
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 20px;
}

.footer__sub-section--big {
  font-size: 1.875rem;
  margin-bottom: 30px;
}

.footer__sub-section li {
  display: flex;
  margin-bottom: 8px;
  width: calc(50% - 8px);
}

.footer__sub-section--opacity {
  border-bottom: none;
  margin-bottom: 26px;
}

.footer__sub-section--opacity li {
  margin-bottom: 12px;
}

.footer__social:hover > div,
.footer__social:hover {
  opacity: 1 !important;
}

.footer__social-content {
  align-items: center;
  display: flex;
  width: calc(50% - 8px);
}

.footer__social-content .icon {
  font-size: 0.875rem;
}

.footer__social a {
  display: inline-block;
  margin-right: 12px;
}

.footer__social-title {
  margin-bottom: 8px;
  width: 50%;
}

.footer__sub {
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}
.footer__sub.container {
  padding-bottom: 44px;
  margin-bottom: 0;
}

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

.footer__sub-link {
  color: #a1a1a1;
  margin-right: 32px;
  transition: color 0.3s ease;
}

.footer__sub-link:not(.no-hover):hover {
  color: #fff;
}

.footer__bestlink .dropdown__title {
  margin: 0;
  text-transform: none;
  transition: opacity 0.6s ease;
}

.footer__bestlink:hover .dropdown__title {
  opacity: 0.5;
}

.footer .copyright--mobile,
.footer__bestlink--mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .footer .footer__content.container {
    padding-bottom: 0;
    padding-top: 74px;
  }
  .footer__section {
    width: 100%;
  }
  .footer__section li {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .footer__section1 {
    border-bottom: 1px solid hsla(0, 0%, 59%, 0.3);
    margin-bottom: 20px;
    padding-bottom: 8px;
  }
  .footer__section1-link {
    font-size: 1rem;
  }
  .footer__section1 li {
    margin-bottom: 13px;
  }
  .footer__sub-section {
    font-size: 1rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .footer__sub-section--big {
    display: block;
  }
  .footer__sub-section--big li {
    margin-bottom: 2px !important;
    width: 100%;
  }
  .footer__sub-section--big li:last-child {
    margin-bottom: 10px !important;
  }
  .footer__sub-section--big a {
    font-size: 1rem;
  }
  .footer__sub-section--opacity {
    border-bottom: none;
    color: #484848;
    padding-bottom: 0;
  }
  .footer__sub-section li {
    margin-bottom: 4px;
  }
  .footer__social {
    padding-bottom: 8px;
  }
  .footer__social-content {
    align-items: center;
    justify-content: flex-end;
  }
  .footer__social-content a {
    margin-left: 20px;
    margin-right: 0;
  }
  .footer__breadcrumb,
  .footer__logo {
    display: none;
  }
  .footer__bestlink--mobile {
    display: block;
    margin-bottom: 20px;
  }
  .footer__bestlink--desktop {
    display: none !important;
  }
  .footer__sub {
    display: none;
    padding-bottom: 26px;
  }
  .footer__sub.cn {
    display: flex;
  }
  .footer__sub-links {
    display: block;
  }
  .footer__sub-link {
    color: #484848;
    margin-bottom: 4px;
  }
  .footer__sub-lang {
    display: none;
  }
  .footer .copyright--mobile {
    display: block;
  }
  .footer .copyright--desktop {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1690px) {
  .footer.ru .footer__sub-section--opacity {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .footer.ru .footer__sub-section--opacity {
    margin-bottom: -30px;
    padding-bottom: 0;
  }
}
.no-scroll .footer {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
}

@media only screen and (max-width: 991px) {
  .no-scroll .footer {
    bottom: 0;
  }
  .no-scroll .footer__cn .footer__bestlink--mobile,
  .no-scroll .footer__cn .footer__sub-section--opacity {
    display: none;
  }
  .no-scroll .footer__cn .footer__sub.cn {
    font-size: 0.75rem;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
}
.vb-content--scrollbar-gutter {
  display: block;
  height: 100%;
  overflow: hidden scroll;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .vb-content--scrollbar-gutter {
    width: calc(100% + 15px);
  }
}

.vb-dragger--thin {
  height: 0;
  position: absolute;
  top: 0;
}

.no-scroll {
  height: inherit;
  overflow: hidden;
  position: fixed;
}

.dropdown {
  display: inline-block;
}

.dropdown__overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.4s ease;
  width: 100vw;
  z-index: 10;
}

.dropdown__content {
  position: relative;
  z-index: 11;
}

.dropdown__container {
  background: #000;
  border-radius: 4px;
  display: inline-block;
  height: 0;
  left: -10px;
  min-width: calc(100% + 10px);
  overflow: hidden;
  padding: 0 10px;
  position: absolute;
  top: 110%;
}

.dropdown__container.transparent {
  background: rgba(0, 0, 0, 0.5);
}

.dropdown__title {
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
  padding-right: 16px;
  position: relative;
  width: fit-content;
}

.dropdown.top .dropdown__container {
  bottom: 100%;
  top: inherit;
}

.dropdown .icon {
  display: inline-block;
  font-size: 0.625rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center center;
  transition: transform 0.2s ease;
}

.dropdown.active .icon {
  transform: translateY(-50%) rotate(-90deg);
}

.dropdown.active .dropdown__overlay {
  opacity: 0.5;
  pointer-events: all;
}

.dropdown.active .dropdown__container {
  border: 1px solid #373737;
  height: auto;
  overflow: visible;
  padding-bottom: 10px;
}

.dropdown.top.active .dropdown__container {
  min-width: 240px;
}

header .langs .dropdown__title {
  margin: 0;
}

header .langs .dropdown.active .dropdown__container {
  height: auto;
  min-height: 0;
  overflow: visible;
  padding: 0 10px 10px;
  background: #000 !important;
  border-radius: 4px;
  min-width: calc(100% + 10px);
  box-sizing: border-box;
}

.visible:not(.scrolled) header .langs .dropdown.active .dropdown__container {
  background: #000 !important;
}

header .langs .lang-switcher {
  list-style: none;
  margin: 0;
}

header .langs .lang-switcher li {
  margin: 0;
}

header .langs .lang-switcher a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: none;
}

header .langs .lang-switcher a:hover {
  color: #fff;
}

header .langs .lang-switcher .r__option {
  text-align: left;
  width: 100%;
  color: inherit;
}

.lang-select {
  display: flex;
}

.lang-select button {
  font-size: 0.875rem;
  font-weight: 200;
  opacity: 0.5;
  padding: 0;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}

.lang-select button.active,
.lang-select button:hover {
  opacity: 1;
}

.lang-select li {
  margin: 0 6px;
}

.lang-select li:first-child {
  margin-left: 0;
}

.best-links__loader {
  height: 80px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.best-links__loader.loader {
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}

.best-links__container {
  background: #000;
  margin: 0 -10px;
  padding: 12px 14px 10px;
}

.best-links__container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.best-links__container li {
  margin-bottom: 12px;
  transition: opacity 0.3s ease;
  width: 100%;
}

.best-links__container li:hover {
  opacity: 0.5;
}

.best-links__container li:last-child {
  margin-bottom: 0;
}

.best-links__container a.text {
  color: #fff;
  text-decoration: none;
}

.sidebar__section .best-links__container li {
  margin-bottom: 12px;
  width: 100%;
}

.sidebar__bestlink .best-links__loader {
  display: none;
}

.sidebar {
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.sidebar.active {
  pointer-events: all;
}

.sidebar.active .sidebar__overlay {
  opacity: 1;
  pointer-events: all;
}

.sidebar.active .sidebar__bg {
  opacity: 1;
  transform: translate(0);
}

body[dir=rtl] .sidebar.active .sidebar__bg {
  transform: translate(0);
}

.sidebar.active .sidebar__content {
  width: 41.7vw;
}

@media only screen and (max-width: 767px) {
  .sidebar.active .sidebar__content {
    width: 100vw;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sidebar__overlay,
  .sidebar__bg,
  .sidebar__content {
    transition-duration: 0.01ms !important;
  }
}
.sidebar__overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100vw;
  z-index: 100;
}

.sidebar__bg {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transform: translate(-100%);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 41.7vw;
  z-index: 100;
}

body[dir=rtl] .sidebar__bg {
  transform: translate(100%);
}

.sidebar__bg--menu-closed {
  opacity: 0.8;
  transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
}

body[dir=rtl] .sidebar__bg.sidebar__bg--menu-closed {
  transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);
}

.sidebar__content--menu-closed {
  height: var(--shell-viewport-height);
  opacity: 0.8;
  width: 0;
}

.sidebar__content {
  bottom: 0;
  height: 100vh;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 0;
  z-index: 101;
}

[dir=ltr] .sidebar__content {
  left: 0;
}

[dir=rtl] .sidebar__content {
  right: 0;
}

.sidebar__close {
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  margin: -11px -10px -9px;
  opacity: 0;
  padding: 10px;
}

@media screen and (min-height: 900px) {
  .sidebar__close {
    margin-bottom: 36px;
  }
}
.sidebar__wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 28px 60px 80px;
  width: 41.7vw;
}
.sidebar__wrapper::-webkit-scrollbar {
  display: none;
}

.sidebar__section {
  border-bottom: 1px solid hsla(0, 0%, 59%, 0.3);
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
}

.sidebar__section li {
  width: calc(50% - 30px);
}

.sidebar__section a,
.sidebar__section p,
.sidebar__section span {
  transition: opacity 0.6s ease;
}

.sidebar__section a:hover,
.sidebar__section p:hover,
.sidebar__section span:hover {
  opacity: 0.5;
}

.sidebar__section1 {
  padding-bottom: 32px;
}

.sidebar__section1 li {
  margin-bottom: 18px;
  width: 100%;
}

.sidebar__section2 {
  padding: 36px 0;
}

.sidebar__section2 li {
  margin-bottom: 4px;
}

.sidebar__section2 li:nth-child(2n) {
  width: 50%;
}

.sidebar__section3 {
  border: none;
  padding-bottom: 0;
}

.sidebar__section3 li {
  margin-bottom: 12px;
}

.sidebar__footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sidebar__footer > div {
  margin-top: 20px;
  width: calc(50% - 30px);
}

.sidebar__footer > ul {
  margin-top: 20px;
}

.sidebar__social {
  align-items: center;
  display: flex;
  margin-right: 20px;
}

.sidebar__social a {
  display: inline-block;
  font-size: 0.875rem;
  margin-right: 10px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.sidebar__social a:last-child {
  margin-right: 0;
}

.sidebar__social a:hover {
  opacity: 1;
}

.sidebar__bestlink .dropdown__title {
  margin: 0;
  text-transform: none;
}

.sidebar__langs:hover .dropdown__title {
  transition: opacity 0.6s ease;
}

.sidebar__langs:hover .dropdown__title:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1380px) {
  .sidebar .title--h3 {
    font-size: 1.75rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 1280px) {
  .sidebar .title--h3 {
    font-size: 1.375rem;
    line-height: 24px;
  }
  .sidebar .dropdown__title {
    font-size: 16px !important;
  }
  .sidebar__section1 {
    padding-bottom: 12px;
  }
  .sidebar__section1 li {
    margin-bottom: 10px;
  }
  .sidebar__section2 {
    padding: 16px 0;
  }
  .sidebar__section2 li a {
    font-size: 1rem;
  }
  .sidebar__section3 {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .sidebar__section2 li {
    margin-bottom: 12px;
    width: 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar__wrapper {
    padding: 18px 26px 20px;
  }
  .sidebar__close {
    margin: 0 -10px;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar__bg {
    width: 100%;
  }
  .sidebar__close {
    margin: -3px -8px 7px;
  }
  .sidebar__wrapper {
    padding: 18px 26px 20px;
    width: 100vw;
  }
  .sidebar__section {
    padding: 16px 0 28px;
  }
  .sidebar__section:last-of-type {
    padding-bottom: 0;
  }
  .sidebar__section li a {
    display: inline-block;
    height: 100%;
    pointer-events: all;
    width: 100%;
  }
  .sidebar__section1 li {
    margin-bottom: 6px;
  }
  .sidebar__section2 {
    padding-bottom: 8px;
  }
  .sidebar__section2 li {
    margin-bottom: 8px;
    width: 100%;
  }
  .sidebar__section2 li a {
    font-size: 1rem;
  }
  .sidebar__section3 li {
    width: 40%;
  }
  .sidebar__section3 li:nth-child(odd) {
    width: 60%;
  }
  .sidebar__footer {
    justify-content: space-between;
    padding-bottom: 20px;
  }
  .sidebar__footer > div {
    margin-top: 10px;
    width: fit-content;
  }
  .sidebar__footer > ul {
    margin-top: 10px;
  }
  .sidebar__social div {
    width: fit-content;
  }
  .sidebar__social a {
    font-size: 0.875rem;
  }
  .sidebar .dropdown__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 760px) and (max-height: 700px) {
  .sidebar__section {
    padding: 10px 0;
  }
  .sidebar__footer > div {
    margin-top: 0;
  }
}
.search.out-of-scroll {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: transparent;
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.2s ease, background-color 1s ease;
  width: 100%;
  z-index: 10;
}

.search.out-of-scroll.active {
  background: #000;
  opacity: 1;
  pointer-events: all;
}

.search.out-of-scroll.search--page {
  height: var(--shell-viewport-height);
}

.search.out-of-scroll.active .search__close {
  display: block;
}

.search__container {
  height: 100%;
  position: relative;
}

.search__top {
  transition: all 0s ease 0s;
}

.search.out-of-scroll.active .search__top {
  background: #000;
  box-shadow: 0 0 60px 30px #000;
  position: relative;
  transition: all 0s ease 1s;
  z-index: 1;
}

.search__close {
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  margin: 18px -10px -10px;
  padding: 10px;
  position: relative;
  z-index: 2;
}

.search__head {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 38px;
  position: relative;
  z-index: 1;
}

.search__input {
  background: none;
  border: none;
  color: #fff;
  outline: none;
  padding: 0;
  text-transform: none;
  width: 80%;
}

.search__input::placeholder {
  color: #282828;
}

.search__count {
  color: #a1a1a1;
  margin-bottom: 15px;
  text-align: right;
  width: 20%;
}

.search__count-opacity {
  color: #fff;
  margin-right: 4px;
  white-space: nowrap;
}

.search__loader {
  margin: auto;
}

.search__results {
  box-sizing: border-box;
  height: 100%;
  margin-top: 256px;
  padding-bottom: 256px;
  position: absolute !important;
  top: 0;
  width: calc(100% - 112px);
  z-index: 0;
  opacity: 0;
}

.search__results.search__results--custom-scroll {
  margin-top: 0;
  overflow: hidden;
  padding-bottom: 0;
  position: relative !important;
}

.search__results .vb {
  height: 100%;
}

.search__results .vb-dragger {
  transform: scaleY(0.65);
  transform-origin: top;
}

.search__results-list {
  display: flex !important;
  flex-wrap: wrap;
  height: 100%;
  margin: 0 -7px;
  width: calc(100% + 14px);
}

.search__results-item {
  margin: 0 7px 64px;
  width: calc(25% - 14px);
}

.search__results-img {
  background: #0e0e0e;
  box-sizing: border-box;
  margin-bottom: 28px;
  overflow: hidden;
  padding-top: 73%;
  position: relative;
  width: 100%;
}

.search__results-img img {
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.search__results-img img.contain {
  height: 91%;
  object-fit: contain;
}

.search__results-type {
  color: #a1a1a1;
  font-weight: 300;
  margin-bottom: 8px;
}

.search__results-title {
  margin-right: 20%;
}

.search__results-subtitle {
  color: #a1a1a1;
  margin-right: 20%;
  margin-top: 5px;
}

@media only screen and (max-width: 991px) {
  .search__close {
    display: block;
    margin-left: auto;
    margin-top: 17px;
    width: 20px;
  }
  .search.out-of-scroll.active .search__top {
    box-shadow: 0 0 50px 15px #000;
  }
  .search__head {
    padding-bottom: 0;
    padding-top: 42px;
  }
  .search__input {
    margin-bottom: 18px;
    width: 100%;
  }
  .search__count {
    margin-bottom: 0;
    text-align: left;
    width: 100%;
  }
  .search__results {
    height: 100%;
    margin-top: 172px;
    padding-bottom: 172px;
    padding-top: 0;
    width: calc(100% - 52px);
  }
  .search__results .vb-dragger {
    transform: scaleY(0.95);
    transform-origin: top;
  }
  .search__results-list {
    margin: 0 -4px;
    width: calc(100% + 8px);
  }
  .search__results-item {
    margin: 0 4px 40px;
    width: calc(50% - 8px);
  }
  .search__results-img {
    margin-bottom: 14px;
  }
  .search__results-type {
    margin-bottom: 3px;
  }
  .search__results-title {
    font-size: 1rem;
    line-height: 20px;
  }
  .search__results-subtitle {
    font-size: 0.875rem;
    margin-top: 4px;
  }
}
.lang-switcher {
  font-size: 16px;
  padding: 10px 0;
}

.lang-switcher button {
  font-weight: 200;
  margin-bottom: 12px;
  padding: 0;
  transition: opacity 0.3s ease;
}

.lang-switcher button:hover {
  opacity: 0.5;
}

.visible:not(.scrolled) .lang-switcher button {
  font-size: 14px;
  margin-bottom: 6px;
  margin-left: -2px;
}

header.visible:not(.scrolled) .dropdown:not(.active) .dropdown__container {
  background: none;
}

.dropdown__container {
  border-color: transparent !important;
}

body.rtl {
  direction: rtl;
}

@keyframes cross {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes recross {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
header {
  box-sizing: border-box;
  font-weight: 400;
  height: 72px;
  left: 0;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: all 0.3s ease;
  width: 100%;
  z-index: 51;
}
header::before {
  background: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
}
header.visible {
  transform: translate(0);
}
header.sidebar-opened {
  z-index: 1001;
}
header.sidebar-opened .overflow {
  z-index: 1002;
}
header.nav-open::before {
  background: #000;
  opacity: 1;
}
header .overflow {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  font-family: Interstate, sans-serif;
  font-size: 0.75rem;
  height: 100%;
  justify-content: space-between;
  position: relative;
  text-transform: uppercase;
}
header .menu {
  align-items: center;
  cursor: pointer;
  display: flex;
  position: relative;
  transition: opacity 0.2s ease;
  z-index: 2;
}
header .menu .burger-btn {
  animation: recross 0.5s ease;
  display: block;
  font-size: 0.75rem;
  height: 12px;
  margin-left: 4px;
  padding: 0 0 0 2px;
  position: relative;
  transition: 0.2s ease;
  width: 26px;
  will-change: height;
  z-index: 10000;
}
[dir=ltr] header .menu .burger-btn {
  margin-right: 18px;
}

[dir=rtl] header .menu .burger-btn {
  margin-left: 18px;
}

header .menu .burger-btn span {
  background: #fff;
  display: inline-block;
  height: 2px;
  left: 2px;
  position: absolute;
  top: 0;
  transform-origin: left center;
  transition: transform 0.5s ease;
  width: 26px;
}
header .menu .burger-btn span:nth-child(2) {
  bottom: 0;
  top: inherit;
}
header .menu .label {
  overflow: hidden;
  padding: 6px 0 5px;
  position: relative;
}
header .menu .label::after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease;
  width: 100%;
}
@media (min-width: 992px) {
  header .menu:hover .burger-btn {
    height: 20px;
    margin-top: 4px;
  }
}
header .menu:hover .label::after {
  transform: scale(1);
  transform-origin: left;
  transition: transform 0.5s ease;
}
header.sidebar-opened .burger-btn {
  animation: cross 0.5s ease;
  height: 20px;
  margin-top: 0 !important;
}
header.sidebar-opened .burger-btn span {
  transform: rotate(45deg);
}
header.sidebar-opened .burger-btn span:nth-child(2) {
  transform: rotate(-45deg);
}
header.search-opened .menu {
  opacity: 0;
}
[dir=ltr] header .langs {
  margin-right: 40px;
}

[dir=rtl] header .langs {
  margin-left: 40px;
}

header .model .icon {
  position: relative;
  transform: rotate(0deg);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .model:hover .icon {
  transform: rotate(180deg);
}
header .logo {
  display: flex;
  left: 50%;
  position: absolute;
  top: 48%;
  transform: translate(-50%, -50%);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 180px;
  z-index: 9999;
}
header .logo img {
  color: #fff;
  filter: invert(100%);
  height: auto;
  width: 100%;
}
header .right {
  align-items: center;
  display: flex;
  font-family: Interstate, sans-serif;
  position: relative;
  z-index: 2;
}
header .right > * {
  align-items: center;
  display: flex;
}
header .right > * .label {
  font-size: 0.75rem;
  height: 24px;
  line-height: 24px;
  position: relative;
}
[dir=ltr] header .right > * .label {
  margin-right: 8px;
}

[dir=rtl] header .right > * .label {
  margin-left: 8px;
}

header .right > * .icon {
  font-size: 1.125rem;
  height: 18px;
  overflow: hidden;
  width: 18px;
}
header .right > * .dropdown__title {
  font-family: Interstate, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  margin-right: 10px;
}
header .right > * .dropdown__title .icon {
  height: inherit;
  line-height: 1;
  width: inherit;
}
header .right > * .dropdown {
  position: relative;
}
header .right > * .dropdown::after,
header .right > * .label::after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
  width: 100%;
}
header .right > * .dropdown::after {
  width: calc(100% - 28px) !important;
}
header .right > *:hover .dropdown::after,
header .right > *:hover .label::after {
  transform: scale(1);
  transform-origin: left;
  transition: transform 0.3s ease;
}
header .right .search {
  height: 24px;
  overflow: hidden;
  position: relative;
}
[dir=ltr] header .right .search {
  margin-right: 32px;
}

[dir=rtl] header .right .search {
  margin-left: 32px;
}

header .right .search .label {
  margin-right: 0;
  text-transform: uppercase;
}
header .right .search .icon {
  display: none;
}
[dir=ltr] header .right .langs {
  margin-right: 30px;
}

[dir=rtl] header .right .langs {
  margin-left: 30px;
}

@media screen and (max-width: 1100px) {
  header .menu .label {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  header {
    height: 66px;
    padding: 34px 0;
  }
  header .menu .burger-btn {
    font-size: 1.125rem;
    margin-left: 0;
    margin-top: -2px;
    padding: 0;
  }
  header.sidebar-opened .menu .burger-btn {
    height: 19px;
  }
  header.sidebar-opened .menu .burger-btn span {
    height: 2px;
    width: 24px;
  }
  header .model {
    display: none;
  }
  header .logo {
    width: 154px;
  }
  header .overflow {
    position: static;
  }
  header .label,
  header .langs {
    display: none;
  }
  header .right {
    margin: 0 -4px;
  }
  header .right .icon {
    font-size: 18px;
  }
  header .right > * > div {
    margin: 0;
  }
  header .right .search {
    padding-right: 4px;
  }
  [dir=ltr] header .right .search {
    margin-right: 0;
  }
  [dir=rtl] header .right .search {
    margin-left: 0;
  }
  header .right .search::after {
    content: none;
  }
  header .right .search .label {
    margin-right: 8px;
  }
  header .right .search .icon {
    display: block;
    overflow: visible;
  }
}

.page-wrapper:not(.no-scroll) header.scrolled::before {
  opacity: 1;
}

button {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  outline: none;
}

a,
button {
  cursor: pointer;
}

img {
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.home-arrow {
  cursor: pointer;
  height: 60px;
  position: relative;
  width: 60px;
}

.home-arrow__circle--bg {
  fill: #737373;
}

.home-arrow__circle--progress {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
}

.home-arrow__polyline {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
}

.home-arrow__background {
  left: 0;
  position: absolute;
  top: 0;
}
.home-arrow__background .background {
  opacity: 0.1;
}
.home-arrow__background .progress {
  stroke-dasharray: 326.726, 326.726;
  stroke-dashoffset: 330;
  stroke-width: 2;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

.home-arrow__arrow {
  left: 1px;
  position: absolute;
  top: 0;
  transition: transform 0.3s ease;
}

.home-arrow:hover .home-arrow__arrow {
  transform: translateY(4px) !important;
}

.hero {
  background: #000;
  clip-path: inset(0 0 0 0);
  color: #fff;
  margin-bottom: -8px;
  min-height: 200vh;
  overflow: hidden;
  position: relative;
}
.hero .container {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  height: 50%;
}
.hero__bg {
  background: #000;
  height: calc(100% + 10px);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.hero__bg video {
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
}
.hero__bg img,
.hero__bg video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hero__bg::after {
  background-image: linear-gradient(90deg, #000 22%, transparent);
  content: "";
  opacity: 0.5;
  position: fixed;
}
.hero__bg .blur, .hero__bg::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.hero__bg .blur {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  opacity: 0;
  position: absolute;
}
.hero__bg .blur.hero__bg-blur {
  display: block;
  opacity: var(--hero-blur-opacity);
}
.hero .container.hero__stage {
  height: var(--shell-viewport-height);
  opacity: var(--hero-stage-opacity);
}
.hero .container.hero__intro-stage {
  min-height: 1260px;
  opacity: var(--hero-intro-opacity);
}
.hero__container {
  margin-bottom: 120px;
  width: 50%;
}
.hero__intro {
  margin-bottom: 120px;
  width: 100%;
}
.hero__intro-surtitle {
  margin-bottom: 44px;
}
.hero__intro-title {
  margin-bottom: 24px;
  width: 60%;
}
.hero__intro-content {
  width: 83%;
}
.hero__title {
  color: #fff;
  margin-bottom: 16px;
}
.hero__text {
  color: #fff;
  margin-bottom: 36px;
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .hero {
    height: auto;
    min-height: 200px;
  }
  .hero .container {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    transition: height 0.3s ease;
  }
  .hero__container {
    margin-bottom: 0;
    margin-left: 1px;
    padding-bottom: 54px;
    width: 100%;
  }
  .hero__bg video {
    opacity: 0.6;
  }
  .hero__bg .blur {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .hero__title {
    margin-bottom: 15px;
    width: 100%;
  }
  .hero__text {
    margin-bottom: 22px;
    width: 100%;
  }
  .hero__intro-surtitle {
    margin-bottom: 24px;
  }
  .hero__intro-content, .hero__intro-title {
    width: 100%;
  }
}