::-moz-selection{background:#c4c4c4;color:#2B2A29;text-shadow:none}::selection{background:#c4c4c4;color:#2B2A29;text-shadow:none}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-MediumItalic.eot');
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
        url('../fonts/Roboto/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-MediumItalic.woff') format('woff'),
        url('../fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Italic.eot');
    src: local('Roboto Italic'), local('Roboto-Italic'),
        url('../fonts/Roboto/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-Italic.woff') format('woff'),
        url('../fonts/Roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Bold.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('../fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
        url('../fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Medium.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('../fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-BoldItalic.eot');
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
        url('../fonts/Roboto/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-BoldItalic.woff') format('woff'),
        url('../fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}


@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Light.eot');
    src: local('Roboto Light'), local('Roboto-Light'),
        url('../fonts/Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-LightItalic.eot');
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
        url('../fonts/Roboto/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto/Roboto-LightItalic.woff') format('woff'),
        url('../fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}



/* Common style */
* {scrollbar-color:#b4b7ba  transparent;}

body {
	background: #F8F8F8;
	color: #000000;
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 145%;
	margin: 0;
}

a {
	color: #054980;
	text-decoration: underline;
	transition: color 0.3s ease 0s;
}

a:hover, a:focus, a:active {
	color: #222222;
	text-decoration: none;
	transition: color 0.3s ease 0s;
}

body.modal {
	background: #ffffff;
}

ul, ol {
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0 0 0 18px;
}

p {
  margin: 0 0 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

b, strong {font-weight: bold;}

h1 {
	border-bottom: none;
	box-shadow: none;
	color: #004783;
	font-size: 22px;
	margin: 6px 0 15px;
	padding: 0;
	font-weight: bold;
	line-height: 150%;
	font-family: 'Roboto';
}

h2 {
	color: #004783;
	font-size: 20px;
	line-height: 135%;
	margin-bottom: 20px;
	font-weight: normal;
    font-family: 'Roboto';	
}

h3 {
	color: #004783;
	font-size: 19px;
	margin-bottom: 20px;
	font-weight:bold; 
	font-family: 'Roboto';
	line-height: 140%;	
}

h4 {
	color: #004783;
	font-size: 17px;
	line-height: 155%;
	margin: 20px 0 15px;
	font-weight: bold;
    font-family: 'Roboto';
}

h5 {
	color: #004783;
	font-size: 15px;
	line-height: 140%;
	margin: 20px 0 15px;
	font-weight: bold;
    font-family: 'Roboto';
}

h6 {
    color: #000000;
    font-size: 15px;
    line-height: 150%;
    font-weight: bold;
    font-family: 'Roboto';
}

.item-page h1 {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 5px;
	margin-bottom: 18px;
	color: #004783;
}

.blog h1 {
	/* border-bottom: 1px solid #e1dfdf; */
	padding-bottom: 5px;
	margin-bottom: 18px;
	color: #004783;
	font-size: 20px;
	text-transform: uppercase;
}

.item-pagehome h1 {
	font-size: 25px;
	margin: 6px 0 0px;
}

.item-page ul li {
	margin-bottom: 7px;
}

.blog .item img {
	max-width: 100%;
	height: 180px;
	object-fit: cover;
	object-position: top;
	width: 300px;
	border: 1px solid #ddd;
	padding: 4px;
}

.blog .item .pull-left.item-image {
	margin-right: 30px;
}

.blog .items-row {
	padding-bottom: 18px;
	margin-bottom: 15px;
}

.blog h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;
}

.blog h2 a {
	color:#004783;
}

.readmore a {
	/* border: 2px solid #21405F; */
	background: #004783;
	padding: 8px 27px 9px;
	color: #fff;
	border-radius: 0;
	transition: all 0.3s ease-out 0s;
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
}

.readmore a:hover, .readmore a:active, .readmore a:focus {
	background: #666;
	color: #fff;
}

.readmore {
	text-align: right;
}

.modal-content h1 {
	font-size: 18px;
	color: #BC0209;
}

.ogrn .modal-content h1 {
	font-size: 22px !important;
	color: #222222;
	text-align: left !important;
	padding-top: 0 !important;
	margin-top: 3px;
}

hr {
	clear: both;
}


/* End Common style */




/* Header */

.top-block {
	background: #002F5D;
}

.header-block p, .top-block p {
	margin: 0;
}

header {
	width: 100%;
	min-height: 52px;
    font-family: 'Roboto';
}

.top-block {
	padding: 5px 0;
}

.adress {
	font-size: 15px;
	color: #ffffff;
}

.adress a {
	color: #ffffff;
	text-decoration:none;
}

.adress img {
	margin-top: -3px;
}

.header-block {
	background: #fff;
}

.logo {
	padding-right: 0;
	padding-top: 18px;
	width: 8%;
}

.logo img {
	opacity: 1;
	transition: all 0.19s ease 0s;
}

.logo img:hover {
	opacity: 0.6; 
	transition: all 0.19s ease 0s;
}

.logo a {
	color:#ffffff;
}

.company {
	font-size: 16px;
	color: #626262;
	padding-top: 15px;
}

.company h4 {
	font-size: 23px;
	color: #212121;
	margin: 0 0 5px 0;
	font-weight: bold;
	line-height: 135%;
	text-transform: uppercase;
}

.special.overt {
	text-align: right;
}

.special_button a {
	color: #ffffff;
	font-weight: normal;
	background: url(../images/eye.png) no-repeat 0 3px;
	padding-left: 26px;
	font-size: 15px;	
}


/* / Header */



/* /Home */



/* Top menu */

.topmenu {
	background: #ffffff;
}


div[id^="maximenuck"].maximenuckh ul.maximenuck li.maximenuck.level1.parent > a::after, 
div[id^="maximenuck"].maximenuckh ul.maximenuck li.maximenuck.level1.parent > span.separator::after {
  transition: transform .2s linear;
}

div[id^="maximenuck"].maximenuckh ul.maximenuck li.maximenuck.level1.parent:hover > a::after, 
div[id^="maximenuck"].maximenuckh ul.maximenuck li.maximenuck.level1.parent:hover > span.separator::after {
   -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: transform .3s linear;
}

div[id^="maximenuck"].maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck:not(.headingck), 
div[id^="maximenuck"] li.maximenuck.maximenuflatlistck:not(.level1):not(.headingck), 
div[id^="maximenuck"].maximenuckh ul.maximenuck li.maximenuck.level1, 
div[id^="maximenuck"].maximenuckh ul.maximenuck li.maximenuck.level1.parent, 
div[id^="maximenuck"].maximenuckh ul.maximenuck li.maximenuck.level1.active, 
div[id^="maximenuck"].maximenuckh ul.maximenuck li.maximenuck.level1.parent.active, 
div[id^="maximenuck"].maximenuckh ul.maximenuck li.maximenuck.level1:hover, 
div[id^="maximenuck"].maximenuckh ul.maximenuck li.maximenuck.level1.parent:hover {
  transition: .3s;
}

div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.item101.level1, 
div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.item101.level1.parent {
	background-image: none;
}

#maximenuck146-mobilebarmaximenuck.mobilebarmaximenuck.ltr {
	display: none;
}

.topmenu div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1.active > a span.titreck, 
.topmenu div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1.active > span.separator span.titreck, 
.topmenu div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1:hover > a span.titreck, 
.topmenu div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1:hover > span.separator span.titreck {
	text-decoration: underline;
}

.item-pagehome h1 {
	display: none;
}

/* / Top menu */

.an_news .page-header {
	font-size: 26px;
	text-transform: uppercase;
	color: #000000;
}

.an_news .page-header::after {
	content: "";
	background: #004783;
	height: 4px;
	width: 160px;
	display: block;
	text-align: left;
	margin: 3px 0 5px;
}

.an_news .nspHeader.tleft {
	font-size: 20px;
	margin: 0 0 7px 0;
	line-height: 140%;
}

.an_news {
	padding-top: 30px;
	padding-right: 0;
}

.an_news .nspArt.nspCol2 {
	width: 47%;
	float: left;
	background: #fff;
	margin-right: 20px;
	padding: 15px 15px !important;
	min-height: 620px;
}

.an_news .nspArtPage.nspCol1 {
	float: left;
	margin-top: 20px;
}

.an_news .nspImage {
	width: 100% !important;
	height: 240px !important;
	object-fit: cover;
	margin-bottom: 15px;
}

.an_news .nspInfo {
	margin: 0 0 10px 0;
}

.readon.fright {
	background: #004783;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 9px 20px;
	display: block;
	max-width: 152px;
	text-align: center;
}

.readon.fright:hover, .readon.fright:focus, .readon.fright:active {
	background: #444444;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.nspText.tleft.fleft {
	margin-bottom: 15px;
}

.info_news {
	padding-top: 30px;
	padding-left: 0;
}

.info_news .nspArtPage.nspCol1 {
	float: left;
	margin-top: 20px;
}

.info_news .page-header {
	font-size: 26px;
	text-transform: uppercase;
	color: #000000;
}

.info_news .page-header::after {
	content: "";
	background: #C20000;
	height: 4px;
	width: 115px;
	display: block;
	text-align: left;
	margin: 3px 0 5px;
}

.info_news .nspArt.nspCol2 img {
	max-width: 100%;
	height: auto;
}

.info_news .nspImage {
	width: 100% !important;
	height: auto !important;
}

.info_news .nspHeader.tleft {
	font-size: 20px;
	margin: 0 0 7px 0;
	line-height: 140%;
	min-height: 85px;
}

.info_news .nspText.tleft.fleft a {
	color: #000000;
	text-decoration: none;
}

.info_news .nspArt.nspCol2 {
	width: 100%;
	float: left;
	background: #fff;
	margin-bottom: 20px;
	padding: 15px 15px !important;
}


.item-page {
	background: #fff;
	padding: 15px 25px;
	min-height: 600px;
}

.blog .item {
	background: #fff;
	padding: 20px 15px;
}


/* News */

.news h3 {
	font-size: 26px;
	text-transform: uppercase;
	color: #000000;
}

.news h3:after {
	content: "";
	background: #004783;
	height: 4px;
	width: 160px;
	display: block;
	text-align: left;
	margin: 3px 0 5px;
}

.news .nspArt.nspCol1 {
	width: 100%;
	float: left;
	background: #fff;
	margin-bottom: 20px;
	padding: 15px 15px !important;
}	

.news .nspHeader.tleft {
	font-size: 20px;
	margin: 0 0 10px 0;
	line-height: 140%;
}

.news {
	padding-top: 0;
	padding-right: 0;
}

.news .nspImage {
	float: left;
	margin-right: 30px;
	width: 400px !important;
	height: 240px !important;
	object-fit: cover;
}

.news .readon.fright {
	background: #004783;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 9px 20px;
	display: inline-block;
	max-width: 152px;
	text-align: center;
}

.readon-button-wrap {
    font-family: 'Roboto';	
	text-align: right;
	font-size: 17px;
	color: #004783;
}

.readon-button-wrap .readon-button {
	color: #004783;
}

.readon-button-wrap .readon-button:hover {
	color: #000000;
}

/* /News */



/* Pages */
#content {
	padding: 20px 15px 30px;
	min-height: 650px;
	float: right;
}

.home #content {
	min-height: auto;
}

.page-header {
	padding-bottom: 0;
	margin: 0;
	border-bottom: none;
}

.right-column {
	float: left;
}
/* End Pages */



/* Slider */

.carousel_text.slider_title {
	font-size: 27px;
	font-weight: bold;
	line-height: 125%;
	background: #FFB100;
	display: inline-block;
	padding: 10px 20px !important;
	margin-bottom: 30px;
}

.carousel_text.slider_title2{
	font-size: 26px;
	font-weight: bold;
	line-height: 125%;
	background: #0054AF;
	display: inline-block;
	padding: 10px 20px !important;
	margin-bottom: 30px;
}

.carousel_text.desription_no.slider_text {
	text-align: center;
}

.carousel-caption.now_caption {
	text-align: left;
	text-shadow: none;
	padding: 35px 50px 0 50px;
}

.carousel_text.desription_no.slider_text .btn {
	background: transparent;
	border: 2px solid #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 14px 28px;
	color:#ffffff;
	transition: all 0.3s ease-out 0s;	
}

.carousel_text.desription_no.slider_text .btn:hover, 
.carousel_text.desription_no.slider_text .btn:active, 
.carousel_text.desription_no.slider_text .btn:focus {
	color:#e91313;	
	background: transparent;
	border: 2px solid #e91313;
	padding: 14px 28px;
	transition: all 0.3s ease-out 0s;	
}

.carousel_text.desription_no.slider_text {
	margin-top: 100px;
}

/* /Slider */



/* Home */




.item-pagehome h3 {
	color: #000;
	font-size: 26px;
	font-weight: bold;
}

/* /Home */





.right-column h3 {
	background: #E5BE4E;
	color: #fff;
	padding: 14px 16px;
	font-size: 19px;
	margin-bottom: 0;
}

.navmenu.left_menu {
	margin-top: 35px;
}

.navmenu.left_menu li {
	margin-bottom: 1px;
	list-style: none;
	font-size: 18px;
	font-weight: 600;
	background: #F8F8F8 url(../images/arl.png) no-repeat 12px 23px;
	padding: 14px 0 14px 32px;
	font-family: 'Roboto';
	font-weight: bold;
	border-bottom: 1px solid #EAE9E9;
	box-shadow: 0 1px 0 #fff;
}

.navmenu.left_menu li:last-child {
	border-bottom: none;
	box-shadow: none;
}


.navmenu.left_menu a {
	color: #30425e;
	text-decoration:underline;
}

.navmenu.left_menu a:hover, .navmenu.left_menu a:active, .navmenu.left_menu a:focus {
	color: #004783;
	text-decoration:none;
}

.navmenu.left_menu {
	padding: 0;
	margin-top: 10px;
	border: 1px solid #E8E8E8;
}

.clock {
	font-size: 13px;
	color: #9a9a9a;
	background: #EBEBEB;
	padding: 2px 8px;
}

.nspInfo {
	margin: 0 0 6px 0;
}

.home .item-pagehome {
	padding-top: 0;
}
/* Module */
.well {
	background: none;
	border: 0;
	box-shadow: none;
	padding: 0;
}

/* / Module */

.create, time {
	color: #353535;
	font-size: 13px;
	background: #f2f2f2;
	padding: 4px 5px;
	display: inline;
}

.well._menu_mod .maximenuck2 {
	border-top: 1px solid #EAEAEA !important;
	margin-top: 2px !important;
}

/* Breadcrumbs */

.pagination {
	width: 100%;
	text-align: center;
}

.counter.pull-right {
	float: none !important;
}

#pathway {
  color: #777777;
  display: block;
  height: auto;
  margin: 8px 0;
  min-height: auto;
  padding: 0 15px;
  text-shadow: 1px 1px 1px #ffffff;
}

#pathway ul.krohi {
  border-bottom: 1px solid #eaeaea;
  box-shadow: none;
  list-style: outside none none;
  margin-top: 0;
  margin-bottom:0;
  padding: 7px 1px;
  text-shadow: 1px 1px 1px #ffffff;
}

#pathway ul {
 font-size: 13px;
 width: 100%;
}

