: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("/clt3000/fonts/PFSquareSansPro-Light.woff") format("woff"), url("/clt3000/fonts/PFSquareSansPro-Light.woff2") format("woff2");
  font-family: "PFSquareSansPro";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("/clt3000/fonts/PFSquareSansPro-LightItalic.woff") format("woff"), url("/clt3000/fonts/PFSquareSansPro-LightItalic.woff2") format("woff2");
  font-family: "PFSquareSansPro";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url("/clt3000/fonts/PFSquareSansPro-Regular.woff") format("woff"), url("/clt3000/fonts/PFSquareSansPro-Regular.woff2") format("woff2");
  font-family: "PFSquareSansPro";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("/clt3000/fonts/PFSquareSansPro-Italic.woff") format("woff"), url("/clt3000/fonts/PFSquareSansPro-Italic.woff2") format("woff2");
  font-family: "PFSquareSansPro";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url("/clt3000/fonts/PFSquareSansPro-Medium.woff") format("woff"), url("/clt3000/fonts/PFSquareSansPro-Medium.woff2") format("woff2");
  font-family: "PFSquareSansPro";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("/clt3000/fonts/PFSquareSansPro-MediumItalic.woff") format("woff"), url("/clt3000/fonts/PFSquareSansPro-MediumItalic.woff2") format("woff2");
  font-family: "PFSquareSansPro";
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url("/clt3000/fonts/PFSquareSansPro-Bold.woff") format("woff"), url("/clt3000/fonts/PFSquareSansPro-Bold.woff2") format("woff2");
  font-family: "PFSquareSansPro";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("/clt3000/fonts/PFSquareSansPro-BoldItalic.woff") format("woff"), url("/clt3000/fonts/PFSquareSansPro-BoldItalic.woff2") format("woff2");
  font-family: "PFSquareSansPro";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
body{height: auto;}
.ds-clt3000-html {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
/*
*,
*::before,
*::after {
  outline-width: 1px;
  outline-color: #42e2a4;
  outline-offset: 3px;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
*/

.grecaptcha-badge {
    display: none!important;
}
.ds-clt3000 {
  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;
}

.ds-clt3000 img,
.ds-clt3000 video {
  vertical-align: middle;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ds-clt3000 a {
  text-decoration: none;
  /*color: inherit;*/
}

.ds-clt3000 button {
  border: none;
  border-radius: 0;
}
/*
.ds-clt3000 input,
.ds-clt3000 button {
  font: inherit;
}
*/
.ds-clt3000 b,
.ds-clt3000 strong {
  font-weight: 700;
}

.ds-clt3000 i,
.ds-clt3000 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: 26px 40px;
  min-width: 273px;
  -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: -o-linear-gradient(337deg, #42e2a4 15.11%, #2eff81 84.89%);
  background: linear-gradient(113deg, #42e2a4 15.11%, #2eff81 84.89%);
  -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/clt3000/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: #42e2a4;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background: transparent;
}

.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='%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") 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-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: 50px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  font-style: italic;
}
/*
.ds-title-30 {
  font-size: 50px;
}
*/
.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/clt3000/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/clt3000/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/clt3000/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__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/clt3000/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__logo {
  margin-bottom: 20px;
  text-align: center;
}

.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/clt3000/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__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;
  font-style: italic;
  font-size: 16px;
}

.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;
  font-style: italic;
}
.ds-modal-form__subtitle {
  font-style: italic;
  font-size: 16px;
}

.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;
  color: #f1fdff;
  font-size: 16px;
  font-style: italic;
}

.ds-modal-form__btn {
  margin-top: 20px;
  width: 100%;
  min-width: auto;
  border:none;
}

.ds-modal-compare table {
  width: 100%;
  font-style: italic;
  font-size: 16px;
}

.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: 60%;
  text-align: center;
}

.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-wrapper img {
  width: auto;
  height: 95%;
}

.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/clt3000/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;
}

/*2*/
.ds-modal-compare2 table {
  width: 100%;
  font-style: italic;
  font-size: 16px;
}

.ds-modal-compare2__head {
  margin-bottom: 55px;
}

.ds-modal-compare2__title {
  margin-bottom: 15px;
}

.ds-modal-compare2__table-head td,
.ds-modal-compare2__table-head th {
  vertical-align: top;
  padding: 5px 5px 10px;
}

