.products_top {
  margin-bottom: 40px; display: flex; align-items: center;
}
.products_top .left {
  
}
.products_top .right {
  margin-left: auto;
}
.products_top .button_elm {
  display: flex; align-items: center; gap: 10px;  width: auto; height: 56px; line-height: 56px; font-size: 18px; font-weight: 400; color: #000000; cursor: pointer; border-radius: 28px; background: #ffffff; box-shadow: 0px 4px 15px 0px #d3d3d333; 
}
.products_top .button_elm:hover, .products_top .button_elm.active {
  color: #ffffff; background: #000000;
}
.products_top .button_elm.left_icon { padding: 0 25px 0 8px; }
.products_top .button_elm.right_icon { padding: 0 8px 0 25px; }

.products_top .button_elm.left_icon::before, 
.products_top .button_elm.right_icon::after {
  position: relative; z-index: 1; content: ""; width: 40px; height: 40px; margin-left: auto; background: #fff;
  background-image: url("/img/arrow_circle.svg"); background-repeat: no-repeat; background-position: center; background-size: 40px 40px;
  border-radius: 999px; transform: rotate(0deg); transition: transform .45s ease;
}
.products_top .button_elm.left_icon.active::before { transform: rotate(180deg); }
.products_top .button_elm.left_icon.active:hover::before { transform: rotate(360deg); }
.products_top .button_elm.right_icon.down::after { transform: rotate(270deg); }
.products_top .button_elm.right_icon.down.active::after { transform: rotate(450deg); }
.products_top .button_elm.left_icon:hover::before { transform: rotate(180deg); }
.products_top .button_elm:hover.down::after { transform: rotate(450deg); }


.sortby_container {
  position: relative;
}
.sortby_container .shortby_menu {
  display: none; position: absolute; z-index: 10; top: 64px; right: 0; padding: 5px; background: #ffffff; box-shadow: 0px 0 15px 0px #00000011; border-radius: 16px; overflow: hidden; 
}
.sortby_container .shortby_menu.active {
  display: block;
}
.sortby_container .shortby_menu ul {
  width: 300px; margin: 0; padding: 0; list-style: none;
}
.sortby_container .shortby_menu ul a {
  display: block; padding: 12px 15px; font-size: 18px; font-weight: 400; color: #222222; border-radius: 10px;
}
.sortby_container .shortby_menu ul a.active, .sortby_container .shortby_menu ul a:hover {
  color: #ffffff; background-color: #000000;
}

.pr_container {
  display: flex; align-items: flex-start; gap: 50px; margin-bottom: 80px; width: 100%; max-width: 100%;
}
.pr_container .pr_filter {
  display: none; flex: 0 0 350px; width: 350px; 
}
.pr_container .pr_filter.active {
  display: block;
}


.products_brand_menu {
  max-width: auto; margin: 0 0 30px 0; padding: 0 50px; overflow: hidden;
}
.splide#products_brand_menu {
  padding: 0 50px;
}
.splide#products_brand_menu .splide__arrow { background-color: transparent; }
.products_brand_menu ul {
  display: flex; align-items: center; gap: 10px; margin: 0; padding: 0; list-style: none;
}
.products_brand_menu ul li {
  margin: 0; padding: 0;
}
.products_brand_menu ul li a {
  display: block; padding: 15px; color: #222222; background-color: #ffffff; border-radius: 16px; white-space: nowrap;
}
.products_brand_menu ul li a:hover, .products_brand_menu ul li a.active {
  color: #ffffff; background-color: #222222;
}