#pathway ul.krohi li {
 display: inline;
}

#pathway ul li a:first-child {
 display: inline-block;
}

ul.krohi li:first-child a {
  background: url("../images/home.png") no-repeat scroll 0 3px;
  height: 23px;
  margin-left: 0;
  margin-top: -2px;
  opacity: 1;
  padding: 2px 10px 0;
  text-indent: -9999px;
  transition: all 0.3s ease-out 0s;
  width: 20px;
}

a.pathway {
    color: #777777;
    text-decoration: none;
    text-shadow: 1px 1px 1px #ffffff;
}

ul.krohi li:first-child a:hover {
    opacity: 0.4;
    transition: all 0.3s ease-out 0s;
}

ul.krohi li:first-child a span {
  text-indent: -9999em;
}

.bredcrumb-dot {
  display: inline;
  height: 8px;
  margin: 0 8px 1px;
  width: 8px;
}

/* / Breadcrumbs */

.item-page.catalog-blog hr, .catalog-blog hr  {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	clear: both;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #aeaeae;
	border-color: #aeaeae;
}

.pagination > li > a, .pagination > li > span {
	color: #888;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #888;
}
/* Table Common */

.table, .item-page table {
	margin-bottom: 25px;
	width:100%;
}

.table > caption + thead > tr:first-child > th, 
.table > colgroup + thead > tr:first-child > th, 
.table > thead:first-child > tr:first-child > th, 
.table > caption + thead > tr:first-child > td, 
.table > colgroup + thead > tr:first-child > td, 
.table > thead:first-child > tr:first-child > td,
.item-page table > caption + thead > tr:first-child > th, 
.item-page table > colgroup + thead > tr:first-child > th, 
.item-page table > thead:first-child > tr:first-child > th, 
.item-page table > caption + thead > tr:first-child > td, 
.item-page table > colgroup + thead > tr:first-child > td, 
.item-page table > thead:first-child > tr:first-child > td{
  background: #004783;
  border-top: 1px solid #dddddd;
  color: #ffffff;
  padding: 8px 8px;
  text-align: center;
   font-weight: bold;
   font-size: 15px;
}

