

/* Start:/bitrix/templates/main/css/owl.carousel.css?15911760921476*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-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;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/bitrix/templates/main/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* End */


/* Start:/bitrix/templates/main/css/jquery.arcticmodal-0.3.css?1591176092654*/
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(/bitrix/templates/main/css/loading.gif) no-repeat 50% 50%; }
/* End */


/* Start:/bitrix/templates/main/css/style.css?1591176093151504*/
@charset "UTF-8";
/* Fonts */
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("/bitrix/templates/main/css/../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("/bitrix/templates/main/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("/bitrix/templates/main/css/../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("/bitrix/templates/main/css/../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("/bitrix/templates/main/css/../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

@font-face {
  font-family: 'zero-width';
  src: url("/bitrix/templates/main/css/../fonts/zero-width.eot");
  src: url("/bitrix/templates/main/css/../fonts/zero-width.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/main/css/../fonts/zero-width.woff") format("woff"), url("/bitrix/templates/main/css/../fonts/zero-width.ttf") format("truetype"), url("/bitrix/templates/main/css/../fonts/zero-width.svg#helveticaneuecyrlight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'intro';
  src: url("/bitrix/templates/main/css/../fonts/tkxmgbzf-webfont.eot");
  src: url("/bitrix/templates/main/css/../fonts/tkxmgbzf-webfont.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/main/css/../fonts/tkxmgbzf-webfont.woff") format("woff"), url("/bitrix/templates/main/css/../fonts/tkxmgbzf-webfont.ttf") format("truetype"), url("/bitrix/templates/main/css/../fonts/tkxmgbzf-webfont.svg#intro_regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.intro, .btn-style1, .h-contacts .tel, .main-nav .nav-item > a, .carousel1 .date-item, .guide-link .title-g-l, .department-link .title-d-l, .main-new .date-item {
  font-family: 'intro', sans-serif;
}

/* END Fonts */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #555353;
  background-color: white;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #0f92a2;
  text-decoration: underline;
  -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
a:hover, a:focus {
  color: #0b6873;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

q {
  quotes: "\201C" "\201D";
  /* ╨Ъ╨░╨▓╤Л╤З╨║╨╕ ╨▓ ╨▓╨╕╨┤╨╡ ╨┤╨▓╨╛╨╣╨╜╤Л╤Е ╤Г╨│╨╗╨╛╨▓╤Л╤Е ╤Б╨║╨╛╨▒╨╛╨║ */
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "intro", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  color: #db262b;
  text-transform: uppercase;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (max-width: 1023px) {
  h1, .h1,
  h2, .h2,
  h3, .h3 {
    margin-bottom: 25px;
  }
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (max-width: 1023px) {
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    margin-bottom: 25px;
  }
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 24px;
  margin-top: 30.6px;
}

h2, .h2 {
  font-size: 20px;
}

h3, .h3 {
  font-size: 17px;
}

h4, .h4 {
  font-size: 15px;
}

h5, .h5 {
  font-size: 12px;
}

h6, .h6 {
  font-size: 11px;
}

p {
  margin: 0 0 9px;
}
@media (max-width: 1023px) {
  p {
    margin-bottom: 25px;
  }
}

.lead {
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .lead {
    font-size: 18px;
  }
}

small,
.small {
  font-size: 91%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
@media (max-width: 1023px) {
  ul,
  ol {
    margin-bottom: 25px;
  }
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 18px;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 1024px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 15px 0 15px 18px;
  margin: 0 0 30.6px;
  font-size: inherit;
  font-style: italic;
  border-left: 17px solid #22aae1;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.5;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 1024px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1250px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1250px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 1024px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1250px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1250px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* Forms style */
input, textarea, button, select {
  outline: none;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background: none;
  border: 0;
  text-decoration: none;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], .btn:disabled, fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-style1 {
  position: relative;
  color: white !important;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 10px 7px;
  background-color: #DB262B;
}
.btn-style1:hover, .btn-style1:focus {
  background-color: #f3282d;
}
.btn-style1:active {
  background-color: #a01e23;
}

.btn-style2 {
  position: relative;
  color: white !important;
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  padding: 5px 10px;
  background-color: #0F92A2;
}
.btn-style2:hover, .btn-style2:focus {
  background-color: #0fb5c5;
}
.btn-style2:active {
  background-color: #0f6979;
}

[placeholder]::-moz-placeholder {
  opacity: 1;
  color: #9A9A9A;
  font-style: italic;
}
[placeholder]:-ms-input-placeholder {
  color: #9A9A9A;
  font-style: italic;
}
[placeholder]::-webkit-input-placeholder {
  color: #9A9A9A;
  font-style: italic;
}
[placeholder].placeholder {
  color: #9A9A9A;
  font-style: italic;
}
[placeholder]:focus::-moz-placeholder {
  color: transparent !important;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
[placeholder]:focus:-ms-input-placeholder {
  color: transparent !important;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
[placeholder]:focus::-webkit-input-placeholder {
  color: transparent !important;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.input-style1, .textarea-style1, .select-style1-link {
  position: relative;
  background-color: transparent;
  border: 2px solid #0F92A2;
  color: #555353;
  font-size: 12px;
  font-weight: 400;
  font-family: Arial, sans-serif;
  text-align: left;
}
.input-style1:focus, .input-style1.ik_select_link_focus, .textarea-style1:focus, .textarea-style1.ik_select_link_focus, .select-style1-link:focus, .select-style1-link.ik_select_link_focus {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  border-color: #0b6873;
}
.input-style1.novalidate, .textarea-style1.novalidate, .novalidate .select-style1-link {
  border-color: #C13730;
}

.input-style1, .select-style1-link {
  height: 29px;
  padding: 0 12px;
}

.textarea-style1 {
  padding: 9px 12px;
  height: 72px;
  resize: none;
  overflow-y: auto;
}

.select-style1 {
  display: inline-block;
  vertical-align: top;
}

.select-style1-link {
  line-height: 25px;
  padding-right: 29px;
  cursor: pointer;
}
.select-style1-link:before {
  content: '\f0d7';
  width: 29px;
  height: 29px;
  background-color: #DB262B;
  font-size: 19px;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: -2px;
  bottom: -2px;
  right: -2px;
  color: white;
  line-height: 29px;
  text-align: center;
}
.select-style1-link .ik_select_link_text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select-style1-dd {
  font-size: 13px;
  color: #000000;
}
.select-style1-dd .ik_select_list {
  border: 1px solid #dddddd;
  border-top: 0;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.select-style1-dd ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.select-style1-dd ul li {
  padding: 5px 31px 5px 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: default;
}
.select-style1-dd ul li.ik_select_hover {
  background: #e4e4e4;
}

.ie8 .input-style1 {
  line-height: 29px;
}

[type='checkbox'], [type='radio'] {
  position: relative;
  top: 2px;
}

.lbl-ctrl {
  padding-left: 28px;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-style: italic;
  text-align: left;
}

.checkbox-style1 {
  position: fixed;
  top: 0;
  right: 200%;
}
.checkbox-style1 ~ .fake-checkbox {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 18px;
  background: white;
  border: 2px solid #0F92A2;
  text-align: center;
  line-height: 14px;
  font-size: 0;
  margin: -2px 6px 0 0;
}
.checkbox-style1:focus ~ .fake-checkbox {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  border-color: #0b6873;
}
.checkbox-style1:checked ~ .fake-checkbox:before {
  content: '\f00c';
  color: #DB262B;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-family: 'fontawesome';
}

.radio-style1 {
  position: fixed;
  top: 0;
  right: 200%;
}
.radio-style1 ~ .fake-radio {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 16px;
  height: 16px;
  background-color: #B6B6B6;
  margin: -4px 6px 0 0;
  border-radius: 50%;
}
.radio-style1:focus ~ .fake-radio {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  -webkit-box-shadow: inset 0 0 0 1px #777777;
  box-shadow: inset 0 0 0 1px #777777;
}
.radio-style1:checked ~ .fake-radio {
  background-color: #0b6873;
}
.radio-style1:checked ~ .fake-radio:before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 4px 0 0 4px;
}

/* END Forms style */
.padding-height {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-width {
  width: 100%;
}

.zero-width, .soc-icons, .carousel1 .owl-pagination, .carousel2 .owl-pagination, .carousel3 .owl-pagination, .photo-list, .dep-list {
  font-family: 'zero-width';
}

.overflow-hidden {
  overflow: hidden;
}

.inline-block {
  display: inline-block;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

img.pull-left {
  margin: 0 20px 20px 0;
}
img.pull-right {
  margin: 0 0 20px 20px;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 1023px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 1023px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 1023px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1249px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1249px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1249px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1250px) and (max-width: 1249px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1250px) and (max-width: 1249px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1250px) and (max-width: 1249px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1250px) and (max-width: 1249px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1250px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1250px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1250px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1250px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 1023px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1250px) and (max-width: 1249px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1250px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Custom styles */
html, body {
  height: 100%;
}

.wrap-site {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  background: url("/bitrix/templates/main/css/../img/page-bg.jpg") repeat-x 50% 230px;
}
.wrap-site.bg2 {
  background-image: url("/bitrix/templates/main/css/../img/page-bg2.jpg");
}

.container-fluid {
  max-width: 990px;
}

.header {
  height: 230px;
  background: url("/bitrix/templates/main/css/../img/h-bg.jpg") no-repeat 50% 100%;
  padding-top: 50px;
  position: relative;
}
.header .logo {
  float: left;
  margin: -13px 0 0 -23px;
}

.description-logo {
  color: #FFF;
  font-size: 11px;
  line-height: 1.25;
  min-width: 160px;
  height: 66px;
  background-color: rgba(102, 102, 102, 0.69);
  padding: 7px 12px;
  float: left;
  margin: 0 0 0 3px;
}

.soc-icons {
  float: left;
  white-space: nowrap;
}
.soc-icons a {
  display: inline-block;
  vertical-align: bottom;
  height: 19px;
  margin-left: 16px;
}
.soc-icons .vk {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB3aWR0aD0iMTciIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxNyAxOSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNmZmZmZmY7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xNS44ODQsMTAuMjA1IEMxNS40MjAsOS42MzAgMTQuODIxLDkuMTY2IDE0LjA5Niw4LjgxNyBDMTQuNTI2LDguNDk0IDE0Ljg5Niw4LjEwNyAxNS4yMDAsNy42NTkgQzE1LjczNSw2Ljg3MiAxNi4wMDYsNS45OTYgMTYuMDA2LDUuMDU0IEMxNi4wMDYsNC4xODYgMTUuNzg0LDMuMzg4IDE1LjM0OCwyLjY4MyBDMTQuOTIwLDEuOTkzIDE0LjM3NSwxLjQzMSAxMy43MjcsMS4wMTIgQzEzLjA4MiwwLjU5NSAxMi4zNDQsMC4zMTcgMTEuNTMzLDAuMTg2IEMxMC43NjEsMC4wNjIgOS42NDAsMC4wMDIgOC4xMDcsMC4wMDIgQzguMTA3LDAuMDAyIDAuMDAxLDAuMDAyIDAuMDAxLDAuMDAyIEMwLjAwMSwwLjAwMiAwLjAwMSwxOC45NzAgMC4wMDEsMTguOTcwIEMwLjAwMSwxOC45NzAgNi45OTMsMTguOTcwIDYuOTkzLDE4Ljk3MCBDNi45OTMsMTguOTcwIDYuOTk0LDE4Ljk3MCA2Ljk5NCwxOC45NzAgQzkuNDU3LDE4Ljk1MyAxMC45NzUsMTguOTEyIDExLjYzMywxOC44NDUgQzEyLjczNywxOC43MjkgMTMuNjg2LDE4LjQxMiAxNC40NTMsMTcuOTAwIEMxNS4yMjEsMTcuMzg5IDE1LjgzMywxNi42OTkgMTYuMjcyLDE1Ljg1MSBDMTYuNzA4LDE1LjAxMCAxNi45MzAsMTQuMTMwIDE2LjkzMCwxMy4yMzYgQzE2LjkzMCwxMi4wODMgMTYuNTc3LDExLjA2NCAxNS44ODQsMTAuMjA1IFpNNC45NzYsMTEuMTkwIEM0Ljk3NiwxMS4xOTAgNy40NTIsMTEuMTkwIDcuNDUyLDExLjE5MCBDOS41MTAsMTEuMTkwIDEwLjMxNCwxMS4zMTIgMTAuNjI1LDExLjQxNSBDMTEuMDI0LDExLjU0NyAxMS4zMTgsMTEuNzQ1IDExLjUyMCwxMi4wMjEgQzExLjcyNiwxMi4zMDEgMTEuODI1LDEyLjY0MyAxMS44MjUsMTMuMDY1IEMxMS44MjUsMTMuNTYxIDExLjcwMCwxMy45MzUgMTEuNDQzLDE0LjIwOCBDMTEuMTc2LDE0LjQ5MiAxMC44MzQsMTQuNjY3IDEwLjM4MywxNC43NDUgQzEwLjE1OSwxNC43OTAgOS41NDYsMTQuODQzIDcuOTAwLDE0Ljg0MyBDNy45MDAsMTQuODQzIDQuOTc2LDE0Ljg0MyA0Ljk3NiwxNC44NDMgQzQuOTc2LDE0Ljg0MyA0Ljk3NiwxMS4xOTAgNC45NzYsMTEuMTkwIFpNMTAuNzQ4LDYuNTY0IEMxMC40NzAsNi44MjggMTAuMDgyLDYuOTg1IDkuNTYyLDcuMDQzIEM5LjMzNCw3LjA2OSA4LjY4MCw3LjEwMCA2Ljg3NSw3LjEwMCBDNi44NzUsNy4xMDAgNC45NzYsNy4xMDAgNC45NzYsNy4xMDAgQzQuOTc2LDcuMTAwIDQuOTc2LDQuMDkyIDQuOTc2LDQuMDkyIEM0Ljk3Niw0LjA5MiA2LjU2Nyw0LjA5MiA2LjU2Nyw0LjA5MiBDOC43NTMsNC4wOTIgOS41MDIsNC4xMjMgOS43NDAsNC4xNDkgQzEwLjIyMiw0LjIwNSAxMC41NzksNC4zNTQgMTAuNzk5LDQuNTkwIEMxMS4wMjMsNC44MzIgMTEuMTMzLDUuMTUxIDExLjEzMyw1LjU2NiBDMTEuMTMzLDUuOTkyIDExLjAwNyw2LjMxOCAxMC43NDgsNi41NjQgWiIgaWQ9InBhdGgtMSIgY2xhc3M9ImNscy0yIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KPC9zdmc+Cg==') no-repeat 0 0/100% 100%;
  width: 17px;
}
.soc-icons .tw {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB3aWR0aD0iMTUiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxNSAxOSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNmZmZmZmY7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xMi4zMzgsMTQuNzU1IEMxMi4zMzgsMTQuNzU1IDYuNDYyLDE0Ljc1NSA2LjQ2MiwxNC43NTUgQzUuMzE3LDE0Ljc1NSA0LjcyNCwxNC4yMTkgNC42OTgsMTMuMTc0IEM0LjY5OCwxMy4xNzQgNC42OTgsMTAuMDEzIDQuNjk4LDEwLjAxMyBDNC42OTgsMTAuMDEzIDEyLjMzOCwxMC4wMTMgMTIuMzM4LDEwLjAxMyBDMTMuNjM0LDEwLjAxMyAxNC42ODksOS4wNjggMTQuNjg5LDcuOTA1IEMxNC42ODksNi43NDMgMTMuNjM0LDUuNzk3IDEyLjMzOCw1Ljc5NyBDMTIuMzM4LDUuNzk3IDQuNjk4LDUuNzk3IDQuNjk4LDUuNzk3IEM0LjY5OCw1Ljc5NyA0LjY5OCwyLjEwOSA0LjY5OCwyLjEwOSBDNC42OTgsMC45NDcgMy42NDQsMC4wMDIgMi4zNDgsMC4wMDIgQzEuMDUyLDAuMDAyIC0wLjAwMywwLjk0NyAtMC4wMDMsMi4xMDkgQy0wLjAwMywyLjEwOSAtMC4wMDMsMTMuMTc0IC0wLjAwMywxMy4xNzQgQy0wLjAwMywxNS41MDQgMS43MTksMTguOTcwIDYuNDYyLDE4Ljk3MCBDNi40NjIsMTguOTcwIDEyLjMzOCwxOC45NzAgMTIuMzM4LDE4Ljk3MCBDMTMuNjM0LDE4Ljk3MCAxNC42ODksMTguMDI1IDE0LjY4OSwxNi44NjIgQzE0LjY4OSwxNS43MDAgMTMuNjM0LDE0Ljc1NSAxMi4zMzgsMTQuNzU1IFoiIGlkPSJwYXRoLTEiIGNsYXNzPSJjbHMtMiIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPgo=') no-repeat 0 0/100% 100%;
  width: 15px;
}
.soc-icons .fb {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB3aWR0aD0iMTAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxMCAxOSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNmZmZmZmY7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik03LjA0NywzLjM1MyBDNy4wNDcsMy4zNTMgNy42MzQsMy4zNTMgNy42MzQsMy4zNTMgQzcuNjM0LDMuMzUzIDkuOTg1LDMuMzUzIDkuOTg1LDMuMzUzIEM5Ljk4NSwzLjM1MyA5Ljk4NSwwLjAwNiA5Ljk4NSwwLjAwNiBDOS45ODUsMC4wMDYgOC4yMjIsMC4wMDYgOC4yMjIsMC4wMDYgQzguMjIyLDAuMDA2IDcuNjM0LDAuMDA2IDcuNjM0LDAuMDA2IEM3LjYzNCwwLjAwNiA2LjQ1OSwwLjAwNiA2LjQ1OSwwLjAwNiBDMS43NTgsMC4wMDYgMi4zNDUsMy45MTEgMi4zNDUsMy45MTEgQzIuMzQ1LDMuOTExIDIuMzQ1LDQuNDA3IDIuMzQ1LDQuNDA3IEMyLjM0NSw0LjQwNyAyLjM0NSw2LjE0MiAyLjM0NSw2LjE0MiBDMi4zNDUsNi4xNDIgLTAuMDA1LDYuMTQyIC0wLjAwNSw2LjE0MiBDLTAuMDA1LDYuMTQyIC0wLjAwNSw5LjQ5MCAtMC4wMDUsOS40OTAgQy0wLjAwNSw5LjQ5MCAyLjM0NSw5LjQ5MCAyLjM0NSw5LjQ5MCBDMi4zNDUsOS40OTAgMi4zNDUsMTguOTc0IDIuMzQ1LDE4Ljk3NCBDMi4zNDUsMTguOTc0IDYuNDU5LDE4Ljk3NCA2LjQ1OSwxOC45NzQgQzYuNDU5LDE4Ljk3NCA2LjQ1OSw5LjQ5MCA2LjQ1OSw5LjQ5MCBDNi40NTksOS40OTAgOS4zNjEsOS40OTAgOS4zNjEsOS40OTAgQzkuMzYxLDkuNDkwIDkuOTg1LDYuMTQyIDkuOTg1LDYuMTQyIEM5Ljk4NSw2LjE0MiA2LjQ1OSw2LjE0MiA2LjQ1OSw2LjE0MiBDNi40NTksNi4xNDIgNi40NTksMy45MTEgNi40NTksMy45MTEgQzYuNDU5LDMuOTExIDYuNDU5LDMuMzUzIDcuMDQ3LDMuMzUzIFoiIGlkPSJwYXRoLTEiIGNsYXNzPSJjbHMtMiIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPgo=') no-repeat 0 0/100% 100%;
  width: 10px;
}
.soc-icons .yt {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNmZmZmZmY7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xNC4wOTUsMTguOTQ5IEMxNC4wOTUsMTguOTQ5IDMuNTE3LDE4Ljk0OSAzLjUxNywxOC45NDkgQzEuNTY5LDE4Ljk0OSAtMC4wMDksMTcuNDUxIC0wLjAwOSwxNS42MDIgQy0wLjAwOSwxNS42MDIgLTAuMDA5LDExLjY5NyAtMC4wMDksMTEuNjk3IEMtMC4wMDksOS44NDkgMS41NjksOC4zNTAgMy41MTcsOC4zNTAgQzMuNTE3LDguMzUwIDE0LjA5NSw4LjM1MCAxNC4wOTUsOC4zNTAgQzE2LjA0Miw4LjM1MCAxNy42MjEsOS44NDkgMTcuNjIxLDExLjY5NyBDMTcuNjIxLDExLjY5NyAxNy42MjEsMTUuNjAyIDE3LjYyMSwxNS42MDIgQzE3LjYyMSwxNy40NTEgMTYuMDQyLDE4Ljk0OSAxNC4wOTUsMTguOTQ5IFpNNS41NDcsMTAuMDMxIEM1LjU0NywxMC4wMzEgMi4wMDMsMTAuMDMxIDIuMDAzLDEwLjAzMSBDMi4wMDMsMTAuMDMxIDIuMDAzLDExLjA2MSAyLjAwMywxMS4wNjEgQzIuMDAzLDExLjA2MSAzLjE5NiwxMS4wNjEgMy4xOTYsMTEuMDYxIEMzLjE5NiwxMS4wNjEgMy4xOTYsMTcuMTI4IDMuMTk2LDE3LjEyOCBDMy4xOTYsMTcuMTI4IDQuMzUyLDE3LjEyOCA0LjM1MiwxNy4xMjggQzQuMzUyLDE3LjEyOCA0LjM1MiwxMS4wNjEgNC4zNTIsMTEuMDYxIEM0LjM1MiwxMS4wNjEgNS41NDcsMTEuMDYxIDUuNTQ3LDExLjA2MSBDNS41NDcsMTEuMDYxIDUuNTQ3LDEwLjAzMSA1LjU0NywxMC4wMzEgWk04LjQ2MCwxMS44OTIgQzguNDYwLDExLjg5MiA3LjQzNCwxMS44OTIgNy40MzQsMTEuODkyIEM3LjQzNCwxMS44OTIgNy40MzQsMTUuODY2IDcuNDM0LDE1Ljg2NiBDNy4zMzgsMTUuOTgxIDcuMjMzLDE2LjA3NSA3LjExNywxNi4xNDggQzcuMDAxLDE2LjIyMSA2LjkwNywxNi4yNTggNi44MzAsMTYuMjU4IEM2LjczNSwxNi4yNTggNi42NjUsMTYuMjMwIDYuNjIzLDE2LjE3NSBDNi41ODAsMTYuMTE5IDYuNTU4LDE2LjAyOSA2LjU1OCwxNS45MDYgQzYuNTU4LDE1LjkwNiA2LjU1OCwxMS44OTIgNi41NTgsMTEuODkyIEM2LjU1OCwxMS44OTIgNS41MzIsMTEuODkyIDUuNTMyLDExLjg5MiBDNS41MzIsMTEuODkyIDUuNTMyLDE2LjI2NyA1LjUzMiwxNi4yNjcgQzUuNTMyLDE2LjU4MCA1LjU5MywxNi44MTQgNS43MTQsMTYuOTcwIEM1LjgzMywxNy4xMjUgNi4wMTIsMTcuMjAzIDYuMjUwLDE3LjIwMyBDNi40NDAsMTcuMjAzIDYuNjQwLDE3LjE0NyA2Ljg0NSwxNy4wMzUgQzcuMDQ5LDE2LjkyNSA3LjI0NSwxNi43NjMgNy40MzQsMTYuNTQ5IEM3LjQzNCwxNi41NDkgNy40MzQsMTcuMTI4IDcuNDM0LDE3LjEyOCBDNy40MzQsMTcuMTI4IDguNDYwLDE3LjEyOCA4LjQ2MCwxNy4xMjggQzguNDYwLDE3LjEyOCA4LjQ2MCwxMS44OTIgOC40NjAsMTEuODkyIFpNMTIuNDA3LDEzLjEzOCBDMTIuNDA3LDEyLjcxMCAxMi4zMjIsMTIuMzg1IDEyLjE1MSwxMi4xNjEgQzExLjk4MCwxMS45MzggMTEuNzMyLDExLjgyNiAxMS40MDcsMTEuODI2IEMxMS4yNDcsMTEuODI2IDExLjA5MSwxMS44NjggMTAuOTM1LDExLjk1MSBDMTAuNzgxLDEyLjAzNCAxMC42MzMsMTIuMTU1IDEwLjQ5NSwxMi4zMTUgQzEwLjQ5NSwxMi4zMTUgMTAuNDk1LDEwLjAzMSAxMC40OTUsMTAuMDMxIEMxMC40OTUsMTAuMDMxIDkuNDYwLDEwLjAzMSA5LjQ2MCwxMC4wMzEgQzkuNDYwLDEwLjAzMSA5LjQ2MCwxNy4xMjggOS40NjAsMTcuMTI4IEM5LjQ2MCwxNy4xMjggMTAuNDk1LDE3LjEyOCAxMC40OTUsMTcuMTI4IEMxMC40OTUsMTcuMTI4IDEwLjQ5NSwxNi43MjYgMTAuNDk1LDE2LjcyNiBDMTAuNjMwLDE2Ljg4NCAxMC43NzUsMTcuMDAyIDEwLjkzNCwxNy4wNzggQzExLjA5MSwxNy4xNTYgMTEuMjY5LDE3LjE5MyAxMS40NjksMTcuMTkzIEMxMS43NzIsMTcuMTkzIDEyLjAwNSwxNy4wOTUgMTIuMTY2LDE2Ljg5OCBDMTIuMzI1LDE2LjcwMCAxMi40MDcsMTYuNDE2IDEyLjQwNywxNi4wNDMgQzEyLjQwNywxNi4wNDMgMTIuNDA3LDEzLjEzOCAxMi40MDcsMTMuMTM4IFpNMTYuMTk3LDE1LjI1NyBDMTYuMTk3LDE1LjI1NyAxNS4xNDIsMTUuMjU3IDE1LjE0MiwxNS4yNTcgQzE1LjE0MiwxNS4yNTcgMTUuMTQyLDE1LjYyMSAxNS4xNDIsMTUuNjIxIEMxNS4xNDIsMTUuOTI4IDE1LjEwNiwxNi4xMjggMTUuMDQwLDE2LjIxNyBDMTQuOTczLDE2LjMwOCAxNC44NTQsMTYuMzUyIDE0LjY4NCwxNi4zNTIgQzE0LjUyMCwxNi4zNTIgMTQuNDA0LDE2LjMwMCAxNC4zMzcsMTYuMTkzIEMxNC4yNzAsMTYuMDg2IDE0LjIzNiwxNS44OTUgMTQuMjM2LDE1LjYyMSBDMTQuMjM2LDE1LjYyMSAxNC4yMzYsMTQuNjMyIDE0LjIzNiwxNC42MzIgQzE0LjIzNiwxNC42MzIgMTYuMTk3LDE0LjYzMiAxNi4xOTcsMTQuNjMyIEMxNi4xOTcsMTQuNjMyIDE2LjE5NywxMy4zMDAgMTYuMTk3LDEzLjMwMCBDMTYuMTk3LDEyLjgwMyAxNi4wNzAsMTIuNDIyIDE1LjgxOCwxMi4xNTggQzE1LjU2OCwxMS44OTIgMTUuMjA2LDExLjc2MCAxNC43MzgsMTEuNzYwIEMxNC4yODAsMTEuNzYwIDEzLjkwNCwxMS45MDMgMTMuNjE0LDEyLjE5MCBDMTMuMzI1LDEyLjQ3NSAxMy4xODAsMTIuODQ1IDEzLjE4MCwxMy4zMDAgQzEzLjE4MCwxMy4zMDAgMTMuMTgwLDE1LjY1MCAxMy4xODAsMTUuNjUwIEMxMy4xODAsMTYuMTUzIDEzLjMxMiwxNi41NDkgMTMuNTc2LDE2LjgzOCBDMTMuODQwLDE3LjEyNSAxNC4yMDIsMTcuMjY5IDE0LjY2MCwxNy4yNjkgQzE1LjE3MSwxNy4yNjkgMTUuNTU1LDE3LjEzMyAxNS44MTIsMTYuODYyIEMxNi4wNjgsMTYuNTkxIDE2LjE5NywxNi4xODYgMTYuMTk3LDE1LjY1MCBDMTYuMTk3LDE1LjY1MCAxNi4xOTcsMTUuMjU3IDE2LjE5NywxNS4yNTcgWk0xNC4yMzYsMTMuMjg5IEMxNC4yMzYsMTMuMDcxIDE0LjI3MSwxMi45MTQgMTQuMzQyLDEyLjgxOSBDMTQuNDEzLDEyLjcyNCAxNC41MzAsMTIuNjc2IDE0LjY5MywxMi42NzYgQzE0Ljg1MCwxMi42NzYgMTQuOTY0LDEyLjcyNCAxNS4wMzUsMTIuODE5IEMxNS4xMDUsMTIuOTE0IDE1LjE0MiwxMy4wNzEgMTUuMTQyLDEzLjI4OSBDMTUuMTQyLDEzLjI4OSAxNS4xNDIsMTMuODIwIDE1LjE0MiwxMy44MjAgQzE1LjE0MiwxMy44MjAgMTQuMjM2LDEzLjgyMCAxNC4yMzYsMTMuODIwIEMxNC4yMzYsMTMuODIwIDE0LjIzNiwxMy4yODkgMTQuMjM2LDEzLjI4OSBaTTEwLjk4NywxNi4zNzEgQzEwLjg5OSwxNi4zNzEgMTAuODE2LDE2LjM1MyAxMC43MzgsMTYuMzE1IEMxMC42NjAsMTYuMjc4IDEwLjU3OSwxNi4yMTYgMTAuNDk1LDE2LjEzMSBDMTAuNDk1LDE2LjEzMSAxMC40OTUsMTIuODY4IDEwLjQ5NSwxMi44NjggQzEwLjU2NCwxMi43OTYgMTAuNjM0LDEyLjc0NCAxMC43MDcsMTIuNzA5IEMxMC43NzgsMTIuNjc1IDEwLjg1MCwxMi42NTcgMTAuOTIyLDEyLjY1NyBDMTEuMDYyLDEyLjY1NyAxMS4xNjksMTIuNzA0IDExLjI0MiwxMi43OTUgQzExLjMxNSwxMi44ODcgMTEuMzUxLDEzLjAyMCAxMS4zNTEsMTMuMTk4IEMxMS4zNTEsMTMuMTk4IDExLjM1MSwxNS45MDAgMTEuMzUxLDE1LjkwMCBDMTEuMzUxLDE2LjA2OCAxMS4zMjIsMTYuMTg3IDExLjI2MiwxNi4yNjEgQzExLjIwNCwxNi4zMzUgMTEuMTExLDE2LjM3MSAxMC45ODcsMTYuMzcxIFpNMTMuMDc4LDYuNTI0IEMxMi44ODcsNi43MzcgMTIuNjkxLDYuODk5IDEyLjQ4OCw3LjAxMiBDMTIuMjgzLDcuMTIyIDEyLjA4NCw3LjE3NyAxMS44OTEsNy4xNzcgQzExLjY1Niw3LjE3NyAxMS40NzYsNy4wOTkgMTEuMzU2LDYuOTQ0IEMxMS4yMzYsNi43ODcgMTEuMTc2LDYuNTU0IDExLjE3Niw2LjI0MyBDMTEuMTc2LDYuMjQzIDExLjE3NiwxLjg2NyAxMS4xNzYsMS44NjcgQzExLjE3NiwxLjg2NyAxMi4yMDEsMS44NjcgMTIuMjAxLDEuODY3IEMxMi4yMDEsMS44NjcgMTIuMjAxLDUuODgwIDEyLjIwMSw1Ljg4MCBDMTIuMjAxLDYuMDA0IDEyLjIyMyw2LjA5NSAxMi4yNjcsNi4xNDkgQzEyLjMwOSw2LjIwNiAxMi4zNzgsNi4yMzMgMTIuNDczLDYuMjMzIEMxMi41NTAsNi4yMzMgMTIuNjQ1LDYuMTk3IDEyLjc1OSw2LjEyMyBDMTIuODc1LDYuMDQ5IDEyLjk4MCw1Ljk1NSAxMy4wNzgsNS44NDAgQzEzLjA3OCw1Ljg0MCAxMy4wNzgsMS44NjcgMTMuMDc4LDEuODY3IEMxMy4wNzgsMS44NjcgMTQuMTAzLDEuODY3IDE0LjEwMywxLjg2NyBDMTQuMTAzLDEuODY3IDE0LjEwMyw3LjEwMiAxNC4xMDMsNy4xMDIgQzE0LjEwMyw3LjEwMiAxMy4wNzgsNy4xMDIgMTMuMDc4LDcuMTAyIEMxMy4wNzgsNy4xMDIgMTMuMDc4LDYuNTI0IDEzLjA3OCw2LjUyNCBaTTguODA5LDcuMjM0IEM4LjM2MCw3LjIzNCA4LjAwMSw3LjEwMyA3LjczMyw2Ljg0MCBDNy40NjMsNi41NzYgNy4zMjksNi4yMjIgNy4zMjksNS43NzggQzcuMzI5LDUuNzc4IDcuMzI5LDMuMDY0IDcuMzI5LDMuMDY0IEM3LjMyOSwyLjY1OCA3LjQ2OCwyLjMzNSA3Ljc0MywyLjA5NSBDOC4wMTgsMS44NTQgOC4zOTAsMS43MzQgOC44NTYsMS43MzQgQzkuMjgwLDEuNzM0IDkuNjI5LDEuODYxIDkuODk5LDIuMTE1IEMxMC4xNjksMi4zNjggMTAuMzA1LDIuNjk1IDEwLjMwNSwzLjA5MyBDMTAuMzA1LDMuMDkzIDEwLjMwNSw1Ljc5NyAxMC4zMDUsNS43OTcgQzEwLjMwNSw2LjI0NSAxMC4xNzIsNi41OTcgOS45MDcsNi44NTMgQzkuNjQxLDcuMTA2IDkuMjc1LDcuMjM0IDguODA5LDcuMjM0IFpNOS4yNjAsMy4wMjQgQzkuMjYwLDIuOTEwIDkuMjE5LDIuODE4IDkuMTM0LDIuNzQ4IEM5LjA1MiwyLjY3NyA4Ljk0MSwyLjY0MiA4LjgwNiwyLjY0MiBDOC42ODEsMi42NDIgOC41ODAsMi42NzcgOC41MDIsMi43NDggQzguNDIzLDIuODE4IDguMzg1LDIuOTEwIDguMzg1LDMuMDI0IEM4LjM4NSwzLjAyNCA4LjM4NSw1Ljg3NiA4LjM4NSw1Ljg3NiBDOC4zODUsNi4wMTkgOC40MjAsNi4xMzEgOC40OTQsNi4yMTAgQzguNTY3LDYuMjg4IDguNjcwLDYuMzI3IDguODA2LDYuMzI3IEM4Ljk0Niw2LjMyNyA5LjA1Niw2LjI4NyA5LjEzOCw2LjIwNyBDOS4yMTksNi4xMjcgOS4yNjAsNi4wMTcgOS4yNjAsNS44NzYgQzkuMjYwLDUuODc2IDkuMjYwLDMuMDI0IDkuMjYwLDMuMDI0IFpNNi4wMzYsNy4xMDIgQzYuMDM2LDcuMTAyIDQuODgxLDcuMTAyIDQuODgxLDcuMTAyIEM0Ljg4MSw3LjEwMiA0Ljg4MSw0LjI5MCA0Ljg4MSw0LjI5MCBDNC44ODEsNC4yOTAgMy41MDksMC4wMDYgMy41MDksMC4wMDYgQzMuNTA5LDAuMDA2IDQuNjcxLDAuMDA2IDQuNjcxLDAuMDA2IEM0LjY3MSwwLjAwNiA1LjQyMSwyLjg0MiA1LjQyMSwyLjg0MiBDNS40MjEsMi44NDIgNS40OTQsMi44NDIgNS40OTQsMi44NDIgQzUuNDk0LDIuODQyIDYuMjA3LDAuMDA2IDYuMjA3LDAuMDA2IEM2LjIwNywwLjAwNiA3LjM4MSwwLjAwNiA3LjM4MSwwLjAwNiBDNy4zODEsMC4wMDYgNi4wMzYsNC4xNTcgNi4wMzYsNC4xNTcgQzYuMDM2LDQuMTU3IDYuMDM2LDcuMTAyIDYuMDM2LDcuMTAyIFoiIGlkPSJwYXRoLTEiIGNsYXNzPSJjbHMtMiIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPgo=') no-repeat 0 0/100% 100%;
  width: 18px;
}

.h-contacts {
  float: left;
  margin: -2px 0 0 80px;
  line-height: 1;
  color: white;
  font-size: 12px;
}
.h-contacts p {
  margin: 0 0 5px;
}
.h-contacts .tel {
  font-size: 24px;
}
.h-contacts .tel a {
  text-decoration: none;
}
.h-contacts a {
  color: inherit;
}

.search-site {
  float: right;
  position: relative;
  margin: 10px 10px 0 -10px;
}
.search-site .search-fld {
  border: 0;
  padding: 0 28px 0 10px;
  width: 159px;
  height: 28px;
  background-color: #0B7986;
  -webkit-box-shadow: inset 1px 1.7px 2px rgba(0, 0, 0, 0.31);
  box-shadow: inset 1px 1.7px 2px rgba(0, 0, 0, 0.31);
}
.search-site .search-fld:focus {
  -webkit-box-shadow: inset 1px 1.7px 2px rgba(0, 0, 0, 0.31), 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1.7px 2px rgba(0, 0, 0, 0.31), 0 0 3px rgba(255, 255, 255, 0.5);
}
.search-site .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #7ECAD2;
  font-size: 14px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 0;
  padding: 0;
  background: none;
}

.toggle-nav {
  float: right;
  margin: 27px 0 0;
}
.toggle-nav:before, .toggle-nav:after, .toggle-nav i {
  content: '';
  display: block;
  width: 51px;
  height: 8px;
  background-color: #FFF;
  border-radius: 4px;
  margin-bottom: 13px;
}
.toggle-nav:after {
  margin: 0;
}

.row2 {
  margin-bottom: 18px;
}
.row2:before, .row2:after {
  content: " ";
  display: table;
}
.row2:after {
  clear: both;
}

.col-1 {
  float: left;
  width: 70.72917%;
}

.col-2 {
  float: right;
  width: 27.29167%;
}

.carousel1 .inner {
  height: 405px;
}
.carousel1 .inner:before {
  content: '';
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 275px;
  background: rgba(0, 0, 0, 0.66);
}
.carousel1 .inner:after {
  content: '';
  position: absolute;
  z-index: 100;
  top: 0;
  left: 275px;
  height: 100%;
  width: 52px;
  background: url("/bitrix/templates/main/css/../img/decorate1.svg") no-repeat;
  background-size: 100% 100%;
}
.carousel1 .txt-item {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 275px;
  height: 100%;
  padding: 60px 0 60px 30px;
  color: #FFF;
}
.carousel1 .date-item {
  display: inline-block;
  vertical-align: top;
  color: #99DCE4;
  font-size: 11px;
  height: 22px;
  line-height: 24px;
  padding: 0 10px;
  background-color: #0F92A2;
}
.carousel1 .title-item {
  font-size: 18px;
  line-height: 1.25;
  margin: 8px 0 50px;
  color: inherit;
}
.carousel1 p {
  margin: 0;
}
.carousel1 .txt-fix {
  max-height: 235px;
}
.carousel1 .btn-style1 {
  position: absolute;
  bottom: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.carousel1 .owl-pagination {
  position: absolute;
  bottom: 30px;
  left: 184px;
  font-size: 0;
}
.carousel1 .owl-page {
  display: inline-block;
  vertical-align: top;
  width: 11px;
  height: 11px;
  background-color: white;
  border-radius: 50%;
}
.carousel1 .owl-page + .owl-page {
  margin-left: 4px;
}
.carousel1 .owl-page.active {
  background-color: #0F92A2;
}

.carousel2 .inner {
  height: 405px;
}
.carousel2 .txt-item {
  position: absolute;
  z-index: 101;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 142px;
  padding: 25px 30px 30px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.66);
}
.carousel2 p {
  margin: 0;
}
.carousel2 .txt-fix {
  max-height: 36px;
}
.carousel2 .btn-style1 {
  position: absolute;
  bottom: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.carousel2 .owl-pagination {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 0;
}
.carousel2 .owl-page {
  display: inline-block;
  vertical-align: top;
  width: 11px;
  height: 11px;
  background-color: white;
  border-radius: 50%;
}
.carousel2 .owl-page + .owl-page {
  margin-left: 4px;
}
.carousel2 .owl-page.active {
  background-color: #0F92A2;
}

.color1 {
  color: #DB262B;
}

.about-party {
  float: left;
  width: 58.76289%;
  background-color: #EAEAEA;
  padding: 17px 20px 30px;
  position: relative;
}
.about-party .title-a-p {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 10px;
}
.about-party p:last-of-type {
  margin: 0;
}
.about-party .btn-style2 {
  position: absolute;
  right: 20px;
  bottom: 9px;
}

.guide-link {
  float: right;
  display: block;
  text-decoration: none !important;
  color: white !important;
  width: 38.43888%;
  height: 121px;
  background-color: #0F92A2;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.25;
  margin-bottom: 18px;
}
.guide-link .title-g-l {
  font-size: 18px;
  line-height: 1;
  padding: 7px 0 7px 60px;
  background: url("/bitrix/templates/main/css/../img/icon1.svg") no-repeat 0 0/41px auto;
}
.guide-link hr {
  border: 0;
  border-top: 1px solid #3AB2C1;
  margin: 10px -12px;
}

.department-link {
  float: right;
  display: block;
  text-decoration: none !important;
  color: #555353 !important;
  width: 38.43888%;
  height: 131px;
  background-color: #EAEAEA;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.25;
}
.department-link .title-d-l {
  font-size: 16px;
  line-height: 1;
  padding: 7px 0 10px 60px;
  background: url("/bitrix/templates/main/css/../img/icon2.png") no-repeat 0 0/50px auto;
}
.department-link hr {
  border: 0;
  border-top: 1px solid #73716E;
  margin: 10px -12px;
}

.official-source {
  display: block;
  text-decoration: none !important;
  color: white !important;
  background: url("/bitrix/templates/main/css/../img/official-bg.jpg") no-repeat;
  height: 270px;
  text-align: center;
  padding: 18px 20px;
  font-size: 14px;
  position: relative;
}
.official-source .title-o-s {
  font-size: 18px;
  font-family: "intro", sans-serif;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
}

.video-feed {
  margin-bottom: 18px;
  padding: 18px 20px 17px;
  background: -webkit-linear-gradient(top, #0f92a2 0%, #008396 100%);
  background: -o-linear-gradient(top, #0f92a2 0%, #008396 100%);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmOTJhMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwODM5NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: linear-gradient(to bottom, #0f92a2 0%, #008396 100%);
  -pie-background: linear-gradient(to bottom, #0f92a2 0%, #008396 100%);
  background-repeat: repeat-x;
}
.video-feed header:before, .video-feed header:after {
  content: " ";
  display: table;
}
.video-feed header:after {
  clear: both;
}
.video-feed .title-v-f {
  color: white;
  font-size: 16px;
  line-height: 1;
  float: left;
  padding: 3px 15px 4px 0;
  border-right: 1px solid white;
  margin: 2px 12px 20px 0;
}

.carousel3 {
  width: 780px;
  margin: 0 auto;
}
.carousel3 .inner {
  display: block;
  color: white !important;
  text-decoration: none !important;
  margin: 0 auto;
  width: 179px;
  height: 152px;
}
.carousel3 .inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/bitrix/templates/main/css/../img/play.png") no-repeat 50% 28px/52px auto;
  z-index: 1;
}
.carousel3 .title-item {
  position: absolute;
  z-index: 101;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 49px;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.64);
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  font-family: Arial, sans-serif;
  color: inherit;
  text-transform: none;
}
.carousel3 .owl-pagination {
  position: absolute;
  top: -37px;
  right: -60px;
  font-size: 0;
}
.carousel3 .owl-page {
  display: inline-block;
  vertical-align: top;
  width: 11px;
  height: 11px;
  background-color: white;
  border-radius: 50%;
}
.carousel3 .owl-page + .owl-page {
  margin-left: 4px;
}
.carousel3 .owl-page.active {
  background-color: #db262b;
}

.col-3 {
  float: left;
  width: 41.5625%;
}

.col-4 {
  float: right;
  width: 56.35417%;
}

.audio-sect {
  margin-bottom: 18px;
}
.audio-sect:before, .audio-sect:after {
  content: " ";
  display: table;
}
.audio-sect:after {
  clear: both;
}

.radio-source {
  display: block;
  color: white !important;
  text-decoration: none !important;
  width: 82px;
  height: 111px;
  background-color: #DB262B;
  float: left;
  padding: 7px;
}
.radio-source .inner {
  height: 100%;
  background: url("/bitrix/templates/main/css/../img/radio.png") no-repeat 50% 50% rgba(255, 255, 255, 0.33);
  border-radius: 8px;
}

.player-box {
  width: 314px;
  height: 111px;
  background-color: #DB262B;
  padding: 7px;
  float: right;
  color: white;
  font-size: 12px;
  line-height: 1.25;
}
.player-box .inner {
  height: 100%;
  background: rgba(255, 255, 255, 0.33);
  border-radius: 8px;
  padding: 10px 15px;
  position: relative;
}
.player-box #title-track {
  float: left;
  width: 70%;
  cursor: default;
}
.player-box #title-track > div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.player-box #title-track b {
  font-size: 14px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.player-box #time-track {
  position: absolute;
  bottom: 24px;
  right: 15px;
}
.player-box .controls {
  float: right;
}
.player-box .playlist-toggle {
  float: left;
  background: url('/bitrix/templates/main/css/../img/sprites-s1ff19ab5d6.png') 0 -117px no-repeat;
  width: 14px;
  height: 13px;
  cursor: pointer;
}

#player {
  height: auto !important;
  margin: 14px 0 0;
}
#player:before, #player:after {
  content: " ";
  display: table;
}
#player:after {
  clear: both;
}
#player .stop {
  display: none;
}
#player .pause {
  width: 14px;
  height: 14px;
}
#player .play, #player .pause {
  float: left;
  position: relative;
  top: auto;
  left: auto;
  margin: 0 10px !important;
}
#player .prev, #player .next {
  float: left;
  margin-top: 3px;
  cursor: pointer;
}
#player .prev {
  background: url('/bitrix/templates/main/css/../img/sprites-s1ff19ab5d6.png') 0 -102px no-repeat;
  width: 11px;
  height: 10px;
}
#player .next {
  background: url('/bitrix/templates/main/css/../img/sprites-s1ff19ab5d6.png') 0 -87px no-repeat;
  width: 11px;
  height: 10px;
}
#player .progressScale {
  clear: both;
  position: relative;
  left: auto;
  right: auto;
  top: auto !important;
  float: left;
  width: 75%;
  margin-top: 8px;
  height: 6px;
  background: white;
  border-radius: 3px;
  border: 0;
  overflow: hidden;
}
#player .progressScale .progress {
  background: #0f92a2 !important;
  border-radius: 3px 0 0 3px;
}
#player .volumeScale {
  position: relative;
  left: auto;
  right: auto;
  top: auto !important;
  float: right;
  width: 20%;
  margin-top: 8px;
  height: 6px;
  background: white;
  border-radius: 3px;
  border: 0;
  overflow: hidden;
}
#player .volumeScale .volume {
  background: #0f92a2 !important;
  border-radius: 3px 0 0 3px;
}
#player .playlistView {
  display: none;
  border: 0 !important;
  bottom: auto;
  top: 49px;
  left: -22px;
  right: -22px;
  background: #DB262B;
  max-height: 200px;
  border-radius: 0 0 3px 3px;
  overflow-y: auto;
  z-index: 100;
  padding: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}
