@font-face {
	font-family: PFAgoraSlabProRegular;
	src: url(https://images.gkn77.ru/generate/PFAgoraSlabPro-Reg_1.ttf);
}


* {
	font-size: 14px;
}

body {
	background: url(/inc/img/footer_bg.jpg) repeat center top;
	overflow-x: hidden;
	background-color: rgb(54, 52, 52);
}

/* !Interface */
#uiRequestIndicator {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	height: 5px;
	background: #ae1010;
	background-repeat: no-repeat;
	display: none;
	text-align: right;
}
#uiRequestIndicator img {
	position: absolute;
	top: 0;
	right: 0;
}

/* bootstrap hacks */
.breadcrumb {
	background: none !important;
}
h1 {
	font-size: 1.5rem;
	line-height: 140%;
	font-weight: 100;
}
h2 {
	font-size: 1.30rem;
	line-height: 110%;
}
h3 {
	font-size: 1.10rem;
	line-height: 110%;
}
h4 {
	font-size: 1.0rem;
	line-height: 110%;
}
h6 {
	font-weight: normal;
}




@media (max-width: 767px) {
	h1, h2 {
		font-size: 1.6rem !important;
	}
}



.display-4 {
	line-height: 100%;
}
.popover {
	max-width: 400px;
}
.close {
	line-height: inherit;
}
cite {
	font-style: inherit;
}
td, th {
	vertical-align: top;
	padding: 0.5rem;
}
.card {
	xbox-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
	background: none;
	
}
.list-group-item {
	border: none;
	padding-left: 0;
	padding-top: 0;
	background: none;
}

dt {
	line-height: 1.2;
}
dt, dd {
	margin-bottom: 1rem;
}

a, .pLink {
	color: #5f0000;
	text-decoration: none;
	font-size: inherit;
	border-bottom: 1px solid rgba(255, 0, 0, 0.4);
	cursor: pointer;
}
a:hover {
	color: #d90000;
	text-decoration: none;
	border-bottom-color: #d90000;
}

a.imgLink, .imgLink a {
	border-bottom: none;
}
a.commandLink {
	border-bottom-style: dashed;
	cursor: pointer; 
}
.table th {
	border: none;
}
.table th, .table td {
	padding-left: 0; 
}
.btn-danger {
	background: #e10000;
	border-color: #e10000;
}

.active .text-danger.page-link {
	background: #e10000 !important;	
	border-color: #e10000 !important;
	color: white !important;
}

ol[itemscope] {
	list-style-type: none;
}
ol[itemscope] li {
	display: inline-block; 
}

/* UI */
.ui_clickable {
	cursor: pointer;
}
.ui_dashed {
	border-bottom: 1px dashed;
}
.ui_muted {
	opacity: 0.2;
	transition: 0.25s;
}
.ui_muted:hover {
	opacity: 1.0;
	transition: 0.25s;
}
.ui_atop, .popover {
	box-shadow: 0 0.5rem 3rem rgba(0,0,0,0.2);
	background: white;
}
.ui_droppableUnderDraggable {
	background: #e3e3e3;
}
.ui_spacing_3 > *:not(.ui_unspacing):not(:last-child){
	margin-bottom: 1rem;
} 
.ui_spacing_4 > *:not(.ui_unspacing):not(:last-child){
	margin-bottom: 1.5rem;
}
.ui_hoverFloat {
	transition-duration: 0.25s;
	filter: saturate(95%);
}
.ui_hoverFloat:hover {
	transform: scale(1.02);
	transform-origin: middle center;
	filter: saturate(105%);
}
.ui_hoverFloat.ui_shadow {
	box-shadow: 0 0px 2px rgba(0,0,0,0.3);
}
.ui_hoverFloat.ui_shadow:hover {
	box-shadow: 0 0px 5px rgba(0,0,0,0.1), 0 25px 50px rgba(0,0,0,0.1);
	position: relative;
	z-index: 1000;
}

/* !Notifications */
.noification_send_info{
	padding: 5px;
	border-radius: 2px;
	background: #efde45;
}
.notice-wrap {
	position: fixed;
	bottom: 2px;
	right: 2px;
	width: 300px;
	max-width: 300px;
	z-index: 2147483647;
}
* html .notice-wrap {
	position: absolute;		
}
.notice-item {
	padding: 0.5rem;
	font-size: small;
	border-radius: 2px;
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	color: #303030;
}
.notice-item td {
	padding: 0.5rem;
}
.notice-item.info {
	background-color: 		#8fb76c;
}
.notice-item.alert {
	background-color: 		#d4c051;
}
.notice-item.error {
	background-color: 		#d45d41;
	color: white;
}
.notice-item.load {
	background-color: 		#afa89a;
}

