.knowledge-filters {
  position: relative;
}
.knowledge-filters .splide__track {
  padding-right: 100px !important;
}

.knowledge-filters::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 130px;
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) -11.49%, #FFFFFF 39.08%);
}

.PAGE .container > h1 {
  margin-bottom: 30px;
}

.extended .image-wrapper.product img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.second-row-items {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -12px;
}
.second-row-items nav.desktop {
  justify-content: flex-start;
  padding-right: 20px;
}
.second-row-items nav.desktop ul {
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  touch-action: pan-x;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 4px;
}
.second-row-items nav.desktop ul.is-dragging {
  cursor: grabbing;
}
.second-row-items nav.desktop ul::-webkit-scrollbar {
  display: none;
}
.second-row-items nav.desktop ul li {
  display: inline-flex;
  padding: 0 !important;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
  list-style: none;
  margin: 0;
  flex-shrink: 0;
}

.second-row-items > nav {
  flex: 1 1 auto;
  min-width: 0;
}

.second-row-items > div {
  flex: 0 0 auto;
}

.head-with-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-with-btn .sieve-input-wrapper {
  border: none !important;
  border: 0 !important;
  width: 250px;
  border-radius: 12px;
  background-color: #f3f5f8;
  padding: 14px 16px 14px 50px;
  font-size: 16px;
  height: 48px;
  box-sizing: border-box;
  color: rgba(17, 26, 41, 0.3);
  margin-bottom: 0.8em;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
.head-with-btn .sieve-input-wrapper img {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  width: 16px;
  height: auto;
}
.head-with-btn .bindlabels {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  left: 30px;
  bottom: 0;
  border: none !important;
  border: 0 !important;
  background-color: #f3f5f8;
  padding: 14px 16px 14px 10px;
  font-size: 16px;
  height: 48px;
  box-sizing: border-box;
  color: #afb3b9;
  font-weight: 600;
}
.head-with-btn .bindlabels::-moz-placeholder {
  color: #afb3b9;
}
.head-with-btn .bindlabels::placeholder {
  color: #afb3b9;
}

.product-lead-wrapper .lead-image-content .product-image-wrapper {
  max-width: 624px;
}

.desktop_version {
  display: flex !important;
}

.mobile_version {
  display: none !important;
}

.nav-mobile-wrapper {
  left: -5px;
  right: auto;
}

.nav-mobile-wrapper.show-me .nav-mobile {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.nav-mobile {
  right: 0px;
  left: auto;
  padding: 48px 24px 24px 24px;
  overflow: hidden;
}

nav.mobile {
  bottom: 0;
}
nav.mobile .links {
  position: absolute;
  bottom: 0;
}
nav.mobile .links ul li a,
nav.mobile .links .nav-button > a {
  color: rgba(17, 26, 41, 0.5) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

.nav-mobile > div {
  top: 48px;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

nav.mobile .links ul li a,
nav.mobile .nav-button > a {
  color: #111a29;
  font-weight: 600;
  font-size: 18px;
  padding: 8px 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
nav.mobile .links ul li a img,
nav.mobile .nav-button > a img {
  padding: 15px;
}

#mobile-menu-button {
  z-index: 120;
}

.close_mobile_menu_placeholder {
  display: block;
  opacity: 0;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
}

.close_mobile_menu {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f3f5f8;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: transform 800ms ease, opacity 300ms ease;
  will-change: transform, opacity;
}

nav.mobile .main-menu,
nav.mobile .submenu {
  padding: 0;
}

.hide-submenu-wrapper {
  position: absolute;
  top: 0;
  padding: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f3f5f8;
  border-radius: 50%;
}

.nav-mobile-wrapper {
  z-index: 200;
}

.dropdown-mobile-columns.id183 .col-1 {
  margin-top: 24px;
}

@keyframes slideInFromLeft {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nav-mobile-wrapper.show-me .close_mobile_menu {
  z-index: 99;
  opacity: 1;
  pointer-events: auto;
}

.nav-mobile .nav_header {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0055aa;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 16px;
  position: relative;
}
.nav-mobile .nav_header p {
  margin: 0;
}
.nav-mobile .nav_header .head {
  font-weight: 600;
  font-size: 15px;
  color: #717171;
  letter-spacing: normal;
}

.submenu.megadropdown-menu .nav_header {
  gap: 8px;
  width: 100%;
  position: absolute;
  top: 0;
  justify-content: flex-start;
  opacity: 0;
  transition: opacity 500ms ease;
  will-change: opacity;
}

.submenu.megadropdown-menu .nav_bottom {
  gap: 8px;
  width: auto;
  position: absolute;
  bottom: 0;
  width: 342px;
}
.submenu.megadropdown-menu .nav_bottom .button {
  width: 100%;
  margin: 0;
  padding: 10px 24px;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  font-size: 16px;
  font-weight: 600;
}

nav.mobile .submenu {
  display: block !important;
  visibility: hidden;
}

nav.mobile .submenu.show-me {
  visibility: visible;
}

.submenu.megadropdown-menu.show-me .nav_header {
  opacity: 1;
}

.dropdown-mobile-columns a {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.5;
  display: block;
}

.dropdown-mobile-columns .dropdown-letter {
  color: #0055aa;
  font-weight: 600;
  font-size: 14px;
  margin: 24px 0 8px 0;
}

.submenu.megadropdown-menu.show-me {
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 80px;
}
.submenu.megadropdown-menu.show-me .mobile-megadropdown-content {
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
}

nav.mobile .links ul li a,
nav.mobile .nav-button > a {
  padding-left: 0;
  padding-right: 0;
}

.mobile .col-1 .dropdown-category.popular {
  display: none;
}

.mobile .col-1[data-col="20"] .dropdown-category.popular {
  display: block;
}

.contact_data_wrapper.contact-mini-top .image-wrapper.hide-on-mobile .image img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
}

#TOP .contact_data .button.light {
  margin-right: 0;
}

.phone-number a:not(.phone-hidden) .button.light {
  display: none;
}

.megadropdown {
  top: 200px;
  height: 450px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20%);
  transition: opacity 400ms ease-out, transform 400ms ease-out, visibility 400ms;
  max-width: 1320px;
  width: 88svw;
  margin: 0 auto;
  top: 160px;
  left: 0;
  right: auto;
}

.megadropdown:not(.show-me) {
  left: 30px !important;
}

.megadropdown.dp-image-wrapper {
  margin: 0 !important;
  left: 30px !important;
  width: 900px !important;
}
.megadropdown.dp-image-wrapper .megadropdown-content {
  width: 900px !important;
}

.megadropdown.no-transition {
  transition: none !important;
}

.megadropdown.show-me {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.megadropdown.show-me.no-transition .megadropdown-content {
  animation: fadeIn 400ms ease-out;
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#TOP hr {
  height: 2px;
  background-color: #f3f5f8;
  margin: 16px -24px;
}

.event-top-banner .container .event-info p,
.event-top-banner .container .event-info .button {
  margin-right: 0;
}

#TOP .search-wrapper form {
  position: relative;
}
#TOP .search-btn-wrapper {
  height: 40px;
}
#TOP .search-btn-wrapper .search-btn {
  width: auto;
}
#TOP .search-btn-wrapper .search-btn.desktop_version {
  padding: 0 0 0 16px;
}
#TOP .search-btn-wrapper .search-btn.desktop_version img,
#TOP .search-btn-wrapper .search-btn.desktop_version svg {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
}
#TOP .search-input-wrapper input {
  width: 100%;
  max-width: none;
  transition: width 300ms ease;
}
#TOP .search-input-wrapper,
#TOP .search-input-wrapper input {
  transition: width 300ms ease;
}
#TOP .search-wrapper.show-input-wrapper .search-input-wrapper,
#TOP .search-wrapper.show-input-wrapper input {
  width: 300px;
}
#TOP .search-wrapper.show-input-wrapper {
  position: relative;
}
#TOP .search-wrapper.show-input-wrapper .search-btn-wrapper {
  background-color: white;
}
#TOP .search-wrapper.show-input-wrapper .search-btn.desktop_version {
  filter: none;
}
#TOP .search-wrapper.show-input-wrapper .search-btn.desktop_version img path,
#TOP .search-wrapper.show-input-wrapper .search-btn.desktop_version svg path {
  fill: #0055aa;
  opacity: 1;
}
#TOP .search-wrapper.show-input-wrapper input::-moz-placeholder {
  color: #0055aa;
  caret-color: #0055aa;
}
#TOP .search-wrapper.show-input-wrapper input::placeholder,
#TOP .search-wrapper.show-input-wrapper input {
  color: #0055aa;
  caret-color: #0055aa;
}
#TOP .search-wrapper .input-panel-wrapper {
  max-height: none;
  width: auto;
  padding-top: 68px;
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  top: -24px;
  right: -24px;
  left: -24px;
  box-shadow: none;
  z-index: 1;
  height: auto;
  pointer-events: none;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
