

/* Start:/bitrix/templates/new_admkrai/css/libs.css?160431407530369*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/bitrix/templates/new_admkrai/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*! jQuery UI - v1.11.4 - 2015-08-31
* http://jqueryui.com
* Includes: core.css, datepicker.css, menu.css, selectmenu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=0&bgColorHeader=%231c326f&bgTextureHeader=flat&bgImgOpacityHeader=100&borderColorHeader=%231c326f&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=100&borderColorContent=%23ffffff&fcContent=%236d6b7a&iconColorContent=%236d6b7a&bgColorDefault=%23ffffff&bgTextureDefault=flat&bgImgOpacityDefault=75&borderColorDefault=%23ffffff&fcDefault=%236d6b7a&iconColorDefault=%236d6b7a&bgColorHover=%23eef3f6&bgTextureHover=flat&bgImgOpacityHover=100&borderColorHover=%23eef3f6&fcHover=%236d6b7a&iconColorHover=%236d6b7a&bgColorActive=%23eef3f6&bgTextureActive=flat&bgImgOpacityActive=100&borderColorActive=%23eef3f6&fcActive=%236d6b7a&iconColorActive=%236d6b7a&bgColorHighlight=%23eef3f6&bgTextureHighlight=flat&bgImgOpacityHighlight=100&borderColorHighlight=%23eef3f6&fcHighlight=%236d6b7a&iconColorHighlight=%236d6b7a&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Component containers
----------------------------------*/
.ui-widget {
}
.ui-widget .ui-widget {
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
}
.ui-widget-content {
	border: 1px solid #ffffff;
	background: #ffffff;
	color: #6d6b7a;
}
.ui-widget-content a {
	color: #6d6b7a;
}
.ui-widget-header {
	border: 1px solid #1c326f;
	background: #1c326f;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #ffffff;
	background: #ffffff;
	font-weight: normal;
	color: #6d6b7a;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #6d6b7a;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #eef3f6;
	background: #eef3f6;
	font-weight: normal;
	color: #6d6b7a;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #6d6b7a;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #eef3f6;
	background: #eef3f6;
	font-weight: normal;
	color: #6d6b7a;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #6d6b7a;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #eef3f6;
	background: #eef3f6;
	color: #6d6b7a;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #6d6b7a;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
}
.ui-widget-header .ui-icon {
}
.ui-state-default .ui-icon {
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
}
.ui-state-active .ui-icon {
}
.ui-state-highlight .ui-icon {
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}


/* perfect-scrollbar v0.6.8 */
.ps-container{-ms-touch-action:none;overflow:hidden !important}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:0.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:0.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color 0.2s linear,opacity 0.2s linear;-moz-transition:background-color 0.2s linear,opacity 0.2s linear;-o-transition:background-color 0.2s linear,opacity 0.2s linear;transition:background-color 0.2s linear,opacity 0.2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color 0.2s linear;-moz-transition:background-color 0.2s linear;-o-transition:background-color 0.2s linear;transition:background-color 0.2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color 0.2s linear,opacity 0.2s linear;-moz-transition:background-color 0.2s linear,opacity 0.2s linear;-o-transition:background-color 0.2s linear,opacity 0.2s linear;transition:background-color 0.2s linear,opacity 0.2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color 0.2s linear;-moz-transition:background-color 0.2s linear;-o-transition:background-color 0.2s linear;transition:background-color 0.2s linear;right:0;width:8px}.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:0.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:0.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:0.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}

/* End */


/* Start:/bitrix/templates/new_admkrai/css/style.css?1619786309110630*/
/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<!-- `display: block` sprite -->
<div class="icon-home"></div>

