/*   
Theme Name: Fedor
Version: 1.0
Author: ginesUFA
*/
@import url("fonts/inter.css");
@import url("fonts/wixmadefortext.css");
@import url("fonts/murecho.css");

body {
    overflow-x: hidden;
    position: relative;
    cursor: default;
    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-size: 14px;
    font-weight: 400;
    background: url(./img/fon1.jpg) fixed;
    background: linear-gradient(1turn, #e6deba, #f6f1de, #f6f1de);
    background-size: 52%;
    z-index: 1;
}


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

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

.modal-conten {
    background: #b5efec;
    top: 10px;
}

.header-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.header-img > img {
    width: 100%;
    height: 104%;
}

.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: 0px 1px 20px 10px rgb(0 0 0 / 50%);
    background: rgb(255 255 255 / 100%);
}

a {
    color: #ad4523;
}

a:hover {
    color: #bd532f;
    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-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 {
    background-color: #4b975a;
    border-color: #4b975a;
}

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

.btn-primary.focus, .btn-primary:focus, .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(49 82 122 / 50%);
}


.header_sitename {
    font-family: 'Inter';
    font-family: 'Murecho';
    padding: 20px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.1;
    color: #2a7936;
    text-align: left;
    line-height: 1.3;
}

.header_sitename span {
    font-weight: 800;
    font-size: 28px;
    line-height: 1.3;
    /* color: #348561;
    text-shadow: 0px 2px 0px #256347; */
    background-color: #ffffff;
    background-image: linear-gradient(180deg, #9b2d30, #8b2326);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.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;
    min-height: 200px;
    background: linear-gradient(to right, #f0ebd2 40%, rgb(236 232 212 / 91%) 60%, rgb(231 223 188 / 51%) 80%, transparent 100%), url(./img/header_fon.jpg) right center;
    background-size: auto, 60%;
}

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

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

#useful_links-block > .container-fluid > .row:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background: url(./img/fon2.jpg); */
    /* background-color: #00bcd4; */
    background-size: cover;
    opacity: 0.1;
}

.footer {
    background-color: #9b2d30;
}

.footer a {
    color:#fff;
}

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

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

label {
    font-weight: 400;
}

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

.child_cat,
.filter_block,
.child_page {
    background: #9fdd541f;
    list-style: none;
    padding: 15px;
    border: 1px solid #cae0ac;
    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;
    font-size: 14px;
}

.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: #bdc5c6;
    transition: .5s;
}

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

#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: #3e466f;
}

.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 #01b5b7;
}

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

.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 {
    background: #e1e1e1;
    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% - 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;
}

.afisha-single .badge {
    font-size: 14px;
    font-weight: 100;
}

.afisha-pushkin {
    overflow: hidden;
    border-radius: .2rem;
}

.pagination .page-link {
    color: #960f1d;
}

.pagination .page-item.active .page-link {
    background-color: #cd9e9f;
    border-color: #960f1d;
}

.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 {
    font-family: 'Inter';
    font-family: 'Murecho';
    background-color: #ffffffdb;
    box-shadow: 0px 4px 4px 0px #3e3e3e47;
    font-size: 14px;
    padding: 15px;
    text-align: center;
    color: #3e3e3e;
}

.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: #9b2d30;
    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: #0e68d0;
}

.socials .fa-music {
    background: #1e1e30;
}

.socials .fa-whatsapp {
    background: #0cc042;
}

.socials .fa-telegram {
    background: #2ea2dc;
}

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

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

.header_nav small {
    display: none;
}

.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: #f0e68c;
    border: 1px solid #f0e68c;
    color: #591d1c;
    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: 500;
    text-transform: uppercase;
}

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

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

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

.left_menu li:hover > a.bold {
    background-color: #e6db7e;
    border-color: #e6db7e;
    color: #591d1c;
}

.left_menu li:hover > a {
    background-color: #e6db7e;
    color: #591d1c;
}

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

.modal-content {
    background: #d0a2a2;
    top: 10px;
}

.modal-body {
    background: white;
}

#header_nav {
    position: relative;
    z-index: 999;
    background-color: #9b2d30;
}

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

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

.row-2 {
    margin-left: -2px;
    margin-right: -2px;
}

.row-2 > * {
    padding-left: 2px;
    padding-right: 2px;
}

.afisha-date-item {
    background-color: whitesmoke;
    border: 1px solid #e7e7e7;
    transition: .25s;

    border-radius: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.afisha-date-item:hover {
    background-color: #e7e7e7;
    border-color: #d9d9d9;
}

.afisha-price-item {
    background-color: #fff0d8;
    border: 1px solid #efdfc6;
    font-weight: 600;
    transition: .25s;
    border-radius: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    min-height: 44px;
}

.afisha-place {
    background-color: #fff0d8;
    border: 1px solid #efdfc6;
    /*font-weight: 600;*/
    padding-left: 10px;
    padding-right: 10px;
    min-height: 44px;
    border-radius: 2px;
    margin: 2px;
}

.afisha-pushkin {
    border-radius: .2rem;
    overflow: hidden;
}

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

    .sitename {
        font-size: 28px;
    }

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

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

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

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

    .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;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    .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: 1;
        box-shadow: 8px 8px 20px -10px rgba(0, 0, 0, .5);
    }

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

    .col-xl-2-5 {
        flex: 0 0 20.8333%;
        max-width: 20.8333%;
    }
}

@media (min-width: 1450px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1400px;
    }

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

