@media (min-width: 979px) {
  .main_page header {
    position: absolute;
    background: transparent;
  }

  .max-width-1200 {
    max-width: 1920px;
  }

  .main_page header #logo img {
    filter: invert(1);
  }

  .main_page header a {
    color: #fff;
  }

  header .nav-link {
    font-weight: 400;
    /* font-size: 14px; */
    font-size: 1.4rem;
  }
  .main_page #menu_search .menu_search__mobile {
    color: #fff;
  }
  #menu_search .menu_search__mobile {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 1.5rem;
    width: auto;
    z-index: 1;
    display: flex;
  }

  .main_page #menu_search .menu_search__mobile {
    color: #fff;
  }

  html:not(.--fixed-header) #menu_search:not(.--focus) .menu_search__block {
    display: block;
    border-radius: 0;
    background: transparent;
    width: 0;
    position: absolute;
    top: 0;
    left: 1.5rem;
    transition: background 0.3s ease 1s;
    transition: width 0.3s ease 0s;
  }
  html.--fixed-header #menu_search .menu_search__block {
    display: block;
    border-radius: 0;
    top: 0;
    left: 1.5rem;
    transition: background 0.3s ease 1s;
    transition: width 0.3s ease 0s;
  }
  #menu_search {
    height: 45px;
    margin-left: auto;
    position: relative;
  }
  /*#menu_search .menu_search__input {
        border: 0;
        border-bottom: 1px solid transparent;
        transition: border .5s ease-in-out;
        font-size: 1.5rem;
        padding-left: 0;
        padding-right: 3rem;
        cursor: pointer;
        text-align: right;
    }
*/
  html:not(.--fixed-header) #menu_search .menu_search__submit {
    font-size: 1.5rem;
    top: 0;
    right: 15px;
    width: auto;
    display: none;
  }
  #menu_search .menu_search__input {
    font-size: 1.4rem;
    border: 0;
    height: 45px;
    box-shadow: none;
    background: 0;
    color: #000;
    padding-right: 8rem;
    right: 0;
    width: 0;
  }

  #menu_search.--focus .menu_search__block {
    left: unset;
    right: 10px;
  }

  #menu_search.--focus .menu_search__submit {
    display: block;
    z-index: 2;
  }

  #menu_search.--focus .menu_search__mobile {
    opacity: 0;
    display: none;
  }

  #menu_search.--focus .menu_search__input {
    width: 100%;
  }
  #menu_additional .account_link {
    font-size: 0;
  }

  #menu_additional a {
    font-size: 0;
  }

  .topBasket__sub strong {
    font-size: 0;
  }
  header {
    height: auto;
    position: relative;
    border: none;
    box-shadow: none;
    align-items: center;
    background: #fff;
    grid-template-columns: min-content 1fr auto auto auto;
    grid-column-gap: 0rem;
    grid-template-areas:
      "bars_top bars_top bars_top bars_top bars_top"
      "rabateCode rabateCode rabateCode rabateCode rabateCode"
      "freeShipping freeShipping freeShipping freeShipping freeShipping"
      "logo menu_categories menu_search menu_settings menu_basket"
      "breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs";
  }

  #logo img {
    min-width: 217px;
  }

  header #menu_settings {
    margin-left: 0;
  }

  #menu_categories {
    margin-left: 5rem;
    margin-bottom: 0;
  }
  #menu_settings .open_trigger span > span {
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-top: -0.5rem;
    position: relative;
    display: block;
    width: 25px;
  }

  #menu_settings .open_trigger i {
    display: none !important;
  }

  #menu_search .menu_search__mobile:before,
  #menu_search .menu_search__submit:before {
    font-size: 1.4rem;
  }

  #menu_additional .account_link:before,
  #menu_additional .wishlist_link:before {
    font-size: 1.4rem;
  }

  #menu_additional .wishlist_link:before {
    /* margin-top: 0 !important; */
    height: auto;
    font-size: 2rem;
    margin-top: -0.6rem;
  }

  .topBasket__sub:after {
    font-size: 1.4rem;
    margin-top: 0.3rem;
  }

  #menu_search {
    bottom: 0.1rem;
  }

  .main_page #menu_settings .open_trigger span > span {
    color: #fff;
  }

  html.--fixed-header header:before {
    background: rgb(255 255 255 / 70%);
    box-shadow: none;
  }
  html.--fixed-header .main_page header:before {
    background: rgb(0 0 0 / 70%);
    box-shadow: none;
  }

  html.--fixed-header header {
    grid-template-areas: "logo menu_categories menu_search menu_settings menu_basket";
    max-width: 1920px;
    display: grid;
    justify-items: start;
    grid-gap: 0;
  }

  html.--fixed-header header #logo {
    display: flex !important;
    height: unset;
  }

  html.--fixed-header header #logo img {
    min-width: unset;
    width: 137px;
    max-width: unset;
  }

  html.--fixed-header header #menu_basket.--hide .topBasket__sub {
    border: 0;
  }

  html.--fixed-header header #menu_search {
    top: -3px;
  }
  .main_page .freeShipping {
    border: 1px solid #fff;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
  }
  .freeShipping {
    border: 1px solid #000;
    color: #000;
    background: rgb(201 201 201 / 20%);
  }
  .freeShipping__close {
    color: #000;
  }
  header {
    padding: 0px 20px;
  }

  .cms1_section {
    display: flex;
    justify-content: space-between;
    align-content: space-around;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .cms_video_section {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cms_txt_section {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cms_txt_section span {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
    font-size: 1.6rem;
    text-align: center;
  }

  .cms_txt_section img {
    transform: translateY(6px);
  }

  .main_page .section,
  .main_page .hotspot__wrapper {
    padding-bottom: 0 !important;
    padding-top: 0;
  }

  #menu_buttons2 .menu_button_wrapper {
    padding: 0;
  }

  #menu_buttons2 .menu_button_wrapper img {
    width: 100%;
  }

  .cms_video_section video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
  }

  div#menu_buttons2 {
    padding: 0 15px;
  }
  header {
    padding: 0px 20px;
  }

  .cms1_section {
    display: flex;
    justify-content: space-between;
    align-content: space-around;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .cms_video_section {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cms_txt_section {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cms_txt_section span {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
    font-size: 1.6rem;
    text-align: center;
  }

  .cms_txt_section img {
    transform: translateY(6px);
  }

  .main_page .section,
  .main_page .hotspot__wrapper {
    padding-bottom: 0 !important;
    padding-top: 0;
  }

  #menu_buttons2 .menu_button_wrapper {
    padding: 0;
  }

  #menu_buttons2 .menu_button_wrapper img {
    width: 100%;
  }

  .cms_video_section video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
  }

  div#menu_buttons2 {
    padding: 0 15px;
  }
  #menu_buttons2 div.menu_button_wrapper a:after,
  #menu_banners3 div.menu_button_wrapper a:after {
    content: attr(title);
    display: flex;
    position: absolute;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    text-transform: uppercase;
    font-weight: normal;
  }
  #menu_buttons2 div.menu_button_wrapper img,
  #menu_banners3 div.menu_button_wrapper img {
    transition: 0.9s ease-in-out;
  }
  #menu_buttons2 div.menu_button_wrapper:hover img,
  #menu_banners3 div.menu_button_wrapper:hover img {
    transform: scale(1.02);
  }
  #menu_buttons2 div.menu_button_wrapper,
  #menu_banners3 div.menu_button_wrapper {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
  }

  .cms2_section {
    display: flex;
    padding: 10rem 0;
    justify-content: center;
    gap: 10rem;
    width: 100%;
  }

  .cms2_element span {
    font-size: 1.4rem;
  }

  .cms2_element {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2rem;
    align-items: center;
  }
  header {
    padding: 0px 20px;
  }

  .cms1_section {
    display: flex;
    justify-content: space-between;
    align-content: space-around;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .cms_video_section {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cms_txt_section {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cms_txt_section span {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
    font-size: 1.6rem;
    text-align: center;
  }

  .cms_txt_section img {
    transform: translateY(6px);
  }

  .main_page .section,
  .main_page .hotspot__wrapper {
    padding-bottom: 0;
    padding-top: 0;
  }

  #menu_buttons2 .menu_button_wrapper {
    padding: 0;
  }

  #menu_buttons2 .menu_button_wrapper img {
    width: 100%;
  }

  .cms_video_section video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
  }

  div#menu_buttons2 {
    padding: 0 15px;
  }
  #menu_buttons2 div.menu_button_wrapper a:after,
  #menu_banners3 div.menu_button_wrapper a:after {
    content: attr(title);
    display: flex;
    position: absolute;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    text-transform: uppercase;
    font-weight: normal;
  }
  #menu_buttons2 div.menu_button_wrapper img,
  #menu_banners3 div.menu_button_wrapper img {
    transition: 0.9s ease-in-out;
  }
  #menu_buttons2 div.menu_button_wrapper:hover img,
  #menu_banners3 div.menu_button_wrapper:hover img {
    transform: scale(1.02);
  }
  #menu_buttons2 div.menu_button_wrapper,
  #menu_banners3 div.menu_button_wrapper {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
  }

  .cms2_section {
    display: flex;
    padding: 10rem 0;
    justify-content: center;
    gap: 10rem;
  }

  .cms2_element span {
    font-size: 1.4rem;
  }

  .cms2_element {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2rem;
    align-items: center;
  }

  .instagram__item.--video video {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1 !important;
    height: auto;
  }

  .instagram__item a {
    max-height: unset;
  }

  div#instagram {
    padding: 6rem 0;
  }
  header .navbar-subnav {
    background: rgb(0 0 0 / 70%);
    border: 0;
  }
  html.--fixed-header header .navbar-nav > li:hover > ul {
    width: auto;
  }
  html.--fixed-header .menu_search__mobile {
    display: none !important;
  }

  html.--fixed-header .main_page header #menu_search .menu_search__submit {
    border: 0;
    background: transparent;
    color: #fff;
  }
  html.--fixed-header header #menu_search .menu_search__submit {
    border: 0;
    background: transparent;
    color: #000;
  }

  html.--fixed-header header #menu_search.--focus .menu_search__submit {
    color: #000;
  }
  html.--fixed-header header #menu_basket .topBasket__sub {
    border: 0;
  }
  .search_page aside {
    display: none;
  }
  .filters_open .search_page aside {
    position: fixed !important;
    right: 0;
    height: 100vh;
    /* overflow: auto; */
    top: 0;
    z-index: 999;
    display: flex;
    /* align-content: center; */
    align-items: center;
    /* width: 100%; */
    padding-bottom: 0 !important;
  }

  .search_page #content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #menu_categories2 {
    display: none;
  }
  /*
.filters_open .search_page aside:after {
    content: '';
    width: 100vw;
    left: 0;
    height: 100%;
}
*/
  .search_name__total {
    font-size: 0;
  }

  span.search_name__total_value {
    font-size: 1.4rem;
  }

  span.search_name__total_value:before {
    content: "(";
  }
  span.search_name__total_value:after {
    content: ")";
  }

  .search_name .headline__name {
    font-size: 1.4rem;
  }

  #search .product {
    padding: 0;
  }

  .product__prices {
    font-weight: normal;
    letter-spacing: 3px;
    font-size: 1.4rem;
  }

  .price_sellby {
    display: none;
  }

  .price.--main {
    font-size: 1.4rem;
  }

  .product__name {
    font-size: 1.4rem;
    font-weight: normal;
  }

  #search.--largeIcons .product__icon {
    height: unset;
  }

  #search.--largeIcons .product__icon img {
    max-height: unset;
    width: 100%;
    object-fit: contain;
  }
  /*.filters_open .search_page aside:before {
    content: '';
    width: 100vw;
    left: -100vw;
    height: 100%;
    background: #00000040;
    display: block;
    position: absolute;
    top: 0;
}
*/
  .s_paging__item.--filters {
    display: block !important;
  }
  @media (min-width: 979px) {
    .filters_open .filters {
      width: 100%;
      margin-bottom: 0 !important;
    }
    .main_page #content {
      padding-left: 0;
      padding-right: 0;
      max-width: 1920px;
    }
    .sidebar_open #logo,
    .filters_open #logo,
    .sidebar_open #menu_basket,
    .filters_open #menu_basket {
      display: flex !important;
    }
    .sidebar_open body::after,
    .filters_open body::after {
      z-index: 998;
    }
  }
  header .breadcrumbs {
    display: none;
  }

  .search_page #layout {
    margin-top: 5rem;
  }

  .s_paging {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .s_paging .pagination {
    margin-left: 5rem;
  }

  .s_paging__item.--filters .btn.--large.--solid {
    background: none;
    border: none;
    color: #000;
    padding: 0;
    text-transform: uppercase;
    font-weight: normal;
  }

  .s_paging__item.--sort button {
    border: 0;
    font-size: 1.4rem !important;
    text-transform: uppercase;
  }

  .s_paging__item.--filters {
    margin-left: 2rem;
  }
  .search_name {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 40px;
  }

  div#paging_setting_top {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .search_page #content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  div#paging_setting_top {
    padding-right: 40px;
  }
  .filters_open .filters__buttons {
    display: flex;
    gap: 20px;
  }

  aside .filters__buttons a.btn {
    border: 1px solid;
    font-size: 1.4rem;
    text-transform: uppercase;
  }

  aside .filters__buttons button.btn {
    text-transform: uppercase;
  }

  #filter_list {
    padding-left: 40px;
  }

  .s_paging__item.--sort button:before {
    content: "SORTOWANIE";
    position: ABSOLUTE;
    width: 100%;
    background: #fff;
    text-align: center;
  }
  div#menu_orders {
    display: none;
  }

  div#menu_account {
    display: none;
  }

  div#menu_regulations {
    display: none;
  }

  div#menu_contact {
    display: none;
  }
  .projector_page #content #projector_photos {
    position: relative;
    /* top: 0; */
    margin-left: -15px;
  }

  .projector_page header {
    position: absolute;
    background: transparent;
  }

  #projector_photos.photos:not(.--gallery-modal)
    .photos__slider
    .swiper-wrapper {
    display: flex;
    flex-direction: row;
    gap: 0;
    flex-wrap: wrap;
  }

  .projector_page #content {
    grid-template-columns: 50% 50%;
    gap: 0;
  }

  .product_name__block {
    margin-bottom: 5px !important;
  }

  .projector_details .projector_prices__price {
    font-size: 1.4rem;
    letter-spacing: 2px;
  }

  .projector_details .projector_prices__info {
    display: none;
  }

  .product_name__block.--description {
    font-size: 1.4rem;
  }

  .btn.--large.--solid {
    text-transform: uppercase;
    font-weight: 400;
  }

  .projector_details .projector_express {
    display: none;
  }

  .projector_details .projector_oneclick__label {
    display: none;
  }

  div#oneclick_paypal {
    display: none;
  }

  div#oneclick_googlePay {
    border-radius: 0;
    /* background: #000; */
  }

  span#projector_amount {
    display: none;
  }

  .projector_info__item.--stocks.projector_stocks {
    display: none;
  }

  .projector_info__item.--safe.projector_safe {
    display: none;
  }
  html:not(.--modal) .photos .swiper-slide {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html:not(.--modal) .photos .swiper-slide:nth-child(3n + 1) {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .gallery_modal .modal__wrapper {
    max-width: 100vw;
    max-height: 100vh;
  }

  .gallery_modal__name {
    display: none;
  }

  .gallery_modal__header {
    display: none;
  }
  .projector_tabs__wrapper {
    grid-column: 2 !important;
  }

  .projector_tabs.--active {
    display: none;
  }

  .projector_tabs__mobile {
    border-top: 0;
  }
  .projector_container_sticky {
    grid-area: 1 / 2 / 7 / 3 !important;
    display: block;
  }

  .projector_sticky {
    position: sticky;
    top: 20vh;
    margin-left: auto;
    margin-right: auto;
  }

  .projector_tabs__wrapper.--first {
    border-bottom: 1px solid #ebebeb;
  }

  .projector_tabs__wrapper.--last {
    border-bottom: 0;
  }
  .projector_details .projector_info__icon {
    display: none;
  }

  .projector_details {
    font-size: 1.4rem;
  }

  div#projector_shipping_info {
  }

  .projector_tabs__name {
    font-size: 1.4rem;
    letter-spacing: 2px;
  }

  section#products_associated_zone1 {
    width: 100% !important;
    margin-left: 0;
  }

  .hotspot .product__icon {
    background: transparent;
  }

  .product__icon img {
    max-height: unset;
    width: 100%;
  }

  .hotspot .swiper-initialized .products .product {
    margin-right: 0 !important;
    width: 25% !important;
  }
}
/*final mobile+desktop */

