@font-face {
    font-family: 'Zotov';
    src: url("fonts/Zotov/Zotov-Light.woff2") format("woff2"), url("fonts/Zotov/Zotov-Light.woff") format("woff"), url("fonts/Zotov/Zotov-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Zotov';
    src: url("fonts/Zotov/Zotov-Contrast.woff2") format("woff2"), url("fonts/Zotov/Zotov-Contrast.woff") format("woff"), url("fonts/Zotov/Zotov-Contrast.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Zotov';
    src: url("fonts/Zotov/Zotov-Bold.woff2") format("woff2"), url("fonts/Zotov/Zotov-Bold.woff") format("woff"), url("fonts/Zotov/Zotov-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 300;
    src: url("fonts/RobotoMono/roboto-mono-v22-latin-ext_latin_cyrillic-ext_cyrillic-300.woff2") format("woff2"), url("fonts/RobotoMono/roboto-mono-v22-latin-ext_latin_cyrillic-ext_cyrillic-300.woff") format("woff"), url("fonts/RobotoMono/roboto-mono-v22-latin-ext_latin_cyrillic-ext_cyrillic-300.ttf") format("truetype");
}

@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/RobotoMono/roboto-mono-v22-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2") format("woff2"), url("fonts/RobotoMono/roboto-mono-v22-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff") format("woff"), url("fonts/RobotoMono/roboto-mono-v22-latin-ext_latin_cyrillic-ext_cyrillic-regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 500;
    src: url("fonts/RobotoMono/roboto-mono-v22-latin-ext_latin_cyrillic-ext_cyrillic-500.woff2") format("woff2"), url("fonts/RobotoMono/roboto-mono-v22-latin-ext_latin_cyrillic-ext_cyrillic-500.woff") format("woff"), url("fonts/RobotoMono/roboto-mono-v22-latin-ext_latin_cyrillic-ext_cyrillic-500.ttf") format("truetype");
}

@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 600;
    src: url("fonts/RobotoMono/roboto-mono-v22-latin-ext_latin_cyrillic-ext_cyrillic-600.woff2") format("woff2"), url("fonts/RobotoMono/roboto-mono-v22-latin-ext_latin_cyrillic-ext_cyrillic-600.woff") format("woff"), url("fonts/RobotoMono/roboto-mono-v22-latin-ext_latin_cyrillic-ext_cyrillic-600.ttf") format("truetype");
}

@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 700;
    src: url("fonts/RobotoMono/roboto-mono-v22-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2") format("woff2"), url("fonts/RobotoMono/roboto-mono-v22-latin-ext_latin_cyrillic-ext_cyrillic-700.woff") format("woff"), url("fonts/RobotoMono/roboto-mono-v22-latin-ext_latin_cyrillic-ext_cyrillic-700.ttf") format("truetype");
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html {
	background: #fff;
	color: #000;
    width: 100%;
    height: 100%;
}

html * {
    max-height: 999999px;
}

body {
    font-family: 'Roboto Mono', sans-serif;
    color: #000;
    font-size: 18px;
    height: 100%;
    background-color: #fff;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

body * {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-weight: 700;
}

input, button, textarea {
    font-family: 'Roboto Mono', sans-serif;
    font-weight: 400;
}

input[type="text"], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input[type="text"]::-ms-clear, textarea::-ms-clear {
    display: none;
}

input[type="text"]::-ms-clear {
    display: none;
}

input[type="password"]::-ms-reveal {
    display: none;
}

input {
    outline: none;
}

button {
    border: 0;
    outline: none;
    cursor: pointer;
    background: none;
    padding: 0;
}

button:active, button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0 !important;
}

.container {
    width: 100%;
    max-width: 1350px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}

.main {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    overflow: hidden;
    width: 100%;
    padding-top: 0;
    padding-bottom: 110px;
}

.post {
    padding-top: 152px;
}

.post--top {
    padding-top: 52px;
}

img {
    display: block;
    max-width: 100%;
}

img.img-overflow {
    max-width: none;
}

svg {
    display: block;
}

.row {
    margin-right: -12px;
    margin-left: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.col {
    padding-left: 12px;
    padding-right: 12px;
}

.fancybox-container {
    font-family: 'Roboto Mono', sans-serif;
}

.fancybox-slide:before {
    margin-right: 0;
}

p, li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

p:last-child, li:last-child {
    margin-bottom: 0;
}

ul, ol {
    margin: 25px 0;
    padding: 0;
    list-style-type: none;
}

ul:first-child, ol:first-child {
    margin-top: 0;
}

ul:last-child, ol:last-child {
    margin-bottom: 0;
}

ul li, ol li {
    position: relative;
}

ul li {
    padding-left: 24px;
}

ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
}

.post-text p a, .post-text li a {
    text-decoration: underline;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    font-family: 'Zotov', sans-serif;
    font-weight: 400;
}

h1, .h1 {
    font-size: 120px;
    line-height: 140px;
    text-transform: uppercase;
}

h2, .h2 {
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
}

h3, .h3 {
    font-family: 'Roboto Mono', sans-serif;
    font-size: 24px;
    line-height: 34px;
}

a[target="_blank"][href="#"] {
  pointer-events: none;
  cursor: default;
}

/*Классы и идентификаторы свойств*/

.dflex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;	
	display: flex;
}

.dflex-column {
	flex-direction: column;
}

.dflex-row {
	flex-direction: row;
}

.brd-gray-bottom {
	border-bottom: 3px solid #f5f5f5;
}

.brd-gray-right {
	border-right: 3px solid #f5f5f5;
}

#txt-left {
	text-align: left;
}

.textdecor-none {
	text-decoration: none;
}

.alignit-center {
	align-items: center;
}
.alignit-start {
	align-items: flex-start;
}
.alignit-base {
	align-items: baseline;
}
.alignit-end {
	align-items: flex-end;
}

.backgr-white, #backgr-white {
		background-color: #fff;
}

.jcontent-center {
	justify-content: center;
}

.textup{
	text-transform: uppercase;
}

.col50 {
	width: 50%;
}

.undline {
	text-decoration: underline;
}

.bld {
	font-weight: bold;
}
.lightbld{
    font-weight: 400;
    color: #0d151a;
}
.brdblack {
	border-color: #000!important;
}

.brd01 {
	border-bottom: 1px solid;
}

.brd03 {
	border-bottom: 3px solid;
}

.brd06 {
	border-bottom: 6px solid;
}

/*Конец блока Классы и идентификаторы свойств*/

.section-title, .tlignc {
    text-align: center;
}

.main-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}

.main-pagination span, .visit-page-pagination span {
    display: block;
    position: relative;
    opacity: 1;
    width: 60px;
    border-radius: 0;
    background-color: #000;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin: 0 !important;
    margin-right: 20px !important;
    -webkit-transition: .3s;
    transition: .3s;
}

.main-pagination span {height: 8px;}

.visit-page-pagination span {height: 4px;}

.main-pagination span:last-child {
    margin-right: 0 !important;
}

.main-pagination--white span {
    background-color: #fff;
}

.more-btn {
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
}

.large-btn, .large-btn-span {
    display: inline-block;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    border: 2px solid #000;
    padding: 16px 28px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.large-btn::before {
    content: '';
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;
    width: 0%;
    background-color: #000;
    z-index: -1;
}

.large-btn--blue {
    color: #042678;
    border-color: #042678;
}

.large-btn--blue::before {
    background-color: #042678;
}

.large-btn--lt-blue {
    color: #0196db;
    border-color: #0196db;
}

.large-btn--lt-blue::before {
    background-color: #0196db;
}

.large-btn--red {
    color: #E92737;
    border-color: #E92737;
}

.large-btn--red::before {
    background-color: #E92737;
}

.large-btn--yellow {
    color: #D9AF34;
    border-color: #D9AF34;
}

.large-btn--yellow::before {
    background-color: #D9AF34;
}

.large-btn--white {
    color: #fff;
    border-color: #fff;
}

.large-btn--white::before {
    background-color: #fff;
}

.large-btn--small {
    font-size: 25px;
    line-height: 30px;
}

.medium-btn {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    border: 2px solid #000;
    padding: 12px 25px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.medium-btn::before {
    content: '';
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;
    width: 0%;
    background-color: #000;
    z-index: -1;
}

.medium-btn--blue {
    color: #042678;
    border-color: #042678;
}

.medium-btn--blue::before {
    background-color: #042678;
}

.medium-btn--red {
    color: #E92737;
    border-color: #E92737;
}

.medium-btn--red::before {
    background-color: #E92737;
}

.medium-btn--yellow {
    color: #D9AF34;
    border-color: #D9AF34;
}

.medium-btn--yellow::before {
    background-color: #D9AF34;
}

.medium-btn--white {
    color: #fff;
    border-color: #fff;
}

.medium-btn--white::before {
    background-color: #fff;
}

.post-section {
    padding-top: 55px;
}

.post-section-title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.post-section-title.post-section-title--bottom {
    margin-bottom: 0;
}

h2.post-section-title {
    font-size: 86px;
    line-height: 104px;
}

blockquote {
    display: block;
    width: 100%;
    padding: 32px 0 46px;
    margin: 40px 0;
    font-size: 28px;
    line-height: 38px;
    border-top: 8px solid #000;
    border-bottom: 8px solid #000;
}

blockquote:first-child {
    margin-top: 0;
}

blockquote:last-child {
    margin-bottom: 0;
}

blockquote span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}

hr {
    border: 0;
    padding: 0;
    margin: 50px 0;
    width: 100%;
    height: 8px;
    background-color: #000;
}

.full-section {
    position: relative;
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.last-section {
    margin-bottom: -110px;
}

.main-input input, .main-input textarea, .main-input select {
    display: block;
    width: 100%;
    border: 1px solid #000;
    text-align: center;
    color: #000;
    font-size: 24px;
    line-height: 38px;
    padding: 8px 20px;
    background-color: #fff;
}

.main-input input::-webkit-input-placeholder, .main-input textarea::-webkit-input-placeholder {
    opacity: 1;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: .1s;
    transition: .1s;
}

.main-input input::-moz-placeholder, .main-input textarea::-moz-placeholder {
    opacity: 1;
    color: rgba(0, 0, 0, 0.5);
    -moz-transition: .1s;
    transition: .1s;
}

.main-input input:-ms-input-placeholder, .main-input textarea:-ms-input-placeholder {
    opacity: 1;
    color: rgba(0, 0, 0, 0.5);
    -ms-transition: .1s;
    transition: .1s;
}

.main-input input::-ms-input-placeholder, .main-input textarea::-ms-input-placeholder {
    opacity: 1;
    color: rgba(0, 0, 0, 0.5);
    -ms-transition: .1s;
    transition: .1s;
}

.main-input input::placeholder, .main-input textarea::placeholder {
    opacity: 1;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: .1s;
    transition: .1s;
}

.main-input input:focus::-webkit-input-placeholder, .main-input textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.main-input input:focus::-moz-placeholder, .main-input textarea:focus::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
}

.main-input input:focus:-ms-input-placeholder, .main-input textarea:focus:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.main-input input:focus::-ms-input-placeholder, .main-input textarea:focus::-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.main-input input:focus::placeholder, .main-input textarea:focus::placeholder {
    opacity: 0;
    visibility: hidden;
}

.main-input textarea {
    resize: none;
    height: 280px;
}

.b-unisender-field__label   {
	margin-top: 30px;
}

.main-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.main-file label {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.main-file label input {
    display: none;
}

.main-file label span {
    display: inline-block;
    font-size: 16px;
    line-height: 34px;
    padding-left: 40px;
    position: relative;
}

.main-file label span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 35px;
    background: url(../img/file-icon.svg) center center no-repeat;
    background-size: contain;
}

.send-btn {
    display: inline-block;
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    background-color: #000;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 10px 25px;
}

.send-btn::before {
    content: '';
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    height: 0%;
    background-color: #fff;
    z-index: -1;
}

.air-datepicker {
    font-family: 'Roboto Mono', sans-serif;
    border-radius: 0;
    border: 1px solid #000 !important;
    color: #000;
}

.air-datepicker .air-datepicker-nav {
    border-bottom: 1px solid #000;
}

.air-datepicker .air-datepicker-cell.-selected-.-current-, .air-datepicker .air-datepicker-cell.-selected- {
    background-color: #000;
}

.air-datepicker .air-datepicker-cell.-selected-.-focus- {
    color: #000;
	border: 1px solid #000;
}

.air-datepicker .air-datepicker-cell.-current-, .air-datepicker .air-datepicker-body--day-name {
	color: #000;
}

.air-datepicker .air-datepicker-cell.-current- {
			border: 1px solid #000;
}

.air-datepicker .air-datepicker-cell.-focus- {
	background-color: #fff;
}

.air-datepicker .air-datepicker-cell.-selected-.-current-, .air-datepicker .air-datepicker .air-datepicker-cell.-selected- {
    color: #fff;
}

.feedback-modal {
    width: 100%;
    max-width: 720px;
    padding: 60px 60px;
}

.feedback-modal .main-input textarea {
    height: 220px;
}

.main-modal {
    display: none;
}

.main-modal .fancybox-close-small {
    display: none;
}

.main-modal__title {
    font-family: 'Zotov', sans-serif;
    font-size: 68px;
    text-align: center;
    margin-bottom: 34px;
}

.main-modal__close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 32px;
    height: 32px;
    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;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.ticket-modal {
    display: none;
    padding: 0;
    width: 100%;
    max-width: 800px;
    height: 600px;
    max-height: calc(100vh - 100px);
}

.ticket-modal iframe {
    display: block;
}

.js-catalog, .js-filter-controls {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.js-catalog.loading, .js-filter-controls.loading {
    opacity: .5;
    pointer-events: none;
}

.main-text a {
    text-decoration: underline;
}

.main-text h2 {
    font-family: 'Roboto Mono', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    text-transform: none;
    margin: 60px 0 20px;
}

.main-text h2:first-child {
    margin-top: 0;
}

.main-text h2:last-child {
    margin-bottom: 0;
}

.main-text.main-text--single {
    max-width: 900px;
    margin: 0 auto;
}

.header {
    background-color: #000;
    color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 98;
    padding: 0;
}

.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.header__nav > ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header__nav > ul > li {
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    position: static;
}

.header__nav > ul > li::before {
    display: none;
}

.header__nav > ul > li.active > a {
    color: #AFAFAF;
}

.header__nav > ul > li > a {
    display: inline-block;
    padding: 12px 0;
    padding-right: 38px;
}

.header__nav > ul > li:last-child > a {
    padding-right: 0;
}

.header__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 30px;
}

.header__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 25px;
    font-size: 18px;
    margin-top: -2px;
    line-height: 24px;
}

.header__lang li {
    margin: 0;
    margin-right: 10px;
    padding: 0;
}

.header__lang li::before{
    display: none;
}

.header__lang li:last-child {
    margin-right: 0;
}

.header__lang li.current-lang a {
    color: rgba(255, 255, 255, 0.5);
}

.header__nav-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    color: #000;
    padding: 30px 0 35px;
    border-bottom: 2px solid #000;
    opacity: 0;
    visibility: hidden;
}

.header__nav-dropdown ul {
    margin: 0 0 -8px;
    padding: 0;
}

.header__nav-dropdown ul li {
    margin: 0 0 8px;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
}

.header__nav-dropdown ul li::before {
    display: none;
}

.header__nav-dropdown ul li a {
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
}

.header__nav-dropdown ul li a::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: #000;
}

.header__nav-dropdown.header__nav-dropdown--spec .header__nav-sub {
    padding-left: 98px;
}

.header__nav-dropdown.header__nav-dropdown--spec ul {
    padding-left: 98px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    max-width: 840px;
}

.header__nav-dropdown.header__nav-dropdown--spec ul li {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column;
}

