:root {
  --primary: #F9BF2B;
  --mild-yellow: #F4C643;
  --red: #F4C643;
  --white: #ffffff;
  --gray: #282827;
  --medium-gray: #E9E9EC;
  --light-gray: #F2F2F8;
  --dark: #3c3c3c;
  --black: #0E0E0E;
}

.header-with-image-container {
  min-height: 320px;
}
.header-with-image-container h1 {
  font-size: 2.625rem;
}
.header-with-image-container h1.title-big {
  font-size: 3.5rem;
}
.header-with-image-container.bigger {
  min-height: 220px;
  margin-bottom: -20px;
  position: relative;
  z-index: 9;
}

.product-slider .swiper-button-next::after,
.product-slider .swiper-button-prev::after {
  display: none;
}
.product-slider .swiper-button-prev, .product-slider .swiper-button-next {
  padding: 0.5rem 1.5rem;
  margin-right: 1rem;
  margin-left: 1rem;
}
.product-slider .swiper-button-prev.swiper-button-disabled, .product-slider .swiper-button-next.swiper-button-disabled {
  opacity: 1 !important;
  cursor: pointer !important;
  pointer-events: all !important;
}
.product-slider .swiper-button-next {
  transform: rotate(180deg);
  padding-top: 6px;
}
.product-slider .swiper-pagination-bullet-active {
  width: 18px;
  border-radius: 20px;
  background: var(--primary);
}
.product-slider .swiper-slide img {
  width: 80%;
  margin-left: 10%;
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-slider .swiper-pagination {
  z-index: 1000;
}

.products-perks-grid .item-wrapper {
  grid-template-columns: repeat(100, 1fr);
  grid-template-rows: repeat(100, 8.4px);
  z-index: 99;
  position: relative;
  max-height: 840px;
}
@media screen and (max-width: 1199.98px) {
  .products-perks-grid .item-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    max-height: 100%;
    gap: 1rem;
  }
}
.products-perks-grid .item-wrapper .cell {
  border-radius: 20px;
  background-color: var(--white);
  overflow: hidden;
}
.products-perks-grid .item-wrapper .cell .wrapper .image {
  max-width: 100%;
  max-height: 100%;
}
.products-perks-grid .item-wrapper .cell .wrapper .image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-perks-grid .item-wrapper .cell .wrapper.beneath-each-other {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.products-perks-grid .item-wrapper .cell .wrapper.beneath-each-other .image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-perks-grid .item-wrapper .cell .wrapper.beneath-each-other .heading {
  padding: 0 10px;
}
.products-perks-grid .item-wrapper .cell .wrapper.next-to-each-other {
  height: 100%;
  display: flex;
  align-items: center;
}
.products-perks-grid .item-wrapper .cell .wrapper.next-to-each-other .image {
  display: flex;
  align-items: center;
}
.products-perks-grid .item-wrapper .cell .wrapper.image-with-spacing.beneath-each-other {
  justify-content: center;
}
.products-perks-grid .item-wrapper .cell .wrapper.image-with-spacing .image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100px;
}
.products-perks-grid .item-wrapper .cell b {
  font-weight: 600;
}
.products-perks-grid .item-wrapper .cell1 {
  grid-area: 1/1/65/21;
  padding: 1rem;
}
.products-perks-grid .item-wrapper .cell1 .image {
  max-height: 80% !important;
}
.products-perks-grid .item-wrapper .cell1 .image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.products-perks-grid .item-wrapper .cell1 .image picture img {
  max-width: 100%;
  max-height: 100%;
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1199.98px) {
  .products-perks-grid .item-wrapper .cell1 .image picture img {
    max-height: 250px !important;
  }
}
.products-perks-grid .item-wrapper .cell2 {
  grid-area: 1/22/33/33;
}
.products-perks-grid .item-wrapper .cell2 .wrapper {
  gap: 0.5rem;
}
.products-perks-grid .item-wrapper .cell3 {
  grid-area: 35/22/65/33;
}
.products-perks-grid .item-wrapper .cell4 {
  grid-area: 67/1/100/33;
}
.products-perks-grid .item-wrapper .cell4 b {
  font-size: 1.1rem;
}
.products-perks-grid .item-wrapper .cell4 p {
  font-weight: 600;
}
.products-perks-grid .item-wrapper .cell5 {
  grid-area: 1/34/15/49;
}
.products-perks-grid .item-wrapper .cell5 .wrapper {
  word-break: break-word;
  padding: 1rem !important;
}
.products-perks-grid .item-wrapper .cell5 .wrapper .image img {
  width: 70px;
}
.products-perks-grid .item-wrapper .cell6 {
  grid-area: 1/50/15/66;
}
.products-perks-grid .item-wrapper .cell6 .wrapper {
  padding: 1rem !important;
}
.products-perks-grid .item-wrapper .cell6 .wrapper .image img {
  width: 70px;
}
.products-perks-grid .item-wrapper .cell7 {
  grid-area: 17/34/81/66;
  min-height: 300px;
}
.products-perks-grid .item-wrapper .cell8 {
  grid-area: 83/34/100/66;
  padding: 0 30px;
}
@media screen and (max-width: 1199.98px) {
  .products-perks-grid .item-wrapper .cell8 {
    padding: 0;
  }
}
.products-perks-grid .item-wrapper .cell8 .image {
  width: 30%;
  justify-content: center;
}
.products-perks-grid .item-wrapper .cell8 .heading {
  padding-right: 20px;
}
@media screen and (max-width: 1199.98px) {
  .products-perks-grid .item-wrapper .cell8 .heading {
    padding: 0;
  }
}
.products-perks-grid .item-wrapper .cell9 {
  grid-area: 1/67/24/77;
}
.products-perks-grid .item-wrapper .cell10 {
  grid-area: 1/78/24/101;
}
.products-perks-grid .item-wrapper .cell11 {
  grid-area: 26/67/40/101;
}
.products-perks-grid .item-wrapper .cell11 .image {
  width: 30%;
  justify-content: center;
}
.products-perks-grid .item-wrapper .cell11 b {
  font-size: 1.25rem;
}
.products-perks-grid .item-wrapper .cell12 {
  grid-area: 42/67/55/101;
}
.products-perks-grid .item-wrapper .cell12 .image {
  width: 30%;
  justify-content: center;
}
.products-perks-grid .item-wrapper .cell12 b {
  font-size: 1.25rem;
}
.products-perks-grid .item-wrapper .cell13 {
  grid-area: 57/67/100/101;
}
.products-perks-grid .item-wrapper .cell13 .wrapper {
  gap: 1rem;
}
.products-perks-grid .item-wrapper .cell13 .wrapper.image-with-spacing {
  padding: 1rem;
}
.products-perks-grid .item-wrapper .cell13 .wrapper .image {
  max-height: 75%;
}
.products-perks-grid .item-wrapper .cell13 .wrapper .image picture {
  width: 100%;
  height: 100%;
}
.products-perks-grid .item-wrapper .cell13 .wrapper .image picture img {
  width: 100%;
}
.products-perks-grid .item-wrapper .cell13 .wrapper b {
  font-size: 1.375rem;
}
@media screen and (max-width: 1199.98px) {
  .products-perks-grid .item-wrapper .cell1 {
    grid-area: 1/1/4/3;
  }
  .products-perks-grid .item-wrapper .cell2 {
    grid-area: 1/4/1/3;
  }
  .products-perks-grid .item-wrapper .cell3 {
    grid-area: 2/3/4/3;
  }
  .products-perks-grid .item-wrapper .cell4 {
    grid-area: 4/1/4/4;
  }
  .products-perks-grid .item-wrapper .cell5 {
    grid-area: 6/1/6/4;
  }
  .products-perks-grid .item-wrapper .cell6 {
    grid-area: 7/1/7/4;
  }
  .products-perks-grid .item-wrapper .cell7 {
    grid-area: 5/1/5/4;
  }
  .products-perks-grid .item-wrapper .cell8 {
    grid-area: 8/1/8/4;
  }
  .products-perks-grid .item-wrapper .cell9 {
    grid-area: 9/1/10/2;
  }
  .products-perks-grid .item-wrapper .cell10 {
    grid-area: 9/2/10/4;
  }
  .products-perks-grid .item-wrapper .cell11 {
    grid-area: 10/1/10/4;
  }
  .products-perks-grid .item-wrapper .cell12 {
    grid-area: 11/1/11/4;
  }
  .products-perks-grid .item-wrapper .cell13 {
    grid-area: 12/1/14/4;
  }
}

