/*   
Theme Name: mincult
Version: 1.0
Author: ginesufa
*/

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

html {
	overflow-x: hidden;
}

body {
	font-family: 'Lora', serif;
	position: relative;
	cursor: default;
	font-size: 16px;
	font-weight: 400;
	z-index: 1;
}

a {
	color: #1b6e8f;
}

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

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

.btn-primary {
	background-color: #c87155;
	border-color: #ff9800;
}

.btn-primary:hover {
	background-color: #257da0;
	border-color: #257da0;
}

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

.btn-primary.focus, .btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgb(37 125 160 / 50%);
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgb(37 125 160 / 50%);
}

.header-bg {
	background: url(./img/gks.jpg)center 5%;
	background-size: cover;
	border-bottom: 5px solid #3b4f79;
}

header .header_sitename {
	font-weight: 500;
	font-size: 25px;
	line-height: 1.2;
	color: #ffffff;
	text-shadow: 1px 0px 4px #000000;
	text-align: center;
	/* background: #f7f7f7a6; */
}

header .header_sitename span {
	color: #ffffff;
	text-shadow: 0px 0px 19px black;
	background: #00000033;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: bold;
}

header .header_sitename span.span2 {
	font-size: 29.5px;
}

header .header_sitename span.span2:before {
	top: unset;
	bottom: -2px;
}
.priv {
	color:#ffffff;
	background: #214565d9;
}
.header-right-links {
	text-align: center;
	list-style: none;
	font-size: 16px;
	color:#fff;
	background: #00000069;
	padding: 6px;
}


.carousel-item {
	padding: 7vw 0;
	background-size:cover;
	background-position:center;
	}
.main {
	padding: 30px 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;
}

#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%;
	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;
}

#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;
}
.footer_top{
	background: #3f3f3f;
	color: #ffffff;
}
footer {
	background-color: #323639;
}

.footer-menu-block {
	background-color: rgba(0, 0, 0, .15);
	padding: 30px 0;
}

.contact-footer a {
	font-weight: 700;
}

.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;
}

.position-relative {
	position: relative;
}

.btn, .modal-content, .breadcrumb, .card, .badge {
	border-radius: 0;
}

.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 caption {
	text-align: center;
	padding-top: 2px;
}

.calendar_wrap nav {
	display: none;
}

.sidebar {
	z-index: 1;
}

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

label {
	font-weight: 400;
}

.breadcrumb {
	padding: .25rem 1rem;
	margin-bottom: 0;
	background-color: #4d63a51a;
}

.child_cat,
.filter_block,
.child_page {
	background: #f5f9fe;
	list-style: none;
	padding: 15px;
	border: 1px solid #cde4ff;
	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-weight: 400;
	text-transform: uppercase;
}

.child_cat li li,
.child_page li {
	font-weight: 100;
	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: #cb692c;
	transition: .5s;
}

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

#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_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.news_loop_img a img {
	width: 100%;
	height: auto;
}

.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;
	font-size: 14px;
	overflow: hidden;
	font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;
	text-align: center;
}

#slider .banner {
	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 {
	transition: box-shadow .25s .15s;
}

.sidebar a.banner:hover {
	box-shadow: 0 0 0 2px rgb(20 36 47 / 50%);
}

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 .owl-stage,
#afisha-block .owl-item,
#afisha-block .owl-item .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

.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;
}

#social-btns {
	list-style: none;
	padding: 0;
	margin: 0;
}

#social-btns li {
	display: inline-block;
	margin-right: 8px;
}

#social-btns li:last-child {
	margin-right: 0px;
}

#social-btns li a i {
	min-width: 30px;
	height: 30px;
	padding: 6px;
	color: white;
	background: #5aa54d;
	font-size: 15px;
	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;
}

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

.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;
}

.mobile-block {
	display: block;
}

.mobile-block .mobile-btn {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 45px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 15px;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: black;
	text-shadow: 1px 1px 1px #0000004a;
	background: rgb(255 255 255 / 53%);
	-webkit-box-shadow: 2px 2px 5px -2px #0000004a;
	box-shadow: 2px 2px 5px -2px #0000004a;
}