.ds-modal-compare2__table-head td:first-child,
.ds-modal-compare2__table-head th:first-child {
  vertical-align: middle;
  padding-right: 15px;
  padding-left: 0;
  text-align: left;
}

.ds-modal-compare2__table-title {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.1;
  color: #fff;
}

.ds-modal-compare2__body tr {
  border-bottom: 1px solid #1d464e;
}

.ds-modal-compare2__body th,
.ds-modal-compare2__body td {
  width: 60%;
  text-align: center;
}

.ds-modal-compare2__body th:first-child,
.ds-modal-compare2__body td:first-child {
  width: 40%;
}

.ds-modal-compare2__img-wrapper {
  height: 174px;
}

.ds-modal-compare2__img-wrapper img {
  width: auto;
  height: 95%;
}

.ds-modal-compare2__img p {
  margin-top: -8px;
}

.ds-modal-compare2__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-compare2__item:not(:last-child) {
  margin-bottom: 10px;
}

.ds-modal-compare2__item tbody {
  display: none;
}

.ds-modal-compare2__item thead td,
.ds-modal-compare2__item thead th {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.ds-modal-compare2__item thead td:first-child,
.ds-modal-compare2__item thead th:first-child {
  padding: 17px 17px 17px 30px;
  width: auto;
}

.ds-modal-compare2__item thead tr {
  border-bottom: none;
}

.ds-modal-compare2__item tr:last-child:not(:first-child) td:first-child,
.ds-modal-compare2__item tr:last-child:not(:first-child) th:first-child {
  border-bottom-left-radius: 2px;
}

.ds-modal-compare2__item tr:last-child:not(:first-child) td:last-child,
.ds-modal-compare2__item tr:last-child:not(:first-child) th:last-child {
  border-bottom-right-radius: 2px;
}

.ds-modal-compare2__item td,
.ds-modal-compare2__item th {
  vertical-align: middle;
  padding: 10px;
}

.ds-modal-compare2__item td:first-child,
.ds-modal-compare2__item th:first-child {
  padding-left: 30px;
  text-align: left;
}

.ds-modal-compare2__item td:last-child,
.ds-modal-compare2__item th:last-child {
  padding-right: 30px;
}

.ds-modal-compare2__item.is-active .ds-modal-compare2__accordion span::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ds-modal-compare2__item.is-active tbody {
  display: table-row-group;
}

.ds-modal-compare2__accordion {
  font-weight: 500;
  font-size: 21px;
  line-height: normal;
  text-align: left;
  color: #fff;
  cursor: pointer;
}

.ds-modal-compare2__accordion span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ds-modal-compare2__accordion span::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 14px;
  height: 9px;
  background: url("/bitrix/templates/grunbaum/img/clt3000/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-compare2__mobile {
  display: none;
}

.ds-hero {
  min-height: 600px;
}

.ds-hero .ds-container {
  position: relative;
  z-index: 2;
}

.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-poster {
  display: block !important;
}

.ds-hero-poster-mob {
  display: none;
}

.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/clt3000/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: 325px;
  text-transform: uppercase;
  color: #fff;
}

.ds-hero__title {
  font-weight: 500;
  font-style: italic;
  font-size: 114px;
  line-height: 1;
  color: #fff;
  margin: 10px 0 16px;
}

.ds-hero__subtitle {
  margin-bottom: 20px;
}

.ds-hero__btn {
  margin-top: auto;
}

