@charset "UTF-8";
:root {
  --baseBg: #fff;
  --fontPrimary: Roboto, Helvetica, Arial, sans-serif;
  --borderRadiusS: 4px;
  --borderRadius: 8px;
  --borderRadiusL: 16px;
  --black10: rgb(27, 27, 27, 0.1);
  --black20: rgb(27, 27, 27, 0.2);
  --black30: rgb(27, 27, 27, 0.3);
  --black40: rgb(27, 27, 27, 0.4);
  --black50: rgb(27, 27, 27, 0.5);
  --black60: rgb(27, 27, 27, 0.6);
  --black70: rgb(27, 27, 27, 0.7);
  --black80: rgb(27, 27, 27, 0.8);
  --black90: rgb(27, 27, 27, 0.9);
  --black100: rgb(27, 27, 27, 1);
  --headerHeight: 96px;
  --blue10: rgb(51, 102, 153, 0.1);
  --blue20: rgb(51, 102, 153, 0.2);
  --blue30: rgb(51, 102, 153, 0.3);
  --blue40: rgb(51, 102, 153, 0.4);
  --blue50: rgb(51, 102, 153, 0.5);
  --blue60: rgb(51, 102, 153, 0.6);
  --blue70: rgb(51, 102, 153, 0.7);
  --blue80: rgb(51, 102, 153, 0.8);
  --blue90: rgb(51, 102, 153, 0.9);
  --blue100: rgb(51, 102, 153, 1);
  --orange10: rgb(255, 121, 34, 0.1);
  --orange20: rgb(255, 121, 34, 0.2);
  --orange30: rgb(255, 121, 34, 0.3);
  --orange40: rgb(255, 121, 34, 0.4);
  --orange50: rgb(255, 121, 34, 0.5);
  --orange60: rgb(255, 121, 34, 0.6);
  --orange70: rgb(255, 121, 34, 0.7);
  --orange80: rgb(255, 121, 34, 0.8);
  --orange90: rgb(255, 121, 34, 0.9);
  --orange100: rgb(255, 121, 34, 1);
  --light100: rgb(255, 255, 255, 1);
  --maxWidthContainer: 1136px;
  --maxWidthContainerFull: 1440px;
  --mobAnimationDuration: .25s;
  --vertGapXXS: 16px;
  --vertGapXS: 24px;
  --vertGapS: 40px;
  --vertGapXM: 64px;
  --vertGapM: 80px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
th,
abbr,
address,
del,
b,
strong,
em,
i,
ins,
small,
sub,
sup,
var,
cite,
code,
kbd,
samp,
input,
textarea,
button {
  font: inherit;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
dl,
dd,
figure,
form {
  margin: 0;
}

legend,
th,
td {
  padding: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

iframe,
abbr {
  border: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: "";
}

.element-invisible,
.screen-reader-text,
.visually-hidden,
[hidden] {
  display: none !important;
  visibility: hidden;
}

.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

button,
input,
optgroup,
select,
textarea, html input[type=button],
input[type=reset],
input[type=submit], button[disabled],
html input[disabled], button::-moz-focus-inner,
input::-moz-focus-inner, input[type=checkbox],
input[type=radio], input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button, input[type=search], input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  border: 0;
  outline: none;
  -webkit-appearance: none;
}

fieldset,
input,
textarea,
button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  line-height: inherit;
}

input,
textarea,
select,
button,
a {
  outline: none;
}

input,
textarea {
  border-radius: 0;
}

input,
button {
  box-sizing: border-box;
}

input[disabled],
button[disabled] {
  cursor: default;
}

input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input:-moz-ui-invalid {
  box-shadow: none;
}
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  width: 0;
  height: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

@font-face {
  font-family: "TT Norms Pro";
  font-weight: 400;
  src: url("../fonts/tt-norms/tt_norms_pro_regular-webfont.woff2") format("woff2"), url("../fonts/tt-norms/tt_norms_pro_regular-webfont.woff") format("woff");
}
@font-face {
  font-family: "TT Norms Pro";
  font-weight: 450;
  src: url("../fonts/tt-norms/tt_norms_pro_normal-webfont.woff2") format("woff2"), url("../fonts/tt-norms/tt_norms_pro_normal-webfont.woff") format("woff");
}
p:not(:last-child) {
  margin-bottom: 16px;
}

.heading1 {
  font-size: 40px;
  line-height: 110%;
  font-weight: 700;
  color: var(--blue100);
}
@media (min-width : 730px) {
  .heading1 {
    font-size: 56px;
  }
}
@media (min-width : 1020px) {
  .heading1 {
    font-size: 64px;
  }
}

.heading2 {
  font-size: 40px;
  line-height: 110%;
  font-weight: 700;
}

.heading3 {
  font-size: 32px;
  line-height: 110%;
  font-weight: 700;
}

.heading4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.highlight {
  position: relative;
}
.highlight__content {
  position: relative;
  z-index: 5;
}
.highlight::after {
  position: absolute;
  content: "";
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 4px;
  background: var(--orange40);
  -ms-transform: skew(-10deg);
      transform: skew(-10deg);
}

.paragraph2 {
  font-size: 20px;
}

.container {
  max-width: var(--maxWidthContainer);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}
@media (min-width : 1136px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.document {
  -webkit-text-size-adjust: none;
  background: var(--baseBg);
}

.document__body {
  background: var(--baseBg);
  font-size: 18px;
  line-height: 1.16;
  font-family: var(--fontPrimary);
  color: var(--black100);
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: none;
}
.document__body.overflow {
  overflow: hidden;
}
.document__body.overflow::after {
  position: fixed;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  z-index: 90;
  -ms-transform: translateX(0);
      transform: translateX(0);
}
@media (min-width : 1440px) {
  .document__body.overflow {
    overflow: auto;
    overflow-x: hidden;
  }
  .document__body.overflow::after {
    display: none;
  }
}

.page_product .page__main {
  padding-top: 96px;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}
@media (min-width : 730px) {
  .grid {
    -ms-grid-columns: ([col-start] 1fr)[6];
        grid-template-columns: repeat(6, [col-start] 1fr);
  }
}
@media (min-width : 1136px) {
  .grid {
    -ms-grid-columns: ([col-start] 1fr)[12];
        grid-template-columns: repeat(12, [col-start] 1fr);
  }
}
.grid_align_center {
  -ms-flex-align: center;
      align-items: center;
}
.grid_gap-c_8 {
  grid-column-gap: 8px;
}
.grid_gap-c_16 {
  grid-column-gap: 16px;
}
.grid_gap-c_20 {
  grid-column-gap: 20px;
}
.grid_gap-c_24 {
  grid-column-gap: 24px;
}
.grid_gap-c_32 {
  grid-column-gap: 32px;
}
.grid_gap-c_40 {
  grid-column-gap: 40px;
}
.grid_gap-r_8 {
  grid-row-gap: 8px;
}
.grid_gap-r_16 {
  grid-row-gap: 16px;
}
.grid_gap-r_20 {
  grid-row-gap: 20px;
}
.grid_gap-r_24 {
  grid-row-gap: 24px;
}
.grid_gap-r_32 {
  grid-row-gap: 32px;
}
.grid_gap-r_40 {
  grid-row-gap: 40px;
}
.grid__col {
  box-sizing: border-box;
}
.grid__col-2 {
  -ms-grid-column: span 2;
      grid-column: span 2;
}
.grid__col-3 {
  -ms-grid-column: span 3;
      grid-column: span 3;
}
.grid__col-4 {
  -ms-grid-column: span 4;
      grid-column: span 4;
}
.grid__col-5 {
  -ms-grid-column: span 5;
      grid-column: span 5;
}
.grid__col-6 {
  -ms-grid-column: span 6;
      grid-column: span 6;
}
.grid__col-7 {
  -ms-grid-column: span 7;
      grid-column: span 7;
}
.grid__col-8 {
  -ms-grid-column: span 8;
      grid-column: span 8;
}
.grid__col-9 {
  -ms-grid-column: span 9;
      grid-column: span 9;
}
.grid__col-10 {
  -ms-grid-column: span 10;
      grid-column: span 10;
}
.grid__col-11 {
  -ms-grid-column: span 11;
      grid-column: span 11;
}
.grid__col-12 {
  -ms-grid-column: span 12;
      grid-column: span 12;
}

.main-header {
  background: var(--black100);
  border-bottom: 8px solid var(--orange100);
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  color: var(--light100);
}
.main-header__container {
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  -ms-flex-align: center;
      align-items: center;
}
.main-header__logo a {
  display: block;
  background: url("../images/logo.png") 50% no-repeat;
  background-size: 100%;
  height: 40px;
  width: 196px;
}
.main-header__description {
  margin-left: 24px;
  font-weight: 500;
  line-height: 1.1114em;
}
.main-header__contacts {
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.1114em;
  -ms-flex-align: center;
      align-items: center;
}
.main-header__contacts .address {
  margin-right: 24px;
}
.main-header__contacts .phones {
  font-size: 16px;
  font-weight: 700;
  width: 220px;
  height: 100%;
  position: relative;
}
.main-header__contacts .phones p {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.main-header__contacts .phones p:last-child {
  margin-top: 4px;
}
.main-header__contacts .phones .icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.main-header__contacts .phones-wrap {
  border-radius: var(--borderRadius);
  background: linear-gradient(45deg, var(--orange80), var(--orange100));
  box-shadow: 0 0 8px #000;
  padding: 4px 16px;
  position: absolute;
  top: -26px;
  right: 0;
}

.main-footer {
  padding: var(--vertGapXXS);
  border-top: 1px solid var(--black20);
}
@media (min-width : 1020px) {
  .main-footer {
    padding: var(--vertGapM);
  }
}
.main-footer .container {
  padding-left: 0;
  padding-right: 0;
}
.main-footer .map {
  height: 400px;
  border-radius: var(--borderRadius);
  overflow: hidden;
}
.main-footer .title {
  margin-bottom: 16px;
  color: var(--black80);
}
.main-footer p span {
  color: var(--black60);
}

.main-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.main-menu__item {
  font-weight: 450;
}
.main-menu__item:not(:last-child) {
  margin-right: 40px;
}
.main-menu__link {
  color: var(--neutral-200);
}
.main-menu__link:hover {
  color: var(--light-100);
}
.main-menu__link.active {
  color: var(--light-100);
}
.main-menu__link_highlighted {
  padding: 5px 12px;
  background: #9919A1;
  border-radius: 8px;
  color: var(--light-100);
}
.main-menu__link_highlighted:hover {
  opacity: 0.75;
}

.section_round > .container {
  border-radius: var(--borderRadiusL);
}
.section__header {
  margin-bottom: 16px;
}
.section_welcome_wrap {
  position: relative;
}
.section_welcome_wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/schema.jpeg");
  background-size: contain;
  z-index: 1;
  opacity: 0.1;
}

.section_welcome {
  position: relative;
  z-index: 50;
  height: 100vh;
}
.section_welcome__video {
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  width: 104%;
}
.section_welcome .video__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: var(--borderRadiusL);
  z-index: 10;
}
.section_welcome .video__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  border-radius: var(--borderRadiusL);
}
.section_welcome .container {
  z-index: 10;
  height: 640px;
  border-radius: var(--borderRadiusL);
  position: absolute;
  width: 100%;
  top: calc(50% + var(--headerHeight) / 2);
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.section_welcome .features {
  perspective: 400px;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 20;
}
.section_welcome .features li {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  background: var(--orange100);
  border-radius: 16px;
  padding: 24px;
}
.section_welcome .hero {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: var(--orange70);
  z-index: 30;
  padding: 24px 40px;
  border-radius: var(--borderRadiusL);
  text-align: center;
}
.section_welcome__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, var(--blue80), rgba(255, 255, 255, 0));
}
.section_welcome__shape {
  color: var(--blue40);
  width: 64px;
  position: absolute;
}
.section_welcome__shape_01 {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: -10%;
  left: -1%;
}
.section_welcome__shape_02 {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: -9%;
  left: 45%;
  color: var(--orange30);
  width: 58px;
}
.section_welcome__shape_03 {
  color: var(--blue20);
  -ms-transform: rotate(49deg);
      transform: rotate(49deg);
  top: -9%;
  right: -1%;
  width: 80px;
}
.section_welcome__shape_04 {
  color: var(--orange40);
  -ms-transform: rotate(175deg);
      transform: rotate(175deg);
  top: 47%;
  left: -1%;
  width: 72px;
}
.section_welcome__shape_05 {
  color: var(--orange30);
  -ms-transform: rotate(20deg);
      transform: rotate(20deg);
  top: 47%;
  right: -2%;
  width: 88px;
}

