.l-sidebar {
    position: fixed;
    top: 190px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s 0s, visibility 0.4s 0s;
    -o-transition: opacity 0.4s 0s, visibility 0.4s 0s;
    -moz-transition: opacity 0.4s 0s, visibility 0.4s 0s;
    transition: opacity 0.4s 0s, visibility 0.4s 0s;        
}
.l-sidebar .sidebar__inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    overflow-y: auto;
    background: #f4f4f4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0px 5px 16px 0px rgba(76, 74, 75, 0.75);
    -moz-box-shadow: 0px 5px 16px 0px rgba(76, 74, 75, 0.75);
    box-shadow: 0px 5px 16px 0px rgba(76, 74, 75, 0.75);
    -webkit-transition: top 0.2s 0s;
    -o-transition: top 0.2s 0s;
    -moz-transition: top 0.2s 0s;
    transition: top 0.2s 0s;
}
.l-sidebar .sidebar__indent {
    padding: 60px 30px;
}
.l-sidebar .sidebar__indent .b-head-callback {
    margin-bottom: 20px;
    margin-top: 25px;
}
.l-sidebar .sidebar__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #E3E3E3;
}
.l-sidebar [class^="sidebar__text-"] {
    margin-bottom: 36px;
    text-align: center;
}
.l-sidebar [class^="sidebar__text-"] * {
    color: #5d5d5d;
}
.l-sidebar .sidebar__close {
    position: absolute;
    display: block;
    width: 65px;
    height: 65px;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url(/files/110/close-icon.svg) 50% 50% / 18px auto no-repeat;
}
    /*---------------------------*/
    .l-sidebar--open {
        opacity: 1;
        visibility: visible;
    }
    .l-sidebar--open .sidebar__inner {
        top: 0;
    }
.l-sidebar .show-on-sidebar {
    display: block !important;
}

