footer {
    padding-top: 100px;
}

.projector_info__item.--stocks.projector_stocks {display: none!important;}
#info_banners {
    width: 100%;
}

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{
        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: #96CEFF;
        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;
}

#links_footer 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: -webkit-fill-available;
        background-color: #265783;
        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: #96CEFF;
}


#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: 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: #265783;
    opacity: 1
}


@media(min-width: 979px) {
        
    #main_banner1 .slick-next,#main_banner1 .slick-prev {
        border-radius: 100%;
        background: #265783;
    }
    
    #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: #000;
        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: #fff
}

#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
}


#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: 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;
        gap: 0;
    }
}

#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;
}

#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 {
    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 {
        padding:5rem 3rem 5rem 3rem
    }
}

#main_cms .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
}

@media(min-width: 979px) {
    #main_cms .cms__template__wrapper::before {
        background:url(/data/include/cms/redesign/cms1_main/bg_d.webp) no-repeat
    }
}

#main_cms .cms__template__icon {
    margin: 0 auto
}

@media(min-width: 979px) {
    #main_cms .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: #fff;
}

@media(min-width: 979px) {
    #main_cms .cms__template__info {
        flex:0 0 530px;
        max-width: 530px
    }
}

#main_cms .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 {
        text-align:left;
        line-height: normal
    }
}

#main_cms .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 {
        text-align:left
    }
}

#main_cms .cms__template__description {
    font-size: 1.6rem;
    line-height: 22px;
    text-align: center;
}

@media(min-width: 979px) {
    #main_cms .cms__template__description {
        text-align:left
    }
}

#main_cms .cms__template__texts {
    padding-bottom: 1.9rem
}

#main_cms .cms__template__buttons {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(min-width: 979px) {
    #main_cms .cms__template__buttons {
        flex-direction:row
    }
}

#main_cms .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 {
        min-width:unset;
        padding: .8rem 2.7rem
    }
}

#main_cms .cms__template__buttons .btn.--solid {
    background: #265783;
    border: 2px solid #265783;
    color: #333
}

#main_cms .cms__template__buttons .btn.--solid: hover {
    border: 2px solid #4b4b4d;
    color: #fff
}

#main_cms .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 {
        color: #fff;
        margin-bottom:0;
        margin-right: 1.7rem;
    }
}

#main_cms .cms__template__buttons .btn.--outline:hover {
    border-color: #265783;
    color: #265783;
}


#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 {
    border-radius: 10px;
}

#main_cms .cms__template__buttons .btn.--solid:hover {
    border-color: #265783;
    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: #265783;
    color: #000;
    border: 1px solid #265783;
    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-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;
    }
}

.article__block .article__item {
    display: flex;
    flex-direction: column;
}

.article__block .article__image_wrapper {
    max-width: unset;
    border-radius: 18px;
    overflow: hidden;
    padding-bottom: 70px;
}

.article__block .article__image_wrapper img {
    width: 100%;
    border-radius: 18px;
}

.article__block .article__date_name {
    order: unset;
}

.article__block .article__date_name .article__name {
    color: #4E4E50;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.article__block .article__text .article__description {
    color: #4E4E50;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.article__block .article__text .article__more_link {
    color: #4E4E50;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

.article__block .article__text {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
}

.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;}


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{
        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: #96CEFF;
        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;
}

#links_footer ul.footer_links_sub {
    display: flex;
    flex-direction: column;
}

.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: -webkit-fill-available;
        background-color: #265783;
        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: #96CEFF;
}


#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: 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: #265783;
    opacity: 1
}


@media(min-width: 979px) {
        
    #main_banner1 .slick-next,#main_banner1 .slick-prev {
        border-radius: 100%;
        background: #265783;
    }
    
    #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: #000;
        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: #fff
}

#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
}


#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: 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;
}

#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 {
    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 {
        padding:5rem 3rem 5rem 3rem
    }
}

#main_cms .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
}