.section_highlight__container {
  background: linear-gradient(90deg, var(--orange80), var(--orange90));
  padding: 16px 24px;
  border-radius: var(--borderRadiusL);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 4px solid var(--orange100);
}

.section__features {
  padding: 80px 0;
  background: linear-gradient(180deg, #fff, var(--blue20));
  margin-bottom: 0;
}

.section_catalog {
  padding: 80px 0;
  background: var(--blue10);
  border-top: 2px solid var(--blue20);
  border-bottom: 2px solid var(--blue20);
  overflow: hidden;
}
.section_catalog .container {
  position: relative;
}
.section_catalog .description {
  border-top: 2px solid var(--blue10);
  margin-top: 24px;
  padding: 24px;
  text-align: center;
  background: linear-gradient(180deg, var(--blue80), var(--blue100));
  border-radius: var(--borderRadius);
  color: var(--light100);
}
.section_catalog .shape {
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0.8;
}
.section_catalog .shape_01 {
  color: var(--blue30);
  width: 40%;
  height: 40%;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  left: -10%;
  top: 35%;
}
.section_catalog .shape_02 {
  left: 50%;
  color: var(--orange30);
  width: 40%;
  height: 40%;
  -ms-transform: rotate(-125deg);
      transform: rotate(-125deg);
}
.section_catalog .shape_03 {
  top: 50%;
  right: -15%;
  color: var(--blue20);
  width: 60%;
  height: 60%;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.section_catalog .section__content {
  position: relative;
  z-index: 10;
}

.catalog__item {
  background: var(--baseBg);
  border-radius: var(--borderRadius);
  border: 1px solid var(--blue40);
  padding: 0 0 24px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}
@media (min-width : 730px) {
  .catalog__item {
    -ms-grid-column: span 3;
        grid-column: span 3;
  }
}
@media (min-width : 1136px) {
  .catalog__item {
    -ms-grid-column: span 4;
        grid-column: span 4;
  }
}
.catalog__item:hover .catalog__image-box::after {
  opacity: 1;
}
.catalog__item:hover .catalog__link .button {
  opacity: 1;
  -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
}
.catalog__image-box {
  overflow: hidden;
  border-radius: var(--borderRadius) var(--borderRadius) 0 0;
  border-bottom: 1px solid var(--blue40);
  position: relative;
}
.catalog__image-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  background: var(--black50);
  opacity: 0;
}
.catalog__image {
  display: block;
  width: 100%;
}
.catalog__title {
  padding: 16px;
  background: linear-gradient(180deg, var(--orange20), var(--orange30));
  text-align: center;
}
.catalog__title + .catalog__description {
  margin-top: 8px;
}
.catalog__description {
  padding: 0 16px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.catalog__action {
  padding: 8px 16px 0;
  text-align: center;
  position: relative;
  z-index: 20;
}
.catalog__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--borderRadius);
  z-index: 10;
  transition: box-shadow 0.35s;
  text-decoration: none;
}
.catalog__link:hover {
  box-shadow: 0 0 32px var(--blue50);
}
.catalog__link .button {
  position: absolute;
  left: 50%;
  top: 25%;
  -ms-transform: translate(-50%, -50%) scale(0.9);
      transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.5);
}

