@charset "UTF-8";
.jq-file__name,
.jq-selectbox__select-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
.jq-checkbox,
.jq-file,
.jq-number,
.jq-radio {
    display: inline-block
}
body {
    line-height: 1
}
li,
nav,
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
@font-face {
    font-family: Lato;
    src: local("Lato"), url(../fonts/LatoRegular/LatoRegular.ttf)
}
@font-face {
    font-family: LatoSemibold;
    src: local("LatoSemibold"), url(../fonts/lato-semibold.ttf)
}
@font-face {
    font-family: LatoMedium;
    src: local("LatoMedium"), url(../fonts/Lato-Medium.ttf)
}
@font-face {
    font-family: LatoBlack;
    src: local("LatoBlack"), url(../fonts/Lato-Black.ttf)
}
@font-face {
    font-family: LatoHeavy;
    src: local("LatoHeavy"), url(../fonts/Lato-Heavy.ttf)
}
@font-face {
    font-family: LatoItalic;
    src: local("LatoItalic"), url(../fonts/LatoLightItalic.ttf)
}
@font-face {
    font-family: NotoBold;
    src: local("NotoBold"), url(../fonts/noto_serif_bold.ttf)
}

html {
    font-size: 13px;
}

html.font-big {
    font-size: 15px;
}

html.font-big .nav__item a {
    padding-left: 15px;
    padding-right: 15px;
}

html.font-little {
    font-size: 11px;
}

html.font-little .nav__item a {
    padding-left: 24px;
    padding-right: 24px;
}

.see__a {
    cursor: pointer;
}

.jq-checkbox,
.jq-radio {
    position: relative;
    overflow: hidden
}
.jq-checkbox input,
.jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0
}
.jq-file {
    position: relative;
    overflow: hidden
}
.jq-file input {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 100px;
    line-height: 1em
}
.jq-select-multiple,
.jq-selectbox {
    position: relative;
    display: inline-block
}
.jq-select-multiple select,
.jq-selectbox select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    opacity: 0
}
.jq-select-multiple li,
.jq-selectbox li {
    white-space: nowrap
}
.jq-selectbox {
    z-index: 10
}
.jq-selectbox__select {
    position: relative
}
.jq-selectbox__dropdown {
    position: absolute
}
.jq-selectbox__search input {
    -webkit-appearance: textfield
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none
}
.jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch
}
.jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}
.jq-number__field input {
    -moz-appearance: textfield;
    text-align: left
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}
* {
/*    transition: all .3s*/
}
body {
    font-family: Lato;
    font-size: 1rem;
    background-color: #fae7ab
}
a:hover {
    text-decoration: none
}
.main-container {
    max-width: 1440px;
    overflow-x: hidden;
    margin: 0 auto;
    background-color: #fff
}
.container {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto
}
.contacts__work {
    text-align: right;
    line-height: 25px
}
.header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap;
    padding-top: 40px;
    align-items: flex-end;
    position: relative;
    z-index: 10;
}
.header__navMob {
    position: fixed;
    width: 100%;
    height: 40px;
    line-height: 40px;
    top: 0;
    left: 0;
    background: #fae7ab;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
    font-size: 1.53rem;
    box-sizing: border-box;
    z-index: 6;
    display: none
}
.h1,
.red-a {
    text-align: center
}
.header__phoneAndBut__red-button {
    float: right;
    margin-top: 20px
}
.header__phoneAndBut__phone {
    margin-top: 0!important
}

.footer .contacts__phone a {
    color: #fff;
}

.header__phoneAndBut__phone a {
    color: #231f20;
}

.header__contacts__phone__i {
    margin-right: 12px;
/*    color: #d7d7d7;*/
    color: #585757;
}
.header__a,
.header__see__a {
    color: #d2232b
}
.header__logo {
    padding-right: 30px;
    flex-basis: 150px;
    margin: 0 auto;
}
.header__a {
    display: block
}
.header__see {
    padding-top: 10px
}
.header__searchForm,
.header__see__wrap {
    margin-top: 20px
}
.header__content {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap;
    flex-basis: 890px;
    min-height: 140px;
    -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
    margin: 0 auto
}
.header__soc__a,
.nav__item a {
    display: inline-block;
    text-decoration: none
}
.header__content__nav {
    height: 40px;
    z-index: 1;
    line-height: 40px;
    background-color: #fae7ab;
    border-radius: 5px
}
.header__soc {
    color: #585757
}
.header__soc__a {
    color: #d2232b;
    font-size: 1.64rem;
    margin-left: 10px
}
.nav__item {
    float: left;
    font-size: 0.93rem;
}
.nav__item a {
    padding-left: 20px;
    padding-right: 20px;
    color: #231f20
}
.body-content,
.pagination {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex
}
.nav__item a.current,
.nav__item a:hover {
    background-color: #1e3b53;
    color: #fff
}

.sub-menu {
    z-index: 10;
}

.sub-menu .nav__item {
    display: block;
    float: none;
}

.pagination {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    margin-top: 40px;
    justify-content: space-between
}
.kama_breadcrumbs {
    overflow: hidden
}
.kama_breadcrumbs span {
    display: inline-block;
    float: left;
    color: #585757;
    margin-right: 2px;
}
.kama_breadcrumbs .kb_sep {
    margin-right: 5px;
}
.kama_breadcrumbs a {
    display: inline-block;
    color: #585757;
}
.kama_breadcrumbs span[itemprop=name] {
    text-decoration: underline;
}
.kama_breadcrumbs span[itemprop=name]:hover {
    text-decoration: none;
}
.red-a {
    color: #d2232b;
    display: inline-block
}
.red-a:hover {
    text-decoration: none
}
.h1 {
    display: block;
    font-size: 2.3rem;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #231f20
}
.body-content {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    flex-wrap: wrap
}
.body-content__sidebar {
    float: left;
    max-width: 250px;
    flex-basis: 250px;
    padding-top: 60px;
    padding-right: 20px;
    box-sizing: border-box;
    margin: 0 auto
}
.body-content__catalog {
    float: left;
    overflow: hidden;
    margin: 0 auto;
    max-width: 820px;
    flex-basis: 820px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}
.body-content__catalog__h1,
.body-content__catalog__month__linkNext {
    margin-right: 80px
}
.body-content__catalog__month {
/*    flex-basis: 100%;*/
    flex-basis: auto;
    width: 100%;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
    padding: 10px;
    margin-bottom: 26px
}
.body-content__catalog__item-fest {
    flex-basis: 231px;
    max-width: 790px;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap;
    overflow: hidden;
    margin-bottom: 10px;
    background: #f2f2f2
}
.body-content__catalog__item-fest__content {
    flex-basis: 540px;
    padding: 20px 40px 20px 30px;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
    -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap;
    box-sizing: border-box
}
.body-content__catalog__item-fest__content__text {
    margin-right: 90px
}
.body-content__catalog__item-fest__img {
    flex-basis: 250px;
    max-width: 250px
}
.body-content__catalog__item {
    flex-basis: 250px;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 10px;
    position: relative
}
.body-content__catalog__item__age {
    position: absolute;
    top: 0;
    right: 0
}
.body-content__catalog__item__date {
    font-size: 1.3rem;
    color: #d2232b;
    font-family: Lato;
}
.about__p,
.author,
.title-fest {
    font-size: 1rem;
}
.body-content__catalog__item__title {
    margin-top: 13px;
    margin-bottom: 13px;
    display: inline-block;
    color: #231f20;
    font-size: 1.4rem;
    height: 26px;
}
.body-content__catalog__item__content {
    line-height: 20px;
    color: #585757
}
.body-content__catalog__item__img {
    display: block;
    width: 100%
}
.body-content__catalog__item__info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 15px
}
.body-content__catalog__item__info__pay {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    justify-content: space-around;
    flex-direction: column;
    min-height: 90px
}
.body-content__catalog__item__info__time {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    flex-direction: column;
    justify-content: space-around;
    max-height: 130px
}
.body-content__catalog__item__info__time__title {
    text-align: right;
    line-height: 20px;
    color: #585757;
    margin-top: 3px
}
.body-content__catalog__item__info__time__item {
    padding-left: 30px;
    height: 20px;
    line-height: 21px;
    display: inline-block;
    position: relative
}
.body-content__catalog__item__info__time__item:before {
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    position: absolute;
    background-image: url(../img/time.png);
    background-repeat: no-repeat;
    background-position: center
}
.body-content__catalog__item__info__time__item__span {
    color: #555
}
.about__p,
.author,
.title-fest {
    color: #585757
}