.mobile-block .mobile-btn .mobile-btn-bar_icon {
	position: relative;
	width: 28px;
	height: 18px;
	margin-right: 10px;
}

.mobile-block .mobile-btn .mobile-btn-bar_icon span {
	position: absolute;
	width: 100%;
	height: 2px;
	background: white;
	-webkit-box-shadow: 1px 1px 1px #0000004a;
	box-shadow: 1px 1px 1px #0000004a;
	border-radius: 2px;
	-webkit-transition: .5s transform, .25s opacity;
	-o-transition: .5s transform, .25s opacity;
	transition: .5s transform, .25s opacity;
}

.mobile-block .mobile-btn .mobile-btn-bar_icon span:nth-child(1) {
	top: 0;
}

.mobile-block .mobile-btn .mobile-btn-bar_icon span:nth-child(2) {
	top: calc(50% - 1px);
}

.mobile-block .mobile-btn .mobile-btn-bar_icon span:nth-child(3) {
	bottom: 0px;
}

.mobile-block .mobile-btn.active .mobile-btn-bar_icon span:nth-child(1) {
	top: calc(50% - 1px);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mobile-block .mobile-btn.active .mobile-btn-bar_icon span:nth-child(2) {
	opacity: 0;
}

.mobile-block .mobile-btn.active .mobile-btn-bar_icon span:nth-child(3) {
	top: calc(50% - 1px);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mobile-block .mobile-btn .mobile-btn-text {
	width: 150px;
	text-align: center;
}

#top-menu {
	position: relative;
	z-index: 2;
}

.header_nav {
	position: relative;
	display: none;
	list-style: none;
	z-index: 1;
	padding: 0;
	margin: 0;
	/* background-color: #0000009e; */
}

.header_nav.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

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

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

li.menu-item-has-children>a {
	margin-right: 60px;
}

ul:not(#footer-menu) li.menu-item-has-children>span.opihc {
	position: absolute;
	right: 10px;
	top: 14px;
	width: 40px;
	height: 40px;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #dc3545;
	color: white;
}

ul:not(#footer-menu) li.menu-item-has-children li.menu-item-has-children>span.opihc {
	top: 3px;
	background: #4c5b65;
}

.left_menu li.menu-item-has-children>a {
	margin-right: 43px;
}

ul.left_menu:not(#footer-menu) li.menu-item-has-children>span.opihc {
	top: 0;
	right: 0;
	background: unset;
	color: unset;
	border: 1px solid #dfe4f0;
	border-radius: 2px;
}

.header_nav .sub-menu {
	display: none;
	background: white;
}

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

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

.header_nav li.show>ul.sub-menu {
	display: block;
}

.header_nav a {
	position: relative;
	text-decoration: none;
	font-size: 16px;
}

.header_nav>li:last-child {}

.header_nav>li>a {
	position: relative;
	z-index: 2;
	display: block;
	padding: 20px 15px;
	background: #ffffffde;
	color: #333;
	font-size: 17px;
}

.header_nav li>a:only-child:after,
.header_nav li.show a:only-child:after {
	content: '';
	margin: 0;
}

.header_nav li a:after {
	display: none;
	position: absolute;
	right: 1rem;
	top: calc(50% - 12px);
	font-family: 'fag';
	font-weight: 300;
	content: '\f107';
}

.header_nav li.show>a:after {
	content: '\f106';
}

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

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

.header_nav .sub-menu li a {
	color: #333;
	display: block;
	padding: 10px 15px;
	border-top: 1px solid #f5f5f5;
}

.header_nav li>.sub-menu .sub-menu>li a:before {
	content: '- ';
}

.sidebar form[role=search] {
	display: none;
	margin-bottom: 15px;
}

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

.sub-menu {
	list-style: none;
	padding: 0;
}

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

.left_menu.show {
	display: block;
}

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

.left_menu li.show>ul.sub-menu {
	display: block;
}

.left_menu li {
	position: relative;
}

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

.left_menu>li>a {
	background-color: #ffffff;
	border: 1px solid #1b6e8f;
	color: #222;
	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: block;
	font-style: italic;
}

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

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

@-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.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-bottom: 0;
}

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