.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-item {
  border-bottom: 3px solid #42e2a4;
  padding: 18px 18px 24px;
  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-increase .ds-container {
  position: relative;
  z-index: 2;
}

.ds-increase__head {
  margin: 0 auto 60px;
  max-width: 980px;
}

.ds-increase__title {
  margin-bottom: 20px;
  font-style: italic;
}

.ds-increase__subtitle {
  font-size: 24px;
}

.ds-increase__inner {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 235fr 606fr 235fr;
  grid-template-columns: 235fr 606fr 235fr;
  gap: 80px;
}

.ds-increase__inner::before {
  position: absolute;
  content: "";
  width: 660px;
  height: 420px;
  background: rgba(45, 255, 129, 0.6);
  top: calc(50% - 210px);
  left: calc(50% - 330px);
  border-radius: 50%;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.ds-increase__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-increase__col-center {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.ds-increase__item {
  border-left: 3px solid #42e2a4;
  padding-left: 20px;
}

.ds-increase__item:not(:last-child) {
  margin-bottom: 80px;
}

.ds-increase__item:last-child {
  margin-top: auto;
}

.ds-increase__icon {
  margin-bottom: 20px;
}

.ds-increase__name {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 21px;
}

.ds-increase__break {
  display: block;
}

.ds-increase__video {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  border-radius: 2px;
  padding-bottom: 88.6138613861%;
  width: 100%;
  height: 0;
  background-color: #00252b;
}

.ds-increase__video img {
  width: 100%;
}

.ds-increase__video video {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  width: 100%;
  height: 100%;
}

.ds-increase__video.is-active .ds-increase__video-btn {
  opacity: 0;
  visibility: hidden;
}

.ds-increase__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-increase__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/clt3000/play-icon.svg") center/cover no-repeat;
}

.ds-increase__decor-item {
  position: absolute;
  z-index: -1;
  opacity: 0.08;
  translate: calc(var(--clientX) / -78) calc(var(--clientY) / -57) 0;
}

.ds-increase__decor-item:nth-child(1) {
  left: -207px;
  top: -30px;
  width: 217px;
  height: 250px;
  translate: calc(var(--clientX) / -178) calc(var(--clientY) / 157) 0;
}

.ds-increase__decor-item:nth-child(2) {
  left: -48px;
  top: 198px;
  width: 73px;
  height: 84px;
  translate: calc(var(--clientX) / 178) calc(var(--clientY) / -127) 0;
}

.ds-increase__decor-item:nth-child(3) {
  left: -25px;
  top: 236px;
  width: 63px;
  height: 73px;
  translate: calc(var(--clientX) / -78) calc(var(--clientY) / -157) 0;
}

.ds-increase__decor-item:nth-child(4) {
  left: -41px;
  top: 314px;
  width: 46px;
  height: 53px;
  translate: calc(var(--clientX) / 118) calc(var(--clientY) / 127) 0;
}

.ds-increase__decor-item:nth-child(5) {
  right: 170px;
  top: -39px;
  width: 91px;
  height: 105px;
  translate: calc(var(--clientX) / -178) calc(var(--clientY) / -157) 0;
}

.ds-optimize .ds-container {
  position: relative;
  z-index: 2;
}

.ds-optimize__inner {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 500fr 711fr;
  grid-template-columns: 500fr 711fr;
  gap: 25px;
}

.ds-optimize__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border-radius: 50%;
  width: 422px;
  height: 422px;
  background: rgba(45, 255, 129, 0.6);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  will-change: filter;
}

.ds-optimize__head {
  position: relative;
  z-index: 2;
}

.ds-optimize__logo {
  margin-bottom: 20px;
}

.ds-optimize__title {
  margin-bottom: 15px;
}

.ds-optimize__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

.ds-optimize__info {
  position: relative;
  z-index: 2;
  max-width: 244px;
}

.ds-optimize__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: 332px;
  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%);
  background-color: #00252b;
}

.ds-optimize__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-optimize__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 60%;
  height: 100%;
  background: -o-linear-gradient(195deg, rgba(0, 37, 43, 0) 6.77%, #00252b 56.5%);
  background: linear-gradient(255deg, rgba(0, 37, 43, 0) 6.77%, #00252b 56.5%);
  opacity: 0.9;
}

.ds-optimize__item:nth-child(2)::after,
.ds-optimize__item:nth-child(3)::after {
  display: none;
}

.ds-optimize__img {
  position: absolute;
  z-index: 0;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  inset: 0;
}

.ds-optimize__img img {
  width: 100%;
  height: 100%;
  -o-object-position: top left;
  object-position: top left;
}

.ds-optimize__name {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.1;
}

.ds-optimize__break {
  display: block;
}

.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-tools .ds-container {
  position: relative;
  z-index: 2;
}

.ds-tools__head {
  margin: 0 auto 60px;
  max-width: 700px;
}

.ds-tools__title {
  margin-bottom: 15px;
}

.ds-tools__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  counter-reset: tools;
  position: relative;
  margin-bottom: 60px;
}

.ds-tools__list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  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: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  will-change: filter;
}

.ds-tools__item {
  counter-increment: tools;
  padding: 30px;
  -webkit-box-shadow: 0 0 0 1px #1d464e;
  box-shadow: 0 0 0 1px #1d464e;
  background: #00252b;
}