#player .playlistContents {
  position: relative;
  top: auto !important;
  left: auto !important;
  right: auto !important;
}
#player .scrollBar {
  display: none !important;
}
#player .trackItem {
  overflow: hidden;
}
#player .trackItem + .trackItem {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
#player .trackItem:hover {
  background: white;
  color: #555353;
}
#player .trackItem:hover .nowPlaying {
  border-left-color: #555353 !important;
}
#player .trackItem > div {
  overflow: hidden;
}
#player .trackItem b:after {
  content: ' - ';
}
#player .nowPlaying {
  float: left;
  margin: 3px 4px 0 2px;
}

.wrap-site .latest-news .col1, .wrap-site .latest-news .col2 {
  width: 48.24399%;
  float: left;
}
.wrap-site .latest-news .col2 {
  float: right;
}
.latest-news .title-l-n {
  margin: -4px 0 10px;
  text-align: center;
}

.new-item {
  background-color: #EEE;
  margin-bottom: 10px;
  padding: 18px 20px;
}
.new-item p:last-of-type {
  margin: 0;
}
.new-item .title-n-i {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.25;
}
.new-item .title-n-i a {
  text-decoration: none;
}
.new-item .title-n-i a:hover, .new-item .title-n-i a:focus {
  text-decoration: underline;
}
.new-item .img-n-i {
  display: block;
  margin: -4px 0 5px;
}
.new-item .img-n-i img {
  width: 100%;
}
.new-item footer {
  margin: 8px -20px -18px;
  padding: 8px 20px;
  border-top: 1px solid #CDCDCD;
}
.new-item footer:before, .new-item footer:after {
  content: " ";
  display: table;
}
.new-item footer:after {
  clear: both;
}
.new-item .date-n-i {
  color: #A1A1A1;
  font-size: 11px;
  line-height: 1;
  float: left;
  margin-top: 5px;
}
.new-item .date-n-i .fa {
  margin-right: 5px;
}
.new-item .btn-style2 {
  float: right;
}