.footer__p {
    color: #bdbdbd
}
.bar-time-item:before {
    background-image: url(../img/time-black.png);
    background-repeat: no-repeat;
    background-position: center
}
.fest-more {
    margin-top: 20px
}
.author {
    line-height: 20px;
    margin-bottom: 10px
}
.about {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 30px;
    background: #f2f2f2
}
.about__container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap;
    justify-content: center
}
.about__img {
    max-width: 430px;
    flex-basis: 430px;
    max-height: fit-content;
}
.about__content {
    max-width: 640px;
    flex-basis: 640px;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box
}
.about__p {
    line-height: 22px;
    padding-bottom: 20px
}
.title-fest {
    line-height: 20px
}
.footer {
    background: #1e3b53;
    padding: 40px 10px
}
.footer__row-two {
    align-items: center;
    padding-top: 40px
}
.footer__a {
    display: inline-block;
    color: #fae7ab;
    width: 100%
}
.footer__logo {
    flex-basis: 200px
}
.footer__searchAndSee {
    flex-basis: 240px;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    flex-direction: column;
    justify-content: space-between
}
.footer__row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    flex-direction: row;
    -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap;
    justify-content: space-between
}
.footer__nav {
    flex-basis: 100px
}
.footer__nav__item {
    color: #fae7ab;
    display: block;
    float: left;
    clear: both;
    line-height: 34px
}
.footer__soc__a,
.up {
    display: inline-block
}
.footer__see__p {
    color: #585757
}
.footer__see__a {
    color: #fae7ab
}
.footer__contacts {
    color: #fff
}
.footer__contacts__phone__i {
/*    color: #4b6275;*/
    color: #fff
    margin-right: 12px
}
.footer__soc {
    color: #bdbdbd;
    margin-left: -40px
}
.footer__soc__a {
    color: #fae7ab;
    font-size: 1.46rem;
    margin-left: 10px;
    text-decoration: none
}
.fz15 {
    font-size: 1.15rem;
}
.soc__face,
.soc__inst,
.soc__vk {
    vertical-align: middle
}
.alignLeft {
    text-align: left
}
.up {
    color: #fff;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding-right: 60px
}
.up:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(../img/up-arr.png) 50% 50% no-repeat #fff;
    border-radius: 50%
}
.up:hover::before {
    background: url(../img/up-arr.png) 50% 50% no-repeat #D5D5D5
}
.contacts {
    text-align: right;
    line-height: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    flex-direction: column;
    justify-content: space-between
}
.age,
.border-button,
.calendar-day a,
.calendar__h2,
.director__desc,
.lider,
.news__bar__title,
.red-button,
.start-spect {
    text-align: center
}