.left_menu li ul.sub-menu ul.sub-menu>li>a>span:before {
	content: '- ';
}

.left_menu li ul.sub-menu ul.sub-menu ul.sub-menu>li>a>span:before {
	content: '- - ';
}

.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: "";
}


.before,
.after {
	position: relative;
}

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

ul#footer-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#footer-menu a {
	color: white;
}

ul#footer-menu>li {
	padding: 0 15px;
	position: relative;
	min-width: 150px;
}

ul#footer-menu>li>a {
	font-size: 18px;
}

ul#footer-menu ul {
	padding-left: 1.5rem;
	list-style: circle;
	color: white;
	font-size: 14px;
}

.general-gallery-block {
	background: #dc3545;
	margin: 30px 0;
}

.general-gallery-block .title {
	position: relative;
	margin: 0;
	padding: 15px 25px;
	font-weight: 100;
	font-size: 1.75rem;
	background: #dfe4f0;
}

.general-gallery-block .title:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	background: #f8f9fa;
}

.owl-nav>button {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #ffffffbf !important;
	top: calc(50% - 25px);
	left: 0;
	outline: none;
}

.owl-nav>button.disabled {
	display: none;
}

.owl-nav>button:last-child {
	left: unset;
	right: 0;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child), .input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-radius: 0;
}

#afisha-block {
	margin-top: -30px;
	padding: 30px 0;
	background-color: #f2f2ff;
	background-size: cover;
}

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

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

.radius-0 {
	border-radius: 0 !important;
}

.mobile-table {
	display: block;
	max-width: 100%;
	max-height: 400px;
	overflow: scroll;
}

@media screen and (max-width: 600px) {
	#wpadminbar {
		top: -46px;
	}
}

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

@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: 3;
		-moz-column-count: 3;
		column-count: 3;
	}

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

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

@media (min-width: 1200px) {
	ul#footer-menu {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.news_loop_img {
		margin-right: 15px;
	}

	.news_loop_img a img {
		width: 180px;
	}

	.mobile-table {
		max-height: unset;
		overflow: unset;
	}

	.mobile-block {
		display: none;
	}

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

	.sidebar form[role=search],
	.sidebar form[role=search].show {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.header_nav>li:hover>a {
		background: #ffffff;
		color: #34416b;
	}

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

	.header_nav>li>a:after {
		position: relative;
		right: unset;
		margin-left: 10px;
	}

	.header_nav li.show>a:after {
		content: '\f107';
	}

	.header_nav li:hover>.sub-menu {
		padding: 0;
		visibility: visible;
		opacity: 1;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
	}

	.header_nav .sub-menu {
		width: 240px;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		left: 0;
		z-index: 1;
		box-shadow: 8px 8px 20px -10px rgba(0, 0, 0, .5);
		display: block;
	}

	.header_nav .sub-menu li a {
		border: 1px solid #f5f5f5;
		border-bottom: 0;
	}

	.header_nav ul.sub-menu li a:only-child:after {
		content: '';
	}

	.header_nav ul.sub-menu li a:after {
		content: '\f105';
	}

	.header_nav>li.current-menu-item>a,
	.header_nav>li.current-menu-ancestor>a {
		background: #3b558b;
		color: white;
	}

	li.menu-item-has-children>a {
		margin-right: unset !important;
	}

	ul:not(#footer-menu) li.menu-item-has-children>span.opihc {
		display: none;
	}

	.header_nav li a:after {
		display: unset;
	}

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

	.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%;
		top: 1px;
	}

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

	.left_menu li:hover>a.bold {
		background-color: #425ea9;
		border-color: #425ea9;
	}

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

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

	.left_menu li ul.sub-menu ul.sub-menu>li>a>span:before,
	.left_menu li ul.sub-menu ul.sub-menu ul.sub-menu>li>a>span:before {
		content: '';
	}

	.news_loop_img {
		width: unset;
	}

	.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: 1;
		-moz-columns: 1;
		columns: 1;
	}
}