@charset "UTF-8";
:root {
  --font-family: "Gotham Pro", sans-serif;
  --content-width: 1170px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --transition-duration: 0.3s;
  --accent: #ec2227;
  --light-color: #ffffff;
  --dark-color: #000000;
  --main: #283c63;
  --second: #f3f8ff;
  --secondO: #f3f8ffbb;
  --gray: #626262;
  --gray-alt: #d9d9d9a8;
  --background-gray: #f5f5f5;
  --background-main: #F0F4F8;
  --border-color: rgba(217, 217, 217, 0.66);
  --border-color-mobile: rgba(217, 217, 217, 0.44);
  --border-color-alt: #EDEDED;
  --gray-alt-2: #828282;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
@font-face {
  font-family: "Gotham Pro";
  src: url("/local/templates/main/fonts/GothamPro_Light.woff2");
  font-weight: 300;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("/local/templates/main/fonts/GothamPro_Regular.woff2");
  font-weight: 400;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("/local/templates/main/fonts/GothamPro_Medium.woff2");
  font-weight: 500;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/local/templates/main/fonts/Inter_Light.woff2");
  font-weight: 300;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/local/templates/main/fonts/Inter_Regular.woff2");
  font-weight: 400;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/local/templates/main/fonts/Inter_Medium.woff2");
  font-weight: 500;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/local/templates/main/fonts/Inter_SemiBold.woff2");
  font-weight: 600;
  font-display: block;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:not([class]) {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: clip;
}
html.lock {
  overflow-y: hidden;
}

@media screen and (pointer: fine) {
  html {
    width: 100vw;
  }
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  font-weight: 400;
  overscroll-behavior-y: none;
}

body {
  position: relative;
  background-color: var(--background-main);
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.link {
  color: var(--dark-color);
  -webkit-transition-duration: var(--transition-duration);
  transition-duration: var(--transition-duration);
}
.link:visited {
  color: var(--dark-color);
}
@media (any-hover: hover) {
  .link:hover {
    color: var(--accent);
  }
}

.section-container {
  max-width: 112.4rem;
  margin: 0 11.25rem 0 11.35rem;
  position: relative;
}
@media (max-width: 576px) {
  .section-container {
    max-width: 32rem;
    margin: 0 5.075rem 0 2rem;
  }
}
@media (min-width: 1900px) {
  .main-page .section-container {
    max-width: 160rem;
    margin: 0 15rem;
  }
}
@media (min-width: 3500px) {
  .main-page .section-container {
    max-width: 330rem;
    margin: 0 20rem;
  }
}

.site-container {
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
}

.accent {
  color: var(--accent);
}

ul,
ol {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
}

a {
  text-decoration: none;
}

.visible {
  display: block !important;
}

.hidden {
  display: none !important;
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-family: "Gotham Pro", sans-serif;
}
.btn-reset:focus-visible {
  outline: none;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}
.input-reset:focus-visible {
  outline: none;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  overflow-x: hidden;
  overflow-y: scroll;
}

.display-none {
  display: none !important;
}

@media (min-width: 577px) {
  .desktop-hidden {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .mobile-hidden {
    display: none !important;
  }
}

.footer-to-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.footer-to-bottom > *:not(.footer) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer-to-bottom .footer {
  margin-top: auto;
}

html {
  --refRes: 1350;
  font-size: calc(100vw / var(--refRes) * 10);
}
@media (min-width: 1900px) {
  html:has(body.main-page) {
    --refRes: 1900 !important;
  }
}
@media (min-width: 3500px) {
  html:has(body.main-page) {
    --refRes: 3500 !important;
  }
}
@media (max-width: 576px) {
  html {
    --refRes: 390 !important;
  }
}

.title {
  color: var(--dark-color);
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .title {
    font-size: 3rem;
  }
}
.title--small {
  font-size: 4.2rem;
}
@media (max-width: 576px) {
  .title--small {
    font-size: 2.4rem;
  }
}

.title-decorated {
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .title-decorated {
    font-size: 3.2rem;
  }
}
.title-decorated--small {
  font-size: 4.2rem;
}
@media (max-width: 576px) {
  .title-decorated--small {
    font-size: 2.4rem;
  }
}
.title-decorated--medium {
  font-size: 4.8rem;
}
@media (max-width: 576px) {
  .title-decorated--medium {
    font-size: 3rem;
  }
}
.title-decorated__icon {
  position: relative;
}
.title-decorated__icon::after {
  content: "";
  position: absolute;
  top: -1.5rem;
  right: -2rem;
  display: inline-block;
  background-image: url("/local/templates/main/img/after-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.3rem;
  height: 1.4rem;
}
@media (max-width: 576px) {
  .title-decorated__icon::after {
    top: -1rem;
    right: -1.5rem;
  }
}

.show-all {
  cursor: pointer;
  position: relative;
  display: block;
  color: var(--dark-color);
  font-size: 1.8rem;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  padding: 1.5rem 7.6rem;
  border: 1px solid rgb(237, 237, 237);
  background: var(--light-color);
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 1;
}
.show-all::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: var(--accent);
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease;
  z-index: -1;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.show-all:disabled {
  pointer-events: none;
  opacity: 0.6;
}
@media (any-hover: hover) {
  .show-all:hover {
    color: var(--light-color);
  }
  .show-all:hover::before {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 576px) {
  .show-all {
    font-size: 1.6rem;
    padding: 1.7rem 10.3rem;
    margin-right: 0rem;
  }
}

.blocks-info {
  max-width: 106.3rem;
}
@media (max-width: 576px) {
  .blocks-info {
    margin-top: 2.5rem;
  }
}
.blocks-info__wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 576px) {
  .blocks-info__wrapper {
    display: block;
  }
}
.blocks-info__wrapper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
  position: relative;
  width: 52rem;
  min-height: 25.5rem;
  padding: 4.1rem 4.1rem 4.1rem 6.4rem;
  border: 1px solid #ededed;
  background-color: var(--light-color);
}
@media (max-width: 576px) {
  .blocks-info__wrapper-slide {
    width: 31.9rem;
    min-height: 19rem;
    padding: 3rem 1.8rem 2rem 2.5rem;
  }
  .blocks-info__wrapper-slide:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.blocks-info__wrapper-number {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  opacity: 0.66;
  z-index: 0;
  color: #efefef;
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 100%;
}
@media (max-width: 576px) {
  .blocks-info__wrapper-number {
    font-size: 4rem;
    top: 0.9rem;
    left: 0.9rem;
  }
}
.blocks-info__wrapper-title {
  z-index: 1;
  color: var(--accent);
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 100%;
}
@media (max-width: 576px) {
  .blocks-info__wrapper-title {
    font-size: 2.4rem;
  }
}
.blocks-info__wrapper-text p {
  color: var(--gray);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  vertical-align: bottom;
}

.slider-navigation-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

.slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 3.5rem;
  margin-right: 5.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .slider-navigation {
    gap: 3rem;
    margin-right: 1.6rem;
  }
}
@media (min-width: 1900px) {
  .main-page .slider-navigation {
    gap: 4rem;
    margin-right: 8rem;
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 3500px) {
  .main-page .slider-navigation {
    gap: 6rem;
    margin-right: 9rem;
    margin-bottom: 5.5rem;
  }
}
.slider-navigation__button_prev, .slider-navigation__button_next {
  cursor: pointer;
  width: 4rem;
  pointer-events: all;
}
.slider-navigation__button_prev img,
.slider-navigation__button_prev svg, .slider-navigation__button_next img,
.slider-navigation__button_next svg {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 576px) {
  .slider-navigation__button_prev, .slider-navigation__button_next {
    width: 2rem;
  }
}
@media (min-width: 1900px) {
  .main-page .slider-navigation__button_prev, .main-page .slider-navigation__button_next {
    width: 5rem;
  }
}
@media (min-width: 3500px) {
  .main-page .slider-navigation__button_prev, .main-page .slider-navigation__button_next {
    width: 8rem;
  }
}
.slider-navigation__button_prev.swiper-button-disabled, .slider-navigation__button_next.swiper-button-disabled {
  opacity: 33%;
  cursor: default;
}
.slider-navigation__button_prev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.slider-navigation_centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 576px) {
  .slider-navigation_centered {
    left: unset;
    right: 1.5rem;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.5rem;
  }
}
@media (max-width: 576px) {
  .slider-navigation_centered .slider-navigation__button_next {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.slide-gap_right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: transparent;
  width: 11.25rem;
}
@media (max-width: 576px) {
  .slide-gap_right {
    width: 2rem;
  }
}
@media (min-width: 1900px) {
  .main-page .slide-gap_right {
    width: 15rem;
    min-width: 15rem;
  }
}
@media (min-width: 3500px) {
  .main-page .slide-gap_right {
    width: 20rem;
    min-width: 20rem;
  }
}

.error {
  color: var(--accent);
  text-align: center;
  font-size: 1.4rem;
}

.career-page.disable-scroll {
  overflow: unset;
}

.product-detail-page.disable-scroll {
  overflow: unset;
}

.graph-modal__container_success {
  width: 80rem;
  padding: 8.2rem;
  border-radius: unset;
}
@media (max-width: 576px) {
  .graph-modal__container_success {
    width: 30rem;
    padding: 7rem 2rem;
  }
}
.graph-modal__container_form {
  max-width: 105.8rem;
  width: 105.8rem;
  border-radius: unset;
  padding: 0;
}

.modal__title {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 3.5rem;
}
@media (max-width: 576px) {
  .modal__title {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
}
.modal__text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  text-align: center;
}
.modal__button {
  display: block;
  margin: 0 auto;
  background: var(--accent);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 140%;
  text-align: center;
  color: var(--light-color);
  padding: 1.5rem 3rem;
  width: 25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal__button:hover {
  opacity: 0.7;
}
@media (max-width: 576px) {
  .modal__button {
    width: 100%;
  }
}

.graph-modal__content_success {
  margin-bottom: 3.5rem;
}
@media (max-width: 576px) {
  .graph-modal__content_success {
    margin-bottom: 5rem;
  }
}

.wrapper-career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10rem;
}
@media (max-width: 576px) {
  .wrapper-career {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 2.5rem;
  }
}
.wrapper-career__info {
  width: 48.5rem;
}
@media (max-width: 576px) {
  .wrapper-career__info {
    width: 100%;
  }
}
.wrapper-career__img {
  width: 47rem;
  height: 44.6rem;
}
@media (max-width: 576px) {
  .wrapper-career__img {
    width: 31.9rem;
    height: 13.9rem;
  }
}
.wrapper-career__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.career-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.5rem;
  gap: 1.1rem;
  background: var(--light-color);
}
.career-card:hover .career-card__info-title {
  color: var(--accent);
}
.career-card:hover .career-card__arrow path {
  fill: var(--accent);
}
@media (max-width: 576px) {
  .career-card {
    padding: 1.5rem 2rem;
  }
}
.career-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 576px) {
  .career-card__info {
    gap: 0.5rem;
  }
}
.career-card__info-title {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: var(--dark-color);
}
@media (max-width: 576px) {
  .career-card__info-title {
    font-size: 1.8rem;
  }
}
.career-card__info-city {
  font-size: 1.4rem;
  line-height: 140%;
  color: var(--gray);
}
.career-card__arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 2.4rem;
  height: 2.4rem;
}
@media (max-width: 576px) {
  .career-card__arrow path {
    fill: var(--accent);
  }
}

@media (max-width: 576px) {
  .heroless-page .header {
    background-color: var(--background-main);
  }
}

.button {
  position: relative;
  padding: 1.5rem 1.5rem;
  min-height: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4;
}

.button-hover-effect_light, .button-hover-effect_accent {
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 1;
  white-space: nowrap;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.button-hover-effect_light::before, .button-hover-effect_accent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*-webkit-transition: width 0.3s ease, height 0.3s ease;*/
  /*transition: width 0.3s ease, height 0.3s ease;*/
  transition: all 0.3s;
  transform: scale(0);
  z-index: -1;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
@media (any-hover: hover) {
  .button-hover-effect_light:hover::before, .button-hover-effect_accent:hover::before {
    /*width: 100%;*/
    /*height: 100%;*/
    transform: scale(1);

  }
}
.button-hover-effect_light {
  background-color: var(--light-color);
  color: var(--dark-color);
}
@media (any-hover: hover) {
  .button-hover-effect_light:hover {
    color: var(--light-color);
  }
}
.button-hover-effect_light::before {
  background-color: var(--accent);
}
.button-hover-effect_light:visited {
  color: var(--dark-color);
}
@media (any-hover: hover) {
  .button-hover-effect_light:visited:hover {
    color: var(--light-color);
  }
}
.button-hover-effect_accent {
  background-color: var(--accent);
  color: var(--light-color);
}
@media (any-hover: hover) {
  .button-hover-effect_accent:hover {
    color: var(--dark-color);
  }
}
.button-hover-effect_accent::before {
  background-color: var(--light-color);
}
.button-hover-effect_accent:visited {
  color: var(--light-color);
}
@media (any-hover: hover) {
  .button-hover-effect_accent:visited:hover {
    color: var(--dark-color);
  }
}

.section {
  margin-bottom: 10rem;
}
@media (max-width: 576px) {
  .section {
    margin-bottom: 5rem;
  }
}

.section-title {
  font-size: 6.4rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--dark-color);
}
@media (max-width: 576px) {
  .section-title {
    font-size: 3rem;
  }
}
@media (min-width: 1900px) {
  .main-page .section-title {
    font-size: 7.2rem;
  }
}
@media (min-width: 3500px) {
  .main-page .section-title {
    font-size: 9.4rem;
  }
}

.section-title-icon {
  position: relative;
}
.section-title-icon::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url("/local/templates/main/img/after-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 2rem;
  height: 2.1rem;
}
@media (max-width: 576px) {
  .section-title-icon::after {
    width: 1.3rem;
    height: 1.4rem;
  }
}

.detail-section-title {
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--dark-color);
}
@media (max-width: 576px) {
  .detail-section-title {
    font-size: 3rem;
  }
}

.form {
  position: relative;
  padding: 5.1rem 6.9rem 3.4rem 7rem;
  background: var(--light-color);
}
@media (max-width: 576px) {
  .form {
    padding: 3.2rem 1.6rem;
  }
}
.form__modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.form__modal-close img,
.form__modal-close svg {
  width: 1.6rem;
  height: 1.6rem;
}
.form__modal-close img path,
.form__modal-close svg path {
  stroke: var(--accent);
}
@media (max-width: 576px) {
  .form__modal-close {
    width: 4.4rem;
    height: 4.2rem;
  }
  .form__modal-close img,
  .form__modal-close svg {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .form__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.form__title {
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--dark-color);
  padding-top: 2.4rem;
}
@media (max-width: 576px) {
  .form__title {
    font-size: 2.4rem;
    padding: 0;
  }
}
.form__title-icon::after {
  right: -3rem;
  top: -2rem;
}
@media (max-width: 576px) {
  .form__title-icon::after {
    display: none;
  }
}
.form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 41.6rem;
  width: 100%;
}
@media (max-width: 576px) {
  .form__inner {
    gap: 2rem;
  }
}
.form__inner-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form__inner-field_error .form__inner-input {
  border: 0.1rem solid var(--accent);
  background: var(--background-gray);
}
.form__inner-label {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media (max-width: 576px) {
  .form__inner-label {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.form__inner-input {
  padding: 1.7rem 2.5rem;
  border: 0.1rem solid var(--border-color-alt);
  background: var(--light-color);
  font-size: 1.6rem;
  line-height: 100%;
  color: var(--gray);
  margin-bottom: 0.5rem;
}
@media (max-width: 576px) {
  .form__inner-input {
    padding: 1.3rem 1.5rem;
    font-size: 1.4rem;
  }
}
.form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .form__checkbox {
    gap: 1rem;
    margin-bottom: 2.5rem;
  }
}
.form__checkbox-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 3rem;
  height: 3rem;
  border: 0.2rem solid var(--accent);
  background-color: var(--light-color);
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  margin: 0;
}
.form__checkbox-input:checked {
  border-color: var(--accent);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23EC2227' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
@media (max-width: 576px) {
  .form__checkbox-input {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
  }
}
.form__checkbox-label {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 100%;
}
.form__checkbox-label a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media (max-width: 576px) {
  .form__checkbox-label {
    font-size: 1.2rem;
  }
}
.form__send {
  color: var(--gray);
  margin: 0 auto;
  max-width: 25rem;
  width: 100%;
  min-height: 5.5rem;
  border: 0.1rem solid var(--border-color-alt);
}
@media (max-width: 576px) {
  .form__send {
    padding: 1.5rem;
    max-width: unset;
  }
}

@media (max-width: 576px) {
  .product-form-modal {
    padding: 0 1.6rem;
  }
}

.filters {
  margin: 4rem 0 5rem;
  z-index: 4;
}
@media (max-width: 576px) {
  .filters {
    margin: 2.5rem 0rem;
  }
}
.filters__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 576px) {
  .filters__row {
    white-space: nowrap;
    overflow: scroll;
    margin: 0rem -5rem;
    padding: 0rem 5rem;
  }
}
.filters__button {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1rem 2rem;
  border-radius: 10rem;
  color: var(--gray);
  background: rgb(255, 255, 255);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (any-hover: hover) {
  .filters__button:hover {
    color: var(--accent);
  }
}
.filters__button.active {
  color: rgb(255, 255, 255);
  background-color: var(--accent);
}
@media (any-hover: hover) {
  .filters__button.active:hover {
    color: rgb(236, 34, 39);
    background: rgb(255, 255, 255);
  }
}

.cookie {
  position: fixed;
  z-index: 9999;
  min-width: 112.6rem;
  max-width: 112.6rem;
  min-height: 8.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  padding: 1.7rem 4rem;
  bottom: -100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--light-color);
  border-image-width: 0;
  -webkit-transition: bottom 1s ease;
  transition: bottom 1s ease;
  will-change: bottom;
}
.cookie.show {
  bottom: 1rem;
}
@media (max-width: 576px) {
  .cookie {
    min-width: 39rem;
    max-width: 100vw;
    min-height: 11.8rem;
    padding: 1.7rem 2rem;
    -webkit-column-gap: 0.4rem;
    -moz-column-gap: 0.4rem;
    column-gap: 0.4rem;
  }
}
.cookie__description {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 576px) {
  .cookie__description {
    font-size: 1.4rem;
  }
}
.cookie__button_accept {
  max-width: 22rem;
  min-width: 22rem;
  min-height: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--accent);
  color: var(--light-color);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (any-hover: hover) {
  .cookie__button_accept:hover {
    opacity: 0.8;
  }
}
@media (max-width: 576px) {
  .cookie__button_accept {
    max-width: 10rem;
    min-width: 10rem;
  }
}
.cookie__policy-link {
  color: var(--accent);
}
.cookie__policy-link:visited {
  color: var(--accent);
}

.cards__wrapper {
  max-width: 105.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 576px) {
  .cards__wrapper {
    max-width: 31.9rem;
    -ms-grid-columns: 31.9rem;
    grid-template-columns: 31.9rem;
    gap: 1.5rem;
  }
}
@media (min-width: 1900px) {
  .main-page .cards__wrapper {
    max-width: 150rem;
    gap: 3rem;
  }
}
@media (min-width: 3500px) {
  .main-page .cards__wrapper {
    max-width: 290rem;
    gap: 2rem;
  }
}

.card {
  width: 34.5rem;
  max-width: 34.5rem;
  min-height: 19rem;
  border: 0.1rem solid var(--border-color-alt);
  background-color: var(--light-color);
  overflow: hidden;
  padding: 2.7rem 3.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 0.1rem;
}
@media (any-hover: hover) {
  .card:hover .card__image_hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 576px) {
  .card {
    padding: 2rem 1.2rem 2rem 3.1rem;
    width: 31.9rem;
    max-width: 31.9rem;
    min-height: 12.1rem;
  }
}
@media (min-width: 1900px) {
  .main-page .card {
    width: 48rem;
    max-width: 48rem;
    min-height: 26.4rem;
    padding: 3.1rem 3.5rem 3rem 3.5rem;
  }
}
@media (min-width: 3500px) {
  .main-page .card {
    width: 95rem;
    max-width: 95rem;
    min-height: 40rem;
    padding: 6rem 7rem;
  }
}
.card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 0.1rem;
  -moz-column-gap: 0.1rem;
  column-gap: 0.1rem;
}
@media (max-width: 576px) {
  .card__title {
    margin-bottom: 2.9rem;
  }
}
.card__title-text {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1;
  overflow: hidden;
}
@media (max-width: 576px) {
  .card__title-text {
    font-size: 2.4rem;
    max-width: 21.9rem;
  }
}
@media (min-width: 1900px) {
  .main-page .card__title-text {
    font-size: 4.2rem;
  }
}
@media (min-width: 3500px) {
  .main-page .card__title-text {
    font-size: 5.4rem;
  }
}
.card__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 0.1rem;
  -moz-column-gap: 0.1rem;
  column-gap: 0.1rem;
}
.card__description-text {
  color: var(--gray);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  max-width: 21.9rem;
  overflow: hidden;
}
@media (min-width: 1900px) {
  .main-page .card__description-text {
    font-size: 2rem;
    max-width: 33.5rem;
  }
}
@media (min-width: 3500px) {
  .main-page .card__description-text {
    font-size: 3.2rem;
    max-width: 68.5rem;
  }
}
.card__image_mobile {
  width: 3.8rem;
  height: 4rem;
}
.card__image_mobile img,
.card__image_mobile svg {
  width: 100%;
  height: 100%;
  display: block;
}
.card__image_hover {
  width: 3.1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transform: translateY(calc(2.7rem + 3.1rem + 0.5rem));
  -ms-transform: translateY(calc(2.7rem + 3.1rem + 0.5rem));
  transform: translateY(calc(2.7rem + 3.1rem + 0.5rem));
  -webkit-transition-duration: var(--transition-duration);
  transition-duration: var(--transition-duration);
  will-change: transform;
}
@media (hover: none) {
  .card__image_hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 576px) {
  .card__image_hover {
    display: none;
  }
}
.card__image_hover img,
.card__image_hover svg {
  width: 100%;
  height: auto;
  display: block;
}
.card__icon {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3.5rem 2.2rem;
  grid-template-columns: 3.5rem 2.2rem;
  -ms-grid-rows: 2.2rem 3.8rem;
  grid-template-rows: 2.2rem 3.8rem;
  max-height: 6rem;
}
@media (max-width: 576px) {
  .card__icon {
    -ms-grid-columns: 2.35rem 1.45rem;
    grid-template-columns: 2.35rem 1.45rem;
    -ms-grid-rows: 1.45rem 2.55rem;
    grid-template-rows: 1.45rem 2.55rem;
    max-height: 4rem;
  }
}
@media (min-width: 1900px) {
  .main-page .card__icon {
    -ms-grid-columns: 3.9rem 2.3rem;
    grid-template-columns: 3.9rem 2.3rem;
    -ms-grid-rows: 2.3rem 4.2rem;
    grid-template-rows: 2.3rem 4.2rem;
    max-height: 6.5rem;
  }
}
@media (min-width: 3500px) {
  .main-page .card__icon {
    -ms-grid-columns: 4.5rem 2.6rem;
    grid-template-columns: 4.5rem 2.6rem;
    -ms-grid-rows: 2.6rem 4.9rem;
    grid-template-rows: 2.6rem 4.9rem;
    max-height: 7.5rem;
  }
}
.card__icon_1, .card__icon_2 {
  background-color: var(--accent);
}
.card__icon_1 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.card__icon_2 {
  -ms-grid-row-span: 2;
  grid-row: span 2;
  -ms-grid-column: 2;
  grid-column: 2;
}