.btn.--large.--solid {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2px;
}
.projector_details .projector_status.--status-hide.--time-show,
.projector_details .projector_status.--status-hide.--unknown-show {
  display: none;
}

.projector_details .projector_prices {
  margin-bottom: 1rem;
}

.product_name__block.--info.d-flex.mb-2 {
  display: none !important;
}
.product__prices .price.--omnibus,
.product__prices .price.--max,
.product__prices .price.--before-rebate,
.product__prices .price.--new-price {
  font-size: 1.2rem;
  letter-spacing: normal;
  margin-top: 0px;
}

span.price.--omnibus.omnibus_price {
  margin-top: 1rem;
}
span.topBasket__name {
  color: #000;
}
.shopping_list_top .slt_lists__nav_name {
  color: #000;
  font-size: 1.2rem;
}

.topBasket__details.--products {
  font-size: 1.2rem;
}
.omnibus_price {
  font-size: 1.2rem;
}

.projector_details .projector_prices__maxprice_wrapper {
  font-size: 1.2rem;
}

button.btn.--large {
  padding: 1rem 1.55rem;
  font-size: 1.4rem;
}

.projector_details .projector_buy__shopping_list {
  border: 1px solid transparent;
}

div#projector_shipping_info {
  display: none;
}

div#projector_status_wrapper {
  display: none !important;
}