.perks .video iframe {
  height: 385px;
}
.perks .video .thumbnail {
  cursor: pointer;
}
.perks .video .thumbnail .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.perks .video .thumbnail .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.perks .video .thumbnail .thumbnail {
  height: 385px;
}
.perks h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
.perks .perks p {
  max-width: 550px;
}

.download-pdf-banner {
  min-height: 210px;
}
.download-pdf-banner h2 {
  color: var(--white);
  font-size: 2.25rem;
}
.download-pdf-banner .polygon {
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  background-color: #3d3d3b;
  width: 28%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767.98px) {
  .download-pdf-banner .polygon {
    width: 35%;
  }
}
.download-pdf-banner .pdf {
  position: relative;
  z-index: 99;
}
.download-pdf-banner .buttons .btn {
  padding: 0.5rem 3.2rem;
}
.download-pdf-banner .title, .download-pdf-banner .buttons {
  z-index: 99;
}

.video-banner .video iframe {
  height: 385px;
}
.video-banner .video .thumbnail {
  cursor: pointer;
}
.video-banner .video .thumbnail .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.video-banner .video .thumbnail .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-banner .video .thumbnail .thumbnail {
  height: 385px;
}
.video-banner .content-wrapper {
  max-width: 555px;
}
.video-banner .content-wrapper .icon {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}

