/* Fonts */
@font-face {
  font-family: 'JetBrains Mono';
  font-weight: 400;
  src: url(../fonts/JetBrainsMono_Medium.woff);
}

@font-face {
  font-family: 'JetBrains Mono';
  font-weight: 600;
  src: url(../fonts/JetBrainsMono_Bold.woff);
}

@font-face {
  font-family: 'JetBrains Mono';
  font-weight: 900;
  src: url(../fonts/JetBrainsMono_ExtraBold.woff);
}

@font-face {
  font-family: 'Halvar Breitschrift';
  font-weight: 600;
  src: url(../fonts/HalvarBreitschrift_Bold.woff);
}

@font-face {
  font-family: 'Halvar Breitschrift';
  font-weight: 800;
  src: url(../fonts/HalvarBreit-XBd.woff2);
}




body {
  margin: 0px;
  padding: 0px;
  /* overflow: visible;
  position: relative; */
  /* Запрет зума текста на телефоне */
  -webkit-text-size-adjust: 100%;
  /* Сглаживание шрифтов */
  -webkit-font-smoothing: antialiased;
  background-color: #000;
  font-family: 'JetBrains Mono';
  font-weight: 400;
  color: #fff;
}

body.no-scroll {
  height: 100%;
  width: 100%;
  position: fixed;
  /* overflow: hidden; */
}