.newspaper {
  padding: 15px;
  background-color: #EAEAEA;
}
.newspaper:before, .newspaper:after {
  content: " ";
  display: table;
}
.newspaper:after {
  clear: both;
}
.newspaper header {
  color: white;
  background: url("/bitrix/templates/main/css/../img/np-bg2.png") no-repeat 0 0/100% 100%;
  text-align: center;
  padding: 13px 15px 15px;
  margin: -15px -15px 0;
}
.newspaper header .title-n {
  color: inherit;
  margin: 8px 0 10px;
}
.newspaper .col1 {
  float: left;
  width: 218px;
}
.newspaper .col2 {
  float: right;
  width: 137px;
  padding-top: 25px;
}
.newspaper .number {
  color: #424242;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 12px;
  font-family: "intro", sans-serif;
}
.newspaper .number strong {
  font-family: Arial, sans-serif;
}
.newspaper .view {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 150.91743%;
}
.newspaper .view:before {
  content: '';
  top: 100%;
  left: 0;
  width: 100%;
  position: absolute;
  background: url("/bitrix/templates/main/css/../img/loop.png") no-repeat 50% 50% rgba(0, 0, 0, 0.64);
  height: 88px;
  -webkit-transition: 0.2s 0.1s ease;
  -o-transition: 0.2s 0.1s ease;
  transition: 0.2s 0.1s ease;
  z-index: 1;
}
.newspaper .view:hover:before, .newspaper .view:focus:before {
  margin-top: -88px;
}
.newspaper .title-n2 {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.newspaper .list-style1 {
  line-height: 1.25;
  margin-bottom: 5px;
}
.newspaper .download-pfd {
  margin: 25px 0 8px;
}
.newspaper .btn-style1 {
  width: 100%;
}

.list-style1 {
  list-style: none;
  padding: 0;
}
.list-style1 li {
  position: relative;
  padding-left: 15px;
}
.list-style1 li + li {
  margin-top: 5px;
}
.list-style1 li:before {
  content: '\f0da';
  font-family: 'fontawesome';
  color: #DB262B;
  position: absolute;
  left: 6px;
  top: 0;
}

.download-pfd {
  color: white !important;
  text-decoration: none !important;
  display: block;
  background-color: #0F92A2;
  font-size: 11px;
  font-style: italic;
  text-align: center;
  line-height: 1;
  padding: 0 10px 7px;
}
.download-pfd span {
  display: block;
  font-family: "intro", sans-serif;
  font-size: 12px;
  font-style: normal;
  border-bottom: 1px solid #3AB2C1;
  padding: 7px 10px 4px;
  margin: 0 -10px 6px;
}

.search-site2 {
  position: relative;
  padding: 35px 30px;
  background-color: #0F92A2;
  margin-bottom: 40px;
}
.search-site2 .search-fld {
  border: 0;
  padding: 0 86px 0 15px;
  width: 100%;
  height: 93px;
  background-color: #0B7986;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.31);
  color: white;
}
.search-site2 .search-fld:focus {
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.31), 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.31), 0 0 3px rgba(255, 255, 255, 0.5);
}
.search-site2 .search-btn {
  position: absolute;
  top: 35px;
  right: 30px;
  color: #7ECAD2;
  font-size: 46px;
  width: 93px;
  height: 93px;
  line-height: 93px;
  text-align: center;
  border: 0;
  padding: 0;
  background: none;
}

