@font-face {
	font-family: Roboto;
	src: url(fonts/Roboto-Regular.ttf);
}
@font-face {
	font-family: RobotoLight;
	src: url(fonts/Roboto-Light.ttf);
}
@font-face {
	font-family: Blender;
	src: url(fonts/BlenderPro-Book.otf);
}@font-face {
	font-family: BlenderBold;
	src: url(fonts/BlenderPro-Bold.otf);
}
body {
	font-family: Roboto, sans-serif;
	font-size: 18px;
	overflow-x: hidden;
}
.up {
	cursor: pointer;
	width: 40px;
	height: 40px;
	background-color: #cfe6ff;
	color: black;
	/* mix-blend-mode: difference; */
	position: fixed;
	z-index: 9999;
	bottom: 90px;
	right: 15px;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	opacity: 0;
	transition: .3s;
}
h2 {
	text-transform: uppercase;
	font-family: RobotoLight, sans-serif;
	padding: 0 10px;
}
header {
	position: relative;
	overflow: hidden;
}
header:after {
	content: '';
	display: block;
	width: 120px;
	height: 89%;
	background-color: rgba(255,255,255,.2);
	position: absolute;
	bottom: -2px;
	left: 32%;
	transform: skew(-15deg);
}
header:before {
	content: '';
	display: block;
	transform: skew(-15deg);
	background-color: rgba(255,255,255,.1);
	position: absolute;
	height: 89%;
	width: 37%;
	left: -5%;
	bottom: -2px;
	z-index: 1;
}
#bg-video {
	position: absolute;
	top: -30%;
	left: -30%;
	right: -30%;
	bottom: -30%;
	width: 160%;
	height: 160%;
}
.video-filtr {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-filtr:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
.video-filtr.mobile {
	background: red url('img/video-poster.jpg');
	background-size: cover;
	background-position: 50% 50%;
}
header nav {
	position: fixed !important;
	top: 0;
	z-index: 10;
	width: 100%;
	border-bottom: 1px solid white;
	background-color: rgba(0,0,0,.8);
}
header nav a {
	color: white !important;
}
header nav .nav-item {
	text-transform: uppercase;
}
header nav .navbar-toggler {
	border-radius: 0;
	outline: none;
	border: 1px solid white;
	padding: 18px 10px;
}
header nav .navbar-toggler-icon {
	position: relative;
	display: block;
	border: 1px solid white;
	height: 0;
}
header nav .navbar-toggler-icon:before,
header nav .navbar-toggler-icon:after {
	content: '';
	display: block;
	position: absolute;
	border: 1px solid white;
	left: -1px;
	right: -1px;
	height: 0;
}
header nav .navbar-toggler-icon:before {
	top: -9px;
}
header nav .navbar-toggler-icon:after {
	bottom: -9px;
}
header nav .nav-item {
	margin-left: 20px;
}
header nav .nav-link {
	font-size: 18px;
	position: relative;
	z-index: 1;
}
header nav .nav-link:after {
	border: none;
}
header nav .nav-link.active:before {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	top: 0;
	left: -12px;
	width: 35px;
	background-color: #d9183b;
	z-index: -1;
	transform: skew(-15deg);
}
header nav .nav-link.active:after {
	content: url(img/flags.png);
	position: absolute;
	width: 60px;
	left: 0;
	right: 0;
	margin: auto;
	top: -30px;
}
header nav .nav-item.rus-eng {
	margin-left: 30px;
}
header nav .nav-item.rus-eng a {
	padding: 0 5px;
	position: relative;
	z-index: 1;
	font-size: 12px;
}
header nav .nav-item.rus-eng a.active:before {
	content: '';
	position: absolute;
	display: block;
	bottom: -70%;
	top: -70%;
	left: 0;
	right: 0;
	background-color: #d9183b;
	z-index: -1;
	transform: skew(-15deg);
}
header nav .nav-item.header-soc-icons {
	margin-left: 50px;
}
header nav .dropdown-menu {
	border-radius: 0;
	background-color: rgba(0,0,0,.9)
}
header nav .dropdown-item:hover {
	color: black !important;
}
.place-date {
	position: relative;
	color: white;
	font-family: BlenderBold, sans-serif;
	margin-top: 105px;
}
.k125letiyu {
	margin-right: auto;
	font-size: 24px;
}
.date-pic, .place-pic {
	width: 70px;
	height: 70px;
	padding: 10px;
	text-align: center;
}
.date-pic {
	background-color: #d9183b;
}
.place-pic {
	background-color: #d96704;
}
.date-text {
	line-height: 28px;
	font-size: 26px;
	padding: 5px 0 0 15px;
}
.date-text span {
	font-size: 48px;
}
.place-text {
	font-size: 26px;
	line-height: 34px;
	padding: 5px 0 0 15px;
}
.place-text span {
	font-family: Blender, sans-serif;
	font-size: 25px;
}
h1 {
	position: relative;
	color: white;
	font-family: BlenderBold, sans-serif;
	text-align: center;
	font-size: 85px;
	line-height: 80px;
	margin-top: 80px;
	padding: 0 10px;
}
h1 span {
	font-size: 74px;
}
.header-line {
	position: relative;
	display: block;
	margin: 0 auto 25px;
	max-width: 100%;
}
h2.subtitle {
	position: relative;
	color: white;
	font-family: Blender, sans-serif;
	text-align: center;
	font-size: 41px;
	padding: 0 10px;
}
.header-ticket-btn {
	position: relative;
	display: block;
	border: none;
	outline: none !important;
	border-radius: 0;
	background-color: #d9183b;
	color: white;
	width: 100%;
	max-width: 440px;
	margin: 80px auto 130px;
	padding: 17px 5px;
	text-transform: uppercase;
	font-size: 30px;
	transition: .3s;
}
.header-ticket-btn img {
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.header-ticket-btn:hover {
	opacity: .7;
}
@media (max-width: 1199px) {
	header nav .nav-item.header-soc-icons,
	header nav .nav-item.rus-eng,
	header nav .nav-item {
		margin-left: 30px;
		min-height: 45px;
	}
	header nav .nav-link.active:after {
		display: none;
	}
	header nav .nav-item.header-soc-icons img {
		margin-right: 10px;
	}
	h1 {
		font-size: 62px;
		line-height: 60px;
	}
	h1 span {
		font-size: 54px;
	}
	h2.subtitle {
		font-size: 28px;
	}
}
@media (max-width: 991px) {
	header:after,
	header:before {
		display: none;
	}
	/*header nav .nav-item.header-soc-icons,
	header nav .nav-item.rus-eng,
	header nav .nav-item {
		margin-left: 30px;
		min-height: 45px;
	}
	header nav .nav-link.active:after {
		display: none;
	}
	header nav .nav-item.header-soc-icons img {
		margin-right: 10px;
	}*/
	h1 {
		font-size: 52px;
		line-height: 50px;
	}
	h1 span {
		font-size: 45px;
	}
}
@media (max-width: 767px) {
	.k125letiyu {
		margin-right: 0;
	}
	.place-text {
		font-size: 24px;
		line-height: 30px;
	}
	.place-text span {
		font-size: 22px;
	}
	h1 {
		font-size: 42px;
		line-height: 40px;
		margin-top: 30px;
	}
	h1 span {
		font-size: 36.5px;
	}
	h2.subtitle {
		font-size: 22px;
	}
	.header-ticket-btn {
		margin: 50px auto 100px;
	}
}
@media (max-width: 575px) {
	h1 {
		font-size: 32px;
		line-height: 30px;
	}
	h1 span {
		font-size: 27.5px;
	}
	h2.subtitle {
		font-size: 18px;
	}
	h2.subtitle br {
		display: none;
	}
	.header-ticket-btn {
		max-width: 320px;
		padding: 12px 5px;
		font-size: 22px;
		margin: 50px auto 70px;
	}
	.header-ticket-btn img {
		width: 30px;
	}
}

footer {
	background-color: #383a47;
	color: white;
}
footer a {
	color: white !important;
}
footer h5 span {
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	padding-left: 40px;
}
footer h5 span:before {
	content: '';
    position: absolute;
    display: block;
    bottom: -5px;
    top: -5px;
    left: 15px;
    width: 40px;
    transform: skew(-15deg);
    z-index: -1;
    background-color: #d9183b;
}
.orgs img {
	filter: grayscale(1);
	transition: .2s;
}
.orgs img:hover {
	filter: grayscale(0);
}
.bottom-contacts-soc {
	font-family: RobotoLight, sans-serif;
}
footer .big-icons-wrap {
	margin: 0 auto;
}
footer .big-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 60px;
	height: 60px;
	border: 2px solid #d9183b;
	border-radius: 50%;
	transition: .3s;
	margin: 10px 5px;
}
footer .big-icon img {
	display: block;
	height: 85%;
	width: auto;
}
footer .big-icon:hover {
	border-color: transparent;
}
.search-input {
	height: 55px;
	padding: 10px;
	background-color: #e8e8e8;
}
.search-btn {
	border: none;
	background-color: #d9183b;
	width: 55px;
	height: 55px;
	display: block;
	margin-left: 5px;
}
.bottom-adress {
	border-top: 1px solid rgba(255,255,255,.5);
	font-family: RobotoLight, sans-serif;
}

#pmas-stand .form-row {
	display: block;
}
#pmas-stand input:not([type="checkbox"]) {
	border-radius: 0;
	height: 40px;
}
#pmas-stand [type="submit"] {
	border: none;
	background-color: #d9183b;
	display: block;
	height: 40px;
	width: 100%;
	text-align: center;
	color: white;
	padding: 5px;
}
#pmas-stand .modal-body p {
	font-size: 14px;
	line-height: 20px;
	padding: 0 10px;
}
#pmas-stand .auto-form,
#pmas-stand .auto-form [type="text"] {
	width: 100% !important;
}
#pmas-stand .auto-form + [class^="col"] {
	display: none;
}
#pmas-stand .auto-form > div {
	width: 440px;
}
@media (max-width: 550px) {
	#pmas-stand .auto-form > div {
		width: 100%;
	}
}

.grecaptcha-badge {
	z-index: 9999;
}