#TOP .search_engine_filters_wrapper,
#TOP .jq_suggests_wrapper {
  display: none;
}
#TOP .search_engine_filters_wrapper.show-search-content {
  display: flex !important;
}
#TOP .jq_suggests_wrapper.show-search-content {
  display: block !important;
}
#TOP .show-input-wrapper .input-panel-wrapper {
  pointer-events: auto;
}
#TOP .search-btn-wrapper {
  z-index: 2;
}
#TOP .search-wrapper.show-input-wrapper .search-btn-wrapper {
  border: 1px solid #0055aa;
}
#TOP .input-panel .content:has(.search_engine_filters_wrapper) .splide__arrows {
  display: none;
}
#TOP .input-panel .content:has(.search_engine_filters_wrapper) ul li.splide__slide {
  padding-left: 0 !important;
  width: -moz-max-content !important;
  width: max-content !important;
  margin-right: 4px !important;
}
#TOP .input-panel .content:has(.search_engine_filters_wrapper) ul li.splide__slide::before {
  display: none;
}
#TOP .input-panel .content:has(.search_engine_filters_wrapper) .search_engine_suggests_wrapper a {
  font-size: 16px;
  color: #111a29;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 10px;
  margin: 0 -10px;
  padding-left: 10px;
  padding-right: 10px;
}
#TOP .input-panel .content:has(.search_engine_filters_wrapper) .search_engine_suggests_wrapper a .icon-wrapper {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
}
#TOP .input-panel .content:has(.search_engine_filters_wrapper) .search_engine_suggests_wrapper a img {
  width: 5px;
  height: 8px;
}
#TOP .input-panel .content:has(.search_engine_filters_wrapper) .search_engine_suggests_wrapper a img.bin {
  width: 10px;
  height: 12px;
  opacity: 50%;
}
#TOP .input-panel .content:has(.search_engine_filters_wrapper) .jq_suggests_wrapper a:first-child {
  margin-top: 27px;
}
#TOP .input-panel .content:has(.search_engine_filters_wrapper) .search_engine_suggests_wrapper a:hover,
#TOP .input-panel .content:has(.search_engine_filters_wrapper) .search_engine_suggests_wrapper a.focus {
  background-color: rgba(0, 85, 170, 0.1);
}
#TOP .input-panel .content:has(.search_engine_filters_wrapper) .search_engine_suggests_wrapper a:hover img.bin,
#TOP .input-panel .content:has(.search_engine_filters_wrapper) .search_engine_suggests_wrapper a.focus img.bin {
  opacity: 1;
}
#TOP .input-panel .content:has(.search_engine_filters_wrapper) .search_engine_filters_wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: -20px;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  margin-right: -20px;
  padding: 0 20px;
}
#TOP .input-panel .content:has(.search_engine_filters_wrapper) .search_engine_filters_wrapper input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  cursor: pointer;
}
#TOP .input-panel .content:has(.search_engine_filters_wrapper) .search_engine_filters_wrapper label {
  position: relative;
  border: 1px solid #f3f5f8;
  border-radius: 10px;
  height: 42px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  flex-shrink: 0;
  width: -moz-max-content;
  width: max-content;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 400;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0;
  transition: all 300ms ease;
}
#TOP .input-panel .content:has(.search_engine_filters_wrapper) .search_engine_filters_wrapper label:hover {
  cursor: pointer;
}
#TOP .input-panel .content:has(.search_engine_filters_wrapper) .search_engine_filters_wrapper label:has(input:checked) {
  border-color: rgba(0, 85, 170, 0.1019607843);
  background-color: rgba(0, 85, 170, 0.1019607843);
  color: #0055aa;
}
#TOP .input-panel .content:has(.search_engine_filters_wrapper) .filter_title {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #717171;
  font-size: 10px;
  font-weight: 600;
  display: block;
  margin-bottom: 14px;
}
#TOP .input-panel .content:has(.search_engine_filters_wrapper) .popular_phrases {
  display: flex;
  align-items: center;
  gap: 8px;
}
#TOP .input-panel .content:has(.search_engine_filters_wrapper) .popular_phrase {
  height: 29px;
  box-sizing: border-box;
  padding: 5px 8px;
  border-radius: 5px;
  background-color: #f3f5f8;
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
}
#TOP .input-panel .content:has(.search_engine_filters_wrapper) .popular_phrase a {
  transition: all 300ms ease;
  font-size: 15px;
  color: #6e6e6e !important;
}
#TOP .input-panel .content:has(.search_engine_filters_wrapper) .popular_phrase:hover {
  background-color: #e1e1e1;
}
#TOP .input-panel .content:has(.search_engine_filters_wrapper) .popular_phrase:hover a {
  color: #0055aa !important;
}