.contacts__phone {
/*    font-family: LatoHeavy;*/
    font-family: Lato;
    margin-top: 10px;
    font-size: 1.23rem;
}
.see__lg {
    font-size: 2.76rem;
}
.see__md {
    font-size: 2.15rem;
}
.see__sm {
    font-size: 1.38rem;
}
.see__a {
    margin-right: 15px;
    display: inline-block;
    font-family: NotoBold
}
.border-button {
    border: 2px solid #d2232b;
    display: inline-block;
    height: 37px;
    min-width: 130px;
    color: #231f20;
    line-height: 40px;
    border-radius: 5px;
    text-decoration: none
}
.border-button:hover {
    color: #fff;
    background-color: #d2232b;
    border-color: #d2232b
}
.age {
    width: 42.2px;
    height: 42.2px;
    border-radius: 50%;
    background-color: #fae7ab;
    line-height: 42.2px;
    font-family: LatoBlack
}
.next-red:before,
.prev-red:before {
    content: ' ';
    top: 0;
    width: 7px;
    height: 14px
}
.age-blue {
    background-color: #1e3b53;
    color: #fff
}
.next-red,
.prev-red {
    color: #d2232b;
    font-size: 1.201rem;
    display: inline-block
}
.prev-red {
    position: relative;
    padding-left: 35px
}
.prev-red:before {
    position: absolute;
    left: 0;
    background: url(../img/prev.png) 50% 50% no-repeat
}
.next-red {
    position: relative;
    padding-right: 35px
}
.next-red:before {
    position: absolute;
    right: 0;
    background: url(../img/next.png) 50% 50% no-repeat
}
.news-slider-3 .slick-arrow:before,
.poster__slider .slick-arrow:before {
    content: ''
}
.jq-selectbox,
.searchForm__text {
    width: 100%;
    height: 40px;
    border: 1px solid #585757;
    position: relative;
    color: #585757;
    padding-left: 18px;
    line-height: 40px;
    display: block;
    box-sizing: border-box;
    outline: 0
}
.searchForm__text {
    max-width: 240px;
    border-radius: 5px;
    padding-right: 48px;
    background: url(../img/search.png) 93% 50% no-repeat #fff;
    margin-bottom: 10px
}
.searchForm__text::-webkit-input-placeholder {
    font-size: 1rem;
    font-family: LatoItalic;
    color: #585757
}
.searchForm__button {
    margin: 0 auto 10px
}
.jq-selectbox {
    border-radius: 5px;
    margin-bottom: 20px;
    cursor: pointer
}
.jq-selectbox__trigger {
    width: 11px;
    height: 7px;
    background: url(../img/arr.png) 50% 50% no-repeat;
    right: 14px;
    top: 16px;
    position: absolute
}
.jq-selectbox__dropdown {
    width: 100%;
    background: #fff;
    left: 0;
    border: 1px solid #585757;
    box-sizing: border-box;
    border-radius: 5px
}
.jq-selectbox__dropdown .searchForm__select__item {
    padding-left: 18px;
    box-sizing: border-box;
    border: 1px solid transparent
}
.jq-selectbox__dropdown .searchForm__select__item:hover {
    background-color: #585757;
    color: #fff
}
.red-button {
    min-width: 130px;
    max-width: 160px;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #d2232b;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: block
}
.red-button:hover {
    background: #A91C24
}
.calendar {
    max-width: 250px;
    background: #fae7ab;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 30px 15px 35px
}
.calendar__h2 {
    margin-bottom: 30px
}
.calendar__day {
    height: 20px
}
.calendar__depricate__a {
    color: #231f20;
    opacity: .5
}
.calendar__table {
    width: 100%;
    border-spacing: 0
}
.calendar__item,
.calendar__today__a {
    width: 30px;
    height: 30px;
    border-radius: 50%
}
.calendar__item {
    text-align: center;
    line-height: 30px
}
.calendar__item.weekend a:not(.calendar__today__a){
    color: #d2232b !important;
}
.calendar__item__a {
    color: #231f20
}
.calendar__today__a {
    color: #fff;
    display: block;
    line-height: 2.6;
    background: #d2232b;
    text-decoration: none
}
.news__img img,
.parent-li ul li a {
    width: 100%
}
.director,
.lider {
    border: 1px solid #585757
}
.c-black {
    color: #231f20
}
.ml20 {
    margin-left: 20px
}
.parent-li ul {
    display: none;
    position: absolute;
    overflow: hidden;
    background: #fae7ab
}
.parent-li:hover ul {
    display: block
}
.news {
    flex-basis: 100%;
    background: #f2f2f2;
    padding: 20px;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap;
    margin-bottom: 20px
}
.news__text {
    padding-top: 40px;
    line-height: 20px;
    color: #585757
}
.news__text p {
    margin-bottom: 14px
}
.news__content {
    flex-basis: 540px;
    padding-right: 75px;
    padding-left: 30px;
    box-sizing: border-box
}
.news__title {
    font-family: LatoMedium;
    font-size: 1.38rem;
    line-height: 23px;
    margin-bottom: 10px;
}
.news__title-2 {
/*    color: #585757;*/
    color: #585757;
    line-height: 30px;
    margin-bottom: 5px
}
.news__img {
    flex-basis: 230px;
    max-width: 230px
}
.news__preview {
/*    color: #bdbdbd;*/
    color: #585757;
    line-height: 20px;
    margin-bottom: 20px
}
.news__more-date {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap;
    align-items: center
}
.news__more {
    flex-basis: 160px
}
.news__date {
/*    color: #bdbdbd;*/
    color: #585757;
    margin-left: 25px
}
.news__bar {
    flex-basis: 100%;
    min-height: 90px;
    padding: 10px 20px;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
    align-items: center;
    background: #fae7ab;
    margin-top: 40px;
    align-items: center;
}
.news__bar__date {
/*    flex-basis: 230px;*/
/*    flex-basis: 170px;*/
}
.news__bar__date__a {
    color: #231f20;
    margin-left: 10px
}
.news__bar__date__title-spect {
    font-size: 1.38rem;
    font-family: Lato;
    margin-bottom: 10px
}
.news__bar__title {
    font-size: 1.38rem;
    line-height: 20px;
    font-family: Lato;
}
.news__soc {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap;
    align-items: center
}
.news__soc__button {
    margin-right: 45px
}
.lg-red-button {
    max-width: 200px;
    min-width: 200px
}
.start-spect {
    color: #231f20;
    margin-right: 100px
}
.c-white {
    color: #fff
}
.button-and-age {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    margin-top: 27px
}
.human {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    margin-bottom: 10px
}
.human__position {
/*    color: #74828e;*/
    color: #fff;
    width: 40%
}
.human__name {
    font-family: LatoItalic;
    width: 147px
}
.name-slide {
    font-size: 2.3rem;
    color: #fae7ab;
    line-height: 23px;
    margin-bottom: 20px
}
.actor__p,
.director,
.lider,
.preview-slide {
    line-height: 20px
}
.preview-slide {
    margin-bottom: 30px
}
.red-button-small {
    max-width: 130px
}
.news-slider {
    margin-top: 55px;
    max-width: 100%;
    max-height: 445px;
    overflow: hidden;
    margin-bottom: -40px;
}
.news-slider .red-button {
    margin-top: 2px
}
.news-slider__age {
    color: #231f20;
    background: #fff;
    margin-left: 20px
}
.news-slider__item__content {
    position: absolute;
    min-width: 487px;
    color: #fff;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: rgba(0, 0, 0, .2)
}
.poster__slider,
.poster__slider__item__img {
    position: relative
}
.news-slider__item__content__body {
    max-width: 255px;
    flex-basis: 255px
}
.news-slider__item__img {
    width: 100%
}
.news-slider .slick-arrow {
    width: 40px;
    height: 40px;
    z-index: 2
}
.news-slider .slick-arrow:before {
    display: none
}
.news-slider .slick-prev {
    background: url(../img/slider_arrow-left.png);
    left: 25px
}
.news-slider .slick-next {
    background: url(../img/slider_arrow-right.png);
    right: 25px
}
.actors {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap;
/*    margin-top: 30px;*/
    justify-content: space-around;
    width: 100%;
    margin-bottom: 20px;
}
.actors__h1 {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 60px
}
.director {
    flex-basis: 520px;
    margin: auto auto 40px;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    justify-content: center;
    padding: 22px;
    color: #585757
}
.director__img {
    width: 183px;
    overflow: hidden
}
.director__img img {
    width: 100%;
    display: block
}
.director__position {
    font-size: 0.84rem;
    text-transform: uppercase
}
.director__title,
.lider__title {
    font-size: 1.38rem;
    font-family: Lato;
}
.director__title {
    color: #231f20
}
.director__desc {
    margin-left: 40px;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    flex-direction: column;
    justify-content: space-around
}
.row {
    flex-basis: 100%;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box
}
.lider {
    flex-basis: 340px;
    margin-bottom: 20px;
    box-sizing: border-box;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap;
    color: #585757;
    padding: 10px 24px 23px
}
.lider__img {
    margin: auto;
    border-radius: 25%;
    overflow: hidden;
    width: 136px;
    height: 90px
}
.lider__contacts,
.lider__title {
    margin-top: 15px
}
.lider__title {
    color: #231f20;
    margin-bottom: 15px
}
.actor {
    flex-basis: 340px;
    margin-bottom: 20px;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    padding: 30px;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    flex-wrap: wrap
}
.contact-item-border,
.poster__slider {
    border-bottom: 1px solid #585757
}
.actor__desc {
    padding-left: 15px;        
    flex-basis: calc(100% - 80px);
    box-sizing: border-box;
}
.actor__img {
    flex-basis: 80px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%
}
.actor__img img,
.vacancy__img img {
    width: 100%
}
.actor__title {
    font-size: 1.53rem;
    font-family: Lato;
    max-width: 100px
}
.cat__descr {
    padding-left: 0;
    margin: 0 auto;
}
.cat__title {
    font-size: 1.53rem;
    font-family: Lato;
}
.cat__title a,
.cat__title a:hover,
.cat__title a:focus,
.cat__title a:visited,
.cat__title a:active {
    color: #000;
    text-decoration: none;
    font-family: Lato;
}
.actor__p {
    color: #585757;
    margin-top: 18px
}
.vacancy {
    padding: 0;
    justify-content: flex-end
}
.vacancy__content {
    padding-top: 50px;
    padding-bottom: 50px;
    flex-basis: 720px
}
.vacancy__img {
    flex-basis: 340px;
    max-width: 340px
}
.vacancy__title {
    margin-bottom: 10px
}
.flex-end {
    justify-content: flex-end
}
.bg-trans {
    background: 0 0
}
.h1-center {
/*    margin: 60px auto auto;*/
    margin: 40px auto 40px;
    flex-basis: 100%
}
.mb95 {
    margin-bottom: 95px
}
.mb30 {
    margin-bottom: 30px
}
.border-button-big {
    min-width: 170px
}
.pl22 {
    padding-left: 22px
}
.time-red {
    color: #d2232b;
    font-size: 1.23rem;;
    line-height: 23px;
    font-family: Lato;
}
.calendar-day {
    min-height: 40px;
    background: #fae7ab;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap;
    justify-content: space-around;
    align-items: center
}
.calendar-day a {
    color: #231f20;
    width: 25px;
    flex-basis: 25px;
    height: 25px;
    line-height: 27px;
    border-radius: 50%
}

