

/* Start:/bitrix/templates/mu/styles.css?1551348536388*/
ul ul,
.list-group ul ul{
	margin-top:10px;
	margin-bottom: 5px;
	padding-left:20px;
}
.list-group ul ul li{
	margin-bottom:10px;
}
.doing-list__title.orange{
	background-color: #fff1cc;
	margin: 0 0 12px 0;
	padding: 5px 15px 5px 15px;
	font-size: 18px;
	font-weight: normal;
}
.content .txtall{
	text-align: left;
}
.article img{
	max-width: 100%;
	height: auto;
}
/* End */


/* Start:/bitrix/templates/mu/template_styles.css?16535599422116*/
.main-logo__image{
	width: auto !important;
	max-width: 100%;
}
.hide-item{
	display: none;
}
.r-error-note{
	position: relative;
	top:-7px;
	color:red;
}
.r-success-subscribe{
	padding:20px 0;
	text-align: center;
	font-size:18px;
	color:green;
}
.page_page__inner-mg0 .page__inner{
	margin-bottom: 0;
}
.mgr0{
	margin:0;
}
.sm-title .page__main .page__header{
	min-height: 100px;
}
.grid-view .calendar__cell.calendar__cell_current-day{
	background: #ffdd80;
}

.no-show{
	display: none;
}

.page__header .container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}
.main-slider__item-bg{
	background-image: url('/images/main-slider-bg-library.jpg')
}

.deliver-page{
	min-height: 400px;
	padding:5px 0 0 0;
	text-align: center;
	font-size:22px;
	color:gray;
}
.header .menu-popup{
	padding:0;
}
.search-results-info{
	position: relative;
	top:-30px;
}
.search-page h1{
	display: none;
}
.search-page .page__header{
	min-height: 130px;
}
.news-list__date.date{
	position: relative;
	top:-3px;
}
.article-excerpt_large .article-excerpt__category,
.article-excerpt__category{
	text-transform: lowercase;
}
.footer__contacts_tlt{
	display: block;
	margin:0 0 7px 0;
	border-bottom:1px solid #565656;
	padding:0 0 7px 0;
	color:#fff;
	text-transform: uppercase;
}
.footer__contacts_tlt:hover{
	color:#ff0000;
}
.fancybox-img{
	cursor: pointer;
}
.article__documents.btb{
	border-top: 1px solid #5898c8;
	padding-top:20px;
}
.social__btn_18p{
	margin-left:15px !important;
	font-size:22px;
	color:#fff;
}
.covid-free{

}
/***covid***/
.header__nav{
	position:relative;
/*padding-right:160px;*/
}
.covid-free{
position:absolute;
right:0;
top:-15px;
}
.covid-free img{
	max-height:45px;
}
/***********/
.article,
.news-list{
	max-width:1200px;
}
@media screen and (max-width: 768px) {
	.social__btn_18p{
		font-size:38px;
position:relative;
top:6px;
	}
	.mob-header__search-btn{
		display:flex;
	}
	.mobile__btn_18p{
		color:#fff;
		font-size:20px;
		margin-left:10px;
line-height:30px;
vertical-align:middle;
	}
.header__nav{
padding-right:0;
}
.covid-free{
top:-65px;
	}

}
/* End */


/* Start:/bitrix/templates/mu/lib/normalize.css-8.0.0/normalize.css?15507569456051*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* End */


/* Start:/bitrix/templates/mu/lib/jquery.formstyler-2.0.2/jquery.formstyler.css?15507569452175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/bitrix/templates/mu/lib/slick-1.9.0/slick.css?15507569451776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/bitrix/templates/mu/lib/fancybox/jquery.fancybox.min.css?155075694513841*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0}.fancybox-caption{bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0;text-align:center;z-index:99996}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-44px;z-index:-1}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-caption{padding:12px}.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/bitrix/templates/mu/css/style.css?170292802677810*/
@font-face {
    font-family: 'Proxima Nova';
    src: url('/bitrix/templates/mu/css/../fonts/ProximaNova/ProximaNova-Light.woff2') format('woff2'),
    url('/bitrix/templates/mu/css/../fonts/ProximaNova/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/bitrix/templates/mu/css/../fonts/ProximaNova/ProximaNova-Regular.woff2') format('woff2'),
    url('/bitrix/templates/mu/css/../fonts/ProximaNova/ProximaNova-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/bitrix/templates/mu/css/../fonts/ProximaNova/ProximaNova-Semibold.woff2') format('woff2'),
    url('/bitrix/templates/mu/css/../fonts/ProximaNova/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/bitrix/templates/mu/css/../fonts/ProximaNova/ProximaNova-Bold.woff2') format('woff2'),
    url('/bitrix/templates/mu/css/../fonts/ProximaNova/ProximaNova-Bold.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/bitrix/templates/mu/css/../fonts/ProximaNova/ProximaNova-Extrabld.woff2') format('woff2'),
    url('/bitrix/templates/mu/css/../fonts/ProximaNova/ProximaNova-Extrabld.woff') format('woff');
    font-weight: 800;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/mu/css/../fonts/Roboto/roboto-light.woff2') format('woff2'),
    url('/bitrix/templates/mu/css/../fonts/Roboto/roboto-light.woff') format('woff');
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/mu/css/../fonts/Roboto/roboto-regular.woff2') format('woff2'),
    url('/bitrix/templates/mu/css/../fonts/Roboto/roboto-regular.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/mu/css/../fonts/Roboto/roboto-italic.woff2') format('woff2'),
    url('/bitrix/templates/mu/css/../fonts/Roboto/roboto-italic.woff') format('woff');
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/mu/css/../fonts/Roboto/roboto-medium.woff2') format('woff2'),
    url('/bitrix/templates/mu/css/../fonts/Roboto/roboto-medium.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/mu/css/../fonts/Roboto/roboto-bold.woff2') format('woff2'),
    url('/bitrix/templates/mu/css/../fonts/Roboto/roboto-bold.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/mu/css/../fonts/Roboto/roboto-black.woff2') format('woff2'),
    url('/bitrix/templates/mu/css/../fonts/Roboto/roboto-black.woff') format('woff');
    font-weight: 800;
}

html {
    font-size: 10px;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html.is-noscroll {
    overflow-y: scroll;
}

html.is-noscroll body {
    position: fixed !important;
    width: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

html,
body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 17px;
    background: #fff;
    color: #000;
    min-width: 320px;
    min-height: 100vh;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    color: inherit;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

:hover,
:active,
:focus {
    outline: none;
}

a,
button {
    transition: 0.15s ease-in-out;
    transition-property: color, border-color, background-color, opacity, box-shadow, text-shadow;
}

img {
    vertical-align: middle;
    border-style: none;
}

b, strong {
    font-weight: bold;
}

hr {
    box-sizing: content-box;
    height: 0;
    margin: 17px 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    clear: both;
}

textarea {
    max-width: 100%;
    min-width: 100%;
    overflow: auto;
    resize: vertical;
}

a {
    color: #2578b7;
    text-decoration: none;
}

a:hover {
    color: #e3000b;
}

p {
    margin: 0 0 10px 0;
}

ul,
ol,
dl,
table,
blockquote {
    margin: 0 0 17px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: inherit;
    margin: 0 0 20px 0;
}

h1,
.h1,
.title {
    font-size: 30px;
}

h2,
.h2 {
    font-size: 24px;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
}

.lead {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 34px;
}

.important {
    background: #fff1cc;
    margin: 18px 0;
    padding: 19px 50px 19px 50px;
}

figure {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 30px 0;
}

figure img {
    display: block;
    width: 100%;
    height: auto;
}

figcaption {
    font-style: italic;
    margin-left: 20px;
    width: 151px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: inherit;
}

.form-group {
    margin-bottom: 36px;
}

.form-group__label {
    display: block;
    font-size: 16px;
    margin-bottom: 16px;
}

.form-group__label[for] {
    cursor: pointer;
}

.form-check {
    font-size: 16px;
    line-height: 18px;
    margin: 5px 0 18px 0;
}

.form-check__label {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.form-check__input {
    position: absolute;
    opacity: 0;
}

.form-check__text {
    display: block;
    position: relative;
    padding: 0 0 0 41px;
}

.form-check__text a {
    color: inherit;
    text-decoration: underline;
}

.form-check__text a:hover {
    text-decoration: none;
}

.form-check__input:disabled + .form-check__text {
    opacity: 0.5;
}

.form-check__text:before,
.form-check__text:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.15s ease-in-out;
}

.form-check__text:before {
    width: 18px;
    height: 18px;
    border: 1px solid #707070;
    background: #fff;
    border-radius: 50%;
}

.form-check__label:hover .form-check__text:before {
    background: #a1a1a1;
}

.form-check__text:after {
    width: 16px;
    height: 16px;
    margin: 1px 0 0 1px;
    background: #ffba00;
    border-radius: 50%;
    opacity: 0;
}

.form-check__input:checked + .form-check__text:after {
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: inherit;
}

.form-control::-moz-placeholder {
    color: inherit;
}

.form-control:-ms-input-placeholder {
    color: inherit;
}

.form-control::-ms-input-placeholder {
    color: inherit;
}

.form-control::placeholder {
    color: inherit;
}

.form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.form-control:focus::-moz-placeholder {
    color: transparent;
}

.form-control:focus:-ms-input-placeholder {
    color: transparent;
}

.form-control:focus::-ms-input-placeholder {
    color: transparent;
}

.form-control:focus::placeholder {
    color: transparent;
}

.form-control {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    height: 36px;
    color: #000;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: 0.15s ease-in-out;
}

.form-control,
.jq-selectbox__select,
.jq-selectbox li,
.jq-file__name {
    padding: 7px 19px;
}

.form-control,
.jq-selectbox__dropdown {
    border: 1px solid #959595;
    border-radius: 2px;
    background-color: #fff;
}

textarea.form-control {
    height: 100px;
}

.form-control[disabled] {
    background-color: #f5f5f5;
    border-color: #ccc;
    color: #888;
}

.form-control[disabled],
.jq-selectbox.disabled .jq-selectbox__select,
.jq-file input[type=file][disabled],
.jq-number.disabled .jq-number__spin,
.form-check__input:disabled + .form-check__text {
    cursor: default;
    cursor: not-allowed;
}

.form-control.error,
.form-check__input.error + .form-check__text:before {
    border-color: #ff0000;
}

label.error {
    display: block;
    color: #ff0000;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: -14px;
}

.jq-selectbox {
    padding: 0;
}

.jq-selectbox__select {
    padding-right: 45px;
    height: 100%;
    cursor: pointer;
}

.jq-selectbox__select-text.placeholder {
    color: inherit;
}

.jq-selectbox__dropdown {
    top: 100%;
    left: -1px;
    right: -1px;
    overflow: hidden;
}

.jq-selectbox__dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jq-selectbox li {
    white-space: normal;
    cursor: pointer;
}

.jq-selectbox li.selected,
.jq-selectbox li:hover {
    background: #ffba00;
}

.jq-selectbox__select:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    color: #ff0000;
    border-style: solid;
    border-width: 0 0 1px 1px;
    top: 50%;
    margin-top: -10px;
    right: 17px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.jq-file {
    padding: 0 159px 0 0;
}

.jq-file__name {
    height: 100%;
    cursor: pointer;
}

.jq-file input[type=file] {
    cursor: pointer;
    width: auto;
}

.jq-file__browse {
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 160px;
    background: #ffba00;
    transition: 0.15s ease-in-out;
}

.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    text-decoration: none;
    background: #ffba00;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    padding: 7px 30px;
    border-radius: 20px;
}

.btn_small {
    font-size: 12px;
    line-height: 18px;
    padding: 4px 30px;
}

.btn:hover {
    text-decoration: none;
    color: #000;
    background: #ffcf4d;
}

.btn[disabled] {
    opacity: .55;
    cursor: default;
    cursor: not-allowed;
}

.popup-window {
    background: #fff;
    width: 450px;
    border-radius: 5px;
    max-width: 100%;
    padding: 30px;
    overflow: visible;
}

.popup-window:not(.fancybox-content) {
    display: none;
}

.fancybox-container {
    font-family: inherit;
}

.fancybox-close-small svg {
    display: none;
}

.close-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: none;
    background: none;
}

.fancybox-close-small,
.close-btn {
    padding: 0;
    width: 30px;
    height: 30px;
    color: #6f7171;
}

.fancybox-close-small:hover,
.close-btn:hover {
    color: #000;
}

.fancybox-close-small:before,
.fancybox-close-small:after,
.close-btn:before,
.close-btn:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    border-bottom: 2px solid;
    margin: -1px 0 0 -9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-close-small:after,
.close-btn:after {
    -webkit-transform: rotate(-45deg);    
    transform: rotate(-45deg);  
}

