
* {outline:none;}
header {
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 1000;
}
body {
	height: 100%;
    background: url(/public/assets/resourses/backgrounds/5.jpg) fixed no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
aside img {
	max-width: 100%;
}
span.caret {
	border-top: 4px solid #fff;
}
a {
	color: #D42329;
}
.breadcrumbs>li+li:before {
	content: "⇒";
	color: #8d8484;
}
.breadcrumbs>.active {
    color: #a20c11;
}
a:hover, a:focus {
    color: #a20c11;
    text-decoration: none;
}
/*---HEADER STYLE---*/
.navbar-toggle {
    border: none;
    margin-top: 8px;
	margin-right: 0px;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
.logo-wrapper{
    text-align: center;
    padding: 8px 0px;
}
.mm-top {
    margin: 13px 0px 3px 0px;
}
.mm-top:after {
	content: "";
	display: block;
	clear: both;
}
.sitename {
	color: #f9ce3b;
    font-size: 14px;
    float: left;
    margin: 0px;
    padding: 5px 0px;
	font-family: OpenSansRegular;
}
.search-form_wrapper, .set-lang-wrapper {
	float: right;
}
.main-menu  {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}
.main-menu > li {
	display: table-cell;
	padding-top: 8px;
	padding-bottom: 8px;
}
.main-menu > li  > a {
	display: block;
	color: #fff;
	border-bottom: 2px solid transparent;
}
.main-menu > li  > a:hover {
	text-decoration: none;
	border-bottom: 2px solid red;
}
.all-portal-wrapper {
	position: absolute;
    background-color: rgba(0,0,0,1);
    padding: 15px 60px;
    margin-top: 1px;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 100%;
    min-height: 100%;
}
.all-portal-wrapper ul {
	list-style: none;
	padding-left: 25px;
}
.all-portal-wrapper>ul {
	column-count: 2;
}
.all-portal-wrapper li {
    page-break-inside: avoid;
    break-inside: avoid;
}
.all-portal-wrapper li.current   {
	border-left: 2px solid #fff;
}
.all-portal-wrapper  .close-ap-wrapper {
	position: absolute;
    top: 5px;
    right: 15px;
    border: none;
    color: #fff;
    font-size: 30px;
    background-color: transparent;
}
.all-portal-wrapper .search-form{
	position: relative;
	margin-bottom: 30px;
}
.all-portal-wrapper .search-form>.search-form_input {
	background-color: rgba(0,0,0,.55);
    border: none;
    border-bottom: 1px solid #fff;
    line-height: 35px;
    padding-left: 45px;
    font-size: 18px;
	width: 245px;
	transition: 0.4s;
	color:#fff;
}
.all-portal-wrapper .search-form>.search-form_input:focus {
	width: 300px;
	outline: auto;
	outline-color: #fff;
}
.all-portal-wrapper .search-form>.search-form_submit {
	position: absolute;
    left: 0px;
	top: 5px;
    background-color: transparent;
    border: none;
}
.all-portal-wrapper .search-form>.search-form_submit >img {
	height: 25px;
}
.all-portal-wrapper li>a {
	color: #fff;
    font-size: 15px;
    line-height: 22px;
    display: block;
    margin-bottom: 12px;
}
.all-portal-wrapper .submenu >a{
	margin-top: 15px;
}
.all-portal-wrapper .submenu >a, .all-portal-wrapper>ul>li>a{
	font-family: OpenSansBold;
	font-size: 18px;
}

.search-form_wrapper {
	position: relative;
	display: inline-block;
}
.search-form_wrapper .search-form_input {
	width: 180px;
	border: none;
	padding: 4px 12px;
	border-radius: 3px;
	background-color: rgba(0,0,0,.72);
	transition: 0.4s;
	color: #fff;
}
.search-form_wrapper .search-form_input:focus {
	width: 230px;
}
.search-form_wrapper  .search-form_submit {
	background-color: transparent;
    border: none;
    position: absolute;
    right: 4px;
    top: 2px;
}
.search-form_wrapper  .search-form_submit>img {
	height: 16px;
}
.set-lang-form {
	margin-left: 5px;
}
.set-lang-form a {
	margin-left: 15px;
	background: transparent;
	color: #fff;
	border: 1px solid;
	padding: 2px 4px;
	border-color: transparent;
	border-radius: 3px;
}
a.active-lang {
	border-color: red;
}
.content-wrapper {
	background-color: #fff;
    margin-top: 320px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.pagetitle-wrapper>h1 {
	margin-top: 10px;
    margin-bottom: 40px;
	!word-wrap: break-word;
}
#application-wrapper > .lp-section {
	overflow: hidden;
	color: #fff;
	display: block;
	position: relative;
}

@media screen and (min-width: 800px)  {
	#application-wrapper >.lp-section .dropdown-image {
		height: 100%;
	}
	#application-wrapper > .lp-section:after {
		content: "";
		display: block;
		clear: both;
	}
	.lp-section-content .slide-title {
		font-size: 36px;
		font-weight: 700;
	}
	.lp-background , .lp-section-content{
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.lp-section-content {
		width: 100%;
		background-color: rgba(0,0,0,.25);
	}
	.lp-background {
		height: 100%;
	}
	.lp-section-content  {
		height: 100%;
	}
}
/*---*/
.subheader {
	font-size: 24px;
}
.btn.btn-default {
	background-color: #c73d39;
	color: #fff;
	border: none;
	border-radius: 2px;
	font-size: 16px;
	padding: 8px 16px;
}

.yellow_border {
	position: relative;
}
.yellow_border:after {
	content: "";
	position: absolute;
	width: 2px;
	top: 5%;
	bottom: 5%;
	right: -22px;
	background-color: #facd3a;
}
/*---HEADER_MENU_DROPDOWN---*/
.main-menu>.submenu  {
	position: relative;
}
.main-menu .submenu  ul {
	position: absolute;
	list-style: none;
    padding: 0px;
    text-align-last: left;
	top: 100%;
	font-size: 0px;
	background-color: #111;
	display: none;
}
.main-menu .submenu  li {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 240px;
    background-color: #111;
    display: inline-block;
}
.main-menu .submenu  li>a {
	color: #fff;
	line-height: 20px;
	font-size: 14px;
	padding: 5px 12px;
	display: block;
}
.main-menu .submenu  ul .submenu >a>.caret{
	display: none;
}
/*---HEADER_END---*/
.search-form {
	padding: 0px !important;
}
.all-portal-wrapper .submenu  ul {
	column-count: 1 !important;
}
.content-wrapper {
	background-color: #fff;
    margin-top: 320px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.pagetitle-wrapper>h1 {
	margin-top: 10px;
    margin-bottom: 10px;
}
.left-sidebar_wrapper>li>a {
    line-height: 1.42857143;
    border: none;
    border-radius: 0px;
    color: #111;
    background-color: #f1f1f1;
	margin-right: 0px;
}
.left-sidebar_wrapper .left-sidebar_item.current > a{
	background-color: #d4d4d4;
}
.left-sidebar_wrapper>li.list-header {
	padding: 10px 15px;
	color: #111;
    font-weight: 700;
	font-size: 17px;
    cursor: default;
    background-color: #f9ce3b;
	border: none;
    border-bottom-color: transparent;
}
.left-sidebar_wrapper>li>a:hover {
	color: #D42329;
}
.left-sidebar_wrapper>li+li {
	margin: 0px;
}
.left-sidebar_dropdown-menu {
	background-color: #f1f1f1;
}
.left-sidebar_dropdown-menu>li {
	list-style: none;
	padding: 3px 0px;
}
.left-sidebar_dropdown-menu li>a {
	color: #666;
}
.left-sidebar_dropdown-menu li>a:hover{
	text-decoration: none;
	color: #D42329;
}
.content-inner {
	font-family: OpenSansRegular;
}
.content-inner p, .content-inner li  {
	font-size: 18px;
}
.content-inner a {
	color: #D42329;
    text-decoration: none;
    !display: inline-block;
    padding: 5px 0px;
    text-decoration: underline;
}
.content-inner .footnote {
	background-color: #f1f1f1;
    padding: 20px;
    float: left;
    width: 300px;
    margin-right: 20px;
	position: relative;
}
.content-inner .footnote :after {
	content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 3px;
    height: 80px;
    background-color: #f9ce3b;
}
.content-inner .footnote>.footnote_header {
	font-weight: 700;
}
.content-inner .footnote>.footnote_publisedon, .content-inner .footnote>.footnote_text {
	font-size: 14px;
}
.page-resourses {
	background-color: #f1f1f1;
	padding: 25px 30px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.page-resourses  > .page-resourses_item {
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
.page-resourses  > .share {
    background-color: transparent;
    border: 1px solid;
    color: #D42329;
    border-radius: 2px;
    padding: 6px 12px;
    float: right;
}
.download-row {
    margin-top: 20px;
	padding-left:  20px;
    margin-right: 0;
    display: block;
    height: 100px;
    word-break: break-all;
}

.download-row:nth-child(odd){
    margin-left:0;
    float:left;
}
.download-row>a {
	border-bottom: none;
}
.download-row  img, .download-row  .download-row_inner {
	float: left;
}
.download-row  img {
	height: 55px;
	margin-right: 20px;
}
.download-row p {
	font-size: 16px;
	margin-bottom: 6px;
    width: inherit;
}
.download-row p.download-size {
	color: #D42329;
}
.page-resourses  > .page-resourses_item >img {
	height: 30px;
}
.download-row > .download-row_inner  {
	width: 300px;
}
.page-resourses  > .page-resourses_item > .col {
	font-size: 12px;
    border: 1px solid;
    margin-left: 8px;
    padding: 1px 4px;
    border-radius: 3px;
	top: -0.85em;
	color: #D42329;
}
.page-resourses  > .page-resourses_item.empty > .col{
	color: #6D6D6D;
}
/*---News---*/
.dates {
	text-align: right;
}
.dates p {
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 8px;
    position: relative;
    margin-bottom: 0px;
	text-transform: uppercase;
	cursor: pointer;
}
.dates p>a{
	color: #111;
}
.dates sup {
	border: 1px solid;
    padding: 6px 5px;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 3px;
}

.dates > .dates_months {
    margin-top: 20px;
	border-bottom: 1px solid #666;
	text-align-last: justify;
}

.dates .current:after{
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    top: 100%;
    left: 0px;
    margin-top: -2px;
    background-color: #D42329;
}
.dates > .dates_years p{
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 20px;
}
.dates > .dates_months .current sup {
	display: inline;
}
/*---bread-crumbs---*/
.breadcrumbs li {
	font-size: 14px;
}
.breadcrumbs li>a {
	color: #111;
	text-decoration: none;
}
.breadcrumbs li>:hover {
	color: red;
}
.breadcrumbs .active .all-portal-wrapper ul {
	color: #666;
}
/*---news_list---*/
.news_list {
	padding-top: 30px;
}

.news_list .news_item {
	background-color: #f1f1f1;
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 25px;
    min-height: 160px;
}
.news_list .news_item::after {
	content: "";
	display: block;
	clear: both;
}
.news_block_img{
    margin-top: -25px;
    margin-left: -30px;
    display: inline-block;
    cursor: pointer;
	overflow: hidden;
}

.news_list > .news_item  > .def-animation-wrap {
    float: left;
    margin-right: 15px;
    margin-top: -60px;
    margin-left: -60px;
	width: 260px;
	height: 145px;
	overflow: hidden;
}

.def-animation-inner {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    display: none;
    overflow: hidden;
}

.news_item_img {
    margin-top: 0 !important;
    margin-left: 0 !important;
    display: inline-block;
    cursor: pointer;
    border-left: 2px solid #f9ce3b;
}

.def-animation-wrap {
	width: 260px;
	height: 145px;
	overflow: hidden;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
}

.def-animation-wrap:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.content_center{
    display: block;
    width:500px;
    text-align: left;
    float: right;
}
.content_center > a{
    font-size: 14px;
}
.content_center > p {
    margin-top: 10px;
}

.news_list .news_item  > .news_item_date {
    position: absolute;
    color: #888888;
    top: -25px;
    font-size: 14px;
}
.news_list .news_item  > a {
	color: #111;
}
.news_list .news_item  > a:hover {
	color: #D42329;
	text-decoration: none;
}
.news_list .news_item  > .page-resourses {
    padding: 5px 0px;
    margin: 0px;
	text-align: right;
}
.news_list .news_item >.page-resourses img{
	height: 20px;
}
.news_list .news_item >.page-resourses >.page-resourses_item {
	margin-right: 10px;
}
.news_list .news_item >.page-resourses > .page-resourses_item >.col {
	top: -0.5em;
}
.include-res-wrapper {
	float: right;
}
.include-res-wrapper > .include-res-item {
	display: inline-block;
	margin-right: 30px;
	position: relative;
}
.include-res-wrapper > .include-res-item > img {
	width: 40px;
}
.include-res-wrapper > .include-res-item > .include-res-count {
	position: absolute;
    font-size: 12px;
    top: -6px;
    right: -25px;
    border: 1px solid;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    color: #d42329;
    font-weight: 700;
}
/*---sitemap---*/
.sitemap {
	padding-top: 90px;
}
.sitemap_header {
	background-color: #fff;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 35px 25px;
}
.sitemap  .sitemap_item {
	background-color: rgba(255,255,255,.8);
	height: 140px;
	margin-bottom: 20px;
	position: relative;
}
.sitemap  .sitemap_item a {
    color: #111;
    display: block;
    height: 100%;
    padding: 15px;
}
.sitemap  .sitemap_item a:hover{
	text-decoration: none;
	color: #D42329;
}
.sitemap  .sitemap_item a>h4 {
	margin: 0px;
	font-size: 16px;
}
.sitemap  .sitemap_item:after {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
	width: 3px;
	height: 85px;
	background-color: #f9ce3b;
}
.paging a {
	font-size: 14px;
	text-decoration: none;
}
footer {
	margin-top: 35px;
	background-color: rgba(0,0,0,.85);
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer .logo, footer .sitename {
	float: left;
}
footer .logo {
	width: 10%;
	margin-right: 2%;
}
 footer .sitename  {
	width: 88%;
 }
.content-inner blockquote{
	background-color: #f1f1f1;
	border-left: 2px solid #f9ce3b;
}
.content-inner blockquote:after{
	content: "";
	width: 0px;
	height: 0px;
}
.content-inner blockquote:before{
	content: "";
	width: 0px;
	height: 0px;
}
.cover {
	!position: static;
    !padding: 0px;
}
.cover iframe, .cover img {
	!position: static;
    height: auto;
}
.right-menu-baner {
	width: 200px;
}
@media screen and (min-width: 1183px)  {
	.right-menu-baner {
		width: 100%;
	}
}
@media screen and (max-width: 992px) {
	.content_center {
		width: 100%;
	}
}
@media screen and (max-width: 760px) {
	.main-menu .submenu > ul {
		position: static;
	}
	.main-menu .caret {
		float: right;
		margin-top: 4px;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
		border-top: 8px solid #fff;
	}
	.main-menu .caret.up {
		border-top: 8px solid transparent;
		border-bottom: 8px solid #fff;
		margin-top: -4px;
	}
	.main-menu  {
		text-align-last: left;
	}
	.main-menu .submenu  li {
		padding-top: 5px;
		padding-bottom: 5px;
		width: 100%;
		background-color: #111;
		display: block;
	}
	.main-menu > li {
		width: 100%;
	}
	.main-menu > li  > a{
		font-size: 16px;
	}
	.main-menu .submenu  ul {
		position: static;
		column-count: 1 !important;
	}
}
@media screen and (max-width: 700px) {
	body {
		background: none;
	}
	.content-wrapper  {
		margin-top: 160px;
	}
	/*.search-form_wrapper, .set-lang-wrapper {
		float: left;
	}
	.set-lang-form {
		margin: 0px;
	}
	.set-lang-form  button[type="submit"] {
		margin: 0px;
	}
	.search-form_wrapper  {
		margin-top: 15px;
	}*/
	.main-menu  {
		text-align-last: left;
	}
	.main-menu > li {
		display: block;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.dates > .dates_months {
		text-align-last: right;
	}
	.news_list .news_item >.news_item_date {
		position: static;
		font-size: 0.8em;
		line-height: 35px;
	}
	.news_list .news_item >.page-resourses img {
		height: 15px;
	}
	.page-resourses  > .page-resourses_item > .col {
		font-size: 9px;
		border: 1px solid;
		margin-left: 4px;
		padding: 1px 2px;
		border-radius: 3px;
		color: #D42329;
	}
	.dates {
		margin-top: 15px;
	}
}
/*---МОБИЛЬНЫЕ УСТРОЙСВА (НИЖЕ 420 PX)---*/
@media screen and (max-width: 419px) {
	.all-portal-wrapper>ul {
		column-count: 1;
	}
	.all-portal-wrapper  .close-ap-wrapper {
		left: 15px;
	}
	.main-menu .caret {
		float: right;
		margin-top: 5px;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
		border-top: 8px solid #fff;
	}
	.main-menu .caret.up {
		border-top: 8px solid transparent;
		border-bottom: 8px solid #fff;
		margin-top: -4px;
	}
	.main-menu  {
		text-align-last: left;
	}
	.main-menu > li {
		width: 100%;
	}
	.main-menu > li  > a{
		font-size: 16px;
	}
	.main-menu .submenu  ul {
		position: static;
		column-count: 1 !important;
	}
	.social-links_item {
		margin-right: 15px;
	}
	.dates_months {
		padding-left: 0;
	}
	h1 {
		font-size: 26px;
	}
}
/*====animation classes====*/
.def-animation-inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	/*background: -moz-linear-gradient(145deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 14%, rgba(0,0,0,0.65) 23%, rgba(0,0,0,0.48) 43%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(145deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 14%,rgba(0,0,0,0.65) 23%,rgba(0,0,0,0.48) 43%,rgba(0,0,0,0) 100%);
	background: linear-gradient(145deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 14%,rgba(0,0,0,0.65) 23%,rgba(0,0,0,0.48) 43%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );*/
	display: none;
}
.def-animation-inner > .def-animation-cursor_top {
    border-top: 2px solid #facd3a;
    border-right: 2px solid #facd3a;
	position: absolute;
    top: 0px;
    right: 0px;
    width: 25px;
    height: 15px;
	opacity: 0;
}
.def-animation-inner > .def-animation-cursor_bottom {
    border-bottom: 2px solid #facd3a;
    border-left: 2px solid #facd3a;
	position: absolute;
    bottom: 0px;
    left: 0px;
    width: 25px;
    height: 15px;
	opacity: 0;
}
#to-start {
	position: fixed;
	bottom: 25px;
	left: 25px;
	color: #fff;
	border: none;
	background-color: transparent;
	display: none;
}
/*
     */
/*
*/