.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td,
.item-page table > thead > tr > th, 
.item-page table > tbody > tr > th, 
.item-page table > tfoot > tr > th, 
.item-page table > thead > tr > td, 
.item-page table > tbody > tr > td, 
.item-page table > tfoot > tr > td{
  border: 1px solid #dddddd;
  line-height: 1.42857;
  padding: 8px 8px;
  vertical-align: top;
  font-size: 15px;
}

.table > thead > tr > th,
.item-page table > thead > tr > th {
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  vertical-align: bottom;
}

.table.tablesaw tr:nth-child(2n+1),
.item-page table tr:nth-child(2n+1) {
  background: #fafafa;
}

table.table.tablesaw.tablesaw-stack tr:hover,
.table > tbody > tr:hover,
.item-page table > tbody > tr:hover {
  background-color: #fffef5 !important;
}

table.table p, .item-page table p {
	margin: 0;
}

/* End Table Common */


/* Links */
a[href$=".doc"]::before,
a[href$=".docx"]::before,
p a[href$=".doc"]::before,
p a[href$=".docx"]::before,
a[href$=".DOC"]::before,
a[href$=".DOCX"]::before,
p a[href$=".DOC"]::before,
p a[href$=".DOCX"]::before,
a.link-w::before {
    bottom: auto;
    content: url("../images/system/icon-doc.png");
    display: inline-block;
    margin-right: 6px;
    position: relative;
    vertical-align: middle;
}

