html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  font-family: 'Neue Machina', Arial, Helvetica, sans-serif;
  font-style: normal;
}
*,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
span {
  font: inherit;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
button,
input[type='submit'],
a {
  cursor: pointer;
  outline: none;
  border: none;
}
.advertorialWrp {
  display: block;
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 7px;
  z-index: 9999999999;
  color: #fff;
  opacity: 0.5;
  font-family: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.advertorialWrp a {
  color: #fff;
}
.attention {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #151515;
  padding: 6px;
  text-align: center;
  background: #be8665;
}
.hero {
  padding: 30px 0 160px;
  background: linear-gradient(180deg, #151515 48.08%, #022624 100%);
}
.header {
  margin-bottom: 50px;
}
.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container {
  max-width: 1180px;
  margin: 0 auto;
}
.header_logo {
  /*margin-right: 185px;*/
}
.header_logo__cont h1{
    color: #fff;
}
.header_list {
  display: flex;
  align-items: center;
  column-gap: 25px;
}
.header_item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.header_subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  color: #89d9d0;
  white-space: nowrap;
}
.header_subtitle .tab {
  display: none;
}
.header_text {
  white-space: nowrap;
  font-weight: 500;
  font-size: 20px;
  line-height: 19px;
  color: #fafaff;
}
.right {
  text-align: right;
  min-width: 275px;
}
.common_title {
  font-size: 50px;
  line-height: 115%;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  color: #fff;
}
.hero_title {
  position: relative;
  margin-bottom: 24px;
}
.hero_title::before {
  position: absolute;
  bottom: -125px;
  left: -105px;
  content: '';
  z-index: 2;
  width: 165px;
  height: 165px;
  background: center / contain url(../images/img_1-min.png);
}
.accent {
  color: #89d9d0;
}
.hero_subtitle {
  font-family: 'Neue Haas Grotesk Display Pro';
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  margin-bottom: 40px;
}
.hero_question {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  background: #89d9d0;
  padding: 7px 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  color: #022624;
}
.hero_inner {
  display: flex;
  justify-content: space-between;
}
.video {
  width: 100%;
  border: 3px solid #89d9d0 !important;
}

@media (max-width: 1250px) {
  .container {
    padding: 0 19px;
  }
  .container.big {
    padding: 0;
  }
  .hero {
    padding-bottom: 230px;
  }
  .header_logo {
    margin: 0;
  }
  .header_inner {
    flex-direction: column;
    row-gap: 26px;
  }
  .header_list {
    column-gap: 60px;
  }
  .right {
    min-width: unset;
  }
  .header_subtitle .tab {
    display: block;
  }
  .header_subtitle .desk {
    display: none;
  }
  .common_title {
    font-size: 40px;
  }

  .hero_title {
    line-height: 40px;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .hero_title::before {
    position: absolute;
    top: -57px;
    left: 0px;
    content: '';
    z-index: 2;
    width: 81px;
    height: 81px;
    background: center / contain url(../images/img_1-min.png);
  }
  .hero_subtitle {
    font-size: 20px;
    line-height: 24px;
  }
  .hero_question {
    font-size: 18px;
  }
  .hero_inner {
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
  }
}

@media (max-width: 1023px) {
  .attention {
    padding: 8px 10px 15px;
    font-size: 15px;
    line-height: 18px;
  }
  .header_subtitle,
  .header_text {
    font-size: 16px;
    line-height: 15px;
  }
  .header {
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin: 0 19px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
  .attention {
    padding: 11px 9px 7px;
    font-size: 13px;
    line-height: 16px;
  }
  .header_inner {
    align-items: flex-start;
  }
  .header_logo {
    max-width: 40%;
    margin: 0 auto;
  }
  .header_item {
    row-gap: 6px;
  }
  .header_item:last-of-type {
    margin-top: 25px;
  }
  .header_list {
    width: 88%;
    margin: 0 auto;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 15px;
    column-gap: 8px;
    max-height: 85px;
  }
  .header_subtitle,
  .header_text {
    font-size: 14px;
    line-height: 14px;
  }
  .hero {
    padding: 15px 0 150px;
  }
  .header {
    margin: 0 10px 20px;
  }
  .common_title {
    font-size: 26px;
  }
  .hero_title {
    line-height: 25px;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .hero_title::before {
    left: unset;
    right: 0;
    width: 43px;
    height: 43px;
  }
  .hero_subtitle {
    font-size: 16px;
    line-height: 19px;
  }
  .hero_question {
    padding: 7px 20px 4px;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
  }
  .hero_question img {
    width: 22px;
  }
  .hero_inner {
    row-gap: 74px;
  }
}
