
/* Срок работы пробной версии продукта истек. Через две недели этот сайт полностью прекратит свою работу. Вы можете купить полнофункциональную версию продукта на сайте www.1c-bitrix.ru. */
body > .tablebodytext { display: none !important; }


body .home_footer { background-image: url(eng_main_files/home_bg2.jpg); }
body .home_pluses_item img { min-height: 100%; }
.home_footer .home_footer_main {
    background: #003399;
}
body .faq_tabs_new .faq_vopros { background: url(eng_main_files/plus.svg) 29px center no-repeat; }
body .faq_tabs_new .faq_vopros.active { background: url(eng_main_files/minus.svg) 29px center no-repeat; }


/*random page img стили*/
.random-item--wrap {
	padding-right: 15px;
    padding-left: 15px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	        margin-bottom: 30px;
}