.ds-tools__img {
  margin-bottom: 30px;
  height: 134px;
}

.ds-tools__img img {
  border-radius: 5px;
  width: 100%;
}

.ds-tools__info {
  max-width: 232px;
}

.ds-tools__info::before {
  content: "0" counter(tools);
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.2;
  color: #42e2a4;
}

.ds-tools__btn {
  min-width: auto;
}

.ds-tools__name {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 21px;
}

.ds-tools__decor-item {
  position: absolute;
  right: 74px;
  top: 24px;
  width: 91px;
  height: 105px;
  opacity: 0.08;
  translate: calc(var(--clientX) / -78) calc(var(--clientY) / -57) 0;
}

.ds-tools__break {
  display: block;
}

.ds-tools .ds-swiper-pagination {
  display: none;
}

.ds-convenience__logo {
  margin-bottom: 10px;
}

.ds-convenience__inner {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-columns: 232fr 657fr 232fr;
  grid-template-columns: 232fr 657fr 232fr;
  gap: 54px;
}

.ds-convenience__video {
  padding-bottom: 65.7534246575%;
}

.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;
  z-index: 2;
}

.ds-compatibility__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 540fr 608fr;
  grid-template-columns: 540fr 608fr;
  gap: 92px;
}

.ds-compatibility__logo {
  margin-bottom: 15px;
}

.ds-compatibility__title {
  margin-bottom: 25px;
}

.ds-compatibility__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.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: 20px;
  min-height: 287px;
  background-color: #00252b;
}

.ds-compatibility__info {
  position: relative;
  z-index: 2;
}

.ds-compatibility__name {
  margin-bottom: 20px;
  min-height: 46px;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.1;
}

.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-compare .ds-container {
  position: relative;
  z-index: 2;
}

.ds-compare__head {
  margin: 0 auto 60px;
  max-width: 100%;
}

.ds-compare__title {
  margin-bottom: 20px;
}

.ds-compare__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 60px;
}

.ds-compare__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;
  min-height: 357px;
}

.ds-compare__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-compare__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-compare__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;
  gap: 3px;
}

.ds-compare__img {
  position: absolute;
  z-index: 1;
  inset: 0;
}

.ds-compare__img img {
  width: 100%;
  height: 100%;
}

.ds-compare__decor-item {
  position: absolute;
  opacity: 0.08;
  translate: calc(var(--clientX) / -178) calc(var(--clientY) / -157) 0;
}

.ds-compare__decor-item:nth-child(1) {
  left: -142px;
  bottom: 116px;
  width: 91px;
  height: 105px;
}
/*2*/
.ds-compare2 .ds-container {
  position: relative;
  z-index: 2;
}

.ds-compare2__head {
  margin: 0 auto 60px;
  max-width: 100%;
}

.ds-compare2__title {
  margin-bottom: 20px;
}

.ds-compare2__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 60px;
}

.ds-compare2__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;
  min-height: 357px;
}

.ds-compare2__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-compare2__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-compare2__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;
  gap: 3px;
}

.ds-compare2__img {
  position: absolute;
  z-index: 1;
  inset: 0;
}

.ds-compare2__img img {
  width: 100%;
  height: 100%;
}

.ds-compare2__decor-item {
  position: absolute;
  opacity: 0.08;
  translate: calc(var(--clientX) / -178) calc(var(--clientY) / -157) 0;
}

.ds-compare2__decor-item:nth-child(1) {
  left: -142px;
  bottom: 116px;
  width: 91px;
  height: 105px;
}

.ds-minimize .ds-container {
  position: relative;
  z-index: 2;
}

.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 {
  border-left: 3px solid #42e2a4;
  padding-left: 20px;
}

.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-demo .ds-container {
  position: relative;
  z-index: 2;
}

.ds-demo__head {
  margin: 0 auto 60px;
  max-width: 825px;
}

.ds-demo__title {
  margin-bottom: 20px;
}

.ds-demo__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  padding-bottom: 35.4032258065%;
  height: 0;
}

.ds-demo__img img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  width: 100%;
  height: 100%;
}

.ds-demo__decor-item {
  position: absolute;
  z-index: -1;
  opacity: 0.08;
  translate: calc(var(--clientX) / -178) calc(var(--clientY) / -157) 0;
}

.ds-demo__decor-item:nth-child(1) {
  right: -150px;
  bottom: 111px;
  width: 91px;
  height: 105px;
}