.mob-header,
.menu-popup__bg {
    display: none;
}

.container {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.header {

}

.header__top {
    background: #000;
    color: #fff;
}

.header__top-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 20px;
}

.header__document {
    display: -ms-flexbox;
    display: flex;
}

.header__document-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    margin-left: -18px;
    padding: 0 18px;
    letter-spacing: 0.025em;
}

.header__document-link:hover {
    color: inherit;
    background: rgba(255,255,255,0.2);
}

.header__document-icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 16px;
    height: 19px;
    margin-left: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header__document-icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('/bitrix/templates/mu/css/../images/icon-document.svg') 0 0 no-repeat;
    background-size: 100% 100%;
}

.header__social {
    display: -ms-flexbox;
    display: flex;
}

.header__social-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 11px;
    color: inherit;
    text-decoration: none;
    padding: 0 16px;
    letter-spacing: 0.04em;
}

.header__social-title:hover {
    color: inherit;
    background: rgba(255,255,255,0.2);
}

.header__social-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.social {

}

.social__btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 23px;
    height: 20px;
    margin: 0 4px;
    font-weight: bold;
}

.social__btn:first-child {
    margin-left: 0;
}

.social__btn:last-child {
    margin-right: 0;
}

.social__btn_facebook {
    margin-left: 0;
    margin-right: 0;
}

.social__btn:before,
.social__btn:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: 0.25s ease-in-out;
}

.social__btn:before,
.social__btn:hover:after {
    opacity: 1;
    visibility: visible;
}

.social__btn:after,
.social__btn:hover:before {
    opacity: 0;
    visibility: hidden;
}

.social__btn_vkontakte:before,
.social__btn_vkontakte:after {
    width: 23px;
    height: 14px;
    background-image: url('/bitrix/templates/mu/css/../images/icon-social-vkontakte.svg');
}

.social__btn_vkontakte:after {
    background-image: url('/bitrix/templates/mu/css/../images/icon-social-vkontakte-active.svg');    
}

.social_dark .social__btn_vkontakte:after {
    background-image: url('/bitrix/templates/mu/css/../images/icon-social-vkontakte-dark.svg');    
}

.social__btn_facebook:before,
.social__btn_facebook:after {
    width: 8px;
    height: 17px;
    background-image: url('/bitrix/templates/mu/css/../images/icon-social-facebook.svg');
}

.social__btn_facebook:after {
    background-image: url('/bitrix/templates/mu/css/../images/icon-social-facebook-active.svg');
}

.social_dark .social__btn_facebook:after {
    background-image: url('/bitrix/templates/mu/css/../images/icon-social-facebook-dark.svg');
}

.social__btn_telegram:before,
.social__btn_telegram:after {
    width: 21px;
    height: 17px;
    background-image: url('/bitrix/templates/mu/css/../images/icon-social-telegram.svg');
}

.social__btn_telegram:after {
    background-image: url('/bitrix/templates/mu/css/../images/icon-social-telegram-active.svg');
}

.social_dark .social__btn_telegram:after {
    background-image: url('/bitrix/templates/mu/css/../images/icon-social-telegram-dark.svg');
}

.social__btn_twitter:before,
.social__btn_twitter:after {
    width: 22px;
    height: 18px;
    background-image: url('/bitrix/templates/mu/css/../images/icon-social-twitter.svg');
}

.social__btn_twitter:after {
    background-image: url('/bitrix/templates/mu/css/../images/icon-social-twitter-active.svg');
}

.social_dark .social__btn_twitter:after {
    background-image: url('/bitrix/templates/mu/css/../images/icon-social-twitter-dark.svg');
}

.header__content {
    background: #fff;
    padding: 37px 0 23px;
}

.header__content-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__logo {
    margin: -26px 20px 0 0;
}

.logo {

}

.logo__img {
    width: 206px;
    height: auto;
}

.header__nav {

}

.nav {
    font-size: 13px;
    text-transform: uppercase;
    color: #333333;
}

.nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav__list + .nav__list {
    border-top: 1px solid #d5d5d5;
    padding-top: 9px;
}

.nav__item {
    display: inline-block;
    margin: 0 49px 7px 0;
}

.nav__list:first-child .nav__item{
	margin-right:65px;
}
.footer .nav__list .nav__item{
	margin-right:58px;
}
.footer .nav__list:first-child .nav__item{
	margin-right:63px;
}
.footer .nav__list .nav__item.clr + .nav__item{
	clear: both;
}
.nav__item:last-child {
    margin-right: 0 !important;
}

.nav__item_first {

}

.nav__item_title {
    font-weight: 500;
    color: #ff0000;
}

.nav__link {
    color: inherit;
    text-decoration: none;
}

.nav__link:hover,
.nav__link.is-active {
    color: #ff0000;
}

.nav__item_title .nav__link:hover {
    color: #000;
}

.content {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.footer {
    background: #000;
    color: #fff;
}

.footer__content {
    padding: 31px 0 56px;
}

.footer__text {
    border-bottom: 1px solid #565656;
    padding-bottom: 19px;
    margin-bottom: 38px;
    font-size: 12px;
    line-height: 20px;
}

.footer__content-inner {

}

.footer__content-inner:after {
    content: '';
    display: table;
    clear: both;
}

.footer__logo {
    float: left;
    margin: -16px 70px 41px 0;
}

.footer-logo {

}

.footer-logo__img {
    width: 172px;
}

.footer__nav {
    float: left;
    width: 482px;
}

.footer__nav .nav {
    font-size: 14px;
    color: #fff;
}

.footer__nav .nav__list:after {
    content: '';
    display: table;
    clear: both;
}

.footer__nav .nav__list + .nav__list {
    border-top-color: #565656;
}

.footer__nav .nav__item {
    float: left;
    margin: 0 10px 7px 0;
}


.footer__nav .nav__item_title .nav__link:hover {
    color: #fff;
}

.footer__contacts {
    float: right;
    text-align: right;
}

.footer__contacts-address {
    font-size: 12px;
    line-height: 16px;
    margin: -3px 0 13px;
}
.footer__contacts-address a{
	color:#fff;
}
.footer__contacts-address a:hover{
	color:#e3000b;
}

.footer__contacts-phone {
    font-size: 18px;
}

.footer__contacts-phone a {
    color: inherit;
    text-decoration: none;
}

.footer__social {
    float: right;
    clear: both;
}

.footer__subscribe {
    float: left;
}

.subscribe {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.subscribe__title {
    font-size: 14px;
    text-transform: uppercase;
    width: 241px;
}

.subscribe__content {
    padding-right: 140px;
    position: relative;
    width: 403px;
}

.subscribe__form {

}

.subscribe__input {
    border-color: #fff;
    font-size: 12px;
    height: 26px;
    padding: 2px 12px;
}

.subscribe__btn {
    position: absolute;
    right: 0;
    top: -1px;
    width: 114px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 3px 0;
    height: 28px;
}

.footer__bottom {
    background: #ffba00;
    color: #000;
    padding: 12px 0;
    min-height: 198px;
}

.footer__bottom-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__copyright {
    font-size: 12px;
    line-height: 20px;
}

.footer__counters {
    font-size: 12px;
    line-height: 20px;
}

.search-section {
    padding: 54px 0;
    background: #cacece;
}

.search {
    padding: 0 60px;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

.search:before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    width: 48px;
    height: 60px;
    background: url('/bitrix/templates/mu/css/../images/icon-search.svg') 0 0 no-repeat;
    background-size: 100% 100%;
}

.search__wrapper {
    position: relative;
}

.search__form {

}

.search__input {
    border-color: #fff;
    height: 36px;
    padding: 7px 36px 7px 19px;
    font-size: 15px;
}

.search__btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    border: none;
    padding: 0;
    background: none;
}

.search__btn:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    background: url('/bitrix/templates/mu/css/../images/icon-search-btn.svg') 0 0 no-repeat;
    background-size: 100% 100%;
}

.search__advanced-btn {
    position: absolute;
    right: 0;
    top: -1px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #e3000b;
    border: none;
    padding: 0;
}

.search__advanced-btn:hover {
    background: #b60009;
}

.search__advanced-btn:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 17px;
    background: url('/bitrix/templates/mu/css/../images/icon-search-advanced-btn.svg') 0 0 no-repeat;
    background-size: 100% 100%;
}

.title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 40px;
}

.directions {
    padding: 44px 0;
    min-height: 640px;
    overflow: hidden;
    background: url('/bitrix/templates/mu/css/../images/map.png') center 55px no-repeat;
    background-size: 1056px auto;
}

.directions__title {

}

.directions__list {
    font-size: 15px;
    line-height: 23px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.directions__item {
    margin-bottom: 5.4px;
}

.directions__link {
    display: block;
    position: relative;
    padding: 4px 20px;
    padding-left: 0;
    text-align: right;
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
}

.directions__link:hover {
    color: inherit;
}

.directions__link_right {
    margin-left: auto;
    text-align: left;
    padding-right: 0;
    padding-left: 20px;
}

.directions__link:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 2000px;
    width: calc((100vw - 960px) / 2 + 100%);
    background: rgba(43,59,58,0.1);
    z-index: -1;
    transition: 0.15s ease-in-out;
}

.directions__link_right:before {
    right: auto;
    left: 0;
}

.directions__link:hover:before {
    background: rgba(255,186,0,0.6);
}

.all-btn {
    font-size: 12px;
    text-transform: uppercase;
    border-color: #b7b7b7;
    color: #000;
    background: transparent;
    height: auto;
    padding: 3px 18px;
}

.all-btn:hover {
    background: #ffba00;
    border-color: #b79538;
}

.more-btn {
    border: none;
    padding: 0;
    background: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 16px;
    height: 20px;
    color: #e71139;
}

.more-btn:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    left: 50%;
    top: 50%;
    margin: -7px;
    border-style: solid;
    border-width: 0 0 1px 1px;
    -webkit-transform: translateX(-4px) rotate(225deg);
    transform: translateX(-4px) rotate(225deg);
}

.more-btn:hover:before {
    border-width: 0 0 2px 2px;
}

.engagement-rating {
    padding: 55px 0 38px;
    overflow: hidden;
}

.engagement-rating__header {
    position: relative;
    padding-right: 150px;
    margin-bottom: 45px;
}

.engagement-rating__title {
    margin-bottom: 5px;
}

.engagement-rating__subtitle {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    max-width: 560px;
    margin: 0;
}

.engagement-rating__all-btn {
    position: absolute;
    right: 0;
    top: 5px;
}

.engagement-rating__inner {

}

.engagement-rating__content {

}

.engagement-rating__graph {
    position: relative;
    margin-right: 87px;
}

.engagement-rating__list {
    line-height: 17px;
    position: relative;
}

.engagement-rating__list:after {
    content: '';
    display: table;
    clear: both;
}

.engagement-rating__list-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}

.engagement-rating__list-item:last-child {
    margin-bottom: 0;
}

.engagement-rating__list-title-wrapper {
    float: left;
    width: 184px;
    padding-right: 30px;
    text-align: right;
}

.engagement-rating__list-title {
    text-transform: uppercase;
}

.engagement-rating__list-value-wrapper {
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 17px;
    position: relative;
}

.engagement-rating__list-value-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1000px;
    width: calc(50vw + 480px - 184px);
    height: 100%;
    background: #efefef;
}

.engagement-rating__list-value {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #ffba00;
    z-index: 1;
}

.engagement-rating__list-item:last-child .engagement-rating__list-value {
    background: #a49c97;
}

