@charset "UTF-8";
.b-program .fa-person__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.b-program .fa-person__box {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.b-program .g-pic {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

/* compile */
.ul, .ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ul li::before, .ol li::before {
	content: none;
}

.post-meta__filter-ico svg {
	position: relative;
	z-index: 3;
}

/* fa-sidebar */
@media screen and (min-width: 0) {
	.fa-sidebar {
		position: relative;
		z-index: 4;
		width: 250px;
		float: left;
		background: #fff;
		margin-top: -45px;
		padding-top: 45px;
		padding-bottom: 30px;
	}
	.fa-sidebar:hover {
		z-index: 5;
	}
	.fa-sidebar__title {
		position: relative;
		margin: 2.5rem 1rem 8rem;
		font: 2.8rem/1.1 'FuturaPTWebDemi', "Helvetica Neue", Arial, sans-serif;
		text-align: center;
	}
	.fa-sidebar__title :link,
	.fa-sidebar__title :visited,
	.fa-sidebar__title a:hover,
	.fa-sidebar__title_inner :link,
	.fa-sidebar__title_inner :visited,
	.fa-sidebar__title_inner a:hover {
		color: inherit;
		border-bottom: none;
	}
	.fa-sidebar__top {
		position: relative;
		z-index: 3;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		padding: 15px 0 10px;
		background: #fedb4d;
		color: #fff;
	}
	.fa-sidebar + .fa-card {
		margin-top: 0;
	}
	.fa-sidebar--primary + .fa-card {
		margin-top: 1.5rem;
	}
	.fa-sidebar__top .control {
		position: relative;
		z-index: 1;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		width: 30px;
		height: 45px;
		line-height: 45px;
		border: none;
		cursor: pointer;
	}
	.fa-sidebar__top--secondary ins {
		display: inline-block;
		vertical-align: middle;
		height: 20px;
	}
	.fa-sidebar__top--secondary {
		display: table;
		-webkit-box-sizing: content-box;
		        box-sizing: content-box;
		position: fixed;
		top: 0;
		width: 250px;
		min-height: 80px;
		height: 80px;
		/*table*/
		padding-bottom: 1rem;
		vertical-align: middle;
	}
	.fa-sidebar__top--secondary.is-scrolled {
		z-index: 4;
	}
	.fa-sidebar__top--secondary .fa-sidebar__title {
		font: 1.9rem/1.1 "Helvetica Neue", Helvetica, Arial, sans-serif;
		display: table;
		vertical-align: middle;
		height: 100%;
		margin: 0;
	}
	.fa-sidebar__top--secondary .fa-sidebar__title_inner {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		opacity: 0;
		padding: 0 .5rem;
	}
	.fa-sidebar__top--secondary.is-scrolled .fa-sidebar__title_inner {
		opacity: 1;
		-webkit-transition: visibility 0s, opacity .5s linear;
		transition: visibility 0s, opacity .5s linear;
	}
	.fa-sidebar__logo {
		text-align: center;
		margin-top: 1rem;
	}
	.fa-sidebar__box {
		overflow: hidden;
	}
	.fa-sidebar__contacts {
		float: right;
		margin-right: 20px;
		border-bottom: 1px dotted #fff;
		color: #fff;
		font-size: 1.4rem;
		text-align: right;
	}
	.fa-sidebar__contacts:hover {
		color: #d2270b;
		border-bottom-color: rgba(210, 39, 11, 0.3);
	}
	.fa-sidebar_social {
		overflow: hidden;
		text-align: left;
		padding: 2px 20px 0 20px;
	}
	.fa-sidebar_social__item {
		display: inline-block;
		vertical-align: top;
	}
	.fa-sidebar_social--long {
		clear: right;
		padding-top: 10px;
	}
	.fa-sidebar__zigzag, .fa-sidebar__top2_after, .fa-sidebar__top3_after {
		content: "";
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 10px;
		background-image: linear-gradient(-45deg, #ffffff 4px, transparent 0), linear-gradient(45deg, #ffffff 4px, transparent 0);
		background-position: 0 100%;
		background-repeat: repeat-x;
		background-size: 8px 8px;
	}
	.fa-sidebar__zigzag {
		bottom: -5px;
		background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 6px, #fedb4d 0), linear-gradient(-45deg, rgba(255, 255, 255, 0) 6px, #fedb4d 0);
	}
	.fa-sidebar__top2 {
		position: relative;
		z-index: 3;
		padding: 65px 10px 20px;
		margin-top: -65px;
		background: rgba(0, 0, 0, 0.2);
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.3;
	}
	.fa-sidebar__top2_after {
		background-image: linear-gradient(-45deg, #ffc123 4px, transparent 0), linear-gradient(45deg, #ffc123 4px, transparent 0);
	}
	.fa-sidebar__top3 {
		position: relative;
		z-index: 3;
		padding: 0 0 1rem;
		background: #ffc123;
		/*oarnge*/
		text-align: center;
		font-size: 1.4rem;
	}
	.fa-sidebar__top3_after {
		background-image: linear-gradient(-45deg, #fedb4d 4px, transparent 0), linear-gradient(45deg, #fedb4d 4px, transparent 0);
	}
	.fa-sidebar li:before, .fa-sidebar ul li:before {
		content: none;
	}
	/*sidebar menu*/
	.fa-sidemenu__header, .card__head {
		display: block;
		position: relative;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		text-transform: uppercase;
		letter-spacing: .1em;
		font: bold 1.3rem/1.2 Helvetica, Arial, sans-serif;
		color: rgba(0, 0, 0, 0.5);
		margin-right: 40px;
		padding: 0 0 .5em 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}
	.card__head {
		margin-left: -20px;
		padding-left: 40px;
		margin-right: 0;
	}
	.card__head .g-title {
		font-size: inherit;
		font-family: Helvetica, sans-serif;
		font-weight: bold;
		padding: 0;
		border-bottom: 0;
		margin-left: -20px;
	}
	.fa-sidemenu {
		padding: 2.5rem 0 0;
		margin: 0;
	}
	.fa-sidemenu__section {
		padding-top: 2em;
		margin: 0;
	}
	.fa-sidemenu__section--fixed {
		position: fixed;
		top: 120px;
		width: 250px;
	}
	.fa-sidemenu__sub {
		margin: 0;
		padding: 10px 40px 0 20px;
		font-size: 1.4rem;
	}
	.fa-sidemenu__item {
		position: relative;
		margin: 0;
		font: 1.4rem/1.2 Helvetica, Arial, sans-serif;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		padding-left: 20px;
		margin-left: -20px;
	}
	.fa-sidemenu__link {
		position: relative;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		display: block;
		padding: .9rem 0;
		padding-left: 20px;
		margin-left: -20px;
		padding-right: 40px;
		margin-right: -40px;
	}
	.fa-sidemenu__link:not(a) {
		cursor: default;
	}
	.detect-touch .fa-sidemenu__link {
		margin-right: 0;
		padding-right: 0;
	}
	.detect-touch .fa-sidemenu__link--parent:before {
		content: none;
	}
	.detect-touch .fa-sidemenu__arr {
		content: '';
		position: absolute;
		top: 0;
		left: 100%;
		width: 40px;
		height: 40px;
		margin: 0 -20px 0 0;
		background: 50% 50% no-repeat url(/f/src/global/i/icons/submenu_toggle.svg);
		z-index: 2;
		border: none;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.js-active .fa-sidemenu__arr {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.fa-sidemenu__popup {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		visibility: hidden;
		position: fixed;
		z-index: -1;
		top: 0;
		width: 250px;
		padding-right: 40px;
		margin: 0 -40px 0 230px;
		border-left: 1px solid rgba(0, 0, 0, 0.2);
	}
	.fa-sidemenu__popup:before {
		content: '';
		position: fixed;
		top: 0;
		bottom: 0;
		width: 250px;
		background: rgba(236, 236, 236, 0.97);
	}
	.fa-sidemenu__popup--wide {
		width: calc(100% - 685px);
	}
	.fa-sidemenu__sub .fa-sidemenu__popup {
		padding-right: 0;
	}
	.fa-sidemenu__item:hover > .fa-sidemenu__popup {
		display: block;
		visibility: visible;
		z-index: 3;
	}
	.fa-sidemenu__item--parent:hover:after {
		content: '';
		position: absolute;
		z-index: 1;
		top: 50%;
		margin-top: -100px;
		left: 100%;
		width: 40px;
		height: 200px;
	}
	.fa-sidemenu__item--lv1:hover > .fa-sidemenu__link.link,
	.fa-sidemenu__item--lv1:hover > .fa-sidemenu__link:visited,
	.fa-sidemenu__item--lv1:hover > .fa-sidemenu__link:link,
	.fa-sidemenu__item--lv1:focus > .fa-sidemenu__link:visited {
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
		z-index: 2;
	}
	.fa-sidemenu__link--parent:before {
		content: '';
		position: absolute;
		top: 50%;
		right: 18px;
		margin-top: -4px;
		width: 4px;
		height: 4px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border: 1px solid transparent;
		border-color: transparent #000 #000 transparent;
	}
	.fa-sidemenu__item--parent:hover .fa-sidemenu__link--parent:before {
		border-color: transparent #fff #fff transparent;
	}
	.fa-sidemenu__sub .g-pic {
		margin-left: 0;
	}
}

/* fa-mobile */
/** Мобильная версия **/
.page, .layout {
	min-width: 320px;
}

.fa-sidebar__controls {
	position: relative;
	padding: 0 16px;
}

.control.control_menu {
	display: none;
	/*desktop*/
	width: 45px;
	z-index: 2;
	background-color: transparent;
	border-right: none;
	-webkit-transition: background .5s ease 0s;
	transition: background .5s ease 0s;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	cursor: pointer;
	color: #fff;
	font: 12px "Helvetica Neue", Arial, sans-serif;
}

.control.control_menu--close {
	position: absolute;
	top: 0;
	right: 0;
}

.control.control_menu ins {
	display: inline-block;
	background-position: -405px -55px;
	height: 20px;
	width: 23px;
	margin: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2223%22%20height%3D%2220%22%20viewBox%3D%220%200%2017%2015%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Emenu%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%201.5c0-.828.666-1.5%201.509-1.5h13.983c.833%200%201.509.666%201.509%201.5%200%20.828-.666%201.5-1.509%201.5h-13.983c-.833%200-1.509-.666-1.509-1.5zm0%206c0-.828.666-1.5%201.509-1.5h13.983c.833%200%201.509.666%201.509%201.5%200%20.828-.666%201.5-1.509%201.5h-13.983c-.833%200-1.509-.666-1.509-1.5zm0%206c0-.828.666-1.5%201.509-1.5h13.983c.833%200%201.509.666%201.509%201.5%200%20.828-.666%201.5-1.509%201.5h-13.983c-.833%200-1.509-.666-1.509-1.5z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
	background: linear-gradient(transparent, transparent), url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2223%22%20height%3D%2220%22%20viewBox%3D%220%200%2017%2015%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Emenu%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%201.5c0-.828.666-1.5%201.509-1.5h13.983c.833%200%201.509.666%201.509%201.5%200%20.828-.666%201.5-1.509%201.5h-13.983c-.833%200-1.509-.666-1.509-1.5zm0%206c0-.828.666-1.5%201.509-1.5h13.983c.833%200%201.509.666%201.509%201.5%200%20.828-.666%201.5-1.509%201.5h-13.983c-.833%200-1.509-.666-1.509-1.5zm0%206c0-.828.666-1.5%201.509-1.5h13.983c.833%200%201.509.666%201.509%201.5%200%20.828-.666%201.5-1.509%201.5h-13.983c-.833%200-1.509-.666-1.509-1.5z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
}

.control.control_menu--close ins {
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eclose%3C%2Ftitle%3E%3Cpath%20d%3D%22M4.684%206.806l-4.24%204.24c-.595.595-.588%201.538-.003%202.124.59.59%201.537.585%202.124-.003l4.24-4.24%204.24%204.24c.595.595%201.538.588%202.124.003.59-.59.585-1.537-.003-2.124l-4.24-4.24%204.24-4.24c.595-.595.588-1.538.003-2.124-.59-.59-1.537-.585-2.124.003l-4.24%204.24-4.24-4.24c-.595-.595-1.538-.588-2.124-.003-.59.59-.585%201.537.003%202.124l4.24%204.24z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
	background: linear-gradient(transparent, transparent), url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eclose%3C%2Ftitle%3E%3Cpath%20d%3D%22M4.684%206.806l-4.24%204.24c-.595.595-.588%201.538-.003%202.124.59.59%201.537.585%202.124-.003l4.24-4.24%204.24%204.24c.595.595%201.538.588%202.124.003.59-.59.585-1.537-.003-2.124l-4.24-4.24%204.24-4.24c.595-.595.588-1.538.003-2.124-.59-.59-1.537-.585-2.124.003l-4.24%204.24-4.24-4.24c-.595-.595-1.538-.588-2.124-.003-.59.59-.585%201.537.003%202.124l4.24%204.24z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
}

@media screen and (max-width: 995px) {
	.left {
		margin-right: 0;
	}
	h1, .h1 {
		font-size: 200%;
		line-height: 1.2;
	}
	h2, .h2 {
		font-size: 150%;
		line-height: 1.2;
	}
	.post__extra {
		display: none;
	}
	.post-meta {
		width: 45px;
	}
	.post_single .post__extra,
	.post_tight .post__extra {
		width: 45px;
		margin-right: 10px;
	}
	.posts .post__content {
		margin-left: 0;
	}
	.fa-secondary .post__content {
		margin-left: 0;
	}
	.post-meta__filter-ico svg,
	.post-meta__filter-ico {
		width: 45px;
		height: 45px;
	}
	.fa-column .fa-column__item, .columns .column {
		display: block;
		width: auto;
		padding: 0 0 1rem;
	}
	/* b-program */
	.b-program__comment {
		padding: 40px;
	}
	.b-program__comment-main {
		margin-right: 0;
	}
	.b-program__aside {
		float: none;
		width: auto;
	}
}

@media screen and (max-width: 767px) {
	body {
		-webkit-text-size-adjust: none;
	}
	h1, .h1 {
		font-size: 190%;
		line-height: 1.2;
	}
	h2, .h2 {
		font-size: 130%;
		line-height: 1.3;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.page {
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.control.control_vision {
		display: none;
	}
	.has-sidebar {
		overflow: hidden;
	}
	.has-sidebar .page {
		padding-right: 17px;
	}
	.page--under_overlay {
		height: 100%;
		overflow: hidden;
		position: fixed;
	}
	.has-hiddenscroll .page {
		padding-right: 0;
	}
	/*
.has-sidebar .layout {
	overflow: hidden;
}
*/
	.right .control, .right .control_lang2 {
		display: none;
	}
	.control.control_menu {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.control_search .popup_opener, .control_user, .control_vision {
		position: relative;
		z-index: 7;
	}
	.header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 110;
	}
	.header .control_sitemap {
		display: none;
	}
	.header_body {
		z-index: 5;
	}
	.header-top__cover {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 45px;
	}
	.header_body {
		padding: 0 75px 0 45px;
	}
	.header_breadcrumbs {
		width: 100%;
		text-align: center;
	}
	.fa-header_body__crumb, .fa-header_body__arrow {
		display: none;
	}
	.fa-header_body__crumb--first {
		display: inline;
	}
	.fa-fade, .fa-bg {
		left: 0;
		display: none;
	}
	.fa-overlay {
		background: #fff;
	}
	.fa-card--important::before, .header-top--gradient:before {
		content: none;
	}
	.fa-head_news__date {
		float: none;
		width: auto;
	}
	.fa-head_news__descr {
		margin-right: 0;
	}
	.fa-primary .fa-card, .fa-single .fa-card {
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.fa-sidebar__top--primary + .fa-card, .fa-card--page:first-child {
		margin-top: 1.5rem;
	}
	.fa-secondary {
		margin-top: 40px;
	}
	.fa-content {
		padding: 45px 20px 0;
		margin-left: 0;
	}
	.fa-content--indent {
		padding-top: 45px;
	}
	.fa-sidebar, .fa-sidebar:hover {
		position: fixed;
		float: none;
		overflow-y: hidden;
		/*!!!*/
		width: 100%;
		top: 0;
		bottom: 0;
		z-index: 200;
		margin-bottom: 0;
		padding-bottom: 0;
		-webkit-transition-property: left, opacity, visibility;
		transition-property: left, opacity, visibility;
		-webkit-transition-timing-function: ease-out;
		        transition-timing-function: ease-out;
		-webkit-transition-duration: .3s;
		        transition-duration: .3s;
		opacity: 0;
		left: 100%;
		visibility: hidden;
	}
	.fa-sidebar__logo.fa-sidebar__logo {
		margin-top: 0;
	}
	.has-sidebar .fa-sidebar {
		overflow-y: scroll;
	}
	.fa-sidebar.is-open {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.fa-sidebar__top--secondary.fa-sidebar__top--secondary {
		position: -webkit-sticky;
		position: sticky;
		-webkit-transform: translateZ(0);
		        transform: translateZ(0);
		top: 0;
		left: 0;
		display: block;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		width: 100%;
		height: auto;
		padding-top: 0;
		margin-left: 0 !important;
		z-index: 20 !important;
		/*
		-webkit-transition: left .5s ease-out;
		-o-transition: left .5s ease-out;
		transition: left .5s ease-out;
		*/
		background-size: 100% auto;
		background-size: cover;
	}
	/*
	.fa-sidebar__top--secondary.is-fixed {
		position: sticky;
		transform: translateZ(0);
		top: 0;
		left: 0;
		padding-right: 17px;
	}
	.is-open .fa-sidebar__top--secondary.is-fixed {
		left: 0;
	}

	.has-sidebar .fa-sidebar__top--secondary {
		display: block;
		//width: calc(100% - 17px);
	}
	.has-hiddenscroll .fa-sidebar__top--secondary.is-fixed {
		padding-right: 0;
		width: 100%;
	}
	*/
	.fa-sidebar__top--secondary .fa-sidebar__title_inner {
		display: block;
		opacity: 1;
		padding-top: 2rem;
		padding-bottom: 2rem;
		border-top: 1px dashed #fff;
	}
	.fa-sidebar__top--mobile {
		margin-left: -20px;
		margin-right: -20px;
	}
	.fa-sidebar__title {
		margin-bottom: 2rem;
	}
	.fa-sidemenu__section--fixed {
		position: static;
		width: auto;
	}
	.fa-sidemenu__sub a.link_white:link,
	.fa-sidemenu__sub a.link_white:visited,
	.fa-sidemenu__sub a.link_white:hover {
		color: #000;
		border-bottom-color: rgba(0, 0, 0, 0.3);
	}
	.fa-sidemenu__popup {
		display: none;
		visibility: hidden;
		position: static;
		width: auto;
		margin-left: 0 !important;
		border-left-width: 0;
	}
	.fa-sidemenu__item--parent .fa-sidemenu__section:first-child {
		padding-top: .5em;
	}
	.fa-sidemenu__item--parent .fa-sidemenu__item:last-child {
		border-bottom-color: transparent;
	}
	.fa-sidemenu__item:hover > .fa-sidemenu__popup {
		display: block;
		visibility: visible;
	}
	/*touch*/
	.detect-touch .fa-sidemenu__item:hover > .fa-sidemenu__popup {
		display: none;
		visibility: hidden;
	}
	.detect-touch .fa-sidemenu__item.js-active > .fa-sidemenu__popup {
		display: block;
		visibility: visible;
	}
	.fa-sidemenu__popup:before {
		content: none;
	}
	.fa-sidemenu__popup .fa-sidemenu {
		padding: 0;
	}
	.fa-footer {
		margin-left: 0;
		margin-right: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	/*search*/
	.popup_search {
		right: 0 !important;
		left: 0;
		min-width: 0;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
		background: transparent;
	}
	.fa-sidebar .js-search_mobile_popup {
		margin: 1rem 2rem;
	}
	.search-form__input {
		padding-right: 0;
	}
	.search-form__input, .search-form__button {
		height: 30px;
	}
	.fa-search_input, .fa-search_input:focus {
		background: transparent;
		border: 1px solid #fff;
		border-radius: 3px 0 0 3px;
		-webkit-box-shadow: none;
		        box-shadow: none;
		margin: 0;
		height: 100%;
		vertical-align: top;
		color: #fff;
		-webkit-text-fill-color: #fff;
	}
	.fa-search_input:-webkit-autofill,
	.fa-search_input:-webkit-autofill:hover,
	.fa-search_input:-webkit-autofill:focus,
	.fa-search_input:-webkit-autofill:active {
		-webkit-box-shadow: 0 0 0px 1000px #fff inset;
		-webkit-text-fill-color: #000;
		color: #000;
	}
	.button--merged {
		font-weight: bold;
		border-radius: 0 3px 3px 0;
		-webkit-box-shadow: none;
		        box-shadow: none;
		border: 1px solid #fff;
		height: 100%;
		vertical-align: top;
	}
	.fa-column .fa-column__item {
		display: block;
		width: auto;
	}
	.tag-set.tag-set {
		margin-right: 0;
	}
	.post__date {
		display: block;
		position: static;
		margin-top: 1rem;
		width: auto;
		text-align: right;
	}
	.articleMetaItem__content {
		overflow: hidden;
	}
	/* Учебные курсы */
	.section_courses .fa-card__content {
		padding: 0;
	}
	.fa-card .edu-filter_modules__item {
		width: 15px;
		height: 5px;
	}
	.fa-card .edu-events_stud_year__list,
	.fa-card .edu-filter_modules,
	.fa-card .edu-filter__list,
	.fa-card .edu-filter__title {
		display: block;
		min-width: auto;
		width: auto;
		text-align: left;
	}
	.fa-card .edu-filter_modules,
	.fa-card .edu-filter__list {
		margin-top: .2em;
	}
	.edu-filter__item:first-child {
		margin-left: 0;
	}
	.fa-card .edu-events_courses__caption,
	.fa-card .edu-events_courses__switch,
	.fa-card .edu-events_courses__switch:link,
	.fa-card .edu-events_courses__switch:visited {
		display: block;
		border-bottom-color: transparent;
	}
	.fa-card .edu-events_persons {
		display: none;
	}
	.fa-card .edu-events_courses, .fa-card .edu-events_courses {
		margin-right: 0 !important;
	}
	.fa-card .edu-events_persons {
		float: none;
	}
	.fa-person__item.fa-person__item {
		width: 47%;
		padding-right: 2%;
	}
	/*footer*/
	.fa-footer .owl-wrapper {
		padding-top: 10px;
	}
	.fa-footer .owl-pagination {
		position: absolute;
		top: 0;
		left: 3px;
	}
	.fa-sidemenu .file {
		display: block;
	}
	.fa-sidemenu .file, .fa-sidemenu .file i {
		padding-left: 0 !important;
		margin-left: 0 !important;
	}
	.generic-inner, .fdp-inner {
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.is-mobile {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.is-desktop {
		display: none;
	}
}

.fa-sidebar {
	display: none;
}

.page, .layout, .footer, .header, .crop {
	min-width: 320px;
}

.post__date {
	font-size: 1.3rem;
	padding: .2em .5em;
	text-align: right;
	color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
	.post__date {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 130px;
	}
}

/* fa rewrite*/
ul, ol {
	padding-left: 0;
}

/* social/video carousel */
.fa-card--social .fa-card__header {
	background: #a48b66 no-repeat url(/f/src/faculty/images/social_bg.jpg);
	background-size: cover;
}

.fa-card--video .fa-card__header {
	background: #a48b66 no-repeat url(/f/src/faculty/images/video_bg.jpg);
	background-size: cover;
}

.fa-card--social .fa-card__big_caption, .fa-card--video .fa-card__big_caption {
	text-shadow: 0 1px 1px #000;
}

.from_social {
	margin: 0 -1rem;
}

.from_social__item {
	font-size: 1.4rem;
	margin: 0 1rem;
}

.from_social__network {
	display: block;
}

.from_social__image {
	position: relative;
	display: inline-block;
	margin: .5rem 0 0;
}

.from_social__image--empty, a.from_social__image--empty {
	min-width: 110px;
	min-height: 110px;
	border-radius: 5px;
	background: #333;
}

a.from_social__link {
	border: none;
	color: inherit;
}

.from_social__thumb {
	border-radius: 5px;
	max-width: 133px;
}

.from_social__author {
	color: #021437;
	font-weight: bold;
	margin: .5rem 0 0;
}

.from_social__content {
	margin: .5rem 0 0;
}

.from_social__date {
	margin: 1rem 0 0;
	color: #007ac5;
}

.from_social .owl-controls {
	position: relative;
	padding: 2rem 0 0;
	margin: 2rem 0 0;
}

.from_social .owl-controls:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(210, 210, 210, 0.1)), color-stop(#d2d2d2), to(rgba(210, 210, 210, 0.1)));
	background-image: linear-gradient(to right, rgba(210, 210, 210, 0.1), #d2d2d2, rgba(210, 210, 210, 0.1));
}

/* owl-carousel ext*/
.owl-pagination {
	text-align: center;
}

.owl-page {
	display: inline-block;
	border: none;
}

.owl-page span {
	display: block;
	width: 6px;
	height: 6px;
	margin: 5px 7px;
	opacity: 0.5;
	border-radius: 50%;
	background: #869791;
}

.owl-page.active span,
.owl-page:hover span {
	opacity: 1;
}

@media screen and (max-width: 995px) {
	.b-greetings__person,
	.b-greetings__descr {
		display: block;
		width: auto;
	}
}

@media (min-width: 768px) {
	.header-top {
		background-image: none !important;
	}
	.header-top::before {
		content: none;
	}
}

@media screen and (max-width: 767px) {
	body {
		-webkit-text-size-adjust: none;
	}
	.leftimage_with_caption, .leftoutlined {
		margin-left: 0;
	}
	.grid {
		margin: 20px 20px 0;
		padding: 0;
	}
	.main,
	.content,
	.content__inner,
	.extra-left,
	.extra-right {
		margin-left: 0;
		margin-right: 0;
	}
	.posts .post {
		position: relative;
		padding: 1.5em 0;
	}
	.post + .post {
		border-top: 1px solid rgba(0, 0, 0, 0.2);
	}
	.post .post__content {
		margin: 0;
	}
	.post-title {
		margin-top: 0;
	}
	.post-meta__date {
		display: none;
	}
	.post__content {
		/*overflow: hidden;*/
		margin-left: 0;
		margin-right: 0;
	}
	.post__content h1, .post__content .h1 {
		font-size: 150%;
	}
	.b-side_notice {
		display: none;
	}
	.incut {
		padding: 30px 20px;
		margin: 20px 0;
	}
	.header {
		position: relative;
		background-size: cover;
		/*
		&-top--moved {
			position: fixed;
			top: -45px;
			transition-duration: 0s;
		}
		*/
	}
	.header-content {
		font-size: 70%;
		text-align: center;
	}
	.header-board {
		margin-top: 0;
		padding-top: 45px;
		padding-bottom: 4.5rem;
	}
	.header-top {
		position: absolute;
		left: 0;
		right: 0;
		top: -45px;
		z-index: 10;
		background-size: 100% auto;
		background-size: cover;
		padding-right: 12px;
	}
	.header-top--stoped {
		top: 0;
		background-image: none !important;
		-webkit-transition-duration: 0s;
		        transition-duration: 0s;
	}
	.header-top--fixed, .header-top--simple {
		position: fixed;
		top: 0;
		-webkit-transition: top .5s ease-out;
		transition: top .5s ease-out;
	}
	.header-top--fixed::before, .header-top--moved::before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.4);
	}
	.header .control_home {
		border-right: none;
	}
	.header .control_menu {
		display: inline-block;
		height: 29px;
		line-height: 29px;
		width: auto;
		padding: 0 10px;
		border: 1px solid rgba(255, 255, 255, 0.3);
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		border-radius: 3px;
		z-index: 2;
		background-color: transparent;
		-webkit-transition: background .5s ease 0s;
		transition: background .5s ease 0s;
		-webkit-transform: translateZ(0);
		        transform: translateZ(0);
		cursor: pointer;
	}
	.header .control_menu--close {
		position: absolute;
		top: 0;
		right: 0;
	}
	.header .control_menu ins {
		display: inline-block;
		height: 10px;
		width: 12px;
		background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2211%22%20viewBox%3D%220%200%2012%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12%200.5H0V2.5H12V0.5Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M12%204.5H0V6.5H12V4.5Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M12%208.5H0V10.5H12V8.5Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 50% 50%;
		background: linear-gradient(transparent, transparent), url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2211%22%20viewBox%3D%220%200%2012%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12%200.5H0V2.5H12V0.5Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M12%204.5H0V6.5H12V4.5Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M12%208.5H0V10.5H12V8.5Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 50% 50%;
		margin: 0;
		vertical-align: baseline;
	}
	.header .control_menu--close ins {
		position: relative;
		height: 20px;
		width: 23px;
		background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eclose%3C%2Ftitle%3E%3Cpath%20d%3D%22M4.684%206.806l-4.24%204.24c-.595.595-.588%201.538-.003%202.124.59.59%201.537.585%202.124-.003l4.24-4.24%204.24%204.24c.595.595%201.538.588%202.124.003.59-.59.585-1.537-.003-2.124l-4.24-4.24%204.24-4.24c.595-.595.588-1.538.003-2.124-.59-.59-1.537-.585-2.124.003l-4.24%204.24-4.24-4.24c-.595-.595-1.538-.588-2.124-.003-.59.59-.585%201.537.003%202.124l4.24%204.24z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
		background: linear-gradient(transparent, transparent), url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eclose%3C%2Ftitle%3E%3Cpath%20d%3D%22M4.684%206.806l-4.24%204.24c-.595.595-.588%201.538-.003%202.124.59.59%201.537.585%202.124-.003l4.24-4.24%204.24%204.24c.595.595%201.538.588%202.124.003.59-.59.585-1.537-.003-2.124l-4.24-4.24%204.24-4.24c.595-.595.588-1.538.003-2.124-.59-.59-1.537-.585-2.124.003l-4.24%204.24-4.24-4.24c-.595-.595-1.538-.588-2.124-.003-.59.59-.585%201.537.003%202.124l4.24%204.24z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
	}
	.header .control__text {
		margin-left: 8px;
		color: #fff;
	}
	.pages-control, .posts__control {
		margin: 0;
	}
	.pages-control .button, .posts__control .button {
		width: auto;
		display: block;
		max-width: none;
		text-align: center;
	}
	.fa-sidebar {
		display: block;
	}
	.fa-sidebar__top--overlay::before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.4);
	}
	.fa-sidebar__title_inner {
		position: relative;
	}
	.fa-sidemenu {
		padding-bottom: 20px;
	}
	.fa-sidemenu__item::before {
		content: none;
	}
	.fa-sidemenu__link--parent .fa-sidemenu__section {
		padding-top: 0;
	}
	.fa-sidemenu__sub > .fa-sidemenu__section {
		padding-top: 0;
	}
	.fa-sidemenu__section--add {
		padding: 0 40px 0 20px;
	}
	.no-fog::before {
		content: none;
	}
	.education_sidebar, .footer__breadcrumbs {
		display: none;
	}
	.edu-menu {
		display: none;
	}
	.wide .main, .wide .content {
		display: block;
		width: auto;
		margin-right: 0;
	}
	/*
	.post__extra, .post-meta {
		width: 45px;
	}
	.posts .post__content {
		margin-left: 2.7em;
	}

	.post-meta__filter-ico  svg, .post-meta__filter-ico {
		width: 45px;
		height: 45px;
	}

	.picture {
		overflow: hidden;
	}
*/
	.teasers__teaser {
		display: block;
		float: none;
		width: auto;
	}
	.teaser__inner {
		padding-left: 15px;
	}
	.columns {
		display: block;
		width: auto;
	}
	.columns_600 {
		width: 100%;
	}
	.columns_general .column {
		display: inline-block;
		vertical-align: top;
	}
	.columns [class*="column3_"] {
		display: block;
		width: auto;
		padding: 0 0 1rem;
	}
	.columns_general .column4_1, .columns_general .column4_2, .columns_general .column4_3, .columns_general .column4_4 {
		width: 48%;
		padding: 0 2% 0 0;
	}
	/**/
	/* блок анонс образовательной программы*/
	.g-day--edu {
		display: table;
		width: 100%;
		vertical-align: middle;
		float: none;
		margin: 0;
		border-radius: 0;
		max-width: none;
		background-color: #eee;
		-webkit-box-shadow: none;
		        box-shadow: none;
		padding: 2.5rem 20px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.g-day--edu:before {
		content: none;
	}
	.g-day--edu .g-day {
		display: table-cell;
		vertical-align: middle;
		width: 40px;
		padding-top: .5em;
		background-color: #fff;
	}
	.g-day--edu .g-day__desc {
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		padding-left: 2rem;
		font-size: 1.6rem;
	}
	.g-day--edu .g-day__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.g-day__month {
		font-size: 1rem;
		letter-spacing: 1px;
		font-weight: normal;
		text-transform: uppercase;
	}
	.g-day__day {
		font-size: 2.4rem;
	}
	.tag-set.tag-set {
		margin-bottom: 1em;
	}
	/* blackboard  Доска объявлений */
	.b-blackboard .b-blackboard-section {
		width: auto;
	}
	.blackboard-list .blackboard-item, .blackboard-list .blackboard-item__date, .blackboard-list .blackboard-item__cont {
		width: auto !important;
		padding-left: 0 !important;
		margin-left: 0 !important;
		padding-right: 0 !important;
		margin-right: 0 !important;
		display: block !important;
	}
	/* Паспорт программы */
	.b-program {
		padding: 0 10px;
		margin: 0 -10px;
	}
	.b-program__property-title, .b-program__property-value {
		display: block;
		width: auto;
	}
	.b-program__property-value :first-child {
		margin-top: 0;
	}
	.b-program__property .b-program__property-title {
		padding: 20px 0 0 0;
	}
	.b-program__property .b-program__property-value {
		padding: 10px 0 20px 0;
	}
	/* Карточки программ */
	.b-s-program {
		padding: 1rem;
		display: block;
		width: auto;
	}
	.b-s-program .columns, .b-s-program .column {
		display: block;
		width: auto;
		padding: 0;
	}
	/* timetable  */
	.tt-timetable {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.tt-timetable__header {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.tt-timetable__info {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin-top: 1em;
	}
	.tt-timetable__content {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.tt-timetable .tt-list {
		margin-right: 0;
	}
	.tt-timetable .controls-container {
		margin-left: 0;
	}
	.pair__name .g {
		font-size: 1.5rem;
	}
	/* Учебные планы */
	.learn-plans_year .file-big {
		margin-right: 0;
	}
	/* mobile_sidebar */
	.mobile_sidebar {
		position: absolute;
		top: 0;
		left: 100%;
		width: 100%;
		bottom: 0;
		z-index: 10;
		background: #ccc;
	}
	/* edu-programm Каталог ВКР */
	.edu-programm__header {
		display: none;
	}
	.edu-programm__item.edu-programm__item {
		margin: 0;
		padding: .5rem 0;
		border-bottom: 1px solid #ccc;
	}
	.edu-programm__item:nth-child(2n+1) {
		background-color: #f7f9e3;
	}
	.edu-programm__item .edu-programm__cell,
	.edu-programm__item .edu-programm__name {
		position: relative;
		display: block;
		width: auto;
		float: none;
		padding: .3rem 1rem .3rem 40%;
		margin: 0;
		font-size: 1.3rem;
	}
	.edu-programm__item .edu-programm__cell::before,
	.edu-programm__item .edu-programm__name::before {
		content: attr(data-title);
		position: absolute;
		top: 5px;
		left: 5px;
		width: 38%;
		white-space: nowrap;
		font-size: .9em;
		color: #8d8d8d;
		font-weight: bold;
	}
	/* courses Учебные курсы */
	.edu-filter__title, .edu-filter__list, .edu-filter__item {
		display: block;
		width: auto;
		text-align: left;
		margin-left: 0;
	}
	.edu-filter__item select, .edu-filter_search {
		width: 100%;
	}
	.edu-events__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		margin: 0;
		padding: 1rem 2rem;
		border-bottom: 1px solid #ccc;
	}
	.edu-events__item:nth-child(2n) {
		background-color: #f7f9e3;
	}
	.edu-events_files, .edu-events_persons, .edu-events_modules, .edu-events_courses {
		display: block;
		margin: 0;
		width: auto;
		float: none;
	}
	.edu-events__item--header .edu-events_files,
	.edu-events__item--header .edu-events_persons,
	.edu-events__item--header .edu-events_modules {
		display: none;
	}
	[data-tooltip]:before, .edu-filter_modules__item--tooltip {
		left: 75%;
	}
	/* Персона с описанием стат страница  */
	.b-greetings__person, .b-greetings__descr {
		display: block;
		width: auto;
	}
	/* footer */
	.footer .navigation_footer, .footer__navigation, .footer__extra {
		float: none;
		width: auto;
	}
	.footer__extra-inner {
		padding: 0;
	}
	.footer_madein {
		margin-left: 0;
	}
	.footer__bottom, .footer__navigation {
		margin-right: 0;
		width: auto;
	}
	.footer__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 0 20px;
	}
	.footer__border {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.footer__border {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.footer__navigation {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin-bottom: 0;
	}
	.footer__extra {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.footer__bottom {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}
	.footer__bottom2 {
		-webkit-box-ordinal-group: 6;
		    -ms-flex-order: 5;
		        order: 5;
	}
	.editor {
		text-align: left;
	}
	/* Дублирует fa */
	/*
	.header .control_sitemap,  {
		display: none;
	}
	.right .control, .right .control_lang2 {
		display: none;
	}
	.control_search .popup_opener, .control_user, .control_vision {
		position: relative;
		z-index: 7;
	}
*/
	.navigation_newl-secondary .navigation_horizontal {
		display: inline;
		margin-left: 0;
	}
	.navigation_newl-secondary li {
		display: inline;
		float: none;
		font-weight: bold;
		line-height: 2;
	}
	.navigation_newl-secondary li:not(.single) {
		margin-right: 0;
	}
	.b-program__video {
		overflow: hidden;
		max-width: 100%;
	}
	.b-edu-partner {
		width: 50%;
		margin-bottom: 2rem;
	}
	.b-edu-partner_1 {
		display: block;
		width: auto;
		margin-left: 2em;
	}
	.b-edu-partner_1 .b-edu-partner__text,
	.b-edu-partner_1 .b-edu-partner__img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding: 1em 0 0;
	}
	.main.main_with-modules {
		direction: ltr !important;
		margin-right: 0  !important;
	}
	.main_with-modules .content,
	.main_with-modules .modules,
	.main_with-modules .modules__inner {
		display: block !important;
		float: none !important;
		direction: ltr !important;
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
	}
	.main_with-modules .modules {
		margin-bottom: 2rem !important;
	}
}

@media (min-width: 768px) {
	.is-mobile {
		display: none;
	}
}

@media print {
	.is-mobile {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.is-desktop {
		display: none;
	}
	.is-block {
		display: block;
		width: auto;
		float: none;
	}
	.mobile_block {
		display: block !important;
		float: none !important;
		width: auto !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (min-width: 768px) {
	.header, .header-top {
		background-color: transparent !important;
	}
	.cut .header-top, .cut .layout {
		background: #fff !important;
	}
}

@media (max-width: 995px) {
	.splash.splash_self,
	.splash.splash_self:hover {
		background-size: cover !important;
	}
	.content {
		margin-right: 0 !important;
	}
	.modules {
		width: auto !important;
		float: none !important;
		padding-left: 40px !important;
	}
	.main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}

@media (max-width: 767px) {
	.post__extra {
		display: none;
	}
	.layout_bg {
		display: none;
	}
	.content__inner {
		margin-bottom: 2em;
	}
	.fullwidth .main .content {
		padding-left: 0;
	}
	.header {
		min-height: 45px;
	}
	.header-board {
		text-align: center;
		margin-left: 2rem;
		margin-right: 2rem;
	}
	.header_body {
		margin-left: 0 !important;
	}
	.head-news__text {
		margin-left: 0;
	}
	.l-sidebar {
		display: none;
	}
	.fullwidth .footer, .fullwidth .b-header {
		margin-left: 0;
	}
	.b-header, .fdp-inner.fdp-inner_decor {
		margin-top: 0;
		padding: 0;
		background-image: none !important;
	}
	.columns .column {
		display: block;
		width: auto;
		padding: 0;
	}
	.fa-sidemenu__header {
		margin-top: 3em;
		margin-left: -20px;
	}
	.fa-sidemenu__header:first-child {
		margin-top: 0;
	}
	.fa-person__item.fa-person__item {
		width: 47%;
		padding-right: 2%;
	}
	.fa-card--list_view .fa-person__item {
		width: auto;
		padding-right: 0;
	}
}