.ds-demo__decor-item:nth-child(2) {
  left: -41px;
  top: -58px;
  width: 46px;
  height: 53px;
  translate: calc(var(--clientX) / 148) calc(var(--clientY) / -127) 0;
}

.ds-demo__decor-item:nth-child(3) {
  left: -88px;
  top: -5px;
  width: 63px;
  height: 73px;
  translate: calc(var(--clientX) / 98) calc(var(--clientY) / -97) 0;
}

.ds-demo__decor-item:nth-child(4) {
  left: -30px;
  top: 23px;
  width: 73px;
  height: 84px;
  translate: calc(var(--clientX) / -118) calc(var(--clientY) / 77) 0;
}

.ds-demo__decor-item:nth-child(5) {
  left: -175px;
  top: 75px;
  width: 217px;
  height: 250px;
  translate: calc(var(--clientX) / -138) calc(var(--clientY) / 157) 0;
}

.ds-tribute .ds-container {
  position: relative;
  z-index: 2;
}

.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__img {
  position: relative;
  margin-top: -60px;
}

.ds-tribute__img::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-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;
}

.ds-partners__head {
  margin: 0 auto 0px;
  max-width: 800px;
}

.ds-partners__title {
  margin-bottom: 20px;
}

@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-increase__logo img {
    width: 430px;
  }

  .ds-increase__inner {
    gap: 40px;
  }

  .ds-optimize__logo {
    margin-bottom: 15px;
  }

  .ds-optimize__logo img {
    width: 400px;
  }
  
  .ds-tools__info::before {
    font-size: 18px;
  }

  .ds-tools__head {
    margin-bottom: 30px;
  }

  .ds-tools__name {
    font-size: 18px;
  }

  .ds-tools__img {
    margin-bottom: 10px;
  }

  .ds-tools__img img {
    height: 100%;
  }

  .ds-tools__item {
    padding: 30px 20px 20px;
  }

  .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-increase__name {
    font-size: 18px;
  }

  .ds-increase__inner::before {
    display: none;
  }

  .ds-optimize__item {
    padding: 20px;
    min-height: 250px;
  }

  .ds-optimize__name {
    font-size: 19px;
  }
}

@media (max-width: 1024px) {
  .ds-compare__item {
    min-height: 330px;
  }

  .ds-compare__name {
    font-size: 18px;
  }

  .ds-compare__name img {
    width: 118px;
  }
  /*2*/
  .ds-compare2__item {
    min-height: 330px;
  }

  .ds-compare2__name {
    font-size: 18px;
  }

  .ds-compare2__name img {
    width: 118px;
  }
}

@media screen and (max-width: 991px) {
  :root {
    --header-height: 80px;
  }
}

@media screen and (max-width: 900px) {
  .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-bottom: 30px;
    text-align: center;
  }

  .ds-optimize__item {
    min-height: 214px;
  }

  .ds-optimize__decor-item {
    display: none;
  }

  .ds-optimize__decor-item:nth-child(6) {
    left: -38px;
    top: 31px;
    display: block;
    width: 124px;
    height: 144px;
  }
}