.engagement-rating__graph-footer {
    position: absolute;
    left: 184px;
    right: 0;
    top: 100%;
    padding-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.engagement-rating__graph-footer-num {
    width: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.engagement-rating__graph-footer-num:first-child {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.engagement-rating__graph-footer-num:last-child {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.engagement-rating__footer {
    margin-top: 72px;
    position: relative;
    padding-right: 30px;
}

.engagement-rating__footer-text {
    font-size: 12px;
    line-height: 20px;
}

.engagement-rating__footer-more-btn {
    position: absolute;
    right: 0;
    top: 9px;
}

.date {
    font-size: 12px;
    line-height: 16px;
}

.date:after {
    content: '';
    display: table;
    clear: both;
}

.date__day {
    float: left;
    color: #e3000b;
    font-size: 35px;
    line-height: 32px;
    margin: -1px 4px 0 0;
}

.date__month {
    color: #e3000b;
    display: block;
}
.date__month a{
	color: #000;
}
.date__month a:hover{
	color: #e3000b;
}
.date__month.red a{
	color: #e3000b;
	text-transform: uppercase;
}
.date__month.red a:hover{
	color: #000;
}

.date__year {
    display: block;
}

.articles-section {
    background: #dfe2e2;
    padding: 37px 0 18px;
}

.articles-section__header {
    position: relative;
    padding-right: 150px;
}

.articles-section__title {
    margin-bottom: 23px;
}

.articles-section__all-btn {
    position: absolute;
    right: 0;
    top: 4px;
}

.articles-catalog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.articles-catalog__item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 19px;
    padding: 0 4px;
}

.article-excerpt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background: #fff;
    height: 458px;
    transition: 0.15s ease-in-out;
}

.article-excerpt:hover {
    background: #fff8e5 !important;
}

.article-excerpt__content {
    position: relative;
    height: 269px;
    padding: 55px 30px 18px 20px;
}

.article-excerpt__category {
    position: absolute;
    right: 18px;
    top: 13px;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
}

.article-excerpt__category:hover {
    color: #e3000b;
}

.article-excerpt__header {

}

.article-excerpt__date {
    position: absolute;
    left: 20px;
    top: 15px;
    width: 190px;
}

.article-excerpt__title {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 24px;
    /*height: 96px;*/
    overflow: hidden;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 17px 0;
}

.article-excerpt__title-link {
    color: inherit;
    text-decoration: none;
}

.article-excerpt:hover .article-excerpt__title-link {
    color: #e3000b;
}

.article-excerpt__text {
    font-size: 14px;
    line-height: 17px;
    height: 68px;
    overflow: hidden;
}

.article-excerpt__more-btn {
    position: absolute;
    right: 10px;
    bottom: 19px;
}

.article-excerpt__image-wrapper {
    display: block;
    height: 189px;
    background: #000;
    -webkit-filter: grayscale(1);
    filter: gray;
    filter: grayscale(1);
    transition: 0.15s ease-in-out;
}

.article-excerpt:hover .article-excerpt__image-wrapper {
    -webkit-filter: grayscale(0);
    filter: none;
    filter: grayscale(0);
}

.article-excerpt__image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 768px) {
    .articles-catalog__item_large {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .article-excerpt_large {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .article-excerpt_large .article-excerpt__content {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
        -ms-flex-preferred-size: calc(33.33% - 4px);
        flex-basis: calc(33.33% - 4px);
        max-width: 33.33%;
        max-width: calc(33.33% - 4px);
        height: auto;
        padding-top: 75px;
	    overflow: hidden;
	    position: relative;
    }
	.articles-catalog .article-excerpt__content:after,
	.aside-catalog .article-excerpt__content:after{
		content: '';
		position: absolute;
		bottom:0;
		left:0;
		width: 100%;
		height: 10px;
		/*background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);*/
		background: #fff;
		transition: 0.15s ease-in-out;
		opacity: 1;
	}
	.aside-catalog .article-excerpt__content:after{
		background:#dfe2e2;
	}
	.articles-catalog .article-excerpt:hover .article-excerpt__content:after,
	.aside-catalog .article-excerpt:hover .article-excerpt__content:after{
		background: rgba(255,248,229,1);
	}

    .article-excerpt_large .article-excerpt__image-wrapper {
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: auto;
    }

    .article-excerpt_large .article-excerpt__category {
        top: 20px;
    }

    .article-excerpt_large .article-excerpt__date {
        top: 19px;
    }

    .article-excerpt_large .article-excerpt__title {
        margin-bottom: 20px;
    }

    .article-excerpt_large .article-excerpt__text {
        height: 221px;
    }

    .page__article-excerpt-wrapper .article-excerpt_large {
        height: 380px;
    }

    .page__article-excerpt-wrapper .article-excerpt_large .article-excerpt__content {
        -ms-flex-preferred-size: 328px;
        flex-basis: 328px;
        max-width: 328px;
        padding-top: 72px;
    }
    .page__article-excerpt-wrapper .article-excerpt_large .article-excerpt__content.nopic {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .page__article-excerpt-wrapper .article-excerpt_large .article-excerpt__title {
        margin-bottom: 18px;
    }

    .page__article-excerpt-wrapper .article-excerpt_large .article-excerpt__text {
        height: 153px;
    }
}

.events-section {
    background: #ffeebf;
    padding: 42px 0 39px;
}

.events-section__header {
    position: relative;
    padding-right: 150px;
}

.events-section__title {
    margin-bottom: 38px;
}

.events-section__all-btn {
    position: absolute;
    right: 0;
    top: 9px;
}

.events-catalog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: 1px solid #fff;
}

.events-catalog__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    border-right: 1px solid #fff;
}

.article-excerpt_event {
    display: block;
    height: auto;
    background: none !important;
}

.article-excerpt_event:hover {
    background: none !important;
}

.article-excerpt_event .article-excerpt__content {
    height: auto;
    padding: 54px 30px 10px 20px;
}

.article-excerpt_event .article-excerpt__date {
    top: 3px;
}

.article-excerpt_event .article-excerpt__title {
    margin: 0;
}

.article-excerpt_event .article-excerpt__more-btn {
    bottom: 12px;
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 10;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    width: 17px;
    height: 17px;
    border: none;
    background: none;
    padding: 0;
    position: relative;
    cursor: pointer;
    text-indent: -9999px;
}

.slick-dots li button:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    margin: -3px;
    border-radius: 50%;
    background: #fff;
}

.slick-dots li.slick-active button:before {
    background: #e68a12;
}

.slick-arrow {
    border: 1px solid;
    border-radius: 50%;
    padding: 0;
    background: transparent;
    background: none;
    position: absolute;
    text-indent: -9999px;
    z-index: 11;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    color: #fff;
}

.slick-arrow:hover {
    background: rgba(255,255,255,0.2);
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.slick-arrow:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 50%;
    top: 50%;
    margin: -9px;
    border-style: solid;
    border-width: 0 0 1px 1px;
}

.slick-prev:after {
    -webkit-transform: translateX(4px) rotate(45deg);
    transform: translateX(4px) rotate(45deg);
}

.slick-next:after {
    -webkit-transform: translateX(-4px) rotate(225deg);
    transform: translateX(-4px) rotate(225deg);
}

.main-slider {
    background: #0b1c29;
}

.main-slider .slick-prev {
    left: 50%;
    margin-left: -495px;
}

.main-slider .slick-next {
    right: 50%;
    margin-right: -495px;
}

.main-slider__item {
    display: block !important;
    position: relative;
    background: #0b1c29;
    overflow: hidden;
}

.main-slider__item + .main-slider__item {
    display: none !important;
}

.main-slider__item-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-slider__item-inner {
    height: 500px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.main-slider__content {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-top: 62px;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 20px;
    line-height: 24px;
}

.main-slider__content p {
    margin-bottom: 24px;
}

.main-slider__content p:last-child {
    margin-bottom: 0 !important;
}

.main-slider__content-t2 {

}

.main-slider__content-t3 {

}

.main-slider__content-t1,
.main-slider__content-t21,
.main-slider__content-t22,
.main-slider__content-t31,
.main-slider__content-t32 {
    position: relative;
    z-index: 1;
}

.main-slider__content-t1:before,
.main-slider__content-t21:before,
.main-slider__content-t22:before,
.main-slider__content-t31:before,
.main-slider__content-t32:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2000px;
    width: 100vw;
    background: #ffba00;
    z-index: -1;
}

.main-slider__content-t1 {
    padding: 23px 20px 29px 0;
    width: 463px;
    min-height: 100px;
    position: relative;
    font-weight: 300;
}

.main-slider__content-t21 {
    padding: 25px 50px 3px 0;
    width: 463px;
}

.main-slider__content-t22 {
    padding: 12px 105px 24px 0;
    width: 567px;
}

.main-slider__content-t31 {
    padding: 25px 28px 20px 0;
    width: 618px;
}

.main-slider__content-t32 {
    padding: 5px 50px 29px 0;
    width: 454px;
}

.main-slider__quote {
    font-weight: 300;
    position: relative;
    padding: 0 40px 37px 73px;
}

.main-slider__quote:before,
.main-slider__quote:after {
    position: absolute;
    font-size: 100px;
    line-height: 50px;
    font-weight: 800;
    color: #fff;
}

.main-slider__quote:before {
    content: '«';
    left: 0;
    top: -8px;
}

.main-slider__quote:after {
    content: '»';
    right: 0;
    bottom: 0;
}

.main-slider__quote-author {
    font-size: 16px;
    line-height: 20px;
    margin-left: 73px;
}

.main-logo {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    color: #fff;
}

.main-logo__image-wrapper {
    margin: -45px 38px -15px -31px;
}

.main-logo__image {

}

.main-logo__content {

}

.main-logo__title {
    font-size: 76px;
    line-height: 1;
    font-weight: 300;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    width: 364px;
}

.main-logo__title strong {
    display: block;
    font-weight: bold;
}

.main-logo__text {
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    width: 260px;
}

.up-btn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background: #000;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s ease-in-out;
}

.up-btn.is-visible {
    opacity: 1;
    visibility: visible;
}

.up-btn:hover {
    background: #ffba00;
    color: #000;
}

.up-btn:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -9px;
    width: 18px;
    height: 18px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.articles-section__footer,
.events-section__footer,
.engagement-rating__footer-row {
    text-align: center;
    display: none;
}

.footer__document {
    display: none;
}

.breadcrumbs {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
    font-size: 9px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.breadcrumbs__item {
    display: inline-block;
}

.breadcrumbs__item:after{
    content: '|';
}

.breadcrumbs__item:last-child:after{
    display: none;
}

.breadcrumbs__link {
    color: inherit;
    text-decoration: none;
}

.page-title {
    color: #fff;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.page-title_article {
    color: inherit;
}

.page {
    overflow: hidden;
    position: relative;
}

.page__inner {
    margin-bottom: 55px;
}

.page__inner:after {
    content: '';
    display: table;
    clear: both;
}

.page__main {
    float: left;
    width: 100%;
}

.page__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 7px 0 0 0;
    background: #ffba00;
    position: relative;
    min-height: 144px;
}

.page__header:before,
.page__header:after {
    content: '';
    position: absolute;
    width: 1000px;
    width: 50vw;
    top: 0;
    bottom: 0;
    background: #ffba00;
}

.page__header:before {
    right: 100%;
}

.page__header:after {
    left: 100%;
}

.page__image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

.page__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page__article-excerpt-wrapper {
    padding-bottom: 21px;
}

.page__content {
    padding: 30px 0 0 0;
}

.page_with-sidebar .page__main {
    padding-right: 315px;
}

.page_with-tags .page__header,
.page_with-sidebar .page__content {
    padding-right: 24px;
}

.page_with-tags .page__header {
    margin-right: 315px;
}

.page_with-tags .page__header {
    height: 500px;
}

.page_with-tags .page__header:after {
    background: #ffdd80;
}

.page__aside {
    float: left;
    width: 315px;
    margin-left: -315px;
    position: relative;
}

.page__aside-header {
    height: 500px;
    margin-top: -500px;
}

.page__aside-content {

}

.tags {
    position: relative;
}

.tags__content {
    text-align: center;
    padding: 58px 20px 0;
    height: 500px;
}

.tags__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 28px;
}

.tags__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    text-transform: uppercase;
    max-height: 300px;
    overflow: hidden;
}

.tags__item {

}

.tags__link {
    color: inherit;
    text-decoration: none;
}

.tags__btn-row {
    margin-top: 32px;
}

.tags__btn {
    font-size: 12px;
    text-transform: uppercase;
    border-color: #b7a678;
    color: #000;
    background: rgba(255,255,255,0.5);
    height: auto;
    padding: 3px 18px;
    min-width: 180px;
}

.tags__btn:hover {
    background: #ffba00;
    border-color: #b79538;
}

.tags__popup {
    position: absolute;
    right: 0;
    top: 0;
    height: 500px;
    background: #dfe2e2;
    box-shadow: 5px 0 2px rgba(0, 0, 0, 0.1);
    z-index: 100;
    display: none;
}

.tags.is-open .tags__popup {
    display: -ms-flexbox;
    display: flex;
}

.tags__popup-close {
    position: absolute;
    right: 39px;
    top: 17px;
}

.tags__popup-header {
    width: 270px;
    padding: 58px 0 0 52px;
}

.tags__popup-header .tags__list {
    max-height: 350px;
}

.tags__popup-content {
    width: 315px;
    padding: 59px 20px 20px 72px;
    overflow-y: auto;
}

.tags__popup-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 34px;
}