@media(min-width: 979px) {
    #main_cms .cms__template__wrapper::before {
        background:url(/data/include/cms/redesign/cms1_main/bg_d.webp) no-repeat
    }
}

#main_cms .cms__template__icon {
    margin: 0 auto
}

@media(min-width: 979px) {
    #main_cms .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: #fff;
}

@media(min-width: 979px) {
    #main_cms .cms__template__info {
        flex:0 0 530px;
        max-width: 530px
    }
}

#main_cms .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 {
        text-align:left;
        line-height: normal
    }
}

#main_cms .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 {
        text-align:left
    }
}

#main_cms .cms__template__description {
    font-size: 1.6rem;
    line-height: 22px;
    text-align: center;
}

@media(min-width: 979px) {
    #main_cms .cms__template__description {
        text-align:left
    }
}

#main_cms .cms__template__texts {
    padding-bottom: 1.9rem
}

#main_cms .cms__template__buttons {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(min-width: 979px) {
    #main_cms .cms__template__buttons {
        flex-direction:row
    }
}

#main_cms .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 {
        min-width:unset;
        padding: .8rem 2.7rem
    }
}

#main_cms .cms__template__buttons .btn.--solid {
    background: #265783;
    border: 2px solid #265783;
    color: #333
}

#main_cms .cms__template__buttons .btn.--solid: hover {
    border: 2px solid #4b4b4d;
    color: #fff
}

#main_cms .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 {
        color: #fff;
        margin-bottom:0;
        margin-right: 1.7rem;
    }
}

#main_cms .cms__template__buttons .btn.--outline:hover {
    border-color: #265783;
    color: #265783;
}


#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 {
    border-radius: 10px;
}

#main_cms .cms__template__buttons .btn.--solid:hover {
    border-color: #265783;
    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: #265783;
    color: #000;
    border: 1px solid #265783;
    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-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;
    }
}

.article__block .article__item {
    display: flex;
    flex-direction: column;
}

.article__block .article__image_wrapper {
    max-width: unset;
    border-radius: 18px;
    overflow: hidden;
    padding-bottom: 70px;
}

.article__block .article__image_wrapper img {
    width: 100%;
    border-radius: 18px;
}

.article__block .article__date_name {
    order: unset;
}

.article__block .article__date_name .article__name {
    color: #4E4E50;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.article__block .article__text .article__description {
    color: #4E4E50;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.article__block .article__text .article__more_link {
    color: #4E4E50;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

.article__block .article__text {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
}

.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;
}

#projector_longdescription .image-item {
    display: none;
}

.navbar-subnav .nav-link::before {
    display: none;
}

#main_cms {
    overflow: visible;
}

.cms1_main.container {
    position: relative;
    min-height: 500px;
    margin-bottom: -200px;
}

.cms1_main.container::before {
    content: "";
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: url(/data/include/cms/redesign/Mask_group_2_1.webp) no-repeat center center;
    background-size: cover;
}

.cms1_main.container .content {
    display: flex;
    position: absolute;
    z-index: 1;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 130px;
}

.cms1_main.container .content h2 {
    color: #FFF !important;
    font-family: Arial !important;
    font-size: 35px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 130% !important;
    text-transform: uppercase !important;
}

.cms1_main.container .content a {
    border: 1px solid #FFF !important;
    padding: 13px 18px !important;
    color: #FFF !important;
    font-family: Roboto !important;
    font-size: 25px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

#main_hotspot_zone1 .headline{
    display: none;
}

#main_cms2 {
    position: relative;
    overflow: visible;
    height: calc(100vw * 0.91);
}

#main_cms2 picture{
    position: absolute;
    top: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 757px){
#main_cms2 {
    height: calc(100vw * 0.72);
}
}

@media (min-width: 979px) {
#main_cms2 {
    height: 903px;
}
}

header .navbar-collapse {
    padding-bottom: 0;
}

.main_page #layout {
    margin-top: -35px;
}


@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;
    }
}


.blog-item_page .cm {
    overflow: hidden;
}