.projector_info__item.--returns.projector_returns {
  display: none;
}
.dictionary__param.mb-4 {
  display: flex;
  font-size: 1.4rem;
  margin-bottom: 0.5rem !important;
  position: relative;
  align-items: center;
  align-content: center;
}

.dictionary__param.mb-4:before {
  content: "·";
  display: block;
  position: absolute;
  left: -15px;
  font-weight: 800;
}

section#projector_dictionary {
  margin-left: 2rem;
}
.swiper-button-next.--rounded,
.swiper-rtl .swiper-button-prev.--rounded {
  background: transparent;
  color: #000;
}

.icon-angle-right:before {
  content: url("/data/include/cms/maskaMM/Vector_2.svg");
}

.swiper-button-prev.--rounded,
.swiper-rtl .swiper-button-next.--rounded {
  background: transparent;
}

.icon-angle-left:before {
  content: url("/data/include/cms/maskaMM/Vector_2.svg");
  transform: rotate(180deg) translateY(10px);
}

i.icon-angle-left {
}
.hotspot .product__icon {
  max-height: unset;
  height: unset;
  aspect-ratio: unset;
}

.hotspot .swiper-initialized .products .product {
  height: unset;
  max-height: unset;
}
.f-dropdown .f-dropdown-menu a {
  font-size: 1.4rem;
  padding: 0.5rem 1rem !important;
}

