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

.right_block .reviews-info
{
	display: none !important;  
}


.NEWS .faq-list{
	padding-top: 10px;
}
.social-block {
	display: flex;
  	width: 250px;
  	margin: auto;
  	justify-content: space-around;
  	align-items: center;
	margin-top:15px
}
.social-block >a>i svg {
  width: 50px;
  height: 50px;
}

.sale_order_full_table:last-of-type {
    display: none;
}

.sidearea .subscribe-edit
{
	display: none;
}
/* скрытие кнопки на карте страница контакты */
.bx-yandex-map .map-detail-items__item-buttons {
	display: none;
}

/*скрытие цены в фильтре списка каталога*/
.bx_filter_parameters .bx_filter_parameters_box.prices1{
	display: none;
}

.ADDRESS .has-error {margin-bottom: 15px;}