.header__nav-sub {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

.header-bottom {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 97;
    padding-top: 52px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: background-color .3s, -webkit-transform .45s;
    transition: background-color .3s, -webkit-transform .45s;
    transition: transform .45s, background-color .3s;
    transition: transform .45s, background-color .3s, -webkit-transform .45s;
}

.header-bottom.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.header-bottom.header-bottom--open {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.header-bottom.header-bottom--home {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

.header-bottom.header-bottom--home.show {
    opacity: 1;
    visibility: visible;
}

.header-bottom.header-bottom--white-color {
    color: #fff;
}

.header-bottom.header-bottom--white-color .header-bottom__btn {
    border-color: #fff;
}

.header-bottom.header-bottom--white-color .header-bottom__btn::before {
    background-color: #fff;
}

.header-bottom.header-bottom--white-color .header-bottom__work-time {
    color: rgba(255, 255, 255, 0.5);
}

.header-bottom.header-bottom--white-bg {
    background-color: #fff;
}

.header-bottom.header-bottom--black-bg {
    background-color: #000;
}

.header-bottom.header-bottom--blue-bg {
    background-color: #042678;
}

.header-bottom.header-bottom--lt-blue-bg {
    background-color: #0196db;
}

.header-bottom.header-bottom--red-bg {
    background-color: #FF0068;
}

.header-bottom.header-bottom--yellow-bg {
    background-color: #D9AF34;
}

.header-bottom.header-bottom--dark-cyan-bg {
    background-color: #005169!important;
}

.header-bottom.header-bottom--grey-bg {
    background-color: #F0F0F0;
}
.header-bottom.header-bottom--silver-bg {
	background-color: #C2C2C2;
}
.header-bottom.header-bottom--transparent-bg {
    background-color: transparent;
}

.header-bottom__wrap {
    padding: 12px 0 13px;
}

.header-bottom__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.header-bottom__col {
    width: 360px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.header-bottom__btn {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    padding: 9px 10px;
    border: 1px solid #000;
    min-width: 180px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#pushkin-btn {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    border: 1px solid #000;
    position: relative;
    z-index: 1;
    overflow: hidden;
	min-width: 143px; 
	margin-left: 36px;
	padding: 0px;
	background-size: cover;
}

#pushkin-btn div {
	background-image: url("/wp-content/themes/zotov/assets/img/max_pushkin.png");
	width: 100%;
	height: 100%;
}

#pushkin-btn div:hover {
	background-image: url("/wp-content/themes/zotov/assets/img/mini_pushkin.png");	
}

.header-bottom__btn::before {
    content: '';
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;
    width: 0%;
    background-color: #000;
    z-index: -1;
}

#pushkin-btn::before {
    content: '';
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;
    width: 0%;
    z-index: -1;
}

.header-bottom__info {
    text-align: right;
}

.header-bottom__geo {
    font-size: 16px;
    line-height: 22px;
}

.header-bottom__work-time {
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.5);
}

.header-bottom__work-time:first-child {
    margin-top: 0;
}

.header-bottom__work-time p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
}

.header-bottom__logo img {
    width: auto;
    max-width: none;
    height: 75px;
}

.header__mob-left {
    padding-right: 43px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.header__menu-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.header__menu-icon span {
    display: block;
    width: 25px;
    height: 2px;
    margin-bottom: 7px;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.header__menu-icon span:last-child {
    margin-bottom: 0;
}

.header__menu-icon.active span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
}

.header__menu-icon.active span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}

.header__menu-icon.active span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
}

.header__mob-center {
    position: relative;
}

.header__mob-center.active .header__mob-btn-wrap {
    opacity: 0;
    visibility: hidden;
}

.header__mob-center.active .header__mob-logo {
    opacity: 1;
    visibility: visible;
}

.header__mob-btn {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #fff;
    padding: 7px 15px;
    min-width: 140px;
}

.header__mob-btn-wrap {
    -webkit-transition: .3s;
    transition: .3s;
}

.header__mob-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.header__mob-logo img {
    max-width: none;
}

.header-mob-menu {
    padding: 90px 0 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff;
    overflow-y: auto;
    z-index: 97;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.header-mob-menu.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.header-mob-menu__btn {
    text-align: center;
    margin-bottom: 40px;
}

.header-mob-menu__nav ul {
    margin: 0;
    padding: 0;
}

.header-mob-menu__nav ul li {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.header-mob-menu__nav ul li:last-child {
    margin-bottom: 0;
}

.header-mob-menu__nav ul li::before {
    display: none;
}

.header-mob-menu__bottom {
    text-align: center;
    margin-top: 45px;
}

.header-mob-menu__geo {
    font-size: 16px;
    line-height: 22px;
}

.header-mob-menu__work-time {
    margin-top: 6px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.header-mob-menu__work-time p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

.header-mob-menu__contacts {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
}

.footer {
    background-color: #000;
    padding: 38px 0 40px;
    color: #fff;
}

.footer__wrap {
    overflow: hidden;
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.footer__nav-col {
    margin-right: 60px;
}

.footer__nav-col:last-child {
    margin-right: 0;
}

.footer__nav-sub {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}

.footer__nav-sub + .footer__nav-sub {
    margin-top: 20px;
}

.footer__nav-list {
    margin-top: 14px;
}

.footer__nav-list:first-child {
    margin-top: 0;
}

.footer__nav-list ul {
    margin: 0;
}

.footer__nav-list ul li {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

.footer__nav-list ul li:last-child {
    margin-bottom: 0;
}

.footer__nav-list ul li::before {
    display: none;
}

.footer__info {
    text-align: right;
    margin-left: 40px;
}

.footer__geo {
    padding-top: 2px;
    font-size: 16px;
    line-height: 22px;
}

.footer__work-time {
    margin-top: 10px;
    opacity: .5;
}

.footer__work-time p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
}

.footer__info-bottom {
    margin-top: 52px;
    font-size: 16px;
    line-height: 22px;
}

.footer__center {
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer__center-col {
    width: 272px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.footer__btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    font-size: 18px;
    line-height: 1;
    padding: 12px 15px 13px;
    min-width: 272px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}

.footer__btn::before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    background-color: #fff;
    width: 0%;
    z-index: -1;
}

.footer__btn--black {
    color: #000;
    border-color: #000;
}

.footer__btn--black::before {
    background-color: #000;
}

.footer__email {
    margin-top: 5px;
}

.footer__logo a img, .footer__logo span img {width: 100px;}



.footer__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.footer__soc-item {
    margin-right: 12px;
}

.footer__soc-item:last-child {
    margin-right: 0;
}

.footer__bottom {
    margin-top: 38px;
    position: relative;
}

.footer__links {
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.footer__copy {
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.footer__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    line-height: 24px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.footer__lang li {
    margin: 0;
    margin-right: 10px;
    padding: 0;
}

.footer__lang li::before{
    display: none;
}

.footer__lang li:last-child {
    margin-right: 0;
}

.footer__lang li.current-lang a {
    color: rgba(255, 255, 255, 0.5);
}

.home-banner {
    height: 40vh;
    padding-top: 52px;
}

.home-banner img {
    width: 100%;
}

.home-banner__wrap {
    position: relative;
    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;
    height: calc(100vh - 52px);
    z-index: 1;
}

.home-banner__logo {
    width: 100%;
    height: 100%;
    position: relative;
}

.home-banner__logo svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: calc(100% + 2px);
}

.home-banner__block {
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: -1;
    background-color: #E92737;
    height: calc(100% / 4);
}

.home-banner__block--1 {
    top: 0%;
    left: 0%;
    width: 30%;
}

.home-banner__block--2 {
    top: 25%;
    left: 30%;
    width: 20%;
    background-color: #FF0068;
}

.home-banner__block--3 {
    top: 50%;
    left: 50%;
    width: 50%;
}

.home-banner__block--4 {
    top: 75%;
    left: 0%;
    width: 50%;
    background-color: #FF0068;
}

.afisha {
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.afisha__slider {
    overflow: hidden;
    position: relative;
}

.afisha__slider .swiper-wrapper {
    padding-left: 27%;
}

.afisha__slide {
    width: auto;
    height: auto;
    overflow: hidden;
}

.afisha__slide.swiper-slide-active .afisha__date, .afisha__slide.swiper-slide-active .afisha__sub, .afisha__slide.swiper-slide-active .afisha__line {
    opacity: 1;
    visibility: visible;
}

.afisha__item {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    padding: 50px 0 100px;
    display: block;
}

.afisha__item > .container {
    height: 100%;
}

.afisha__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.afisha__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 46vw;
    max-width: none;
}

.afisha__info-content {
    min-width: 46vw;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.afisha__date {
    font-size: 34px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

.afisha__sub {
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

.afisha__wrap {
    height: 100%;
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.afisha__line {
    width: 3px;
    min-height: 120px;
    margin: 42px auto 38px;
    background-color: #fff;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

.afisha__pagination {
    position: absolute;
    left: 0 !important;
    bottom: 30px !important;
    right: 0 !important;
    top: auto !important;
    z-index: 9;
}

.afisha.afisha--post {
    margin-bottom: 30px;
}

.home-nav {
    padding-top: 32px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.home-nav__list ul {
    margin: 0;
    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;
}

.home-nav__list ul li {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin-right: 70px;
}

.home-nav__list ul li:last-child {
    margin-right: 0;
}

.home-nav__list ul li::before {
    display: none;
}

.home-nav__list ul li a {
    text-decoration: underline;
}

.home-catalog {
    position: relative;
    z-index: 2;
    padding-top: 74px;
    background-color: #fff;
}

.home-catalog__wrap {
    margin-top: 48px;
}

.home-catalog__wrap:first-child {
    margin-top: 0;
}

.home-catalog__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -35px;
}

.home-catalog__col {
    width: 33.3333333%;
    margin-bottom: 35px;
}

.home-catalog__btn-wrap {
    margin-top: 38px;
    text-align: right;
}

.home-catalog__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    line-height: 24px;
}

.home-catalog__btn img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 14px;
}

.home-catalog__btn.home-catalog__btn--more {
    text-decoration: underline;
}

.home-catalog__btn.home-catalog__btn--more.active {
    display: none;
}

.catalog-card {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.catalog-top-card-place {
	position: relative;
}

.catalog-card__btn {
    position: absolute;
    bottom: 22px;
    right: 25px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    background: #E8E8E8;
    border: 1px solid #E92737;
    color: #E92737;
    padding: 9px 15px;
    min-width: 180px;
    z-index: 1;
}

.catalog-card__img {
    display: block;
    overflow: hidden;
}

.catalog-card__img img {
    width: 100%;
    height: auto;
}

.catalog-card__info {
    margin-top: -2px;
    display: block;
    color: #fff;
    background-color: #000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 14px 24px 20px;
    position: relative;
    z-index: 2;
}

.catalog-card__info-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
    line-height: 22px;
}

.catalog-card__tag {
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.5);
}

.catalog-card__sub {
    margin-top: 5px;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
}

.catalog-card--blue .catalog-card__info {
    background-color: #042678;
}

.catalog-card--lt-blue .catalog-card__info {
    background-color: #0196db;
}

.catalog-card--red .catalog-card__info {
    background-color: #E92737;
}

.catalog-card--yellow .catalog-card__info {
    background-color: #D9AF34;
    color: #000;
}

.catalog-card--yellow .catalog-card__info .catalog-card__tag {
    color: rgba(0, 0, 0, 0.5);
}

.catalog-card--white .catalog-card__info {
    background-color: #fff;
    color: #000;
}

.catalog-card--white .catalog-card__tag {
    color: rgba(0, 0, 0, 0.5);
}

.home-about {
    padding-top: 90px;
}

.home-about__wrap {
    margin-top: 18px;
}

.home-about__text {
    max-width: 942px;
    margin: 0 auto;
    text-align: center;
}

.home-about__more {
    text-align: center;
    margin-top: 18px;
}

.home-about__gallery {
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.home-about__gallery-slide {
    width: auto;
    overflow: hidden;
}

.home-about__gallery-item img {
    max-height: calc(100vh - 250px);
}

.home-about__pagination {
    margin-top: 40px;
}

.post-header {
    margin: 15px 0 24px;
}

.post-header--bottom {
    margin-bottom: 50px;
}

.post-title {
    text-transform: uppercase;
    text-align: center;
}

.post-title--blue {
    color: #042678;
}

.post-title--red {
    color: #FF0068;
}

.post-title--yellow {
    color: #D9AF34;
}

.post-title--dark-cyan {
    color: #005169;
}

/*.post-title--single {
    font-size: 80px;
    line-height: 90px;
}*/

#cinema_title div {
  font-size: 60px;
  line-height: 42px;
  text-transform: uppercase;
  font-family: 'Zotov', sans-serif;
  font-weight: 400;
  height: 42px;
  overflow: hidden;
}

.catalog-filters__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: flex-end;
}

.catalog-filters__row.catalog-filters__row--spec {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.catalog-filters__free {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 234px;
}

.catalog-filters__free label {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.catalog-filters__free label input {
    display: none;
}

.catalog-filters__free label input:checked + span::after {
    opacity: 1;
    visibility: visible;
}

.catalog-filters__free label span {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    padding-left: 34px;
}

.catalog-filters__free label span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.catalog-filters__free label span::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 14px;
    height: 14px;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .1s;
    transition: .1s;
}

.catalog-filters__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.catalog-filters__list-item {
    padding-right: 10px;
    padding-left: 10px;
	width: 100%;
    position: relative;
    display: inline-block;
}

.schedule__date-list .catalog-filters__list, .page-id-385 .catalog-filters__list, .page-id-379 .catalog-filters__list, .page-id-7223 .catalog-filters__list {
    font-size: 20px;
    line-height: 28px;
}

.schedule__date-list .catalog-filters__list-item, .page-id-385 .catalog-filters__list-item, .page-id-379 .catalog-filters__list-item, .page-id-7223 .catalog-filters__list-item {
	width: auto;
}


.catalog-filters__list-item.active {
    color: rgba(0, 0, 0, 0.5);
}

.catalog-filters__list-item::after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -2px;
    height: 2px;
    opacity: 0;
    visibility: hidden;
}

.catalog-filters__list-item:first-child::after {
    left: 0;
}

.catalog-filters__list-item:last-child::after {
    right: 0;
}

.catalog-filters__list-item.active::after {
    opacity: 1;
    visibility: visible;
}

.catalog-filters__list-item:first-child {
    padding-left: 0;
}

.catalog-filters__list-item:last-child {
    padding-right: 0;
}

.catalog-filters__list-item:last-child::before {
    display: none;
}

.catalog-filters__list-item::before {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: -1px;
    width: 2px;
    height: 20px;
    background-color: #000;
}

.catalog-filters__calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.catalog-filters__calendar input#datepicker {
    display: block;
    width: 100%;
    border: 1px solid #000;
    min-width: 0;
    padding: 8px 14px;
}

.catalog-filters__calendar .air-datepicker {
    position: absolute;
    right: 0;
    top: calc(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: .3s;
    transition: .3s;
}

.catalog-filters__calendar .air-datepicker.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.catalog-filters__calendar-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 8px;
    width: 42px;
    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;
	border: 1px solid black;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.catalog-tags {
    margin-top: 70px;
    margin-bottom: 32px;
}

.catalog-tags:first-child {
    margin-top: 0;
}

.catalog-tags__wrap {
    max-width: 1090px;
    margin: 0 auto;
}

.catalog-tags__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    margin-bottom: -6px;
    margin-right: -30px;
}

.catalog-tags__item {
    margin-right: 30px;
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 24px;
}

.catalog-tags__item.active {
    opacity: .65;
}

.catalog {
    min-height: 200px;
}

.catalog__row {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -35px;
}

.catalog__col, .catalog__col-filters {
    width: 33.3333333%;
    margin-bottom: 14px;
}

.catalog__bottom-btn {
    margin-top: 70px;
    text-align: center;
}

.catalog__spec-row {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.catalog__spec-col {
    margin-bottom: 35px;
}

.catalog__spec-col-left {
    width: 33.3333333%;
}

.catalog__spec-col-left .catalog-card .catalog-card__info {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.catalog__spec-col-left .catalog-card .catalog-card__img {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.catalog__spec-col-left .catalog-card .catalog-card__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.catalog__spec-col-right {
    width: 66.6666666%;
}

.catalog__spec-row-inner {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -35px;
}

.catalog__spec-col-inner {
    width: 50%;
    margin-bottom: 35px;
}

.event-header {
    padding: 35px 0 0;
    margin-bottom: 92px;
}

.event-header__top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 35px;
}

.event-header__top--bottom {
    margin-bottom: 38px;
}

.event-header__share {
    display: block;
    position: absolute;
    right: 0;
    top: calc(100% + 44px);
}

.event-header__date {
    font-size: 36px;
    line-height: 52px;
}

.event-header__spec-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: -5px;
    margin-right: -100px;
}

.event-header__spec-date span {
    display: block;
    margin-right: 100px;
    margin-bottom: 5px;
}

.event-header__btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 30px;
}

.event-header__sub {
    font-family: 'Zotov', sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 62px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.event-header__sub:last-child {
    margin-bottom: 0;
}

.event-header__title {
    font-weight: 700;
    font-family: 'Roboto Mono', sans-serif;
    text-transform: none;
    width: calc(100% - 310px);
    margin-bottom: 55px;
}

.event-header__title:last-child {
    margin-bottom: 0;
}

.event-header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -6px;
    margin-right: -100px;
}

.event-header__info p {
    font-size: 24px;
    line-height: 34px;
    margin-right: 100px;
    margin-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 480px;
}

.event-header__info p img, .event-header__info p svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 14px;
}

.event-header__info p br:last-child {
    display: none;
}

.event-header__img {
    margin-top: 28px;
}

.event-header__img img {
    width: 100%;
    max-height: calc(100vh - 300px);
    -o-object-fit: cover;
    object-fit: cover;
}

.event-header__img--video {
    display: block;
    position: relative;
}

.event-header__img--video::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.event-header__img--video::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/paly-icon.svg) center center no-repeat;
    z-index: 2;
}

.event-header__btn-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.event-header__btn-subscribe {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 100px;
}

.event-header.event-header--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    padding-bottom: 50px;
    margin-bottom: 75px;
    min-height: 600px;
}

.event-header.event-header--main > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.event-header.event-header--main > .container .event-header__space {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.event-header__back {
    margin-bottom: 35px;
}

.event-header__back:last-child {
    margin-bottom: 0;
}

.event-header__back-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
}

.event-header__back-item img, .event-header__back-item svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 18px;
}

