.less__start__element {
  color: #000;
}
@media (min-width: 979px) {
  html header {
    grid-column-gap: 1rem;
  }
  html header #menu_categories {
    width: 100%;
    margin: 0;
  }
  html header #menu_categories .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 1.8rem;
    align-items: center;
    justify-content: center;
    column-gap: 25px;
  }
  .actionbar .actionbar__wrap .actionbar__el.actionbar__newsletter ion-icon {
    position: absolute;
    margin-left: -30px;
  }
  #menu_settings .open_trigger,
  .actionbar__flag .open_trigger {
    line-height: 30px;
    padding-right: 15px;
    width: auto;
    display: block;
  }
  span.projector_returns__info.projector_info__link {
    min-width: 62px;
  }
}
header .nav-link {
  padding: 5px 10px 8px;
}
@media (min-width: 1200px) {
  html .filters .filters__form:has(.filters__block:nth-child(5)) {
    min-height: 150px;
  }
}
@media (min-width: 1200px) {
  html .filters .filters__form:has(.filters__block:nth-child(9)) {
    min-height: 210px;
  }
}
@media (max-width: 756px) {
  .search-promo-banner-wrap {
    aspect-ratio: 380 / 100;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .search-promo-banner-wrap {
    min-height: 125px;
  }
}
@media (min-width: 1200px) {
  .photos.--bottom .photos__photo.--nav {
    max-height: 96px;
    width: auto;
  }
}
html .projector_page #content #projector_productname .product_name__block .product_name__firm_logo img {
  width: 200px;
  height: 50px;
}
@media (min-width: 1200px) {
  #blog-item .big_label {
    min-height: 50px;
  }
}
.blog-item_sub.cm p {
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 1600px) {
  .blog-item_sub.cm p {
    font-size: 15px;
    line-height: 1.5;
  }
}
html body {
  padding: 120px calc(15px + env(safe-area-inset-right)) 0;
  font-family: 'Lato', 'Trebuchet MS', sans-serif;
}
@media (min-width: 979px) {
  html body {
    padding-top: 0;
  }
}
html span[onclick] {
  cursor: pointer;
}
html .big_label,
html .headline {
  font-size: 3rem;
  text-transform: none;
}
@media (max-width: 978px) {
  html #content {
    padding: 0 5px;
  }
}
html.payment_tunnel .container,
html.order_process .container,
html .container.basketedit_page,
html .container.prepaid_page {
  max-width: 1400px;
}
html.payment_tunnel .container + footer,
html.order_process .container + footer,
html .container.basketedit_page + footer,
html .container.prepaid_page + footer {
  max-width: 1400px;
}
html #container.payment_tunnel div#actionbar {
  display: none;
}
@media (max-width: 978px) {
  html.order_process body {
    padding: 60px calc(15px + env(safe-area-inset-right)) 0;
  }
}
html.order_process header {
  grid-template-columns: 25% 25% 25% 25%;
}
html.order_process #actionbar,
html.order_process #footer_links,
html.order_process .breadcrumbs,
html.order_process #menu_categories,
html.order_process #menu_basket,
html.order_process #menu_settings,
html.order_process #menu_search,
html.order_process .freeShipping,
html.order_process .shopping_list_top_mobile,
html.order_process .account_mobile {
  display: none !important;
}
html .container.basketedit_page .menu5.seo__menu,
html .container.basketedit_page #menu_buttons {
  display: none !important;
}
html .bars_top {
  width: 100%;
}
html .bars_bottom .bars__item {
  padding: 0;
}
html .bars_bottom .bars__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 979px) {
  html .bars_bottom .bars__item.--fixed .bars__wrapper {
    bottom: calc(1px * var(--position) + 0px);
    padding: 20px 0;
  }
}
@media (min-width: 1200px) {
  html .bars_bottom .bars__item.--fixed .bars__wrapper {
    max-width: 1400px;
  }
}
html .bars_bottom .bars__item .bars__wrapper {
  padding: 20px 0;
}
html .hotspot.--slider .headline {
  margin-left: 0;
  margin-right: 0;
}
html .hotspot.--slider .products:not(.slick-initialized) {
  flex-wrap: nowrap !important;
  scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  overflow-x: scroll;
}
html .hotspot.--slider .products:not(.slick-initialized)::-webkit-scrollbar {
  height: 10px;
}
html .hotspot.--slider .products:not(.slick-initialized)::-webkit-scrollbar-track {
  background: #fff;
}
html .hotspot.--slider .products:not(.slick-initialized)::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #143362;
}
html .hotspot.--slider .products:not(.slick-initialized) .product {
  flex: 0 0 75%;
  max-width: 75%;
}
@media (min-width: 551px) {
  html .hotspot.--slider .products:not(.slick-initialized) .product {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
html .hotspot.--slider .slick-initialized .product {
  padding-top: 2rem !important;
  margin-bottom: 0;
  padding-bottom: 4rem !important;
  margin-top: 1rem;
}
html .hotspot.--slider .slick-initialized .product:hover:before {
  content: ' ';
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 100%;
  height: calc(100% - 20px);
  left: 0;
  top: 0;
  z-index: -1 !important;
  border: 2px solid transparent;
  border-radius: 10px;
}
html .hotspot.--slider .slick-initialized .product > * {
  padding-left: 10px;
  padding-right: 10px;
}
html .hotspot .product {
  padding-top: 2rem !important;
}
html .hotspot .product .product__icon {
  height: 25rem;
}
@media (min-width: 757px) {
  html .hotspot .product .product__icon {
    height: 25rem;
  }
}
html .hotspot .product .product__icon:has(.yousave__percent) {
  padding-bottom: 3rem;
  height: 28rem;
}
@media (min-width: 757px) {
  html .hotspot .product .product__icon:has(.yousave__percent) {
    padding-bottom: 5rem;
  }
}
html .hotspot .product .product__icon .search-add-wishlist {
  position: absolute;
  right: 0px;
  top: -5px;
  font-size: 3rem;
  color: #e06e00;
}
@media (min-width: 979px) {
  html .hotspot .product .product__icon .search-add-wishlist {
    right: 5px;
    top: 5px;
  }
}
html .hotspot .product .product__icon .search-add-wishlist:hover ion-icon[name="heart-outline"] {
  display: none;
}
html .hotspot .product .product__icon .search-add-wishlist:hover ion-icon[name="heart"] {
  display: block;
}
html .hotspot .product .product__icon .search-add-wishlist ion-icon[name="heart"] {
  display: none;
}
html .hotspot .product .yousave__percent {
  position: absolute;
  bottom: 0;
  border: 2px solid #e06e00;
  color: #e06e00;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0rem;
}
html .hotspot .hotspot__arrow.--prev:before,
html .hotspot .hotspot__arrow.--prev span:after {
  display: none;
}
html .hotspot a.hotspot__arrow.--prev.slick-arrow,
html .hotspot a.hotspot__arrow.--next.slick-arrow {
  position: absolute;
  z-index: 1;
  justify-content: flex-end;
  width: auto;
  top: 50%;
  font-size: 6rem;
  color: #3e5f8f;
}
html .hotspot a.hotspot__arrow.--prev.slick-arrow:hover,
html .hotspot a.hotspot__arrow.--next.slick-arrow:hover {
  color: #ff7e01;
}
html .hotspot a.hotspot__arrow.--prev.slick-arrow {
  left: 0;
}
html .hotspot a.hotspot__arrow.--next.slick-arrow {
  right: 0;
}
html .hotspot .hotspot__arrow span {
  background: transparent;
}
html .hotspot .hotspot__arrow span:before,
html .hotspot .hotspot__arrow span:after {
  font-size: 10rem;
  line-height: 55px;
  margin: 0;
  color: #143362;
}
html .hotspot a.hotspot__all {
  display: table;
  text-decoration: none;
  margin: 3rem auto 1rem;
  padding: 10px 20px;
  color: #3e5f8f;
  font-size: 1.6rem;
  font-weight: bold;
  border: 2px solid #3e5f8f;
  border-radius: 5px;
}
html .hotspot a.hotspot__all:hover {
  background: #3e5f8f;
  color: #fff;
}
html .text-hotspot {
  grid-template-columns: 100%;
  grid-column-gap: 2rem;
  display: grid;
  margin-bottom: 5rem;
}
@media (min-width: 979px) {
  html .text-hotspot {
    grid-template-columns: 33% 66%;
    grid-column-gap: 3rem;
    align-items: center;
  }
}
html .text-hotspot .content_part {
  align-self: center;
  height: 100%;
  display: grid;
  position: relative;
  grid-template-columns: 100%;
  grid-template-rows: 1fr 1fr 1fr;
  grid-row-gap: 2rem;
  padding: 0rem 1rem;
  align-items: flex-end;
  background: rgba(51, 51, 51, 0.05);
  border-radius: 15px;
}
@media (min-width: 979px) {
  html .text-hotspot .content_part {
    background: none;
    padding: 5rem 3rem;
    grid-row-gap: 4rem;
  }
}
@media (min-width: 979px) {
  html .text-hotspot .content_part:before {
    content: ' ';
    background: rgba(51, 51, 51, 0.05);
    width: 100vw;
    position: absolute;
    margin-left: 50%;
    z-index: -1;
    right: 0;
    height: 100%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
html .text-hotspot .hotspot-header {
  height: fit-content;
}
html .text-hotspot .hotspot-header .headline {
  font-size: 3rem;
  justify-content: left;
  text-transform: none;
  line-height: 1.3;
  padding: 0;
  margin-bottom: 0;
}
html .text-hotspot .hotspot-content {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #272727;
}
html .text-hotspot .hotspot__all {
  display: table;
  text-decoration: none;
  margin: 0;
  padding: 10px 20px;
  color: #3e5f8f;
  font-size: 1.6rem;
  font-weight: bold;
  border: 2px solid #3e5f8f;
  border-radius: 5px;
  place-self: flex-start;
}
@media (min-width: 979px) {
  html .text-hotspot .hotspot__all {
    margin: 0 auto;
  }
}
html .text-hotspot .hotspot__all:hover {
  background: #3e5f8f;
  color: #fff;
}
html .text-hotspot.invert-hotspot {
  grid-template-columns: 100%;
}
@media (min-width: 979px) {
  html .text-hotspot.invert-hotspot {
    grid-template-columns: 66% 33%;
  }
}
html .text-hotspot.invert-hotspot .content_part {
  order: -1;
}
@media (min-width: 979px) {
  html .text-hotspot.invert-hotspot .content_part {
    order: unset;
  }
}
@media (min-width: 979px) {
  html .text-hotspot.invert-hotspot .content_part:before {
    content: ' ';
    margin-left: 0;
    right: unset;
    left: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
html .product .percentSale ~ .product__prices .price.--max {
  color: #010101;
  font-size: 1.7rem;
  margin-top: 0;
}
html .product .percentSale ~ .product__prices .price:not(.omnibus_price):not(.--max) {
  color: #e06e00;
}
html .product .product__name {
  text-align: left;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 340px;
}
@media (min-width: 757px) {
  html .product .product__name {
    font-size: 1.4rem;
  }
}
html .product .label_icons {
  position: absolute;
  top: 0px;
  left: 0px;
}
@media (min-width: 979px) {
  html .product .label_icons {
    top: 5px;
    left: 5px;
  }
}
html .product .label_icons .newproducts,
html .product .label_icons .label.--new {
  color: #fff;
  background: #143362;
}
html .product .label_icons .bestseller,
html .product .label_icons .label.--bestseller {
  color: #fff;
  background: #3e5f8f;
}
html .product .label_icons .promo,
html .product .label_icons .label.--promo {
  color: #fff;
  background: #e06e00;
}
html .product .label_icons .discount,
html .product .label_icons .label.--discount {
  color: #fff;
  background: #e06e00;
}
html .product .product__prices {
  align-items: flex-start;
  align-content: flex-start;
  padding: 0;
  flex-direction: row;
  column-gap: 10px;
  place-items: baseline;
  flex-wrap: wrap;
}
html .product .product__prices .price {
  font-size: 2.4rem;
  color: #3e5f8f;
}
html .product .product__prices .price_sellby {
  display: none;
}
html .product .product__prices .price.--max {
  margin-top: 0;
}
html .product .product__prices .omnibus_price {
  text-align: left;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #000;
  min-width: 51%;
}
html .product .product__prices.--omnibus:has(.omnibus_price) .price.--main {
  color: #e06e00;
}
html .product .product__prices.--omnibus:has(.omnibus_price) .price.--max {
  color: #010101;
  font-size: 1.7rem;
}
html .product .product__prices small.price.--convert {
  order: 4;
  font-size: 1.4rem;
  color: #000;
}
html .product .product__prices .omnibus_label {
  display: none !important;
}
html .product .product__comments {
  justify-content: center;
}
html .product .product__comments .note i {
  font-size: 2.3rem;
}
html .product .product__comments .note i.active {
  color: #fb822f;
}
html .sidebar_open #logo,
html .filters_open #logo,
html .sidebar_open #menu_basket,
html .filters_open #menu_basket {
  display: flex !important;
}
html header {
  border-bottom: none;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-template-areas: "bars_top bars_top bars_top bars_top bars_top" "actionbar actionbar actionbar actionbar actionbar" "rabateCode rabateCode rabateCode rabateCode rabateCode" "freeShipping freeShipping freeShipping freeShipping freeShipping" "logo logo logo logo logo" "menu_search account_mobile shopping_list_mobile menu_basket menu_categories";
  place-items: center;
  background: #fff;
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.3);
}
@media (min-width: 979px) {
  html header {
    grid-template-areas: "bars_top bars_top bars_top bars_top" "actionbar actionbar actionbar actionbar" "rabateCode rabateCode rabateCode rabateCode" "freeShipping freeShipping freeShipping freeShipping" "logo menu_search menu_settings menu_basket" "menu_categories menu_categories menu_categories menu_categories" "breadcrumbs breadcrumbs breadcrumbs breadcrumbs";
    grid-template-columns: minmax(auto, 28rem) minmax(auto, 72rem) minmax(auto, 25rem) minmax(auto, 16rem);
    grid-column-gap: 1rem;
    place-items: unset;
    box-shadow: none;
  }
}
html header #logo {
  justify-content: center;
}
@media (max-width: 978px) {
  html header #logo {
    padding-left: 0;
  }
}
@media (min-width: 979px) {
  html header #logo {
    justify-content: unset;
  }
}
@media (min-width: 979px) {
  html header #menu_search {
    height: 36px;
    align-self: center;
  }
}
@media (min-width: 979px) {
  html header #menu_search.--focus .menu_search__block {
    position: unset;
    width: unset;
  }
}
html header #menu_search .menu_search__mobile {
  color: #e06e00;
}
html header #menu_search #menu_search.--focus .menu_search__block {
  position: relative;
}
@media (min-width: 979px) {
  html header #menu_search .menu_search__block {
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 979px) {
  html header #menu_search .menu_search__input {
    border: 1px solid #eeeeee;
  }
}
html header #menu_search .menu_search__input {
  background: #eeeeee;
}
html header #menu_search .menu_search__input::-webkit-input-placeholder {
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
}
html header #menu_search .menu_search__input::-moz-placeholder {
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
}
html header #menu_search .menu_search__input:-ms-input-placeholder {
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
}
html header #menu_search .menu_search__input:-moz-placeholder {
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
}
html header #menu_search .menu_search__submit:before {
  color: #e06e00;
}
@media (min-width: 979px) {
  html header #menu_settings {
    max-width: max-content;
  }
}
html header #menu_settings #menu_additional > .account_link,
html header #menu_settings #menu_additional .wishlist_link {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.4rem;
  gap: 7px;
}
html header #menu_settings #menu_additional a {
  text-decoration: none;
}
html header #menu_settings #menu_additional ion-icon {
  font-size: 3rem;
  color: #e06e00;
  width: 3rem;
  height: 3rem;
}
html header .shopping_list_top_mobile,
html header .account_mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}
html header .shopping_list_top_mobile a,
html header .account_mobile a {
  color: #e06e00;
}
html header .shopping_list_top_mobile a:hover,
html header .account_mobile a:hover {
  color: #333;
}
html header .shopping_list_top_mobile {
  grid-area: shopping_list_mobile;
}
html header .account_mobile {
  grid-area: account_mobile;
}
html header .topBasket {
  align-self: center;
}
@media (min-width: 979px) {
  html header .topBasket .topBasket__sub {
    flex-direction: row;
    gap: 10px;
    align-self: center;
  }
}
html header .topBasket .topBasket__sub:before,
html header .topBasket .topBasket__sub:after {
  display: none;
}
html header .topBasket .topBasket__sub ion-icon {
  font-size: 3rem;
  color: #e06e00;
  width: 3rem;
  height: 3rem;
}
@media (max-width: 978px) {
  html header .topBasket .topBasket__sub ion-icon + span {
    display: none;
  }
}
html header .topBasket .badge-info {
  background-color: #143362;
  color: #fff;
}
html header .topBasket .topBasket__details.--gotobasket {
  top: 9rem;
  width: 16rem;
  font-size: 1.2rem;
  text-align: center;
  padding-right: 1.5rem;
  background: #fff;
  position: absolute;
  right: 0rem;
}
@media (min-width: 1200px) {
  html header .topBasket .topBasket__details.--gotobasket {
    width: 20rem;
    z-index: 1;
  }
}
html header .topBasket .topBasket__details.--gotobasket .btn.gotobasket-link {
  color: #3e5f8f;
  font-size: 1.6rem;
  font-weight: bold;
  border: 2px solid #3e5f8f;
  text-decoration: none;
}
html header .topBasket .topBasket__details.--gotobasket .btn.gotobasket-link:hover {
  background: #3e5f8f;
  color: #fff;
}
html header #menu_categories {
  margin-left: 0;
  border: none;
  grid-area: menu_categories;
  display: flex;
  align-items: center;
  margin-right: 5px;
  justify-content: center;
}
@media (max-width: 978px) {
  html header #menu_categories {
    width: 6rem;
  }
}
@media (min-width: 979px) {
  html header #menu_categories {
    border-top: 1px solid #f3f3f3;
    width: 100%;
    margin: 0;
  }
}
html header #menu_categories .navbar-toggler {
  width: 5rem;
  line-height: 5rem;
  border-left: 0;
  background: #3d5f8e;
  border-radius: 10px;
  color: #fff;
}
html header #menu_categories .navbar-collapse {
  border-bottom: none;
}
html header #menu_categories .navbar-nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 1.8rem;
  align-items: center;
  justify-content: center;
  column-gap: 25px;
}
@media (min-width: 979px) {
  html header #menu_categories .navbar-nav .nav-link + .navbar-subnav .nav-link {
    font-size: 1.4rem;
  }
}
@media (min-width: 979px) {
  html header #menu_categories .navbar-nav .nav-link[title="Marki"] + .navbar-subnav {
    display: none;
  }
}
html header #menu_categories .navbar-nav .nav-link[title="SALE"] {
  color: #e06e00;
}
html header #menu_categories .navbar-nav > li.nav-item:first-child:after {
  content: ' ';
  background: #f3f3f3;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
}
html header #menu_categories .navbar-nav > li > div > ul.navbar-nav-level2:not(.nav-hotspot):not(.attr-column):not(.subnav-hotspot-item) {
  display: block;
  order: 0;
  break-inside: avoid;
  column-count: 2;
}
@media (min-width: 1200px) {
  html header #menu_categories .navbar-nav > li > div > ul.navbar-nav-level2:not(.nav-hotspot):not(.attr-column):not(.subnav-hotspot-item) {
    max-height: 830px;
  }
}
html header #menu_categories .navbar-nav > li > div > ul.navbar-nav-level2:not(.nav-hotspot):not(.attr-column):not(.subnav-hotspot-item) > li.nav-item {
  display: inline-block;
  width: 100%;
}
html header #menu_categories .navbar-nav > li > div > ul.navbar-nav-level2:not(.nav-hotspot):not(.attr-column):not(.subnav-hotspot-item) > li > a {
  font-weight: bold;
  font-size: 1.7rem;
  text-transform: none;
}
html header #menu_categories .navbar-nav > li > div > ul.navbar-nav-level2:not(.nav-hotspot):not(.attr-column):not(.subnav-hotspot-item) > li > a + .navbar-subsubnav .nav-link {
  font-size: 1.4rem;
}
@media (min-width: 1200px) {
  html header #menu_categories .navbar-nav > li:nth-child(2) > div > ul.navbar-nav-level2:not(.nav-hotspot):not(.attr-column):not(.subnav-hotspot-item) {
    max-height: 440px;
  }
}
html header #menu_categories .navbar-nav ul.navbar-nav-level2.attr-column {
  order: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