.tags__popup-group {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.tags__popup-letter {

}

.tags__popup-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tags__popup-list-item {

}

.page__aside-title {
    font-size: 18px;
    font-weight: bold;
    margin: 33px 0 15px;
    text-align: center;
}

.aside-catalog {

}

.aside-catalog__item {
    margin-bottom: 24px;
}

.aside-catalog .article-excerpt {
    background: #dfe2e2;
}

.subscribe-block {
    background: #ffba00;
    padding: 26px 20px 30px;
    margin-bottom: 24px;
}

.subscribe-block__title {
    font-size: 16px;
    margin-bottom: 26px;
}

.subscribe-block__form {

}

.subscribe-block__inpput-row {
    position: relative;
}

.subscribe-block__input {
    border-color: #fff;
    padding: 7px 30px 7px 10px;
    font-size: 14px;
}

.subscribe-block__btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 36px;
}

.subscribe-block .form-check {
    font-size: 11px;
    line-height: 13px;
    margin: 35px 0 0;
}

.subscribe-block .form-check__text {
    padding-left: 35px;
}

.subscribe-block .form-check__text:before,
.subscribe-block .form-check__text:after {
    top: 1px;
}

.subscribe-block .form-check__text:before {
    width: 26px;
    height: 26px;
    border-color: #fff;
    background: #fff !important;
}

.subscribe-block .form-check__text:after {
    width: 14px;
    height: 14px;
    margin: 6px 0 0 6px;
    background: #9c9c9c;
}

.news-list {

}

.news-list__item {
    position: relative;
    margin-bottom: 8px;
    padding-bottom: 20px;
}

.news-list__date {

}

.news-list__date .date__day {
    float: none;
    margin: 0;
    display: inline;
    font-size: 25px;
}

.news-list__date .date__month {
    display: inline;
}

.news-list__date .date__year {
    display: inline;
}

.news-list__title {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}

.news-list__title-link {
    color: inherit;
    text-decoration: none;
}

.news-list__title-link:hover {
    color: #e3000b;
}

.news-list__text {
    margin-top: 12px;
}

.news-list__more-btn {
    position: absolute;
    right: 14px;
    bottom: 0;
}

.news-list-section {
    border-top: 1px solid #999999;
    padding-top: 15px;
    margin-bottom: 25px;
}

.news-list-section__title {
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.news-list-section__footer {
    margin-top: 19px;
}

.news-list-section__btn {
    min-width: 125px;
}

.news-list-section .news-list__item {
    padding-bottom: 4px;
    padding-right: 40px;
}

.news-list-section .news-list__more-btn {
    right: 0;
}

.document {
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: italic;
}

.document__item {
    position: relative;
    padding-left: 48px;
    margin-bottom: 20px;
}

.document__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 33px;
    background: url('/bitrix/templates/mu/css/../images/icon-document-def.png') 0 0 no-repeat;
    background-size: 100% 100%;
}
.document__item.pdf:before {
	background-image: url(/bitrix/templates/mu/css/../images/icon-document-pdf.png);
	width: 33px;
}

.document__title {
    display: block;
    margin-bottom: 3px;
}

.document__link {

}

.article {

}

.article__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 14px;
}

.article__date {

}

.article__date .date__day {
    float: none;
    margin: 0;
    display: inline;
    font-size: 25px;
}

.article__date .date__month {
    display: inline;
}

.article__date .date__year {
    display: inline;
}

.article__category {
    font-size: 14px;
    text-transform: uppercase;
    color: inherit;
    text-decoration: none;
    margin-top: 11px;
}

.article__category:hover {
    color: #e3000b;
}

.article__footer {
    margin-top: 36px;
    margin-bottom: 40px;
}

.article__data {
    padding-bottom: 20px;
    margin-bottom: 14px;
    border-bottom: 1px solid #5898c8;
}

.article__data-item {
    margin-bottom: 11px;
}

.article__data-title {
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 2px;
}

.article__data-description {

}

.article__data-description a {
    font-style: italic;
}

.article__documents {
    margin-bottom: 42px;
}

.article__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.article__share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #ffba00;
    padding: 16px 22px 17px 18px;
}

.article__share-title {
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 33px;
}

.article__share-content {

}

.article__back-btn-field {
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.article__back-btn {

}

.article .engagement-rating {
    padding: 0;
    margin: 30px 0;
}

.graph {
    position: relative;
    z-index: 1;
    padding-top: 89px;
    margin-bottom: 70px;
}

.graph__bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 74px;
    border-left: 1px solid #fff;
}

.graph__bg-line {
    height: 0;
    border-right: 1px solid #fff;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    transition: 0.15s ease-in-out;
}

.graph__bg-line.is-hidden {
    height: 0 !important;
}

.graph__bg-line:nth-child(12n) {
    height: 100%;
}

.graph__bg-line:nth-child(12n + 1),
.graph__bg-line:nth-child(12n + 11) {
    height: 73%;
}

.graph__bg-line:nth-child(12n + 2),
.graph__bg-line:nth-child(12n + 10) {
    height: 57%;
}

.graph__bg-line:nth-child(12n + 3),
.graph__bg-line:nth-child(12n + 9) {
    height: 47%;
}

.graph__bg-line:nth-child(12n + 4),
.graph__bg-line:nth-child(12n + 8) {
    height: 41%;
}

.graph__bg-line:nth-child(12n + 5),
.graph__bg-line:nth-child(12n + 7) {
    height: 37%;
}

.graph__bg-line:nth-child(12n + 6) {
    height: 32%;
}

.graph__line {
    height: 1px;
    background: #fff;
    position: relative;
}

.graph__values {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.graph__value {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 0;
    font-size: 18px;
    padding-top: 36px;
}

.graph__value:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    top: 0;
    left: 50%;
    margin: -7px;
}

.graph__value-text {
    white-space: nowrap;
}

.graph__current {
    position: absolute;
    left: 0;
    top: -2px;
    height: 5px;
    background: #fff;
    opacity: 1;
    transition-timing-function: ease-in-out;;
    transition-duration: 0.25s, 1s;
    transition-property: opacity, width;
    transition-delay: 0.25s;
}

.graph__current.is-hidden {
    opacity: 0;
    width: 0 !important;
}

.graph__current-dott {
    position: absolute;
    width: 14px;
    height: 14px;
    right: -7px;
    top: -5px;
}

.graph__current-dott:before,
.graph__current-dott:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 44px;
    height: 44px;
    margin: -22px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(255,255,255,0.4);
}

.graph__current-dott:before {
    width: 92px;
    height: 92px;
    margin: -46px;
    background: rgba(255,255,255,0.2);
}

.graph__current-dott > span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
}

.about-lead {
    font-size: 18px;
    line-height: 21px;
    height: 84px;
    margin: 3px 0 4px;
}

.about-mob-graph {
    display: none;
}

.about-graph {
    margin: 0 27px;
    height: 192px;
}

.about-title {
    min-height: 118px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 31px 33px 0 0;
    position: relative;
    z-index: 1;
}

.about-title:before {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    height: 100%;
    width: 2000px;
    width: 100vw;
    background: rgba(12,31,46,0.2);
}

.about-title__t1 {
    display: block;
    font-size: 18px;
    color: #000;
    text-transform: none;
    margin-bottom: 5px;
}

.about-title__t2 {
    display: block;
}

.doing-list-title {
    margin-bottom: 21px;
}

.doing-list {
    margin: 0 0 55px 0;
    padding: 0 20px 0 40px;
    list-style: none;
}

.doing-list__item {
    margin-bottom: 17px;
}

.doing-list__title {
    background: #dfe2e2;
    margin: 0 -20px 12px -40px;
    padding: 5px 20px 5px 40px;
    font-size: 18px;
    font-weight: normal;
}

.doing-list__content {

}

.for-who-title {
    margin-bottom: 25px;
}

.for-who {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -60px;
}

.for-who__item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-left: 60px;
    margin-bottom: 30px;
}

.for-who__image-field {
    max-width: 228px;
    position: relative;
    margin: 0 0 37px 20px;
}

.for-who__image-field:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.for-who__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.for-who__title {
    background: #ffdc7f;
    padding: 6px 10px 4px 40px;
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.for-who__content {

}

.for-who__text {
    margin-left: 40px;
}

.blockquote-section {
    background: #dfe2e2;
    padding: 33px 0 60px;
}

.blockquote-section__title {
    margin-bottom: 30px;
}

.blockquote {

}

.blockquote__content {
    position: relative;
    font-size: 18px;
    line-height: 1.22;
    padding: 0 70px 0 84px;
}

.blockquote__content:before,
.blockquote__content:after {
    font-family: 'Proxima Nova', sans-serif;
    position: absolute;
    font-size: 100px;
    line-height: 50px;
    font-weight: 800;
    color: #fff;
}

.blockquote__content:before {
    content: '«';
    left: 0;
    top: -8px;
}

.blockquote__content:after {
    content: '»';
    right: 0;
    bottom: 6px;
}

.blockquote__footer {
    margin: 31px 0 0 84px;
}

.blockquote__btn {
    text-transform: uppercase;
    margin-right: 27px;
}

.blockquote__btn:last-child {
    margin-right: 0;
}

.about-question {
    background: #ffeab2;
    position: relative;
    padding: 35px 0 51px;
    font-size: 18px;
    line-height: 1.22;
    margin-bottom: 11px;
}

.about-question:before,
.about-question:after {
    content: '';
    position: absolute;
    width: 50vw;
    top: 0;
    bottom: 0;
    background: #ffeab2;
}

.about-question:before {
    right: 100%;
}

.about-question:after {
    left: 100%;
}

.about-question__title {
    font-size: 30px;
    left: 1.2px;
    font-weight: normal;
    margin: 0 0 10px;
}

.about-question__list {
    margin: 0 0 15px 0;
    padding: 0 0 0 60px;
    list-style: none;
    position: relative
}

.about-question__list:before {
    content: '?';
    position: absolute;
    left: 0;
    top: -10px;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 100px;
    line-height: 1;
    font-weight: 800;
    color: #fff;
}

.about-question__list-item {
    margin-bottom: 7px;
}

.about-question__text {

}

.calendar {
    padding-top: 9px;
}

.calendar__head {
    display: none;
}

.calendar__head-row {

}

.calendar__head-cell {

}

.calendar__body {

}

.calendar__row {
    margin-bottom: 23px;
}

.calendar__cell {
    margin-bottom: 2px;
    position: relative;
    margin-left: 34px;
}

.calendar__cell_other-month {
    display: none;
}

.calendar__cell_empty {
    display: none;
}

.calendar__cell_current-day {

}

.calendar__cell_multiple-events {

}

.calendar__day {
    position: absolute;
    left: -34px;
    top: 11px;
    font-size: 15px;
    color: #999999;
}

.calendar__date {
    position: absolute;
    right: 100%;
    margin-right: -43px;
    top: 13px;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 25px;
    pointer-events: none;
}

.calendar__events {

}

.calendar__event {
    display: block;
    background: #dfe2e2;
    padding: 13px 15px 13px 66px;
    color: #000;
    text-decoration: none;
    margin-bottom: 1px;
}

.calendar__cell_current-day .calendar__event {
    background: #ffdd80;
}

.calendar__event + .calendar__event {
    background: #d1d5d5;
}

.calendar__event:hover {
    background: #ffba00;
    color: #000;
    text-decoration: none;
}

.calendar__event-text {

}

.calendar__cell_multiple-events .calendar__events {
    counter-reset: event;
}

.calendar__cell_multiple-events .calendar__event {
    counter-increment: event;
}

.calendar__cell_multiple-events .calendar__event:before {
    content: counter(event)'.';
}

@media (min-width: 768px) {
    .grid-view .calendar {
        padding-top: 0;
    }

    .grid-view .calendar__head {
        display: block;
    }

    .grid-view .calendar__head-row {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 9px;
    }

    .grid-view .calendar__head-cell,
    .grid-view .calendar__cell {
        display: block;
        -ms-flex-preferred-size: 14.2857%;
        flex-basis: 14.2857%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 14.2857%;
    }

    .grid-view .calendar__head-cell {
        text-align: right;
        font-size: 15px;
        color: #999999;
    }

    .grid-view .calendar__row {
        display: -ms-flexbox;
        display: flex;
        margin: 0;
    }

    .grid-view .calendar__cell {
        margin: 0;
        background: #dfe2e2;
        border: 1px solid #fff;
        border-width: 0 1px 1px 0;
        height: 137px;
    }

    .grid-view .calendar__cell_other-month {
        background: #f5f6f6;
    }

    .grid-view .calendar__day {
        display: none;
    }

    .grid-view .calendar__date {
        right: 11px;
        top: 15px;
        margin: 0;
        z-index: 1;
        font-size: 30px;
    }

    .grid-view .calendar__event {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: end;
        justify-content: flex-end;
        font-size: 12px;
        line-height: 14px;
        padding: 10px 10px 16px;
        margin: 0;
    }

    .grid-view .calendar__event + .calendar__event {
        display: none;
    }

    .grid-view .calendar__cell_multiple-events .calendar__event:before {
        display: none;
    }

    .grid-view .calendar__cell_multiple-events .calendar__event:after {
        content: 'еще события';
        display: block;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 14px;
        margin-bottom: -3px;
    }

    .grid-view .calendar__event-text {
        display: block;
        display: -webkit-box;
        max-height: 70px;
        overflow: hidden;
        -webkit-line-clamp: 5;  
    }

    .grid-view .calendar__cell_multiple-events .calendar__event-text {
        max-height: 42px;
        -webkit-line-clamp: 3;
    }
}

.calendar-section {
    padding-top: 12px;
    position: relative;
}

.calendar-section__header-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 23px;
}

