html {
  overflow: hidden;
  height: 100%;
}

svg {
  -webkit-transform: translate3d(0, 0, 0);
}

[dir] svg {
  transform: translate3d(0, 0, 0);
}

#products_scene-svg {
  overflow: visible;
}

.o-redesign-cookie {
  display: none;
}

.c-locale-suggestion {
  display: none;
}

.c-header {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  max-height: 22rem;
}

[dir] .c-header {
  background-color: #FFF;
}

[dir=ltr] .c-header {
  left: 0;
}

[dir=rtl] .c-header {
  right: 0;
}

.world-map-inactive {
  pointer-events: none;
}

.c-about-us__meet-us-mask {
  position: absolute;
  top: calc(50% - 12.5rem);
  width: 25rem;
  height: 25rem;
  transition: 0.3s background;
}

[dir=ltr] .c-about-us__meet-us-mask {
  left: calc(50% - 12.5rem);
}

[dir=rtl] .c-about-us__meet-us-mask {
  right: calc(50% - 12.5rem);
}
.c-about-us__meet-us-mask:before {
  content: "";
  position: absolute;
  top: 0;
  width: 25rem;
  height: 25rem;
  opacity: 0.6;
}
[dir] .c-about-us__meet-us-mask:before {
  border-radius: 100%;
  box-shadow: 0 0 0 200rem #183884;
}
[dir=ltr] .c-about-us__meet-us-mask:before {
  left: 0;
}
[dir=rtl] .c-about-us__meet-us-mask:before {
  right: 0;
}
@media (min-width: 768px) {
  .c-about-us__meet-us-mask {
    width: 35rem;
    height: 35rem;
    top: calc(50% - 17.5rem);
  }
  [dir=ltr] .c-about-us__meet-us-mask {
    left: calc(50% - 17.5rem);
  }
  [dir=rtl] .c-about-us__meet-us-mask {
    right: calc(50% - 17.5rem);
  }
  .c-about-us__meet-us-mask:before {
    width: 35rem;
    height: 35rem;
  }
}
[dir] .c-about-us__meet-us-mask--background {
  background: #183884 url("/build/assets/BfZShaGn.svg");
}

.c-about-us__meet-us-ring {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 25rem;
  height: 25rem;
  z-index: 2;
  overflow: hidden;
}

[dir] .c-about-us__meet-us-ring {
  border-radius: 50%;
  border: 1.2rem solid #FFF;
}
@media (min-width: 768px) {
  .c-about-us__meet-us-ring {
    width: 35rem;
    height: 35rem;
  }
  [dir] .c-about-us__meet-us-ring {
    border-width: 2.2rem;
  }
}
.c-about-us__meet-us-ring--dimmed:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
[dir] .c-about-us__meet-us-ring--dimmed:before {
  background-color: #183884;
}
[dir=ltr] .c-about-us__meet-us-ring--dimmed:before {
  left: 0;
}
[dir=rtl] .c-about-us__meet-us-ring--dimmed:before {
  right: 0;
}

.c-about-us__loading-screen {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 200;
  opacity: 1;
  transition: 1s linear;
  pointer-events: none;
}

[dir=ltr] .c-about-us__loading-screen {
  left: 0;
}

[dir=rtl] .c-about-us__loading-screen {
  right: 0;
}
.c-about-us__loading-screen.hidden {
  opacity: 0;
}

.c-about-us__loading-overlay {
  width: 100%;
  height: 100%;
}

[dir] .c-about-us__loading-overlay {
  background-color: #183884;
}

.c-about-us__loading-loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

[dir] .c-about-us__loading-loader-container {
  background-color: #183884;
}

[dir=ltr] .c-about-us__loading-loader-container {
  left: 0;
}

[dir=rtl] .c-about-us__loading-loader-container {
  right: 0;
}

.c-about-us__loading-loader {
  height: 20rem;
  width: 20rem;
  color: #FFF;
  font-size: 2rem;
}
.c-about-us__loading-loader .o-tme-loader-svg {
  stroke: #FFF;
}

.c-about-us__container {
  height: 100vh;
  overflow: hidden;
}

.c-about-us__section {
  height: 100%;
  width: 100%;
  position: absolute;
}

[dir] .c-about-us__section {
  background-color: #0B2155;
}

.c-about-us__meet-us {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 100%;
  overflow: hidden;
}

.c-about-us__meet-us-background {
  position: absolute;
  width: 100vw;
  height: 100vh;
}

[dir] .c-about-us__meet-us-background {
  background: #183884 url("/build/assets/BEjZK-D1.jpg") no-repeat top 0 center;
  background-size: cover;
}

.c-about-us__meet-us-dimmer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 204.8rem;
  height: 108rem;
}
@media (min-width: 768px) {
  .c-about-us__meet-us-dimmer {
    width: 409.6rem;
    height: 216rem;
  }
}

.c-about-us__meet-us-circle {
  position: absolute;
  display: flex;
  width: 20rem;
  height: 20rem;
  align-items: center;
  justify-content: center;
  transition: border-radius 0.5s;
  z-index: 2;
}

[dir] .c-about-us__meet-us-circle {
  border-radius: 50%;
}
@media (min-width: 768px) {
  .c-about-us__meet-us-circle {
    width: 40rem;
    height: 40rem;
  }
}

.c-about-us__meet-us-inner-circle {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 20rem;
  height: 20rem;
}

