@media screen and (min-width:960px) {

.cookies-notice {
    bottom: 32px;
    left: 32px;
    right: auto;
    width: 570px;
}

/* HorScroll */
.hor-scroller.hor-scroller-fades.hor-scroller-arrows-pc .hor-scroller__items {
    -webkit-mask-image: linear-gradient(to right, transparent 10px, black 100px, black calc(100% - 100px), transparent calc(100% - 10px));
            mask-image: linear-gradient(to right, transparent 10px, black 100px, black calc(100% - 100px), transparent calc(100% - 10px));
}
.hor-scroller.hor-scroller-arrows-pc .hor-scroller__arrow {
    display: flex;
}


.cont-wrap,
.views-wrap {
    padding: 0;
}
.cont,
.views-wrap .views-cont {
    margin: 0 auto;
    padding: 0;
    width: 940px;
}
.fm-cont {
    width: 940px;
}
.fm-cont .fm-cont-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


header .header-blocks {
    min-height: 120px;
    gap: 60px;
}
header .header-blocks .header-block.h-contacts,
header .header-blocks .header-block.h-button {
    display: block;
}
header .header-blocks .header-block.h-contacts .block-block-content {
    gap: 40px;
}


/* Menu main */
.menu-main ul.menu {
    gap: 30px;
    padding: 20px 0;
}


/* BREADCRUMBS */
#breadcrumb {
    min-height: 70px;
}


/* Main Categories on Front page */
.maincat .maincat-item {
    gap: 32px;
}



}