/*   
Theme Name: healthy step
Version: 1.0
Author: DiaNa
*/
@import url('https://fonts.googleapis.com/css2?family=Ruda:wght@400..900&display=swap');
:root{
	--brand: #9d111c;
	--wht:#ffffff;
	--card: #8e9efa;
	--backgen:#f7fafb;
	}

html {
	overflow-x: hidden;
}

body{
	font-family: "Ruda", sans-serif;
	margin:0;
	background: linear-gradient(45deg, #fefeff, #ffffff14), url(./img/back.png) fixed;
	background-size: cover;
	color:#222;
}

.container{
	width:1200px;
	max-width:90%;
	margin:auto;
}

/* header */

.header{
	position:fixed;
	top:0;
	width:100%;
	background:rgba(255,255,255,0.6);
	backdrop-filter:blur(12px);
	z-index:1000;
}

.nav{
	display:flex;
	justify-content:space-between;
	padding: 5px 0;
	align-items: center;
}

.nav ul{
	display:flex;
	gap:30px;
	list-style:none;
}

/* hero */

.hero{
	height:100vh;
	position:relative;
	display:flex;
	align-items:center;
}

.hero-bg{
	background:url("./img/gen1.png") fixed;
	background-size: cover;
	position:absolute;
	width:100%;
	height:100%;
	z-index:-1;
}

.hero-grid{
	display:flex;
	align-items:center;
	height:100%;
}

.glass{
	background:rgba(255,255,255,0.35);
	backdrop-filter:blur(10px);
	padding:40px;
	border-radius:15px;
}

a {
	color: #063462;
}

a:hover {
	color: #155423;
	text-decoration: none;
} 
.section{
	min-height:100vh;
	display:flex;
	align-items:center;
	padding:120px 0;
}
/* стили для панели описания */
.description-panel {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.description-panel.show {
    opacity: 1;
    transform: translateY(0);
}

.desc-img {
    display: block; /* всегда блок, чтобы блок не появлялся резко */
	height: 250px;
	width: 100%;
    opacity: 0;      /* картинка прозрачная по умолчанию */
    transition: opacity 0.4s ease;
}

.desc-img.visible {
    opacity: 1;      /* плавно проявляется */
}

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

li {
	padding: 8px 12px;
	cursor: pointer;
	margin-bottom: 4px;
	transition: background 0.3s;
}

	li:hover {
	background: #ffffff08;
}
	.horse-transition{
	position:relative;
}

.horse-zoom{
	background: url("./img/horse_leg.jpg") fixed;
	position:absolute;
	background-size: cover;
	width:100%;
	height:100%;
	z-index:-1;
	transform:scale(1);
	transition:transform 1s;
}

/* services */

.grid-2{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:80px;
}

.horse-profile{
	background: url("./img/horsezoom.jpg") center/cover;
	height:500px;
}

/* advantages */

.adv-grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:30px;
	margin-top:40px;
}

.adv{
	background:white;
	padding:30px;
	border-radius:10px;
}

/* price */

table{
	width:100%;
	margin-top:40px;
	border-collapse:collapse;
}

td{
	padding:15px;
	border-bottom:1px solid #ddd;
}

ul#header-right-links {
	list-style: none;
	font-size: 17px;
}

ul#header-right-links li {
	line-height: 36px;
}

ul#header-right-links li a {
	color: #000000;
	background: #b4e1ffd1;
	display: block;
}

ul#header-right-links i {
	text-decoration: none;
	background: #0d527e;
	color: #ffffff;
	min-width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.socials ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.socials ul li {
	display: inline-block;
}

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

.socials ul li a i {
	min-width: 30px;
	height: 30px;
	padding: 5px;
	color: #fff;
	background: #000000;
	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!important;
}

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

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

.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 10px;
	padding-top: 7px;
}


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

.badge {
	border-radius: 0;
}