.calendar-section__header {
    position: relative;
    padding: 0 58px;
}

.calendar-section__btn {
    position: absolute;
    top: 0;
    width: 31px;
    height: 31px;
    border: 1px solid #7f7f7f;
    color: #7f7f7f;
    border-radius: 50%;
    background: none;
    padding: 0;
    cursor: pointer;
}

.calendar-section__btn_prev {
    left: 0;
}

.calendar-section__btn_next {
    right: 0;
}

.calendar-section__btn:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    top: 50%;
    margin: -6px;
    border-style: solid;
    border-width: 0 0 1px 1px;
}

.calendar-section__btn_prev:after {
    -webkit-transform: translateX(3px) rotate(45deg);
    transform: translateX(3px) rotate(45deg);
}

.calendar-section__btn_next:after {
    -webkit-transform: translateX(-3px) rotate(225deg);
    transform: translateX(-3px) rotate(225deg);
}

.calendar-section__title {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 30px;
    line-height: 31px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.calendar-section__view-btns {
    display: -ms-flexbox;
    display: flex;
}

.calendar-section__view-btn {
    width: 26px;
    height: 26px;
    position: relative;
    color: #b2b2b3;
    border: none;
    padding: 0;
    background: none;
    margin-left: 17px;
}

.calendar-section__view-btn_grid {

}

.calendar-section__view-btn_grid:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -3px;
    width: 6px;
    height: 6px;
    border-top: 6px solid;
    box-shadow: -9px 0 0, 9px 0 0, 0 -9px 0, 0 9px 0, -9px -9px 0, 9px -9px 0, -9px 9px 0, 9px 9px 0;
}

.calendar-section__view-btn_list:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 0 0 -13px;
    width: 26px;
    height: 3px;
    border-top: 3px solid;
    box-shadow: 0 -4px 0, 0 -8px 0, 0 -12px 0, 0 4px 0, 0 8px 0;
}

.calendar-section__view-btn_list,
.calendar-section.grid-view .calendar-section__view-btn_grid {
    color: #ffba00;
}

.calendar-section.grid-view .calendar-section__view-btn_list {
    color: #b2b2b3;
}

.calendar-section__content {

}

.g-loader {
    background: rgba(255,255,255,0.5);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100001;
}

.g-loader:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    border: 6px solid rgba(0,0,0,0.4);
    border-top: 6px solid rgba(0,0,0,0.8);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: loader .8s infinite linear;
    animation: loader .8s infinite linear;
    background: transparent;
    z-index: 99999
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.events {
    position: relative;
}

.events__breadcrumbs {
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
    z-index: 1;
}

.event {

}

.event__header {
    padding-top: 51px;
    min-height: 500px;
    -ms-flex-direction: row;
    flex-direction: row;
}

.event + .event .event__header,
.event + .event .event__header:before,
.event + .event .event__header:after {
    background: #fff1cc;
}

.event__header-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 0 0 43.854%;
    flex: 0 0 43.854%;
    max-width: 43.854%;
    padding-bottom: 24px;
    padding-right: 30px;
}

.event__date {
    font-size: 22px;
    line-height: 32px;
    margin: -7px 0 58px 0;
}

.event__date .date__day {
    font-size: 70px;
    line-height: 64px;
    margin: 0 10px 0 0;
}

.event__title {
    color: inherit;
    font-weight: normal;
}

.event__description {
    margin-top: auto;
    font-size: 18px;
    line-height: 22px;
}

.event__description-text {

}

.event__description-time {
    font-weight: bold;
    margin-top: 22px;
}

.event__image-wrapper {
    -ms-flex: 0 0 56.146%;
    flex: 0 0 56.146%;
    max-width: 56.146%;
    position: relative;
}

.event__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.event__content {

}

.event__content .lead {
    margin-bottom: 7px;
}

.event__content .article__bottom {
    margin-top: 23px;
}

.event__content .article__footer {
    margin-top: 23px;
    margin-bottom: 36px;
}

.event__content .article__back-btn-field {
    text-align: right;
}

.event__content .article__back-btn {
    margin-left: 36px;
}

.contacts {
    padding-bottom: 56px;
}

.contacts__header,
.employees__group {
    display: -ms-flexbox;
    display: flex;
}

.contacts__header-title,
.employees__group-title {
    -ms-flex: 0 0 29.6875%;
    flex: 0 0 29.6875%;
    max-width: 29.6875%;
    padding-right: 15px;
}

.contacts__data,
.employees__group-content {
    /*-ms-flex: 0 0 70.3125%;
    flex: 0 0 70.3125%;
    max-width: 70.3125%;*/
}

.contacts__header {
    /*margin-bottom: 55px;*/
}

.contacts__data {
    font-size: 18px;
    line-height: 22px;
    margin-top: 5px;
}

.contacts__data-row {
    margin-bottom: 15px;
}

.contacts__data-title {
    font-weight: bold;
}

.contacts__data-description {

}

.contacts__data-description a {
    color: inherit;
}

.contacts__employee {

}

.employees {

}

.employees__group {

}

.employees__group-title {
    color: #fff;
    margin: 0;
}

.employees__group-content {

}

.employee {
    display: -ms-flexbox;
    display: flex;
}

.employee__header {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 46px;
}

.employee__data {
    font-size: 18px;
    line-height: 22px;
    max-width: 275px;
}

.employee__data-row {
    margin-bottom: 13px;
}

.employee__data-title {
    display: block;
    font-weight: bold;
}

.employee__data-description {
    display: block;
}

.employee__expand-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: none;
    padding: 0;
    background: none;
    width: 20px;
    height: 16px;
    color: #e71139;
}

.employee__expand-btn.is-hidden {
    visibility: hidden;
}

.employee__expand-btn:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    left: 50%;
    top: 50%;
    margin: -7px;
    border-style: solid;
    border-width: 0 0 1px 1px;
    -webkit-transform: translateY(-4px) rotate(-45deg);
    transform: translateY(-4px) rotate(-45deg);
}

.employee__expand-btn:hover:before {
    border-width: 0 0 2px 2px;
}

.employee__image-wrapper {
    -ms-flex: 0 0 346px;
    flex: 0 0 346px;
    max-width: 346px;
}

.employee__image {
    display: block;
    width: 100%;
    height: auto;
}

.employee-info {
    background: #ffeab2;
    position: relative;
}

.employee-info:before,
.employee-info:after {
    content: '';
    position: absolute;
    width: 50vw;
    top: 0;
    bottom: 0;
    background: #ffeab2;
}

.employee-info:before {
    right: 100%;
}

.employee-info:after {
    left: 100%;
}

.employee-info__inner {
    display: none;
    overflow: hidden;
}

.employee-info__content {
    padding: 47px 0 27px;
    position: relative;
}

.employee-info__hide-btn {
    position: absolute;
    right: 30px;
    bottom: 15px;
    border: none;
    padding: 0;
    background: none;
    width: 20px;
    height: 16px;
    color: #e71139;
}

.employee-info__hide-btn:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    left: 50%;
    top: 50%;
    margin: -7px;
    border-style: solid;
    border-width: 0 0 1px 1px;
    -webkit-transform: translateY(4px) rotate(135deg);
    transform: translateY(4px) rotate(135deg);
}

.employee-info__hide-btn:hover:before {
    border-width: 0 0 2px 2px;
}

.contacts-info {
    margin-top: 12px;
}

.document-main {
    padding-left: 43px;
    position: relative;
    margin: 23px 0 43px;
    font-size: 15px;
    line-height: 1.22;
}

.document-main:before {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 24px;
    height: 30px;
    background: url('/bitrix/templates/mu/css/../images/icon-document-g.svg') 0 0 no-repeat;
    background-size: 100% 100%;
}

.document-main__date {
    display: block;
    color: #ff2222;
    margin-bottom: 22px;
    font-size: 14px;
}

.documents-list {

}

.documents-list__item {
    padding-bottom: 24px;
    margin-bottom: 19px;
    border-bottom: 1px solid #b2b2b2;
    padding-top: 13px;
}

.document-excerpt {
    padding-left: 43px;
    position: relative;
}

.document-excerpt:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 24px;
    height: 30px;
    background: url('/bitrix/templates/mu/css/../images/icon-document-g.svg') 0 0 no-repeat;
    background-size: 100% 100%;
}

.document-excerpt__title {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 11px;
}

.document-excerpt__title-link {
    color: inherit;
}

.document-excerpt__date {
    color: #ff0000;
    margin-bottom: 14px;
}

.document-excerpt__text {
    margin-bottom: 14px;
}

.document-excerpt__file {
    display: block;
    position: relative;
    margin-bottom: 15px;
    background: #ebebeb;
    font-weight: bold;
    padding: 6px 40px 6px 10px;
    color: inherit;
}

.document-excerpt__file:hover {
    color: inherit;
    background: #fff8e5;
}

.document-excerpt__file:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    right: 20px;
    top: 50%;
    margin: -7px;
    color: #ff0000;
    border-style: solid;
    border-width: 0 0 1px 1px;
    -webkit-transform: translateX(-4px) rotate(225deg);
    transform: translateX(-4px) rotate(225deg);
}

.document-excerpt__file:hover:after {
    border-width: 0 0 2px 2px;
}

.document-excerpt__tags {

}

.document-excerpt__tags-title {
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 2px;
}

.document-excerpt__tags-content {

}

.document-excerpt__tags-content a {
    font-style: italic;
}

.main-data {
    margin-bottom: 28px;
}

.main-data__item {
    margin-bottom: 16px;
}

.main-data__item:after {
    content: '';
    display: table;
    clear: both;
}

.main-data__title {
    float: left;
    width: 45%;
    padding: 12px 20px 0 0;
}

.main-data__description {
    float: left;
    width: 55%;
    margin: 0;
    background: #eff0f0;
    padding: 11px 19px 12px;
    font-size: 16px;
    line-height: 1.22;
}

.main-data__description p {
    margin: 0 0 10px 0;
}

.main-data__description p:last-child {
    margin-bottom: 0;
}

.main-data__description a {
    text-decoration: underline;
}

.projects-section {
    position: relative;
    background: #dfe2e2;
    padding: 36px 0 49px;
    margin-bottom: 56px;
}

.projects-section:before, 
.projects-section:after {
    content: '';
    position: absolute;
    width: 1000px;
    width: 50vw;
    top: 0;
    bottom: 0;
    background: #dfe2e2;
}

.projects-section:before {
    right: 100%;
}

.projects-section:after {
    left: 100%;
}

.projects-section__title {

}

.projects-list {

}

.projects-list__item {
    margin-bottom: 20px;
}

.project-excerpt {

}

.project-excerpt:after {
    content: '';
    display: table;
    clear: both;
}

.project-excerpt__header {
    float: left;
    width: 45%;
    padding: 11px 20px 0 0;
}

.project-excerpt__title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0;
}

.project-excerpt__title-link {
    color: inherit;
}

.project-excerpt__content {
    float: left;
    width: 55%;
    margin: 0;
    background: #eff0f0;
    padding: 11px 19px 21px;
    font-size: 16px;
    line-height: 1.22;
}

.project-excerpt__content p {
    margin: 0 0 10px 0;
}

.project-excerpt__content p:last-child {
    margin-bottom: 0;
}

.project-excerpt__content a {
    text-decoration: underline;
}

.library-header {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 7px;
    color: #fff;
}

.main-slider_library {

}

.main-slider_library .main-slider__content {
    padding-top: 107px;
}

.main-slider_library .main-slider__content-t21 {
    text-transform: uppercase;
    width: 500px;
}

.main-slider_library .main-slider__content-t22 {
    width: 620px;
    padding: 12px 65px 30px 41px;
}

.main-slider_library .main-slider__content p {
    margin-bottom: 15px;
}

.library-section {
    background: #dfe2e2;
    padding: 38px 0 30px;
}

.library {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -6px;
}

.library__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 6px;
    margin-bottom: 12px;
}

.library__item-main {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #fff;
    position: relative;
    color: inherit !important;
}

.library__item-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 34px 30px 19px;
    position: relative;
}

