body {
    background-image: url('images/background.jpg') !important;
    background-repeat: no-repeat;
    background-position: center top !important;
    background-size: cover !important;; /* Для растягивания на весь экран */
    background-attachment: fixed !important;; /* Чтобы фон не прокручивался */
}

@media screen and (min-width:10px)
{
.intec-template .intec-template-layout-content, main.header,
.intec-template[data-background-show="true"] .intec-template-layout-header, .intec-template[data-background-show="true"] .intec-template-layout-page,
.c-header.c-header-template-1 .widget-view.widget-view-desktop .widget-view-desktop-3
{
background-color:unset !important;
}
}
/* виджеты на главной странице */
@media screen and (max-width:768px) {.frontpage_flex {display: block !important;}}
    .my-widget .c-catalog-section .owl-nav {opacity:0.2 !important;}
    .my-widget .catalog-section-more,
    .my-widget .catalog-section-navigation  {display:none !important;}
    .my-widget .c-catalog-section .owl-nav:hover {opacity:1 !important;}
    .my-widget .c-catalog-section .owl-nav button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        background:rgba(0,0,0,0) !important;
        cursor: pointer;
    }

    .my-widget .c-catalog-section .owl-nav button svg
    {
        transform: scale(3);
        fill:#333;
    }
    .my-widget .c-catalog-section .owl-nav button:focus {
        outline: none;
    }
    .my-widget .c-catalog-section .owl-stage-outer
    {overflow:hidden;}
    @media screen and (max-width:1280px)
    {
        .my-widget .owl-next {right:5px !important;}
        .my-widget .owl-prev {left:10px !important;}
    }