body * {
  margin: 0px;
  padding: 0px;
  outline: 0;
  background-repeat: no-repeat;
  background-position: center;
  font-weight: normal;
  font-style: normal;
  /* Учёт размеров элементов, включая margin, padding и border */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Исправляет баг скроллинга на IOS */
  -webkit-overflow-scrolling: touch;
  /* Убирает подсветку элемента при касании на телефоне */
  -webkit-tap-highlight-color: transparent;
  /* Убирает базовые стили браузера */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Убирает скругления кнопок на IOS */
input {
  border-radius: 0;
}

/* Удаление кнопок, которые браузер вставляет в input */
input::-ms-reveal,
input::-ms-clear {
  display: none;
}

li {
  list-style-type: none;
}

a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

img {
  border: none;
  /* Запрет перетаскивания изображений */
  -webkit-user-drag: none;
}

.page {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.container {
  width: 1400px;
  margin: auto;
}

.button {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.button_border {
  border: 2px solid #008FFF;
  border-radius: 100px;
}

.button_blue {
  background-color: #008FFF;
  border-radius: 100px;
}

.slick-arrow {
  position: absolute;
  top: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background-color: transparent;
  font-size: 1px;
  color: transparent;
  cursor: pointer;
  border: 1px solid #4D4D4D;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
  -webkit-background-size: 17px 17px;
  background-size: 17px 17px;
}

.slick-arrow:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slick-prev {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjQxNDM2IDEyLjAwMDFMMTIuNzA3MyAyMC4yOTNMMTEuMjkzIDIxLjcwNzJMMC41ODU5MzggMTEuMDAwMUwxMS4yOTMgMC4yOTI5NjlMMTIuNzA3MyAxLjcwNzE4TDQuNDE0MzYgMTAuMDAwMUgyMi4wMDAyVjEyLjAwMDFINC40MTQzNloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=');
}

.slick-next {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy41ODU2IDEyLjAwMDFMOS4yOTI3NCAyMC4yOTNMMTAuNzA3IDIxLjcwNzJMMjEuNDE0MSAxMS4wMDAxTDEwLjcwNyAwLjI5Mjk2OUw5LjI5Mjc0IDEuNzA3MThMMTcuNTg1NiAxMC4wMDAxSC0wLjAwMDE1MDY4MVYxMi4wMDAxSDE3LjU4NTZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K')
}
.nav-list li.soon a,
.nav-list li.disabled a {
  color: #4D4D4D;
}

.nav-list li.disabled a:after,
.nav-list li.soon a:after  {
  opacity: 0.5;
}

.soon {
  pointer-events: none;
}

.default-text {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #B2B2B2;
}

.default-text span {
  display: none;
}

.button_explore {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  color: #008FFF;
}

.button_explore.small {
  font-size: 15px;
}

.button_big {
  font-size: 22px;
}

.caption {
  font-family: 'Halvar Breitschrift';
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -1px;
}

.ru .caption {
  font-size: 62px;
  line-height: 70px;
}

.caption-small {
  font-size: 48px;
  line-height: 56px;
}

.ru .caption-small {
  font-size: 44px;
  line-height: 52px;
}

.caption-large {
  font-size: 104px;
  line-height: 96px;
  letter-spacing: -1px;
}

.ru .caption-large {
  font-size: 100px;
  line-height: 92px;
}

.caption > span > span > span {
  white-space: nowrap;
}

.caption em {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  white-space: nowrap;
}

.caption em strong {
  position: absolute;
  white-space: nowrap;
  content: attr(data-text);
  top: 0;
  left: 0;
  color: #000;
  overflow: hidden;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  width: 0%;
  z-index: 5;
  text-align: left;
}

.caption.yellow-em em strong {
  width: 100%;
}

.caption em {
  background: url(../images/yellow-line.png);
  background-repeat: no-repeat;
  -webkit-background-size: 0% 100px;
  background-size: 0% 100px;

  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.caption.yellow-em em {
  -webkit-background-size: 101% 100%;
  background-size: 101% 100%;
}

em.last-yellow {
  padding-right: 5px;
  margin-right: 15px;
}

.br-pc-hidden br {
  display: none;
}


/* header */

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header.clear {
  border-color: transparent;
}

.header:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.01);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
}

.header .container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 113px;
}

.header__logo-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.header__logo {
  display: block;
}

.header__logo img {
  display: block;
}

.header__logo-description {
  max-width: 300px;
  margin-left: 20px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  color: #B2B2B2;
}

.header__side {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.header__nav ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.header__nav li+li {
  margin-left: 57px;
}

.header__nav a {
  display: block;
  position: relative;
}

.header__nav li.soon {
  pointer-events: none;
}

.header__nav li.soon a:after {
  content: 'soon';
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  left: 100%;
  top: -8px;
  padding: 3px 5px 4px 6px;
  background-color: #262626;
  border-radius: 50px;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  line-height: 9px;
  letter-spacing: 1.5px;
  margin-left: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-link__dropdown {
  cursor: pointer;
  position: relative;
}

.header-link__dropdown:hover .header-link__dropdown-name svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-link__dropdown-name {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 15px;
  margin-top: 15px;

  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header-link__dropdown-name svg {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header-link__dropdown-name span {
  margin-left: 10px;
  margin-top: -2px;

  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.nav-list li.disabled .header-link__dropdown-name {
  color: #4D4D4D;
}

.header-link__dropdown-name span path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.nav-list li.disabled .header-link__dropdown-name span path {
  fill: #4D4D4D;
}

.header-link__dropdown-list {
  position: absolute;
  left: 0;
  width: 95px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate3d(0, 15px, 0);
  -ms-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);

  background-color: #000;
  border: 1px solid #4D4D4D;
}

.ru .header-link__dropdown-list {
  width: 160px;
}

.header-link__dropdown-list a {
  padding: 10px 0;
  white-space: nowrap;
}

.header-link__dropdown-list a.disabled {
  color: #4D4D4D;
}

.header-link__dropdown:hover .header-link__dropdown-list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header .button {
  height: 48px;
  padding: 0px 22px 2px 22px;
  margin-left: 56px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.open-menu {
  display: none;
}

.header .languages {
  margin-top: 5px;
  margin-left: 40px;
}


/* hidden-menu */

.hidden-menu {
  display: none;
}

.pc-hidden {
  display: none;
}


/* footer */

.footer {
  margin-top: 288px;
  border-top: 1px solid #333333;
  z-index: 5;
}

.footer .container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  padding: 63px 0px 0px 0px;
}

.footer__left {
  max-width: 400px;
}

.footer__logo-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}

.footer__logo-container span {
  display: block;
  max-width: 300px;
  margin-left: 15px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  color: #B2B2B2;
}

.footer__logo-container span a {
  font-size: 12px;
  line-height: 16px;
}

.footer__logo {
  display: table;
}

.footer__logo img {
  display: block;
  width: 147px;
}

.footer__left-text {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #B2B2B2;
  margin-bottom: 25px;
}

.logo-guidline {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
}

.logo-guidline img {
  display: block;
  width: 20px;
  margin-right: 10px;
}

.footer__right {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  max-width: 800px;
  margin-top: 16px;
}

.footer__nav-block {
  margin-left: 105px;
  padding-right: 40px;
}

.ru .footer__nav-block {
  margin-left: 60px;
}

.footer__nav-block:last-child {
  padding-right: 0;
}

.footer__nav-block:first-child {
  margin-left: 0;
}

.footer__nav-block-title {
  font-family: 'Halvar Breitschrift', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 2px;
  color: #4D4D4D;
  margin-bottom: 38px;
}

.footer__nav-country-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 105px;
}

.ru .footer__nav-country-block {
  margin-left: 40px;
}

.footer__nav-country-block .footer__nav-block {
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
}

.footer__nav-country-block .footer__nav-block:last-child {
  margin-bottom: 0;
}

.footer__nav li {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0;
}

.footer__nav li+li {
  margin-top: 22px;
}

.footer__nav li a {
  letter-spacing: 0;
}

.footer__nav li.soon a {
  display: table;
  position: relative;
}

.footer__nav li.soon a:after {
  content: 'soon';
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  left: 100%;
  top: -8px;
  padding: 3px 5px 4px 6px;
  background-color: #262626;
  border-radius: 50px;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  line-height: 9px;
  letter-spacing: 1.5px;
  margin-left: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.languages {
  position: relative;
  z-index: auto;
  -webkit-user-select: none;
  user-select: none;
}

.languages .languages__value {
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 10px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.languages__value img,
.languages__value svg {
  display: block;
  width: 25px;
  margin-right: 11px;
}

.languages__value.country img,
.languages__value.country svg {
  display: block;
  width: 20px;
  margin-right: 16px;
}


.languages__value svg path,
.languages__value svg circle {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.languages__value:after {
  content: '';
  display: block;
  position: relative;
  top: 1px;
  width: 10px;
  height: 6px;
  margin-left: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC40MDAzOTEgMS44MDAyTDEuNjAwMzkgMC4yMDAxOTVMNS4wMDAzOSAyLjc1MDJMOC40MDAzOSAwLjIwMDE5NUw5LjYwMDM5IDEuODAwMkw1LjAwMDM5IDUuMjUwMkwwLjQwMDM5MSAxLjgwMDJaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K');
}

.languages__list {
  position: absolute;
  top: 100%;
  left: 25px;
  right: 0;
  z-index: 50;
  padding: 10px;
  background-color: #000;
  border: 1px solid #262626;
  opacity: 0;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.languages__list.top {
  top: auto;
  bottom: 100%;
  margin-bottom: 11px;
}

.languages:hover .languages__list {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.languages:hover .languages__value:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.languages__list li {
  padding: 10px 0px;
}

.languages__list a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition: opacity 0.4s, transform: 0.4s;
  transition: opacity 0.4s, transform: 0.4s;
}

.languages__list .active a {
  pointer-events: none;
  color: #4D4D4D;
}

/* bottom-info */
.bottom-info {
  padding: 145px 0px 48px 0px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #4D4D4D;
  letter-spacing: 0;
}

.bottom-info .container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.bottom-info__left {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-weight: 600;
}

.bottom-info__left .header-link__dropdown {
  margin-left: 40px;
  position: relative;
}

.bottom-info__left .header-link__dropdown-name {
  padding: 0;
  margin: 0;
  padding-top: 16px;
  margin-bottom: 16px;
}

.bottom-info__left .header-link__dropdown-name p {
  color: #fff;
}

.bottom-info__left .header-link__dropdown-list {
  -webkit-transform: translate3d(0, -15px, 0);
  -ms-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  bottom: 100%;
  width: auto;
  z-index: 5;
}

.bottom-info__left .header-link__dropdown-list a {
  display: block;
}

.bottom-info a {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
}

.bottom-info__goodface a {
  color: #008FFF;
}

@media screen and (min-width: 1000px) {
  .button_blue:hover {
    color: #fff;
    background-color: #4DB0FE;
  }

  .button_blue:active {
    background-color: #0189F4;
  }

  .button_border:hover {
    color: #fff;
    background-color: #008FFF;
  }

  .button_border:active {
    background-color: #0189F4;
    border-color: #0189F4;
  }

  .languages__list a:hover {
    color: #fff;
  }
}

@media screen and (max-width: 1500px) {
  .container {
    width: 1200px;
  }

  .caption_large {
    font-size: 90px;
    line-height: 85px;
  }
  .caption_small {
    font-size: 41px;
    line-height: 46px;
  }

  .ru .caption_large {
    font-size: 86px;
    line-height: 81px;
  }

  .ru .caption_small {
    font-size: 37px;
    line-height: 42px;
  }

  .bottom-info {
    padding-top: 100px;
  }

  .header__nav li+li {
    margin-left: 50px;
  }

  .header .button {
    margin-left: 50px;
  }

  .footer__left {
    max-width: 375px;
  }
}

@media screen and (max-width: 1240px) {
  .container {
    width: 688px;
  }

  .default-text {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
  }

  .button {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.5px;
  }

  .caption {
    font-size: 44px;
    line-height: 51px;
    letter-spacing: -1px;
  }

  .caption em {
    padding-right: 18px;
  }

  .caption-small {
    font-size: 36px;
    line-height: 42px;
  }

  .caption-small em {
    padding-right: 10px;
  }

  em.last-yellow {
    padding-right: 3px;
    margin-right: 7px;
  }

  .caption-large {
    font-size: 52px;
    line-height: 60px;
  }

  .ru .caption {
    font-size: 40px;
    line-height: 47px;
    letter-spacing: -1px;
  }

  .ru .caption-small {
    font-size: 32px;
    line-height: 38px;
  }

  .ru .caption-large {
    font-size: 42px;
    line-height: 46px;
  }

  .button_big {
    font-size: 18px;
  }

  .pc-hidden {
    display: block !important;
  }

  .mob-hidden {
    display: none;
  }

  .caption br {
    display: none;
  }

  .slick-arrow {
    width: 80px;
    height: 80px;
  }

  /* header */
  .header .container {
    height: 83px;
  }

  .header__logo img {
    width: 132px;
  }

  .header__logo-description {
    display: none;
  }

  .header__nav {
    display: none;
  }

  .header .button span {
    display: none;
  }

  .header .button {
    height: 38px;
    padding: 0px 25px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.5px;
  }

  .open-menu {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: 16px;
  }

  .open-menu div {
    width: 24px;
    height: 2px;
    background-color: #fff;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .open-menu div+div {
    margin-top: 6px;
  }

  .open-menu.active div:nth-child(1) {
    -webkit-transform: translate(0px, 4px) rotate(45deg);
    transform: translate(0px, 4px) rotate(45deg);
  }

  .open-menu.active div:nth-child(2) {
    -webkit-transform: translate(0px, -4px) rotate(-45deg);
    transform: translate(0px, -4px) rotate(-45deg);
  }

  .header .languages {
    display: none;
  }

  /* hidden-menu */
  .hidden-menu {
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0px;
    padding: 83px 0px 32px 0px;
    background-color: #000;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
  }

  .hidden-menu.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  .hidden-menu__nav {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding: 39px 0px 46px 0px;
  }

  .hidden-menu__col {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 80px;
  }

  .hidden-menu__col p {
    font-family: 'Halvar Breitschrift', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #4D4D4D;

    margin-bottom: 40px;
  }

  .hidden-menu__col:last-child {
    padding-left: 12px;
    margin-right: 0;
  }

  .hidden-menu__col a {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.5px;
  }

  .hidden-menu__col a+a {
    margin-top: 24px;
  }

  .hidden-menu__col a.soon {
    color: #4D4D4D;
    pointer-events: none;
  }

  .hidden-menu__col a.soon:after {
    content: 'soon';
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    left: 100%;
    top: -8px;
    padding: 3px 5px 4px 6px;
    background-color: #262626;
    border-radius: 50px;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    line-height: 9px;
    letter-spacing: 1.5px;
    margin-left: 2px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .hidden-menu__col .languages__list a {
    font-size: 16px;
    line-height: 18px;
  }

  .hidden-menu-col__language-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .hidden-menu-col__language-box .languages {
    margin-bottom: 14px;
  }

  .hidden-menu-col__language-box .languages:last-child {
    margin-bottom: 0;
  }

  .hidden-menu-col__btn-box {
    margin-top: 22px;
  }

  .hidden-menu-col__btn-box a.hidden-menu-col__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 0 40px;
    font-size: 14px;
  }

  .hidden-menu__buttons {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }

  .hidden-menu__buttons .button {
    width: 209px;
    height: 48px;
    margin-right: 31px;
  }


  /* footer */
  .footer {
    border: none;
    margin-top: 120px;
  }

  .footer .container {
    display: block;
    padding-top: 32px;
    border-top: 1px solid #4D4D4D;
  }

  .footer__left {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: none;
    margin-bottom: 64px;
  }

  .footer__logo-container {
    position: relative;
    display: block;
    margin: 0;
  }

  .footer__logo-container span {
    position: absolute;
    margin: 20px 0px 0px 0px;
    white-space: nowrap;
  }

  .footer__left-text {
    width: 490px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
  }

  .ru .footer__left-text br {
    display: none;
  }

  .logo-guidline {
    margin-left: 200px;
  }

  .footer__right {
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: none;
  }

  .footer__nav-country-block {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
  }

  .ru .footer__nav-country-block {
    margin-left: 0;
  }

  .footer__nav-country-block .footer__nav-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 40px;
    margin: 0;
  }

  .footer__nav-block,
  .ru .footer__nav-block {
    width: 329px;
    margin: 0px 0px 64px 0px;
  }

  .footer__nav-block:last-child {
    margin-bottom: 0;
  }

  /* bottom-info */
  .bottom-info {
    padding: 64px 0px 32px 0px;
  }

  .bottom-info .container {
    -ms-align-items: flex-end;
    align-items: flex-end;
  }

  .bottom-info__left {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .bottom-info__left .header-link__dropdown {
    margin: 0;
  }

}

@media screen and (max-width: 740px) {
  .container {
    width: auto;
    padding: 0px 20px;
  }

  .caption {
    font-size: 36px;
    line-height: 42px;
  }

  .caption em {
    padding-right: 10px;
  }

  .hidden-menu {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    pointer-events: none;

    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;

    clip-path: circle(0% at 100% 0);
  }

  .hidden-menu.active {
    clip-path: circle(150% at 100% 0);
    pointer-events: auto;
  }

  .hidden-menu .container {
    width: 100%;
    max-height: 100%;
    margin: 0;
    overflow: auto;
  }

  .hidden-menu__nav {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 55px 0px;
  }

  .hidden-menu__col {
    width: auto;
    margin: 0;
  }

  .hidden-menu__col:last-child {
    padding: 0;
  }

  .hidden-menu__col+.hidden-menu__col {
    margin-top: 64px;
  }

  .hidden-menu__buttons {
    display: none;
  }

  .default-text span {
    display: inline;
  }

  .slick-arrow {
    width: 60px;
    height: 60px;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
  }

  /* header */

  .hidden-menu__col {
    width: 100%;
  }

  .header__logo-description {
    display: none;
  }

  .header .button {
    margin-left: 0;
  }

  .hidden-menu-col__btn-box {
    width: 100%;
  }

  .hidden-menu-col__btn-box a.hidden-menu-col__btn {
    width: 100%;
  }


  /* footer */
  .footer {
    border-top: 1px solid #4D4D4D;
  }

  .footer .container {
    margin: 0px 20px;
    border: none;
  }

  .footer__left {
    display: block;
  }

  .footer__logo-container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 32px;
  }

  .footer__logo-container span {
    position: static;
    margin: 0px 0px 0px 16px;
  }

  .footer__left-text {
    width: auto;
    margin-bottom: 20px;
  }

  .logo-guidline {
    margin: 0;
  }

  .footer__right {
    margin-top: 0;
  }

  .footer__nav-block {
    max-width: 155px;
    padding: 0;
  }

  .footer__nav-country-block {
    flex-direction: column;
  }

  .footer__nav-country-block .footer__nav-block {
    width: 100%;
    padding-right: 0;
    max-width: none;
    margin-bottom: 40px;
  }

  /* bottom-info */
  .bottom-info .container {
    display: block;
  }

  .bottom-info__left {
    display: block;
  }

  .bottom-info__left ul {
    margin: 16px 0px 0px 0px;
  }

  .bottom-info__goodface {
    margin-top: 32px;
  }

}