[dir] .c-about-us__meet-us-inner-circle {
  border-radius: 50%;
}
@media (min-width: 768px) {
  .c-about-us__meet-us-inner-circle {
    width: 35rem;
    height: 35rem;
  }
}

.c-newsletter, .c-footer {
  position: relative;
}

.c-about-us__meet-us-circle-title {
  font-size: 5rem;
  font-weight: 700;
  color: #FFF;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 768px) {
  .c-about-us__meet-us-circle-title {
    font-size: 10rem;
  }
}

.c-about-us__section.c-about-us__branches {
  overflow: hidden;
}

.c-about-us__meet-us-circle-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFF;
  text-transform: initial;
  pointer-events: none;
  z-index: 1;
}

[dir] .c-about-us__meet-us-circle-body {
  padding: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .c-about-us__meet-us-circle-body {
    font-size: 3.5rem;
  }
}

.mask-svg {
  opacity: 0.6;
  width: 809.6rem;
  height: 416rem;
}

.mask-svg .mask {
  fill: #183884;
}

.ring-svg .ring {
  fill: #FFF;
}

.inner-mask-svg {
  position: absolute;
  width: 20.8rem;
  height: 20.7rem;
  opacity: 0.6;
  z-index: 1;
}

[dir] .inner-mask-svg {
  padding-bottom: 2.6rem;
}
@media (min-width: 768px) {
  .inner-mask-svg {
    width: 41.6rem;
    height: 41.4rem;
  }
  [dir] .inner-mask-svg {
    padding-bottom: 5.3rem;
  }
}
[dir] .inner-mask-svg.active {
  border-radius: 50%;
  background: #183884 url("/build/assets/BfZShaGn.svg");
}

.inner-mask-svg .inner-mask {
  fill: #183884;
}
.inner-mask-svg .inner-mask.active {
  opacity: 0;
}

.c-about-us__section-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 25%;
}
.c-about-us__section-text p {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.8rem;
  line-height: initial;
}
@media (min-width: 768px) {
  .c-about-us__section-text p {
    font-size: 2.4rem;
  }
}
@media (min-width: 1280px) {
  .c-about-us__section-text {
    width: 50rem;
    align-items: flex-start;
  }
}

.cs-animated-number {
  font-size: 11rem;
  font-weight: 900;
}

.c-about-us__section-number {
  align-self: center;
  font-size: 9rem;
  font-weight: 900;
  color: #183884;
}
.c-about-us__section-number--white {
  color: #FFF;
}
.c-about-us__section-number--big {
  font-size: 11rem;
}

.c-about-us__producers {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  color: #FFF;
}
@media (min-width: 1280px) {
  .c-about-us__producers {
    flex-direction: row;
  }
}

.c-about-us__producer-images, .c-about-us__product-images {
  position: relative;
  display: flex;
  width: 30rem;
  height: 15rem;
}

[dir] .c-about-us__producer-images, [dir] .c-about-us__product-images {
  padding-top: 15rem;
  border: 0.1rem solid #FFF;
  border-radius: 50%;
  background: #183884;
}

.c-about-us__product-image, .c-about-us__producer-image {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
}

[dir] .c-about-us__product-image, [dir] .c-about-us__producer-image {
  margin-bottom: 15rem;
}
.c-about-us__product-image svg, .c-about-us__producer-image svg {
  width: 60%;
}

.c-about-us__producer-image svg {
  fill: #FFF;
}

.c-about-us__producer-half-circle, .c-about-us__product-half-circle {
  position: absolute;
  display: inline-block;
  height: 29.2rem;
  width: 14.6rem;
}

[dir] .c-about-us__producer-half-circle, [dir] .c-about-us__product-half-circle {
  background: #183884;
  margin-top: -14.6rem;
}

[dir=ltr] .c-about-us__producer-half-circle, [dir=ltr] .c-about-us__product-half-circle {
  border-bottom-right-radius: 29.2rem;
  border-top-right-radius: 29.2rem;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  margin-left: 15rem;
}

[dir=rtl] .c-about-us__producer-half-circle, [dir=rtl] .c-about-us__product-half-circle {
  border-bottom-left-radius: 29.2rem;
  border-top-left-radius: 29.2rem;
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  margin-right: 15rem;
}

@keyframes factories {
  0% {
    transform: scaleX(1) scaleY(1);
  }
  50% {
    transform: scaleX(1) scaleY(0.95);
  }
  100% {
    transform: scaleX(1) scaleY(1);
  }
}
[dir] .factory.working {
  transform-origin: 50% 5%;
}
[dir=ltr] .factory.working {
  animation: factories 1s infinite;
}
[dir=rtl] .factory.working {
  animation: factories 1s infinite;
}

.c-about-us__producers-animation {
  height: 100%;
  width: 60%;
  align-self: flex-end;
}

.c-about-us__products {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  color: #183884;
}

[dir] .c-about-us__products {
  background: #F5F5F5 url("/build/assets/Bm4ZUVFb.svg");
}
@media (min-width: 1280px) {
  .c-about-us__products {
    flex-direction: row;
  }
}

.c-about-us__products-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  color: #183884;
  width: 100%;
  height: 100%;
}
@media (min-width: 1280px) {
  .c-about-us__products-container {
    flex-direction: row;
  }
}

.c-about-us__product-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

[dir] .c-about-us__product-images {
  border: 0.1rem solid #2E353B;
  background: #F5F5F5;
}