html header #menu_categories .navbar-nav ul.navbar-nav-level2.attr-column > li > a {
  font-weight: bold;
  font-size: 1.7rem;
  text-transform: none;
}
html header #menu_categories .navbar-nav ul.navbar-nav-level2.baner-column:not(.nav-hotspot):not(.attr-column):not(.subnav-hotspot-item) {
  width: 100%;
  column-count: 1;
}
html header #menu_categories .navbar-nav ul.navbar-nav-level2.baner-column:not(.nav-hotspot):not(.attr-column):not(.subnav-hotspot-item) > li {
  width: 100%;
}
html header #menu_categories .navbar-nav ul.navbar-nav-level2.baner-column:not(.nav-hotspot):not(.attr-column):not(.subnav-hotspot-item) > li img {
  border-radius: 10px;
}
html header #menu_categories .navbar-nav ul.navbar-nav-level2.nav-hotspot {
  order: 2;
}
html header #menu_categories .navbar-subnav {
  left: 0 !important;
}
html header #menu_categories .navbar-subnav .nav-link.nav-link[title="KOLOR"] + ul.navbar-subsubnav .nav-link,
html header #menu_categories .navbar-subnav .nav-link.nav-link[title*="KOPERT"] + ul.navbar-subsubnav .nav-link,
html header #menu_categories .navbar-subnav .nav-link.nav-link[title="TORBY NA ZAKUPY"] + ul.navbar-subsubnav .nav-link {
  font-size: 1.4rem;
}
html header #menu_categories .navbar-subnav .nav-link.nav-link[title="KOLOR"] + ul.navbar-subsubnav a.nav-link.nav-gfx,
html header #menu_categories .navbar-subnav .nav-link.nav-link[title*="KOPERT"] + ul.navbar-subsubnav a.nav-link.nav-gfx,
html header #menu_categories .navbar-subnav .nav-link.nav-link[title="TORBY NA ZAKUPY"] + ul.navbar-subsubnav a.nav-link.nav-gfx {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 5px;
}
html header #menu_categories .navbar-subnav .nav-link.nav-link[title="KOLOR"] + ul.navbar-subsubnav a.nav-link.nav-gfx span,
html header #menu_categories .navbar-subnav .nav-link.nav-link[title*="KOPERT"] + ul.navbar-subsubnav a.nav-link.nav-gfx span,
html header #menu_categories .navbar-subnav .nav-link.nav-link[title="TORBY NA ZAKUPY"] + ul.navbar-subsubnav a.nav-link.nav-gfx span {
  display: block !important;
}
html header #menu_categories .navbar-subnav .attr-column a.nav-link[title="Bestsellery"],
html header #menu_categories .navbar-subnav .attr-column a.nav-link[title="Promocje"],
html header #menu_categories .navbar-subnav .attr-column a.nav-link[title*="Nowo"] {
  font-size: 1.4rem;
  text-transform: none;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 20px;
  min-width: 130px;
  text-align: center;
  margin-bottom: 10px;
}
html header #menu_categories .navbar-subnav .attr-column a.nav-link[title="Bestsellery"] {
  border: 2px solid #3e5f8f;
  color: #3e5f8f;
}
html header #menu_categories .navbar-subnav .attr-column a.nav-link[title="Bestsellery"]:hover {
  background: #3e5f8f;
  color: #fff;
}
html header #menu_categories .navbar-subnav .attr-column a.nav-link[title="Promocje"] {
  border: 2px solid #e06e00;
  color: #e06e00;
}
html header #menu_categories .navbar-subnav .attr-column a.nav-link[title="Promocje"]:hover {
  background: #e06e00;
  color: #fff;
}
html header #menu_categories .navbar-subnav .attr-column a.nav-link[title*="Nowo"] {
  border: 2px solid #143362;
  color: #143362;
}
html header #menu_categories .navbar-subnav .attr-column a.nav-link[title*="Nowo"]:hover {
  background: #143362;
  color: #fff;
}
html header #menu_categories .subnav-hotspot-item .product__icon {
  height: 25rem;
}
@media (min-width: 757px) {
  html header #menu_categories .subnav-hotspot-item .product__icon {
    height: 25rem;
  }
}
html header #menu_categories .subnav-hotspot-item .product__icon:has(.yousave__percent) {
  padding-bottom: 3rem;
  height: 28rem;
}
@media (min-width: 757px) {
  html header #menu_categories .subnav-hotspot-item .product__icon:has(.yousave__percent) {
    padding-bottom: 5rem;
  }
}
html header #menu_categories .subnav-hotspot-item .product__icon .search-add-wishlist {
  position: absolute;
  right: 0px;
  top: -5px;
  font-size: 3rem;
  color: #e06e00;
}
@media (min-width: 979px) {
  html header #menu_categories .subnav-hotspot-item .product__icon .search-add-wishlist {
    right: 5px;
    top: 5px;
  }
}
html header #menu_categories .subnav-hotspot-item .product__icon .search-add-wishlist:hover ion-icon[name="heart-outline"] {
  display: none;
}
html header #menu_categories .subnav-hotspot-item .product__icon .search-add-wishlist:hover ion-icon[name="heart"] {
  display: block;
}
html header #menu_categories .subnav-hotspot-item .product__icon .search-add-wishlist ion-icon[name="heart"] {
  display: none;
}
@media (max-width: 978px) {
  html header .breadcrumbs {
    display: none;
  }
}
@media (max-width: 978px) {
  html .breadcrumbs {
    display: flex;
    align-items: center;
  }
}
html .breadcrumbs:before {
  display: none;
}
@media (max-width: 978px) {
  html .breadcrumbs .back_button {
    display: flex;
    width: auto;
  }
}
html .breadcrumbs .back_button:before {
  display: none;
}
html .breadcrumbs .back_button #back_button ion-icon {
  font-size: 3.6rem;
  color: #143362;
  width: 36px;
  height: 36px;
  visibility: visible;
  display: block;
}
html .breadcrumbs .list_wrapper {
  border-left: none;
}
@media (max-width: 978px) {
  html .breadcrumbs .list_wrapper:after {
    display: none;
  }
}
html .breadcrumbs .list_wrapper > ol > li:first-child {
  display: none;
}
@media (max-width: 978px) {
  html .breadcrumbs:after {
    display: none;
  }
}
@media (max-width: 978px) {
  html aside div[data-item="#menu_navbar"] li.nav-item.subnav-hotspot-item > a.nav-link[href="###"]:not(.--visible) {
    display: none;
  }
}
html aside div[data-item="#menu_navbar"] .nav-link[title="KOLOR"] ~ ul picture.nav-picture.--main.--lvl3 img,
html aside div[data-item="#menu_navbar"] .nav-link[title*="KOPERT"] ~ ul picture.nav-picture.--main.--lvl3 img,
html aside div[data-item="#menu_navbar"] .nav-link[title="TORBY NA ZAKUPY"] ~ ul picture.nav-picture.--main.--lvl3 img {
  width: 15px;
  height: 15px;
}
@media (max-width: 978px) {
  html aside div[data-item="#menu_navbar"] .nav-link[title="KOLOR"] ~ ul span.gfx_lvl_3.d-none,
  html aside div[data-item="#menu_navbar"] .nav-link[title*="KOPERT"] ~ ul span.gfx_lvl_3.d-none,
  html aside div[data-item="#menu_navbar"] .nav-link[title="TORBY NA ZAKUPY"] ~ ul span.gfx_lvl_3.d-none {
    display: block !important;
  }
}
@media (max-width: 978px) {
  html aside div[data-item="#menu_navbar"] a.nav-link.nav-gfx {
    justify-content: flex-start;
    column-gap: 2rem;
  }
}
@media (max-width: 978px) {
  html aside div[data-item="#menu_navbar"] .gfx_lvl_3 + span.gfx_lvl_3.d-none {
    display: block !important;
  }
}
html aside div[data-item="#menu_navbar"] .subnav-hotspot-item .product__icon {
  height: 25rem;
}
@media (min-width: 757px) {
  html aside div[data-item="#menu_navbar"] .subnav-hotspot-item .product__icon {
    height: 25rem;
  }
}
html aside div[data-item="#menu_navbar"] .subnav-hotspot-item .product__icon:has(.yousave__percent) {
  padding-bottom: 3rem;
  height: 28rem;
}
@media (min-width: 757px) {
  html aside div[data-item="#menu_navbar"] .subnav-hotspot-item .product__icon:has(.yousave__percent) {
    padding-bottom: 5rem;
  }
}
html aside div[data-item="#menu_navbar"] .subnav-hotspot-item .product__icon .search-add-wishlist {
  position: absolute;
  right: 0px;
  top: -5px;
  font-size: 3rem;
  color: #e06e00;
}
@media (min-width: 979px) {
  html aside div[data-item="#menu_navbar"] .subnav-hotspot-item .product__icon .search-add-wishlist {
    right: 5px;
    top: 5px;
  }
}
html aside div[data-item="#menu_navbar"] .subnav-hotspot-item .product__icon .search-add-wishlist:hover ion-icon[name="heart-outline"] {
  display: none;
}
html aside div[data-item="#menu_navbar"] .subnav-hotspot-item .product__icon .search-add-wishlist:hover ion-icon[name="heart"] {
  display: block;
}
html aside div[data-item="#menu_navbar"] .subnav-hotspot-item .product__icon .search-add-wishlist ion-icon[name="heart"] {
  display: none;
}
html aside .nav-link {
  padding: 13px 0;
}
html aside #login_menu_block a ion-icon {
  color: #000;
  font-size: 1.8rem;
  margin-right: 1rem;
  width: 1.6rem;
}
html aside .newsletter_link ion-icon {
  transform: rotate(-30deg);
}
html #main_banner1.skeleton > .main_slider > div:not(:first-child) {
  visibility: hidden;
  position: absolute;
  z-index: -9999;
  top: 0;
}
@media (min-width: 1200px) {
  html #main_banner1 {
    margin-bottom: 4rem !important;
  }
}
@media (min-width: 1200px) {
  html #main_banner1 {
    margin-bottom: 6rem !important;
  }
}
html #main_banner1 .main_slider__item a img {
  border-radius: 15px;
}
html #main_banner1 .banner1_slide-wrap {
  display: block;
  width: 100%;
  height: unset;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  position: relative;
  aspect-ratio: 420 / 220;
}
@media (min-width: 757px) {
  html #main_banner1 .banner1_slide-wrap {
    height: 400px;
    aspect-ratio: unset;
  }
}
@media (min-width: 979px) {
  html #main_banner1 .banner1_slide-wrap {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  html #main_banner1 .banner1_slide-wrap {
    height: 595px;
  }
}
html #main_banner1 .banner1_slide-wrap picture {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
}
html #main_banner1 .banner1_slide-wrap picture img {
  border-radius: 15px;
}
html #main_banner1 .banner1_slide-wrap .banner1_slide-content {
  width: 100%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: 'Latop', sans-serif;
  font-size: 1.8em;
}
@media (min-width: 757px) {
  html #main_banner1 .banner1_slide-wrap .banner1_slide-content {
    font-size: 2.5em;
  }
}
@media (min-width: 757px) {
  html #main_banner1 .banner1_slide-wrap .banner1_slide-content {
    font-size: 2.9em;
  }
}
@media (min-width: 1200px) {
  html #main_banner1 .banner1_slide-wrap .banner1_slide-content {
    font-size: 4.2rem;
  }
}
html #main_banner1 .banner1_slide-wrap .banner1_slide-content h1,
html #main_banner1 .banner1_slide-wrap .banner1_slide-content h3 {
  color: #fff;
  text-shadow: 0 0 10px black;
}
@media (min-width: 979px) {
  html #main_banner1 .banner1_slide-wrap .banner1_slide-content h1,
  html #main_banner1 .banner1_slide-wrap .banner1_slide-content h3 {
    text-shadow: 0 0 50px black;
  }
}
html #main_banner1 .banner1_slide-wrap .banner1_slide-content h1 {
  font-size: 2.3rem;
}
@media (min-width: 979px) {
  html #main_banner1 .banner1_slide-wrap .banner1_slide-content h1 {
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) {
  html #main_banner1 .banner1_slide-wrap .banner1_slide-content h1 {
    font-size: 4.2rem;
  }
}
html #main_banner1 .banner1_slide-wrap .banner1_slide-content h3 {
  font-size: 1.8rem;
}
@media (min-width: 979px) {
  html #main_banner1 .banner1_slide-wrap .banner1_slide-content h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  html #main_banner1 .banner1_slide-wrap .banner1_slide-content h3 {
    font-size: 3.4rem;
  }
}
html #main_banner1 .banner1_slide-wrap .banner1_slide-content span {
  display: block;
  font-size: 1.35em;
  letter-spacing: 2px;
}
html #main_banner1 .banner1_slide-wrap .banner1_slide-content .banner1_slide-btn {
  margin-top: 11px;
}
html #main_banner1 .banner1_slide-wrap .banner1_slide-content .banner1_slide-btn .btn {
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 5px 44px;
  background: transparent;
  letter-spacing: 1px;
  color: #fff;
  border: 2px solid #fff;
  min-height: 35px;
  place-items: center;
  justify-content: center;
  max-width: fit-content;
}
@media (min-width: 979px) {
  html #main_banner1 .banner1_slide-wrap .banner1_slide-content .banner1_slide-btn .btn {
    font-size: 1.9rem;
    min-height: 52px;
  }
}
html #main_banner1 .banner1_slide-wrap .banner1_slide-content .banner1_slide-btn .btn:hover {
  background: #3e5f8f;
  border: 2px solid #3e5f8f;
  color: #fff;
}
html #main_banner1 .slick-arrow {
  color: #fff;
  background: none;
  font-size: 6rem;
}
html #main_banner1 .slick-prev,
html #main_banner1 .slick-next {
  width: 6rem;
  line-height: 6rem;
}
html #main_banner1 .slick-dots {
  bottom: 20px;
}
html #main_banner1 .slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 1rem;
  border-radius: 100px;
}
html #main_banner1 .slick-dots li button:before {
  border: 2px solid #fff;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  font-size: 1rem;
  background: transparent;
  opacity: 1;
}
html #main_banner1 .slick-dots li.slick-active button {
  background: #fff;
}
html div#menu_buttons2 {
  width: 100%;
}
html div#menu_buttons2 .menu_buttons2_wrapper {
  width: calc(100% + 20px);
  left: 0px;
}
@media (max-width: 978px) {
  html div#menu_buttons2 .menu_buttons2_wrapper {
    flex-wrap: nowrap !important;
    overflow: auto;
    scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    width: calc(100% + 0px);
  }
}
html div#menu_buttons2 .menu_buttons2_wrapper .menu_button_wrapper {
  padding: 0;
  margin: 0 10px;
}
@media (max-width: 978px) {
  html div#menu_buttons2 .menu_buttons2_wrapper .menu_button_wrapper {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
html div#menu_buttons2 .menu_buttons2_wrapper .menu_button_wrapper:first-child {
  margin-left: 0;
}
@media (max-width: 978px) {
  html div#menu_buttons2 .menu_buttons2_wrapper .menu_button_wrapper:last-child {
    padding-right: 0;
    margin-right: 0;
  }
}
html div#menu_buttons2 .menu_buttons2_wrapper .menu_button_wrapper .btn-2-wrap {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  flex-direction: column;
  min-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 25px;
  aspect-ratio: 1 / 0.77;
  width: auto;
  height: auto;
}
@media (min-width: 979px) {
  html div#menu_buttons2 .menu_buttons2_wrapper .menu_button_wrapper .btn-2-wrap {
    height: 350px;
    width: 100%;
  }
}
html div#menu_buttons2 .menu_buttons2_wrapper .menu_button_wrapper .btn-2-wrap h3,
html div#menu_buttons2 .menu_buttons2_wrapper .menu_button_wrapper .btn-2-wrap h3 > a {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.3;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.59);
  text-align: center;
  text-decoration: none;
}
@media (min-width: 979px) {
  html div#menu_buttons2 .menu_buttons2_wrapper .menu_button_wrapper .btn-2-wrap h3,
  html div#menu_buttons2 .menu_buttons2_wrapper .menu_button_wrapper .btn-2-wrap h3 > a {
    font-size: 3rem;
  }
}
html div#menu_buttons2 .menu_buttons2_wrapper .menu_button_wrapper .btn-2-wrap a.btn,
html div#menu_buttons2 .menu_buttons2_wrapper .menu_button_wrapper .btn-2-wrap button.btn {
  font-size: 1.6rem;
  text-decoration: none;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 5px;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.59);
}
@media (max-width: 978px) {
  html div#menu_buttons2 .menu_buttons2_wrapper .menu_button_wrapper .btn-2-wrap a.btn,
  html div#menu_buttons2 .menu_buttons2_wrapper .menu_button_wrapper .btn-2-wrap button.btn {
    max-width: 165px;
  }
}
html div#menu_buttons2 .menu_buttons2_wrapper .menu_button_wrapper .btn-2-wrap a.btn:hover,
html div#menu_buttons2 .menu_buttons2_wrapper .menu_button_wrapper .btn-2-wrap button.btn:hover {
  background: #3e5f8f;
  border: 2px solid #3e5f8f;
  color: #fff;
}
html #menu_banners3 div.menu_button_wrapper {
  padding: 10px;
}
@media (max-width: 978px) {
  html #menu_banners3 div.menu_button_wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
html #menu_banners3 div.menu_button_wrapper .btn-3-wrap {
  height: unset;
  width: 100%;
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  flex-direction: column;
  min-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 25px;
  aspect-ratio: 1 / 0.61;
  margin-bottom: 30px;
}
@media (min-width: 979px) {
  html #menu_banners3 div.menu_button_wrapper .btn-3-wrap {
    height: 420px;
  }
}
html #menu_banners3 div.menu_button_wrapper .btn-3-wrap h3,
html #menu_banners3 div.menu_button_wrapper .btn-3-wrap h3 > a {
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.3;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.59);
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 979px) {
  html #menu_banners3 div.menu_button_wrapper .btn-3-wrap h3,
  html #menu_banners3 div.menu_button_wrapper .btn-3-wrap h3 > a {
    font-size: 3rem;
  }
}
html #menu_banners3 div.menu_button_wrapper .btn-3-wrap .btn {
  font-size: 1.6rem;
  text-decoration: none;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 5px;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.59);
  max-width: fit-content;
}
html #menu_banners3 div.menu_button_wrapper .btn-3-wrap .btn:hover {
  background: #3e5f8f;
  border: 2px solid #3e5f8f;
  color: #fff;
}
html #main_hotspot_zone4 .hotspot__arrow.slick-arrow {
  opacity: 0.6;
  top: 40%;
}
html #main_hotspot_zone4 .product__opinion {
  border: none;
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
}
html #main_hotspot_zone4 .product__opinion > * {
  margin-left: 0;
  text-align: left;
  justify-content: flex-start;
}
html #main_hotspot_zone4 .product__opinion .icon-star {
  font-size: 2.3rem;
}
html #main_hotspot_zone4 .product__opinion .icon-star.--active {
  color: #e06e00;
}
html #main_hotspot_zone4 .product__opinion .product__opinion_content {
  font-size: 1.5rem;
}
html footer #footer_links {
  background: #eeeeee;
}
html footer #footer_links:before {
  content: ' ';
  background: #eeeeee;
  width: 100vw;
  height: 100%;
  position: absolute;
  margin-left: 50%;
  left: -50vw;
  z-index: -1;
  top: 0;
}
@media (min-width: 979px) {
  html footer #footer_links .footer_links {
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  html footer #footer_links .footer_links {
    padding: 20px 25px;
  }
}
@media (min-width: 1410px) {
  html footer #footer_links .footer_links {
    padding: 30px 35px;
  }
}
html footer #footer_links .footer_links_label {
  justify-content: flex-start;
  font-size: 3rem;
}
@media (min-width: 1200px) {
  html footer #footer_links .footer_links_sub > li {
    width: 100%;
  }
}
html footer #footer_links .footer_links_sub > li a,
html footer #footer_links .footer_links_sub > li span[onclick] {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.7rem;
  line-height: 2.3rem;
}
html footer #footer_links .footer_links_sub > li a img,
html footer #footer_links .footer_links_sub > li span[onclick] img {
  width: 45px;
  filter: brightness(0) saturate(100%) invert(70%) sepia(28%) saturate(7082%) hue-rotate(1deg) brightness(98%) contrast(100%);
}
html footer #footer_links .footer_links_sub > li a .footer_links_item_name,
html footer #footer_links .footer_links_sub > li span[onclick] .footer_links_item_name {
  color: #3d608f;
  border: 2px solid #3d608f;
  font-size: 2rem;
  font-weight: bold;
  padding: 12.5px 20px;
  border-radius: 10px;
}
@media (min-width: 979px) {
  html footer #footer_links .footer_links_sub > li a .footer_links_item_name,
  html footer #footer_links .footer_links_sub > li span[onclick] .footer_links_item_name {
    padding: 12.5px 10px;
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  html footer #footer_links .footer_links_sub > li a .footer_links_item_name,
  html footer #footer_links .footer_links_sub > li span[onclick] .footer_links_item_name {
    padding: 12.5px 20px;
    font-size: 1.6rem;
  }
}
@media (min-width: 1341px) {
  html footer #footer_links .footer_links_sub > li a .footer_links_item_name,
  html footer #footer_links .footer_links_sub > li span[onclick] .footer_links_item_name {
    font-size: 1.8rem;
  }
}
@media (min-width: 1411px) {
  html footer #footer_links .footer_links_sub > li a .footer_links_item_name,
  html footer #footer_links .footer_links_sub > li span[onclick] .footer_links_item_name {
    font-size: 2rem;
  }
}
html footer #footer_links .footer_links_label[title="Kontakt"] + ul.footer_links_sub a:hover span.footer_links_item_name,
html footer #footer_links .footer_links_label[title="Kontakt"] + ul.footer_links_sub span[onclick]:hover span.footer_links_item_name {
  background: #3d608f;
  color: #fff;
}
html footer #footer_links .footer_links_label[title="Kontakt"] + ul.footer_links_sub a:hover img.b-lazy,
html footer #footer_links .footer_links_label[title="Kontakt"] + ul.footer_links_sub span[onclick]:hover img.b-lazy {
  width: 45px;
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7500%) hue-rotate(231deg) brightness(82%) contrast(114%);
}
html footer .footer_links span.footer_links_label[title="Kontakt"] + ul.footer_links_sub {
  display: block !important;
  height: unset !important;
  margin-top: 2rem !important;
}
html footer #price_info {
  display: none !important;
}
html footer #menu_contact {
  display: none !important;
}
html footer .idosell {
  position: relative;
}
html footer .idosell:before {
  display: none!important;
}
html footer .idosell a.idosell__logo.--link {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
  transform: translate(0, -100%);
}
@media (max-width: 978px) {
  html footer .idosell a.idosell__logo.--link {
    position: relative;
    right: unset;
    left: 0;
    transform: scale(0.85);
    display: table;
  }
}
html .search_page .search_name__label {
  font-size: 3rem;
  text-transform: none;
  color: #000;
}
html .search_page span.search_name__total {
  display: none;
}
html .search_page section.search_description {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  display: flex;
  flex-direction: column;
}
@media (max-width: 756px) {
  html .search_page section.search_description.--skeleton {
    max-height: 350px;
  }
}
html .search_page section.search_description h2 {
  font-weight: 400;
}
html .search_page section.search_description img {
  max-height: 100px;
}
html .search_page section.search_description p,
html .search_page section.search_description ul {
  font-size: 1.4rem;
  line-height: 2rem;
}
html .search_page section.search_description a {
  color: #3e5f8f;
  text-decoration: none;
}
html .search_page section.search_description a:hover {
  text-decoration: underline;
}
html .search_page section.search_description .search_categoriesdescription_next:not(.expanded) a.show_description,
html .search_page section.search_description .search_categoriesdescription_next.expanded + .hide_description {
  display: flex;
}
html .search_page section.search_description a.show_description,
html .search_page section.search_description a.hide_description {
  background: #eeeeee;
  line-height: 1;
  height: 50px;
  padding: 0 !important;
  margin-top: 2rem;
  margin: 2rem auto 0;
  flex: 0 0 50px;
  width: 50px;
  max-width: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-weight: 700;
  font-size: 2rem;
  color: #3e5f8f;
}
html .search_page section.search_description a.show_description:before,
html .search_page section.search_description a.hide_description:before {
  content: ' ';
  width: 100vw;
  position: absolute;
  height: 2px;
  background: #eeeeee;
}
@media (max-width: 978px) {
  html .search_page #paging_setting_top {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
  }
}
@media (max-width: 756px) {
  html .search_page #paging_setting_top {
    gap: 1rem;
    flex-direction: column-reverse;
  }
}
html .search_page #paging_setting_top span.f-dropdown-button {
  font-size: 1.4rem;
  font-weight: bold;
}
html .search_page #paging_setting_top button.f-control.f-dropdown-toggle {
  height: 50px;
}
html .search_page #paging_setting_top .s_paging__item:not(.pagination) {
  width: 200px;
}
@media (max-width: 978px) {
  html .search_page #paging_setting_top .s_paging__item:not(.pagination) {
    max-width: calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
    width: auto;
    min-width: auto;
  }
}
@media (max-width: 756px) {
  html .search_page #paging_setting_top .s_paging__item:not(.pagination) {
    max-width: calc(100% - 0px);
    flex: 0 0 calc(100% - 0px);
  }
}
@media (max-width: 978px) {
  html .search_page #paging_setting_top .s_paging__item:not(.pagination) a.btn.--solid.--large {
    background: #fff;
    color: #3d5f8e;
    border: 2px solid #3d5f8e;
  }
}
@media (max-width: 978px) {
  html .search_page #paging_setting_top .s_paging__item.pagination {
    display: none !important;
  }
}
html .search_page #paging_setting_top .s_paging__item.pagination .pagination__element.--next.--button .pagination__button.--next {
  background: #3d608f;
}
html .search_page #paging_setting_top .f-dropdown .f-dropdown-menu span {
  color: #000;
  display: block;
  padding: 1.3rem 1.8rem;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 979px) {
  html .search_page #paging_setting_top .f-dropdown .f-dropdown-menu span {
    padding: 1rem 1.3rem;
  }
}
html .search_page #paging_setting_top .f-dropdown .f-dropdown-menu span:hover,
html .search_page #paging_setting_top .f-dropdown .f-dropdown-menu span.selected,
html .search_page #paging_setting_top .f-dropdown .f-dropdown-menu span.--selected {
  background: #f1f1f1;
}
@media (min-width: 979px) {
  html .search_page #search .product:hover {
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.25);
    border-color: transparent;
  }
}
@media (min-width: 979px) {
  html .search_page #search .product:hover .product__details {
    box-shadow: 0px 10px 13px -2px rgba(0, 0, 0, 0.25);
    border-color: transparent;
  }
}
html .search_page #search .product .product__icon {
  height: 25rem;
}
@media (min-width: 757px) {
  html .search_page #search .product .product__icon {
    height: 25rem;
  }
}
html .search_page #search .product .product__icon:has(.yousave__percent) {
  padding-bottom: 3rem;
  height: 28rem;
}
@media (min-width: 757px) {
  html .search_page #search .product .product__icon:has(.yousave__percent) {
    padding-bottom: 5rem;
  }
}
html .search_page #search .product .product__icon img {
  max-height: 25rem;
}
html .search_page #search .product .product__icon .search-add-wishlist {
  position: absolute;
  right: 0px;
  top: -5px;
  font-size: 3rem;
  color: #e06e00;
}
@media (min-width: 979px) {
  html .search_page #search .product .product__icon .search-add-wishlist {
    right: 5px;
    top: 5px;
  }
}
html .search_page #search .product .product__icon .search-add-wishlist:hover ion-icon[name="heart-outline"] {
  display: none;
}
html .search_page #search .product .product__icon .search-add-wishlist:hover ion-icon[name="heart"] {
  display: block;
}
html .search_page #search .product .product__icon .search-add-wishlist ion-icon[name="heart"] {
  display: none;
}
html .search_page #search .product .yousave__percent {
  position: absolute;
  bottom: 0;
  border: 2px solid #e06e00;
  color: #e06e00;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0rem;
}
html .search_page #search .product .product__comments {
  justify-content: center;
}
html .search_page #search .product .product__comments .note i {
  font-size: 2.3rem;
}
html .search_page #search .product .product__comments .note i.active {
  color: #fb822f;
}
html .search_page #search .product .product__version {
  border: 2px solid #eeeeee;
  min-width: 60px;
  text-align: center;
}
html .search_page #search .product .product__version img {
  margin: 0 auto;
}
html .search_page #search .product .product__version:hover {
  border-color: #3e5f8f;
}
@media (max-width: 978px) {
  html .pagination {
    position: relative;
    margin-bottom: 6rem !important;
    display: flex;
    flex-wrap: wrap-reverse;
  }
}
@media (min-width: 979px) {
  html .pagination .pagination__element {
    min-width: 45px;
  }
}
@media (max-width: 978px) {
  html .pagination .pagination__element.--button {
    display: flex;
    width: fit-content;
    max-width: 50%;
    flex: 0 0 50%;
    order: 1;
  }
}
html .pagination .pagination__element:not(.--button) {
  margin: 3rem 0;
}
@media (max-width: 978px) {
  html .pagination .pagination__element:not(.--button) {
    order: 3;
  }
}
@media (max-width: 978px) {
  html .pagination .pagination__element .pagination__button.--next,
  html .pagination .pagination__element .pagination__button.--prev {
    background: #3d608f;
    border: 1px solid #3d608f;
    width: auto;
    margin: 0;
  }
}
html .filters ul {
  max-height: 230px;
  overflow: auto;
  padding: 0.8rem 1rem;
  scrollbar-color: #3d5f8e #eee;
  scrollbar-width: inherit;
}
html .filters ul::-webkit-scrollbar {
  width: 20px;
}
html .filters ul::-webkit-scrollbar-thumb {
  background: #3d5f8e;
  border-radius: 5px;
  border: 2px solid transparent;
}
html .filters ul::-webkit-scrollbar-track {
  background: #fff;
  border: 2px solid #3d5f8e;
  border-radius: 5px;
}
@media (max-width: 978px) {
  html .filters ul .--name,
  html .filters ul .--quantity {
    font-size: 1.4rem;
    font-weight: 600;
  }
}
html .filters .filters__form {
  justify-content: flex-start !important;
  padding: 15px 0px;
  gap: 0 4rem;
  border-radius: 10px;
}
@media (min-width: 979px) {
  html .filters .filters__form {
    background: #eeeeee;
    padding: 15px 20px;
  }
}
html .filters .filters__form .filters__block {
  position: relative;
  margin-left: 0 !important;
  border: 2px solid #eee;
  border-radius: 10px;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 979px) {
  html .filters .filters__form .filters__block {
    flex: 0 0 calc(25% - 3rem);
    max-width: calc(25% - 3rem);
  }
}
html .filters .filters__form .filters__block .filters__toggler {
  margin-bottom: 0;
  padding: 0 10px;
  border-radius: 5px;
}
html .filters .filters__form .filters__block .filters__toggler:not(.--not-expandable).--not-expanded .btn.--icon-right:before,
html .filters .filters__form .filters__block .filters__toggler:not(.--not-expandable) .btn.--icon-right:before {
  font-size: 3rem;
  color: #3d5f8e;
}
@media (max-width: 978px) {
  html .filters .filters__form .filters__block .filters__toggler + .filters__expand {
    padding: 0 10px 20px 0;
  }
}
html .filters .filters__form .filters__block .filters__toggler span {
  color: #000;
}
@media (min-width: 979px) {
  html .filters .filters__form .filters__block .filters__toggler {
    background: #fff;
  }
}
html .filters .filters__form .filters__block .filters__toggler .btn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html .filters .filters__form .filters__block .filters__toggler .btn span {
  font-size: 1.7rem;
  font-weight: 700;
}
@media (min-width: 979px) {
  html .filters .filters__form .filters__block .filters__toggler .btn span {
    font-size: 1.8rem;
  }
}
html .filters .filters__form .filters__buttons button {
  border-radius: 10px;
}
html .filters .filters__item.--hidden {
  display: list-item;
}
@media (min-width: 979px) {
  html .filters .filters__expand {
    border: 2px solid #eee;
    background: #fff;
    width: 100%;
    left: 0;
  }
}
@media (min-width: 979px) {
  html .filters #filter_sizes_expand[data-group] {
    width: 100%;
  }
}
html .filters #filter_sizes_expand[data-group] .--group > .--list {
  padding: 0.8rem 1rem 0;
}
html .filters .filters__content.--group > .--list {
  padding: 0.8rem 1rem 0;
}
html .filters .filters__content.--group > .--list + .filters__options:not(:last-child) {
  display: none;
}
html .filters .filters__content.--group .filters__toggler {
  display: none;
}
html .filters .filters__content.--group .filters__expand-group {
  position: relative;
  left: 0;
  top: 0;
  padding: 0;
  background: #fff;
  border: none;
  min-height: calc(100% + 2px);
  width: 100%;
  border-radius: 5px;
  z-index: 101;
  display: block;
}
html .filters .filters__options .--submit {
  width: 100%;
  border: 2px solid #3d5f8e;
  height: 60px;
  margin-top: 2rem;
  color: #3d5f8e;
  border-radius: 10px;
  font-size: 1.6rem;
  text-decoration: none!important;
}
html .filters .filters__options .--submit:hover {
  background: #3d5f8e;
  color: #fff !important;
}
html .filters .filters__options .--show-hidden {
  margin-left: auto;
  cursor: pointer;
  display: none;
}
html .filters__range label {
  border: none;
}
html .filters__range label.--from {
  justify-content: flex-start;
}
html .filters__range label.--to {
  justify-content: flex-end;
}
html .filters__range input {
  background: transparent;
}
html .filters__range span.--gap {
  display: none;
}
html .filters__range span.rangeWrap {
  display: flex;
  background: #eeeeee;
  min-width: 70px;
  margin-left: 10px;
  border-radius: 5px;
  max-height: 25px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
}
html .filters__range + .filters_options > button.btn {
  width: 100%;
  border: 2px solid #3d5f8e;
  height: 60px;
  margin-top: 2rem;
  color: #3d5f8e;
  border-radius: 10px;
  font-size: 1.6rem;
  text-decoration: none!important;
}
html .filters__range + .filters_options > button.btn:hover {
  background: #3d5f8e;
  color: #fff !important;
}
html .range-slider {
  height: 12px;
  position: relative;
  background-color: #e1e9f6;
  border-radius: 2px;
  margin: 2rem 0;
}
html .range-selected {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background-color: #3d5f8e;
}
html .range-input {
  position: relative;
}
html .range-input input {
  position: absolute;
  width: 100%;
  height: 12px;
  top: -32px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
html .range-input input::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 5px;
  border: 2px solid #3d5f8e;
  background-color: #fff;
  pointer-events: auto;
  -webkit-appearance: none;
}
html .range-input input::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border-radius: 5px;
  border: 2px solid #3d5f8e;
  background-color: #fff;
  pointer-events: auto;
  -moz-appearance: none;
}
html .range-price {
  margin: 30px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .range-price label {
  margin-right: 5px;
}
html .range-price input {
  width: 40px;
  padding: 5px;
}
html .range-price input:first-of-type {
  margin-right: 15px;
}
@media (min-width: 979px) {
  html #filter_list {
    max-width: 100%;
    float: none;
    width: 100%;
  }
}
html #filter_list a.remove_all_list_filters.btn,
html #filter_list a.filter_list_remove.btn {
  height: 5rem;
  margin-top: 0;
  padding: 1rem 2rem;
  border-radius: 10px;
  text-decoration: none!important;
  background: #fff;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
}
html #filter_list a.remove_all_list_filters.btn {
  border: 2px solid #3d5f8e;
  color: #3d5f8e;
  font-size: 1.9rem;
}
html #filter_list a.remove_all_list_filters.btn:hover {
  background: #3d5f8e;
  color: #fff;
}
html #filter_list a.filter_list_remove.btn {
  border: 2px solid transparent;
  color: #272727;
  font-size: 1.4rem;
  margin-left: 1.5rem !important;
  margin-right: 0 !important;
}
html #filter_list a.filter_list_remove.btn:before {
  right: unset;
  left: 5px;
  color: #3d5f8e;
}
html #filter_list a.filter_list_remove.btn:hover {
  background: #3d5f8e;
  color: #fff;
  border-color: #3d5f8e;
}
html #filter_list a.filter_list_remove.btn:hover:before {
  color: #fff;
}
html .projector_page .label_icons {
  position: absolute;
  top: 0px;
  left: 0px;
}
@media (min-width: 979px) {
  html .projector_page .label_icons {
    top: 5px;
    left: 5px;
  }
}
html .projector_page .label_icons .newproducts,
html .projector_page .label_icons .label.--new {
  color: #fff;
  background: #143362;
}
html .projector_page .label_icons .bestseller,
html .projector_page .label_icons .label.--bestseller {
  color: #fff;
  background: #3e5f8f;
}
html .projector_page .label_icons .promo,
html .projector_page .label_icons .label.--promo {
  color: #fff;
  background: #e06e00;
}
html .projector_page .label_icons .discount,
html .projector_page .label_icons .label.--discount {
  color: #fff;
  background: #e06e00;
}
@media (min-width: 1200px) {
  html .projector_page #content {
    grid-template-columns: minmax(0, 60%) 40%;
    grid-column-gap: 65px;
  }
}
@media (min-width: 979px) {
  html .projector_page #content .product_info_top {
    grid-area: 2 / 2 / 3 / 3;
  }
}
html .projector_page #content .product_info_top .basic_info > div,
html .projector_page #content .product_info_top .traits_info > div {
  margin-bottom: 5px;
}
html .projector_page #content .product_info_top .basic_info > div > span,
html .projector_page #content .product_info_top .traits_info > div > span,
html .projector_page #content .product_info_top .basic_info > div > a,
html .projector_page #content .product_info_top .traits_info > div > a {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
html .projector_page #content .product_info_top .basic_info > div > a,
html .projector_page #content .product_info_top .traits_info > div > a,
html .projector_page #content .product_info_top .basic_info > div > strong,
html .projector_page #content .product_info_top .traits_info > div > strong,
html .projector_page #content .product_info_top .basic_info > div > strong a,
html .projector_page #content .product_info_top .traits_info > div > strong a {
  color: #3d5f8e;
  text-decoration: none;
  font-weight: 400;
}
html .projector_page #content .product_info_top .basic_info > div a:hover,
html .projector_page #content .product_info_top .traits_info > div a:hover {
  text-decoration: underline;
  color: #e06e00;
}
html .projector_page #content #projector_photos {
  grid-area: 1 / 1 / 7 / 2;
}
html .projector_page #content #projector_photos .product_name__block.--label {
  position: absolute;
  z-index: 52;
}
@media (min-width: 979px) {
  html .projector_page #content #projector_form {
    grid-area: 3 / 2 / 5 / 3;
  }
}
html .projector_page #content #projector_productname .product_name__block.--name {
  flex-direction: column-reverse;
}
html .projector_page #content #projector_productname .product_name__block .product_name__firm_logo {
  align-self: flex-start;
  max-height: 50px;
  margin-bottom: 1rem;
  min-height: 50px;
}
@media (min-width: 979px) {
  html .projector_page #content #projector_productname .product_name__block .product_name__firm_logo {
    align-self: flex-end;
  }
}
html .projector_page #content #projector_productname .product_name__block .product_name__firm_logo:hover img {
  filter: grayscale(0);
}
html .projector_page #content #projector_productname .product_name__block .product_name__firm_logo img {
  filter: grayscale(1);
  width: 200px;
  height: 50px;
}
html .projector_page #content #projector_productname .product_name__block.--description {
  font-size: 1.6rem;
  color: #656565;
}
html .projector_page #content #projector_productname .product_name__block.--links .product_name__note_text {
  display: none;
}
html .projector_page #content #projector_productname .product_name__block.--links .product_name__note i {
  color: #DDDDDD;
  font-size: 2rem;
}
html .projector_page #content #projector_productname .product_name__block.--links .product_name__note i.--active {
  color: #e06e00;
}
html .projector_page #content #projector_productname .product_name__block.--links .product_name__note_link {
  text-decoration: none;
}
html .projector_page #content #projector_blog {
  max-width: calc(100% - 10px);
}
html .projector_page .photos .slick-prev,
html .projector_page .photos .slick-next {
  font-size: 6rem;
  color: #3e5f8f;
  background: none;
}
html .projector_page .photos .slick-next {
  right: 15px;
}
html .projector_page .photos .photos__more_top {
  font-size: 3.2rem;
}
html .projector_page .photos .photos__more_bottom {
  font-size: 1.6rem;
}
html .projector_page .product_name__block.--links .product_name__actions {
  display: none !important;
}
@media (max-width: 756px) {
  html .projector_page .projector_details {
    position: relative;
    z-index: 52;
  }
}
html .projector_page .projector_details .projector_versions:not([data-select]) .projector_versions__sub {
  max-width: fit-content;
}
@media (max-width: 978px) {
  html .projector_page .projector_details .projector_versions:not([data-select]) .projector_versions__sub {
    max-width: 90%;
    margin-left: 0;
    margin-right: 0;
  }
}
html .projector_page .projector_details .projector_versions .projector_versions__item {
  border: 2px solid #f3f3f3;
  border-radius: 10px;
  padding: 5px;
  min-width: 90px;
  width: 90px;
  min-height: 100px;
}
html .projector_page .projector_details .projector_versions .projector_versions__item img {
  display: flex;
  width: fit-content;
  min-height: 50px;
}
html .projector_page .projector_details .projector_versions .projector_versions__item.--selected {
  border: 2px solid #3e5f8f;
}
@media (max-width: 756px) {
  html .projector_page .projector_details .projector_buy.--fixed .projector_buy__wrapper {
    z-index: 52;
  }
}
html .projector_page .projector_details #projector_button_basket {
  min-height: 5.5rem;
  font-size: 2.2rem;
  font-weight: 600;
  border-radius: 10px;
}
html .projector_page .projector_details .projector_prices .projector_prices__price {
  font-size: 3rem;
  font-weight: bold;
  color: #e06e00;
}
html .projector_page .projector_details .projector_prices .projector_prices__maxprice {
  font-size: 1.7rem;
  color: #000;
}
html .projector_page .projector_details .projector_prices .projector_prices__percent {
  flex: 0 0 100%;
  color: #e06e00;
  margin-top: 5px;
}
html .projector_page .projector_details .projector_prices .projector_prices__info {
  display: none;
}
html .projector_page .projector_details .projector_prices .projector_lowest_price {
  font-size: 1.4rem;
}
html .projector_page .projector_details .projector_buy__shopping_list {
  width: 6rem;
  height: 6rem;
  font-size: 6rem;
  border: none;
  color: #e06e00;
}
html .projector_page .projector_details .projector_buy__shopping_list:before {
  display: none;
}
html .projector_page .projector_details .projector_buy__shopping_list:hover ion-icon[name="heart-outline"] {
  display: none;
}
html .projector_page .projector_details .projector_buy__shopping_list:hover ion-icon[name="heart"] {
  display: block;
}
html .projector_page .projector_details .projector_buy__shopping_list ion-icon[name="heart"] {
  display: none;
}
html .projector_page .projector_details .projector_order_call__wrapper {
  display: flex;
  margin-top: 2rem;
}
html .projector_page .projector_details .projector_order_call__wrapper:hover .btn.order_by_call {
  background: #f59000;
  color: #fff;
}
html .projector_page .projector_details .projector_order_call__wrapper .btn.order_by_call {
  flex: 0 0 100%;
  font-size: 2rem;
  text-decoration: none;
  background: #eee;
  height: 5.5rem;
  display: flex;
  align-items: center;
  place-content: center;
  gap: 5px;
  border-radius: 10px;
}
@media (max-width: 379px) {
  html .projector_page .projector_details .projector_order_call__wrapper .btn.order_by_call {
    padding: 30px 0;
    flex-direction: column;
  }
}
html .projector_page .projector_details.disable .projector_details__info.projector_info {
  display: none;
}
html .projector_page .projector_details .projector_details__info.projector_info {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 530px) {
  html .projector_page .projector_details .projector_details__info.projector_info {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 979px) and (max-width: 1299px) {
  html .projector_page .projector_details .projector_details__info.projector_info {
    grid-template-columns: 1fr;
  }
}
html .projector_page .projector_details .projector_details__info.projector_info .projector_info__item {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 0;
  min-height: 45px;
}
html .projector_page .projector_details .projector_details__info.projector_info .projector_shipping__info.projector_info__link {
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 489px) {
  html .projector_page .projector_details .projector_details__info.projector_info .projector_shipping__info.projector_info__link {
    max-width: 70%;
  }
}
@media (max-width: 399px) {
  html .projector_page .projector_details .projector_details__info.projector_info .projector_shipping__info.projector_info__link {
    max-width: 100%;
  }
}
html .projector_page .projector_details .projector_details__info.projector_info .projector_info__icon {
  font-size: 2.5rem;
}
html .projector_page .projector_details .projector_details__info.projector_info .projector_info__icon:before {
  display: none;
}
html .projector_page .projector_details .projector_details__info.projector_info .projector_info__link {
  font-size: 1.4rem;
  flex: 0 0 auto;
}
@media (min-width: 1400px) {
  html .projector_page .projector_details .projector_details__info.projector_info .projector_info__link {
    font-size: 1.5rem;
  }
}
html .projector_page .projector_details .css_tip_small {
  height: 15px;
  line-height: 13px;
  width: 15px;
  font-size: 1rem;
  margin-left: 10px;
  font-weight: normal;
  vertical-align: middle;
  margin-top: -3px;
  border-radius: 2.5px;
  background: #eee;
  font-weight: 700;
  position: relative;
}
html .projector_page .projector_details .css_tip_small + .projector__tooltips-el {
  display: none;
}
html .projector_page .projector_details .css_tip_small:hover .projector__tooltips-el {
  visibility: visible;
}
html .projector_page .projector_details .projector__tooltips-el {
  position: absolute;
  background: #eee;
  top: 4rem;
  padding: 1rem 2rem;
  z-index: 9;
  border-radius: 10px;
  width: max-content;
}
@media (max-width: 399px) {
  html .projector_page .projector_details .projector__tooltips-el {
    width: 100%;
  }
}
html .projector_page .projector_details .projector_details__info .projector_info__item:nth-child(1) .projector__tooltips-el,
html .projector_page .projector_details .projector_details__info .projector_info__item:nth-child(3) .projector__tooltips-el,
html .projector_page .projector_details .projector_details__info .projector_info__item:nth-child(5) .projector__tooltips-el {
  left: 0;
}
html .projector_page .projector_details .projector_details__info .projector_info__item:nth-child(2) .projector__tooltips-el,
html .projector_page .projector_details .projector_details__info .projector_info__item:nth-child(4) .projector__tooltips-el,
html .projector_page .projector_details .projector_details__info .projector_info__item:nth-child(6) .projector__tooltips-el {
  right: 0;
}
@media (max-width: 399px) {
  html .projector_page .projector_details .projector_details__info .projector_info__item:nth-child(2) .projector__tooltips-el,
  html .projector_page .projector_details .projector_details__info .projector_info__item:nth-child(4) .projector__tooltips-el,
  html .projector_page .projector_details .projector_details__info .projector_info__item:nth-child(6) .projector__tooltips-el {
    left: 0;
  }
}
html .projector_page .projector_details .projector_info__item:hover span.show_tip.css_tip.css_tip_small:after {
  content: "\F077";
  font-family: 'FontAwesome';
  position: absolute;
  width: 100%;
  z-index: 99999;
  display: block;
  transition-duration: 1s;
  top: 1.8rem;
  font-size: 1.5rem;
}
html .projector_page .projector_details .projector_info__item:hover .projector__tooltips-el,
html .projector_page .projector_details .projector__tooltips-el:hover {
  display: flex !important;
  flex-direction: column;
}
html .projector_page .longdescription {
  border: 2px solid #eeeeee;
  border-radius: 15px;
  overflow: visible;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}
html .projector_page .longdescription .big_label {
  background: #fff;
  max-width: fit-content;
  margin: -2.7rem auto 3rem;
  padding: 10px 20px;
  text-transform: none;
  font-size: 3rem;
}
html .projector_page .longdescription .longdescription_inner {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.5;
  margin: 0 2rem 3rem;
}
html .projector_page .longdescription .longdescription_inner > *:not(.movie) iframe {
  max-width: 100%;
  height: auto;
}
@media (min-width: 979px) {
  html .projector_page .longdescription .longdescription_inner .descr {
    padding-left: 0;
  }
}
html .projector_page .longdescription .longdescription_inner .movie {
  padding-right: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-self: flex-start;
  gap: 20px;
}
html .projector_page .longdescription .longdescription_inner .movie iframe {
  max-width: 100%;
  border-radius: 10px;
}
html .projector_page .longdescription .longdescription_inner .movie img {
  max-width: 100%;
  border-radius: 10px;
  height: fit-content;
}
html .projector_page .longdescription .longdescription_inner .headline,
html .projector_page .longdescription .longdescription_inner h3,
html .projector_page .longdescription .longdescription_inner h3 span {
  font-size: 1.9rem !important;
  line-height: 1.5 !important;
  color: #000;
  text-transform: none;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
html .projector_page .longdescription .longdescription_inner p,
html .projector_page .longdescription .longdescription_inner span {
  font-size: 1.6rem !important;
  color: #000;
  line-height: 1.5 !important;
  margin-bottom: 3rem;
  text-align: justify;
}
html .projector_page .longdescription .longdescription_inner ul {
  padding-left: 20px;
}
html .projector_page .longdescription .longdescription_inner ul li {
  margin-bottom: 5px;
}
html .projector_page .longdescription .longdescription_inner #product_questions_list {
  margin-top: 3rem;
}
html .projector_page .hotspot + #product_questions_list {
  visibility: hidden;
  position: absolute;
  z-index: -9999;
  bottom: 0;
  max-width: 90%;
}
html .projector_page #product_questions_list {
  padding: 0 !important;
  max-width: 700px;
}
html .projector_page #product_questions_list .questions__wrapper {
  margin: 0;
}
html .projector_page #product_questions_list .questions__block {
  padding: 0;
}
@media (max-width: 756px) {
  html .projector_page .questions:not([data-questions]) .questions__banner {
    grid-template-columns: 20% 80%;
    grid-template-areas: "button label" "button text";
  }
}
@media (min-width: 1200px) {
  html .projector_page .questions:not([data-questions]) .questions__banner {
    padding: 2.5rem 2rem;
  }
}
@media (min-width: 979px) {
  html .projector_page .questions:not([data-questions]) .questions__banner {
    padding: 1.5rem 1rem;
  }
}
html .projector_page .questions:not([data-questions]) .questions__banner span.questions__banner_item.--text {
  text-align: left;
}
@media (max-width: 756px) {
  html .projector_page .questions:not([data-questions]) .questions__banner span.questions__banner_item.--text {
    margin-bottom: 0rem;
    text-align: left;
  }
}
html .projector_page #projector_360_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  justify-content: center;
  margin-top: 3rem;
  text-decoration: none;
  font-size: 2rem;
}
html .projector_page .dictionary {
  border: 2px solid #eeeeee;
  border-radius: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top: 2px solid #fff;
  padding: 0 2rem 2rem 2rem !important;
  margin-bottom: 0 !important;
  margin-top: -2px;
  position: relative;
}
html .projector_page .dictionary .dictionary__group:empty {
  display: none;
}
html .projector_page .dictionary__group.--categories {
  grid-column: 1 / 1;
  display: flex;
  gap: 10px 20px;
  flex-flow: wrap;
  min-width: 100%;
  max-height: 12rem;
  overflow-y: auto;
  padding: 1rem 0 2rem 0;
}
@media (min-width: 979px) {
  html .projector_page .dictionary__group.--categories {
    grid-column: 1 / 3;
    max-height: 7rem;
    margin-top: -2rem;
  }
}
html .projector_page .dictionary__group.--categories a {
  max-width: max-content;
}
html .projector_page .dictionary .dictionary__param {
  font-size: 1.7rem;
  margin: 0;
}
html .projector_page .dictionary .dictionary__param[data-producer="true"],
html .projector_page .dictionary .dictionary__param[data-code="true"],
html .projector_page .dictionary .dictionary__param[data-producer_code="true"],
html .projector_page .dictionary .dictionary__param[data-waranty="true"] {
  display: none;
}
html .projector_page .dictionary .dictionary__param .dictionary__name {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-weight: bold;
}
html .projector_page .dictionary .dictionary__param .dictionary__values {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
html .projector_page .dictionary .dictionary__param .dictionary__values .dictionary__value {
  flex-direction: row;
  margin-bottom: 0;
}
html .projector_page .dictionary .dictionary__param .dictionary__values .dictionary__value:not(:only-child):not(:last-child):after {
  content: ',';
  margin-right: 5px;
}
html .projector_page .dictionary .dictionary__label_txt {
  font-size: 1.9rem;
  text-transform: none;
  font-weight: bold;
  letter-spacing: 0;
}
html .projector_page .dictionary__description.--value {
  position: absolute;
  background: #fff;
  border: 1px solid #3d5f8e;
  padding: 10px;
  font-size: 1.5rem;
  z-index: 1;
  border-radius: 10px;
  line-height: 1.5;
  margin: 0;
  transform: translateY(5rem);
}
@media (max-width: 978px) {
  html .projector_page .dictionary__description.--value {
    width: 70vw;
    max-width: 280px;
    right: 0px;
  }
}
html .projector_page .dictionary__description.--entity span {
  display: block;
}
html .projector_page .dictionary__description.--entity span.entity__title {
  font-weight: bold;
}
html .projector_page div#projector_gfx_param {
  margin-bottom: 5rem;
  border: 2px solid #eeeeee;
  border-radius: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 2px solid #fff;
  margin-top: -2px;
  position: relative;
}
html .projector_page div#projector_gfx_param .param_gfx_item {
  text-align: center;
  row-gap: 1.5rem;
  margin-bottom: 3rem;
}
html .projector_page div#projector_gfx_param .param_gfx_item a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
}
html .projector_page #projector_form[data-list-param="yes"]:not([data-gaphic-param="yes"]) ~ .dictionary {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
html .projector_page #projector_form:not([data-list-param="yes"]):not([data-gaphic-param="yes"]) ~ .longdescription {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
html .projector_page #opinions_section {
  border: 2px solid #eeeeee;
  border-radius: 15px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 6rem;
  padding: 0 0 4rem 0;
}
html .projector_page #opinions_section .big_label {
  background: #fff;
  max-width: fit-content;
  margin: -2.7rem auto 3rem;
  padding: 10px 20px;
  text-transform: none;
  font-size: 3rem;
}
html .projector_page #opinions_section .note i.active {
  color: #e06e00;
}
html .projector_page #opinions_section .opinion_rate .opinion_number_star {
  color: #e06e00;
}
html .projector_page #opinions_section .opinion_rate .opinions_bar_active {
  background: #e06e00;
}
html .proj_stickyhead {
  width: 100%;
  grid-area: proj_stickyhead;
}
html .proj_stickyhead:before {
  content: ' ';
  background: #f3f3f3;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
}
html .proj_stickyhead .info {
  display: flex;
  align-items: center;
  align-content: flex-start;
}
html .proj_stickyhead .info .top_versions {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: 10px;
}
html .proj_stickyhead .info img {
  max-height: 40px;
}
html .proj_stickyhead .info .top-name {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 340px;
  font-size: 1.6rem;
}
html .proj_stickyhead .actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
}
html .proj_stickyhead .actions .top-price {
  column-gap: 1rem;
  display: flex;
  flex-direction: row;
  place-items: baseline;
}
html .proj_stickyhead .actions .top-price .projector_prices__price {
  font-size: 3rem;
  font-weight: bold;
  color: #e06e00;
}
html .proj_stickyhead .actions .top-price .projector_prices__maxprice_wrapper {
  font-size: 1.7rem;
  color: #000;
  margin-right: 0.5rem;
  line-height: 1.2;
  display: inline;
}
html .proj_stickyhead .actions .top-price .projector_prices__percent {
  display: none !important;
}
html .proj_stickyhead .actions .top-price .projector_prices__info {
  display: none;
}
html.--fixed-header .proj_stickyhead.d-none {
  display: flex !important;
}
html.--fixed-header .proj_stickyhead.d-none .projector_buy__shopping_list-top {
  width: 4rem;
  height: 4rem;
  font-size: 4rem;
  line-height: 1;
  border: none;
  color: #e06e00;
}
html.--fixed-header .proj_stickyhead.d-none .projector_buy__shopping_list-top:before {
  display: none;
}
html.--fixed-header .proj_stickyhead.d-none .projector_buy__shopping_list-top:hover ion-icon[name="heart-outline"] {
  display: none;
}
html.--fixed-header .proj_stickyhead.d-none .projector_buy__shopping_list-top:hover ion-icon[name="heart"] {
  display: block;
}
html.--fixed-header .proj_stickyhead.d-none .projector_buy__shopping_list-top ion-icon[name="heart"] {
  display: none;
}
html .shop_opinion_form .opinion_star.active {
  color: #e06e00;
}
html body > div#projector_360.orbitvu-container {
  display: none;
}
html .added__product {
  grid-template-columns: calc(30% - 1rem)calc(70% - 1rem);
}
html .added__product .added__buttons {
  grid-template-columns: calc(40% - 1rem) calc(60% - 1rem);
}
html .basketedit_page h2.basket__label.headline {
  text-align: center;
}
html .basketedit_page .basket_cms.cm {
  display: block;
  width: 310px;
  flex: 0 0 310px;
  padding: 0;
  margin: 0;
  position: relative;
}
@media (min-width: 979px) {
  html .basketedit_page .basket_cms.cm {
    position: absolute;
  }
}
html .basketedit_page .basket_cms.cm .basket__additional-info {
  color: #993300;
  padding-left: 3rem;
  position: relative;
  display: block;
}
html .basketedit_page .basket_cms.cm .basket__additional-info:before {
  content: '\F05A';
  font-family: fontawesome;
  font-size: 2em;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
html .basketedit_page div.basketedit_rebatecodes_outline {
  display: block;
  position: relative;
  top: 0;
  margin-bottom: 3rem;
}
@media (min-width: 979px) {
  html .basketedit_page div.basketedit_rebatecodes_outline {
    margin-bottom: 0rem;
    padding: 10px 0 0;
  }
}
html .basketedit_page .basketedit_rebatecode_input_wrapper {
  margin: 0;
}
html .basketedit_page input.basketedit_rebatecode_input {
  height: 40px !important;
  margin-right: -10px;
}
html .basketedit_page .basketedit_submit_code {
  font-size: 1.1em;
}
html .basketedit_page a.btn.--solid.basketedit_client_rebate,
html .basketedit_page a.basketedit_client_rebate {
  display: none;
}
html .modal.--sl-choose.--medium.--mobile {
  z-index: 10001;
}
html .producers__list {
  grid-template-columns: 100%;
  grid-row-gap: 0;
  grid-column-gap: 0;
  margin-bottom: 8rem;
  border: 1px solid #eee;
  grid-auto-rows: 1fr;
  border-radius: 10px;
  padding-bottom: 0;
}
@media (min-width: 979px) {
  html .producers__list {
    grid-template-columns: 25% 25% 25% 25%;
    border-radius: 15px;
    padding-bottom: 0;
  }
}
html .producers__list .producers__item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 1px solid #eee;
}
html .producers__list .producers__item:nth-child(1) {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 979px) {
  html .producers__list .producers__item:nth-child(1) {
    border-top-left-radius: 15px;
    border-top-right-radius: 0;
  }
}
@media (max-width: 978px) {
  html .producers__list .producers__item:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
@media (min-width: 979px) {
  html .producers__list .producers__item:nth-child(4) {
    border-top-right-radius: 15px;
  }
}
@media (min-width: 979px) {
  html .producers__list .producers__item.nth-child-1:not(.nth-child-2):not(.nth-child-3):not(.nth-child-4):last-child {
    border-bottom-left-radius: 15px;
  }
}
@media (min-width: 979px) {
  html .producers__list .producers__item.nth-child-1.nth-child-2.nth-child-4:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 0;
  }
}
html .producers__list .producers__item a.producers__name {
  display: flex;
  flex-direction: column;
  align-items: center;
}
html .producers__list .producers__item a.producers__name small {
  color: #333;
}
html .login_page #content > .signin_cms,
html .registration_page #content > .signin_cms,
html .login_page #content > #Progress + .signin_cms,
html .registration_page #content > #Progress + .signin_cms {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: -99;
  top: 0;
}
html .login_page #signin-form,
html .registration_page #signin-form {
  flex-direction: column-reverse;
}
@media (min-width: 979px) {
  html .login_page #signin-form,
  html .registration_page #signin-form {
    flex-direction: row-reverse;
  }
}
html .login_page #signin-form #signin-form_box_right a.btn,
html .registration_page #signin-form #signin-form_box_right a.btn {
  display: table;
  place-content: center;
  margin: 0 auto 20px;
}
html #cookie_login_social_more ul,
html #client_new_social ul {
  grid-template-columns: minmax(auto, 10.5rem) minmax(auto, 10.5rem);
}
@media (min-width: 757px) {
  html #cookie_login_social_more ul,
  html #client_new_social ul {
    grid-template-columns: repeat(auto-fit, 10.5rem);
  }
}
html .blog-item_page #blog-item img.blog_image {
  display: none;
}
html .blog-item_page .sha__desc-future__box.authorbox {
  padding: 1rem 2rem;
  margin: 0;
  background: #eeeeee;
  border: 1px #eeeeee solid;
  border-bottom: 2px #3d608f solid;
  border-radius: 10px;
}
html .blog-item_page .sha__desc-future__box.authorbox .feature-box {
  border: 0;
  gap: 35px;
  box-shadow: none;
  border-radius: 5px;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(70px,130px) 1fr;
  text-decoration: none;
  padding: 1rem 2rem;
}
html .blog-item_page .sha__desc-future__box.authorbox .feature-box:hover {
  color: #000;
}
html .blog-item_page .sha__desc-future__box.authorbox .feature-thumb img {
  width: 100%;
}
html .blog-item_page .sha__desc-future__box.authorbox .feature-text {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 0;
}
html .blog-item_page .sha__desc-future__box.authorbox .feature-text .label {
  margin-bottom: 5px;
}
html .blog-item_page .sha__desc-future__box.authorbox .feature-text h3 {
  margin: 0;
  margin-bottom: 5px;
}
html .blog-item_page .sha__desc-future__box.authorbox .feature-text .authorbox__job {
  margin: 0;
  margin-bottom: 5px;
}
html .blog-item_page #post__faq summary {
  width: fit-content;
  padding-right: 25px;
  position: relative;
  cursor: pointer;
}
html .blog-item_page #post__faq summary:before {
  content: "\F078";
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  font-size: 16px;
}
html.--hide-percentage-discounts span.yousave__percent,
html .navbar-nav-level2 .percentSale .label.--promo {
  display: none !important;
}
html .return_form:has(input.return_type[value="cashback"]) {
  display: none;
}
.less__end__element {
  color: #000;
}