@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 {
    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: 1360px;
    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;
}

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

/*Классы и идентификаторы свойств*/

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


/*Конец блока Классы и идентификаторы свойств*/

.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--grey-bg {
    background-color: #F0F0F0;
}

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

.header-bottom__btn::before {
    content: '';
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;
    width: 0%;
    background-color: #000;
    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: 99;
    -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;
    text-transform: uppercase;
}

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

.post-header {
    margin: 15px 0 24px;
}


.breadcrumbs-lp span span.current-item {
	font-weight: bold!important;
}

/*support*/
.breadcrumbs-lp {padding-top: 12px;}

.breadcrumbs-lp * {
	font-family: 'Roboto Mono', sans-serif;
	font-size: 10px;
	line-height: 11px;
	text-transform: uppercase;
}
.breadcr-mob {font-size: 14px; font-weight: bold;}
.breadcr-mob img {margin-right: 11px;}
.breadcrumbs-lp > i {background-color: #929292!important;}
.breadcrumbs-lp a:hover, .breadcrumbs-lp span {color: #929292;}
.lp-support .header-second { width: 100%; max-width: 1360px; color: #000;}
.lp-support .header-second ul {border-top: 7px solid #000; display: flex; align-content: flex-end; flex-wrap: wrap; align-items: flex-end;}
.lp-support .header-second ul li {font-size: 16px; line-height: 20px; margin-top: 32px; padding-left: 31px;}
.lp-support .header-second ul li::before {height: 0px;}
.lp-support .header-second ul li:last-child {margin-bottom: 20px;}
.lp-support .header-second ul li:first-child {padding-left: 0px;}
.lp-support .header-second ul li a:hover {color: #8B8B8B;}
.lp-support .header-second .header-second-title h1 {font-size: 164px; line-height: 115px; margin-top: 0.51em; margin-bottom: 0.2em;}

.lp-support .post-content h2 { font-size: 95px; line-height: 100%; text-align: left;}

.top-control {
	justify-content: space-between;
	}

#patrons {margin-top: 108px;}

.type-patrons {
	width: 50%;
	padding: 20px 0;
	border-right: 2px solid #000;
}
.type-patrons-item {
	max-width: 320px;
	margin-right: 20px;
	padding: 30px;
	height: 100%;
	position: relative;
}

.type-patrons-item:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;	
}
.type-patrons-item *{
	position: relative;
	z-index: 3;
}

.type-patrons-item h3 {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.type-patrons-item > :last-child, .patrons-card-block .patrons-desc > :last-child { margin-top: auto; }

.block-border {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
.accordion {
	border-left: 2px solid #000;
}
.accordion-left {
	border-right: 2px solid #000;
	border-left: 0px solid #000;	
}
.accordion-item {
	border-bottom: 2px solid #000;
	padding: 0px 45px;
}

.accordion-item:last-child {
	border-bottom: 0px solid #000;
}

.accordion-header {
	height: 82px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	user-select: none;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
}

.accordion-content {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: height 0.8s ease, opacity 0.3s ease;
	padding: 0px;
}

.accordion-content.open {
  opacity: 1;
  margin-bottom: 42px;
}

.accordion-content.active {
	max-height: 500px;
	padding-bottom: 42px;
}

.accordion-icon {
	font-size: 40px;
	font-weight: 100;
	transition: transform 0.3s ease;
}

.accordion-icon.active {
	transform: rotate(45deg);
}
.sqr-point {
	width: 13px;
	height: 13px;
}
.bg-black {
	background-color: #000;
}

.bg-white {
	background-color: #fff;	
}

.cl-white {
	color: white;
}

.patrons .dflex.dflex-column{
	width: 50%;
}

.patrons-desc {
	padding: 37px 45px 40px 0px;
}

.patrons-right {
	padding-left: 45px;
}

.patrons-desc-text {
	margin-top: 22px;
	margin-bottom: 32px;
}

.patrons-card-block {
	width: 50%;
}

.patrons-card-block .patrons-desc {
	padding-top: 25px;
	padding-bottom: 20px;
	flex-direction: column;
}

#collection, #friendsclub {
	margin-top: 106px;
	margin-bottom: 23px;
}

#contacts {
	margin-top: 35px;
}

.upper {
	text-transform: uppercase;
}

.link-form {
	align-items: center;
}

.link-form, .patrons-desc, .accordion-content {
	font-size: 18px;
	line-height: 120%;
}

.link-form a {
	margin-left: 13px;
	text-transform: uppercase;
}

.patrons-video {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

.patrons-club {
	margin: 40px auto 120px;
}

.patrons-club img {width: 100%;}


@media (min-width: 2000px) {
.patrons-video a {
	width: 100%;
	max-height: calc(100vh - 430px);
	}
}

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

@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;
    }
	
	.pluseshhd {
		margin-top: 17px;
		margin-left: 0px;
	}
	.hd-desktop {display: none;}
	.type-patrons {
		width: 65%;
	}
	.lp-support .header-second .header-second-title h1 {
		font-size: 85px;
	}
	.accordion-header {
		font-size: 18px;
	}
}

@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 {
        -webkit-transition: color .3s;
        transition: color .3s;
    }
    .header-bottom__btn::before {
        -webkit-transition: width .3s;
        transition: width .3s;
    }
    .header-bottom__btn:hover {
        color: #fff;
    }
    .header-bottom__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;
    }
    .more-btn:hover {
        text-decoration: none;
    }
    .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;
    }
    .gallery__prev, .gallery__next {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }
    .gallery__prev:hover, .gallery__next:hover {
        opacity: .8;
    }
    .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);
    }
    .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);
    }
    .main-text a:hover {
        text-decoration: none;
    }
    .header-mob {
        display: none;
    }
	.link-form-mob {display: none!important;}
}