.library__item-header:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    right: 19px;
    bottom: 22px;
    color: #ff0000;
    border-style: solid;
    border-width: 0 0 1px 1px;
    -webkit-transform: translateX(-4px) rotate(225deg);
    transform: translateX(-4px) rotate(225deg);
}

.library__item-title {
    font-size: 22px;
    line-height: 26px;
    min-height: 52px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
    opacity: 1;
    visibility: visible;
    transition: 0.15s ease-in-out;
}

.library__item-num {
    display: block;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 80px;
    line-height: 1;
    font-weight: 800;
    color: #dfe2e2;
    margin-top: auto;
}

.library__item-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(255,186,0,0.8);
    padding: 33px 26px 15px;
    font-size: 16px;
    line-height: 1.2;
    opacity: 0;
    visibility: hidden;
    transition: 0.15s ease-in-out;
}

.library__item-main:hover .library__item-title {
    opacity: 0;
    visibility: hidden;
}

.library__item-main:hover .library__item-content {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.foiv {
    padding: 46px 0 78px;
}

.foiv__title {
    margin-bottom: 36px;
}

.foiv__select {

}

.page__header .search-section {
    padding: 23px 0 30px;
    background: none;
}

.page__header .search-section .container {
    width: auto;
    margin: 0;
    padding: 0;
}

.search-results-info {
    background: #ffeab2;
    position: relative;
    padding: 10px 0 10px 0;
}

.search-results-info:before,
.search-results-info:after {
    content: '';
    position: absolute;
    width: 50vw;
    top: 0;
    bottom: 0;
    background: #ffeab2;
}

.search-results-info:before {
    right: 100%;
}

.search-results-info:after {
    left: 100%;
}

.search-results-info__title {
   font-size:18px;
	margin:0;
	text-transform: none;
}

.search-results-info__text {
    font-size: 18px;
    line-height: 1.4;
}

.search-results .news-list-section {
    padding: 0;
    margin-bottom: 40px;
    border-top: none;
    border-bottom: 1px solid #b2b2b2;
}

.search-results .news-list__item {
    margin-bottom: 28px;
}

.search-results .news-list__text strong,
.search-results .news-list__text b{
    font-weight: normal;
    color: #e3000b;
}

.search-popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1001;
    align-items: center;
    display: none;
}

html.is-search-open .search-popup {
    display: flex;
}

.search-popup__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0,0,0,0.3);
    cursor: pointer;
}

.search-popup__window {
    position: relative;
    width: 100%;
    z-index: 2;
    background: #dfe2e2;
    box-shadow: 0 0 10px rgba(0, 0, 2, 0.3);
    max-height: 100%;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.search-popup__window-inner {
    position: relative;
    max-width: 866px;
    margin: 0 auto;
}

.search-popup__close-btn {
    position: absolute;
    right: -4px;
    top: 35px;
    color: #e3000b;
}

.search-popup__window-content {
    padding: 38px 0 39px;
}

.advanced-search {

}

.advanced-search__title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: normal;
    text-transform: uppercase;
    color: #e3000b;
    margin: 0 0 19px;
}

.advanced-search__row {
    display: flex;
    flex-wrap: wrap;
}

.advanced-search__col {

}

.advanced-search__col_1 {
    width: 32.5%;
    padding-right: 70px;
}

.advanced-search__col_2 {
    width: 67.5%;
}

.advanced-search__col_3 {
    width: 32.5%;
}

.advanced-search__col_4 {
    width: 67.5%;
}

.advanced-search__btn-row {
    margin-top: -18px;
}

.advanced-search__btn {
    padding: 3px 36px;
    text-transform: uppercase;
    font-size: 12px;
}

.advanced-search__check .form-check {
    text-transform: uppercase;
    font-weight: 300;
}

.multiple-select {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    height: 36px;
    color: #000;
    border: 1px solid #959595;
    border-radius: 2px;
    background-color: #fff;
    padding: 0;
}

.multiple-select.is-open {
    z-index: 100;
}

.multiple-select__select {
    position: relative;
    padding: 7px 45px 7px 19px;
    height: 100%;
    cursor: pointer;
}

