@media (max-width: 992px) {
  .index-system .container {
    margin-bottom: 60px !important;
  }
}

.index-stack {
  padding-top: 0px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .index-stack {
    padding-bottom: 60px;
  }
}
.index-stack h2 {
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 56px;
  font-size: 36px;
  text-align: center;
}
@media (max-width: 992px) {
  .index-stack h2 {
    margin-bottom: 36px;
  }
}

.index-stack__header {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .index-stack__header {
    grid-template-columns: 0.3fr 1fr;
  }
}
@media (max-width: 992px) {
  .index-stack__header {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.index-stack__info {
  font-weight: 500;
  line-height: 110%;
  font-size: 20px;
}

.index-stack__list {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box padding-box, -webkit-gradient(linear, left top, right top, from(rgb(246, 241, 231)), color-stop(20%, rgb(242, 172, 132)), color-stop(74%, rgb(63, 89, 228)), to(rgb(64, 22, 160))) border-box border-box;
  background: linear-gradient(white, white) padding-box padding-box, linear-gradient(90deg, rgb(246, 241, 231) 0%, rgb(242, 172, 132) 20%, rgb(63, 89, 228) 74%, rgb(64, 22, 160) 100%) border-box border-box;
  border: 5px solid transparent;
  padding: 20px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .index-stack__list {
    padding: 15px;
  }
}

.index-stack__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.index-stack__tabs-link {
  padding: 15px 10px;
  padding-top: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-weight: 600;
  text-align: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
  .index-stack__tabs-link {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .index-stack__tabs-link {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  .index-stack__tabs-link {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .index-stack__tabs-link {
    font-size: 9px;
    padding: 10px 5px;
  }
}
.index-stack__tabs-link.active {
  border-color: #000;
}
.index-stack__tabs-link:nth-child(1) {
  color: green;
}
.index-stack__tabs-link:nth-child(1).active {
  border-color: green;
}
.index-stack__tabs-link:nth-child(2) {
  color: red;
}
.index-stack__tabs-link:nth-child(2).active {
  border-color: red;
}
.index-stack__tabs-link:nth-child(3) {
  color: blue;
}
.index-stack__tabs-link:nth-child(3).active {
  border-color: blue;
}
.index-stack__tabs-link:nth-child(4) {
  color: orange;
}
.index-stack__tabs-link:nth-child(4).active {
  border-color: orange;
}
.index-stack__tabs-link:nth-child(5) {
  color: #33a092;
}
.index-stack__tabs-link:nth-child(5).active {
  border-color: #33a092;
}

.index-stack__tab-item {
  display: none;
  font-size: 16px;
  line-height: 125%;
}
.index-stack__tab-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}
.index-stack__tab-item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-stack__tab-item ul img {
  max-height: 30px;
  max-width: 120px;
  width: 100%;
}
.index-stack__tab-item.active {
  display: block;
}

.index-stack__scroll {
  overflow: hidden;
  margin-top: 120px;
  position: relative;
}
@media (max-width: 992px) {
  .index-stack__scroll {
    margin-top: 60px;
  }
}
.index-stack__scroll:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 150px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.index-stack__scroll:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 150px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 2;
}

.index-stack__scroll-list {
  -webkit-animation: 30s linear 0s infinite normal none running msNXW;
          animation: 30s linear 0s infinite normal none running msNXW;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3100px;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.index-stack__scroll-list li {
  margin: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-stack__scroll-list img {
  max-height: 30px;
  max-width: 120px;
  width: 100%;
}
@-webkit-keyframes msNXW {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-1550px);
            transform: translateX(-1550px);
  }
}
@keyframes msNXW {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-1550px);
            transform: translateX(-1550px);
  }
}
.spr .spr-main {
  background: linear-gradient(117.73deg, #60D2D7 26.08%, #383BF1 55.9%, #DC2FE4 92.35%);
}

.header .header-nav__menu li {
  padding-left: 20px;
  padding-right: 20px;
}

.spr-content p {
  z-index: 2;
  position: relative;
}
.spr-content strong {
  font-weight: 600;
}

.grad {
  background: linear-gradient(117.73deg, #60D2D7 26.08%, #383BF1 55.9%, #DC2FE4 92.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.spr-documentation .container {
  margin-bottom: 30px;
}

.product--page .repeat-contacts__left {
  width: 100%;
}
.product--page .form-repeat {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.product--page .spr-devices__item h4 {
  font-weight: 600;
}
.product--page .spr-devices__item h5 {
  font-size: calc(12px + 12 * (100vw - 320px) / 1600);
  margin-bottom: 20px;
}
.product--page .spr-devices__item h5 strong {
  font-weight: 600;
}
.product--page .spr-devices__item p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.product--page .about-benefits p {
  font-size: calc(12px + 12 * (100vw - 320px) / 1600);
  margin-top: 25px;
}
.product--page .about-benefits .about-benefits__item h3 {
  font-size: calc(12px + 12 * (100vw - 320px) / 1600);
}
.product--page .about-benefits .about-benefits__item p {
  margin-top: 0;
}
.product--page .about-benefits .about-benefits__item strong {
  font-weight: 600;
}

.spr-devices h2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.spr-devices h2 .__after-line {
  display: block;
  margin-left: 5px;
  height: 2px;
  background-color: #000000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 5px;
}/*# sourceMappingURL=addon.css.map */