@media (max-width: 991px) {
    .post {
        padding-top: 100px;
    }
    .container {
        padding-left: 12px!important;
        padding-right: 12px!important;
    }
    .header__row {
        min-height: 36px;
    }
    .header__nav ul {
        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;
    }
    .main {
        padding-bottom: 80px;
    }
    .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;
    }
    h1, .h1 {
        font-size: 90px;
        line-height: 100px;
    }
    h2, .h2 {
        font-size: 45px;
        line-height: 55px;
    }
    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;
    }
    .post-section-title {
        margin-bottom: 40px;
    }
    .post-section {
        padding-top: 80px;
    }
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .col {
        padding-left: 10px;
        padding-right: 10px;
    }
    .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;
	}
    .large-btn.large-btn--small {
        font-size: 22px;
        line-height: 25px;
    }
    .gallery__btn {
        margin-top: 50px;
    }
    blockquote {
        font-size: 24px;
        line-height: 34px;
        border-width: 6px;
    }
    blockquote span {
        margin-bottom: 20px;
    }
    hr {
        height: 6px;
    }
    .send-btn {
        font-size: 24px;
    }
    .header__col {
        min-width: 58px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .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;
    }
    .main-modal__title {
        font-size: 52px;
        margin-bottom: 30px;
    }
    .post-title--single {
        font-size: 70px;
        line-height: 80px;
    }
	.hidden-block {
	display: block;
	margin-top: 8px!important;
	}
	.header__mob-btn {
    min-width: 121px;
	}	
	.header__mob-btn-wrap {
	margin-right: -15px;
	display: flex;
	}
	.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;
	}
	.patrons-card-block, .patrons .dflex.dflex-column, .type-patrons {
	width: 100%;
	}
	.lp-support .header-second {margin-top: 60px;}
	.breadcrumbs-lp {padding-top: 27px;}
	.lp-support .header-second ul li {margin-top: 10px; margin-bottom: 0px;}
	.lp-support .header-second ul li:first-child {margin-top: 20px;}
	#patrons {margin-top: 50px;}
	#patrons .patrons-desc, .patrons-card-block {order: -1;}
	.lp-support .post-content h2 {
    font-size: 60px;
	}
	.block-border {
		border-top: 0px solid #000;
		border-bottom: 0px solid #000;
	}
	.type-patrons {
		border-right: 0px solid #000;
	}
	.patrons-right {
		padding-left: 0px;
	}
	.patrons-desc {
		padding: 0px;
	}
	.accordion-item:last-child {
		border-bottom: 2px solid #000;
	}
	
	.dflex-column-rev {
		flex-direction: column-reverse!important;
	}
	.type-patrons-item {
		height: 420px;
		max-width: 100%;
		width: 100%;
	}
	.type-patrons, .patrons-video, .patrons-club {
		position: relative;
		left: -12px;
		width: calc(100% + 24px);
	}
	.patrons-desc p, .patrons-desc p:last-child, .patrons-desc .link-form {
		margin-bottom: 34px;
	}
	.patrons-desc-text {
		margin-top: 32px;
		margin-bottom: 10px;
	}
	.patrons-club img {
		object-fit: cover;
		height: 402px;
		object-position: 60% 50%;
	}
	#collection, #friendsclub {
		margin-top: 42px;
		margin-bottom: 23px;
	}
	.patrons-club {
		margin: 40px auto 63px;
	}
	#contacts {
		margin-top: 0px;
	}
	.hide-link {display: none!important;}
	.link-form-mob {
		margin-top: 40px;
	}
	.patrons-card-block .patrons-desc {
		padding-bottom: 0px;
	}
	.patrons-card-block .patrons-desc .link-form {
		margin-bottom: 10px;
	}
}

@media (max-width: 768px) {
    .gallery__container .container {
        padding: 0;
    }
    .gallery__desc {
        padding-left: 20px;
        padding-right: 20px;
    }
	.lp-support .dflex-column-mob {
		flex-direction: column;
	}
	.lp-support .header-second .header-second-title h1 {font-size: 60px; line-height: 100%; margin-top: 0.51em; margin-bottom: 0.2em;}
	.lp-support .header-second ul {flex-direction: column; align-content: flex-start; align-items: flex-start;}
	.lp-support .header-second ul li {padding-left: 0px;}
	.accordion {border-width: 0px;}
	.accordion-header {font-size: 16px; line-height: 120%;}
	.accordion-item {padding: 0px;}
}
@media (min-width: 576px) {

}
@media (max-width: 575px) {
    p, li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .main {
        padding-bottom: 70px;
    }
    .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;
    }
    h1, .h1 {
        font-size: 52px;
        line-height: 66px;
    }
    body {
        font-size: 16px;
    }
    .more-btn {
        font-size: 16px;
        line-height: 22px;
    }
    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 {
        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;
    }
    .post-section {
        padding-top: 60px;
    }
    .gallery__desc {
        margin-top: 12px;
    }
    .gallery__btn {
        margin-top: 35px;
    }
    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;
    }
    .medium-btn {
        font-size: 20px;
    }
    .main-input input, .main-input textarea {
        font-size: 18px;
        line-height: 32px;
    }
    .main-input textarea {
        height: 180px;
    }
    .send-btn {
        font-size: 20px;
    }
    .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;
    }

.desktop-container {
	display:none;
}
 
.dflex-column-mob {
	flex-direction: column;
}	
	.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;
	}
	.patrons-video a {
		max-height: 100vw;
	}
	.type-patrons-item .item-text, .type-patrons-item h3 {
		width: 70%;
	}
}

@media (max-width: 374px) {
    .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;
    }
}