.event__sub {
    font-size: 28px;
    line-height: 38px;
    margin: 85px 0;
}

.event__sub:first-child {
    margin-top: 0;
}

.event__sub:last-child {
    margin-bottom: 0;
}

.event__sub.event__sub--n {
    max-width: 900px;
    margin: 0 !important;
}

.event__sub.event__sub--n p, .event__sub.event__sub--n ul li, .event__sub.event__sub--n ol li {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 38px;
}

.event__sub.event__sub--n p:last-child, .event__sub.event__sub--n ul li:last-child, .event__sub.event__sub--n ol li:last-child {
    margin-bottom: 0;
}

.event__sub.event__sub--n p a, .event__sub.event__sub--n ul li a, .event__sub.event__sub--n ol li a {
    text-decoration: underline;
}

.event__sub.event__sub--n.post-section:first-child {
    padding-top: 0 !important;
}

.event__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.event__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 80px;
}

.event__img img {
    max-width: 500px;
}

.event__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.event__main-left {
    max-width: 680px;
}

.event__main-more {
    margin-top: 38px;
}

.event__main-more:first-child {
    margin-top: 0;
}

.event__main-more a span {
    display: inline;
}

.event__main-more a span:last-child {
    display: none;
}

.event__main-more a.active span:first-child {
    display: none;
}

.event__main-more a.active span:last-child {
    display: inline;
}

.event__main-right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 342px;
    padding-left: 30px;
    margin-left: 70px;
    border-left: 1px solid #000;
    padding-bottom: 30px;
}

.event__main-sub {
    margin-top: 14px;
    font-size: 32px;
    line-height: 1;
    text-decoration: underline;
    font-weight: 700;
}

.event__main-desc {
    margin-top: 20px;
}

.event__blockquote-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.event__blockquote-text blockquote {
    height: 100%;
}

.event__blockquote-author {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 60px;
    max-width: 386px;
}

.event__blockquote-author .cinema-card__slider-img img {
    max-width: 100%;
}

.event__text-list p:nth-child(1n + 2), .event__text-list ul:nth-child(1n + 2), .event__text-list ol:nth-child(1n + 2) {
    display: none;
}

.event__text-list.active p:nth-child(1n + 2), .event__text-list.active ul:nth-child(1n + 2), .event__text-list.active ol:nth-child(1n + 2) {
    display: block;
}

.event__partners {
    margin-top: 50px;
}

.event__partners-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -50px;
    margin-bottom: -30px;
}

.event__partners-item {
    margin-right: 50px;
    margin-bottom: 30px;
    max-width: 270px;
}

.event__video-sub {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
}

