:root {
  --content-width: 1240px;
  --container-offset: 16px;
  --container-width: calc(var(--content-width) + var(--container-offset) * 2);
  --window-height: 100%;
  --header-height: 100px;
}

/* stylelint-disable */

/* stylelint-disable */

@font-face {
  src: url("/inj4000s/fonts/PFSquareSansPro-Light.woff") format("woff"), url("/inj4000s/fonts/PFSquareSansPro-Light.woff2") format("woff2");
  font-family: "PFSquareSansPro";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("/inj4000s/fonts/PFSquareSansPro-LightItalic.woff") format("woff"), url("/inj4000s/fonts/PFSquareSansPro-LightItalic.woff2") format("woff2");
  font-family: "PFSquareSansPro";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url("/inj4000s/fonts/PFSquareSansPro-Regular.woff") format("woff"), url("/inj4000s/fonts/PFSquareSansPro-Regular.woff2") format("woff2");
  font-family: "PFSquareSansPro";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("/inj4000s/fonts/PFSquareSansPro-Italic.woff") format("woff"), url("/inj4000s/fonts/PFSquareSansPro-Italic.woff2") format("woff2");
  font-family: "PFSquareSansPro";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url("/inj4000s/fonts/PFSquareSansPro-Medium.woff") format("woff"), url("/inj4000s/fonts/PFSquareSansPro-Medium.woff2") format("woff2");
  font-family: "PFSquareSansPro";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("/inj4000s/fonts/PFSquareSansPro-MediumItalic.woff") format("woff"), url("/inj4000s/fonts/PFSquareSansPro-MediumItalic.woff2") format("woff2");
  font-family: "PFSquareSansPro";
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url("/inj4000s/fonts/PFSquareSansPro-Bold.woff") format("woff"), url("/inj4000s/fonts/PFSquareSansPro-Bold.woff2") format("woff2");
  font-family: "PFSquareSansPro";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("/inj4000s/fonts/PFSquareSansPro-BoldItalic.woff") format("woff"), url("/inj4000s/fonts/PFSquareSansPro-BoldItalic.woff2") format("woff2");
  font-family: "PFSquareSansPro";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

body{height: auto;}
html, body {
	position:relative!important;
	overflow-x:hidden!important;
}.ds-inj4000s-html {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  position:relative!important;
  /*overflow-x:hidden!important;*/
}
/*
*,
*::before,
*::after {
  outline-width: 1px;
  outline-color: #42e2a4;
  outline-offset: 3px;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
*/
body .ds-inj4000s-html{
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-family: "PfSquareSansPro", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  line-height: normal;
  color: #f1fdff;
  background-color: #00252b;
}
img,video {
  vertical-align: middle;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ds-inj4000s a {
  text-decoration: none;
  /*color: inherit;*/
}
.ds-inj4000s button {
  border: none;
  /*border-radius: 0;*/
  /*padding: 0;
  background: transparent;
  cursor: pointer;*/
}
/*.ds-inj4000s input,.ds-inj4000s button {
  font: inherit;
}
*/.ds-inj4000s b,.ds-inj4000s strong {
  font-weight: 700;
}
.ds-inj4000s i,.ds-inj4000s em {
  font-style: italic;
}
.ds-visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}
.ds-disable-scroll {
  overflow: hidden;
}
.ds-disable-scroll body {
  overflow: hidden;
}
.ds-text-center {
  text-align: center;
}
.ds-text-left {
  text-align: left;
}
.ds-break-sm {
  display: none;
}
.ds-btn {
  position: relative;
  border-radius: 2px;
  padding: 24px 40px;
  min-width: 249px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(54, 242, 143, 0.6);
  box-shadow: 0 1px 5px 0 rgba(54, 242, 143, 0.6);
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  color: #00252b;
  background: #abcf39;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
}
.ds-btn::before {
  content: "";
  position: absolute;
  border-radius: inherit;
  background: -o-linear-gradient(174deg, #42e2a4 28.33%, #2eff81 68.73%);
  background: linear-gradient(276deg, #42e2a4 28.33%, #2eff81 68.73%);
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  inset: 0;
}
.ds-btn__inner {
  position: relative;
  z-index: 1;
  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;
}
.ds-btn__icon {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  background: url("/bitrix/templates/grunbaum/img/inj4000s/arrow-right-up-icon.svg") center/16px no-repeat;
}
.ds-btn:focus,.ds-btn:active {
  -webkit-box-shadow: 0 1px 5px 0 rgba(36, 197, 111, 0.9);
  box-shadow: 0 1px 5px 0 rgba(36, 197, 111, 0.9);
}
.ds-btn:focus::before,.ds-btn:active::before {
  opacity: 1;
}
.ds-btn:disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 37, 43, 0.6);
  background: #fff;
}
.ds-btn:disabled .ds-btn__icon {
  opacity: 0.5;
}
.ds-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 0;
  font-weight: 500;
  font-style: normal;
  color: #abcf39;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.ds-link::after {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_612_2918)'%3E%3Cpath d='M10.6685 6.776L4.93046 12.514L3.98779 11.5713L9.72513 5.83333H4.66846V4.5H12.0018V11.8333H10.6685V6.776Z' fill='%23ABCF39'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_612_2918'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") center/16px no-repeat;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.ds-link:focus,.ds-link:active {
  color: #42e2a4;
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.ds-link:focus::after,.ds-link:active::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_612_2918)'%3E%3Cpath d='M10.6685 6.776L4.93046 12.514L3.98779 11.5713L9.72513 5.83333H4.66846V4.5H12.0018V11.8333H10.6685V6.776Z' fill='%2342E2A4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_612_2918'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ds-link:disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
}
.ds-link:disabled::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_612_2939)'%3E%3Cpath d='M10.6686 6.776L4.93058 12.514L3.98792 11.5713L9.72525 5.83333H4.66858V4.5H12.0019V11.8333H10.6686V6.776Z' fill='white' fill-opacity='0.6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_612_2939'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  opacity: 0.5;
}
.ds-link-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 0;
  font-weight: 500;
  font-style: normal;
  color: #abcf39;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}
.ds-link-secondary::after {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 15px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: rgba(66, 226, 164, 0.1);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.10033 3.95383L3.97133 0.824833L4.79617 0L9.33333 4.53717L4.79617 9.07433L3.97133 8.2495L7.10033 5.1205H0V3.95383H7.10033Z' fill='%23ABCF39'/%3E%3C/svg%3E");
  background-size: 9px 9px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.ds-link-secondary:focus,.ds-link-secondary:active {
  color: #42e2a4;
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.ds-link-secondary:focus::after,.ds-link-secondary:active::after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.10033 3.95383L3.97133 0.824833L4.79617 0L9.33333 4.53717L4.79617 9.07433L3.97133 8.2495L7.10033 5.1205H0V3.95383H7.10033Z' fill='%2342E2A4'/%3E%3C/svg%3E");
}
.ds-link-secondary:disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
}
.ds-link-secondary:disabled::after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.10033 3.95383L3.97133 0.824833L4.79617 0L9.33333 4.53717L4.79617 9.07433L3.97133 8.2495L7.10033 5.1205H0V3.95383H7.10033Z' fill='white' fill-opacity='0.6'/%3E%3C/svg%3E");
  opacity: 0.5;
}
.ds-page-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: var(--header-height);
}
.ds-main {
  min-height: 100vh;
}
.ds-container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}
.ds-text-section p:not(:last-child) {
  margin-bottom: 20px;
}
.ds-title {
  font-weight: 500;
  font-size: 60px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  font-style: italic;
}
.ds-subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
}
.ds-decor-item {
  display: block;
  width: 56px;
  height: 64px;
  background: url("/bitrix/templates/grunbaum/img/inj4000s/decor.svg") center/cover no-repeat;
  -webkit-transition: 2s cubic-bezier(0.05, 0.5, 0, 1);
  -o-transition: 2s cubic-bezier(0.05, 0.5, 0, 1);
  transition: 2s cubic-bezier(0.05, 0.5, 0, 1);
  will-change: translate;
}
.ds-hexagon {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 56px;
  height: 64px;
  text-align: center;
  background: url("/bitrix/templates/grunbaum/img/inj4000s/hexagon-bg.svg") center/cover no-repeat;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.ds-hexagon img {
  -o-object-fit: contain;
  object-fit: contain;
}
.ds-hexagon:disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 37, 43, 0.6);
  background-image: url("/bitrix/templates/grunbaum/img/inj4000s/hexagon-white.svg");
}
.ds-hexagon:disabled::before {
  opacity: 0.5;
}
.ds-section-offset {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ds-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.ds-modal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px;
  width: 100%;
  height: var(--window-height);
}
.ds-modal__inner {
  position: relative;
  overflow: auto;
  margin: auto;
  border-radius: 2px;
  padding: 80px 50px;
  width: 100%;
  max-width: 1240px;
  background: -o-linear-gradient(329deg, rgba(255, 255, 255, 0.12) 0.64%, rgba(255, 255, 255, 0) 102.85%);
  background: linear-gradient(121deg, rgba(255, 255, 255, 0.12) 0.64%, rgba(255, 255, 255, 0) 102.85%);
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  scrollbar-color: #fff #42e2a4;
  scrollbar-width: thin;
}
.ds-modal__inner::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.ds-modal__inner::-webkit-scrollbar-track {
  background: #fff;
}
.ds-modal__inner::-webkit-scrollbar-thumb {
  background-color: #42e2a4;
}
.ds-modal__inner--sm {
  padding: 40px;
  max-width: 432px;
}
.ds-modal__inner--image {
  padding: 20px;
  max-width: 90%;
  max-height: 90%;
  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: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.ds-modal__close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 5;
  outline: transparent;
  border: none;
  width: 24px;
  height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: url("/bitrix/templates/grunbaum/img/inj4000s/close-icon.svg") center no-repeat;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  cursor: pointer;
}
.ds-modal__close:hover,.ds-modal__close:focus,.ds-modal__close:active {
  opacity: 1;
}
.ds-modal__notification {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  opacity: 0.8;
  margin-bottom: 15px;
  margin-top: 15px;
}
.ds-modal__logo {
  margin-bottom: 20px;
  text-align: center;
}
.ds-modal__logo-wrapper {
  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;
  height: 35px;
  margin-bottom: 20px;
}
.ds-modal__logo-img {
  height: 26px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
  margin-right: 10px;
}
.ds-modal__logo-text {
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  height: 36px;
}
.ds-modal__logo-subtitle {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-style: italic;
}
.ds-modal__title {
  text-align: center;
}
.ds-modal__more {
  margin-top: 30px;
  text-align: center;
}
.ds-modal[aria-hidden=true] {
  display: none;
}
.ds-modal[aria-hidden=false] {
  display: block;
}
.ds-modal.is-open {
  opacity: 1;
}
.ds-modal.is-open .ds-modal__inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.ds-modal-video .ds-modal__inner {
  overflow: visible;
  padding: 0;
}
.ds-modal-video .ds-modal__close {
  right: 15px;
  top: 15px;
}
.ds-modal-video__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 88px;
  height: 100px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.ds-modal-video__btn::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 50px;
  height: 50px;
  background: url("/bitrix/templates/grunbaum/img/inj4000s/play-icon.svg") center/cover no-repeat;
}
.ds-modal-video__content {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.ds-modal-video__content video {
  width: 100%;
  height: 100%;
}
.ds-modal-video__content.is-active .ds-modal-video__btn {
  opacity: 0;
  visibility: hidden;
}
.ds-modal-akpp__more {
  display: none;
}
.ds-modal-akpp__title {
  margin-bottom: 40px;
  text-align: center;
}
.ds-modal-akpp__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.ds-modal-akpp__item {
  border: 1px solid #1d464e;
  line-height: 1.1;
  text-transform: uppercase;
}
.ds-modal-akpp__item ul {
  padding: 24px;
}
.ds-modal-akpp__item li {
  position: relative;
  padding-left: 20px;
}
.ds-modal-akpp__item li:not(:last-child) {
  margin-bottom: 8px;
}
.ds-modal-akpp__item li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #42e2a4;
}
.ds-modal-akpp__head {
  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;
  border-bottom: 1px solid #42e2a4;
  padding: 10px;
  min-height: 63px;
  font-weight: 500;
  font-size: 21px;
  text-align: center;
  background: -o-linear-gradient(327deg, rgba(255, 255, 255, 0.16) 0.62%, rgba(255, 255, 255, 0) 99.24%);
  background: linear-gradient(123deg, rgba(255, 255, 255, 0.16) 0.62%, rgba(255, 255, 255, 0) 99.24%);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}