.content {
  padding-top: 18px;
  padding-bottom: 290px;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 268px;
  background: url("/bitrix/templates/main/css/../img/foot-bg.jpg") repeat-x 50% 0/auto 100%;
  color: rgba(255, 255, 255, 0.33);
}
.footer a {
  color: inherit;
}
.footer .f-top {
  border-bottom: 1px solid #3D3936;
  padding: 25px 0 0 0;
  height: 205px;
}
.footer .f-top .col1 {
  padding: 0 40px 0 0;
  width: 540px;
  min-height: 144px;
  float: left;
  border-right: 1px solid #3D3936;
}
.footer .f-top .col2 {
  float: right;
}
.footer .f-logo {
  float: left;
  margin: 4px 20px 0 0;
}
.footer .f-bottom {
  color: #7E7975;
  padding: 24px 0 0;
}
.footer p {
  margin: 0;
}
.footer .copyright p {
  float: left;
}
.footer .copyright p:nth-child(2) {
  margin-left: 75px;
}
.footer .soc-icons {
  float: none;
  display: inline-block;
  vertical-align: top;
  opacity: 0.5;
}

.f-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 0 48px;
  color: #C0BCB8;
  float: left;
}
.f-nav li {
  position: relative;
  padding-left: 10px;
}
.f-nav li:before {
  content: '\f105';
  color: #6E655E;
  font-family: 'fontawesome';
  position: absolute;
  top: 0;
  left: 0;
}
.f-nav li + li {
  margin-top: 10px;
}
.f-nav li a {
  color: inherit;
  text-decoration: none;
}
.f-nav li a:hover, .f-nav li a:focus {
  text-decoration: underline;
}

.breadcrumbs {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  color: rgba(13, 13, 13, 0.78);
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li a {
  color: inherit;
}
.breadcrumbs li:after {
  content: ' /';
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li:last-child a {
  cursor: default;
  text-decoration: none;
}

.container-style1 {
  border-top: 15px solid #eaeaea;
  border-bottom: 15px solid #eaeaea;
  border-left: 2px solid #eaeaea;
  border-right: 2px solid #eaeaea;
  padding: 30px 38px;
  background-color: #FFF;
}
.container-style1 .col1 {
  float: left;
  width: 487px;
}
.container-style1 .col2 {
  float: right;
  width: 348px;
}
.container-style1 .about-img {
  margin: 0 0 12px;
}

.title-style1 {
  font-size: 12px;
  line-height: 1;
  background: #eaeaea;
  padding: 8px 15px 6px;
  margin: 0;
  color: #555353;
  display: table;
}

.title-style2 {
  font-size: 12px;
  margin: 0 0 12px;
  color: #0f92a2;
}

.symbol-item {
  display: table;
  width: 100%;
  margin-bottom: 22px;
}
.symbol-item .img-s-i {
  display: table-cell;
  vertical-align: top;
  width: 83px;
}
.symbol-item .img-s-i img {
  width: 100%;
}
.symbol-item .txt-s-i {
  display: table-cell;
  vertical-align: middle;
  padding-left: 16px;
}
.symbol-item .title-s-i {
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 0 0 6px;
  color: #555353;
  font-weight: 700;
  text-transform: none;
}
.symbol-item p:last-child {
  margin: 0;
}

.year {
  font-size: 18px;
  font-weight: 700;
  width: 62px;
  float: left;
  white-space: nowrap;
  word-wrap: normal;
}

.event {
  overflow: hidden;
  padding-top: 4px;
  margin-bottom: 30px;
}

.tabs {
  font-size: 12px;
  line-height: 1;
  overflow: hidden;
  font-family: "intro", sans-serif;
}
.tabs a {
  color: white;
  text-decoration: none;
  float: left;
  width: 130px;
  text-align: center;
  white-space: nowrap;
  padding: 8px 5px 7px;
  background-color: #C0090E;
}
.tabs a:nth-child(2) {
  background-color: #CA1A1F;
}
.tabs a:nth-child(3) {
  background-color: #DB262B;
}
.tabs a:nth-child(4) {
  background-color: #E44448;
}
.tabs a.active {
  background-color: #EAEAEA;
  color: #555353;
}

.container-style2 {
  padding: 30px;
  background-color: #EAEAEA;
}

.filter-lbl {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  color: #FFF;
  height: 21px;
  line-height: 21px;
  white-space: nowrap;
  background-color: #0F92A2;
  padding: 0 20px 0 6px;
  position: relative;
  margin-top: 3px;
}
.filter-lbl:before {
  position: absolute;
  top: 0;
  right: 5px;
  content: '\f107';
  color: #FFF;
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 400;
}

.select-filter {
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 4px 5px;
}

.select-filter-link {
  position: relative;
  background-color: #FFF;
  color: #555353;
  font-size: 11px;
  font-weight: 400;
  font-family: Arial, sans-serif;
  height: 13px;
  padding: 0 5px;
  line-height: 13px;
  cursor: pointer;
}
.select-filter-link .ik_select_link_text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select-filter-dd {
  font-size: 11px;
  line-height: 1;
}
.select-filter-dd .ik_select_list {
  background: #ffffff;
  margin-top: 1px;
}
.select-filter-dd ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.select-filter-dd ul li {
  padding: 1px 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: default;
}
.select-filter-dd ul li.ik_select_hover {
  background-color: #0F92A2;
  color: white;
}

.main-new {
  position: relative;
  padding-top: 33.40782%;
  margin-bottom: 28px;
}
.main-new .txt-m-n {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 430px;
  background: rgba(0, 0, 0, 0.66);
  z-index: 100;
  color: white;
  padding: 30px 20px 30px 30px;
}
.main-new .txt-m-n:before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 42px;
  background: url("/bitrix/templates/main/css/../img/decorate1.svg") no-repeat;
  background-size: 100% 100%;
}
.main-new header {
  font-family: "intro", sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 40px;
}
.main-new header:before, .main-new header:after {
  content: " ";
  display: table;
}
.main-new header:after {
  clear: both;
}
.main-new .date-item {
  display: inline-block;
  vertical-align: top;
  color: #99DCE4;
  font-size: 11px;
  height: 22px;
  line-height: 24px;
  padding: 0 10px;
  background-color: #0F92A2;
  float: right;
}
.main-new .title-item {
  font-size: 14px;
  line-height: 1.25;
  margin: 0 0 18px;
  color: inherit;
}
.main-new p {
  margin: 0;
}
.main-new .txt-fix {
  max-height: 120px;
}
.main-new .btn-style1 {
  position: absolute;
  bottom: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.col-n {
  float: left;
  width: 285px;
}
.col-n .new-item2:last-child {
  margin-bottom: 0;
}
.col-n + .col-n {
  margin-left: 22px;
}

.new-item2 {
  padding: 15px;
  background: white;
  margin-bottom: 34px;
}
.new-item2 .img-n-i {
  display: block;
  overflow: hidden;
  margin: -15px -15px 12px;
}
.new-item2 .img-n-i img {
  width: 100%;
}
.new-item2 .img-n-i:hover + .title-n-i a, .new-item2 .img-n-i:focus + .title-n-i a {
  text-decoration: underline;
}
.new-item2 .title-n-i {
  font-size: 12px;
  margin: 0 0 12px;
}
.new-item2 .title-n-i a {
  text-decoration: none;
}
.new-item2 .title-n-i a:hover, .new-item2 .title-n-i a:focus {
  text-decoration: underline;
}
.new-item2 p {
  margin: 0;
}
.new-item2 footer {
  padding: 8px 15px;
  border-top: 1px solid #CDCDCD;
  margin: 10px -15px -15px;
}
.new-item2 footer:before, .new-item2 footer:after {
  content: " ";
  display: table;
}
.new-item2 footer:after {
  clear: both;
}
.new-item2 .date-n-i {
  color: #A1A1A1;
  font-size: 11px;
  line-height: 1;
  float: left;
  margin-top: 5px;
}
.new-item2 .date-n-i .fa {
  margin-right: 5px;
}
.new-item2 .btn-style2 {
  float: right;
}

.pagination {
  font-size: 14px;
  text-align: center;
  margin: 30px 0;
}
.pagination a {
  color: inherit;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  text-decoration: none;
}
.pagination a:hover, .pagination a:focus {
  text-decoration: underline;
}
.pagination .prev-page, .pagination .next-page {
  color: white;
  width: 21px;
  height: 22px;
  line-height: 21px;
  background-color: #0F92A2;
  margin: 0 6px;
  text-decoration: none !important;
}
.pagination .prev-page.disabled, .pagination .next-page.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pagination .page.active {
  font-weight: 700;
  cursor: default;
  text-decoration: none;
}

.margin-none {
  margin: 0 !important;
}

.container-style3 {
  padding: 18px;
  background: white;
}

.container-style4 {
  background: #eaeaea;
  padding: 23px 6px;
}

.new-view header {
  margin-bottom: 20px;
}
.new-view .title-new {
  font-size: 16px;
  margin: 0 0 8px;
  color: #0f92a2;
}
.new-view .date-new, .new-view .comm-new {
  color: #A1A1A1;
  font-size: 11px;
  margin-right: 15px;
}
.new-view .date-new .fa, .new-view .comm-new .fa {
  margin-right: 5px;
}
.new-view footer {
  padding: 20px 0 0;
}
.new-view footer:before, .new-view footer:after {
  content: " ";
  display: table;
}
.new-view footer:after {
  clear: both;
}
.new-view .tags {
  margin-top: 4px;
}
.new-view .share-box {
  float: right;
}

.print-v {
  font-size: 11px;
  color: #A1A1A1 !important;
}
.print-v .fa {
  font-size: 14px;
  margin-right: 5px;
}

.tags {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #17BACE;
}
.tags:before {
  display: inline;
  content: '\f02c';
  font-family: 'fontawesome';
  margin-right: 5px;
}
.tags li {
  display: inline;
}
.tags li:after {
  content: ',';
  font-family: 'fontawesome';
  margin-right: 5px;
}
.tags li:last-child:after {
  display: none;
}
.tags li a {
  color: inherit;
  text-decoration: none;
}
.tags li a:hover, .tags li a:focus {
  text-decoration: underline;
}

.comm-sect {
  padding: 26px 40px;
  margin-top: 7px;
}

.comm-form:before, .comm-form:after, .comm-item:before, .comm-item:after {
  content: " ";
  display: table;
}
.comm-form:after, .comm-item:after {
  clear: both;
}
.comm-form .col1, .comm-item .col1 {
  float: left;
  width: 70px;
}
.comm-form .col1 .ava, .comm-item .col1 .ava {
  width: 100%;
}
.comm-form .col2, .comm-item .col2 {
  overflow: hidden;
  padding-left: 17px;
}

.comm-form {
  margin-bottom: 23px;
}

.comm-textarea {
  display: block;
  width: 100%;
  height: 111px;
  border: 2px solid #0F92A2;
  resize: none;
  overflow-y: auto;
  background: white;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.sign-in {
  float: left;
  margin-top: 4px;
}

.sign-in-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  font-size: 0;
}

.comm-item {
  border-top: 2px solid #EAEAEA;
  padding: 17px 0 13px;
}
.comm-item .title-c-i {
  font-family: Arial, sans-serif;
  font-weight: 700;
  text-transform: none;
  color: #0F92A2;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 12px;
}
.comm-item footer {
  color: #9A9A9A;
  margin-top: 9px;
}
.comm-item footer:before, .comm-item footer:after {
  content: " ";
  display: table;
}
.comm-item footer:after {
  clear: both;
}

.b-share_theme_counter .b-share {
  padding: 0 !important;
}

.b-share_theme_counter .b-share__link {
  border-radius: 0px !important;
  /*убираем скругление иконок*/
  background-color: transparent !important;
  /*делаем фон серым*/
}

.b-share_theme_counter .b-share__link:hover {
  opacity: 0.8;
  /*добавляем прозрачность при наведении*/
}

.b-share_theme_counter .b-share-icon {
  width: 21px !important;
  height: 21px !important;
}
.b-share_theme_counter .b-share-icon.b-share-icon_vkontakte {
  background: url("/bitrix/templates/main/css/../img/vk2.png") no-repeat 0 0/100% 100% !important;
}
.b-share_theme_counter .b-share-icon.b-share-icon_facebook {
  background: url("/bitrix/templates/main/css/../img/fb2.png") no-repeat 0 0/100% 100% !important;
}
.b-share_theme_counter .b-share-icon.b-share-icon_twitter {
  background: url("/bitrix/templates/main/css/../img/tw2.png") no-repeat 0 0/100% 100% !important;
}
.b-share_theme_counter .b-share-icon.b-share-icon_odnoklassniki {
  background: url("/bitrix/templates/main/css/../img/oc2.png") no-repeat 0 0/100% 100% !important;
}
.b-share_theme_counter .b-share-icon.b-share-icon_gplus {
  background: url("/bitrix/templates/main/css/../img/gp2.png") no-repeat 0 0/100% 100% !important;
}

.b-share_theme_counter .b-share-counter {
  display: none !important;
}

.video-item {
  background: white;
  padding: 20px;
}
.video-item:before, .video-item:after {
  content: " ";
  display: table;
}
.video-item:after {
  clear: both;
}
.video-item + .video-item {
  margin-top: 13px;
}
.video-item .title-v-i {
  font-size: 12px;
  margin: 0 0 12px;
  color: #0F92A2;
}
.video-item .date-v-i {
  text-align: right;
  color: #A1A1A1;
  font-size: 11px;
}
.video-item .date-v-i .fa {
  margin-right: 5px;
}
.video-item p:last-of-type {
  margin: 0;
}
.video-item footer {
  margin-top: 20px;
}
.video-item footer:before, .video-item footer:after {
  content: " ";
  display: table;
}
.video-item footer:after {
  clear: both;
}
.video-item footer .share-box {
  float: left;
}
.video-item .video-area {
  width: 538px;
  margin: 0 auto 20px;
}
.video-item .video-area .inner {
  padding-top: 56.25%;
  position: relative;
}
.video-item .video-area .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.audio-item {
  height: 73px;
  background-color: #0F92A2;
  padding: 6px;
  position: relative;
  color: white;
}
.audio-item ~ .audio-item {
  margin-top: 8px;
}
.audio-item .title-audio {
  position: absolute;
  top: 31px;
  left: 73px;
  right: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 1;
  font-family: "intro", sans-serif;
}
.audio-item .time-audio {
  position: absolute;
  top: 31px;
  right: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 1;
  font-family: "intro", sans-serif;
}
.audio-item .download-audio {
  position: absolute;
  font-size: 18px;
  right: 190px;
  top: 26px;
  color: #FFF;
  text-decoration: none;
}
.audio-item .share-box {
  position: absolute;
  right: 23px;
  top: 25px;
}
.audio-item .share-box .b-share_theme_counter .b-share-icon {
  width: 22px !important;
  height: 22px !important;
}
.audio-item .share-box .b-share_theme_counter .b-share-icon.b-share-icon_vkontakte {
  background: url("/bitrix/templates/main/css/../img/vk3.png") no-repeat 0 0/100% 100% !important;
}
.audio-item .share-box .b-share_theme_counter .b-share-icon.b-share-icon_facebook {
  background: url("/bitrix/templates/main/css/../img/fb3.png") no-repeat 0 0/100% 100% !important;
}
.audio-item .share-box .b-share_theme_counter .b-share-icon.b-share-icon_twitter {
  background: url("/bitrix/templates/main/css/../img/tw3.png") no-repeat 0 0/100% 100% !important;
}
.audio-item .share-box .b-share_theme_counter .b-share-icon.b-share-icon_odnoklassniki {
  background: url("/bitrix/templates/main/css/../img/oc3.png") no-repeat 0 0/100% 100% !important;
}
.audio-item .share-box .b-share_theme_counter .b-share-icon.b-share-icon_gplus {
  background: url("/bitrix/templates/main/css/../img/gp3.png") no-repeat 0 0/100% 100% !important;
}
.audio-item .share-box .b-share_theme_counter .b-share-btn__wrap {
  margin-left: 9px !important;
}
.audio-item .share-box .b-share_theme_counter .b-share-btn__wrap:first-child {
  margin: 0 !important;
}

.audio {
  position: relative;
  background: rgba(255, 255, 255, 0.33);
  height: 100% !important;
  border-radius: 8px;
  padding: 10px;
}
.audio .stop {
  display: none;
}
.audio .play, .audio .pause {
  width: 42px;
  height: 42px;
  border: 0 !important;
  position: static;
  float: left;
}
.audio .play {
  background: url("/bitrix/templates/main/css/../img/play2.png") no-repeat 0 0/100% 100%;
}
.audio .pause {
  background: url("/bitrix/templates/main/css/../img/pause2.png") no-repeat 0 0/100% 100%;
}
.audio .progressScale, .audio .volumeScale {
  display: none;
}

.public-list {
  margin-left: -26px;
  margin-bottom: -25px;
}
.public-list:before, .public-list:after {
  content: " ";
  display: table;
}
.public-list:after {
  clear: both;
}

.public-item {
  padding: 12px 14px;
  width: 437px;
  height: 320px;
  background-color: #FFF;
  float: left;
  margin-left: 26px;
  margin-bottom: 25px;
}
.public-item .img-p-i {
  display: block;
  position: relative;
  padding-top: 251px;
  width: 171px;
  margin: -12px 20px 23px -14px;
  float: left;
}
.public-item .title-p-i {
  font-size: 12px;
  margin: 10px 0 10px;
}
.public-item .title-p-i a {
  text-decoration: none;
}
.public-item .title-p-i a:hover, .public-item .title-p-i a:focus {
  text-decoration: underline;
}
.public-item .txt-fix {
  margin-left: 177px;
  height: 235px;
}
.public-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.public-item ul li {
  position: relative;
}
.public-item ul li:before {
  content: '\f111';
  color: #0F92A2;
  margin-right: 6px;
  font-size: 8px;
  font-weight: 400;
  font-family: 'fontawesome';
  display: inline;
  position: relative;
  top: -1px;
}
.public-item ul li + li {
  margin-top: 10px;
}
.public-item footer {
  clear: both;
  margin: 0 -14px;
  padding: 12px 14px;
  border-top: 1px solid #CDCDCD;
}
.public-item footer:before, .public-item footer:after {
  content: " ";
  display: table;
}
.public-item footer:after {
  clear: both;
}
.public-item .date-p-i {
  color: #A1A1A1;
  font-size: 11px;
  line-height: 1;
  float: left;
  margin-top: 5px;
}
.public-item .date-p-i .fa {
  margin-right: 5px;
}
.public-item .btn-style2 {
  float: right;
}

.photo-list {
  margin: 0 -12px;
}
.photo-list:before, .photo-list:after {
  content: " ";
  display: table;
}
.photo-list:after {
  clear: both;
}
.photo-list .col-xs-6 {
  display: inline-block;
  vertical-align: top;
  float: none;
}

.photo-item {
  font-family: Arial, sans-serif;
  display: block;
  text-decoration: none !important;
  color: white !important;
  position: relative;
  margin-bottom: 19px;
  overflow: hidden;
}
.photo-item img {
  width: 100%;
}
.photo-item .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/bitrix/templates/main/css/../img/photo-v.png") no-repeat 50% 50% rgba(0, 0, 0, 0.64);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.1s 0.1s;
  -o-transition: opacity 0.1s 0.1s;
  transition: opacity 0.1s 0.1s;
}
.photo-item .txt-fix {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  max-height: 50%;
}
.photo-item:hover .caption, .photo-item:focus .caption {
  opacity: 1;
}

.dep-list {
  margin: 0 0 -28px -22.5px;
}
.dep-list:before, .dep-list:after {
  content: " ";
  display: table;
}
.dep-list:after {
  clear: both;
}

.dep-row {
  height: 478px;
}

.dep-item {
  display: inline-block;
  vertical-align: top;
  font-family: Arial, sans-serif;
  width: 285px;
  height: 450px;
  min-height: 450px;
  background-color: #FFF;
  border: 3px solid #0F92A2;
  padding: 14px 13px;
  margin: 0 0 28px 22.5px;
}
.dep-item .img-d-i {
  width: 100%;
  margin-bottom: 17px;
}
.dep-item .title-d-i {
  font-size: 12px;
  margin: 0 0 10px;
  color: #0F92A2;
}
.dep-item .txt-fix {
  height: 100px;
  margin-bottom: 15px;
}
.dep-item .readmore {
  font-weight: 400;
  white-space: nowrap;
}
.dep-item .readmore:after {
  content: '\f0d7';
  display: inline-block;
  margin-left: 5px;
  font-family: 'fontawesome';
}
.dep-item .str {
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dep-item .str a {
  color: inherit;
  text-decoration: none;
}
.dep-item .str + .str {
  margin-top: 5px;
}
.dep-item .str > div:first-child {
  color: #A9A9A9;
}
.dep-item .str .fa {
  width: 20px;
  margin-left: -20px;
}
.dep-item .str .fa-phone {
  font-size: 14px;
}
.dep-item .about-d-i {
  display: none;
  color: #A9A9A9;
}
.dep-item.active {
  height: auto;
  position: relative;
  z-index: 100;
}
.dep-item.active .txt-fix {
  height: auto;
}
.dep-item.active .readmore:after {
  content: '\f0d8';
}

.attach-list {
  margin-left: -8px;
  margin-bottom: 30px;
}
.attach-list:before, .attach-list:after {
  content: " ";
  display: table;
}
.attach-list:after {
  clear: both;
}

.attach-item {
  float: left;
  width: 214px;
  height: 136px;
  background-color: #0F92A2;
  color: white;
  margin: 0 0 8px 8px;
}
.attach-item .att-box {
  display: table;
  width: 100%;
  height: 98px;
}
.attach-item .att-box .att-col {
  display: table-cell;
  vertical-align: middle;
  padding: 12px;
  margin: 0;
  color: inherit;
  font-size: 11px;
  line-height: 1.25;
}
.attach-item .att-box .att-col:first-child {
  width: 74px;
  text-align: center;
}
.attach-item .att-box .att-col:first-child img {
  width: 49px;
}
.attach-item .att-box .att-col:last-child {
  padding-left: 3px;
}
.attach-item .att-box .att-col .overflow-hidden {
  display: block;
  max-height: 65.75px;
}
.attach-item footer {
  font-size: 12px;
  line-height: 14px;
  padding: 12px 12px 11px;
  border-top: 1px solid #3AB2C1;
}
.attach-item footer:before, .attach-item footer:after {
  content: " ";
  display: table;
}
.attach-item footer:after {
  clear: both;
}
.attach-item .date-a-i {
  color: #99DCE4;
  font-family: "intro", sans-serif;
  font-size: 11px;
  float: left;
}
.attach-item a {
  color: inherit;
}
.attach-item .download-a-i {
  float: right;
  margin-top: -1px;
}
.attach-item .download-a-i .fa {
  font-size: 14px;
  margin-right: 6px;
}

.attach-item2 {
  padding: 18px 20px;
  background-color: #EAEAEA;
  margin-bottom: 11px;
}
.attach-item2:before, .attach-item2:after {
  content: " ";
  display: table;
}
.attach-item2:after {
  clear: both;
}
.attach-item2 .title-a-i2 {
  font-size: 12px;
  margin: 0 120px 10px 0;
}
.attach-item2 .date-a-i2 {
  color: #A1A1A1;
  font-size: 11px;
  float: left;
}
.attach-item2 .date-a-i2 .fa {
  margin-right: 5px;
}
.attach-item2 .btn-style1 {
  margin-top: -11px;
}

.ustav-img {
  float: left;
  margin: 0 25px 20px 0;
}

.dd-box {
  margin-bottom: 10px;
}
.dd-box header {
  overflow: hidden;
  position: relative;
  background-color: #EAEAEA;
  padding: 12px 52px 12px 20px;
  cursor: pointer;
}
.dd-box header:after {
  content: '\f0d7';
  color: white;
  position: absolute;
  top: 12px;
  right: 12px;
  font-family: 'fontawesome';
  font-size: 18px;
  font-weight: 400;
  width: 28px;
  height: 27px;
  line-height: 27px;
  background-color: #DB262B;
  text-align: center;
}
.dd-box header:hover .title-d-b {
  text-decoration: none;
  color: #0b6873;
}
.dd-box header.active:after {
  content: '\f0d8';
}
.dd-box .title-d-b {
  color: #0F92A2;
  font-size: 12px;
  text-decoration: underline;
  margin: 6px 0;
}
.dd-box .dd-txt {
  border: 2px solid #EAEAEA;
  padding: 15px 20px;
  display: none;
}

.list-style2 {
  list-style-position: inside;
  padding: 0;
}
.list-style2 li {
  margin-bottom: 9px;
}

.doc-box {
  border: 2px solid #EAEAEA;
  text-align: center;
  margin: 30px auto;
  width: 662px;
}
.doc-box img {
  width: 100%;
}

#map {
  border: 3px solid #0F92A2;
  height: 314px;
  margin-bottom: 30px;
}

.dd-box2 {
  margin-bottom: 10px;
}
.dd-box2 header {
  overflow: hidden;
  position: relative;
  background-color: #EAEAEA;
  padding: 12px 140px 12px 20px;
  cursor: pointer;
}
.dd-box2 header:after {
  content: 'подробнее';
  color: white;
  font-family: "intro", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  padding: 8px 10px 7px;
  background-color: #DB262B;
  width: 100px;
  position: absolute;
  top: 12px;
  right: 20px;
  text-align: center;
}
.dd-box2 header:hover .title-d-b {
  text-decoration: none;
  color: #0b6873;
}
.dd-box2 header.active:after {
  content: 'Кратко';
}
.dd-box2 .title-d-b {
  color: #0F92A2;
  font-size: 12px;
  text-decoration: underline;
  margin: 6px 0;
}
.dd-box2 .dd-txt {
  border: 2px solid #EAEAEA;
  padding: 15px 20px;
  display: none;
}
.dd-box2 .dd-txt:before, .dd-box2 .dd-txt:after {
  content: " ";
  display: table;
}
.dd-box2 .dd-txt:after {
  clear: both;
}

.department-info:before, .department-info:after {
  content: " ";
  display: table;
}
.department-info:after {
  clear: both;
}
.department-info .img-dep {
  float: right;
  width: 204px;
  margin-left: 30px;
}
.department-info p:last-child {
  margin: 0;
}
.department-info p.has-icon {
  padding-left: 20px;
}
.department-info p.has-icon .fa {
  color: #B2B2B2;
  width: 20px;
  margin-left: -20px;
}
.department-info p.has-icon .fa-map-marker {
  font-size: 14px;
}
.department-info h3 {
  color: #0F92A2;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  font-family: Arial, sans-serif;
}
.department-info section {
  margin-top: 30px;
}

#map2 {
  border: 3px solid #0F92A2;
  height: 297px;
  margin-bottom: 30px;
}

