/*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 .phones__dropdown {
	top: auto;
	bottom: 0;
}
[data-url]:hover {
	cursor: pointer;
}
.search-title__form-container .search-title__additional-option {
	display: none;
}

.title-search-result #title-search
{
	display: none;
}


.catalog-table__item .image-list__link.toggle-white-grey-bg {
	background: none;
}
.MAPS .map-detail-items__item .line-block__item {
	padding-top: 20px;
}
.status-container.status-container--blue, .status-container--blue .instock {
	color: #0055CC;
}
.catalog-detail .tab-content .js-detail-description a {
	font-style: italic;
	font-weight: bold;
	color: #ffa900;
}
@media (min-width: 992px) {
	.COMPANY_TEXT.drag-block .company-item__right .company-item__picture {
		position: sticky;
		top: 100px;
	}
	.COMPANY_TEXT.drag-block .company-item__right .company-item__picture {
		height: auto;
	}
}
@media (min-width: 601px) {
	.catalog-table__item .image-list {
		width: 86px;
		flex-basis: 86px;
	}
}