.list {
  margin: 0;
  padding: 0;
}
.list li {
  margin: 8px 0;
  padding-left: 24px;
  position: relative;
}
.list li::before {
  position: absolute;
  left: 0;
  content: "—";
}

.section_action {
  padding: var(--vertGapM) 0;
}
.section_action .action__image img {
  display: block;
  width: 100%;
}
.section_action .title {
  margin-bottom: 16px;
}
.section_action #successMessage {
  background: var(--blue10);
  padding: 16px;
  border-radius: var(--borderRadius);
  border: 1px solid var(--blue20);
  text-align: center;
}

.section_promo {
  padding: 80px 0;
  box-sizing: border-box;
  height: 100vh;
  border-top: 1px solid var(--blue20);
  background: linear-gradient(180deg, var(--blue20), rgba(255, 255, 255, 0) 25%);
  position: relative;
  margin: 0;
  overflow: hidden;
}
.section_promo .section__header {
  text-align: center;
  position: relative;
  z-index: 10;
}
.section_promo .container {
  position: relative;
  z-index: 10;
  height: 100%;
}
.section_promo .bg {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, var(--blue40), var(--blue80));
  opacity: 0;
}
.section_promo .cards {
  width: 100%;
  max-width: 720px;
  margin: auto;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  counter-reset: chapter 0;
}
.section_promo .cards__title {
  margin-bottom: 16px;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  padding-top: 8px;
  border-top: 1px solid var(--blue10);
}
.section_promo .cards__item {
  counter-increment: chapter 1;
  box-sizing: border-box;
  padding: var(--vertGapXM);
  border: 1px solid var(--blue20);
  width: 100%;
  top: 50%;
  position: absolute;
  background: var(--light100);
  border-radius: var(--borderRadius);
  opacity: 0;
  -ms-transform: translate(100%, -50%);
      transform: translate(100%, -50%);
}
.section_promo .cards__item::before {
  content: "0" counter(chapter);
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: var(--blue10);
}
.section_promo .cards__item-image-box {
  border-radius: var(--borderRadius);
  overflow: hidden;
  margin: 0 auto 16px;
}
.section_promo .cards__item img {
  display: block;
  width: 100%;
}
.section_promo .cards__item_01 {
  opacity: 1;
}
.section_promo .shape {
  position: absolute;
  z-index: 1;
}
.section_promo .shape_01 {
  top: 30%;
  left: -20%;
  width: 240px;
  height: 240px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  color: var(--blue40);
}
.section_promo .shape_02 {
  top: 20%;
  left: 40%;
  width: 320px;
  height: 320px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  color: var(--blue40);
}
.section_promo .shape_03 {
  top: 68%;
  right: -20%;
  width: 420px;
  height: 420px;
  -ms-transform: rotate(-85deg);
      transform: rotate(-85deg);
  color: var(--blue60);
}