.calendar-day a.ds {
    opacity: .5;
}

.calendar-day a.action,
.calendar-day a:hover {
    background: #d2232b;
    text-decoration: none;
    color: #fff
}
.calendar-day .fa-calendar {
    font-size: 1.38rem;
    margin-top: -3px;
    color: #ceb669
}
.poster {
    width: 100%;
    max-width: 1070px
}
.poster__title {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    align-items: center;
    flex-wrap: wrap
}
.poster__month {
    margin-left: 20px;
    margin-top: 5px
}

.poster__month a {
    cursor: pointer;
}

.poster__month:hover a {
    text-decoration: underline;
}

.poster__slider {
    padding-bottom: 130px;
    margin-top: 40px;
    margin-bottom: 20px;
    overflow: hidden;
    max-width: 1070px
}
.poster__slider .slick-next,
.poster__slider .slick-prev {
    top: 100%;
    margin-top: -70px;
    background: url(../img/arrows-black.png) no-repeat
}
.poster__slider .slick-arrow {
    width: 40px;
    height: 40px;
    z-index: 2
}
.poster__slider .slick-prev {
    left: 50%;
    margin-left: -50px
}
.poster__slider .slick-next {
    right: 50%;
    margin-right: -50px;
    background-position-y: -43px
}
.poster__slider__item {
    overflow: hidden;
    margin-left: 12.5px;
    margin-right: 12.5px;
    outline: 0;
    max-height: 100%
}
.poster__slider__item__img__age {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #fff
}
.poster__slider__item__button {
    margin-top: 25px
}
.poster__slider__item__time {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
    margin-bottom: 15px;
    max-height: 20px
}
.poster__slider__item__time__t {
    margin-top: 4px
}
.pt90 {
    padding-top: 90px
}
.mt30 {
    margin-top: 30px
}
.mah165 {
    max-height: 165px
}
.text-spect {
    margin-right: 30px;
    width: 100%;
    max-width: 260px
}
.mt5 {
    margin-top: 5px
}
.mt45 {
    margin-top: 45px
}
.month-colum {
    flex-basis: 15px
}
.catalog-column {
    flex-direction: column;
    justify-content: flex-start
}
.map-wrap {
    position: relative;
/*    margin-bottom: 45px*/
}
.contact-text {
    background-color: #f2f2f2;
    padding-top: 45px;
    padding-bottom: 45px;
    color: #585757;
    line-height: 20px;
    font-size: 1rem;
}
.contact-text p {
    margin-bottom: 20px
}
.tal {
    text-align: left;
    margin-top: 0
}
.container-small {
    max-width: 920px;
    margin: 0 auto
}
.contact-block {
    background: #fff;
    max-width: 350px;
    border: 1px solid #585757;
    overflow: hidden;
    padding: 30px 40px 0px
}
.contact-block .border-button {
    width: 100%;
    margin-bottom: 10px
}
.contact-block-big {
    padding: 70px 70px 30px;
    max-width: 500px;
    margin: auto
}
.tar {
    text-align: right;
    float: right
}
.contact-item {
    margin-bottom: 20px;
    color: #585757;
    line-height: 22px
}
.contact-item h2 {
    font-size: 1.38rem;
    font-family: Lato;
    margin-bottom: 7px;
    color: #231f20
}
.contact-item p {
    margin-bottom: 25px
}
.contact-block-wrap {
    padding: 5px;
    position: absolute;
    top: 10px;
    right: 185px;
    background: #fff;
    max-width: 350px;
    overflow: hidden
}
.news-slider-3 .slick-next,
.news-slider-3 .slick-prev {
    top: 100%;
    margin-top: -20px;
    background: url(../img/arrows-black.png) no-repeat
}
#map {
    height: 550px;
    width: 100%
}
.news-slider-3 {
    padding-bottom: 80px;
    overflow: hidden;
    margin-bottom: 30px
}
.news-slider-3 .slick-arrow {
    width: 40px;
    height: 40px;
    z-index: 2
}
.news-slider-3 .slick-prev {
    left: 50%;
    margin-left: -50px
}
.news-slider-3 .slick-next {
    right: 50%;
    margin-right: -50px;
    background-position-y: -43px
}
.news-slider-3__item {
    max-width: 340px;
    margin-right: 20px
}
.news-slider-3__item__img {
    margin-bottom: 13px
}
.no-margin-no-lh {
    line-height: 0;
    margin-top: 4px;
    margin-bottom: 0
}
.documents__item {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    align-items: center;
    -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
    margin-bottom: 60px;
    font-size: 1.69rem;
    line-height: 23px
}
.documents__item hr {
    flex-basis: 65%;
    margin-left: 15px
}
.documents__item .red-button {
    margin-left: 66px;
    font-size: 1rem;
}

.no-res-from-dearch-text {
    text-align: center;
}

.h1 a {
    color: #000 !important;
    text-decoration: none !important;
}

@media screen and (max-width: 550px) {
    .documents__item {
        flex-wrap: wrap
    }
    .documents__item span {
        flex-basis: 100%;
        text-align: center
    }
    .documents__item .red-button {
        margin: 10px auto
    }
    .documents__item hr {
        display: none
    }
}

.lider__desc {
    margin-left: auto;
    margin-right: auto;
}

.title-row {
    width: 100%;
}

.body-content {
    margin-bottom: 40px;
}

.actors {
    margin-bottom: 0;
}

.news:last-child {
    margin-bottom: 0;
}

.body-content.mb-mod {
    margin-bottom: 0;
}

@media screen and (max-width: 1070px) {
    
    .searchForm__text {
        margin-top: 10px;
        max-width: 250px;
    }
    
    .actors.mt-mod {
        margin-top: -15px;
    }
    
    .vacancy {
        flex-basis: 300px;
        margin: 15px auto auto;
    }
    .vacancy__content {
        margin: auto;
        padding-right: 30px
    }
    .vacancy__img {
        margin: auto
    }
    .vacancy__date {
        margin: auto;
        width: 100%;
        margin-top: 20px!important
    }
    
    .border-button {
        margin: 10px 0 0;
    }
    
    .body-content__catalog__h1 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    
}
@media screen and (max-width: 1040px) {
    .actor {
        margin: auto auto 30px
    }
    .lider {
        margin: auto auto 20px
    }
    .mb95 {
        margin-bottom: 60px
    }
}
@media screen and (max-width: 767px) {
    
    .slick-slide img {
        width: 100%
    }
    .home-slider__item img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1
    }
    .home-slider__item__content {
        position: inherit;
        display: block
    }
    .home-slider__item__content__body {
        padding: 20px;
        margin: auto
    }
}
@media screen and (max-width: 830px) {
    
    .next-red {
        margin-left: 10px;
    }
    
    .prev-red {
        margin-right: 10px;
    }
    
    .body-content__catalog__h1 {
        margin-right: 0;
        text-align: center; 
    }
    
    .body-content__catalog__month {
        justify-content: center;
    }
    
    .news {
        max-width: 280px;
        box-sizing: border-box;
    }
    
    .news__img {
        margin: 0 auto 20px;
    }
    .news__content {
        padding-left: 20px;
        padding-right: 20px;
        margin: auto;
        order: 1;
    }
    .news__more-date {
/*        justify-content: center*/
    }
    .news__date {
        margin: auto 0 auto auto;
    }
}
@media screen and (max-width: 806px) {
    .calendar-day {
        max-width: 170px;
        margin: auto;
        padding: 10px
    }
    .calendar-day .fa-calendar {
        flex-basis: 100%;
        padding: 10px;
        text-align: center
    }
}
@media screen and (max-width: 896px) {
    .title-con {
        margin: auto auto 20px;
        flex-basis: 100%;
        text-align: center
    }
    .news__bar {
        padding-top: 10px;
        padding-bottom: 10px;
        justify-content: center
    }
}
@media screen and (max-width: 410px) {
    .director {
        flex-direction: column
    }
    .director__img {
        margin: auto auto 20px
    }
    .director__desc {
        margin: auto
    }
    .news-slider__item__content__body {
        padding: 20px;
        margin: 0
    }
    .poster__slider__item {
        max-width: 100%;
        margin: 0
    }
}
@media screen and (max-width: 500px) {
    .news-slider-3__item,
    .poster__slider__item {
        max-width: 100%;
        margin: 0
    }
}
@media screen and (max-width: 370px) {
    .news__date {
        margin-top: 20px
    }
    .news__title-2 {
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 10px
    }
    .body-content__sidebar {
        padding-right: 0
    }
}
@media screen and (max-width: 1024px) {
    .next-red {
        margin-right: 0
    }
}
/*
.news__text {
    padding-bottom: 40px
}
*/