.text_headline {
	font-size: 1.5rem;
	line-height: 140%;
	font-weight: 100;
	opacity: 0.8;
}
.text_title {
	font-size: 1.25rem;
	line-height: 120%;
	font-weight: 500;
}
.text_subtitle {
	font-size: 1rem;
	line-height: 120%;
	font-weight: 400;
	color: #6c757d;
}

.text_red {
	color: #e10000;
}
.text_strong {
	font: inherit;
	font-weight: bold;
	font-size: 130%;
	letter-spacing: 0.05rem;
	line-height: 1.3;
}

.content_floatBlock {
	xbackground: white;
	border: 1px solid #dedede;
	border-radius: 0.25rem; 
}
.content_floatBlock2 {
	background: rgba(255,255,255,0.6); 
	border-radius: 0.25rem; 
	box-shadow: 1px 1px 10px rgba(200,0,0,0.15);
	border: 1px solid rgba(200,0,0,0.15);
}

.bg_silver	{
	background: url(/inc/img/header_bg.jpg) no-repeat center top;
	background-size: cover;
	background-color: rgb(221, 221, 221);
}




#otziviLink {
	display: block;
	position: relative;
	transition: filter 0.5s;
}
#otziviLink:hover {
	filter: brightness(0.95);
}
#otziviButton {
	opacity: 0;
	position: absolute;
	z-index: 999999;
	top: 50%;
	left: 50%;
	margin: -1.5rem 0 0 -6rem;
	transition: opacity 0.5s;
}
#otziviLink:hover #otziviButton {
	opacity: 1;
}

.newsCard {
	position: relative;
}
.newsCard2 {
	background-position: center center !important;
	background-size: cover !important;
	height: 15rem; 
	overflow: hidden; 
}
.newsCardContent {
	background-size: 100% auto !important;
	padding-bottom: 55%; 
	background-position: bottom center !important; 
}
#indexNews .newsCardContent {
	padding-bottom: 40%; 
}
.newsCardContent_gradient1 {
	background: -moz-linear-gradient(top, rgba(71,71,71,1) 0%, rgba(71,71,71,1) 58%, rgba(71,71,71,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(71,71,71,1) 0%,rgba(71,71,71,1) 58%,rgba(71,71,71,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(71,71,71,1) 0%,rgba(71,71,71,1) 58%,rgba(71,71,71,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#00474747',GradientType=0 );
}
.newsCardContent_gradient2 {	
	background: -moz-linear-gradient(top, rgba(214,0,0,1) 0%, rgba(129,0,0,1) 58%, rgba(68,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(214,0,0,1) 0%,rgba(129,0,0,1) 58%,rgba(68,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(214,0,0,1) 0%,rgba(129,0,0,1) 58%,rgba(68,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60000', endColorstr='#00440000',GradientType=0 );
}
.newsCardContentArrow {
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	z-index: 100;
	color: white; 
	opacity: 0.5;
	filter: drop-shadow( 0 1px 2px gray );
}
.newsCardContentArrow.left {
	left: 2rem;
	right: inherit;
}
.newsCard:hover .newsCardContentArrow, .newsCard2:hover .newsCardContentArrow  {
	opacity: 1;
	transition: opacity 0.5s;
}


#newseditor_newsForm_textTwitterSuggestions span, #newseditor_newsForm_textInstagramSuggestions span, #newseditor_newsForm_titleSuggestions span {
	cursor: pointer;
	font: inherit;
}
#newseditor_newsForm_textTwitterSuggestions span:hover, #newseditor_newsForm_textInstagramSuggestions span:hover, #newseditor_newsForm_titleSuggestions span:hover {
	color: black;
}



/* HEADER */
#header {
	background: url(/inc/img/header_bg.jpg) no-repeat center top;
	background-size: cover;
	background-color: rgb(224, 224, 224);
}
.header_link {
	text-shadow:  0px 1px 1px #dcdcdc;
	font-size: 1.25rem;
	font-weight: 500;
}
.bg_red {
	background: url(/inc/img/title_bg.jpg) no-repeat center top;
	background-size: cover;
	background-color: rgb(188, 0, 0);
	color: white;
}
#content {
	background: url(/inc/img/content_bg.jpg) no-repeat center top;
	background-size: auto;
	background-color: white;
}
.content_whiteBlock_outer {
	margin: 0 -3rem;
	background: rgba(255,255,255,0.8);
	border-radius: 0.25rem; 
	box-shadow: 0 0 50px rgba(0,0,0,0.1);
}
.content_whiteBlock_inner {
	margin: 0 3rem;
}

/* FOOTER */
#footer {
	color: #afafaf;
}
#footer_line: {
	width: 67%;
}

#moduleHeader_anim1 {
	transition: all;
	-webkit-transition: all;
}

#footer a {
	color: red;
}


