.node--type-syspage:has(.node--syspage-promo--video) #sys {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
  z-index: 2;
}

.service-promo.node--syspage-promo--big .service-promo-content {
  padding: 187px 0;
  min-height: 515px;
}

.node--syspage-promo {
  color: #fff;
  margin: 20px 0 10px 0;
}
.node--syspage-promo--big .node--syspage-promo-content {
  max-width: none;
  min-height: 515px;
  padding: 187px 0;
}
@media (max-width: 991.98px) {
  .node--syspage-promo--big .node--syspage-promo-content {
    min-height: 400px;
    padding: 100px 0 50px;
  }
}
.node--syspage-promo--big .node--syspage-promo-inner {
  padding: 0;
}
.node--syspage-promo--big h2 {
  max-width: 600px;
}
.node--syspage-promo--video {
  margin: 0;
}
.node--syspage-promo--video .node--syspage-promo-content {
  max-width: 100%;
  aspect-ratio: 2.5/1;
}
.node--syspage-promo--video .node--syspage-promo-image {
  display: flex;
  justify-content: center;
}
.node--syspage-promo--video .service-promo-video {
  max-height: 100%;
  flex-grow: 1;
}
.node--syspage-promo--video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.node--syspage-promo-inner {
  position: relative;
  min-height: 200px;
  padding: 30px 20px 20px 25px;
  background: #d1d1d1;
}
@media (min-width: 768px) {
  .node--syspage-promo-inner {
    padding: 30px 20px 20px 50px;
  }
}
@media (min-width: 992px) {
  .node--syspage-promo-inner {
    min-height: 274px;
    padding: 55px 50px 55px 100px;
  }
}
.node--syspage-promo-content {
  max-width: 600px;
  position: relative;
  z-index: 2;
}
.node--syspage-promo-content h1 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .node--syspage-promo-content h1 {
    font-size: 40px;
  }
}
.node--syspage-promo-content h2 {
  font-size: 21px;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 992px) {
  .node--syspage-promo-content h2 {
    font-size: 40px;
  }
}
.node--syspage-promo-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.node--syspage-promo-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.node--syspage-promo-image:not(.node--syspage-promo-image--no-dark):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
@media (min-width: 992px) and (max-width: 1201px) {
  .node--syspage-products .catalog-row {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.node--syspage-products .catalog-row.flickity-enabled {
  display: block;
  opacity: 1;
  height: auto;
}
.node--syspage-products .catalog-row.flickity-enabled .product:hover {
  box-shadow: none;
}
.node--syspage-products .catalog-row.flickity-enabled .product .product-content-description {
  display: none;
}
.node--syspage-products .catalog-row .flickity-button {
  color: #808080;
  background: none;
}
@media (max-width: 991.98px) {
  .node--syspage-products .catalog-row .flickity-button.next {
    right: -25px;
  }
}
@media (max-width: 575.98px) {
  .node--syspage-products .catalog-row .flickity-button.next {
    right: -5px;
  }
}
@media (max-width: 991.98px) {
  .node--syspage-products .catalog-row .flickity-button.previous {
    left: -25px;
  }
}
@media (max-width: 575.98px) {
  .node--syspage-products .catalog-row .flickity-button.previous {
    left: -5px;
  }
}
.node--syspage-products .catalog-row .flickity-button:hover {
  color: #000;
}
.node--syspage-products .catalog-row .flickity-button path {
  fill: inherit;
}
@media (min-width: 1440px) {
  .node--syspage-products .catalog-row .previous {
    left: -65px;
  }
  .node--syspage-products .catalog-row .next {
    right: -65px;
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .node--syspage-products .catalog-row .previous {
    left: -25px;
  }
  .node--syspage-products .catalog-row .next {
    right: -25px;
  }
}
.node--syspage-products .catalog-col {
  padding-bottom: 20px;
}
.node--syspage-products .catalog-more {
  display: none;
}
.node--syspage .service-about {
  padding: 0px;
  border: none;
}
@media (max-width: 575.98px) {
  .node--syspage .service-about-content {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 20px;
  }
}
.node--syspage .service-about-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .node--syspage .service-about-icon {
    grid-row: span 2;
  }
}
.node--syspage .service-about-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.16;
  display: block;
  text-align: center;
}
@media (max-width: 575.98px) {
  .node--syspage .service-about-title {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
    text-align: left;
  }
}
.node--syspage .service-about-text {
  font-weight: 300;
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .node--syspage .service-about-text {
    grid-column: 2;
    text-align: left;
    max-width: none;
  }
}
.node--syspage .field--name-field-about-items {
  display: flex;
  padding: 70px 0;
}
.node--syspage .field--name-field-about-items > .field__item {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  width: calc(25% - 42px);
  max-width: 33.33%;
  margin: 0px 21px;
  border: none;
}
.node--syspage .field--name-field-about-items > .field__item:first-child {
  margin-left: 0px;
}
.node--syspage .field--name-field-about-items > .field__item:last-child {
  margin-right: 0px;
}
@media (max-width: 991.98px) {
  .node--syspage .field--name-field-about-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .node--syspage .field--name-field-about-items > .field__item {
    width: calc(50% - 42px);
    max-width: 100%;
    margin-bottom: 42px;
  }
  .node--syspage .field--name-field-about-items > .field__item:nth-child(2n) {
    margin-right: 0px;
  }
  .node--syspage .field--name-field-about-items > .field__item:nth-child(2n+1) {
    margin-left: 0px;
  }
  .node--syspage .field--name-field-about-items > .field__item:last-child {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 575.98px) {
  .node--syspage .field--name-field-about-items > .field__item {
    width: 100%;
    margin: 0px 0px 42px !important;
  }
}
.node--syspage-text {
  color: #4f4f4f;
}