.event__person {
    position: relative;
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.event__person-container {
    position: relative;
}

.event__person-slider {
    overflow: hidden;
}

.event__person-slide {
    height: auto;
}

.event__person-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.event__person-img {
    width: 258px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 55px;
}

.event__person-name {
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 25px;
}

.event__person-info {
    padding-right: 80px;
}

.event__program-title {
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 65px;
    font-weight: 700;
}

.event__program-title:last-child {
    margin-bottom: 0;
}

.event__program .cinema-inner__info--bottom, .event__program .cinema-inner__info--top {
    margin-bottom: 65px;
}

.event__program .cinema-inner__info--bottom:last-child, .event__program .cinema-inner__info--top:last-child {
    margin-bottom: 0;
}

.event__text p a, .event__text li a {
    text-decoration: underline;
}

.gallery {
    overflow: visible;
}

.gallery.gallery--single {
    position: relative;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.gallery__img img {
    max-height: calc(100vh - 300px);
}

.gallery__desc {
    position: absolute;
    left: 0;
    top: calc(100% + 18px);
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    max-width: calc(100vw - 60px);
}

.gallery__item {
    position: relative;
}

.gallery__container {
    position: relative;
}

.gallery__slider {
    position: relative;
}

.gallery__slide {
    width: auto;
    padding-bottom: 20px;
}

.gallery__pagination {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.gallery__btn {
    margin-top: 60px;
    text-align: center;
}

.gallery__prev, .gallery__next {
    position: absolute;
    top: calc(50% - 90px);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 25px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.gallery__prev.swiper-button-disabled, .gallery__next.swiper-button-disabled {
    opacity: .3;
    pointer-events: none;
    cursor: default;
}

.gallery__prev.swiper-button-lock, .gallery__next.swiper-button-lock {
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    cursor: default;
}

.gallery__prev {
    left: -110px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.gallery__next {
    right: -110px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.cinema-banner {
    margin: 100px 0;
}

.cinema-banner:first-child {
    margin-top: 0;
}

.cinema-banner:last-child {
    margin-bottom: 0;
}

.cinema-banner__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.cinema-banner__col {
    width: 50%;
}

.cinema-banner__img {
    position: relative;
}

.cinema-banner__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.cinema-banner__right {
    background-color: #042678;
}

.cinema-banner__info {
    background-color: #FF0068;
    width: 100%;
    padding: 30px 48px 32px;
    color: #fff;
    -webkit-transform: translateX(-32px) translateY(-32px);
            transform: translateX(-32px) translateY(-32px);
}

.cinema-banner__sub {
    font-family: 'Zotov', sans-serif;
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 12px;
}

.cinema-banner__sub:last-child {
    margin-bottom: 0;
}

.cinema-banner__name {
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
}

.cinema-banner__date {
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
    margin-top: 15px;
}

.cinema-top-banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.cinema-top-banner__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 60px 0 34px;
    padding-left: 32px;
    min-height: 75vh;
}

.cinema-top-banner__info {
    position: relative;
    background-color: #042678;
    color: #fff;
    width: 100%;
    max-width: 872px;
}

.cinema-top-banner__info-content {
    background-color: #FF0068;
    padding: 36px 72px;
    -webkit-transform: translateX(-32px) translateY(-32px);
            transform: translateX(-32px) translateY(-32px);
}

.cinema-top-banner__sub {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'Zotov', sans-serif;
    margin-bottom: 15px;
}

.cinema-top-banner__title {
    font-family: 'Roboto Mono', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    text-transform: none;
}

.cinema-top-banner__line {
    margin: 20px 12px 16px;
    width: 2px;
    height: 70px;
    background-color: #fff;
}

.cinema-top-banner__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.cinema-top-banner__date {
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
}

.cinema-top-banner__content-rating {
    font-size: 24px;
    line-height: 34px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 30px;
}

.cinema-program {
    margin-top: 85px;
}

.cinema-program:first-child {
    margin-top: 0;
}

.cinema-program__btn {
    margin-bottom: 85px;
    text-align: right;
}

.cinema-program__detal {
    margin-top: 25px;
}

.cinema-program__banner {
    margin-top: 85px;
}

.cinema-program__banner:first-child {
    margin-top: 0;
}

.cinema-program__banner img {
    width: 100%;
}

.cinema-program__banner--video {
    display: block;
    position: relative;
}

.cinema-program__banner--video::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.cinema-program__banner--video::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/paly-icon.svg) center center no-repeat;
    z-index: 2;
}

.cinema-program__btn.cinema-program__btn--single {
    margin-top: 60px;
    margin-bottom: -20px;
}

.date-filter {
    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;
    font-size: 18px;
    line-height: 24px;
    margin: 30px 0 50px;
}

.date-filter__item {
    padding: 0 16px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.date-filter__item.active {
    color: rgba(0, 0, 0, 0.5) !important;
}

.date-filter__item::before {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
    height: 16px;
    width: 1px;
    background-color: #000;
}

.date-filter__item:first-child {
    padding-left: 0;
}

.date-filter__item:last-child {
    padding-right: 0;
}

.date-filter__item:last-child::before {
    display: none;
}

.cinema-inner__info--top, .cinema-inner__info--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.cinema-inner__info--bottom:first-child, .cinema-inner__info--top:first-child {
    margin-top: 0;
}

.cinema-inner__info-text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.cinema-inner__info-table {
    width: 400px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 80px;
}

.cinema-inner__info-table table {
    width: 100%;
    border-collapse: collapse;
}

.cinema-inner__info-table table tr td {
    font-size: 18px;
    line-height: 24px;
    padding-top: 7px;
    padding-bottom: 7px;
    vertical-align: top;
}

.cinema-inner__info-table table tr td:first-child {
    width: 150px;
    min-width: 150px;
    padding-right: 10px;
}

.cinema-inner__info-table table tr td:last-child {
    font-weight: 700;
}

.cinema-inner__info-table table tr:first-child td {
    padding-top: 0;
}

.cinema-inner__info-table table tr:last-child td {
    padding-bottom: 0;
}

.cinema-inner__poster {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.cinema-inner__poster-banner {
    width: 344px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 72px;
}

.cinema-inner__poster-img img {
    width: 100%;
}

.cinema-inner__poster-sub {
    margin-top: 15px;
    font-size: 14px;
    line-height: 18px;
}

.cinema-inner__poster-sub:first-child {
    margin-top: 0;
}

.cinema-inner__btn {
    margin-top: 70px;
    text-align: center;
}

.cinema-card {
    border-bottom: 8px solid #E92737;
    padding: 40px 0 90px;
}

.cinema-card:first-child {
    border-top: 8px solid #E92737;
}

.cinema-card__top {
    margin-bottom: 38px;
}

.cinema-card__title {
    font-family: 'Roboto Mono', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 66px;
    text-transform: none;
}

.cinema-card__top-info {
    margin-top: 18px;
}

.cinema-card__info {
    margin-top: 70px;
}

.cinema-card__info:first-child {
    margin-top: 0;
}

.cinema-card__gallery {
    margin-top: 68px;
    margin-left: -30px;
    margin-right: -30px;
}

.cinema-card__gallery:first-child {
    margin-top: 0;
}

.cinema-card__slider-container {
    position: relative;
    padding-left: 60px;
}

.cinema-card__slider {
    overflow: hidden;
}

.cinema-card__slide {
    overflow: hidden;
}

.cinema-card__slider-img {
    margin-bottom: 35px;
}

.cinema-card__slider-img:last-child {
    margin-bottom: 0;
}

.cinema-card__slider-img img {
    max-width: 224px;
}

.cinema-card__slider-content {
    padding-left: 28px;
    padding-right: 28px;
}

.cinema-card__slider-name {
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
}

.cinema-card__slider-sub {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
}

.cinema-card__slider-desc {
    margin-top: 12px;
    font-size: 16px;
    line-height: 21px;
}

.cinema-card__slider-more {
    margin-top: 20px;
}

.cinema-card__prev, .cinema-card__next {
    position: absolute;
    z-index: 2;
    top: 100px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.cinema-card__prev img, .cinema-card__next img {
    width: 30px;
    height: auto;
}

.cinema-card__prev.swiper-button-disabled, .cinema-card__next.swiper-button-disabled {
    opacity: .3;
    pointer-events: none;
    cursor: default;
}

.cinema-card__prev.swiper-button-lock, .cinema-card__next.swiper-button-lock {
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    cursor: default;
}

.cinema-card__prev {
    left: 0;
}

.cinema-card__next {
    left: calc(50% + 115px);
}

.main-text .dostupnost h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 110px auto 50px;
  font-size: 86px;
  line-height: 104px;
  font-family: 'Zotov',sans-serif;
  font-weight: 400;
}

.history-header, .friends-header {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
}

.history-header__wrap, .friends-header__wrap {
    padding: 220px 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}

.history-header__wrap {
	min-height: calc(80vh - 52px);
 }
 
 .friends-header__wrap {
	min-height: calc(80vh - 230px);
 }

.history-header.history-header--spec, .friends-header.friends-header--spec {
    margin-bottom: 80px;
}

.history-header.history-header--spec:last-child, .friends-header.friends-header--spec:last-child {
    margin-bottom: 0;
}

.history {
    padding-top: 45px;
}

.history__year {
    font-family: 'Zotov', sans-serif;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 85px;
    line-height: 102px;
    text-transform: uppercase;
    text-align: center;
}

.history__year:last-child {
    margin-bottom: 0;
}

.history__sub {
    margin-bottom: 70px;
}

.history__sub:last-child {
    margin-bottom: 0;
}

.history__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.history-section {
    margin-top: 120px;
}

.history-section:first-child {
    margin-top: 0;
}

.history-today__banner {
    margin-bottom: 70px;
}

.history-today__banner:last-child {
    margin-bottom: 0;
}

.history-today__banner img {
    width: 100%;
}

.team__list-col {
    padding-top: 95px;
}

.team__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: -65px;
}

.team__col {
    width: 25%;
    margin-bottom: 65px;
}

.team__img img {
    width: 100%;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

.team__info {
    padding: 22px 18px 0;
}

.team__name {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
}

.team__sub {
    margin-top: 2px;
    font-size: 14px;
    line-height: 20px;
}

.team__desc {
    margin-top: 12px;
    font-size: 16px;
    line-height: 22px;
}

.team__contact {
    margin-top: 15px;
}

.excursions_info:first-child, .children_info:first-child {
	margin-top: 64px;
}

.excursions__list {
    margin-top: 52px;
}

.excursions__list:first-child {
    margin-top: 0;
}

.excursions__indiv h2 {
	max-width: 1200px;
}

.excursions__col:last-child .excursions__item {
    padding-bottom: 0;
}

.excursions__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 23px 0 60px;
}

.excursions__left {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 820px;
}

.excursions__right {
    width: 418px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 50px;
	margin-top: 5px;
}

.excursions__right a#cost {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Roboto Mono', sans-serif;
	text-decoration: underline;
	line-height: 1.5;
}

.excursions__title {
    font-weight: 700;
    font-size: 46px;
    line-height: 56px;
}

.excursions__text {
    margin-top: 25px;
}

.excursions__text * {
	font-size: 20px;
	line-height: 30px;
}

.excursions__text:first-child {
    margin-top: 0;
}

.excursions__btn {
    margin-top: 32px;
	display: flex;
	justify-content: center;
}

.excursions__sub {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}

.excursions__email {
    font-size: 28px;
    line-height: 38px;
}

.excursions__tel {
    margin-top: 18px;
    font-size: 40px;
    line-height: 54px;
}

.excursions__work-time {
    margin-top: 8px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.5);
    max-width: 100%;
}

.excursions__work-time p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

.cafe-banner img {
    width: 100%;
}

.cafe__banner img {
    width: 100%;
    max-height: calc(100vh - 300px);
    -o-object-fit: cover;
       object-fit: cover;
}

.cafe__info {
    margin-top: 80px;
}

.cafe__bottom-sub {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 36px;
}

.cafe__row {
    margin-top: 80px;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.cafe__row:first-child {
    margin-top: 0;
}

.cafe__row:last-child {
    margin-bottom: 0;
}

.cafe__left {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 680px;
}

.cafe__right {
    width: 440px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 50px;
}

.cafe__right:first-child {
    margin-left: 0;
}

.cafe__right .excursions__tel {
    margin-top: 14px;
    font-size: 48px;
    line-height: 64px;
}

.inklusiv__banner img {
    width: 100%;
    max-height: calc(100vh - 300px);
    -o-object-fit: cover;
       object-fit: cover;
}

.inklusiv__row {
	padding-bottom: 70px;
}

.inklusiv__row div .visitors__sub h2 {
	text-align: center;
	text-transform: uppercase;
	margin: 100px auto 50px;
	font-size: 86px;
	line-height: 104px;
}

.contacts {
    padding-top: 20px;
}

.contacts__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.contacts__col {
    width: calc(50% - 30px);
}

.contacts__address {
    padding-top: 18px;
    font-size: 28px;
    line-height: 38px;
}

.contacts__work-time {
    margin-top: 0px;
}

.contacts__work-time b, .contacts__work-time span {
    display: block;
}

.contacts__work-time b {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.contacts__work-time span {
    margin-top: 12px;
    font-size: 24px;
    line-height: 32px;
}

.contacts__work-time span p {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
}

.contacts__tel {
    font-size: 34px;
    line-height: 90px;
}

.contacts__email {
    margin-top: 38px;
    font-size: 28px;
    line-height: 36px;
}

.contacts__map {
    margin-top: 65px;
    position: relative;
    height: 580px;
    max-height: 55vh;
}

.contacts__map-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

.contacts__info {
    margin-top: 38px;
}

.contacts__info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.contacts__info-col {
    width: calc(50% - 30px);
}

.contacts__info-desc {
    margin-top: 18px;
}

.contacts-all__col {
    border-bottom: 1px solid #000;
}

.contacts-all__col:first-child {
    border-top: 1px solid #000;
}

.contacts-all__item {
    padding: 34px 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.contacts-all__left {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 54px;
}

.contacts-all__right {
    width: 510px;
    margin-left: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.contacts-all__sub {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}

.contacts-all__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: -10px;
    margin-right: -70px;
    font-size: 28px;
    line-height: 38px;
}

.contacts-all__row-item {
    margin-right: 70px;
    margin-bottom: 10px;
}

.contacts-all__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.contacts-all__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 26px;
}

.contacts-all__card-info {
    -ms-flex-item-align: center;
        align-self: center;
}

.contacts-form__wrap {
    max-width: 872px;
    margin: 0 auto;
}

.contacts-form__item, .contacts-form__item-act {
    margin-bottom: 35px;
}

.contacts-form__item:last-child {
    margin-bottom: 0;
}

.contacts-form__file {
    margin-top: 22px;
    padding-left: 36px;
}

.contacts-form__agree {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.contacts-form__btn {
    margin-top: 34px;
}

.contacts-form__btn .send-btn {
    display: block;
    width: 100%;
}

.search-result {
    padding-top: 50px;
}

.search-result__list {
    max-width: 880px;
    margin: 0 auto;
}

.search-result__col {
    margin-bottom: 58px;
}

.search-result__col:last-child {
    margin-bottom: 0;
}

.search-result__sub {
    font-size: 28px;
    line-height: 38px;
}

.search-result__sub a {
    text-decoration: underline;
}

.search-result__desc {
    margin-top: 12px;
}

.search-result__desc:first-child {
    margin-top: 0;
}

.search-form {
    background-color: #000;
    padding: 25px 0 35px;
    margin-bottom: 60px;
}

.search-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.search-form__input {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.search-form__input input {
    display: block;
    width: 100%;
    min-width: 0;
    border: 0;
    background-color: #fff;
    padding: 12px 25px;
    color: #000;
    font-size: 24px;
    line-height: 1;
}

.search-form__btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 20px;
}

.partners-sub {
    padding-top: 75px;
}

.partners__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -25px -65px;
}

.partners__col {
    width: 14.2%;
    padding: 0 10px;
    margin-bottom: 45px;
}

.partners__logo {
    min-height: 110px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.partners__link {
    margin-top: 15px;
}

.partners__link-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 15px;
}

.partners__link-item img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 5px;
    margin-bottom: -4px;
}

.shop__sub {
    margin-top: 80px;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
    max-width: 400px;
}

.shop__sub:last-child {
    margin-bottom: 0;
}

.shop__sub + .cafe__row {
    margin-top: 0;
}

.catalog.news .catalog__row {
    margin-bottom: -50px;
}

.catalog.news .catalog__col {
    margin-bottom: 50px;
}

.news-card {
    display: block;
    height: 100%;
}

.news-card__img {
    overflow: hidden;
}

.news-card__img img {
    width: 100%;
}

.news-card__info {
    padding: 20px 10px 15px;
}

.news-card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}

.news-card__top:last-child {
    margin-bottom: 0;
}

.buy {
    padding-top: 45px;
}

.ticket-buy {
    position: relative;
    overflow: hidden;
}

.ticket-buy.ticket-buy--single {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
}

.ticket-buy__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.ticket-buy__col {
    width: 50%;
    position: relative;
    min-height: 620px;
}

.ticket-buy__img {
    top: 0;
    right: 0;
    position: absolute;
    width: calc(50vw + 2px);
    height: 100%;
}

.ticket-buy__img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.ticket-buy__map {
    height: 100%;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

.ticket-buy__info {
    padding: 70px 0 50px;
    padding-left: 50px;
    position: relative;
    height: 100%;
    z-index: 1;
}

.ticket-buy__info::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50vw + 2px);
    height: 100%;
    background-color: #F0F0F0;
    z-index: -1;
}

.ticket-buy__info-wrap {
    margin: 45px 0;
    padding: 45px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.ticket-buy__info-wrap p {
    margin: 0 0 25px;
}

.ticket-buy__info-wrap p:last-child {
    margin-bottom: 0;
}

.ticket-buy__info-wrap:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.ticket-buy__info-wrap:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.ticket-buy__contacts-email {
    font-size: 28px;
    line-height: 38px;
}

.ticket-buy__contacts-tel {
    font-size: 48px;
    line-height: 64px;
}

.ticket-buy__sub {
    padding-top: 70px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}

.ticket-buy__sub.ticket-buy__sub--top {
    padding-top: 50px;
}

.ticket-buy__location-link {
    margin-top: 10px;
    font-weight: 700;
    font-size: 38px;
    line-height: 50px;
}

.ticket-buy__location-link:first-child {
    margin-top: 0;
}

.ticket-buy__location-link a {
    text-decoration: underline;
}

.visitors p a, .visitors li a {
    text-decoration: underline;
}

.visitors__wrap {
    max-width: 900px;
    margin: 0 auto;
}

.visitors__sub p, .visitors__sub li {
    font-size: 22px;
    line-height: 30px;
}

.visitors-preferential__col {
    margin-bottom: 40px;
}

.visitors-preferential__col:last-child {
    margin-bottom: 0;
}

.visitors-rules__list {
    border-bottom: 8px solid #000;
    margin-top: -30px;
    padding: 0px 0 100px;
}

.visitors-rules__col {
    margin-top: 100px;
}

.visitors-rules__col:first-child {
    margin-top: 0;
}

.visitors-rules .post-section-title {
    max-width: none;
}

.scheme__img {
    background-color: #E8E8E8;
}

.scheme__img img {
    width: 100%;
    max-height: calc(100vh - 300px);
}

.visitors-icons {
	width: 100%;
	max-width: 1350px;
	margin-top: 130px;
}

.visitors-icons-title {
	display: flex;
	align-items: stretch;
	overflow: hidden;
	padding-bottom: 75px;
}

.visitors-icons-title .visitors-number-rules {
	font-family: 'Zotov', sans-serif;
	font-weight: 700;
	font-size: 100px;
	line-height: 80px;
}

.visitors-icons-title .visitors-title-rules {
	width: 38%;
	padding-left: 10px;
	font-family: 'Zotov', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
}

.visitors-icons-img {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.visitors-icons-img .icons-images {
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 70px;
}
.visitors-icons-img .icons-images img {
	width:50%;
}

.icons-desc {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}

.friends {
	font-size: 22px;
}

.friends h1 {
	font-size: 85px;
	font-weight: 400;
	font-family: 'Zotov', sans-serif;
	line-height: 110px;
	margin: -23px auto 5px;
}

.friends h2 {
	text-align: left;
	margin-bottom: 37px;
	font-size: 85px;
	line-height: 77px;
}

.friends h3 {
	text-align: left;
	font-family: 'Zotov', sans-serif;
	margin-top: 17px;
	font-size: 50px;
	line-height: 65px;
}

 .friends .block-1 .large-btn {
	font-size: 25px;
	height: 72px;
	line-height: 33px;
	padding: 15px 70px 24px;
	margin-top: 17px;
 }
 
 .friends .large-btn {
	text-transform: none;
	font-size: 30px;
	font-weight: 700;
	min-width: 294px;
	height: 72px;
	line-height: 40px;
	padding-top: 13px;
 }
 
.friends-block {
	margin-top: 40px;
}
 
.friends .block-1 {
	 display: flex;
	 align-items: center;
	 margin-top: 120px;
 }
 
 .block-info {
	justify-content: space-between;
	padding-right: 200px;
 }

.friends .block-1 div, .friends .block-4 div, .friends .block-6 div {
	width: 49.9%;
}

.friends .block-1 p{
	font-size: 18px;
	line-height: 24px;
	max-width: 585px;
}

.friends .block-1 ul, .friends .block-3 .friends-text ul {
	list-style-type: none;
}
.friends .block-1 ul li, .friends .block-3 .friends-text ul li {
	font-weight: 700;
	font-size: 17px;
	line-height: 23px;
}

.friends .block-1 ul li {
	background: url('/wp-content/themes/zotov/assets/img/circle_top_list.svg') left center no-repeat;
}

.friends .block-1 ul li::before, .friends .block-3 .friends-text ul li::before {
  width: 0px;
  height: 0px;
}

.step-line, .friends .block-3 .friends-text ul li {
	padding-left: 41px;
	margin-left: 31px;
}

.step-line {
	width: 45%;
}

.friends .block-1 .friends-step-block {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.friends .block-3 .friends-text ul {
	align-items: stretch;
	flex-wrap: wrap;
	margin: 50px 0 38px 0;
}
 .friends .block-3 .friends-text ul li {
	display: flex;
	align-items: center;
	width: 22%;
	background: url('/wp-content/themes/zotov/assets/img/circle-bonus-list.svg') left center no-repeat;	
 }
 
.friends .block-3 .friends-text ul li:last-child, .friends .block-1 .friends-steps ul li:last-child {
	margin-bottom: 20px;
}

.friends-step-block li:nth-child(2), .friends-step-block li:nth-child(4) {
	width: 43%;
}

.friends .block-2 p {
	font-size: 28px;
	line-height: 36px;
	width: 77%;
	margin: 120px auto 137px;	
	font-weight: 500;
}

.friends .block-3 {
	margin-top: 40x;
}

.friends-img {
	margin-top: 33px;
	margin-right: 68px;
	width: 426px;
	height: 265px;
}

	.friends-img2{
		display: none;
	}

.friends-cost {
	display: flex;
	align-items: center;
	color: #00000066;
	font-size: 30px;
	margin-bottom: 27px;
	line-height: 40px;
	font-weight: 700;
}

.friends-cost span {
	font-size: 20px;
	line-height: 27px;
	font-weight: 400;
	margin-left: 22px;
}

.friends-cost div {
	margin-left: 9px;
}

.friends-top-left {
	max-width: 800px;
}

.hidden-block, .plusehide, .pluseshow.show-a, .block-3 .friends-text {
	display: none!important;
}

.pluseshhd {
	margin-left: 30px;
}

.friends-first {
	line-height: 24px;
	max-width: 618px;
}

.friends .block-3 .brd-gray-bottom p {
	width: 50%;
	margin-bottom: 60px;
}

.friends .block-3 .brd-gray-bottom p.friends-first {
	width: 100%;
	margin-bottom: 22px;
}

.friends .block-3 .dflex.brd-gray-bottom {
	justify-content: space-between;
	padding-bottom: 30px;
}

.block-desc {
	padding-left: 80px;
}

.block-desc a:not([class]) {
	color: #a2a2a2;
}

.friends .friends-block .block-consult :not([class]), .friends .friends-block .block-desc :not([class]) {
	font-size: 18px;
	line-height: 24px;
}

.friends .block-4 {
	margin-top: 120px;	
}

.friends .block-4 .block-consult, .friends .block-6 .block-consult {
	width: 100%;	
}

.block-desc .large-btn {
	margin-top: 45px;
}

.friends .block-7 h2 {
	margin-top: 72px;
	margin-bottom: 50px;
}
.faq-item div{ width: 100%; padding: 17px 0 20px; }
.faq-q {cursor: pointer; display: flex; align-items: center; justify-content: space-between; font-weight: bold;}
.faq-q.show-a img {transform: rotate(180deg);}
.faq-a {display: none;}

.faq-a.show-a, .plusehide.show-a, .pluseshow, .block-3 .friends-text.show-a {display: block!important;}

.arrow-bcr {
	width: 21px;
	display: inline-block;
	margin: 0 19px -2px;
}

.breadcrumbs span span.current-item {
	font-weight: bold;
}

#pushkin-btn {
	background-image: url("/wp-content/themes/zotov/assets/img/max_pushkin_bg_white.png"); background-color: transparent!important;
}

#pushkin-btn:hover {
	background-image: url("/wp-content/themes/zotov/assets/img/mini_pushkin_bg_black.png"); background-color: transparent!important;
}

.sb-popup-btn{
	cursor:pointer;
}

#pushkin-top {
	margin-left: 8px;
	background: url('/wp-content/themes/zotov/assets/img/mob_121.svg');
	padding: 0px!important;
	min-width: 120px;
	min-height: 30px;
	display: inline-block;
	text-align: center;
	border: 1px solid #fff;
}

.catalog-filters__free h1 {
	font-family: Zotov;
	font-size: 58px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
}

.hide-button {
	display: none;	
}

.table-tab .tab {
	width: 70%;
}

.tab-nav {
	align-items: center;
}

 .tab-content {
    display: none;
  }
  
  #tabid-1 {
	  display: block;
  }
 
 input[type="radio"].tab-btn:checked + label {
  color: black;
}

 .tab-btn {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  
  .tab-btn+label::before {
    content: '';
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 50%;
    margin-right: 1em;
    margin-left: 2em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  }

 .tab-btn:not(:checked)+label::before {
    border-color: #fff;
    background-color: #fff;
  }

 .tab-btn:checked+label::before {
    border-color: #000;
    background-color: #000;
  }
  
   .tab-btn+label {
	cursor: pointer;
  }

	.table30 {
	width: 30%;	
	} 
 
.visit-page-pagination {
    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;
    max-width: 1290px;
    margin: 30px 0 0 8px ;
}

.visitors__other-text {
	margin-top: 25px;
}

.visitors-page-slider .gallery__desc {
    position: relative;
    left: 0;
    top: 0;
	text-transform: uppercase;
    font-size: 20px;
	font-weight: bold;
	font-family: 'Roboto Mono';
    line-height: 24px;
    width: 100%;
    max-width: calc(100vw - 60px);
}

.visitors-page-slider .gallery__item:hover * {
	color: #000000;
}

.gray-01, .visitors-page-slider .gray-01 a {
	color: #8A8A8A;
	}

.visitors-page-slider .gallery__img {
	margin-top: 20px;
}

.visitors-page-slider .gallery__img img {
    width: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.visitors-page-slider .gallery__slide {
	height: 430px;
	margin-bottom: 70px;
	padding-bottom: 0px;
}

.visitors_gallery__container {
    position: relative;
}

#meczenaty-czentra-zotov .partners__row .partners__col {width: 24%; text-align: center;}
#meczenaty-czentra-zotov .partners__row { justify-content: center;}

#meczenaty-czentra-zotov .partners__row .partners__col .partners__item .team__desc {font-size: 26px; margin-bottom: 30px;}

.page-id-24926 .event-header {
    margin-bottom: 42px;
}
.page-id-24926 h1{ font-size: 90px; line-height: 90px;}
.page-id-24926 .main-text.main-text--single {max-width: 1290px;}
.page-id-24926 .main-text.main-text--single .dflex {justify-content: space-between;}
.graph-col {font-size: 20px; line-height: 28px; max-width: 27%;}
.graph-col:first-child {max-width: 32%;}
.graph-col div.graph-title {font-size: 24px; line-height: 32px; font-weight: 500;}
.ays-pb-modal .modal-windows-main p, .ays-pb-modal.ays-pb-modal_1 .modal-windows-main>div>div, .ays_window .ays_pb_timer {
    text-align: left;
}
.modal-windows-main .dflex {justify-content: space-between;}
.modal-windows-main .dflex .graph-col .dflex {justify-content: flex-start;}
.modal-windows-main .graph-col {font-size: 16px; line-height: 22px; max-width: 37%;}
.modal-windows-main .main-modal__title {font-size: 60px; line-height: 60px; font-weight: bolder;}

/*events-new*/
.quote-text-ticket{
flex-wrap: wrap;
align-items: flex-start;
}

.event__quote {
	width: 100%;
	margin-bottom: 60px;
	border-top: 2px solid #000;
	padding-top: 55px;
}

.event__quote div, .quote-text {
	max-width: 850px;
}

.quote-text {
	margin-top: -5px;
}

.text-ticket {
	max-width: 410px;
	overflow: hidden;
	margin-left: 10px;
	border-left: 2px solid #000;
	align-items: flex-end;
	padding-left: 30px;
}

.text-ticket .hd-desktop:first-child {
	margin-top: -5px;
	margin-bottom: 11px;
}

.text-ticket .single-block:first-child {
	margin-top: 0px;
	margin-bottom: 11px;
    order: -2;
}
.text-ticket .hd-desktop:nth-child(2), .text-ticket .single-block:nth-child(2) {
	width: 100%;
}
.text-ticket .hd-desktop:nth-child(2) .large-btn, .text-ticket .single-block:nth-child(2) .large-btn {
	max-width: 378px;
	width: 100%;
	height: 48px;
	font-size: 20px;
	line-height: 26px;
	padding: 0px;
	font-weight: bold;
	margin-bottom: 30px;
}
.text-ticket .single-block:nth-child(2) .large-btn {
	margin-bottom: 8px;
}
#single-ticket .text-ticket .event-header__btn {
	order: -1;
	margin-top: 0px;
}
.remark-banner {
	margin-bottom: 11px;
}

.help-banner img {
	max-width: 378px;
	height: auto;
}
.large-btn-last, .large-btn-single {
	display: inline-block;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.large-btn-single {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 9px 115px;
	margin-top: 24px;
}
.large-btn-last {
	color: #808080;
	background-color: #F2F2F2;
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
	padding: 16px 28px;
}
.audio-block {
	min-width: 310px;
	width: 50%;
}

.iframes-block {
	margin-top: 30px; oveflow: hidden; flex-wrap: wrap;
}
.iframes-block .iframe-block {

}
.iframes-block .iframe-block iframe {
	min-width: 320px;
	width: calc(91vw);
	max-width: 640px;
	min-height: 180px;
	height: calc(51vw);
	max-height: 360px;
}
/*audiogid*/
.audio-tours .tabs {
	display: block;
}

.audio-tours .tabs li {
	margin-bottom: 0px;
	padding-left: 0px;
}

.audio-tours .tabs li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 0px;
    height: 0px;
    border-radius: 0%;
    background-color: #000;
}

/*end audiogid*/

.single-events .catalog-filters__row {
    justify-content: flex-start;
	}
/*table for qr*/
.table-responsive {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.table-rsp {
	position: relative;
  border-spacing: 0;
  border-collapse: collapse;
  min-width: 600px; /* чтобы появился скролл при узких экранах */
}
.table-rsp th, .table-rsp td { padding: 8px 12px; border: 1px solid #000; }
.nullbrd th, .nullbrd td { border: 0px solid #000;}
.nullpadtb th, .nullpadtb td { padding: 8px 4px 8px 0px;}
.tdrsp__left { position: relative; white-space: nowrap; }
.tdrsp__left::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -0.3em; /* под базовой линией */
  height: 1em;
	background-image: radial-gradient(circle closest-side, currentColor 1px, transparent 1px);
	background-size: 6px 2px;
	background-repeat: repeat-x;
}
.tdrsp__left > div { position: relative; z-index:2; background-color: #fff; padding-right: 3px; display: inline-block; margin-right: 5px;}
.second-level {padding-left: calc(10vw);}
/*end table for qr*/
form:has(#anketa02 option[value="a"]) .contacts-form__item,
form:has(#anketa02 option[value="b"]) .contacts-form__item, form:has(#anketa02 option[value="a"]) .contacts-form__btn, form:has(#anketa02 option[value="b"]) .contacts-form__btn, 
form:has(#anketa02 option[value="b"]:checked) .contacts-form__item label[for] > span:nth-of-type(1), form:has(#anketa02 option[value="a"]:checked) .contacts-form__item label[for] > span:nth-of-type(2) {
	display: none;
}
.contacts-form__item-act, form:has(#anketa02 option[value="a"]:checked) .vra,
form:has(#anketa02 option[value="b"]:checked) .vrb, form:has(#anketa02 option:checked:not(:disabled)) .contacts-form__btn {
	display: block;
}
.grecaptcha-badge { position: relative; width: 200px!important;}
.even-title, .odd-title {position: absolute; margin-bottom: -37px; color: white; font-size: 2.1em;}
.odd-title {bottom: 1.3em; left: 0.4em;}
.even-title {top: 0.4em; right: 0.4em;}

@media (max-width: 1299px) {
    .footer__nav-col {
        margin-right: 40px;
    }
    .contacts__address, .contacts__email {
        font-size: 24px;
        line-height: 34px;
    }
    .contacts__address {
        padding-top: 10px;
    }
    .contacts__email {
        margin-top: 68px;
    }
    .contacts__work-time span {
        font-size: 22px;
        line-height: 32px;
        margin-top: 10px;
    }
    .contacts__work-time span p {
        font-size: 22px;
        line-height: 32px;
    }
    .contacts__tel {
        font-size: 28px;
        line-height: 54px;
    }
	.visitors-icons {
	width: 100%;
	max-width: 1350px;
	margin-top: 100px;
	}
	.visitors-icons-title .visitors-number-rules {
	font-size: 90px;
	line-height: 80px;
	}	
	.visitors-icons-title .visitors-title-rules {
	width: 45%;
	font-size: 35px;
	line-height: 40px;
	}
	.event__quote div, .quote-text {
	max-width: 850px;
	}
	.text-ticket {
	max-width: 350px;
	}
	.text-ticket .ch-desktop:nth-child(2) .large-btn {
		max-width: 318px;
	}
	.help-banner img {
		max-width: 318px;
	}
}

@media (min-width: 1200px) {
	#home-head-change {
		padding-top: 152px;
	}
    .ticket-buy .event__sub.event__sub--n {
        font-size: 38px;
        line-height: 48px;
    }
    .ticket-buy .event__sub.event__sub--n p, .ticket-buy .event__sub.event__sub--n li {
        font-size: 38px;
        line-height: 48px;
    }
	.friends .block-consult-mob {
		display: none;	
	}
	.hd-mobile {display: none;}
	.excursions__text div {
		font-size: 16px;
		line-height: 24px;
	}
	#fd-popup-preloader-241868, #fd-popup-preloader-241868 #pr {
        height: 1500px!important;
    	max-height: 1500px!important;
	}
	div:has(+ #fd-popup-preloader-241868) {
		top: 58vh!important;
	}
	#form241868 {
	    height: 1500px!important;
		max-height: 1500px!important;
		margin-top: -40vh!important;
		padding-bottom: 100px;
     }  
}

@media (max-width: 1199px) {
    .catalog-filters__free {
        width: 120px;
    }
    .header__lang {
        margin-left: 15px;
    }
    .header__col {
        margin-left: 20px;
    }
    .header__nav > ul > li {
        font-size: 16px;
    }
    .header__nav > ul > li > a {
        padding-right: 32px;
    }
    .header__nav > ul > li:last-child > a {
        padding-right: 0;
    }
    .header__nav-dropdown {
        padding: 20px 0 25px;
    }
    .header__nav-dropdown.header__nav-dropdown--spec .header__nav-sub, .header__nav-dropdown.header__nav-dropdown--spec ul {
        padding-left: 80px;
    }
		#home-head-change {
		padding-top: 152px;
	}
    .footer__nav {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: -32px;
    }
    .footer__nav-col {
        margin-right: 0;
        margin-bottom: 32px;
        width: calc(50% - 20px);
    }
    .footer__info {
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }
    .event-header__top {
        margin-bottom: 20px;
    }
    .event-header__title {
        width: 100%;
        padding-right: 60px;
    }
    .event-header__share {
        top: calc(100% + 30px);
    }
    .contacts__top {
        display: block;
    }
    .contacts__col {
        width: 100%;
        margin-bottom: 40px;
    }
    .contacts__col:last-child {
        margin-bottom: 0;
    }
    .contacts__work-time {
        margin-top: 30px;
    }
    .contacts__email {
        margin-top: 20px;
    }
    .ticket-buy__info {
        padding-left: 40px;
    }
    .ticket-buy__contacts-email {
        font-size: 24px;
        line-height: 34px;
    }
    .ticket-buy__contacts-tel {
        font-size: 38px;
        line-height: 48px;
    }
	
	.friends .block-1 {
		display: flex;
		flex-direction: column;
		margin-top: 120px;
	 }
	 
	.block-info {
		justify-content: space-between;
		padding-right: 0px;
	 }
	 
	.block-consult {
		display: none;
	}

	.block-consult-mob {
		display: block;
		margin-top: 60px;
		text-align: center;
	}
	
	.friends .block-4 .block-consult-mob {
		margin-top: 18px;
	}
	
	.friends h1{
	font-size: 68px;
	margin: 0px auto 0px;
	line-height: 62px;
	}

	.friends .block-1, .friends .block-3, .friends .block-4, .friends .block-6, .friends .block-7 {
	width: 334px;
	}	
	.friends .block-1 {
	margin: 53px auto -5px;
	}
	.friends .block-1 .brd-gray-right {
	text-align: center;
	margin-bottom: 18px;
	}
	
	.friends .block-1 p{
		font-size: 20px;
		width: 100%;
		line-height: 27px;
		margin: 14px auto 0px;
	}
	
	.friends .block-1 .large-btn {
		font-size: 18px;
		line-height: 24px;
		height: 40px;
		padding: 5px 24px 5px;
	}
	
	.friends .block-1 .friends-steps {
		border-top: 3px solid #f5f5f5;
		padding-top: 18px;
	}
	
	.friends .block-1 ul li, .friends .block-3 .friends-text ul li {
	  font-size: 15px;
	  line-height: 20px;
	}
	
	.step-line {
	  width: 100%;
	  display: block;
	}

	.friends-step-block li:nth-child(2), .friends-step-block li:nth-child(4) {
	  width: 100%;
	}
	
	.step-line, .friends .block-3 .friends-text ul li {
	  margin-left: 0px;
	}
	
	.friends .block-1 div, .friends .block-4 div, .friends .block-6 div {
		width: 100%;
	}

	.friends .block-1, .friends .block-4, .friends .block-6 {
		flex-direction: column;
	}

	.friends .block-1 .brd-gray-right, .friends .block-4 .brd-gray-right, .friends .block-6 .brd-gray-right {
		border-width: 0px;
	}


	.friends .friends-block .block-consult-mob :not([class]), .friends .friends-block .block-desc :not([class]) {
		font-size: 15px;
		line-height: 20px;
	}
	
	.step-line {
		vertical-align: top;
	}
	.friends-img {
	max-width: 554px;
	height: auto;
	}

	.friends h2 {
	  margin-bottom: 0px;
	  font-size: 60px;
	  line-height: 61px;
	  text-align: center;
	}
	
	.friends .block-4 h2 {
	  font-size: 65px;
	  margin-bottom: 10px;
	}
	
	.friends .friends-block {
		margin-top: 0px;
	}
	
	.friends h3 {
	  margin-top: 57px;
	  font-size: 60px;
	  line-height: 54px;
	}
	
	.friends .block-3 .brd-gray-bottom p {
	  width: 100%;
  	  margin-top: 10px;
	  margin-bottom: 20px;
	  font-size: 15px;
	  line-height: 20px;
	  text-align: center;
	}
	.friends .block-3 {
		margin: -50px auto 0px;		
	}
	
	.friends .block-3 .dflex {
		flex-direction: column;		
	}
	
	.friends .block-3 .dflex-column .brd-gray-bottom {
		border-width: 0px;		
	}
	
	.friends .block-3 .friends-text ul {
		margin: 20px 0 28px 0;
	}
	
	.pluseshhd {
		margin-top: 17px;
		margin-left: 0px;
	}
	
	.friends-top-left {
	max-width: 334px;
	}
	
	.friends-img {
		display: none;
	}
	
	.friends-img2{
		display: block;
	}
	
	.friends .block-3 .friends-text ul li {
		width: 100%;
	}
	
	.friends-cost {
		margin-top: 16px;
		margin-bottom: 16px;
	}
	
	.friends .large-btn {
		width: 100%;
	}
	
	.friends .block-3 .brd-gray-bottom p.friends-first {
	margin-top: 17px;
	margin-bottom: 17px;
	}
	
	.friends .block-4 {
	margin: 20px auto 0px;
	}
	
	.friends .block-6 {
	margin: -40px auto 0px;
	}
	
	.block-desc {
		padding-left: 0px;
		text-align: center;
	}
	
	.friends .block-6 .block-desc {
		margin-top: 56px;
	}
	
	.friends .block-4 .large-btn {
		font-size: 19px;
		line-height: 26px;
		height: 50px;
		padding: 10px 24px 5px;
		margin-top: 20px;
	}
	
	.friends-cost span {
		display: none;
	}
	
	.friends .friends-top-left .dflex {
		flex-direction: column;
		align-items: center;
	}
	
	.friends .block-7 h2 {
	  margin-top: 52px;
	  margin-bottom: 20px;
	}
	.friends .block-7 {
		margin: 0px auto 0px;
	}
	
	.friends .faq-item * {
		font-size: 17px;
		line-height: 23px;
		padding: 12px 0 15px;
	}
	
	.friends .faq-item .faq-q img {
		display: none;
	}
	.hd-desktop {display: none!important;}
	.text-ticket {
		border-top: 2px solid #000;
		border-bottom: 2px solid #000;
		order: 0;
		width: 100%;
		max-width: 100%;
		border-left: 0px solid #000;
		margin-left: 0;
		padding: 32px 20px 32px 20px;
		flex-direction: row;
		justify-content: space-between;
	}
	#single-ticket .text-ticket {
		padding: 32px 0px 27px 0px;
		flex-direction: column;
	}
    #single-ticket .event__img {
        margin: 0 0 48px;
    }
	.text-ticket .single-block:nth-child(2) .large-btn {
		max-width: 100%;
	}
	.event__quote {
		border-top: 0px solid #000;
		order: 1;
	}
	.quote-text {
		order: 2;
	}
	.remark-banner {
		width: 270px;
	}
	.odd-title {left: 2.5em;}
	.even-title {right: 2.5em;}
	.iframes-block .iframe-block {
		width: 100%;
	}
	#fd-popup-preloader-241868, #fd-popup-preloader-241868 #pr {
        height: 1500px!important;
    	max-height: 1500px!important;
	}

	#form241868 {
	    height: 1500px!important;
		max-height: 1500px!important;
		margin-top: -40vh!important;
		padding-bottom: 70px;
     }
}