.c-about-us__product-image svg {
  fill: #2E353B;
}
.c-about-us__product-image .package2-svg {
  bottom: -70rem;
  z-index: 25;
}
[dir] .c-about-us__product-image .package2-svg {
  transform: scale(3);
}

[dir] .c-about-us__product-half-circle {
  background: #E3E3E3;
}

@keyframes boxBounce {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  20% {
    transform: scaleY(0.98) scaleX(1.02);
  }
  40% {
    transform: scaleY(1.01) scaleX(0.98);
  }
  60% {
    transform: scaleY(0.98) scaleX(1.02);
  }
  80% {
    transform: scaleY(1.01) scaleX(0.98);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
[dir] .bouncing {
  transform-origin: center center;
}
[dir=ltr] .bouncing {
  animation: boxBounce 0.8s;
}
[dir=rtl] .bouncing {
  animation: boxBounce 0.8s;
}

.c-about-us__products-animation {
  height: 100%;
  width: 50%;
  align-self: flex-end;
}

.c-about-us__storage {
  display: flex;
  justify-items: flex-end;
  align-items: center;
}

[dir] .c-about-us__storage {
  background-color: #FFF;
}

.c-about-us__storage-animation {
  align-self: flex-end;
  height: 100%;
  width: 60%;
}

.full-size-scene {
  position: absolute;
  width: 100vw;
  height: 100vh;
}

.c-about-us__storage-texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: flex-end;
  width: 30%;
  height: 100%;
  pointer-events: none;
  transition: 0.3s width;
}

[dir] .c-about-us__storage-texts {
  transform: matrix(1, 0, 0, 1, 0, 0);
}

@media (min-width: 800px) {
  .c-about-us__storage-texts--wide {
    width: 100%;
  }
}

.c-about-us__storage-text, .c-about-us__moon-text, .c-about-us__space-text, .c-about-us__branches-text, .c-about-us__countries-text, .c-about-us__truck-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  opacity: 0;
  width: 40%;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  min-width: 50rem;
}
.c-about-us__storage-text.visible, .visible.c-about-us__moon-text, .visible.c-about-us__space-text, .visible.c-about-us__branches-text, .visible.c-about-us__countries-text, .visible.c-about-us__truck-text {
  opacity: 1;
}
.c-about-us__storage-text .cs-animated-number, .c-about-us__moon-text .cs-animated-number, .c-about-us__space-text .cs-animated-number, .c-about-us__branches-text .cs-animated-number, .c-about-us__countries-text .cs-animated-number, .c-about-us__truck-text .cs-animated-number {
  color: #183884;
}
.c-about-us__storage-text--3 .c-about-us__storage-text-line P, .c-about-us__storage-text--3 .c-about-us__see-more-text-line P, .c-about-us__storage-text--3 .c-about-us__branches-text-line P {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-about-us__storage-text-line, .c-about-us__see-more-text-line, .c-about-us__branches-text-line {
  width: 100%;
  pointer-events: none;
}
.c-about-us__storage-text-line p, .c-about-us__see-more-text-line p, .c-about-us__branches-text-line p {
  color: #2E353B;
  font-size: 3.2rem;
  word-wrap: break-spaces;
  line-height: initial;
}
.c-about-us__storage-text-line--big {
  color: #183884;
  font-size: 6.4rem;
}

.storage_element {
  position: absolute;
}

.c-about-us__truck {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

[dir] .c-about-us__truck {
  background-color: #FFF;
}

.c-about-us__truck-text {
  top: 15rem;
}

[dir] .c-about-us__truck-text {
  transform: matrix(1, 0, 0, 1, 0, 0);
}

[dir=ltr] .c-about-us__truck-text {
  left: 30rem;
}

[dir=rtl] .c-about-us__truck-text {
  right: 30rem;
}

.mobile-animation-indicate-swipe {
  position: absolute;
  bottom: 10%;
  opacity: 1;
  pointer-events: none;
  transition: 0.3s opacity;
  width: 15rem;
}

[dir=ltr] .mobile-animation-indicate-swipe {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir=rtl] .mobile-animation-indicate-swipe {
  right: 50%;
  transform: translate(50%, -50%);
}
@media (min-width: 1280px) {
  .mobile-animation-indicate-swipe {
    width: 4rem;
    bottom: 5%;
  }
}

.c-about-us__scroll-indicator {
  display: none;
  position: absolute;
}
@media (min-width: 1280px) {
  .c-about-us__scroll-indicator {
    display: block;
    bottom: -0.6rem;
    width: 4rem;
  }
}

.c-about-us__swipe-indicator {
  display: block;
}

[dir=ltr] .c-about-us__swipe-indicator {
  transform: rotate(270deg);
}

[dir=rtl] .c-about-us__swipe-indicator {
  transform: rotate(-270deg);
}
@media (min-width: 1280px) {
  .c-about-us__swipe-indicator {
    display: none;
  }
}

@media (min-width: 800px) {
  .c-about-us__truck-text--center {
    top: 35rem;
    width: 50rem;
  }
  [dir] .c-about-us__truck-text--center {
    text-align: center;
  }
  [dir=ltr] .c-about-us__truck-text--center {
    left: calc(50% - 25rem);
  }
  [dir=rtl] .c-about-us__truck-text--center {
    right: calc(50% - 25rem);
  }
}

@keyframes carStart-ltr {
  0% {
    transform: rotate(0.1deg);
  }
  10% {
    transform: rotate(-0.1deg);
  }
  40% {
    transform: rotate(0.1deg);
  }
  60% {
    transform: rotate(-0.1deg);
  }
  80% {
    transform: rotate(0.1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes carStart-rtl {
  0% {
    transform: rotate(-0.1deg);
  }
  10% {
    transform: rotate(0.1deg);
  }
  40% {
    transform: rotate(-0.1deg);
  }
  60% {
    transform: rotate(0.1deg);
  }
  80% {
    transform: rotate(-0.1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.carStarting {
  transition: ease-in;
}
[dir=ltr] .carStarting {
  animation:  carStart-ltr 0.5s infinite;
}
[dir=rtl] .carStarting {
  animation:  carStart-rtl 0.5s infinite;
}

.c-about-us__countries {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

[dir] .c-about-us__countries {
  background-color: #FFF;
}

.transport_scene-svg {
  z-index: 2;
}

.c-about-us__countries-text {
  top: 5rem;
  width: 50%;
  z-index: 31;
}

[dir=ltr] .c-about-us__countries-text {
  right: 10rem;
}

[dir=rtl] .c-about-us__countries-text {
  left: 10rem;
}
.c-about-us__countries-text p {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tme-led {
  transition: fill 0.5s ease;
}
.tme-led.blink {
  transition: fill 0.5s ease;
  fill: red;
}

.c-about-us__small-car-container {
  position: absolute;
  z-index: 32;
  bottom: 15rem;
}

[dir=ltr] .c-about-us__small-car-container {
  left: 2%;
}

[dir=rtl] .c-about-us__small-car-container {
  right: 2%;
}

.c-about-us__countries-road {
  position: absolute;
  width: 100%;
  height: calc(50vh - 24vw);
  bottom: 0;
}

[dir] .c-about-us__countries-road {
  background-color: #183884;
}

[dir=ltr] .c-about-us__countries-road {
  left: 0;
}

[dir=rtl] .c-about-us__countries-road {
  right: 0;
}

@keyframes smallCarRide-ltr {
  0% {
    transform: rotate(0.2deg);
  }
  10% {
    transform: rotate(-0.2deg);
  }
  40% {
    transform: rotate(0.2deg);
  }
  60% {
    transform: rotate(-0.2deg);
  }
  80% {
    transform: rotate(0.2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes smallCarRide-rtl {
  0% {
    transform: rotate(-0.2deg);
  }
  10% {
    transform: rotate(0.2deg);
  }
  40% {
    transform: rotate(-0.2deg);
  }
  60% {
    transform: rotate(0.2deg);
  }
  80% {
    transform: rotate(-0.2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.smallCarRiding {
  transition: ease-in;
}
[dir=ltr] .smallCarRiding {
  animation:  smallCarRide-ltr 0.5s infinite;
}
[dir=rtl] .smallCarRiding {
  animation:  smallCarRide-rtl 0.5s infinite;
}

[dir] .world_scene-svg {
  background-color: #183884;
}

.c-about-us__branches {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

[dir] .c-about-us__branches {
  background-color: #2E353B;
}
[dir] .c-about-us__branches--on-map {
  background-color: #183884;
}

.c-about-us__branches-text {
  bottom: 20%;
  z-index: 31;
}

[dir=ltr] .c-about-us__branches-text {
  left: 10rem;
}

[dir=rtl] .c-about-us__branches-text {
  right: 10rem;
}

.c-about-us__branches-text-line p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #FFF;
}
.c-about-us__branches-text-line .cs-animated-number {
  color: #FFF;
}

.c-about-us__branches-label {
  display: none;
  position: absolute;
}

[dir] .c-about-us__branches-label {
  background-color: #F5F5F5;
  border: 0.1rem solid #B5B5B5;
  border-radius: 0.3rem;
}
.c-about-us__branches-label--visible {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-about-us__flag-icon {
  height: 6rem;
  width: 6rem;
}

[dir] .c-about-us__flag-icon {
  margin: 1rem;
}

.world-map-3 .wmc {
  opacity: 0;
  fill: #F5F5F5;
  stroke: #4B4B4B;
  stroke-width: 2;
}

[dir] .country-visible {
  cursor: pointer;
}

.maska_planeta-svg {
  position: absolute;
  z-index: 21;
  fill: #2E353B;
  pointer-events: none;
}

.moon_scene-svg {
  z-index: 24;
  pointer-events: none;
}

.c-about-us__space-animation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
}

[dir=ltr] .c-about-us__space-animation {
  left: 0;
}

[dir=rtl] .c-about-us__space-animation {
  right: 0;
}

@keyframes rotate-satelite-ltr {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate-satelite-rtl {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.satellite {
  opacity: 0;
}
[dir] .satellite {
  transform-origin: 50% 50%;
}
[dir=ltr] .satellite {
  animation:  rotate-satelite-ltr 5s infinite linear;
}
[dir=rtl] .satellite {
  animation:  rotate-satelite-rtl 5s infinite linear;
}

.satellite-orbit {
  opacity: 0;
}

.moon-scene-star {
  opacity: 1;
  transition: opacity 1s ease;
}
.moon-scene-star.blink {
  opacity: 0;
  transition: opacity 1s ease;
}

.c-about-us__space-text {
  top: 35vh;
  z-index: 31;
}

[dir=ltr] .c-about-us__space-text {
  left: 10rem;
}

[dir=rtl] .c-about-us__space-text {
  right: 10rem;
}

.c-about-us__moon-text {
  top: 35vh;
  z-index: 31;
}

[dir=ltr] .c-about-us__moon-text {
  left: 10rem;
}

[dir=rtl] .c-about-us__moon-text {
  right: 10rem;
}

@keyframes rocketFly-ltr {
  0% {
    transform: rotate(2deg);
  }
  10% {
    transform: rotate(-2deg);
  }
  40% {
    transform: rotate(2deg);
  }
  60% {
    transform: rotate(-2deg);
  }
  80% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes rocketFly-rtl {
  0% {
    transform: rotate(-2deg);
  }
  10% {
    transform: rotate(2deg);
  }
  40% {
    transform: rotate(-2deg);
  }
  60% {
    transform: rotate(2deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.rocketFlying {
  transition: ease-in;
}
[dir=ltr] .rocketFlying {
  animation:  rocketFly-ltr 0.5s infinite;
}
[dir=rtl] .rocketFlying {
  animation:  rocketFly-rtl 0.5s infinite;
}

.c-about-us__see-more {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 100%;
}

[dir] .c-about-us__see-more {
  padding-top: 10rem;
  background-color: #F5F5F5;
}

.c-about-us__see-more-text-line {
  width: unset;
}

.c-about-us__see-more-rocket {
  width: 100%;
  display: flex;
  justify-content: center;
}

.rocket-2-svg {
  width: 10rem;
  height: 16rem;
}

.c-about-us__see-more-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 4rem;
  column-gap: 4rem;
  grid-row-gap: 8rem;
  row-gap: 8rem;
  width: 110rem;
}

[dir] .c-about-us__see-more-buttons {
  margin-top: 2rem;
}

.o-about-us__button-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  color: #183884;
  font-size: 2.6rem;
  unicode-bidi: plaintext;
}

[dir] .o-about-us__button-text {
  background: #D6D6D6;
}

[dir=ltr] .o-about-us__button-text {
  left: 0;
}

[dir=rtl] .o-about-us__button-text {
  right: 0;
}

.o-about-us__button-background {
  position: absolute;
  top: 0;
}

[dir] .o-about-us__button-background {
  background: #183884;
}

[dir=ltr] .o-about-us__button-background {
  left: 0;
}

[dir=rtl] .o-about-us__button-background {
  right: 0;
}

.o-about-us__button-border {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 2.6rem;
}

[dir] .o-about-us__button-border {
  background: #183884;
}

.o-about-us__button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 10rem;
}

[dir] .o-about-us__button {
  border: none;
  background-color: #F5F5F5;
  cursor: pointer;
}
.o-about-us__button:nth-child(1) .o-about-us__button-text {
  height: 80%;
  width: 80%;
  -webkit-clip-path: polygon(5% 5%, 95% 10%, 90% 95%, 10% 90%);
          clip-path: polygon(5% 5%, 95% 10%, 90% 95%, 10% 90%);
}
[dir=ltr] .o-about-us__button:nth-child(1) .o-about-us__button-text {
  padding: 2% 15% 2% 10%;
}
[dir=rtl] .o-about-us__button:nth-child(1) .o-about-us__button-text {
  padding: 2% 10% 2% 15%;
}
.o-about-us__button:nth-child(1) .o-about-us__button-border {
  height: 100%;
  width: 105%;
  top: -5%;
  -webkit-clip-path: polygon(5% 5%, 95% 10%, 95% 13%, 6% 8%, 11% 87%, 89% 92%, 94% 13%, 95% 13%, 90% 95%, 10% 90%);
          clip-path: polygon(5% 5%, 95% 10%, 95% 13%, 6% 8%, 11% 87%, 89% 92%, 94% 13%, 95% 13%, 90% 95%, 10% 90%);
}
[dir=ltr] .o-about-us__button:nth-child(1) .o-about-us__button-border {
  left: -2%;
}
[dir=rtl] .o-about-us__button:nth-child(1) .o-about-us__button-border {
  right: -2%;
}
.o-about-us__button:nth-child(2) .o-about-us__button-text {
  height: 80%;
  width: 80%;
  -webkit-clip-path: polygon(2% 17%, 92% 8%, 87% 75%, 10% 90%);
          clip-path: polygon(2% 17%, 92% 8%, 87% 75%, 10% 90%);
}
[dir=ltr] .o-about-us__button:nth-child(2) .o-about-us__button-text {
  padding: 2% 15% 2% 10%;
}
[dir=rtl] .o-about-us__button:nth-child(2) .o-about-us__button-text {
  padding: 2% 10% 2% 15%;
}
.o-about-us__button:nth-child(2) .o-about-us__button-border {
  height: 111%;
  width: 105%;
  top: 1%;
  -webkit-clip-path: polygon(2% 17%, 92% 8%, 92% 9%, 3% 20%, 11% 87%, 86% 72%, 91% 9%, 92% 9%, 87% 75%, 10% 90%);
          clip-path: polygon(2% 17%, 92% 8%, 92% 9%, 3% 20%, 11% 87%, 86% 72%, 91% 9%, 92% 9%, 87% 75%, 10% 90%);
}
[dir=ltr] .o-about-us__button:nth-child(2) .o-about-us__button-border {
  left: 2%;
}
[dir=rtl] .o-about-us__button:nth-child(2) .o-about-us__button-border {
  right: 2%;
}
.o-about-us__button:nth-child(3) .o-about-us__button-text {
  height: 80%;
  width: 83%;
  -webkit-clip-path: polygon(5% 5%, 95% 20%, 90% 75%, 10% 90%);
          clip-path: polygon(5% 5%, 95% 20%, 90% 75%, 10% 90%);
}
[dir=ltr] .o-about-us__button:nth-child(3) .o-about-us__button-text {
  padding: 2% 13% 2% 10%;
}
[dir=rtl] .o-about-us__button:nth-child(3) .o-about-us__button-text {
  padding: 2% 10% 2% 13%;
}
.o-about-us__button:nth-child(3) .o-about-us__button-border {
  height: 118%;
  width: 105%;
  top: -8%;
  -webkit-clip-path: polygon(5% 5%, 95% 20%, 95% 23%, 6% 8%, 11% 87%, 89% 72%, 94% 23%, 95% 23%, 90% 75%, 10% 90%);
          clip-path: polygon(5% 5%, 95% 20%, 95% 23%, 6% 8%, 11% 87%, 89% 72%, 94% 23%, 95% 23%, 90% 75%, 10% 90%);
}
[dir=ltr] .o-about-us__button:nth-child(3) .o-about-us__button-border {
  left: 2%;
}
[dir=rtl] .o-about-us__button:nth-child(3) .o-about-us__button-border {
  right: 2%;
}
.o-about-us__button:nth-child(4) .o-about-us__button-text {
  height: 80%;
  width: 80%;
  -webkit-clip-path: polygon(10% 10%, 87% 10%, 97% 95%, 2% 85%);
          clip-path: polygon(10% 10%, 87% 10%, 97% 95%, 2% 85%);
}
[dir] .o-about-us__button:nth-child(4) .o-about-us__button-text {
  padding: 2% 10%;
}
.o-about-us__button:nth-child(4) .o-about-us__button-border {
  height: 104%;
  width: 105%;
  top: -5%;
  -webkit-clip-path: polygon(10% 10%, 87% 10%, 87.2% 13%, 11% 13%, 3% 82%, 96% 92%, 86% 13%, 87.2% 13%, 97% 95%, 2% 85%);
          clip-path: polygon(10% 10%, 87% 10%, 87.2% 13%, 11% 13%, 3% 82%, 96% 92%, 86% 13%, 87.2% 13%, 97% 95%, 2% 85%);
}
[dir=ltr] .o-about-us__button:nth-child(4) .o-about-us__button-border {
  left: -2%;
}
[dir=rtl] .o-about-us__button:nth-child(4) .o-about-us__button-border {
  right: -2%;
}

@keyframes rocketShake-ltr {
  0% {
    transform: rotate(92deg);
  }
  10% {
    transform: rotate(88deg);
  }
  40% {
    transform: rotate(92deg);
  }
  60% {
    transform: rotate(88deg);
  }
  80% {
    transform: rotate(92deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

@keyframes rocketShake-rtl {
  0% {
    transform: rotate(-92deg);
  }
  10% {
    transform: rotate(-88deg);
  }
  40% {
    transform: rotate(-92deg);
  }
  60% {
    transform: rotate(-88deg);
  }
  80% {
    transform: rotate(-92deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}
.rocketShaking {
  transition: ease-in;
}
[dir=ltr] .rocketShaking {
  animation:  rocketShake-ltr 0.5s infinite;
}
[dir=rtl] .rocketShaking {
  animation:  rocketShake-rtl 0.5s infinite;
}

.rocket_move, .rocket_flame {
  opacity: 0;
}
.rocket_move.visible, .rocket_flame.visible {
  opacity: 1;
}

@keyframes blink {
  to {
    opacity: 0.2;
  }
}
.scroll-info {
  display: none;
}
.scroll-info.visible {
  position: fixed;
  display: flex;
  justify-content: center;
  width: 100vw;
  bottom: 8rem;
  pointer-events: none;
  opacity: 1;
}
[dir=ltr] .scroll-info.visible {
  animation: blink 1.2s linear alternate infinite;
}
[dir=rtl] .scroll-info.visible {
  animation: blink 1.2s linear alternate infinite;
}

.o-reset-animation__container {
  position: fixed;
  top: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  width: 6rem;
  opacity: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.3s ease-out;
  z-index: 2;
  pointer-events: none;
}

[dir] .o-reset-animation__container {
  background: #FFF;
  border-radius: 50%;
  box-shadow: 0 0 2rem 1.2rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

[dir=ltr] .o-reset-animation__container {
  right: 0.8rem;
}

[dir=rtl] .o-reset-animation__container {
  left: 0.8rem;
}
.o-reset-animation__container--active {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s ease;
}

.o-reset-animation__icon {
  height: 3rem;
  width: 3rem;
  fill: #4B4B4B;
  opacity: 0.8;
}

[dir] .o-reset-animation__icon {
  padding: 1.5rem;
}@media (max-width: 1024px) {
  .c-livechat__widget-container {
    display: none;
  }
  .c-header {
    transition: 0.3s opacity;
  }
  #truck_scene-svg {
    top: 10vh;
  }
  [dir] #truck_scene-svg {
    transform: scale(2);
  }
  [dir=ltr] #truck_scene-svg {
    left: -35vw;
  }
  [dir=rtl] #truck_scene-svg {
    right: -35vw;
  }
  .c-about-us__loading-screen {
    width: 100vw;
    height: 100vh;
    top: 0;
  }
  [dir=ltr] .c-about-us__loading-screen {
    left: 0;
  }
  [dir=rtl] .c-about-us__loading-screen {
    right: 0;
  }
  .c-header {
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 105;
  }
  [dir=ltr] .c-header {
    left: 0;
  }
  [dir=rtl] .c-header {
    right: 0;
  }
  [dir] .c-about-us__section-text {
    padding-top: 5vh;
  }
  .cs-animated-number {
    font-size: 7rem;
  }
  #producers_scene-svg {
    width: 200vw;
    bottom: -15vh;
  }
  [dir=ltr] #producers_scene-svg {
    left: -85vw;
  }
  [dir=rtl] #producers_scene-svg {
    right: -85vw;
  }
  #products_scene-svg {
    top: -30vh;
    overflow: visible;
  }
  [dir] #products_scene-svg {
    transform: scale(1.5);
  }
  [dir=ltr] #products_scene-svg {
    left: -27vw;
  }
  [dir=rtl] #products_scene-svg {
    right: -27vw;
  }
  [dir] .c-about-us__producers .c-about-us__section-text {
    padding-top: 15vh;
  }
  .c-about-us__products .c-about-us__section-text {
    position: absolute;
    bottom: 10%;
    min-width: 0;
  }
  [dir] .c-about-us__products .c-about-us__section-text {
    padding: 0 1rem;
    text-align: center;
  }
  .o-redesign-cookie {
    display: none;
  }
  .c-about-us__storage-texts {
    position: relative;
    width: 100%;
  }
  .c-about-us__storage-text {
    position: absolute;
    top: 15%;
  }
  .c-about-us__container {
    position: relative;
    max-width: 100vw;
  }
  .c-about-us__storage {
    flex-direction: column-reverse;
  }
  #warehouse_scene-svg {
    top: 10%;
  }
  [dir] #warehouse_scene-svg {
    transform: scale(1.5);
  }
  [dir=ltr] #warehouse_scene-svg {
    left: 24%;
  }
  [dir=rtl] #warehouse_scene-svg {
    right: 24%;
  }
  .c-about-us__storage-text, .c-about-us__truck-text, .c-about-us__countries-text, .c-about-us__branches-text, .c-about-us__space-text, .c-about-us__moon-text {
    box-sizing: border-box;
    width: 100%;
  }
  [dir] .c-about-us__storage-text, [dir] .c-about-us__truck-text, [dir] .c-about-us__countries-text, [dir] .c-about-us__branches-text, [dir] .c-about-us__space-text, [dir] .c-about-us__moon-text {
    padding: 0 1rem;
    text-align: center;
  }
  .c-about-us__truck-text {
    position: absolute;
    width: calc(100% - 2rem);
    top: 5rem;
  }
  [dir=ltr] .c-about-us__truck-text {
    left: 1rem;
  }
  [dir=rtl] .c-about-us__truck-text {
    right: 1rem;
  }
  .c-about-us__section-number--big {
    font-size: 3.5rem;
  }
  .c-about-us__storage-text-line {
    font-size: 3.5rem;
  }
  .c-about-us__storage-text-line p {
    font-size: 2.4rem;
  }
  .c-about-us__countries-text {
    position: absolute;
    width: calc(100% - 2rem);
    top: 5rem;
    font-size: 2rem;
  }
  [dir] .c-about-us__countries-text {
    padding: 0;
  }
  [dir=ltr] .c-about-us__countries-text {
    left: 1rem;
  }
  [dir=rtl] .c-about-us__countries-text {
    right: 1rem;
  }
  .c-about-us__branches-text {
    position: absolute;
    top: 5rem;
  }
  [dir=ltr] .c-about-us__branches-text {
    left: 0;
  }
  [dir=rtl] .c-about-us__branches-text {
    right: 0;
  }
  .c-about-us__branches-text p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
  }
  .maska_planeta-svg {
    position: absolute;
    top: 0%;
    height: 100vh;
    width: 190vh;
  }
  [dir=ltr] .maska_planeta-svg {
    left: calc((190vh - 100vw) / -2);
    transform: translate(-50%, -50%) scale(2, 2);
  }
  [dir=rtl] .maska_planeta-svg {
    right: calc((190vh - 100vw) / -2);
    transform: translate(50%, -50%) scale(2, 2);
  }
  @keyframes rotate-satelite-ltr {
    from {
      transform: scale(2.5, 2.5) rotate(0deg);
    }
    to {
      transform: scale(2.5, 2.5) rotate(360deg);
    }
  }
  @keyframes rotate-satelite-rtl {
    from {
      transform: scale(2.5, 2.5) rotate(0deg);
    }
    to {
      transform: scale(2.5, 2.5) rotate(-360deg);
    }
  }
  .satellite {
    opacity: 0;
  }
  [dir] .satellite {
    transform-origin: 50% 50%;
  }
  [dir=ltr] .satellite {
    animation:  rotate-satelite-ltr 5s infinite linear;
  }
  [dir=rtl] .satellite {
    animation:  rotate-satelite-rtl 5s infinite linear;
  }
  [dir] .satellite-orbit {
    transform-origin: 50% 50%;
  }
  .full-size-scene.moon_scene-svg {
    position: absolute;
    top: 50%;
  }
  [dir=ltr] .full-size-scene.moon_scene-svg {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  [dir=rtl] .full-size-scene.moon_scene-svg {
    right: 50%;
    transform: translate(50%, -50%);
  }
  .c-about-us__moon-text {
    box-sizing: border-box;
    top: 6vh;
    width: 100%;
  }
  [dir] .c-about-us__moon-text {
    padding: 1rem;
  }
  [dir=ltr] .c-about-us__moon-text {
    left: 0;
  }
  [dir=rtl] .c-about-us__moon-text {
    right: 0;
  }
  [dir] .o-about-us__button {
    margin-bottom: 1rem;
  }
  .c-about-us__see-more {
    justify-content: center;
  }
  [dir] .c-about-us__see-more {
    padding-top: 5rem;
  }
  .c-about-us__section-number--big {
    font-size: 3.5rem;
  }
  .c-about-us__see-more-rocket {
    max-height: 5rem;
  }
  .c-about-us__see-more-buttons {
    display: flex;
    flex-direction: column;
    width: 90%;
    row-gap: 1rem;
  }
  .o-about-us__button-text {
    box-sizing: border-box;
    font-size: 2.5rem;
  }
  .o-about-us__button {
    min-height: 7rem;
  }
  .rocket-2-svg {
    height: 10rem;
  }
  .c-about-us__see-more-buttons .o-about-us__button .o-about-us__button-text {
    width: 98%;
    height: 98%;
  }
  .c-about-us__branches-text-line p {
    font-size: 2rem;
  }
  .c-about-us__moon-text p {
    font-size: 3rem;
    align-items: center;
  }
  [dir] .c-about-us__storage-text-line p {
    margin: 0;
  }
  .c-about-us__storage-text, .c-about-us__truck-text, .c-about-us__countries-text, .c-about-us__branches-text, .c-about-us__space-text, .c-about-us__moon-text {
    min-width: 10rem;
    max-width: 100%;
  }
  .mobile-animation-indicate-swipe {
    bottom: 5%;
  }
  [dir=ltr] .mobile-animation-indicate-swipe {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  [dir=rtl] .mobile-animation-indicate-swipe {
    transform: translate(50%, -50%) rotate(-180deg);
  }
}
@media (max-width: 1024px) and (max-height: 550px) {
  [dir] #products_scene-svg {
    transform: scale(1.2);
  }
  [dir=ltr] #products_scene-svg {
    left: -20vw;
  }
  [dir=rtl] #products_scene-svg {
    right: -20vw;
  }
  .c-about-us__branches-text-line p {
    font-size: 2.2rem;
  }
  .o-about-us__button-text {
    font-size: 1.5rem;
  }
  .o-about-us__button {
    min-height: 4rem;
  }
  [dir] .o-about-us__button {
    margin-bottom: 0.3rem;
  }
  .c-about-us__see-more-buttons {
    width: 65%;
  }
  .c-about-us__truck-text {
    top: 0;
  }
  .c-about-us__see-more-buttons .o-about-us__button .o-about-us__button-text {
    width: 100%;
    height: 90%;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  [dir] #products_scene-svg {
    transform: scale(1);
  }
  [dir=ltr] #products_scene-svg {
    left: -16%;
  }
  [dir=rtl] #products_scene-svg {
    right: -16%;
  }
  .c-about-us__products .c-about-us__section-text {
    width: 100%;
  }
  [dir] #truck_scene-svg {
    transform: scale(1.5);
  }
  [dir=ltr] #truck_scene-svg {
    left: -27vw;
  }
  [dir=rtl] #truck_scene-svg {
    right: -27vw;
  }
  .c-about-us__storage-text, .c-about-us__truck-text, .c-about-us__countries-text, .c-about-us__branches-text, .c-about-us__space-text, .c-about-us__moon-text {
    max-width: 50rem;
  }
  [dir=ltr] .c-about-us__storage-text, [dir=ltr] .c-about-us__truck-text, [dir=ltr] .c-about-us__countries-text, [dir=ltr] .c-about-us__branches-text, [dir=ltr] .c-about-us__space-text, [dir=ltr] .c-about-us__moon-text {
    margin-left: calc((100% - 50rem) / 2);
  }
  [dir=rtl] .c-about-us__storage-text, [dir=rtl] .c-about-us__truck-text, [dir=rtl] .c-about-us__countries-text, [dir=rtl] .c-about-us__branches-text, [dir=rtl] .c-about-us__space-text, [dir=rtl] .c-about-us__moon-text {
    margin-right: calc((100% - 50rem) / 2);
  }
  .c-about-us__countries-text {
    font-size: 4rem;
  }
}
.c-about-us__space-text {
  position: absolute;
  width: calc(100% - 2rem);
  top: 5rem;
}
[dir=ltr] .c-about-us__space-text {
  left: 1rem;
}
[dir=rtl] .c-about-us__space-text {
  right: 1rem;
}
.c-about-us__space-text p {
  font-size: 3rem;
  align-items: center;
}

@media (min-width: 700px) and (max-width: 1024px) {
  [dir] #products_scene-svg {
    transform: scale(0.8);
  }
  [dir=ltr] #products_scene-svg {
    left: -13%;
  }
  [dir=rtl] #products_scene-svg {
    right: -13%;
  }
  [dir] .c-about-us__moon-text {
    padding: 2rem;
    background-color: rgba(0, 0, 0, 0.05);
  }
}