.contacts-page .container-small {
    max-width: 1070px;
}

@media screen and (max-width: 1070px) {
    
    .contacts-page .container-small {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .header__logo {
        margin-bottom: 20px
    }
    .header__see {
        padding-top: 5px
    }
    .container {
        padding-left: 10px;
        padding-right: 10px;            
        box-sizing: border-box;
    }
    
/*
    .news__title {
        height: 3.76rem;
    }
*/
    
/*
    .news__preview {
        height: 120px;
    }
*/
    
}
@media screen and (max-width: 910px) {
    
    .map-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .contact-block-wrap {
        position: inherit;
        margin: 20px auto auto;
        left: 0;
        max-width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .contact-block-wrap #map {
        max-height: 300px;
    }
    
    .contact-block {
        margin-left: auto;
        margin-right: auto;
    }
    
    .contacts,
    .footer__logo,
    .footer__nav,
    .searchAndSee {
        flex-basis: 100%;
        margin: 0 auto 20px;
        text-align: center
    }
    .footer__nav__item {
        display: block;
        text-align: center;
        width: 100%
    }
    .footer__searchForm__text {
        margin: 0 auto 10px
    }
    .footer__contacts__work {
        text-align: center;
        margin: 0 auto 10px
    }
    .footer__p {
        margin-bottom: 10px;
        margin-top: 10px
    }
    .footer__soc {
        flex-basis: 100%;
        margin: 0 auto;
        text-align: center
    }
    .footer__red-button {
        margin: 0 auto 20px
    }
    .logo__img {
        display: block;
        margin: 0 auto
    }
    .header__content__nav {
        height: auto;
        margin-top: 10px;
        position: fixed;
        top: -10px;
        left: 0;
        bottom: 0;
        width: 100%;
/*        z-index: 11;*/
        z-index: 100;
/*        transition: all .3s;*/
/*        transform: translateY(-100%);*/
        display: none;
        max-height: 100vh;
        overflow: auto
    }
    .header__navMob {
        display: block;
        z-index: 12
    }
    body {
/*        padding-top: 40px*/
    }
    .nav__item {
        float: none;
        display: block;
        width: 100%;
            
        text-align: center;
    }
    .nav__item a {
        display: inline-block;
    }
    .parent-li ul {
        position: inherit;
        position-left: 0;
        position-margin-left: -30px;
        position-padding-bottom: 20px
    }
    .up {
        margin: 20px auto 0;
        padding: 40px 0 0;
        text-align: center
    }
    
    .header__phoneAndBut a {
        margin-left: auto;
        margin-right: auto;
    }    
    
}
/*
@media screen and (min-width: 910px) {
    .header__content__nav {
        transform: translateY(0)!important
    }
}
*/
@media screen and (max-width: 768px) {
    .body-content__catalog__month__linkNext {
        margin-right: 0
    }
    .next-red span,
    .prev-red span {
        display: none;
        margin-left: 0;
        margin-right: 0
    }
    .no-margin-no-lh {
        flex-basis: 100%;
        text-align: center
    }
}
/*@media screen and (max-width: 752px) {*/
@media screen and (max-width: 910px) {
    .c-black,
    .header__phoneAndBut,
    .news__bar__date {
        width: 100%;
        text-align: center
    }
    .soc__face,
    .soc__inst,
    .soc__vk {
/*        display: block;*/
/*        text-align: center;*/
/*        margin-left: 0;*/
        margin-top: 10px;
/*        font-size: 2.3rem;*/
        font-size: 1.8rem;
/*        width: 100%*/
    }
    .header__phoneAndBut {
        margin: 20px auto
    }
    .contacts__work,
    .header__see,
    .header__socAndSearch {
        flex-basis: 100%;
        margin: 20px auto 0;
        text-align: center
    }
    .searchForm__text {
        margin: auto auto 10px
    }
/*
    .body-content__catalog__h1,
    .news__soc__button,
    .next-red,
    .red-button {
        margin-left: auto;
        margin-right: auto
    }
*/
    .body-content__sidebar {
        overflow: visible
    }
    .pagination {
        display: none
    }
    .red-button {
        float: none
    }
    .news__bar {
        padding: 20px
    }
    .news__bar__date {
/*        margin-bottom: 20px*/
    }
    .news__bar__title {
        width: 100%;
        flex-basis: 100%;
        margin-top: 15px;
        margin-bottom: 15px
    }
    .news__soc {
        flex-basis: 100%
    }
    .news__soc__button {
        margin-bottom: 20px
    }
    .news__bar .news__soc__button {
        margin-bottom: 0;
        margin-top: 0;
    }
/*
    .border-button {
        margin: 10px auto auto
    }
*/
}
@media screen and (max-width: 820px) {
    .body-content__catalog__item-fest__content {
        width: 100%;
        flex-basis: 100%;
        display: block;
        padding-left: 20px;
        padding-right: 20px
    }
    .body-content__catalog__item-fest__content__text {
        margin-right: 0;
        text-align: center;
        margin-bottom: 20px
    }
    .body-content__catalog__item__info__time {
        min-height: 150px;
        text-align: center
    }
    .body-content__catalog__item__info__time__item {
/*        max-width: 70px;*/
        margin: auto
    }
    .bar-time-item {
        max-width: 100%
    }
    .start-spect {
        margin: 15px auto;
        flex-basis: 100%
    }
    .bar__soc {
        margin-left: auto;
        margin-right: auto
    }
    .news__soc__button {
        flex-basis: 100%;
        margin: 10px auto
    }
    .poster__slider__item__time__t {
        margin: 4px 0 0
    }
    .body-content__catalog__item-fest__img {
        padding: 0;
        margin: auto
    }
    .body-content__catalog__item__info__time__title {
        text-align: center
    }
    
    .body-content__catalog .title-row.mt-mod {
        margin-bottom: -15px;
    }
    
    .body-content__catalog__item-fest {
        flex-basis: 250px;
        margin: 15px auto 0;
    }
    .body-content__catalog__item-fest .red-button {
        margin: 20px auto
    }
    .age-blue {
        margin: auto
    }
    .catalog-column {
        flex-direction: row
    }
    .month-colum {
        flex-basis: 100%
    }
     
}
/*# sourceMappingURL=main.css.map*/

.news-slider + .poster {
    margin-top: 40px;
}

.poster__slider img {
    height: 570px;
}

.body-content__catalog__item__content {
    height: 100px;
    margin-bottom: 15px;
}

.search-message-no-result {
    margin-bottom: 35px;
}

.no-flex-basis {
    flex-basis: auto;
}

.slick-slide img
{
    width: auto !important;
    max-width: 100%;
    max-height: 570px;
}

.calendar__item a {
    cursor: pointer;
    text-decoration: underline;
}

.calendar__item .calendar__today__a {
    text-decoration: none;
}

.pum-active {
    opacity: 1 !important;
}

.pum-container {
    position: absolute !important;
    top: 40px !important;
}

.pum-container.active {
    opacity: 1 !important;
}

.pum-container.pum-responsive {
    margin-left: 0 !important;
    left: calc(50% - 160px)!important;
}

.pum-title {
    font-size: 1.53rem !important;
}

.wpcf7-form {
    font-size: 13px;
}

.wpcf7-form input {
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.wpcf7-form .red {
    color: red;
}

.wpcf7-form .red-button {
    line-height: 30px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 0;
}

.wpcf7-not-valid-tip {
    margin-bottom: 15px;
}

.hidden {
    visibility: hidden;
}

#popmake-639 {
    left: calc(50% - 250px) !important;
}

.poster__slider__item  .start-spect-for-madal-order,
.button-and-age  .start-spect-for-madal-order,
.body-content__catalog__item-fest__content__text  .start-spect-for-madal-order,
.body-content__catalog__item__info .start-spect-for-madal-order,
.header__soc .start-spect-for-madal-order {
    display: none;
}

#popmake-639 .start-spect-for-madal-order {
    text-align: center;
}