.section_reviews {
  background: var(--orange30);
  padding: var(--vertGapM) 0;
  border-top: 8px solid var(--orange100);
  border-bottom: 8px solid var(--orange100);
}
.section_reviews .section__header {
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.section_reviews .section__title {
  color: var(--black40);
}
.section_reviews .reviews {
  margin: auto;
  position: relative;
}
.section_reviews .review {
  padding: var(--vertGapXM);
  box-sizing: border-box;
}
.section_reviews .review__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section_reviews .review__content {
  margin-bottom: 40px;
}
.section_reviews .review .image-box {
  width: 120px;
  border-radius: var(--borderRadius);
  overflow: hidden;
  margin-right: 16px;
}
.section_reviews .review .image {
  display: block;
  width: 100%;
}
.section_reviews .review .author {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.section_reviews .review .name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
  font-style: italic;
}
.section_reviews .review .position {
  font-style: italic;
  font-size: 16px;
  color: var(--black60);
  font-weight: 500;
}
.section_reviews .icon {
  width: 32px;
  height: 32px;
}
.section_reviews .swiper-button {
  width: 40px;
  height: 40px;
  background: var(--orange60);
  border-radius: 50%;
  position: absolute;
  color: var(--light100);
  transition: all 0.2s;
  cursor: pointer;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 10;
}
.section_reviews .swiper-button:hover {
  background: var(--orange70);
}
.section_reviews .swiper-button-next {
  right: -16px;
}
.section_reviews .swiper-button-prev {
  left: -16px;
}
.section_reviews .swiper-button-prev .icon {
  -ms-transform: skewX(-1);
      transform: skewX(-1);
}
.section_reviews .swiper-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.button {
  padding: 8px 12px;
  box-sizing: border-box;
  border-radius: var(--borderRadius);
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  transition: all 0.2s;
  cursor: pointer;
}
.button:disabled {
  pointer-events: none;
  opacity: 0.6;
}
.button_wide {
  display: block;
  width: 100%;
}
.button_medium {
  padding: 14px 24px;
  font-size: 20px;
}
.button_large {
  font-size: 24px;
  padding: 16px 32px;
}
.button_action {
  background: linear-gradient(180deg, var(--orange60), var(--orange80));
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
  text-transform: uppercase;
  color: var(--black100);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.button_action:hover {
  box-shadow: 0 4px 16px var(--orange80);
}
.button_secondary {
  background: var(--blue80);
  color: var(--light100);
}
.button_secondary:hover {
  background: var(--blue100);
  box-shadow: 0 4px 16px var(--blue100);
}
.button_light {
  background: var(--light100);
  color: var(--blue100);
}

.features-list__item:hover .icon {
  color: var(--brand);
}
.features-list__content {
  border-radius: var(--borderRadius);
  padding: 16px;
  background: linear-gradient(180deg, var(--black10), var(--black20));
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-bottom: 2px solid var(--black30);
  border-top: 1px solid var(--black20);
}
.features-list .title {
  margin-bottom: 8px;
  text-shadow: 0 1px 0 #fff;
  text-align: center;
}
.features-list .icon {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto 8px;
  color: var(--black);
  transition: color 0.2s;
}
/* Стили для модального окна */
.modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  /* Стили для кнопки открытия модального окна */
}
.modal .modal-content {
  background-color: #fefefe;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  margin: auto;
  padding: 40px;
  border: 1px solid #888;
  max-width: 480px;
  width: 100%;
}
.modal .modal-content__title {
  text-align: center;
  color: var(--blue100);
  margin-bottom: 16px;
}
.modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal .close:hover,
.modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal #showModalBtn {
  padding: 10px;
  margin: 20px;
  cursor: pointer;
}
.modal .success-message {
  display: none;
  color: green;
  margin-top: 10px;
}
.modal .modal-form {
  -ms-flex-direction: column;
      flex-direction: column;
}
.modal .modal-form #productName {
  display: none;
}
.modal .modal-form .button {
  display: block;
  width: 100%;
}
.modal .modal-form__field {
  margin-bottom: 8px;
}
.modal .modal-form__field input {
  border: 2px solid var(--blue10);
  display: block;
  padding: 8px 16px;
  font-size: 18px;
  border-radius: var(--borderRadiusS);
  transition: border-color 0.2s;
  width: 100%;
  box-sizing: border-box;
}
.modal .modal-form__field input:focus {
  border-color: var(--blue40);
}

