/*   
Theme Name: Fedor
Version: 1.0
Author: ginesUFA
*/

body {
	overflow-x: hidden;
	position: relative;
	cursor: default;
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	/*font-family: cursive;*/
	font-weight: 400;
	z-index: 1;
	background: linear-gradient(#ffffff21, #ffffff21), url(./img/fons.jpg) fixed;
    background-size: 35%;
}

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

body.customize-support {
	padding-top: 46px;
}

.header-img {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: url(./img/newfon.jpg);
	background: url(./img/new_fon.jpg);
	background: #fff;
    background-size: initial;
    transform: rotate(180deg);
}

.header-img>img {
	width: 101%;
}

.body-shadow-conteiner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.body-shadow-conteiner>div {
	position: relative;
	height: 100%;
	-webkit-box-shadow: 0 0 25px -5px rgb(0 0 0 / 0.5);
	box-shadow: 0 0 25px -5px rgb(0 0 0 / 0.5);
	background: white;
}

a {
	color: #1398e2;
}

a:hover {
	color: #e6ac4e;
	text-decoration: none;
}

.main {
	padding: 20px 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 10px;
}

h1,
.h1 {
	font-size: 1.75rem;
}

h2,
.h2 {
	font-size: 1.5rem;
}

h3,
.h3 {
	font-size: 1.25rem;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-size: 1rem;
}

.btn {
	font-weight: 400;
}
.btn-danger {
	color: #fff;
	background-color: #d11c22;
	border-color: #d11c22;
}
.btn-danger:hover {
	color: #fff;
	background-color: #d8393e;
	border-color: #d8393e;
}
.btn-danger:focus, .btn-danger.focus {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #ba2a2e;
	border-color: #ba2a2e;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgb(186 42 46 / 0.5);
}

.btn-primary {
	color: #fff;
	background-color: #e88a01;
	border-color: #e88a01;
}

.btn-primary:hover {
	color: #fff;
	background-color: #e5a43d;
	border-color: #e5a43d;
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #ef9717;
	border-color: #ef9717;
	box-shadow: 0 0 0 0.2rem rgba(232 138 1 / 46%);
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #c77b0d;
	border-color: #c77b0d;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c77b0d;
	border-color: #c77b0d;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgb(232 138 1 / 46%);
}

.form-control {
	font-size: 0.9rem;
}

.header-1 {
	background: url(./img/header.jpg);
    background-size: cover;
}

.header_sitename {
	font-size: 18px;
    font-weight: 500;
    color: #4077bd;
    padding: 10px;
    text-align: left;
    line-height: 1.3;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.header_sitename span {
	font-size:22px;
	color: #416ba2;
	font-weight: 700;	
}

.header_top {
	background: #124f64;
}

.header_bottom {
	position: relative;
	margin: 0 15px;
}

.header_bottom .go_home {
	position: absolute;
	left: 0;
	top: 1px;
	width: 100%;
	height: 100%;
}

.other_contacts {
	visibility: hidden;
	position: absolute;
	top: calc(100% - 10px);
	right: -1px;
	width: 200%;
	background: #ffffff;
	border-radius: 4px;
	border: 1px solid #ececec;
	box-shadow: 0 0 0 5000px rgba(0, 0, 0, .25);
	padding: 15px;
	z-index: 9999;
}

.other_contacts.show {
	visibility: visible;
}

.header_gerb img {
	height: 150px;
}

.header_address>div>div {
	margin-bottom: 10px;
}

.header {
	position: relative;
	background-size: 100%;
	background-position-y: 218%;
	/* height: 15vh; */
	z-index: 1;
}

#polza a img,
#left_banners a img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	margin-bottom: 1rem;
}

.badge i {
	margin-right: 4px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright,
a img.alignright {
	float: right;
	margin: 0 0 .5em 1em;
}

.alignleft,
a img.alignleft {
	float: left;
	margin: 0 1em .5em 0;
}

.alignleft,
.aligncenter,
.alignright,
.alignnone {
	border: none !important;
	border-radius: 4px;
	box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.5);
}

.aligncenter {
	display: block;
	text-align: center;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.label a {
	color: #fff;
}

.copyright {
	line-height: 50px;
	color: #fff;
}

/* Media queries */
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}

	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}

.vertical ul.lSPager.lSpg {
	position: absolute;
	top: 30%;
	right: 6px;
	margin: 0 !important;
	display: grid;
}