.technical-parameters {
  transition: 0.5s;
  max-height: 163px;
}
@media screen and (max-width: 767.98px) {
  .technical-parameters {
    max-height: 190px;
  }
}
@media screen and (max-width: 400px) {
  .technical-parameters {
    max-height: 235px;
  }
}
.technical-parameters .title-wrapper {
  position: relative;
  z-index: 99;
}
.technical-parameters .tabs {
  opacity: 0;
}
.technical-parameters .tabs .nav-link {
  color: var(--gray);
  font-size: 1.125rem;
  transition: 0.3s;
}
.technical-parameters .tabs .nav-link::after {
  content: "";
  display: block;
  background-color: var(--primary);
  transform: translateY(-50%);
  width: 0%;
  height: 3px;
  border-radius: 5px;
  transition: 0.3s;
  margin: auto;
  margin-top: 5px;
}
.technical-parameters .tabs .nav-link.active, .technical-parameters .tabs .nav-link:hover {
  font-weight: 500;
}
.technical-parameters .tabs .nav-link.active::after, .technical-parameters .tabs .nav-link:hover::after {
  width: 100%;
}
.technical-parameters .params {
  position: relative;
  z-index: 99;
}
.technical-parameters .params .params-wrapper {
  width: 525px;
  height: 550px;
  transform: translateY(20px);
  scrollbar-width: thin;
  scrollbar-color: var(--gray) #D9D9D9;
}
@media screen and (max-width: 1399.98px) {
  .technical-parameters .params .params-wrapper {
    width: 100%;
  }
}
.technical-parameters .params .params-wrapper h3 {
  font-weight: 600;
  font-size: 1rem;
}
.technical-parameters .params .params-wrapper p {
  font-size: 0.875rem;
}
.technical-parameters .params .params-wrapper::-webkit-scrollbar {
  width: 5px;
}
.technical-parameters .params .params-wrapper::-webkit-scrollbar-track {
  background: #D9D9D9;
  border-radius: 10px;
}
.technical-parameters .params .params-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--gray);
  border-radius: 10px;
}
.technical-parameters .params .params-wrapper::-webkit-scrollbar-button {
  display: none;
}
.technical-parameters .indoor-slider, .technical-parameters .outdoor-slider {
  height: 100%;
  overflow-x: visible;
  overflow-y: clip;
  max-height: 500px;
}
.technical-parameters .indoor-slider .wrapper img, .technical-parameters .outdoor-slider .wrapper img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 450px;
}
@media screen and (max-width: 767.98px) {
  .technical-parameters .navigation {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
}
.technical-parameters .navigation .swiper-button-next,
.technical-parameters .navigation .swiper-button-prev {
  position: initial;
}
.technical-parameters .navigation .swiper-button-next::after,
.technical-parameters .navigation .swiper-button-prev::after {
  display: none;
}
.technical-parameters .navigation .swiper-button-prev {
  padding: 0.5rem 1.5rem;
  margin-right: 1rem;
}
.technical-parameters .swiper-pagination {
  bottom: 0;
}
.technical-parameters .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}