a[href$=".xls"]::before,
a[href$=".xlsx"]::before,
p a[href$=".xls"]::before,
p a[href$=".xlsm"]::before,
p a[href$=".xlsx"]::before,
a[href$=".XLS"]::before,
a[href$=".XLSX"]::before,
p a[href$=".XLS"]::before,
p a[href$=".XLSM"]::before,
p a[href$=".XLSX"]::before,
a.link-ex::before {
    bottom: auto;
    content: url("../images/system/icon-xls.png");
    display: inline-block;
    margin-right: 6px;
    position: relative;
    vertical-align: middle;
}

a[href$=".PDF"]::before,
a[href$=".pdf"]::before,
p a[href$=".PDF"]::before,
p a[href$=".pdf"]::before,
a.link-pdf::before {
    bottom: auto;
    content: url("../images/system/icon-pdf.png");
    display: inline-block;
    margin-right: 6px;
    position: relative;
    vertical-align: middle;
}

a[href$=".rtf"]::before,
a[href$=".RTF"]::before,
p a[href$=".rtf"]::before,
a.link-rtf::before {
    content: url("../images/system/icon-doc.png");
    display: inline-block;
    margin-right: 6px;
    position: relative;
    vertical-align: middle;
}


/* Button Top */
.b-top {
	bottom: 30px;
	margin-left: 0;
	opacity: 0.5;
	position: fixed;
	right: -100px;
	transition: all 0.5s ease 0s;
	z-index: 2600;
}