#documents {
	columns: 2;
}

.lSSlideOuter ul {
	list-style: none !important;
}

.news-thumb {
	max-width: 117px;
	border-radius: 50% !important;
}

.news-thumb img {
	max-width: 107px;
	max-height: 107px;
	border-radius: 50% !important;
}

.contentblock {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.show-grid {
	margin-bottom: 15px;
}

.navblock {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	display: table;
	width: 100%;
	height: 43px;
	font-size: 1.35em;
}

.navblock span {
	display: table-cell;
	vertical-align: middle;
}

.nivo-lightbox-close {
	top: 4% !important;
}

.content-box, #content-box {
	color: #3366ff
}

#useful_links-block>.container-fluid>.row {
	background: #124f64;
	position: relative;
}

#useful_links-block>.container-fluid>.row:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: 30%;
	opacity: 0.15;
}

.footer {
	background-color: #093f51;
}

.footer_banners {
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
}

.footer_banners>a {
	overflow: hidden;
	/* Fix for firefox and IE 10-11  */
	-webkit-column-break-inside: avoid;
	/* Chrome, Safari, Opera */
	page-break-inside: avoid;
	/* Firefox */
	break-inside: avoid;
	/* IE 10+ */
	break-inside: avoid-column;
}

.contentblock img {
	border-radius: 8px;
	box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
	transition: opacity 0.5s ease 0s;
	border: none !important;
}

.tab-pane {
	background: #fff;
	padding: .5em 1em;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.m-0 {
	margin: 0 !important
}

.mt-0 {
	margin-top: 0 !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mb-3 {
	margin-bottom: 15px !important;
}

.ml-0 {
	margin-left: 0 !important
}

.mr-0 {
	margin-right: 0 !important
}

.p-0,
.p0 {
	padding: 0 !important
}

.pt-0 {
	padding-top: 0 !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pl-0 {
	padding-left: 0 !important
}

.pr-0 {
	padding-right: 0 !important
}

.w-100 {
	width: 100% !important;
}

.h-100 {
	height: 100% !important;
}

.ml-auto {
	margin-left: auto;
}

.position-relative {
	position: relative;
}

.btn-edit {
	position: absolute;
	right: calc(1rem + 5px);
	top: 5px;
	padding: 0 5px;
}

.col-md-12 .btn-edit,
.col-md-4 .btn-edit {
	right: 25px;
}

html.fancybox-active {
	overflow-y: hidden;
}

.site-container {
	background: #ffffff;
	margin-top: 2em;
	margin-bottom: 2em;
	padding-top: 1em;
	box-shadow: 0 2px 1rem rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	overflow: hidden;
}

.navbar-default {
	border: none !important;
	padding: 0 1em;
}

.loop-top,
.loop-top h2 a,
.loop-top .badge a {
	color: #fff;
	font-style: normal;
}

.loop-top {
	position: relative;
	background: #51abdf;
}

.loop-top .badge {
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.loop-top p {
	font-style: italic;
	font-weight: 400;
	font-size: 1.1em;
}

.loop h2 a:hover,
.loop h3 a:focus,
.loop-top h2 a:hover,
.loop-top h3 a:focus {
	text-decoration: none !important;
}

.loop.panel-default {
	transition: .05s background;
}

.loop.panel-default:hover,
.loop.panel-default:focus {
	background: #f9f9f9;
}

#totop {
	cursor: pointer;
	position: fixed;
	right: -100px;
	margin: auto;
	bottom: 15px;
	outline: none;
	transition: .5s;
	z-index: 9999;
}

table.table thead tr th,
table.table thead tr td {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.nextlink {
	padding: .1em .5em;
}

.pager li:first-child a,
.pagination li a {
	margin-bottom: 1em;
}

#gallertyblock img {
	width: 100%;
	border-radius: 4px;
	margin-bottom: 2rem;
}

.gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.gallery-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gallery-title {
	margin: 5px 0 0;
	color: initial;
	font-style: italic;
}

/*===========================*/
.img-nostyle {
	box-shadow: none !important;
	border-radius: 0 !important;
	border: none !important;
}

.table {
	background: #ffffff;
}

.wp-calendar-table {
	width: 100%;
}

.wp-calendar-table thead {
	background: -o-linear-gradient(45deg, #df933b, #44557a);
	background: linear-gradient(-45deg, #8a5d41, #8a5d41);
}

.wp-calendar-table thead th {
	color: white;
	font-weight: 100;
}

.wp-calendar-table td,
.wp-calendar-table th {
	text-align: center;
	padding: 4px 0;
}

.wp-calendar-table td a {
	display: block;
}

.wp-calendar-table #today {
	background: #8a5d41;
	color: white;
}

.wp-calendar-table #today a {
	color: white;
}

.wp-calendar-table td:hover {
	background: rgba(0, 0, 0, 0.05);
}

.wp-calendar-table td:hover a {}

.wp-calendar-table caption {
	text-align: center;
	padding-top: 2px;
}

.calendar_wrap nav {
	display: none;
}

aside form[role=search] {
	margin-bottom: 15px;
}

.sidebar {
	z-index: 999;
}

.opendan a {
	color: #f44336 !important;
}

label {
	font-weight: 400;
}

.breadcrumb {
	padding: .25rem 1rem;
	margin-bottom: 0;
	background-color: #f5f5f5;
	/* 	border: 1px solid #e9f3fc; */
}

.child_cat,
.filter_block,
.child_page {
	background: #ffffff;
	list-style: none;
	padding: 15px;
	border: 1px solid #c4bbb6;
	border-radius: 8px;
	margin-bottom: 1rem;
}
.child_cat a, .child_page a{
	font-size: 15px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #4e4d4d;
}
.filter_block {
	font-size: 14px;
}

.filter_block .form-control {
	font-size: 14px;
}

.child_cat ul {
	list-style: none;
	padding: 0;
}

.child_page ul {
	list-style: none;
	padding-left: 1rem;
}

.child_cat ul.children {
	padding-left: 15px;
}

.child_cat a,
.child_page a {
	display: block;
	text-decoration: none;
}

.child_cat li {
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}

.child_cat li li,
.child_page li {
	font-weight: 100;
	font-size: 13px;
	text-transform: none;
}

.child_cat>li>ul {
	column-count: 1;
}

.child_cat li ul li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	break-inside: avoid-column;
	border-radius: 5px;
	padding: 7px;	
	box-shadow: 0 0 1px #474747b6;
	margin-bottom: 8px;
}
.child_cat li ul li:hover {	
	box-shadow: 0 0 3px #302f2f5b;
}
.child_cat li ul li a:before,
.child_page li a:before {
	content: '\f105\ ';
	font-family: 'fag';
	font-weight: 300;
	color: #777;
}
#doc-list .list-group-item {
	position: relative;
	z-index: 1;
	border-color: #d8d8d7;
	transition: .5s;
}

#doc-list .list-group-item:hover {
	background: #f8f8f8;
}

