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

@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;
	}
}
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-weight: 400;
	z-index: 1;
	background-color: #fff7df;
}

.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: #b5423e;
}
a:hover {
	color: #e49f9c;
	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: #bd4021;
	border-color: #bd4021;
}
.btn-danger:hover {
	color: #fff;
	background-color: #f7a38e;
	border-color: #f7a38e;
}
.btn-danger:focus, .btn-danger.focus {
	color: #fff;
    background-color: #c0492b;
    border-color: #c0492b;
    box-shadow: 0 0 0 0.2rem rgb(192 73 43 / 26%);
}
.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: #bd4021;
	border-color: #bd4021;
}
.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(192 73 43 / 44%);
}
.btn-success, .btn-success.disabled, .btn-success:disabled  {
	color: #fff;
	background-color: #346726;
	border-color: #346726;
}
.btn-success:hover {
	background-color: #447f33;
	border-color: #447f33;
}
.btn-success.focus, .btn-success:focus {
	box-shadow: 0 0 0 0.2rem rgba(68,127,51,0.5);
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(52,106,37,0.5);
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
	background-color: #346a25;
	border-color: #346a25;
}
.mx--15 {
	margin-left: -15px;
	margin-right: -15px;
}
.header_sitename {
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 15px;
	color: #5d5d5d;
}

.header_sitename span {
	font-size: 36px;
	color: #8c2a27;
	text-transform: uppercase;
	font-weight: 800;
}
.header_bottom {
	position: relative;
	margin: 0 15px;
}
.header_bottom .go_home {
	position: absolute;
	left: 0;
	top: 0;
	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;
}
#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;
}
.general_sidebar_1_block {
	background: rgba(156, 39, 176, 0.15);
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding: 10px 15px 15px;
	border-radius: 4px;
	margin-bottom: 15px;
}
.general_sidebar_1_block a.banner {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.general_sidebar_1_block .block_content {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 15px 1fr 15px 1fr;
	grid-template-columns: repeat(3,1fr);
	-ms-grid-rows: 100px 15px 100px 15px 100px;
	grid-template-rows: repeat(3,100px);
	grid-gap: 15px;
}
.general_sidebar_1_block .block_content > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.general_sidebar_1_block .block_content > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}
.general_sidebar_1_block .block_content > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}
.general_sidebar_1_block .block_content > *:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
.general_sidebar_1_block .block_content > *:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}
.general_sidebar_1_block .block_content > *:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}
.general_sidebar_1_block .block_content > *:nth-child(7) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}
.general_sidebar_1_block .block_content > *:nth-child(8) {
	-ms-grid-row: 5;
	-ms-grid-column: 3;
}
.general_sidebar_1_block .block_content > *:nth-child(9) {
	-ms-grid-row: 5;
	-ms-grid-column: 5;
}
.general_sidebar_1_block .block_content a.banner:nth-child(1) {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3; 
	-ms-grid-row: 1; 
	-ms-grid-row-span: 3; 
	grid-row: 1/4;
}
.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;
}
#useful_links-block > .container-fluid > .row {
	background: #2f0d0c;
	position: relative;
}
#useful_links-block > .container-fluid > .row:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(./img/pattern-bg.svg);
	background-size: 30%;
	opacity: 0.15;
}
.footer {
	background-color: #3c1f1f;
}
.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, #df3b51, #44557a);
	background: linear-gradient(-45deg, #ef9da8, #a1a9bc);
}
.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: #44557a;
	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: #f5f9fe;
	list-style: none;
	padding: 15px;
	border: 1px solid #cde4ff;
	border-radius: 4px;
	margin-bottom: 1rem;
}
.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;
}
.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: #cde4ff;
	transition: .5s;
}

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

#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: #425ea9;
}

.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: rgba(255, 255, 255, 0.75);
	margin: 2.5px;
	border-radius: 10px;
	border: 3px solid #6dabf1;
	outline: none;
}

#slider .owl-dot.active {
	background: #4492eb;
}
.sidebar a.banner {
	opacity: .75;
	transition: box-shadow .25s .15s, opacity 0.25s 0s;
}
.sidebar a.banner:hover {
	opacity: 1;
	box-shadow: 0 0 0 3px #7E92BD;
}
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, #df3b51, #44557a);
	background: linear-gradient(45deg, #df3b51, #44557a);
	padding-bottom: 42px;
	color: white;
}
#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(255, 255, 255, 0.25);
	border-radius: 3px;
	font-size: 30px;
	outline: none;
}
#afisha {
	width: calc(100% - 50px);
	left: 50px;
}
.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: #7E92BD;
}

.pagination .page-item.active .page-link {
	background-color: #44557a;
	border-color: #44557a;
}
.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: #ffe7ca;
	padding: 5px;
	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: #bd4021;
	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: #4a76a8;
}
.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: 15px 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;
}
.header_nav {
	position: relative;
	z-index: 1;
}
.header_nav:after {
	z-index: -1;
	background: url(./img/pattern-bg.svg) center;
	background-size: 35%;
	opacity: 0.05;
}
.before, .after {
	position: relative;
}
.before:before, .after:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
@media (min-width: 768px) {
	ul.child_cat > li > ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
@media (min-width: 992px) {
	ul.child_cat > li > ul {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.sitename {
		font-size: 28px;
	}
	.footer_banners {
		-webkit-columns: 4;
		-moz-columns: 4;
		columns: 4;
	}
	.container, .container-sm, .container-md, .container-lg {
		max-width: 950px;
	}
}
@media (min-width: 1200px) {
	.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: 1400px;
	}
	.footer_banners {
		-webkit-columns: 6;
		-moz-columns: 6;
		columns: 6;
	}
}