.b-top:hover {
	cursor: pointer;
	opacity: 1;
}

.b-top-but{
	background: rgba(0, 0, 0, 0) url("../images/to_top.png") no-repeat scroll 0 0;
	border-radius: 6px;
	bottom: 0;
	right: 0;
	cursor: pointer;
	display: block!important;
	height: 35px;
	line-height: 48px;
	margin: 0;
	padding: 2px;
	position: absolute;
	transition: all 0.5s ease 0s;
	text-align: center;
	width: 35px;
	z-index: 2600;
}

.b-top.asd  {
	right: 20px;
	transition: all 0.5s ease 0s;
}
/* End Button Top */

.item-pagehome {
	padding-top: 30px;
}


.item-pagehome .article_b {
	font-size: 20px;
	line-height: 150%;
	text-align: center;
}

.cat-children h3.page-header.item-title {
	font-size: 20px;
	background: #fff;
	padding: 20px 15px 30px 15px;
	margin-bottom: 30px;
}


/* Footer */

.footer {
	font-family: 'Roboto';
	background: #5689C4;
	color: #ffffff;
	font-size: 16px;
	line-height: 145%;
	padding-top: 30px;
	padding-bottom: 15px;
	min-height: 300px;
}

.footer a {
	color: #6aedea;
	text-decoration:underline;
}

.footer a:hover, .footer a:active, .footer a:focus {
	color: #ffffff;
	text-decoration:none;
}

.footer p {
	margin: 0 0 15px;
}

.footer h3 {
	color: #fff;
	font-size: 18px;
	margin-top: 0;
	line-height: 145%;
	text-transform: uppercase;
}

.footer_one {
	padding-bottom: 20px;
}

.copyright {
	color: #d3d3d3;
	font-size: 14px;
	line-height: 145%;
	padding-top: 15px;
	padding-bottom: 0;
	background: #002147;
}

.copy {
	float: left;
}

.copyright a {
	color: #d3d3d3;
	text-decoration:underline;
}

.copyright a:hover {
	color: #ffffff;
	text-decoration:none;
}



/* / Footer */

.footer_two .item_block {
	background: #fff;
	line-height: 130%;
	padding: 8px 10px;
	font-size: 14px;
	min-height: 80px;
	margin-bottom: 30px;
}