/*-------------------------------------*/
.b-sidebar {
    position: relative;
    /*overflow: hidden;*/
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s 0s, visibility 0.4s 0s;
    -o-transition: opacity 0.4s 0s, visibility 0.4s 0s;
    -moz-transition: opacity 0.4s 0s, visibility 0.4s 0s;
    transition: opacity 0.4s 0s, visibility 0.4s 0s;
}
.b-sidebar .sidebar__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(34,34,34,0.7);
}
.b-sidebar .sidebar__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #f4f4f4;
}
.b-sidebar .sidebar__indent {
    padding: 40px 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
    .b-sidebar--open {
        opacity: 1;
        visibility: visible;
    }
/*-------------------------------------*/
.b-sandwich {
    position: relative;
    background-color: #fff;
    z-index: 25; 
}
.b-sandwich.sandwich--open {
    position: absolute;
    width: 65px;
    height: 65px;
    top: 150px;
    left: 0;
}
.b-sandwich,
.b-sandwich * {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */ 
}
.b-sandwich .sandwich__icon {
    position: relative;
    width: 64px;
    height: 65px;
    background: url(/files/110/sandwich.svg) 50% 50% / 24px auto no-repeat;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin-left: auto;
    display: block;
}
.b-sandwich .sandwich__icon--open {
    background: url(/files/design/close.png) 50% 50% / 18px auto no-repeat;
    z-index: ;
}
/*-------------------------------------*/
.b-close {
    position: absolute;
    top: 42px;
    right: 20px;
    z-index: 50;
}
.b-close .close__btn {
    width: 18px;
    cursor: pointer;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */ 
    font-size: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.b-close .close__btn img {
    max-width: 100%;
}
/*-------------------------------*/
.b-sidebar-menu {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}
.b-sidebar-menu ul {
    list-style: none;
    padding: 0;
}
.b-sidebar-menu .item-1 > a:link, 
.b-sidebar-menu .item-1 > a:active,
.b-sidebar-menu .item-1 > a:visited,
.b-sidebar-menu .item-1 > a:hover {
    display: inline-block;
    padding: 7px 0 8px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #262626;
}
/*---------------------------------*/
.b-regions {
    text-align: right;
}
.b-regions .regions__current-city {
    display: inline-block;
    padding-left: 24px;
    background: url(/files/design/regions-adress.png) 0 0 no-repeat;
    cursor: pointer;
}
/*---------------------------------*/
/*---------------------------------*/
/*---------------------------------*/
/*---------------------------------*/
/*---------------------------------*/
@media only screen and (min-width: 980px) { /*-DESKTOP-*/
    /*---------------------------------*/
    .hide-on-desktop {
        display: none !important;
    }
    /*---------------------------------*/
    .l-sidebar .hide-on-sidebar-desktop {
        display: none !important;
    }
    /*---------------------------------*/
    /*---------------------------------*/
    /*---------------------------------*/
    /*---------------------------------*/
    /*---------------------------------*/
}
@media only screen and (min-width: 980px) and (max-width: 1330px) {
    /*---------------------------------*/
    .swiper-container {
        width: 90%;
    }
    .swiper-slide img {
        width: 100%;
        object-fit: cover;
    }
    /*---------------------------------*/
}
@media only screen and (min-width: 980px) and (max-width: 1279px) { /*-SMALL DESKTOP-*/ 
    /*---------------------------------*/ 
    .b-pilot .pilot__1 {
       top: 56px;
    }
    .b-pilot .pilot__1 .b-head-callback {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .b-pilot .pilot__1 .b-head-callback a:link {
        width: 100%;
    }
    .b-pilot .pilot__4 {
        right: 500px;
        left: auto;
    }
    /*---------------------------------*/ 
    .b-head-contacts {
        padding-right: 10px;
    }
    /*---------------------------------*/
    .b-picture {
        margin: 0 0 7px 0;
    }
    .b-picture .picture__text1 {
        top: 50% !important;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: calc(100% - 110px);
    }
    .b-picture .bx-wrapper .bx-controls-direction a {
        top: 50%;
    }
    /*---------------------------------*/
    .b-catalog-services .catalog-services__img {
        width: 42%;
    }
    .b-catalog-services .catalog-services__title {
        width: 58%;
    }
    /*---------------------------------*/
    .b-socbox a {
        margin-left: 1px;
        margin-right: 1px;
    }
    /*---------------------------------*/
    .g-category-custom .b-category {
        line-height: 1.1;
    }
    .g-category-custom .b-category .category__content {
        left: 10px;
        right: 10px;
    }
    .g-category-custom .b-category .category__text {
        margin-bottom: 8px;
    }
    .g-category-custom .b-category .category__title {
        padding: 8px 0;
    }
    /*---------------------------------*/
    .bx-wrapper .bx-pager {
        bottom: 25px;
    }
    /*---------------------------------*/
}
/*---------------------------------*/
@media handheld, only screen and (max-width: 979px) { /*-ONLY HANDHELD-*/ 
    /*---------------------------------*/
    .b-sevice {
        margin: 0 auto 30px auto;
        background: none;
        text-align: left;
        max-width: 100%;
    }
    .b-sevice ul {
        display: block;
    }
    .b-sevice li {
        float: none;
    }
    .b-sevice li.item-1 {
        cursor: pointer;
    }
    .b-sevice li.item-1 {
        border-bottom: 1px solid #E3E3E3;
    }
    .b-sevice li.item-1 a:link, 
    .b-sevice li.item-1 a:active, 
    .b-sevice li.item-1 a:visited,
    .b-sevice li.on-1 span a:link, 
    .b-sevice li.on-1 span a:visited, 
    .b-sevice li.on-1 span a:hover, 
    .b-sevice li.on-1 span a:active, 
    .b-sevice li.item-1:hover span a:link, 
    .b-sevice li.item-1:hover span a:active, 
    .b-sevice li.item-1:hover span a:visited, 
    .b-sevice li.item-1 a:hover {
        background: none;
        padding: 10px 30px 10px 0;
        font-size: 16px;
        width: fit-content;
    }
    .b-sevice li.item-1.item-1--sidebar-haschild::after {
        content: '';
        display: block;
        position: absolute;
        width: 15px;
        height: 9px;
        top: 20px;
        right: 0;
        transform: translateY(-50%);
        background: url(/files/110/arrow.svg) no-repeat;
        transition: transform .3s linear;
    }
    .b-sevice li.item-1.item-1--active::after {
        transform: translateY(-50%) rotate(180deg);
    }
    .b-sevice ul .level-2 {
        position: relative;
        width: auto;
        padding-bottom: 10px;
    }
    .b-sevice li.item-2 a:link,
    .b-sevice li.item-2 a:active,
    .b-sevice li.item-2 a:visited {
        box-shadow: none !important;
        border-top: none;
        font-weight: 500;
        font-size: 14px;
        width: 100%;
    }
    .b-sevice li.on-2 a:hover,
    .b-sevice li.item-2:hover > a:link,
    .b-sevice li.item-2:hover > a:active,
    .b-sevice li.item-2:hover > a:visited,
    .b-sevice li.item-2 a:hover {
        padding: 10px 30px 10px 0;
        background: none;
        color: #EB6C2D;
    }
    /*---------------------------------*/
    .b-head-contacts {
        margin-bottom: 15px;
        text-align: center;
    }
    /*---------------------------------*/
    .b-head-callback {
        text-align: center;
    }
    /*---------------------------------*/
    .g-category-custom .b-category .category__item:hover .category__text {
        display: none;
    }
    .g-category-custom .b-category .category__content {
        left: 15px;
        right: 15px;
    }
    .g-category-custom .b-category .category__title {
        height: 110px;
    }
    /*---------------------------------*/
    .b-catalogbox--carousel {
        margin-left: 0;
        margin-right: 0;
    }
    .b-catalogbox--carousel .catalogbox__item {
        display: block;
        width: auto;
        margin-right: 0;
        margin-left: 0;
    }
    /*---------------------------------*/
    .b-catalogbox--carousel-main {
        margin-left: 0;
        margin-right: 0;
    }
    .b-catalogbox--carousel-main .catalogbox__item {
        display: block;
        width: auto;
        margin-right: 0;
        margin-left: 0;
    }
    /*---------------------------------*/
    .b-catalog-services .catalog-services__inner,
    .b-catalog-services .catalog-services__row,
    .b-catalog-services .catalog-services__cell {
        display: block;
        width: auto;
    }
    .b-catalog-services .catalog-services__cell {
        margin-bottom: 26px;
        padding: 20px;
    }
    .b-catalog-services .catalog-services__img {
        width: 35%;
    }
    .b-catalog-services .catalog-services__title {
        width: 65%;
    }
    /*---------------------------------*/
    .b-plus {}
    .b-plus > h2 {
        text-align: center;
    }
    .b-plus .plus__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .b-plus .plus__item {
        margin-bottom: 35px;
    }
    /*---------------------------------*/
    .b-buy {
        padding-bottom: 29px;
    }
    .b-buy .buy__item {
        display: block;
        width: auto;
        margin-right: 0;
    }
    .b-buy .owl-carousel .owl-nav .owl-prev {
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        margin-left: -1px;
    }
    .b-buy .owl-carousel .owl-nav .owl-next {
        top: 100%;
        right: 50%;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        margin-right: -1px;
    }
    /*---------------------------------*/
    .b-category-tags .category-tags__wrapper {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .b-category-tags .category-tags__item--btn__wrap {
        display: none;
    }
    .b-category-tags .category-tags__item--hide {
        display: block;
    }
    /*---------------------------------*/
    /*---------------------------------*/
    /*---------------------------------*/
}