@charset "UTF-8";
.catalog select.advsearch-form-select {
    display: none;
}
.catalog-slider-slide {
    width: calc(100% / 4 - 15px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    background-color: #f4f4f4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 20px;
    margin-bottom: 2rem;
    height: auto;
    transition: all 0.2s ease-in-out 0s;
}
.catalog-slider-slide:nth-child(4n) {
    margin-right: 0;
}
.catalog-slider-slide:hover {
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
}
.catalog-slider-slide__img {
	height:auto;
    max-height: 300px;
    overflow: hidden;
	border-radius: 5px;
}
.catalog-slider-slide__img img:hover,
.catalog-slider-slide__img img:focus{
	transform:none;
}
.catalog-slider-slide__afisha {
    min-height:400px;
}
.catalog-slider-slide__title {
   /* display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 15px 10px 15px;
    color: #7f1e1e;
    font-weight: 600;*/
	display: flex;
	align-items: center;
	position: absolute;
	width:100%;
	bottom:0px;
	color:#7f1e1e;
	background-color: #ffffffc4;
	min-height:70px;
	border-radius:0px 0px 5px 5px;
	justify-content:center;
}
.catalog-slider-slide__title h6{
	margin:5px;
	font-weight:600;
	text-align:center;
}
.catalog-slider-slide__short{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 18px 13px 16px;
    color: #7f1e1e;
}
.product-slide{
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.product-slide .name{
	padding-top:5px;
}
.product-slide .name a{
	color: #7f1e1e;
    font-weight: 600;
}
.product-slide .name a:hover,
.product-slide .name a:focus{
	text-decoration:none;
}
.product-slide .image{
	flex-grow: 1;
}
.product-slide .image img{
	max-height:250px;
}
.product-slide .description,
.product-slide .qty_in_stock{
	padding: 0px 10px 0px 10px;
}
.jshop_cat{
	display: flex;
	flex-direction: column;
}
.block_sorting_count_to_page{
	padding-bottom:5px;
}
.catalog-slider-buttons {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
}
.catalog-slider-buttons.active {
    display: -ms-flexbox;
    display: flex;
}
.catalog-slider-buttons .slider-button {
    width: 18px;
    height: 15px;
    border: 0;
    outline: 0;
    background-color: transparent;
    background-image: url(../images/big-black-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.catalog-slider-buttons .slider-button.swiper-button-disabled {
    opacity: 0.6;
}
.catalog-slider-buttons .slider-button-next {
    margin-left: 20px;
}
.catalog-slider-buttons .slider-button-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.catalog .swiper-container-initialized > .catalog-slider-buttons {
    display: -ms-flexbox;
    display: flex;
}
.catalog .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
html body div.bvi-body .catalog .catalog-slider {
    text-decoration: none !important;
}
html body div.bvi-body .catalog .catalog-slider-slide {
    text-decoration: none !important;
}
html body div.bvi-body .catalog .catalog-slider-slide__title {
    min-height: unset !important;
    padding: 16px !important;
    text-decoration: none !important;
}
@media (max-width: 900px) {
    .catalog-slider {
        padding-bottom: 10px;
    }
    .catalog-slider-slide {
        margin-bottom: 0;
    }
    .catalog .swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
/*@media (max-width: 900px) {
    .catalog-slider-slide {
        width: calc(100% / 2 - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
    }
	.catalog-slider-slide:nth-child(2n) {
    margin-right: 0;
}
}*/
@media (max-width: 480px) {
    .catalog-slider-slide__title {
        min-height: 4rem;
    }
}
.blue {background:#7f1e1e;color:#FFF;}
.bordo {background:#7f1e1e;color:#FFF;}