.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.product-swiper {
  position: relative;
  overflow: hidden;
  border-radius: var(--borderRadius);
}
.product-swiper .swiper-pagination {
  position: absolute;
  bottom: 16px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: 20;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.3);
  padding: 8px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.product-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.7);
  display: block;
  border-radius: 8px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.product-swiper .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
.product-swiper .swiper-pagination-bullet:not(:last-child) {
  margin-right: 8px;
}
.product-swiper svg {
  width: 48px;
  height: 48px;
  color: var(--blue100);
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.product-swiper .swiper-button-next,
.product-swiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: 20;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  cursor: pointer;
  transition: background-color 0.2s;
}
.product-swiper .swiper-button-next:hover,
.product-swiper .swiper-button-prev:hover {
  background: #fff;
}
.product-swiper .swiper-button-next {
  right: 16px;
}
.product-swiper .swiper-button-prev {
  left: 16px;
}
.product-swiper .swiper-pagination-bullet-active {
  box-shadow: 0 0 8px #fff;
  background: #fff;
}

.product-view {
  grid-gap: 24px;
  padding: 80px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width : 1020px) {
  .product-view {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "img img img img img img img img img img img img" "header header header header header header header header shortDesc shortDesc shortDesc shortDesc" "description description description description description description description description description description description description" "info info info info info info info info info info info info";
  }
}
.product-view__gallery {
  grid-area: img;
}
.product-view__gallery img {
  display: block;
  width: 100%;
}
.product-view__header {
  grid-area: header;
}
.product-view__header .description {
  margin-top: 16px;
  font-weight: 500;
}
.product-view__short-description {
  grid-area: shortDesc;
}
.product-view__description {
  grid-area: description;
}
.product-view__info {
  grid-area: info;
}
.product-view .short-description {
  padding: 16px;
  background: var(--blue10);
  border-radius: var(--borderRadius);
}
.product-view .action {
  margin-top: 24px;
  background: var(--orange10);
  padding: 16px;
  border-radius: var(--borderRadius);
  border: 1px solid var(--orange20);
}

.tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width : 1020px) {
  .tabs {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.tabs__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 8px 0;
}
@media (min-width : 1020px) {
  .tabs__header {
    padding: 16px 0;
    max-width: 320px;
    min-width: 320px;
  }
}
.tabs__title {
  cursor: pointer;
  padding: 8px 24px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  border-radius: var(--borderRadius);
  font-weight: 500;
  color: var(--blue100);
  transition: color 0.2s;
}
@media (min-width : 730px) {
  .tabs__title {
    border-radius: var(--borderRadius) 0 0 var(--borderRadius);
  }
}
.tabs__title:hover {
  color: var(--blue60);
}
.tabs__title.active {
  color: var(--blue100);
  background: var(--blue10);
}
.tabs__body {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 16px 24px;
  border: 1px solid var(--blue10);
  border-radius: var(--borderRadius);
}
.tabs__content {
  display: none;
  visibility: hidden;
}
.tabs__content.active {
  display: block;
  visibility: visible;
}
.tabs__content ul + p {
  margin-top: 24px;
}

.action-form {
  background: var(--orange10);
  padding: 16px;
  border-radius: var(--borderRadius);
  border: 1px solid var(--orange20);
}
.action-form .input {
  padding: 6px 8px;
  font-size: 18px;
  line-height: 1;
  border: 1px solid var(--orange40);
  max-width: 180px;
}

.hor-form {
  display: -ms-flexbox;
  display: flex;
}
.hor-form .button {
  margin-left: auto;
}
.hor-form .input:nth-child(1) {
  border-radius: var(--borderRadius) 0 0 var(--borderRadius);
  border-right: transparent;
}
.hor-form .input:nth-child(2) {
  border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
}