/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
footer .developer{
	color: #999;
	opacity: 0.6;
	display: block;
	margin-top: 20px;
}
footer .developer:hover{
	opacity: 1;
}



.filter-bnt-wrapper .btn.btn-default {
    color: #12b2e7;
}
div[data-property-id-row="90"],div[data-property-id-row="91"]
{
	display: none;
}
.menu_top_block.catalog_block .dropdown > li > a .image img,
.menu-navigation__sections-item-link .image img{
	height: auto !Important;
}


/* ------- stickers sber on img detail-page */

.wf_stickers {
	position: absolute;
	bottom: 10px;;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.wf_stickers div {
	position: relative;
	margin-top: 5px;
	width: 52px;
	height: 52px;
	background-size: 100%;
	background-repeat: no-repeat;
}

@media (max-width: 600px) {
	.wf_stickers { display: none; }

	.product-detail-gallery__container .wf_stickers {
		display: block!important;
	}
	.only_banner .top_slider_wrapp .main-slider .main-slider__wrapper .main-slider__item{
		background-image: none !important;
	}
}

@media (max-width: 600px) {
	.product-detail-gallery__container .wf_stickers {
		bottom: 20px;
	}
}


/* ------- button sber-credit detail-page */

.container-sber-credit .com-sber-pokupay--buy-button__wrapper {
	margin: 10px 0px;
}

.container-sber-credit .com-sber-pokupay--buy-button__button {
	max-width: 200px;
}

.container-sber-credit .com-sber-pokupay--buy-button__button._type3,
.container-sber-credit .com-sber-pokupay--buy-button__button._type4 {
	margin: 0 auto;
}

.container-sber-credit .com-sber-pokupay--buy-button__wrapper:hover {
	opacity: .9;
}
.product-container .product-detail-gallery__item.product-detail-gallery__item--big a .product-detail-gallery__picture{
	object-fit: contain;
}


/* -------- fix scroll tabs */

@media (max-width: 1285px) {
	.details .product-view--side-left .tabs.arrow_scroll {
		overflow-y: hidden;
		overflow-x: scroll;
	}
}