#popmake-639 .start-spect-for-madal-order p {
    margin-top: 15px;
}

#popmake-639 .start-spect-for-madal-order a {
    color: #000;
}

.header__see__wrap {
    display: none;
}

.header__see .footer__p {
    margin-bottom: 23px;
    opacity: 0;
}

.header__see #cr_widget a {
    text-decoration: none;
    padding: 12px 18px 12px;
    background: #d2232b;
    box-shadow: none;
    font-weight: normal;
}

.header__see #cr_widget a:hover {
    background: #A91C24;
}

.footer__see .see__a {
    display: none;
}

.footer__see .footer__p {
    margin-bottom: 23px;
    opacity: 0;
}

.footer__see #cr_widget a {
    text-decoration: none;
    padding: 12px 18px 12px;
    background: #d2232b;
    box-shadow: none;
    font-weight: normal;
}

.footer__see #cr_widget a:hover {
    background: #A91C24;
}

.map-wrap {
    overflow: hidden;
}

/*
#map {
    margin-top: -46px;
    margin-bottom: 46px;
}
*/

.map-last {
    margin-bottom: -550px;
}

.partners-carousel {
    max-width: 1070px;
    margin: 0 auto;
    padding: 40px 10px;
}

.partners-carousel .slick-arrow {
    width: 40px;
    height: 40px;
    z-index: 2;
    top: 50%;
}

.partners-carousel .slick-next,
.partners-carousel .slick-prev {
    background: url(../img/arrows-black.png) no-repeat;
}

.partners-carousel .slick-next {
    right: 10px;
}

.partners-carousel .slick-prev {
    left: 10px;
}

.slick-next:before,
.slick-prev:before {
    opacity: 0 !important;
}

.partners-carousel .slick-next {
    background-position: top -43px left;
}

