span#_subscribe_link {
    display: none !important;
}

span.b-pay__button.b-pay__add2subscribe.js-product-subscribe.btn-default.add2subscribe.bx-catalog-subscribe-button {
    display: none !important;
}

.header .logo a img {
    height: 80px;
    object-fit: contain;
}


ul.menu-sidebar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	list-style: none;
    padding: 0;
}

ul.menu-sidebar li {
    width: 15%;
    margin: 5px;
    border: 1px solid #e5e5e5;
}
.menu-sidebar li.first {
    background: #cacaca;
}
.menu-sidebar li.first:before {
   content:'';
}

span.imya {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    /* color: #cacaca; */
}

li.first a p {
    text-align: center;
}

li.first a p img {
    min-height: 119px;
    object-fit: cover;
}

.section-gallery {
    overflow: hidden;
    margin-top: 70px
}
.fichi__img img {
    opacity: 0.7;
}
ul.menu-sidebar {
    align-items: stretch;
}
li.first a p img {
    height: 150px;
}
.tpanel_menu .selected {
    text-decoration: underline;
}

body .fancybox-container:first-child {
    z-index: 99999!important;
}




@media (max-width: 480px) {
    .header .logo a img {
        width: 50px;
        max-height: 50px;
    }
    ul.menu-sidebar li{width: 100%;}
}

.mainsections .around_image img {
    opacity: .6;
}

/*Scroll to top - start*/

.scrollup {
    width: 55px;
    height: 55px;
    opacity: 0.7;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    z-index: 999;
    text-indent: -9999px;
    background: url(/local/templates/prostroy_default/assets/img/up-arrow_min.png) no-repeat;
    transition: .3s;
    cursor: pointer;
    background-position: center;
}
.scrollup:hover {
    opacity: 1;
    transition: .3s;
    cursor: pointer;
}
/*Scroll to top - end*/

.menu-sidebar li a {height: 100%;}
.catalog .prods .mix.bottom-sorter .b-sorter {border: none;}

/* Слайдер в разделе Каталога */
#section-gallery .owl-nav {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
}
#section-gallery:hover .owl-nav {
    opacity: 0.7;
}
#section-gallery .owl-nav div.owl-prev, 
#section-gallery .owl-nav div.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    cursor: pointer;
}
#section-gallery .owl-nav div.owl-prev {
    left: 0px;
}
#section-gallery .owl-nav div.owl-next {
    right: 0px;
}
#section-gallery .owl-nav div span {
    display: block;
    width: 25px;
    height: 25px;
    margin: 20px;
    cursor: pointer;
    background-color: #FAFAFA;
}
#section-gallery .owl-nav div span .svg-icon {
    width: 12px;
    height: 12px;
    margin-top: 5px;
    margin-left: 6px;
    fill: #000;
}
/* Слайдер в разделе Каталога - окончание*/