/*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;  }*/

.custom-catalog-block{
	margin: 60px 0;
}
.custom-catalog-block .index-block__title-wrapper{
	display: flex;
	justify-content: space-between;
}
.tizers-list__item-image-wrapper--PICTURES{
	border-radius: unset;
}

.div_doxtabka_class_r {
    display: inline-block;
    width: 16%;
    vertical-align: top;
    text-align:center;
}

.images_doxtabka {
    min-height: 78px;
}

.images_doxtabka img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
    position: relative;
}

@media (max-width:530px){
	
	.select-outer select{
		    display: block;
		    margin-top: -20px;
	}
	
	.div_doxtabka_class_r {

		display: block;
		width: 60%;
		border-bottom: 1px solid red;
		vertical-align: top;
		text-align: center;
		margin: 0 auto;
		border-bottom: 1px solid #ccc;

	}
	
	.ordering-wrap > div{
		display: block;
	}

}

.catalog-block__info-top .catalog-block__info-section {
    display: none;
}

/*.front_company-template h2.index-block__title.switcher-title.h3.line {
    display: none;
}*/