.ds-modal-adapters__head {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #42e2a4;
}
.ds-modal-adapters__title {
  margin-bottom: 40px;
  text-align: center;
}
.ds-modal-adapters__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
.ds-modal-adapters__item {
  border: 1px solid #1d464e;
  padding: 20px;
  -webkit-box-shadow: 0 0 0 1px #1d464e;
  box-shadow: 0 0 0 1px #1d464e;
}
.ds-modal-adapters__count {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.6);
}
.ds-modal-adapters__count > span {
  display: block;
}
.ds-modal-adapters__img {
  margin-top: -8px;
  margin-bottom: 8px;
  text-align: center;
}
.ds-modal-adapters__img img {
  width: 158px;
}
.ds-modal-form__head {
  margin: 0 auto 30px;
  max-width: 317px;
  text-align: center;
}
.ds-modal-form__logo {
  margin-bottom: 15px;
}
.ds-modal-form__title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
}
.ds-modal-form__error {
  margin: 5px 0;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.35;
  color: #e53935;
}
.ds-modal-form__item {
  display: block;
  margin-bottom: 20px;
}
.ds-modal-form__item input {
  display: block;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  padding: 15px 20px;
  width: 100%;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  background: rgba(217, 217, 217, 0.1);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.ds-modal-form__item input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.ds-modal-form__item input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.ds-modal-form__item input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.ds-modal-form__item input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.ds-modal-form__item input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.ds-modal-form__item input:focus,.ds-modal-form__item input:active {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.ds-modal-form__item input:disabled {
  color: rgba(255, 255, 255, 0.6);
}
.ds-modal-form__item input:disabled::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ds-modal-form__item input:disabled::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ds-modal-form__item input:disabled:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ds-modal-form__item input:disabled::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ds-modal-form__item input:disabled::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ds-modal-form__item input.is-invalid {
  border: 1px solid #e53935;
}
.ds-modal-form__item span {
  display: block;
  margin-bottom: 8px;
  line-height: 1.4;
}
.ds-modal-form__btn {
  margin-top: 20px;
  width: 100%;
  min-width: auto;
}
.ds-modal-compare table {
  width: 100%;
}
.ds-modal-compare__head {
  margin-bottom: 55px;
}
.ds-modal-compare__title {
  margin-bottom: 15px;
}
.ds-modal-compare__table-head td,.ds-modal-compare__table-head th {
  vertical-align: top;
  padding: 5px 5px 10px;
}
.ds-modal-compare__table-head td:first-child,.ds-modal-compare__table-head th:first-child {
  vertical-align: middle;
  padding-right: 15px;
  padding-left: 0;
  text-align: left;
}
.ds-modal-compare__table-title {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.1;
  color: #fff;
}
.ds-modal-compare__body tr {
  border-bottom: 1px solid #1d464e;
}
.ds-modal-compare__body th,.ds-modal-compare__body td {
  width: 20%;
}
.ds-modal-compare__body th:first-child,.ds-modal-compare__body td:first-child {
  width: 40%;
}
.ds-modal-compare__img-wrapper {
  height: 174px;
}
.ds-modal-compare__img p {
  margin-top: -8px;
}
.ds-modal-compare__item {
  border-radius: 2px;
  text-align: center;
  background: -o-linear-gradient(169deg, rgba(255, 255, 255, 0.08) 0.63%, rgba(255, 255, 255, 0) 101.8%);
  background: linear-gradient(281deg, rgba(255, 255, 255, 0.08) 0.63%, rgba(255, 255, 255, 0) 101.8%);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}
.ds-modal-compare__item:not(:last-child) {
  margin-bottom: 10px;
}
.ds-modal-compare__item tbody {
  display: none;
}
.ds-modal-compare__item thead td,.ds-modal-compare__item thead th {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.ds-modal-compare__item thead td:first-child,.ds-modal-compare__item thead th:first-child {
  padding: 17px 17px 17px 30px;
  width: auto;
}
.ds-modal-compare__item thead tr {
  border-bottom: none;
}
.ds-modal-compare__item tr:last-child:not(:first-child) td:first-child,.ds-modal-compare__item tr:last-child:not(:first-child) th:first-child {
  border-bottom-left-radius: 2px;
}
.ds-modal-compare__item tr:last-child:not(:first-child) td:last-child,.ds-modal-compare__item tr:last-child:not(:first-child) th:last-child {
  border-bottom-right-radius: 2px;
}
.ds-modal-compare__item td,.ds-modal-compare__item th {
  vertical-align: middle;
  padding: 10px;
}
.ds-modal-compare__item td:first-child,.ds-modal-compare__item th:first-child {
  padding-left: 30px;
  text-align: left;
}
.ds-modal-compare__item td:last-child,.ds-modal-compare__item th:last-child {
  padding-right: 30px;
}
.ds-modal-compare__item.is-active .ds-modal-compare__accordion span::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ds-modal-compare__item.is-active tbody {
  display: table-row-group;
}
.ds-modal-compare__accordion {
  font-weight: 500;
  font-size: 21px;
  line-height: normal;
  text-align: left;
  color: #fff;
  cursor: pointer;
}
.ds-modal-compare__accordion span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ds-modal-compare__accordion span::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 14px;
  height: 9px;
  background: url("/bitrix/templates/grunbaum/img/inj4000s/chevron-down-icon.svg") center no-repeat;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.ds-modal-compare__mobile {
  display: none;
}
.ds-modal-characteristics table {
  width: 100%;
}
.ds-modal-characteristics__head {
  margin-bottom: 55px;
}
.ds-modal-characteristics__title {
  margin-bottom: 15px;
}
.ds-modal-characteristics__table-head td,.ds-modal-characteristics__table-head th {
  vertical-align: top;
  padding: 5px 5px 10px;
}
.ds-modal-characteristics__table-head td:first-child,.ds-modal-characteristics__table-head th:first-child {
  vertical-align: middle;
  padding-right: 15px;
  padding-left: 0;
  text-align: left;
}
.ds-modal-characteristics__table-title {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.1;
  color: #fff;
}
.ds-modal-characteristics__body tr {
  border-bottom: 1px solid #1d464e;
}
.ds-modal-characteristics__body th,.ds-modal-characteristics__body td {
  width: 20%;
}
.ds-modal-characteristics__body th:first-child,.ds-modal-characteristics__body td:first-child {
  width: 40%;
}
.ds-modal-characteristics__img-wrapper {
  height: 174px;
}
.ds-modal-characteristics__img p {
  margin-top: -8px;
}
.ds-modal-characteristics__item {
  border-radius: 2px;
  text-align: center;
  background: -o-linear-gradient(169deg, rgba(255, 255, 255, 0.08) 0.63%, rgba(255, 255, 255, 0) 101.8%);
  background: linear-gradient(281deg, rgba(255, 255, 255, 0.08) 0.63%, rgba(255, 255, 255, 0) 101.8%);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}
.ds-modal-characteristics__item:not(:last-child) {
  margin-bottom: 10px;
}
.ds-modal-characteristics__item tbody {
  display: none;
}
.ds-modal-characteristics__item thead td,.ds-modal-characteristics__item thead th {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.ds-modal-characteristics__item thead td:first-child,.ds-modal-characteristics__item thead th:first-child {
  padding: 17px 17px 17px 30px;
  width: auto;
}
.ds-modal-characteristics__item thead tr {
  border-bottom: none;
}
.ds-modal-characteristics__item tr:last-child:not(:first-child) td:first-child,.ds-modal-characteristics__item tr:last-child:not(:first-child) th:first-child {
  border-bottom-left-radius: 2px;
}
.ds-modal-characteristics__item tr:last-child:not(:first-child) td:last-child,.ds-modal-characteristics__item tr:last-child:not(:first-child) th:last-child {
  border-bottom-right-radius: 2px;
}
.ds-modal-characteristics__item td,.ds-modal-characteristics__item th {
  vertical-align: middle;
  padding: 10px;
}
.ds-modal-characteristics__item td:first-child,.ds-modal-characteristics__item th:first-child {
  padding-left: 30px;
  text-align: left;
}
.ds-modal-characteristics__item td:last-child,.ds-modal-characteristics__item th:last-child {
  padding-right: 30px;
}
.ds-modal-characteristics__item.is-active .ds-modal-characteristics__accordion span::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ds-modal-characteristics__item.is-active tbody {
  display: table-row-group;
}
.ds-modal-characteristics__item.is-active .ds-modal-characteristics__header-row {
  display: table-row;
}
.ds-modal-characteristics__table {
  width: 100%;
  table-layout: fixed;
  text-align: left;
}
.ds-modal-characteristics__table-header .ds-modal-characteristics__header-row {
  display: none !important;
}
.ds-modal-characteristics__header-row {
  display: none !important;
}
.ds-modal-characteristics__header-cell-subtitle {
  font-weight: 700 !important;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
}
.ds-modal-characteristics__header-cell {
  width: auto;
  font-weight: 700 !important;
  text-align: left;
  padding: 10px 15px;
  border-bottom: 1px solid #1d464e;
}
.ds-modal-characteristics__header-cell--function {
  width: 40% !important;
  min-width: 40%;
  max-width: 40%;
}
.ds-modal-characteristics__header-cell--description {
  width: 60% !important;
  min-width: 60%;
  max-width: 60%;
}
.ds-modal-characteristics__cell {
  width: auto;
  vertical-align: middle;
  padding: 10px;
  text-align: left;
}
.ds-modal-characteristics__cell--function {
  width: 40% !important;
  min-width: 40%;
  max-width: 40%;
  padding-left: 30px;
  text-align: left;
}
.ds-modal-characteristics__cell--description {
  width: 60% !important;
  min-width: 60%;
  max-width: 60%;
  padding-right: 30px;
  line-height: 1.5 !important;
  text-align: left !important;
}
.ds-modal-characteristics__item .ds-modal-characteristics__cell--function {
  width: 40% !important;
  text-align: left !important;
}
.ds-modal-characteristics__item .ds-modal-characteristics__cell--description {
  width: 60% !important;
  text-align: left !important;
}
.ds-modal-characteristics__item .ds-modal-characteristics__header-cell--function {
  width: 40% !important;
}
.ds-modal-characteristics__item .ds-modal-characteristics__header-cell--description {
  width: 60% !important;
}
.ds-modal-characteristics__item.is-active .ds-modal-characteristics__header-row {
  display: table-row !important;
}
.ds-modal-characteristics__accordion {
  font-weight: 500;
  font-size: 21px;
  line-height: normal;
  text-align: left;
  color: #fff;
  cursor: pointer;
}
.ds-modal-characteristics__accordion span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ds-modal-characteristics__accordion span::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 14px;
  height: 9px;
  background: url("/bitrix/templates/grunbaum/img/inj4000s/chevron-down-icon.svg") center no-repeat;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.ds-modal-characteristics__desktop {
  display: block;
}
.ds-modal-characteristics__mobile {
  display: none;
}
.ds-modal-characteristics__footer {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #42e2a4;
  padding: 30px;
}
.ds-modal-application table {
  width: 100%;
}
.ds-modal-application__table-head--subtitle {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #42e2a4;
  display: block;
  line-height: 1.4;
}
.ds-modal-application__table-head--subtitle span {
  color: #fff;
}
.ds-modal-application__head {
  margin-bottom: 30px;
}
.ds-modal-application__title {
  margin-bottom: 15px;
}
.ds-modal-application__table-head td,.ds-modal-application__table-head th {
  vertical-align: top;
  padding: 5px 5px 10px;
}
.ds-modal-application__table-head td:first-child,.ds-modal-application__table-head th:first-child {
  vertical-align: middle;
  padding-right: 15px;
  padding-left: 0;
  text-align: left;
}
.ds-modal-application__table-title {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.1;
  color: #fff;
}
.ds-modal-application__table-head-logo {
  display: inline-block;
  vertical-align: baseline;
}
.ds-modal-application__header-cell-subtitle {
  font-weight: 400 !important;
  font-size: 16px;
  text-decoration: underline;
  line-height: 1.1;
  color: #fff;
}
.ds-modal-application__img-wrapper {
  height: 174px;
}
.ds-modal-application__img p {
  margin-top: -8px;
}
.ds-modal-application__item {
  border-radius: 2px;
  text-align: center;
  background: -o-linear-gradient(169deg, rgba(255, 255, 255, 0.08) 0.63%, rgba(255, 255, 255, 0) 101.8%);
  background: linear-gradient(281deg, rgba(255, 255, 255, 0.08) 0.63%, rgba(255, 255, 255, 0) 101.8%);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}
.ds-modal-application__item:not(:last-child) {
  margin-bottom: 10px;
}
.ds-modal-application__item table:has(th:nth-child(4)):not(:has(th:nth-child(5))) th:nth-child(2),.ds-modal-application__item table:has(th:nth-child(4)):not(:has(th:nth-child(5))) td:nth-child(2),.ds-modal-application__item table:has(th:nth-child(4)):not(:has(th:nth-child(5))) th:nth-child(3),.ds-modal-application__item table:has(th:nth-child(4)):not(:has(th:nth-child(5))) td:nth-child(3) {
  text-align: left;
}
.ds-modal-application__item tbody {
  display: none;
}
.ds-modal-application__item thead td,.ds-modal-application__item thead th {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.ds-modal-application__item thead td:first-child,.ds-modal-application__item thead th:first-child {
  padding: 17px 17px 17px 30px;
  width: auto;
}
.ds-modal-application__item thead tr {
  border-bottom: none;
}
.ds-modal-application__item tr:last-child:not(:first-child) td:first-child,.ds-modal-application__item tr:last-child:not(:first-child) th:first-child {
  border-bottom-left-radius: 2px;
}
.ds-modal-application__item tr:last-child:not(:first-child) td:last-child,.ds-modal-application__item tr:last-child:not(:first-child) th:last-child {
  border-bottom-right-radius: 2px;
}
.ds-modal-application__item td,.ds-modal-application__item th {
  vertical-align: middle;
  padding: 10px;
}
.ds-modal-application__item td:first-child,.ds-modal-application__item th:first-child {
  padding-left: 30px;
  text-align: left;
}
.ds-modal-application__item td:last-child,.ds-modal-application__item th:last-child {
  padding-right: 30px;
}
.ds-modal-application__item.is-active .ds-modal-application__accordion span::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ds-modal-application__item.is-active tbody {
  display: table-row-group;
}
.ds-modal-application__item.is-active .ds-modal-application__header-row {
  display: table-row !important;
}
.ds-modal-application__header-row {
  display: none !important;
}
.ds-modal-application__header-cell {
  font-weight: 700 !important;
  text-align: center;
  padding: 10px;
  color: #fff;
}
.ds-modal-application__header-cell--function {
  width: 40% !important;
  min-width: 40%;
  max-width: 40%;
  text-align: left;
}
.ds-modal-application__header-cell--description {
  width: 60% !important;
  min-width: 60%;
  max-width: 60%;
  text-align: left;
}
.ds-modal-application__table {
  width: 100%;
  table-layout: fixed;
  text-align: left;
}
.ds-modal-application__table-header .ds-modal-application__header-row {
  display: none !important;
}
.ds-modal-application__cell {
  width: auto;
  vertical-align: middle;
  padding: 10px;
  text-align: left;
}
.ds-modal-application__cell--function {
  width: 40% !important;
  min-width: 40%;
  max-width: 40%;
  padding-left: 30px;
  text-align: left;
}
.ds-modal-application__cell--description {
  width: 60% !important;
  min-width: 60%;
  max-width: 60%;
  padding-right: 30px;
  line-height: 1.5 !important;
  text-align: left !important;
}
.ds-modal-application__item .ds-modal-application__cell--function {
  width: 40% !important;
  text-align: left !important;
}
.ds-modal-application__item .ds-modal-application__cell--description {
  width: 60% !important;
  text-align: left !important;
}
.ds-modal-application__item .ds-modal-application__header-cell--function {
  width: 40% !important;
}
.ds-modal-application__item .ds-modal-application__header-cell--description {
  width: 60% !important;
}
.ds-modal-application__accordion {
  font-weight: 500;
  font-size: 21px;
  line-height: normal;
  text-align: left;
  color: #fff;
  cursor: pointer;
}
.ds-modal-application__accordion span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}
.ds-modal-application__accordion span::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 14px;
  height: 9px;
  background: url("/bitrix/templates/grunbaum/img/inj4000s/chevron-down-icon.svg") center no-repeat;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.ds-modal-application__desktop {
  display: block;
}
.ds-modal-application__mobile {
  display: none;
}
.ds-cols-mobile {
  display: none;
}
.ds-modal-image .ds-modal__inner {
  overflow: visible;
}
.ds-modal-image__content {
  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;
  max-width: 100%;
  max-height: 100%;
}
.ds-modal-image__content picture {
  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;
}
.ds-modal-image__content img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.ds-hero {
  min-height: 600px;
}
.ds-hero .ds-container {
  position: relative;
}
.ds-hero__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 586fr 608fr;
  grid-template-columns: 586fr 608fr;
  gap: 40px;
}
.ds-hero__video {
  position: relative;
  padding-bottom: 80.0986842105%;
  width: 100%;
  height: 0;
}
.ds-hero__video video,.ds-hero__video img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ds-hero__video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 88px;
  height: 100px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.ds-hero__video-btn::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 50px;
  height: 50px;
  background: url("/bitrix/templates/grunbaum/img/inj4000s/play-icon.svg") center/cover no-repeat;
}
.ds-hero__content {
  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;
}
.ds-hero__caption {
  margin-bottom: 50px;
  max-width: 250px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
}
.ds-hero__title {
  font-weight: 500;
  font-style: italic;
  font-size: 95px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
  margin-top: 5px;
}
.ds-hero__subtitle {
  margin-top: 30px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.ds-hero__btn {
  margin-top: auto;
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.32;
  padding-right: 44px;
}
.ds-hero__benefits {
  margin-top: 86px;
}
.ds-hero__benefits-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.ds-hero__benefits-title {
  font-size: 17px;
  line-height: 1.32;
}
.ds-hero__benefits-item {
  border-bottom: 3px solid #42e2a4;
  padding: 18px 18px 18px;
  text-align: center;
  background: -o-linear-gradient(327deg, rgba(255, 255, 255, 0.12) 0.62%, rgba(255, 255, 255, 0) 99.24%);
  background: linear-gradient(123deg, rgba(255, 255, 255, 0.12) 0.62%, rgba(255, 255, 255, 0) 99.24%);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}
.ds-hero__benefits-icon {
  margin: 0 auto 10px;
}
.ds-hero__decor-item {
  position: absolute;
  z-index: -1;
  opacity: 0.1;
  translate: calc(var(--clientX) / -78) calc(var(--clientY) / -57) 0;
}
.ds-hero__decor-item:nth-child(1) {
  left: -54px;
  bottom: 281px;
  width: 92px;
  height: 106px;
  translate: calc(var(--clientX) / 128) calc(var(--clientY) / -147) 0;
}
.ds-hero__decor-item:nth-child(2) {
  left: 540px;
  bottom: 607px;
  width: 46px;
  height: 53px;
  translate: calc(var(--clientX) / 98) calc(var(--clientY) / 77) 0;
}
.ds-hero__decor-item:nth-child(3) {
  left: 570px;
  bottom: 529px;
  width: 62px;
  height: 72px;
  translate: calc(var(--clientX) / 78) calc(var(--clientY) / 107) 0;
}
.ds-hero__decor-item:nth-child(4) {
  left: 521px;
  bottom: 492px;
  width: 72px;
  height: 83px;
}
.ds-hero__decor-item:nth-child(5) {
  left: 530px;
  bottom: 264px;
  width: 217px;
  height: 250px;
  translate: calc(var(--clientX) / -148) calc(var(--clientY) / -157) 0;
}
.ds-hero__decor-item:nth-child(6) {
  right: -93px;
  bottom: 174px;
  width: 192px;
  height: 222px;
  translate: calc(var(--clientX) / 188) calc(var(--clientY) / -170) 0;
}
.ds-hero__decor-item:nth-child(2),.ds-hero__decor-item:nth-child(3),.ds-hero__decor-item:nth-child(4),.ds-hero__decor-item:nth-child(5) {
  opacity: 0.08;
}
.ds-optimize .ds-container {
  position: relative;
}
.ds-optimize__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ds-optimize__head {
  margin-top: -7px;
  width: 700px;
}
.ds-optimize__logo {
  margin-bottom: 5px;
}
.ds-optimize__logo-text {
  font-size: 43px;
  line-height: 1;
  font-weight: 400;
  vertical-align: middle;
  margin-left: 5px;
}
.ds-optimize__title {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 1.2;
}
.ds-optimize__subtitle {
  font-size: 25px;
  letter-spacing: 0.02em;
}
.ds-optimize__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.ds-optimize__info {
  max-width: 200px;
}
.ds-optimize__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #1d464e;
  background: #00252b;
  padding: 30px;
  min-height: 332px;
  max-width: 302px;
}
.ds-optimize__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
  width: 100%;
  height: 160px;
  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;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  border-radius: 2px;
}
.ds-optimize__img picture {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ds-optimize__img img {
  border-radius: 2px;
  width: auto;
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.ds-optimize__img-lens {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  z-index: 2;
  pointer-events: none;
}
.ds-optimize__name {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.1;
}
.ds-optimize__decor-item {
  position: absolute;
  z-index: -1;
  opacity: 0.08;
  translate: calc(var(--clientX) / 188) calc(var(--clientY) / -170) 0;
}
.ds-optimize__decor-item:nth-child(1) {
  right: -46px;
  top: -93px;
  width: 91px;
  height: 106px;
  translate: calc(var(--clientX) / -78) calc(var(--clientY) / -57) 0;
}
.ds-optimize__decor-item:nth-child(2) {
  left: 71px;
  top: 99px;
  width: 91px;
  height: 106px;
  translate: calc(var(--clientX) / 128) calc(var(--clientY) / -147) 0;
}
.ds-optimize__decor-item:nth-child(3) {
  left: 7px;
  bottom: 258px;
  width: 46px;
  height: 53px;
  translate: calc(var(--clientX) / 98) calc(var(--clientY) / 77) 0;
}
.ds-optimize__decor-item:nth-child(4) {
  left: 33px;
  bottom: 180px;
  width: 63px;
  height: 73px;
  translate: calc(var(--clientX) / 78) calc(var(--clientY) / 107) 0;
}
.ds-optimize__decor-item:nth-child(5) {
  left: 15px;
  bottom: 136px;
  width: 73px;
  height: 84px;
  translate: calc(var(--clientX) / -148) calc(var(--clientY) / -157) 0;
}
.ds-optimize__decor-item:nth-child(6) {
  left: 8px;
  bottom: -97px;
  width: 216px;
  height: 250px;
}
.ds-functions {
  min-height: 450px;
}
.ds-functions .ds-container {
  position: relative;
}
.ds-functions__head {
  margin-top: 50px;
}
.ds-functions__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 586fr 598fr;
  grid-template-columns: 586fr 598fr;
  gap: 40px;
}
.ds-functions__content {
  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;
}
.ds-functions__logo {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ds-functions__logo-model {
  font-weight: 500;
  font-size: 53px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 8px;
}
.ds-functions__subtitle {
  color: #42e2a4;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  width: 330px;
  margin-bottom: 30px;
}
.ds-functions__btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.32;
  padding-right: 40px;
}
.ds-functions__item {
  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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid #1d464e;
  padding: 20px 20px 40px;
  background: #00252b;
  min-height: 363px;
}
.ds-functions__item img {
  width: 90px;
  margin-right: 5px;
}
.ds-functions__item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  border-radius: 50%;
  width: 240px;
  height: 240px;
  background: rgba(45, 255, 129, 0.6);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: filter;
}
.ds-functions__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 70%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 37, 43, 0)), color-stop(58.85%, #00252b));
  background: -o-linear-gradient(top, rgba(0, 37, 43, 0) 0%, #00252b 58.85%);
  background: linear-gradient(180deg, rgba(0, 37, 43, 0) 0%, #00252b 58.85%);
}
.ds-functions__name {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}
.ds-functions__item-logo {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #42e2a4;
  margin-right: 7px;
}
.ds-functions__item-model {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
}
.ds-functions__img {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.ds-functions__img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}
.ds-functions__decor-item {
  position: absolute;
  z-index: -1;
  opacity: 0.1;
  translate: calc(var(--clientX) / -78) calc(var(--clientY) / -57) 0;
}
.ds-functions__decor-item:nth-child(1) {
  left: -54px;
  bottom: 281px;
  width: 92px;
  height: 106px;
  translate: calc(var(--clientX) / 128) calc(var(--clientY) / -147) 0;
}
.ds-functions__decor-item:nth-child(2) {
  left: 540px;
  bottom: 607px;
  width: 46px;
  height: 53px;
  translate: calc(var(--clientX) / 98) calc(var(--clientY) / 77) 0;
}
.ds-functions__decor-item:nth-child(3) {
  left: 570px;
  bottom: 529px;
  width: 62px;
  height: 72px;
  translate: calc(var(--clientX) / 78) calc(var(--clientY) / 107) 0;
}
.ds-functions__decor-item:nth-child(4) {
  left: 521px;
  bottom: 492px;
  width: 72px;
  height: 83px;
}
.ds-functions__decor-item:nth-child(5) {
  left: 530px;
  bottom: 264px;
  width: 217px;
  height: 250px;
  translate: calc(var(--clientX) / -148) calc(var(--clientY) / -157) 0;
}
.ds-functions__decor-item:nth-child(6) {
  right: -93px;
  bottom: 174px;
  width: 192px;
  height: 222px;
  translate: calc(var(--clientX) / 188) calc(var(--clientY) / -170) 0;
}
.ds-functions__decor-item:nth-child(2),.ds-functions__decor-item:nth-child(3),.ds-functions__decor-item:nth-child(4),.ds-functions__decor-item:nth-child(5) {
  opacity: 0.08;
}
.ds-technology__head {
  margin-bottom: 40px;
}
.ds-technology__pretitle {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
}
.ds-technology__title {
  margin-bottom: 15px;
  color: #42e2a4;
  font-weight: 300;
}
.ds-technology__title > span {
  font-weight: 500;
}
.ds-technology__subtitle {
  letter-spacing: 0.03em;
}
.ds-technology__text {
  font-size: 21px;
  line-height: 1.1;
  font-weight: 300;
}
.ds-technology__logo {
  margin-bottom: 10px;
}
.ds-technology__col-title {
  margin-top: 85px;
  margin-bottom: 35px;
  text-align: left;
  font-size: 21px;
  line-height: 1.1;
  white-space: nowrap;
  overflow: visible;
  -o-text-overflow: clip;
  text-overflow: clip;
}
.ds-technology__list-wrapper {
  max-width: 233px;
  margin: 0 22px;
}
.ds-technology__inner {
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 14px;
}
.ds-technology__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  /*z-index: -1;*/
  border-radius: 50%;
  width: 422px;
  height: 422px;
  background: rgba(45, 255, 129, 0.6);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: filter;
}
.ds-technology__inner .ds-technology__col:first-child {
  -ms-grid-column-align: start;
  justify-self: start;
  max-width: 256px;
}
.ds-technology__inner .ds-technology__col:nth-child(2) {
  -ms-grid-column-align: center;
  justify-self: center;
  max-width: 438px;
  height: auto;
}
.ds-technology__inner .ds-technology__col:last-child {
  -ms-grid-column-align: end;
  justify-self: end;
  max-width: 256px;
}
.ds-technology__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ds-technology__item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 40px !important;
}
.ds-technology__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  width: 4px;
  height: 100%;
  background: -o-linear-gradient(337deg, #42e2a4 15.11%, #2eff81 84.89%);
  background: linear-gradient(113deg, #42e2a4 15.11%, #2eff81 84.89%);
}
.ds-technology__item .ds-technology__text {
  margin-bottom: 0;
}
.ds-technology__video {
  position: relative;
  width: 438px;
  height: 534px;
  margin: 0 auto;
  background-color: transparent;
}
.ds-technology__video picture {
  display: block;
  width: 100%;
  height: 100%;
}
.ds-technology__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.ds-technology__video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 88px;
  height: 100px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.ds-technology__video-btn::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 50px;
  height: 50px;
  background: url("/bitrix/templates/grunbaum/img/inj4000s/play-icon.svg") center/cover no-repeat;
}
.ds-technology__video-btn.ds-hexagon--no-resize {
  width: 88px;
  height: 100px;
}
.ds-technology .ds-hexagon {
  background: url("/bitrix/templates/grunbaum/img/inj4000s/hexagon-bg-sec.svg") center/cover no-repeat;
}
.ds-technology__decor-item {
  position: absolute;
  z-index: -1;
  opacity: 0.08;
  translate: calc(var(--clientX) / -78) calc(var(--clientY) / -57) 0;
}
.ds-technology__decor-item:nth-child(1) {
  left: -119px;
  top: -111px;
  width: 46px;
  height: 53px;
  translate: calc(var(--clientX) / 178) calc(var(--clientY) / -127) 0;
}
.ds-technology__decor-item:nth-child(2) {
  left: -69px;
  top: -64px;
  width: 63px;
  height: 73px;
  translate: calc(var(--clientX) / -78) calc(var(--clientY) / -157) 0;
}
.ds-technology__decor-item:nth-child(3) {
  left: -142px;
  top: -40px;
  width: 73px;
  height: 84px;
  translate: calc(var(--clientX) / 118) calc(var(--clientY) / 127) 0;
}
.ds-technology__decor-item:nth-child(4) {
  left: -113px;
  top: 12px;
  width: 217px;
  height: 250px;
  translate: calc(var(--clientX) / -148) calc(var(--clientY) / 127) 0;
}
.ds-technology__decor-item:nth-child(5) {
  right: -150px;
  top: -94px;
  width: 91px;
  height: 105px;
  translate: calc(var(--clientX) / -178) calc(var(--clientY) / -157) 0;
}
.ds-technology__decor-item:nth-child(6) {
  right: -50px;
  top: 273px;
  width: 46px;
  height: 53px;
  translate: calc(var(--clientX) / -118) calc(var(--clientY) / 147) 0;
}
.ds-technology__decor-item:nth-child(7) {
  right: -90px;
  top: 331px;
  width: 63px;
  height: 73px;
  translate: calc(var(--clientX) / 178) calc(var(--clientY) / -127) 0;
}
.ds-technology__decor-item:nth-child(8) {
  right: -57px;
  bottom: 210px;
  width: 73px;
  height: 84px;
  translate: calc(var(--clientX) / -128) calc(var(--clientY) / -97) 0;
}
.ds-technology__decor-item:nth-child(9) {
  right: -215px;
  bottom: -20px;
  width: 217px;
  height: 250px;
  translate: calc(var(--clientX) / -218) calc(var(--clientY) / -157) 0;
}
.ds-convenience__logo {
  margin-bottom: 10px;
}
.ds-convenience__head {
  width: 90%;
  margin: 0 auto 0px;
}
.ds-convenience__title {
  line-height: 1.1;
}
.ds-convenience__title > span {
  color: #42e2a4;
}
.ds-convenience__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 35px;
}
.ds-convenience__item {
  position: relative;
  padding-left: 20px;
  height: 164px;
}
.ds-convenience__item:not(:last-child) {
  margin-bottom: 80px;
}
.ds-convenience__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  width: 4px;
  height: 100%;
  background: -o-linear-gradient(337deg, #42e2a4 15.11%, #2eff81 84.89%);
  background: linear-gradient(113deg, #42e2a4 15.11%, #2eff81 84.89%);
}
.ds-convenience__item:last-child {
  margin-top: auto;
}
.ds-convenience__icon {
  margin-bottom: 20px;
}
.ds-convenience__inner {
  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;
  gap: 15px;
}
.ds-convenience__inner .ds-convenience__col:first-child {
  width: 232px;
}
.ds-convenience__inner .ds-convenience__col:nth-child(2) {
  width: 606px;
}
.ds-convenience__inner .ds-convenience__col:last-child {
  width: 232px;
}
.ds-convenience__text {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.ds-convenience__video {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: transparent;
}
.ds-convenience__video picture {
  display: block;
  width: 100%;
  height: 100%;
}
.ds-convenience__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.ds-convenience__video.is-active .ds-convenience__video-btn {
  opacity: 0;
  visibility: hidden;
}
.ds-convenience__video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 88px;
  height: 100px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.ds-convenience__video-btn::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 50px;
  height: 50px;
  background: url("/bitrix/templates/grunbaum/img/inj4000s/play-icon.svg") center/cover no-repeat;
}
.ds-convenience__video-btn.ds-hexagon--no-resize {
  width: 88px;
  height: 100px;
}
.ds-convenience .ds-hexagon--yellow {
  background: url("/bitrix/templates/grunbaum/img/inj4000s/hexagon-bg-sec.svg") center/cover no-repeat;
}
.ds-convenience__num {
  font-size: 21px;
  line-height: 1.1;
  font-weight: 500;
  color: #000;
}
.ds-convenience__decor-item {
  position: absolute;
  z-index: -1;
  opacity: 0.08;
  translate: calc(var(--clientX) / -78) calc(var(--clientY) / -57) 0;
}
.ds-convenience__decor-item:nth-child(1) {
  left: -119px;
  top: -111px;
  width: 46px;
  height: 53px;
  translate: calc(var(--clientX) / 178) calc(var(--clientY) / -127) 0;
}
.ds-convenience__decor-item:nth-child(2) {
  left: -69px;
  top: -64px;
  width: 63px;
  height: 73px;
  translate: calc(var(--clientX) / -78) calc(var(--clientY) / -157) 0;
}
.ds-convenience__decor-item:nth-child(3) {
  left: -142px;
  top: -40px;
  width: 73px;
  height: 84px;
  translate: calc(var(--clientX) / 118) calc(var(--clientY) / 127) 0;
}
.ds-convenience__decor-item:nth-child(4) {
  left: -113px;
  top: 12px;
  width: 217px;
  height: 250px;
  translate: calc(var(--clientX) / -148) calc(var(--clientY) / 127) 0;
}
.ds-convenience__decor-item:nth-child(5) {
  right: -150px;
  top: -94px;
  width: 91px;
  height: 105px;
  translate: calc(var(--clientX) / -178) calc(var(--clientY) / -157) 0;
}
.ds-convenience__decor-item:nth-child(6) {
  right: -50px;
  top: 273px;
  width: 46px;
  height: 53px;
  translate: calc(var(--clientX) / -118) calc(var(--clientY) / 147) 0;
}
.ds-convenience__decor-item:nth-child(7) {
  right: -90px;
  top: 331px;
  width: 63px;
  height: 73px;
  translate: calc(var(--clientX) / 178) calc(var(--clientY) / -127) 0;
}
.ds-convenience__decor-item:nth-child(8) {
  right: -57px;
  bottom: 210px;
  width: 73px;
  height: 84px;
  translate: calc(var(--clientX) / -128) calc(var(--clientY) / -97) 0;
}
.ds-convenience__decor-item:nth-child(9) {
  right: -215px;
  bottom: -20px;
  width: 217px;
  height: 250px;
  translate: calc(var(--clientX) / -218) calc(var(--clientY) / -157) 0;
}
.ds-compatibility .ds-container {
  position: relative;
}
.ds-compatibility__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 540fr 608fr;
  grid-template-columns: 540fr 608fr;
  gap: 92px;
}
.ds-compatibility__head {
  margin-top: -7px;
}
.ds-compatibility__logo {
  margin-bottom: 10px;
}
.ds-compatibility__logo-text {
  font-size: 43px;
  line-height: 1;
  font-weight: 400;
  vertical-align: middle;
  margin-left: 5px;
}
.ds-compatibility__title {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 1.2;
}
.ds-compatibility__subtitle {
  font-size: 25px;
  letter-spacing: 0.02em;
}
.ds-compatibility__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.ds-compatibility__link {
  letter-spacing: 0.03em;
  font-size: 17px;
}
.ds-compatibility__link::after {
  margin-top: 3px;
}
.ds-compatibility__link::before {
  content: "";
  position: absolute;
  inset: 0;
}
.ds-compatibility__item {
  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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid #1d464e;
  padding: 30px;
  min-height: 287px;
  background-color: #00252b;
}
.ds-compatibility__item::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 37, 43, 0)), color-stop(58.85%, #00252b));
  background: -o-linear-gradient(top, rgba(0, 37, 43, 0) 0%, #00252b 58.85%);
  background: linear-gradient(180deg, rgba(0, 37, 43, 0) 0%, #00252b 58.85%);
  inset: 0;
}
.ds-compatibility__info {
  position: relative;
  z-index: 2;
}
.ds-compatibility__name {
  margin-bottom: 18px;
  min-height: 46px;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
.ds-compatibility__img {
  position: absolute;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  inset: 0;
}
.ds-compatibility__img img {
  width: 100%;
  height: 100%;
}
.ds-compatibility__decor-item {
  position: absolute;
  z-index: -1;
  opacity: 0.08;
  translate: calc(var(--clientX) / -78) calc(var(--clientY) / -57) 0;
}
.ds-compatibility__decor-item:nth-child(1) {
  left: -97px;
  top: 116px;
  width: 46px;
  height: 53px;
  translate: calc(var(--clientX) / 78) calc(var(--clientY) / -57) 0;
}
.ds-compatibility__decor-item:nth-child(2) {
  left: -70px;
  top: 154px;
  width: 63px;
  height: 73px;
  translate: calc(var(--clientX) / 128) calc(var(--clientY) / 57) 0;
}
.ds-compatibility__decor-item:nth-child(3) {
  left: -102px;
  top: 188px;
  width: 73px;
  height: 84px;
  translate: calc(var(--clientX) / -138) calc(var(--clientY) / 97) 0;
}
.ds-compatibility__decor-item:nth-child(4) {
  left: -108px;
  top: 263px;
  width: 216px;
  height: 250px;
}
.ds-compatibility__decor-item:nth-child(5) {
  left: 180px;
  top: 124px;
  width: 91px;
  height: 105px;
  translate: calc(var(--clientX) / -178) calc(var(--clientY) / -157) 0;
}
.ds-compatibility__break-desk {
  display: block;
}
.ds-minimize .ds-container {
  position: relative;
}
.ds-minimize__head {
  margin: 0 auto 60px;
  max-width: 900px;
}
.ds-minimize__title {
  margin-bottom: 20px;
}
.ds-minimize__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.ds-minimize__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 135.2739726027%;
  width: 100%;
  height: 0;
}
.ds-minimize__img img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  width: 100%;
  height: 100%;
}
.ds-minimize__info {
  position: relative;
  padding-left: 20px;
}
.ds-minimize__info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  width: 4px;
  height: 100%;
  background: -o-linear-gradient(337deg, #42e2a4 15.11%, #2eff81 84.89%);
  background: linear-gradient(113deg, #42e2a4 15.11%, #2eff81 84.89%);
}
.ds-minimize__icon {
  margin-bottom: 20px;
}
.ds-minimize__name {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.1;
}
.ds-minimize__decor-item {
  position: absolute;
  z-index: -1;
  opacity: 0.08;
  translate: calc(var(--clientX) / -178) calc(var(--clientY) / -157) 0;
}
.ds-minimize__decor-item:nth-child(1) {
  left: 104px;
  top: -46px;
  width: 91px;
  height: 105px;
}
.ds-minimize__decor-item:nth-child(2) {
  right: 62px;
  top: -200px;
  width: 46px;
  height: 53px;
  translate: calc(var(--clientX) / 148) calc(var(--clientY) / -127) 0;
}
.ds-minimize__decor-item:nth-child(3) {
  right: 15px;
  top: -140px;
  width: 63px;
  height: 73px;
  translate: calc(var(--clientX) / 98) calc(var(--clientY) / -97) 0;
}
.ds-minimize__decor-item:nth-child(4) {
  right: 54px;
  top: -119px;
  width: 73px;
  height: 84px;
  translate: calc(var(--clientX) / -118) calc(var(--clientY) / 77) 0;
}
.ds-minimize__decor-item:nth-child(5) {
  right: -103px;
  top: -56px;
  width: 217px;
  height: 250px;
  translate: calc(var(--clientX) / -138) calc(var(--clientY) / 157) 0;
}
.ds-mods .ds-container {
  position: relative;
}
.ds-mods__head {
  margin: 0 auto 88px;
  max-width: 900px;
}
.ds-mods__title {
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.04em;
  font-style: italic;
}
.ds-mods__subtitle {
  letter-spacing: 0.04em;
}
.ds-mods__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.ds-mods__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  width: 100%;
  height: 193px;
  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;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  border-radius: 2px;
}
.ds-mods__img picture {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ds-mods__img img {
  border-radius: 2px;
  width: auto;
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.ds-mods__img-lens {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  z-index: 2;
  pointer-events: none;
}
.ds-mods__info {
  position: relative;
  padding-left: 20px;
}
.ds-mods__info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  width: 4px;
  height: 100%;
  background: -o-linear-gradient(337deg, #42e2a4 15.11%, #2eff81 84.89%);
  background: linear-gradient(113deg, #42e2a4 15.11%, #2eff81 84.89%);
}
.ds-mods__icon {
  margin-bottom: 20px;
}
.ds-mods__name {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.1;
}
.ds-mods__decor-item {
  position: absolute;
  z-index: -1;
  opacity: 0.08;
  translate: calc(var(--clientX) / -178) calc(var(--clientY) / -157) 0;
}
.ds-mods__decor-item:nth-child(1) {
  left: 104px;
  top: -46px;
  width: 91px;
  height: 105px;
}
.ds-mods__decor-item:nth-child(2) {
  right: 62px;
  top: -200px;
  width: 46px;
  height: 53px;
  translate: calc(var(--clientX) / 148) calc(var(--clientY) / -127) 0;
}
.ds-mods__decor-item:nth-child(3) {
  right: 15px;
  top: -140px;
  width: 63px;
  height: 73px;
  translate: calc(var(--clientX) / 98) calc(var(--clientY) / -97) 0;
}
.ds-mods__decor-item:nth-child(4) {
  right: 54px;
  top: -119px;
  width: 73px;
  height: 84px;
  translate: calc(var(--clientX) / -118) calc(var(--clientY) / 77) 0;
}
.ds-mods__decor-item:nth-child(5) {
  right: -103px;
  top: -56px;
  width: 217px;
  height: 250px;
  translate: calc(var(--clientX) / -138) calc(var(--clientY) / 157) 0;
}
.gallery .ds-container {
  position: relative;
}
.gallery__inner {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.gallery__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  border-radius: 50%;
  width: 422px;
  height: 422px;
  background: rgba(45, 255, 129, 0.6);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: filter;
}
.gallery__slider {
  position: relative;
  width: 100%;
  max-width: 927px;
  margin: 0 auto;
  overflow: hidden;
}
.gallery .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gallery .swiper-slide {
  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;
  height: auto;
}
.gallery__img {
  position: relative;
  margin-top: 0;
  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;
  width: 100%;
  height: 100%;
}
.gallery__img picture {
  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;
  width: 100%;
}
.gallery__img img {
  width: auto;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.gallery__shadow {
  position: absolute;
  left: 50%;
  bottom: -30px;
  z-index: -1;
  width: 45%;
  height: 30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  background: -o-radial-gradient(ellipse, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 40%, transparent 70%);
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 40%, transparent 70%);
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.gallery__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  border: none;
  border-radius: 50%;
  padding: 0;
  background: #00252b;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: auto;
  height: auto;
  -webkit-tap-highlight-color: transparent;
}
.gallery__arrow img {
  display: block;
  width: 75px;
  height: 75px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -o-object-fit: contain;
  object-fit: contain;
}
.gallery__arrow--prev {
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gallery__arrow--prev img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gallery__arrow--next {
  right: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gallery__arrow:active img {
  -webkit-filter: drop-shadow(0 1px 5px rgba(36, 197, 111, 0.9));
  filter: drop-shadow(0 1px 5px rgba(36, 197, 111, 0.9));
}
.gallery__btn {
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.32;
}
.gallery .swiper-pagination {
  position: static;
  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;
  margin-top: 30px;
}
.gallery .swiper-pagination-bullet {
  width: 11px;
  height: 13px;
  background: #42e2a4;
  opacity: 0.4;
  border: none;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
  border-radius: 0;
  margin: 0 4.5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.gallery .swiper-pagination-bullet-active {
  background: -o-linear-gradient(337deg, #42e2a4 15.11%, #2eff81 84.89%);
  background: linear-gradient(113deg, #42e2a4 15.11%, #2eff81 84.89%);
  opacity: 1;
  border: none;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.gallery__decor-item {
  position: absolute;
  z-index: -1;
  opacity: 0.08;
  translate: calc(var(--clientX) / -178) calc(var(--clientY) / -157) 0;
}
.gallery__decor-item:nth-child(1) {
  right: 193px;
  top: -26px;
  width: 46px;
  height: 53px;
  translate: calc(var(--clientX) / 148) calc(var(--clientY) / -127) 0;
}
.gallery__decor-item:nth-child(2) {
  right: 152px;
  top: 27px;
  width: 63px;
  height: 73px;
  translate: calc(var(--clientX) / 98) calc(var(--clientY) / -97) 0;
}
.gallery__decor-item:nth-child(3) {
  right: 160px;
  top: 44px;
  width: 73px;
  height: 84px;
  translate: calc(var(--clientX) / -118) calc(var(--clientY) / 77) 0;
}
.gallery__decor-item:nth-child(4) {
  right: 13px;
  top: 116px;
  width: 217px;
  height: 250px;
  translate: calc(var(--clientX) / -138) calc(var(--clientY) / 157) 0;
}
.gallery__decor-item:nth-child(5) {
  left: 13px;
  bottom: -130px;
  width: 217px;
  height: 250px;
  translate: calc(var(--clientX) / -138) calc(var(--clientY) / 157) 0;
}
.gallery__decor-item:nth-child(6) {
  left: 120px;
  bottom: -234px;
  width: 63px;
  height: 73px;
  translate: calc(var(--clientX) / 98) calc(var(--clientY) / -97) 0;
}
.gallery__decor-item:nth-child(7) {
  left: 183px;
  bottom: -191px;
  width: 73px;
  height: 84px;
  translate: calc(var(--clientX) / -118) calc(var(--clientY) / 77) 0;
}
.gallery__decor-item:nth-child(8) {
  left: 164px;
  bottom: -286px;
  width: 46px;
  height: 53px;
  translate: calc(var(--clientX) / 148) calc(var(--clientY) / -127) 0;
}
.ds-partners__head {
  margin: -5px auto 60px;
  max-width: 800px;
}
.ds-partners__title {
  margin-bottom: 20px;
}
.ds-partners__subtitle {
  letter-spacing: 0.04em;
}
.ds-partners__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.ds-partners__left-item {
  width: 292px;
  height: 240px;
  background: -o-linear-gradient(327deg, rgba(255, 255, 255, 0.12) 0.62%, rgba(255, 255, 255, 0) 99.24%);
  background: linear-gradient(123deg, rgba(255, 255, 255, 0.12) 0.62%, rgba(255, 255, 255, 0) 99.24%);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}
.ds-partners__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
.ds-partners__right-item {
  width: 292px;
  height: 282px;
  padding: 32px 25px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #1d464e;
  background-color: #00252b;
}
.ds-partners__right-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
}
.ds-partners__right-content {
  padding-left: 40px;
}
.ds-partners__right-phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 13px;
  font-style: normal;
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.ds-partners__right-phone img {
  margin-right: 18px;
}
.ds-partners__right-mail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 32px;
  font-style: normal;
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.ds-partners__right-mail img {
  margin-right: 18px;
}
.ds-partners__right-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-style: normal;
}
.ds-lessons__head {
  margin-bottom: 40px;
  margin-top: -5px;
  width: 700px;
}
.ds-lessons__title {
  line-height: 1.2;
  margin-bottom: 15px;
}
.ds-lessons__subtitle {
  font-size: 24px;
  letter-spacing: 0.04em;
}
.ds-lessons__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-left: -5px;
}
.ds-lessons__list {
  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;
  width: 325px;
  height: 595px;
  overflow: hidden;
  overflow-y: auto;
  direction: rtl;
  border-right: 1px solid #1d464e;
  scrollbar-width: thin;
  scrollbar-color: #2a606b #053434;
  gap: 22px;
  padding-left: 17px;
  padding-right: 15px;
  margin-top: 15px;
}
.ds-lessons__list::-webkit-scrollbar {
  width: 5px;
}
.ds-lessons__list::-webkit-scrollbar-track {
  background: #053434;
}
.ds-lessons__list::-webkit-scrollbar-thumb {
  background: #2a606b;
  border-radius: 2px;
}
.ds-lessons__item {
  position: relative;
  padding-left: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  min-height: 70px;
  direction: ltr;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.1;
  cursor: pointer;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0.5;
  text-align:right;
}
.ds-lessons__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  width: 4px;
  height: 100%;
  background: -o-linear-gradient(337deg, #42e2a4 15.11%, #2eff81 84.89%);
  background: linear-gradient(113deg, #42e2a4 15.11%, #2eff81 84.89%);
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.ds-lessons__item.active {
  opacity: 1;
}
.ds-lessons__item.active::before {
  opacity: 1;
}
.ds-lessons__video {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ds-lessons__video-preview {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 20px;
}
.ds-lessons__video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
  border-radius: 19px;
  height: 100%;
}
.ds-lessons__video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 88px;
  height: 100px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  z-index: 2;
}
.ds-lessons__video-btn::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 50px;
  height: 50px;
  background: url("/bitrix/templates/grunbaum/img/inj4000s/play-icon.svg") center/cover no-repeat;
}
.ds-lessons__video-btn.ds-hexagon--no-resize {
  width: 88px;
  height: 100px;
}
.ds-lessons .ds-hexagon {
  background: url("/bitrix/templates/grunbaum/img/inj4000s/hexagon-bg-sec.svg") center/cover no-repeat;
}
.ds-lessons__video-text-title {
  margin-top: 15px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
}
.ds-lessons__video-text-subtitle {
  font-size: 16px;
  opacity: 0.6;
  line-height: 1.4;
}
.ds-tribute .ds-container {
  position: relative;
}
.ds-tribute__inner {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.ds-tribute__logo {
  width: 148px;
  height: 24px;
  margin: 15px auto 7px;
}
.ds-tribute__img {
  position: relative;
  margin-top: -60px;
}
.ds-tribute__img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: -1;
  border-radius: 50%;
  width: 422px;
  height: 422px;
  background: rgba(45, 255, 129, 0.6);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: filter;
}
.ds-tribute__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
}
.ds-tribute__title span {
  font-weight: 500;
}
.ds-tribute__decor-item {
  position: absolute;
  z-index: -1;
  opacity: 0.08;
  translate: calc(var(--clientX) / -178) calc(var(--clientY) / -157) 0;
}
.ds-tribute__decor-item:nth-child(1) {
  right: 193px;
  top: -26px;
  width: 46px;
  height: 53px;
  translate: calc(var(--clientX) / 148) calc(var(--clientY) / -127) 0;
}
.ds-tribute__decor-item:nth-child(2) {
  right: 152px;
  top: 27px;
  width: 63px;
  height: 73px;
  translate: calc(var(--clientX) / 98) calc(var(--clientY) / -97) 0;
}
.ds-tribute__decor-item:nth-child(3) {
  right: 160px;
  top: 44px;
  width: 73px;
  height: 84px;
  translate: calc(var(--clientX) / -118) calc(var(--clientY) / 77) 0;
}
.ds-tribute__decor-item:nth-child(4) {
  right: 13px;
  top: 116px;
  width: 217px;
  height: 250px;
  translate: calc(var(--clientX) / -138) calc(var(--clientY) / 157) 0;
}
.ds-tribute__decor-item:nth-child(5) {
  left: 13px;
  bottom: -130px;
  width: 217px;
  height: 250px;
  translate: calc(var(--clientX) / -138) calc(var(--clientY) / 157) 0;
}
.ds-tribute__decor-item:nth-child(6) {
  left: 120px;
  bottom: -234px;
  width: 63px;
  height: 73px;
  translate: calc(var(--clientX) / 98) calc(var(--clientY) / -97) 0;
}
.ds-tribute__decor-item:nth-child(7) {
  left: 183px;
  bottom: -191px;
  width: 73px;
  height: 84px;
  translate: calc(var(--clientX) / -118) calc(var(--clientY) / 77) 0;
}
.ds-tribute__decor-item:nth-child(8) {
  left: 164px;
  bottom: -286px;
  width: 46px;
  height: 53px;
  translate: calc(var(--clientX) / 148) calc(var(--clientY) / -127) 0;
}

@media screen and (max-width: 1280px) {
  .ds-title {
    font-size: 50px;
  }

  .ds-subtitle {
    font-size: 20px;
  }

  .ds-section-offset {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .ds-modal__inner {
    padding: 60px 20px 20px;
  }

  .ds-modal-akpp__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .ds-modal-adapters__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .ds-hero__title {
    font-size: 90px;
  }

  .ds-hero__subtitle {
    font-size: 22px;
  }

  .ds-hero__logo img {
    width: 280px;
  }

  .ds-functions__title {
    font-size: 90px;
  }

  .ds-functions__subtitle {
    font-size: 22px;
  }

  .ds-functions__logo img {
    width: 280px;
  }

  .ds-compatibility__list {
    gap: 12px;
  }

  .ds-compatibility__logo img {
    width: 430px;
  }

  .ds-compatibility__inner {
    gap: 30px;
  }
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
  }

  .ds-modal__close--fixed {
    position: fixed;
    right: 20px;
    top: 20px;
  }

  .ds-hero__title {
    font-size: 80px;
  }

  .ds-hero__logo img {
    width: 250px;
  }

  .ds-optimize__item {
    padding: 20px;
    min-height: 250px;
  }

  .ds-optimize__name {
    font-size: 19px;
  }

  .ds-functions__title {
    font-size: 80px;
  }

  .ds-functions__logo img {
    width: 250px;
  }

  .ds-technology__video {
    width: 300px;
    height: auto;
  }

  .ds-convenience__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
  }

  .ds-convenience__col {
    margin-top: 0;
    width: 100% !important;
    max-width: 100% !important;
  }

  .ds-convenience__col:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    max-width: 606px !important;
    margin: 0 auto;
  }

  .ds-convenience__col:first-child,
  .ds-convenience__col:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .ds-convenience__col:first-child .ds-convenience__item,
  .ds-convenience__col:last-child .ds-convenience__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 10px);
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 5px);
    margin-bottom: 0 !important;
  }

  .gallery__slider {
    max-width: 100%;
  }

  .ds-lessons__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .ds-lessons__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: auto;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    direction: ltr;
    border-right: none;
    border-bottom: 1px solid #1d464e;
    padding-bottom: 15px;
    margin-top: 0;
    gap: 15px;
    padding-left: 0;
    padding-right: 0;
    scrollbar-width: thin;
    scrollbar-color: #2a606b #053434;
  }

  .ds-lessons__list::-webkit-scrollbar {
    height: 5px;
  }

  .ds-lessons__list::-webkit-scrollbar-track {
    background: #053434;
  }

  .ds-lessons__list::-webkit-scrollbar-thumb {
    background: #2a606b;
    border-radius: 2px;
  }

  .ds-lessons__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 250px;
    max-width: 300px;
    min-height: auto;
    padding-left: 20px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .ds-lessons__video {
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .ds-lessons__decor {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  :root {
    --header-height: 80px;
  }
}

@media screen and (max-width: 840px) {
  .ds-hero {
    min-height: auto;
  }

  .ds-hero__decor-item:nth-child(1),
  .ds-hero__decor-item:nth-child(6) {
    display: none;
  }

  .ds-hero__decor-item:nth-child(n) {
    left: auto;
    bottom: auto;
    translate: none;
  }

  .ds-hero__decor-item:nth-child(2) {
    right: 30px;
    top: 16px;
    width: 27px;
    height: 31px;
  }

  .ds-hero__decor-item:nth-child(3) {
    right: 0;
    top: 50px;
    width: 36px;
    height: 42px;
  }

  .ds-hero__decor-item:nth-child(4) {
    right: 24px;
    top: 65px;
    width: 42px;
    height: 49px;
  }

  .ds-hero__decor-item:nth-child(5) {
    right: -67px;
    top: 101px;
    width: 124px;
    height: 144px;
  }

  .ds-hero__benefits {
    margin-top: 60px;
  }

  .ds-hero__benefits-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .ds-hero__content {
    margin-bottom: 30px;
  }

  .ds-hero__subtitle {
    margin-bottom: 0;
  }

  .ds-hero__video {
    margin-bottom: 30px;
    padding-bottom: 67.9300291545%;
  }

  .ds-hero__inner {
    display: block;
  }

  .ds-hero__caption {
    margin-bottom: 20px;
  }

  .ds-optimize__inner {
    display: block;
  }

  .ds-optimize__inner::before {
    right: -235px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .ds-optimize__head {
    margin: 0 auto 30px;
    text-align: center;
  }

  .ds-optimize__item {
    min-height: 214px;
  }

  .ds-optimize__img {
    margin-bottom: 20px;
  }

  .ds-optimize__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ds-optimize__decor-item {
    display: none;
  }

  .ds-optimize__decor-item:nth-child(6) {
    left: -38px;
    top: 31px;
    display: block;
    width: 124px;
    height: 144px;
  }

  .ds-functions {
    min-height: auto;
  }

  .ds-functions__decor-item:nth-child(1),
  .ds-functions__decor-item:nth-child(6) {
    display: none;
  }

  .ds-functions__decor-item:nth-child(n) {
    left: auto;
    bottom: auto;
    translate: none;
  }

  .ds-functions__decor-item:nth-child(2) {
    right: 30px;
    top: 16px;
    width: 27px;
    height: 31px;
  }

  .ds-functions__decor-item:nth-child(3) {
    right: 0;
    top: 50px;
    width: 36px;
    height: 42px;
  }

  .ds-functions__decor-item:nth-child(4) {
    right: 24px;
    top: 65px;
    width: 42px;
    height: 49px;
  }

  .ds-functions__decor-item:nth-child(5) {
    right: -67px;
    top: 101px;
    width: 124px;
    height: 144px;
  }

  .ds-functions__benefits {
    margin-top: 60px;
  }

  .ds-functions__benefits-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .ds-functions__content {
    margin-bottom: 30px;
  }

  .ds-functions__subtitle {
    margin-bottom: 0;
  }

  .ds-functions__video {
    margin-bottom: 30px;
    padding-bottom: 67.9300291545%;
  }

  .ds-functions__inner {
    display: block;
  }

  .ds-functions__caption {
    margin-bottom: 20px;
  }

  .ds-technology__decor {
    display: none;
  }

  .ds-technology__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ds-technology__col {
    width: 100% !important;
    max-width: 100% !important;
    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: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ds-technology__col-title {
    margin: 0 0 20px;
    text-align: left;
    font-size: 22px;
    white-space: normal;
  }

  .ds-technology__list-wrapper {
    max-width: 100% !important;
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ds-technology__item {
    width: auto !important;
    max-width: 48%;
    padding-left: 20px;
    margin-bottom: 10px !important;
  }

  .ds-technology__col--video {
    margin: 2 0px 0;
  }

  .ds-technology__col--video .ds-technology__video {
    width: 60%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 438/534;
  }

  .ds-technology__text {
    font-size: 20px;
  }

  .ds-convenience__decor {
    display: none;
  }

  .ds-compatibility__inner {
    display: block;
  }

  .ds-compatibility__head {
    margin-bottom: 30px;
    text-align: center;
  }

  .ds-compatibility__title {
    margin-bottom: 15px;
  }

  .ds-compatibility__logo {
    margin-bottom: 15px;
  }

  .ds-compatibility__logo img {
    width: 380px;
  }

  .ds-compatibility__item {
    min-height: 214px;
  }

  .ds-compatibility__name {
    margin-bottom: 15px;
  }

  .ds-compatibility__break-desk {
    display: none;
  }

  .ds-compatibility__decor-item {
    display: none;
  }

  .ds-compatibility__decor-item:nth-child(1) {
    left: -77px;
    top: 50px;
    display: block;
    width: 124px;
    height: 144px;
  }

  .ds-minimize__title {
    margin-bottom: 15px;
  }

  .ds-minimize__head {
    margin-bottom: 30px;
  }

  .ds-minimize__img {
    margin-bottom: 20px;
  }

  .ds-minimize__decor-item {
    display: none;
  }

  .ds-minimize__decor-item:nth-child(1) {
    left: -46px;
    top: 43px;
    display: block;
  }

  .ds-minimize__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px 10px;
  }

  .ds-minimize__name {
    font-size: 18px;
  }

  .ds-mods__title {
    margin-bottom: 15px;
  }

  .ds-mods__head {
    margin-bottom: 30px;
  }

  .ds-mods__img {
    margin-bottom: 20px;
  }

  .ds-mods__decor-item {
    display: none;
  }

  .ds-mods__decor-item:nth-child(1) {
    left: -46px;
    top: 43px;
    display: block;
  }

  .ds-mods__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px 10px;
  }

  .ds-mods__name {
    font-size: 18px;
  }

  .gallery__title {
    font-size: 18px;
  }

  .gallery__slider {
    max-width: 100%;
    position: relative;
  }

  .gallery .gallery__img img {
    max-width: 375px;
  }

  .gallery__img {
    margin-top: 0;
    width: 100%;
    max-width: none;
  }

  .gallery__img picture,
  .gallery__img img {
    width: 100%;
    max-width: none;
  }

  .gallery__img::before {
    width: 332px;
    height: 332px;
  }

  .gallery__shadow {
    width: 100%;
    height: 20px;
    bottom: -15px;
    -webkit-filter: blur(12px);
    filter: blur(12px);
  }

  .gallery__arrow--prev {
    left: 0;
  }

  .gallery__arrow--next {
    right: 0;
  }

  .gallery__arrow img {
    width: 60px;
    height: 60px;
  }

  .gallery .swiper-pagination {
    margin-top: 20px;
  }

  .gallery .swiper-pagination-bullet {
    width: 8px;
    height: 10px;
    margin: 0 4.5px;
  }

  .gallery__decor {
    display: none;
  }

  .ds-partners__title {
    margin-bottom: 15px;
  }

  .ds-tribute__title {
    font-size: 18px;
  }

  .ds-tribute__img {
    margin-top: 0;
    width: 375px;
  }

  .ds-tribute__img::before {
    width: 332px;
    height: 332px;
  }

  .ds-tribute__decor {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .ds-btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ds-mobile-hidden {
    display: none;
  }

  .ds-title {
    font-size: 40px;
  }

  .ds-subtitle {
    font-size: 18px;
  }

  .ds-section-offset {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ds-hexagon {
    padding: 13px;
    width: 48px;
    height: 55px;
  }

  .ds-cols-desktop {
    display: none;
  }

  .ds-cols-mobile {
    display: table-column-group;
  }

  .ds-modal__close {
    right: 8px;
    top: 8px;
  }

  .ds-modal__close--fixed {
    right: 20px;
    top: 20px;
  }

  .ds-modal__logo {
    margin-bottom: 15px;
  }

  .ds-modal__logo img {
    width: 237px;
  }

  .ds-modal__logo-subtitle {
    font-size: 30px;
  }

  .ds-modal__logo--sm img {
    width: 204px;
  }

  .ds-modal__notification {
    font-size: 14px;
  }

  .ds-modal-akpp__more {
    display: block;
  }

  .ds-modal-akpp__title {
    margin-bottom: 30px;
  }

  .ds-modal-akpp__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .ds-modal-akpp__item:nth-child(4) ~ .ds-modal-akpp__item {
    display: none;
  }

  .ds-modal-akpp__list {
    display: block;
  }

  .ds-modal-akpp__list.is-active .ds-modal-akpp__item:nth-child(4) ~ .ds-modal-akpp__item {
    display: block;
  }

  .ds-modal,
  .ds-modal__wrapper,
  .ds-modal__overlay {
    padding: 0 !important;
  }

  .ds-modal__inner--image {
    padding: 50px 10px;
    max-width: 100%;
    min-height: 100%;
  }

  .ds-modal__inner--image img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .ds-modal-video__btn {
    width: 61px;
    height: 70px;
  }

  .ds-modal-video__btn::before {
    width: 35px;
    height: 35px;
  }

  .ds-modal-form__btn {
    margin-top: 15px;
  }

  .ds-modal-form__item {
    margin-bottom: 15px;
  }

  .ds-modal-form__item input {
    padding: 10px 16px;
  }

  .ds-modal-compare__accordion {
    font-size: 15px;
  }

  .ds-modal-compare__accordion span {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ds-modal-compare__box:not(:last-child) {
    margin-bottom: 60px;
  }

  .ds-modal-compare__desktop {
    display: none;
  }

  .ds-modal-compare__mobile {
    display: block;
  }

  .ds-modal-compare__head {
    margin-bottom: 30px;
  }

  .ds-modal-compare__img {
    margin-bottom: 18px;
    text-align: center;
  }

  .ds-modal-compare__item td:first-child,
  .ds-modal-compare__item th:first-child {
    padding-left: 20px;
  }

  .ds-modal-compare__item td:last-child,
  .ds-modal-compare__item th:last-child {
    padding-right: 20px;
  }

  .ds-modal-compare__item thead th:first-child,
  .ds-modal-compare__item thead td:first-child {
    padding: 10px 20px;
  }

  .ds-modal-compare__body {
    font-size: 12px;
  }

  .ds-modal-compare__body th:first-child,
  .ds-modal-compare__body td:first-child {
    width: 59%;
  }

  .ds-modal-compare__body th:last-child,
  .ds-modal-compare__body td:last-child {
    width: 41%;
  }

  .ds-modal-characteristics__accordion {
    font-size: 15px;
  }

  .ds-modal-characteristics__accordion span {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ds-modal-characteristics__box:not(:last-child) {
    margin-bottom: 60px;
  }

  .ds-modal-characteristics__desktop {
    display: block;
  }

  .ds-modal-characteristics__mobile {
    display: none;
  }

  .ds-modal-characteristics__head {
    margin-bottom: 30px;
  }

  .ds-modal-characteristics__img {
    margin-bottom: 18px;
    text-align: center;
  }

  .ds-modal-characteristics__header-cell-subtitle {
    font-weight: 400 !important;
    font-size: 12px;
    text-decoration: underline;
    line-height: 1.1;
    color: #fff;
  }

  .ds-modal-characteristics__item td:first-child,
  .ds-modal-characteristics__item th:first-child {
    padding-left: 20px;
  }

  .ds-modal-characteristics__item td:last-child,
  .ds-modal-characteristics__item th:last-child {
    padding-right: 20px;
  }

  .ds-modal-characteristics__item thead th:first-child,
  .ds-modal-characteristics__item thead td:first-child {
    padding: 10px 20px;
  }

  .ds-modal-characteristics__item .ds-modal-characteristics__header-cell--function,
  .ds-modal-characteristics__item .ds-modal-characteristics__cell--function {
    width: 40% !important;
  }

  .ds-modal-characteristics__item .ds-modal-characteristics__header-cell--description,
  .ds-modal-characteristics__item .ds-modal-characteristics__cell--description {
    width: 60% !important;
  }

  .ds-modal-characteristics__body {
    font-size: 12px;
  }

  .ds-modal-characteristics__body .ds-modal-characteristics__cell--function {
    width: 40% !important;
  }

  .ds-modal-characteristics__body .ds-modal-characteristics__cell--description {
    width: 60% !important;
  }

  .ds-modal-application__accordion {
    font-size: 15px;
  }

  .ds-modal-application__accordion span {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ds-modal-application__box:not(:last-child) {
    margin-bottom: 60px;
  }

  .ds-modal-application__desktop .ds-modal-application__item,
  .ds-modal-application__desktop .ds-modal-application__table-head {
    display: none;
  }

  .ds-modal-application__desktop .ds-modal__notification {
    display: block;
  }

  .ds-modal-application__mobile {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .ds-modal-application__head {
    margin-bottom: 30px;
  }

  .ds-modal-application__img {
    margin-bottom: 18px;
    text-align: center;
  }

  .ds-modal-application__header-cell-subtitle {
    font-weight: 400 !important;
    font-size: 14px;
    text-decoration: underline;
    line-height: 1.1;
    color: #fff;
    white-space: nowrap;
  }

  .ds-modal-application__item {
    position: relative;
    background: none;
    overflow: visible;
  }

  .ds-modal-application__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: -o-linear-gradient(169deg, rgba(255, 255, 255, 0.08) 0.63%, rgba(255, 255, 255, 0) 101.8%);
    background: linear-gradient(281deg, rgba(255, 255, 255, 0.08) 0.63%, rgba(255, 255, 255, 0) 101.8%);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    border-radius: 2px;
    z-index: -1;
    width: var(--table-width, 100%);
    min-width: 100%;
  }

  .ds-modal-application__item table {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
  }

  .ds-modal-application__item td,
  .ds-modal-application__item th {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .ds-modal-application__item td:first-child,
  .ds-modal-application__item th:first-child {
    padding-left: 20px;
  }

  .ds-modal-application__item td:last-child,
  .ds-modal-application__item th:last-child {
    padding-right: 20px;
  }

  .ds-modal-application__item thead th:first-child,
  .ds-modal-application__item thead td:first-child {
    padding: 10px 20px;
  }

  .ds-modal-application__item .ds-modal-application__header-cell--function,
  .ds-modal-application__item .ds-modal-application__cell--function {
    width: 40% !important;
  }

  .ds-modal-application__item .ds-modal-application__header-cell--description,
  .ds-modal-application__item .ds-modal-application__cell--description {
    width: 60% !important;
  }

  .ds-modal-application__item table .ds-modal-application__header-row th:first-child:not(.modal-application__header-cell--function):not(.modal-application__cell--function),
  .ds-modal-application__item table tbody td:first-child:not(.modal-application__header-cell--function):not(.modal-application__cell--function) {
    width: 20% !important;
    min-width: 20% !important;
    max-width: 20% !important;
  }

  .ds-modal-application__item table .ds-modal-application__header-row th:nth-child(2):not(.modal-application__header-cell--function):not(.modal-application__header-cell--description):not(.modal-application__cell--function):not(.modal-application__cell--description),
  .ds-modal-application__item table .ds-modal-application__header-row th:nth-child(3):not(.modal-application__header-cell--function):not(.modal-application__header-cell--description):not(.modal-application__cell--function):not(.modal-application__cell--description),
  .ds-modal-application__item table tbody td:nth-child(2):not(.modal-application__header-cell--function):not(.modal-application__header-cell--description):not(.modal-application__cell--function):not(.modal-application__cell--description),
  .ds-modal-application__item table tbody td:nth-child(3):not(.modal-application__header-cell--function):not(.modal-application__header-cell--description):not(.modal-application__cell--function):not(.modal-application__cell--description) {
    width: 30% !important;
    min-width: 30% !important;
    max-width: 30% !important;
  }

  .ds-modal-application__item table .ds-modal-application__header-row th:last-child:not(.modal-application__header-cell--description):not(.modal-application__cell--description),
  .ds-modal-application__item table tbody td:last-child:not(.modal-application__header-cell--description):not(.modal-application__cell--description) {
    width: 20% !important;
    min-width: 20% !important;
    max-width: 20% !important;
  }

  .ds-modal-application__item table .ds-modal-application__header-cell--function,
  .ds-modal-application__item table .ds-modal-application__cell--function {
    width: 40% !important;
    min-width: 40% !important;
    max-width: 40% !important;
  }

  .ds-modal-application__item table .ds-modal-application__header-cell--description,
  .ds-modal-application__item table .ds-modal-application__cell--description {
    width: 60% !important;
    min-width: 60% !important;
    max-width: 60% !important;
  }

  .ds-modal-application__body {
    font-size: 12px;
  }

  .ds-modal-application__body .ds-modal-application__cell--function {
    width: 40% !important;
  }

  .ds-modal-application__body .ds-modal-application__cell--description {
    width: 60% !important;
  }

  .ds-modal-adapters__head {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .ds-modal-adapters__name {
    font-size: 13px;
  }

  .ds-modal-adapters__img {
    margin-top: 0;
    margin-bottom: 4px;
  }

  .ds-modal-adapters__count {
    margin-bottom: 3px;
    font-size: 13px;
  }

  .ds-modal-adapters__count > span {
    display: none;
  }

  .ds-modal-adapters__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .ds-hero__video-btn {
    width: 61px;
    height: 70px;
  }

  .ds-hero__video-btn::before {
    width: 35px;
    height: 35px;
  }

  .ds-hero__subtitle {
    font-size: 21px;
  }

  .ds-hero__logo img {
    width: 204px;
  }

  .ds-hero__title {
    font-size: 60px;
  }

  .ds-optimize__head {
    width: 100%;
  }

  .ds-optimize__name {
    font-size: 18px;
  }

  .ds-functions__video-btn {
    width: 61px;
    height: 70px;
  }

  .ds-functions__video-btn::before {
    width: 35px;
    height: 35px;
  }

  .ds-functions__subtitle {
    font-size: 21px;
  }

  .ds-functions__logo img {
    width: 204px;
  }

  .ds-functions__title {
    font-size: 60px;
  }

  .ds-technology__video-btn.ds-hexagon--no-resize {
    width: 73px !important;
    height: 85px !important;
    padding: 0 !important;
  }

  .ds-convenience__video-btn.ds-hexagon--no-resize {
    width: 73px !important;
    height: 85px !important;
    padding: 0 !important;
  }

  .ds-compatibility__name {
    min-height: auto;
    font-size: 18px;
  }

  .ds-compatibility__logo img {
    width: 315px;
  }

  .ds-mods__info {
    margin-left: 35px;
  }

  .gallery__arrow--prev {
    left: 0;
  }

  .gallery__arrow--next {
    right: 0;
  }

  .gallery__arrow img {
    width: 50px;
    height: 50px;
  }

  .ds-lessons__video-btn.ds-hexagon--no-resize {
    width: 73px !important;
    height: 85px !important;
    padding: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .ds-technology__head {
    margin-bottom: 20px;
  }

  .ds-technology__pretitle {
    margin-bottom: 5px;
  }

  .ds-technology__title {
    margin-bottom: 5px;
  }

  .ds-technology__subtitle {
    font-size: 24px;
  }

  .ds-technology__inner {
    gap: 0px;
  }

  .ds-technology__inner .ds-technology__col:nth-child(2) {
    width: 250px;
  }

  .ds-technology__inner::before {
    top: 50%;
    width: 300px;
    height: 200px;
    -webkit-filter: blur(50px);
    filter: blur(50px);
  }

  .ds-technology__col-title {
    margin-bottom: 20px;
    font-size: 19px;
    text-align: left;
  }

  .ds-technology__item {
    width: 166px !important;
  }

  .ds-technology__text {
    font-size: 15px;
    font-weight: 300;
  }

  .ds-mods__info {
    margin-left: 0px;
  }

  .ds-lessons__head {
    width: 100%;
    text-align: center;
  }

  .ds-lessons__title {
    line-height: 1.1;
    margin-bottom: 10px;
  }

  .ds-lessons__item {
    height: 45px;
    width: 135px;
    min-width: 135px;
    max-width: 135px;
    font-size: 14px;
    line-height: 1.1;
    padding-left: 10px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }

  .ds-lessons__video-text-title {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
  }
}

@media screen and (max-width: 476px) {
  .ds-break-sm {
    display: block;
  }

  .ds-modal__logo-wrapper {
    height: 30px;
  }

  .ds-modal__logo-img {
    height: 22px;
    margin-right: 10px;
  }

  .ds-modal__logo-text {
    font-size: 31px;
    line-height: 31px;
    height: 31px;
  }

  .ds-modal-adapters__title {
    font-size: 28px;
  }

  .ds-modal-adapters__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .ds-modal-application__header-cell-subtitle {
    font-size: 12px;
  }

  .ds-modal-application__mobile {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    padding-left: 10px;
    padding-right: 10px;
  }

  .ds-modal-application__item td:first-child,
  .ds-modal-application__item th:first-child {
    padding-left: 10px;
  }

  .ds-modal-application__item td:last-child,
  .ds-modal-application__item th:last-child {
    padding-right: 10px;
  }

  .ds-modal-application__item thead th:first-child,
  .ds-modal-application__item thead td:first-child {
    padding: 10px 10px;
  }

  .ds-hero__benefits-title {
    margin: 0 auto;
    max-width: 150px;
  }

  .ds-hero__benefits-item {
    height: 145px;
  }

  .ds-hero__btn {
    width: 100%;
  }

  .ds-hero__title {
    font-size: 58px;
  }

  .ds-hero__subtitle {
    margin-top: 10px;
  }

  .ds-hero__logo img {
    width: 128px;
  }

  .ds-hero__content {
    margin-bottom: 20px;
  }

  .ds-hero__benefits {
    margin-top: 30px;
  }

  .ds-optimize__inner::before {
    content: "";
    position: absolute;
    left: 80%;
    top: 5%;
    z-index: -1;
    border-radius: 50%;
    width: 252px;
    height: 252px;
    background: rgba(45, 255, 129, 0.6);
    -webkit-filter: blur(50px);
    filter: blur(50px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    will-change: filter;
  }

  .ds-optimize__inner::after {
    content: "";
    position: absolute;
    left: 80%;
    top: 34%;
    z-index: -1;
    border-radius: 50%;
    width: 290px;
    height: 290px;
    background: rgba(45, 255, 129, 0.6);
    -webkit-filter: blur(50px);
    filter: blur(50px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    will-change: filter;
  }

  .ds-optimize__logo img {
    width: 111px;
  }

  .ds-optimize__head {
    margin-bottom: 30px;
  }

  .ds-optimize__logo-text {
    font-size: 30px;
  }

  .ds-optimize__title {
    margin-bottom: 5px;
  }

  .ds-optimize__subtitle {
    font-size: 18px;
    width: 187px;
    margin: 0 auto;
  }

  .ds-optimize__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: column;
    -ms-flex-align: column;
    align-items: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
  }

  .ds-optimize__item {
    width: 100%;
    max-width: 100%;
  }

  .ds-optimize__img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .ds-optimize__text {
    width: 243px;
  }

  .ds-functions__content {
    margin-bottom: 45px;
  }

  .ds-functions__benefits-title {
    margin: 0 auto;
    max-width: 100px;
  }

  .ds-functions__btn {
    width: 100%;
    margin-top: 23px;
  }

  .ds-functions__logo img {
    width: 170px;
  }

  .ds-functions__logo-model {
    font-size: 46px;
    margin-top: 8px;
  }

  .ds-functions__item {
    min-height: 311px;
    padding-bottom: 10px;
  }

  .ds-functions__item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 70%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 37, 43, 0)), color-stop(58.85%, #00252b));
    background: -o-linear-gradient(top, rgba(0, 37, 43, 0) 0%, #00252b 58.85%);
    background: linear-gradient(180deg, rgba(0, 37, 43, 0) 0%, #00252b 58.85%);
  }

  .ds-functions__item::before {
    top: 30%;
    width: 250px;
    height: 130px;
    -webkit-filter: blur(50px);
    filter: blur(50px);
  }

  .ds-functions__name {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .ds-functions__head {
    margin-top: 0px;
  }

  .ds-convenience__head {
    margin: 0px auto 35px;
  }

  .ds-convenience__inner {
    gap: 20px;
  }

  .ds-convenience__inner::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 48%;
    z-index: -1;
    border-radius: 50%;
    width: 252px;
    height: 252px;
    background: rgba(45, 255, 129, 0.6);
    -webkit-filter: blur(50px);
    filter: blur(50px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    will-change: filter;
  }

  .ds-convenience__col {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ds-convenience__video {
    margin-bottom: 30px;
  }

  .ds-convenience__text {
    font-size: 15px;
    line-height: 1.1;
    font-weight: 400;
  }

  .ds-convenience__item {
    padding-left: 15px;
    height: auto;
    margin-top: 0 !important;
  }

  .ds-convenience__item:last-child {
    margin-top: 0 !important;
  }

  .ds-convenience__icon {
    margin-bottom: 15px;
  }

  .ds-compatibility__head {
    margin-bottom: 40px;
  }

  .ds-compatibility__logo {
    margin-bottom: 5px;
  }

  .ds-compatibility__logo img {
    width: 111px;
  }

  .ds-compatibility__logo-text {
    font-size: 30px;
  }

  .ds-compatibility__title {
    line-height: 1.1;
    margin-bottom: 20px;
  }

  .ds-compatibility__break-desk {
    display: none;
  }

  .ds-compatibility__list {
    display: block;
  }

  .ds-compatibility__item {
    padding: 20px;
  }

  .ds-compatibility__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .ds-compatibility__link {
    font-size: 15px;
  }

  .gallery .gallery__img img {
    max-width: 220px;
  }

  .gallery__inner::before {
    z-index: -1;
    width: 270px;
    height: 270px;
  }

  .gallery__btn {
    margin-top: 30px;
    height: 73px;
  }

  .gallery .swiper-pagination {
    margin-top: 30px;
  }

  .gallery .swiper-pagination-bullet {
    width: 10px;
    height: 12px;
    margin: 0 4.5px;
  }

  .ds-partners__head {
    max-width: 300px;
  }
}

@media screen and (max-width: 467px) {
  .ds-mods__info {
    margin-left: 0px;
  }

  .ds-mods__title {
    margin-bottom: 5px;
  }

  .ds-mods__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 10px;
  }

  .ds-mods__img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .ds-mods__item {
    width: 48%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .ds-mods .ds-mods__name {
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .ds-mods__icon {
    margin-bottom: 15px;
  }
}

@media (any-hover: hover) {
  .ds-btn:hover {
    -webkit-box-shadow: 0 1px 10px 0 rgba(54, 242, 143, 0.6);
    box-shadow: 0 1px 10px 0 rgba(54, 242, 143, 0.6);
  }

  .ds-btn:hover:focus,
  .ds-btn:hover:active {
    -webkit-box-shadow: 0 1px 5px 0 rgba(36, 197, 111, 0.9);
    box-shadow: 0 1px 5px 0 rgba(36, 197, 111, 0.9);
  }

  .ds-btn:hover:focus::before,
  .ds-btn:hover:active::before {
    opacity: 1;
  }

  .ds-link:hover {
    color: #2dff81;
  }

  .ds-link:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_612_2925)'%3E%3Cpath d='M10.6685 6.776L4.93046 12.514L3.98779 11.5713L9.72513 5.83333H4.66846V4.5H12.0018V11.8333H10.6685V6.776V6.776Z' fill='%232DFF81'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_612_2925'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }

  .ds-link:hover:focus,
  .ds-link:hover:active {
    color: #42e2a4;
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
  }

  .ds-link:hover:focus::after,
  .ds-link:hover:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_612_2918)'%3E%3Cpath d='M10.6685 6.776L4.93046 12.514L3.98779 11.5713L9.72513 5.83333H4.66846V4.5H12.0018V11.8333H10.6685V6.776Z' fill='%2342E2A4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_612_2918'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }

  .ds-link-secondary:hover {
    color: #2dff81;
  }

  .ds-link-secondary:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.10033 3.95383L3.97133 0.824833L4.79617 0L9.33333 4.53717L4.79617 9.07433L3.97133 8.2495L7.10033 5.1205H0V3.95383H7.10033Z' fill='%232DFF81'/%3E%3C/svg%3E");
  }

  .ds-link-secondary:hover:focus,
  .ds-link-secondary:hover:active {
    color: #42e2a4;
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
  }

  .ds-link-secondary:hover:focus::after,
  .ds-link-secondary:hover:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.10033 3.95383L3.97133 0.824833L4.79617 0L9.33333 4.53717L4.79617 9.07433L3.97133 8.2495L7.10033 5.1205H0V3.95383H7.10033Z' fill='%2342E2A4'/%3E%3C/svg%3E");
  }

  .ds-hexagon:hover {
    -webkit-filter: drop-shadow(0 1px 10px rgba(54, 242, 143, 0.6));
    filter: drop-shadow(0 1px 10px rgba(54, 242, 143, 0.6));
  }

  .ds-modal-form__item input:hover {
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

  .ds-modal-form__item input:hover.is-invalid {
    border: 1px solid #e53935;
  }

  .ds-optimize__img:hover {
    -webkit-filter: drop-shadow(0 1px 20px rgba(46, 255, 129, 0.7));
    filter: drop-shadow(0 1px 20px rgba(46, 255, 129, 0.7));
  }

  .ds-optimize__img:hover .ds-optimize__img-lens {
    opacity: 1;
  }

  .ds-technology .ds-hexagon:hover {
    -webkit-filter: drop-shadow(0 1px 10px rgba(171, 207, 57, 0.6));
    filter: drop-shadow(0 1px 10px rgba(171, 207, 57, 0.6));
  }

  .ds-convenience .ds-hexagon--yellow:hover {
    -webkit-filter: drop-shadow(0 1px 10px rgba(171, 207, 57, 0.6));
    filter: drop-shadow(0 1px 10px rgba(171, 207, 57, 0.6));
  }

  .ds-compatibility__item:hover .ds-compatibility__img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .ds-mods__img:hover {
    -webkit-filter: drop-shadow(0 1px 20px rgba(46, 255, 129, 0.7));
    filter: drop-shadow(0 1px 20px rgba(46, 255, 129, 0.7));
  }

  .ds-mods__img:hover .ds-mods__img-lens {
    opacity: 1;
  }

  .gallery__arrow:hover img {
    -webkit-filter: drop-shadow(0 1px 10px rgba(54, 242, 143, 0.7));
    filter: drop-shadow(0 1px 10px rgba(54, 242, 143, 0.7));
  }

  .ds-partners__right-phone:hover {
    text-decoration: underline;
  }

  .ds-partners__right-mail:hover {
    text-decoration: underline;
  }

  .ds-lessons__item:hover {
    opacity: 1;
  }

  .ds-lessons__item:hover::before {
    opacity: 1;
  }

  .ds-lessons .ds-hexagon:hover {
    -webkit-filter: drop-shadow(0 1px 10px rgba(171, 207, 57, 0.6));
    filter: drop-shadow(0 1px 10px rgba(171, 207, 57, 0.6));
  }
}
/*# sourceMappingURL=main.css.map */