#doc-list .doc-title {
	font-size: 1rem;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

#doc-list .list-group-item>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
}

/*News view*/
.news_loop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
}

.news_loop_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.news_loop_title {
	margin: 0 0 10px;
	font-size: 17px;
	text-transform: uppercase;
}

.news_loop_title a {
	color: #0d4646;
}

.news_loop_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 15px;
}

.news_loop_img a {
	overflow: hidden;
	border-radius: 3px;
}

.news_loop_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.news_loop_date .badge {
	font-weight: 100;
}

.latest_pub {
	padding: 10px 15px;
	margin-bottom: 15px;
	background: #e5f5f5;
	border-radius: 4px;
	border: 1px solid #cfe2e2;
}

.block_title {
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: 400;
	text-transform: uppercase;
}

.latest_pub_loop a {
	display: block;
	padding: 5px 0;
}

.latest_pub_loop a span {
	float: right;
	color: #777;
	font-size: 12px;
	margin-left: 10px;
}

.latest_pub_loop a span:before {
	content: '\f133\ ';
	font-family: 'fag';
	font-weight: 300;
}

.general_top_nav>ul {
	list-style: none;
	padding: 0;
	margin: 0;
	column-count: 4;
}

.general_top_nav {
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 4px;
	background: #f5f5f5;
	border: 1px solid #ececec;
}

.general_top_nav>ul a {
	/* color: #555; */
	font-size: 15px;
	font-weight: 100;
}

.general_top_nav>ul li {
	overflow: hidden;
	/* Fix for firefox and IE 10-11  */
	-webkit-column-break-inside: avoid;
	/* Chrome, Safari, Opera */
	page-break-inside: avoid;
	/* Firefox */
	break-inside: avoid;
	/* IE 10+ */
	break-inside: avoid-column;
}