@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-increase__break {
    display: inline;
  }

  .ds-increase__inner {
    display: block;
  }

  .ds-increase__item:not(:last-child) {
    margin-bottom: 0;
  }

  .ds-increase__item:last-child {
    margin: 0;
  }

  .ds-increase__name {
    margin-bottom: 5px;
  }

  .ds-increase__decor {
    display: none;
  }

  .ds-increase__icon {
    margin-bottom: 15px;
  }

  .ds-increase__col:not(:last-child) {
    margin-bottom: 30px;
  }

  .ds-increase__col:first-child,
  .ds-increase__col:last-child {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  .ds-tools {
    position: relative;
  }

  .ds-tools::before {
    content: "";
    position: absolute;
    left: -11px;
    bottom: 180px;
    z-index: -1;
    border-radius: 50%;
    width: 234px;
    height: 234px;
    background: rgba(45, 255, 129, 0.6);
    -webkit-filter: blur(75px);
    filter: blur(75px);
    will-change: filter;
  }

  .ds-tools .ds-swiper-pagination {
    position: static;
    display: block;
    margin-top: 20px;
  }

  .ds-tools .ds-swiper-pagination .ds-swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #1d464e;
    opacity: 1;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  .ds-tools .ds-swiper-pagination .ds-swiper-pagination-bullet.ds-swiper-pagination-bullet-active {
    background-color: #42e2a4;
  }

  .ds-tools__decor-item {
    right: -47px;
    top: 10px;
  }

  .ds-tools__slider {
    overflow: visible;
    margin: -5px;
    margin-bottom: 40px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .ds-tools__text {
    max-width: 200px;
  }

  .ds-tools__list {
    margin-bottom: 0;
  }

  .ds-tools__list::before {
    display: none;
  }

  .ds-tools__item {
    width: 326px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .ds-tools__img {
    height: 173px;
    text-align: center;
  }

  .ds-tools__img img {
    height: auto;
  }

  .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-compare__title {
    margin-bottom: 15px;
  }

  .ds-compare__name {
    -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-compare__name img {
    width: 51px;
  }

  .ds-compare__head {
    margin-bottom: 30px;
  }
  /*2*/
  .ds-compare2__title {
    margin-bottom: 15px;
  }

  .ds-compare2__name {
    -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-compare2__name img {
    width: 51px;
  }

  .ds-compare2__head {
    margin-bottom: 30px;
  }

  .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-demo__decor-item:nth-child(1) {
    display: none;
  }

  .ds-demo__decor-item:nth-child(2) {
    left: auto;
    right: 32px;
    top: 0;
    width: 27px;
    height: 31px;
  }

  .ds-demo__decor-item:nth-child(3) {
    left: auto;
    right: 5px;
    top: 30px;
    width: 36px;
    height: 42px;
  }

  .ds-demo__decor-item:nth-child(4) {
    left: auto;
    right: 22px;
    top: 48px;
    width: 42px;
    height: 48px;
  }

  .ds-demo__decor-item:nth-child(5) {
    left: auto;
    right: -67px;
    top: 80px;
    width: 125px;
    height: 144px;
  }

  .ds-demo__head {
    margin-bottom: 30px;
  }

  .ds-demo__img {
    margin-bottom: 40px;
    padding-bottom: 100.8746355685%;
  }

  .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;
  }

  .ds-partners__title {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .ds-btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ds-title {
    font-size: 40px;
  }

  .ds-subtitle {
    font-size: 18px;
  }

  .ds-section-offset {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ds-hexagon {
    padding: 10px;
    width: 48px;
    height: 55px;
  }

  .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--sm img {
    width: 204px;
  }

  .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-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%;
  }
  /*2*/
  .ds-modal-compare2__accordion {
    font-size: 15px;
  }

  .ds-modal-compare2__accordion span {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ds-modal-compare2__box:not(:last-child) {
    margin-bottom: 60px;
  }

  .ds-modal-compare2__desktop {
    display: none;
  }

  .ds-modal-compare2__mobile {
    display: block;
  }

  .ds-modal-compare2__head {
    margin-bottom: 30px;
  }

  .ds-modal-compare2__img {
    margin-bottom: 18px;
    text-align: center;
  }

  .ds-modal-compare2__item td:first-child,
  .ds-modal-compare2__item th:first-child {
    padding-left: 20px;
  }

  .ds-modal-compare2__item td:last-child,
  .ds-modal-compare2__item th:last-child {
    padding-right: 20px;
  }

  .ds-modal-compare2__item thead th:first-child,
  .ds-modal-compare2__item thead td:first-child {
    padding: 10px 20px;
  }

  .ds-modal-compare2__body {
    font-size: 12px;
  }

  .ds-modal-compare2__body th:first-child,
  .ds-modal-compare2__body td:first-child {
    width: 59%;
  }

  .ds-modal-compare2__body th:last-child,
  .ds-modal-compare2__body td:last-child {
    width: 41%;
  }

  .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-increase__title {
    margin-bottom: 10px;
  }

  .ds-increase__head {
    margin-bottom: 30px;
  }

  .ds-increase__video-btn {
    width: 61px;
    height: 70px;
  }

  .ds-increase__video-btn::before {
    width: 35px;
    height: 35px;
  }

  .ds-optimize__logo img {
    width: 315px;
  }

  .ds-optimize__name {
    font-size: 18px;
  }

  .ds-compatibility__name {
    min-height: auto;
    font-size: 18px;
  }

  .ds-compatibility__logo img {
    width: 315px;
  }
  
  .ds-compare__decor-item:nth-child(1) {
    left: auto;
    right: -46px;
    top: -10px;
    bottom: auto;
  }

  .ds-compare__list {
    gap: 10px;
  }

  .ds-compare__item {
    min-height: 322px;
  }

  .ds-compare__img {
    top: auto;
    bottom: 0;
    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-compare__img img {
    width: 350px;
    height: auto;
    max-width: none;
  }
  /*2*/
  .ds-compare2__decor-item:nth-child(1) {
    left: auto;
    right: -46px;
    top: -10px;
    bottom: auto;
  }

  .ds-compare2__list {
    gap: 10px;
  }

  .ds-compare2__item {
    min-height: 322px;
  }

  .ds-compare2__img {
    top: auto;
    bottom: 0;
    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-compare2__img img {
    width: 350px;
    height: auto;
    max-width: none;
  }
}

@media screen and (max-width: 576px) {
  .ds-compare__list {
    display: block;
    margin-bottom: 40px;
  }

  .ds-compare__item {
    display: block;
    padding: 20px;
    min-height: 160px;
  }

  .ds-compare__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .ds-compare__item::before {
    left: auto;
    right: 18px;
    top: 43px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .ds-compare__item::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 37, 43, 0)), to(#00252b));
    background: -o-linear-gradient(top, rgba(0, 37, 43, 0) 0%, #00252b 100%);
    background: linear-gradient(180deg, rgba(0, 37, 43, 0) 0%, #00252b 100%);
  }

  .ds-compare__name {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 155px;
    text-align: left;
  }

  .ds-compare__img {
    left: auto;
    right: 0;
    top: auto;
    bottom: -20px;
    display: block;
    width: 180px;
    min-width: 40%;
  }

  .ds-compare__img img {
    width: 100%;
    max-width: 100%;
  }
  /*2*/
  .ds-compare2__list {
    display: block;
    margin-bottom: 40px;
  }

  .ds-compare2__item {
    display: block;
    padding: 20px;
    min-height: 160px;
  }

  .ds-compare2__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .ds-compare2__item::before {
    left: auto;
    right: 18px;
    top: 43px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .ds-compare2__item::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 37, 43, 0)), to(#00252b));
    background: -o-linear-gradient(top, rgba(0, 37, 43, 0) 0%, #00252b 100%);
    background: linear-gradient(180deg, rgba(0, 37, 43, 0) 0%, #00252b 100%);
  }

  .ds-compare2__name {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 155px;
    text-align: left;
  }

  .ds-compare2__img {
    left: auto;
    right: 0;
    top: auto;
    bottom: -20px;
    display: block;
    width: 180px;
    min-width: 40%;
  }

  .ds-compare2__img img {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 476px) {
  .ds-break-sm {
    display: block;
  }

  .ds-modal-adapters__title {
    font-size: 28px;
  }

  .ds-modal-adapters__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .ds-hero__benefits-title {
    margin: 0 auto;
    max-width: 100px;
  }

  .ds-hero__btn {
    width: 100%;
  }

  .ds-hero-poster {
    display: none !important;
  }

  .ds-hero-poster-mob {
    display: block;
  }

  .ds-increase__break {
    display: block;
  }

  .ds-increase__text {
    max-width: 138px;
  }

  .ds-increase__head {
    max-width: 330px;
  }

  .ds-increase__name {
    max-width: 150px;
  }

  .ds-optimize__break {
    display: none;
  }

  .ds-optimize__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .ds-optimize__item {
    margin-bottom: 11px;
    aspect-ratio: 342/212;
  }

  .ds-optimize__item:last-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .ds-optimize__item:nth-child(2) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .ds-compatibility__break-desk {
    display: none;
  }

  .ds-compatibility__list {
    display: block;
  }

  .ds-compatibility__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .ds-partners__head {
    max-width: 300px;
  }
}

@media screen and (max-width: 360px) {
  .ds-increase__text {
    font-size: 14px;
  }

  .ds-increase__name {
    max-width: 126px;
    font-size: 16px;
  }

  .ds-increase__item {
    padding-left: 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-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__item:hover .ds-optimize__img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .ds-compatibility__item:hover .ds-compatibility__img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/*fix*/
@media screen and (max-width: 840px) {
	.ds-tools__list{display: block;}
	.ds-tools__item{width: 100%;}
}
/*# sourceMappingURL=main.css.map */