.footer_two p {
	margin: 0;
}

.footer_two .col-md-five.col-xs-12.col-sm-3 {
	padding: 0 4px;
}

.footer_two .item_block a {
	color: #000;
	text-decoration: none;
	position: relative;
	display: block;
	transition: all 0.3s;
}

.footer_two .item_block a:hover {
	opacity: .4;
	transition: all 0.3s;
}

.footer_two .item_block img {
	float:left;
	margin-right:10px;
}

.description_block1 p {
	padding-top: 4px;
}

.description_block2 p {
	padding-top: 13px;
}

.description_block4 p {
	padding-top: 13px;
}

.description_block3 p {
	padding-top: 4px;
}

.description_block5 p {
	padding-top: 13px;
}

.description_block7 p {
	padding-top: 13px;
}

.description_block6 p {
	padding-top: 4px;
}


/* Button Common */

.w100 {
  width: 100%;
}

.btn-primary, .btn-success {
	background: #0057B5;
	color: #fff;
	font-size: 16px;
	transition: background .3s;
	padding: 10px 28px 10px 28px;
	font-weight: bold;
	border-radius: 4px;
	border: 0;
}

.button.btn-primary:focus, .btn-primary.focus,
.button.btn-primary:active, .btn-primary.active,
.button.btn-primary:hover,
.button.btn-success:focus, .btn-success.focus,
.button.btn-success:active, .btn-success.active,
.button.btn-success:hover {
	background: #E6E6E6;
	color: #333;
	transition: background .3s;
}

.button:focus {
  outline: none;
}
/* End Button Common */



/* Modal Form */
.modalform h2 {
	color: #000;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 4px;
	font-weight: bold;
}

#more1 input.rsform-input-box,
#more input.rsform-input-box {
  width: 100%;
}

div#more1 .modal-dialog,
div#more .modal-dialog {
  margin: 30px auto;
  max-width: 336px;
}

div#more2 .modal-dialog {
  margin: 30px auto;
  max-width: 400px;
}

div#more1 .modal-body,
div#more .modal-body {
  padding: 0 20px;
  position: relative;
  margin-top: -6px;
}

.ogrn .modal-content {
  max-height: 500px;
  overflow-y: scroll;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
	
.modal:before {
	display: inline-block;
	vertical-align: middle;
	content: " ";
	height: 100%;
}

}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.nowidth .close {
  color: #000000;
  font-size: 38px;
  margin-top: 0;
  opacity: 1;
}

.close.mclose {
  color: #000000;
  font-size: 38px;
  margin-top: 0;
  opacity: 1;
}

.close.mclose:hover,
.nowidth .close:hover {
  color: #ff0000;
  opacity: 1;
}

.modal-content.nowidth {
  padding: 0 15px;
}

h4.modal-title {
  font-size: 20px;
  padding: 0 10px 14px;
  text-align: center;
  margin: 0;
}

.link-block {
	font-size: 14px;
	text-decoration: none;
	color: #757575;
	text-decoration: underline;
}

input[type="radio"], input[type="checkbox"] {
	margin: 2px 0 0;
}

.link-block:hover, .link-block:focus, .link-block:active {
  text-decoration: none;
  color: #999999;
}


.modalform .rsform-error a.link-block,
.rsform-error a.link-block {
	text-decoration: none;
	color: #A94442;
}


.radio-inline, .checkbox-inline {
  line-height: 103%;
}


.rsform-block-politika11 label.control-label.formControlLabel {
  display: none;
}

.rsform-block-chto11 {
  display: none;
}

.tuttext > h3 {
 font-size: 32px;
 line-height: 150%;
 margin-bottom: 10px;
 margin-top: 20px;
}

.modal-dialog .modal-content.bacgr,
.modal-dialog.ogrn .nowidth {
  padding: 10px 20px;
}


.modalform .formError {
  color: #A94442;
  font-size: 13px;
  font-weight: normal;
}

.help-block {
  line-height: 100%;
}
/* 2 */

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

/*.modal-content.bacgr {
background: #FBFAFA url(../images/form-bg.jpg) no-repeat center bottom;
}*/

.ogrn .modal-content {
  border: 4px solid #fff;
  border-radius: 6px;
  box-shadow: 1px 1px 0 1px #fff inset;
}

.ogrn a {
  color: #333;
  text-decoration: none;
}
/* 2 */

.rsform-block-chto {
display: none;
}


.modalform input.rsform-submit-button {
	display: block;
	margin: 0 auto;
	min-height: 40px;
	width: 100%;
}

/* End Modal Form */