.f-dropdown .f-dropdown-li,
.f-dropdown li {
  border-bottom: 0;
}

.f-dropdown .f-dropdown-menu a:hover,
.f-dropdown .f-dropdown-menu a.selected,
.f-dropdown .f-dropdown-menu a.--selected {
  background: #f3f3f3;
  font-weight: 400;
}

.s_paging .f-dropdown .f-dropdown-menu {
  min-width: 110px;
}

#search .product:hover {
  border: 0;
}

#search .product {
  border: 0;
}
.topBasket__details.--products {
  display: none !important;
}

.topBasket__details.--shipping {
  display: none !important;
}

html:not(.touch) .topBasket:not(.--hide):hover .topBasket__sub:hover {
  color: #fff;
}

/*final mobile+desktop end */
@media (max-width: 978px) {
  /*final only mobile */
  .main_page header {
    width: 100vw;
    left: calc(-50vw + 50%);
  }
  .product_name__block.--description {
    font-size: 1.4rem;
  }

  .projector_details .projector_prices__price span {
    font-weight: normal;
    letter-spacing: 2px;
  }

  .projector_details .projector_prices__info {
    display: none;
  }

  button#projector_express_checkout {
    display: none;
  }

  .projector_details .projector_oneclick__label {
    display: none;
  }

  div#oneclick_paypal {
    display: none;
  }

  .projector_info__item.--stocks.projector_stocks {
    display: none;
  }

  .projector_info__item.--safe.projector_safe {
    display: none;
  }

  .projector_tabs__mobile {
    border: 0;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }

  .projector_details .projector_info__link {
    font-size: 1.4rem;
  }

  .projector_tabs__wrapper.--last {
    border-bottom: 0;
  }

  .projector_tabs__wrapper.--first {
    border-bottom: 1px solid #ebebeb;
  }

  button#projector_button_basket {
    font-weight: normal;
    text-transform: uppercase;
  }

  .hotspot .product__icon {
    height: unset;
    max-height: unset;
  }

  .product__icon img {
    max-height: unset;
  }

  #container .hotspot.--slider_fashion .swiper-button-prev,
  #container .hotspot.--slider_fashion .swiper-button-next {
    display: block;
  }

  .cms2_element {
    font-size: 1.4rem;
  }
  #search .product {
    padding: 2rem 0px;
  }

  #search.--largeIcons .product__icon {
    height: fit-content;
  }

  .product__name {
    font-size: 1.4rem;
    font-weight: normal;
  }

  .price.--main {
    letter-spacing: 3px;
    font-weight: normal;
  }

  .price_sellby {
    display: none;
  }

  .search_name__total {
    display: block;
    font-size: 0;
  }

  span.search_name__total_value {
    font-size: 1.4rem;
  }

  .search_name__label {
    font-size: 1.4rem;
  }

  .search_name {
    display: flex;
    margin: 2rem 0;
  }

  span.search_name__total_value:before {
    content: "(";
  }
  span.search_name__total_value:after {
    content: ")";
  }

  div#paging_setting_top {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
  }

  .s_paging__item.--filters {
    width: 48%;
    order: -1;
    text-transform: uppercase;
  }

  .s_paging__item.--sort {
    min-width: unset;
    width: 48%;
  }

  ul.s_paging__item.pagination {
    display: none !important;
  }

  .s_paging__item.--filters a {
    font-weight: 400;
  }
  #main_banner1.skeleton .main_slider__item {
    width: 100%;
  }

  .main_page #content {
    margin-top: 0;
  }
  .main_page header #logo img {
    filter: invert(1);
  }

  .main_page header a {
    color: #fff;
  }

  html:not(.--scroll-down):not(.scroll):not(.sidebar_open):not(.--search-open)
    .main_page
    #menu_search
    .menu_search__mobile {
    color: #fff;
  }

  .main_page .icon-reorder:before {
    color: #fff;
  }
  .main_page header {
    background: transparent;
  }

  html:not(.--scroll-down):not(.scroll):not(.sidebar_open):not(.--search-open)
    .main_page
    #menu_search
    .menu_search__mobile {
    visibility: visible;
    opacity: 1;
  }

  html:not(.--scroll-down):not(.scroll):not(.sidebar_open):not(.--search-open)
    .main_page
    #menu_search
    .menu_search__block {
    display: none;
  }

  html:not(.--scroll-down) .main_page #layout {
    margin-top: -60px;
  }

  .main_page header {
    position: absolute;
    /* top: -60px; */
  }

  html:not(.--scroll-down) #layout {
    top: 0;
  }

  html:not(.--freeShipping):not(.--rabateCode) .bars_top {
    display: none;
  }

  html .main_page {
    top: 0;
    padding-top: 0;
  }

  .swiper-wrapper {
    /* width: 100vw; */
    /* flex: 0 0 100%; */
    /* max-width: 100%; */
  }

  #main_banner1 {
    padding-bottom: 0;
  }

  #main_cms {
    padding: 0;
    width: 100vw;
    /* margin-left: -15px; */
    /* margin-right: -30px; */
    left: calc(-50vw + 50%);
    max-width: 100vw;
  }

  .cms_txt_section {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5rem;
    text-align: center;
    line-height: 25px;
    font-size: 1.6rem;
    padding-bottom: 5rem;
  }

  div#menu_buttons2 {
    padding-bottom: 0;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    width: 100vw;
    max-width: 100vw;
  }

  #menu_buttons2 .menu_button_wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: revert-layer;
  }
  #menu_buttons2 div.menu_button_wrapper a:after,
  #menu_banners3 div.menu_button_wrapper a:after {
    content: attr(title);
    display: flex;
    position: absolute;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    text-transform: uppercase;
    font-weight: normal;
    /* font-weight: 400; */
  }
  #menu_buttons2 div.menu_button_wrapper img,
  #menu_banners3 div.menu_button_wrapper img {
    transition: 0.9s ease-in-out;
  }
  #menu_buttons2 div.menu_button_wrapper:hover img,
  #menu_banners3 div.menu_button_wrapper:hover img {
    transform: scale(1.02);
  }
  #menu_buttons2 div.menu_button_wrapper,
  #menu_banners3 div.menu_button_wrapper {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cms2_element {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
  }

  div#main_cms2 {
    margin-bottom: 0;
    padding: 4rem 0rem;
  }

  div#menu_banners3 {
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100vw;
    max-width: 100vw;
    left: -15px;
  }

  .cms2_element:last-child {
    margin-bottom: 0;
  }

  .instagram__item.--video video {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1 !important;
    height: auto;
  }

  .instagram__item a {
    max-height: unset;
  }

  #menu_contact {
    display: none;
  }

  .footer_settings {
    padding: 10px;
  }
  .swiper-slide {
    width: 100%;
  }

  .photos__photo {
    max-height: 100vh;
  }

  div#swiper-wrapper {
  }

  .swiper-free-mode > .swiper-wrapper {
  }

  figure.photos__figure.swiper-slide.slide-lazy.swiper-slide-prev {
    margin-right: 0 !important;
  }

  section#projector_photos {
    left: -15px;
    width: 100vw;
  }

  .breadcrumbs {
    display: none;
  }

  .hotspot .product__icon {
    background: #fff;
  }

  /*final only mobile end*/
}