.menu-arrow {
    display: none;
    width: 30px;
    height: 30px;
    position: relative;
    margin-bottom: -10px;
    background-image: url('../img/menu-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
}

.slick-arrow {
    cursor: pointer;
}

.menu-close {
    display: none;
}

.search-close {
    display: none;
}

.search-btn {
    display: none;
    width: 30px;
    height: 40px; 
    background-image: url(../img/search-b.png);
    background-repeat: no-repeat;
    background-position: center;
    float: right;
}
    
.news__bar .border-button[style*="visibility: hidden;"] {
    display: none;
}

.news__bar__title {
    text-align: center;
    width: calc(100% - 175px);
    box-sizing: border-box;
}
    
.news__bar .border-button + .news__bar__title {
    width: calc(100% - 360px);
}
    
.news__bar .news__soc {
    flex-basis: initial;
    min-width: 174px;
    justify-content: flex-end;
}

.doc-ofset-top-watcher {
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.header__phoneAndBut.fixed-menu {
    margin-bottom: 60px;
}

.header .header__soc.fixed-menu {
    position: fixed;
    top: 0;    
    right: 10px;
}

.header__navMob.fixed-menu {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    margin-left: 0 !important;
}

.category-main-stage .body-content__catalog {
    margin-bottom: 20px;
}

.category-main-stage .body-content__catalog__item {
    border: 1px solid #585757;
    border-radius: 5px;
    padding: 10px 7px 7px 7px;
    margin-bottom: 20px;
}

.category-main-stage .body-content__catalog__item img {
    border-radius: 5px;
}

.category-main-stage .body-content__catalog__item .age {
    top: 1px;
    right: 5px;
}

.main_poster_month .calendar-day a.weekend {
    color: #d2232b !important;
}

.min-cult {
    color: #fff;
    text-decoration: none;
}

.min-cult img {
    width: 80px;
    vertical-align: middle;
}

.min-cult:hover {
    text-decoration: underline;
}

@media(min-width: 1041px){
    
    .actors.lidership-row {
        justify-content: space-around;
    }
    
}

@media(min-width: 911px){
    
    .menu-glavnoe-menju-container {
        width: 100%;
    }

    .header__content__nav {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;        
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }
    
}

@media(max-width: 910px){
    
    .min-cult {
        width: 95px;
        text-align: center;
        display: block;
        order: 1;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        color: #fff !important;
    }
    
    .min-cult img {
        margin-bottom: 10px;
    }
    
    .news__bar .c-black {
        display: block;
        width: inherit;
    }
    
    .news__bar .soc__face, .news__bar .soc__inst, .news__bar .soc__vk {
        margin-top: 0;
    }

    .news__bar__title {
        text-align: left;
    }
    
    .news__bar {
        -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
        min-height: 0;
    }
    
    .news__bar .border-button {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
    
    .news__bar .news__bar__title {
        width: initial;
        flex-basis: initial;
    }
    
    .news__bar .news__soc {
        flex-basis: initial;
        min-width: 174px;
        justify-content: flex-end;
    }

    .search-btn {
        display: block;
    }
    
    .header__content {
        min-height: auto;
    }

    .menu-arrow {
        display: inline-block;
    }
    
    .parent-li:hover ul,
    .nav__item > .sub-menu {
        display: none;
    }
    
    .footer__nav,
    .footer__searchAndSee,
    .footer__red-button,
    .footer__soc span,
    footer .up {
        display: none;
    }
    
    .footer__row-two {
        padding-top: 0;
    }
    
    .footer__soc__a {
        margin-left: 5px;
        margin-right: 5px;
    }
    
    .contacts__phone {
        margin-bottom: 20px;
    }
    
    .about__content {
        padding-left: 0;
        padding-right: 0;
    }
    
    .about {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .about__p {
        padding-bottom: 0;
    }
    
    .news-slider-3 {
        padding-bottom: 30px;
        margin-bottom: 10px;
    }
    
    .nav__item a {
        box-sizing: border-box;
    }
    
    .header__soc span {
        display: none;
    }
    
    .calendar-day {
        max-width: 237px;
        box-sizing: border-box;
    }
    
    .main_poster_month .calendar-day {
        margin-left: auto;
        margin-right: auto;
        max-width: 255px;
    }
    
    .main_poster_month .calendar-day .fa {
        flex-basis: 100%;
        padding: 10px;
        text-align: center;
    }
    
    .calendar-day a {
        margin: 5px;
    }
    
    .news-slider .slick-prev {
        left: 5px;
    }
    
    .news-slider .slick-next {
        right: 5px;
    }
    
    .header__content__nav {
        border-radius: 0;
        padding: 80px 30px;
        box-sizing: border-box;
        background-color: rgba(39, 58, 81, 0.95);
    }
    
    .nav__item a {
        color: #fff;
        text-decoration: underline;
        font-size: 1.2rem;
        padding-left: 0;
        padding-right: 5px;
    }
    
    .menu-close {
        color: #fff;
        display: block;
        position: absolute;
        top: 15px;
        right: 13px;
        font-size: 2.5rem;
        width: 40px;
        text-align: center;
    }
    
    .search-close {
        color: #fff;
        display: block;
        position: absolute;
        top: 15px;
        right: 13px;
        font-size: 2.5rem;
        width: 40px;
        text-align: center;
    }
    
    .header .soc__face {
        margin-top: 0 !important;
        margin-left: 0;
        width: 30px;
        height: 40px;
        margin-right: 0px;
        padding-top: 9px;
        box-sizing: border-box;
    }
    
    .header .soc__inst {
        margin-top: 0 !important;
        margin-left: 0;        
        width: 30px;
        height: 40px;
        margin-right: 0;
        padding-top: 7px;
        box-sizing: border-box;
    } 
    
    .header .soc__vk {
        margin-top: 0 !important;
        margin-left: 0;        
        width: 30px;
        height: 40px;
        margin-right: 0;
        padding-top: 7px;
        box-sizing: border-box;
    }
    
    .header .header__soc .fa,
    .header .header__soc img {
        vertical-align: middle;
        display: inline-block;
    }
    
    .header {
        padding-top: 20px;
    }
    
    .header__logo {
        margin-bottom: 0;
    }
    
    .header__see .footer__p {
        display: none;
    }
    
    .header__phoneAndBut {
        order: 0;
    }
    
    .header__phoneAndBut a {
        margin-top: 65px;
    }
    
    .header__content .contacts__work {
        order: 1;
        margin-top: -116px !important;
        margin-bottom: 65px;
    }
    
    .header .header__socAndSearch {
        order: 2;
    }
    
    .header__content .contacts__work {
        order: 1;
    }
    
    .header .header__see #cr_widget a,
    .header__content .contacts__work a,
    .header .header__see {
        display: none;
    }
    
    .header .header__socAndSearch  {
        margin-top: 0;
    }
    
    .header .header__navMob {
        position: relative;
        order: 3;
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px);
    }
    
    .header .header__navMob {
        text-align: left;
    }
    
    .header .header__logo {
        padding-right: 0;
    }
    
    .header .header__navMob__menuTriger:after {
        content: 'Меню';
        font-family: SANS-SERIF;
        font-size: 1.25rem;
        padding-left: 10px;
        position: relative;
        top: -1px;
    }
    
    .header .header__content .header__searchForm {
        display: none;
    }
    
    .header .header__socAndSearch  {
        height: 0;
    }
    
    .header .header__soc {
        position: relative;
        z-index: 15;
        width: 128px;
        right: -10px;
        margin: 0;
        float: right;
    }
    
    .header .header__soc .soc__inst {
        font-size: 1.8rem;
    }
    
    .header .header__soc .soc__vk {
        margin-top: 6px;
        font-size: 1.8rem;
    }
    
    .header .header__soc .soc__face {
        margin-top: 7px;
        font-size: 1.6rem;
    }
    
    .parent-li ul {
        background: transparent;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    
    .news-slider {
        margin-top: 20px;
    }
    
    .page .news__bar {
        justify-content: flex-end;
    }
    
}

.menu-arrow.active {
    transform: rotate(180deg);
}

.nav__item > .sub-menu.active {
    display: block;
}

.poster__slider__item__img img {
    margin: 0 !important;
}

@media(min-width: 753px) and (max-width: 880px){
    
    .header__content {
        justify-content: space-evenly;
    }
    
    .header__see {        
        order: 1;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    
}

@media(min-width: 1071px){
     
    .home-slider__item__content {
        margin-left: 5px;
    }
    
}

@media(min-width: 768px) and (max-width: 1060px){
     
    .home-slider img {
        height: 100%;
    }
    
}

@media(max-width: 1070px){
    
    .body-content__sidebar  {
        padding-right: 0;
        padding-top: 0;
    }
    
    .body-content__sidebar__h1 {
        text-align: center;
    }
    
    .calendar {
        margin-bottom: 0;
    }
    
}

@media(max-width: 919px){
    
/*
    .news__preview {
        height: 6.15rem;
        line-height: 1.53rem;
        overflow: hidden;
    }
*/
    
}

@media(max-width: 991px){
 
    .poster__slider__item__time {        
        width: 232px;
        margin: 0 auto 20px 0;
    }
    
    .poster__slider__item > .wr {
        display: block;
        max-width: 243px;
        margin-left: auto;
        margin-right: auto;
    }
    
}

@media(max-width: 767px){
    
    .home-slider__item {
        position: relative;
    }
 
    .home-slider img {
        max-height: 440px;
        height: 100%;
        opacity: 0;
    }
    
    .home-slider__item__content {
        height: 420px;
        margin-left: 0;
        background-color: #152635;
    }
    
}

.adapt-search-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(39, 58, 81, 0.95);
    padding: 80px 30px;
    z-index: 20;
}
    
.adapt-search-wrapper.active {
    display: block;
    transition: all .3s;
}

body.no-scroll {
    overflow-y: hidden;
}
    
@media(max-width: 752px){
    
    .contacts__work {
        margin-top: 0;
    }
    
}

@media(max-width: 640px){
    
    .news__bar .news__soc__button + .news__soc .c-black {
        margin-bottom: 10px;
    }
    
    .news__bar .news__bar__title {
        width: calc(100% - 180px);
    }
    
    .news__bar .news__bar__date,
    .news__bar .news__soc__button,
    .news__bar .news__soc__button + .news__soc {
        width: 100%;
        display: block;
        flex-basis: 100%;
        margin: auto;
        margin-bottom: 20px;
    }
    
    .news__bar .news__soc__button + .news__soc {
        min-width: 70px;
        text-align: center;
        margin-bottom: 0;
    }
    
    .news__soc__button.hidden {
        display: none;
    }
    
}
    
@media(max-width: 500px){
    
    .news__bar .c-black {
        display: none;
    }
    
    .news__bar .news__soc {
        min-width: 50px;
    }
    
    .page .news__bar {
        justify-content: center;
    }
    
    .news__bar .news__bar__title {
        width: calc(100% - 60px);
    }
    
}

@media(max-width: 430px){
    
    .home-slider .slick-arrow {
        top: 56.5%;
    }
    
    .home-slider .preview-slide {
        margin-bottom: 20px;
    }
    
    .home-slider .red-button {
        margin-left: 0;
    }
    
    .home-slider .human {
        max-width: 195px;
        margin-left: auto;
        margin-right: auto;
        overflow: auto;
    }
    
    .home-slider .human__position {
        width: 50%;
    }
    
    .home-slider .human__name {
        width: 50%;
    }
    
    .poster__title .h1 {
        font-size: 1.7rem;
    }
    
    .about__container {
        display: block;
    }
    .about__img {
        max-width: 430px;
        width: 100%;
    }
    .about__content {
        max-width: 640px;
        width: 100%;
    }
    
    .about__content .h1 {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 1.7rem;
    }
    
    .news-slider-3 {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .news-slider-3__item__content {
        padding-left: 10px;
        padding-right: 10px;
    }
    
}

.asside-bar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    box-sizing: border-box;
    margin-top: 40px;
    padding: 40px 20px;
    background-color: #fae7ab;
}

.asside-bar__title {
    font-family: Lato;
    font-size: 1.38rem;
    line-height: 1.53rem;
    text-align: center;
    color: #000;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.asside-bar .news__soc {
    flex-grow: 1;    
    flex-basis: auto;
}

.asside-bar .c-black {
    margin-right: 10px;
}

.asside-bar .soc__vk {
    margin-top: 0;
    margin-left: 0;
}

.asside-bar .soc__face {
    margin-top: 0;
}

.asside-bar_simple > a {
    flex-grow: 1;    
    max-width: 174px;
}

.asside-bar_simple .asside-bar__title {
    flex-grow: 650;
}

.asside-bar_simple .news__soc {
    flex-grow: 1;    
    flex-basis: 174px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
}

.asside-bar_without-source-link .asside-bar__title {
    flex-grow: 90;
    padding-left: 145px;
}

.asside-bar-project__date {
    flex-grow: 1; 
    width: auto;
    max-width: 174px;
    padding-right: 10px;
    box-sizing: border-box;
}

.asside-bar-project__btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-grow: 650;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}

.asside-bar-project__btn > a {
    margin-left: 0;
    margin-right: 0;
}

.asside-bar_project .news__soc {
    flex-grow: 1;    
    width: auto;
    max-width: 174px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    padding-left: 10px;
    box-sizing: border-box;
}

.asside-bar_without-join-project .asside-bar-project__btn {
    display: none;
}

.asside-bar-event__date-title-duration {    
    flex-grow: 1;
    flex-basis: auto;
}

.asside-bar-event__title {
    font-size: 1.38rem;
    font-weight: bold;
    margin-bottom: 7px;
}

.asside-bar-event__buy-btn {
    flex-grow: 1;
    flex-basis: auto;
}

.asside-bar-event__start-spect {
    flex-grow: 1;
    flex-basis: auto;
    margin: auto;
}

.asside-bar-event .header__soc {
    flex-grow: 1;
    flex-basis: auto;
    justify-content: flex-end;
}

.asside-bar-event .header__soc.start-spect > div {
    margin-bottom: 5px;
}

.header__navMob__menuTriger {
    margin-left: -10px;
    padding: 10px;
}

.home-slider.news-slider .slick-prev,
.single .news-slider .slick-prev,
.page .news-slider .slick-prev {
    background: url( ../img/grey-arrow-left.png );
}

.home-slider.news-slider .slick-next,
.single .news-slider .slick-next,
.page .news-slider .slick-next {
    background: url( ../img/grey-arrow-right.png );
}

.contact-item a,
.director__contacts a {
    color: #000 !important;
    text-decoration: none !important;
}

@media( max-width: 910px ){
    
    .asside-bar {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .asside-bar_simple > a {
        flex-basis: 100%;
        margin-top: 1rem;
        margin-left: auto;
        margin-right: auto;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        -o-order: 2;
        order: 2;
    }

    .asside-bar_simple .asside-bar__title {
        flex-basis: 100%;
        padding-left: 0;
        padding-right: 0;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        -o-order: 1;
        order: 1;
    }

    .asside-bar_simple .news__soc {
        flex-basis: 100%;
        justify-content: center;
        margin-top: 1rem;
        -webkit-order: 3;
        -moz-order: 3;
        -ms-order: 3;
        -o-order: 3;
        order: 3;
    }
    
    .asside-bar_without-source-link .asside-bar__title {
        padding-left: 65px;   
    }

    .asside-bar-project__btn > a {
        margin-bottom: 0;
    }

    .asside-bar-event__date-title-duration {
        
    }

    .asside-bar-event__title {
        font-size: 1.1rem;
        font-family: Lato;
        margin-bottom: 10px;
    }

    .asside-bar-event__buy-btn > a {
        margin-bottom: 0;
    }
    
}


@media( min-width: 501px ) and ( max-width: 909px ) {
 
    .asside-bar_without-source-link .asside-bar__title {
        padding-left: 65px;   
    }
}

@media ( max-width: 820px ) {

    .asside-bar-event__buy-btn > a {
        margin-top: 0;
    }

    .asside-bar-event__date-title-duration {
        width: 50%;
    }

    .asside-bar-event__buy-btn {
        width: 50%;
    }

    .asside-bar-event__buy-btn > a {
        margin-right: 0;
    }

    .asside-bar-event__start-spect {
        width: 50%;
        margin-top: 10px;
        text-align: left;
    }

    .asside-bar-event .header__soc {
        width: 50%;
        margin-top: 10px;
        justify-content: flex-end;
    }
    
}

@media( max-width: 500px ){
 
    .asside-bar_without-source-link .asside-bar__title {
        padding-left: 0;
        padding-right: 0;
        margin: auto;
    }   

    .asside-bar .news__soc {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        margin: 1rem auto 0;
    }
    
    .asside-bar-project__date {
        flex-basis: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .asside-bar-project__btn {
        margin-top: 1rem;
        flex-basis: 100%;
    }

    .asside-bar_project .news__soc {
        flex-basis: 100%;
        justify-content: center;
        margin-top: 1rem;
    }
    
    .asside-bar_without-join-project .asside-bar-project__date {
        flex-basis: auto;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }

    .asside-bar_without-join-project .news__soc {
        flex-basis: auto;
        justify-content: flex-end;
        margin-top: 0;
    }

    .asside-bar-event__date-title-duration {
        width: auto;
        margin: auto;
        justify-content: center;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        -o-order: 1;
        order: 1;
        text-align: center;
    }

    .asside-bar-event__buy-btn {
        margin-top: 10px;
        width: 100%;
        -webkit-order: 3;
        -moz-order: 3;
        -ms-order: 3;
        -o-order: 3;
        order: 3;
    }

    .asside-bar-event__buy-btn > a {
        margin-right: auto;
    }

    .asside-bar-event__start-spect.header__soc.start-spect {
        margin-top: 10px;
        width: 100%;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        -o-order: 2;
        order: 2;
    }

    .asside-bar-event__start-spect.header__soc.start-spect > div:nth-child(1),
    .asside-bar-event__start-spect.header__soc.start-spect > div:nth-child(2) {
        display: block;
        width: 100%;
        max-width: 183px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    .asside-bar-event .header__soc.news__soc {
        margin-top: 10px;
        width: 100%;
        -webkit-order: 4;
        -moz-order: 4;
        -ms-order: 4;
        -o-order: 4;
        order: 4;
        text-align: center;
    }
    
    #map {
        height: 275px;
    }
    
    .calendar-day a {
        margin: 4px;
    }
}

@media(max-width: 767px) {
    
    .main-container .home-slider {
        display: none !important;
    }
    
}

@media(max-width: 910px) {
    .asside-bar-event__duration.mod-news {
        text-align: center;
        margin-bottom: 20px;
    }
}

.home-slider__item__content__body > a {
    color: inherit !important;
    text-decoration: none !important;
}

.not-actually {
    text-decoration: line-through;
    color: #d2232b;
}