.fb-alert {
	overflow: initial !important;
	margin: 0;
	text-align: center;
}

.fb-alert .fancybox-close-small {
	padding: 0;
	color: #CCC;
	top: -35px;
	right: -10px;
	width: 34px;
	height: 34px;
}

.b-alert {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 5;
	border: none;
	background: none;
	font-size: 1.2em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fancybox-container {
	z-index: 3000;
}

.f-box .message {
	display: none;
}

.f-box {
	position: relative;
}

.f-box>* {
	opacity: 1;
	transition: opacity .5s ease;
}

.f-box.loading>*,
.f-box.load>* {
	opacity: .2;
}

.f-box.loading:before {
	content: '';
	background: url(../img/loading.svg) center center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.f-box>.b-alert {
	opacity: 0;
	text-align: center;
}

.f-box.load>.b-alert {
	opacity: 1;
}

.modal .f-box {
	margin-bottom: 0;
}

/* ----------------------------------- */

.page-flex {
	display: flex;
	flex-direction: column;
}

.page-flex > section.head {
	order: 0;
}
.page-flex > section.page {
	order: 1;
}
.mm-menu .mm-listview .mm-listitem.sub-hide > .mm-btn,
footer .footer__menu nav.menu > ul > li.sub-hide > ul,
header .header__menu nav.menu > ul > li.sub-hide > div,
header .header__menu nav.menu > ul > li.sub-hide > span > .click-sub {
	display: none !important;
}

.search-fixed__results {
	display: none;
}
section .suppliers__item,
section .partners__item,
section .gazprom__item {
	color: #1B1818;
	text-decoration: none;
}
section.sitemap {
  background-attachment: fixed;
}
header .header__menu nav.menu > ul > li {
	/*padding-right: 12px;
	margin-right: 12px;*/
}
@media (max-width: 1359.98px) {
	header .header__menu nav.menu > ul > li {
		padding-right: 6px;
		margin-right: 6px;
	}
}