@media (orientation: portrait) and (max-width: 1500px) {
	div:has(+ #fd-popup-preloader-241868) {
		top: 0.1vh!important;
	}
}

@media (orientation: portrait) and (max-width: 1199px) {
	div:has(+ #fd-popup-preloader-241868) {
		top: 57vh!important;
	}
}

@media (orientation: landscape) and (max-width: 1199px) {
	div:has(+ #fd-popup-preloader-241868) {
		top: 58vh!important;
	}
}

@media (min-width: 992px) {
    .header__nav ul li a {
        -webkit-transition: color .3s;
        transition: color .3s;
    }
    .header__nav > ul > li:hover > a {
        color: #AFAFAF;
    }
    .header__nav > ul > li:hover .header__nav-dropdown {
        opacity: 1;
        visibility: visible;
    }
    .header__search {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }
    .header__search:hover {
        opacity: .5;
    }
    .header__lang a {
        -webkit-transition: color .3s;
        transition: color .3s;
    }
    .header__lang li:not(.current-lang) a:hover {
        color: rgba(255, 255, 255, 0.75);
    }
    .header__nav-dropdown ul li a::before {
        -webkit-transition: width .3s;
        transition: width .3s;
    }
    .header__nav-dropdown ul li a:hover::before {
        right: auto;
        left: 0;
        width: 100%;
    }
    .header-bottom__btn, #pushkin-btn {
        -webkit-transition: color .3s;
        transition: color .3s;
    }
    .header-bottom__btn::before, #pushkin-btn::before {
        -webkit-transition: width .3s;
        transition: width .3s;
    }
    .header-bottom__btn:hover {
        color: #fff;
    }
    .header-bottom__btn:hover::before, #pushkin-btn:hover::before {
        right: auto;
        left: -1px;
        width: calc(100% + 2px);
    }
    .header-bottom.header-bottom--white-color .header-bottom__btn:hover {
        color: #000;
    }
    .header-bottom.header-bottom--white-color.header-bottom--blue-bg .header-bottom__btn:hover {
        color: #042678;
    }
    .header-bottom.header-bottom--white-color.header-bottom--red-bg .header-bottom__btn:hover {
        color: #E92737;
    }
    .home-nav__list ul li a:hover {
        text-decoration: none;
    }
    .home-catalog__btn img {
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }
    .home-catalog__btn:hover img {
        -webkit-transform: translateX(12px);
                transform: translateX(12px);
    }
    .catalog-card__btn {
        -webkit-transition: .3s;
        transition: .3s;
    }
    .catalog-card__btn:hover {
        background-color: #E92737;
        color: #fff;
    }
    .catalog-card__img img {
        -webkit-transition: -webkit-transform .75s;
        transition: -webkit-transform .75s;
        transition: transform .75s;
        transition: transform .75s, -webkit-transform .75s;
    }
    .catalog-card:hover .catalog-card__img img {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
    .catalog-card__sub {
        padding-right: 10px;
        -webkit-transition: opacity .35s, -webkit-transform .35s;
        transition: opacity .35s, -webkit-transform .35s;
        transition: opacity .35s, transform .35s;
        transition: opacity .35s, transform .35s, -webkit-transform .35s;
    }
    .catalog-card:hover .catalog-card__sub {
        opacity: .7;
        -webkit-transform: translateX(10px);
                transform: translateX(10px);
    }
    .more-btn:hover {
        text-decoration: none;
    }
    .footer__nav a {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }
    .footer__nav a:hover {
        opacity: .5;
    }
    .footer__email a:hover {
        text-decoration: underline;
    }
    .footer__soc-item {
        -webkit-transition: .3s;
        transition: .3s;
    }
    .footer__soc-item:hover {
        opacity: .5;
    }
    .footer__btn {
        -webkit-transition: color .3s;
        transition: color .3s;
    }
    .footer__btn::before {
        -webkit-transition: width .3s;
        transition: width .3s;
    }
    .footer__btn:hover {
        color: #000;
    }
    .footer__btn:hover::before {
        right: auto;
        left: -1px;
        width: calc(100% + 2px);
    }
    .footer__btn--black:hover {
        color: #fff;
    }
    .footer__links a {
        -webkit-transition: color .3s;
        transition: color .3s;
    }
    .footer__links a:hover {
        color: #fff;
    }
    .footer__lang a {
        -webkit-transition: color .3s;
        transition: color .3s;
    }
    .footer__lang li:not(.current-lang) a:hover {
        color: rgba(255, 255, 255, 0.75);
    }
    .catalog-filters__free label {
        -webkit-transition: color .3s;
        transition: color .3s;
    }
    .catalog-filters__free label:hover {
        color: rgba(0, 0, 0, 0.65);
    }
    .catalog-filters__list-item {
        -webkit-transition: color .3s;
        transition: color .3s;
    }
    .catalog-filters__list-item:hover {
        color: rgba(0, 0, 0, 0.5);
    }
    .catalog-filters__calendar-icon {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }
    .catalog-filters__calendar-icon:hover {
        opacity: .65;
    }
    .catalog-tags__item {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }
    .catalog-tags__item:hover {
        opacity: .65;
    }
    .post-text p a:hover, .post-text li a:hover {
        text-decoration: none;
    }
    .large-btn, .medium-btn {
        -webkit-transition: color .3s;
        transition: color .3s;
    }
    .large-btn::before, .medium-btn::before {
        -webkit-transition: width .3s;
        transition: width .3s;
    }
    .large-btn:hover, .medium-btn:hover {
        color: #fff;
    }
    .large-btn:hover::before, .medium-btn:hover::before {
        right: auto;
        left: -1px;
        width: calc(100% + 2px);
    }
    .large-btn--white:hover, .medium-btn--white:hover {
        color: #000;
    }
    .event__main-sub:hover {
        text-decoration: none;
    }
    .cinema-program__banner.cinema-program__banner--video::before, .event-header__img.event-header__img--video::before {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }
    .cinema-program__banner.cinema-program__banner--video:hover::before, .event-header__img.event-header__img--video:hover::before {
        opacity: .65;
    }
    .date-filter__item:hover {
        color: rgba(0, 0, 0, 0.75);
    }
    .gallery__prev, .gallery__next {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }
    .gallery__prev:hover, .gallery__next:hover {
        opacity: .8;
    }
    .team__contact.team__contact--email a:hover {
        text-decoration: underline;
    }
    .team__img img {
        -webkit-transition: -webkit-filter .3s;
        transition: -webkit-filter .3s;
        transition: filter .3s;
        transition: filter .3s, -webkit-filter .3s;
    }
    .team__item:hover img {
        -webkit-filter: grayscale(0);
                filter: grayscale(0);
    }
    .excursions__email a:hover {
        text-decoration: underline;
    }
    .contacts__email a:hover {
        text-decoration: underline;
    }
    .contacts__map-wrap {
        -webkit-transition: -webkit-filter .3s;
        transition: -webkit-filter .3s;
        transition: filter .3s;
        transition: filter .3s, -webkit-filter .3s;
    }
    .contacts__map-wrap:hover {
        -webkit-filter: grayscale(0);
                filter: grayscale(0);
    }
    .contacts-all__email:hover {
        text-decoration: underline;
    }
    .main-file label span::before {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }
    .main-file label:hover span::before {
        opacity: .65;
    }
    .send-btn {
        -webkit-transition: color .3s;
        transition: color .3s;
    }
    .send-btn::before {
        -webkit-transition: height .3s;
        transition: height .3s;
    }
    .send-btn:hover {
        color: #000;
    }
    .send-btn:hover::before {
        top: auto;
        bottom: 1px;
        height: calc(100% - 2px);
    }
    .search-result__sub a:hover {
        text-decoration: none;
    }
    .search-form__btn {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }
    .search-form__btn:hover {
        opacity: .65;
    }
    .afisha__slide {
        -webkit-transition: width .6s;
        transition: width .6s;
    }
    .afisha__slide.swiper-slide-active {
        width: 46vw !important;
    }
    .main-modal__close {
        -webkit-transition: -webkit-transform .35s;
        transition: -webkit-transform .35s;
        transition: transform .35s;
        transition: transform .35s, -webkit-transform .35s;
    }
    .main-modal__close:hover {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    .home-catalog__btn.home-catalog__btn--more:hover {
        text-decoration: none;
    }
    .event-header__share {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }
    .event-header__share:hover {
        opacity: .65;
    }
    .event__sub.event__sub--n p a:hover, .event__sub.event__sub--n ul li a:hover, .event__sub.event__sub--n ol li a:hover {
        text-decoration: none;
    }
    .partners__link-item {
        -webkit-transition: padding-left .3s, padding-right .3s, opacity .3s;
        transition: padding-left .3s, padding-right .3s, opacity .3s;
    }
    .partners__link-item:hover {
        padding-left: 15px;
        padding-right: 0;
        opacity: .65;
    }
    .news-card__img img {
        -webkit-transition: -webkit-transform .75s;
        transition: -webkit-transform .75s;
        transition: transform .75s;
        transition: transform .75s, -webkit-transform .75s;
    }
    .news-card:hover .news-card__img img {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
    .event-header__back-item {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }
    .event-header__back-item:hover {
        opacity: .5;
    }
    .event__text p a:hover, .event__text li a:hover {
        text-decoration: none;
    }
    .ticket-buy__contacts-email a:hover {
        text-decoration: underline;
    }
    .main-text a:hover {
        text-decoration: none;
    }
    .visitors p a:hover, .visitors li a:hover {
        text-decoration: none;
    }
    .ticket-buy__location-link a:hover {
        text-decoration: none;
    }
    .ticket-buy__map {
        -webkit-transition: -webkit-filter .3s;
        transition: -webkit-filter .3s;
        transition: filter .3s;
        transition: filter .3s, -webkit-filter .3s;
    }
    .ticket-buy__map:hover {
        -webkit-filter: grayscale(0);
                filter: grayscale(0);
    }
    .header-mob {
        display: none;
    }
    .home-banner picture {
        display: none;
    }
    .catalog__spec-row + .catalog__row .catalog__col:nth-child(1), .catalog__spec-row + .catalog__row .catalog__col:nth-child(2), .catalog__spec-row + .catalog__row .catalog__col:nth-child(3), .catalog__spec-row + .catalog__row .catalog__col:nth-child(4), .catalog__spec-row + .catalog__row .catalog__col:nth-child(5) {
        display: none;
    }
	.visitors-page-filters .header-left	{
		background-image: none!important;
	}
	.visitors-page-filters .header-right {
		width: 54%;
	}
	.visitors-page-filters .header-left {
		width: 46%;
		padding-right: 1vw;
	}
	.list-row {
		flex-wrap: wrap;
		list-style-type: none;
	}
	.list-row li.two-col {
		width: 50%;
		font-size: 20px;
		line-height: 18px;
	}
	.visitors-page .show-buttons {
		display: none;	
	}
	.visitors-page-slider .gallery__item:hover img {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}
}

@media (max-width: 991px) {
    .post {
        padding-top: 100px;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header__row {
        min-height: 36px;
    }
    .header__nav {
        display: none;
    }
    .header-bottom {
        display: none;
        height: 0;
    }
    .header__lang li {
        margin: 0;
    }
    .header__lang li.current-lang {
        display: none;
    }
    .header__lang {
        margin-left: 10px;
		display: none;
    }
    .header__col {
        margin: 0;
    }
    .header {
        padding: 18px 0;
    }
    .header__search img {
        max-width: 36px;
    }
	#home-head-change {
		padding-top: 73px;
	}
    .main {
        padding-bottom: 80px;
    }
    .last-section {
        margin-bottom: -80px;
    }
    .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }
    .footer__info {
        margin: 0 0 35px;
        text-align: center;
    }
    .footer__info-bottom {
        margin-top: 25px;
    }
    .footer {
        padding: 35px 0;
    }
    .footer__nav-sub + .footer__nav-sub {
        margin-top: 18px;
    }
    .footer__nav-col {
        width: calc(50% - 15px);
    }
    .footer__logo {
        display: none;
    }
    .footer__center {
        margin-top: 45px;
        display: block;
        text-align: center;
    }
    .footer__center-col {
        width: auto;
    }
    .footer__soc {
        margin-top: 25px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .footer__bottom {
        margin-top: 20px;
    }
    .footer__lang {
        margin-top: 18px;
        position: static;
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .footer__copy {
        margin-top: 14px;
    }
    .main-pagination {
        display: none;
    }
    .gallery__prev, .gallery__next {
        top: calc(50% - 60px);
        width: 120px;
        height: 120px;
        padding: 0 15px;
    }
    .gallery__prev img, .gallery__next img {
        width: 20px;
    }
    .gallery__prev {
        left: -80px;
    }
    .gallery__next {
        right: -80px;
    }
    .afisha__item {
        padding: 30px 0 50px;
    }
    .afisha__date {
        font-size: 29px;
        line-height: 35px;
    }
    .afisha__sub {
        font-size: 40px;
        line-height: 52px;
    }
    .afisha__line {
        margin-top: 20px;
        margin-bottom: 25px;
        width: 2px;
    }
    .afisha__wrap {
        min-height: 0;
        padding-left: 35px;
        padding-right: 35px;
    }
    .home-nav__list ul li {
        font-size: 16px;
        line-height: 22px;
        margin-right: 32px;
    }
    h1, .h1 {
        font-size: 90px;
        line-height: 100px;
    }
    h2, .h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .event-header__sub {
        font-size: 45px;
        line-height: 60px;
        margin-bottom: 5px;
    }
    h2.post-section-title {
        font-size: 60px;
        line-height: 75px;
    }
    h3, .h3, .event__sub {
        font-size: 22px;
        line-height: 32px;
    }
    .main-text h2 {
        font-size: 24px;
        line-height: 34px;
        margin-top: 50px;
    }
    .event-header.event-header--main .event-header__title {
        font-size: 50px;
        line-height: 65px;
    }
    .post-section-title {
        margin-bottom: 40px;
    }
    .post-section {
        padding-top: 80px;
    }
    .home-catalog {
        padding-top: 55px;
    }
    .home-catalog__wrap {
        margin-top: 35px;
    }
    .home-about {
        padding-top: 80px;
    }
    .home-catalog__row {
        margin-bottom: -20px;
    }
    .home-catalog__col {
        width: 50%;
        margin-bottom: 20px;
    }
	.eng .header__tickets-btn {
		margin-left: 22px;
	}
    .catalog__row {
        margin-bottom: -20px;
    }
    .catalog__col, .catalog__col-filters {
        width: 50%;
        margin-bottom: 20px;
    }
    .catalog-card__sub {
        font-size: 24px;
        line-height: 34px;
    }
    .catalog-card__info {
        padding-left: 20px;
        padding-right: 20px;
    }
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .col {
        padding-left: 10px;
        padding-right: 10px;
    }
    .catalog-card__info-top {
        font-size: 14px;
        line-height: 20px;
    }
    .catalog-card__btn {
        right: 20px;
    }
    .catalog-tags {
        margin-top: 60px;
    }
    .catalog-filters__row {
        display: flex;
		flex-wrap: wrap;	
    }
	#cinema_title div {
	  font-size: 48px;
	  line-height: 42px;
	  height: 42px;
	  overflow: hidden;
	}
    .catalog-filters__list {
        margin-top: 20px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
	.schedule__date-list .catalog-filters__list {
		margin-top: 0px;
	}
    .catalog-filters__calendar {
        margin-top: 22px;
    }
    .catalog-filters__calendar .air-datepicker {
        right: auto;
        left: 0;
    }
    .event-header {
        padding-top: 30px;
        margin-bottom: 65px;
    }
    .event-header__info p {
        font-size: 20px;
        margin-right: 40px;
        margin-bottom: 5px;
    }
    .event-header__info {
        margin-right: -40px;
        margin-bottom: -5px;
    }
    .event-header__title {
        margin-bottom: 35px;
    }
    .event-header__date {
        font-size: 28px;
        line-height: 40px;
    }
    .large-btn {
        font-size: 25px;
        padding: 12px 25px;
    }
	.large-btn-single {
	width: 70%;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 14px 80px;
	margin-top: 24px;
	margin-left: -30px;
	}
	.single-events .event-header__info {
    margin-right: -40px;
    margin-bottom: 5px;
	}
	.single-events .event-top__breadcrumbs
	{
		margin-top: 30px;
		margin-bottom: -20px;
	}	
    .large-btn.large-btn--small {
        font-size: 22px;
        line-height: 25px;
    }
    .event__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }
    .event__img {
        margin: 0 0 25px;
    }
    .event__sub {
        margin: 65px 0;
    }
    .event-header.event-header--main {
        margin-bottom: 65px;
    }
    .event__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }
    .event__main-right {
        margin: 0 0 30px;
        padding: 0 0 25px;
        border-left: 0;
        border-bottom: 2px solid #000;
        width: 100%;
    }
    .gallery__btn {
        margin-top: 50px;
    }
    .event__main-more {
        margin-top: 30px;
    }
    .cinema-banner__img {
        display: none;
    }
    .cinema-banner__col {
        width: 100%;
    }
    .cinema-banner {
        margin: 80px 0;
    }
    .cinema-banner__right {
        margin-left: 32px;
    }
    .cinema-banner__sub {
        font-size: 35px;
    }
    .cinema-banner__name {
        font-size: 35px;
        line-height: 50px;
    }
    .cinema-banner__date {
        font-size: 24px;
        line-height: 34px;
    }
    .catalog__bottom-btn {
        margin-top: 50px;
    }
    .cinema-program {
        margin-top: 60px;
    }
    .cinema-program__btn {
        margin-bottom: 55px;
    }
    .cinema-program__banner {
        margin-top: 70px;
    }
    .cinema-top-banner__wrap {
        min-height: 0;
        padding-top: 160px;
    }
    .cinema-top-banner__info-content {
        padding-left: 50px;
        padding-right: 50px;
    }
    .cinema-top-banner__sub, .cinema-top-banner__title {
        font-size: 35px;
        line-height: 45px;
    }
    .cinema-top-banner__date {
        font-size: 24px;
        line-height: 34px;
    }
    .cinema-top-banner__content-rating {
        font-size: 20px;
        line-height: 30px;
    }
    .cinema-program__banner {
        margin-left: -20px;
        margin-right: -20px;
    }
    .cinema-program__banner--video::after, .event-header__img--video::after {
        background-size: 12vw;
    }
    .cinema-inner__info--bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .cinema-inner__info--top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;		
    }
	
	.cinema-inner__info--top .cinema-inner__info-text {
		margin-bottom: 40px;
	}
	.cinema-inner__info--top .cinema-inner__info-table {
		margin-bottom: 0px;
	}
    .cinema-inner__info-table {
        width: 100%;
        max-width: 600px;
        margin: 0 0 40px;
    }
    .cinema-inner__info-table table tr td {
        font-size: 16px;
        line-height: 22px;
    }
    .cinema-inner__info-table table tr td:first-child {
        width: 200px;
        min-width: 250px;
    }
    blockquote {
        font-size: 24px;
        line-height: 34px;
        border-width: 6px;
    }
    blockquote span {
        margin-bottom: 20px;
    }
    hr {
        height: 6px;
    }
    .cinema-inner__poster {
        display: block;
    }
    .cinema-inner__poster-banner {
        width: 100%;
        max-width: 344px;
        margin: 30px auto 0;
    }
    .cinema-inner__poster-sub {
        text-align: center;
    }
    .event-header__spec-date {
        font-size: 24px;
        line-height: 34px;
    }
    .cinema-card__prev, .cinema-card__next {
        display: none;
    }
    .cinema-card__slider-container {
        padding-left: 0;
    }
    .cinema-card {
        padding-bottom: 70px;
    }
    .cinema-card__info {
        margin-top: 60px;
    }
    .cinema-card__gallery {
        margin-top: 60px;
    }
    .cinema-card__gallery {
        margin-left: -20px;
        margin-right: -20px;
    }
    .cinema-inner__btn {
        margin-top: 60px;
    }
    .history-section {
        margin-top: 80px;
    }
    .history__year {
        font-size: 65px;
        line-height: 85px;
        margin-bottom: 30px;
    }
    .history__sub {
        margin-bottom: 55px;
    }
    .history-header__wrap, .friends-header__wrap {
        min-height: calc(80vh - 72px);
    }
    .event__blockquote-row {
        display: block;
    }
    .event__blockquote-author {
        margin: 40px 0 0;
    }
    .cinema-card__slider-img {
        margin-bottom: 30px;
    }
    .history-header__wrap, .friends-header__wrap {
        padding: 100px 0;
    }
    .history-header.history-header--spec,.friends-header.friends-header--spec {
        margin-bottom: 65px;
    }
    .team__list-col {
        padding-top: 75px;
    }
    .team__col, .partners__col {
        width: 50%;
    }
    .catalog-filters__list.catalog-filters__list--team {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .excursions__title {
        font-size: 30px;
        line-height: 40px;
    }
    .excursions__sub {
        font-size: 25px;
        line-height: 35px;
    }
    .excursions__text {
        margin-top: 20px;
    }
    .excursions__item {
        display: block;
    }
    .excursions__left {
        max-width: 100%;
    }
    .excursions__right {
        width: 100%;
        margin: 30px 0 0;
    }
    .excursions__item {
        padding: 38px 0 50px;
    }
    .excursions__email {
        font-size: 24px;
        line-height: 24px;
    }
    .excursions__tel {
        font-size: 30px;
        line-height: 40px;
    }
    .medium-btn {
        font-size: 22px;
    }
    .shop__sub {
        margin-top: 65px;
    }
    .cafe__row {
        margin-top: 65px;
        margin-bottom: 65px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }
    .cafe__left {
        max-width: 100%;
    }
    .cafe__right {
        width: 100%;
        margin: 0 0 35px;
    }
    .cafe__bottom-sub {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    .cafe__info {
        margin-top: 65px;
    }	
	.inklusiv__row div .visitors__sub h2 {
		margin: 70px auto 30px;
		font-size: 65px;
		line-height: 80px;
	}		
    .contacts {
        padding-top: 25px;
    }
    .main-input input, .main-input textarea {
        font-size: 20px;
        line-height: 34px;
    }
    .contacts-form__item, .contacts-form__item-act {
        margin-bottom: 30px;
    }
    .main-input textarea {
        height: 220px;
    }
    .send-btn {
        font-size: 24px;
    }
    .contacts-all__sub {
        font-size: 26px;
        line-height: 36px;
    }
    .contacts-all__row {
        font-size: 22px;
        line-height: 32px;
        margin-top: 16px;
    }
    .contacts-all__item {
        padding: 40px 0 50px;
        display: block;
    }
    .contacts-all__left {
        display: block;
        min-height: 0;
    }
    .contacts-all__right {
        width: 100%;
        margin: 35px 0 0;
    }
    .search-form {
        margin-bottom: 50px;
    }
    .search-result {
        padding-top: 30px;
    }
    .search-result__sub {
        font-size: 24px;
        line-height: 34px;
    }
    .search-result__col {
        margin-bottom: 50px;
    }
    .search-form__input input {
        font-size: 20px;
    }
    .header__col {
        min-width: 58px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .home-banner {
        height: 50vh;
        padding-top: 72px;
    }
    .home-banner__wrap {
        height: calc(100vh - 72px);
    }
    .afisha__slider .swiper-wrapper {
        padding-left: 0;
    }
    .afisha__slider .swiper-wrapper .afisha__slide {
        -webkit-transition: 0s;
        transition: 0s;
    }
    .afisha__img img {
        min-width: 0;
        max-width: 100%;
    }
    .catalog-filters__free {
		display: none;
    }
    .home-about__gallery-item img {
        max-height: calc(100vh - 150px);
    }
    .gallery__desc {
        text-align: center;
        margin: 0 auto !important;
        max-width: calc(100vw - 40px);
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        padding: 0 15px !important;
    }
    .gallery__slide {
        padding-bottom: 90px;
    }
    .catalog__spec-row {
        display: none;
    }
    .main-modal__title {
        font-size: 52px;
        margin-bottom: 30px;
    }
    .cinema-program__btn.cinema-program__btn--single {
        margin-top: 50px;
    }
    .event__sub.event__sub--n p, .event__sub.event__sub--n ul li, .event__sub.event__sub--n ol li {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 32px;
    }
    .event__partners {
        margin-top: 45px;
    }
    .event__partners-row {
        margin-right: -35px;
        margin-bottom: -25px;
    }
    .event__partners-item {
        margin-right: 35px;
        margin-bottom: 25px;
    }
    .event-header__space {
        display: none;
    }
    .event-header.event-header--main {
        min-height: 0;
        display: block;
    }
    .event-header.event-header--main .event-header__top {
        margin-bottom: 50px;
    }
    .event__person-item {
        display: block;
    }
    .event__person-info {
        padding: 0;
    }
    .event__person-name {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .event__person-img {
        margin-bottom: 35px;
    }
    .event__person .gallery__prev, .event__person .gallery__next {
        top: 115px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        display: none;
    }
    .event__program-title {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 40px;
    }
    .event__program .cinema-inner__info--bottom, .event__program .cinema-inner__info--top {
        margin-bottom: 55px;
    }
    .catalog.news .catalog__row {
        margin-bottom: -45px;
    }
    .catalog.news .catalog__col {
        margin-bottom: 45px;
    }
    .event-header__back-item {
        font-size: 22px;
        line-height: 32px;
    }
    .event-header__back-item img {
        width: 16px;
    }
    .catalog-filters__list--buy {
        font-size: 16px;
        line-height: 24px;
    }
    .ticket-buy__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .ticket-buy > .container {
        padding: 0;
    }
    .ticket-buy__col {
        width: 100%;
        min-height: 0;
    }
    .ticket-buy__img {
        position: static;
        width: 100%;
        height: auto;
    }
    .ticket-buy__img > img {
        max-height: calc(100vh - 300px);
    }
    .ticket-buy__info {
        padding: 40px 20px 45px;
        background-color: #F0F0F0;
    }
    .ticket-buy__info::before {
        display: none;
    }
    .ticket-buy__info-wrap {
        margin: 35px 0;
        padding: 35px 0;
    }
    .post-title--single {
        font-size: 70px;
        line-height: 80px;
    }
    .ticket-buy__sub {
        font-size: 26px;
        line-height: 36px;
        padding-top: 60px;
        margin-bottom: 25px;
    }
    .visitors__sub p, .visitors__sub li {
        font-size: 20px;
        line-height: 28px;
    }
    .visitors-preferential__col {
        margin-bottom: 35px;
    }
    .ticket-buy__map {
        height: 400px;
        max-height: calc(100vh - 300px);
    }
    .ticket-buy__location-link {
        font-size: 28px;
        line-height: 38px;
    }
    .contacts__map-wrap, .ticket-buy__map {
        -webkit-filter: grayscale(0);
                filter: grayscale(0);
    }
    .visitors-rules__col {
        margin-top: 80px;
    }
    .visitors-rules__list {
        margin-top: 30px;
    }
    .visitors-rules__list {
        padding: 0px 0 80px;
    }
	.visitors-icons {
	width: 100%;
	max-width: 1350px;
	margin-top: 90px;
	}
	.visitors-icons-title .visitors-number-rules {
	font-size: 90px;
	line-height: 80px;
	}	
	.visitors-icons-title .visitors-title-rules {
	width: 47%;
	font-size: 35px;
	line-height: 40px;
	}
	.visitors-icons-img{
	margin-bottom: 20px;
	}
	.visitors-icons-img .icons-images{
	width: 48%;
	margin-bottom: 40px;	
	}
	.icons-desc {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	}
	.hidden-block {
	display: block;
	margin-top: 8px!important;
	}
	.header__mob-btn {
    min-width: 121px;
	}	
	.header__mob-btn-wrap {
	margin-right: -15px;
	display: flex;
	}
	.catalog-filters__calendar-icon	{
		display: none;
	}
	.header-left {
	position: relative;
	height: 565px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	}
	.header-left:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(0, 0, 0, .5);
	}
	.header-left h1 {
	position: relative;
	z-index: 2; 
	color: white;
	}
	.header-right {
	display: none;
	}
	.visitors-page .show-buttons {
	position: relative;
	z-index: 2;
	top: 100px;
	border: 1px solid #fff;
	width: 300px;
	text-align: center;
	}
	.visitors-page .show-buttons span {
		color: white;
	}
	.visitors-page-filters h1 {
	width: 60%;
	margin: 200px auto 0px;
	}
	
.visitors-page-slider .gallery__slide {
	height: auto;
	margin-bottom: 70px;
	padding-bottom: 0px;
}

.visitors-page-slider .gallery__desc {
    text-align: left;
    max-width: calc(100vw - 40px);
    left: 0;
    -webkit-transform: none;
    transform: none;
	padding-left: 0!important;
}
	#meczenaty-czentra-zotov .partners__row .partners__col {width: 50%;}
	.page-id-24926 .main-text.main-text--single .dflex {flex-wrap: wrap; justify-content: flex-start;}
	.graph-col { max-width: 50%; width: 50%; margin-bottom: 48px;}
	.graph-col:first-child {width: 70%; max-width: 70%;}	
	.graph-col p {font-size: 18px; line-height: 22px;}
	.graph-col div.graph-title {font-size: 22px; line-height: 32px; font-weight: 500;}
	.page-id-24926 h1{font-size: 50px; line-height: 50px;}
	.modal-windows-main .main-modal__title {font-size: 44px; line-height: 44px; font-weight: bolder;}
	.modal-windows-main .graph-col div.graph-title {font-size: 16px; line-height: 22px; font-weight: 500;}
	.modal-windows-main .graph-col .dflex div {font-size: 16px; line-height: 22px;}
	.modal-windows-main .dflex {flex-wrap: wrap; justify-content: flex-start;}
	.modal-windows-main .graph-col {margin-bottom: 28px;}
	.text-ticket {
		padding: 32px 0px 32px 0px;
		order: 0;
	}
	.event__quote {
		order: -1;
	}
	.quote-text {
		order: -2;
	}
	.odd-title {left: 4.5em;}
	.even-title {right: 4.5em;}	
}

@media (max-width: 768px) {
    .footer__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        line-height: 24px;
    }
    .home-catalog__col {
        width: 100%;
    }
    .catalog-card, .news-card {
        max-width: 414px;
        margin: 0 auto;
    }
    .home-catalog__col:nth-child(1n + 4) {
        display: none;
    }
    .catalog__col, .catalog__col-filters {
        width: 100%;
    }
    .gallery__container .container {
        padding: 0;
    }
    .gallery__desc {
        padding-left: 20px;
        padding-right: 20px;
    }
    .team__info {
        padding: 18px 0 0;
    }
    .contacts__info-row {
        display: block;
    }
    .contacts__info-col {
        width: 100%;
        margin-bottom: 40px;
    }
    .contacts__info-col:last-child {
        margin-bottom: 0;
    }
    .contacts__info-desc {
        margin-top: 15px;
    }
    .event-header__btn-row {
        display: block;
    }
    .event-header__btn-subscribe {
        margin: 20px 0 0;
    }
    .catalog-filters__list.catalog-filters__list--buy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0;
    }
    .catalog-filters__list.catalog-filters__list--buy .catalog-filters__list-item {
        padding: 0;
        margin: 0 0 10px;
        text-align: center;
    }
    .catalog-filters__list.catalog-filters__list--buy .catalog-filters__list-item:last-child {
        margin-bottom: 0;
    }
    .catalog-filters__list.catalog-filters__list--buy .catalog-filters__list-item::before {
        display: none;
    }
	.visitors-icons {
	width: 100%;
	margin-top: 90px;
	}
	.visitors-icons-title {
	padding-bottom: 40px;
	}	
	.visitors-icons-title .visitors-number-rules {
	font-size: 90px;
	line-height: 80px;
	}	
	.visitors-icons-title .visitors-title-rules {
	width: 57%;
	font-size: 35px;
	line-height: 40px;
	}
	.icons-desc {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	}
	.table-responsive {
	  overflow-y: auto;
	}
	.tdrsp__left::after {
		bottom: -0.1em;
	}
	.odd-title {left: 2.3em;}
	.even-title {right: 2.3em;}
	.page-template-education .history-header--education {background-image: none!important;}
	.page-template-education .breadcrumbs {display: none;}
	.page-template-education .history-header__title{color:#c2c2c2}
	.page-template-education .history-header__wrap {min-height: 0; padding: 70px 0 0;}
	
}
@media (max-width: 900px) and (min-width: 576px) {

	.edinyj-header {
		display: flex;
		flex-direction: column;
	}

	.edinyj {
		margin-top: 10px;	
	}

	 .friends-header__wrap {
		min-height: calc(80vh - 450px);
	 }
	 
	.event-header__img img {
		width: 100%;
		max-height: calc(100vh - 200px);
		-o-object-fit: cover;
		object-fit: cover;
	}
}
@media (min-width: 576px) {
	.hide-smartphone {display: none;}
}

@media (max-width: 575px) {
    p, li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .main {
        padding-bottom: 70px;
    }
    .last-section {
        margin-bottom: -70px;
    }
    .footer__info {
        margin-bottom: 30px;
    }
    .afisha__date {
        font-size: 24px;
        line-height: 30px;
    }
    .afisha__sub {
        font-size: 30px;
        line-height: 42px;
    }
    .afisha__line {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .gallery__prev, .gallery__next {
        top: calc(50% - 45px);
        width: 90px;
        height: 90px;
        padding: 0 12px;
    }
    .gallery__prev img, .gallery__next img {
        width: 16px;
    }
    .gallery__prev {
        left: -55px;
    }
    .gallery__next {
        right: -55px;
    }
    .home-nav {
        padding-top: 26px;
    }
    h1, .h1 {
        font-size: 52px;
        line-height: 66px;
    }
    .home-catalog__wrap {
        margin-top: 30px;
    }
    .home-about {
        padding-top: 70px;
    }
    .home-catalog__btn-wrap {
        margin-top: 25px;
    }
    body {
        font-size: 16px;
    }
    .more-btn, .home-catalog__btn {
        font-size: 16px;
        line-height: 22px;
    }
    .catalog-card__btn {
        font-size: 16px;
        min-width: 0;
    }
    .catalog-card__sub {
        font-size: 20px;
        line-height: 30px;
    }
    .catalog-card {
        max-width: 100%;
    }
    .catalog-tags {
        margin-top: 40px;
    }
    .catalog-tags__item {
        font-size: 16px;
        line-height: 22px;
    }
	
	.catalog-filters__list, .date-filter {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: -5px;
        margin-right: -25px;
    }
    .date-filter {
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .catalog-filters__list-item, .date-filter__item {
        padding: 0;
        margin-bottom: 5px;
        margin-right: 25px;
    }
    .catalog-n .catalog-filters__list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 0px;
        margin-right: 0px;
    }
    .catalog-n .catalog-filters__list-item {
        padding: 0;
        margin-bottom: 0px;
    }
    .catalog-filters__list-item::before, .date-filter__item::before {
        display: none;
    }
    h2, .h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .event-header__sub {
        font-size: 30px;
        line-height: 40px;
    }
    h2.post-section-title {
        font-size: 45px;
        line-height: 60px;
    }
    h3, .h3, .event__sub {
        font-size: 18px;
        line-height: 28px;
    }
    .main-text h2 {
        font-size: 22px;
        line-height: 32px;
        margin-top: 40px;
        margin-bottom: 15px;
    }
    .event-header.event-header--main .event-header__title {
        font-size: 30px;
        line-height: 40px;
        margin-top: 0;
    }
    .post-section-title {
        margin-bottom: 25px;
    }
    .large-btn {
        font-size: 22px;
        padding: 12px 25px;
    }
    .large-btn.large-btn--small {
        font-size: 18px;
        line-height: 22px;
    }
    .event-header__top {
        display: block;
    }
    .event-header__btn {
        margin: 15px 0 0;
    }
    .event-header__title {
        margin-bottom: 25px;
    }
    .event-header__date {
        font-size: 24px;
    }
    .event-header {
        padding-top: 25px;
        margin-bottom: 45px;
    }
    .post-section {
        padding-top: 60px;
    }
    .gallery__desc {
        margin-top: 12px;
    }
    .event__sub {
        margin: 50px 0;
    }
    .event-header.event-header--main {
        margin-bottom: 45px;
    }
    .gallery__btn {
        margin-top: 35px;
    }
    .event__main-sub {
        font-size: 28px;
    }
    .event__main-more {
        margin-top: 25px;
    }
    .cinema-banner {
        margin: 65px 0;
    }
    .cinema-banner__right {
        margin-left: 20px;
    }
    .cinema-banner__sub {
        font-size: 25px;
    }
    .cinema-banner__name {
        font-size: 25px;
        line-height: 35px;
    }
    .cinema-banner__date {
        font-size: 18px;
        line-height: 28px;
    }
    .cinema-banner__info {
        -webkit-transform: translateX(-20px) translateY(-20px);
                transform: translateX(-20px) translateY(-20px);
    }
    .catalog__bottom-btn {
        margin-top: 35px;
    }
    .cinema-program {
        margin-top: 45px;
    }
    .cinema-program__btn {
        margin-bottom: 45px;
    }
    .cinema-program__banner {
        margin-top: 55px;
    }
    .cinema-top-banner__sub, .cinema-top-banner__title {
        font-size: 25px;
        line-height: 35px;
    }
    .cinema-top-banner__date {
        font-size: 20px;
        line-height: 30px;
    }
    .cinema-top-banner__content-rating {
        font-size: 16px;
        line-height: 26px;
    }
    .cinema-top-banner__info-content {
        padding: 25px 30px;
        -webkit-transform: translateX(-20px) translateY(-20px);
                transform: translateX(-20px) translateY(-20px);
    }
    .cinema-top-banner__sub {
        margin-bottom: 10px;
    }
    .cinema-top-banner__line {
        margin: 14px 5px;
        height: 40px;
    }
    .cinema-top-banner__wrap {
        padding-left: 20px;
        padding-top: 100px;
    }
    .cinema-inner__info-table {
        max-width: 100%;
    }
    .cinema-inner__info-table table tr td:first-child {
        width: 150px;
        min-width: 150px;
    }
    blockquote {
        font-size: 18px;
        line-height: 28px;
        padding: 22px 0 28px;
        border-width: 4px;
    }
    blockquote span {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    hr {
        height: 4px;
    }
    .event-header__spec-date {
        font-size: 20px;
        line-height: 30px;
    }
    .cinema-card {
        padding-bottom: 60px;
    }
    .cinema-card__info {
        margin-top: 50px;
    }
    .cinema-card__gallery {
        margin-top: 50px;
    }
    .cinema-inner__btn {
        margin-top: 50px;
    }
    .history-section {
        margin-top: 60px;
    }
    .history__year {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 25px;
    }
    .history__sub {
        margin-bottom: 40px;
    }
    .cinema-card__slider-img {
        margin-bottom: 20px;
    }
    .cinema-card__slider-content {
        padding: 0;
    }
    .history-header.history-header--spec, .friends-header.friends-header--spec {
        margin-bottom: 50px;
    }
    .team__list-col {
        padding-top: 60px;
    }
    .team__col, .partners__col {
        width: 100%;
    }
    .team__info {
        padding-top: 15px;
    }
    .team__name {
        font-size: 20px;
    }
    .team__row, .partners__row {
        margin-bottom: -50px;
    }
    .team__col, .partners__col {
        margin-bottom: 50px;
    }
    .excursions__email {
        font-size: 20px;
        line-height: 20px;
    }
    .excursions__tel {
        font-size: 25px;
        line-height: 35px;
    }
    .medium-btn {
        font-size: 20px;
    }
    .excursions__title {
        font-size: 25px;
        line-height: 35px;
    }
    .excursions__sub {
        font-size: 22px;
        line-height: 32px;
    }
    .excursions__text {
        margin-top: 15px;
    }
    .excursions__item {
        padding-top: 35px;
        padding-bottom: 45px;
    }
    .shop__sub {
        margin-top: 50px;
    }
    .cafe__row {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .cafe__bottom-sub {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 25px;
    }
    .cafe__right .excursions__tel {
        font-size: 34px;
        line-height: 44px;
    }
    .cafe__banner {
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .cafe__banner img {
        max-width: none;
        width: 580px;
    }
    .cafe__info {
        margin-top: 50px;
    }
.inklusiv__row div .visitors__sub h2 {
	margin: 60px auto 20px;
	font-size: 52px;
	line-height: 66px;
}		
    .contacts {
        padding-top: 10px;
    }
	.contacts__top {
		display: flex;
		flex-direction: column-reverse;
	}
    .contacts__address, .contacts__email {
        font-size: 17px;
        line-height: 27px;
    }
    .contacts__address {
        padding-top: 0;
        letter-spacing: -0.01em;
    }
    .contacts__email {
        margin-top: 15px;
    }
    .contacts__work-time span {
        font-size: 15px;
        line-height: 25px;
        margin-top: 7px;
    }
    .contacts__work-time b {
        font-size: 14px;
        line-height: 20px;
    }
    .contacts__tel {
        font-size: 18px;
        line-height: 15px;
    }
    .contacts__work-time {
        margin-top: 25px;
    }
    .contacts__col {
        margin-bottom: 35px;
    }
    .contacts__info {
        margin-top: 30px;
    }
    .main-input input, .main-input textarea {
        font-size: 18px;
        line-height: 32px;
    }
    .contacts-form__item, .contacts-form__item-act {
        margin-bottom: 25px;
    }
    .main-input textarea {
        height: 180px;
    }
    .send-btn {
        font-size: 20px;
    }
    .contacts-form__agree {
        font-size: 14px;
    }
    .contacts-all__item {
        padding: 30px 0 40px;
    }
    .contacts-all__sub {
        font-size: 22px;
        line-height: 32px;
    }
    .contacts-all__row {
        font-size: 18px;
        line-height: 28px;
    }
    .contacts-all__card {
        display: block;
    }
    .contacts-all__img {
        margin: 0 0 14px;
    }
    .cinema-card__slider-name {
        font-size: 18px;
    }
    .search-form {
        margin-bottom: 40px;
    }
    .search-result {
        padding-top: 10px;
    }
    .search-result__sub {
        font-size: 20px;
        line-height: 30px;
    }
    .search-result__col {
        margin-bottom: 40px;
    }
    .search-form__input input {
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .search-form {
        padding: 15px 0 25px;
    }
    .search-form__btn {
        margin-left: 15px;
    }
    .afisha__info-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .post {
        padding-top: 70px;
    }
    .post-header--bottom {
        margin-bottom: 30px;
    }
    .main-modal__title {
        font-size: 44px;
        margin-bottom: 25px;
    }
    .feedback-modal {
        padding: 60px 25px 50px;
    }
    .main-modal__close {
        top: 15px;
        right: 15px;
    }
    .cinema-program__btn.cinema-program__btn--single {
        text-align: center;
        margin: 40px 0 -10px;
    }
    .cinema-program__btn.cinema-program__btn--single .large-btn {
        font-size: 20px;
    }
    .contacts__work-time span p {
        font-size: 15px;
        line-height: 25px;
    }
    .event-header__share {
        display: none;
    }
    .event__sub.event__sub--n p, .event__sub.event__sub--n ul li, .event__sub.event__sub--n ol li, .partners_text_down div p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 18px;
    }
    .event__partners {
        margin-top: 40px;
    }
    .event__partners-row {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .event-header .event-header__title {
        padding-right: 0;
    }
    .event-header.event-header--main .event-header__top {
        margin-bottom: 35px;
    }
    .event__video-sub {
        margin-top: 15px;
    }
    .event__person-img {
        margin-bottom: 30px;
    }
    .event__program-title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 32px;
    }
    .event__program .cinema-inner__info--bottom, .event__program .cinema-inner__info--top {
        margin-bottom: 45px;
    }
    .shop__sub {
        font-size: 26px;
        line-height: 36px;
    }
    .catalog.news .catalog__row {
        margin-bottom: -40px;
    }
    .catalog.news .catalog__col {
        margin-bottom: 40px;
    }
    .event-header__back-item {
        font-size: 20px;
        line-height: 30px;
    }
    .event-header__back-item img {
        width: 12px;
    }
    .buy {
        padding-top: 40px;
    }
    .ticket-buy__contacts-email {
        font-size: 20px;
        line-height: 30px;
    }
    .ticket-buy__contacts-tel {
        font-size: 30px;
        line-height: 46px;
    }
    .ticket-buy__info-wrap {
        margin: 25px 0;
        padding: 25px 0;
    }
    .post-title--single {
        font-size: 45px;
        line-height: 55px;
    }
    .ticket-buy__sub {
        font-size: 22px;
        line-height: 32px;
        padding-top: 50px;
        margin-bottom: 20px;
    }
    .visitors__sub p, .visitors__sub li {
        font-size: 18px;
        line-height: 26px;
    }
    .visitors-preferential__col {
        margin-bottom: 25px;
    }
    .ticket-buy__location-link {
        font-size: 24px;
        line-height: 34px;
    }
    .visitors-rules__col {
        margin-top: 60px;
    }
    .visitors-rules__list {
        margin-top: 0px;
    }
    .visitors-rules__list {
        padding: 0px 0 60px;
    }
	.visitors-icons-title .visitors-title-rules {
	width: 90%;
	font-size: 30px;
	line-height: 40px;
	}
	.visitors-icons-img .icons-images {
	width: 80%;
	}
    .catalog-filters__list-item::after {
        left: 0;
        right: 0;
    }

.desktop-container{
	display:none;
}

	.bottom-block-details.bottom-block-column {
		flex-direction: column;
	}
.bottom-block-details.dflex-column-mob {
	align-items: flex-start!important;
}
	.bottom-partner-text strong {
		display: block;
		text-align: center;
		margin-bottom: 30px;
	}

.edinyj {
	margin-top: 10px;
}

.excursions_info:first-child, .children_info:first-child {
	margin-top: 40px;
}

.excursions_main .post-section {
	padding-bottom: 2px!important;
}

.excursions__text * {
	font-size: 18px;
	line-height: 28px;
}

 .friends-header__wrap {
	min-height: calc(80vh - 460px);
 }
 
	.dflex-column-mob {
		flex-direction: column;
	}
	.graph-col {width: 100%; max-width: 100%; margin-bottom: 48px;}
	.graph-col:first-child {width: 100%; max-width: 100%;}
	.graph-col p, .graph-col div.graph-title {font-size: 18px; line-height: 26px;}
	.graph-col div.graph-title {font-weight: 500;}
	.page-id-24926 h1{font-size: 47px; line-height: 47px;}
	.modal-windows-main .graph-col {width: 100%; max-width: 100%; margin-bottom: 20px;}
	.text-ticket {
		padding: 30px 0px 30px 0px;
		order: 2;
	}
	.event__quote {
		order: 1;
	}
	.remark-banner {
        width: 100%;
    }	
	.large-btn-single {
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	padding: 14px 40px;
	margin-top: 2px;
	margin-bottom: -5px;
	margin-left: 0px;
	}
	.single-events .event-header__top {
		margin-bottom: 5px;
	}
	.single-events .event-header__title {
		margin-bottom: 20px;
	}
	.single-events .event-header__info {
    margin-right: -40px;
    margin-bottom: 5px;
	}
	.single-events .event-top__breadcrumbs
	{
		margin-top: 30px;
		margin-bottom: -20px;
	}
	.single-events .catalog__col-filters, .single-events .catalog-n .catalog-filters__row .col:last-child {
		width: 100%;
		text-align: center;
	}
	
	.single-events .catalog-filters__list-item {
		margin-right: 0px;
	}
	.single-events .filters-clear {
    text-align: center;
    padding-left: 0px;
	}
	.single-events .catalog-n .catalog-filters__calendar input#datepicker {
    padding: 9px 14px 10px 52px;
	text-align: center;
	}
	.hide-desk-tablet {display: none;}
	.odd-title {left: 5.5em;}
	.even-title {right: 5.5em;}
	#fd-popup-preloader-241868, #fd-popup-preloader-241868 #pr {
        height: 1900px!important;
    	max-height: 1900px!important;
	}

	#form241868 {
	    height: 1900px!important;
		max-height: 1900px!important;
		margin-top: 0vh!important;
		padding-bottom: 70px;
     }
}

@media (orientation: portrait) and (max-width: 575px) {
	div:has(+ #fd-popup-preloader-241868) {
		top: 0.2vh!important;
	}
}

@media (orientation: landscape) and (max-width: 575px) {
	div:has(+ #fd-popup-preloader-241868) {
		top: 0.2vh!important;
	}
}

@media (max-width: 374px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header__mob-btn {
        min-width: 118px;
    }
    .header-mob-menu__btn {
        margin-bottom: 30px;
    }
    .header-mob-menu__nav ul li {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .header-mob-menu__geo {
        font-size: 14px;
        line-height: 20px;
    }
    .header-mob-menu__work-time {
        font-size: 12px;
        line-height: 16px;
    }
    .header-mob-menu__bottom {
        margin-top: 30px;
    }
    .header-mob-menu__contacts {
        font-size: 14px;
        line-height: 20px;
    }
	.eng .header__tickets-btn {
		margin-left: 32px;
	}
    .footer__nav-sub {
        font-size: 16px;
        line-height: 24px;
    }
    .footer__nav-list ul li {
        font-size: 14px;
        line-height: 20px;
    }
    .footer__geo {
        font-size: 14px;
        line-height: 20px;
    }
    .footer__work-time {
        margin-top: 6px;
    }
    .footer__info-bottom {
        margin-top: 20px;
        font-size: 14px;
        line-height: 20px;
    }
    .afisha__date {
        font-size: 24px;
        line-height: 28px;
    }
    .afisha__sub {
        font-size: 25px;
        line-height: 35px;
    }
    .home-nav__list ul li {
        margin-right: 28px;
    }
    .gallery__desc {
        padding-left: 15px;
        padding-right: 15px;
    }
    h2.post-section-title {
        font-size: 40px;
        line-height: 55px;
    }
    .cinema-top-banner__info-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .cinema-program__banner {
        margin-left: -15px;
        margin-right: -15px;
    }
    .cinema-card__gallery {
        margin-left: -15px;
        margin-right: -15px;
    }
    .cafe__right .excursions__tel {
        font-size: 30px;
        line-height: 40px;
    }
    .contacts__tel {
        font-size: 18px;
        line-height: 35px;
    }
    .post-title--single {
        font-size: 38px;
        line-height: 48px;
    }
    .event-header__back-item {
        font-size: 18px;
        line-height: 28px;
    }
	.friends h1{
	width: 355px;
	}
	.odd-title {left: 5.9em;}
	.even-title {right: 5.9em;}
}