

/* Start:/local/templates/common/static/css/main.css?169839651351845*/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Rooftop";
  src: url("/local/templates/common/static/css/../fonts/Rooftop/Rooftop-Book.otf") format("opentype");
  font-weight: 450;
  font-style: normal;
}

@font-face {
  font-family: "Rooftop";
  src: url("/local/templates/common/static/css/../fonts/Rooftop/Rooftop-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Rooftop";
  src: url("/local/templates/common/static/css/../fonts/Rooftop/Rooftop-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Rooftop";
  src: url("/local/templates/common/static/css/../fonts/Rooftop/Rooftop-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "RooftopMono";
  src: url("/local/templates/common/static/css/../fonts/Rooftop/RooftopMono-Regula.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

:root {
  --primary-color: #0e4194;
  --black-color: #3b4256;
  --white-color: #ffffff;
}

h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 43px;
  line-height: 125%;
  margin: 0;
}

h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: -0.4px;
  margin: 0;
}

a {
  text-decoration: none;
  color: var(--black-color);
}

p {
  margin-top: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
}

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

.container {
  max-width: 1454px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.container-inner {
  max-width: 1336px;
  margin: 0 auto;
  width: 100%;
}

html,
body {
  min-height: 100%;
  font-family: "Rooftop", sans-serif;
}

/* коммент бэку, главная страница растягивается по всей ширине экрана, а внутренние ограничены по ширине в 1960 px */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.page.is-fixed {
  overflow: hidden;
  position: relative;
}

.page {
  position: relative;
}

.page__title {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 450;
  line-height: 116%;
  max-width: 1332px;
}

.section {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  background: white;
  padding-top: 60px;
}

.section .banner {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.section__masterpeace {
  padding: 80px 29px 60px 29px;
  height: auto;
  position: sticky;
  top: 0;
}

.section__masterpeace .banner {
  height: auto;
  min-height: auto;
}

.section__masterpeace .banner__head {
  margin-bottom: 37px;
}

.section__masterpeace .banner__body-inner {
  display: flex;
  justify-content: space-between;
}

.section__masterpeace .banner__subtitle {
  max-width: 1150px;
}

.section__quality {
  padding-top: 40px;
  background: transparent;
  position: relative;
}

.section__quality .banner {
  min-height: auto;
  border-radius: 0 0 8px 8px;
  margin-top: -20px;
}

.section__quality::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  background: white;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  opacity: 0.8;
  top: -30px;
  left: 0;
}

.section__moment {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 0;
}

.section__moment.is-target .banner__bg::before {
  background: linear-gradient(
    0deg,
    rgba(27, 25, 23, 0.7) 0%,
    rgba(27, 25, 23, 0.7) 100%
  );
}

.section__moment .banner {
  height: 100vh;
  border-radius: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

.section__moment .banner__bg::before {
  background: linear-gradient(
    0deg,
    rgba(45, 41, 38, 0.5) 0%,
    rgba(45, 41, 38, 0.5) 100%
  );
}

.section__experience {
  padding: 0;
  border-radius: 8px;
}

.section__experience .banner {
  height: auto;
  min-height: auto;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.section__powers {
  padding: 0;
  border-radius: 8px;
  position: relative;
}

.section__powers .banner {
  height: auto;
  min-height: auto;
}

.section__powers .banner__desc {
  color: #000;
}

.section__product {
  padding: 0;
}

.section__product .banner {
  min-height: auto;
  height: auto;
  overflow: visible;
}

.section__feedback {
  padding: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  margin-top: -10px;
}

.section__feedback .banner {
  height: auto;
  min-height: 100vh;
  background-color: var(--mine-shaft-200, #d1d3d4);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 126px;
  padding-bottom: 92px;
  border-radius: 0;
  display: flex;
  justify-content: center;
}

.section__intro .banner {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.section__intro .banner__top {
  height: calc(100% - 224px);
  position: relative;
  border-bottom: 3px solid white;
  flex: 1;
}

.section__intro .banner__top::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 23px;
  bottom: -11.5px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='23' viewBox='0 0 11 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1044_2268)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 11.5C4.92486 11.5 -1.3521e-06 16.6487 -1.90735e-06 23L1.03375e-07 9.45698e-07C-4.51874e-07 6.35131 4.92486 11.5 11 11.5Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1044_2268'%3E%3Crect width='11' height='23' fill='white' transform='translate(11 23) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  z-index: 2;
}

.section__intro .banner__top::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 23px;
  bottom: -11.5px;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='23' viewBox='0 0 11 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1044_2266)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 11.5C6.07514 11.5 11 6.35128 11 0V23C11 16.6487 6.07514 11.5 0 11.5Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1044_2266'%3E%3Crect width='11' height='23' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  z-index: 2;
}

.section__intro .banner__bottom {
  height: 224px;
  padding-top: 44px;
  overflow: hidden;
}

.section__intro .banner__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.section__intro .banner__bottom-group {
  display: flex;
  align-self: flex-start;
}

.section__intro .banner__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.section__intro .banner__desc {
  color: var(--White, #fff);
  max-width: 475px;
  display: block;
  padding-right: 20px;
}

.naming {
  display: flex;
  align-items: flex-start;
}

.naming__letter {
  margin-right: 33px;
}

.banner {
  width: 100%;
  min-height: calc(100vh - 60px);
  position: relative;
  z-index: 2;
  border-radius: 8px;
  overflow: hidden;
}

.banner__desc {
  color: var(--mine-shaft-800, #1b1917);
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 144%;
}

.banner__top {
  padding-top: 40px;
}

.banner__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.banner__bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      0deg,
      rgba(88, 89, 91, 0.8) 0%,
      rgba(88, 89, 91, 0.8) 100%
    ),
    #58595b;
  z-index: 2;
  opacity: 0.8;
}

.banner__bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner__down {
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
}

.banner__tag {
  color: var(--mine-shaft-800, #1b1917);
  font-family: "RooftopMono";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}

.banner__subtitle {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 450;
  line-height: 116%;
}

.banner__spinner {
  margin-left: 40px;
}

.quality {
  padding-bottom: 76px;
  position: relative;
  z-index: 1;
  padding-top: 84px;
  background: white;
}

.quality__corner--small {
  position: absolute;
  bottom: 250px;
  left: 0;
  z-index: -1;
  width: 154px;
}

.quality__corner--big {
  position: absolute;
  width: 50%;
  top: 140px;
  z-index: -1;
}

.quality__grid {
  display: flex;
  margin: 0 -15px;
}

.quality__col {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}

.quality__col:first-child {
  padding-top: 15px;
}

.quality__col:first-child .quality__row {
  align-items: flex-start;
}

.quality__col:last-child .quality__row {
  align-items: flex-end;
}

.quality__row {
  margin-bottom: 136px;
  display: flex;
  flex-direction: column;
}

.quality__row:last-child {
  margin-bottom: 0;
}

.quality__col:first-child .quality__row:last-child {
  margin-bottom: 88px;
}

.quality__card {
  padding: 20px;
  display: flex;
  flex-direction: column;
  max-width: 660px;
  width: 100%;
}

.quality-card__name {
  color: var(--mine-shaft-800, #1b1917);
  font-size: 36px;
  font-style: normal;
  font-weight: 450;
  line-height: 122%;
  margin-bottom: 26px;
  display: block;
}

.quality-card__desc {
  color: var(--mine-shaft-700, #221f1d);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 175%;
}

.quality-card__img {
  margin-bottom: 36px;
  position: relative;
  padding-bottom: 50%;
  border-radius: 8px;
  overflow: hidden;
}

.quality-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.quality__info {
  margin-top: 66px;
  position: relative;
  background-color: var(--mine-shaft-200, #d1d3d4);
  overflow: hidden;
  background-repeat: no-repeat;
  border-radius: 8px;
}

.quality .banner__desc {
  max-width: 583px;
  margin-bottom: 283px;
  display: block;
  font-weight: 400;
}

.quality-info__body {
  min-height: 356px;
  padding: 44px 0;
  display: flex;
  align-items: flex-end;
}

.quality-info .banner__subtitle {
  max-width: 1017px;
}

.moment {
  flex: 1;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-top: 120px;
  padding-bottom: 70px;
}

.moment__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.moment__body-container {
  padding: 0 15px;
  max-width: 1366px;
}

.moment__body-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.moment__body-container {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.moment::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='1316' height='196' viewBox='0 0 1316 196' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 195.497L1292 195.496C1304.7 195.496 1315 185.199 1315 172.496L1315 0.499084' stroke='%23A7A9AC'/%3E%3C/svg%3E%0A");
  z-index: -1;
  width: 80%;
  background-size: contain;
  height: 195px;
}

.moment::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  z-index: -1;
  width: 470px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='472' height='676' viewBox='0 0 472 676' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M471 0.999817H24C11.2975 0.999817 1 11.2973 1 23.9998L1 675.5' stroke='%23A7A9AC'/%3E%3Cpath d='M472 328H235C222.297 328 212 338.297 212 351V675.5' stroke='%23A7A9AC'/%3E%3C/svg%3E%0A");
  height: 90%;
  background-position-x: right;
  background-position-y: bottom;
  opacity: 0.7;
}

.moment .banner__tag,
.moment .banner__subtitle {
  color: white;
  margin-bottom: 24px;
}

.moment .banner__subtitle {
  max-width: 883px;
  margin-bottom: 24px;
}

.moment .banner__desc {
  font-size: 20px;
  color: white;
  max-width: 676px;
  font-weight: 300;
  margin-bottom: 20px;
  display: block;
}

.experience {
  padding: 56px 0;
  border-radius: 8px;
  background: var(--mine-shaft-50, #f5f4f4);
  display: flex;
  flex-direction: column;
}

.experience__wrapper {
  background: white;
  padding: 15px;
}

.experience__head {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
}

.experience__grid {
  display: flex;
}

.experience__left {
  width: 464px;
  flex: 0 0 464px;
  margin-top: 36px;
}

.experience__right {
  padding-left: 86px;
  width: calc(100% - 464px);
}

.experience__card {
  border-bottom: 1px solid var(--mine-shaft-100, #eaeae9);
}

.experience-card__num {
  color: var(--mine-shaft-800, #1b1917);
  font-family: "RooftopMono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137%;
  padding: 8px 0;
  border-bottom: 1px solid var(--mine-shaft-700, #221f1d);
  display: block;
}

.experience-card__name {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 450;
  line-height: 126%;
  padding: 0 36px;
  display: block;
}

.experience-card__head {
  padding: 32px 0;
  cursor: pointer;
  display: flex;
}

.experience-card__head-right {
  display: flex;
  flex: 1;
}

.experience-card__head.is-active .experience-card__icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' data-livestyle-extension='available'%3E%3Cg id='Icon/Outline/minus'%3E%3Cpath id='Icon' d='M20 12H4' stroke='%231B1917' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}

.experience-card__hidden {
  padding-bottom: 42px;
  padding-left: 58px;
}

.experience-card__icon {
  border-radius: 32px;
  background-color: var(--White, #fff);
  transition: 0.25s;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6V12M12 12V18M12 12H18M12 12L6 12' stroke='%231B1917' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}

.experience-card__desc {
  color: var(--mine-shaft-600, #2d2926);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}

.experience__video {
  width: 100%;
  position: relative;
  min-height: 339px;
}

.experience__video video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.experience .banner__tag {
  margin-bottom: 36px;
}

.powers {
  background: white;
  padding: 84px 0;
}

.powers__head {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
}

.powers__body-container-inner {
  max-width: 1366px;
  padding: 0 15px;
}

.powers__video {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 27%;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.powers__video video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.powers-video__info {
  max-width: 50%;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}

.powers-video__info-col {
  padding: 32px;
  background: white;
}

.powers-video__info-col:first-child {
  border-radius: 8px 0 0 0;
}

.powers-video__info-block {
  display: flex;
  flex-direction: column;
}

.powers-video__info-name {
  color: var(--mine-shaft-800, #1b1917);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 116%;
  margin-bottom: 16px;
  white-space: nowrap;
  /* margin-left: 12px; */
}

.powers-video__info__desc {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%;
  max-width: 196px;
}

.powers__desc-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 60px;
}

.powers__desc-wrapper .banner__desc {
  max-width: 50%;
  font-weight: 400;
}

.powers .banner__tag {
  margin-bottom: 36px;
}

.powers .banner__subtitle {
  max-width: 1304px;
}

.feedback {
  display: flex;
}

.feedback__grid {
  display: flex;
  margin: 0 -8px;
}

.feedback__container {
  margin-top: auto;
  margin-bottom: auto;
}

.feedback__col {
  padding: 0 8px;
  width: 50%;
  display: flex;
  flex-direction: column;
}

.feedback__contacts {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}

.feedback__contacts .banner__tag {
  margin-bottom: 30px;
}

.feedback__head {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feedback__list {
  list-style: none;
}

.feedback__item {
  margin-bottom: 16px;
}

.feedback__item:last-child {
  margin-bottom: 0;
}

.feedback__left {
  padding: 17px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feedback__link {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 450;
  line-height: 126%;
}

.feedback__form {
  padding: 36px;
  border-radius: 8px;
  background: #fff;
}

.feedback-form__head {
  margin-bottom: 54px;
}

.feedback-form__heading {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 450;
  line-height: 126%;
}

.feedback-form__inputs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.feedback-form__item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 48px;
}

.feedback-form__item:last-child {
  width: 100%;
}

.feedback-form__input {
  height: 66px;
  outline: none;
  border: none;
  border-bottom: 1px solid var(--mine-shaft-300, #a7a9ac);
  background: var(--White, #fff);
  transition: 0.25s;
  color: var(--mine-shaft-400, #808285);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  width: 100%;
}

.feedback-form__input:hover {
  border-bottom: 1px solid #808285;
}

.feedback-form__input:hover::-moz-placeholder {
  color: #808285;
}

.feedback-form__input:hover::placeholder {
  color: #808285;
}

.feedback-form__agreement {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
}

.feedback-agreement__label {
  position: relative;
  display: flex;
  align-items: center;
}

.feedback-agreement__check {
  position: absolute;
  left: -999px;
  opacity: 0;
  visibility: hidden;
  width: 1px;
  height: 1px;
}

.feedback-agreement__check:checked ~ .feedback-agreement__pseudo {
  background-color: var(--mine-shaft-800, #1b1917);
}

.feedback-agreement__pseudo {
  align-self: flex-start;
  cursor: pointer;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border-radius: 2px;
  border: 1px solid #1b1917;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cpath d='M3.83325 8.66669L6.49992 11.3334L13.1666 4.66669' stroke='white' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 6px;
}

.feedback-agreement__text {
  color: var(--mine-shaft-400, #808285);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  padding-left: 16px;
}

.feedback-agreement__text a {
  color: var(--mine-shaft-700, #221f1d);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  display: block;
}

.feedback__button {
  border-radius: 4px;
  background: var(--mine-shaft-800, #1b1917);
  padding: 16px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--White, #fff);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  border: none;
  outline: none;
  text-transform: uppercase;
  margin-left: 32px;
  cursor: pointer;
  transition: 0.3s;
}

.footer {
  padding: 16px 0;
  background: white;
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.25s;
}

.footer.is-active {
  opacity: 1;
  height: auto;
  overflow: visible;
  visibility: visible;
}

.footer__rights {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%;
}

.product {
  background: white;
  padding: 15px;
  border-radius: 8px 8px 0 0;
}

.product__container {
  max-width: 1386px;
}

.product__mobile {
  display: none;
}

.product .banner__tag,
.product .banner__subtitle,
.product .banner__desc {
  color: white;
}

.product .banner__tag {
  margin-bottom: 26px;
}

.product .banner__subtitle {
  margin-bottom: 32px;
  max-width: 641px;
}

.product .banner__desc {
  max-width: 534px;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 20px;
  display: block;
}

.product .banner__desc:last-child {
  margin-bottom: 0;
}

.product__images {
  padding-bottom: 150px;
}

.product__logo {
  display: flex;
  justify-content: center;
  max-width: 568px;
  margin-left: auto;
}

.product-images__item {
  padding-top: 108px;
}

.product-images__item__card {
  width: 100%;
  max-width: 569px;
}

.product-images__item-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  min-height: 590px;
  max-width: 490px;
  margin-left: auto;
}

.product-images__item-card img,
.product-images__item-card video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.product__body {
  padding-top: 245px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.product__grid {
  display: flex;
  margin: 0 -34px;
}

.product__col {
  width: 50%;
  position: relative;
  padding: 0 34px;
  align-self: flex-start;
}

.product__head {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  padding-top: 110px;
  background-color: #58595b;
  padding-left: 10px;
  padding-right: 10px;
}

.product__wrapper {
  background-repeat: no-repeat;
  padding-bottom: 0;
  border-radius: 8px;
  background-color: #58595b;
  position: relative;
  background-position-x: calc(100% + 50px);
  background-position-y: top;
}

.product__texts {
  position: relative;
}

.product-texts__item {
  height: calc(100% - 400px);
  padding-top: calc(100% - 266px);
  position: sticky;
  top: 0;
}

.moment__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  max-width: 883px;
  padding-right: 32px;
}

.moment__right {
  padding-top: 80px;
}

.moment .moment__right .banner__desc {
  font-size: 16px;
}

.moment__body-inner.is-history {
  flex-direction: row;
  justify-content: space-between;
}

.moment__right {
  max-width: 312px;
  width: 100%;
}

.product-texts__item-inner {
  background-image: linear-gradient(
    rgba(88, 89, 91, 0),
    #58595b 22%,
    #58595b 100%,
    #58595b 100%,
    #848484
  );
  display: flex;
  padding-top: 75px;
  padding-bottom: 31px;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 264px;
  padding-left: 10px;
  padding-right: 10px;
}

.product-texts__num {
  color: #fff;
  font-family: "RooftopMono";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157%;
  margin-bottom: 20px;
}

.product-texts__name {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 450;
  line-height: 135%;
  margin-bottom: 20px;
}

.product-texts__desc {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 137%;
}

.header {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0px 0px 8px 8px;
  background: var(--White, #fff);
  z-index: 93;
  padding: 12px 0;
  display: flex;
  align-items: center;
}

.header__burger {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 19L3 19M21 12L6 12M18 5L3 5' stroke='%23161413' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 14px;
  display: none;
}

.header__burger.is-active {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 18L18 6M6 6L18 18' stroke='%23161413' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.header__inner {
  display: flex;
  justify-content: space-between;
}

.header__nav,
.header__actions,
.header__language {
  list-style: none;
  display: flex;
  align-items: center;
}

.header__logo {
  margin-right: 170px;
  align-items: center;
  display: flex;
}

.header__logo img {
  display: block;
}

.header__language {
  margin-right: 34px;
}

.header__button {
  display: inline-flex;
  border-radius: 4px;
  background: var(--mine-shaft-800, #1b1917);
  padding: 13px 16px;
  border: none;
  outline: none;
  color: var(--White, #fff);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}

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

.header-language__item:not(:last-child) {
  padding-right: 14px;
  position: relative;
}

.header-language__item:not(:last-child)::before {
  content: "";
  height: 100%;
  width: 1px;
  background: #000;
  top: 0;
  right: 6.5px;
  position: absolute;
}

.header-language__item.is-active span {
  color: #000;
}

.header-language__item span {
  color: var(--mine-shaft-400, #808285);
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: 100%;
  text-transform: uppercase;
}

.header-language__check {
  position: absolute;
  left: -999px;
  opacity: 0;
  visibility: hidden;
  width: 1px;
  height: 1px;
}

.header__nav {
  align-self: center;
}

.header-nav__link {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: 14px;
  text-transform: uppercase;
}

.header-nav__item {
  margin-right: 32px;
}

.header-nav__item:last-child {
  margin-right: 0;
}

.powers-video__info-desc {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%;
  max-width: 203px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 25, 23, 0.6);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 91;
  display: none;
}

.overlay.is-active {
  display: block;
}

.main__page {
  position: relative;
}

.call {
  position: fixed;
  bottom: 36px;
  right: 36px;
  z-index: 50;
  display: flex;
  flex-direction: row-reverse;
}

.call__button {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.call__button::before {
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 24L24 8M8 8L24 24' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.call__button.is-active::before {
  opacity: 1;
  visibility: visible;
}

.call__button.is-active img {
  opacity: 0;
}

.call__button img {
  max-height: 40px;
  transition: 0.3s;
}

.call__item {
  margin-right: 12px;
}

.call__list {
  list-style: none;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.call__list.is-active {
  opacity: 1;
  visibility: visible;
}

.call__link {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: black;
  border-radius: 50%;
  overflow: hidden;
}

.call__link.is-tg img {
  max-height: 40px;
}

.call__link img {
  max-height: 60px;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  z-index: 92;
  background: white;
  padding-top: 60px;
  opacity: 0;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  transition: 0.3s;
}

.menu__inner {
  max-width: 1454px;
  margin: 0 auto;
  width: 100%;
}

.menu.is-active {
  opacity: 1;
  overflow: visible;
  height: auto;
  visibility: visible;
}

.menu__bottom {
  padding: 20px 0;
}

.menu__list {
  list-style: none;
}

.menu__link {
  padding: 18px 20px;
  display: block;
}

.menu__link span {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: 100%;
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.menu__link span::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  margin-right: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='2' viewBox='0 0 14 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.476 1.108V0.0579998H13.51V1.108H0.476Z' fill='black'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}

img.is-desktop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

img.is-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
}

.powers__grid {
  display: flex;
  margin: 0 -15px;
  margin-bottom: 60px;
}

.powers__col {
  padding: 0 15px;
  width: 50%;
}

.powers__advance {
  display: flex;
  align-items: flex-start;
}

.powers-advance__icon {
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  margin-top: 5px;
}

.powers-advance__icon img {
  width: 100%;
}

.powers-advance__desc {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  padding-left: 40px;
  max-width: 570px;
}

.experience__desc {
  color: var(--mine-shaft-600, #2d2926);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  margin-top: 40px;
  display: block;
}

.quality::before {
  content: "";
  position: absolute;
  bottom: 432px;
  right: 0;
  width: 713px;
  height: 361px;
  background-image: url("data:image/svg+xml,%3Csvg width='757' height='362' viewBox='0 0 757 362' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M758 1.00002L647 1C634.297 1 624 11.2975 624 24L624 362' stroke='%23D1D3D4'/%3E%3Cpath d='M758 122L24 122C11.2975 122 1 132.297 1.00001 145L1.00008 362' stroke='%23D1D3D4'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position-y: bottom;
}

@media (max-width: 1499px) {
  .product__col {
    padding: 0 15px;
  }
  .product__grid {
    margin: 0 -15px;
  }
  .moment::before {
    display: none;
  }
}

@media (max-width: 1399px) {
  .product-texts__item {
    padding-top: 420px;
  }
  .product__wrapper {
    background-position-x: calc(130% + 50px);
  }
}

@media (max-width: 1299px) {
  .header__logo {
    margin-right: 0;
  }
  .moment__right {
    padding-top: 25%;
  }
  .powers__grid {
    flex-wrap: wrap;
  }
  .powers__col {
    width: 100%;
    margin-bottom: 24px;
  }
  .powers-advance__desc {
    max-width: 810px;
    font-size: 16px;
  }
  .powers__advance {
    align-items: center;
  }
  .powes__col:last-child {
    margin-bottom: 0;
  }
  .naming__letter {
    height: 130px;
    margin-right: 24px;
  }
  .naming__letter img {
    height: 100%;
  }
  .product__images {
    padding-bottom: 60px;
  }
  .product-texts__name {
    font-size: 24px;
  }
  .section__intro .banner__container,
  .section__intro .banner__bottom-inner {
    height: 100%;
  }
  .section__intro .banner__bottom {
    height: 180px;
  }
  .quality .banner__desc {
    margin-bottom: 230px;
  }
  .quality__row {
    margin-bottom: 88px;
  }
  .experience__video {
    margin-bottom: 45px;
    min-height: 350px;
    width: 450px;
  }
  .experience-card__name {
    font-size: 28px;
  }
  .powers-video__info-name {
    font-size: 36px;
  }
  .powers__video {
    min-height: 400px;
  }
  .banner__subtitle {
    font-size: 36px;
  }
}

@media (max-width: 1199px) {
  .header-nav__item {
    margin-right: 24px;
  }
  .product__wrapper {
    background-position-x: calc(140% + 50px);
  }
  .page__title {
    font-size: 48px;
  }
  .section__intro .banner__desc {
    font-size: 16px;
  }
  .quality-card__name {
    font-size: 32px;
  }
  .quality__row {
    margin-bottom: 50px;
  }
  .quality .banner__desc {
    margin-bottom: 175px;
  }
  .moment::before {
    display: none;
  }
  .moment {
    padding-top: 80px;
  }
  .moment::after {
    width: 70%;
  }
  .moment .banner__desc {
    font-size: 18px;
  }
  .experience__grid {
    flex-direction: column;
  }
  .experience__right {
    padding-left: 0;
    width: 100%;
  }
  .experience__left {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 0;
  }
  .section__feedback .banner {
    background-image: none !important;
  }
  .feedback__grid {
    flex-direction: column;
  }
  .feedback__col {
    width: 100%;
    margin-bottom: 40px;
  }
  .feedback__col:last-child {
    margin-bottom: 0;
  }
  .section__feedback .banner {
    min-height: auto;
  }
  .section__feedback .banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .feedback__contacts {
    margin-top: 48px;
  }
  .feedback__left {
    padding: 0;
  }
}

@media (max-width: 1099px) {
  .header-nav__item {
    margin-right: 24px;
  }
  .product__wrapper {
    background-image: none !important;
  }
}

@media (max-width: 1023px) {
  .header__nav {
    display: none;
  }
  .call {
    display: none;
  }
  .section__moment,
  .section__masterpeace {
    position: inherit;
  }
  .section__moment.is-history {
    position: inherit;
  }
  .section__moment.is-history .banner {
    height: auto;
    max-height: auto;
  }
  .moment__body-inner.is-history {
    flex-direction: column;
  }
  .moment__right {
    padding-top: 0;
    max-width: 676px;
  }
  .moment__left {
    padding-right: 0;
  }
  .quality::before {
    display: none;
  }
  .experience__desc {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .powers-advance__desc {
    font-size: 14px;
    padding-left: 24px;
  }
  .experience-card__pic {
    margin-top: 3px;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }
  .experience-card__pic img {
    width: 100%;
  }
  .feedback__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .quality__col:first-child .quality__row:last-child {
    margin-bottom: 0;
  }
  .section__intro {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header__burger {
    display: flex;
  }
  video.is-desktop {
    display: none;
  }
  img.is-mobile {
    display: block;
  }
  img.is-desktop {
    display: none;
  }
  .menu .header__language {
    display: flex;
  }
  .menu .header-language__item {
    padding: 18px;
  }
  .menu .header-language__item::before {
    display: none;
  }
  .menu .header-language__item:first-child {
    border: none;
  }
  .menu .header-language__item:last-child {
    position: relative;
    align-items: center;
  }
  .menu .header-language__item:not(:first-child)::after {
    content: "";
    width: 16px;
    height: 1px;
    background: #000;
    position: absolute;
    left: -9px;
    top: 50%;
    transform: translateY(-50%);
  }
  .product__desktop {
    display: none;
  }
  .product__mobile {
    display: block;
    padding-bottom: 30px;
  }
  .product {
    padding: 10px;
  }
  .product__head,
  .product-texts__item {
    position: inherit;
  }
  .product__head {
    padding-top: 50px;
    margin-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
  }
  .product__logo {
    max-width: none;
    margin-bottom: 30px;
  }
  .product__logo img {
    height: 80px;
  }
  .product-images__item {
    padding-top: 0;
    display: flex;
    justify-content: center;
  }
  .product-images__item-card {
    width: 100%;
    margin-left: 0;
    max-width: none;
  }
  .product-texts__item {
    padding-top: 30px;
  }
  .product-texts__item-inner {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
    min-height: auto;
    background-image: none;
  }
  .product .banner__desc {
    max-width: none;
  }
  .powers-video__info {
    flex-direction: column;
    max-width: 60%;
  }
  .powers-video__info-name {
    margin-bottom: 0;
    font-size: 28px;
  }
  .powers-video__info-block {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .powers-video__info-col {
    padding: 20px 16px;
  }
  .experience__head {
    margin-bottom: 40px;
  }
  .experience .banner__tag {
    margin-bottom: 30px;
  }
  .experience-card__head {
    padding: 24px 0;
  }
  .page__title {
    font-size: 36px;
  }
  .header__language {
    display: none;
  }
  .header__button {
    padding: 11px 10px;
  }
  .section__intro .banner__bottom-inner {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .section__intro .banner__bottom {
    height: auto;
  }
  .section__intro .banner__top {
    height: auto;
    flex: 1;
  }
  .section__intro .banner__bottom-group {
    margin-bottom: 46px;
    width: 100%;
    justify-content: flex-start;
  }
  .naming__letter {
    height: 120px;
  }
  .section__intro .banner__desc {
    max-width: 435px;
  }
  .banner__subtitle {
    font-size: 30px;
  }
  .banner__subtitle {
    line-height: 133%;
  }
  .section__masterpeace {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .banner__spinner-inner {
    width: 136px;
    height: 136px;
  }
  .banner__spinner-inner img {
    width: 100%;
    display: block;
  }
  .section__masterpeace .banner__body-inner {
    flex-direction: column;
  }
  .banner__spinner {
    margin-left: 0;
    display: flex;
    justify-content: flex-end;
  }
  .section__quality .banner {
    background: white;
  }
  .quality-card__name {
    font-size: 28px;
  }
  .quality__grid {
    flex-direction: column;
  }
  .quality-card__desc {
    font-size: 14px;
  }
  .quality .banner__desc {
    font-size: 16px;
    margin-bottom: 48px;
    max-width: 745px;
  }
  .quality__corner--big,
  .quality__corner--small {
    display: none;
  }
  .quality__col {
    width: 100%;
  }
  .section__quality {
    padding-left: 10px;
    padding-right: 10px;
  }
  .quality {
    padding-top: 0;
    padding-bottom: 28px;
  }
  .quality__col:last-child .quality__row {
    align-items: flex-start;
  }
  .quality__card {
    padding: 0;
    max-width: none;
    margin-bottom: 48px;
    width: 100%;
  }
  .quality__row {
    margin-bottom: 0;
  }
  .quality__info {
    display: none;
  }
  .moment .banner__desc {
    font-size: 16px;
    line-height: 175%;
  }
  .experience__wrapper {
    padding: 10px;
  }
  .experience-card__name {
    font-size: 26px;
  }
  .experience-card__num {
    font-size: 14px;
  }
  .section__moment.is-target .moment {
    padding-bottom: 60px;
  }
  .powers__desc-wrapper .banner__desc {
    font-size: 16px;
  }
  .powers {
    padding: 60px 10px;
  }
  .powers__head {
    margin-bottom: 44px;
  }
  .powers__desc-wrapper .banner__desc {
    max-width: none;
    width: 100%;
  }
  .powers__desc-wrapper {
    margin-bottom: 44px;
  }
  .feedback__item {
    margin-bottom: 16px;
  }
  .feedback__link,
  .feedback-form__heading {
    font-size: 28px;
  }
  .moment::after {
    display: none;
  }
  .moment .moment__right .banner__desc {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .page__title {
    font-size: 30px;
  }
  .menu {
    padding-top: 50px;
  }
  .feedback-form__head {
    margin-bottom: 12px;
  }
  .product-texts__name {
    font-size: 20px;
  }
  .feedback__link,
  .feedback-form__heading {
    font-size: 24px;
  }
  .feedback-form__heading {
    line-height: 133%;
  }
  .feedback-form__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .feedback-form__input {
    height: 44px;
    font-size: 14px;
  }
  .feedback-agreement__text a {
    margin-top: 4px;
  }
  .feedback-form__agreement {
    flex-direction: column-reverse;
  }
  .feedback__button {
    margin-left: 0;
    margin-top: 24px;
    margin-bottom: 20px;
  }
  .feedback-agreement__label {
    align-items: flex-start;
  }
  .feedback__form {
    padding: 20px;
    padding-top: 32px;
  }
  .feedback__container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .powers__desc-wrapper .banner__desc {
    font-size: 14px;
  }
  .experience .banner__subtitle {
    font-size: 28px;
    line-height: 121%;
  }
  .powers-video__info-name {
    font-size: 20px;
  }
  .powers-video__info {
    max-width: none;
    width: 100%;
  }
  .powers-video__info-col {
    border: 1px solid var(--mine-shaft-100, #eaeae9);
    overflow: hidden;
  }
  .powers-video__info-col:first-child {
    border-bottom: none;
  }
  .experience-card__name {
    font-size: 24px;
  }
  .experience-card__name {
    padding-left: 16px;
    padding-right: 16px;
  }
  .experience-card__hidden {
    padding-left: 36px;
    padding-bottom: 24px;
  }
  .experience-card__desc {
    font-size: 14px;
    line-height: 142%;
  }
  .experience__video {
    position: relative;
    height: auto;
    width: 100%;
    padding-bottom: 73%;
  }
  .experience__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .quality-card__name {
    font-size: 26px;
  }
  .moment .banner__desc {
    font-size: 14px;
  }
  .moment {
    padding-bottom: 30px;
  }
  .moment .banner__tag {
    font-size: 14px;
  }
  .banner__top {
    padding-top: 30px;
  }
  .section__main {
    padding-left: 8px;
    padding-right: 8px;
  }
  .header__container {
    padding: 0 10px;
  }
  .header {
    height: 50px;
    padding: 8px 0;
  }
  .section__main {
    padding-top: 50px;
  }
  .naming__letter {
    height: 100px;
  }
  .section__intro .banner__bottom {
    padding-top: 32px;
  }
  .banner__subtitle {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .banner__tag {
    font-size: 12px;
  }
  .banner__spinner-inner {
    width: 118px;
    height: 118px;
  }
  .section__masterpeace {
    padding-top: 30px;
  }
  .moment::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='327' height='129' viewBox='0 0 327 129' fill='none'%3E%3Cpath d='M0 128L303 128C315.703 128 326 117.702 326 105L326 0' stroke='%23A7A9AC'/%3E%3C/svg%3E");
    width: 80%;
  }
  .moment .banner__subtitle {
    font-size: 28px;
  }
  .powers .banner__tag {
    font-size: 14px;
  }
  .menu.is-active {
    overflow: auto;
  }
  .menu__bottom {
    padding-bottom: 60px;
  }
}

@media (max-width: 560px) {
  .section__intro .banner__desc {
    font-size: 14px;
    max-width: 251px;
  }
  .product-images__item-card {
    min-height: 408px;
  }
  .banner__down {
    width: 66px;
    height: 66px;
    flex: 0 0 66px;
  }
  .naming__letter {
    height: 80px;
    margin-right: 14px;
  }
  .powers__advance {
    align-items: flex-start;
  }
  .powers-advance__icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
  }
}

.line-top,
.line-bottom {
  position: relative;
  width: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: rgba(0, 0, 0, 0.5);
  --highlight-offset: 0%;
  background-image: linear-gradient(
    90deg,
    black var(--highlight-offset),
    rgba(255, 255, 255, 0.2) var(--highlight-offset)
  );
}

.feedback__button:disabled {
  opacity: 0.7;
}

.js-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.js-popup.is-active {
  display: flex;
}

.js-popup__close {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 18L18 6M6 6L18 18' stroke='white' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: -48px;
  cursor: pointer;
}

.js-popup__inner {
  position: relative;
}

.js-popup__body {
  padding: 36px;
  padding-bottom: 48px;
  border-radius: 8px;
  background: #fff;
  max-width: 388px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.js-popup__img {
  margin-bottom: 28px;
}

.js-popup__heading {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 450;
  line-height: 126%;
  margin-bottom: 28px;
}

.js-popup__desc {
  color: var(--mine-shaft-800, #1b1917);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}

@media (max-width: 560px) {
  .js-popup {
    padding-top: 100px;
    overflow: auto;
    align-items: flex-start;
  }
  .js-popup__close {
    right: 12px;
    top: -48px;
  }
}

/*# sourceMappingURL=main.css.map */

/* End */


/* Start:/local/templates/common/template_styles.css?1730810379289*/
h1, h2, h3, h4, h5, h6
{
	font-family: Helvetica,sans-serif !important; 
	margin:1.3em 0 1em;
	font-weight:normal;
	line-height:1.2;
}
html, body {
    min-height: 100%;
    font-family: "Roboto", Sans-serif !important;
}

.banner__tag {
    font-family: Helvetica,sans-serif !important;
}
/* End */
/* /local/templates/common/static/css/main.css?169839651351845 */
/* /local/templates/common/template_styles.css?1730810379289 */