@media (min-width: 979px) {
  /*final desktop only */
  html:not(.touch)
    #container:not(.main_page)
    .topBasket:not(.--hide):hover
    .topBasket__sub:hover {
    color: #000 !important;
  }
  .f-group .f-control {
    border: 0;
    text-transform: uppercase;
  }

  .f-group.--small-md .f-control {
    font-size: 1.4rem;
  }
  html:not(.--fixed-header) #menu_search.--focus .menu_search__submit {
    display: block;
  }
  .f-group .f-control {
    height: auto;
  }
  #container:not(.main_page) header .navbar-subnav {
    background: #fff;
  }
  .projector_page #content #projector_form {
    margin-bottom: 0;
  }
  .projector_sticky {
    width: 50%;
  }

  /*final desktop end */
}
#main_cms {
  margin-bottom: 0;
}
.--place-order-page .f-group .f-control {
  border: 1px solid #c4c7c8;
}
.modal__close {
  right: 5px;
  z-index: 1000;
}

.modal__close:before {
  font-size: 2rem;
}

.gallery_modal
  .photos[data-thumbnails="true"][data-thumbnails-enable="true"]
  .photos__nav {
  display: none;
}

.gallery_modal .modal__wrapper {
  padding-left: 0;
  padding-right: 0;
}
.hotspot:not(.--list):not(.--added) .products__wrapper:not(.swiper) .products,
.hotspot:not(.--list):not(.--added) .swiper:not(.swiper-initialized) .products {
  gap: 0;
}