.header {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 11rem;
}
@media (max-width: 576px) {
  .header {
    pointer-events: none;
    z-index: 6;
    height: 5rem;
    background: transparent;
    backdrop-filter: blur(3px) contrast(0.9) brightness(1.05);
  }
}
@media (min-width: 1900px) {
  .main-page .header {
    height: 15rem;
  }
}
@media (min-width: 1900px) {
  .menu .header {
    font-size: 0.0526315789vw;
    height: 150em;
  }
}
@media (min-width: 3500px) {
  .main-page .header {
    height: 20rem;
  }
}
@media (min-width: 3500px) {
  .menu .header {
    font-size: 0.0285714286vw;
    height: 200em;
  }
}
.header__logo-wrapper_desktop, .header__logo-wrapper_mobile {
  pointer-events: all;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.header__logo-wrapper_desktop svg,
.header__logo-wrapper_desktop img, .header__logo-wrapper_mobile svg,
.header__logo-wrapper_mobile img {
  width: 100%;
  height: auto;
  display: block;
}
.header__logo-wrapper_desktop {
  margin-right: 2rem;
  padding: 0.5rem;
  z-index: 99;
  width: 14.5rem;
}
@media (min-width: 1900px) {
  .main-page .header__logo-wrapper_desktop {
    width: 16.5rem;
    margin-right: 6rem;
  }
}
@media (min-width: 1900px) {
  .menu .header__logo-wrapper_desktop {
    width: 165em;
    margin-right: 60em;
  }
}
@media (min-width: 3500px) {
  .main-page .header__logo-wrapper_desktop {
    width: 21.9rem;
    margin-right: 7.5rem;
  }
}
@media (min-width: 3500px) {
  .menu .header__logo-wrapper_desktop {
    width: 219em;
    margin-right: 75em;
  }
}
.header__logo-wrapper_mobile {
  width: 9rem;
  margin-right: 0;
  margin-left: 1.5rem;
  padding: 0.5rem;
}
.header__logo {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  pointer-events: none;
}
@media (min-width: 577px) {
  .header__logo {
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    -webkit-animation: logo-slide-in 2.2s forwards 1.53s, logo-move-right 1s forwards 2.6s;
    animation: logo-slide-in 2.2s forwards 1.53s, logo-move-right 1s forwards 2.6s;
    will-change: clip-path, transform;
  }
  @-webkit-keyframes logo-slide-in {
    0% {
      clip-path: inset(0 100% 0 0);
    }
    100% {
      clip-path: inset(0 0 0 0);
    }
  }
  @keyframes logo-slide-in {
    0% {
      clip-path: inset(0 100% 0 0);
    }
    100% {
      clip-path: inset(0 0 0 0);
    }
  }
  @-webkit-keyframes logo-move-right {
    0% {
      -webkit-transform: translate3d(-10%, 0, 0);
      transform: translate3d(-10%, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes logo-move-right {
    0% {
      -webkit-transform: translate3d(-10%, 0, 0);
      transform: translate3d(-10%, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
}
@media (max-width: 576px) {
  .header__logo {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    -webkit-animation: logo-slide-in 2s forwards;
    animation: logo-slide-in 2s forwards;
  }
  @-webkit-keyframes logo-slide-in {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes logo-slide-in {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
}
.header__menu-wrapper {
  position: absolute;
  width: 11.35rem;
  height: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 576px) {
  .header__menu-wrapper {
    position: absolute;
    top: 0;
    width: 5.075rem;
    height: 5rem;
    right: 0;
  }
}
@media (min-width: 1900px) {
  .main-page .header__menu-wrapper {
    width: 15rem;
    height: 15rem;
  }
}
@media (min-width: 1900px) {
  .menu .header__menu-wrapper {
    width: 150em;
    height: 150em;
  }
}
@media (min-width: 3500px) {
  .main-page .header__menu-wrapper {
    width: 20rem;
    height: 20rem;
  }
}
@media (min-width: 3500px) {
  .menu .header__menu-wrapper {
    width: 200em;
    height: 200em;
  }
}
.header__menu-button {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 1rem;
  z-index: 97;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: button-slide-down 1s forwards;
  animation: button-slide-down 1s forwards;
  pointer-events: none;
}
@media (min-width: 577px) {
  .header__menu-button {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
}
@-webkit-keyframes button-slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all;
  }
}
@keyframes button-slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all;
  }
}
@media (max-width: 576px) {
  .header__menu-button {
    width: 100%;
    padding: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
}
.header__menu-icon {
  width: 2.4rem;
  height: 1.6rem;
}
.header__menu-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 576px) {
  .header__menu-icon {
    width: 2.1rem;
  }
  .header__menu-icon path {
    stroke: var(--light-color);
  }
}
@media (min-width: 1900px) {
  .main-page .header__menu-icon {
    width: 3rem;
    height: 2rem;
  }
}
@media (min-width: 1900px) {
  .menu .header__menu-icon {
    width: 30em;
    height: 20em;
  }
}
@media (min-width: 3500px) {
  .main-page .header__menu-icon {
    width: 5rem;
    height: 3rem;
  }
}
@media (min-width: 3500px) {
  .menu .header__menu-icon {
    width: 50em;
    height: 30em;
  }
}
.header__row {
  width: 100%;
  height: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  border-bottom: 0.1rem solid var(--border-color);
}
@media (min-width: 577px) {
  .header__row {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-animation: row-slide-in 2.4s forwards 1.6s;
    animation: row-slide-in 2.4s forwards 1.6s;
  }
  @-webkit-keyframes row-slide-in {
    0% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
    100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @keyframes row-slide-in {
    0% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
    100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
}
@media (max-width: 576px) {
  .header__row {
    z-index: 9;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-bottom: 0.1rem solid var(--border-color-mobile);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation: row-slide-in 2s forwards 0.5s;
    animation: row-slide-in 2s forwards 0.5s;
  }
  @-webkit-keyframes row-slide-in {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes row-slide-in {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
}
@media (min-width: 1900px) {
  .main-page .header__row {
    height: 15rem;
  }
}
@media (min-width: 1900px) {
  .menu .header__row {
    height: 150em;
  }
}
@media (min-width: 3500px) {
  .main-page .header__row {
    height: 20rem;
  }
}
@media (min-width: 3500px) {
  .menu .header__row {
    height: 200em;
  }
}
.header__row-block {
  width: 29.7rem;
  height: 100%;
  background-color: var(--accent);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-bottom: 0.1rem solid var(--accent);
}
@media (min-width: 577px) {
  .header__row-block {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-animation: row-slide-in 1.5s forwards 2.6s;
    animation: row-slide-in 1.5s forwards 2.6s;
  }
  @-webkit-keyframes row-slide-in {
    0% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
    100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @keyframes row-slide-in {
    0% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
    100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
}
@media (max-width: 576px) {
  .header__row-block {
    width: 10.2rem;
  }
}
@media (min-width: 1900px) {
  .main-page .header__row-block {
    width: 33.7rem;
  }
}
@media (min-width: 1900px) {
  .menu .header__row-block {
    width: 337em;
  }
}
@media (min-width: 3500px) {
  .main-page .header__row-block {
    width: 40.7rem;
  }
}
@media (min-width: 3500px) {
  .menu .header__row-block {
    width: 407em;
  }
}
.header__column {
  width: 11.25rem;
  height: 26.3rem;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--accent);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-left: 0.1rem solid var(--accent);
}
@media (min-width: 577px) {
  .header__column {
    -webkit-animation: column-slide-up 0.8s forwards 1.6s;
    animation: column-slide-up 0.8s forwards 1.6s;
    z-index: 9;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
  }
  @-webkit-keyframes column-slide-up {
    0% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
    }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }
  }
  @keyframes column-slide-up {
    0% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
    }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }
  }
}
@media (max-width: 576px) {
  .header__column {
    width: 5.075rem;
    height: 10rem;
    opacity: 0;
    z-index: 10;
    -webkit-transform: translateY(65rem);
    -ms-transform: translateY(65rem);
    transform: translateY(65rem);
    -webkit-animation: column-slide-up 1s forwards;
    animation: column-slide-up 1s forwards;
  }
  @-webkit-keyframes column-slide-up {
    0% {
      opacity: 0;
      -webkit-transform: translateY(65rem);
      transform: translateY(65rem);
    }
    10% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes column-slide-up {
    0% {
      opacity: 0;
      -webkit-transform: translateY(65rem);
      transform: translateY(65rem);
    }
    10% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
}
@media (min-width: 1900px) {
  .main-page .header__column {
    width: 15rem;
    height: 30.4rem;
  }
}
@media (min-width: 1900px) {
  .menu .header__column {
    width: 150em;
    height: 304em;
  }
}
@media (min-width: 3500px) {
  .main-page .header__column {
    width: 20rem;
    height: 37.4rem;
  }
}
@media (min-width: 3500px) {
  .menu .header__column {
    width: 200em;
    height: 374em;
  }
}

.header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100vw;
  height: 11rem;
  pointer-events: none;
}
@media (max-width: 576px) {
  .header_fixed {
    height: 5rem;
    border-bottom: 0.1rem solid var(--border-color-mobile);
    pointer-events: all;
    background: transparent;
    backdrop-filter: blur(3px) contrast(0.9) brightness(1.05);
  }
}
@media (min-width: 1900px) {
  .main-page .header_fixed {
    height: 15rem;
  }
}
@media (min-width: 3500px) {
  .main-page .header_fixed {
    height: 20rem;
  }
}
.header_fixed__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header_fixed__menu-wrapper {
  width: 11.35rem;
  height: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 576px) {
  .header_fixed__menu-wrapper {
    width: 5.075rem;
    height: 5rem;
  }
}
@media (min-width: 1900px) {
  .main-page .header_fixed__menu-wrapper {
    width: 15rem;
    height: 15rem;
  }
}
@media (min-width: 3500px) {
  .main-page .header_fixed__menu-wrapper {
    width: 20rem;
    height: 20rem;
  }
}
.header_fixed__menu-button {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 1rem;
  pointer-events: all;
}
.header_fixed__menu-icon {
  width: 2.4rem;
  height: 1.6rem;
}
.header_fixed__menu-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 576px) {
  .header_fixed__menu-icon {
    width: 2.1rem;
  }
  .header_fixed__menu-icon path {
    stroke: var(--accent);
  }
}
@media (min-width: 1900px) {
  .main-page .header_fixed__menu-icon {
    width: 3rem;
    height: 2rem;
  }
}
@media (min-width: 3500px) {
  .main-page .header_fixed__menu-icon {
    width: 5rem;
    height: 3rem;
  }
}
.header_fixed__image {
  margin-right: 3.5rem;
}
@media (max-width: 576px) {
  .header_fixed__image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 0;
  }
}
@media (min-width: 1900px) {
  .main-page .header_fixed__image {
    margin-right: 6rem;
  }
}
@media (min-width: 3500px) {
  .main-page .header_fixed__image {
    margin-right: 7.5rem;
  }
}
.header_fixed__image-wrapper {
  pointer-events: all;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 12.3rem;
  height: 5.5rem;
  padding: 0.5rem;
  margin-left: 1.5rem;
}
@media (max-width: 576px) {
  .header_fixed__image-wrapper {
    width: 9rem;
    height: 4rem;
  }
}
.header_fixed__image-wrapper img,
.header_fixed__image-wrapper svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 1900px) {
  .main-page .header_fixed__image-wrapper {
    width: 15.5rem;
    height: auto;
  }
}
@media (min-width: 3500px) {
  .main-page .header_fixed__image-wrapper {
    width: 21.9rem;
  }
}

.header_fixed-visibility-wrapper {
  position: relative;
  background-color: var(--background-main);
  z-index: 5;
}
@media (max-width: 576px) {
  .header_fixed-visibility-wrapper {
    display: contents;
  }
}

@media (min-width: 577px) {
  .contacts-page .header_fixed {
    display: none;
  }
}

.menu-modal {
  position: fixed;
  inset: 0;
  z-index: 98;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100dvh;
  overflow: hidden;
  background-color: var(--light-color);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  will-change: transform;
}
@supports (height: 100dvh) {
  .menu-modal {
    height: 100dvh;
  }
}
.menu-modal.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 576px) {
  .menu-modal .header {
    background: transparent;
  }
}
@media (min-width: 1900px) {
  .menu-modal {
    font-size: 0.0526315789vw;
  }
}
@media (min-width: 3500px) {
  .menu-modal {
    font-size: 0.0285714286vw;
  }
}

.menu__image {
  width: 39.5rem;
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  overflow: hidden;
  position: relative;
  z-index: -2;
}
@media (min-width: 1900px) {
  .menu__image {
    width: 580em;
  }
}
@media (min-width: 3500px) {
  .menu__image {
    width: 980em;
  }
}
.menu__image-wrapper {
  max-width: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.menu__image-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.menu__borders {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 11.35rem 74.8rem 37.6rem 11.25rem;
  grid-template-columns: 11.35rem 74.8rem 37.6rem 11.25rem;
}
@media (max-width: 576px) {
  .menu__borders {
    -ms-grid-columns: 33.925rem 5.075rem;
    grid-template-columns: 33.925rem 5.075rem;
  }
}
@media (min-width: 1900px) {
  .menu__borders {
    -ms-grid-columns: 150em 951em 649em 150em;
    grid-template-columns: 150em 951em 649em 150em;
  }
}
@media (min-width: 3500px) {
  .menu__borders {
    -ms-grid-columns: 200em 1760em 1340em 200em;
    grid-template-columns: 200em 1760em 1340em 200em;
  }
}
.menu__borders-column--1, .menu__borders-column--2, .menu__borders-column--3 {
  border-right: 0.1rem solid var(--border-color);
}
@media (max-width: 576px) {
  .menu__borders-column--1, .menu__borders-column--2, .menu__borders-column--3 {
    border: none;
  }
}
@media (max-width: 576px) {
  .menu__borders-column--2 {
    border-left: 0.1rem solid var(--border-color-mobile);
  }
}
.menu__borders-row {
  height: 11rem;
  width: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1900px) {
  .menu__borders-row {
    height: 150em;
    border-bottom: 1em solid var(--border-color);
  }
}
@media (min-width: 2020px) and (max-height: 1080px) {
  .menu__borders-row {
    height: 150em;
    border-bottom: 1em solid var(--border-color);
  }
}
@media (min-width: 3500px) {
  .menu__borders-row {
    height: 200em;
  }
}
.menu__content {
  position: relative;
  z-index: 98;
  margin-top: 14.7rem;
  margin-bottom: 7.2rem;
  -webkit-column-gap: 0.2rem;
  -moz-column-gap: 0.2rem;
  column-gap: 0.2rem;
  max-width: 84.1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 46.6rem 37.5rem;
  grid-template-columns: 46.6rem 37.5rem;
  -ms-grid-rows: 1fr 6.3rem;
  grid-template-rows: 1fr 6.3rem;
  row-gap: 0.1rem;
}
@media (max-width: 576px) {
  .menu__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 15.55rem 15.55rem;
    grid-template-columns: 15.55rem 15.55rem;
    max-width: 33.925rem;
    margin-top: 9.7rem;
    margin-bottom: 3rem;
    -webkit-column-gap: 1.2rem;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
    margin-left: 1.6rem;
  }
}
@media (min-width: 1900px) {
  .menu__content {
    margin-top: 247em;
    margin-bottom: 70em;
    -ms-grid-columns: 521em 649em;
    grid-template-columns: 521em 649em;
    -ms-grid-rows: 1fr 81em;
    grid-template-rows: 1fr 81em;
    row-gap: 1em;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
}
@media (min-width: 2020px) and (max-height: 1080px) {
  .menu__content {
    margin-top: 190em;
    margin-bottom: 50em;
  }
}
@media (min-width: 3500px) {
  .menu__content {
    margin-top: 267em;
    -ms-grid-columns: 980em 1340em;
    grid-template-columns: 980em 1340em;
    -ms-grid-rows: 1fr 108em;
    grid-template-rows: 1fr 108em;
  }
}
.menu__title {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  color: var(--gray);
  margin-bottom: 2rem;
  min-height: 2.366rem;
}
@media (max-width: 576px) {
  .menu__title {
    font-size: 1.4rem;
    margin-bottom: 2.8rem;
    min-height: 1.4rem;
    line-height: 1;
  }
}
@media (min-width: 1900px) {
  .menu__title {
    --titleFontSize: 20;
    font-size: 20em;
    margin-bottom: calc(30em / var(--titleFontSize));
    min-height: calc(28em / var(--titleFontSize));
  }
}
@media (min-width: 3500px) {
  .menu__title {
    --titleFontSize: 32;
    font-size: 32em;
    margin-bottom: calc(30em / var(--titleFontSize));
    min-height: calc(45em / var(--titleFontSize));
  }
}
.menu__products {
  padding-left: 9.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 46.65rem;
  max-width: 46.65rem;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
@media (max-width: 576px) {
  .menu__products {
    padding-left: 0;
    max-width: 15.55rem;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media (min-width: 1900px) {
  .menu__products {
    padding-left: 99em;
    width: 521em;
    max-width: 521em;
  }
}
@media (min-width: 3500px) {
  .menu__products {
    padding-left: 129em;
    width: 980em;
    max-width: 980em;
  }
}
.menu__products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.5rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 576px) {
  .menu__products-list {
    row-gap: 2rem;
  }
}
@media (min-width: 1900px) {
  .menu__products-list {
    row-gap: 15em;
  }
}
@media (min-width: 3500px) {
  .menu__products-list {
    row-gap: 20em;
  }
}
.menu__products-link {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .menu__products-link {
    line-height: 1;
  }
  .menu__products-link.link {
    color: var(--accent);
  }
}
@media (max-width: 576px) and (any-hover: hover) {
  .menu__products-link.link:hover {
    color: var(--dark-color);
  }
}
@media (min-width: 1900px) {
  .menu__products-link {
    font-size: 32em;
  }
}
@media (min-width: 2020px) and (max-height: 1080px) {
  .menu__products-link {
    font-size: 22em;
  }
}
@media (min-width: 3500px) {
  .menu__products-link {
    font-size: 48em;
  }
}
.menu__examples {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  width: 37.6rem;
  max-width: 37.6rem;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
}
@media (max-width: 576px) {
  .menu__examples {
    max-width: 15.55rem;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media (min-width: 1900px) {
  .menu__examples {
    width: 649em;
    max-width: 649em;
  }
}
@media (min-width: 3500px) {
  .menu__examples {
    width: 980em;
    max-width: 980em;
  }
}
.menu__examples-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.5rem;
  overflow: hidden;
}
@media (max-width: 576px) {
  .menu__examples-list {
    row-gap: 2rem;
  }
}
@media (min-width: 1900px) {
  .menu__examples-list {
    min-height: unset;
    row-gap: 15em;
  }
}
@media (min-width: 3500px) {
  .menu__examples-list {
    row-gap: 20em;
  }
}
.menu__examples-link {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
  overflow: hidden;
}
@media (max-width: 576px) {
  .menu__examples-link {
    line-height: 1;
    font-size: 2rem;
  }
}
@media (min-width: 1900px) {
  .menu__examples-link {
    font-size: 24em;
  }
}
@media (min-width: 2020px) and (max-height: 1080px) {
  .menu__examples-link {
    font-size: 20em;
  }
}
@media (min-width: 3500px) {
  .menu__examples-link {
    font-size: 42em;
  }
}
.menu__info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
  max-width: 37.5rem;
  width: 37.5rem;
  overflow: hidden;
  margin-top: auto;
  height: auto;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  grid-column: 2;
}
@media (max-width: 576px) {
  .menu__info {
    max-width: 32rem;
    width: 32rem;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media (min-width: 1900px) {
  .menu__info {
    max-width: 649em;
    width: 649em;
  }
}
@media (min-width: 3500px) {
  .menu__info {
    width: 980em;
    max-width: 980em;
    -ms-grid-column-align: unset;
    justify-self: unset;
  }
}
.menu__info-links {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--gray);
}
@media (max-width: 576px) {
  .menu__info-links {
    font-size: 1.2rem;
  }
}
@media (min-width: 1900px) {
  .menu__info-links {
    font-size: 18em;
  }
}
@media (min-width: 2020px) and (max-height: 1080px) {
  .menu__info-links {
    font-size: 16em;
  }
}
@media (min-width: 3500px) {
  .menu__info-links {
    font-size: 24em;
  }
}
.menu__info-link {
  color: var(--gray);
  text-decoration: underline;
}
.menu__info-link:visited {
  color: var(--gray);
}
@media (max-width: 576px) {
  .menu__info-link {
    font-size: 1.4rem;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8.7rem;
  position: relative;
  width: 100%;
}
@media (max-width: 576px) {
  .footer {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1900px) {
  .main-page .footer {
    padding-bottom: 11.374rem;
  }
}
@media (min-width: 3500px) {
  .main-page .footer {
    padding-bottom: 13.5rem;
  }
}
.footer__container {
  margin-left: 11.35rem;
}
@media (max-width: 576px) {
  .footer__container {
    margin-left: 2rem;
    margin-right: 5.075rem;
    max-width: 32rem;
  }
}
@media (min-width: 1900px) {
  .main-page .footer__container {
    margin-left: 15rem;
  }
}
@media (min-width: 3500px) {
  .main-page .footer__container {
    margin-left: 20rem;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100vw - 11.25rem - 11.35rem);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .footer__inner {
    width: auto;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
}
@media (min-width: 1900px) {
  .main-page .footer__inner {
    width: calc(100vw - 30rem);
  }
}
@media (min-width: 3500px) {
  .main-page .footer__inner {
    width: calc(100vw - 40rem);
  }
}
.footer__logo {
  margin-bottom: 7.2rem;
}
@media (max-width: 576px) {
  .footer__logo {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1900px) {
  .main-page .footer__logo {
    margin-bottom: 5.674rem;
  }
}
@media (min-width: 3500px) {
  .main-page .footer__logo {
    margin-bottom: 13rem;
  }
}
.footer__logo-wrapper {
  width: 20.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0.5rem;
}
@media (max-width: 576px) {
  .footer__logo-wrapper {
    width: 13.5rem;
  }
}
.footer__logo-wrapper svg,
.footer__logo-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1900px) {
  .main-page .footer__logo-wrapper {
    width: 25rem;
  }
}
@media (min-width: 3500px) {
  .main-page .footer__logo-wrapper {
    width: 34.8rem;
  }
}
.footer__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 37.45rem 74.95rem;
  grid-template-columns: 37.45rem 74.95rem;
  margin-bottom: 8.96rem;
}
@media (max-width: 576px) {
  .footer__content {
    -ms-grid-columns: 32rem;
    grid-template-columns: 32rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1900px) {
  .main-page .footer__content {
    -ms-grid-columns: 53.8rem 106.2rem;
    grid-template-columns: 53.8rem 106.2rem;
    margin-bottom: 7.4rem;
  }
}
@media (min-width: 3500px) {
  .main-page .footer__content {
    -ms-grid-columns: 107rem 203rem;
    grid-template-columns: 107rem 203rem;
    margin-bottom: 20rem;
  }
}
.footer__address {
  overflow: hidden;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.5rem;
  padding-left: 0.2rem;
}
@media (max-width: 576px) {
  .footer__address {
    margin-bottom: 4rem;
    font-size: 1.6rem;
    row-gap: 2rem;
    padding-left: 0;
  }
}
@media (min-width: 1900px) {
  .main-page .footer__address {
    font-size: 2.8rem;
  }
}
@media (min-width: 3500px) {
  .main-page .footer__address {
    font-size: 5.4rem;
    row-gap: 2.5rem;
  }
}
.footer__address-mail {
  text-decoration: underline;
}
.footer__menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 37.35rem 37.6rem;
  grid-template-columns: 37.35rem 37.6rem;
}
@media (max-width: 576px) {
  .footer__menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 17rem 12rem;
    grid-template-columns: 17rem 12rem;
    -webkit-column-gap: 2.9rem;
    -moz-column-gap: 2.9rem;
    column-gap: 2.9rem;
  }
}
@media (min-width: 1900px) {
  .main-page .footer__menu {
    -ms-grid-columns: 41.3rem 41.3rem;
    grid-template-columns: 41.3rem 41.3rem;
  }
}
@media (min-width: 3500px) {
  .main-page .footer__menu {
    -ms-grid-columns: 69rem 69rem;
    grid-template-columns: 69rem 69rem;
  }
}
@media (max-width: 576px) {
  .footer__menu-nav:nth-child(even) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.footer__menu-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.5rem;
}
@media (min-width: 1900px) {
  .main-page .footer__menu-links {
    row-gap: 1.7rem;
  }
}
@media (min-width: 3500px) {
  .main-page .footer__menu-links {
    row-gap: 2.5rem;
  }
}
.footer__menu-item {
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 0.2rem;
}
@media (max-width: 576px) {
  .footer__menu-item {
    padding-left: 0;
  }
}
.footer__menu-link {
  font-weight: 400;
  font-size: 1.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
}
@media (min-width: 1900px) {
  .main-page .footer__menu-link {
    font-size: 2rem;
  }
}
@media (min-width: 3500px) {
  .main-page .footer__menu-link {
    font-size: 4.2rem;
  }
}
.footer__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 37.45rem 37.35rem 37.6rem;
  grid-template-columns: 37.45rem 37.35rem 37.6rem;
  font-weight: 400;
  font-size: 1.2rem;
  color: #4F4F4F;
}
@media (max-width: 576px) {
  .footer__info {
    -ms-grid-columns: 33.925rem;
    grid-template-columns: 33.925rem;
    gap: 1.5rem;
    font-size: 1.1rem;
  }
}
@media (min-width: 1900px) {
  .main-page .footer__info {
    -ms-grid-columns: 53.8rem 41.3rem 64.9rem;
    grid-template-columns: 53.8rem 41.3rem 64.9rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 3500px) {
  .main-page .footer__info {
    -ms-grid-columns: 107rem 69rem 134rem;
    grid-template-columns: 107rem 69rem 134rem;
    font-size: 2.4rem;
  }
}
.footer__info-company {
  -ms-grid-column: 2;
  grid-column: 2;
  padding-left: 0.2rem;
}
@media (max-width: 576px) {
  .footer__info-company {
    grid-column: auto;
    padding-left: 0;
  }
}
.footer__info-policy {
  padding-left: 0.2rem;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .footer__info-policy {
    padding-left: 0;
  }
}
.footer__button {
  position: absolute;
  z-index: 97;
  background-color: var(--light-color);
  right: 0;
  bottom: 0;
  width: 11.2rem;
  height: 11.5rem;
}
@media (max-width: 576px) {
  .footer__button {
    width: 5rem;
    height: 5rem;
  }
}
@media (min-width: 1900px) {
  .main-page .footer__button {
    width: 15rem;
    height: 15.4rem;
  }
}
@media (min-width: 3500px) {
  .main-page .footer__button {
    width: 20rem;
    height: 20.5rem;
  }
}
.footer__button-up-wrapper {
  width: 3.2rem;
}
@media (max-width: 576px) {
  .footer__button-up-wrapper {
    width: 1.8rem;
  }
}
.footer__button-up-wrapper svg,
.footer__button-up-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1900px) {
  .main-page .footer__button-up-wrapper {
    width: 5rem;
  }
}
@media (min-width: 3500px) {
  .main-page .footer__button-up-wrapper {
    width: 7rem;
  }
}
.footer__button-up {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-border {
  position: absolute;
  top: 0;
  background-color: transparent;
  z-index: -1;
  height: 100%;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 11.35rem 37.45rem 37.35rem 37.6rem 11.25rem;
  grid-template-columns: 11.35rem 37.45rem 37.35rem 37.6rem 11.25rem;
}
@media (max-width: 576px) {
  .global-border {
    -ms-grid-columns: 33.925rem 5.075rem;
    grid-template-columns: 33.925rem 5.075rem;
  }
}
@media (min-width: 1900px) {
  .main-page .global-border {
    -ms-grid-columns: 15rem 53.8rem 41.3rem 64.9rem 15rem;
    grid-template-columns: 15rem 53.8rem 41.3rem 64.9rem 15rem;
  }
}
@media (min-width: 3500px) {
  .main-page .global-border {
    -ms-grid-columns: 20rem 107rem 69rem 134rem 20rem;
    grid-template-columns: 20rem 107rem 69rem 134rem 20rem;
  }
}
.global-border__column_1, .global-border__column_2, .global-border__column_3, .global-border__column_4 {
  border-right: 0.1rem solid var(--border-color);
}
@media (max-width: 576px) {
  .global-border__column_1, .global-border__column_2, .global-border__column_3, .global-border__column_4 {
    border: none;
  }
}
@media (max-width: 576px) {
  .global-border__column_2 {
    border-left: 0.1rem solid var(--border-color-mobile);
  }
}

@media (min-width: 577px) {
  .news-detail-page .header_fixed-visibility-wrapper .global-border__column_2,
  .news-detail-page .header_fixed-visibility-wrapper .global-border__column_3 {
    visibility: hidden;
  }
  .product-detail-page .global-border__column_2,
  .product-detail-page .global-border__column_3 {
    visibility: hidden;
  }
}
@media (min-width: 578px) {
  .news-detail-page .global-border__column_2 {
    margin-top: 20rem;
  }
}

.news-detail-page .global-border__column_3 {
  visibility: hidden;
}

.main-hero {
  margin-bottom: 3.5rem;
  max-height: 87rem;
  height: calc(100svh - 4.6rem - 3.5rem);
  position: relative;
  z-index: 4;
  overflow: hidden;
}
@media (max-width: 576px) {
  .main-hero {
    margin-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: auto;
    max-height: none;
    height: calc(100svh - 4.6rem - 3rem);
  }
}
@media (min-width: 1900px) {
  .main-page .main-hero {
    margin-bottom: 5rem;
    height: calc(100svh - 4.6rem - 5rem);
    max-height: unset;
  }
}
@media (min-width: 3500px) {
  .main-page .main-hero {
    margin-bottom: 6.4rem;
    height: calc(100svh - 4.6rem - 6.4rem - 1rem);
    max-height: unset;
  }
}
.main-hero__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: #92b1db;*/
  -o-object-fit: cover;
  object-fit: cover;
}
.main-hero__cover img,
.main-hero__cover svg {
  width: 100%;
  height: 100%;
  display: block;
}
.main-hero__header-base {
  width: 100vw;
  height: 11rem;
}
@media (max-width: 576px) {
  .main-hero__header-base {
    height: 5rem;
  }
}
@media (min-width: 1900px) {
  .main-page .main-hero__header-base {
    height: 15rem;
  }
}
@media (min-width: 3500px) {
  .main-page .main-hero__header-base {
    height: 20rem;
  }
}
.main-hero__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 11.35rem 74.8rem 37.6rem 11.25rem;
  grid-template-columns: 11.35rem 74.8rem 37.6rem 11.25rem;
  height: calc(100% - 11rem);
  opacity: 0;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-animation: content-slide-up 1s forwards;
  animation: content-slide-up 1s forwards;
}
@media (min-width: 577px) {
  .main-hero__content {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
}
@-webkit-keyframes content-slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes content-slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 576px) {
  .main-hero__content {
    display: block;
    -ms-grid-columns: none;
    grid-template-columns: none;
    width: 33.925rem;
    height: calc(100% - 5rem);
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
}
@media (min-width: 1900px) {
  .main-page .main-hero__content {
    height: calc(100% - 15rem);
    -ms-grid-columns: 15rem 95.1rem 64.9rem 15rem;
    grid-template-columns: 15rem 95.1rem 64.9rem 15rem;
  }
}
@media (min-width: 3500px) {
  .main-page .main-hero__content {
    height: calc(100% - 20rem);
    -ms-grid-columns: 20rem 176rem 134rem 20rem;
    grid-template-columns: 20rem 176rem 134rem 20rem;
  }
}
.main-hero__content-main {
  -ms-grid-column: 2;
  grid-column: 2;
  margin-top: 4.1rem;
  background-color: transparent;
  position: relative;
  z-index: 10;
}
@media (max-width: 576px) {
  .main-hero__content-main {
    margin-top: 13.7rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1900px) {
  .main-page .main-hero__content-main {
    margin-top: 8.7rem;
  }
}
@media (min-width: 1900px) and (min-width: 2399px) and (max-height: 1080px) {
  .main-page .main-hero__content-main {
    margin-top: 7rem;
  }
}
@media (min-width: 3500px) {
  .main-page .main-hero__content-main {
    margin-top: 14rem;
  }
}
@media (min-width: 3500px) and (min-width: 3500px) and (max-height: 1080px) {
  .main-page .main-hero__content-main {
    margin-top: 10rem;
  }
}
.main-hero__content-title {
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 1pt;
  color: var(--light-color);
  text-transform: uppercase;
  max-width: 55.8rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 576px) {
  .main-hero__content-title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    letter-spacing: normal;
  }
}
@media (min-width: 1900px) {
  .main-page .main-hero__content-title {
    font-size: 7.5rem;
    max-width: 84rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 3500px) {
  .main-page .main-hero__content-title {
    font-size: 10.5rem;
    max-width: 131rem;
    margin-bottom: 3rem;
  }
}
.main-hero__content-description {
  max-width: 45.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--light-color);
}
@media (min-width: 1900px) {
  .main-page .main-hero__content-description {
    font-size: 2rem;
    max-width: 65rem;
  }
}
@media (min-width: 3500px) {
  .main-page .main-hero__content-description {
    font-size: 3.2rem;
    max-width: 91.3rem;
  }
}
.main-hero__content-borders {
  position: absolute;
  top: 0;
  display: -ms-grid;
  display: grid;
  height: 100%;
  width: 100%;
  -ms-grid-columns: 11.35rem 37.45rem 37.35rem 37.6rem 11.25rem;
  grid-template-columns: 11.35rem 37.45rem 37.35rem 37.6rem 11.25rem;
}
@media (max-width: 576px) {
  .main-hero__content-borders {
    -ms-grid-columns: 33.925rem 5.075rem;
    grid-template-columns: 33.925rem 5.075rem;
  }
}
@media (min-width: 1900px) {
  .main-page .main-hero__content-borders {
    -ms-grid-columns: 15rem 53.8rem 41.3rem 64.9rem 15rem;
    grid-template-columns: 15rem 53.8rem 41.3rem 64.9rem 15rem;
  }
}
@media (min-width: 3500px) {
  .main-page .main-hero__content-borders {
    -ms-grid-columns: 20rem 107rem 69rem 134rem 20rem;
    grid-template-columns: 20rem 107rem 69rem 134rem 20rem;
  }
}
.main-hero__content-column_1, .main-hero__content-column_2, .main-hero__content-column_3 {
  border-right: 0.1rem solid var(--border-color);
}
.main-hero__content-column_1 {
  clip-path: inset(100% 0 0 0);
  -webkit-animation: column-1-slide-up 1s forwards;
  animation: column-1-slide-up 1s forwards;
}
@-webkit-keyframes column-1-slide-up {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes column-1-slide-up {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@media (max-width: 576px) {
  .main-hero__content-column_1 {
    border: none;
  }
}
.main-hero__content-column_2 {
  opacity: 1;
}
@media (min-width: 577px) {
  .main-hero__content-column_2 {
    -webkit-animation: column-2-slide-up 1s forwards 0.4s, column-2-disappear 1s forwards 3s;
    animation: column-2-slide-up 1s forwards 0.4s, column-2-disappear 1s forwards 3s;
    clip-path: inset(100% 0 0 0);
  }
  @-webkit-keyframes column-2-slide-up {
    0% {
      clip-path: inset(100% 0 0 0);
    }
    100% {
      clip-path: inset(0 0 0 0);
    }
  }
  @keyframes column-2-slide-up {
    0% {
      clip-path: inset(100% 0 0 0);
    }
    100% {
      clip-path: inset(0 0 0 0);
    }
  }
  @-webkit-keyframes column-2-disappear {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes column-2-disappear {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
}
@media (max-width: 576px) {
  .main-hero__content-column_2 {
    border-left: 0.1rem solid var(--border-color-mobile);
    border-right: none;
    -webkit-animation: column-2-slide-up 1s forwards;
    animation: column-2-slide-up 1s forwards;
    -webkit-transform: translateY(65rem);
    -ms-transform: translateY(65rem);
    transform: translateY(65rem);
  }
  @-webkit-keyframes column-2-slide-up {
    0% {
      -webkit-transform: translateY(65rem);
      transform: translateY(65rem);
    }
    100% {
      -webkit-transform: translateY(0rem);
      transform: translateY(0rem);
    }
  }
  @keyframes column-2-slide-up {
    0% {
      -webkit-transform: translateY(65rem);
      transform: translateY(65rem);
    }
    100% {
      -webkit-transform: translateY(0rem);
      transform: translateY(0rem);
    }
  }
}
.main-hero__content-column_3 {
  clip-path: inset(100% 0 0 0);
  -webkit-animation: column-3-slide-up 1s forwards 0.8s;
  animation: column-3-slide-up 1s forwards 0.8s;
}
@-webkit-keyframes column-3-slide-up {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes column-3-slide-up {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.main-hero__content-column_5 {
  clip-path: inset(100% 0 0 0);
  -webkit-animation: header-column-slide-up 1.2s forwards 1.2s;
  animation: header-column-slide-up 1.2s forwards 1.2s;
  border-left: 0.1rem solid var(--border-color);
}
@-webkit-keyframes header-column-slide-up {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes header-column-slide-up {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

.hero {
  width: 100%;
  height: 40rem;
  overflow: hidden;
  position: relative;
  z-index: 4;
}
@media (max-width: 576px) {
  .hero {
    height: 19rem;
  }
  .hero:has(.hero__content-subtitle) {
    height: 27rem;
  }
  .hero:has(.hero__content-subtitle) .hero__cover {
    height: 100%;
  }
}
.hero__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  background-color: #92b1db;
}
.hero__cover img,
.hero__cover svg {
  width: 100%;
  height: 100%;
  display: block;
}
.hero__content {
  display: -ms-grid;
  display: grid;
  max-height: 100%;
  height: 100%;
  -ms-grid-columns: 11.35rem 74.8rem 37.6rem 11.25rem;
  grid-template-columns: 11.35rem 74.8rem 37.6rem 11.25rem;
  -ms-grid-rows: 11rem 1fr;
  grid-template-rows: 11rem 1fr;
  opacity: 0;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-animation: content-slide-up 1s forwards;
  animation: content-slide-up 1s forwards;
  pointer-events: none;
  will-change: opacity, transform;
}
@media (min-width: 577px) {
  .hero__content {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
}
@keyframes content-slide-up {
  0% {
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    pointer-events: all;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 576px) {
  .hero__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.925rem 5.075rem;
    grid-template-columns: 33.925rem 5.075rem;
    -ms-grid-rows: 5rem 1fr;
    grid-template-rows: 5rem 1fr;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
}
.hero__content-column {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-flex-line-pack: end;
  align-content: end;
  padding-left: 5.6rem;
  padding-bottom: 2.2rem;
}
@media (max-width: 576px) {
  .hero__content-column {
    -ms-grid-column: 1;
    grid-column: 1;
    padding-left: 2rem;
    padding-bottom: 1.57rem;
  }
}
.hero__content-column:has(.hero__content-subtitle) {
  padding-bottom: 3.8rem;
}
.hero__content-column:has(.hero__content-subtitle) .hero__content-title {
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  .hero__content-column:has(.hero__content-subtitle) {
    padding-bottom: 2rem;
  }
}
.hero__content-title {
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--light-color);
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}
@media (max-width: 576px) {
  .hero__content-title {
    font-size: 2.8rem;
  }
}
.hero__content-subtitle {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-row-align: end;
  align-self: end;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1;
  color: var(--light-color);
}
@media (max-width: 576px) {
  .hero__content-subtitle {
    font-size: 1.8rem;
    line-height: 1.1;
  }
}
.hero__content-button {
  min-width: 25rem;
  width: 25rem;
  height: 5.5rem;
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-row-align: end;
  align-self: end;
  margin-left: 5.8rem;
  margin-bottom: 2.2rem;
}
@media (max-width: 576px) {
  .hero__content-button {
    -ms-grid-column: 1;
    grid-column: 1;
    margin: 1.5rem 0 0 0;
    width: 100%;
  }
}
.hero__borders {
  position: absolute;
  top: 0;
  display: -ms-grid;
  display: grid;
  height: 100%;
  width: 100%;
  -ms-grid-columns: 11.35rem 37.45rem 37.35rem 37.6rem 11.25rem;
  grid-template-columns: 11.35rem 37.45rem 37.35rem 37.6rem 11.25rem;
}
@media (max-width: 576px) {
  .hero__borders {
    -ms-grid-columns: 33.925rem 5.075rem;
    grid-template-columns: 33.925rem 5.075rem;
  }
}
.hero__borders-column_1, .hero__borders-column_2, .hero__borders-column_3, .hero__borders-column_4 {
  border-right: 0.1rem solid var(--border-color);
}
.hero__borders-column_1 {
  clip-path: inset(100% 0 0 0);
  -webkit-animation: column-1-slide-up 1s forwards;
  animation: column-1-slide-up 1s forwards;
}
@keyframes column-1-slide-up {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@media (max-width: 576px) {
  .hero__borders-column_1 {
    border: none;
  }
}
.hero__borders-column_2 {
  opacity: 1;
}
@media (min-width: 577px) {
  .hero__borders-column_2 {
    -webkit-animation: column-2-slide-up 1s forwards 0.4s, column-2-disappear 1s forwards 3s;
    animation: column-2-slide-up 1s forwards 0.4s, column-2-disappear 1s forwards 3s;
    clip-path: inset(100% 0 0 0);
  }
  @-webkit-keyframes column-2-slide-up {
    0% {
      clip-path: inset(100% 0 0 0);
    }
    100% {
      clip-path: inset(0 0 0 0);
    }
  }
  @keyframes column-2-slide-up {
    0% {
      clip-path: inset(100% 0 0 0);
    }
    100% {
      clip-path: inset(0 0 0 0);
    }
  }
  @-webkit-keyframes column-2-disappear {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes column-2-disappear {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
}
@media (max-width: 576px) {
  .hero__borders-column_2 {
    border-left: 0.1rem solid var(--border-color-mobile);
    border-right: none;
    -webkit-animation: column-2-slide-up 1s forwards;
    animation: column-2-slide-up 1s forwards;
    -webkit-transform: translateY(65rem);
    -ms-transform: translateY(65rem);
    transform: translateY(65rem);
  }
  @-webkit-keyframes column-2-slide-up {
    0% {
      -webkit-transform: translateY(65rem);
      transform: translateY(65rem);
    }
    100% {
      -webkit-transform: translateY(0rem);
      transform: translateY(0rem);
    }
  }
  @keyframes column-2-slide-up {
    0% {
      -webkit-transform: translateY(65rem);
      transform: translateY(65rem);
    }
    100% {
      -webkit-transform: translateY(0rem);
      transform: translateY(0rem);
    }
  }
}
.hero__borders-column_3 {
  clip-path: inset(100% 0 0 0);
  -webkit-animation: column-3-slide-up 1s forwards 0.8s;
  animation: column-3-slide-up 1s forwards 0.8s;
}
@keyframes column-3-slide-up {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.hero__borders-column_4 {
  clip-path: inset(100% 0 0 0);
  -webkit-animation: header-column-slide-up 1.2s forwards 1.2s;
  animation: header-column-slide-up 1.2s forwards 1.2s;
}
@keyframes header-column-slide-up {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

.mouse-icon {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 11.35rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 11.5rem calc(4.6rem + 3.5rem);
  grid-template-rows: 11.5rem calc(4.6rem + 3.5rem);
  max-height: calc(11.5rem + 4.6rem + 3.5rem);
  background-color: transparent;
  z-index: 4;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1900px) {
  .main-page .mouse-icon {
    width: 15rem;
    -ms-grid-rows: 15rem calc(4.6rem + 5rem);
    grid-template-rows: 15rem calc(4.6rem + 5rem);
    max-height: calc(15rem + 4.6rem + 5rem);
  }
}
@media (min-width: 3500px) {
  .main-page .mouse-icon {
    width: 20rem;
    -ms-grid-rows: 20rem calc(4.6rem + 6.4rem);
    grid-template-rows: 20rem calc(4.6rem + 6.4rem);
    max-height: calc(20rem + 4.6rem + 6.4rem);
  }
}
.mouse-icon__image {
  -ms-grid-row: 1;
  grid-row: 1;
  width: 2rem;
  height: 3rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 1rem;
}
.mouse-icon__image svg,
.mouse-icon__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1900px) {
  .main-page .mouse-icon__image {
    width: 3.3rem;
    height: 5rem;
  }
}
@media (min-width: 3500px) {
  .main-page .mouse-icon__image {
    width: 4rem;
    height: 6rem;
  }
}

.detail-description__title {
  margin-bottom: 5rem;
}
@media (max-width: 576px) {
  .detail-description__title {
    margin-bottom: 1.5rem;
    width: 100%;
    max-width: 100%;
  }
}
.detail-description__title-icon::after {
  top: -1.5rem;
  right: -2.5rem;
}
@media (max-width: 576px) {
  .detail-description__title-icon::after {
    display: none;
  }
}
.detail-description__title-icon_mobile::after {
  display: none;
}
@media (max-width: 576px) {
  .detail-description__title-icon_mobile::after {
    display: inline-block;
    top: -1.2rem;
    right: -2.5rem;
  }
}
.detail-description__content .content-cms {
  max-width: 93rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  color: var(--dark-color);
  overflow: hidden;
}
@media (max-width: 576px) {
  .detail-description__content .content-cms {
    max-width: 100%;
  }
}
.detail-description__content .content-cms p:not(:last-child),
.detail-description__content .content-cms ul:not(:last-child) {
  margin-bottom: 1rem;
}
.detail-description__content .content-cms ul {
  padding-left: 2.5rem;
}
.detail-description__content .content-cms ul li {
  list-style: disc;
  list-style-position: outside;
}

.detail-solution__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6.9rem;
  -moz-column-gap: 6.9rem;
  column-gap: 6.9rem;
}
@media (max-width: 576px) {
  .detail-solution__inner {
    display: block;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.detail-solution__title {
  margin-bottom: 5rem;
  max-width: 49.6rem;
  width: 49.6rem;
  padding-top: 1.6rem;
}
@media (max-width: 576px) {
  .detail-solution__title {
    margin-bottom: 1.5rem;
    width: 100%;
    max-width: 100%;
  }
}
.detail-solution__title-icon::after {
  top: -2.5rem;
  right: -2.8rem;
}
@media (max-width: 576px) {
  .detail-solution__title-icon::after {
    top: -1rem;
    right: -1.5rem;
  }
}
.detail-solution__content .content-cms {
  max-width: 49rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  color: var(--gray);
  overflow: hidden;
}
@media (max-width: 576px) {
  .detail-solution__content .content-cms {
    max-width: 100%;
  }
}
.detail-solution__content .content-cms p:not(:last-child),
.detail-solution__content .content-cms ul:not(:last-child) {
  margin-bottom: 1rem;
}
.detail-solution__content .content-cms ul {
  padding-left: 2.5rem;
}
.detail-solution__content .content-cms ul li {
  list-style: disc;
  list-style-position: outside;
}
.detail-solution__content .content-cms ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.swiper-transition,
.carousel__content,
.carousel__content-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.carousel {
  margin-bottom: 7.7rem;
  width: 100vw;
  min-height: 4.6rem;
}
@media (max-width: 576px) {
  .carousel {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1900px) {
  .main-page .carousel {
    margin-bottom: 9.2rem;
  }
}
@media (min-width: 3500px) {
  .main-page .carousel {
    margin-bottom: 17rem;
  }
}
.carousel__content {
  width: 100%;
  height: 100%;
  /*overflow: hidden;*/
  position: relative;
}
.carousel__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
  line-height: 1;
  font-size: 3.6rem;
  color: rgba(0, 0, 0, 0.33);
  margin-right: 3.8rem;
  background-color: transparent;
}
@media (max-width: 576px) {
  .carousel__item {
    font-size: 2.4rem;
  }
}
@media (min-width: 1900px) {
  .main-page .carousel__item {
    font-size: 4.2rem;
  }
}
@media (min-width: 3500px) {
  .main-page .carousel__item {
    font-size: 5.2rem;
  }
}
.carousel__item-image {
  width: 1.5rem;
  height: 1.6rem;
  margin-left: 3.8rem;
  background-color: transparent;
}
@media (min-width: 1900px) {
  .main-page .carousel__item-image {
    width: 2.5rem;
    height: 2.7rem;
  }
}
@media (min-width: 3500px) {
  .main-page .carousel__item-image {
    width: 3.3rem;
    height: 3.5rem;
  }
}
.carousel__item-image svg,
.carousel__item-image img {
  width: 100%;
  height: 100%;
  display: block;
}

.products {
  margin-bottom: 16.4rem;
}
@media (max-width: 576px) {
  .products {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1900px) {
  .main-page .products {
    margin-bottom: 10rem;
  }
}
@media (min-width: 3500px) {
  .main-page .products {
    margin-bottom: 20rem;
  }
}
.products__title {
  margin-bottom: 5rem;
}
@media (max-width: 576px) {
  .products__title {
    margin-bottom: 3rem;
  }
  .products__title-icon {
    position: relative;
  }
  .products__title-icon::after {
    content: "";
    position: absolute;
    top: -1.5rem;
    right: -2rem;
    display: inline-block;
    background-image: url("/local/templates/main/img/after-black.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.3rem;
    height: 1.4rem;
  }
}
@media (max-width: 576px) and (max-width: 576px) {
  .products__title-icon::after {
    top: -1rem;
    right: -1.5rem;
  }
}
@media (min-width: 1900px) {
  .main-page .products__title {
    margin-bottom: 4rem;
  }
}
@media (min-width: 3500px) {
  .main-page .products__title {
    margin-bottom: 6rem;
  }
}
@media (max-width: 576px) {
  .products__item:visited {
    color: var(--accent);
  }
}
@media (any-hover: hover) {
  .products__item:hover .products__item-icon {
    opacity: 1;
    -webkit-transform: translate(30%, -10%);
    -ms-transform: translate(30%, -10%);
    transform: translate(30%, -10%);
  }
  .products__item:hover .products__item-title-text {
    -webkit-transform: translateX(-0.5rem);
    -ms-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
  }
}
@media (any-hover: hover) and (min-width: 1900px) {
  .main-page .products__item:hover .products__item-title-text {
    -webkit-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    transform: translateX(-1rem);
  }
}
@media (any-hover: hover) {
  .products__item:hover .products__item-description-text {
    -webkit-transform: translateX(-0.5rem);
    -ms-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
  }
}
@media (any-hover: hover) and (min-width: 1900px) {
  .main-page .products__item:hover .products__item-description-text {
    -webkit-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    transform: translateX(-1rem);
  }
}
.products__item-title-text {
  max-width: 20.9rem;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-duration: var(--transition-duration);
  transition-duration: var(--transition-duration);
  will-change: transform;
}
@media (max-width: 576px) {
  .products__item-title-text {
    color: var(--accent);
  }
}
@media (min-width: 1900px) {
  .main-page .products__item-title-text {
    max-width: 33.5rem;
  }
}
@media (min-width: 3500px) {
  .main-page .products__item-title-text {
    max-width: 68.5rem;
  }
}
.products__item-icon {
  opacity: 0;
  -webkit-transform: translate(-10%, 20%);
  -ms-transform: translate(-10%, 20%);
  transform: translate(-10%, 20%);
  -webkit-transition-duration: var(--transition-duration);
  transition-duration: var(--transition-duration);
  will-change: opacity, transform;
}
@media (hover: none) {
  .products__item-icon {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.products__item-description-text {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-duration: var(--transition-duration);
  transition-duration: var(--transition-duration);
  will-change: transform;
  max-width: none;
}

.advantages {
  margin-bottom: 15rem;
}
@media (max-width: 576px) {
  .advantages {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1900px) {
  .main-page .advantages {
    margin-bottom: 10rem;
  }
}
@media (min-width: 3500px) {
  .main-page .advantages {
    margin-bottom: 20rem;
  }
}
@media (max-width: 576px) {
  .advantages__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.advantages__title {
  width: 80rem;
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .advantages__title {
    width: auto;
    margin-bottom: 3rem;
  }
  .advantages__title-icon {
    position: relative;
  }
  .advantages__title-icon::after {
    content: "";
    position: absolute;
    top: -1rem;
    right: -8rem;
    display: inline-block;
    background-image: url("/local/templates/main/img/after-black.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 2rem;
    height: 2.1rem;
  }
}
@media (max-width: 576px) and (max-width: 576px) {
  .advantages__title-icon::after {
    width: 1.3rem;
    height: 1.4rem;
  }
}
@media (min-width: 1900px) {
  .main-page .advantages__title {
    width: 92.1rem;
  }
}
@media (min-width: 3500px) {
  .main-page .advantages__title {
    width: 125rem;
    margin-bottom: 6rem;
  }
}
.advantages__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 61.1rem 32.2rem;
  grid-template-columns: 61.1rem 32.2rem;
  width: 100.5rem;
  margin-left: 6.55rem;
  height: 41.5rem;
  position: relative;
}
.advantages__content ~ .advantages__description {
  opacity: 0;
}
@media (max-width: 576px) {
  .advantages__content ~ .advantages__description {
    opacity: 1;
  }
}
@media (max-width: 576px) {
  .advantages__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: none;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}
@media (min-width: 1900px) {
  .main-page .advantages__content {
    width: 140rem;
    height: 46rem;
    margin-left: 10rem;
    -ms-grid-columns: 78.2rem 54.8rem;
    grid-template-columns: 78.2rem 54.8rem;
  }
}
@media (min-width: 3500px) {
  .main-page .advantages__content {
    width: 275rem;
    height: 80rem;
    margin-left: 15rem;
    -ms-grid-columns: 146rem 114.5rem;
    grid-template-columns: 146rem 114.5rem;
  }
}
.advantages__image {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 61.1rem;
  height: 41.5rem;
}
@media (max-width: 576px) {
  .advantages__image {
    width: 32rem;
    height: 20rem;
    position: static;
    top: auto;
  }
  .advantages__image:not(:first-child) {
    margin-top: 3.5rem;
  }
}
@media (min-width: 1900px) {
  .main-page .advantages__image {
    width: 78.2rem;
    height: 46rem;
  }
}
@media (min-width: 3500px) {
  .main-page .advantages__image {
    width: 146rem;
    height: 80rem;
  }
}
.advantages__image-wrapper {
  width: 100%;
  height: 36.4rem;
  position: absolute;
  top: 0;
}
@media (max-width: 576px) {
  .advantages__image-wrapper {
    position: static;
    top: auto;
    height: 100%;
  }
}
.advantages__image-wrapper svg,
.advantages__image-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 1900px) {
  .main-page .advantages__image-wrapper {
    height: 40rem;
  }
}
@media (min-width: 3500px) {
  .main-page .advantages__image-wrapper {
    height: 70rem;
  }
}
.advantages__description {
  position: absolute;
  top: 0;
  right: 0;
  width: 32.2rem;
  min-height: 26rem;
  margin-top: 5.8rem;
}
@media (max-width: 576px) {
  .advantages__description {
    max-width: none;
    width: auto;
    position: static;
    top: auto;
    margin-top: 2rem;
    min-height: auto;
    height: auto;
  }
}
@media (min-width: 1900px) {
  .main-page .advantages__description {
    width: 54.8rem;
    min-height: 21.7rem;
    margin-top: 12.2rem;
  }
}
@media (min-width: 3500px) {
  .main-page .advantages__description {
    width: 114.5rem;
    min-height: 28.6rem;
    margin-top: 25.7rem;
  }
}
.advantages__description-title {
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1;
  max-height: 11.4rem;
  min-height: 7.4rem;
  /*overflow: hidden;*/
}
@media (max-width: 576px) {
  .advantages__description-title {
    font-size: 2.4rem;
    min-height: 2.4rem;
  }
}
@media (min-width: 1900px) {
  .main-page .advantages__description-title {
    font-size: 4.2rem;
    max-height: 12.9rem;
    min-height: unset;
  }
}
@media (min-width: 3500px) {
  .main-page .advantages__description-title {
    font-size: 5.4rem;
    max-height: unset;
  }
}
.advantages__description-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--gray);
  max-height: 18.7rem;
  min-height: 14.7rem;
  overflow: hidden;
}
@media (max-width: 576px) {
  .advantages__description-text {
    max-height: none;
    min-height: auto;
  }
}
@media (min-width: 1900px) {
  .main-page .advantages__description-text {
    font-size: 1.8rem;
    min-height: unset;
    max-height: 15.9rem;
  }
}
@media (min-width: 3500px) {
  .main-page .advantages__description-text {
    font-size: 3.2rem;
    max-height: 27.5rem;
  }
}
.advantages__description-content {
  position: absolute;
  top: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 4rem;
}
@media (max-width: 576px) {
  .advantages__description-content {
    position: static;
    top: auto;
    row-gap: 1rem;
  }
}

@media (max-width: 576px) {
  .reveal-image {
    position: relative;
    overflow: hidden;
    background-color: var(--light-color);
  }
  .reveal-image::after {
    content: "";
    width: calc(100% + 50px);
    height: 100%;
    top: 0;
    left: -25px;
    z-index: 2;
    position: absolute;
    background: #e30613;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    will-change: transform;
  }
  .reveal-image img {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    will-change: opacity, transform;
  }
  .reveal-image.reveal-me img {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transition: opacity 0s ease 1000ms, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 700ms;
    transition: opacity 0s ease 1000ms, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 700ms;
    transition: opacity 0s ease 1000ms, transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 700ms;
    transition: opacity 0s ease 1000ms, transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 700ms, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 700ms;
    will-change: opacity, transform;
  }
  .reveal-image.reveal-me:after {
    -webkit-animation: revealImage 1.8s cubic-bezier(0.66, 0.33, 0.12, 0.83) forwards;
    animation: revealImage 1.8s cubic-bezier(0.66, 0.33, 0.12, 0.83) forwards;
    will-change: transform;
  }
  @-webkit-keyframes revealImage {
    0% {
      -webkit-transform: scale3d(1, 0, 1);
      transform: scale3d(1, 0, 1);
      -webkit-transform-origin: top;
      transform-origin: top;
    }
    48% {
      -webkit-transform-origin: top;
      transform-origin: top;
    }
    52% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      -webkit-transform-origin: bottom;
      transform-origin: bottom;
    }
    100% {
      -webkit-transform: scale3d(1, 0, 1);
      transform: scale3d(1, 0, 1);
      -webkit-transform-origin: bottom;
      transform-origin: bottom;
    }
  }
  @keyframes revealImage {
    0% {
      -webkit-transform: scale3d(1, 0, 1);
      transform: scale3d(1, 0, 1);
      -webkit-transform-origin: top;
      transform-origin: top;
    }
    48% {
      -webkit-transform-origin: top;
      transform-origin: top;
    }
    52% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      -webkit-transform-origin: bottom;
      transform-origin: bottom;
    }
    100% {
      -webkit-transform: scale3d(1, 0, 1);
      transform: scale3d(1, 0, 1);
      -webkit-transform-origin: bottom;
      transform-origin: bottom;
    }
  }
}
.cases-slider {
  margin-bottom: 15rem;
}
@media (max-width: 576px) {
  .cases-slider {
    margin-bottom: 8rem;
  }
}
@media (min-width: 1900px) {
  .main-page .cases-slider {
    margin-bottom: 10rem;
  }
}
@media (min-width: 3500px) {
  .main-page .cases-slider {
    margin-bottom: 17rem;
  }
}
.cases-slider__content {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.cases-slider__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cases-slider__slide {
  border: 0.1rem solid #ededed;
  min-width: 35.34rem;
  width: 35.34rem;
  height: auto;
  min-height: 23.8rem;
}
@media (max-width: 576px) {
  .cases-slider__slide {
    min-height: 18rem;
    min-width: 28rem;
    max-width: 28rem;
  }
}
@media (min-width: 1900px) {
  .main-page .cases-slider__slide {
    min-width: 50rem;
    width: 50rem;
    min-height: 30rem;
  }
}
@media (min-width: 3500px) {
  .main-page .cases-slider__slide {
    min-width: 70rem;
    width: 70rem;
    min-height: 45rem;
  }
}
.cases-slider__item {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: var(--light-color);
  padding: 3.5rem 4.5rem 4.5rem;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1;
  color: var(--dark-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (any-hover: hover) {
  .cases-slider__item:hover {
    color: var(--accent);
    -webkit-transition-duration: var(--transition-duration);
    transition-duration: var(--transition-duration);
  }
  .cases-slider__item:hover .cases-slider__item-link-image {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 576px) {
  .cases-slider__item {
    padding: 3rem 3rem 2.55rem 3.5rem;
    font-size: 2.4rem;
  }
}
@media (min-width: 1900px) {
  .main-page .cases-slider__item {
    font-size: 4.2rem;
  }
}
@media (min-width: 3500px) {
  .main-page .cases-slider__item {
    font-size: 5.4rem;
    padding: 5rem 5rem 5rem 6rem;
  }
}
.cases-slider__item-link-image {
  width: 3.1rem;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -webkit-transform: translateY(calc(4.5rem + 3.1rem));
  -ms-transform: translateY(calc(4.5rem + 3.1rem));
  transform: translateY(calc(4.5rem + 3.1rem));
  -webkit-transition-duration: var(--transition-duration);
  transition-duration: var(--transition-duration);
}
.cases-slider__item-link-image svg,
.cases-slider__item-link-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 576px) {
  .cases-slider__item-link-image {
    width: 3rem;
  }
}
@media (min-width: 1900px) {
  .main-page .cases-slider__item-link-image {
    -webkit-transform: translateY(calc(4.5rem + 5rem));
    -ms-transform: translateY(calc(4.5rem + 5rem));
    transform: translateY(calc(4.5rem + 5rem));
    width: 5rem;
  }
}
@media (min-width: 1900px) and (hover: none) {
  .main-page .cases-slider__item-link-image {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (min-width: 3500px) {
  .main-page .cases-slider__item-link-image {
    -webkit-transform: translateY(calc(5rem + 7rem));
    -ms-transform: translateY(calc(5rem + 7rem));
    transform: translateY(calc(5rem + 7rem));
    width: 7rem;
  }
}
@media (min-width: 3500px) and (hover: none) {
  .main-page .cases-slider__item-link-image {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (hover: none) {
  .cases-slider__item-link-image {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.cases-slider__item-gap_left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: transparent;
  max-width: 17.65rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 11.35rem 6.3rem;
  grid-template-columns: 11.35rem 6.3rem;
}
@media (max-width: 576px) {
  .cases-slider__item-gap_left {
    -ms-grid-columns: 2rem 3.4rem;
    grid-template-columns: 2rem 3.4rem;
    max-width: 5.4rem;
  }
}
@media (min-width: 1900px) {
  .main-page .cases-slider__item-gap_left {
    -ms-grid-columns: 15rem 10rem;
    grid-template-columns: 15rem 10rem;
    max-width: 25rem;
  }
}
@media (min-width: 3500px) {
  .main-page .cases-slider__item-gap_left {
    -ms-grid-columns: 20rem 17.4rem;
    grid-template-columns: 20rem 17.4rem;
    max-width: 37.4rem;
  }
}
.cases-slider__item-title {
  font-weight: 500;
  text-align: center;
  line-height: 1;
  font-size: 1.8rem;
  width: 6.3rem;
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: transparent;
  text-transform: uppercase;
  -ms-grid-column: 2;
  grid-column: 2;
}
@media (max-width: 576px) {
  .cases-slider__item-title {
    width: 3.4rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 1900px) {
  .main-page .cases-slider__item-title {
    font-size: 2rem;
    width: 9.5rem;
  }
}
@media (min-width: 3500px) {
  .main-page .cases-slider__item-title {
    font-size: 3.2rem;
    width: 11rem;
  }
}

.reviews {
  margin-bottom: 12rem;
}
@media (max-width: 576px) {
  .reviews {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1900px) {
  .main-page .reviews {
    margin-bottom: 15rem;
  }
}
@media (min-width: 3500px) {
  .main-page .reviews {
    margin-bottom: 17rem;
  }
}
.reviews__title {
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .reviews__title {
    font-size: 3rem;
  }
}
@media (min-width: 1900px) {
  .main-page .reviews__title {
    font-size: 7.2rem;
  }
}
@media (min-width: 3500px) {
  .main-page .reviews__title {
    font-size: 9.4rem;
    margin-bottom: 6rem;
  }
}
@media (max-width: 576px) {
  .reviews__container {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
}
.reviews__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 576px) {
  .reviews__inner {
    width: 100%;
  }
}
.reviews__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 42.9rem 58.6rem;
  grid-template-columns: 42.9rem 58.6rem;
  gap: 2.5rem;
}
@media (max-width: 576px) {
  .reviews__content {
    max-width: 32rem;
    display: block;
    gap: initial;
  }
}
@media (min-width: 1900px) {
  .main-page .reviews__content {
    -ms-grid-columns: 65rem 84rem;
    grid-template-columns: 65rem 84rem;
    gap: 1rem;
  }
}
@media (min-width: 3500px) {
  .main-page .reviews__content {
    -ms-grid-columns: 121.5rem 164.5rem;
    grid-template-columns: 121.5rem 164.5rem;
    gap: 4rem;
  }
}
.reviews__item {
  min-height: 46.4rem;
  background-color: var(--light-color);
  padding: 6.7rem 6.45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.1rem;
  border: 0.1rem solid #ededed;
}
@media (max-width: 576px) {
  .reviews__item {
    padding: 3.5rem;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    height: auto;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1900px) {
  .main-page .reviews__item {
    min-height: 50.6rem;
    padding: 7rem 6.5rem;
  }
}
@media (min-width: 3500px) {
  .main-page .reviews__item {
    min-height: 69rem;
    padding: 10rem;
  }
}
.reviews__icon {
  width: 4.2rem;
  margin-bottom: 3.5rem;
}
.reviews__icon svg,
.reviews__icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1900px) {
  .main-page .reviews__icon {
    width: 5.8rem;
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 3500px) {
  .main-page .reviews__icon {
    width: 7.5rem;
    margin-bottom: 6rem;
  }
}
.reviews__description {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  min-height: 17.6rem;
  row-gap: 0.7rem;
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .reviews__description {
    font-weight: 400;
    margin-top: 2.5rem;
    row-gap: 0.5rem;
  }
}
@media (min-width: 1900px) {
  .main-page .reviews__description {
    font-size: 2rem;
    min-height: 15.5rem;
  }
}
@media (min-width: 3500px) {
  .main-page .reviews__description {
    font-size: 3.2rem;
    min-height: 24rem;
  }
}
.reviews__author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 4.575rem;
  -moz-column-gap: 4.575rem;
  column-gap: 4.575rem;
  margin-top: auto;
}
@media (max-width: 576px) {
  .reviews__author-info {
    margin-top: 3.5rem;
  }
}
.reviews__author-name {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  color: var(--dark-color);
  text-transform: uppercase;
  letter-spacing: calc(1.4rem * 0.055);
}
@media (min-width: 1900px) {
  .main-page .reviews__author-name {
    font-size: 1.8rem;
    letter-spacing: calc(1.8rem * 0.055);
  }
}
@media (min-width: 3500px) {
  .main-page .reviews__author-name {
    font-size: 2.4rem;
    letter-spacing: calc(2.4rem * 0.055);
  }
}
.reviews__author-company {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--gray-alt-2);
}
@media (min-width: 1900px) {
  .main-page .reviews__author-company {
    font-size: 1.8rem;
    letter-spacing: calc(1.8rem * 0.055);
  }
}
@media (min-width: 3500px) {
  .main-page .reviews__author-company {
    font-size: 2.4rem;
    letter-spacing: calc(2.4rem * 0.055);
  }
}

.companies {
  width: 100vw;
  overflow: hidden;
  margin-bottom: 9rem;
}
@media (max-width: 576px) {
  .companies {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1900px) {
  .main-page .companies {
    margin-bottom: 25rem;
  }
}
@media (min-width: 3500px) {
  .main-page .companies {
    margin-bottom: 30.4rem;
  }
}
.companies__carousel-wrapper {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.companies__item-logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 4rem;
  margin-right: 11.3rem;
}
@media (max-width: 576px) {
  .companies__item-logo {
    height: 3rem;
  }
}
.companies__item-logo svg,
.companies__item-logo img {
  width: auto;
  height: 100%;
  display: block;
}
@media (min-width: 1900px) {
  .main-page .companies__item-logo {
    height: 6rem;
  }
}
@media (min-width: 3500px) {
  .main-page .companies__item-logo {
    height: 11rem;
    margin-right: 20rem;
  }
}

.news-list {
  margin-bottom: 6.6rem;
}
.news-list__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 105.5rem;
}
.news-list__column_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5rem;
  padding: 5.1rem 6.4rem;
  background: rgb(255, 255, 255);
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 576px) {
  .news-list__column_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.4rem 1.7rem;
    gap: 1.4rem;
  }
}
.news-list__column_item.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (any-hover: hover) {
  .news-list__column_item:hover .news-list__body_title {
    color: var(--accent);
  }
}
@media (any-hover: hover) and (min-width: 576px) {
  .news-list__column_item:hover .news-list__link {
    bottom: 4.8rem;
    right: 4.8rem;
  }
}
.news-list__filter-item {
  display: none;
}
.news-list__show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.5rem;
}
.news-list__show_item {
  position: relative;
  display: inline-block;
  color: var(--dark-color);
  font-size: 1.8rem;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  padding: 1.5rem 7.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgb(237, 237, 237);
  background: rgb(255, 255, 255);
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 1;
}
.news-list__show_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: var(--accent);
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease;
  z-index: -1;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
@media (any-hover: hover) {
  .news-list__show_item:hover {
    color: white;
  }
  .news-list__show_item:hover::before {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 576px) {
  .news-list__show_item {
    font-size: 1.6rem;
    padding: 1.7rem 10.3rem;
    margin-right: 0rem;
  }
}
.news-list__item {
  position: relative;
}
.news-list__item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  width: 26.4rem;
}
@media (max-width: 576px) {
  .news-list__item_head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
}
.news-list__item_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  width: 55rem;
}
@media (max-width: 576px) {
  .news-list__item_body {
    width: 100%;
  }
}
.news-list__head_name {
  color: var(--dark-color);
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
}
.news-list__head_date {
  color: var(--gray);
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
}
.news-list__body_title {
  color: rgb(0, 0, 0);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 140%;
  text-align: left;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (max-width: 576px) {
  .news-list__body_title {
    font-size: 1.6rem;
  }
}
.news-list__body_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-list__tags_tag {
  border-radius: 10rem;
  background: rgb(245, 245, 245);
  color: rgb(98, 98, 98);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: left;
  padding: 0.8rem 2rem;
}
@media (max-width: 576px) {
  .news-list__tags_tag {
    font-size: 1.4rem;
    padding: 0.5rem 1.5rem;
  }
}
.news-list__link {
  position: absolute;
  bottom: -20rem;
  right: 4.8rem;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (max-width: 576px) {
  .news-list__link {
    top: 2.4rem;
    right: 1.7rem;
  }
}
.news-list__link-image {
  width: 2.5rem;
  height: 2.5rem;
}
.news-list__link-image img, .news-list__link-image svg {
  width: 100%;
  height: 100%;
  display: block;
}

.breadcrumbs {
  z-index: 10;
  position: relative;
  height: 11rem;
  pointer-events: none;
}
@media (max-width: 576px) {
  .breadcrumbs {
    height: unset;
    border-bottom: unset;
  }
}
.breadcrumbs__row {
  padding: 5.4rem 0rem 3.9rem 3.2rem;
}
@media (max-width: 576px) {
  .breadcrumbs__row {
    display: none;
  }
}
.breadcrumbs__row_item {
  color: rgb(236, 34, 39);
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  z-index: 4;
  pointer-events: all;
}
.breadcrumbs__row_item:not(:first-child)::before {
  content: "/";
  color: var(--dark-color);
  margin: 0 1rem;
}
.breadcrumbs__row_item.active {
  color: var(--dark-color);
}
.breadcrumbs__mobile {
  display: none;
}
@media (max-width: 576px) {
  .breadcrumbs__mobile {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 5rem 5rem;
    grid-template-rows: 5rem 5rem;
  }
}
.breadcrumbs__mobile_link {
  -ms-grid-row: 2;
  grid-row: 2;
  color: var(--dark-color);
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  z-index: 4;
  pointer-events: all;
}

.breadcrumbs-2__mobile {
  display: none;
}
@media (max-width: 576px) {
  .breadcrumbs-2__mobile {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 5rem 5rem;
    grid-template-rows: 5rem 5rem;
  }
}
.breadcrumbs-2__mobile_link {
  color: var(--accent);
  font-weight: 500;
  font-size: 1.6rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-row: 2;
  grid-row: 2;
  z-index: 4;
  pointer-events: all;
}

.news-detail-head {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 576px) {
  .news-detail-head {
    margin-top: 0rem;
  }
}
.news-detail-head__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4.65rem;
  background: rgb(255, 255, 255);
}
@media (max-width: 576px) {
  .news-detail-head__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0rem;
  }
}
.news-detail-head__row_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.5rem;
  padding: 5rem 4.2rem 9rem 8.1rem;
  max-width: 60.8rem;
}
@media (max-width: 576px) {
  .news-detail-head__row_content {
    padding: 1.8rem 2rem;
    gap: 2rem;
  }
}
.news-detail-head__image_item {
  width: 47rem;
  height: 100%;
}
@media (max-width: 576px) {
  .news-detail-head__image_item {
    width: 32rem;
    height: 14rem;
  }
}
.news-detail-head__content_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 576px) {
  .news-detail-head__content_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem;
  }
}
.news-detail-head__content_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 576px) {
  .news-detail-head__content_bottom {
    gap: 1rem;
  }
}
.news-detail-head__top_date {
  color: rgb(236, 34, 39);
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
}
.news-detail-head__top_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 576px) {
  .news-detail-head__top_tags {
    gap: 1rem;
  }
}
.news-detail-head__tags_item {
  color: rgb(98, 98, 98);
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0.8rem 2rem;
  border-radius: 10rem;
  background: rgb(241, 241, 241);
}
@media (max-width: 576px) {
  .news-detail-head__tags_item {
    font-size: 1.4rem;
    padding: 0.5rem 1.5rem;
  }
}
.news-detail-head__bottom_title {
  color: rgb(0, 0, 0);
  font-size: 3.2rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .news-detail-head__bottom_title {
    font-size: 1.6rem;
    line-height: 120%;
  }
}
.news-detail-head__bottom_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
}
.news-detail-head__bottom_description p {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  font-weight: 400;
}

.news-detail-content--type-page {
  margin-bottom: 9rem;
}
@media (max-width: 576px) {
  .news-detail-content--type-page {
    margin-bottom: 6.2rem;
  }
}
.news-detail-content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7rem;
  max-width: 93rem;
}
@media (max-width: 576px) {
  .news-detail-content__wrapper {
    gap: 5rem;
  }
}
@media (max-width: 576px) {
  .news-detail-content__wrapper {
    max-width: 32rem;
  }
}
.news-detail-content__news {
  margin-bottom: 10.9rem;
}
.news-detail-content__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 576px) {
  .news-detail-content__picture {
    gap: 1.5rem;
  }
}
.news-detail-content__picture--video {
  position: relative;
}
@media (max-width: 576px) {
  .news-detail-content__picture.photo {
    margin-left: -2rem;
    margin-right: -5.1rem;
  }
}
.news-detail-content__picture_item {
  width: 100%;
  height: 48rem;
}
@media (max-width: 576px) {
  .news-detail-content__picture_item.video {
    height: 45rem;
  }
}
@media (max-width: 576px) {
  .news-detail-content__picture_item {
    height: 27rem;
  }
}
.news-detail-content__picture_title {
  color: rgb(98, 98, 98);
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
}
.news-detail-content__picture-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news-detail-content__picture-play svg {
  width: 5.5rem;
  height: 5.7rem;
}
.news-detail-content__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.news-detail-content__column ol li {
  list-style: decimal;
  margin-left: 2.5rem;
}
.news-detail-content__column ol li::marker {
  font-size: 1.6rem;
}
.news-detail-content__column ul li {
  list-style: disc;
  margin-left: 2.5rem;
}
.news-detail-content__column ul li::marker {
  font-size: 1.6rem;
}
.news-detail-content__column_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2.5rem;
}
@media (max-width: 576px) {
  .news-detail-content__column_item {
    gap: 1.5rem;
  }
}
.news-detail-content__column_item h2 {
  color: rgb(0, 0, 0);
  font-family: Gotham Pro;
  font-size: 3rem;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 576px) {
  .news-detail-content__column_item h2 {
    font-size: 2.4rem;
    line-height: 120%;
  }
}
.news-detail-content__column_item h3 {
  color: rgb(0, 0, 0);
  font-family: Gotham Pro;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 576px) {
  .news-detail-content__column_item h3 {
    font-size: 1.8rem;
    line-height: 120%;
  }
}
.news-detail-content__column_item h4 {
  color: rgb(0, 0, 0);
  font-family: Gotham Pro;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 576px) {
  .news-detail-content__column_item h4 {
    font-size: 1.6rem;
    line-height: 120%;
  }
}
.news-detail-content__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
}
.news-detail-content__text p {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
}
.news-detail-content__text p a {
  color: var(--accent);
  text-decoration: underline;
}
.news-detail-content__btn {
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  padding: 1.5rem 2.8rem;
  background: rgb(236, 34, 39);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-detail-content__btn--center {
  margin: 0 auto;
}
.news-detail-content__btn:hover {
  opacity: 0.7;
}
.news-detail-content__banner {
  padding: 4rem;
  background: rgb(255, 255, 255);
  position: relative;
}
@media (max-width: 576px) {
  .news-detail-content__banner {
    padding: 2rem;
  }
}
.news-detail-content__banner_title-mobile {
  display: none;
  position: absolute;
  top: 10.5rem;
  right: -13.5rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
@media (max-width: 576px) {
  .news-detail-content__banner_title-mobile {
    display: block;
  }
}
.news-detail-content__banner_title-mobile span {
  color: rgb(236, 34, 39);
}
.news-detail-content__banner_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
}
.news-detail-content__banner_text p {
  color: rgb(0, 0, 0);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
}
.news-detail-content__table {
  position: relative;
}
.news-detail-content__table_title-mobile {
  display: none;
  position: absolute;
  top: 9rem;
  right: -12rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
@media (max-width: 576px) {
  .news-detail-content__table_title-mobile {
    display: block;
  }
}
.news-detail-content__table_title-mobile span {
  color: rgb(236, 34, 39);
}
.news-detail-content__table table {
  width: 85.7rem;
  margin-left: 3.85rem;
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 576px) {
  .news-detail-content__table table {
    width: 32rem;
    font-size: 1.4rem;
    margin-left: 0rem;
  }
}
.news-detail-content__table th,
.news-detail-content__table td {
  font-weight: 500;
  white-space: nowrap;
  padding: 1.5rem 1rem;
}
@media (max-width: 576px) {
  .news-detail-content__table th,
  .news-detail-content__table td {
    font-weight: 400 !important;
    padding: 1rem 1rem;
    line-height: 2.8rem;
  }
}
.news-detail-content__table th:last-child,
.news-detail-content__table td:last-child {
  text-align: center;
}
.news-detail-content__table th:first-child {
  white-space: wrap;
}
@media (max-width: 576px) {
  .news-detail-content__table td {
    text-align: center;
  }
}
.news-detail-content__table_top {
  color: rgb(236, 34, 39);
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 576px) {
  .news-detail-content__table_top {
    font-weight: 400 !important;
    font-size: 1.4rem;
  }
}
.news-detail-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
.news-detail-content__list_link {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
}
.news-detail-content__news .products__title {
  font-size: 7.5rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .news-detail-content__news .products__title {
    font-size: 3.2rem;
    margin-bottom: 3.5rem;
  }
}
.products__title-icon{
  position: relative;
}
.products__title-icon::after {
  content: "";
  position: absolute;
  top: -1.5rem;
  right: -2rem;
  display: inline-block;
  background-image: url("/local/templates/main/img/after-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 2rem;
  height: 2.1rem;
}

@media (max-width: 576px) {
  .news-detail-content__news .products__title-icon::after {
    width: 1.3rem;
    height: 1.3rem;
    top: -1rem;
    right: -1.5rem;
  }
}

.news-detail-content__news .news-list__column {
  margin-right: 0;
  margin-bottom: 0;
}
@media (min-width: 578px) {
  .news-detail-content__news .news-list__column {
    width: 105.5rem;
  }
}

.contacts-content {
  position: relative;
  margin-bottom: 9rem;
}
.contacts-content__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 11rem 1fr;
  grid-template-rows: 11rem 1fr;
}
@media (max-width: 576px) {
  .contacts-content__row {
    display: block;
  }
}
.contacts-content__column {
  max-width: 55.5rem;
  -ms-grid-row: 2;
  grid-row: 2;
  margin-top: 5.2rem;
}
@media (max-width: 576px) {
  .contacts-content__column {
    margin: 0;
  }
}
.contacts-content__column_title {
  font-weight: 500;
  font-size: 6.3rem;
  text-transform: uppercase;
  margin-left: -0.45rem;
}
.contacts-content__column_title-icon::after {
  top: -1.5rem;
  right: -1rem;
}
@media (max-width: 576px) {
  .contacts-content__column_title-icon::after {
    right: -2.5rem;
  }
}
@media (max-width: 576px) {
  .contacts-content__column_title {
    padding-top: 9.7rem;
    margin-left: 0rem;
    font-size: 3.2rem;
  }
}
.contacts-content__column_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin: 2.2rem 0rem 3rem;
}
@media (max-width: 576px) {
  .contacts-content__column_btns {
    gap: 1.5rem;
  }
}
.contacts-content__column_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5rem;
  display: none;
}
.contacts-content__column_list.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 576px) {
  .contacts-content__column_list {
    gap: 3.5rem;
  }
}
.contacts-content__btns_btn {
  display: inline-block;
  color: var(--gray);
  font-weight: 500;
  font-size: 1.8rem;
  padding: 1rem 2rem;
  background: #ffffff;
  border-radius: 10rem;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.contacts-content__btns_btn:hover {
  color: var(--accent);
}
.contacts-content__btns_btn.active {
  color: var(--light-color);
  background-color: var(--accent);
}
.contacts-content__btns_btn.active:hover {
  color: var(--accent);
  background-color: var(--light-color);
}
@media (max-width: 576px) {
  .contacts-content__btns_btn {
    white-space: nowrap;
    font-size: 1.4rem;
  }
}
.contacts-content__item_title {
  color: var(--accent);
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 140%;
}
.contacts-content__item_title::after {
  content: "";
  display: block;
  margin: 2rem 0rem;
  width: 11.5rem;
  height: 0.1rem;
  background-color: var(--dark-color);
}
@media (max-width: 576px) {
  .contacts-content__item_title::after {
    margin: 1.5rem 0rem;
  }
}
@media (max-width: 576px) {
  .contacts-content__item_title {
    font-size: 1.8rem;
  }
}
.contacts-content__item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 576px) {
  .contacts-content__item_info {
    gap: 1.5rem;
  }
}
.contacts-content__info_link {
  color: var(--dark-color);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
}
.contacts-content__map {
  position: relative;
  margin-right: 3rem;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media (max-width: 576px) {
  .contacts-content__map {
    display: none;
  }
}
.contacts-content__map_item {
  display: none;
  visibility: hidden;
  position: sticky;
  z-index: 2;
  top: 0;
  padding-top: 3rem;
  width: 55.2rem;
  height: 48rem;
  contain: paint;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  opacity: 0;
}
.contacts-content__map_item.js-show {
  opacity: 1;
}
.contacts-content__map_item.show {
  display: block;
  visibility: visible;
  opacity: 1;
}
.contacts-content__map-mobile {
  display: none;
}
@media (max-width: 576px) {
  .contacts-content__map-mobile {
    display: block;
  }
}
.contacts-content__map-mobile_item {
  width: 100%;
  height: 18.8rem;
  contain: paint;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.marker-class {
  color: var(--gray);
  font-weight: 400;
  font-size: 1.2rem;
  white-space: nowrap;
  padding: 0.3rem 0.6rem;
  background-color: var(--light-color);
  border-radius: 0.5rem;
  position: relative;
}
.marker-class::before {
  content: "";
  display: block;
  position: absolute;
  width: 4rem;
  height: 4rem;
  left: -4rem;
  top: -0.8rem;
  background-image: url("/img/icons8-maps.svg");
  background-size: cover;
}

.about-top {
  margin-top: 4.6rem;
}
@media (max-width: 576px) {
  .about-top {
    margin: 0;
  }
}
.about-top__breadcrumb_link {
  padding: 4.9rem 0rem 4.1rem 0rem;
}
.about-top__row {
  max-width: 105.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 576px) {
  .about-top__row {
    max-width: 32rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
  }
}
.about-top__row_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.about-top__row_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  padding: 3.7rem 0rem 4.7rem 10.1rem;
}
@media (max-width: 576px) {
  .about-top__row_content {
    padding: 0rem 0rem 0rem 0rem;
    gap: 1.5rem;
  }
}
.about-top__image_item {
  width: 47rem;
  height: 44.6rem;
}
@media (max-width: 576px) {
  .about-top__image_item {
    width: 32rem;
    height: 14rem;
  }
}
.about-top__content_title {
  color: rgb(0, 0, 0);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 576px) {
  .about-top__content_title {
    font-size: 1.8rem;
  }
}
.about-top__content_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
}
.about-top__content_text p {
  color: rgb(98, 98, 98);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
}

.about-mission {
  margin-top: 9.5rem;
}
@media (max-width: 576px) {
  .about-mission {
    margin-top: 5rem;
  }
}
.about-mission__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11.4rem;
  max-width: 105.5rem;
}
@media (max-width: 576px) {
  .about-mission__header {
    max-width: 32rem;
    gap: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-mission__header_title {
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .about-mission__header_title {
    font-size: 3.2rem;
  }
}
.about-mission__header_title-icon {
  position: relative;
}
.about-mission__header_title-icon::after {
  content: "";
  position: absolute;
  top: -1.5rem;
  right: -2rem;
  display: inline-block;
  background-image: url("/local/templates/main/img/after-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.3rem;
  height: 1.4rem;
}
@media (max-width: 576px) {
  .about-mission__header_title-icon::after {
    top: -1rem;
    right: -1.5rem;
  }
}
.about-mission__header_description {
  max-width: 49rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
}
.about-mission__header_description p {
  color: #626262;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: 0%;
}
.about-mission__slider {
  margin-top: 5rem;
  max-width: 106.3rem;
}
@media (max-width: 576px) {
  .about-mission__slider {
    margin-top: 2.5rem;
  }
}
.about-mission__slider_wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 576px) {
  .about-mission__slider_wrapper {
    display: block;
  }
}
.about-mission__slider_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /*cursor: pointer;*/
  position: relative;
  width: 52rem;
  min-height: 25.5rem;
  padding: 4.1rem 4.1rem 4.1rem 6.4rem;
  border: 1px solid #ededed;
  background-color: var(--light-color);
}
@media (max-width: 576px) {
  .about-mission__slider_slide {
    width: 31.9rem;
    min-height: 19rem;
    padding: 3rem 1.8rem 2rem 2.5rem;
  }
  .about-mission__slider_slide:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.about-mission__slide_number {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  opacity: 0.66;
  z-index: 0;
  color: #efefef;
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 100%;
}
@media (max-width: 576px) {
  .about-mission__slide_number {
    font-size: 4rem;
    top: 0.9rem;
    left: 0.9rem;
  }
}
.about-mission__slide_title {
  z-index: 1;
  color: var(--accent);
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 100%;
}
@media (max-width: 576px) {
  .about-mission__slide_title {
    font-size: 2.4rem;
  }
}
.about-mission__slide_text p {
  color: var(--gray);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  vertical-align: bottom;
}

.about-team {
  position: relative;
  margin-top: 10.4rem;
}
@media (max-width: 576px) {
  .about-team {
    margin-top: 6.5rem;
  }
}
.about-team__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.9rem;
  max-width: 105.5rem;
}
@media (max-width: 576px) {
  .about-team__row {
    max-width: 32rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
  }
}
.about-team__row_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.2rem;
  max-width: 47.4rem;
}
@media (min-width: 578px) {
  .about-team__row_header {
    position: sticky;
    top: 14rem;
    height: 26rem;
  }
}
.about-team__header_title {
  font-weight: 500;
  font-size: 4.4rem;
  line-height: 110%;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .about-team__header_title {
    font-size: 2.4rem;
  }
}
.about-team__header_title-icon {
  position: relative;
}
.about-team__header_title-icon::after {
  content: "";
  position: absolute;
  top: -0.5rem;
  right: -1rem;
  display: inline-block;
  background-image: url("/local/templates/main/img/after-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.3rem;
  height: 1.4rem;
}
@media (max-width: 576px) {
  .about-team__header_title-icon::after {
    top: -1rem;
    right: -1.5rem;
  }
}
.about-team__header_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
}
.about-team__header_description p {
  color: #626262;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0%;
}
.about-team__column_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.7rem;
}
@media (max-width: 576px) {
  .about-team__column_cards {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 1rem;
    margin-right: -5.1rem;
    padding-right: 5.1rem;
  }
}
.about-team__column_banner {
  position: relative;
  margin-top: 5rem;
  width: 53.9rem;
  height: 23.8rem;
  padding: 3.5rem 5.1rem;
  border: 1px solid #ededed;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.8rem;
  overflow: hidden;
}
@media (max-width: 576px) {
  .about-team__column_banner {
    margin-top: 2.5rem;
    width: 32rem;
    height: 13.8rem;
    padding: 2.5rem 3.5rem 3rem 2.5rem;
    gap: 1.2rem;
  }
}
.about-team__column_banner:hover .about-team__banner_img {
  right: 2.5rem;
  bottom: 2rem;
}
.about-team__column_banner:hover .about-team__banner_title {
  color: var(--accent);
}
.about-team__card_img {
  min-width: 25.5rem;
  width: 25.5rem;
  height: 25.5rem;
}
@media (max-width: 576px) {
  .about-team__card_img {
    min-width: 15rem;
    width: 15rem;
    height: 15rem;
  }
}
.about-team__card_name {
  color: black;
  font-weight: 500;
  margin-top: 1.5rem;
  font-size: 2.4rem;
  line-height: 140%;
}
@media (max-width: 576px) {
  .about-team__card_name {
    font-size: 1.8rem;
  }
}
.about-team__card_rang {
  color: var(--accent);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
}
@media (max-width: 576px) {
  .about-team__card_rang {
    font-size: 1.4rem;
  }
}
.about-team__banner_title {
  color: #000000;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 100%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (max-width: 576px) {
  .about-team__banner_title {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .about-team__banner_title span {
    color: var(--accent);
  }
}
.about-team__banner_link {
  color: #626262;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
}
@media (max-width: 576px) {
  .about-team__banner_link {
    font-size: 1.4rem;
  }
}
.about-team__banner_img {
  position: absolute;
  width: 4rem;
  height: 4rem;
  z-index: 1;
  -o-object-fit: contain;
  object-fit: contain;
  right: 2.5rem;
  bottom: -10rem;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (max-width: 576px) {
  .about-team__banner_img {
    right: 2.5rem;
    bottom: 2rem;
  }
}

.about-products {
  margin: 10rem 0;
}
@media (max-width: 576px) {
  .about-products {
    margin: 5rem 0;
  }
}
.about-products__banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  padding: 6.5rem 6.1rem;
  background-color: #ffffff;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
  color: black;
  max-width: 105.5rem;
}
@media (max-width: 576px) {
  .about-products__banner {
    max-width: 32rem;
    padding: 3rem 3.5rem;
    border: 1px solid #ededed;
    gap: 1rem;
    height: 17.8rem;
  }
}
.about-products__banner:hover .about-products__banner_title {
  color: var(--accent);
}
.about-products__banner:hover .about-products__banner_img {
  right: 2.5rem;
  bottom: 2rem;
}
.about-products__banner_title {
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 100%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-transform: uppercase;
}
.about-products__banner_title span {
  color: var(--accent);
}
@media (max-width: 576px) {
  .about-products__banner_title {
    font-size: 2.4rem;
  }
}
.about-products__banner_description {
  color: var(--gray);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 100%;
}
@media (max-width: 576px) {
  .about-products__banner_description {
    font-size: 1.6rem;
  }
}
.about-products__banner_img {
  position: absolute;
  width: 4rem;
  height: 4rem;
  right: 2.5rem;
  bottom: -10rem;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (max-width: 576px) {
  .about-products__banner_img {
    right: 2.5rem;
    bottom: 2rem;
  }
}

.documents-list {
  margin-top: 5rem;
}
@media (max-width: 576px) {
  .documents-list {
    margin-top: 2.5rem;
  }
}
.documents-list__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  max-width: 105.5rem;
}
@media (max-width: 576px) {
  .documents-list__column {
    max-width: 100%;
    width: 100%;
    row-gap: 1.5rem;
  }
}
.documents-list__column_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.5rem;
  width: 100%;
  background-color: #ffffff;
}
.documents-list__column_item.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (any-hover: hover) {
  .documents-list__column_item:hover .documents-list__content_title {
    color: var(--accent);
  }
}
@media (max-width: 576px) {
  .documents-list__column_item {
    padding: 1.3rem 1.7rem;
  }
}
.documents-list__filter-item {
  display: none;
}
@media (max-width: 576px) {
  .documents-list__item_content {
    max-width: 22.5rem;
    width: 22.5rem;
  }
}
.documents-list__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media (max-width: 576px) {
  .documents-list__item-info {
    display: block;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    text-align: center;
  }
}
.documents-list__item-extension {
  border-radius: 5px;
  background-color: var(--accent);
  color: var(--light-color);
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  min-width: 5.3rem;
  height: 3.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}
@media (max-width: 576px) {
  .documents-list__item-extension {
    padding: 0.2rem 0.6rem;
    font-size: 1.4rem;
    min-width: 4.1rem;
    height: 2.4rem;
    max-height: 2.4rem;
  }
}
.documents-list__item-size {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--gray);
  white-space: nowrap;
}
@media (max-width: 576px) {
  .documents-list__item-size {
    letter-spacing: -0.3pt;
    font-size: 1.2rem;
  }
}
.documents-list__content_title {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: var(--dark-color);
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 140%;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .documents-list__content_title {
    font-size: 1.6rem;
  }
}
.documents-list__content_formate {
  color: var(--gray);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
}
.documents-list__link_img {
  width: 3rem;
  height: 3rem;
}
.documents-list__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5rem;
}
@media (max-width: 576px) {
  .documents-list__btn {
    margin-top: 2.5rem;
  }
}
.documents-list__btn_item {
  position: relative;
  display: inline-block;
  color: var(--dark-color);
  font-size: 1.8rem;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  padding: 1.5rem 7.6rem;
  border: 1px solid rgb(237, 237, 237);
  background: var(--light-color);
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 1;
}
.documents-list__btn_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: var(--accent);
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease;
  z-index: -1;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
@media (any-hover: hover) {
  .documents-list__btn_item:hover {
    color: var(--light-color);
  }
  .documents-list__btn_item:hover::before {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 576px) {
  .documents-list__btn_item {
    font-size: 1.6rem;
    padding: 1.7rem 10.3rem;
    margin-right: 0rem;
  }
}

.document-bottom {
  position: relative;
  margin: 10rem 0rem 9rem;
}
@media (max-width: 576px) {
  .document-bottom {
    margin: 4.7rem 0rem 6rem 0rem;
  }
}
.document-bottom__title {
  position: absolute;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 100%;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: -6rem;
  left: 5.5rem;
  bottom: 0rem;
}
.document-bottom__title span {
  color: var(--accent);
}
@media (max-width: 576px) {
  .document-bottom__title {
    top: 8.5rem;
    left: unset;
    bottom: unset;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: -11.5rem;
  }
}
.document-bottom__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 105.5rem;
}
@media (max-width: 576px) {
  .document-bottom__row {
    max-width: 32rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.document-bottom__row_card {
  overflow: hidden;
  position: relative;
  border: 1px solid #ededed;
  display: block;
  width: 48rem;
  height: 24rem;
  padding: 4.5rem 6rem;
  background-color: #ffffff;
}
.document-bottom__row_card:hover .document-bottom__card_title {
  color: var(--accent);
}
.document-bottom__row_card:hover .document-bottom__card_arrow {
  bottom: 1.5rem;
}
@media (max-width: 576px) {
  .document-bottom__row_card {
    width: 32rem;
    height: 16rem;
    padding: 2.5rem 3rem;
  }
}
.document-bottom__card_title {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: var(--dark-color);
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 100%;
}
@media (max-width: 576px) {
  .document-bottom__card_title {
    font-size: 2.4rem;
  }
}
.document-bottom__card_img {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2.7rem;
  height: 2.7rem;
}
@media (max-width: 576px) {
  .document-bottom__card_img {
    top: 1.5rem;
    right: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.document-bottom__card_arrow {
  position: absolute;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  right: 1.5rem;
  bottom: -15rem;
  height: 3rem;
  width: 3rem;
}
@media (max-width: 576px) {
  .document-bottom__card_arrow {
    bottom: 1.5rem;
  }
}

.cases-cards {
  margin-top: 5rem;
  margin-bottom: 9rem;
}
@media (max-width: 576px) {
  .cases-cards {
    margin-top: 2.5rem;
    margin-bottom: 6rem;
  }
}
.cases-cards__card:visited .cases-cards__card-title-text {
  color: var(--accent);
}
.cases-cards__card-title-text {
  color: var(--accent);
}

.case-client {
  margin-bottom: 12.4rem;
  margin-top: 9rem;
}
@media (max-width: 576px) {
  .case-client {
    margin-bottom: 7rem;
    margin-top: 2.5rem;
  }
}
.case-client__content .content-cms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7.3rem;
  -moz-column-gap: 7.3rem;
  column-gap: 7.3rem;
}
@media (max-width: 576px) {
  .case-client__content .content-cms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 1.5rem;
  }
}
.case-client__content .content-cms h2:first-of-type {
  display: inline-block;
  width: 49.2rem;
  max-width: 49.2rem;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1;
  color: var(--dark-color);
  text-transform: uppercase;
  overflow: hidden;
}
@media (max-width: 576px) {
  .case-client__content .content-cms h2:first-of-type {
    font-size: 3rem;
    width: 100%;
    max-width: 100%;
  }
}
.case-client__content .content-cms p:first-of-type {
  display: inline-block;
  overflow: hidden;
  max-width: 49rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  color: var(--gray);
}
@media (max-width: 576px) {
  .case-client__content .content-cms p:first-of-type {
    letter-spacing: 0.01pt;
  }
}

.case-task {
  margin-bottom: 12.4rem;
}
@media (max-width: 576px) {
  .case-task {
    margin-bottom: 7rem;
  }
}

.case-solution {
  margin-bottom: 10rem;
}
@media (max-width: 576px) {
  .case-solution {
    margin-bottom: 5rem;
  }
}

.solution-slider {
  margin-bottom: 9rem;
  position: relative;
}
@media (max-width: 576px) {
  .solution-slider {
    margin-bottom: 6rem;
  }
}
.solution-slider__navigation-wrapper {
  width: 100%;
  height: 47rem;
  max-height: 47rem;
}
@media (max-width: 576px) {
  .solution-slider__navigation-wrapper {
    height: 31.9rem;
    max-height: 31.9rem;
  }
}
.solution-slider__navigation {
  width: 105.3rem;
}
@media (max-width: 576px) {
  .solution-slider__navigation {
    width: unset;
  }
}
.solution-slider__button_prev, .solution-slider__button_next {
  width: 4.3rem;
}
@media (max-width: 576px) {
  .solution-slider__button_prev, .solution-slider__button_next {
    width: 2.5rem;
  }
}
.solution-slider__content {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.solution-slider__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.solution-slider__content-item {
  max-width: 92rem;
  min-height: 51.2rem;
  width: 92rem;
  margin: 0 4.5rem;
}
@media (max-width: 576px) {
  .solution-slider__content-item {
    max-width: 31.9rem;
    width: 31.9rem;
    margin: 0 5.075rem 0 2rem;
    min-height: 36.9rem;
  }
}
.solution-slider__content-item-description {
  margin-top: 2rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  max-width: 92rem;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 576px) {
  .solution-slider__content-item-description {
    color: var(--gray);
    margin-top: 0.6rem;
  }
}
.solution-slider__content-image-wrapper {
  width: 92rem;
  height: 47rem;
  max-height: 47rem;
}
@media (max-width: 576px) {
  .solution-slider__content-image-wrapper {
    width: 31.9rem;
    height: 31.9rem;
    max-height: 31.9rem;
  }
}
.solution-slider__content-image-wrapper img,
.solution-slider__content-image-wrapper svg {
  width: 100%;
  height: 100%;
  display: block;
}

.products-cards {
  margin-top: 5rem;
  margin-bottom: 9rem;
}
@media (max-width: 576px) {
  .products-cards {
    margin-top: 2.5rem;
    margin-bottom: 6rem;
  }
}
.products-cards__card:visited .cases-cards__card-title-text {
  color: var(--accent);
}
.products-cards__card-title-text {
  color: var(--accent);
}

.product-task {
  margin-bottom: 6.8rem;
  margin-top: 7.4rem;
}
@media (max-width: 576px) {
  .product-task {
    margin-top: 3.8rem;
  }
}
.product-task__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6.9rem;
  -moz-column-gap: 6.9rem;
  column-gap: 6.9rem;
  margin-bottom: 3.4rem;
}
@media (max-width: 576px) {
  .product-task__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.product-task__content .content-cms p:first-of-type {
  display: inline-block;
  overflow: hidden;
  max-width: 49rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  color: var(--gray);
}
@media (max-width: 576px) {
  .product-task__content .content-cms p:first-of-type {
    letter-spacing: 0.01pt;
  }
}
.product-task__title {
  font-size: 4.2rem;
  display: inline-block;
  width: 49.2rem;
  max-width: 49.2rem;
}
@media (max-width: 576px) {
  .product-task__title {
    width: 100%;
    max-width: 100%;
    font-size: 2.4rem;
  }
}
.product-task__title-icon::after {
  top: -2.5rem;
  right: -2.8rem;
}
@media (max-width: 576px) {
  .product-task__title-icon::after {
    top: -1rem;
    right: -1.5rem;
  }
}
.product-task__image-wrapper {
  width: 100%;
  max-width: 100%;
  min-height: 45.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--light-color);
}
@media (max-width: 576px) {
  .product-task__image-wrapper {
    min-height: 25.8rem;
    width: 39rem;
    max-width: 39rem;
    margin-left: -2rem;
  }
}
.product-task__image {
  width: 92rem;
  height: 40rem;
}
.product-task__image img,
.product-task__image svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 576px) {
  .product-task__image {
    width: 35.8rem;
    height: 21.8rem;
  }
}

.product-task-description {
  margin-bottom: 10rem;
}
@media (max-width: 576px) {
  .product-task-description {
    margin-bottom: 5rem;
  }
}

.product-advantages {
  margin-bottom: 10rem;
}
@media (max-width: 576px) {
  .product-advantages {
    margin-bottom: 5rem;
  }
}
@media (max-width: 576px) {
  .product-advantages .section-container {
    display: contents;
  }
}
.product-advantages__blocks-info {
  max-width: 105.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
@media (max-width: 576px) {
  .product-advantages__blocks-info {
    max-width: 100%;
    width: 100%;
    display: block;
  }
}
.product-advantages__blocks-info-wrapper {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 576px) {
  .product-advantages__blocks-info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 0;
  }
}
.product-advantages__title {
  max-width: 8rem;
  width: 8rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: var(--dark-color);
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media (max-width: 576px) {
  .product-advantages__title {
    font-size: 1.4rem;
    width: auto;
    max-width: none;
    -ms-grid-column: 2;
    grid-column: 2;
  }
}
.product-advantages__blocks-slide {
  cursor: auto;
  max-width: 31.5rem;
  padding: 3rem 2.5rem 3rem 3.5rem;
  row-gap: 1.7rem;
  margin: 0;
}
.product-advantages__blocks-slide:not(:last-child) {
  margin: 0;
}
.product-advantages__blocks-slide_left {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2rem 3.4rem;
  grid-template-columns: 2rem 3.4rem;
}
.product-advantages__blocks-slide-title {
  font-size: 2.4rem;
}

.product-documentation {
  margin-bottom: 10rem;
}
@media (max-width: 576px) {
  .product-documentation {
    margin-bottom: 5rem;
  }
}
.product-documentation__title {
  margin-bottom: 3.6rem;
}
.product-documentation__content {
  max-width: 108.8rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 59.8rem 1fr;
  grid-template-columns: 59.8rem 1fr;
}
@media (max-width: 576px) {
  .product-documentation__content {
    display: block;
    max-width: 100%;
  }
}
.product-documentation__documents-column {
  max-width: 59.8rem;
}
@media (max-width: 576px) {
  .product-documentation__documents-column {
    max-width: 100%;
    margin-bottom: 8.3rem;
  }
}
.product-documentation__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  /*-ms-flex-direction: column;*/
  /*flex-direction: column;*/
}

.photos {
  position: relative;
  min-height: 52.7rem;
}
.photos__slider-navigation-wrapper {
  width: 100%;
  height: 52.7rem;
  max-height: 52.7rem;
}
@media (max-width: 576px) {
  .photos__slider-navigation-wrapper {
    width: 37rem;
  }
}
.photos__slider-navigation {
  width: 44.5rem;
}
@media (max-width: 576px) {
  .photos__slider-navigation {
    width: unset;
  }
}
.photos__slider {
  max-width: 32.5rem;
  width: 32.5rem;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 576px) {
  .photos__slider {
    max-width: 31.9rem;
    width: 31.9rem;
  }
}
.photos__slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  max-width: none;
}
.photos__slider-slide {
  max-width: 32.5rem;
  width: 32.5rem;
  min-height: 49rem;
}
@media (max-width: 576px) {
  .photos__slider-slide {
    max-width: 31.9rem;
    width: 31.9rem;
  }
}
.photos__slider-slide-image {
  width: 100%;
  max-height: 49rem;
  height: 49rem;
}
.photos__slider-slide-image img,
.photos__slider-slide-image svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.photos__slider-slide-description {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  color: var(--dark-color);
}
@media (max-width: 576px) {
  .photos__slider-slide-description {
    color: var(--gray);
  }
}

.product-steps {
  margin-bottom: 10rem;
}
@media (max-width: 576px) {
  .product-steps {
    margin-bottom: 5rem;
  }
}
.product-steps__request {
  margin-top: 2.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-steps__request-button {
  width: 100%;
  color: var(--light-color);
  background-color: var(--accent);
}

.product-steps-slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-steps-slider__slide {
  position: relative;
  border: 0.1rem solid #ededed;
  background-color: var(--light-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 0.1rem;
  padding: 4.1rem 4.1rem 4.1rem 6.4rem;
  max-width: 45.5rem;
  width: 45.5rem;
  min-height: 25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .product-steps-slider__slide {
    max-width: 27rem;
    width: 27rem;
    min-height: 21.5rem;
    padding: 3rem 1.8rem 2rem 2.5rem;
  }
}
.product-steps-slider__slide_left {
  display: -ms-grid;
  display: grid;
  max-width: 19.3rem;
  -ms-grid-columns: 11.35rem 7.4rem;
  grid-template-columns: 11.35rem 7.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .product-steps-slider__slide_left {
    -ms-grid-columns: 2rem 3.4rem;
    grid-template-columns: 2rem 3.4rem;
    max-width: 5.4rem;
  }
}
.product-steps-slider__title {
  -ms-grid-column: 2;
  grid-column: 2;
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .product-steps-slider__title {
    font-size: 1.4rem;
  }
}
.product-steps-slider__slide-title {
  z-index: 2;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  color: var(--accent);
}
@media (max-width: 576px) {
  .product-steps-slider__slide-title {
    font-size: 2.4rem;
  }
}
.product-steps-slider__slide-description {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--gray);
  vertical-align: bottom;
}

.product-capabilities {
  margin-bottom: 12.5rem;
}
@media (max-width: 576px) {
  .product-capabilities {
    margin-bottom: 6.7rem;
  }
}
.product-capabilities__title {
  font-size: 4.2rem;
  padding: 0;
}
@media (max-width: 576px) {
  .product-capabilities__title {
    font-size: 2.4rem;
  }
}

.forwho__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7.3rem;
  -moz-column-gap: 7.3rem;
  column-gap: 7.3rem;
}
@media (max-width: 576px) {
  .forwho__content {
    display: block;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    max-width: 100%;
    width: 100%;
  }
}
.forwho__title {
  max-width: 49.2rem;
  width: 49.2rem;
}
@media (max-width: 576px) {
  .forwho__title {
    margin-bottom: 2.7rem;
    max-width: 100%;
    width: 100%;
  }
}
.forwho__title-icon::after {
  top: -1.7rem;
  right: -2.8rem;
  width: 2rem;
  height: 2.1rem;
}
@media (max-width: 576px) {
  .forwho__title-icon::after {
    width: 1.3rem;
    height: 1.4rem;
    right: -3.3rem;
  }
}
.forwho__blocks {
  max-width: 49rem;
  width: 49rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 576px) {
  .forwho__blocks {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}
.forwho__blocks-item {
  background-color: var(--light-color);
  border: 0.1rem solid var(--border-color-alt);
  min-height: 16rem;
}
@media (max-width: 576px) {
  .forwho__blocks-item {
    min-height: 12rem;
  }
}
.forwho__blocks-item-title {
  width: 100%;
  max-width: 100%;
  min-height: 16rem;
  max-height: 100%;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4;
  color: var(--accent);
  padding: 2rem 2.45rem 2rem 2.9rem;
  -ms-flex-line-pack: end;
  align-content: end;
}
@media (max-width: 576px) {
  .forwho__blocks-item-title {
    min-height: 12rem;
  }
}

.product-solution {
  margin-bottom: 6rem;
}
@media (max-width: 576px) {
  .product-solution {
    margin-bottom: 5rem;
  }
}
.product-solution__request {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5rem;
}
@media (max-width: 576px) {
  .product-solution__request {
    margin-top: 4rem;
  }
}
.product-solution__request-button {
  min-width: 25rem;
  border: 0.1rem solid var(--border-color-alt);
  color: var(--dark-color);
  background-color: var(--light-color);
}
@media (max-width: 576px) {
  .product-solution__request-button {
    min-width: none;
    width: 100%;
  }
}

.product-news {
  margin-bottom: 9rem;
}
@media (max-width: 576px) {
  .product-news {
    margin-bottom: 6.1rem;
  }
}
.product-news__title {
  margin-bottom: 5rem;
}
@media (max-width: 576px) {
  .product-news__title {
    margin-bottom: 2.5rem;
  }
}

.career-about {
  margin-top: 3.4rem;
  margin-bottom: 8.5rem;
}
@media (max-width: 576px) {
  .career-about {
    margin-top: 0.2rem;
    margin-bottom: 5rem;
  }
}
.career-about__title {
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 100%;
  color: var(--dark-color);
  margin-bottom: 1.5rem;
}
.career-about__title span {
  color: var(--accent);
}
@media (max-width: 576px) {
  .career-about__title {
    font-size: 2.4rem;
    line-height: 120%;
  }
}
.career-about__text {
  font-size: 1.6rem;
  line-height: 140%;
  color: var(--gray);
}

.career-items {
  margin-bottom: 10rem;
}
@media (max-width: 576px) {
  .career-items {
    margin-bottom: 5.2rem;
  }
}
.career-items__title {
  margin-bottom: 5rem;
}
@media (max-width: 576px) {
  .career-items__title {
    margin-bottom: 2.5rem;
  }
}
.career-items__row {
  margin-bottom: 5rem;
}
@media (max-width: 576px) {
  .career-items__row {
    margin-bottom: 2.5rem;
  }
}
.career-items__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 5rem;
}
@media (max-width: 576px) {
  .career-items__wrapper {
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
}
.career-items__card {
  display: none;
}
.career-items__card.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.career-items__show-all {
  margin: 0 auto;
}

.career-advantages {
  margin-bottom: 10rem;
}
@media (max-width: 576px) {
  .career-advantages {
    margin-bottom: 6.5rem;
  }
}
@media (min-width: 577px) {
  .career-advantages__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.career-advantages__blocks-info {
  margin-left: 5.1rem;
}
@media (max-width: 576px) {
  .career-advantages__blocks-info {
    margin-left: 0;
  }
}
.career-advantages__text-left {
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
  text-align: right;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--dark-color);
}
.career-advantages__text-left span {
  color: var(--accent);
}
@media (max-width: 576px) {
  .career-advantages__text-left span {
    display: none;
  }
}
@media (max-width: 576px) {
  .career-advantages__text-left {
    display: none;
  }
}
.career-advantages__blocks-wrapper {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 576px) {
  .career-advantages__blocks-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
.career-advantages__blocks-slide {
  width: 100%;
  padding: 3rem 4.6rem 3rem 3.5rem;
  min-height: 21rem;
  height: 100%;
}
@media (max-width: 576px) {
  .career-advantages__blocks-slide {
    min-height: 21.5rem;
    padding: 3rem 2.1rem 2rem 2.4rem;
  }
}
.career-advantages__blocks-slide--text {
  display: none;
}
@media (max-width: 576px) {
  .career-advantages__blocks-slide--text {
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 100%;
    text-transform: uppercase;
    -webkit-writing-mode: sideways-lr;
    -ms-writing-mode: sideways-lr;
    writing-mode: sideways-lr;
    margin-right: 2rem;
  }
}
.career-advantages__blocks-title {
  font-size: 2.4rem;
}
@media (min-width: 577px) {
  .career-advantages__blocks-number {
    font-size: 4.2rem;
  }
}
.career-advantages__slider-navigation {
  display: none;
}
@media (max-width: 576px) {
  .career-advantages__slider-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
  }
}

.career-quality {
  margin-bottom: 10rem;
}
@media (max-width: 576px) {
  .career-quality {
    margin-bottom: 5rem;
  }
}
.career-quality__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.5rem;
}
@media (max-width: 576px) {
  .career-quality__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.career-quality__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  margin-left: 2.5rem;
}
.career-quality__item {
  list-style-type: disc;
  font-size: 1.6rem;
  line-height: 140%;
  color: var(--gray);
}

.career-form {
  margin-bottom: 10rem;
}
@media (max-width: 576px) {
  .career-form {
    margin-bottom: 5rem;
  }
}
.career-form__wrapper {
  padding: 5.1rem 6.9rem 3.5rem 7rem;
  background: var(--light-color);
}
@media (max-width: 576px) {
  .career-form__wrapper {
    padding: 4rem 2.3rem 2rem 2.3rem;
  }
}
.career-form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .career-form__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 576px) {
  .career-form__title .title-decorated__icon:after {
    right: -3.5rem;
  }
}
.career-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 41.6rem;
  width: 100%;
}
@media (max-width: 576px) {
  .career-form__inner {
    gap: 2rem;
  }
}
.career-form__inner-field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 576px) {
  .career-form__inner-field {
    gap: 1rem;
  }
}
.career-form__inner-field--error .career-form__inner-input {
  border: 1px solid var(--accent);
  background: var(--background-gray);
}
.career-form__inner-label {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .career-form__inner-label {
    font-size: 1.6rem;
  }
}
.career-form__inner-input {
  padding: 1.7rem 2.5rem;
  border: 1px solid var(--border-color-alt);
  background: var(--light-color);
  font-size: 1.6rem;
  line-height: 100%;
  color: var(--gray);
}
@media (max-width: 576px) {
  .career-form__inner-input {
    padding: 1.3rem 1.5rem;
    font-size: 1.4rem;
  }
}
.career-form__inner-input--rezume {
  padding: 1.7rem 4.5rem 1.7rem 2.5rem;
  cursor: pointer;
}
.career-form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .career-form__checkbox {
    gap: 1rem;
    margin-bottom: 2.5rem;
  }
}
.career-form__checkbox.error {
  text-align: start;
}
.career-form__checkbox-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 3rem;
  height: 3rem;
  border: 0.2rem solid var(--accent);
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  margin: 0;
}
.career-form__checkbox-input:checked {
  border-color: var(--accent);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23EC2227' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
@media (max-width: 576px) {
  .career-form__checkbox-input {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
  }
}
.career-form__checkbox-label {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 100%;
}
.career-form__checkbox-label a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media (max-width: 576px) {
  .career-form__checkbox-label {
    font-size: 1.2rem;
  }
}
.career-form__send {
  color: var(--gray);
  margin: 0 auto;
}
@media (max-width: 576px) {
  .career-form__send {
    padding: 1.5rem;
    width: 100%;
  }
}
.career-form__inner-svg {
  position: absolute;
  top: 6.2rem;
  right: 2.7rem;
  width: 2.1rem;
  height: 2.2rem;
}
.career-form__file-input {
  display: none;
}

.career-team {
  margin-bottom: 9rem;
}
@media (max-width: 576px) {
  .career-team {
    margin-bottom: 6rem;
  }
}
.career-team__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .career-team__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.career-team__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 47.6rem;
}
@media (max-width: 576px) {
  .career-team__info {
    gap: 2.5rem;
  }
}
.career-team__text {
  font-size: 1.6rem;
  line-height: 140%;
  color: var(--gray);
}
.career-team__link {
  color: var(--dark-color);
  padding: 3.5rem 5.1rem;
  font-size: 3.2rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--light-color);
  width: 49rem;
}
@media (min-width: 577px) {
  .career-team__link:hover {
    color: var(--accent);
  }
  .career-team__link:hover .career-team__arrow {
    opacity: 1;
    bottom: 3rem;
  }
}
@media (max-width: 576px) {
  .career-team__link {
    width: auto;
    padding: 2rem 5.8rem 2rem 3rem;
    height: 13.5rem;
    font-size: 2.3rem;
  }
}
.career-team__arrow {
  position: absolute;
  bottom: 0;
  right: 3.8rem;
  width: 3.8rem;
  height: 3rem;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .career-team__arrow {
    width: 3.4rem;
    height: 2.5rem;
    opacity: 1;
    bottom: 2rem;
  }
}

.career-detail-about {
  margin-top: 3.7rem;
  margin-bottom: 8rem;
}
@media (max-width: 576px) {
  .career-detail-about {
    margin-top: 1.7rem;
    margin-bottom: 3rem;
  }
}
/*.career-detail-about__btn {*/
/*  display: inline-block;*/
/*}*/
.career-detail-about__top {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 2.8rem;
}
@media (max-width: 576px) {
  .career-detail-about__top {
    margin-bottom: 1.5rem;
  }
}
.career-detail-about__title {
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 100%;
  margin-bottom: 3.8rem;
}
@media (max-width: 576px) {
  .career-detail-about__title {
    font-size: 2.4rem;
    line-height: 120%;
    margin-bottom: 1.5rem;
  }
}
.career-detail-about__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 140%;
  color: var(--gray);
  margin-bottom: 2.8rem;
}
@media (max-width: 576px) {
  .career-detail-about__text {
    gap: 1.5rem;
    font-size: 1.6rem;
  }
}

.career-detail-desc {
  margin-bottom: 10rem;
}
@media (max-width: 576px) {
  .career-detail-desc {
    margin-bottom: 5rem;
  }
}
.career-detail-desc__cms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5rem;
  max-width: 93rem;
}
.career-detail-desc__cms .accent {
  font-weight: 500;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  .career-detail-desc__cms {
    gap: 3rem;
  }
}
.career-detail-desc h2 {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 140%;
  color: var(--accent);
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .career-detail-desc h2 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
.career-detail-desc p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
}
.career-detail-desc ul {
  margin-left: 1rem;
}
.career-detail-desc ul li {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
}
.career-detail-desc ul li:before {
  content: "—";
  position: relative;
  left: -0.5rem;
}

.career-detail-other {
  margin-bottom: 10rem;
}
@media (max-width: 576px) {
  .career-detail-other {
    margin-bottom: 6.2rem;
  }
}
.career-detail-other__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 576px) {
  .career-detail-other__items {
    gap: 1.5rem;
  }
}
.career-detail-other__title-decorated {
  margin-bottom: 5rem;
}
@media (min-width: 577px) {
  .career-detail-other__title-decorated {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 576px) {
  .career-detail-other__title-decorated {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 577px) {
  .career-detail-other .title-decorated__icon {
    position: static;
  }
}

.error-page {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.error-page__container {
  padding: 1rem;
  text-align: center;
  justify-items: center;
  max-width: none;
  margin: 0;
}
.error-page__code {
  font-size: 15rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}
@media (max-width: 576px) {
  .error-page__code {
    font-size: 13rem;
    margin-bottom: 3rem;
    -webkit-column-gap: 1.1rem;
    -moz-column-gap: 1.1rem;
    column-gap: 1.1rem;
  }
}
.error-page__code-digit {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.error-page__code-image {
  display: inline-block;
  width: 9.6rem;
  height: 10.6rem;
}
.error-page__code-image img,
.error-page__code-image svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 576px) {
  .error-page__code-image {
    width: 8.3rem;
    height: 9.2rem;
  }
}
.error-page__title {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media (max-width: 576px) {
  .error-page__title {
    font-size: 2.4rem;
  }
}
.error-page__description {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 5rem;
  font-weight: 400;
}
@media (max-width: 576px) {
  .error-page__description {
    font-size: 1.6rem;
    margin-bottom: 7rem;
    max-width: 31.9rem;
  }
}
.error-page__home-link {
  min-width: 25rem;
  width: 25rem;
  min-height: 5.5rem;
  height: 5.5rem;
  padding: 1.5rem 2rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
}
@media (max-width: 576px) {
  .error-page__home-link {
    min-width: 31.9rem;
  }
}