.general_top_nav>ul a:before {
	font-family: 'fag';
	margin-right: 5px;
	color: #555;
	font-weight: 300;
}

.general_top_nav>ul>li>a:before {
	width: 15px;
	display: inline-block;
}

.general_top_nav>ul>a {
	font-weight: 500;
}

.general_top_nav>ul ul {
	padding-left: 20px
}

.general_top_nav>ul ul li a:before {
	content: '\f105\ ';
	font-family: 'fag';
	font-weight: 300;
}

/*Colors*/
.success {
	color: #4CAF50;
}

.danger {
	color: #FF5722;
}

a.banner {
	display: block;
	margin-bottom: 10px;
	border-radius: 3px;
	font-size: 14px;
	overflow: hidden;
	font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;
	text-align: center;
}

#slider .banner {
	border-radius: 0;
	margin: 0;
}

#slider .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 1rem;
	left: 0;
	text-align: center;
}

#slider .owl-dot {
	width: 18px;
	height: 18px;
	background: rgb(231 231 231);
	margin: 2.5px;
	border-radius: 10px;
	border: 3px solid rgb(231 231 231);
	outline: none;
}

#slider .owl-dot.active {
	background: #616161;
	border: 3px solid #616161;
}

.sidebar a.banner {
	transition: box-shadow .25s .15s, opacity 0.25s 0s;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    padding: 25px;
}

.sidebar .textwidget {
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    padding: 25px;
}

.sidebar a.banner:hover {
	opacity: .75;
	transition: box-shadow .25s .15s, opacity 0.25s 0s;
}

a.banner_text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 15px;
}

a.banner img {
	width: 100%;
}

#afisha_block {
	background: -o-linear-gradient(45deg, #e7f6fa, #fffef2);
	background: linear-gradient(45deg, #d7f2fa, #f1e9da);
	padding-bottom: 42px;
	color: rgb(134, 134, 134);
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

#afisha_block .owl-stage,
#afisha_block .owl-item,
#afisha_block .owl-item .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#afisha_block .owl-nav {
	position: absolute;
	top: 0;
	left: -50px;
	width: calc(100% + 100px);
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: -1;
}

#afisha_block .owl-nav>button {
	width: 35px;
	background: rgba(199, 201, 217, 0.25);
	border-radius: 3px;
	font-size: 30px;
	outline: none;
}

#afisha {
	width: calc(100% - 130px);
	left: 65px;
}

.afisha_item {
	background: white;
	border-radius: 3px;
	overflow: hidden;
}

.afisha_item>a>img {
	max-width: 100%;
	height: auto;
}

.afisha_title {
	color: #44557a;
	font-weight: 500;
	font-size: 15px;
	line-height: 14px;
	text-align: center;
	padding: 10px;
}

#afisha_date {
	text-transform: uppercase;
}
.pagination .page-link {
	color: #124f64;
}

.pagination .page-item.active .page-link {
	background-color: #124f64;
	border-color: #124f64;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #124f64;
    border-color: #124f64;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(167, 1, 1, 0.25);
}
.header_contacts {
	background-color: #f8f9fa;
	padding: 5px;
	width: 300px;
}

.header_contacts_title.h5 {
	text-align: center;
	padding-top: 5px;
}

a#cn-accept-cookie {
	color: white;
	background-color: #02667d;
}

.left_menu>li.highlight>a {
	background-color: #DD4535;
	border-color: #DD4535;
	color: #ffffff;
}

.header_btns.pt-3 {
	margin: 0 15px;
}

.cont {
	background-color: #ffffffcf;
	font-size: 16px;
	padding: 15px;
	text-align: center;
}

.socials ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.socials ul li {
	display: inline-block;
	margin-right: 8px;
}

.socials ul li:last-child {
	margin-right: 0px;
}

.socials ul li a i {
	min-width: 30px;
	height: 30px;
	padding: 6px;
	color: #fff;
	background: #6f50e7;
	font-size: 15px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
}

.socials .fa-vk {
	background: #3d618a;
}

.socials .fa-facebook {
	background: #4267b2;
}

.socials .fa-odnoklassniki {
	background: #e47d08;
}

.socials .fa-youtube {
	background: red;
}

