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

/* customChange расположение виджета b24 и кнопки скролла вверх */
a.scroll-to-top { right:63px; }
.b24-widget-button-position-bottom-right { bottom: 100px !important; }

/* customChange блок "что входит в поставку" обрезаются иконки */
.tizers-list__item-image-wrapper--ICONS { width: 45px !important; height: 45px !important; }

/**/
.*.descr-container {
	display:flex; 
	flex-direction: column;
}
.descr-item {
	padding-right: 40px;
}
@media (min-width: 700px) {
  .descr-container {
	display:flex; 
	flex-direction: row;
	}
}

.popup-text-info__text {
	font-size:10px !important;
	line-height: 12px !important;
}

.jqmClose {
	width: 120px !important;
	height: 50px !important;
}

#popup_iframe_wrapper {
	top: 50% !important;
	left: 50% !important;
}