.pr_container .products {
  flex: 1 1 auto; min-width: 0;
}
.products .productslist {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: start;
}
.searchresults .products { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.searchresults .products .item .image { height: 150px; min-height: 150px; padding: 15px; }

.products .item {
  position: relative; padding: 25px; background: #ffffff; border-radius: 35px; overflow: hidden;
  background-repeat: no-repeat; background-size: cover; background-position: -99999px -99999px;
  box-shadow: 0px 4px 15px 0px #d3d3d333;
}
.products .item:hover {
  background-position: center center; outline: 3px solid rgb(221, 221, 221);
}
.products .item .top {
  display: flex; align-items: center;
}
.products .item .top .badge {
  display: inline-block; padding: 7px 12px; font-size: 16px; font-weight: 400; text-transform: uppercase; color: #000000; background: #F8F8F8; border-radius: 10px;
}
.products .item .top .info_right {
  margin-left: auto;
}
.products .item .top .info_right.konfigurator {
  display: inline-flex; align-items: center; height: 36px; line-height: auto; padding: 0 10px; font-size: 16px; letter-spacing: 0.5px; color: #878787; border: 1px solid #c0c0c0; border-radius: 18px; font-weight: 300; transition: all 0.1s ease;
}
.products .item:hover .top .info_right.konfigurator {
  color: #ffffff !important; background: #ED1D24 !important; border: 1px solid #ED1D24 !important;
}
.products .item .top .images_slider_dots {
  margin-left: auto; position: relative;
}
.products .item .image {
  display: flex; align-items: center; padding: 20px 30px; justify-content: center; height: 300px; min-height: 180px; background: #ffffff; overflow: hidden;
}
.products .item.list.w_image_background:hover .image {
   opacity: 0;
}
.products .item .image img {
  display: block; width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain;
}
.products .item:hover .image img {
}
.products .item .bottom {
  margin-top: 20px;
}
.products .item.title .bottom {
  margin-top: 20px;
}
.products .item .bottom .row {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
}
.products .item .bottom .row.cols {
  align-items: stretch;
}
.products .item .bottom .row.cols .col {
  display: flex; flex-direction: column; justify-content: flex-end;
}
.products .item .bottom h3.name {
  font-size: 22px; font-weight: 700; color: #000000;
}
.products .item.list.w_image_background:hover .bottom h3.name {
  color: #ffffff;
}

.products .item .prices {
  display: flex; align-items: center; gap: 15px; margin-top: 15px;
}
.products .item .prices .price {
  font-size: 22px; color: #222222A6; white-space: nowrap; font-weight: 500;
}
.products .item .prices.action .price {
  color: #ff4444;
}
.products .item .prices .priceold {
  position: relative; font-size: 18px; color: #222222A6; white-space: nowrap; font-weight: 300;
}
.products .item .prices .priceold::after {
  position: absolute; right: 0; top: 50%; content: ""; width: 100%; border-bottom: 1px solid currentColor;
  -webkit-transform: skewY(-10deg); -moz-transform: skewY(-10deg); -ms-transform: skewY(-10deg); -o-transform: skewY(-10deg); transform: skewY(-10deg);
}
.products .item.list.w_image_background:hover .bottom .price {
  color: #ffffff;
}
.products .item .bottom .row.spec {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 15px; padding-top: 15px; border-top: 1px solid #ededed;
}
.products .item .bottom .row.spec .col {
  background: #f8f8f8; border-radius: 16px; padding: 16px;
}
.products .item .bottom .row.spec .label {
  font-size: 16px; font-weight: 300; text-transform: uppercase; color: #22222280;
}
.products .item .bottom .row.spec .value {
  margin-top: 4px; font-size: 18px; font-weight: 400; color: #000000; line-height: 1.2;
}

.products .item:hover .bottom a.button3 {
  border: 1px solid #ED1D24;
}


/* pre slider */
.products .item .product_img_slider { height: 300px; overflow: hidden; }
.products .item .product_img_slider .splide__track { overflow: hidden; }
.products .item .product_img_slider .splide__slide { overflow: hidden; } 
.products .item .images_slider_dots .splide__pagination {
  position: static; inset: auto; bottom: auto; left: auto; right: auto; padding: 0; margin: 0; display: flex; gap: 5px; align-items: center;
}
.products .item .images_slider_dots .splide__pagination li { 
  margin: 0; padding: 0; 
}
.products .item .splide__pagination__page {
  position: relative; background: transparent !important; border: 1px solid #000000 !important; width: 16px !important; height: 16px !important; border-radius: 50% !important; opacity: 0.25 !important; transition: all 0.3s ease;
}
.products .item .splide__pagination__page::after {
  content: ''; width: 6px !important; height: 6px !important; background: #000000 !important; border-radius: 50% !important; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); 
}
.products .item .splide__pagination__page.is-active {
  background: transparent !important; opacity: 1 !important; 
}

.products .item .splide__arrow {
  background: transparent !important; box-shadow: none !important; border: 0 !important; 
}
.products .item .splide__arrow::before { 
  content: "" !important; display: block; width: 20px; height: 20px; background-repeat: no-repeat; background-position: center; background-size: contain; 
}
.products .item .splide__arrow--prev { left: 0 !important; }
.products .item .splide__arrow--next { right: 0 !important; }
.products .item .splide__arrow--prev::before { background-image: url("/img/arrow_black_slider_2_left.svg"); }
.products .item .splide__arrow--next::before { background-image: url("/img/arrow_black_slider_2_right.svg"); }
.products .item .splide__arrow svg { display: none !important; }
/* pre slider */



/* product product product product product product product product product product product product */
.product {
  display: flex; flex-wrap: wrap; align-items: flex-start; gap: 50px; margin-top: 20px;
}
.product h1 {
  font-size: 56px; letter-spacing: -3px; line-height: 1.1; margin-top: 20px; font-weight: 700; color: #222222;
}
.product.cnf h1 {
  font-size: 46px; letter-spacing: -3px; line-height: 1.1; margin-top: 20px; font-weight: 700; color: #222222;
}
.product.cnf h1 small {
  font-weight: 400;
}
.product.cnf {
  margin-top: 30px;
}
.product .left {
  flex: 65; min-width: 0;
}
.product .container {
  flex: 35; min-width: 0;
}
.product.cnf > .left {
  position: relative; flex: 50; min-width: 0;
}
.product.cnf > .left { /* sticky... */
  position: sticky; top: var(--sticky-top, 0px); height: calc(100vh - var(--sticky-top, 0px)); overflow: hidden;
}


.product.cnf > .left .breadcrumbs {
  margin-top: 0 !important;
}
.product.cnf > .left .images {
  margin-top: 40px;
}
.product.cnf > .container {
  flex: 50; min-width: 0;
}
.product.cnf > .container { /* sticky... */
  overflow: visible; max-height: none;
}
.product .desc {
  margin-top: 20px; font-size: 16px; font-weight: 500; color: #222222A6; line-height: 150%;
}
.product .hdr_s {
  font-size: 16px; font-weight: 400; color: #585858; text-transform: uppercase;
}
.product h3 {
  font-size: 28px; font-weight: 500; color: #000000;
}

.product .container_text {
  margin-top: 50px;
}

.product .product_products_main {
}
.product .product_products_main.scroll {
  max-height: 244px;
}
.product .product_products { }
.product .product_products .item {
  display: flex; gap: 15px; margin-bottom: 12px; padding: 5px; color: #000000; border: 1px solid #8e8e8e; border-radius: 16px;
}
.product .product_products .item:hover {
  border: 1px solid #000000;
}
.product .product_products .item a {
  color: #000000;
}
.product .product_products .item:last-child {
  margin-bottom: 0;
}
.product .product_products .item .image {
  display: inline-block; padding: 10px; background-color: #ffffff; border-radius: 16px;
}
.product .product_products .item .image img {
  width: 80px; height: 80px; border-radius: 16px;
}
.product .product_products .item .data {
  flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: center; gap: 10px;
}
.product .product_products .item .data h4 {
  font-size: 18px; font-weight: 500;
}
.product .product_products .item .data .price {
  font-size: 16px; font-weight: 400;
}


.product .info_blok {
  display: flex; flex-direction: column; gap: 10px; padding: 25px; color: #000000; border: 1px solid #8e8e8e; border-radius: 16px;
}
.product .info_blok .row {
  display: flex; align-items: center; gap: 10px; color: #393939;
}
.product .info_blok a.row:hover {
  text-decoration: underline;
}
.product .info_blok .row::before {
  content: ''; width: 20px; height: 20px; background-repeat: no-repeat; background-position: center center; background-size: cover;
}
.product .info_blok .row.osobny_odber::before { background-image: url(/img/packet.svg); }
.product .info_blok .row.informovanie::before { background-image: url(/img/calendar.svg); }
.product .info_blok .row.kontakt::before { background-image: url(/img/contact.svg); }

.product .prices {
}
.product .prices .row_1 {
  display: flex; align-items: center;
}
.product .prices .row_1 .l {
  font-size: 28px; font-weight: 400; color: #494949;
}
.product .prices .row_1.small .l { font-size: 20px; }
.product .prices .row_1 .r {
  margin-left: auto; font-size: 36px; font-weight: 600;
}
.product .prices .row_1.small .r { font-size: 28px; }
.product .prices .row_2.splatky {
  display: flex; justify-content: flex-end; align-items: center; gap: 8px; margin-top: 15px; color: #000000; font-size: 18px; font-weight: 400;
}
.product .prices .row_2.splatky:hover {
  text-decoration: underline;
}
.product .prices .row_2.splatky::after {
  content: ''; width: 20px; height: 20px; background-image: url(/img/info_icon.svg); background-repeat: no-repeat; background-position: center center; background-size: cover;
}

.product .button1 {
  width: 100%; text-align: center; display: flex; justify-content: center; font-size: 22px;
}
.product a.button1::after {
  position: absolute; right: 4px; top: 50%; transform: translateY(-50%) rotate(0deg);
}
.product a.button1:hover::after { 
  transform: translateY(-50%) rotate(360deg); 
}

.product .hidecontent { 
  border: 1px solid #8e8e8e; border-radius: 16px;
}
/* .product .hidecontent .item { 
  padding: 20px; border-bottom: 1px solid #8e8e8e;
}
.product .hidecontent .item:last-child { 
  border-bottom: none;
}
.product .hidecontent .hdr { 
  display: flex; align-items: center; font-size: 16px; font-weight: 400; color: #000000; text-transform: uppercase; cursor: pointer;
}
.product .hidecontent .hdr:hover { 
  font-weight: 500;
}
.product .hidecontent .hdr::after {
  content: ''; width: 20px; height: 20px; margin-left: auto; background-image: url(/img/arrow_items_down.svg); background-repeat: no-repeat; background-position: center center;
}
.product .hidecontent .hdr.active::after {
  transform: rotate(180deg);
}
.product .hidecontent .data { 
  display: none; margin-top: 15px; font-size: 18px; line-height: 140%; color: #393939; font-weight: 300;
}
.product .hidecontent .data.active { 
  display: block;
} */
.product .hidecontent .data .table { 
}
.product .hidecontent .data .table .row { 
  display: flex; justify-content: space-between; gap: 20px;
}
.product .hidecontent .data .table .row:nth-child(even) { 
  background-color: #f5eaeb;
}
.product .hidecontent .data .table .row .l { 
  padding: 8px;
}
.product .hidecontent .data .table .row .r { 
  padding: 8px;
}


.product .product_more_images {
  display: block; margin-top: 10px; text-align: center; padding: 10px; color: #585858;
}
.product .product_more_images.hide {
  display: none;
}
.product .product_more_images:hover {
  display: block; margin-top: 10px; text-align: center; padding: 10px; color: #585858;
}

.product.cnf .imagetitle {
  margin-top: 30px; overflow: hidden; border-radius: 20px; background-color: #ffffff; width: 100%; height: 600px;
}
.product.cnf .imagetitle a { 
  display: block; width: 100%; height: 100%; 
}
.product.cnf .imagetitle img { 
  width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; 
}


.product .images {
}
.product .images .inner {
}
.product .images .inner .imageprimary img {
  width: 100%; height: 100%; max-height: 350px; object-fit: cover; object-position: center center;
}
.product .images .inner .imageprimary {
  display: flex; align-items: center; justify-content: center; padding: 25px; overflow: hidden; border-radius: 20px; background-color: #ffffff;
}

.product .images .inner .imageothers {
  max-width: 100%; margin-top: 10px; overflow: hidden;
}
.product .images .inner .imageothers #imageothers {
  width: 100%;
}
.product .images .inner .imageothers .image {
 display: flex; justify-content: center; align-items: center; height: 130px; padding: 10px; border-radius: 16px; background-color: #ffffff;
}
.product .images .inner .imageothers .image img {
  width: auto; max-height: 110px; width: auto; height: auto; object-fit: contain; object-position: center center; border-radius: 16px;
}
.product .images .inner a {
  display: block;
} 
.product .images .inner .imageothers .splide__arrow { background-color: #000000; }
.product .images .inner .imageothers .splide__arrow svg { fill: #ffffff; }
.product .images .inner .imageothers .splide .splide__arrows { display: none; }
.product .images .inner .imageothers .splide.is-overflow .splide__arrows { display: flex; }


.product .videos {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; margin-top: 15px;
}
.product .videos .yt_item {
  position: relative; width: 100%; aspect-ratio: 16/9; overflow: hidden; border-radius: 16px; background: #000000;
}
.product .videos .yt_item iframe {
  position: absolute; inset: 0; width: 100%; height: 100%; display: block;
}
@media (max-width:700px) {
  .product .videos { grid-template-columns: 1fr; }
}


/* .product .images {
}
.product .images .inner {
}
.product .images .inner .imageprimary {
  display: flex; align-items: center; justify-content: center; padding: 25px; overflow: hidden; border-radius: 20px; background-color: #ffffff;
}
.product .images .inner .imageprimary img {
  width: 100%; height: 100%; max-height: 350px; object-fit: cover; object-position: center center;
}
.product .images .inner a {
  display: block;
}  */


.product .text {
}
.product .text {
  margin: 30px 0; font-size: 18px; line-height: 1.5; color: #1f2937;
}
.product .text > *:first-child {
  margin-top: 0;
}
.product .text > *:last-child {
  margin-bottom: 0;
}
.product .text p {
  margin: 0 0 15px 0;
}
.product .text p + p {
  margin-top: 10px;
}
.product .text h2 {
  margin: 25px 0 10px 0; font-size: 24px; line-height: 1.25; font-weight: 700; letter-spacing: -0.02em;
}
.product .text h3 {
  margin: 18px 0 8px 0; font-size: 19px; line-height: 1.35; font-weight: bold; letter-spacing: -0.01em;
}
.product .text h2 + p,
.product .text h3 + p {
  margin-top: 8px;
}
.product .text ul,
.product .text ol {
  margin: 10px 0 15px 0; padding-left: 22px;
}
.product .text li {
  margin: 0 0;
}
.product .text ul li::marker {
  color: #111827;
}
.product .text ol li::marker {
  color: #111827; font-weight: 700;
}
.product .text a {
  color: #0b5fff; text-decoration: underline; text-underline-offset: 3px;
}
.product .text a:hover {
  text-decoration-thickness: 2px;
}
.product .text img {
  max-width: 100%; height: auto; display: block;
}
.product .text p[style*="text-align: center"] img,
.product .text p[style*="text-align:center"] img {
  margin: 10px auto 5px auto;
}
.product .text p[style*="text-align: center"],
.product .text p[style*="text-align:center"] {
  margin: 20px 0 20px 0;
}
.product .text .aligncenter {
  clear: both; display: block; margin-left: auto; margin-right: auto;
}
.product .text .alignright {
  float: right; margin-left: 1rem;
}
.product .text .alignleft {
  float: left; margin-right: 1rem;
}



.product_slider {
  position: relative; overflow: hidden;
}
.product_slider .splide__track {
  overflow: visible;
}
.product_slider .splide__list {
 overflow: visible; align-items: flex-end;
}
.product_slider .splide__slide {
  overflow: visible; position: relative;
}
.product_slider .item {
  display: flex; flex-direction: column; align-items: flex-start;
  width: 100%; overflow: hidden;
}
.product_slider .item .image {
  width: 100%; height: 300px; overflow: hidden; border-radius: 20px;
}
.product_slider .item .image img {
  width: 100%; height: 100%; display: block; object-fit: cover; object-position: center;
}
.product_slider .item .content {
  margin-top: 20px;
}
.product_slider .item .content h5 {
  font-size: 24px; font-weight: 400;
}
.product_slider .item .content p {
  margin-top: 10px;
}
.product_slider .splide__pagination {
  display: none;
}
.product_slider .splide__pagination__page {
  width: 10px; height: 10px; border-radius: 999px; opacity: .35;
}
.product_slider .splide__pagination__page.is-active {
  transform: none; opacity: 1;
}
.product_slider .arrows { 
  display: flex; gap: 10px; height: 56px; margin-top: 40px; margin-bottom: 20px; align-items: center; 
}
.product_slider .arrows .arrow { 
  width: 56px; height: 56px; border-radius: 50%; background: #e6e6e6; border: 0; cursor: pointer; background-repeat: no-repeat; background-position: center; background-size: 18px 18px; 
}
.product_slider .arrows .arrow:hover { 
  opacity: 0.7;
}
.product_slider .arrows .arrow.prev { background-image: url('/img/arrow_black_slider_left.svg'); }
.product_slider .arrows .arrow.next { background-image: url('/img/arrow_black_slider_right.svg'); }




.product_bottom_grid { 
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; grid-auto-flow: row dense; 
}
.product_bottom_grid .item { 
  aspect-ratio: 1 / 1; width: 100%; overflow: hidden;
}
.product_bottom_grid .item.is-image img { 
  width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; 
}
.product_bottom_grid .item.is-text { 
  padding: 80px 50px; color: #ffffff; background-color: #222222;
}
.product_bottom_grid .item:nth-child(4n+3) { grid-column: 2; }
.product_bottom_grid .item:nth-child(4n+4) { grid-column: 1; }


.product_faq {
  display: flex; gap: 150px;
}
.product_faq .left {
  flex: 1;
}
.product_faq .right {
  flex: 1;
}
.product_faq .faq .hdr {
  font-size: 20px; text-transform: none;
}



.menu_items {
  display: flex; flex-direction: column; gap: 15px;
}
.menu_items .menu_item {
  padding: 0 15px; font-size: 18px; font-weight: 400; color: #000000; background: #ffffff; border-radius: 16px;
}
.menu_items .menu_item a.hdr_item {
  display: flex; align-items: center; width: 100%; height: 60px; color: #000000;
}
.menu_items .menu_item a.hdr_item::after {
  content: ""; width: 12px; height: 12px; margin-left: auto; background-color: #e3e3e3; border-radius: 50%;
}
.menu_items .menu_item a.hdr_item:hover::after {
  background-color: #000000;
}
.menu_items .menu_item a.hdr_item.active::after {
  content: ""; width: 12px; height: 3px; margin-left: auto; background-color: #000000; border-radius: 0;
}

.menu_items .menu_item .content {
  display: none; margin-bottom: 20px;
}
.menu_items .menu_item .content.active {
  display: block;
}

.menu_items .menu_item .content ul {
  margin: 0; padding: 0; list-style: none;
}
.menu_items .menu_item .content ul li {
  margin-bottom: 10px;
}
.menu_items .menu_item .content ul li a.subitem {
  display: flex; align-items: center; gap: 15px; height: 90px; margin: 0; padding: 5px 5px; color: #000000; background-color: #F4F4F4; border-radius: 14px; box-sizing: border-box;
}
.menu_items .menu_item .content ul li a.subitem:hover, .menu_items .menu_item .content ul li a.subitem.active {
  color: #ffffff !important; background-color: #222222;
}
.menu_items .menu_item .content ul li a.subitem .image {
  height: 100%; width: auto; display: flex; align-items: center; flex: 0 0 auto; padding: 5px; background-color: #ffffff; border-radius: 10px;
}
.menu_items .menu_item .content ul li a.subitem .image img {
  height: 100%; width: auto; max-width: 70px; display: block; object-fit: contain;
}
.menu_items .menu_item .content ul li a.subitem .t1 {
  display: block; font-size: 16px; font-weight: 400;
}
.menu_items .menu_item .content ul li a.subitem .t2 {
  display: flex; align-items: center; gap: 8px; margin-top: 7px; font-size: 14px; font-weight: 400; color: #818181;
}
/* product product product product product product product product product product product product */