.form-control {
	width: 100%;
	height: 44px;
	padding: 8px 12px;
	font-size: 14px;
	color: #535353;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #8e97aa;
	border-radius: 6px;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
  outline: medium none;
  outline-offset: 0;
}

.windom_blago {
  color: #ffffff;
  font-size: 24px;
  line-height: 2;
  text-align: center;
  margin-bottom: 0;
}

.windom_blago strong {
  font-weight: bold;
}

#rsform_error_14, #rsform_error_8 {
  display: none !important;
}

#rsfp-thankyou-scroll8:before, #rsfp-thankyou-scroll14:before {
	display: block;
	content: "";
	height: 160px;
	margin: -160px 0 0;
}

.blago-us.us2 {
  background: #b3f5f5;
  border-radius: 5px;
  padding: 20px 15px;
  font-size: 16px;
  color: #065f52;
  margin-bottom: 40px;
}

/* End Form Open Home */

.item-page img {
	max-width: 100%;
	height: auto;
}

.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five {
    position: relative;
    min-height: 1px;
}


.item-page.partnery table {
	width: 100%;
	text-align: center;
	border: none;  
}

.item-page.partnery table td {
	padding: 15px 15px;
	border: none;
}

#cookie_not {
	display: none;
	position: fixed;
	bottom: 15px;
	left: 50%;
	width: 900px;
	max-width: 90%;
	transform: translateX(-50%);
	padding: 25px 25px 15px;
	background-color: white;
	border-radius: 4px;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	z-index: 999;
}

#cookie_not p {
	margin: 0;
	text-align: left;
	color: inherit;
	width: 80%;
	float: left;
}

.button.cookie_pr {
	background-color: #39434e;
	border: none;
	color: #ededed;
	text-decoration: none;
	padding: 11px 22px;
	margin: 5px 0 3px;
	cursor: pointer;
	border-radius: 4px;
	transition: all .1s linear;
	float: right;
}

.button.cookie_pr:hover {
	opacity: .7;
}

@media (min-width: 767px){
#cookie_not.prshow{
display: block;
}
.cookie_pr{
margin: 0 0 0 25px;
}
}

@media (max-width: 767px){
#cookie_not.prshow{
display: block;
text-align: left;
}
.cookie_pr{
margin: 10px 0 0 0;
}
.button.cookie_pr {
margin: 10px auto 0;
}

#cookie_not p {
	width: 100%;
	float: none;
}
.button.cookie_pr {
	float: none;
	margin: 10px 0 5px;
	display: block;
}
}

.slider-block #carousel388 img {
	object-position: right top;
}

.dopblock .description_block1 p,
.dopblock .description_block2 p,
.dopblock .description_block3 p,
.dopblock .description_block4 p {
	padding:0;
}

.dopblock .item_block img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

/* Mobile */

@media (min-width: 1401px) and (max-width: 1630px) {


	
}

@media (min-width: 1290px) and (max-width: 1400px) {



}


@media (min-width: 1201px) and (max-width: 1289px) {
	
.topmenu div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1 > a, 
.topmenu div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1 > span.separator {
	padding-right: 16px;
	padding-left: 16px;
}

.topmenu div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1.parent > a::after, 
.topmenu div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1.parent > span.separator::after {
	right: -2px !important;
}

.slider-block #carousel388 .carousel-inner img {
	height: 460px;
}


	
}



@media (min-width: 992px) and (max-width: 1200px) {


.logo {
	width: 11%;
}

.company {
	width: 88%;
}


.adress {
	width: 70%;
}

.col-md-3.col-xs-12.col-sm-12.special {
	width: 30%;
}

.slider-block #carousel388 .carousel-inner img {
	height: 400px;
}

.promo .item_block {
	padding: 40px 0 20px;
	min-height: 200px;
}

.promo {
	font-size: 18px;
}

.promo .description_block {
	margin-bottom: 0;
}

.item-pagehome h1 {
	font-size: 22px;
}

.footer_two .item_block {
	margin-bottom: 30px;
	max-width: 300px;
	margin: 0 auto 30px;
}

.footer_two .col-md-five.col-xs-12.col-sm-3 {
	width: 50%;
}


}




@media (max-width: 991px) {
	
.mobilebarmaximenuck .mobilebuttonmaximenuck {
	margin-top: 20px;
}

#maximenuck146-mobilebarmaximenuck {
	display: none;
}

.mmenu #maximenuck146-mobilebarmaximenuck {
	display: block;
}

.header-block {
	min-height: 105px;
}

.logo {
	width: 10%;
	padding-top: 10px;
}

.company {
	width: 80%;
	padding-top: 10px;
}

