.empty {
	border: 1px solid #bebebe;
}
.menu-category__list_active {
	display: block;
}
.container_news .container__content {
	width: 100%;
}
.editor img {
	cursor: default;
}
.sitemap-page,
.contact-page {
	display: flex;
	flex-wrap: wrap;
}
.col-left {
	flex-basis: 50%;
	flex-grow: 1;
}
.col-right {
	flex-basis: 50%;
	flex-grow: 1;
}
.hidden {
	display: none;
}
.form-search .form .form__inp {
	width: calc(60% - 30px);
}
.form-search .form .form__inp.categories {
	width: calc(40% - 30px);
}
.form-search .form.options {
	justify-content: flex-start;
}
.form-search .form.options .form__inp,
.form-search .form.options .form__btn {
	width: calc(30% - 30px);
	margin-top: 0;
	margin-bottom: 0;
	justify-content: flex-start;
}
.form-search .form.options .button-search {
	width: 100%;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.order-tabel .order-tabel__td_name {
	flex-grow: 1;
}

/* Ilya leoshko (c) 2018 */

table td { min-width:0px; }
.consultation__body .consultation__form .form__btn { width: 100%; }