.socials .fa-instagram {
	background: #d6249f;
	background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.text-info {
	color: #00bcd4 !important;
}

.socials {
	margin: 0 15px;
    padding: 10px 0;
}

.left-top-btn .btn {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	border-radius: 10px;
}

.fixed {
	position: fixed;
	width: 100%;
	top: 32px;
	z-index: 9999;
}

.before,
.after {
	position: relative;
}

.before:before,
.after:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


.mnav {
	position: relative;
	cursor: pointer;
	width: 64px;
	height: 64px;
	display: flex;
	justify-content: center;
	background: rgb(255 255 255 / 15%);
}

.mnav>span {
	position: absolute;
	width: 47px;
	height: 4px;
	background: white;
	border-radius: 2px;
}

.mnav>span:nth-child(1) {
	top: 19px;
}

.mnav>span:nth-child(2) {
	top: calc(50% - 2px)
}

.mnav>span:nth-child(3) {
	bottom: 19px
}

.menu-item>a {
	position: relative;
	z-index: 1;
}

.menu-item>span.holder {
	position: relative;
	float: right;
	width: 30px;
	height: 30px;
	background: white;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header_nav .menu-item>span.holder {
	margin-top: 15px;
}

/* Правое меню */
.right_menu {
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    padding: 25px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.right_menu li {
    position: relative;
    width: 100%;
    margin-bottom: 2px;
}

.right_menu li a {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.right_menu li a:hover {
    color: rgb(134, 38, 38);
}

.right_menu li a i {
    margin-right: 10px;
    font-size: 1.1rem;
    color: #6c757d;
    min-width: 20px;
}

.right_menu .menu-title {
    flex-grow: 1;
}

.right_menu small {
    display: block;
    font-size: 0.75rem;
    color: #6c757d;
    margin-left: 30px;
    margin-top: 2px;
}

.right_menu .menu-item-has-children > a {
    position: relative;
}

.right_menu .menu-item-has-children > a::after {
    content: '\f107';
    font-family: 'fag';
    font-weight: 300;
    margin-left: 10px;
    transition: transform 0.3s ease;
    font-size: 1rem;
}

.right_menu .menu-item-has-children.active > a::after {
    transform: rotate(180deg);
}

.right_menu .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    background-color: #fff;
}

.right_menu .sub-menu.show {
    max-height: 500px;
}

.right_menu .sub-menu li a {
    padding-left: 45px;
    background-color: #fff;
    border-left: 3px solid transparent;
}

.right_menu .sub-menu li a:hover {
    
}

.right_menu .current-menu-item > a,
.right_menu .current-menu-parent > a {
    color: rgb(134, 38, 38);
}

.right_menu .current-menu-item > a i,
.right_menu .current-menu-parent > a i {
    color: rgb(134, 38, 38);
}

.right_menu .current-menu-item > a small,
.right_menu .current-menu-parent > a small {
    color: rgba(255,255,255,0.8);
}

.left_menu .menu-item>span.holder {
	margin-top: 2px;
	margin-right: 2px;
}

/*left navbar*/
.left_menu {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #fff;
	border-radius: 2px;
}

.left_menu .sub-menu {
	display: none;
	list-style: none;
}

.left_menu li {
	position: relative;
}

.left_menu li a {
	display: block;
	text-decoration: none;
	padding: 7px 9px;
	color: #555;
	position: relative;
	z-index: 1;
}

.left_menu>li>a {
	background-color: white;
	border: 1px solid #dfe2e2;
	color: #555;
	margin-bottom: 3px;
	border-radius: 2px;
}

.left_menu li a i {
	float: left;
	display: block;
	text-align: center;
	width: 20px !important;
	margin-right: 5px;
	margin-top: 3px;
}

.left_menu li a.bold i {
	background: white;
	min-width: 22px;
	height: 22px;
	padding: 4px;
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -2px;
	margin-left: -4px;
	border-radius: 13px;
}

.left_menu li a p {
	float: left;
	margin: 0;
}

.left_menu>li>a>span.menu-title {
	display: block;
	font-weight: 400;
	text-transform: uppercase;
}

.left_menu li a small {
	display: none;
	font-style: italic;
}

.left_menu li>a.bold {
	background-color: #466d54;
	border-color: #466d54;
	color: white;
}

.left_menu li.active>a,
.left_menu li.current-menu-ancestor>a {
	background-color: #659075;
	border-color: #659075;
	color: #ffffff;
}

.left_menu li:hover>a.bold {
	background-color: #70a182;
	border-color: #659075;
	color: #e6eeeb;
}

.left_menu li:hover>a {
	background-color: #f0f5f3;
	color: #659075;
}

@-webkit-keyframes moveFromTop {
	from {
		opacity: 0;
		-webkit-transform: translateY(200%);
		-ms-transform: translateY(200%);
		transform: translateY(200%);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@-webkit-keyframes moveFromLeft {
	from {
		opacity: 0;
		-webkit-transform: translateX(200%);
		-ms-transform: translateX(200%);
		transform: translateX(200%);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@-webkit-keyframes moveFromRight {
	from {
		opacity: 0;
		-webkit-transform: translateX(-200%);
		-ms-transform: translateX(-200%);
		transform: translateX(-200%);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
}

.left_menu li ul,
.left_menu li ul li ul {
	padding-left: 1rem;
}

.left_menu li.active ul:before {
	display: none;
}

.left_menu li ul li a {
	border-bottom: 1px solid #dfe4f0;
}

.left_menu li ul li:first-child a {
	border-radius: 2px 2px 0 0;
}

.left_menu li ul li:last-child a {
	border-radius: 0 0 2px 2px;
	border-bottom: none;
}

.left_menu li ul li:hover>ul {
	top: 0px;
	left: 100%;
}

.left_menu li a.search {
	padding: 10px 10px 15px 10px;
	clear: both;
}

.left_menu li a.search i {
	margin: 0;
	display: inline-block;
	font-size: 18px;
}

.left_menu li a.search input {
	border: 1px solid #eee;
	padding: 10px;
	background: #fff;
	outline: none;
	color: #777;
	width: 170px;
	float: left;
}

.search-mobile i {
	color: #fff;
	margin: 0 !important;
}

.left_menu li>a:only-child:after {
	content: '';
}

.sidebar form[role=search] {
	display: none;
}

#header_nav {
	position: relative;
	z-index: 1000;
	background-color: #124f64;
}

.header_nav {
	display: none;
	list-style: none;
	padding: 0 15px;
	margin: 0;
	justify-content: center;
}

.header_nav>ul {
	padding: 0 15px;
}

.header_nav ul {
	/*display: none;*/
	margin: 0;
	padding: 0;
	list-style: none;
}

.header_nav>li.current-menu-item>a {
	color: white;
}

.header_nav>li.current-menu-item>a:before {
	display: none;
}

.header_nav>li {
	position: relative;
	display: inline-block;
}

.header_nav a {
	text-decoration: none;
}

.header_nav>li>a {
	font-size: 16px;
	display: block;
	padding: 14px 20px;
	color: #ffffff;
}

.header_nav li>a:only-child:after {
	content: '';
}

.header_nav>li ul li a:after {
	position: absolute;
	right: 1rem;
	top: .8rem;
	font-family: 'fag';
	font-weight: 300;
	content: '\f105';
}

.header_nav>li>a i {
	margin-right: 5px;
}

.header_nav .sub-menu li {
	position: relative;
}

.header_nav .sub-menu li a {
	color: #333;
	background: white;
	border-top: 1px solid #ECF1F2;
	border-right: 1px solid #ECF1F2;
	border-left: 1px solid #ECF1F2;
	display: block;
	text-align: left;
	padding: 10px 15px;
}
.header_nav .sub-menu li a:hover {
	background: #ececec;
}
.header_nav.mshow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.mx--15 {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

h2.widgettitle {
	text-align: center;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #d8af63;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgb(222 150 18 / 24%);
}

.mb-30 {
	margin-bottom: 30px !important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-right: 25px;
    padding-left: 25px;
}

@media (min-width: 768px) {
	ul.child_cat>li>ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}
@media (min-width: 979px) {
	ul.nav li.dropdown.show-on-hover:hover>ul.dropdown-menu {
		display: block;
	}

	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}

	.comment-list .media {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	ul.child_cat>li>ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.sitename {
		font-size: 28px;
	}

	.footer_banners {
		-webkit-columns: 3;
		-moz-columns: 3;
		columns: 3;
	}

	.container,
	.container-sm,
	.container-md,
	.container-lg {
		max-width: 950px;
	}
}

@media (max-width: 1200px) {
	.mshow {
		display: block;
	}

	.sidebar form[role=search].mshow {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
}

@media (min-width: 1200px) {

	.left_menu li ul,
	.left_menu li ul li ul {
		position: absolute;
		height: auto;
		min-width: 250px;
		padding: 0;
		margin: 0;
		opacity: 0;
		visibility: hidden;
		transition: all 150ms linear;
		-o-transition: all 150ms linear;
		-ms-transition: all 150ms linear;
		-moz-transition: all 150ms linear;
		-webkit-transition: all 150ms linear;
		z-index: 1000;
		left: 110%;
		top: 0px;
		border-left: 7px solid transparent;
	}

	.left_menu li ul:after {
		content: '';
		position: absolute;
		top: -1px;
		left: -1px;
		background: white;
		width: calc(100% + 2px);
		height: calc(100% + 2px);
		border: 1px solid #dfe4f0;
		-webkit-box-shadow: 8px 8px 20px -10px rgba(0, 0, 0, 0.5);
		box-shadow: 8px 8px 20px -10px rgba(0, 0, 0, 0.5);
		border-radius: 2px;
		z-index: -1;
	}

	.left_menu li:hover>ul,
	.left_menu li ul li:hover>ul {
		display: block;
		opacity: 1;
		visibility: visible;
		left: 100%;
	}

	.left_menu li>a:after {
		content: '\f105';
	}

	.mnav {
		display: none;
	}

	.left_menu,
	.left_menu .sub-menu {
		display: block;
	}

	.left_menu li>a:after {
		position: absolute;
		right: 1rem;
		top: 0.5rem;
		content: '\f105';
		font-family: 'fag';
		font-weight: 300;
	}

	.header_nav,
	.header_nav.mshow {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.header_nav>li {
		display: inline-block;
	}

	.header_nav>li:hover>a {
		background: #ffffff;
		color: #333;		
		transition: 0.5s;
	}

	.header_nav .sub-menu .sub-menu {
		position: absolute;
		top: 0;
		left: calc(100% - 1px);
		left: -webkit-calc(100% - 1px);
	}

	.header_nav li:hover>.sub-menu {
		display: block;
		visibility: visible;
		opacity: 1;
		transform: scaleY(1);
		transition-delay: .05s;
	}

	.header_nav>li>a:after {
		margin-left: 5px;
		content: '\f107';
		font-family: 'fag';
		font-weight: 300;
	}

	.header_nav .sub-menu {
		width: 240px;
		/*visibility: hidden;*/
		opacity: 0;
		position: absolute;
		left: 0;
		z-index: 2;
		box-shadow: 8px 8px 20px -10px rgba(0, 0, 0, .5);
		transform: scaleY(0);
		transform-origin: 0 0;
		transition: .3s ease-in-out;
		background: white;
	}

	.sidebar form[role=search] {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.menu-item>span.holder {
		display: none;
	}

	body.customize-support {
		padding-top: 32px;
	}

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1150px;
	}
}

@media (min-width: 1450px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1180px;
	}

	.footer_banners {
		-webkit-columns: 3;
		-moz-columns: 3;
		columns: 3;
	}
}
.header_cont {
    font-size: 15px;
    text-align: center;
    font-weight: 400;
	padding: 10px;
	background-color: rgb(240 240 240 / 54%);
	width: 230px;
	margin-left: 5px;
	color: #693131;
}
.header_cont span {
	font-weight: 600;
}
.header_cont2{
	margin-top: -15px;
	padding: 5px;
	background-color: rgb(255, 255, 255, 0.541);
	text-align: center;
}
.alert-primary {
    color: #004085;
    background-color: #e0f7f4;
    border-color: #90ddd4;
}
.doc-info-item {
	display: inline-flex;
	cursor: pointer;
	border: 1px solid #dfdfdf;
	color: #212529;
	border-radius: 4px;
	margin-bottom: 4px;
	padding-right: 10px;
	align-items: center;
	text-transform: uppercase;
}

.doc-info-item:last-child {
	margin-bottom: 0;
}

.doc-info-item .doc-info-ico {
	position: relative;
	left: -1px;
	top: -1px;
	margin-bottom: -1px;
	margin-right: 10px !important;
	display: inline-flex;
	width: 21px;
	height: 21px;
	background: #d11c22;
	border: 1px solid #bd1218;
	color: white;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
}