.references-gallery .gallery-container {
  max-height: 520px;
  transition: 0.5s;
}
.references-gallery .gallery-container .image-gallery {
  -moz-columns: 4 300px;
       columns: 4 300px;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.references-gallery .gallery-container .image-gallery .wrap {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.references-gallery .gallery-container .image-gallery .wrap img {
  width: 100%;
  display: block;
  border-radius: 15px;
  transition: 0.2s;
}
.references-gallery .gallery-container .image-gallery .wrap .video-thumbnail {
  overflow: hidden;
  min-height: 300px;
}
.references-gallery .gallery-container .image-gallery .wrap .video-thumbnail picture:first-of-type {
  display: block;
  min-height: 300px;
}
.references-gallery .gallery-container .image-gallery .wrap .video-thumbnail picture:first-of-type img:not(.play-button) {
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.references-gallery .gallery-container .image-gallery .wrap .video-thumbnail .play-button {
  width: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.references-gallery .gallery-container .image-gallery .wrap .video-thumbnail:hover img:not(.play-button) {
  transform: scale(1.05);
}
.references-gallery .gallery-container .image-gallery .wrap .video-thumbnail:hover .play-button {
  width: 110px;
}
.references-gallery .gallery-container .image-gallery .wrap .content {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  opacity: 0;
  transition: 0.3s;
  border-radius: 0 0 15px 15px;
}
@media screen and (max-width: 767.98px) {
  .references-gallery .gallery-container .image-gallery .wrap .content {
    opacity: 1;
  }
}
.references-gallery .gallery-container .image-gallery .wrap .content * {
  color: var(--white);
}
.references-gallery .gallery-container .image-gallery .wrap .content h3 {
  font-size: 1.125rem;
}
.references-gallery .gallery-container .image-gallery .wrap .content p {
  margin: 0;
}
.references-gallery .gallery-container .image-gallery .wrap:hover .content {
  opacity: 1;
}
.references-gallery .gray {
  color: var(--gray);
}

.products-banner-services .product-wrapper *:not(a) {
  color: var(--white);
}
.products-banner-services .product-wrapper p {
  max-width: 520px;
  margin: auto;
  font-size: 1.125rem;
}
.products-banner-services .product-wrapper .product-count b {
  font-size: 3.125rem;
}
.products-banner-services .product-wrapper .screen, .products-banner-services .product-wrapper .poster {
  position: absolute;
  bottom: 0;
}
.products-banner-services .product-wrapper .screen {
  left: -2px;
}
@media screen and (max-width: 1100px) {
  .products-banner-services .product-wrapper .screen {
    left: -35px;
  }
}
@media screen and (max-width: 767.98px) {
  .products-banner-services .product-wrapper .screen {
    display: none;
  }
}
.products-banner-services .product-wrapper .poster {
  right: 0;
}
@media screen and (max-width: 1199.98px) {
  .products-banner-services .product-wrapper .poster {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .products-banner-services .product-wrapper .poster {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .products-banner-services .product-wrapper .poster {
    display: none;
  }
}
.products-banner-services .product-wrapper .poster img {
  display: block;
  width: 100%;
  height: 100%;
}
.products-banner-services .product-wrapper .poster img.moved {
  transform: translateY(40px) translateX(60px);
  max-height: 470px;
}
.products-banner-services .services-wrapper {
  max-width: 450px;
}
@media screen and (max-width: 991.98px) {
  .products-banner-services .services-wrapper {
    max-width: 100%;
  }
}
.products-banner-services .services-wrapper h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
.products-banner-services .services-wrapper .service img {
  margin-right: 1rem;
}
.products-banner-services .services-wrapper .service h4 {
  font-size: 1rem;
}