.hotspot .product {
  margin-bottom: 2rem;
}
#footer_links .footer_links {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0;
}

#footer_links {
  display: flex;
  gap: 0;
}

#footer_links .footer_links_label {
  display: none;
}
div#links_footer_3 .footer_links_label {
  display: block !important;
  text-align: center;
}

@media (max-width: 978px) {
  div#menu_orders {
    display: none;
  }

  div#menu_account {
    display: none;
  }

  div#menu_regulations {
    display: none;
  }

  div#menu_contact {
    display: none;
  }
  #footer_links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0;
  }

  #footer_links .footer_links {
    flex: 0 0 50%;
    max-width: 50%;
    border-bottom: 0;
    margin-bottom: 3rem;
  }

  #footer_links .footer_tab__header[aria-expanded="false"]:after {
    display: none;
  }

  div#links_footer_3 {
    order: -1;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100%;
  }
  #footer_links .footer_tab__header[aria-expanded="false"] {
    display: none;
  }

  #footer_links .footer_links_sub[aria-hidden="true"] {
    max-height: unset;
    opacity: 1;
    height: fit-content;
  }

  #footer_links .footer_links_sub[aria-hidden="true"] * {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  #footer_links[data-stretch-columns="true"] {
    display: flex;
    gap: 0;
  }

  #footer_links .footer_links {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cms2_element img {
  width: 2rem;
  height: 2rem;
}