.contacts:before, .contacts:after {
  content: " ";
  display: table;
}
.contacts:after {
  clear: both;
}
.contacts .col1 {
  float: left;
  width: 445px;
}
.contacts .col2 {
  float: right;
  width: 390px;
}

.contact-item {
  margin-bottom: 30px;
}
.contact-item .title-style2 {
  line-height: 2;
  margin: 0 0 5px;
}
.contact-item a {
  color: inherit;
}

.row-form ~ .row-form {
  margin-top: 10px;
}
.row-form .input-style1, .row-form .textarea-style1, .row-form .select-style1 {
  display: block;
  width: 100%;
  margin-top: 5px;
}
.row-form .btn-style1 {
  float: right;
  padding: 9px 10px 8px;
}

.req {
  color: #D72323;
}

.storonnik-form {
  width: 443px;
  margin: 30px auto 50px;
}
.storonnik-form .group {
  margin: 20px 0;
}

.row-form2 {
  margin-bottom: 6px;
}
.row-form2.type1 {
  text-align: right;
  padding-right: 80px;
}
.row-form2.type2 {
  padding-left: 132px;
  margin-bottom: 9px;
}
.row-form2 .input-style1, .row-form2 .select-style1 {
  width: 231px;
  margin-left: 6px;
}
.row-form2 .lbl {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
}
.row-form2 .textarea-style1 {
  display: block;
  width: 100%;
  margin-top: 5px;
  height: 119px;
}
.row-form2 .btn-style1 {
  float: right;
  padding: 9px 10px 8px;
}

.captcha-box {
  width: 196px;
  float: left;
}
.captcha-box .captcha {
  float: left;
}
.captcha-box .input-style1 {
  float: right;
  width: 89px;
  margin: 0;
}
.captcha-box .refresh {
  display: inline-block;
  vertical-align: middle;
  color: #056672;
  font-size: 14px;
  margin: 7px 0 0 8px;
  text-decoration: none !important;
  cursor: pointer;
}

.msg {
  text-align: center;
  color: white;
  padding: 6px 20px 5px;
}
.msg.success-msg {
  background-color: #0BB654;
}
.msg.error-msg {
  background-color: maroon;
}
.msg.error-msg li {text-align: left;}

.search-form {
  margin-bottom: 28px;
}
.search-form:before, .search-form:after {
  content: " ";
  display: table;
}
.search-form:after {
  clear: both;
}
.search-form .search-controls {
  float: left;
}
.search-form .search-controls .input-style1 {
  width: 311px;
  margin-left: 16px;
  font-style: italic;
}
.search-form .search-controls .btn-style1 {
  margin-left: 6px;
  padding: 9px 10px 8px;
}
.search-form .filters {
  margin: 4px 0 0;
}

.search-item {
  padding: 20px 30px;
  background: white;
  margin-bottom: 13px;
}
.search-item .title-style2 {
  margin: 0 0 10px;
}
.search-item .title-style2 .fa {
  font-size: 14px;
  margin-right: 8px;
}
.search-item .title-style2 a {
  text-decoration: none;
}
.search-item .title-style2 a:hover, .search-item .title-style2 a:focus {
  text-decoration: underline;
}
.search-item p {
  margin: 0;
}

.wrap-site.err-page {
  background: url("/bitrix/templates/main/css/../img/404.jpg") no-repeat 50% 115px;
  padding-top: 410px;
}

.title-err {
  color: #0F92A2;
  margin-top: 0;
}

.col-err {
  width: 600px;
  margin: 0 auto;
}
.col-err .inner {
  padding: 0 120px;
}