<!-- `display: inline-block` sprite -->
<img class="icon-home" />
```
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
strong {
	font-weight: bold;
}
input, textarea, select {
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
	max-width: 100%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.no-js-warning {
	padding: 0.4em 2em 0.7em;
	text-align: center;
	color: #1d3271;
	font-size: 1.2em;
	line-height: 1.4em;
}
.collapse { display: none; }
.collapse.show { display: block; }

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.faq dt { margin-bottom: 15px; font-size: 110%; font-weight: bold; cursor: pointer; }
.faq dd { display: none; padding-bottom: 15px; }
.faq dd a { display: inline-block; margin: 0 5px 5px 0; }
.faq dd a img { display: block; }

*, *:before, *:after {
	box-sizing: border-box;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
	width: 100%;
}
/* IE6/7 support */
.clearfix {
 *zoom: 1;
}
.justify {
	text-align: justify;
}
.justify:after {
	content: '';
	width: 100%;
	display: inline-block;
	height: 1px;
	margin: 0;
}
.regular {
	font-weight: 400;
}
.light {
	font-weight: 300;
}
.medium {
	font-weight: 600;
}
.bold {
	font-weight: 700;
}
.extra_bold {
	font-weight: 800;
}
.hover-scale:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.hover-scale:hover:before {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.icon {
	display: inline-block;
}
.icon-vk {
	width: 33px;
	height: 33px;
	background: url("/bitrix/templates/new_admkrai/css/../img/social_icons.png") no-repeat 0px -90px;
}
.icon-vk_light {
	background-position: 0px -2px;
}
.icon-vk:hover {
	background-position: 0px -45px;
}
.icon-twitter {
	width: 33px;
	height: 33px;
	background: url("/bitrix/templates/new_admkrai/css/../img/social_icons.png") no-repeat -39px -90px;
}
.icon-twitter_light {
	background-position: -39px -2px;
}
.icon-twitter:hover {
	background-position: -39px -45px;
}
.icon-face {
	width: 33px;
	height: 33px;
	background: url("/bitrix/templates/new_admkrai/css/../img/social_icons.png") no-repeat -78px -90px;
}
.icon-face_light {
	background-position: -78px -2px;
}
.icon-face:hover {
	background-position: -78px -45px;
}
.icon-odnokl {
	width: 33px;
	height: 33px;
	background: url("/bitrix/templates/new_admkrai/css/../img/social_icons.png") no-repeat -233px -2px;
}
.icon-odnokl_light {
	background-position: -233px -2px;
}
.icon-odnokl:hover {
	background-position: -233px -45px;
}
.icon-insta {
	width: 33px;
	height: 33px;
	background: url("/bitrix/templates/new_admkrai/css/../img/social_icons.png") no-repeat -116px -90px;
}
.icon-insta_light {
	background-position: -116px -2px;
}
.icon-insta:hover {
	background-position: -116px -45px;
}
.icon-t {
	width: 33px;
	height: 33px;
	background: url("/bitrix/templates/new_admkrai/css/../img/social_icons.png") no-repeat -155px -90px;
}
.icon-t_light {
	background-position: -155px -2px;
}
.icon-t:hover {
	background-position: -155px -45px;
}
.icon-rss {
	width: 33px;
	height: 33px;
	background: url("/bitrix/templates/new_admkrai/css/../img/social_icons.png") no-repeat -193px -90px;
}
.icon-rss_light {
	background-position: -193px -2px;
}
.icon-rss:hover {
	background-position: -193px -45px;
}
.icon-krai {
	width: 19px;
	height: 18px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_menu_icons.png") no-repeat 0px 0px;
}
.icon-gubernator {
	width: 19px;
	height: 16px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_menu_icons.png") no-repeat 0px -41px;
}
.icon-government {
	width: 14px;
	height: 19px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_menu_icons.png") no-repeat 0px -79px;
}
.icon-press-c {
	width: 20px;
	height: 17px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_menu_icons.png") no-repeat 0px -120px;
}
.icon-activities {
	width: 20px;
	height: 22px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_menu_icons.png") no-repeat 0px -157px;
}
.icon-docs {
	width: 17px;
	height: 19px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_menu_icons.png") no-repeat 0px -198px;
}
.icon-press-c_mob {
	width: 20px;
	height: 17px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_mobile_menu_icons.png") no-repeat;
}
.icon-develop_mob {
	width: 22px;
	height: 24px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_mobile_menu_icons.png") no-repeat 0px -33px;
}
.icon-government_mob {
	width: 26px;
	height: 18px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_mobile_menu_icons.png") no-repeat 0px -79px;
}
.icon-cont_mob {
	width: 20px;
	height: 20px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_mobile_menu_icons.png") no-repeat 0px -118px;
}
.icon-tiles {
	width: 11px;
	height: 11px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") no-repeat 0px -59px;
}
.active .icon-tiles {
	background-position: -120px -59px;
}
.icon-map-view {
	width: 11px;
	height: 11px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") no-repeat 0px -39px;
}
.active .icon-map-view {
	background-position: -120px -39px;
}
.icon-list {
	width: 11px;
	height: 11px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") no-repeat 0px -79px;
}
.active .icon-list {
	background-position: -120px -79px;
}
.icon-piramide {
	width: 11px;
	height: 11px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") no-repeat 0px -737px;
}
.active .icon-piramide {
	background-position: -55px -737px;
}
.icon-table {
	width: 11px;
	height: 11px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") no-repeat 0px -768px;
}
.active .icon-table {
	background-position: -55px -768px;
}
.icon-slider-prev {
	width: 20px;
	height: 38px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") no-repeat 0px -311px;
}
.icon-slider-next {
	width: 20px;
	height: 38px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") no-repeat 0px -371px;
}
.icon-calendar {
	width: 20px;
	height: 20px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") no-repeat -60px -541px;
}
.icon-pagen-prev {
	width: 37px;
	height: 37px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.icon-pagen-prev:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.icon-pagen-prev:hover:before {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.icon-pagen-prev:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") 10px -103px white;
}
.icon-pagen-next {
	width: 37px;
	height: 37px;
	position: relative;
}
.icon-pagen-next:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.icon-pagen-next:hover:before {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.icon-pagen-next:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") 11px -143px white;
}
.icon-arrow-prev {
	width: 36px;
	height: 36px;
}
.icon-arrow-prev:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.icon-arrow-prev:hover:before {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.icon-arrow-prev:after {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") 0px -114px;
}
.icon-arrow-next {
	width: 36px;
	height: 36px;
}
.icon-arrow-next:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.icon-arrow-next:hover:before {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.icon-arrow-next:after {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") 0px -154px;
}
.icon-multi-doc {
	width: 23px;
	height: 31px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") 0px -613px;
}
.icon-file-doc {
	width: 17px;
	height: 25px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") no-repeat -35px -654px;
}
.icon-file-img {
	width: 24px;
	height: 18px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") no-repeat 0px -654px;
}
input[type=text], input[type=tel], input[type=password] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 34px;
	line-height: 34px;
	background: #eef3f6;
	border: none;
	border-radius: 0;
	padding: 0 20px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #6d6b7a;
	margin: 0;
	box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}
input[type=text]:focus, input[type=tel]:focus, input[type=password]:focus {
	background: white;
}
input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'Open Sans', sans-serif;
	border: none;
	border-radius: 0;
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	font-weight: 300;
	text-align: center;
	min-width: 140px;
	padding: 0 20px;
	background: #1c326f;
	color: white;
	display: inline-block;
	text-decoration: none;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	cursor: pointer;
}
input[type=submit]:hover {
	color: white;
	text-decoration: none;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
}
input[type=reset] {
	border: none;
	cursor: pointer;
}
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 140px;
	line-height: 18px;
	background: #eef3f6;
	border: none;
	border-radius: 0;
	padding: 15px 20px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #6d6b7a;
	margin: 0;
	box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.3);
	resize: none;
}
textarea:focus {
	background: white;
}
.input-item {
	position: relative;
	margin: 0 0 25px 0;
}
.input-item.error input[type=text], .input-item.error input[type=tel], .input-item.error input[type=password], .input-item.error .ui-selectmenu-button, .input-item.error textarea {
	background: #ffe1e1;
}
.input-item__error {
	position: absolute;
	padding: 15px;
	background: white;
	color: #ce4b48;
	font-size: 16px;
	line-height: 18px;
	left: 20%;
	bottom: 100%;
	max-width: 80%;
	box-shadow: 0px 0 2px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
.input-item__error {
	display: none!important;
}
}
.input-item__error:before {
	content: '';
	background: url("/bitrix/templates/new_admkrai/css/../img/error-corner.png") no-repeat;
	width: 15px;
	height: 14px;
	position: absolute;
	top: 100%;
	left: 0;
}
.input-item__error-right {
	/*position: absolute;
  left: 110%;
  left: -webkit-calc(100% + 20px);
  left: calc(100% + 20px);
  top: 0px;
  color: #fc6f64;
  font-size: 14px;
  line-height: 16px;
  width: 100%;*/
	color: #fc6f64;
	font-size: 14px;
	line-height: 16px;
}
/* Cначала обозначаем стили для IE8 и более старых версий
т.е. здесь мы немного облагораживаем стандартный чекбокс. */
.checkbox {
	vertical-align: top;
	margin: 0 3px 0 0;
	width: 17px;
	height: 17px;
}
/* Это для всех браузеров, кроме совсем старых, которые не поддерживают
селекторы с плюсом. Показываем, что label кликабелен. */
.checkbox + label {
	cursor: pointer;
}
/* Далее идет оформление чекбокса в современных браузерах, а также IE9 и выше.
Благодаря тому, что старые браузеры не поддерживают селекторы :not и :checked,
в них все нижеследующие стили не сработают. */
/* Прячем оригинальный чекбокс. */
.checkbox:not(checked) {
	position: absolute;
	opacity: 0;
}
.checkbox:not(checked) + label {
	position: relative;
	/* будем позиционировать псевдочекбокс относительно label */
	padding: 0 0 0 36px;/* оставляем слева от label место под псевдочекбокс */
}
/* Оформление первой части чекбокса в выключенном состоянии (фон). */
.checkbox:not(checked) + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 19px;
	height: 19px;
	background: url("/bitrix/templates/new_admkrai/css/../img/checkbox.png") 0px 0px;
}
/* Меняем фон чекбокса, когда он включен. */
.checkbox:checked + label:before {
	background-position: -19px 0px;
}
/* Cначала обозначаем стили для IE8 и более старых версий
т.е. здесь мы немного облагораживаем стандартный чекбокс. */
.radio {
	vertical-align: top;
	margin: 0 3px 0 0;
	width: 17px;
	height: 17px;
}
/* Это для всех браузеров, кроме совсем старых, которые не поддерживают
селекторы с плюсом. Показываем, что label кликабелен. */
.radio + label {
	cursor: pointer;
}
/* Далее идет оформление чекбокса в современных браузерах, а также IE9 и выше.
Благодаря тому, что старые браузеры не поддерживают селекторы :not и :checked,
в них все нижеследующие стили не сработают. */
/* Прячем оригинальный чекбокс. */
.radio:not(checked) {
	position: absolute;
	opacity: 0;
}
.radio:not(checked) + label {
	position: relative;
	/* будем позиционировать псевдочекбокс относительно label */
	padding: 0 0 0 36px;/* оставляем слева от label место под псевдочекбокс */
}
/* Оформление первой части чекбокса в выключенном состоянии (фон). */
.radio:not(checked) + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 19px;
	height: 19px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") 0px 0px;
}
/* Меняем фон чекбокса, когда он включен. */
.radio:checked + label:before {
	background-position: -121px 0px;
}
.select {
	width: 100%;
	height: 34px;
	position: relative;
}
.select__h {
	width: 100%;
	height: 100%;
	box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.3);
	cursor: pointer;
	position: relative;
	padding: 0 20px;
	font-size: 16px;
	line-height: 34px;
	font-family: 'Open Sans', sans-serif;
	color: #6d6b7a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.select__h:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	width: 10px;
	height: 5px;
	margin-top: -2px;
	background: url("/bitrix/templates/new_admkrai/css/../img/select.png");
}
.select__b {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #eef3f6;
	z-index: 9;
	display: none;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}
.select__b__h {
	background: white;
	padding: 22px;
	color: #6d6b7a;
	font-size: 16px;
	line-height: 18px;
    text-align: left;
}
.select__b__b {
	max-height: 327px;
	padding: 20px;
	overflow-y: auto;
}
.select__b__b__item {
	margin: 0 0 17px 0;
    text-align: left;
}
.select__b__b__item:last-child {
	margin: 0;
}
.select__b__f {
	background: white;
	padding: 22px;
	text-align: center;
}
select {
	width: 100%;
	height: 34px;
	line-height: 34px;
	background: #eef3f6;
	border: none;
	border-radius: 0;
	padding: 0 16px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #6d6b7a;
	margin: 0;
	box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.form-item {
	margin: 0 0 15px 0;
}
.form-item.form-item_capcha .clearfix img {
	float: left;
}
.form-item.form-item_capcha .clearfix input[type=text] {
	height: 40px;
	line-height: 40px;
}
.form-item__title {
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	color: #4f4f4f;
	margin: 0 0 10px 0;
}
.form-item .input-item {
	margin: 0;
}
.justify .form-item.inline-block {
	margin: 0;
}
.input-file {
	padding: 0 0 5px 0;
}
.input-file input[type=file] {
	display: none;
}
.input-file__link {
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	font-weight: 300;
	text-align: center;
	min-width: 140px;
	padding: 0 5px;
	background: #1c326f;
	color: white;
	display: inline-block;
	text-decoration: none;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	cursor: pointer;
	margin: 5px 0 0 0;
}
.input-file__link:hover {
	color: white;
	text-decoration: none;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
}
.input-file__item {
	margin: 0 0 9px 0;
}
.input-file__item__img {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
}
.input-file__item__img .icon {
	vertical-align: middle;
}
.input-file__item__name {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
}
.input-file__item__size {
	display: inline-block;
	vertical-align: middle;
}
.submit-to-right {
	text-align: right;
	padding: 15px 0 0 0;
}
.submit-to-right * {
	margin: 0 0 0 15px;
}
.radio-rating {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 0 0;
	position: relative;
}
.radio-rating label {
	display: block;
	padding: 23px 0 0 0!important;
	min-width: 19px;
	text-align: center;
}
.radio-rating label.active:before {
	background-position: -121px 0px;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #4e535a;
	background: #f5f9fa url("/bitrix/templates/new_admkrai/css/../img/bg-footer.png") repeat-x bottom center;
}
body:before {
	display:block;
	position:fixed;
	content:'';
	width:100%;
	height:70vh;
	top:8vh;
	right:150px;
	background: url("/bitrix/templates/new_admkrai/css/../img/bg-large-coat-of-arms.png") no-repeat right center;
	background-size:contain;
	z-index:1;
}
@media screen and (max-width: 1920px) {
	body:before { right:50px; }
}
@media screen and (max-width: 1280px) {
	body:before { background:none; display:none; }
}
@media screen and (max-width: 640px) {
	body { background-image: none; }
}
h1 {
	font-size: 20px;
	line-height: 22px;
	color: #002F72;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0px;
	padding: 0 20px;
	margin: 0 0 30px 0;
}
h2 {
	font-size:16px;
	text-transform: none;
	font-weight: 600;
	color: #1c326f;
	margin: 1.5em 0 0.5em;
}
h3 {
	font-size:16px;
	text-transform: none;
	font-weight: normal;
	color: #1c326f;
	margin: 1.5em 0 0.5em;
}
p {
	margin: 20px 0;
}
p:first-child {
	margin: 0 0 20px 0;
}
p:last-child {
	margin: 20px 0 0 0;
}
p:last-child:first-child {
	margin: 0;
}
p.title {
	font-size: 16px;
	line-height: 20px;
	color: #1c326f;
	font-weight: 600;
}
p.red-title {
	font-size: 16px;
	line-height: 20px;
	color: #fc5e52;
	font-weight: 600;
}
b, strong {
	font-weight: 600;
}
a {
	color: #1c326f;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul {
	padding: 0 0 0 18px;
}
ul li {
	position: relative;
}
ul li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: -18px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1e2a58;
}
.color-red {
	color: #fc5e52;
}
.site {
	width: 100%;
}
header {
	background: #113370;
	color: white;
	position: relative;
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	z-index:2;
}
.page {
	display: table;
	width: 100%;
	max-width:1920px;
}
@media screen and (max-width: 1920px) {
	.page { max-width:1600px; }
}
@media screen and (max-width: 1600px) {
	.page { max-width:1280px; }
}
@media screen and (max-width: 1280px) {
	.page {
		display: block;
		max-width:1280px;
	}
}
.main {
	display: table-cell;
	vertical-align: top;
	position:relative;
	z-index:2;
	max-width:1000px;
}
@media screen and (max-width: 1280px) {
	.main {
		display: block;
		max-width:none;
	}
	.main-inner {
		max-width:1000px;
		margin:0 auto;
		min-height:auto;
	}
}
@media screen and (max-width: 768px) {
	.main {
		padding: 17px 0;
	}
	header { z-index:auto; }
}
.main-inner {
	padding: 12px 0 1px 0;
	position: relative;
	min-height:500px;
}
.main-inner_about {
	background: url("/bitrix/templates/new_admkrai/css/../img/about-back.png") no-repeat top center;
	background-size:contain;
}
.content {
	padding: 0 20px;
}
footer {
	padding: 0 0 25px 0;
	margin:0 20px;
	position: relative;
	box-shadow: inset 0 5px 5px -5px #858585;
}
@media screen and (max-width: 1600px) {
	footer { /*background: #f4fafa;*/ margin:0; }
}
.h-b {
	height: 60px;
	overflow: hidden;
}
.h-b__left-links {
	float: right;
	margin: 0 20px 0 0;
}
@media screen and (max-width: 1280px) {
	.h-b__left-links {
		margin: 0 2px 0 0;
	}
}
@media screen and (max-width: 768px) {
	.h-b__left-links {
		display: none;
	}
}
.h-b__left-links__item {
	width: 58px;
	height: 60px;
	float: left;
	position: relative;
}
.h-b__left-links__item:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
}
.h-b__left-links__item.icon-h-search:after {
	width: 17px;
	height: 17px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_header_icons.png") no-repeat 0px 0px;
	margin-left: -8.5px;
	margin-top: -8.5px;
}
.h-b__left-links__item.icon-h-search:hover:after {
	background-position: -60px 0px;
}
.h-b__left-links__item.icon-h-contacts:after {
	width: 21px;
	height: 21px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_header_icons.png") no-repeat 0px -22px;
	margin-left: -10.5px;
	margin-top: -7px;
}
.h-b__left-links__item.icon-h-contacts:hover:after {
	background-position: -60px -22px;
}
.h-b__left-links__item.icon-h-slepo:after {
	width: 24px;
	height: 13px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_header_icons.png") no-repeat 0px -47px;
	margin-left: -12px;
	margin-top: -6.5px;
}
.h-b__left-links__item.icon-h-slepo:hover:after {
	background-position: -60px -47px;
}
.h-b__left-links__item.icon-h-sitemap:after {
	width: 20px;
	height: 15px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_header_icons.png") no-repeat 0px -65px;
	margin-left: -10px;
	margin-top: -7.5px;
}
.h-b__left-links__item.icon-h-sitemap:hover:after {
	background-position: -60px -65px;
}
.h-b__left-links__item.icon-h-mobile:after {
	width: 10px;
	height: 18px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_header_icons.png") no-repeat 0px -83px;
	margin-left: -5px;
	margin-top: -9px;
}
.h-b__left-links__item.icon-h-mobile:hover:after {
	background-position: -60px -83px;
}
/*.icon-h-rss { display: none; }*/
.h-b__left-links__item.icon-h-rss:after {
	width: 16px;
	height: 16px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_header_icons.png") no-repeat 0px -104px;
	margin-left: -8px;
	margin-top: -8px;
}
.h-b__left-links__item.icon-h-rss:hover:after {
	background-position: -60px -104px;
}
.h-b__left-links__item.active {
	background: #002458;
}
.h-b__left-links__item.active:after {
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") no-repeat 0px -236px;
	width: 14px;
	height: 14px;
	margin: -7px 0 0 -7px;
}
.h-b__left-links__item.active:hover:after {
	background-position: 0px -236px;
}
.h-logo {
	margin: 3px 0 0 17px;
	float: left;
}
@media screen and (max-width: 768px) {
	.h-logo {
		margin: 0 0 0 60px;
		float: none;
	}
}
.h-logo__img-b {
	margin: 0 18px 0 0;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width: 900px) {
	.h-logo__img-b {
		margin: 0 13px 0 0;
	}
}
@media screen and (max-width: 768px) {
	.h-logo__img-b {
		width: 42px;
		padding: 3px 0 0 0;
		margin: 0;
	}
}
.h-logo__text {
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.9px;
	font-weight: 300;
	cursor: default;
}
.h-logo a {
	color: white;
	text-decoration: none;
}
.h-logo a:hover {
	color: white;
	text-decoration: none;
}
@media screen and (max-width: 900px) {
	.h-logo__text {
		font-size: 16px;
		line-height: 20px;
	}
}
@media screen and (max-width: 768px) {
	.h-logo__text {
		width: 70%;
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
		padding: 0 0 0 8px;
		vertical-align: middle;
	}
}
.mob-menu-toggle {
	width: 50px;
	height: 60px;
	float: left;
	position: relative;
	display: none;
}
.mob-menu-toggle:after {
	content: '';
	position: absolute;
	width: 18px;
	height: 16px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") 0px -276px no-repeat;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -9px;
}
.mob-menu-toggle.active {
	background: #002b68;
	box-shadow: inset -3px 0 3px -3px black;
}
.mob-menu-toggle.active:after {
	background-position: 2px -236px;
}
@media screen and (max-width: 768px) {
	.mob-menu-toggle {
		display: block;
	}
}
.h-top-b {
	background: #002458;
	height: 0;
}
@media screen and (max-width: 768px) {
.h-top-b {
	display: none;
}
}
.h-top-b__item {
	display: none;
	padding: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
	.h-top-b__item {
		padding: 40px 20px;
	}
}
.h-top-b__contacts {
	position: relative;
}
.h-top-b__contacts__build-b {
	float: left;
	margin: 0 20px 0 0;
}
@media screen and (max-width: 1000px) {
	.h-top-b__contacts__build-b {
		width: 20%;
	}
}
.h-top-b__contacts__map-b {
	float: left;
	margin: 0 20px 0 0;
}
@media screen and (max-width: 1000px) {
	.h-top-b__contacts__map-b {
		width: 20%;
	}
}
.h-top-b__contacts__text-b {
	float: left;
	margin: -4px 0 0 0;
}
@media screen and (max-width: 1000px) {
	.h-top-b__contacts__text-b {
		width: 50%;
	}
}
.h-top-b__contacts__text-b__item {
	margin: 0 0 18px 0;
	color: #AAB8CD;
}
.h-top-b__contacts__text-b__item__title {
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
	margin: 0 0 3px 0;
}
.h-top-b__contacts__text-b__item__text {
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
}
.h-top-b__contacts__text-b__item__text__tel {
	color: #AAB8CD;
	text-decoration: none;
}
.h-top-b__contacts__text-b__item__text__tel:hover {
	text-decoration: none;
	color: #AAB8CD;
}
.h-top-b__contacts__text-b__item__text__mail {
	color: #4B84DA;
	text-decoration: underline;
}
.h-top-b__contacts__text-b__item__text__mail:hover {
	color: #4B84DA;
	text-decoration: none;
}
.h-top-b__contacts__soc {
	position: absolute;
	bottom: 40px;
	right: 40px;
}
.h-top-b__search__form {
	display: table;
	width: 100%;
}
.h-top-b__search__form__text {
	display: table-cell;
	width: 250px;
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
	color: #AAB8CD;
}
.h-top-b__search__form__input {
	display: table-cell;
	padding: 0 20px 0 0;
}
.h-top-b__search__form__input input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: #5f7199;
	border: none;
	border-radius: 0;
	color: white;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}
.h-top-b__search__form__submit {
	display: table-cell;
	width: 140px;
}
.h-top-b__search__form__submit input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	background: #00b5e4;
	color: #002F72;
	font-size: 16px;
	line-height: 36px;
	height: 36px;
	width: 100%;
	text-align: center;
	font-weight: 600;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.h-menu {
	width: 280px;
	min-width:280px;
	display: table-cell;
	color: #CCD4E1;
	font-size: 16px;
	line-height: 20px;
	background: #1d458d;
	box-shadow: 0 3px 3px rgba(0,0,0,0.1) inset;
	position: relative;
	z-index: 99;
}

.h-menu-scroll {
	position:fixed;
	top:0;
	-webkit-transition:none;
	transition:none;
}
.h-menu-scroll {
	width:280px;
	left:0;
}
.sidebar-additional-scroll {
	padding: 20px 0 70px;
    z-index: 2;
}
.sidebar-additional-scroll + div {
    z-index:1;
}
.sidebar-additional-scroll.is_stuck { }
.scrollTop .h-menu-scroll, .scrollTop .sidebar-additional-scroll {
	width:auto;
	height:auto;
	position:relative;
}
.sidebar-additional-scroll *:last-child { margin-bottom:0; }
@media screen and (max-width: 1280px) {
	.h-menu {
		width: 100%;
		min-width:inherit;
		display: block;
		/*padding: 0 9px;*/
		font-size: 14px;
		line-height: 16px;
		box-shadow: none;
		background: #124889;
		height:36px;
	}
	.h-menu-scroll {
		width:auto;
		height:36px !important;
		top:auto;
		padding: 0 9px;
		left:auto;
		position:static;
		text-align:justify
	}
	.h-menu-scroll:after{
		content: '';
		display: inline-block;
		width: 100%;
		border:0;
		height:1px;
	}
}
@media screen and (max-width: 768px) {
	.h-menu {
		display: none;
	}
}
@media screen and (max-width: 1280px) {
	.h-menu__item {
		display: inline-block;
	}
	.h-menu__item.active .h-menu__item__link {
		background: #113370;
	}
}
.h-menu__item__link {
	color: #CCD4E1;
	text-decoration: none;
	padding: 12px 16px 12px 54px;
	display: inline-block;
	width: 100%;
	position: relative;
}
@media screen and (max-width: 1280px) {
	.h-menu__item__link {
		padding: 10px 10px 10px 44px;
	}
}
.h-menu__item__link .icon {
	position: absolute;
	left: 19px;
	top: 50%;
}
@media screen and (max-width: 1280px) {
	.h-menu__item__link .icon {
		/*display: none;*/
		left:12px;
	}
}
.h-menu__item__link .icon-krai {
	margin-top: -9px;
}
.h-menu__item__link .icon-gubernator {
	margin-top: -8px;
}
.h-menu__item__link .icon-government {
	margin-top: -9px;
}
.h-menu__item__link .icon-press-c {
	margin-top: -8px;
}
.h-menu__item__link .icon-activities {
	margin-top: -11px;
}
.h-menu__item__link .icon-docs {
	margin-top: -10px;
}
.h-menu__item__link:hover, .h-menu__item.active .h-menu__item__link {
	text-decoration: none;
	color: #00d2ff;
}
.h-menu__item__link:hover .icon-krai, .h-menu__item.active .h-menu__item__link .icon-krai {
	background-position: -60px 0px;
}
.h-menu__item__link:hover .icon-gubernator, .h-menu__item.active .h-menu__item__link .icon-gubernator {
	background-position: -60px -41px;
}
.h-menu__item__link:hover .icon-government, .h-menu__item.active .h-menu__item__link .icon-government {
	background-position: -60px -79px;
}
.h-menu__item__link:hover .icon-press-c, .h-menu__item.active .h-menu__item__link .icon-press-c {
	background-position: -60px -120px;
}
.h-menu__item__link:hover .icon-activities, .h-menu__item.active .h-menu__item__link .icon-activities {
	background-position: -60px -157px;
}
.h-menu__item__link:hover .icon-docs, .h-menu__item.active .h-menu__item__link .icon-docs {
	background-position: -60px -198px;
}
@media screen and (max-width: 1280px) {
	.h-menu__item__link.active {
		background: #113370;
	}
}
.h-menu__sec-level {
	background: #113370;
	display: none;
	text-align:left;
}
@media screen and (min-width: 1281px) {
	.h-menu__item.active .h-menu__sec-level, .h-menu__sec-level__item.active .h-menu__third-level {
		display: block!important;
		overflow: visible!important;
		height: auto!important;
	}
	.h-menu__item.active .h-menu__item__link, .h-menu__sec-level__item.active .h-menu__sec-level__item__link {
		cursor: default;
	}
}
@media screen and (max-width: 1280px) {
	.h-menu__sec-level {
		position: absolute;
		width: 100%;
		top: 100%;
		left: 0;
		padding: 10px 20px;
		background: #113370;
		box-shadow: none;
	}
}
@media screen and (min-width: 1280px) {
	.h-menu__sec-level__item {
		margin: 0!important;
	}
}
@media screen and (max-width: 1280px) {
	.h-menu__sec-level__item {
		display: inline-block;
		width: 32%;
		vertical-align: top;
	}
}
.h-menu__sec-level__item__link {
	display: inline-block;
	width: 100%;
	color: #B6C1D3;
	text-decoration: none;
	padding: 12px 18px;
}
@media screen and (max-width: 1280px) {
	.h-menu__sec-level__item__link {
		padding: 10px;
		color: #BCCEE8;
	}
}
.h-menu__sec-level__item__link:hover, .h-menu__sec-level__item__link.active, .h-menu__sec-level__item.active .h-menu__sec-level__item__link {
	text-decoration: none;
	color: #00d2ff;
}
@media screen and (max-width: 1280px) {
	.h-menu__sec-level__item__link.active {
		background: #042052;
	}
}
.h-menu__third-level {
	background: #042052;
	display: none;
}
@media screen and (max-width: 1280px) {
	.h-menu__third-level {
		position: absolute;
		width: 100%;
		left: 0;
		top:100%;
		padding: 10px 20px;
		box-shadow: none;
		background: #042052;
	}
}
@media screen and (max-width: 1280px) {
	.h-menu__third-level__item {
		display: inline-block;
		vertical-align:top;
		width:32%;
	}
}
.h-menu__third-level__item__link {
	display: inline-block;
	width: 100%;
	color: #959FB0;
	text-decoration: none;
	padding: 11px 18px;
}
@media screen and (max-width: 1280px) {
	.h-menu__third-level__item__link {
		padding: 10px;
		color: #BCCEE8;
	}
}
.h-menu__third-level__item__link:hover, .h-menu__third-level__item__link.active, .h-menu__third-level__item.active .h-menu__third-level__item__link {
	text-decoration: none;
	color: #00d2ff;
}
.h-mob-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 20px 17px;
	background: #002b68;
	box-shadow: inset 0 5px 5px -5px black;
	z-index: 99;
	display: none;
}
@media screen and (min-width: 769px) {
	.h-mob-menu {
		display: none !important;/**/
	}
}
.h-mob-menu:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 5px;
	top: 0;
	left: 0;
	background: #002b68;
}
.h-mob-menu__search {
	position: relative;
	margin: 0 0 18px 0;
}
.h-mob-menu__search input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 43px;
	background: #002458;
	border-radius: 5px;
	border: none;
	font-size: 16px;
	line-height: 43px;
	color: #7E93B2;
	padding: 0 40px 0 24px;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.h-mob-menu__search input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_header_icons.png") no-repeat 0px 0px;
	width: 17px;
	height: 17px;
	min-width: auto;
	padding: 0;
	box-shadow: none;
	position: absolute;
	top: 13px;
	right: 20px;
	font-size: 0;
}
.h-mob-menu__menu {
	margin: 18px 0 0 0;
}
.h-mob-menu__menu__item {
	margin: 0 0 28px 0;
}
.h-mob-menu__menu__item__link {
	font-size: 25px;
	line-height: 25px;
	color: #CCD4E1;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 47px;
}
.h-mob-menu__menu__item__link .icon {
	position: absolute;
	left: 8px;
	top: 50%;
}
@media screen and (max-width: 1280px) {
	.h-mob-menu__menu__item__link .icon {
		/*display: none;*/
	}
}
.h-mob-menu__menu__item__link .icon-press-c_mob {
	margin-top: -9px;
}
.h-mob-menu__menu__item__link .icon-develop_mob {
	margin-top: -12px;
}
.h-mob-menu__menu__item__link .icon-government_mob {
	margin-top: -9px;
}
.h-mob-menu__menu__item__link .icon-cont_mob {
	margin-top: -10px;
}
.h-mob-menu__menu__item__link:hover {
	color: #00d2ff;
	text-decoration: none;
}
.h-mob-menu__menu__item__link:hover .icon-press-c_mob {
	background-position: -60px 0;
}
.h-mob-menu__menu__item__link:hover .icon-develop_mob {
	background-position: -60px -33px;
}
.h-mob-menu__menu__item__link:hover .icon-government_mob {
	background-position: -60px -79px;
}
.h-mob-menu__menu__item__link:hover .icon-cont_mob {
	background-position: -60px -118px;
}
.h-mob-menu__menu__item__link.active {
	color: #00d2ff;
	text-decoration: none;
}
.h-mob-menu__menu__item__link.active .icon-press-c_mob {
	background-position: -60px 0;
}
.h-mob-menu__menu__item__link.active .icon-develop_mob {
	background-position: -60px -33px;
}
.h-mob-menu__menu__item__link.active .icon-government_mob {
	background-position: -60px -79px;
}
.h-mob-menu__menu__item__link.active .icon-cont_mob {
	background-position: -60px -118px;
}
.f-menu {
	text-align: left;
	margin: 0 0 17px 0;
	padding-left:20px;
}
@media screen and (max-width: 1280px) {
	.f-menu { text-align: center; }
}
@media screen and (max-width: 768px) {
	.f-menu { display: none; }
}
.f-menu__item {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	color: #6D6B7A;
	text-decoration: none;
	display: inline-block;
	margin: 0 12px;
	font-weight: 600;
}
div .f-menu__item:first-child { margin-left:0; }
.f-menu__item:hover {
	color: #6D6B7A;
	text-decoration: none;
}
@media screen and (max-width: 900px) {
	.f-menu__item {
		margin: 0 5px;
		font-size: 9px;
	}
}
.f-text {
	text-align: left;
	font-size: 10px;
	line-height: 12px;
	color: #6D6B7A;
	padding-left:20px;
}
@media screen and (max-width: 1280px) {
	.f-text { text-align: center; }
}
@media screen and (max-width: 900px) {
	.f-text {
		font-size: 9px;
	}
}
.f-text__text {
	display: inline-block;
	margin: 0 15px 0 0;
}
@media screen and (max-width: 480px) {
    .f-text__text {
        display: block;
        margin: 0 0 10px 0;
    }
}
@media screen and (min-width: 1600px) {
    .f-menu, .f-text { padding-left: 10px; }
}
.f-text__tel {
	color: #6D6B7A;
	text-decoration: none;
}
.f-text__tel:hover {
	color: #6D6B7A;
	text-decoration: none;
}
.f-text__mail {
	color: #4B84DA;
	text-decoration: underline;
}
.f-text__mail:hover {
	color: #4B84DA;
	text-decoration: none;
}
.bread-b {
	padding: 0 20px;
}
@media screen and (max-width: 768px) {
	.bread-b {
		display: none;
	}
}
.breadcrumbs {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 11px 0;
}
.breadcrumbs__item {
	font-size: 13px;
	line-height: 14px;
	color: #ABABB9;
	text-decoration: none;
	position: relative;
	letter-spacing: -1px;
}
.breadcrumbs__item:hover {
	color: #002F72;
	text-decoration: none;
}
.breadcrumbs__item:after {
	content: '|';
	margin: 0 4px;
}
.breadcrumbs__item:last-child:after {
	display: none;
}
.breadcrumbs span:hover {
	color: #ABABB9;
}
.show-view {
	display: inline-block;
	/*display: none;*/
	vertical-align: top;
	margin: 1px 5px 0 0;
}
.show-view__item {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 0 0;
}
.i-left-col {
	float: left;
	width: 75%;
	padding:0 20px;
}
.main-content {
	
}
.col-big {
	float: left;
	width: 66.7%;
	padding: 0 20px 0 0;
}
.col-big-news { width:100%; }
@media screen and (max-width: 1600px) {
	.i-left-col { width: 66.7%; }
	.col-big-news { width:66.7%; }
}
@media screen and (max-width: 768px) {
	.i-left-col {
		float: none;
		width: 100%;
		margin: 0;
		padding:0;
	}
	.col-big, .col-big-news { width:100%; padding:0; }
}
.i-right-b {
	float: right;
	width: 25%;
	padding: 0 20px 0 0;
}
.sidebar-additional {
	display:table-cell;
	width:320px;
	vertical-align:top;
	padding:20px 20px 130px 0;
	position:relative;
	z-index:2;
}
.col-small {
	float: right;
	width: 33.3%;
	padding: 0 20px 0 0;
}
.col-small-events { display:none;}
.index-list + script + .col-small-events, .index-list + .col-small-events {
    display: none;
}
@media screen and (max-width: 1920px) {
	.banners-sidebar { display:none; }
}
@media screen and (max-width: 1600px) {
	.news-sidebar { display:none; }
	.i-right-b { width: 33.3%; }
	.col-small-events { display:block;}
}
@media screen and (max-width: 1280px) {
	.i-right-b {
		padding: 0 20px 0 20px;
	}
}
@media screen and (max-width: 768px) {
	.i-right-b {
		float: none;
		width: 100%;
		margin: 0;
		padding:0;
	}
	.col-small-events { display:none;}
}

/* gosuslugi */
.index-horizontal-banner {
    margin-bottom: 25px;
}
.index-horizontal-banner-sibling {
    position: relative;
    text-align: center;
}
.horizontal-banner-sibling-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.horizontal-banner-sibling-content .margin-auto-content {
    width: 100%;
}
.horizontal-banner-sibling-content .news-list__all-b:first-child {
    padding-top: 0;
}
.margin-auto-content {
    margin: auto;
}
/* gosuslugi */

.news-list {
	text-align: justify;
	margin: 0 0 30px 0;
	padding: 0 20px 0 20px;
}
@media screen and (max-width: 768px) {
	.news-list {
		padding: 0 10px;
	}
}
.news-list:after {
	content: '';
	width: 100%;
	display: inline-block;
}
.news-list.inline:after {
	display: none;
}
@media screen and (max-width: 768px) {
	.news-list.index {
		padding: 0 10px;
	}
}
.news-list__title {
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #002F72;
	font-weight: 700;
	margin: 0 0 16px 0;
	display: none;
}
@media screen and (max-width: 768px) {
	.news-list__title {
		display: block;
	}
}
.news-list__gen-item {
	width: 100%;
	position: relative;
	display: block;
	color: white;
	text-decoration: none;
	margin: 0 0 25px 0;
	text-align: left;
}
.news-list__gen-item:hover {
	color: white;
	text-decoration: none;
}
.news-list__gen-item__img-b {
	display: block;
}
.news-list__gen-item__img {
	width: 100%;
	display: block;
	height: auto;
}
.news-list__gen-item__text-b {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	padding: 17px 18px 25px;
}
.news-list__gen-item__img-b + .news-list__gen-item__text-b {
	top: auto;
	bottom: 0;
}
@media screen and (max-width: 768px) {
	.news-list__gen-item__text-b {
		padding: 18px 16px;
		min-height: 120px;
		position: static;
		background: white;
	}
}
.news-list__gen-item__text-b__date {
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 13px 0;
	font-weight: 300;
}
@media screen and (max-width: 768px) {
	.news-list__gen-item__text-b__date {
		font-size: 12px;
		line-height: 14px;
		color: #6D6B7A;
		margin: 0 0 12px 0;
		font-weight: 300;
	}
}
.news-list__gen-item__text-b__name {
	font-size: 18px;
	line-height: 20px;
}
@media screen and (max-width: 768px) {
	.news-list__gen-item__text-b__name {
		font-size: 16px;
		line-height: 20px;
		font-weight: 600;
		color: #002F72;
	}
}
.news-list__item {
	width: 30%;
	background: white;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px 0;
	text-align: left;
	position: relative;
}
.news-list__item:last-child {
	margin: 0;
}
@media screen and (max-width: 768px) {
	.news-list__item {
		width: 100%;
	}
}
.news-list__item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.news-list__item__img-b {
	display: block;
	position: relative;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.news-list__item__img {
	width: 100%;
	display: block;
	height: auto;
}
.news-list__item__text-b {
	padding: 18px 16px;
	min-height: 120px;
	position: relative;
}
.news-list__item__text-b__date {
	font-size: 12px;
	line-height: 14px;
	color: #6d6b7a;
	margin: 0 0 12px 0;
	font-weight: 300;
}
.news-list__item__text-b__name {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}
.news-list__item__text-b__name__link {
	color: #002F72;
	text-decoration: none;
}
.news-list__item__text-b__name__link:hover {
	color: #002F72;
	text-decoration: none;
}
.news-list__item:hover:before {
	box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.1);
}
.news-list__item.inline {
	width: 100%;
}
.news-list__item.inline .news-list__item__text-b {
	min-height: auto;
}
.news-list__item.index {
	width: 31.8%;
}
@media screen and (max-width: 1600px) {
	.news-list__item.index {
		width: 48%;
	}
}
@media screen and (max-width: 768px) {
	.news-list__item.index {
		width: 100%;
	}
}
.news-list__all-b {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 17px 0 0 0;
}
.news-list__all {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 17px;
	line-height: 52px;
	height: 50px;
	background: #003072;
	font-weight: 300;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.news-list__all:hover {
	box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.3);
	color: white;
	text-decoration: none;
}
.news-list .justify-casper {
	display: inline-block;
	width: 30%;
	height: 1px;
}
.i-banner {
	display: block;
	/*margin: 0 0 35px 0;*/
}
.index-banners-wrapper {
    margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
    .index-banners-wrapper {
        display: none;
    }
}
.index-banners {
	position: relative;
}
.index-banners img {
    /*width: auto !important;*/
    height: auto !important;
}
.index-banners .owl-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.index-banners .owl-nav {
	display: none;
}
.index-banners .owl-prev, .index-banners .owl-next {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -19px;
}
.index-banners .owl-prev { left: 5px; }
.index-banners .owl-next { right: 5px; }
.index-banners .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.index-banners .owl-nav.disabled+.owl-dots { margin-top: 10px }
.index-banners .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}
.index-banners .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}
.index-banners .owl-dots .owl-dot.active span, .index-banners .owl-dots .owl-dot:hover span { background: #869791 }

@media screen and (max-width: 768px) {
.i-banner {
	display: none;
}
}
.i-banner__img {
	display: block;
	width: 100%;
	height: auto;
}
.events-list {
	margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
.events-list {
	padding: 0 10px;
}
}
.events-list__title {
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #002F72;
	font-weight: 700;
	margin: 0 0 16px 0;
}
.events-list__item {
	background: white;
	padding: 18px 16px;
	margin: 0 0 14px 0;
	position: relative;
}
.events-list__item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.events-list__item__date {
	font-size: 12px;
	line-height: 14px;
	color: #6D6B7A;
	margin: 0 0 12px 0;
	font-weight: 300;
	position: relative;
}
.events-list__item__name {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	position: relative;
	text-align:left;
}
.events-list__item__name__link {
	color: #002F72;
	text-decoration: none;
}
.events-list__item__name__link:hover {
	color: #002F72;
	text-decoration: none;
}
.events-list__item:hover:before {
	box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.1);
}
.events-list__all-b {
	padding: 17px 0 0 0;
}
.events-list__all {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 17px;
	line-height: 52px;
	height: 50px;
	background: #003072;
	font-weight: 300;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.events-list__all:hover {
	box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.3);
	color: white;
	text-decoration: none;
}
.i-slider-links {
	width: 100%;
	max-width: 960px;
	padding: 0 60px;
	margin: 0 auto;
	
}
.i-slider-links-wrapper {
	box-shadow: inset 0 5px 5px -5px #858585;
	margin-bottom:28px;
}
@media screen and (max-width: 1280px) {
	.i-slider-links { max-width: 1000px; }
	.i-slider-links-wrapper {
		background: #eef3f7;
		box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.3), inset 0 -6px 6px -6px rgba(0, 0, 0, 0.3);
	}
}
.i-slider-links__item {
	padding: 30px 0;
}
.i-slider-links__item__img-b {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto 15px;
	position: relative;
}
.i-slider-links__item__img-b:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.i-slider-links__item__img-b:hover:before {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.i-slider-links__item__img-b:hover + .i-slider-links__item__text {
	color: black;
}
.i-slider-links__item__img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	position: relative;
}
.i-slider-links__item__img:hover {
	-webkit-filter: none;
	filter: none;
}
.i-slider-links__item__text {
	font-size: 12px;
	line-height: 14px;
	color: #6D6B7A;
	font-weight: 300;
	text-align: center;
	padding: 0 9px;
}
.i-slider-links .owl-controls .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	margin-top: -19px;
	left: 17px;
}
.i-slider-links .owl-controls .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -19px;
	right: 17px;
}
.i-vidgets {
	padding: 35px 0;
}
.i-vidgets__title {
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #002F72;
	font-weight: 700;
}
.content-page {
	background: white;
	margin: 0 20px 35px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    padding: 25px 20px; 
}
@media screen and (min-width: 1280px) {
	.content-page {
		max-width: 960px;
		
	}
}
.article {
	overflow: hidden;
	margin-bottom:2em;
}
.article-img {
	float: left;
	position:relative;
	margin: 0 15px 15px 0;
}
.article-img:before {
	display:block;
	position:absolute;
	content:'';
	clear:both;
	font-size:0;
	margin-top:30px;
}
.gimn-b__title {
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	color: #002F72;
	margin: 0 0 14px 0;
	font-weight: 600;
}
.gimn-b__title_2 {
	font-size: 16px;
	line-height: 18px;
	color: #002F72;
	margin: 0 0 17px 0;
	font-weight: 600;
}
.gimn-b__text {
	margin: 0 0 17px 0;
}
.gimn-b__text p {
	color: #4e535a;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 25px 0;
}
.gimn-b__text p:last-child {
	margin: 0;
}
.gimn-b__gerb-b {
	text-align: center;
	margin: 0 0 19px 0;
}
.gimn-b__left-col {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin: 0 10% 0 0;
}
@media screen and (max-width: 768px) {
	.gimn-b__left-col {
		display: block;
		width: auto;
		margin: 0;
	}
}
.gimn-b__right-col {
	display: inline-block;
	vertical-align: top;
	width: 40%;
}
@media screen and (max-width: 768px) {
	.gimn-b__right-col {
		display: block;
		width: auto;
		margin: 0;
	}
}
.symbolics {
	padding: 0 20px;
	margin: 0 0 35px 0;
	text-align: justify;
}
.symbolics:after {
	content: '';
	display: inline-block;
	width: 100%;
}
.symbolics__item {
	display: inline-block;
	width: 30%;
	background: white;
	text-align: center;
	position: relative;
	margin: 0 0 20px 0;
	vertical-align: top;
}
@media screen and (max-width: 768px) {
.symbolics__item {
	width: 48%;
	margin: 0 0 15px 0;
}
}
@media screen and (max-width: 550px) {
.symbolics__item {
	width: 100%;
}
}
.symbolics__item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.symbolics__item__img-b {
	position: relative;
}
.symbolics__item__img {
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	width: 100%;
}
.symbolics__item__text-b {
	/*height: 130px;*/
	padding: 20px 0 0 0;
	position: relative;
}
.symbolics__item__name {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: #002F72;
	font-weight: 700;
	margin: 0 0 25px 0;
}
.symbolics__item__link {
	display: inline-block;
	width: 100%;
	max-width: 140px;
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 17px;
	line-height: 35px;
	height: 35px;
	background: #003072;
	font-weight: 300;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.symbolics__item__link:hover {
	box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.3);
	color: white;
	text-decoration: none;
}
.symbolics__item:hover:before {
	box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.1);
}
.symbolics__item:hover .symbolics__item__img {
}
.symbolics .justify-casper {
	display: inline-block;
	width: 30%;
	height: 1px;
}
.pagen {
	text-align: center;
	margin: 0 0 40px 0;
}
.pagen_top {
	/*margin: -60px 0 28px 0;*/
}
@media screen and (max-width: 768px) {
.pagen_top {
	display: none;
}
}
.pagen__text {
	font-size: 16px;
	line-height: 20px;
	color: #1c326f;
	font-weight: 600;
	margin: 0 10px;
}
.pagen__prev {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 0 0 0;
	width: 37px;
	height: 37px;
	position: relative;
}
.pagen__prev:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.pagen__prev:hover:before {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.pagen__prev:after {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") 0px -114px;
}
.pagen__next {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 0 0 0;
	width: 37px;
	height: 37px;
	position: relative;
}
.pagen__next:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.pagen__next:hover:before {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.pagen__next:after {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") 0px -154px;
}
.filter {
	position: relative;
	z-index: 2;
}
.filter_doc-toolbar .filter__body {
	margin: 0;
	box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.3);
}
.filter__toggle {
	position: absolute;
	top: -66px;
	right: 20px;
	display: inline-block;
	width: 45px;
	height: 45px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 1;
}
.filter__toggle:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.filter__toggle:hover:before {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
.filter__toggle {
	top: -60px;
}
}
.filter__toggle:after {
	content: '';
	position: absolute;
	top: 12px;
	left: 12px;
	width: 21px;
	height: 21px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") 0px -581px;
}
.filter__toggle.doc:after {
	background-position: -139px -539px;
}
.filter__toggle.doc-toolbar {
	top: -23px;
}
.filter__toggle.doc-toolbar:after {
	background-position: -27px -610px;
}
.filter__toggle.active {
	top: -23px;
}
.filter__toggle.active:after {
	top: 16px;
	left: 16px;
	background-position: 0px -196px;
}
.filter__body {
	padding: 40px 20px;
	background: #eef3f6;
	box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.3), inset 0 -3px 3px -3px rgba(0, 0, 0, 0.3);
	margin: 0 0 40px 0;
	display: none;
	position: relative;
}
.filter__body_search {
	display: block;
}
@media screen and (max-width: 768px) {
.filter__body {
	padding: 20px 10px;
}
}
.filter__body .detail-news__toolbar {
	box-shadow: none;
	padding: 0 20px;
}
.filter__body .justify {
	margin: 0 0 -20px 0px;
}
@media screen and (max-width: 1024px) {
.filter__body .justify {
	margin: 0 0 25px 0;
}
.filter__body .justify:after {
	display: none;
}
}
.filter__body__item {
	margin: 0 0 25px 0;
}
.filter__body__item.width500 {
	width: 100%;
	max-width: 500px;
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width: 1024px) {
.filter__body__item.width500 {
	max-width: none;
	display: block;
}
}
.filter__body__item.width_auto {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: -webkit-calc(100% - 530px);
	max-width: calc(100% - 530px);
}
@media screen and (max-width: 1024px) {
.filter__body__item.width_auto {
	max-width: none;
	display: block;
}
}
.filter__body__item:last-child {
	margin: 0;
}
.filter__body__item_tags {
	width: 366px;
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width: 1000px) {
.filter__body__item_tags {
	width: 100%;
}
}
.filter__body__item_tags .filter__body__item__label {
	width: 60px;
}
@media screen and (max-width: 1000px) {
.filter__body__item_tags .filter__body__item__label {
	width: 160px;
}
}
.filter__body__item_tags .filter__body__item__body {
	margin: 0 0 0 60px;
}
@media screen and (max-width: 1000px) {
.filter__body__item_tags .filter__body__item__body {
	margin: 0 0 0 160px;
}
}
@media screen and (max-width: 768px) {
.filter__body__item_tags .filter__body__item__body {
	margin: 0;
}
}
.filter__body__item_prev-tags {
	width: 100%;
	max-width: -webkit-calc(100% - 380px);
	max-width: calc(100% - 380px);
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width: 1000px) {
.filter__body__item_prev-tags {
	max-width: 100%;
}
}
.filter__body__item .input-item {
	margin: 0;
}
.filter__body__item__label {
	width: 160px;
	float: left;
	font-size: 16px;
	line-height: 18px;
	color: #6d6b7a;
	padding: 6px 0 0 0;
}
@media screen and (max-width: 768px) {
.filter__body__item__label {
	float: none;
	margin: 0 0 10px 0;
}
}
.filter__body__item__body {
	margin: 0 0 0 160px;
}
@media screen and (max-width: 768px) {
.filter__body__item__body {
	margin: 0;
}
}
.filter__body__item__body__buttons {
	float: right;
}
@media screen and (max-width: 768px) {
.filter__body__item__body__buttons {
	float: none;
}
}
.filter__body__item__body__buttons .button {
	margin: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
.filter__body__item__body__buttons .button {
	margin: 0 15px 15px 0;
}
}
.datarange {
	display: inline-block;
}
.datarange input[type=text] {
	width: 100px;
	padding: 0 7px;
}
.datarange .icon {
	vertical-align: middle;
	margin: -2px 0 0 14px;
	cursor: pointer;
}
.datarange .mob-show { display: none; }
.datarange__separate {
	width: 15px;
	height: 2px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 18px;
	background: #6d6b7a;
}
.button {
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	font-weight: 300;
	text-align: center;
	min-width: 140px;
	padding: 0 20px;
	background: #1c326f;
	color: white;
	display: inline-block;
	text-decoration: none;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button:hover {
	color: white;
	text-decoration: none;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
}
.button_clear {
	background: none;
	color: #1c326f;
	font-weight: 400;
}
.button_clear:hover {
	background: none;
	color: #1c326f;
}
.button_white {
	background: white;
	color: #1c326f;
	font-weight: 400;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.button_white:hover {
	background: white;
	color: #1c326f;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
.button_blue {
	background: #eef3f6;
	color: #1c326f;
	font-weight: 400;
}
.button_blue:hover {
	background: #eef3f6;
	color: #1c326f;
}
.ui-datepicker {
	padding: 0;
	margin: 0;
	border: none;
	background: white;
	width: 330px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
.ui-datepicker {
	width: 292px;
}
}
.ui-datepicker .ui-datepicker-header {
	padding: 17px 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	margin: 0 140px 0 0;
	position: relative;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title:after {
	content: '';
	position: absolute;
	top: 8px;
	right: -105px;
	width: 14px;
	height: 10px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") -37px -580px;
}
@media screen and (max-width: 768px) {
.ui-datepicker .ui-datepicker-header .ui-datepicker-title:after {
	right: -116px;
}
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
	position: absolute;
	top: -6px;
	right: -120px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	color: white;
	font-weight: 400;
	margin: 0;
	padding: 0;
	cursor: pointer;
	box-shadow: none;
	line-height: 16px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year option {
	color: black;
	font-size: 14px;
	line-height: 16px;
	background: white;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	width: 8px;
	height: 12px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") 0px -548px;
	cursor: pointer;
	top: 22px;
	left: 22px;
	border: none;
	z-index: 9;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev > span {
	display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	width: 8px;
	height: 12px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") -33px -548px;
	cursor: pointer;
	top: 22px;
	left: 160px;
	border: none;
	z-index: 9;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next > span {
	display: none;
}
.ui-datepicker .ui-datepicker-calendar th {
	padding: 0;
	margin: 0;
	width: 37px;
	height: 37px;
	background: #eef3f6;
	color: #62666c;
	text-transform: uppercase;
	font-weight: 400;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td:first-child {
	padding: 0 0 0 15px;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td:last-child {
	padding: 0 15px 0 0;
}
.ui-datepicker .ui-datepicker-calendar tbody tr:first-child td {
	padding: 15px 0 0 0;
}
.ui-datepicker .ui-datepicker-calendar tbody tr:first-child td:first-child {
	padding: 15px 0 0 15px;
}
.ui-datepicker .ui-datepicker-calendar tbody tr:first-child td:last-child {
	padding: 15px 15px 0 0;
}
.ui-datepicker .ui-datepicker-calendar tbody tr:last-child td {
	padding: 0 0 15px 0;
}
.ui-datepicker .ui-datepicker-calendar tbody tr:last-child td:first-child {
	padding: 0 0 15px 15px;
}
.ui-datepicker .ui-datepicker-calendar tbody tr:last-child td:last-child {
	padding: 0 15px 15px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
	padding: 0;
	text-align: center;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-default {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
}
.detail-news {
	margin: 0 20px 25px;
	background: white;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.detail-news__slider-b {
	position: relative;
	margin: 0 0 60px 0;
}
.one-photo-slider {
    margin-bottom: 20px;
}
.detail-news__sliders {
	position: relative;
	overflow: hidden;
}
.detail-news__slider {
	max-width: 960px;/**/
	max-height:600px;
	overflow:hidden;
	margin:0 auto;
}
.detail-news__slider.owl-carousel { overflow:visible; max-height:none; }
/*@media screen and (min-width: 768px) and (max-width: 1280px) {
	.detail-news__slider {
		width: auto;
	}
}
@media screen and (max-width: 768px) {
	.detail-news__slider {
		width: auto;
	}
}*/
.detail-news__slider__item {
	text-align: center;
}
.detail-news__slider__item img {
	display: inline-block !important;
	width: auto!important;
	-webkit-transform-style: flat!important;
	transform-style: flat!important;
}
@media screen and (max-width: 1024px) {
	.detail-news__slider__item img {
		height: auto !important;
	}
}
.detail-news__slider-min {
    display: none;
	position: absolute;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	padding: 25px 0 50px;
	bottom: -210px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.detail-news__slider-min.owl-loaded {
    display: block;
}
.detail-news__slider-min.active {
	top: auto;
	bottom: 0;
}
.detail-news__slider-min__item {
	text-align: center;
	cursor: pointer;
}
.detail-news__slider-buttons {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -72px;
	width: 145px;
	z-index: 9;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 26px;
}
.detail-news__slider-buttons__text {
	font-size: 16px;
	line-height: 18px;
	color: #1c326f;
	text-align: center;
	font-weight: 600;
}
.detail-news__slider-prev {
	position: absolute;
	top: -18px;
	left: 0;
	cursor: pointer;
}
.detail-news__slider-next {
	position: absolute;
	top: -18px;
	right: 0;
	cursor: pointer;
}
.detail-news__min-slider-toggle {
	position: absolute;
	top: -18px;
	left: 50%;
	margin-left: -18px;
	cursor: pointer;
	width: 37px;
	height: 37px;
}
.detail-news__min-slider-toggle:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.detail-news__min-slider-toggle:hover:before {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.detail-news__min-slider-toggle:after {
	content: '';
	position: absolute;
	width: 30px;
	margin-left: -15px;
	height: 10px;
	margin-top: -5px;
	top: 50%;
	left: 50%;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") -85px -580px;
}
.detail-news__min-slider-toggle.active:after {
	background-position: -51px -580px;
}
.detail-news__video {
	position: relative;
}
.detail-news__video video {
	display: block;
}
.detail-news__video__play {
	display: block;
	width: 102px;
	height: 102px;
	background: url("/bitrix/templates/new_admkrai/css/../img/play.png");
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -51px;
	margin-left: -51px;
	cursor: pointer;
}
.detail-news__video__play_min {
	display: block;
	width: 35px;
	height: 35px;
	background: url("/bitrix/templates/new_admkrai/css/../img/play_min.png");
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -17px;
	margin-left: -17px;
	cursor: pointer;
}
.detail-news__text-b {
	padding: 0 80px 1px 80px;
}
@media screen and (max-width: 768px) {
.detail-news__text-b {
	padding: 0 30px 1px 20px;
}
}
.table-scroll {
	overflow:auto;
	width:100%;
}
.table-scroll-body { display:inline-block; }
.detail-news__text-b__item {
	margin: 0 0 17px 0;
}
.detail-news__text-b__item__title {
	width: 140px;
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #4e535a;
	font-weight: 700;
	text-align: right;
	padding: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
.detail-news__text-b__item__title {
	float: none;
	text-align: left;
	padding: 0;
	width: auto;
	margin: 0 10px 0 0;
}
}
.detail-news__text-b__item__text {
	margin: 0 0 0 140px;
	font-size: 14px;
	line-height: 20px;
	color: #4e535a;
}
@media screen and (max-width: 768px) {
.detail-news__text-b__item__text {
	margin: 0;
}
}
.detail-news__important-p {
	font-size: 20px;
	line-height: 22px;
	color: #1c326f;
	margin: 20px 0 20px -80px;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
.detail-news__important-p {
	margin: 20px 0;
}
}
.detail-news__citation {
	font-size: 30px;
	line-height: 32px;
	color: #1c326f;
	margin: 20px 0;
	font-weight: 700;
	position: relative;
	letter-spacing: -1px;
}
.detail-news__citation:before {
	content: '';
	position: absolute;
	width: 75px;
	height: 78px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") no-repeat -81px -653px;
	top: 50%;
	margin-top: -39px;
	left: -97px;
}
@media screen and (max-width: 768px) {
.detail-news__citation {
	margin: 20px 0;
}
.detail-news__citation:before {
	display: none;
}
}
.detail-news__tag {
	font-size: 16px;
	line-height: 20px;
	color: #6a8cbc!important;
	display: inline-block;
	border: 2px solid #6a8cbc;
	border-radius: 1px;
	padding: 15px 27px;
	font-weight: 400!important;
	margin: 0 20px 20px 0;
	text-decoration: none;
}
.detail-news__title {
	font-size: 20px;
	line-height: 22px;
	color: #1c326f;
	font-weight: 700;
	margin: 0 0 20px 140px;
	padding-top:5px;
}
@media screen and (max-width: 768px) {
.detail-news__title {
	margin: 0 0 20px 0;
}
}
.detail-news__toolbar {
	padding: 35px 20px 5px;
	background: #eef3f6;
	box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
.detail-news__toolbar {
	padding: 20px 20px 5px;
}
}
.detail-news__toolbar__links {
	padding: 5px 0 0 0;
}
@media screen and (max-width: 768px) {
.detail-news__toolbar__links {
	display: none;
}
}
.detail-news__toolbar__print {
	display: inline-block;
	padding: 0 0 0 40px;
	position: relative;
	font-size: 16px;
	line-height: 18px;
	color: #6d6b7a;
	text-decoration: none;
	margin: 0 50px 25px 0;
	font-weight: 600;
}
.detail-news__toolbar__print:hover {
	text-decoration: none;
}
.detail-news__toolbar__print:hover:before {
	background-position: -60px -425px;
}
.detail-news__toolbar__print:before {
	content: '';
	width: 23px;
	height: 27px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") 0px -425px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
}
.detail-news__toolbar__file {
	display: inline-block;
	padding: 0 0 0 40px;
	position: relative;
	font-size: 16px;
	line-height: 18px;
	color: #6d6b7a;
	text-decoration: none;
	margin: 0 50px 25px 0;
}
.detail-news__toolbar__file:hover {
	text-decoration: none;
}
.detail-news__toolbar__file:hover:before {
	background-position: -60px -465px;
}
.detail-news__toolbar__file:before {
	content: '';
	width: 17px;
	height: 25px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") 0px -465px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
}
.detail-news__toolbar__video {
	display: inline-block;
	padding: 0 0 0 40px;
	position: relative;
	font-size: 16px;
	line-height: 18px;
	color: #6d6b7a;
	text-decoration: none;
	margin: 0 50px 25px 0;
}
.detail-news__toolbar__video:hover {
	text-decoration: none;
}
.detail-news__toolbar__video:hover:before {
	background-position: -99px -612px;
}
.detail-news__toolbar__video:before {
	content: '';
	width: 25px;
	height: 23px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") -57px -612px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
}
.detail-news__toolbar__soc {
	text-align: right;
	width: 250px;
	float: right;
}
.bold-link {
	color: #1c326f;
	text-decoration: none;
	font-weight: 700;
}
.bold-link:hover {
	color: #1c326f;
	text-decoration: none;
}
.link-to-material {
	margin: 0 0 25px 0;
}
@media screen and (max-width: 768px) {
.link-to-material {
	display: none;
}
}
.link-to-material__title {
	font-weight: 700;
	margin: 0 0 20px 0;
}
.link-to-material input[type=text]:focus {
	background: none;
}
.pagen-detail {
	padding: 0 20px;
	margin: 0 0 10px 0;
	text-align: justify;
}
.pagen-detail:after {
	content: '';
	width: 100%;
	display: inline-block;
	height: 1px;
	margin: 0;
}
.pagen-detail .form-item.inline-block {
	margin: 0;
}
@media screen and (max-width: 768px) {
.pagen-detail {
	display: none;
}
}
.pagen-detail a {
	letter-spacing: -1px;
}
.pagen-detail__prev {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	color: #1c326f;
	text-decoration: none;
	font-weight: 600;
	padding: 0 0 0 52px;
	position: relative;
}
.pagen-detail__prev:hover {
	color: #1c326f;
	text-decoration: none;
}
.pagen-detail__prev i {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: 0;
}
.pagen-detail__next {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	color: #1c326f;
	text-decoration: none;
	font-weight: 600;
	padding: 0 52px 0 0;
	position: relative;
}
.pagen-detail__next:hover {
	color: #1c326f;
	text-decoration: none;
}
.pagen-detail__next i {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: 0;
}
.mob-show {
	display: none;
}
@media screen and (max-width: 768px) {
.mob-show {
	display: block;
}
}
.ui-selectmenu-button {
	height: 34px;
	line-height: 34px;
	background: none;
	border: none;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.3);
	position: relative;
	background: #eef3f6;
}
.ui-selectmenu-button .ui-selectmenu-text {
	padding: 0 20px;
	font-size: 16px;
	color: #6d6b7a;
}
.ui-selectmenu-button > span.ui-icon {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 10px;
	height: 5px;
	margin-top: -2px;
	background: url("/bitrix/templates/new_admkrai/css/../img/select.png");
}
.ui-selectmenu-menu .ui-menu {
	margin: 0;
	padding: 0;
	border: 0;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}
.ui-selectmenu-menu .ui-menu .ui-menu-item {
	font-size: 16px;
	line-height: 18px;
	padding: 17px 23px;
}
.doc-list {
	padding: 0 20px;
	margin: 0 0 35px 0;
}
.sect-description { padding:0 20px 30px; }
.doc-list .sect-description { padding:0 0 30px; }
.doc-item {
	background: white;
	/*height: 147px;*/
	position: relative;
	padding: 20px 170px 80px 20px;
	margin: 0 0 24px 0;
}
.doc-item:last-child {
	margin: 0;
}
.doc-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.doc-item:hover:before {
	box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
.doc-item {
	height: auto;
    padding-right: 20px;
}
}
.doc-item__name {
	position: relative;
	font-size: 16px;
	line-height: 20px;
	color: #1c326f;
	font-weight: 600;
    margin: 0 0 15px 0;
}
.doc-item__name .icon {
	vertical-align: middle;
	margin: 0 16px 0 0;
}
.doc-item__left-info {
	/*position: absolute;
	left: 20px;
	bottom: 20px;*/
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 768px) {
.doc-item__left-info {
	position: relative;
	left: auto;
	bottom: auto;
	margin: 0 0 5px 0;
}
}
.doc-item__left-info__item {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 16px;
	margin: 0 50px 0 0;
}
.doc-item__left-info__item:last-child {
	margin: 0;
}
@media screen and (max-width: 768px) {
.doc-item__left-info__item {
	margin-bottom: 10px;
}
}
.doc-item__size-format {
	position: absolute;
	top: 20px;
	right: 20px;
	border: 1px solid #e2e1e4;
	padding: 10px 27px;
	font-size: 14px;
	line-height: 14px;
}
@media screen and (max-width: 768px) {
.doc-item__size-format {
	position: relative;
	top: auto;
	right: auto;
	margin: 0 0 15px 0;
	display: inline-block;
}
}
.doc-item__size-format__format {
	font-weight: 600;
}
.doc-item__buttons {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
@media screen and (max-width: 768px) {
.doc-item__buttons {
	position: relative;
	bottom: auto;
	right: auto;
}
}
.doc-item__buttons .button {
	margin: 0 0 0 15px;
}
.doc-item__buttons .button:first-child {
	margin: 0;
}
@media screen and (max-width: 550px) {
.doc-item__buttons .button:first-child {
	margin: 0 0 10px 0;
}
}
@media screen and (max-width: 550px) {
.doc-item__buttons .button {
	margin: 0 0 10px 0;
}
}
.doc-item__buttons__browse {
	position: relative;
	padding: 0 45px 0 20px;
}
.doc-item__buttons__browse:after {
	content: '';
	width: 21px;
	height: 14px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") -100px -548px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 12px;
}
.doc-detail {
	background: #eef3f6;
	padding: 38px 0 0;
	max-height: 1200px;
	overflow-y: auto;
	margin: 0;
	position: relative;
}
.doc-detail__shadow-top {
	width: 100%;
	height: 6px;
	box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.3);
	margin: 0 0 -6px 0;
	position: relative;
	z-index: 1;
}
.doc-detail__shadow-bottom {
	width: 100%;
	height: 3px;
	box-shadow: inset 0 -3px 3px -3px rgba(0, 0, 0, 0.3);
	margin: -3px 0 40px 0;
	position: relative;
	z-index: 1;
}
.doc-detail__content {
	margin: 0 20px 38px;
	background: white;
	padding: 30px 30px;
}
.mo-b {
	position: relative;
	background: #eef3f6;
	padding: 0 20px;
	box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.3), inset 0 -6px 6px -6px rgba(0, 0, 0, 0.3);
	margin: 0 0 50px 0;
}
.mo-b__detail {
	display: none;
	position: absolute;
	width: 380px;
	background: white;
	padding: 37px 25px;
	top: 35px;
	right: 40px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
	max-height: 92%;
	overflow: auto;
}
.mo-b__detail__close {
	position: absolute;
	top: 16px;
	right: 20px;
	display: inline-block;
	width: 45px;
	height: 45px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 1;
}
.mo-b__detail__close:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.mo-b__detail__close:hover:before {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.mo-b__detail__close:after {
	content: '';
	position: absolute;
	top: 16px;
	left: 16px;
	width: 21px;
	height: 21px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") 0px -196px;
}
.mo-b__detail__title {
	margin: 0 0 28px 0;
}
.mo-b__detail__title__img {
	float: left;
	margin: 0 30px 0 0;
}
.mo-b__detail__title__name {
	font-size: 16px;
	line-height: 18px;
	color: #002F72;
	text-transform: uppercase;
	font-weight: 600;
	width: 50px;
	float: left;
}
.mo-b__detail__title__name span {
	font-size: 13px;
	line-height: 15px;
	margin: 0 0 10px 0;
	text-transform: none;
	display: inline-block;
}
.mo-b__detail__item {
	margin: 0 0 16px 0;
}
.mo-b__detail__item__title {
	font-size: 16px;
	line-height: 18px;
	color: #002F72;
	font-weight: 600;
	margin: 0 0 5px 0;
}
.mo-b__detail__item__text {
	font-size: 14px;
	line-height: 20px;
	color: #464a52;
}
.mo-select, .mo-select-list {
	display: inline-block;
	position: absolute;
	top: -60px;
	right: 20px;
}
.mo-select__h, .mo-select-list__h {
	background: white;
	padding: 0 40px 0 20px;
	font-size: 16px;
	line-height: 35px;
	position: relative;
	font-weight: 600;
	color: #002F72;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
	cursor: pointer;
}
.mo-select__h:after, .mo-select-list__h:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	width: 12px;
	height: 8px;
	margin-top: -4px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") -127px -581px;
}
.mo-select__b, .mo-select-list__b {
	display: none;
	position: absolute;
	top: 105%;
	right: 0;
	z-index: 2;
	background: white;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
	padding: 30px 0;
	width: 275px;
	max-height: 900px;
	overflow-y: auto;
}
.mo-select__b__title, .mo-select-list__b__title {
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	color: #002F72;
	margin: 0 0 10px 0;
	padding: 0 22px;
}
.mo-select__b__list, .mo-select-list__b__list {
	margin: 0 0 20px 0;
}
.mo-select__b__list:last-child, .mo-select-list__b__list:last-child {
	margin: 0;
}
.mo-select__b__item, .mo-select-list__b__item {
	padding: 10px 22px 8px;
}
.mo-select__b__item.active, .mo-select-list__b__item.active, .mo-select__b__item:hover, .mo-select-list__b__item:hover {
	background: #e6eaf0;
}
.mo-select__b__link, .mo-select-list__b__link {
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
}
.mo-select__b__link:hover, .mo-select-list__b__link:hover {
	text-decoration: none;
}
.map {
	max-width: 970px;
	margin: 0 auto;
	padding: 45px 0 190px;
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
@media screen and (max-width: 900px) {
	.map {
		padding: 45px 0 400px;
	}
}
.map__svg {
	padding: 3px;
	width: 100%;
	height: auto;
}
.map__svg__region, .map__svg__region-center {
	cursor: pointer;
}
.map__svg__region:hover,
.map__svg__region.active {
	fill: #dde4fc;
}
/*.map__svg__region[data-krasnodar]:hover, .map__svg__region.active[data-krasnodar] {
	fill: #1c3270;
	-webkit-filter: none;
	filter: none;
}*/
.map__svg__text {
	font-size: 16px;
	line-height: 18px;
	fill: #002269;
}
.map__region-name, .map__active-region-name {
	position: absolute;
	display: none;
	font-size: 15px;
	line-height: 16px;
	font-weight: 700;
	color: #002F72;
	top: 0;
	left: 0;
	pointer-events: none;
	/*width: 120px;*/
	padding: 8px 12px;
	background-color: #0076c6;
	border: solid 2px #fff;
	color:#fff;
	
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-khtml-border-radius: 8px; 
	border-radius: 8px;
}
.map ellipse.map__svg__region-center {
	stroke-width: 1;
	stroke: #fff;
	fill: #bf0000;
}
.map text.map__svg__region-center {
	font-size: 12px;
	font-weight: 700;
	stroke-width: 0.4;
	stroke: #fff;
	fill: #000;
}
.map__svg-bg-orange {
	fill: #f8e48d;
}
.map__svg-bg-yellow {
	fill: #fbfe99;
}
.map__svg-bg-green {
	fill: #dbf193;
}
.map__svg-bg-lime {
	fill: #baedb8;
}
.map__krasnodar-name {
	display: none;
	position: absolute;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	color: #002F72;
	top: 0;
	left: 0;
	pointer-events: none;
	width: 10px;
	text-transform: uppercase;
}
.map__legend {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.map__legend__title {
	font-size: 16px;
	line-height: 18px;
	color: #002F72;
	font-weight: 600;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
.map__legend__title2 {
	font-size: 15px;
	line-height: 17px;
	color: #002F72;
	font-weight: 600;
	margin: 0 0 14px 0;
}
.map__legend p {
	margin: 7px 0;
}
.no-decoration {
	text-decoration: none;
}
.limited-h1 {
	padding: 0 200px 0 20px;
}
.mo-list {
	position: relative;
	padding: 0 20px;
	margin: 0 0 25px 0;
}
.mo-list_structura {
	border-bottom: 1px solid #c9d1de;
	padding-bottom: 11px;
}
.mo-list_structura.last {
	border-bottom: none;
	padding-bottom: 0;
}
.mo-list__title {
	font-size: 16px;
	line-height: 18px;
	color: #002F72;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 23px 0;
}
.mo-list__item {
	margin: 0 0 14px 0;
	position: relative;
}
.mo-list__item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.mo-list__item:hover:before {
	box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.1);
}
.mo-list__item__h {
	display: table;
	width: 100%;
	background: white;
	position: relative;
}
.mo-list__item__h.active {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
}
.mo-list__item__h__item {
	display: table-cell;
	font-size: 14px;
	line-height: 16px;
	vertical-align: middle;
	padding: 20px;
	width: 100%;
	white-space: nowrap;
	position: relative;
}
.mo-list__item__h__item_structura {
	width: 30%;
	white-space: normal;
}
@media screen and (max-width: 1024px) {
	.mo-list__item__h__item { padding: 15px; }
}
@media screen and (max-width: 906px) {
	.mo-list__item__h { overflow: hidden; }
	.mo-list__item__h, .mo-list__item__h__item {
		display: block;
	}
	.mo-list__item__h__item {
		float: left;
		width: 50%;
	}
	.mo-list__item__h .mo-list__item__h__item:last-child {
		width: 100%;
		text-align: right;
	}
	.mo-list__item__h__item__person__name {
		/*width: auto !important;*/
	}
}
@media screen and (max-width: 640px) {
	.mo-list__item__h__item { width: 100%; }
}
.mo-list__item__h__item__title {
	font-size: 16px;
	line-height: 18px;
	color: #002F72;
	font-weight: 600;
}
.mo-list__item__h__item__title2 {
	color: #002F72;
	display: inline;
	font-weight: 600;
}
.mo-list__item__h__item__person {
	white-space: nowrap;
}
.mo-list__item__h__item__person__img {
	width: 90px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
}
.mo-list__item__h__item__person__name {
	font-size: 14px;
	line-height: 16px;
	color: #1c326f;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	width: 10px;
}
.mo-list__item__h__item__person__name span {
	text-transform: uppercase;
}
.mo-list__item__b {
	background: white;
	padding: 30px 20px;
	position: relative;
	display: none;
}
.mo-list__item__b__close {
	position: absolute;
	top: 13px;
	right: 15px;
	display: inline-block;
	width: 45px;
	height: 45px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 1;
}
.mo-list__item__b__close:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.mo-list__item__b__close:hover:before {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.mo-list__item__b__close:after {
	content: '';
	position: absolute;
	top: 16px;
	left: 16px;
	width: 21px;
	height: 21px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") 0px -196px;
}
.mo-list__item__b__item {
	display: inline-block;
	width: 33%;
	vertical-align: top;
}
.mo-list__item__b__item_first {
	width: 40%;
	padding: 0 30px 0 0;
}
.mo-list__item__b__item_second {
	width: 50%;
}
.mo-list__item__b__item__person-img {
	float: left;
	margin: 0 23px 12px 0;
	width: 90px;
	border-radius: 50%;
}
.mo-list__item__b__item__person-post {
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 15px 0;
}
.mo-list__item__b__item__person-name {
	margin: 0 0 17px 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
}
.mo-list__item__b__item__person-name span {
	text-transform: uppercase;
	display: block;
}
.mo-list__item__b__item__person-text {
	font-size: 14px;
	line-height: 16px;
}
.mo-list__item__b__item__person-spoiler {
	margin: 0 0 8px 0;
}
.mo-list__item__b__item__person-spoiler__title {
	font-size: 14px;
	line-height: 16px;
	color: #1c326f;
	font-weight: 600;
	cursor: pointer;
}
.mo-list__item__b__item__person-spoiler__text {
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 0 20px;
	margin: 13px 0 0 0;
	display: none;
}
.mo-list__item__toolbar {
	position: relative;
	background: none;
	box-shadow: none;
}
.ank {
	padding: 0 20px;
}
.ank__item {
	width: 140px;
	height: 155px;
	background: white;
	position: relative;
	cursor: pointer;
	display: inline-block;
	margin: 0 0 20px 0;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.ank__item:hover {
	box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.1);
}
.ank__item__h {
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.ank__item__h:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.ank__item__h > div {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	position: relative;
}
.ank__item__h__name {
	font-size: 12px;
	line-height: 14px;
	color: #6d6b7a;
	padding: 7px 30px 0;
}
.ank__item__h:hover:before {
}
.ank__item__detail {
	width: 100%;
	height: 100%;
	background: white;
	padding: 22px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: none;
}
.ank__item__detail__img {
	margin: 0 0 14px 0;
}
.ank__item__detail__name {
	font-size: 16px;
	line-height: 18px;
	color: #002F72;
	font-weight: 600;
	text-transform: uppercase;
}
.ank__item__detail__item {
	margin: 15px 0 0 0;
}
.ank__item__detail__item__title {
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	margin: 0 0 5px 0;
}
.ank__item__detail__item__text {
	font-size: 14px;
	line-height: 16px;
}
.ank__item.active {
	width: 300px;
	height: 330px;
	box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.1);
}
.ank__item.active .ank__item__h {
	display: none;
}
.ank__item.active .ank__item__detail {
	display: block;
}
.ank-phone {
	padding: 0 20px;
}
.ank-phone__item {
	display: inline-block;
	vertical-align: top;
	background: white;
	width: 32%;
	padding: 25px;
	text-align: left;
	margin: 0 0 20px 0;
	position: relative;
}
@media screen and (max-width: 768px) {
	.ank-phone__item { width:48%; }
}
@media screen and (max-width: 540px) {
	.ank-phone__item { width:100%; }
}
.ank-phone__item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	z-index: 0;
}
.ank-phone__item__name {
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #002F72;
	/*min-height: 118px;*/
    padding-bottom: 15px;
	position: relative;
}
.ank-phone__item__info {
	position: relative;
}
.ank-phone__item__time {
	font-size: 15px;
	line-height: 16px;
	margin: 0 0 3px 0;
}
.ank-phone__item__phone {
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
}
@media screen and (max-width: 960px) {
	.ank-phone__item__phone { font-size:26px; }
}
.ank-phone__item__phone a {
	color: #4e535a;
	text-decoration: none;
}
.ank-phone__item:hover:before {
	box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.2);
}
.ank-phone .justify-casper {
	display: inline-block;
	width: 32%;
}
.striped-table, .page table {
	width: 100%;
	background: #f7fafb;
	vertical-align: top;
	text-align: left;
}
.striped-table {
	margin: -38px 0 0 0;
}
.striped-table tr:nth-child(2n+1), .page table tr:nth-child(2n+1) {
	background: #E1ECF0;
}
.striped-table th, .page table th {
	font-size: 16px;
	line-height: 18px;
	color: #002F72;
	font-weight: 600;
	padding: 10px 10px;
}
.striped-table td, .page table td {
	padding: 10px 15px;
}
.page .narrow-table th, .page .narrow-table td {
	font-size: 13px;
	padding-left: 7px;
	padding-right: 7px;
}
.doc-detail__content > .narrow-table { margin: -40px -80px; }
.nowrap {
	white-space: nowrap;
}
.popup-overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100;
	display: none;
}
.popup {
	position: absolute;
	top: 0;
	left: 0;
	background: white;
	z-index: 100;
	width: 80%;
	max-width: 830px;
	display: none;
}
.popup__close {
	position: absolute;
	top: -25px;
	right: -25px;
	display: inline-block;
	width: 45px;
	height: 45px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 1;
}
.popup__close:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.popup__close:hover:before {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.popup__close:after {
	content: '';
	position: absolute;
	top: 16px;
	left: 16px;
	width: 21px;
	height: 21px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") 0px -196px;
}
.popup__video__container {
	min-height: 450px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.popup__video__name {
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	color: #1c326f;
	margin: 0 0 15px 0;
}
.overlay-white {
	background: white;
	padding: 30px 20px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
	margin: 0 0 20px 0;
}
.width440 {
	max-width: 440px;
}
.width280 {
	max-width: 280px;
}
.width120 {
	width: 120px;
}
.width150 {
	width: 150px;
}
.width-150 {
	width: 400px;
	width: -webkit-calc(100% - 175px);
	width: calc(100% - 175px);
}
.inline-block {
	display: inline-block;
}
.capcha-img {
	float: left;
}
.capcha-input-item {
	margin: 0 0 0 220px!important;
}
.hidden-text {
	margin: 0 0 30px 0;
	display: none;
}
.three-cols {
	display: table;
	width: 100%;
}
.three-cols .col {
	display: table-cell;
	width: 33%;
}
.biografi-soc-link {
	text-decoration: none;
}
.biografi-soc-link .icon {
	vertical-align: middle;
}
.margin-right-15 {
	margin-right: 15px;
}
.button.margin-right-15 { margin-bottom:5px; }
.upp-scroller {
	position: fixed;
	bottom: -50px;
	right: 43px;
	width: 45px;
	height: 45px;
	z-index: 99;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: inline-block;
}
.upp-scroller:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.upp-scroller:hover:before {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.upp-scroller.active {
	bottom: 83px;
}
.upp-scroller:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") no-repeat 16px -676px white;
}

/*Structure section*/
/*old structure*/
.str-pir-page {
	background: white;
	padding: 25px 0 0;
	margin: 0 20px 35px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.str-pir-list {
	text-align: center;
	border-bottom: 1px solid #c9d1de;
	margin: 0 0 30px 0;
}
.str-pir-list.last {
	border-bottom: none;
}
.str-pir-item {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin: 0 10px 30px;
}
.str-pir-item__img {
	width: 90px;
	border-radius: 50%;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	margin: 0 0 5px 0;
	-webkit-transition: all 200ms ease 0s;
	transition: all 200ms ease 0s;
	cursor: pointer;
}
.str-pir-item__img:hover {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}
.str-pir-item__post {
	font-size: 12px;
	line-height: 14px;
	color: #4e535a;
	margin: 0 0 10px 0;
}
.str-pir-item__name {
	font-size: 14px;
	line-height: 16px;
	color: #1c326f;
	font-weight: 700;
	cursor: pointer;
}
.str-pir-item__name a {
	color: #1c326f;
	font-weight: 700;
	text-decoration: none;
}
.str-pir-item__name span {
	text-transform: uppercase;
	display: block;
}

/*new structure*/
.table {
	display: table;
	width: 100%;
}
.row { display: table-row; }
.cell {
	display: table-cell;
	vertical-align: middle;
}
.structure-page {
	padding: 0 20px;
}
.structure-list {
	margin-left: -20px;
	font-size: 0;
}
.structure__item {
	display: inline-block;
	width: 100%;
	padding: 0 0 20px 20px;
	font-size: 14px;
	line-height:1.3em;
}
.structure__item p { margin: 15px 0; }
.str__item-left-col {
	width:50%;
	padding: 45px 10px;
	text-align: center;
}
.str__item-pad { padding: 45px 10px; }
.str__item-lv-second, .str__item-lv-third { width: 50%; }
.str__item-lv-second .str__item-left-col {
	padding-top: 60px;
	padding-bottom: 60px;
}
.str__item-lv-first .str__item-left-col { text-align: right; padding-right: 20px; }
.structure__item__content {
	background: white;
	box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.2);
	position: relative;
}
.str__item-avatar {
	border-radius: 50%;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 200ms ease 0s;
	transition: all 200ms ease 0s;
}
.str__item-lv-third .str__item-avatar { width: 100px; }
a:hover .str__item-avatar {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}
.str__item-name-link {
	color:#1c326f;
	text-decoration:none;
	font-size:16px;
}
.str__item-lv-first .str__item-name-link { font-size:20px; }
.str__item-name-link strong { text-transform:uppercase; }
.str__item-lv-third .str__item-post { font-size:13px; }
.str__item-lv-third .str__item-left-col {
	height: 400px;
	vertical-align: top;
}
.str__item-right-col {
    position: relative;
}
.str__item-scoll-block {
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	border-left: solid 1px #d2d6e2;
}
/*IE10 and IE11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.str__item-right-col { position: static; }
	.str__item-scoll-block {
		width: 50%;
		left: auto;
		right: 0;
	}
}
.str__item-list-table {
	height: 100%;
	width: 100%;
}
.str__item-list-table .cell {
	font-size: 13px;
	position: relative;
	padding: 11px 15px 13px;
	border-top: solid 1px #d2d6e2;
}
.str__item-list-table .cell:hover { background-color: #f3f5f8; }
.str__item-list-table-link {
	text-decoration: none;
}
.str__item-list-table .row:first-child .cell { border-top: none; }
@media screen and (max-width: 960px) {
	.str__item-lv-second, .str__item-lv-third { width: 100%; }
	.str__item-lv-second .str__item-left-col { text-align: right; padding-right:20px; }
}
@media screen and (max-width: 480px) {
	.structure__item__content > .table,
	.structure__item__content > .table > .row,
	.structure__item__content > .table > .row > .cell {
		display:block;
		width:100%;
	}
	.str__item-scoll-block { position: relative; }
	.str__item-lv-third .str__item-left-col { height:auto; }
	.str__item-list-table .row:first-child .cell { border-top: solid 1px #d2d6e2; }
	html .structure__item .str__item-left-col,
	.str__item-lv-first .str__item-right-col,
	.str__item-lv-second .str__item-right-col {
		text-align: center;
	}
	.str__item-lv-first .str__item-right-col,
	.str__item-lv-second .str__item-right-col {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.str__item-lv-first .str__item-left-col,
	.str__item-lv-second .str__item-left-col {
		padding-top: 40px;
		padding-bottom: 0px;
	}
}

/*Admin*/
.admin-detail {
	background: white;
	margin: 0 20px 35px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	position: relative;
}
@media screen and (max-width: 768px) {
.admin-detail {
	padding: 25px;
}
}
.admin-detail__items {
	padding: 25px 135px;
}
.admin-detail__item a {
    display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.admin-detail__img-b {
	position: absolute;
	top: 35px;
	left: 25px;
	width: 90px;
	border-radius: 50%;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
.admin-detail__img-b {
	position: relative;
	margin: 0 0 20px 0;
	top: auto;
	left: auto;
}
.admin-detail__items {
	padding: 25px 0;
}
}
.admin-detail__img {
	width: 100%;
	height: auto;
	display: block;
}
.admin-detail__post {
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 10px 0;
}
.admin-detail__name {
	font-size: 14px;
	line-height: 16px;
	color: #1c326f;
	font-weight: 600;
	margin: 0 0 20px 0;
}
.admin-detail__name span {
	text-transform: uppercase;
	display: block;
}
.admin-detail__item {
	margin: 0 0 20px 0;
}
.admin-detail__item-title {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 5px 0;
	color: #1c326f;
	font-weight: 600;
}
.admin-detail .doc-item {
	margin: 20px 0 0 0;
}
.about-top-info {
	padding: 0 20px;
	margin: 0 0 20px 0;
	/*max-width: 980px;*/
}
@media screen and (min-width: 1070px) and (max-width: 1279px) {
.about-top-info {
	min-height: 750px;
}
}
.about-top-info__left {
	width: 65%;
	float: left;
	margin: 0 1.5em 1em 0;
}
.about-top-info__right {
	width: 27%;
	float: right;
	font-size: 14px;
	line-height: 16px;
	color: #4f4f4f;
}
.about-top-info__right__title {
	font-size: 16px;
	line-height: 18px;
	color: #1c326f;
	text-transform: uppercase;
}
.about-top-info-numbers__item {
	display: inline-block;
	vertical-align: top;
}
.about-top-info-numbers__item__text {
	font-size: 14px;
	line-height: 16px;
	color: #4f4f4f;
}
.about-top-info-numbers__item__number {
	font-size: 64px;
	line-height: 64px;
	color: #1c326f;
	font-weight: 300;
}
.about-top-info-numbers__item__number__25 {
	display: inline-block;
	font-size: 25px;
	line-height: 20px;
}
.about-top-info-numbers__item__number__25 span {
	font-size: 18px;
	display: block;
}
.about-top-info-numbers__item__graf {
	width: 165px;
	background: #1c326f;
	height: 6px;
	margin: 2px 0 10px 0;
}
.about-top-info-numbers__item__graf span {
	width: 48%;
	height: 100%;
	background: #69a5ff;
	display: block;
}
.about-top-info-numbers__item__graf-text {
	font-size: 25px;
	line-height: 26px;
	font-weight: 300;
	color: #1c326f;
}
.about-top-info-numbers__item__graf-text__blue {
	color: #69a5ff;
}
.about-share {
	margin: 0 0 20px 0!important;
}
.filter__toggle.about-share-toggler {
	top: -60px;
}
.filter__toggle.about-share-toggler.active {
	top: -23px;
}
.about-top-info-map {
	text-align: right;
}
.about-cards {
	padding: 0 0 0 20px;
	position: relative;
}
.about-cards__item {
	width: 300px;
	height: 300px;
	position: relative;
	cursor: pointer;
	float: left;
	margin: 0 0 20px 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.about-cards__item_history-copy {
	display: none;
}
.about-cards__item__h {
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px 20px;
}
.about-cards__item__h > span.back {
	background-color: white;
	background-repeat: no-repeat;
	background-position: center 35px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.about-cards__item__h:hover > span.back {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.about-cards__item__h > div {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	text-align: left;
	position: relative;
}
.about-cards__item__h__name {
	font-size: 16px;
	line-height: 20px;
	color: #1c326f;
	text-transform: uppercase;
}
.about-cards__item__detail {
	width: 100%;
	height: 100%;
	background: white;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.about-cards__item__detail__img {
	display: block;
	width: 100%;
	height: 100%;
}
.about-cards__item__detail__history {
	height: 100%;
	overflow-y: auto;
	padding: 20px;
}
.about-cards__item__detail__history__title {
	font-size: 16px;
	line-height: 20px;
	color: #1c326f;
	text-transform: uppercase;
}
.about-cards__item.active {
	width: 620px;
	height: 620px;
	box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.1);
	z-index: 9;
}
.about-cards__item.active .about-cards__item__h {
	display: none;
}
.about-cards__item.active .about-cards__item__detail {
	display: block;
}
.search-result {
	padding: 0 20px;
}
.search-result__number-text {
	font-size: 14px;
	line-height: 16px;
	color: #555555;
	margin: 0 0 20px 0;
}
.search-result__number-text span {
	font-weight: 600;
	color: #1c326f;
}
.search-result-item {
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 30px 0;
}
.search-result-item__number {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	line-height: 16px;
	color: #1c326f;
	font-weight: 600;
}
.search-result-item__title-link {
	font-size: 16px;
	line-height: 18px;
	color: #1c326f;
	text-decoration: none;
	font-weight: 600;
}
.search-result-item__title-link:hover {
	color: #1c326f;
	text-decoration: none;
}
.search-result-item__text {
	font-size: 14px;
	line-height: 16px;
	color: #4a4a4a;
	padding: 10px 0 0 0;
}
.search-result-item__text .marked {
	font-weight: 600;
}
.search-result-item__bot-panel {
	padding: 10px 0 0 0;
}
.search-result-item__changed {
	font-size: 14px;
	line-height: 16px;
	color: #1c326f;
	font-weight: 600;
	display: inline;
	margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
    .search-result-item__changed {
        display: block;
        margin-bottom: 7px;
    }
}
.search-result-item__changed__date {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 14px;
	margin: 0 0 0 20px;
	background: white;
	color: #17243e;
	font-weight: 400;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.search-result-item__url {
	display: inline;
	font-size: 14px;
	line-height: 16px;
	color: #2e448a;
}
.search-result-item__url a {
	margin: 0 2px;
}
.error-page {
	width: 670px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -335px;
	margin-top: -90px;
	display: table;
}
@media screen and (max-width: 768px) {
	.error-page {
		width: 100%;
		position: relative;
		padding: 0 20px;
		top: auto;
		left: auto;
		margin: 0;
		display: block;
	}
}
.error-page__404 {
	display: table-cell;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.error-page__404 {
		display: block;
	}
}
.error-page__text-b {
	display: table-cell;
	vertical-align: top;
	width: 247px;
}
@media screen and (max-width: 768px) {
	.error-page__text-b {
		display: block;
		width: auto;
		text-align: center;
		padding: 15px 0 0 0;
	}
}
.error-page__title {
	font-size: 20px;
	line-height: 22px;
	color: #1c326f;
	font-weight: 600;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
.error-page__text {
	font-size: 14px;
	line-height: 16px;
	color: #4a4a4a;
}
.error-page__link {
	font-size: 14px;
	line-height: 34px;
	height: 35px;
	color: white;
	text-decoration: none;
	background: #1c326f;
	display: inline-block;
	margin: 15px 0 0 0;
	font-weight: 300;
	padding: 0 15px 0 44px;
	position: relative;
}
.error-page__link:hover {
	color: white;
	text-decoration: none;
}
.error-page__link:before {
	content: '';
	position: absolute;
	top: 11px;
	left: 19px;
	width: 8px;
	height: 13px;
	background: url("/bitrix/templates/new_admkrai/css/../img/sprite_icons.png") 0px -548px;
}
.i-info-banner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 30px;
	padding: 30px 60px 30px;
}

@media screen and and (max-width: 1280px) {
	.i-info-banner {
		max-width: 1000px;/**/
	}
	.i-info-banner-wrapper {
	box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.3);
}
}
.i-info-banner__item {
	padding: 0 30px;
	text-align: center;
}
.i-info-banner__item__img {
	max-width: 830px!important;
	margin: 0 auto;
	-webkit-transform-style: flat!important;
	transform-style: flat!important;
}
.i-info-banner__item__title {
	font-size: 20px;
	line-height: 22px;
	color: #1c326f;
	font-weight: 700;
	text-align: center;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
.i-info-banner .owl-controls .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	margin-top: -19px;
	left: 17px;
}
@media screen and (max-width: 768px) {
	.i-info-banner .owl-controls .owl-nav .owl-prev {
		left: 5px;
	}
}
.i-info-banner .owl-controls .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -19px;
	right: 17px;
}
@media screen and (max-width: 768px) {
	.i-info-banner .owl-controls .owl-nav .owl-next {
		right: 5px;
	}
}
.seletct-height {
	max-height: 300px;
}
.owl-item video {
	opacity: 0;
}
.owl-item.active video {
	opacity: 1;
}
.detail-news__slider-min .owl-item video {
	opacity: 0;
}
.detail-news__slider-min.active .owl-item.active video {
	opacity: 1;
}
.padding0 {
	padding: 0!important;
}
.sitemap li:before {
	display: none;
}
.sitemap a {
	text-decoration: none;
}
.sitemap > ul {
	padding: 0 0 0 60px;
}
.sitemap > ul > li {
	font-size: 22px;
	margin: 0 0 20px 0;
}
.sitemap > ul > li > ul {
	padding: 8px 0 0 30px;
}
.sitemap > ul > li > ul > li {
	font-size: 16px;
	margin: 0 0 7px 0;
}
.sitemap > ul > li > ul > li > ul {
	padding: 0px 0 0 30px;
}
.sitemap > ul > li > ul > li > ul > li {
	font-size: 14px;
}
.width600 {
	width: 100%;
	max-width: 600px;
}
.for-print {
	display: none;
}



.topline__victory {
	display: block;
	position: relative;
	width: 100%;
	height: 60px;
	background: url(/bitrix/templates/new_admkrai/css/../img/svg/victory_logo_m.svg) no-repeat center #f12706;
	z-index: 10;
}

.topline__victory_k, .topline__virus-info {
    display: none;
    background: #003072;
}
.topline__victory_k, .topline__virus-info, .topline__live, .topline__kuban-flag {
	position: relative;
	width: 100%;
	padding: 10px;
	z-index: 10;
    text-align: center;
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    margin-top: 5px;
    padding-top: 10px;
}
@media screen and (max-width: 768px) {
	.topline__victory_k, .topline__virus-info {
		display: block;
	}
}
.topline__live {
    display: block;
    background: #ff8b00;
}
.topline__kuban-flag {
    display: block;
    background: #dd127b;
	margin-top: 0;
}
.topline__kuban-flag:before, .topline__kuban-flag:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	height: 33%;
}
.topline__kuban-flag:before {
	top: 0;
	background: #0033cd;
}
.topline__kuban-flag:after {
	bottom: 0;
	background: #009d50;
}
.topline-banner-text {
	position: relative;
	z-index: 2;
}
.topline-banner-text-shadow {
	text-shadow: 1px 1px 1px rgba(17, 51, 112, 0.5);
}
.inline-circle {
    display: inline-block;
    width: 14px;
    height: 14px;
    font-size: 0;
    border-radius: 50%;
    margin: 0 5px;
    line-height: 1em;
}
.circle-red {
    background-color: red;
}

/* Accordeons for text */
.accordeon-item {
    position: relative;
    margin: 25px 0;
    padding-left: 30px;
}
.accordeon-item-body {
    max-height: 0;
    overflow: hidden;
    
    -webkit-transition: max-height .5s ease-out;
    -moz-transition: max-height .5s ease-out;
    -ms-transition: 0.5smax-height .5s ease-out
    -o-transition: max-height .5s ease-out;
    transition: max-height .5s ease-out;
}
.accordeon-item-body-content {
    padding: 12px 0;
}
.accordeon-item.accordeon-item-opened .accordeon-item-body {
    max-height: 10000px;
    -webkit-transition: max-height .5s ease-in;
    -moz-transition: max-height .5s ease-in;
    -ms-transition: max-height .5s ease-in
    -o-transition: max-height .5s ease-in;
    transition: max-height .5s ease-in;
}
.accordeon-item-head {
    color: #113370;
    cursor: pointer;
    
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s
    -o-transition: color .3s;
    transition: color .3s;
}
.accordeon-item-trigger {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 0;
}
.accordeon-item-trigger:before, .accordeon-item-trigger:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #113370;
    left: 0;
    top: 50%;
    margin-top: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s
    -o-transition: .5s;
    transition: .5s;
}
.accordeon-item-trigger:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.accordeon-item-head:hover, .accordeon-item.accordeon-item-opened .accordeon-item-head {
    color: #127889;
}
.accordeon-item-head:hover .accordeon-item-trigger:before,
.accordeon-item-head:hover .accordeon-item-trigger:after,
.accordeon-item.accordeon-item-opened .accordeon-item-trigger:before,
.accordeon-item.accordeon-item-opened .accordeon-item-trigger:after
{
    background-color: #127889;
}
.accordeon-item.accordeon-item-opened .accordeon-item-trigger:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accordeon-item-title {
    font-weight: 700;
}

@media print  {
	.for-print{ display: block; }
	body{ background: none; }
	header{ display: none; }
	.h-menu{ display: none; }
	footer{ display: none; }
	.detail-news__toolbar{ display: none; }
	.pagen-detail{ display: none; }
	.bread-b{ display: none; }
	.detail-news{ margin: 0; }
	.page{ background: none; }
	.detail-news__text-b{ padding: 0; }
	.main{ box-shadow: none; }
	.site{ box-shadow: none; }
	.about-top-info__left, .about-top-info__right{ float: none; width: 100%; }
	.about-cards{ display: none; }
	.page-break-before{ page-break-before: always; }
	.img-about-print{ display: inline-block; width: 48%; }
	.doc-detail__shadow-bottom{ display: none; }
	.sidebar-additional,
	.upp-scroller
	{ display:none !important; }

}
/* End */


/* Start:/bitrix/templates/new_admkrai/components/bitrix/breadcrumb/admkrai/style.css?1517445388947*/
.bx_breadcrumbs{
    margin-bottom:15px;
    padding-top:0px
}
.bx_breadcrumbs ul{
    margin:0;
    padding:0
}
.bx_breadcrumbs ul li{
    display:inline-block;
    line-height:20px
}
.bx_breadcrumbs ul li a{
    display:block;
    padding:0 15px;
    background:url(/bitrix/templates/new_admkrai/components/bitrix/breadcrumb/admkrai/images/breadcrumbs_arrow.png) no-repeat center right;
    color:#555;
    text-decoration:none;
    font-size:11px;
    opacity:.5
}
.bx_breadcrumbs ul li:first-child a{padding-left:0}
.bx_breadcrumbs ul li:last-child  a{background:none}
.bx_breadcrumbs ul li a:hover{
    text-decoration:underline;
    line-height:20px;
    opacity:1
}
.bx_breadcrumbs ul li span{
    display:block;
    padding:0 15px;
    color:#aaa;
    text-decoration:none;
    font-size:11px
}
.bx_breadcrumbs,
.bx_breadcrumbs ul li{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
/* End */


/* Start:/bitrix/templates/new_admkrai/components/bitrix/menu/bottom/style.min.css?1517445388490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/new_admkrai/components/bitrix/menu/bottom/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /bitrix/templates/new_admkrai/css/libs.css?160431407530369 */
/* /bitrix/templates/new_admkrai/css/style.css?1619786309110630 */
/* /bitrix/templates/new_admkrai/components/bitrix/breadcrumb/admkrai/style.css?1517445388947 */
/* /bitrix/templates/new_admkrai/components/bitrix/menu/bottom/style.min.css?1517445388490 */