.cms_txt_section img {
  width: 85px;
  height: auto;
}

div#links_footer_3 .footer_links_label img {
  width: 120px;
  height: auto;
}
@media (min-width: 979px) and (max-width: 1350px) {
  #menu_categories {
    margin-right: 6rem;
  }
}
.cm p {
  font-size: 1.4rem;
  text-align: justify;
}
.--rabateCode div#projector_price_maxprice_wrapper,
.--rabateCode .product__prices:not(.--omnibus) .price.--max {
  display: block;
}
.payment_tunnel .container,
.order_process .container,
.container.basketedit_page,
.container.prepaid_page {
  max-width: 1920px;
}

.basketedit_rebatecodes_outline {
  display: block;
}

.basketedit_rebatecodes_outline .basketedit_client_rebate {
  font-size: 1.2rem;
}

.basketedit_rebatecodes_outline .basketedit_rebatecode_input {
  height: unset !important;
  min-height: 38px;
}

.basketedit_rebatecodes_outline .basketedit_rebatecode_input_wrapper {
  display: flex;
}

.basketedit_rebatecodes_outline form {
  margin-bottom: 1rem;
}

.payment_tunnel .container + footer,
.order_process .container + footer,
.container.basketedit_page + footer,
.container.prepaid_page + footer {
  max-width: 1920px;
}
.oscop_payments.--selected .oscop_payments__item:not(.--checked) {
  max-height: unset;
  opacity: 1;
  border: 1px solid #c4c7c8;
  margin-bottom: 15px;
}

.oscop_payments.--selected .oscop_payments__item.--checked {
  margin-bottom: 15px;
  background: #f1f1f1;
}

.oscop_payments.--selected .oscop_payments__details {
  display: block;
}

.oscop_payments__item.--options.--checked .oscop_payments__details,
.oscop_payments__item.--options.--checked .oscop_payments__details.--show-all {
  max-height: 0;
  opacity: 0;
}
.oscop_payments.--selected .oscop_payments__change {
  display: none;
}

.oscop_deliveries__block.--selected .oscop_delivery.--checked {
  background: #f1f1f1;
}