footer {
    padding-top: 100px;
}

.projector_info__item.--stocks.projector_stocks {
    display: none!important;
    
}

.basic-protect * {
    /* Selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media print {
    .basic-protect::before {
        content: "Brak możliwości drukowania. "
    }

    .basic-protect * {
      display: none;
  }
}

#freeShipping {
    display: none !important;
}

.hotspot .product .product__name,
.hotspot .product .price{
    text-align: center;
}

.projector_smile__block.--main {
    background-color: #F3F3F3;
}

.projector_smile__block {
    margin-top: 20px;
    background-color: #4f8f38;
    color: #ffffff;
    border-radius: 0 !important;
}

.main_producers__link {
    border: none;
}

.main_producers .slick-prev, 
.main_producers .slick-next {
    transform: translate(0, 200%);
}

@media (min-width: 1200px) {
    .main_producers {
        margin-bottom: 100px;
    }
        
    .article__image_wrapper img {
        min-height: 200px;
        object-fit: cover;
    }

    .hotspot .product .product__name,
    #search .product .product__name {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    
    #search .product .product__name {
        font-size: 14px;
        padding-top: 25px;
    }
    
    .hotspot .product:hover .product__name,
    #search .product:hover .product__name  {
        color: #0EBA00;
    }
}

header .navbar-nav {
    justify-content: space-around;
}

.article__image_wrapper {
    float: left;
}

#main_blog .article__block {
    margin-bottom: 100px;
}

@media (max-width: 757px) {
    .article__date_name {
        order: 0;
        margin-top: 1rem;
        display: flex;
    }
}

@media (min-width: 757px) {
    .article__image_wrapper {
        float: left;
        margin: 0 20px 10px 0;
    }
}

#projector_productname {
    background-color: #F3F3F3;
    padding: 45px 30px 0 30px !important;
    margin: 0 !important;
}

.main_slider__item picture,
.main_slider__item img {
    width: 100% !important;
}

.projector_details__wrapper {
    background-color: #F3F3F3;
    padding: 0px 30px 45px 30px !important;
    margin: 0;
    border: none;
    border-radius: 0;
}

@media (min-width: 767px) {
    .hotspot:not(.--slider):not(.--list):not(.--added) .products 
    {
        gap: 40px;
    }
    
    .hotspot:not(.--slider):not(.--list):not(.--added) .products .product {
        max-width: calc((100% - 120px) / 4);
    }
}

#instagram
{
    position: relative;
    padding-bottom: 50px;
    padding-top: 36px;
}

#instagram::before {
    content: "";
    position: absolute;
    height: 100%;
    display: block;
    background: #D9D9D9;
    top: 0;
    left: -50%;
    width: 200%;
}

#products_associated_zone2_mobile {
    display: none;
}


@media (min-width: 979px) {
    #main_banner1 .slick-slide {
    height: fit-content;
    }
}

@media (min-width: 979px) {
    .instagram__item a {
        max-height: 34rem;
    }
}


header {
    grid-template-columns: 1fr auto auto auto;
    grid-template-areas:
        "bars_top bars_top bars_top bars_top"
        "rabateCode rabateCode rabateCode rabateCode"
        "freeShipping freeShipping freeShipping freeShipping"
        "logo menu_search menu_basket menu_categories";
}

@media (min-width: 979px) {
    header {
	grid-template-columns: 2fr auto 1fr 0.9fr;
    grid-template-areas:
        "bars_top bars_top bars_top bars_top"
        "rabateCode rabateCode rabateCode rabateCode"
        "freeShipping freeShipping freeShipping freeShipping"
        "menu_search logo menu_settings menu_basket"
        "menu_categories menu_categories menu_categories menu_categories"
        "breadcrumbs breadcrumbs breadcrumbs breadcrumbs";
    }
}

@media (min-width: 979px) {
    #menu_navbar .navbar-nav:hover {
        box-shadow: 100vmax calc(200vmax + 50px) 0 200vmax #00000080;
    }
}

@media (min-width: 979px) {
    #menu_navbar .navbar-nav {
        transition: box-shadow 0.4s;
        box-shadow: 100vmax calc(200vmax + 50px) 0 200vmax #0000;
    }
}

@media (min-width: 979px) {
    header .navbar-nav>.nav-item> span,
    header .navbar-nav>.nav-item> a{
        position: relative;
        line-height: 41px;
    }
}

@media (min-width: 979px) {
    header .navbar-nav > .nav-item.active > span::before,
    header .navbar-nav > .nav-item:hover > span::before,
    header .navbar-nav > .nav-item.active > a::before,
    header .navbar-nav > .nav-item:hover > a::before {
        position: absolute;
        width: 33px;
        height: 6px;
        background: #FABA00;
        content: '';
        top: -3px;
        border-radius: 10px;
        left: 50%;
        transform: translateX(-50%);
        transition: all .3s ease-in-out;
    }
}

@media (min-width: 979px) {
    body {
        padding-top: 0 !important;
        padding: 0 30px 0px 30px;
    }
}

@media (min-width: 757px){
    #main_tree5 ul .title:after {
        display: none;
    }
}

#main_tree5 ul .nav-gfx img {
    transition: transform .2s ease-in-out;
    display: block;
}

#main_tree5 ul .nav-gfx img:hover {
    transform: scale(1.05);
}

#main_tree5 ul .nav-gfx {
    display: inline-block;
    padding-bottom: 0;
    overflow: hidden;
    transition: transform .2s ease-in-out;
    border-radius: 20px;
}

#links_footer_1 ul.footer_links_sub {
    display: flex;
}

.max-width-1200 {
    max-width: 1444px;
}

@media (min-width: 1200px) {
    #logo {
        justify-content: center;
    }
}

@media (min-width: 979px) {
    .navbar-nav:before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: 100%;
        background-color: #1C5D2E;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }
}

header .navbar-collapse {
    border-bottom: unset;
}

header .nav-link {
    padding: 5px 10px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}

@media (min-width: 979px) {
    header .navbar-nav>.nav-item:first-child .nav-link {
        padding-left: 0;
    }
}

header .nav-item {
    z-index: 1;
}

header .navbar-subnav .nav-link {
    color: #000;
}

header .nav-link:hover,
header .nav-link.active {
    color: #FABA00;
}

@media (min-width: 757px) {
    .main_page #layout {
        padding-top: 50px;
    }
}

@media (min-width: 757px) {
    #main_banner1 img {
        border-radius: 20px;
    }
}


#main_banner1 {
    margin-bottom: 4.8rem
}

@media(min-width: 979px) {
        
    #main_banner1 .slick-prev {
        left: -20px;
    }
    #main_banner1 .slick-prev {
        left: -20px;
    }
    #main_banner1 {
        border-radius:20px;
        border: 1px solid #e2e2e2;
        margin-bottom: 5.2rem
    }
}

#main_banner1 img {
    display: block;
    max-width: 100%;
    margin: auto;
    width: auto
}

#main_banner1 .slick-dotted.slick-slider {
    margin-bottom: 0
}

#main_banner1 .slick-dots {
    bottom: 38px
}

#main_banner1 .slick-dots li {
    width: 14px;
    height: 14px
}

#main_banner1 .slick-dots li button {
    width: 14px;
    height: 14px
}

#main_banner1 .slick-dots li button::before {
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: 1
}

#main_banner1 .slick-dots li.slick-active button::before {
    background: #1C5D2E;
    opacity: 1
}


@media(min-width: 979px) {
        
    #main_banner1 .slick-next,#main_banner1 .slick-prev {
        border-radius: 100%;
        background: #1C5D2E;
    }
    
    #main_banner1 .slick-next i:before,#main_banner1 .slick-prev i:before {
        font-size: 2.5rem
    }
    
    #main_banner1 .slick-next:hover,#main_banner1 .slick-prev:hover {
        background: #faba00;
        color: #fff;
    }
    #main_banner1 .slick-next {
        right: -20px
    }
    
    #main_banner1 .slick-prev {
        left: -20px
    }
}

#main_banner1.skeleton {
    background: #f1f1f1
}

#main_banner1.skeleton .main_slider__item {
    display: none;
    position: relative
}

#main_banner1.skeleton .main_slider__item:first-child {
    display: block
}

#main_banner1.skeleton .main_slider img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

#main_banner1.--full {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative
}

@media(min-width: 1200px) {
    #main_banner1.--full .slick-arrow {
        margin:0 auto;
        border-radius: 5px
    }
}

@media(min-width: 1200px) {
    #main_banner1.--full .slick-next {
        right:40px;
        left: 1170px
    }
}

@media(min-width: 1200px) {
    #main_banner1.--full .slick-prev {
        left:40px;
        right: 1170px
    }
}

@media(min-width: 979px) {
    #main_banner1.--pager .main_pager {
        display:flex
    }
}

#main_banner1.--html .main_slider__content {
    display: block
}

@media(max-width: 979px) {
    #main_banner1 .main_slider {
        width:100vw;
        left: 50%;
        transform: translateX(-50%);
        position: relative
    }
}

#main_banner1 .main_slider__item {
    position: relative
}

#main_banner1 .main_slider__item.--center {
    text-align: center
}

#main_banner1 .main_slider__item.--right {
    text-align: right
}

#main_banner1 .main_slider__item.--dark .main_slider__label,#main_banner1 .main_slider__item.--dark .main_slider__description {
    color: #fff
}

#main_banner1 .main_slider__content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5rem;
    display: none
}

@media(min-width: 979px) {
    #main_banner1 .main_slider__content {
        padding:0 7rem
    }
}

#main_banner1 .main_slider__label {
    font-size: 2.5rem;
    color: #333;
    line-height: 1;
    margin-bottom: .5rem
}

@media(min-width: 757px) {
    #main_banner1 .main_slider__label {
        font-size:4rem
    }
}

@media(min-width: 1200px) {
    #main_banner1 .main_slider__label {
        font-size:5rem;
        margin-bottom: .5rem
    }
}

#main_banner1 .main_slider__description {
    font-size: 1.6rem
}

#main_banner1 .main_slider__button {
    margin-top: .5rem;
    width: auto;
    min-width: 150px
}

@media(min-width: 757px) {
    #main_banner1 .main_slider__button {
        margin-top:1.5rem
    }
}

@media(min-width: 1200px) {
    #main_banner1 .main_slider__button {
        margin-top:2rem
    }
}

#main_banner1 .main_slider a {
    color: #333
}

#main_banner1 .main_pager {
    display: none;
    flex-wrap: wrap;
    justify-content: center
}

#main_banner1 .main_pager__item {
    flex: 1;
    min-width: 20%;
    text-decoration: none;
    font-size: 1.4rem;
    padding: 1.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

#main_banner1 .main_pager__item.--active {
    position: relative;
    font-weight: bold
}

#main_banner1 .main_pager__item.--active: before {
    position:absolute;
    content: '';
    width: 33px;
    height: 6px;
    background: #fdc93a;
    border-radius: 10px;
    top: -3px
}

#main_banner1 img {
    display: block;
    margin: auto
}

@media(min-width: 979px) {
    #main_banner1 img {
        border-radius:20px
    }
}

#main_banner1 a {
    display: flex;
    justify-content: center
}

#main_banner1.skeleton a,#main_banner1 a.loading {
    position: relative;
    max-height: calc(1px * var(--height))
}

@media(min-width: 757px) {
    #main_banner1.skeleton a,#main_banner1 a.loading {
        max-height:calc(1px * var(--height-sm, var(--height)))
    }
}

@media(min-width: 979px) {
    #main_banner1.skeleton a,#main_banner1 a.loading {
        max-height:calc(1px * var(--height-md, var(--height-sm, var(--height))))
    }
}

@media(min-width: 1200px) {
    #main_banner1.skeleton a,#main_banner1 a.loading {
        max-height:calc(1px * var(--height-lg, var(--height-md, var(--height-sm, var(--height)))))
    }
}

#main_banner1.skeleton a:before,#main_banner1 a.loading:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: calc(var(--height) / var(--width) * 100%)
}

@media(min-width: 757px) {
    #main_banner1.skeleton a:before,#main_banner1 a.loading:before {
        padding-top:calc(var(--height-sm, var(--height)) / var(--width-sm, var(--width)) * 100%)
    }
}

@media(min-width: 979px) {
    #main_banner1.skeleton a:before,#main_banner1 a.loading:before {
        padding-top:calc(var(--height-md, var(--height-sm, var(--height))) / var(--width-md, var(--width-sm, var(--width))) * 100%)
    }
}

@media(min-width: 1200px) {
    #main_banner1.skeleton a:before,#main_banner1 a.loading:before {
        padding-top:calc(var(--height-lg, var(--height-md, var(--height-sm, var(--height)))) / var(--width-lg, var(--width-md, var(--width-sm, var(--width)))) * 100%)
    }
}

#main_banner1.skeleton a img,#main_banner1 a.loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

@media(min-width: 757px) {
    #main_banner1.skeleton a,#main_banner1 a.loading {
        max-height:calc(1px * var(--height-sm, var(--height)))
    }
}

@media(min-width: 979px) {
    #main_banner1.skeleton a,#main_banner1 a.loading {
        max-height:calc(1px * var(--height-md, var(--height-sm, var(--height))))
    }
}

@media(min-width: 1200px) {
    #main_banner1.skeleton a,#main_banner1 a.loading {
        max-height:calc(1px * var(--height-lg, var(--height-md, var(--height-sm, var(--height)))))
    }
}

#main_banner1.skeleton a:before,#main_banner1 a.loading:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: calc(var(--height) / var(--width) * 100%)
}

@media(min-width: 757px) {
    #main_banner1.skeleton a:before,#main_banner1 a.loading:before {
        padding-top:calc(var(--height-sm, var(--height)) / var(--width-sm, var(--width)) * 100%)
    }
}

@media(min-width: 979px) {
    #main_banner1.skeleton a:before,#main_banner1 a.loading:before {
        padding-top:calc(var(--height-md, var(--height-sm, var(--height))) / var(--width-md, var(--width-sm, var(--width))) * 100%)
    }
}

@media(min-width: 1200px) {
    #main_banner1.skeleton a:before,#main_banner1 a.loading:before {
        padding-top:calc(var(--height-lg, var(--height-md, var(--height-sm, var(--height)))) / var(--width-lg, var(--width-md, var(--width-sm, var(--width)))) * 100%)
    }
}

#main_banner1.skeleton a img,#main_banner1 a.loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.headline__after {
    display: none;
}

a.headline {
    justify-content: center;
    color: #000;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.hotspot:not(.--slider):not(.--list):not(.--added) .products {
    border: none;
    border-radius: 0px;
}

.hotspot:not(.--slider):not(.--list):not(.--added) .products .product {
    padding: 20px 40px;
    border-radius: 18px;
    border: 2px solid #D9D9D900;
}

.hotspot:not(.--slider):not(.--list):not(.--added) .products .product:hover {
    border: 2px solid #D9D9D9;
    background: #f3f3f3;
}



#main_tree5 {
    text-align: center
}

#main_tree5 ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

@media(min-width: 979px) {
    #main_tree5 ul {
        margin:0 -1rem
    }
}

#main_tree5 ul .title {
    color: #333;
    display: block;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    position: relative;
    font-size: 1.2em
}

@media(min-width: 757px) {
    #main_tree5 ul .title {
        border:0;
        padding: 0 0 10px;
        font-size: 1.3em
    }
}

#main_tree5 ul .title:not(:only-child):before {
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\F0D7";
    font-family: FontAwesome;
    position: absolute;
    font-size: 11px;
    color: #956f00;
    background: transparent;
    right: 0;
    top: 43%;
    margin: 0;
    font-weight: normal
}

@media(min-width: 757px) {
    #main_tree5 ul .title:not(:only-child):before {
        display:none
    }
}

#main_tree5 ul ul {
    min-height: 0 !important;
    display: none;
    margin-bottom: 15px
}

@media(min-width: 757px) {
    #main_tree5 ul ul {
        display:block;
        margin: 0
    }
}

#main_tree5 ul.main_tree_sub>li:last-child .title {
    border: 0
}

#main_tree5 ul .nav-gfx {
    display: inline-block;
    padding-bottom: 0;
    overflow: hidden;
    transition: transform .2s ease-in-out;
    border-radius: 20px
}

#main_tree5 ul .nav-gfx img {
    transition: transform .2s ease-in-out;
    display: block
}

#main_tree5 ul .nav-gfx img:hover {
    transform: scale(1.05)
}

#main_tree5 ul li.item {
    font-size: .9em
}

#main_tree5>ul>li {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
    border-bottom: none;
}

@media(min-width: 979px) {
    #main_tree5>ul>li {
        flex:0 0 calc(33.33% - 2rem);
        max-width: calc(33.33% - 2rem);
        margin: 0 1rem 0 1rem
    }

    #main_tree5>ul>li:nth-child(n+4) {
        margin: 1.5rem 1rem 0 1rem
    }
}

#main_cms {
    margin-bottom: 6.4rem
}

@media(min-width: 979px) {
    #main_cms {
        margin-bottom:8.5rem
    }
}

#main_cms .cms__template__wrapper,
#main_cms2 .cms__template__wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 4rem 3rem 3.4rem 3rem;
    border-radius: 25px;
    overflow: hidden
}

@media(min-width: 979px) {
    #main_cms .cms__template__wrapper,
    #main_cms2 .cms__template__wrapper {
        padding:5rem 3rem 5rem 3rem
    }
}

#main_cms .cms__template__wrapper::before,
#main_cms2 .cms__template__wrapper::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/data/include/cms/redesign/cms1_main/bg_m.webp) no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
}
#main_cms2 .cms__template__wrapper::before {
    background: url(/data/include/cms/redesign/cms1_main/1.webp) no-repeat;
}

@media(min-width: 979px) {
    #main_cms .cms__template__wrapper::before {
        background:url(/data/include/cms/redesign/cms1_main/bg_d.webp) no-repeat
    }
    #main_cms2 .cms__template__wrapper::before {
        background:url(/data/include/cms/redesign/cms1_main/2.webp) no-repeat
    }
}

#main_cms .cms__template__icon,
#main_cms2 .cms__template__icon {
    margin: 0 auto
}

@media(min-width: 979px) {
    #main_cms .cms__template__icon, 
    #main_cms2 .cms__template__icon {
        margin:0;
        position: relative;
        top: 54px;
        left: 20px;
        flex: 0 0 170px;
        max-width: 170px
    }
}

#main_cms .cms__template__info div,
#main_cms2 .cms__template__info div {
    color: #fff;
}

@media(min-width: 979px) {
    #main_cms .cms__template__info,
    #main_cms2 .cms__template__info {
        flex:0 0 530px;
        max-width: 530px
    }
}

#main_cms .cms__template__top,
#main_cms2 .cms__template__top {
    text-align: center;
    font-size: 1.8rem;
    line-height: 41px;
    padding-bottom: .5rem
}

@media(min-width: 979px) {
    #main_cms .cms__template__top,
    #main_cms2 .cms__template__top {
        text-align:left;
        line-height: normal
    }
}

#main_cms .cms__template__headline,
#main_cms2 .cms__template__headline {
    text-align: center;
    font-size: 3.5rem;
    line-height: 35px;
    padding-bottom: .9rem;
    font-family: 'Roboto'
}

@media(min-width: 979px) {
    #main_cms .cms__template__headline,
    #main_cms2 .cms__template__headline {
        text-align:left
    }
}

#main_cms .cms__template__description,
#main_cms2 .cms__template__description {
    font-size: 1.4rem !important;
    line-height: 22px;
    text-align: center;
    color: #000 !important;
    font-family: "Montserrat";
    font-weight: 500;
    font-style: italic;
}

@media(min-width: 979px) {
    #main_cms .cms__template__description,
    #main_cms2 .cms__template__description {
        text-align:left
    }
}

#main_cms .cms__template__texts,
#main_cms2 .cms__template__texts {
    padding-bottom: 1.9rem
}

#main_cms .cms__template__buttons,
#main_cms2 .cms__template__buttons {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(min-width: 979px) {
    #main_cms .cms__template__buttons,
    #main_cms2 .cms__template__buttons {
        flex-direction:row
    }
}

#main_cms .cms__template__buttons .btn,
#main_cms2 .cms__template__buttons .btn {
    font-size: 1.8rem;
    line-height: 24px;
    width: fit-content;
    min-width: 252px;
}

@media(min-width: 979px) {
    #main_cms .cms__template__buttons .btn,
    #main_cms2 .cms__template__buttons .btn {
        min-width:unset;
        padding: .8rem 2.7rem
    }
}

#main_cms .cms__template__buttons .btn.--solid,
#main_cms2 .cms__template__buttons .btn.--solid {
    background: #1C5D2E;
    border: 2px solid #1C5D2E;
    color: #333
}

#main_cms .cms__template__buttons .btn.--solid: hover,
#main_cms2 .cms__template__buttons .btn.--solid: hover {
    border: 2px solid #4b4b4d;
    color: #fff
}

#main_cms .cms__template__buttons .btn.--outline,
#main_cms2 .cms__template__buttons .btn.--outline {
    border: 2px solid #fff;
    color: #fff;
    margin-bottom: 10px;
    background: transparent
}

@media(min-width: 979px) {
    #main_cms .cms__template__buttons .btn.--outline,
    #main_cms2 .cms__template__buttons .btn.--outline {
        color: #fff;
        margin-bottom:0;
        margin-right: 1.7rem;
    }
}

#main_cms .cms__template__buttons .btn.--outline:hover,
#main_cms2 .cms__template__buttons .btn.--outline:hover {
    border-color: #1C5D2E;
    color: #1C5D2E;
}


#menu_buttons2 img {
    display: block
}

#menu_buttons2 div.menu_button_wrapper {
    margin-bottom: 1.5rem
}

@media(min-width: 979px) {
    #menu_buttons2 div.menu_button_wrapper {
        margin-bottom:3rem
    }
}

#main_cms .cms__template__buttons .btn,
#main_cms2 .cms__template__buttons .btn {
    border-radius: 10px;
}

#main_cms .cms__template__buttons .btn.--solid:hover,
#main_cms2 .cms__template__buttons .btn.--solid:hover {
    border-color: #1C5D2E;
    color: #fff;
}

@media(max-width: 979px) {
    #menu_buttons .menu_button_wrapper{
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#menu_buttons img {
    display: block
}

#menu_buttons .footer__banner__wrapper {
    position: relative;
    background: url(/data/include/cms/redesign/bannery/2-mobile.webp) no-repeat left center;
    background-size: cover;
    border-radius: 20px
}

@media(min-width: 979px) {
    #menu_buttons .footer__banner__wrapper {
        background:url(/data/include/cms/redesign/bannery/newsletter.webp) no-repeat left center
    }
}

#menu_buttons .footer__banner__wrapper.--second {
    background: url(/data/include/cms/redesign/bannery/3-mobile.webp) no-repeat left center;
    background-size: cover;
    margin-top: 1.5rem
}

@media(min-width: 979px) {
    #menu_buttons .footer__banner__wrapper.--second {
        background:url(/data/include/cms/redesign/bannery/service.webp) no-repeat left center;
        margin-top: 0
    }
}

#menu_buttons .footer__banner__wrapper:not(:last-child) {
    margin-bottom: 1.5rem
}


#menu_buttons .footer__banner__icon {
    display: flex;
    justify-content: center;
    padding-top: 5.4rem;
    padding-bottom: 2.8rem
}

@media(min-width: 979px) {
    #menu_buttons .footer__banner__icon {
        display:none
    }
}

#menu_buttons .footer__banner__info {
    padding-bottom: 3.5rem
}

@media(min-width: 979px) {
    #menu_buttons .footer__banner__info {
        margin-left:20rem
    }
}

#menu_buttons .footer__banner__texts {
    text-align: center;
    color: #fff
}

@media(min-width: 979px) {
    #menu_buttons .footer__banner__texts {
        padding-top:5rem;
        text-align: left
    }
}

#menu_buttons .footer__banner__title {
    font-size: 1.6rem;
    line-height: 41px
}

#menu_buttons .footer__banner__headline {
    font-family: 'Roboto';
    font-size: 3.6rem;
    line-height: 41px;
    font-weight: bold
}

#menu_buttons .footer__banner__text {
    padding-top: .8rem;
    font-size: 1.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 22px
}

#menu_buttons .footer__banner__text span {
    flex: 0 0 100%;
    max-width: 100%
}

#menu_buttons .footer__banner__button {
    font-size: 1.8rem;
    line-height: 22px;
    display: flex;
    justify-content: center;
    min-width: 251px;
    width: fit-content;
    margin: 2rem auto 0 auto;
    background-color: #1C5D2E;
    color: #000;
    border: 1px solid #1C5D2E;
    border-radius: 10px;
}

#menu_buttons .footer__banner__button:hover {
    color: #fff
}

@media(min-width: 979px) {
    #menu_buttons .footer__banner__button {
        min-width:unset;
        padding: .8rem 2rem;
        margin: 2rem 0 0 0
    }
}

#footer_links .footer_links_sub > li.menu_orders_item a {
    color: #4E4E50;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#footer_links .footer_links_label {
    color: #4E4E50;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (min-width: 757px) {
    #footer_links .footer_links_label {
        margin: 0 0 3rem 0;
    }
}

@media (min-width: 757px) {
    #footer_links .footer_links#menu_account {
        border: none;
    }
}

@media (min-width: 757px) {
    #footer_links .footer_links#menu_orders {
        border: none;
    }
}

@media (min-width: 757px) {
    #footer_links .footer_links_sub > li {
        padding: 0 1.5rem 3rem 0;
    }
}


.projector_page {
    display: flex;
    flex-direction: column;
}

.projector_page #layout {
    align-self: center;
    max-width: 1200px;
}

#projector_longdescription .shop-prod-desc{
    color: #000;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    
}

.big_label, .headline {
    font-family: "Roboto",'Arial','Helvetica',sans-serif;
    color: #333;
    display: flex;
    align-items: center;
    font-size: 2.6rem;
    font-weight: 400;
    padding: 10px 0;
    text-decoration: none;
    text-align: left;
    line-height: 1;
    margin-bottom: 6rem;
    justify-content: center;
    position: relative;
}


@media (min-width: 979px) {
.big_label, .headline {
    font-size: 3.2rem;
}
}

#newsletter_form .big_label {
    font-family: "Roboto",'Armata', Arial, Verdana, Sans-Serif;
    margin-bottom: 4rem;
}

.basketedit_summary_buttons__item.--continue {
    display: none;
}

.payment_tunnel .container, .order_process .container, .container.basketedit_page, .container.prepaid_page {
    max-width: 1444px;
}

.payment_tunnel .container+footer, .order_process .container+footer, .container.basketedit_page+footer, .container.prepaid_page+footer {
    max-width: 1444px;
}

.basketedit_page  +  footer #menu_buttons, .basketedit_page  + footer #footer_links,
.basketedit_page .basketedit_summary_buttons__item.--continue {
    display: none;
}

.basketedit_page > #layout > #content > #Progress, .basketedit_page > .commercial_banner > #breadcrumbs, .basketedit_page .basketedit_summary_bottom {
    display: none;
}

.breadcrumbs:before {
    display: none;
}footer {
    padding-top: 100px;
}

.projector_info__item.--stocks.projector_stocks {display: none!important;}


@media (min-width: 979px) {
    #main_banner1 .slick-slide {
    height: fit-content;
    }
}


header {
    grid-template-columns: 1fr auto auto auto;
    grid-template-areas:
        "bars_top bars_top bars_top bars_top"
        "rabateCode rabateCode rabateCode rabateCode"
        "freeShipping freeShipping freeShipping freeShipping"
        "logo menu_search menu_basket menu_categories";
}

@media (min-width: 979px) {
    header {
    margin-top: 20px;
	grid-template-columns: 2fr auto 1fr 0.9fr;
    grid-template-areas:
        "bars_top bars_top bars_top bars_top"
        "rabateCode rabateCode rabateCode rabateCode"
        "freeShipping freeShipping freeShipping freeShipping"
        "menu_search logo menu_settings menu_basket"
        "menu_categories menu_categories menu_categories menu_categories"
        "breadcrumbs breadcrumbs breadcrumbs breadcrumbs";
    }
}

@media (min-width: 979px) {
    #menu_navbar .navbar-nav:hover {
        box-shadow: 100vmax calc(200vmax + 50px) 0 200vmax #00000080;
    }
}

@media (min-width: 979px) {
    #menu_navbar .navbar-nav {
        margin-top: 20px;
        transition: box-shadow 0.4s;
        box-shadow: 100vmax calc(200vmax + 50px) 0 200vmax #0000;
    }
}

@media (min-width: 979px) {
    header .navbar-nav>.nav-item span{
        position: relative;
        line-height: 41px;
    }
}

@media (min-width: 979px) {
    header .navbar-nav>.nav-item.active span::before,
    header .navbar-nav>.nav-item:hover span::before {
        position: absolute;
        width: 33px;
        height: 6px;
        background: #FABA00;
        content: '';
        top: -3px;
        border-radius: 10px;
        left: 50%;
        transform: translateX(-50%);
        transition: all .3s ease-in-out;
    }
}

@media (min-width: 979px) {
    body {
        padding-top: 0 !important;
        padding: 0 30px 0px 30px;
    }
}

@media (min-width: 757px){
    #main_tree5 ul .title:after {
        display: none;
    }
}

#main_tree5 ul .nav-gfx img {
    transition: transform .2s ease-in-out;
    display: block;
}

#main_tree5 ul .nav-gfx img:hover {
    transform: scale(1.05);
}

#main_tree5 ul .nav-gfx {
    display: inline-block;
    padding-bottom: 0;
    overflow: hidden;
    transition: transform .2s ease-in-out;
    border-radius: 20px;
}

#links_footer_1 ul.footer_links_sub {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.max-width-1200 {
    max-width: 1444px;
}

@media (min-width: 1200px) {
    #logo {
        justify-content: center;
    }
}

@media (min-width: 979px) {
    .navbar-nav:before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: 100%;
        background-color: #1C5D2E;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }
}

header .navbar-collapse {
    border-bottom: unset;
}

header .nav-link {
    padding: 5px 10px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}

@media (min-width: 979px) {
    header .navbar-nav>.nav-item:first-child .nav-link {
        padding-left: 0;
    }
}

header .nav-item {
    z-index: 1;
}

header .navbar-subnav .nav-link {
    color: #000;
}

header .nav-link:hover,
header .nav-link.active {
    color: #FABA00;
}

@media (min-width: 757px) {
.main_page #layout {
    padding-top: 50px;
}
}

@media (min-width: 757px) {
    #main_banner1 img {
        border-radius: 20px;
    }
}


#main_banner1 {
    margin-bottom: 4.8rem
}

@media(min-width: 979px) {
        
    #main_banner1 .slick-prev {
        left: -20px;
    }
    #main_banner1 .slick-prev {
        left: -20px;
    }
    #main_banner1 {
        border-radius:20px;
        border: 1px solid #e2e2e2;
        margin-bottom: 5.2rem
    }
}

#main_banner1 img {
    display: block;
    max-width: 100%;
    margin: auto;
    width: auto
}

#main_banner1 .slick-dotted.slick-slider {
    margin-bottom: 0
}

#main_banner1 .slick-dots {
    bottom: 38px
}

#main_banner1 .slick-dots li {
    width: 14px;
    height: 14px
}

#main_banner1 .slick-dots li button {
    width: 14px;
    height: 14px
}

#main_banner1 .slick-dots li button::before {
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: 1
}

#main_banner1 .slick-dots li.slick-active button::before {
    background: #1C5D2E;
    opacity: 1
}


@media(min-width: 979px) {
        
    #main_banner1 .slick-next,
    #main_banner1 .slick-prev {
        border-radius: 100%;
        background: #1C5D2E;
        color: #fff !important;
    }
    
    #main_banner1 .slick-next i:before,#main_banner1 .slick-prev i:before {
        font-size: 2.5rem
    }
    
    #main_banner1 .slick-next:hover,#main_banner1 .slick-prev:hover {
        background: #faba00;
        color: #fff;
    }
    #main_banner1 .slick-next {
        right: -20px
    }
    
    #main_banner1 .slick-prev {
        left: -20px
    }
}

#main_banner1.skeleton {
    background: #f1f1f1
}

#main_banner1.skeleton .main_slider__item {
    display: none;
    position: relative
}

#main_banner1.skeleton .main_slider__item:first-child {
    display: block
}

#main_banner1.skeleton .main_slider img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

#main_banner1.--full {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative
}

@media(min-width: 1200px) {
    #main_banner1.--full .slick-arrow {
        margin:0 auto;
        border-radius: 5px
    }
}

@media(min-width: 1200px) {
    #main_banner1.--full .slick-next {
        right:40px;
        left: 1170px
    }
}

@media(min-width: 1200px) {
    #main_banner1.--full .slick-prev {
        left:40px;
        right: 1170px
    }
}

@media(min-width: 979px) {
    #main_banner1.--pager .main_pager {
        display:flex
    }
}

#main_banner1.--html .main_slider__content {
    display: block
}

@media(max-width: 979px) {
    #main_banner1 .main_slider {
        width:100vw;
        left: 50%;
        transform: translateX(-50%);
        position: relative
    }
}

#main_banner1 .main_slider__item {
    position: relative
}

#main_banner1 .main_slider__item.--center {
    text-align: center
}

#main_banner1 .main_slider__item.--right {
    text-align: right
}

#main_banner1 .main_slider__item.--dark .main_slider__label,#main_banner1 .main_slider__item.--dark .main_slider__description {
    color: #fff
}

#main_banner1 .main_slider__content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5rem;
    display: none
}

@media(min-width: 979px) {
    #main_banner1 .main_slider__content {
        padding:0 7rem
    }
}

#main_banner1 .main_slider__label {
    font-size: 2.5rem;
    color: #333;
    line-height: 1;
    margin-bottom: .5rem
}

@media(min-width: 757px) {
    #main_banner1 .main_slider__label {
        font-size:4rem
    }
}

@media(min-width: 1200px) {
    #main_banner1 .main_slider__label {
        font-size:5rem;
        margin-bottom: .5rem
    }
}

#main_banner1 .main_slider__description {
    font-size: 1.6rem
}

#main_banner1 .main_slider__button {
    margin-top: .5rem;
    width: auto;
    min-width: 150px
}

@media(min-width: 757px) {
    #main_banner1 .main_slider__button {
        margin-top:1.5rem
    }
}

@media(min-width: 1200px) {
    #main_banner1 .main_slider__button {
        margin-top:2rem
    }
}

#main_banner1 .main_slider a {
    color: #333
}

#main_banner1 .main_pager {
    display: none;
    flex-wrap: wrap;
    justify-content: center
}

#main_banner1 .main_pager__item {
    flex: 1;
    min-width: 20%;
    text-decoration: none;
    font-size: 1.4rem;
    padding: 1.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

#main_banner1 .main_pager__item.--active {
    position: relative;
    font-weight: bold
}

#main_banner1 .main_pager__item.--active: before {
    position:absolute;
    content: '';
    width: 33px;
    height: 6px;
    background: #fdc93a;
    border-radius: 10px;
    top: -3px
}

#main_banner1 img {
    display: block;
    margin: auto
}

@media(min-width: 979px) {
    #main_banner1 img {
        border-radius:20px
    }
}

#main_banner1 a {
    display: flex;
    justify-content: center
}

#main_banner1.skeleton a,#main_banner1 a.loading {
    position: relative;
    max-height: calc(1px * var(--height))
}

@media(min-width: 757px) {
    #main_banner1.skeleton a,#main_banner1 a.loading {
        max-height:calc(1px * var(--height-sm, var(--height)))
    }
}

@media(min-width: 979px) {
    #main_banner1.skeleton a,#main_banner1 a.loading {
        max-height:calc(1px * var(--height-md, var(--height-sm, var(--height))))
    }
}

@media(min-width: 1200px) {
    #main_banner1.skeleton a,#main_banner1 a.loading {
        max-height:calc(1px * var(--height-lg, var(--height-md, var(--height-sm, var(--height)))))
    }
}

#main_banner1.skeleton a:before,#main_banner1 a.loading:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: calc(var(--height) / var(--width) * 100%)
}

@media(min-width: 757px) {
    #main_banner1.skeleton a:before,#main_banner1 a.loading:before {
        padding-top:calc(var(--height-sm, var(--height)) / var(--width-sm, var(--width)) * 100%)
    }
}

@media(min-width: 979px) {
    #main_banner1.skeleton a:before,#main_banner1 a.loading:before {
        padding-top:calc(var(--height-md, var(--height-sm, var(--height))) / var(--width-md, var(--width-sm, var(--width))) * 100%)
    }
}

@media(min-width: 1200px) {
    #main_banner1.skeleton a:before,#main_banner1 a.loading:before {
        padding-top:calc(var(--height-lg, var(--height-md, var(--height-sm, var(--height)))) / var(--width-lg, var(--width-md, var(--width-sm, var(--width)))) * 100%)
    }
}

#main_banner1.skeleton a img,#main_banner1 a.loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

@media(min-width: 757px) {
    #main_banner1.skeleton a,#main_banner1 a.loading {
        max-height:calc(1px * var(--height-sm, var(--height)))
    }
}

@media(min-width: 979px) {
    #main_banner1.skeleton a,#main_banner1 a.loading {
        max-height:calc(1px * var(--height-md, var(--height-sm, var(--height))))
    }
}

@media(min-width: 1200px) {
    #main_banner1.skeleton a,#main_banner1 a.loading {
        max-height:calc(1px * var(--height-lg, var(--height-md, var(--height-sm, var(--height)))))
    }
}

#main_banner1.skeleton a:before,#main_banner1 a.loading:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: calc(var(--height) / var(--width) * 100%)
}

@media(min-width: 757px) {
    #main_banner1.skeleton a:before,#main_banner1 a.loading:before {
        padding-top:calc(var(--height-sm, var(--height)) / var(--width-sm, var(--width)) * 100%)
    }
}

@media(min-width: 979px) {
    #main_banner1.skeleton a:before,#main_banner1 a.loading:before {
        padding-top:calc(var(--height-md, var(--height-sm, var(--height))) / var(--width-md, var(--width-sm, var(--width))) * 100%)
    }
}

@media(min-width: 1200px) {
    #main_banner1.skeleton a:before,#main_banner1 a.loading:before {
        padding-top:calc(var(--height-lg, var(--height-md, var(--height-sm, var(--height)))) / var(--width-lg, var(--width-md, var(--width-sm, var(--width)))) * 100%)
    }
}

#main_banner1.skeleton a img,#main_banner1 a.loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.headline__after {
    display: none;
}

a.headline {
    justify-content: center;
    color: #000;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.hotspot:not(.--slider):not(.--list):not(.--added) .products {
    border: none;
    border-radius: 0px;
}

.hotspot:not(.--slider):not(.--list):not(.--added) .products .product {
    padding: 20px 40px;
    border-radius: 18px;
    border: 2px solid #D9D9D900;
}

.hotspot:not(.--slider):not(.--list):not(.--added) .products .product:hover {
    border: 2px solid #D9D9D9;
}



#main_tree5 {
    text-align: center
}

#main_tree5 ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

@media(min-width: 979px) {
    #main_tree5 ul {
        margin:0 -1rem
    }
}

#main_tree5 ul .title {
    color: #333;
    display: block;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    position: relative;
    font-size: 1.2em
}

@media(min-width: 757px) {
    #main_tree5 ul .title {
        border:0;
        padding: 0 0 10px;
        font-size: 1.3em
    }
}

#main_tree5 ul .title:not(:only-child):before {
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\F0D7";
    font-family: FontAwesome;
    position: absolute;
    font-size: 11px;
    color: #956f00;
    background: transparent;
    right: 0;
    top: 43%;
    margin: 0;
    font-weight: normal
}

@media(min-width: 757px) {
    #main_tree5 ul .title:not(:only-child):before {
        display:none
    }
}

#main_tree5 ul ul {
    min-height: 0 !important;
    display: none;
    margin-bottom: 15px
}

@media(min-width: 757px) {
    #main_tree5 ul ul {
        display:block;
        margin: 0
    }
}

#main_tree5 ul.main_tree_sub>li:last-child .title {
    border: 0
}

#main_tree5 ul .nav-gfx {
    display: inline-block;
    padding-bottom: 0;
    overflow: hidden;
    transition: transform .2s ease-in-out;
    border-radius: 20px
}

#main_tree5 ul .nav-gfx img {
    transition: transform .2s ease-in-out;
    display: block
}

#main_tree5 ul .nav-gfx img:hover {
    transform: scale(1.05)
}

#main_tree5 ul li.item {
    font-size: .9em
}

#main_tree5>ul>li {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
    border-bottom: none;
}

@media(min-width: 979px) {
    #main_tree5>ul>li {
        flex:0 0 calc(33.33% - 2rem);
        max-width: calc(33.33% - 2rem);
        margin: 0 1rem 0 1rem
    }

    #main_tree5>ul>li:nth-child(n+4) {
        margin: 1.5rem 1rem 0 1rem
    }
}

#main_cms {
    margin-bottom: 6.4rem
}

@media(min-width: 979px) {
    #main_cms {
        margin-bottom:8.5rem
    }
}

#main_cms .cms__template__wrapper,
#main_cms2 .cms__template__wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 9rem 2rem 22rem 2rem;
}

@media(max-width: 979px) {
    #main_cms .cms__template__wrapper,
    #main_cms2 .cms__template__wrapper {
        max-width: 476px;
    }
}

@media(min-width: 979px) {
    #main_cms .cms__template__wrapper,
    #main_cms2 .cms__template__wrapper {
        padding:7rem 3rem 7rem 20rem
    }
}

#main_cms .cms__template__wrapper::before,
#main_cms2 .cms__template__wrapper::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/data/include/cms/redesign/cms1_main/bg_m.webp) no-repeat;
    background-size: cover !important;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid black;
}

#main_cms2 .cms__template__wrapper::before {
    background: url(/data/include/cms/redesign/cms1_main/1.webp) no-repeat;
}

@media (max-width: 978px) {
    #main_cms .cms__template__wrapper::before,
    #main_cms2 .cms__template__wrapper::before {
    background-position: center;
    }
}

@media(min-width: 979px) {
    #main_cms .cms__template__wrapper::before {
        background:url(/data/include/cms/redesign/cms1_main/bg_d.webp) no-repeat
    }
    #main_cms2 .cms__template__wrapper::before {
        background:url(/data/include/cms/redesign/cms1_main/2.webp) no-repeat
    }
}

#main_cms .cms__template__icon,
#main_cms2 .cms__template__icon {
    margin: 0 auto
}

@media(min-width: 979px) {
    #main_cms .cms__template__icon,
    #main_cms2 .cms__template__icon {
        margin:0;
        position: relative;
        top: 54px;
        left: 20px;
        flex: 0 0 170px;
        max-width: 170px
    }
}

#main_cms .cms__template__info div{
    color: #1C5D2E;
}

#main_cms2 .cms__template__info div {
    color: #ffffff;
}
#main_cms2 .cms__template__description {
    color: #ffffff !important;
}

@media(min-width: 979px) {
    #main_cms .cms__template__info,
    #main_cms2 .cms__template__info {
        flex:0 0 730px;
        max-width: 730px
    }
}

#main_cms .cms__template__top,
#main_cms2 .cms__template__top {
    text-align: center;
    font-size: 1.8rem;
    line-height: 41px;
    padding-bottom: .5rem
}

@media(min-width: 979px) {
    #main_cms .cms__template__top,
    #main_cms2 .cms__template__top {
        text-align:left;
        line-height: normal
    }
}

#main_cms .cms__template__headline,
#main_cms2 .cms__template__headline {
    text-align: center;
    font-size: 3.0rem;
    line-height: 35px;
    padding-bottom: .9rem;
    font-family: 'Montserrat'
}
@media (max-width: 979px) {
    #main_cms .cms__template__headline {
        font-size: 1.8rem;
        line-height: 21px;
    }
}

@media(min-width: 979px) {
    #main_cms .cms__template__headline,
    #main_cms2 .cms__template__headline {
        text-align:left
    }
}

#main_cms .cms__template__description,
#main_cms2 .cms__template__description {
    font-size: 1.2rem;
    line-height: 20px;
    text-align: center;
}

@media(min-width: 979px) {
    #main_cms .cms__template__description,
    #main_cms2 .cms__template__description {
        font-size: 1.6rem;
        line-height: 22px;
        text-align:left
    }
}

#main_cms .cms__template__texts,
#main_cms2 .cms__template__texts {
    padding-bottom: 1.9rem
}

#main_cms .cms__template__buttons,
#main_cms2 .cms__template__buttons {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(min-width: 979px) {
    #main_cms .cms__template__buttons,
    #main_cms2 .cms__template__buttons {
        flex-direction:row
    }
}

#main_cms .cms__template__buttons .btn, 
#main_cms2 .cms__template__buttons .btn {
    font-size: 1.4rem;
    line-height: 16px;
    width: fit-content;
    min-width: 252px;
}

@media(min-width: 979px) {
    #main_cms .cms__template__buttons .btn,
    #main_cms2 .cms__template__buttons .btn {
        font-size: 1.8rem;
        line-height: 24px;
        min-width:unset;
        padding: .8rem 2.7rem
    }
}

#main_cms .cms__template__buttons .btn.--solid,
#main_cms2 .cms__template__buttons .btn.--solid {
    background: #1C5D2E;
    border: 2px solid #1C5D2E;
    color: #fff;
}

#main_cms .cms__template__buttons .btn.--solid: hover,
#main_cms2 .cms__template__buttons .btn.--solid: hover {
    border: 2px solid #4b4b4d;
    color: #fff
}

#main_cms .cms__template__buttons .btn.--outline,
#main_cms2 .cms__template__buttons .btn.--outline {
    border: 2px solid #1C5D2E;
    color: #1C5D2E;
    margin-bottom: 10px;
    background: transparent
}

@media(min-width: 979px) {
    #main_cms .cms__template__buttons .btn.--outline,
    #main_cms2 .cms__template__buttons .btn.--outline {
        color: #1C5D2E;
        border-color: #1C5D2E;
        margin-bottom:0;
        margin-right: 1.7rem;
    }
}

#main_cms .cms__template__buttons .btn.--outline:hover,
#main_cms2 .cms__template__buttons .btn.--outline:hover {
    border-color: #FABA00;
    color: #FABA00;
}


#menu_buttons2 img {
    display: block
}

#menu_buttons2 div.menu_button_wrapper {
    margin-bottom: 1.5rem
}

@media(min-width: 979px) {
    #menu_buttons2 div.menu_button_wrapper {
        margin-bottom:3rem
    }
}

#main_cms .cms__template__buttons .btn,
#main_cms2 .cms__template__buttons .btn {
    border-radius: 10px;
}

#main_cms .cms__template__buttons .btn.--solid:hover,
#main_cms2 .cms__template__buttons .btn.--solid:hover {
    border-color: #FABA00;
    background-color: #FABA00;
    color: #fff;
}

@media(max-width: 979px) {
    #menu_buttons .menu_button_wrapper{
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#menu_buttons img {
    display: block
}

#menu_buttons .footer__banner__wrapper {
    position: relative;
    background: url(/data/include/cms/redesign/bannery/2-mobile.webp) no-repeat left center;
    background-size: cover;
    border-radius: 20px
}

@media(min-width: 979px) {
    #menu_buttons .footer__banner__wrapper {
        background:url(/data/include/cms/redesign/bannery/newsletter.webp) no-repeat left center
    }
}

#menu_buttons .footer__banner__wrapper.--second {
    background: url(/data/include/cms/redesign/bannery/3-mobile.webp) no-repeat left center;
    background-size: cover;
    margin-top: 1.5rem
}

@media(min-width: 979px) {
    #menu_buttons .footer__banner__wrapper.--second {
        background:url(/data/include/cms/redesign/bannery/service.webp) no-repeat left center;
        margin-top: 0
    }
}

#menu_buttons .footer__banner__wrapper:not(:last-child) {
    margin-bottom: 1.5rem
}


#menu_buttons .footer__banner__icon {
    display: flex;
    justify-content: center;
    padding-top: 5.4rem;
    padding-bottom: 2.8rem
}

@media(min-width: 979px) {
    #menu_buttons .footer__banner__icon {
        display:none
    }
}

#menu_buttons .footer__banner__info {
    padding-bottom: 3.5rem
}

@media(min-width: 979px) {
    #menu_buttons .footer__banner__info {
        margin-left:20rem
    }
}

#menu_buttons .footer__banner__texts {
    text-align: center;
    color: #fff
}

@media(min-width: 979px) {
    #menu_buttons .footer__banner__texts {
        padding-top:5rem;
        text-align: left
    }
}

#menu_buttons .footer__banner__title {
    font-size: 1.6rem;
    line-height: 41px
}

#menu_buttons .footer__banner__headline {
    font-family: 'Roboto';
    font-size: 3.6rem;
    line-height: 41px;
    font-weight: bold
}

#menu_buttons .footer__banner__text {
    padding-top: .8rem;
    font-size: 1.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 22px
}

#menu_buttons .footer__banner__text span {
    flex: 0 0 100%;
    max-width: 100%
}

#menu_buttons .footer__banner__button {
    font-size: 1.8rem;
    line-height: 22px;
    display: flex;
    justify-content: center;
    min-width: 251px;
    width: fit-content;
    margin: 2rem auto 0 auto;
    background-color: #1C5D2E;
    color: #000;
    border: 1px solid #1C5D2E;
    border-radius: 10px;
}

#menu_buttons .footer__banner__button:hover {
    color: #fff
}

@media(min-width: 979px) {
    #menu_buttons .footer__banner__button {
        min-width:unset;
        padding: .8rem 2rem;
        margin: 2rem 0 0 0
    }
}

#footer_links .footer_links_sub > li.menu_orders_item a {
    color: #4E4E50;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#footer_links .footer_links_label {
    color: #4E4E50;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (min-width: 757px) {
    #footer_links .footer_links_label {
        margin: 0 0 3rem 0;
    }
}

@media (min-width: 757px) {
    #footer_links .footer_links#menu_account {
        border: none;
    }
}

@media (min-width: 757px) {
    #footer_links .footer_links#menu_orders {
        border: none;
    }
}

@media (min-width: 757px) {
    #footer_links #links_footer_1 .footer_links_sub > li:not(:last-child) {
        width: 16% !important;
        padding: 0 1.5rem 1.5rem 0;
    }
    #footer_links #links_footer_1 .footer_links_sub > li:last-child(-1) {
        padding-right: 0;
    }
    #footer_links #links_footer_1 .footer_links_sub > li:last-child {
        width: 80% !important;
        padding: 0;
    }
}
 
#footer_links #links_footer_1 .footer_links_sub > li:first-of-type {
    padding: 0 0 1.5rem 0;
    width: 100% !important;
}

.projector_page {
    display: flex;
    flex-direction: column;
}

.projector_page #layout {
    align-self: center;
    max-width: 1200px;
}

#projector_longdescription .shop-prod-desc{
    color: #000;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    
}

.big_label, .headline {
    font-family: "Roboto",'Arial','Helvetica',sans-serif;
    color: #333;
    display: flex;
    align-items: center;
    font-size: 2.6rem;
    font-weight: 400;
    padding: 10px 0;
    text-decoration: none;
    text-align: left;
    line-height: 1;
    margin-bottom: 6rem;
    justify-content: center;
    position: relative;
}


@media (min-width: 979px) {
.big_label, .headline {
    font-size: 3.2rem;
}
}

#newsletter_form .big_label {
    font-family: "Roboto",'Armata', Arial, Verdana, Sans-Serif;
    margin-bottom: 4rem;
}

.basketedit_summary_buttons__item.--continue {
    display: none;
}

.payment_tunnel .container, .order_process .container, .container.basketedit_page, .container.prepaid_page {
    max-width: 1444px;
}

.payment_tunnel .container+footer, .order_process .container+footer, .container.basketedit_page+footer, .container.prepaid_page+footer {
    max-width: 1444px;
}

.basketedit_page  +  footer {
    padding-top: 0;
}

.basketedit_page  +  footer #menu_buttons, .basketedit_page  + footer #footer_links,
.basketedit_page .basketedit_summary_buttons__item.--continue {
    display: none;
}

.basketedit_page > #layout > #content > #Progress, .basketedit_page > .commercial_banner > #breadcrumbs, .basketedit_page .basketedit_summary_bottom {
    display: none;
}

.breadcrumbs:before {
    display: none;
}

#Basket > form > h2.basket__label {
    padding: 0px;
}

#Basket > form > h2 {
    margin-bottom: 0px !important;
}

.securityPolicy__text > P:nth-child(2) {
    display: none;
}

#menu_blog_rss{
    display: none;
}


@media (max-width: 757px) {
    #footer_links #links_footer_1 .footer_links_sub>li {
        padding-bottom: 0rem;
        padding-right: 1.7rem;
    }
    
    #footer_links .footer_links_sub>li:last-child(-1) {
        padding-right: 0;
    }
     
    #footer_links #menu_orders .footer_links_sub>li,
    #footer_links #menu_account .footer_links_sub>li,
    #footer_links #menu_regulations .footer_links_sub>li {
        padding-bottom: 1.7rem;
        padding-right: 0rem;
    }
}

@media (max-width: 978px) {
    .projector_page #layout {
        max-width: 100%;
        overflow: hidden;
    }

    .contact_cms ._ae_desc > div  {
        display: none;
        flex-direction: column;
    }
    
    .contact_cms ._ae_desc > div > div {
        width: 100% !important;
    }
}

.main_page .headline {
    margin-bottom: 4rem;
}

.hotspot .headline,
.main_page .headline{
    margin-top: 80px;
}

#main_producers .headline,
#main_producers  .main_producers__all{
    display: none;
}
.hotspot .headline:before,
.main_page .headline:before{
    content: 'Zobacz wszystko';
    position: absolute;
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    width: 100%;
    text-align: center;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.hotspot .headline:after,
.main_page .headline:after {
    content: '';
    background-image: url(https://shop36088-1.iai-shop.com//data/include/cms/bannery/horseshoe.svg);
    position: absolute;
    width: 38px;
    height: 38px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

#main_cms {
    margin-bottom: 6.4rem;
}

@media (max-width: 979px) {
    #main_cms,
    #main_cms2 {
    display: flex;
    justify-content: center;
    }
}

@media (min-width: 979px) {
    #main_cms {
        margin-bottom: 8.5rem;
    }
}

@media (max-width: 757px) {
    .hotspot:not(.--slider):not(.--list):not(.--added) .products .product {
        padding: 20px 10px;
    }
}

@media (max-width: 1350px) {
    header .nav-link {
        padding: 5px 5px;
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    header .nav-link {
        padding: 5px 5px;
        font-size: 12px;
    }
    header .navbar-nav {
        justify-content: space-around;
    }
}

@media (max-width: 1100px) {
    header .nav-link {
        padding: 5px 5px;
        font-size: 11px;
    }
}

@media (max-width: 1050px) {
    header .nav-link {
        padding: 5px 5px;
        font-size: 10px;
    }
}


@media (max-width: 979px) {
    .projector_page .breadcrumbs {
        padding: 0;
        width: 100%;
    }
}

.blog-item_page .cm {
    overflow: hidden;
}

.banner_smile__block {
    border-radius: 0 0 15px 15px !important;
}

#blog-item img.blog_image {
    width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
}

.product__icon img {
    mix-blend-mode: multiply;
    max-height: 30rem;
}
.product__icon {
    height: 30rem;
    overflow: hidden;
}

#projector_warranty {
    display: none;
}

@media (max-width: 978px) {
    #content {
        padding: 0;
    }
    #projector_productname {
        padding: 15px !important;
    }
    html.--freeShipping:not(.order_process) body {
        padding-top: 60px;
    }
}