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

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

.close_mobile_menu {
  position: fixed;
  top: 48px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #f3f5f8;
  border-radius: 50%;
  transform: translateX(0);
  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: 48px;
  height: 48px;
  background-color: #f3f5f8;
  border-radius: 50%;
}

.nav-mobile-wrapper.show-me .close_mobile_menu {
  z-index: 99;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(318px);
}

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

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

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

body:has(.nav-mobile-wrapper.show-me) {
  overflow: auto !important;
}

@media screen and (max-width: 1500px) {
  .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;
  }
}
@media screen and (max-width: 1400px) {
  .product-list-wrapper .product-tile .buttons-cat.service-cat-list {
    height: auto;
  }
  .offer-subpage .product-list-wrapper .product-tile .content .h3 {
    min-height: auto;
  }
}
@media screen and (max-width: 1367px) {
  .news-listing-new-wrapper .content > div {
    padding-bottom: 20px;
  }
  .product-list-wrapper .product-tile {
    padding: 16px;
  }
  .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: 0.9rem;
  }
  .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: 1250px) {
  .lab-mod-main-page .lab-mod-items {
    max-width: 600px;
  }
  .services-listing .related-knowledge-card .content {
    padding-bottom: 100px;
  }
  .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-descr {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1200px) {
  body:has(.nav-mobile-wrapper.show-me) {
    overflow: hidden !important;
  }
  .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,
  #TOP.sticked,
  #START #TOP.sticked,
  #TOP-PLACEHOLDER,
  #TOP-MAIN,
  #START #TOP-MAIN,
  #TOP.sticked #TOP-MAIN {
    height: 80px;
    top: 0;
  }
  #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: 65px;
  }
  #TOP-MAIN .container,
  #TOP-EXTENDED .container,
  .container,
  .container.alt,
  .container.full {
    padding: 0 8px;
  }
  #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;
  }
  #START #TOP {
    margin-bottom: 8px;
  }
  .PAGE::before {
    display: none;
  }
  .PAGE {
    padding: 16px 0;
  }
  .topic .video-wrapper > div:first-child {
    padding-bottom: 90% !important;
  }
  .topic .tile {
    padding-top: 50px;
  }
  .lab-mod-main-page .lab-mod-items {
    max-width: 90%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .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;
  }
  .filtered_items_wrapper .price-wrapper .button.add-to-cart-btn {
    margin-left: 8px;
  }
  #page-products_listing .product-list-wrapper .product-tile {
    align-items: flex-start;
  }
  #page-products_listing .product-list-wrapper .product-tile .content {
    width: 100%;
    padding-left: 0 !important;
  }
  #page-products_listing .product-list-wrapper .product-tile .content ul {
    min-height: auto;
  }
  #page-products_listing .product-list-wrapper .product-tile .image-wrapper, #page-products_listing .product-list-wrapper .product-tile .image-wrapper img {
    width: 100% !important;
  }
  .article-section .header-with-arrows h2 {
    margin-top: 0;
  }
  .card.product-card .image {
    max-height: none;
  }
  .offer-subpage.product-list-wrapper .ita-listing .product-tile .content .h3 {
    min-height: auto;
  }
  .offer-subpage.product-list-wrapper .ita-listing .product-tile .content p {
    margin-top: 20px;
  }
  .category-cards-wrapper .card:hover {
    top: 0;
  }
  .offer-subpage .ita-listing .button.alt.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;
  }
}
@media screen and (max-width: 1060px) {
  .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 .category-cards-wrapper .card .image-wrapper {
    margin-bottom: 5px;
    width: auto;
    max-width: 100%;
    width: 98px;
  }
  #START .category-cards-wrapper .card .image {
    padding: 0;
  }
  #START .category-cards-wrapper .content h3 {
    margin-bottom: 0;
    max-width: 300px;
    display: flex;
    align-items: center;
  }
  #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;
  }
  .new-services-2 {
    margin-bottom: 30px;
  }
  .topic .video-wrapper > div:first-child {
    padding-bottom: 0 !important;
    aspect-ratio: 16/9;
  }
  .lab-mod-main-page .lab-mod-main-wrapper {
    width: 100%;
    padding: 0;
  }
  .lab-mod-main-page {
    gap: 30px;
  }
  .related-knowledge-card img,
  .news-module-listing .card .image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  #START .news-module-listing .card.card-to-tile {
    height: 100%;
    max-height: -webkit-fill-available;
  }
  #START .news-module-listing .card.card-to-tile .content {
    padding-bottom: 56px;
  }
  #START .news-module-listing .card.card-to-tile .button {
    position: absolute;
    bottom: 16px;
  }
  .services-listing .related-knowledge-card .content {
    padding-bottom: 50px;
  }
  .services-listing .related-knowledge-card .content ul {
    min-height: 150px;
  }
  .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;
  }
}
@media screen and (max-width: 900px) {
  .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;
  }
  .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;
  }
  .meet-tools-module .meet-tools-module-inner {
    padding: 50px 0;
  }
  .tech-premium-tool .header span.subtitle {
    font-size: 1.125rem;
  }
  .event-new-wrapper .event-location .event-place {
    max-width: 200px;
  }
  .event-promo-banner .image-wrapper img {
    width: 100%;
  }
  .event-promo-banner .content p {
    font-size: 1.25rem;
  }
  .event-promo-banner {
    gap: 30px;
    flex-direction: column;
  }
  .event-promo-banner .event-promo-banner-wrapper {
    max-width: none;
    padding: 0;
  }
  .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%;
  }
}
@media screen and (max-width: 700px) {
  #MAIN-BANER {
    margin-top: 19px;
  }
  #MAIN-BANER .video-section {
    height: calc(100svh - 96px);
  }
  #MAIN-BANER .banner-content .controls {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  #MAIN-BANER .banner-content .controls .button {
    width: 100%;
    height: 56px;
    padding: 20px 24px;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    position: relative;
  }
  #MAIN-BANER .video-section .banner-content .controls .button::after {
    right: 24px;
    top: 50%;
    background-position: center;
    transform: translateY(-50%);
  }
  #MAIN-BANER .banner-content {
    margin-bottom: 24px;
  }
  #MAIN-BANER .container {
    padding: 0 24px;
  }
  .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;
    letter-spacing: 1px;
    line-height: 1.1;
  }
  #START .banner-content .banner-header h1 .subtitle {
    font-size: 18px;
  }
  .category-cards-wrapper .content {
    align-items: center;
  }
  .topic {
    margin-top: 12px;
    padding: 8px;
    gap: 24px;
  }
  .topic .tile .item-tag {
    left: -8px;
    top: 20px;
  }
  .topic .tile .sub-descr {
    letter-spacing: 2px;
    font-size: 10px;
  }
  .topic .tile {
    padding-top: 64px;
  }
  .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-main-page {
    padding: 0;
    margin: 0;
  }
  .lab-mod-main-page .double-images {
    display: none;
  }
  #START .simple-icon-text {
    display: none;
  }
  .lab-mod-main-page .lab-mod-main-wrapper {
    width: auto;
  }
  #START .lab-mod-main-page .lab-mod-main-wrapper {
    width: 100%;
  }
  .lab-mod-main-page .lab-mod-items {
    margin-top: 0;
    max-width: none;
    margin-bottom: 24px;
    background-color: #f3f5f8;
    gap: 16px;
  }
  .lab-mod-main-page .lab-mod-items .content {
    padding-left: 0;
  }
  .lab-mod-buttons {
    display: flex;
    gap: 8px;
    flex-direction: column-reverse;
  }
  .lab-mod-buttons .button {
    margin: 0;
    width: 100%;
  }
  .lab-mod-main-page .lab-mod-buttons .button {
    height: 40px;
    padding: 12px;
  }
  .lab-mod-main-page .lab-mod-buttons .button.alt {
    background-color: white;
  }
  .lab-mod-main-page .lab-mod-items > div {
    background-color: white;
  }
  .card_on_mobile {
    background-color: #f3f5f8 !important;
    margin-left: -8px !important;
    margin-right: -8px !important;
    padding: 32px 16px 16px 16px !important;
    margin-top: 32px !important;
    border-radius: 16px !important;
  }
  #START .shop-section .splide__track {
    margin: 0;
  }
  #START .shop-section .splide__track .product-card {
    display: flex;
    flex-direction: column;
    padding: 25px;
  }
  #START .shop-section .splide__track .product-card .image-wrapper {
    max-width: none;
    width: 100%;
    padding-bottom: 200px;
  }
  #START .shop-section .splide__track .product-card .image-wrapper .image {
    left: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px;
  }
  #START .shop-section .splide__track .product-card .content {
    padding: 0;
    padding-top: 16px;
    padding-bottom: 0;
  }
  #START .shop-section .splide__track .product-card .content .h3 {
    margin-bottom: 0;
    min-height: 34px;
  }
  #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%;
  }
  #START .shop-section .splide__track .splide__slide {
    margin: 0 !important;
    padding-right: 16px !important;
  }
  #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;
  }
  .services-listing .services-switcher-buttons .services-switch-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    box-sizing: border-box;
    border: none;
  }
  .new-services-2 {
    margin-bottom: 16px;
  }
  .new-services-2-wrapper .content h3 {
    font-size: 18px;
  }
  .related-knowledge-card {
    padding: 24px;
  }
  .services-listing #services-mod6 h3 {
    min-height: auto;
  }
  .services-listing #services-mod6 .related-knowledge-card img {
    width: 100%;
    max-height: 200px;
  }
  #START .services-listing .related-knowledge-card .content ul {
    min-height: auto;
  }
  #START .services-listing .related-knowledge-card .content p {
    margin-top: 16px;
    margin-bottom: 0;
  }
  #START .services-listing .related-knowledge-card .content {
    padding-bottom: 55px;
  }
  .related-knowledge-items .button.mobile_version {
    margin: 0;
    margin-top: 24px;
  }
  #START .hightlight-pointer.card_on_mobile {
    padding-bottom: 32px !important;
  }
  .hightlight-pointer.card_on_mobile .container {
    padding-left: 0;
    padding-right: 0;
  }
  .event-new-wrapper {
    display: block;
    padding: 24px;
    margin-bottom: 0;
  }
  .event-new-wrapper .event-content h3, .event-new-wrapper .event-date .event-month {
    padding-bottom: 0;
  }
  .event-new-wrapper .event-content {
    margin: 24px 0;
  }
  .past-event-item {
    margin-bottom: 8px;
  }
  .event-new-wrapper .event-location {
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .event-new-wrapper .controls {
    padding-top: 24px;
  }
  .event-new-wrapper .event-date {
    text-align: left;
  }
  .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 .article-section.padding-both {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  #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;
  }
  .shop-section .header.with-button, .service-card-wrapper .header.with-button {
    padding-bottom: 24px;
  }
  .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 8px;
  }
  .newsletter-form-wrapper .newsletter-form-text {
    padding-right: 190px;
  }
  .newsletter-form-wrapper .newsletter-form-text p {
    max-width: none;
  }
  .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 .contact_data_wrapper .contact_data .emails-wrapper .email a {
    color: rgba(255, 255, 255, 0.6);
  }
  #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;
  }
  #START .article-section.padding-both.shop-section {
    padding-bottom: 0 !important;
  }
  #START .article-section.padding-both.shop-section .button.mobile_version {
    margin: 0;
  }
  .card.card-to-tile .image-wrapper {
    max-width: none;
    width: 100%;
  }
  .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;
  }
  .banner-subpage-short-item .banner-subpage-wrapper {
    height: 600px;
  }
  .banner-subpage-short-item .banner-subpage-wrapper .content {
    background: none;
    padding: 32px;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
  }
  .banner-subpage-short-item .banner-subpage-wrapper .content h1 {
    font-size: 40px;
  }
  .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) 40%, rgba(17, 26, 41, 0) 65%);
    z-index: 0;
  }
  .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 {
    height: 600px;
    margin-bottom: 24px;
  }
  .promotion-banner-wrapper .card {
    height: 100% !important;
  }
  .promotion-banner-wrapper .splide__slide {
    height: 600px !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;
  }
  .ita-listing .splide__slide > div, .ita-listing .splide__slide > div .card, #page-shop .splide__slide > div, #page-shop .splide__slide > div .card, .related-knowledge-items .splide__slide > div, .related-knowledge-items .splide__slide > div .card {
    height: 100% !important;
  }
  .ita-listing .splide__slide, #page-shop .splide__slide, .related-knowledge-items .splide__slide {
    max-width: 320px !important;
  }
  .ita-listing .button.cart, #page-shop .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, #page-shop .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-products_listing .product-list-wrapper .product-tile .image-wrapper, #page-products_listing .product-list-wrapper .product-tile .image-wrapper img {
    max-height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #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;
  }
}
@media screen and (max-width: 520px) {
  .newsletter-form-wrapper .newsletter-form-inputs::after {
    display: none;
  }
  .newsletter-form-wrapper .newsletter-form-text {
    padding-right: 0;
  }
  .submenu.megadropdown-menu .nav_bottom .button {
    height: auto;
  }
  .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;
  }
  .nav-mobile-wrapper.show-me .close_mobile_menu {
    transform: translateX(312px);
  }
  #page-products_listing .product-list-wrapper .product-tile .content {
    height: auto;
    padding-bottom: 60px;
  }
  #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;
  }
  .header-with-arrows {
    margin-bottom: 24px;
  }
  .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 h2 {
    font-size: 24px;
  }
  #page-products_listing .product-list-wrapper .product-tile:has(.price-wrapper) .content,
  #page-products_listing .product-list-wrapper .product-tile:has(.service-cat-list) .content {
    padding-bottom: 16px;
  }
  #splide-knowledge .subcat-filter {
    height: 42px;
  }
  .konowledge-articles-wrapper .card .controls {
    right: 16px;
  }
  .konowledge-articles-wrapper .card .controls .button {
    margin-bottom: 0;
    width: 100%;
  }
  #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-left::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;
  }
  #realization-slider-2 li {
    width: auto !important;
  }
  .past-event-item {
    margin-bottom: 16px;
  }
  .event.subpage .button,
  .event-subpage .button {
    width: 100%;
    margin: 0 !important;
    margin-top: 24px !important;
  }
  .news-listing-new-wrapper .card .controls {
    position: static;
  }
  .news-listing-new-wrapper .card .controls .button {
    width: 100%;
    margin: 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 {
  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 .input-panel-wrapper {
  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 .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;
}

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

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

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

.megadropdown {
  width: 1320px;
  top: 200px;
  height: 450px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: none;
  animation: slideInFromBottom 400ms ease-out;
}

.megadropdown.show-me {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  animation: slideInFromBottom 400ms ease-out;
}

.megadropdown:not(.show-me) {
  animation: none;
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}/*# sourceMappingURL=kz.css.map */