@font-face {
	font-family: 'PT-JSDB';
	src: url("/local/templates/.default/markup_vdnh/build/fonts/PT-JSDB-Regular-small.woff") format("woff");
	font-weight: 400;
	font-style: normal; 
}
@font-face {
	font-family: 'PT-JSDB';
	src: url("/local/templates/.default/markup_vdnh/build/fonts/PT-JSDB-Bold-small.woff") format("woff");
	font-weight: 700;
	font-style: normal; 
}
@font-face {
	font-family: 'PT-JSDB';
	src: url("/local/templates/.default/markup_vdnh/build/fonts/PT-JSDB-Thin-small.woff") format("woff");
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'VDNHLebedev';
	src: url("/local/templates/.default/markup_vdnh/build/fonts/vdnhlebedev-regular.woff") format("woff");
	font-weight: 400;
	font-style: normal; 
}

@font-face {
	font-family: 'icomoon';
	src: url("/local/templates/.default/markup_vdnh/build/fonts/icomoon.eot?8omgev");
	src: url("/local/templates/.default/markup_vdnh/build/fonts/icomoon.eot?#iefix8omgev") format("embedded-opentype"), url("/local/templates/.default/markup_vdnh/build/fonts/icomoon.woff?8omgev") format("woff"), url("/local/templates/.default/markup_vdnh/build/fonts/icomoon.ttf?8omgev") format("truetype"), url("/local/templates/.default/markup_vdnh/build/fonts/icomoon.svg?8omgev#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	min-width: 320px;
	
	font: 400 18px PT-JSDB, Arial, sans-serif;
	
	-webkit-font-smoothing: subpixel-antialiased !important;
	-khtml-font-smoothing: subpixel-antialiased !important;
	-moz-font-smoothing: subpixel-antialiased !important;
	-ms-font-smoothing: subpixel-antialiased !important;
	-o-font-smoothing: subpixel-antialiased !important;
	font-smoothing: subpixel-antialiased !important;
}

a {
	color: #212250;
}

.container {
	max-width: 1180px;
	margin: 0 auto;
}

.container-fluid {
	width: 100%;
}

.container-fluid iframe {
	display: inline-block;
	vertical-align: middle;
}

.row {
	max-width: 100%;
	padding: 0 1.0425%;
	position: relative;
}

body > .header {
	background-color: #ffffff;
	margin-bottom: 15px;
}

body > .header .header_wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	padding: 30px 1.0425% 30px 1.0425%;
	
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

body > .header .header__logo {
	max-width: 150px;
	min-width: 100px;
	padding-right: 4%;
}

body > .header .header__logo a {
	display: inline-block;
	width: 100%;
		
	position: relative;
	z-index: 200;
}

body > .header .header__logo img {
	width: 100%;
	vertical-align: middle;
}

body > .header .header__top-wrapper {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex: 1;
	flex-grow: 1;
}

body > .header .header__top {
	border-bottom: 2px solid #000;
	padding-bottom: 1%;
	
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 575.98px) {
	body > .header .header__top {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

body > .header .header__top-title {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #999999;
	
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex: 1;
	flex-grow: 1;
}

body > .header .header__top-ticket {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

body > .header .header__top-ticket:after {
	content: '//';
	display: inline-block;
	height: 31px;
	margin: 0 5px 0 10px;
	
	font-size: 31px;
	line-height: 32px;
	letter-spacing: -5px;
	color: rgb(153, 153, 153);
}

@media (max-width: 575.99px) {
	body > .header .header__top-ticket:after {
		display: none;
	}
}

body > .header .header__top-ticket span {
	display: inline-block;
	padding: 5px 10px;
	border: none;
	
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	
	background-color: rgb(240, 73, 39);
	
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

@media (max-width: 575.99px) {
	body > .header .header__top-ticket span {
		margin: 15px 0;
	}
}

body > .header .header__top-ticket a:hover {
	text-decoration: underline;
}

body > .header .header__top-social {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

@media (max-width: 575.99px) {
	body > .header .header__top-social {
		margin-bottom: 15px;
	}
}

body > .header .header__top-social a {
    display: inline-block;
	margin-left: 10px;
}

body > .header .header__top-social a img {
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	
	opacity: .7;
	vertical-align: top;
	transition: all .3s;
}
  
body > .header .header__top-social a:hover img {
	-webkit-filter: grayscale(0);
	filter: none;
	
	opacity: 1;
}

.header__menu-wrapper {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	padding-top: 1%;
}



body > .footer {
	margin-top: 45px;
	background-color: #ffffff;
	line-height: 75px;
	vertical-align: middle;
}

.footer__wrapper {
	border-top: 2px solid #000;
	padding-top: 1%;
}

.footer__logo {
	max-width: 100px;
	display: inline-block;
}

.footer__logo a {
	display: inline-block;
	width: 100%;
}

.footer__logo img {
	width: 100%;
	vertical-align: middle;
}

.footer__copyright {
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	vertical-align: middle;
}

.footer__social {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 auto;
}

@media (min-width: 576px) {
	.footer__social {
		vertical-align: middle;
	}
}

body > .content {
	font-size: 18px;
	color: #333;
}

body > .content .watermark-hover:after {
	content: '';
	width: 100%;
	height: 100%;
	background-image: url('img/watermark-full.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 1s;
	mix-blend-mode: difference;
}

body > .content .watermark-hover:hover:after {
	opacity: .8;
}

body > .content h1 {
	font-family: 'VDNHLebedev';
	font-size: 32px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
	line-height: 46px !important;
}

body > .content h1:before {
    content: '';
	display: inline-block;
    width: 40px;
	height: 40px;
	margin-right: 10px;
	margin-bottom: -4px;
	background-color: #f04927;
	
	-o-transform: skewY(10deg);
	-ms-transform: skewY(10deg);
	-moz-transform: skewY(10deg);
	-webkit-transform: skewY(10deg);
	transform: skewY(10deg);
}

body > .content hr {
	height: 1px;
	width: 100%;
	margin: 0 0 1% 0;
	background-color: #e1e1e1;
	border: 0;
	border-left: 40px solid #1e1e1e;
	box-sizing: border-box;
}

body > .content .ticketButton {
	margin-bottom: 5px;
	display: inline-block;
	background-color: #f7323f;
	color: #FFFFFF;
	width: 100%;
	font-size: 18px;
	text-align: center;
	padding: 1% 2%;
	text-decoration: none;
	text-transform: uppercase;
	opacity: 0.8;
	transition: opacity .5s;
}

body > .content .ticketButton:hover {
	opacity: 1;
}

.flex {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.row {
	-webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

.column {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

button.btn-fill {
	cursor: pointer;
}

.partners {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.partners a {
	margin: 15px;
	max-width: 200px;
	max-height: 175px
}

.partners img {
	max-width: 100%;
	max-height: 100px;
}
/* Политика куки */
.cookiepolitic{
    display: none;
    position: fixed;
    left: 16px;
    bottom: 16px;
    max-width: 360px;
    min-height: 206px;
    height: auto;
}
.cookiepolitic--active{
    display: block;
    z-index: 99;
}
.cookiepolitic__wrap{
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 12px 24px -6px rgba(96, 96, 96, 0.15), 0px 0px 1px rgba(96, 96, 96, 0.1);
    border-radius: 4px;
    padding: 24px 16px;
}
.cookiepolitic__head{
    font-family: Suisse Intl;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 10px;
}
.cookiepolitic__body{
    font-family: Suisse Intl;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 16px;
}
.cookiepolitic__link{
    color: #333778;
}
.cookiepolitic__button{
    background: #333778;
    box-shadow: 0px 2px 2px -2px rgba(34, 38, 50, 0.3);
    border-radius: 4px;
    font-family: Suisse Intl;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    box-sizing: border-box;
    height: 32px;
    padding-top: 8px;
    cursor: pointer;
}
@media(max-width: 376px){
    .cookiepolitic{
        left: 8px;
        right: 8px;
        bottom: 8px;
    }
}