.logo img {
	width: 60px;
	height: 75px;
}

.company h4 {
	font-size: 21px;
}

.footer_two .item_block {
	margin-bottom: 30px;
	max-width: 300px;
	margin: 0 auto 30px;
}

.footer_two .col-md-five.col-xs-12.col-sm-3 {
	width: 50%;
}

.slider-block #carousel388 .carousel-inner img {
	height: 350px;
}

.special_button {
	margin-bottom: 0;
}

#content {
	width: 100%;
	padding: 0 15px 30px;
}

.right-column {
	width: 100%;
}

.col-md-9.col-xs-12.col-sm-12.adress {
	width: 63%;
}

.col-md-3.col-xs-12.col-sm-12.special {
	width: 37%;
}

.item-pagehome img {
	float: left;
	margin-right: 0;
	max-width: 100%;
	height: auto;
}

.info_news {
	padding-top: 30px;
	padding-left: 15px;
}

.copy2 {
	text-align: center;
	padding-bottom: 10px;
}

.description_block img {
	max-width: 100%;
	height: auto;
}

.footer {
	padding-top: 25px;
	min-height: auto;	
}

.header-block {
	border-bottom: 1px solid #EAEAEA;
}

}

@media (max-width: 767px) {

.logo {
	width: 14%;
}

.company {
	width: 75%;
	font-size: 15px;
}

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

.an_news .nspArt.nspCol2 {
	width: 100%;
	margin-right: 0;
	min-height: auto;
	margin-bottom: 30px;
}

.an_news .nspHeader.tleft {
	font-size: 20px;
	min-height: auto;
}

.news .nspImage {
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
}

.an_news .nspImage {
	width: 100% !important;
	height: 240px !important;
	max-width:400px;
}

.an_news {
	padding-top: 30px;
	padding-right: 15px;
}

.footer_two .col-md-five.col-xs-12.col-sm-3 {
	padding: 0 15px;
}

.footer_two .item_block {
	min-height: 96px;
}

.header-block {
	min-height: 125px;
}

.blog .item .pull-left.item-image {
	margin-right: 0;
	float: none !important;
}

.blog h2 {
	font-size: 18px;
}

.adress {
	display: none;
}

.col-md-3.col-xs-12.col-sm-12.special {
	width: 100%;
}

.links .col-md-five.col-xs-12.col-sm-4 {
	width: 33%;
}

.slider-block #carousel388 .carousel-inner img {
	height: 280px;
}

}


@media (max-width: 600px) {

.logo {
	width: 14%;
	padding-right: 7px;
}

.company {
	width: 72%;
	padding-left: 4px;
	font-size: 16px;	
}

.header-block {
	min-height: 160px;
}

.footer_two .col-md-five.col-xs-12.col-sm-3 {
	width: 100%;
}

.logo img {
	max-width: 100%;
	height: auto;
}

.company h4 {
	font-size: 20px;
}

.slider-block #carousel388 .carousel-inner img {
	height: 250px;
}

.item-pagehome h1 {
	font-size: 24px;
}

.links .col-md-five.col-xs-12.col-sm-4 {
	width: 100%;
}

.links .description_block img {
	max-width: 200px;
	height: auto;
}

.footer_two .item_block {
	min-height: 80px;
}

.slide_box {
	display: none;
}

}


@media (max-width: 479px) {

.header-block {
	min-height: 240px;
}

.logo {
	width: 100%;
	padding-right: 15px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 6px;
}

.company {
	width: 100%;
	padding: 0 15px;
	text-align: center;
}

.company h4 {
	font-size: 20px;
}

.company {
	font-size: 17px;
}

.mobilebarmaximenuck .mobilebuttonmaximenuck {
	margin-top: 0;
}

.item-pagehome h1 {
	font-size: 25px;
	margin: 6px 0 0px;
	display: none;
}

.logo img {
	max-width: 60px;
	height: auto;
}

.header-block {
	padding: 10px 0 0 0;
}

.news .nspImage {
	margin-bottom: 10px;
}

.item-pagehome img {
	float: none;
}

.news .nspImageWrapper.tleft.fleft {
	float: none;
	margin: 0 !important;
}

}

@media (max-width: 379px) {

}


@media (min-width: 992px) {
.mmenu {
display: none;
}

}

div.im_zoom {
  background: rgba(147,129,125,0.75) url("../images/zoom-in.png") no-repeat scroll 50% 54%;
  color: rgb(255, 255, 255);
  height: 100%;
  left: 0;
  min-height: 110px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.fancybox-button.fancybox-button--share {
	display: none;
}