.multiple-select__select:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    color: #ff0000;
    border-style: solid;
    border-width: 0 0 1px 1px;
    top: 50%;
    margin-top: -10px;
    right: 17px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.multiple-select__select-text {
    user-select: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.multiple-select__dropdown {
    position: absolute;
    border: 1px solid #959595;
    border-radius: 2px;
    background-color: #fff;
    top: 100%;
    left: -1px;
    right: -1px;
    padding: 1px 19px;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: none;
}

.multiple-select.is-open .multiple-select__dropdown {
    display: block;
}

.multiple-select__dropdown-group-title {
    font-weight: 500;
}

.multiple-select__dropdown .form-check {
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 300;
}

.multiple-select__dropdown .form-check__label {
    display: block;
}

.search-popup .form-control:not(.error),
.search-popup .multiple-select,
.search-popup .multiple-select__dropdown {
    border-color: #fff;
}

.search-popup .multiple-select__dropdown {
    background: rgba(255,255,255,0.9);
}

.list-groups {
    padding-top: 39px;
    margin-bottom: 70px;
}

.list-group {
    margin-bottom: 34px;
}

.list-group h3,
h2.orange-h,
h3.orange-h{
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    background: #fff1cc;
    padding: 11px 19px 3px;
    margin: 0 0 21px;
    text-transform: uppercase;
}

.list-group ul {
    margin: 0;
    padding: 0 0 0 18px;
    list-style: none;
    font-size: 16px;
    line-height: 25px;
}

.list-group li {
    margin-bottom: 15px;
}

.page__header_bg {
    height: 300px;
}

.page__header_bg .page__header-content {
    background: #ffba00;
    position: relative;
    padding: 7px 20px 1px 0;
    margin-top: -7px;
    max-width: 686px;
    z-index: 2;
}

.page__header_bg .page__header-content:before {
    content: '';
    position: absolute;
    width: 1000px;
    width: 50vw;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #ffba00;
}

.page__header-bg {
    position: absolute;
    left: 50%;
    width: 100vw;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #ffba00;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
/* End */


/* Start:/bitrix/templates/mu/css/media.css?155164261737479*/
@media (min-width: 1649px) {
    .container {
        width: 1630px;
    }

    .header__top-inner,
    .header__content-inner {
        padding-left: 90px;
        padding-right: 90px;
    }

    .social__title {
        margin-right: 56px;
    }

    .header__content {
        padding: 36px 0 16px;
    }

    .header__logo {
        margin-top: -27px;
    }

    .nav {
        font-size: 15px;
    }

    .logo__img {
        width: 244px;
    }

    .nav__list + .nav__list {
        padding-top: 9px;
    }

    .nav__item {
        margin: 0 40px 8px 0;
    }

   /* .nav__item_title,
    .nav__item_first {
        margin-right: 0;
        width: 172px;
    }*/
	.nav__item{
		margin-right:65px;
	}

	.nav__list:first-child .nav__item{
		margin-right:84px;
	}
    .footer__text {
        padding-bottom: 39px;
        margin-bottom: 39px;
    }

    .footer-logo__img {
        width: 212px;
    }

    .footer__logo {
        margin: -7px 100px 0 0;
    }

    .footer__nav {
        width: 948px;
    }

    .footer__nav .nav__list + .nav__list {
        padding-top: 13px;
    }

    .footer__nav .nav__item {
        width: auto;
        margin: 0 46px 11px 0;
    }

    /*.footer__nav .nav__item_first,
    .footer__nav .nav__item_title {
        width: 188px;
        margin-right: 0;
    }*/
	.footer__nav .nav__list:first-child .nav__item,
	.footer__nav .nav__list .nav__item{
		margin-right:80px;
	}

    .footer__contacts {
        width: 300px;
        height: 112px;
    }

    .footer__contacts-address {
        margin-top: 4px;
    }

    .footer__contacts-address br {
        display: none;
    }

    .footer__social {
        clear: right;
    }

    .footer__content {
        padding-bottom: 60px;
    }

    .directions {
        min-height: 740px;
        background-position: center 24px;
        background-size: 1345px auto;
    }

    .directions__title {
        margin-bottom: 43px;
    }

    .directions__list {
        font-size: 16px;
    }

    .directions__item {
        margin-bottom: 5.7px;
    }

    .directions__link {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .directions__link:before {
        width: calc((100vw - 1600px) / 2 + 100%);
    }

    .engagement-rating__subtitle {
        max-width: 820px;
    }

    .engagement-rating__header {
        margin-bottom: 47px;
    }

    .engagement-rating__list {
        line-height: 19px;
    }

    .engagement-rating__list-item {
        margin-bottom: 14px;
    }

    .engagement-rating__list-title-wrapper {
        width: 206px;
        padding-right: 33px;
        font-size: 14px;
    }

    .engagement-rating__list-value-wrapper {
        height: 19px;
    }

    .engagement-rating__list-value-wrapper:before {
        width: calc(50vw + 800px - 206px);
    }

    .engagement-rating__graph-footer {
        left: 206px;
        padding-top: 14px;
    }

    .engagement-rating__graph-footer-num {
        font-size: 14px;
    }

    .engagement-rating__inner {
        display: -ms-flexbox;
        display: flex;
    }

    .engagement-rating__content {
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .engagement-rating__graph {
        margin-right: 100px;
    }

    .engagement-rating__footer {
        width: 332px;
        margin: -4px 0 0 0;
        font-size: 14px;
        line-height: 24px;
        padding-right: 36px;
    }

    .engagement-rating__footer-more-btn {
        top: auto;
        bottom: 5px;
    }

    .engagement-rating {
        padding: 55px 0 80px;
    }

    .articles-catalog__item {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .articles-catalog__item_large {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .events-catalog__item {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .main-slider__content-t1,
    .main-slider__content-t21,
    .main-slider__content-t22 {
        margin-left: 185px;
    }

    .main-slider_library .main-slider__content-t21,
    .main-slider_library .main-slider__content-t22 {
        margin-left: 0;
    }

    .main-slider__content-t31,
    .main-slider__content-t32 {
        margin-left: 112px;
    }

    .main-slider .slick-prev {
        left: 92px;
        margin-left: 0;
    }

    .main-slider .slick-next {
        right: 92px;
        margin-right: 0;
    }
}

@media (max-width: 1648.98px) {
    .xl-visible {
        display: none !important;
    }
}

@media (max-width: 1009.98px) {
    .container {
        width: 750px;
    }

    .header__content {
        padding: 22px 0 10px;
    }

    .header__logo {
        margin-right: 30px;
    }

    .nav__item {
        margin-right: 10px;
    }
	/*.footer .nav__list .nav__item,
	.footer .nav__list:first-child .nav__item{
		margin-right: 307px;
	}*/
	.footer .nav__list:first-child .nav__item,
	.footer .nav__list .nav__item{
		margin-right:25px;
	}
    .main-slider .slick-prev {
        margin-left: -375px;
    }

    .main-slider .slick-next {
        margin-right: -375px;
    }

    .directions__link:before {
        width: calc((100vw - 720px) / 2 + 100%);
    }

    .article-excerpt__content {
        padding-left: 15px;
        padding-right: 20px;
    }

    .article-excerpt__more-btn {
        right: 5px;
    }

    .article-excerpt__date {
        left: 15px;
    }

    .article-excerpt__category {
        right: 15px;
    }

    .article-excerpt__text {
        font-size: 13px;
    }

    .article-excerpt__title {
        font-size: 17px;
    }

    .article-excerpt_event .article-excerpt__content {
        padding-left: 15px;
        padding-right: 20px;
    }

    .footer__logo {
        margin-right: 20px;
    }

    .footer-logo__img {
        width: 140px;
    }

    .footer__contacts {
        width: 140px;
    }

    .footer__nav {
        width: 400px;
    }

    /*.footer__nav .nav__item {
        width: 105px;
        width: calc((100% - 85px) / 3);
    }

    .footer__nav .nav__item_first, .footer__nav .nav__item_title {
        width: 85px;
    }*/

    .subscribe__title {
        width: 210px;
    }

    .subscribe__content {
        padding-right: 130px;
        width: 340px;
    }

    .main-logo__title {
        font-size: 68px;
        width: 324px;
    }

    .main-logo__image {
        width: 220px;
    }

    .about-title__t1 {
        font-size: 16px;
    }

    .for-who {
        margin-left: -20px;
    }

    .for-who__item {
        padding-left: 20px;
    }

    .for-who__title {
        font-size: 16px;
    }

    .page__aside {
        width: 250px;
        margin-left: -250px;
    }

    .page_with-sidebar .page__main {
        padding-right: 250px;
    }

    .page_with-tags .page__header {
        margin-right: 250px;
    }

    .page_with-tags .page__header, 
    .page_with-sidebar .page__content {
        padding-right: 15px;
    }

    .tags__content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .engagement-rating__graph {
        margin-right: 0;
    }

    .engagement-rating__list-title-wrapper {
        width: 140px;
        padding-right: 10px;
        font-size: 11px;
    }

    .engagement-rating__graph-footer {
        left: 140px;
        font-size: 11px;
    }

    .tags__list {
        font-size: 16px;
    }

    figure {
        display: block;
    }

    figcaption {
        width: auto;
        margin: 5px 0 0 0;
    }

    .article__bottom {
        display: block;
    }

    .article__share {
        margin-bottom: 20px;
    }

    .page__article-excerpt-wrapper .article-excerpt_large .article-excerpt__content {
        -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
        max-width: 250px;
        padding-top: 72px;
    }

    .event__header-content {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 20px;
    }

    .event__image-wrapper {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .event__date {
        margin-bottom: 20px;
    }

    .event__description {
        font-size: 16px;
        line-height: 20px;
    }

    .event__description-time {
        margin-top: 20px;
    }

    .event__content .article__back-btn-field {
        text-align: left;
    }

    .event__content .article__back-btn {
        margin: 0 10px 0 0;
    }

    .employee {
        display: block;
    }

    .employee__header {
        padding-left: 0;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .contacts {
        padding-bottom: 0;
    }

    .contacts__header-title, .employees__group-title {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .contacts__data, .employees__group-content {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .contacts__header {
        margin-bottom: 20px;
    }

    .employee-info__content {
        padding: 30px 0;
    }

    .employee-info__hide-btn {
        right: 0;
    }

    .search-popup__window-inner {
        max-width: 700px;
    }

    .advanced-search__col_1 {
        padding-right: 20px;
    }
}

@media (max-width: 767.98px) {
	.footer__contacts_tlt{
		border-bottom:0;
		font-size: 18px;
	}
    .container {
        width: 460px;
    }

    .mob-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 75px;
        background: #000;
        padding: 7px 30px 0 30px;
    }

    .mob-header__logo {
        position: relative;
        top: -8px;
    }

    .mob-logo {

    }

    .mob-logo__img {

    }

    .mob-header__menu-btn {

    }

    .mob-header__search-btn {

    }

    .menu-btn,
    .search-btn {
        display: block;
        position: relative;
        width: 30px;
        height: 30px;
        border: none;
        background: none;
        padding: 0;
        cursor: pointer;
    }

    .menu-btn:before,
    .menu-btn:after {
        content: '';
    }

    .menu-btn:before,
    .menu-btn:after,
    .menu-btn > span {
        position: absolute;
        width: 25px;
        height: 3px;
        left: 50%;
        top: 50%;
        margin: -1px 0 0 -12px;
        background: #fff;
    }

    .menu-btn:before {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .menu-btn:after {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    .search-btn:before {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        left: 50%;
        top: 50%;
        margin: -12px 0 0 -12px;
        background: url('/bitrix/templates/mu/css/../images/icon-search-btn.svg') 0 0 no-repeat;
        background-size: 100% 100%;
    }

    .menu-popup {

    }

    .menu-popup__bg {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 90001;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: 0.25s ease-in-out;
    }

    .menu-popup__inner {
        position: fixed;
        z-index: 90002;
        top: 0;
        bottom: 0;
        left: -332px;
        width: 332px;
        background: rgba(0,0,0,0.8);
        color: #fff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: 0.25s ease-in-out;
    }

    html.is-menu-open .menu-popup__bg {
        opacity: 1;
        visibility: visible;
    }

    html.is-menu-open .menu-popup__inner {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .menu-popup__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        overflow-y: auto;
        padding: 96px 42px 50px;
        -webkit-overflow-scrolling: touch;
    }

    .header__top {
        background: none;
        color: inherit;
        -ms-flex-order: 1;
        order: 1;
    }

    .header__top .container,
    .header__content .container {
        width: auto;
        padding: 0;
    }

    .header__top-inner {
        display: block;
        height: auto;
    }

    .header__content {
        padding: 0;
        background: none;
    }

    .header__content-inner {
        display: block;
    }

    .header__document {
        display: none;
    }

    .header__social {
        border-top: 1px solid #fff;
        display: block;
        margin-top: 12px;
        padding-top: 52px;
    }

    .header__social-title {
        display: none;
    }

    .header__social-content {
        display: block;
    }

    .header__logo {
        display: none;
    }

    .header__nav .nav {
        font-size: 18px;
        color: inherit;
    }

    .header__nav .nav__list + .nav__list {
        border-top: 1px solid #fff;
        padding-top: 24px;
        margin-top: 25px;
    }

    .header__nav .nav__item {
        display: block;
        margin: 0 0 17px 0;
    }

    .header__nav .nav__link {
        display: block;
    }

    .main-slider__item-inner {
        height: 403px;
    }

    .main-slider .slick-arrow {
        display: none !important;
    }

    .main-slider .slick-dots {
        bottom: 13px;
    }

    .main-slider .slick-dots li button {
        width: 24px;
        height: 24px;
    }

    .main-slider .slick-dots li button:before {
        width: 8px;
        height: 8px;
        margin: -4px;
    }

    .main-slider .slick-dots li.slick-active button:before {
        background: #e5002b;
    }

    .main-logo__image-wrapper {
        margin: -48px 22px -11px -9px;
    }

    .main-logo__image {
        width: 151px;
    }

    .main-logo__title {
        font-size: 46px;
        width: 220px;
        margin-bottom: 1px;
    }

    .main-logo__text {
        font-size: 12px;
        line-height: 18px;
        width: 200px;
    }

    .search-section {
        display: none;
    }

    .title,
    .page-title {
        font-size: 22px;
        text-align: center;
        margin-bottom: 30px;
    }

    .directions {
        padding: 36px 0 35px;
        min-height: 0;
        background-position: center 70px;
        background-size: 493px auto;
    }

    .directions__list {
        line-height: 18px;
    }

    .directions__link {
        width: 100% !important;
        padding: 7px 25px 6px !important;
        text-align: left;
    }

    .directions__link:before {
        width: 100vw;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .date {
        font-size: 11px;
    }

    .date__day {
        float: none;
        margin: 0;
        display: inline;
    }

    .date__month {
        display: inline;
    }

    .date__year {
        display: inline;
    }

    .articles-section__header {
        padding-right: 0;
    }

    .articles-section__all-btn {
        display: none;
    }

    .articles-section {
        padding: 20px 0;
    }

    .articles-section__title {
        margin-bottom: 13px;
    }

    .articles-catalog__item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 13px;
    }

    .article-excerpt__content {
        -ms-flex-order: 1;
        order: 1;
        padding: 61px 25px 16px 25px;
        height: auto;
    }

    .article-excerpt__image-wrapper {
        position: relative;
        height: auto;
    }

    .article-excerpt__image-wrapper:before {
        content: '';
        display: block;
        padding-top: 50%;
    }

    .article-excerpt__image {
        position: absolute;
        left: 0;
        top: 0;
    }

    .article-excerpt__title {
        font-size: 20px;
        height: auto;
        margin: 0;
    }

    .article-excerpt__date {
        left: 25px;
        top: 17px;
    }

    .article-excerpt__category {
        right: 25px;
        top: 8px;
    }

    .article-excerpt__text {
        display: none;
    }

    .article-excerpt__more-btn {
        display: none;
    }

    .article-excerpt {
        height: auto;
    }

    .articles-section__footer,
    .events-section__footer,
    .engagement-rating__footer-row {
        display: block;
    }

    .articles-section__footer {
        margin-top: 21px;
        margin-bottom: 13px;
    }

    .events-section__header {
        padding-right: 0;
    }

    .events-section__all-btn {
        display: none;
    }

    .events-section {
        padding: 36px 0;
    }

    .events-section__title {
        margin-bottom: 21px;
    }

    .events-catalog {
        border-left: none;
    }

    .events-catalog__item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        border-right: none;
        border-top: 1px solid #fff;
    }

    .article-excerpt_event .article-excerpt__content {
        height: auto;
        padding: 62px 25px 19px 25px;
    }

    .article-excerpt_event .article-excerpt__date {
        top: 18px;
    }

    .events-section__footer {
        margin-top: 12px;
    }

    .engagement-rating__header {
        padding-right: 0;
        margin-bottom: 33px;
    }

    .engagement-rating__all-btn {
        display: none;
    }

    .engagement-rating {
        padding: 44px 0 39px;
    }

    .engagement-rating__title {
        margin-bottom: 24px;
    }

    .engagement-rating__graph {
        margin-right: 0;
    }

    .engagement-rating__list-title-wrapper {
        width: 109px;
        padding-right: 20px;
        font-size: 11px;
        word-break: break-all;
        line-height: 13px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 17px;
    }

    .engagement-rating__list-title {
        display: block;
        width: 100%;
    }

    .engagement-rating__graph-footer {
        left: 109px;
    }

    .engagement-rating__footer-more-btn {
        display: none;
    }

    .engagement-rating__footer {
        text-align: left;
        padding: 0;
        margin-top: 41px;
    }

    .engagement-rating__footer-row {
        margin-top: 30px;
    }

    .footer__text {
        display: none;
    }

    .footer__logo {
        display: none;
    }

    .footer__nav {
        float: none;
        width: auto;
        padding: 0 15px;
    }

    .footer__nav .nav {
        font-size: 18px;
    }

    .footer__nav .nav__list {
        float: left;
        width: 50%;
    }

    .footer__nav .nav__list + .nav__list {
        float: right;
        border-top: none;
        padding-top: 0;
    }

    .footer__nav .nav__item {
        display: block;
        float: none;
        width: auto;
        margin: 0 0 17px 0;
    }

    .footer__contacts {
        float: left;
        text-align: left;
        width: 50%;
        padding-left: 15px;
        margin-top: 0;
    }

    .footer__social {
        float: none;
        clear: both;
        border-top: 1px solid #565656;
        padding: 37px 0 33px;
        text-align: center;
    }

    .footer__subscribe {
        float: none;
        border-top: 1px solid #565656;
        padding: 23px 0;
    }

    .subscribe {
        display: block;
    }

    .subscribe__title {
        display: block;
        width: auto;
        margin-bottom: 12px;
    }

    .subscribe__content {
        width: auto;
    }

    .footer__document {
        float: left;
        width: 100%;
        clear: both;
        display: block;
        border-top: 1px solid #565656;
        padding: 22px 0 19px;
        font-size: 16px;
        margin-top: 5px;
        text-align: center;
        letter-spacing: 0.45px;
    }

    .footer__document-link {
        color: inherit;
        text-decoration: none;
    }

    .footer__document-link:hover {
        color: #e3000b;
    }

    .footer__document-icon {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        width: 24px;
        height: 31px;
        margin-left: 39px;
    }

    .footer__document-icon:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url('/bitrix/templates/mu/css/../images/icon-document.svg') 0 0 no-repeat;
        background-size: 100% 100%;
    }

    .footer__content {
        padding: 27px 0 12px;
    }

    .footer__contacts-address {
        margin: 0 0 7px;
    }

    .social__btn {
        width: 40px;
        height: 30px;
    }

    .social__btn_vkontakte:before,
    .social__btn_vkontakte:after {
        width: 39px;
        height: 24px;
    }

    .social__btn_facebook:before,
    .social__btn_facebook:after {
        width: 14px;
        height: 29px;
    }

    .social__btn_telegram:before,
    .social__btn_telegram:after {
        width: 36px;
        height: 29px;
    }

    .social__btn_twitter:before,
    .social__btn_twitter:after {
        width: 37px;
        height: 31px;
    }

    .footer__bottom {
        min-height: 100px;
    }

    .main-slider__content {
        -ms-flex-item-align: end;
        align-self: flex-end;
        padding-top: 0;
        padding-bottom: 52px;
        font-size: 16px;
        line-height: 19px;
    }

    .main-slider__content-t1 {
        padding: 23px 30px 23px 0;
        width: 300px;
        min-height: 103px;
        font-weight: normal;
    }

    .main-slider__content-t21 {
        width: 293px;
    }

    .main-slider__content-t22 {
        width: 100%;
        padding: 12px 25px 24px 0;
    }

    .main-slider__content-t22:before,
    .main-slider__content-t32:before {
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    .main-slider__quote {
        font-weight: normal;
        padding: 0 80px 0 0;
    }

    .main-slider__quote-author {
        font-size: 14px;
        line-height: 17px;
        margin-left: 0;
    }

    .main-slider__quote:before {
        top: -67px;
    }

    .main-slider__quote:after {
        bottom: -4px;
    }

    .main-slider__content-t31 {
        padding: 26px 0 4px 0;
        width: auto;
    }

    .main-slider__content-t32 {
        padding: 4px 50px 19px 0;
        width: auto;
    }

    .page__header {
        min-height: 0 !important;
        height: auto !important;
        padding-top: 39px;
    }

    .breadcrumbs {
        display: none;
    }

    .page-title {
        text-align: left;
        margin-bottom: 16px;
    }

    .about-lead {
        font-size: 14px;
        line-height: 1.25;
        height: auto;
        margin: 0 0 14px 0;
    }

    .about-graph {
        display: none;
    }

    .about-mob-graph {
        font-family: 'Proxima Nova', sans-serif;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 24px;
    }

    .about-mob-graph__content {
        color: #fff;
        line-height: 1;
        white-space: nowrap;
    }

    .about-mob-graph__item {
        margin-right: 6px;
    }

    .about-mob-graph__item:last-child {
        margin-right: 0;
    }

    .about-mob-graph__value {
        font-size: 78px;
    }

    .about-mob-graph__label {
        font-size: 18px;
    }

    .about-mob-graph__footer {
        font-size: 20px;
        margin-top: 9px;
    }

    .about-title {
        min-height: 0;
        padding: 24px 40px 16px 0;
    }

    .about-title__t1 {
        font-size: 14px;
    }

    .about-question__title {
        font-size: 20px;
        margin: 0 0 12px;
    }

    .about-question__list-item {
        margin-bottom: 5px;
    }

    .about-question__list {
        margin: 0 0 15px 0;
    }

    .about-question {
        padding: 18px 0 29px;
        font-size: 14px;
        margin-bottom: 3px;
    }

    .doing-list-title {
        text-align: left;
        margin-bottom: 23px;
    }

    .doing-list {
        padding: 0;
        margin-bottom: 42px;
    }

    .doing-list__title {
        margin: 0 -15px 12px -15px;
        padding: 5px 15px 5px 15px;
    }

    .doing-list__item {
        margin-bottom: 19px;
    }

    .for-who-title {
        text-align: left;
        margin-bottom: 23px;
    }

    .for-who {
        display: block;
        margin-left: 0;
        margin-bottom: 35px;
    }

    .for-who__item {
        max-width: none;
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 16px;
    }

    .for-who__image-field {
        -ms-flex: 0 0 176px;
        flex: 0 0 176px;
        max-width: 176px;
        margin: 0 20px 0 0;
    }

    .for-who__content {
        margin: 25px -15px 0 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .for-who__title {
        font-size: 14px;
        padding: 5px 15px 3px 13px;
        margin-bottom: 6px;
    }

    .for-who__text {
        margin-left: 13px;
        font-size: 11px;
        margin-right: 15px;
        max-width: 190px;
        line-height: 1.22;
    }

    .blockquote-section__title {
        text-align: left;
        margin-bottom: 20px;
    }

    .blockquote__content {
        font-size: 14px;
        padding: 0 43px;
    }

    .blockquote__content:before {
        left: -15px;
    }

    .blockquote__content:after {
        right: -15px;
    }

    .blockquote__footer {
        margin: 36px 0 0 43px;
    }

    .blockquote__btn {
        margin-bottom: 21px;
    }

    .blockquote-section {
        padding: 29px 0 20px;
    }

    .page__aside-header {
        display: none;
    }

    .page_with-sidebar .page__main {
        padding-right: 0;
    }

    .page_with-tags .page__header, 
    .page_with-sidebar .page__content {
        padding-right: 0;
    }

    .page_with-tags .page__header {
        margin-right: 0;
    }    

    .page_with-tags .page__header:after {
        background: #ffba00;
    }

    .page__aside {
        width: 100%;
        margin-left: 0;
    }

    .page__image {
        display: block;
    }

    .page__image img {
        position: static;
        height: auto;
    }

    .page__aside-title {
        margin-top: 0;
    }

    .page__article-excerpt-wrapper .article-excerpt_large .article-excerpt__content {
        max-width: none;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .news-list-section__title {
        font-size: 24px;
    }

    .news-list__title {
        font-size: 16px;
        line-height: 20px;
    }

    .news-list {
        margin-bottom: 40px;
    }

    .news-list-section .news-list {
        margin-bottom: 0;
    }

    .lead {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 30px;
    }

    .calendar-section__view-btns {
        display: none;
    }

    .calendar-section__header {
        width: 100%;
        text-align: center;
        padding: 0 40px;
    }

    .calendar-section__title {
        font-size: 22px;
    }

    .calendar {
        padding-top: 0;
    }

    .calendar-section {
        padding-top: 0;
    }

    .calendar__row {
        margin-right: -15px;
        margin-bottom: 15px;
    }

    .calendar__day {
        font-size: 13px;
        left: -25px;
    }

    .calendar__cell {
        margin-left: 25px;
    }

    .calendar__date {
        font-size: 22px;
        margin-right: -32px;
    }

    .calendar__event {
        padding-left: 45px;
    }

    .calendar-section .g-loader {
        right: -15px;
    }

    .event__header-content {
        max-width: none;
        padding-right: 0;
        padding-bottom: 17px;
    }

    .event__image-wrapper {
        max-width: none;
    }

    .event__image {
        position: static;
        display: block;
        height: auto;
    }

    .event__date {
        margin: 0 0 5px 0;
    }

    .event__date .date__day {
        font-size: 35px;
        line-height: 32px;
        margin: 0;
    }

    .event__description {
        font-size: 14px;
        line-height: 17px;
    }

    .event__description-time {
        margin-top: 17px;
    }

    .event__content .article__back-btn {
        width: 100%;
        margin: 0 0 5px;
    }

    .contacts-info {
        margin-top: 0;
    }

    .contacts__header, .employees__group {
        display: block;
    }

    .contacts__header-title, .employees__group-title {
        max-width: none;
        padding-right: 0;
    }

    .contacts__data, .employees__group-content {
        max-width: none;
        font-size: 14px;
        line-height: 17px;
    }

    .contacts__data {
        margin-top: 0;
    }

    .contacts__data-row {
        margin-bottom: 10px;
    }

    .contacts__header {
        margin-bottom: 40px;
    }

    .employees__group-title {
        text-align: left;
        margin-bottom: 16px;
    }

    .employee__data {
        font-size: 14px;
        line-height: 17px;
        max-width: none;
    }

    .main-slider_library .main-slider__content {
        padding-top: 0;
        padding-bottom: 0;
    }

    .main-slider_library .main-slider__content-t21 {
        width: 293px;
    }

    .main-slider_library .main-slider__content-t22 {
        width: 100%;
        padding: 12px 25px 24px 0;
    }

    .library__item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .library__item-content {
        padding: 26px;
    }

    .main-data__description {
        font-size: 14px;
    }

    .project-excerpt__content {
        font-size: 14px;
    }

    .project-excerpt__title {
        font-size: 18px;
    }

    .document-main {
        margin-top: 0;
    }

    .search-results-info {
        padding: 20px 0;
    }

    .search-results-info__title {
        margin: 0;
    }

    .search-results-info__text {
        font-size: 16px;
        line-height: 1.2;
    }

    .search-popup__window-inner {
        max-width: 400px;
    }

    .advanced-search__row {
        display: block;
    }

    .advanced-search__col {
        width: 100%;
        padding: 0;
    }

    .search-popup__close-btn {
        top: 0;
    }

    .advanced-search__btn-row {
        margin-top: 0;
    }

    .list-groups {
        padding-top: 0;
        margin-bottom: 0;
    }

    .list-group h3 {
        margin-left: -15px;
        padding-left: 15px;
        margin-bottom: 10px;
    }

    .list-group ul {
        padding-left: 0;
        font-size: 14px;
        line-height: 20px;
    }

    .list-group li {
        margin-bottom: 10px;
    }
}

@media (max-width: 479.98px) {
    .container {
        width: auto;
    }

    .mob-header {
        padding: 7px 10px 0 10px;
    }

    .main-logo {
        margin-bottom: 40px;
    }

    .main-logo__image-wrapper {
        margin: 0 15px -4px 0;
    }

    .main-logo__image {
        width: 100px;
    }

    .main-logo__title {
        font-size: 36px;
        width: 175px;
    }

    .main-logo__text {
        font-size: 11px;
        width: 175px;
    }

    .main-slider__content-t1 {
        padding: 23px 15px 23px 0;
        width: 250px;
    }

    .main-slider__quote {
        padding-right: 45px;
    }

    .main-slider__quote:before, 
    .main-slider__quote:after {
        font-size: 60px;
        line-height: 30px;
    }

    .main-slider__quote:before {
        top: -44px;
    }

    .menu-popup__inner {
        left: -280px;
        width: 280px;
    }

    .menu-popup__content {
        padding: 36px 15px;
    }

    .directions__link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .article-excerpt__content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .article-excerpt__date {
        left: 15px;
    }

    .article-excerpt__category {
        right: 15px;
    }

    .article-excerpt_event .article-excerpt__date {
        left: 0;
    }

    .article-excerpt_event .article-excerpt__content {
        padding-left: 0;
        padding-right: 0;
    }

    .footer__nav {
        padding: 0;
    }

    .footer__contacts {
        padding-left: 0;
    }

    .footer__document {
        font-size: 12px;
        letter-spacing: 0;
    }

    .footer__document-icon {
        width: 18px;
        height: 24px;
        margin-left: 6px;
    }

    .about-mob-graph__value {
        font-size: 50px;
    }

    .about-mob-graph__label {
        font-size: 12px;
    }

    .about-mob-graph__footer {
        font-size: 16px;
    }

    .page__header:before, 
    .page__header:after,
    .about-question:before, 
    .about-question:after,
    .employee-info:before,
    .employee-info:after,
    .projects-section:before, 
    .projects-section:after,
    .search-results-info:before,
    .search-results-info:after {
        width: 15px;
    }

    .about-title {
        padding-right: 15px;
    }

    .for-who__image-field {
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px;
        margin: 0 10px 0 0;
    }

    .for-who__content {
        margin-top: 15px;
    }

    .page__header {
        padding-top: 20px;
    }

    .important {
        padding: 15px 30px;
    }

    .article__share {
        display: block;
        text-align: center;
    }

    .article__share-title {
        margin: 0 0 15px;
    }

    .contacts__header {
        margin-bottom: 26px;
    }

    .main-slider_library .main-slider__content-t22 {
        padding: 12px 0;
    }

    .main-slider_library .main-slider__content-t21 {
        padding: 12px 15px 3px 0;
    }

    .library-section {
        padding: 15px 0;
    }

    .library__item-header {
        padding: 15px 15px 0;
    }

    .library__item-content {
        padding: 15px;
    }

    .foiv {
        padding: 30px 0;
    }

    .main-data__item {
        margin-bottom: 20px;
    }

    .main-data__title {
        float: none;
        width: auto;
        padding: 0;
        margin: 0 0 5px 10px;
    }

    .main-data__description,
    .project-excerpt__content {
        float: none;
        width: auto;
        padding: 10px 10px;
    }

    .main-data__description p,
    .project-excerpt__content p {
        margin: 0 0 5px 0;
    }

    .project-excerpt__header {
        float: none;
        width: auto;
        padding: 0;
        margin: 0 0 5px 0;
    }

    .projects-list__item {
        margin-bottom: 30px;
    }

    .projects-section {
        padding: 30px 0 10px;
        margin-bottom: 20px;
    }

    .project-excerpt__title {
        font-weight: normal;
    }

    .documents-list__item {
        padding-top: 0;
    }

    .document-excerpt {
        padding-left: 24px;
    }

    .document-excerpt:before {
        left: 0;
        top: 0;
        width: 15px;
        height: 19px;
    }

    .document-excerpt__file {
        padding-right: 20px;
    }

    .document-excerpt__file:after {
        right: 10px;
    }

    .document-main {
        padding-left: 24px;
        font-size: 14px;
        margin-bottom: 30px;
    }

    .document-main:before {
        left: 0;
        top: 0;
        width: 15px;
        height: 19px;
    }

    .document-main__date {
        margin-bottom: 15px;
    }

    .search-popup__window-inner {
        max-width: 400px;
        margin: 0 15px;
    }
}
/* End */
/* /bitrix/templates/mu/styles.css?1551348536388 */
/* /bitrix/templates/mu/template_styles.css?16535599422116 */
/* /bitrix/templates/mu/lib/normalize.css-8.0.0/normalize.css?15507569456051 */
/* /bitrix/templates/mu/lib/jquery.formstyler-2.0.2/jquery.formstyler.css?15507569452175 */
/* /bitrix/templates/mu/lib/slick-1.9.0/slick.css?15507569451776 */
/* /bitrix/templates/mu/lib/fancybox/jquery.fancybox.min.css?155075694513841 */
/* /bitrix/templates/mu/css/style.css?170292802677810 */
/* /bitrix/templates/mu/css/media.css?155164261737479 */