@media screen and (max-width: 1680px) {
  .newsletter-form-wrapper input[type=checkbox][required] + label span::after {
    left: 26px !important;
  }
  .value-mod-tool img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .value-mod-tool {
    padding: 16px;
  }
  .product-list-wrapper .product-tile .buttons-cat.service-cat-list {
    height: auto;
  }
  .offer-subpage .product-list-wrapper .product-tile .content .h3 {
    min-height: auto;
  }
  .news-listing-new-wrapper .content > div {
    padding-bottom: 20px;
  }
  .product-lead-wrapper .lead-image-content .product-image-wrapper .splide__track {
    min-height: 415px;
  }
  .topic .video-wrapper > div:first-child {
    padding-bottom: 70% !important;
  }
  .services-listing .related-knowledge-card .controls {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
  }
  .services-listing .related-knowledge-card .controls .button {
    margin: 0;
  }
  .sb-pg nav.desktop ul {
    margin-left: 0;
  }
  .second-row-items {
    margin: 0;
  }
  nav.desktop .nav-button > a {
    font-size: 15px;
    padding: 6px 10px;
  }
  .subpage-tools-listing-page .product-list-wrapper .product-tile .buttons-cat {
    height: auto;
  }
  .product-descr-wrapper .text-wrapper .fat-descr p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1310px) {
  .service-team .columns.x5 > div {
    width: 25%;
  }
  .tile.sb-tile.career-tile.right .content {
    padding: 16px;
  }
  .accordion_images_wrapper.support .right {
    padding: 40px;
  }
  .category-cards-wrapper .content {
    padding: 0 16px 16px 16px;
  }
  .topic .item-video {
    height: 100%;
  }
  .topic .item-video .image-wrapper,
  .topic .item-video .item-video,
  .topic .item-video .video-wrapper,
  .topic .item-video .video-wrapper > div:first-child,
  .topic .item-video .video-wrapper .video {
    height: 100%;
    padding: 0 !important;
    position: static;
  }
  .lab-mod-main-page .lab-mod-main-wrapper {
    width: 50%;
    padding: 40px 20px 40px 0;
  }
  .lab-mod-main-page .lab-mod-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .columns.x4.ita-listing > div,
  .product-list-wrapper .columns.x4 > div {
    width: 33.33%;
  }
  .subpage-faq .ui-accordion-content p {
    font-size: 18px;
  }
  .product-lead-wrapper .lead-image-content .lead-content h1 {
    font-size: 45px;
  }
  .product-lead-wrapper .lead-image-content {
    flex-direction: column;
  }
  #page-knowledge_listing .columns.x4.news-module-listing > div, #page-aktualnosci .columns.news-listing-new-wrapper > div {
    width: 33.33%;
  }
  .event-promo-banner .event-promo-banner-wrapper,
  .event-promo-banner .image-wrapper {
    flex: 1;
  }
  #page-shop .categories-list .columns > div {
    width: 33.33%;
  }
  .tile.sb-tile.career-tile .content {
    padding-left: 46px;
  }
  #page-cart .cart-contents, #page-article .cart-contents {
    padding-left: 30px;
  }
  #page-cart .information-panel, #page-article .information-panel {
    padding: 32px 24px;
  }
  #page-knowledge_article_autor .columns.konowledge-articles-wrapper {
    margin: 0 -10px;
  }
  #page-knowledge_article_autor .columns.konowledge-articles-wrapper > div {
    width: 50%;
  }
  .simple-certificates-cards .columns > div {
    width: 50%;
  }
  .why-service-package .columns > div {
    width: 25%;
    padding: 8px;
  }
  .politics-page .article-columns.side.left .side {
    width: 300px;
  }
  .politics-page .article-columns.side.left.politics {
    padding-right: 330px;
  }
  .simple-mod-funds-ue .card .content h3 {
    font-size: 35px;
  }
  .politics-page .article-columns.side.left.politics h1 {
    margin-bottom: 32px;
  }
  .labratory-mod-cards .labratory-mod-cards-wrapper {
    padding: 80px 80px 80px 0;
  }
}
@media screen and (max-width: 1060px) {
  .services-range .btns {
    flex-wrap: wrap;
  }
  .reshaped-banner .image-wrapper::before {
    background: linear-gradient(to top, rgb(17, 26, 41) 40%, rgba(17, 26, 41, 0) 65%);
    width: 100%;
  }
  .meet-tools-module .image-wrapper img {
    height: 60%;
  }
  .labratory-mod-cards, .labratory-mod-cards.left {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .full-width-gray {
    padding: 32px 16px;
  }
  .labratory-mod-cards .footer .button {
    margin: 0;
    width: 100%;
  }
  .ita-year {
    font-size: 32px;
  }
  .labratory-mod-cards .labratory-mod-cards-wrapper {
    max-width: none;
  }
  .labratory-mod-cards .labratory-mod-cards-wrapper h2 {
    margin-top: 0;
  }
  .labratory-mod-cards .text-wrapper p {
    font-size: 18px;
  }
  .labratory-mod-cards .labratory-mod-cards-wrapper {
    padding: 0 !important;
  }
  .labratory-mod-cards .image-wrapper {
    width: 100%;
  }
  .labratory-mod-cards .image-wrapper img {
    width: 100%;
    max-height: none;
  }
  .lab-banner-item {
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 32px;
  }
  .lab-banner-item .meet-tools-module-inner {
    display: flex;
    min-height: 550px;
    padding: 32px;
  }
  .lab-banner-item .meet-tools-module-inner .container {
    padding: 0;
    margin-top: auto;
  }
  .simple-mod-funds-ue .columns > div {
    width: 100%;
    padding-bottom: 16px;
  }
  .simple-mod-funds-ue .columns > div .card {
    height: auto !important;
    min-height: auto;
    padding: 24px;
  }
  .simple-mod-funds-ue .columns > div .card .content {
    gap: 40px;
  }
  .simple-mod-funds-ue .card .content h3 {
    font-size: 40px;
  }
  .ue-funds-mod .card .content {
    padding: 32px 16px;
  }
  .modern-gallery-splide .splide__list li {
    max-height: 300px;
  }
  .politics-page .article-columns.side.left.politics h1 {
    font-size: 32px !important;
    margin-bottom: 30px !important;
  }
  .ue-funds-mod .card {
    padding: 32px 0;
    margin-left: -16px;
    margin-right: -16px;
  }
  .ue-funds-mod .card .image-wrapper.gray-box {
    margin-left: 0;
    max-width: none !important;
    margin-right: 0;
  }
  .ue-funds-mod .card .content .funds-item {
    flex-direction: column;
    gap: 8px;
  }
  .ue-funds-mod .card .content .funds-wrapper {
    gap: 24px;
  }
  .politics-page .article-columns.side.left.politics {
    padding-right: 0;
  }
  .simple-certificates-cards .columns > div {
    width: 50%;
  }
  .why-service-package .columns > div {
    width: 50%;
  }
  #page-software .banner-subpage-short {
    max-height: none;
    padding: 24px;
  }
  #page-software .banner-subpage-short .button {
    margin: 0;
    width: 100%;
  }
  .payment-info {
    width: auto;
  }
  #page-cart .cart-contents, #page-article .cart-contents {
    padding-left: 0;
  }
  #page-cart .product-quantity .place-holder, #page-cart .nice-cart-item .item-content span, #page-article .product-quantity .place-holder, #page-article .nice-cart-item .item-content span {
    padding: 0 13px;
    opacity: 1;
  }
  #page-cart .cart-contents .item-content .product-quantity .quantity_down, #page-cart .cart-contents .nice-cart-item .del, #page-article .cart-contents .nice-cart-item .del, #page-cart .cart-contents .item-content .product-quantity .quantity_up, #page-article .cart-contents .item-content .product-quantity .quantity_down, #page-article .cart-contents .item-content .product-quantity .quantity_up {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
  .quantity_up img, .quantity_down img {
    width: 10px;
    height: 10px;
  }
  .order-form-page .rodo-permission, .newsletter-form-wrapper .rodo-permission {
    margin-left: 0;
  }
  .cb-text_photo.cb-elem-position-left .cb-container, .cb-text_photo.cb-elem-position-right .cb-container {
    gap: 40px;
  }
  .cb-text_photo.cb-elem-position-right .image-wrapper, .cb-text_photo.cb-elem-position-left .image-wrapper {
    margin: 0;
    width: 100% !important;
  }
  .cb-text_photo.cb-elem-position-right .image-wrapper .image a, .cb-text_photo.cb-elem-position-left .image-wrapper .image a {
    width: 100%;
  }
  .cb-text_photo.cb-elem-position-right .image-wrapper .image a img, .cb-text_photo.cb-elem-position-left .image-wrapper .image a img {
    max-height: none;
    max-width: none;
  }
  .software-banner-wrapper .software-banner-content .software-banner-image {
    max-width: none;
    max-height: 80px;
    margin-bottom: 24px;
  }
  .software-banner-wrapper .software-banner-content h1 {
    line-height: 1.3;
    font-size: 32px;
  }
  .software-banner-wrapper .software-banner-content .text-wrapper p {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .content-top .image-wrapper.software img {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .dynamics-form-wrapper .form-top-info-wrapper {
    width: auto;
  }
  .cb-container-descr-wrapper h2 {
    margin-bottom: 16px;
  }
  .cb-container-descr-wrapper p {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .nice-cart-item .del {
    top: auto;
    bottom: 10px;
    margin: 0 !important;
  }
  #page-cart section, #page-article section {
    margin-bottom: 40px;
  }
  .rodo-permission-checkboxes label {
    font-size: 14px;
  }
  .order-form-page .order-form-delivery-buttons .radio-label, .newsletter-form-wrapper .order-form-delivery-buttons .radio-label {
    width: auto;
  }
  .order-form-page .order-form-delivery-buttons, .newsletter-form-wrapper .order-form-delivery-buttons {
    flex-direction: column;
  }
  #page-cart .cart-contents .nice-cart-summary-row .cell-3 span, #page-article .cart-contents .nice-cart-summary-row .cell-3 span, #page-cart .cart-contents .nice-cart-summary-row .cell-2, #page-cart .cart-contents .nice-cart-summary-row .cell-3, #page-article .cart-contents .nice-cart-summary-row .cell-2, #page-article .cart-contents .nice-cart-summary-row .cell-3 {
    font-size: 14px;
  }
  .nice-cart-item {
    margin-bottom: 24px;
  }
  .cart-module .cart-ico {
    border: none;
  }
  .services-listing .splide__track {
    margin-top: 60px;
  }
  #back_to_top {
    display: none;
  }
  .banner-subpage-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  #page-shop .promotion-banner-wrapper .promotion-banner {
    min-height: 500px;
  }
  #CANVAS:has(.event-top-banner) #page-shop .promotion-banner-wrapper .promotion-banner {
    min-height: 400px;
  }
  #page-shop .categories-list .columns > div {
    width: 50%;
  }
  #page-shop .promotion-banner-left {
    width: 100%;
    padding: 32px;
  }
  #page-shop .promotion-banner-left p,
  #page-shop .promotion-banner-left h3 {
    font-size: 40px;
  }
  #page-shop .promotion-banner-left p {
    margin-bottom: 24px;
  }
  #page-shop .promotion-banner-left .content {
    padding: 0;
  }
  #page-shop .promotion-banner-left .controls-wrapper .button {
    width: 100%;
    margin: 0;
    height: 56px;
    padding: 18px 24px;
    justify-content: space-between;
  }
  #page-shop .promotion-banner-wrapper .splide__arrows {
    display: none;
  }
  #page-shop .promotion-banner-left::before, .blue-banner-bg::before {
    background: linear-gradient(to top, rgb(17, 26, 41) 40%, rgba(17, 26, 41, 0) 65%);
  }
  #page-shop .promotion-banner-left {
    justify-content: flex-end;
  }
  #page-shop .promotion-banner-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
  }
  #page-shop .promotion-banner-wrapper {
    margin-bottom: 24px;
    margin-left: -16px;
    margin-right: -16px;
  }
  #page-shop .promotion-banner-wrapper .splide__slide {
    max-width: none !important;
  }
  #page-knowledge_listing .columns.x4.news-module-listing > div, #page-aktualnosci .columns.news-listing-new-wrapper > div {
    width: 50%;
  }
  .PAGE .breadcrumps-list,
  .breadcrumps-list {
    padding-top: 0;
  }
  .product-list-wrapper.offer-subpage .ita-listing li.splide__slide {
    max-width: 45%;
  }
  .event-top-banner .container .descr-icon {
    gap: 16px;
  }
  #TOP.sticked,
  #START #TOP.sticked {
    position: fixed !important;
  }
  #CANVAS {
    padding: 0;
  }
  #CANVAS:has(.event-top-banner) #TOP,
  #CANVAS:has(.event-top-banner) #TOP-MAIN {
    top: 72px;
  }
  body:has(.event-top-banner) #mobile-menu-button {
    top: 89px;
  }
  .PAGE::before {
    display: none;
  }
  .PAGE {
    padding: 16px 0;
  }
  .desktop_dropdown {
    display: none !important;
  }
  .topic .video-wrapper > div:first-child {
    padding-bottom: 90% !important;
  }
  .lab-mod-main-wrapper .content {
    padding-bottom: 24px;
  }
  .lab-mod-main-page .lab-mod-items {
    max-width: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: #f3f5f8;
    margin-top: 0;
    gap: 16px;
    margin-bottom: 24px;
  }
  .lab-mod-main-page .lab-mod-items > div {
    background-color: white;
  }
  .lab-mod-main-page .button.alt {
    background-color: white;
  }
  .lab-mod-main-page .double-images {
    display: none;
  }
  .service-card-wrapper .splide__arrows {
    padding-top: 6px;
  }
  .product-list-wrapper .product-tile .buttons-cat {
    height: auto;
  }
  .offer-subpage .product-tile .image-wrapper .image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .article-section .header-with-arrows h2 {
    margin-top: 0;
  }
  .offer-subpage.product-list-wrapper .ita-listing .product-tile {
    padding: 0;
  }
  .extended .content-bottom .button, .extended .content-bottom a {
    flex: 1;
    width: 100%;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .extended .content-bottom .button span, .extended .content-bottom a span {
    width: 100%;
  }
  body:has(.nav-mobile-wrapper.show-me) #CANVAS {
    opacity: 0.5;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
    transition: opacity 300ms ease;
  }
  .card.product-card .image {
    max-height: none;
  }
  .category-cards-wrapper .card:hover {
    top: 0;
  }
  .offer-subpage .ita-listing .button.alt.arrow.mobile_version,
  .news-module-listing.service-card-wrapper .button.arrow.mobile_version {
    margin-right: 0;
    margin-top: 24px;
  }
  #page-product .hash-navigator.horizontal-side,
  #page-product .uk-sticky-placeholder {
    display: none;
  }
  #page-product .questions-mod-wrapper {
    gap: 16px;
    align-items: flex-start;
    flex-direction: column;
  }
  .dynamics-form-wrapper input,
  .dynamics-form-wrapper .styledSelect,
  .dynamics-form-wrapper select,
  .dynamics-form-wrapper option {
    font-size: 14px !important;
  }
  .product-list-wrapper .product-tile .buttons-cat {
    flex-wrap: wrap;
  }
  .cat-listing-header h1 {
    max-width: 800px;
  }
  .filtered_items_wrapper .price-wrapper .add-to-cart {
    flex-wrap: wrap;
    gap: 0;
  }
  .related-knowledge-card img {
    min-height: auto;
  }
  .manufacturer-listing .content-bottom .button {
    width: 100%;
  }
  .megadropdown.show-me,
  body.megadropdown-show .mask-dropdown {
    display: none !important;
  }
  .offer-subpage .product-tile .image-wrapper .image img {
    height: auto !important;
  }
  .offer-subpage.product-list-wrapper .ita-listing .product-tile .content ul {
    min-height: auto;
    margin-bottom: 0;
  }
  .desktop_version {
    display: none !important;
  }
  .mobile_version {
    display: flex !important;
  }
  #TOP {
    position: fixed;
  }
  .event-top-banner {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
    border-radius: 0;
  }
  #MAIN-BANER {
    padding: 0 8px;
  }
  #MAIN-BANER .banner-content {
    margin: 0;
  }
  #MAIN-BANER .banner-content .container {
    padding: 24px;
  }
  .mobile-top-placeholder {
    display: block !important;
    height: 88px;
  }
  body:has(.event-top-banner) .mobile-top-placeholder {
    height: 160px;
  }
  #TOP,
  #TOP.sticked,
  #START #TOP.sticked,
  #TOP-PLACEHOLDER,
  #TOP-MAIN,
  #START #TOP-MAIN,
  #TOP.sticked #TOP-MAIN {
    height: 80px;
  }
  #TOP .header-full {
    width: 100%;
  }
  #START #TOP-MAIN,
  #TOP-MAIN {
    display: flex;
    align-items: center;
  }
  #START #TOP-MAIN .first-row-items,
  #TOP-MAIN .first-row-items {
    padding: 0;
    padding-left: 56px;
  }
  #TOP-MAIN .container,
  #TOP-EXTENDED .container {
    padding: 0 16px;
  }
  .container,
  .container.alt,
  .container.full {
    padding: 0 16px;
  }
  #mobile-menu-button {
    left: 16px;
    top: 16px;
    right: auto;
    width: 48px;
    height: 48px;
    background-color: #f3f5f8;
    border-radius: 50%;
  }
  #mobile-menu-button > span,
  #mobile-menu-button > span::after,
  #mobile-menu-button > span::before {
    background: #111a29;
    width: 12px;
    height: 2px;
    transform: translateX(50%);
  }
  #mobile-menu-button > span::after {
    top: -5px;
  }
  #mobile-menu-button > span::before {
    bottom: -5px;
  }
  .first-row-items #logo {
    left: 0;
  }
  #mobile-menu-button > span::after,
  #mobile-menu-button > span::before {
    left: 50%;
    transform: translateX(-50%);
  }
  #TOP .right_section .search-input-wrapper input {
    max-width: none;
    width: 100px;
  }
  #TOP .right_section .search-wrapper,
  #TOP .right_section .cart-module-wrapper {
    margin: 0;
    padding: 0;
  }
  #TOP .right_section .search-btn-wrapper,
  #TOP .right_section .contact_data_wrapper.compact-contact,
  #TOP .right_section .cart-module-wrapper {
    width: 48px;
    height: 48px;
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #TOP .right_section .search-btn-wrapper .search-btn,
  #TOP .right_section .contact_data_wrapper.compact-contact .search-btn,
  #TOP .right_section .cart-module-wrapper .search-btn {
    padding: 0;
    filter: none;
    border: none !important;
  }
  #TOP .right_section .show-input-wrapper .search-btn-wrapper {
    width: auto;
  }
  #TOP .right_section .search-wrapper.show-input-wrapper .search-input-wrapper {
    width: 100px;
  }
  #TOP .right_section .search-wrapper .input-panel-wrapper {
    width: -moz-max-content;
    width: max-content;
  }
  #TOP .right_section .search-btn-wrapper .search-btn:hover img {
    filter: none;
  }
  #TOP-MAIN {
    position: fixed;
    background: white;
    border-bottom: 2px solid #f3f5f8;
  }
  .schedule-presentation .image-wrapper::after {
    display: none;
  }
  .value-mod-tool {
    flex-direction: column;
    padding-left: 16px;
  }
  .value-mod-tool .value-mod-tool-wrapper {
    padding-right: 0;
  }
  #START .topic {
    flex-direction: column;
  }
  .topic .tile {
    padding-top: 70px;
  }
  .topic .tile .content {
    padding: 0;
  }
  .topic .tile {
    padding-right: 0;
    padding-bottom: 0;
    max-width: none;
  }
  .topic .video-wrapper > div:first-child {
    padding-bottom: 0 !important;
    aspect-ratio: 16/9;
  }
  .container.card_on_mobile {
    padding: 0;
  }
  .container.card_on_mobile .simple-icon-text {
    display: none;
  }
  .lab-mod-main-page .lab-mod-main-wrapper {
    width: 100%;
    padding: 0;
  }
  .lab-mod-main-page {
    gap: 30px;
    margin: 0;
    padding: 32px 16px 16px 16px;
    margin-top: 32px;
    background-color: #f3f5f8;
  }
  #START .news-module-listing .card.card-to-tile .button {
    position: absolute;
    bottom: 16px;
  }
  .product-list-wrapper.offer-subpage .splide__slide > div,
  .product-list-wrapper.offer-subpage .splide__slide > div .card {
    height: auto;
  }
  .value-mod-tool .value-mod-tool-wrapper {
    max-width: none;
  }
  .tool-table-header-row .header {
    flex: 1;
  }
  .tool-table-mod .tool-table-branch {
    width: auto;
  }
  .tool-table-mod .tool-table-row {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
  .tool-table-mod .tool-table-desc {
    padding: 0;
  }
  .tool-table-mod .tool-table-icon {
    min-width: 50px;
    margin-right: 0;
  }
  .schedule-presentation.subpage .image-wrapper {
    display: none;
  }
  .schedule-presentation .tile .content {
    max-width: none;
  }
  .product-lead-wrapper .lead-image-content .lead-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .cat-listing-head {
    margin-left: auto;
  }
  .event-new-wrapper .controls {
    position: static;
    transform: none;
    padding-top: 16px;
  }
  .newsletter-form-text p {
    font-size: 16px;
  }
  .news-module-listing .content .signs {
    padding-bottom: 10px;
  }
  .meet-tools-module .tools-items h2 {
    font-size: 2rem;
  }
  .tech-premium-tool .header span.subtitle {
    font-size: 1.125rem;
  }
  .event-promo-banner .event-promo-banner-wrapper .event-promo-banner-header h2 {
    font-size: 24px;
  }
  .event-promo-banner .event-promo-banner-wrapper .event-promo-banner-header h2,
  .event-promo-banner .content p {
    margin-bottom: 24px;
  }
  .event-new-wrapper .event-date .event-duration {
    font-size: 24px;
  }
  .events-trusted-item h3 {
    margin-top: 32px;
    margin-bottom: 16px;
  }
  .event-promo-banner .image-wrapper {
    padding: 0;
  }
  .event-promo-banner .image-wrapper img {
    width: 100%;
  }
  .event-promo-banner .content p {
    font-size: 18px;
  }
  .event-promo-banner {
    padding: 16px;
    gap: 24px;
    flex-direction: column-reverse;
  }
  .event-promo-banner .event-promo-banner-wrapper {
    max-width: none;
    padding: 0;
  }
  .event-promo-banner .controls-wrapper .button {
    margin: 0;
    width: 100%;
  }
  .event-new-wrapper .event-month {
    padding-bottom: 0;
  }
  .event-new-wrapper .event-month br {
    display: none;
  }
  .event-new-wrapper .event.subpage,
  .event-new-wrapper .event-subpage {
    width: 100%;
  }
  .related-knowledge-card p {
    font-size: 13px;
  }
  #page-aktualnosci .news-listing-new-wrapper .content > div {
    padding-bottom: 0px;
  }
  .related-knowledge-card .controls {
    left: 16px;
    bottom: 16px;
  }
  #BOTTOM .columns.x2.footer-copyright-wrapper {
    flex-direction: column-reverse;
  }
  #BOTTOM .columns.x2.footer-copyright-wrapper > div {
    width: 100%;
  }
  .category-cards-wrapper {
    margin-top: 16px;
  }
  .category-cards-wrapper > div {
    padding: 0 0 8px 0;
  }
  .category-cards-wrapper .card {
    border-radius: 16px;
    height: 96px !important;
    box-sizing: border-box;
    position: relative;
  }
  .category-cards-wrapper .card .content {
    padding: 8px 16px 8px 104px;
    height: 100%;
    box-sizing: border-box;
  }
  .category-cards-wrapper .card .content h3 {
    font-size: 18px;
    max-width: none;
  }
  .category-cards-wrapper .card .image-wrapper {
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    width: 80px;
    height: 80px;
  }
  .category-cards-wrapper .card .image-wrapper .image {
    padding: 0;
  }
  .category-cards-wrapper .card .image-wrapper .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .topic {
    margin-top: 8px;
    padding: 8px;
    gap: 32px;
  }
  .topic .tile {
    padding-top: 70px;
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .topic .tile .content h3 {
    line-height: 1.2;
  }
  .topic .tile .item-tag {
    top: 24px;
    left: -8px;
  }
  .new-services-2 {
    padding-bottom: 32px;
  }
  .new-services-2 .header h2 {
    margin-bottom: 24px;
  }
  #START .shop-section .button.alt.mobile_version,
  .services-content .button.mobile_version {
    margin: 24px 0 0 0;
  }
  .services-listing {
    min-height: auto;
  }
  .services-content:not(.active) {
    display: none;
  }
  .services-content {
    position: static;
    display: block;
  }
  .event-main-wrapper h2 {
    margin-bottom: 24px;
  }
  .event-new-wrapper .event-content h3 {
    font-size: 18px;
    padding-bottom: 8px;
  }
  .event-new-wrapper .event-description {
    padding: 0;
  }
  .event-new-wrapper .event-location {
    padding-top: 8px;
  }
  .event-new-wrapper {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    margin-bottom: 16px;
  }
  .event-new-wrapper .event-date {
    align-self: baseline;
    text-align: left;
  }
  .event-new-wrapper .event-date p {
    align-items: inherit;
    min-width: auto;
    margin: 0;
  }
  .event-new-wrapper .event-date::after {
    display: none;
  }
  .event-new-wrapper .event-content {
    margin-left: 0;
  }
  .event-new-wrapper .event-date .event-month {
    width: auto;
    font-size: 13px;
  }
  .event-new-wrapper .controls {
    padding-top: 24px;
  }
  .event-new-wrapper .button {
    margin: 0;
    width: 100%;
  }
  .event-main-wrapper .button.alt.arrow-btn {
    margin: 0;
    margin-top: 8px;
    width: 100%;
  }
  .our-certificates-mod {
    padding: 32px 0;
  }
  .our-certificates-mod .header {
    padding-bottom: 24px;
  }
  .our-certificates-mod h3 {
    padding-top: 24px;
  }
  .newsletter-form-text {
    align-self: baseline;
  }
  #BOTTOM {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  #BOTTOM .columns.x4 {
    gap: 24px;
    margin: 0;
    row-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  #BOTTOM .columns.x4 > div {
    padding: 0;
  }
  .footer-badges {
    padding: 24px 0 16px 0 !important;
  }
  .footer-badges .columns.x5 {
    width: -moz-max-content;
    width: max-content;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 0;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .footer-badges .columns.x5 > div {
    width: auto;
    padding: 0;
    width: 70px;
  }
  .footer-badges .columns.x5 .card .image-wrapper {
    margin: 0;
  }
  .footer-copyright {
    padding: 0 0 40px 0 !important;
  }
  .TopPlaceholder {
    display: none !important;
    position: fixed;
    top: -10000000000000000000000000px;
    height: 0 !important;
  }
  .submenu.megadropdown-menu.show-me::after {
    content: "";
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    height: 45px;
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 50%);
  }
  .submenu.megadropdown-menu.show-me::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
    height: 55px;
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 50%);
  }
  .extended.product-tile {
    padding: 0;
  }
  .extended.product-tile .content-top {
    width: 100%;
  }
  .extended.product-tile .content-top .image-wrapper {
    width: 100%;
    margin-bottom: 0;
    max-width: none;
  }
  .extended.product-tile .content {
    padding: 24px 24px 0 24px;
  }
  .extended.product-tile .content-bottom {
    padding: 16px 24px 24px 24px;
  }
  .product-list-wrapper.offer-subpage .extended.product-tile .image-wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .offer-subpage.product-list-wrapper .ita-listing {
    margin-bottom: 48px;
  }
  .dynamics-form-wrapper.dynamics-form-newsletter-module {
    padding: 0 16px;
    width: auto;
  }
  .card.related-knowledge-card .image img {
    max-height: 200px;
  }
  .related-knowledge-card.extended .content-top .image-wrapper {
    height: 200px;
  }
  .splide__slide {
    opacity: 1;
  }
  .columns.x4.ita-listing > div,
  .columns.x4.ita-listing > div,
  .product-list-wrapper .columns.x4 > div {
    width: 50%;
  }
  .splide__list:has(.extended) li.splide__slide {
    max-width: 40%;
  }
  #page-knowledge_article h1,
  #page-news .news-lead-content h1,
  #page-news h1 {
    font-size: 32px !important;
    padding-bottom: 24px;
  }
  #page-knowledge_article h2,
  #page-news h2 {
    font-size: 24px !important;
  }
  #page-news .text-wrapper p {
    font-size: 18px;
    padding-bottom: 24px;
    margin-bottom: 0;
  }
  #page-news .bw-social {
    margin-left: 0;
    margin-right: 0;
  }
  #page-knowledge_article .article-add-info p {
    font-size: 18px;
    border-right: 0;
    padding: 0;
    padding-bottom: 24px;
    border-bottom: 2px solid #f3f5f8;
  }
  #page-knowledge_article .article-add-info {
    flex-direction: column;
    margin-bottom: 24px;
  }
  #page-knowledge_article .article-add-info .autor-wrapper {
    padding-left: 0;
    padding-top: 24px;
    margin-bottom: 0;
  }
  .signs.article {
    margin: 0 0 8px 0;
  }
  #page-knowledge_article h2,
  #page-news h2 {
    font-size: 22px;
  }
  #page-knowledge_article .text-wrapper strong {
    font-size: 18px;
    line-height: 1;
  }
  .bw-listing-image {
    margin-bottom: 24px;
  }
  #page-knowledge_article .cb-container .image-wrapper,
  #page-news .cb-container .image-wrapper {
    padding-bottom: 0;
  }
  .bw-social,
  .author-card,
  .bw-product-banner {
    margin: 16px;
  }
  .lead-image-content.cat-listing-header .lead-content {
    gap: 24px;
  }
  .filter-with-button .chevron {
    margin-top: -5px;
  }
  .content h3, .icon-tile .content h3, .tile .content h3, .icon-tile .content .h3, .tile .content .h3 {
    font-size: 20px;
  }
  .article-section h2 {
    font-size: 24px !important;
  }
  .ui-accordion-header, h2.ui-accordion-header {
    font-size: 18px;
  }
  .subpage-faq .ui-accordion-content {
    padding: 24px;
  }
  .promotion-banner-left .image-wrapper {
    margin-bottom: 16px;
  }
  .banner-subpage-short-item .banner-subpage-wrapper {
    min-height: 500px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 0;
  }
  .banner-subpage-short-item .banner-subpage-wrapper .content {
    background: none;
    padding: 32px;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
    flex: 1;
  }
  .banner-subpage-short-item .banner-subpage-wrapper .content h1 {
    font-size: 40px;
    margin-bottom: 24px;
    letter-spacing: normal;
  }
  .banner-subpage-short-item .banner-subpage-wrapper .content p {
    font-size: 18px;
  }
  .banner-subpage-short-item .banner-subpage-wrapper .image-wrapper.left {
    display: none;
  }
  .banner-subpage-short-item .banner-subpage-wrapper .image-wrapper.right {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    height: 100%;
  }
  .banner-subpage-short-item .banner-subpage-wrapper .right::after {
    background: linear-gradient(to top, rgb(17, 26, 41) 30%, rgba(17, 26, 41, 0) 100%);
    z-index: 0;
  }
  .banner-subpage-short-item .banner-subpage-wrapper .content p {
    max-width: none;
  }
  .ita-text ul li {
    font-size: 16px;
  }
  .ita-timeline {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .ita-timeline-item {
    display: flex;
  }
  .ita-timeline::before, .ita-timeline-marker {
    display: none;
  }
  .awards-page .modern-gallery-splide .header-with-arrows {
    margin-bottom: 24px;
  }
  .ita-tile {
    padding: 24px;
    max-width: none;
    width: 100%;
    box-sizing: border-box;
  }
  .modern-gallery-splide {
    margin-bottom: 16px;
  }
  .ita-timeline {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .software-banner-wrapper .software-banner-content .sub-head {
    text-align: center;
    font-size: 18px;
  }
  .software-tech-slider {
    padding-top: 0;
  }
  .software-descriptions-wrapper .cb-elem-position-right .cb-container {
    flex-direction: column-reverse;
  }
  .programs-listing-tile .extended .content-bottom .buttons-cat .button, .programs-listing-tile .extended .content-bottom .buttons-cat a {
    flex: 1;
  }
  #page-news .news-lead-content .lead-content .image-wrapper {
    margin: 24px 0 32px 0;
  }
  #page-news .lead-content .text-wrapper, #page-news .text-wrapper p {
    font-size: 18px;
  }
  .simple-gallery .splide__slide.is-active img {
    box-shadow: none;
  }
  .mb-tech-slider .image-wrapper {
    width: auto;
  }
  .extended .content-bottom.flex {
    flex-wrap: wrap;
  }
  .subpage-blue-banner {
    margin: 16px;
    padding: 0;
  }
  .subpage-blue-banner .container {
    padding: 32px;
  }
  .subpage-blue-banner .container .content {
    padding: 0;
  }
  .blue-banner-img-section {
    background-size: cover;
  }
  .privacy-policy .product-list-wrapper .privacy-policy-items {
    padding: 24px;
  }
  .privacy-policy .product-list-wrapper .privacy-policy-items .btns .button {
    margin: 0;
    width: 100%;
  }
  .privacy-policy .product-list-wrapper .privacy-policy-items .description {
    margin: 0;
  }
}
@media screen and (max-width: 700px) {
  .product-lead-wrapper .product-image-wrapper .splide__arrow--prev {
    left: auto;
    right: 8%;
  }
  .product-lead-wrapper .product-image-wrapper .splide__arrow--next {
    left: auto;
    right: 2%;
  }
  .product-lead-wrapper .product-image-wrapper .splide__arrow {
    width: 32px;
    height: 32px;
  }
  .product-image-wrapper #thumbnail-slider {
    max-height: 100px;
  }
  .product-image-wrapper #thumbnail-slider .splide__track {
    max-height: 100px;
  }
  .product-lead-wrapper .lead-image-content {
    gap: 40px;
  }
  .simple-certificates-cards .columns > div, .why-service-package .columns > div {
    width: 100%;
  }
  .why-service-package .card, .simple-certificates-cards .card {
    height: 100% !important;
    box-sizing: border-box;
  }
  .product-lead-wrapper .lead-image-content .lead-content h1 {
    font-size: 32px;
  }
  .product-lead-wrapper .lead-image-content .lead-content {
    font-size: 20px;
    color: #111A29;
    line-height: 1.4;
    font-weight: 400;
  }
  #page-shop .categories-list .columns > div {
    width: 100%;
  }
  .bw-social,
  .author-card,
  .bw-product-banner {
    margin: 16px;
  }
  .cat-listing-head {
    width: 100%;
  }
  .cat-listing-head .filters-inline {
    width: 100%;
  }
  .cat-listing-head .filter-with-button {
    justify-content: center;
  }
  .text-wrapper ul li {
    padding-left: 20px;
  }
  #MAIN-BANER {
    padding: 8px 8px 0 8px;
  }
  body:has(.event-top-banner) .mobile-top-placeholder {
    height: 154px;
  }
  .event-top-banner .event-info p {
    display: none;
  }
  #MAIN-BANER .video-section {
    height: calc(100svh - 204px);
    min-height: 500px;
  }
  #MAIN-BANER .banner-content .controls {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  #MAIN-BANER .banner-content .controls .button {
    width: 100%;
    height: 56px;
    padding: 18px 24px;
    display: flex;
    justify-content: space-between;
    margin: 0;
    position: relative;
  }
  #CANVAS:has(.event-top-banner) #MAIN-BANER .video-section {
    height: calc(100svh - 276px);
    min-height: 450px;
  }
  .video-section::before {
    background: linear-gradient(to top, rgb(17, 26, 41) 40%, rgba(17, 26, 41, 0) 65%);
  }
  .category-cards-wrapper {
    margin-top: 12px;
  }
  #START .banner-content .banner-header h1 {
    font-size: 40px;
    margin-bottom: 32px;
    line-height: 1.1;
  }
  #START .banner-content .banner-header h1 .subtitle {
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 0;
  }
  .category-cards-wrapper .content {
    align-items: center;
  }
  .lab-mod-items .card.card-to-tile {
    border: 0;
    border-radius: 0;
  }
  .lab-mod-items .card.card-to-tile .content {
    padding: 0;
  }
  .topic .tile .content h3 {
    font-size: 24px;
  }
  .topic .tile .content p,
  .lab-mod-main-page .lab-mod-main-wrapper .text-wrapper {
    font-size: 18px;
  }
  .lab-mod-buttons {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
  }
  .lab-mod-buttons .button {
    margin: 0;
  }
  #START .shop-section .splide__track .product-card .image-wrapper {
    max-width: none;
    padding: 0;
    width: auto;
  }
  #START .shop-section .splide__track .product-card .content {
    min-height: auto;
    padding-bottom: 0;
  }
  #START .shop-section .splide__track .product-card .content h3 {
    min-height: auto;
  }
  #START .shop-section .splide__track .product-card .content ul li:last-child {
    margin-bottom: 0;
  }
  #START .shop-section .splide__track .product-card .price-wrapper,
  #START .shop-section .splide__track .product-card .controls {
    position: static;
    margin-bottom: 0;
  }
  #START .shop-section .splide__track .product-card .controls {
    padding-top: 16px;
  }
  #START .shop-section .splide__track .product-card .controls .button {
    width: 100%;
  }
  #advanced-cookie-info .container img {
    max-height: 70px;
    margin-bottom: 0;
  }
  #advanced-cookie-info .container {
    padding: 20px;
  }
  #advanced-cookie-info .button-wrapper {
    justify-content: flex-start;
  }
  #START .product-card .button.cart {
    flex-direction: row-reverse;
    gap: 8px;
    padding: 12px;
    height: 40px;
  }
  #START .product-card .button.cart::before {
    position: static;
  }
  .product-ribbon {
    width: auto;
  }
  .services-listing .services-switcher-buttons {
    margin-bottom: 16px;
    width: 100%;
    display: flex;
    padding: 0;
    gap: 8px;
  }
  .services-listing .services-switcher-buttons .services-switch-btn {
    margin: 0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    box-sizing: border-box;
    border: none;
  }
  .new-services-2 {
    padding-bottom: 32px;
  }
  .new-services-2-wrapper .content h3 {
    font-size: 18px;
  }
  .services-listing #services-mod6 h3 {
    min-height: auto;
  }
  .related-knowledge-items .button.mobile_version {
    margin: 0;
    margin-top: 24px;
  }
  #START .hightlight-pointer.card_on_mobile {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .past-event-item {
    margin-bottom: 8px;
  }
  .event-main-wrapper .controls .button {
    width: 100%;
  }
  .event-main-wrapper .button.alt,
  #START .news-module-listing .button.alt,
  .shop-section .button.mobile_version {
    width: 100%;
    padding: 10px 17px;
    margin: 0;
    margin-top: 24px;
    justify-content: space-between;
  }
  .event-main-wrapper .button.alt.arrow-btn:after,
  #START .news-module-listing .button.alt.arrow::after,
  .shop-section .button.mobile_version::after {
    position: static;
    height: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 14px;
  }
  .event-new-wrapper .event-date p {
    display: block;
  }
  .event-new-wrapper .event-date p br {
    display: none;
  }
  #START .our-certificates-mod {
    display: none;
  }
  #START .news-module-listing.service-card-wrapper {
    border-top: 2px solid #f3f5f8 !important;
  }
  #START .news-module-listing.service-card-wrapper .splide_slide {
    margin: 0 !important;
  }
  .splide__slide.is-active {
    opacity: 1 !important;
  }
  .news-module-listing .splide__track {
    margin-left: 0px !important;
  }
  .news-module-listing .splide__track .splide_slide {
    margin: 0 !important;
    padding-right: 16px !important;
  }
  #START .news-module-listing .button.alt.arrow {
    margin: 0;
    margin-top: 24px;
  }
  #START .news-module-listing .card.card-to-tile {
    padding: 16px;
    flex-direction: column;
    display: flex;
  }
  #START .news-module-listing .card.card-to-tile .image-wrapper {
    max-width: none;
    width: 100%;
    margin-bottom: 24px;
  }
  #START .news-module-listing .card.card-to-tile .image-wrapper img {
    max-height: 200px;
  }
  #START .news-module-listing .card.card-to-tile .content {
    padding: 0;
    padding-bottom: 64px;
  }
  #START .news-module-listing .card.card-to-tile .content h3 {
    min-height: 2lh;
  }
  #START .news-module-listing .card.card-to-tile .button {
    left: 16px;
    right: 16px;
    margin: 0;
  }
  .dynamics-form-wrapper.dynamics-form-newsletter-module {
    width: auto;
    padding: 0 16px;
  }
  .newsletter-form-wrapper .newsletter-form-text {
    padding-right: 190px;
  }
  .newsletter-form-wrapper h4 {
    font-size: 24px;
  }
  .newsletter-form-wrapper .newsletter-form-text p {
    max-width: 61%;
    font-size: 13px;
  }
  .newsletter-form-wrapper .newsletter-form-inputs::after {
    width: 142px;
    transform: rotate(10deg);
    background-position: top center;
    right: 10px;
  }
  .newsletter-form-wrapper .newsletter-form-inputs .submitButtonWrapper .submitButton {
    height: 40px !important;
  }
  .newsletter-form-wrapper .newsletter-form-inputs .submitButtonWrapper {
    width: 100%;
  }
  .newsletter-form-wrapper .newsletter-form-inputs .input-combo .input-wrapper {
    padding-bottom: 0;
  }
  .newsletter-form-wrapper .newsletter-form-inputs .input-combo .optionSetFormFieldBlock {
    margin-bottom: 0;
  }
  .newsletter-form-wrapper .newsletter-form-inputs .input-combo {
    gap: 8px;
  }
  .newsletter-form-wrapper .input-combo {
    margin-bottom: 16px;
  }
  #BOTTOM,
  #START #BOTTOM {
    border-radius: 10px 10px 0 0px;
  }
  #START #BOTTOM {
    margin-left: -8px;
    margin-right: -8px;
  }
  #BOTTOM .columns.x4 > div {
    width: 100%;
  }
  #BOTTOM .columns.x4 {
    display: grid;
    grid-template-columns: 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }
  #BOTTOM .button.light {
    height: 32px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.6);
  }
  .footer-copyright {
    display: block;
  }
  .footer-copyright,
  .footer-copyright a {
    color: white !important;
  }
  .footer-badges .columns.x5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
  }
  .footer-badges .columns.x5 > div {
    width: auto;
    padding: 0;
  }
  .footer-copyright-wrapper .card .image img {
    width: 40px;
    height: 40px;
  }
  .filtered_items_wrapper .price-wrapper .add-to-cart,
  .product-list-wrapper .product-tile .buttons-cat.service-cat-list,
  .product-list-wrapper .product-tile .buttons-cat {
    flex-wrap: nowrap;
    gap: 8px;
  }
  .filtered_items_wrapper .price-wrapper .add-to-cart .button,
  .product-list-wrapper .product-tile .buttons-cat.service-cat-list .button,
  .product-list-wrapper .product-tile .buttons-cat .button {
    margin: 0;
    height: 40px;
  }
  .product-tile-item .product-ribbons-wrapper {
    height: 23px;
  }
  .product-tile-item .product-ribbons-wrapper .product-ribbon {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-tile-item .product-ribbons-wrapper .product-ribbon span {
    font-size: 10px;
  }
  .news-listing-new-wrapper .controls {
    position: static;
  }
  .konowledge-articles-wrapper .card .image-wrapper {
    width: 100%;
  }
  .konowledge-articles-wrapper .card .image-wrapper img {
    max-width: none;
  }
  #splide-knowledge .subcat-filter,
  #splide-knowledge .subcat-filter.urhere {
    padding: 10px 16px;
  }
  .knowledge-articles-pagination.pagination {
    margin-bottom: 24px;
  }
  .promotion-banner-left::before {
    background: linear-gradient(to top, rgb(17, 26, 41) 40%, rgba(17, 26, 41, 0) 65%);
  }
  .promotion-banner-wrapper {
    margin-bottom: 24px;
  }
  .promotion-banner-wrapper .card {
    height: 100% !important;
  }
  .promotion-banner-wrapper .promotion-banner-left {
    padding: 32px;
    width: 100%;
  }
  .promotion-banner-wrapper .promotion-banner-left img {
    filter: brightness(150);
  }
  .promotion-banner-inner {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .promotion-banner-inner .content {
    padding: 0 !important;
  }
  .promotion-banner-inner .controls-wrapper {
    width: 100%;
  }
  .promotion-banner-inner .controls-wrapper .button {
    margin: 0;
    width: 100%;
    justify-content: space-between;
  }
  .promotion-banner-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0;
  }
  .shop-categories .title {
    max-width: none;
  }
  .product-card .controls {
    text-align: left !important;
  }
  .product-card .controls .button {
    margin: 0;
    width: 100%;
    flex-direction: row-reverse;
    gap: 8px;
    padding: 12px;
  }
  .product-card .controls .button::before {
    position: static;
  }
  .author-card .author-content .image-wrapper {
    align-self: baseline;
  }
  .author-card .author-descr {
    padding-right: 0;
  }
  .author-card .author-content p {
    margin: 0;
  }
  .author-card .author-buttons {
    flex-direction: column;
    gap: 8px;
  }
  .author-card .author-buttons .button {
    margin: 0;
    width: 100%;
  }
  .social-sharing .copy-items a {
    min-width: 50px;
    box-sizing: border-box;
  }
  .ita-listing .splide__slide > div,
  .ita-listing .splide__slide > .card,
  .ita-listing .splide__slide > div .card,
  .news-module-listing.service-card-wrapper .splide__slide > div,
  .news-module-listing.service-card-wrapper .splide__slide > .card,
  .news-module-listing.service-card-wrapper .splide__slide > div .card,
  .shop-section .splide__slide > div,
  .shop-section .splide__slide > .card,
  .shop-section .splide__slide > div .card,
  .relation-products .product-list-wrapper .splide__slide > div,
  .relation-products .product-list-wrapper .splide__slide > .card,
  .relation-products .product-list-wrapper .splide__slide > div .card,
  #page-shop .splide__slide > div,
  #page-shop .splide__slide > .card,
  #page-shop .splide__slide > div .card,
  .software-tech-slider .splide__slide > div,
  .software-tech-slider .splide__slide > .card,
  .software-tech-slider .splide__slide > div .card,
  .related-knowledge-items .splide__slide > div,
  .related-knowledge-items .splide__slide > .card,
  .related-knowledge-items .splide__slide > div .card {
    height: 100% !important;
  }
  .ita-listing .splide__slide,
  .news-module-listing.service-card-wrapper .splide__slide,
  .shop-section .splide__slide,
  .relation-products .product-list-wrapper .splide__slide,
  #page-shop .splide__slide,
  .software-tech-slider .splide__slide,
  .related-knowledge-items .splide__slide {
    max-width: 320px !important;
  }
  .ita-listing .button.cart,
  .news-module-listing.service-card-wrapper .button.cart,
  .shop-section .button.cart,
  .relation-products .product-list-wrapper .button.cart,
  #page-shop .button.cart,
  .software-tech-slider .button.cart,
  .related-knowledge-items .button.cart {
    display: flex;
    gap: 8px;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    margin-right: 0;
    margin-top: 16px;
    margin-bottom: 0;
    width: 100%;
  }
  .ita-listing .button.cart::before,
  .news-module-listing.service-card-wrapper .button.cart::before,
  .shop-section .button.cart::before,
  .relation-products .product-list-wrapper .button.cart::before,
  #page-shop .button.cart::before,
  .software-tech-slider .button.cart::before,
  .related-knowledge-items .button.cart::before {
    position: static;
    display: flex;
    align-items: center;
  }
  .offer-subpage.product-list-wrapper .ita-listing .img-placeholder {
    width: 100%;
  }
  #page-shop .promotion-banner-content .splide__slide {
    max-width: none !important;
  }
  .search-wrapper .search-btn-wrapper {
    position: inherit;
  }
  .search-wrapper .search-input-wrapper {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 60px;
    background-color: white;
  }
  .search-wrapper .input-panel-wrapper {
    display: none !important;
  }
  .search-wrapper.show-input-wrapper .search-input-wrapper {
    width: 100% !important;
    padding: 5px 24px;
    box-sizing: border-box;
  }
  .search-wrapper.show-input-wrapper .search-input-wrapper > div {
    border: 1px solid #0055aa;
    border-radius: 100px;
  }
  .search-wrapper.show-input-wrapper .search-input-wrapper > div input {
    width: 100% !important;
  }
  #page-product .product-lead-wrapper .lead-image-content .product-image-wrapper .splide__track,
  #page-product .product-lead-wrapper .lead-image-content .product-image-wrapper {
    max-width: none;
    max-height: none;
  }
  #page-product .product-lead-wrapper .lead-image-content .product-image-wrapper .splide__track--fade > .splide__list > .splide__slide {
    max-height: none;
  }
  #page-product #thumbnail-slider {
    max-height: 100px;
  }
  #page-product #thumbnail-slider .splide__list,
  #page-product #thumbnail-slider .splide__track {
    max-height: 100px;
  }
  #page-product #thumbnail-slider .splide__list {
    gap: 12px;
  }
  #page-product #thumbnail-slider .splide__track {
    min-height: auto;
  }
  #page-product .product-lead-wrapper .product-image-wrapper .splide__arrow--next {
    top: auto;
    left: auto;
    bottom: 8px;
    right: 8px;
  }
  #page-product .product-lead-wrapper .product-image-wrapper .splide__arrow--prev {
    top: auto;
    left: auto;
    right: 42px;
    bottom: 8px;
  }
  #page-product .subpage-faq .ui-accordion-content p {
    font-size: 18px;
  }
  #page-product .subpage-faq .ui-accordion-content {
    padding: 24px;
  }
  #page-product .button.offer-button {
    width: 100%;
    padding: 12px;
    margin: 0 !important;
    align-items: center;
    gap: 8px;
  }
  #page-product .button.offer-button .ico {
    position: static;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #page-product .lead-image-content .product-ribbons-wrapper {
    left: 2px;
    height: 24px;
  }
  #page-product .lead-image-content .product-ribbons-wrapper span {
    color: #111a29;
    font-size: 11px;
  }
  #page-product .product-cta-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  #page-product .order-information-wrapper {
    flex-direction: column;
    gap: 8px;
  }
  #page-product .order-information-wrapper .button,
  #page-product .order-information-wrapper .availability-info-wrapper {
    width: 100%;
    gap: 8px;
    margin: 0 !important;
    display: flex;
    align-items: center;
    padding: 12px;
  }
  #page-product .order-information-wrapper .button.shop-button .ico {
    padding: 0;
    position: static;
    display: flex;
    align-items: center;
  }
  #page-product .manufacturer-wrapper {
    padding-right: 0;
  }
  #page-product .manufacturer-wrapper h1 {
    line-height: normal;
  }
  .offer-subpage .product-list-wrapper .product-tile .content .h3 {
    margin-top: 12px;
  }
  .product-lead-wrapper .lead-image-content .product-image-wrapper .splide__track {
    min-height: auto;
  }
  .newsletter-form-wrapper .newsletter-form-inputs::after {
    width: 100px;
    height: 140px;
    right: 0;
    top: -130px;
  }
  .newsletter-form-wrapper .newsletter-form-text {
    padding-right: 0;
  }
  .submenu.megadropdown-menu .nav_bottom {
    width: 100%;
  }
  .submenu.megadropdown-menu.show-me {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .close_mobile_menu,
  .hide-submenu-wrapper {
    width: 40px;
    height: 40px;
  }
  #page-products_listing .product-list-wrapper .product-tile .button {
    width: 100%;
    margin-right: 0;
  }
  .button.alt.mobile_version {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 24px;
    margin-right: 0;
    margin-top: 16px;
    margin-bottom: 0;
  }
  .button.alt.mobile_version.arrow::after {
    height: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 14px;
    position: static;
    display: flex;
    align-items: center;
  }
  .offer-subpage.product-list-wrapper .ita-listing {
    margin-bottom: 48px;
  }
  h1 {
    font-size: 32px;
  }
  .offer-subpage.product-list-wrapper .ita-listing .product-tile .controls {
    left: 16px;
    right: 16px;
  }
  .ita-listing .header-with-arrows .splide__arrows {
    display: none;
  }
  .ita-listing .header-with-arrows h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  #splide-knowledge .subcat-filter {
    height: 42px;
  }
  .konowledge-articles-wrapper .card .controls {
    right: 16px;
  }
  .konowledge-articles-wrapper .card .controls .button {
    margin-bottom: 0;
    width: 100%;
  }
  #realization-slider-2 li {
    width: auto !important;
  }
  .past-event-item {
    margin-bottom: 16px;
  }
  .news-listing-new-wrapper .card .controls {
    position: static;
  }
  .news-listing-new-wrapper .card .controls .button {
    width: 100%;
    margin: 0;
  }
  .columns.x4.ita-listing > div,
  .product-list-wrapper .columns.x4 > div,
  #page-aktualnosci .columns.news-listing-new-wrapper > div,
  #page-knowledge_listing .columns.x4.news-module-listing > div {
    width: 100%;
  }
  .buttons-cat.service-cat-list > a {
    flex: 1;
  }
}
@media screen and (max-width: 500px) {
  .product-lead-wrapper .product-image-wrapper .splide__arrow--next {
    right: 8px;
    top: auto;
    bottom: 0px;
  }
  .product-lead-wrapper .product-image-wrapper .splide__arrow--prev {
    right: 44px;
    top: auto;
    bottom: 0px;
  }
  .submenu.megadropdown-menu.show-me::after {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 45px;
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 50%);
  }
  .submenu.megadropdown-menu.show-me::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    height: 45px;
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 50%);
  }
  .product-list-wrapper.offer-subpage .ita-listing li.splide__slide {
    max-width: 300px !important;
  }
  .nice-cart-item .item-content {
    padding-bottom: 60px;
  }
  .banner-subpage-short-item .banner-subpage-wrapper .content {
    padding: 24px;
  }
}/*# sourceMappingURL=kz.css.map */