@media (max-width: 1023px) {
  body {
    word-wrap: break-word;
    font-size: 36px;
    line-height: 1.25;
  }

  .wrap-site {
    background-position: 50% 113px;
  }

  .container-fluid {
    max-width: 830px;
  }

  h1, .h1 {
    font-size: 50px;
  }

  .header {
    height: 113px;
    padding-top: 0;
    border-bottom: 8px solid #0F92A2;
    background: #2A2623;
    position: static;
  }
  .header .logo {
    margin: 0 -15px;
    display: block;
    float: none;
    text-align: center;
    height: 105px;
    line-height: 105px;
    font-size: 0;
    background: url("/bitrix/templates/main/css/../img/logo-repeat.png") repeat-y;
    background-size: 100% auto;
  }
  .header .logo img {
    max-width: 100%;
  }

  .content, .footer {
    position: relative;
    left: 0;
    -webkit-transition: left 0.15s linear;
    -o-transition: left 0.15s linear;
    transition: left 0.15s linear;
  }

  .wrap-site.opened-nav {
    height: 100%;
  }
  .wrap-site.opened-nav .main-nav {
    left: 0;
  }
  .wrap-site.opened-nav .content, .wrap-site.opened-nav .footer {
    left: 80%;
  }

  .row2 {
    margin: 0 auto;
  }

  .col-1, .col-2 {
    float: none;
    width: auto;
    max-width: 800px;
    margin: 0 auto 40px;
  }
  .col-1:before, .col-1:after, .col-2:before, .col-2:after {
    content: " ";
    display: table;
  }
  .col-1:after, .col-2:after {
    clear: both;
  }

  .carousel1 {
    font-size: 36px;
    line-height: 40px;
  }
  .carousel1 .item {
    padding-top: 127.35426%;
    position: relative;
  }
  .carousel1 .inner {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .carousel1 .inner:before {
    width: 83.58209%;
  }
  .carousel1 .inner:after {
    left: 83.58209%;
    width: 16.41791%;
  }
  .carousel1 .txt-item {
    width: 83.58209%;
    padding: 44px 0 165px 43px;
  }
  .carousel1 .date-item {
    font-size: 30px;
    height: 59px;
    line-height: 61px;
    padding: 0 25px;
  }
  .carousel1 .title-item {
    font-size: 36px;
    margin: 42px 0 35px;
  }
  .carousel1 .txt-fix {
    max-height: none;
    position: absolute;
    top: 105px;
    bottom: 230px;
    left: 43px;
    right: 0;
  }
  .carousel1 .btn-style1 {
    bottom: 63px;
    left: 43px;
    right: 0;
    width: auto;
    max-width: 340px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .carousel1 .owl-pagination {
    bottom: auto;
    left: auto;
    top: 40px;
    right: 40px;
    display: none;
  }
  .carousel1 .owl-page {
    width: 24px;
    height: 24px;
  }
  .carousel1 .owl-page + .owl-page {
    margin-left: 8px;
  }

  .btn-style1, .btn-style2 {
    font-size: 30px;
    padding: 36px 20px 36px;
    width: 100%;
    max-width: 340px;
  }

  .btn-style1.small {
    font-size: 36px;
    padding: 29px 20px 28px;
    max-width: 320px;
  }

  .btn-style2 {
    font-family: "intro", sans-serif;
  }

  .carousel2 {
    font-size: 36px;
    line-height: 40px;
  }
  .carousel2 .item {
    padding-top: 121.07623%;
    position: relative;
  }
  .carousel2 .inner {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .carousel2 .txt-item {
    height: auto;
    padding: 45px 45px 60px;
  }
  .carousel2 .txt-fix {
    max-height: none;
    height: 80px;
    margin-bottom: 50px;
  }
  .carousel2 .btn-style1 {
    position: static;
    width: 100%;
    max-width: 340px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .carousel2 .owl-pagination {
    bottom: auto;
    left: auto;
    top: 40px;
    right: 40px;
  }
  .carousel2 .owl-page {
    width: 24px;
    height: 24px;
  }
  .carousel2 .owl-page + .owl-page {
    margin-left: 8px;
  }

  .about-party, .guide-link, .department-link {
    float: none;
    width: auto;
    height: auto;
    margin-bottom: 40px;
  }

  .about-party {
    padding: 30px 45px 50px;
    font-size: 36px;
    line-height: 45px;
  }
  .about-party .title-a-p {
    text-align: center;
    font-size: 50px;
    margin: 20px 0 20px;
  }
  .about-party .btn-style2 {
    position: static;
    display: block;
    width: 100%;
    max-width: 341px;
    margin: 45px auto 0;
  }

  .guide-link {
    padding: 30px 40px 40px;
    font-size: 36px;
    line-height: 45px;
  }
  .guide-link .title-g-l {
    font-size: 50px;
    padding: 7px 0 7px 130px;
    background-size: 94px auto;
    margin: 15px 0;
    word-wrap: break-word;
  }
  .guide-link hr {
    border-top: 3px solid #3AB2C1;
    margin: 40px -40px 30px;
  }

  .department-link {
    margin-bottom: 0;
    padding: 30px 40px 40px;
    font-size: 36px;
    line-height: 45px;
  }
  .department-link .title-d-l {
    font-size: 50px;
    padding: 3px 0 3px 130px;
    background-size: 106px auto;
    margin: 15px 0;
    word-wrap: break-word;
  }
  .department-link .small-m {
    font-size: 44px;
  }
  .department-link hr {
    border-top: 3px solid #73716E;
    margin: 40px -40px 30px;
  }

  .video-feed {
    max-width: 800px;
    margin: 0 auto 40px;
    padding: 40px 40px 50px;
  }
  .video-feed .title-v-f {
    font-size: 50px;
    float: none;
    padding: 0;
    border-right: 0;
    margin: 10px 0 45px;
  }

  .carousel3 {
    width: 100%;
    margin: 0 0 50px;
  }
  .carousel3 .item {
    position: relative;
    padding-top: 74.82993%;
  }
  .carousel3 .inner {
    position: absolute !important;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .carousel3 .inner:before {
    background: url("/bitrix/templates/main/css/../img/play.png") no-repeat 50% 25%/150px auto;
  }
  .carousel3 .title-item {
    height: 160px;
    padding: 32px 40px;
    font-size: 36px;
    line-height: 45px;
  }
  .carousel3 .owl-pagination {
    display: none;
  }

  .col-3, .col-4 {
    float: none;
    width: auto;
    max-width: 800px;
    margin: 0 auto 40px;
  }
  .col-3:before, .col-3:after, .col-4:before, .col-4:after {
    content: " ";
    display: table;
  }
  .col-3:after, .col-4:after {
    clear: both;
  }

  .player-box {
    width: auto;
    height: auto;
    float: none;
    padding: 15px;
    font-size: 36px;
  }
  .player-box .inner {
    height: 100%;
    padding: 25px 30px;
  }
  .player-box #title-track {
    float: left;
    width: 70%;
  }
  .player-box #title-track b {
    font-size: 36px;
  }
  .player-box #time-track {
    font-size: 20px;
    line-height: 1;
    bottom: 43px;
    right: 30px;
  }
  .player-box .controls {
    float: right;
  }
  .player-box .playlist-toggle {
    background: url('/bitrix/templates/main/css/../img/sprites-s1ff19ab5d6.png') 0 -44px no-repeat;
    width: 40px;
    height: 38px;
  }

  #player .play {
    border-left-width: 28px !important;
    border-top-width: 14px !important;
    border-bottom-width: 14px !important;
  }
  #player .pause {
    width: 28px;
    height: 28px;
    border-left-width: 10px !important;
    border-right-width: 10px !important;
  }
  #player .play, #player .pause {
    margin: 0 15px !important;
  }
  #player .prev, #player .next {
    margin-top: 5px;
  }
  #player .prev {
    background: url('/bitrix/templates/main/css/../img/sprites-s1ff19ab5d6.png') 0 -22px no-repeat;
    width: 20px;
    height: 17px;
  }
  #player .next {
    background: url('/bitrix/templates/main/css/../img/sprites-s1ff19ab5d6.png') 0 0 no-repeat;
    width: 20px;
    height: 17px;
  }
  #player .progressScale {
    margin-top: 8px;
    height: 12px;
    border-radius: 6px;
  }
  #player .progressScale .progress {
    border-radius: 6px 0 0 6px;
  }
  #player .volumeScale {
    margin-top: 8px;
    height: 12px;
    border-radius: 6px;
  }
  #player .volumeScale .volume {
    border-radius: 6px 0 0 6px !important;
  }
  #player .playlistView {
    top: 89px;
    left: -45px;
    right: -45px;
    border-radius: 0 0 6px 6px !important;
    font-size: 20px;
  }
  #player .nowPlaying {
    border-left-width: 12px !important;
    border-top-width: 6px !important;
    border-bottom-width: 6px !important;
    margin: 5px 4px 0 2px;
  }
  #player .progresstip, #player .volumetip {
    display: none !important;
  }

  .audio-sect {
    margin: 0;
  }

  .latest-news .col1, .latest-news .col2 {
    width: auto;
    float: none;
  }
  .latest-news .title-l-n {
    margin: 0;
    line-height: 1;
    padding: 52px 40px;
    background-color: #EEE;
    border-bottom: 2px solid #CDCDCD;
  }

  .new-item {
    margin-bottom: 10px;
    padding: 38px 40px;
  }
  .new-item .title-n-i {
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 1.25;
  }
  .new-item .img-n-i {
    display: block;
    margin: -4px 0 5px;
  }
  .new-item .img-n-i img {
    width: 100%;
  }
  .new-item footer {
    margin: 0 -40px -38px;
    padding: 54px 40px;
    border-top: 0;
    text-align: center;
  }
  .new-item .date-n-i {
    font-size: 30px;
    float: none;
    margin: 0 0 25px;
  }
  .new-item .date-n-i .fa {
    font-size: 36px;
    margin-right: 10px;
  }
  .new-item .btn-style2 {
    float: none;
  }

  .newspaper {
    padding: 40px 40px 55px;
  }
  .newspaper header {
    background: url("/bitrix/templates/main/css/../img/np-bg.png") no-repeat 0 0/100% 100%;
    padding: 35px 40px 35px;
    margin: -40px -40px 0;
  }
  .newspaper header .title-n {
    font-size: 36px;
    margin: 25px 0 25px;
  }
  .newspaper .col1, .newspaper .col2 {
    float: none;
    width: auto;
  }
  .newspaper .col2 {
    padding-top: 0;
  }
  .newspaper .number {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .newspaper .view {
    padding-top: 91.75258%;
  }
  .newspaper .view:before {
    display: none;
  }
  .newspaper .title-n2 {
    font-size: 36px;
    margin-top: 40px;
    margin-bottom: 12px;
  }
  .newspaper .btn-style1 {
    margin-top: 40px;
  }

  .list-style1 li {
    padding-left: 28px;
  }
  .list-style1 li + li {
    margin-top: 5px;
  }
  .list-style1 li:before {
    left: 0;
  }

  .content {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .footer {
    position: relative;
    height: auto;
  }
  .footer * {
    text-align: center;
  }
  .footer .f-bottom {
    font-size: 30px;
    padding: 40px 0;
    color: rgba(126, 121, 117, 0.5);
  }
  .footer p {
    margin: 0;
  }
  .footer .copyright p {
    float: left;
  }
  .footer .copyright p:nth-child(2) {
    margin-left: 15px;
    float: right;
  }
  .footer .soc-icons {
    margin: 30px 0;
  }
  .footer .soc-icons a {
    height: 46px;
    margin: 0;
  }
  .footer .soc-icons a + a {
    margin-left: 39px;
  }
  .footer .soc-icons .vk {
    width: 41px;
  }
  .footer .soc-icons .tw {
    width: 35px;
  }
  .footer .soc-icons .fb {
    width: 24px;
  }
  .footer .soc-icons .yt {
    width: 43px;
  }

  .container-style1 {
    border: 0;
    padding: 0;
    background: none;
  }
  .container-style1 .col1 {
    float: none;
    width: auto;
    margin-bottom: 60px;
  }
  .container-style1 .col2 {
    float: none;
    width: auto;
  }
  .container-style1 .about-img {
    margin: 0 0 20px;
    width: 100%;
  }

  .title-style2 {
    font-size: 36px;
    margin: 0 0 25px;
  }

  .center-m {
    text-align: center;
  }

  .symbol-item {
    display: block;
    margin-bottom: 55px;
  }
  .symbol-item:before, .symbol-item:after {
    content: " ";
    display: table;
  }
  .symbol-item:after {
    clear: both;
  }
  .symbol-item .img-s-i {
    display: block;
    float: left;
    width: 24.8503%;
    max-width: 166px;
  }
  .symbol-item .txt-s-i {
    display: block;
    overflow: hidden;
    padding-left: 30px;
  }
  .symbol-item .title-s-i {
    font-size: 36px;
    margin: -8px 0 12px;
  }

  .year {
    font-size: 46px;
    width: 162px;
  }

  .event {
    overflow: hidden;
    padding-top: 4px;
  }

  .container-style2 {
    background: none;
    padding: 0;
  }

  .main-new {
    padding-top: 127.35426%;
    margin-bottom: 50px;
  }
  .main-new .txt-m-n {
    width: 83.58209%;
    padding: 44px 0 165px 43px;
  }
  .main-new .txt-m-n:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 19.64286%;
    background: url("/bitrix/templates/main/css/../img/decorate1.svg") no-repeat;
    background-size: 100% 100%;
  }
  .main-new .date-item {
    font-size: 30px;
    height: 59px;
    line-height: 61px;
    padding: 0 25px;
    float: left;
  }
  .main-new .title-item {
    font-size: 36px;
    margin: 42px 0 35px;
  }
  .main-new .txt-fix {
    max-height: none;
    position: absolute;
    top: 105px;
    bottom: 230px;
    left: 43px;
    right: 0;
  }
  .main-new .btn-style1 {
    bottom: 63px;
    left: 43px;
    right: 0;
    width: auto;
    max-width: 340px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-n {
    float: none;
    width: auto;
  }
  .col-n + .col-n {
    margin-left: 0;
  }

  .new-item2 {
    padding: 35px;
    margin-bottom: 50px;
    border: 3px solid #BFBFBF;
  }
  .new-item2 .img-n-i {
    margin: -38px -38px 30px;
  }
  .new-item2 .title-n-i {
    font-size: 36px;
    margin: 20px 0 20px;
  }
  .new-item2 footer {
    text-align: center;
    padding: 25px 35px;
    border-top: 2px solid #CDCDCD;
    margin: 35px -35px -35px;
  }
  .new-item2 footer .date-n-i {
    display: none;
  }
  .new-item2 .date-n-i {
    font-size: 30px;
    float: none;
    margin-top: 0;
  }
  .new-item2 .date-n-i .fa {
    margin-right: 10px;
  }
  .new-item2 .btn-style2 {
    float: none;
    padding: 29px 20px 28px;
  }

  .pagination {
    font-size: 68px;
    margin: 30px 0 50px;
  }
  .pagination .prev-page, .pagination .next-page {
    width: 102px;
    height: 107px;
    line-height: 105px;
    margin: 0 6px;
  }
  .pagination .page {
    display: none;
  }

  .container-style3 {
    padding: 0;
    background: none;
  }

  .container-style4 {
    padding: 0;
    background: none;
  }

  .new-view header {
    margin-bottom: 20px;
  }
  .new-view .title-new {
    font-size: 36px;
    margin: 0 0 10px;
  }
  .new-view .date-new, .new-view .comm-new {
    font-size: 36px;
    margin-right: 25px;
  }
  .new-view .date-new .fa, .new-view .comm-new .fa {
    margin-right: 10px;
  }
  .new-view img.pull-left, .new-view img.pull-right {
    float: none !important;
    margin: 0 0 24px !important;
    width: 100%;
  }
  .new-view footer {
    padding: 20px 0 50px;
  }
  .new-view .share-box {
    float: none;
  }

  .comm-sect {
    margin-top: 0;
    background: white;
  }

  .comm-form, .comm-item {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .comm-form .col1, .comm-item .col1 {
    width: 29.64072%;
    max-width: 198px;
    padding-top: 9px;
  }
  .comm-form .col2, .comm-item .col2 {
    padding-left: 35px;
  }

  .comm-form {
    margin-bottom: 23px;
    display: none;
  }
  .comm-form .col1 {
    padding-top: 0;
  }

  .comm-textarea {
    height: 198px;
  }

  .sign-in {
    margin-bottom: 20px;
  }

  .comm-item {
    border-top: 0;
    border-bottom: 9px solid #EAEAEA;
    padding-top: 41px;
    padding-bottom: 50px;
  }
  .comm-item:first-child {
    border-top: 30px  solid #EAEAEA;
  }
  .comm-item .title-c-i {
    font-size: 36px;
    margin: 0 0 12px;
  }
  .comm-item footer {
    margin-top: 15px;
  }

  .btn-box {
    padding: 60px 0;
    text-align: center;
  }
  .btn-box .btn-style1 {
    max-width: 100%;
    font-size: 39px;
    padding: 32px 30px 31px;
    width: auto;
  }

  .b-share_theme_counter .b-share-icon {
    width: 59px !important;
    height: 59px !important;
  }

  .b-share_theme_counter .b-share-btn__wrap {
    margin-left: 14px !important;
  }
  .b-share_theme_counter .b-share-btn__wrap:first-child {
    margin: 0 !important;
  }

  .video-item {
    padding: 35px 35px 60px;
  }
  .video-item + .video-item {
    margin-top: 0;
    border-top: 54px solid #eaeaea;
  }
  .video-item .title-v-i {
    font-size: 36px;
    margin: 0 0 18px;
  }
  .video-item .date-v-i {
    text-align: left;
    font-size: 30px;
  }
  .video-item .date-v-i .fa {
    margin-right: 10px;
  }
  .video-item footer {
    margin-top: 40px;
  }
  .video-item .video-area {
    width: auto;
    margin: 30px auto 40px;
  }

  .audio-item {
    height: 205px;
    padding: 13px;
  }
  .audio-item ~ .audio-item {
    margin-top: 20px;
  }
  .audio-item .title-audio {
    top: 39px;
    left: 203px;
    right: 35px;
    white-space: normal;
    font-size: 30px;
    height: 60px;
  }
  .audio-item .time-audio {
    top: auto;
    bottom: 35px;
    right: 35px;
    font-size: 36px;
    font-family: Arial, sans-serif;
  }
  .audio-item .download-audio {
    display: none;
  }
  .audio-item .share-box {
    position: absolute;
    right: auto;
    top: auto;
    left: 203px;
    bottom: 33px;
    display: none;
  }
  .audio-item .share-box .b-share_theme_counter .b-share-icon {
    width: 38px !important;
    height: 38px !important;
  }
  .audio-item .share-box .b-share_theme_counter .b-share-btn__wrap {
    margin-left: 12px !important;
  }
  .audio-item .share-box .b-share_theme_counter .b-share-btn__wrap:first-child {
    margin: 0 !important;
  }

  .audio {
    border-radius: 8px;
    padding: 24px 22px;
  }
  .audio .play, .audio .pause {
    width: 135px;
    height: 135px;
  }

  .public-list {
    margin-left: 0;
    margin-bottom: 0;
  }

  .public-item {
    border-width: 15px 10px;
    border-style: solid;
    border-color: #eaeaea;
    padding: 45px 35px;
    width: auto;
    height: auto;
    float: none;
    margin: 0;
  }
  .public-item .img-p-i {
    padding-top: 146.84211%;
    width: auto;
    margin: 0 0 30px;
    float: none;
  }
  .public-item .title-p-i {
    font-size: 36px;
    margin: 0 0 25px;
  }
  .public-item .txt-fix {
    margin-left: 0;
    height: auto;
  }
  .public-item ul li:before {
    margin-right: 15px;
    font-size: 36px;
    top: 0;
  }
  .public-item footer {
    text-align: center;
    margin: 0 -35px -45px;
    padding: 40px 35px 50px;
    border-top: 0;
  }
  .public-item .date-p-i {
    font-size: 36px;
    float: none;
    margin-bottom: 25px;
  }
  .public-item .date-p-i .fa {
    margin-right: 10px;
  }
  .public-item .btn-style2 {
    float: none;
    padding: 33px 20px 32px;
  }

  .dep-list {
    margin: 0;
    min-height: 0 !important;
  }

  .dep-row {
    height: auto;
  }

  .dep-item {
    display: block;
    width: auto;
    height: auto;
    min-height: 0;
    padding: 37px 35px;
    margin: 0 0 40px;
  }
  .dep-item .img-d-i {
    margin-bottom: 38px;
  }
  .dep-item .title-d-i {
    font-size: 36px;
    margin: 0 0 20px;
  }
  .dep-item .txt-fix {
    height: auto;
    margin-bottom: 30px;
  }
  .dep-item .str {
    padding-left: 50px;
    white-space: normal;
  }
  .dep-item .str + .str {
    margin-top: 5px;
  }
  .dep-item .str .fa {
    width: 50px;
    margin-left: -50px;
  }
  .dep-item .str .fa-phone {
    font-size: inherit;
  }
  .dep-item .about-d-i {
    display: none;
    color: #A9A9A9;
  }
  .dep-item.active {
    height: auto;
  }
  .dep-item.active .txt-fix {
    height: auto;
  }

  .attach-list {
    margin-left: 0;
    margin-bottom: 0;
  }

  .attach-item {
    float: none;
    width: auto;
    height: auto;
    margin: 0 0 45px;
  }
  .attach-item .att-box {
    height: 306px;
  }
  .attach-item .att-box .att-col {
    padding: 37px;
    font-size: 34px;
  }
  .attach-item .att-box .att-col:first-child {
    width: 32.93413%;
  }
  .attach-item .att-box .att-col:first-child img {
    width: 90%;
  }
  .attach-item .att-box .att-col:last-child {
    word-break: break-all;
    padding-left: 10px;
  }
  .attach-item .att-box .att-col .overflow-hidden {
    max-height: 209.5px;
  }
  .attach-item footer {
    font-size: 37px;
    line-height: 44px;
    padding: 36px 37px;
    border-top: 3px solid #3AB2C1;
  }
  .attach-item .date-a-i {
    font-size: 34px;
    margin-right: 15px;
  }
  .attach-item .download-a-i {
    margin-top: -3px;
  }
  .attach-item .download-a-i .fa {
    font-size: 44px;
    margin-right: 10px;
  }

  .attach-item2 {
    padding: 42px 45px;
    margin-bottom: 45px;
  }
  .attach-item2 .title-a-i2 {
    font-size: 36px;
    margin: 0 0 25px;
  }
  .attach-item2 .date-a-i2 {
    font-size: 30px;
    float: none;
  }
  .attach-item2 .date-a-i2 .fa {
    margin-right: 10px;
  }
  .attach-item2 .btn-style1 {
    float: none !important;
    margin: 40px auto 10px;
    font-size: 36px;
    padding: 30px 20px 28px;
    display: block;
  }

  .ustav-img {
    float: none;
    width: 100%;
    margin: 0 0 40px;
  }

  .readmore2 {
    margin: 40px 0 10px;
    font-size: 36px;
    padding: 28px 20px 26px;
  }

  .dd-box {
    margin-bottom: 38px;
  }
  .dd-box header {
    padding: 32px 35px 32px 40px;
  }
  .dd-box header:after {
    position: static;
    font-size: 68px;
    width: 106px;
    height: 102px;
    line-height: 102px;
    float: right;
  }
  .dd-box .title-d-b {
    font-size: 36px;
    margin: 6px 0 32px;
  }
  .dd-box .dd-txt {
    border: 10px solid #EAEAEA;
    padding: 25px;
  }

  .list-style2 li {
    margin-bottom: 25px;
  }

  .doc-box {
    width: auto;
    overflow-x: auto;
    margin-bottom: 50px;
  }
  .doc-box img {
    width: 200%;
  }

  #map {
    height: 609px;
    margin-bottom: 35px;
  }

  .dd-box2 {
    margin-bottom: 24px;
  }
  .dd-box2 header {
    padding: 30px 35px 40px;
  }
  .dd-box2 header:after {
    font-size: 36px;
    padding: 23px 20px 21px;
    max-width: 296px;
    width: 100%;
    position: static;
    display: block;
    margin: 30px auto 0;
  }
  .dd-box2 .title-d-b {
    font-size: 36px;
    margin: 0;
  }
  .dd-box2 .dd-txt {
    border: 10px solid #EAEAEA;
    padding: 35px;
  }

  .department-info .img-dep {
    float: none;
    width: 100%;
    margin: 0 0 40px;
  }
  .department-info p.has-icon {
    padding-left: 0;
  }
  .department-info p.has-icon .fa {
    width: 50px;
    margin-left: 0;
  }
  .department-info p.has-icon .fa-map-marker {
    font-size: inherit;
  }
  .department-info h3 {
    font-size: 36px;
  }
  .department-info section {
    margin-top: 30px;
  }

  #map2 {
    height: 508px;
    margin-bottom: 60px;
  }

  .contacts .col1, .contacts .col2 {
    float: none;
    width: auto;
  }
  .contacts .col2 {
    margin-bottom: 50px;
  }

  .contact-item {
    margin-bottom: 55px;
  }
  .contact-item .title-style2 {
    line-height: 1.25;
  }

  .input-style1, .textarea-style1, .select-style1-link {
    font-size: 36px;
    border: 3px solid #0F92A2;
  }

  .input-style1, .select-style1-link {
    height: 84px;
    padding: 0 25px;
  }

  .textarea-style1 {
    padding: 15px 25px;
    height: 222px;
  }

  .select-style1-link {
    line-height: 78px;
    padding-right: 84px;
  }
  .select-style1-link:before {
    width: 84px;
    height: 84px;
    font-size: 36px;
    top: -3px;
    bottom: -3px;
    right: -3px;
    line-height: 84px;
  }

  .checkbox-style1 ~ .fake-checkbox {
    width: 48px;
    height: 47px;
    line-height: 43px;
    margin: -4px 12px 0 0;
  }
  .checkbox-style1:checked ~ .fake-checkbox:before {
    font-size: 35px;
  }

  .row-form ~ .row-form {
    margin-top: 40px;
  }
  .row-form .input-style1, .row-form .textarea-style1, .row-form .select-style1 {
    margin-top: 20px;
  }
  .row-form .btn-style1 {
    float: none;
    clear: both;
    display: block;
    width: 100%;
    max-width: 288px;
    padding: 25px 20px 23px;
    margin: 0 auto;
    font-size: 36px;
  }

  .storonnik-form {
    width: auto;
    margin: 60px auto;
  }
  .storonnik-form .group {
    margin: 50px 0;
  }

  .row-form2 {
    margin-bottom: 40px;
  }
  .row-form2.type1 {
    text-align: left;
    padding-right: 0;
  }
  .row-form2.type2 {
    padding-left: 0;
    margin-bottom: 40px;
  }
  .row-form2 .input-style1, .row-form2 .select-style1, .row-form2 .textarea-style1 {
    display: block;
    width: 100%;
    margin: 20px 0 0;
  }
  .row-form2 .lbl {
    display: inline;
    vertical-align: baseline;
    margin-top: 0;
  }
  .row-form2 .textarea-style1 {
    height: 222px;
  }
  .row-form2 .btn-style1 {
    float: none;
    clear: both;
    display: block;
    width: 100%;
    max-width: 288px;
    padding: 25px 20px 23px;
    margin: 0 auto;
    font-size: 36px;
  }

  .captcha-box {
    width: 100%;
    margin-bottom: 40px;
  }
  .captcha-box .captcha {
    float: left;
    width: 40%;
  }
  .captcha-box .input-style1 {
    float: right;
    width: 40%;
    margin: 0;
  }
  .captcha-box .refresh {
    font-size: 50px;
    margin: 7px 0 0 8px;
  }

  .msg {
    padding: 19px 20px;
  }

  .search-form {
    margin-bottom: 28px;
  }
  .search-form .search-controls {
    float: none;
  }
  .search-form .search-controls .input-style1 {
    width: 100%;
    margin: 24px 0 31px;
  }
  .search-form .search-controls .btn-style1 {
    margin: 0 auto;
    font-size: 36px;
    padding: 25px 20px 23px;
    width: 100%;
    max-width: 221px;
    display: block;
  }

  .search-item {
    padding: 35px 30px;
    margin-bottom: 0;
    border: 17px solid #eaeaea;
  }
  .search-item .title-style2 {
    margin: 0 0 10px;
  }
  .search-item .title-style2 .fa {
    font-size: 36px;
    margin-right: 15px;
  }

  .wrap-site.err-page {
    background: url("/bitrix/templates/main/css/../img/page-bg.jpg") repeat-x 50% 0;
    padding-top: 80px;
  }

  .title-err {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .col-err {
    width: auto;
  }
  .col-err .inner {
    padding: 0;
  }
}

/* End */


/* Start:/bitrix/templates/main/assets/fancybox/source/jquery.fancybox.css?15911760594895*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/main/assets/fancybox/source/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/templates/main/assets/fancybox/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/main/assets/fancybox/source/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/templates/main/assets/fancybox/source/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/templates/main/assets/fancybox/source/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/templates/main/assets/fancybox/source/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/main/css/adapt.css?159117609115426*/
@media screen and (max-width: 1023px) {
	body{
		font-size: 16px;
	}
	/*typography*/
	.title-style2{
		font-size: 14px;
		margin-bottom: 10px;
	}
	p{
		margin-bottom: 5px;
	}
	.list-style2{
		margin-bottom: 5px;
	}
	.list-style2 li{
		margin-bottom: 5px;
	}
	/*share*/
	.b-share_theme_counter .b-share-icon{
		width: 30px !important;
		height: 30px !important;
	}
	.b-share_theme_counter .b-share-btn__wrap{
		margin-left: 7px !important;
	}
	/*paginator*/
	.pagination{
		font-size: 14px;
		margin: 20px 0;
	}
	.pagination .prev-page, .pagination .next-page{
		height: 47px;
		width: 47px;
		font-size: 32px;
		line-height: 45px;
	}
	/*layout*/
	.container-fluid{
		max-width: 640px;
	}
	.wrap-site.bg2{
		background-position: 50% 50px;
	}
	.header {
		height: 50px;
		border-bottom: 5px solid #0F92A2;
	}
	.header .logo {
		height: 45px;
		line-height: 1;
	}
	.header .logo img {
		height: 45px;
	}
	.toggle-nav {
		text-align: center;
		text-decoration: none;
		color: white;
		font-size: 28px;
		line-height: 45px;
		width: 50px;
		margin: 0 -15px 0 0;
		transition: all 0.2s;
	}
	.toggle-nav:hover {
		color: white;
	}
	.toggle-nav i {
		height: auto;
		width: auto;
		margin: 0;
		background: none;
	}
	.toggle-nav:before {
		content: "\f0c9";
		font-family: FontAwesome;
		height: auto;
		width: auto;
		margin: 0;
		background: none;
		cursor: pointer;
	}
	.toggle-nav:after {
		display: none;
	}
	.toggle-nav:active {
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}
	.wrap-site.opened-nav .toggle-nav:before{
		content: "\f00d";
	}
	.header .main-nav {
		margin: 50px 0 0 0;
	}
	.wrap-site.opened-nav .main-nav {
		left: 0;
		margin-top: 50px;
	}
	.header .main-nav .nav-item{
		border-width: 1px;
	}
	.header .main-nav .nav-item > a {
		font-size: 16px;
		padding: 15px 45px 15px 25px;
	}
	.header .main-nav .nav-item > a.has-sub-nav:before {
		font-size: 20px;
		top: 13px;
		right: 20px;
	}
	.header .main-nav .nav-item ul {
		border-width: 1px;
		padding: 0;
	}
	.header .main-nav .nav-item ul li a {
		padding: 10px 40px 10px 40px;
		line-height: 1;
		font-size: 14px;
	}
	.header .main-nav .nav-item ul li a:before {
		width: 7px;
		height: 7px;
		top: 14px;
		left: 26px;
	}
	.content {
		padding-top: 15px;
	}
	.footer .f-bottom{
		padding: 20px 0 10px;
		font-size: 14px;
	}
	.footer .copyright{
	}
	.footer .soc-icons{
		margin: 15px 0;
	}
	.footer .soc-icons a{
		height: 25px;
	}
	.footer .soc-icons a + a{
		margin-left: 15px;
	}
	.footer .soc-icons .vk{
		width: 24px;
	}
	.footer .soc-icons .tw{
		width: 20px;
	}
	.footer .soc-icons .fb{
		width: 13px;
	}
	.footer .soc-icons .yt{
		width: 22px;
	}
	/*index*/
	.col-1,.col-2, .col-3, .col-4 {
		margin: 0 auto 20px;
	}
	.btn-style1,
	.btn-style2 {
		font-size: 14px;
		padding: 15px 10px;
	}
	.carousel1 .item{
		padding: 0;
		height: 368px;
	}
	.carousel1 .txt-item {
		padding: 20px 0 30px 20px;
	}
	.carousel1 .date-item {
		font-size: 14px;
		height: 28px;
		line-height: 28px;
		padding: 0px 14px;
	}
	.carousel1 .title-item {
		font-size: 14px;
		margin: 0 0 15px;
	}
	.carousel1 .txt-fix {
		width: 240px;
		height: 200px;
		top: 65px;
		bottom: auto;
		left: 20px;
		font-size: 14px;
		line-height: 1.2;
	}
	.carousel1 .btn-style1,
	.carousel2 .btn-style1 {
		bottom: 30px;
		left: 20px;
		width: 150px;
	}
	.carousel2 .item{
		padding: 0;
		height: 350px;
	}
	.carousel2 .txt-item {
		padding: 20px 20px 30px;
	}
	.carousel2 .txt-fix {
		font-size: 14px;
		height: 36px;
		margin-bottom: 20px;
		line-height: 1;
	}
	.carousel2 .owl-pagination {
		right: 20px;
		top: 20px;
	}
	.carousel2 .owl-page {
		height: 10px;
		width: 10px;
	}
	.about-party, .guide-link{
		margin-bottom: 20px;
	}
	.about-party {
		padding: 20px 20px 25px;
		font-size: 16px;
		line-height: 18px;
	}
	.about-party .title-a-p {
		font-size: 22px;
		margin: 0 0 15px;
	}
	.about-party .btn-style2 {
		width: 160px;
		margin: 20px auto 0;
	}
	.guide-link {
		padding: 20px;
		font-size: 14px;
		line-height: 1;
	}
	.guide-link .title-g-l {
		background-size: 45px 50px;
		margin: 0 -10px 0 0;
		font-size: 20px;
		min-height: 50px;
		padding: 0 0 0 65px;
	}
	.guide-link hr, .department-link hr{
		margin: 15px -20px;
		border-width: 1px;
	}
	.department-link{
		padding: 20px;
		font-size: 14px;
		line-height: 1;
	}
	.department-link .title-d-l{
		background-size: 50px 50px;
		margin: 0 -10px 0 0;
		font-size: 20px;
		min-height: 50px;
		padding: 0 0 0 65px;
	}
	.department-link .small-m{
		font-size: 20px;
		line-height: 1;
	}
	.video-feed{
		padding: 25px 15px 20px;
		margin: 0 auto 20px;
	}
	.video-feed .btn, .new-item .btn{
		width: 50%;
	}
	.video-feed .title-v-f{
		font-size: 20px;
		margin: 0 0 17px;
	}
	.carousel3{
		margin: 0 0 20px;
	}
	.carousel3 .title-item{
		font-size: 16px;
		line-height: 1;
		padding: 15px;
		max-height: 62px;
		overflow: hidden;
	}
	.carousel3 .inner:before{
		background-position: 50% 30%;
		background-size: 65px auto;
	}
	.player-box{
		font-size: 16px;
		padding: 5px;
	}
	.player-box .inner{}
	.player-box #time-track{
		font-size: 14px;
		right: 37px;
	}
	#player{}
	#player .prev{
		margin-left: 35px;
	}
	#player .playlistView{
		top: 78px;
		left: -35px;
		right: -35px;
	}
	#player .progressScale, #player .volumeScale{
		height: 7px;
	}
	.wrap-site .latest-news .col1, .wrap-site .latest-news .col2{
		width: 100%;
	}
	.latest-news .title-l-n{
		padding: 20px 0;
		font-size: 22px;
	}
	.new-item{
		padding: 20px;
		font-size: 16px;
		margin-bottom: 20px;
	}
	.new-item:last-child{
		margin-bottom: 0;
	}
	.new-item .date-n-i{
		font-size: 13px;
		margin: 0 0 15px;
	}
	.new-item .date-n-i .fa{
		font-size: 13px;
	}
	.new-item .title-n-i{
		font-size: 16px;
	}
	.new-item footer{
		padding: 15px 0 0;
		margin: 0;
	}
	.newspaper{
		padding: 20px;
		margin: 0;
	}
	.newspaper header{
		padding: 15px;
		margin: -20px -20px 15px;
		font-size: 16px;
	}
	.newspaper header .title-n{
		font-size: 18px;
		margin: 10px 0 15px;
	}
	.newspaper .number{
		font-size: 13px;
		margin-bottom: 10px;
	}
	.newspaper .view{
		padding: 0;
		height: 225px;
	}
	.newspaper .title-n2{
		font-size: 16px;
		margin: 15px 0 5px;
	}
	.list-style1 li{
		padding-left: 10px;
	}
	.newspaper .btn-style1{
		margin-top: 15px;
		width: 65%;
	}
	.search-site2{
		padding: 14px;
		margin-bottom: 20px;
	}
	.search-site2 .search-fld{
		height: 40px;
	}
	.search-site2 .search-btn{
		top: 0;
		right: 0;
		height: 68px;
		width: 68px;
		line-height: 1;
	}
	.fa-search:before{
		font-size: 22px;
		position: absolute;
		top: 23px;
		right: 22px;
		display: block;
		padding-left: 3px;
	}
	/*about party*/
	.container-style1 .col1{
		margin-bottom: 40px;
	}
	.symbol-item{
		margin-bottom: 20px;
	}
	.symbol-item .txt-s-i{
		padding-left: 15px;
	}
	.symbol-item .title-s-i{
		font-size: 16px;
		margin: 0 0 6px;
	}
	.year{
		font-size: 20px;
		width: auto;
		margin-right: 15px;
	}
	.event{
		margin-bottom: 15px;
	}
	.col-sm-4:last-child div:last-child p.event{
		margin-bottom: 30px;
	}
	/*ustav*/
	.ustav-img{
		width: 290px;
		display: block;
		margin: 0 auto 20px;
	}
	.dd-box header{
		padding: 15px;
	}
	.dd-box header:after{
		width: 46px;
		height: 46px;
		font-size: 30px;
		line-height: 46px;
	}
	.dd-box .title-d-b{
		font-size: 16px;
		margin: 6px 0 15px;
	}
	.dd-box .dd-txt{
		padding: 15px;
	}
	/*yuridicheskiy*/
	.attach-item{
		margin-bottom: 20px;
	}
	.attach-item .att-box{
		padding: 35px 10px;
		height: auto;
	}
	.attach-item .att-box .att-col{
		font-size: 16px;
	}
	.attach-item .att-box .att-col:first-child{
		padding: 0;
	}
	.attach-item .att-box .att-col:last-child{
		padding: 0 10px;
	}
	.attach-item .att-box .att-col:first-child img{
		width: 70px;
		height: 70px;
	}
	.attach-item .att-box span.overflow-hidden{
		word-break: break-word;
	}
	.attach-item footer{
		border-width: 1px;
		padding: 15px;
	}
	.attach-item .date-a-i{
		font-size: 16px;
		line-height: 1;
	}
	.attach-item .download-a-i{
		font-size: 16px;
		line-height: 20px;
	}
	.attach-item .download-a-i .fa{
		font-size: 16px;
	}
	.attach-item2 {
		padding: 15px;
		margin-bottom: 20px;
	}
	.attach-item2:last-child {
		margin-bottom: 35px;
	}
	.attach-item2 .title-a-i2{
		font-size: 16px;
		margin: 0 0 15px;
	}
	.attach-item2 .date-a-i2{
		font-size: 14px;
	}
	.attach-item2 .btn-style1{
		font-size: 16px;
		margin: 20px auto 10px;
		padding: 15px;
		width: 145px;
	}
	/*news*/
	.main-new{
		padding: 0;
		margin-bottom: 20px;
		height: 370px;
	}
	.main-new header{
		margin-bottom: 20px;
	}
	.main-new .txt-m-n{
		padding: 20px 15px;
	}
	.main-new .date-item{
		font-size: 14px;
		height: 28px;
		line-height: 28px;
		padding: 0px 14px;
	}
	.main-new .txt-fix{
		position: static;
		max-height: 215px;
	}
	.main-new .title-item{
		margin: 0 0 15px;
		font-size: 16px;
		line-height: 1;
	}
	.main-new .btn-style1{
		bottom: 20px;
		left: 15px;
		right: auto;
	}
	.new-item2{
		margin-bottom: 20px;
		padding: 0 15px;
		border-width: 2px;
	}
	.new-item2 .img-n-i{
		margin: -2px -17px 15px;
	}
	.new-item2 .date-n-i{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.new-item2 .title-n-i{
		font-size: 16px;
		margin: 0 0 15px;
	}
	.new-item2 footer{
		margin: 15px -15px 0;
		padding: 12px 0;
		border-width: 1px;
	}
	.new-item2 .btn-style2 {
		padding: 12px;
		display: inline-block;
		width: auto;
	}
	/*new-view*/
	.new-view .title-new{
		font-size: 16px;
	}
	.new-view .date-new, .new-view .comm-new{
		font-size: 14px;
	}
	/*publication*/
	.public-item{
		border-width: 10px 5px;
		padding: 15px;
	}
	.public-item .title-p-i{
		font-size: 16px;
		margin: 0 0 15px;
	}
	.public-item .date-p-i{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.public-item .date-p-i .fa{
		margin-right: 5px;
	}
	.public-item .img-p-i{
		padding: 0;
		height: 368px;
	}
	.public-item ul li:before{
		margin-right: 10px;
		font-size: 16px;
	}
	.public-item .btn-style2{
		padding: 15px 30px;
		display: inline-block;
		width: auto;
	}
	/*audio*/
	.audio{
		padding: 10px;
	}
	.audio-item{
		height: 95px;
		padding: 7px;
	}
	.audio-item ~ .audio-item{
		margin-top: 10px;
	}
	.audio .play, .audio .pause{
		width: 63px;
		height: 63px;
	}
	.audio-item .time-audio{
		font-size: 16px;
		bottom: 15px;
		right: 15px;
	}
	.audio-item .title-audio{
		font-size: 16px;
		top: 18px;
		left: 100px;
		right: auto;
		height: auto;
		max-height: 50px;
	}
	.audio-item .share-box{
		display: block;
		bottom: 15px;
		left: 100px;
	}
	.audio-item .share-box .b-share_theme_counter .b-share-btn__wrap{
		margin-left: 6px !important;
	}
	.audio-item .share-box .b-share_theme_counter .b-share-icon{
		width: 17px !important;
		height: 17px !important;
	}
	/*photo*/
	.photo-list{
		margin-left: -4px;
		margin-right: -4px;
	}
	.photo-list .col-xs-6{
		padding: 0 4px;
	}
	.photo-item{
		margin-bottom: 8px;
	}
	/*video*/
	.video-item{
		padding: 15px 15px 25px;
		border-top: 10px solid #eaeaea;
		border-bottom: 10px solid #eaeaea;
	}
	.video-item + .video-item{
		border-top: 15px solid #eaeaea;
		border-bottom: 10px solid #eaeaea;
	}
	.video-item:last-child{
		border-bottom: 10px solid #eaeaea;
	}
	.video-item .title-v-i{
		font-size: 16px;
		line-height: 1;
		margin-bottom: 15px;
	}
	.video-item .date-v-i{
		font-size: 14px;
	}
	.video-item .video-area{
		margin: 15px auto 15px;
	}
	.video-item footer{
		margin-top: 20px;
	}
	/*deputies*/
	.dep-item{
		padding: 15px;
		border-width: 2px;
	}
	.dep-item .img-d-i{
		margin-bottom: 15px;
	}
	.dep-item .title-d-i{
		font-size: 16px;
		line-height: 1;
		margin-bottom: 15px;
	}
	.dep-item .txt-fix{
		margin-bottom: 15px;
	}
	.dep-item .str{
		padding-left: 30px;
	}
	.dep-item .str .fa{
		width: 23px;
		margin-left: -23px;
	}
	/*storonnik*/
	.storonnik-form{
		margin: 15px auto;
	}
	.storonnik-form .group{
		margin: 20px 0;
	}
	.row-form2{
		margin-bottom: 10px;
	}
	.row-form2.type2{
		margin-bottom: 10px;
	}
	.row-form2.type2 label{
		font-size: 14px;
	}
	.row-form2 .input-style1, .row-form2 .select-style1, .row-form2 .textarea-style1{
		margin-top: 10px;
	}
	.input-style1, .select-style1-link{
		height: 37px;
		line-height: 32px;
	}
	.row-form2 .textarea-style1{
		height: 160px;
		line-height: 1;
		padding: 8px 25px;
	}
	.input-style1, .textarea-style1, .select-style1-link{
		font-size: 16px;
		border-width: 2px;
	}
	.select-style1-link:before{
		width: 37px;
		height: 37px;
		font-size: 21px;
		line-height: 40px;
		top: -2px;
		bottom: -2px;
		right: -2px;
	}
	.checkbox-style1 ~ .fake-checkbox{
		width: 23px;
		height: 23px;
		line-height: 20px;
		margin: -2px 6px 0 0;
		border-width: 1px;
	}
	.checkbox-style1:checked ~ .fake-checkbox:before{
		font-size: 16px;
	}
	.row-form2 .btn-style1, .row-form .btn-style1{
		font-size: 16px;
		padding: 12px 20px;
		width: 141px;
		margin: 0 auto 30px;
	}
	.captcha-box{
		max-width: 290px;
		margin: 0 auto 40px;
		float: none;
	}
	.captcha-box .refresh{
		font-size: 40px;
		margin: 9px 0 0;
		transition: -webkit-transform 0.2s ease;
		transition: transform 0.2s ease;
	}
	.captcha-box .refresh:active{
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
		transition: none;
	}
	.captcha-box .captcha img{
		margin-top: 15px;
	}
	/*contacts*/
	.contact-item{
		margin-bottom: 25px;
	}
	#map2{
		height: 225px;
		border-width: 2px;
		margin-bottom: 40px;
	}
	.row-form .input-style1, .row-form .textarea-style1, .row-form .select-style1{
		margin-top: 10px;
	}
	.row-form ~ .row-form{
		margin-top: 15px;
	}
	/*kak dobratsya*/
	#map{
		height: 275px;
		border-width: 2px;
		margin-bottom: 15px;
	}
	.dd-box2{
		margin-bottom: 10px;
	}
	.dd-box2 header{
		padding: 15px;
	}
	.dd-box2 .title-d-b{
		font-size: 16px;
	}
	.dd-box2 header:after{
		font-size: 16px;
		padding: 12px 20px;
		width: 145px;
		margin: 15px auto 0;
	}
	.dd-box2 .dd-txt{
		padding: 10px 20px 30px;
		background: white;
	}
	.department-info section{
		margin-top: 20px;
	}
	.department-info p.has-icon .fa{
		width: 20px;
	}
	.department-info h3{
		font-size: 16px;
		margin-bottom: 10px;
	}
	/*karta-partnera*/
	.doc-box{
		margin: 30px auto;
	}
	/*search*/
	.search-form {
		margin-bottom: 15px;
	}
	.search-form .search-controls .input-style1{
		margin: 10px 0 15px;
		padding: 0 10px;
	}
	.search-form .search-controls .btn-style1{
		padding: 10px;
		font-size: 16px;
		max-width: 100px;
	}
	.search-item{
		padding: 15px 10px;
		border-width: 10px 5px;
	}
	/*404*/
	.title-err{
		font-size: 16px;
	}
}
@media screen and (min-width: 640px) and (max-width: 1023px){
	.main-nav{
		width: 50% !important;
	}
	.wrap-site.opened-nav .content, .wrap-site.opened-nav .footer{
		left: 50%;
	}
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/topnav/style.css?15911760723847*/
.main-nav {
	height: 48px;
	background-color: #0F92A2;
	color: white;
	font-size: 13px;
	position: absolute;
	width: 960px;
	left: 50%;
	bottom: 0;
	margin-left: -480px;
}
.main-nav:before, .main-nav:after {
	content: " ";
	display: table;
}
.main-nav:after {
	clear: both;
}

.main-nav .nav-item {
	float: left;
	position: relative;
	}
.main-nav .nav-item > a {
	color: inherit;
	text-decoration: none;
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0 6.3px;
	text-transform: uppercase;
}
.main-nav .nav-item:hover > a {
	background-color: #06707D;
}
.main-nav .nav-item:hover ul {
	left: 0;
	opacity: 1;
}
.main-nav .nav-item.active {
	background-color: #056672;
	box-shadow: inset 1px 1.7px 2px rgba(0, 0, 0, 0.31);
}
.main-nav .nav-item ul {
	list-style: none;
	margin: 0;
	padding: 12px 0;
	position: absolute;
	z-index: 101;
	top: 100%;
	left: -99999px;
	opacity: 0;
	-webkit-transition: left 0s 0.1s, opacity 0.1s 0.1s;
	-o-transition: left 0s 0.1s, opacity 0.1s 0.1s;
	transition: left 0s 0.1s, opacity 0.1s 0.1s;
	background-color: #077C8A;
	width: 192px;
}
.main-nav .nav-item ul li a {
	display: block;
	color: inherit;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	padding: 3px 13px;
}
.main-nav .nav-item ul li a:hover, .main-nav .nav-item ul li a:focus, .main-nav .nav-item ul li.active a {
	background-color: #06707D;
}
@media (min-width: 1024px) {
	.main-nav ul {
		display: block !important;
	}
}
@media (max-width: 1023px) {
  .main-nav > ul {
    display: block !important;
  }
	.main-nav {
    height: auto;
    background-color: #06707D;
    font-size: 36px;
    width: 80%;
    top: 0;
    left: -80%;
    bottom: 0;
    margin: 113px 0 0 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: left 0.15s linear;
    -o-transition: left 0.15s linear;
    transition: left 0.15s linear;
    z-index: 100;
  }
  .main-nav .nav-item {
    float: none;
    border-bottom: 3px solid #3AB2C1;
  }
  .main-nav .nav-item > a {
    background-color: #06707D;
    height: auto;
    line-height: 1.2;
    padding: 33px 85px 33px 40px;
    word-wrap: break-word;
    position: relative;
    display: block;
  }
  .main-nav .nav-item > a.has-sub-nav:before {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    position: absolute;
    top: 32px;
    right: 50px;
    -webkit-transition: transform 0.1s;
    -o-transition: transform 0.1s;
    transition: transform 0.1s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .main-nav .nav-item > a.has-sub-nav.opened:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .main-nav .nav-item ul {
    padding: 25px 0;
    border-top: 3px solid #3AB2C1;
    position: static;
    top: auto;
    left: auto;
    opacity: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: #0F92A2;
    width: auto;
    display: none;
  }
  .main-nav .nav-item ul li a {
    font-size: 33px;
    line-height: 1.2;
    padding: 15px 40px 15px 75px;
    word-wrap: break-word;
    position: relative;
  }
  .main-nav .nav-item ul li a:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 27px;
    left: 40px;
  }
  .main-nav .nav-item ul li a:hover, .main-nav .nav-item ul li a:focus {
    background-color: #06707D;
  }
}
.main-nav ul {padding-left: 0}
.main-nav li {list-style: none}
/* End */


/* Start:/bitrix/templates/main/template_styles.css?1591176120614*/
.fancybox-inner { overflow: hidden!important; }
.tabs a {
	width: auto;
	min-width: 130px;
}
.container-style4 {
    background: none;
    padding: 0
}
.breadcrumbs li::after {margin-right: 3px;}
#player {margin-top:28px;}

.new-view img {max-width: 100%; height: auto;}
.dep-item {overflow: hidden}
.dep-item .about-d-i {margin-bottom: 10px}

.radio-source {display: none}
.player-box {width: 100%}
#player .play {background: #DB262B}

.dep-item .img-d-i {
    margin-bottom: 17px;
    max-height: 320px;
    max-width: 100%;
    width: 100%;
}

.composite-banner {
	left: 21px;
	position: absolute;
	top: -6px;
}
/* End */
/* /bitrix/templates/main/css/owl.carousel.css?15911760921476 */
/* /bitrix/templates/main/css/jquery.arcticmodal-0.3.css?1591176092654 */
/* /bitrix/templates/main/css/style.css?1591176093151504 */
/* /bitrix/templates/main/assets/fancybox/source/jquery.fancybox.css?15911760594895 */
/* /bitrix/templates/main/css/adapt.css?159117609115426 */
/* /bitrix/templates/main/components/bitrix/menu/topnav/style.css?15911760723847 */
/* /bitrix/templates/main/template_styles.css?1591176120614 */