/* =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;
}

footer {
	background-color: #000000;
}
.footer_top{
	color: #000000;
	border-top: 6px solid #0F1961;
}
.footer-grid {
	font-size:32px;
	font-weight: 300;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 40px; 
}

.footer-contacts h3 {
	color:#0f1961;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 40px;
	text-align: center;
	margin-bottom: 15px;
}

.footer-title {
	font-weight: 400;
	color: #0f1961;
	margin-bottom: 4px;
}

.footer-contacts a {
	display: block;
	color: #000;
	text-decoration: none;
}

.footer-contacts a:hover {
	text-decoration: underline;
}

.footer-menu-block {
	background-color: #130a24;
	padding: 30px 0;
}

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

.footer_banners>a {
	overflow: hidden;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	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;
}

.position-relative {
	position: relative;
}

.btn, .modal-content, .breadcrumb {
	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;
	transform: translate(0%, 0px);
	transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.gallery-item:hover{
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.gallery-title {
	margin: 5px 0 10px;
	text-transform: uppercase;
	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: #e6378c !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: #fffef7;
	list-style: none;
	padding: 15px;
	border: 1px solid #202124;
	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: 14px; */
	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;
    padding-bottom: 10px;
    margin: 15px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    flex-direction: column;
    /* box-shadow: 0 0 4px #c1bbbb; */
    align-content: center;
    align-items: center;
}
.news_loop:hover {
	transform: scale(1.01);
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-o-transform: scale(1.01);
	-ms-transform: scale(1.01);
}
.news_loop_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-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%;
    justify-content: center;
}

.news_loop_title {
    margin: 0 0 10px;
    color: #c00000;
    font-family: 'Kosmos129', cursive;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
}

.news_loop_title a {
    color: #be0505;
}

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

.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;
}
.news_loop .card{
	border:none;
}
.news_loop .card-title {
	margin: 0 0px 10px;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
}

.news_loop .card-title a {
	color: #10131a;
}
.news_loop .card-text{
	color:#0F1961;
	font-weight:300;
	font-size: 30px;
	letter-spacing: 1px;
}

.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;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	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;
}

.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 {
	padding-bottom: 42px;
	color: rgb(134, 134, 134);
	max-width: 1600px;
	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;
	justify-content: center;
}

#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: 120px;
	background: rgba(199, 201, 217, 0.25);
	border-radius: 3px;
	font-size: 30px;
	outline: none;
}

#afisha {
	width: calc(100% - 130px);
	left: 65px;
}
.left-but-nav{
	content: url('./img/arrow.svg');
}
.right-but-nav{
	content: url('./img/arrowright.svg');
}

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

#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: #0d527e;
	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;
}

#social-btns li a span{
	padding-right: 5px;
	color: #4b2d8c;
	background: white;
	/* transition: all 0.5s cubic-bezier(0, 1.29, 0.23, 0.97) 0s; */
	transform: translate(0px) rotatex(0deg);
	opacity: 0;
	width:0;
	height: 30px;
}
.scale-up-left {
	-webkit-animation: scale-up-left 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: scale-up-left 5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
#social-btns li a:hover>span {
	 
	 width:100%;
	 opacity: 1;
}

.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: #230600;
	text-shadow: 1px 1px 1px #0000004a;
	background: rgb(255 255 255 / 25%);
	-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: #240700;
	-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;
}

.menu-item>a::before {
	font-family: 'fag';
}

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

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

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

.header_nav {
	position: relative;
	background: #ffffff;
	display: none;
	list-style: none;
	z-index: 1;
	padding: 0px;
	margin-bottom: 0px;
}

.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 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.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>a {
	position: relative;
	z-index: 2;
	display: block;
	color: #000000;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	padding: 9px;
}

.header_nav>li.current-menu-item, .header_nav>li.current-menu-ancestor {
	background: rgb(255 255 255 / 4%);
}

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

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



.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: 10px;
	margin: 0;
}

ul#footer-menu a {
	color: #0F1961;
	text-transform: uppercase;
	text-decoration: underline;
}

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

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

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

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

.widgets_block>*:not(.show_widgets_btn) {
	display: none;
}

.widgets_block.show>*:not(.show_widgets_btn) {
	display: block;
}
.footer_banners {
		padding-top: 25px;
	}

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

	.content_block p{
		font-size:16px;
		font-weight:400;
		line-height: 1.5;
		letter-spacing: 2px;
	}

}

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

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