.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}@media (min-width:576px){.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}}@media (min-width:768px){.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}}@media (min-width:992px){.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}}@media (min-width:1200px){.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}}

@-webkit-keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(.5) skew(1deg);
		-webkit-opacity: .1
	}
	30% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		-webkit-opacity: .5
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-webkit-opacity: .1
	}
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}
	100% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
}

@-webkit-keyframes phonering-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
	2% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}
	4% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}
	6% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}
	8% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}
	10% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
	12% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@-webkit-keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(.5) skew(1deg);
		transform: rotate(0) scale(.5) skew(1deg);
		opacity: .1
	}
	30% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .5
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .1
	}
}

@keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(.5) skew(1deg);
		transform: rotate(0) scale(.5) skew(1deg);
		opacity: .1
	}
	30% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .5
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .1
	}
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}
	100% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
}

@keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}
	100% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
}

@-webkit-keyframes phonering-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}
	2% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	4% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	6% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	8% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	10% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}
	12% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}
}

@keyframes phonering-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}
	2% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	4% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	6% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	8% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	10% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}
	12% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}
}

@font-face {
	font-family: Verdana;
	src: url(../fonts/Verdana.ttf);
}
.rubznak {
	font-family: Verdana;
	font-weight: normal;
}

@font-face {
	font-family: 'MuseoCyrl';
	src: url(../fonts/MuseoCyrl500.eot);
	src: url(../fonts/MuseoCyrl500.eot) format('embedded-opentype'), url(../fonts/MuseoCyrl500.woff2) format('woff2'), url(../fonts/MuseoCyrl500.woff) format('woff'), url(../fonts/MuseoCyrl500.ttf) format('truetype'), url(../fonts/MuseoCyrl500.svg) format('svg');
	font-weight: 500;
	font-style: normal
}

a,
button {
	outline: none!important
}

@font-face {
	font-family: 'MuseoSansCyrl';
	src: url(../fonts/MuseoSansCyrl300.eot);
	src: url(../fonts/MuseoSansCyrl300.eot) format('embedded-opentype'), url(../fonts/MuseoSansCyrl300.woff2) format('woff2'), url(../fonts/MuseoSansCyrl300.woff) format('woff'), url(../fonts/MuseoSansCyrl300.ttf) format('truetype'), url(../fonts/MuseoSansCyrl300.svg) format('svg');
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: 'MuseoSansCyrl';
	src: url(../fonts/MuseoSansCyrl500.eot);
	src: url(../fonts/MuseoSansCyrl500.eot) format('embedded-opentype'), url(../fonts/MuseoSansCyrl500.woff2) format('woff2'), url(../fonts/MuseoSansCyrl500.woff) format('woff'), url(../fonts/MuseoSansCyrl500.ttf) format('truetype'), url(../fonts/MuseoSansCyrl500.svg) format('svg');
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: 'PFDINTextCompPro';
	src: url(../fonts/pfdintextcompprobold.eot);
	src: url(../fonts/pfdintextcompprobold.eot) format('embedded-opentype'), url(../fonts/pfdintextcompprobold.woff2) format('woff2'), url(../fonts/pfdintextcompprobold.woff) format('woff'), url(../fonts/pfdintextcompprobold.ttf) format('truetype'), url(../fonts/pfdintextcompprobold.svg) format('svg');
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: 'PFDINTextCompPro';
	src: url(../fonts/pfdintextcomppromedium.eot);
	src: url(../fonts/pfdintextcomppromedium.eot) format('embedded-opentype'), url(../fonts/pfdintextcomppromedium.woff2) format('woff2'), url(../fonts/pfdintextcomppromedium.woff) format('woff'), url(../fonts/pfdintextcomppromedium.ttf) format('truetype'), url(../fonts/pfdintextcomppromedium.svg) format('svg');
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: 'PFDINTextCompPro';
	src: url(../fonts/pfdintextcompproregular.eot);
	src: url(../fonts/pfdintextcompproregular.eot) format('embedded-opentype'), url(../fonts/pfdintextcompproregular.woff2) format('woff2'), url(../fonts/pfdintextcompproregular.woff) format('woff'), url(../fonts/pfdintextcompproregular.ttf) format('truetype'), url(../fonts/pfdintextcompproregular.svg) format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'ProximaNova';
	src: url(../fonts/ProximaNovaRegular.eot);
	src: url(../fonts/ProximaNovaRegular.eot) format('embedded-opentype'), url(../fonts/ProximaNovaRegular.woff2) format('woff2'), url(../fonts/ProximaNovaRegular.woff) format('woff'), url(../fonts/ProximaNovaRegular.ttf) format('truetype'), url(../fonts/ProximaNovaRegular.svg) format('svg');
	font-weight: 400;
	font-style: normal
}

#vk_widget,
#vk_groups {
	width: 100%
}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1200px) {}

body,
input,
button,
textarea {
	font-family: 'MuseoCyrl', sans-serif;
	font-weight: 500
}

body {
	background: #fff url(../images/background.jpg);
	background-attachment: fixed;
	overflow-x: hidden
}

input,
button,
textarea,
.box,
.red-btn {
	box-sizing: border-box
}

input,
button,
textarea {
	border: none;
	outline: none
}

a {
	text-decoration: none
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pointer_events_none {
	pointer-events: none;
}

.cursor-default {
	cursor: default
}

.fill {
	min-height: 100%;
	height: 100%
}

.content {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1180px
}

.spacer {
	text-align: justify;
	font-size: .1px
}

.spacer>* {
	display: inline-block;
	vertical-align: middle
}

.spacer:after {
	content: '';
	display: inline-block;
	width: 100%
}

.spacer-left {
	text-align: left;
	font-size: .1px
}

.spacer-left>* {
	display: inline-block;
	vertical-align: middle
}

.spacer-left:after {
	content: '';
	display: inline-block;
	width: 100%
}

.pos-center {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.page-wrap {
	overflow: hidden
}

.page-title {
	font-size: 72px;
	color: #f44336;
	letter-spacing: -.01em;
	text-transform: uppercase;
	position: relative;
	font-weight: 500;
	font-family: 'PFDINTextCompPro', sans-serif;
	text-align: right;
	z-index: 1
}

.main-mini-slider {
	margin-bottom: 30px;
	position: relative;
}
.main-mini-slide {
	margin: 0px 10px;
	border: 1px solid #000;
	position: relative;
}
.main-mini-slide img {
	width: 1000px;
}
.main-mini-slide, .main-mini-slide img {
	outline:none !important;
}

.main-mini-slides .slick-dots li {
	position: relative;
/*	display: inline-block;*/
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.main-mini-slides .slick-dots {
	text-align: center;
	margin-top: -30px;
}
.main-mini-slides .slick-dots li button {
	font-size: 0;
	line-height: 0;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	background: #e31e23;
	width: 7px;
	height: 7px;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity,.2s,ease;
	border-radius: 30px;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow: 0px 0px 10px 0px #000;
	box-shadow: 0px 0px 10px 0px #000;
}

.main-mini-slides .slick-dots li:hover button {
	padding: 6px;
	background: #f44336;
	-webkit-box-shadow: 0px 0px 10px 0px #fff;
	-moz-box-shadow: 0px 0px 10px 0px #fff;
	box-shadow: 0px 0px 10px 0px #fff;
}

.main-mini-slides .slick-dots li.slick-active button {
	padding: 7px;
	background: #af0101;
	-webkit-box-shadow: 0px 0px 10px 0px #af0101;
	-moz-box-shadow: 0px 0px 10px 0px #af0101;
	box-shadow: 0px 0px 10px 0px #af0101;
}

.main-mini-slides-left, .main-mini-slides-right {
	position: absolute;
	z-index: 1;
	top: calc(50% - 23px);
	cursor: pointer;
}
.main-mini-slides-left i, .main-mini-slides-right i {
	width: 46px;
	height: 46px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
}
.main-mini-slides-left:hover i, .main-mini-slides-right:hover i {
	background: #f44336;
	-webkit-box-shadow: 0px 0px 5px 0px #f44336;
	-moz-box-shadow: 0px 0px 5px 0px #f44336;
	box-shadow: 0px 0px 5px 0px #f44336;
}
.main-mini-slide-desc {
	position: absolute;
	top: 0;
	width: 35%;
	height: 100%;
	padding: 30px 20px 20px 20px;
	background-color: rgba(0,0,0,0.6);
/*	text-align: center;*/
	display: none;
}
.main-mini-slide-desc:hover {
	background-color: rgba(0,0,0,0.75);
}
.main-mini-slide-desc-title {
	text-align: center;
	color: #fff;
/*	font-size: 25px;
	height: 80px;*/
	font-size: 30px;
	height: 90px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
.main-mini-slide-desc:hover .main-mini-slide-desc-title {
	text-shadow: 0px 0px 5px #f44336;
}
.main-mini-slide.slick-current .main-mini-slide-desc {
	display: block;
}
.main-mini-slide-desc-params {
	margin-top: 20px;
/*	margin-left: 20px;
	display: inline-block;*/
	height: calc(100% - 160px);
	display: flex;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
.main-mini-slide-desc:hover .main-mini-slide-desc-params {
	text-shadow: 0px 0px 5px #f44336;
}
.main-mini-slide-desc-params-items {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
	text-align: left;
}
.main-mini-slide-desc-params-item span {
	font-weight: bold;
	font-size: 15px;
}
.main-mini-slide-desc-params-icon {
	display: inline-block;
	width: 40px;
	font-size: 20px;
	text-align: center;
}

.main-mini-slide-desc-button {
	text-align: center;
	left: 0;
	bottom: 30px;
	position: absolute;
	width: 100%;
}
.main-mini-slide-desc-button div {
	color: #fff;
	font-size: 20px;
	background: #f44336;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 5px;
}
.main-mini-slide-desc-button:hover div {
	background: #af0101;
}

.main-mini-slides-left {
	left: calc(50% - 567px);
}
.main-mini-slides-right {
	right: calc(50% - 567px);
}
@media all and (max-width: 1150px) {
	.main-mini-slides-left {
		left: calc(50% - 500px);
		display: none;
	}
	.main-mini-slides-right {
		right: calc(50% - 500px);
		display: none;
	}
}
@media all and (max-width: 1000px) {
	.main-mini-slides-left {
		left: 0;
		display: none;
	}
	.main-mini-slides-right {
		right: 0;
		display: none;
	}
	.main-mini-slides .slick-dots {
		text-align: center;
		margin-top: -25px;
	}
	.main-mini-slide img {
		width: 100%;
	}
	.main-mini-slide {
		width: 100vw;
	}
}
@media all and (max-width: 768px) {
	.main-mini-slide.slick-current .main-mini-slide-desc {
		display: none;
	}
}

.main-slide__title.page-title {
	text-shadow: 0px 0px 5px #000;
	white-space: nowrap;
	/* vertical-align: top; */
	top: 0;
	float: right;
	margin-left: 60px;
	margin-right: 110px;
	transition: all .2s ease;
}

.main-slide__title:hover.page-title {
	text-shadow: 0px 0px 5px #000;
	color: #e31e23;
}
.main-slide__title:hover .page-title-space {
	background: #e31e23;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);
	box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);
}

.page-title1:after,
.page-title-div:after {
	content: '';
	background: #f44336;
	height: 50px;
	left: -400px;
	width: 800px;
	top: 11px;
	position: absolute;
	transform: skewX(-22deg);
	-moz-transform: skewX(-22deg);
	-webkit-transform: skewX(-22deg);
	-o-transform: skewX(-22deg);
	-ms-transform: skewX(-22deg)
}

.page-title:after {
	content: '';
	background: #f44336;
	height: 50px;
	left: -400px;
	width: 800px;
	top: 11px;
	position: absolute;
	transform: skewX(-22deg);
	-moz-transform: skewX(-22deg);
	-webkit-transform: skewX(-22deg);
	-o-transform: skewX(-22deg);
	-ms-transform: skewX(-22deg)
}

.page-title-div {
	display: inline-block;
	margin-right: 30px
}

.page-title-div div {
	text-align: left;
	white-space: normal;
	width: 665px
}

@media (max-width:1100px) {
	.page-title-div div {
		width: 460px
	}
}

@media (max-width:767px) {
	.page-title-div div {
		width: 350px
	}
}

@media (max-width:700px) {
	.page-title-div div {
		width: 100%
	}
}

.page-title-space {
	display: inline-block;
	content: '';
	background: #f44336;
	height: 50px;
	left: -400px;
	width: 800px;
	top: 0;
	margin-top: 10px;
	transform: skewX(-22deg);
	-moz-transform: skewX(-22deg);
	-webkit-transform: skewX(-22deg);
	-o-transform: skewX(-22deg);
	-ms-transform: skewX(-22deg);
	vertical-align: top;
	margin-right: 50px;
	transition: all .2s ease
}

.page-title-params {
	float: left;
	left: 43%;
	position: absolute!important;
	top: 38%
}

.main-slide .content {
	float: left;
	left: -200px
}

.page-title_sm {
	font-size: 48px
}

.page-title_sm:after {
	height: 41px;
	left: -850px;
	top: 4px;
	transition: all .2s
}

.red-btn,
.white-btn,
.black-btn,
.red-white-btn,
.red-white-btn-small {
	text-align: center;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer
}

.btn-small-border {
	margin: .5em 1em 1em 1em
}

.red-white-btn-small {
	padding: 10px 0;
	font-size: 15px;
	background: #fff;
	border-radius: 50px;
	transition: all .2s ease
}

.red-white-btn-small:hover {
	color: #fff;
	background: #af0101
}

.red-white-btn-small i {
	margin-right: 5px
}

.black-btn {
	width: auto;
	max-width: 310px;
	height: 55px;
	line-height: 54px;
	border: 1px solid #25302d;
	border-radius: 28px;
	font-size: 18px;
	color: #202c2a;
	background: none;
	white-space: nowrap;
	padding: 0 20px
}

.black-btn span {
	margin-right: 10px
}

.red-white-btn>*,
.black-btn>* {
	display: inline-block;
	vertical-align: middle
}

.black-btn:hover {
	background: #f44336;
	border-color: #f44336;
	color: #fff
}

.red-white-btn {
	border: 1px solid #f44336;
	max-width: 148px;
	height: 46px;
	line-height: 44px;
	border-radius: 22px;
	font-size: 15px;
	color: #1c2126;
	display: block
}

.red-white-btn:hover {
	color: #fff;
	background: #f44336
}

.block-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 500;
	color: #1c2126;
	font-family: 'PFDINTextCompPro', sans-serif
}

.block-title em {
	color: #af0101
}

.block-title span {
	display: inline-block;
	position: relative
}

.block-title span:after,
.block-title span:before {
	content: '';
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	width: 75px;
	height: 4px;
	background: #f44336;
	transform: skewX(-40deg);
	-moz-transform: skewX(-40deg);
	-webkit-transform: skewX(-40deg);
	-o-transform: skewX(-40deg);
	-ms-transform: skewX(-40deg)
}

.block-title span:after {
	left: -90px
}

.block-title span:before {
	right: -90px
}

.block-title_l-none {
	text-align: left
}

.block-title_l-none span:after {
	display: none
}

.block-title-description {
	display: flex;
	justify-content: center;
}
.block-title-description a {
	display: inline-flex;
	padding: 10px 20px;
	color: #fff;
	background: #f44336;
	border: 1px solid #000;
	border-radius: 5px;
	font-size: 20px;
	cursor: pointer;
	text-decoration: none;
	transition: all .5s ease
}
.block-title-description a:hover {
	border: 1px solid #af0101;
	background: #af0101;
	box-shadow: 0px 0px 5px #af0101;
}

.block-block__events {
	background: #e8e8e8;
	padding: 20px 0px;
	margin-bottom: 0px;
	box-shadow: 0px 0px 5px 0px #af0101;
	z-index: 10;
	position: relative;
	transition: all .2s ease;
}
.block-block__events:hover {
	box-shadow: 0px 0px 10px 0px #af0101;
}

.block-fz-45 {
	font-size: 45px;
}
.block-fz-75 {
	font-size: 75px;
}
.block-block__events-top {
	background: #e8e8e8;
	height: 15px;
	width: 40vw;
	margin-left: -25px;
	transform: skew(-45deg, 0);
	z-index: -1;
}
.block-block__events-bottom__flex {
	display: flex;
	justify-content: flex-end;
}
.block-block__events-bottom {
	background: #e8e8e8;
	height: 15px;
	width: 40vw;
	margin-right: -25px;
	transform: skew(-45deg, 0);
	z-index: -1;
}

.icon {
	display: inline-block;
	background: url(../images/icons.png) no-repeat
}

.icon-search {
	width: 12px;
	height: 12px
}

.search__btn:hover .icon-search {
	background-position: 0 -14px
}

.icon-menu {
	width: 7px;
	height: 10px;
	background-position: 0 -42px
}

.nav__link_sec:hover .icon-menu {
	background-position: 0 -54px
}

.icon-calendar {
	width: 18px;
	height: 21px;
	background-position: 0 -98px
}

.icon-mark {
	width: 15px;
	height: 21px;
	background-position: 0 -121px
}

.icon-ticket {
	width: 22px;
	height: 15px;
	background-position: 0 -144px
}

.icon-right-arrow {
	width: 7px;
	height: 11px;
	background-position: 0 -161px
}

.top {
	background: #181a1c;
	color: #676255;
	position: relative;
	z-index: 105
}

.main-nav-wr {
	position: relative;
	top: -1px;
	width: 40%
}
.main-nav-wr2 {
	width: 65%;
}

.main-nav__link {
	text-decoration: none;
	color: #676255;
	font-size: 14px;
	padding: 16px 10px 15px;
	display: block
}

.main-nav__link:hover,
.main-nav__link.active {
	color: #e5dfda;
	background: #4d5358
}

.main-nav__item_old .main-nav__link {
	text-shadow: 0px 0px 5px #000;
	text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
	background: #f44336;
	color: #fff;
}
.main-nav__item_old .main-nav__link:hover {
	background: #af0101;
}

.search {
	width: 30%;
	right: -13px;
	position: relative;
    margin-right: 15px;
    height: 45px;
    background: #fff;
    margin-right: 15px;
}

.cities__selected:after,
.search:after {
	content: '';
	position: absolute;
	width: calc(100% - 45px);
	height: 2px;
	left: 0;
	bottom: 0;
	background: url(../images/border-bottom.png) repeat-x
}

.search__field {
	padding-left: 10px;
	width: calc(100% - 45px);
	height: 45px;
	background: none;
	font-size: 20px;
	font-weight: 500;
	color: #676255
}

.search__field:focus,
.search__field:hover {
	color: #f44336
}

.search__field:focus::-webkit-input-placeholder {
	color: #e31e23
}

.search__field:focus::-moz-placeholder {
	color: #e31e23
}

.search__field:focus:-moz-placeholder {
	color: #e31e23
}

.search__field:focus:-ms-input-placeholder {
	color: #e31e23
}

.search__field:hover::-webkit-input-placeholder {
	color: #e31e23
}

.search__field:hover::-moz-placeholder {
	color: #e31e23
}

.search__field:hover:-moz-placeholder {
	color: #e31e23
}

.search__field:hover:-ms-input-placeholder {
	color: #e31e23
}

.search__field::-webkit-input-placeholder {
	color: #676255
}

.search__field::-moz-placeholder {
	color: #676255
}

.search__field:-moz-placeholder {
	color: #676255
}

.search__field:-ms-input-placeholder {
	color: #676255
}

.search__btn {
	top: 0;
	width: 45px;
	height: 45px;
	font-size: 19px;
	color: #fff;
	background: #af0101;
	position: absolute;
	right: 0;
	bottom: 2px;
}
.search__btn:hover {
	background: #f44336;
}
#search_advice_wrapper_block {
	display: none;
}
#search_advice_wrapper {
	display: none;
	width: 100%;
	position: relative;
	z-index: 999;
	top: 0px;
	left: 0px;
	background: #181a1c;
	-webkit-box-shadow: 0 0px 5px 0 #fff;
	-moz-box-shadow: 0 0px 5px 0 #fff;
	box-shadow: 0 0px 5px 0 #fff;
	padding: 10px 5px 5px 5px;
}
#search_advice_not_found {
	display: none;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
	color: #fff;
}
#search_advice_wrapper_results {
	font-size: 15px;
	color: #fff;
	text-align: center;
	display: block;
	padding: 10px 0px;
	background: #f44336;
	cursor: pointer;
}
#search_advice_wrapper_results:hover {
	background: #af0101;
	-webkit-box-shadow: 0 0px 5px 0 #fff;
	-moz-box-shadow: 0 0px 5px 0 #fff;
	box-shadow: 0 0px 5px 0 #fff;
}

.advice_variant_block {
	border-bottom: 2px solid #f44336;
	margin-bottom: 10px;
}
.advice_variant_inline_d, .advice_variant_inline_h, .advice_variant_inline_p {
	display: inline-block;
}
.advice_variant_block:last-child {
	border-bottom: none;
	margin-bottom: 15px;
}
.advice_variant {
	display: flex;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}
.advice_variant:hover, .advice_variant_active.advice_variant {
	background: rgb(175, 1, 1);
}
.advice_variant_img {
	margin-left: 7px;
	display: flex;
}
.advice_variant_img img {
	width: 44px;
	height: 68px;
}
.advice_variant_content {
	color: #fff;
	display: block;
	width: 100%;
	font-size: 13px;
	margin-left: 7px;
	margin-right: 7px;
}
.advice_variant_title_flex {
	height: 28px;
	display: flex;
	width: 100%;
	align-items: center;
}
.advice_variant_title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: left;
	font-size: 15px;
}
.advice_variant_footer {
	margin-top: 4px;
	border-top: 1px dotted #f44336;
	padding-top: 6px;
}
.advice_variant:hover .advice_variant_footer, .advice_variant_active.advice_variant .advice_variant_footer {
	border-top: 1px dotted #000;
}

.advice_variant_item {
	display: inline-block;
	font-weight: bold;
}
.advice_variant_item_r {
	display: inline-block;
	float: right;
	font-weight: bold;
}
.advice_variant_item span, .advice_variant_item_r span {
	font-weight: normal;
}
.advice_variant_second {
	margin-top: 5px;
	margin-right: 7px;
}
@media all and (max-width:430px) {
	.advice_variant_item span, .advice_variant_item_r span {
		display: none;
	}
}
@media all and (max-width:400px) {
	.advice_variant_item_r {
		display: none;
	}
}



/*.search__btn {
	cursor: pointer;
	position: absolute;
	height: 20px;
	right: 0;
	bottom: 2px;
	width: 18px;
	background: none
}*/

@-webkit-keyframes header_anim {
	0% {
		-webkit-box-shadow: 0 2px 2px 0 #f44336;
		-moz-box-shadow: 0 2px 2px 0 #f44336;
		box-shadow: 0 2px 2px 0 #f44336
	}
	20% {
		-webkit-box-shadow: 0 5px 5px 0 rgba(227, 30, 35, 1);
		-moz-box-shadow: 0 5px 5px 0 rgba(227, 30, 35, 1);
		box-shadow: 0 5px 5px 0 rgba(227, 30, 35, 1)
	}
	40% {
		-webkit-box-shadow: 0 2px 2px 0 #f44336;
		-moz-box-shadow: 0 2px 2px 0 #f44336;
		box-shadow: 0 2px 2px 0 #f44336
	}
}

@-moz-keyframes header_anim {
	0% {
		-webkit-box-shadow: 0 2px 2px 0 #f44336;
		-moz-box-shadow: 0 2px 2px 0 #f44336;
		box-shadow: 0 2px 2px 0 #f44336
	}
	20% {
		-webkit-box-shadow: 0 5px 5px 0 rgba(227, 30, 35, 1);
		-moz-box-shadow: 0 5px 5px 0 rgba(227, 30, 35, 1);
		box-shadow: 0 5px 5px 0 rgba(227, 30, 35, 1)
	}
	40% {
		-webkit-box-shadow: 0 2px 2px 0 #f44336;
		-moz-box-shadow: 0 2px 2px 0 #f44336;
		box-shadow: 0 2px 2px 0 #f44336
	}
}

@-o-keyframes header_anim {
	0% {
		-webkit-box-shadow: 0 2px 2px 0 #f44336;
		-moz-box-shadow: 0 2px 2px 0 #f44336;
		box-shadow: 0 2px 2px 0 #f44336
	}
	20% {
		-webkit-box-shadow: 0 5px 5px 0 rgba(227, 30, 35, 1);
		-moz-box-shadow: 0 5px 5px 0 rgba(227, 30, 35, 1);
		box-shadow: 0 5px 5px 0 rgba(227, 30, 35, 1)
	}
	40% {
		-webkit-box-shadow: 0 2px 2px 0 #f44336;
		-moz-box-shadow: 0 2px 2px 0 #f44336;
		box-shadow: 0 2px 2px 0 #f44336
	}
}

@keyframes header_anim {
	0% {
		-webkit-box-shadow: 0 2px 2px 0 #f44336;
		-moz-box-shadow: 0 2px 2px 0 #f44336;
		box-shadow: 0 2px 2px 0 #f44336
	}
	20% {
		-webkit-box-shadow: 0 5px 5px 0 rgba(227, 30, 35, 1);
		-moz-box-shadow: 0 5px 5px 0 rgba(227, 30, 35, 1);
		box-shadow: 0 5px 5px 0 rgba(227, 30, 35, 1)
	}
	40% {
		-webkit-box-shadow: 0 2px 2px 0 #f44336;
		-moz-box-shadow: 0 2px 2px 0 #f44336;
		box-shadow: 0 2px 2px 0 #f44336
	}
}

.header {
	background: #1c2126;
	position: relative;
	z-index: 16;
	-webkit-box-shadow: 0 2px 2px 0 #f44336;
	-moz-box-shadow: 0 2px 2px 0 #f44336;
	box-shadow: 0 2px 2px 0 #f44336;
	-webkit-animation: header_anim 7s infinite linear;
	-moz-animation: header_anim 7s infinite linear;
	-o-animation: header_anim 7s infinite linear;
	animation: header_anim 7s infinite linear
}

.main-nav-wr {
	white-space: nowrap;
	/*overflow-x: hidden*/
}

.nowrap {
	white-space: nowrap
}

@-webkit-keyframes logo_hover {
	0%,
	45% {
		background: url(../images/logo.png) no-repeat
	}
	50%,
	70% {
		background: url(../images/logo_anim.png) no-repeat
	}
	80% {
		background: url(../images/logo.png) no-repeat
	}
}

@keyframes logo_hover {
	0%,
	45% {
		background: url(../images/logo.png) no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%
	}
	50%,
	70% {
		background: url(../images/logo_anim.png) no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%
	}
	80% {
		background: url(../images/logo.png) no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%
	}
}

.logo {
	text-decoration: none;
	position: relative;
	z-index: 1
}

.logo-hide .logo {
	display: none;
}

.logo__icon {
	display: block;
	background: url(../images/logo.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 200px;
	height: 90px;
	transition: all .2s ease;
	-webkit-animation: logo_hover 15s infinite linear;
	-moz-animation: logo_hover 15s infinite linear;
	-o-animation: logo_hover 15s infinite linear;
	animation: logo_hover 15s infinite linear
}

.logo:hover .logo__icon {
	background: url(../images/logo_hover.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	-webkit-animation: unset;
	-moz-animation: unset;
	-o-animation: unset;
	animation: unset
}

.logo__desc {
	position: absolute;
	top: -4px;
	right: 0;
	font-size: 12px;
	font-weight: 300;
	color: #feffff;
	font-family: 'MuseoSansCyrl', sans-serif
}

.main-nav {
	overflow-x: hidden
}

.nav-wr {
	position: relative;
	left: -19px
}

.nav__item {
	display: inline-block;
	vertical-align: top;
	position: relative
}

.nav__item.isHot:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: #e31e23;
	transform: skewX(-22deg);
	-moz-transform: skewX(-22deg);
	-webkit-transform: skewX(-22deg);
	-o-transform: skewX(-22deg);
	-ms-transform: skewX(-22deg);
	box-sizing: border-box;
	border-bottom: 3px solid #e31e23;
	border-top: 3px solid #e31e23
}
.nav__item:hover:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: #494d51;
	transform: skewX(-22deg);
	-moz-transform: skewX(-22deg);
	-webkit-transform: skewX(-22deg);
	-o-transform: skewX(-22deg);
	-ms-transform: skewX(-22deg);
	box-sizing: border-box;
	border-bottom: 3px solid #e31e23;
	border-top: 3px solid #e31e23
}

.nav__link {
	padding: 0 22px;
	height: 94px;
	line-height: 94px;
	display: block;
	font-size: 15px;
	color: #fff;
	position: relative;
	z-index: 2;
	text-decoration: none
}

.nav__link_coming {
    position: absolute;
    top: 25px;
    right: 0px;
    font-size: 13px;
    line-height: 13px;
    background: #f44336;
    color: #fff;
    padding: 0px 5px 2px;
    border-radius: 50px;
}
.nav-menu .nav__link_coming {
    top: 20px;
    right: 10px;	
}

.nav__link_login {
    font-size: 20px;
}
.nav__link_login span {
	line-height: 0;
}
.nav__link_login div {
	display: block;
	line-height: 20px;
	font-size: 15px;
	/* position: absolute; */
	text-align: center;
	width: 100%;
	padding-left: 20px;
	color: #f44336;
}
.nav__link_login div span {
	margin: 0;
	color: #fff;
}

.nav__link:hover {
	color: #e9e5e1
}

.nav__link_sec>* {
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle
}

.nav__link_sec span {
	margin-left: 6px
}

.date__btn {
	position: relative;
	cursor: pointer
}

.date__btn,
.date__btn>* {
	display: inline-block;
	vertical-align: middle
}

.date__btn span,
.date__btn i {
	font-size: 15px;
	color: #f44336
}

.date__btn span {
	text-align: center;
	width: 100px
}

.nav-menu .date__btn span {
	text-align: center;
	width: 100%;
	display: unset
}

.nav-menu .date__btn i {
	margin-right: 10px
}

.date:hover .date__btn span,
.date:hover .date__btn i {
	color: #e9e5e1
}

.date__btn .icon {
	margin-left: 5px;
	margin-top: -1px
}

.date__btn:hover span {
	color: #fff
}

.header-contacts {
	position: relative;
	top: -1px;
	text-align: right
}

.header-contacts__phone {
	display: block;
	color: #f44336;
	font-size: 14px;
	margin-bottom: 7px
}

.header-contacts__phone em {
	font-size: 18px
}

.header-contacts__phone:hover {
	color: #e31e23
}

.header-contacts__mail {
	font-size: 14px;
	color: #fff
}

.header-contacts__mail:hover {
	color: #f44336
}

.center_cbx .toggle {
	position: relative;
	display: block;
	width: 40px;
	height: 20px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transform: translate3d(0, 0, 0)
}

.center_cbx .toggle:before {
	content: "";
	position: relative;
	top: 3px;
	left: 3px;
	width: 34px;
	height: 14px;
	display: block;
	background: #9A9999;
	border-radius: 8px;
	transition: background .2s ease
}

.center_cbx .toggle span {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	display: block;
	background: white;
	border-radius: 10px;
	box-shadow: 0 3px 8px rgba(154, 153, 153, .5);
	transition: all .2s ease
}

.center_cbx .toggle span:hover {
	background: #f44336
}

.center_cbx .toggle span:before {
	content: "";
	position: absolute;
	display: block;
	margin: -18px;
	width: 56px;
	height: 56px;
	background: #000;
	border-radius: 50%;
	transform: scale(0);
	opacity: 1;
	pointer-events: none
}

@media all and (max-width:991px) {
	.center_cbx {
		display: inline-block
	}
	.main-nav-wr .center_cbx {
		display: none
	}
	.center_cbx .toggle {
		margin-right: 50px;
		margin-left: auto
	}
	.count-wr {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

@media all and (min-width:1024px) {
	.center_cbx {
		display: inline-block
	}
	.main-nav-wr .center_cbx {
		display: none
	}
}

.main-slider {
	margin-bottom: 60px;
	position: relative
}
.main-slider-mb {
	margin-bottom: 0px;
}
.main-slide {
	position: relative;
	overflow: hidden;
	min-height: inherit
}

.main-slide:hover {
	cursor: pointer
}

.main-slide-img {
	width: 100%
}

.main-slide .content {
	padding-top: 5%;
	padding-bottom: 152px;
	min-height: inherit;
	box-sizing: border-box;
	min-width: 1220px;
	z-index: 2;
	height: 100%;
	position: absolute;
	top: 0
}

.main-slide .content:after {
	content: '';
	width: 1000px;
	height: 100%;
	background: #1c2126;
	opacity: .85;
	top: 0;
	position: absolute;
	transform: skewX(-24deg);
	-webkit-box-shadow: 0px -45px 15px -20px #ffffff inset;
	-moz-box-shadow: 0px -45px 15px -20px #ffffff inset;
	box-shadow: 0px -45px 15px -20px #ffffff inset;
}

.main-slide .content>* {
	position: relative;
	z-index: 3
}

.m-s-params+div {
	margin-top: 20px
}

.main-slider__prev:hover,
.main-slider__next:hover {
	background: #f44336;
	-webkit-box-shadow: 0 0 5px 0 #f44336;
	-moz-box-shadow: 0 0 5px 0 #f44336;
	box-shadow: 0 0 5px 0 #f44336
}

.main-slider__prev,
.main-slider__next {
	position: absolute;
	z-index: 4;
	top: calc(50% - 26px);
	width: 83px;
	height: 52px;
	cursor: pointer;
	background: #181a1c;
	transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg)
}

.main-slider__prev {
	left: -20px
}

.main-slider__next {
	right: -20px
}

.slide-icon-prev,
.slide-icon-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/slider-arrows.png) no-repeat;
	width: 10px;
	height: 18px;
	transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	-ms-transform: skewX(20deg)
}

.slide-icon-prev {
	right: 31px
}

.slide-icon-next {
	left: 31px;
	background-position: 0 -20px
}

.main-slider__prev:hover .slide-icon-prev {
	background-position: -12px 0
}

.main-slider__next:hover .slide-icon-next {
	background-position: -12px -20px
}

.main-slider-minibar {
	position: absolute;
	z-index: 4;
	/*bottom: -75px;*/
	bottom: -160px;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	height: 200px;
	align-items: center;
}
@media (max-width:899px) {
	.main-slider-control {
		bottom: -125px;
	}
}
@media (min-width:992px) {
	#pdopage {
		margin-top: 175px !important;
	}
}


.main-slider-control {
	/*position: absolute;*/
	z-index: 4;
	width: 1334px;
	left: 0; right: 0;
	display: block;
	position: initial;
}

.main-slider-control.slick-noscroll .slick-track {
	transform: translate3d(0px, 0px, 0px) !important;
}


.main-slider-minibar .slick-initialized {
	 /*width: auto;*/
}
.main-slider-control.slick-initialized .slick-list.draggable {
/*	width: auto;
	display: inline-block;*/
}


.main-slider-item {
	width: 240px;
}
@media (max-width:1333px) {
	.main-slider-control {
		width: 100%;
	}
}

.main-slider-control .col-md-2 {
	padding-left: 8px;
	padding-right: 8px
}

.main-slider-control__link {
    position: relative;
	cursor: pointer;
	border-radius: 5px;
	overflow: hidden;
	font-size: 0;
	display: block;
	box-shadow: 0 0 5px 2px #000;
	-moz-box-shadow: 0 0 5px 2px #000;
	-webkit-box-shadow: 0 0 5px 2px #000;
	-o-box-shadow: 0 0 5px 2px #000
}

.main-slider-control__link:hover {
	box-shadow: 0 0 5px 2px #af0101;
	-moz-box-shadow: 0 0 5px 2px #af0101;
	-webkit-box-shadow: 0 0 5px 2px #af0101;
	-o-box-shadow: 0 0 5px 2px #af0101
}

.main-slider-control__link img {
	width: 100%;
	opacity: .4
}

.main-slider-control__link_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
}

.slick-current .main-slider-control__link.active {
	box-shadow: 0 0 5px 2px #e31e23;
	-moz-box-shadow: 0 0 5px 2px #e31e23;
	-webkit-box-shadow: 0 0 5px 2px #e31e23;
	-o-box-shadow: 0 0 5px 2px #e31e23
}

.main-slider-control__link.active img,
.main-slider-control__link:hover img {
	opacity: 1
}

.main-slider-control .slick-slide {
		padding: 8px;
		outline: none;
}

.event-params,
.m-s-params {
	margin-top: 60px
}

.event-param>*,
.m-s-param>* {
	display: inline-block;
	vertical-align: middle
}

.event-param__icon-wr,
.m-s-param__icon {
	width: 30px;
	position: relative;
	color: #fff;
	font-size: 24px;
	text-align: center
}

.m-s-param-href:hover .m-s-param__icon,
.m-s-param-href:hover .m-s-param__desc {
	color: #f44336;
	text-shadow: 0 0 5px #000
}

.event-param__desc,
.m-s-param__desc {
	font-size: 24px;
	color: #fff;
	line-height: 1.2;
	margin-left: 12px
}

.m-s-param__desc .m-s-param__price {
    font-size: 18px;   
}

.m-s-param__priceEnd {
	color: #f44336;
	font-weight: bold;
	font-size: 18px !important;
   /* text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;*/
}

.event-param,
.m-s-param {
	margin-bottom: 16px
}

.main-slide__link {
	margin-top: 10px;
	display: block
}

.events-block {
	padding-top: 50px;
	padding-bottom: 60px
}

.events-list {
	margin-top: 44px;
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap
}

.events-list .col-lg-3 {
	padding-left: 10px;
	padding-right: 10px
}

.event-item {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	background: linear-gradient(to top, #8d8c8d, #000);
	padding: 0 20px 30px 16px;
	box-shadow: 0 10px 20px rgba(89, 103, 116, .2);
	-moz-box-shadow: 0 10px 20px rgba(89, 103, 116, .2);
	-webkit-box-shadow: 0 10px 20px rgba(89, 103, 116, .2);
	-o-box-shadow: 0 10px 20px rgba(89, 103, 116, .2);
	height: 100%;
	display: flex;
	flex-direction: column;
	box-sizing: border-box
}

.event-item:hover {
	box-shadow: 0 20px 35px rgba(89, 103, 116, .45);
	-moz-box-shadow: 0 20px 35px rgba(89, 103, 116, .45);
	-webkit-box-shadow: 0 20px 35px rgba(89, 103, 116, .45);
	-o-box-shadow: 0 20px 35px rgba(89, 103, 116, .45)
}

.event-item>* {
	position: relative;
	z-index: 3
}

.event-item:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: .35;
	z-index: 2
}

.events-block__add {
	display: block;
	margin: 20px auto 0;
	background: #fff;
	font-size: 25px;
	line-height: 25px
}

.events-block__add::before {
	content: '';
	background: #f44336;
	height: 10px;
	width: 100px;
	margin-top: 10px;
	margin-left: -150px;
	position: absolute;
	transform: skewX(-22deg);
	-moz-transform: skewX(-22deg);
	-webkit-transform: skewX(-22deg);
	-o-transform: skewX(-22deg);
	-ms-transform: skewX(-22deg)
}

.events-block__add::after {
	content: '';
	background: #f44336;
	height: 10px;
	width: 100px;
	margin-top: 10px;
	margin-left: 50px;
	position: absolute;
	transform: skewX(-22deg);
	-moz-transform: skewX(-22deg);
	-webkit-transform: skewX(-22deg);
	-o-transform: skewX(-22deg);
	-ms-transform: skewX(-22deg)
}

.events-block__add:hover::before,
.events-block__add:hover::after {
	background: #af0101
}
.breadcrumb-block {
    padding: 0;
    color: #1c2126;
}
.breadcrumb-block.content {
    padding: 0;
}
.breadcrumb-block.breadcrumb-event {
    margin-top: 30px;
}
.breadcrumb {
    /*background-color: unset;*/
}
.breadcrumb .breadcrumb-item a {
    color: #000;
    font-weight: bold;
}
.breadcrumb .breadcrumb-item a:hover {
    color: #af0101;
}
.breadcrumb {
	line-height: 25px;
}
.count-wr {
    margin-top: 20px;
    color: #fff;
}
.count-wr__title {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
}
.count > * {
    display: inline-block;
    vertical-align: top;
}
.count {
    margin-top: 5px;
}
.count-item__numb {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 14px;
    background: #ffffff;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: #1c2126;
}
.count__colon {
    line-height: 45px;
    margin: 0 9px;
    font-size: 20px;
}
.count-item__desc {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #f44336;
    margin-top: 5px;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}


.main-slide-page {
    /*height: 600px;*/
    cursor: default;
	margin-bottom: -100px;
}
.main-slide-page img {
    /*position: absolute;*/
    z-index: -1;
}
.main-slide-back {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px -45px 15px -20px #ffffff inset;
    z-index: 5;
}
.main-slide .main-slide-page .content:after {
    width: 1100px;
    opacity: 0.95;
}
.main-slide .main-slide-page .content {
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: auto;
}
.main-slide .main-slide-page .content a,
.main-slide .main-slide-page .content .page-title-params {
    z-index: 25;
}
.main-slide-page .main-slide__title.page-title {
    margin-right: 50px;
}
.main-slide-page .m-s-params {
    margin-top: 60px;
    margin-left: 120px;
}
.main-slide-page .m-s-param {
    margin-bottom: 5px;
}
.main-slide .main-slide-page .content .page-title-params {
    left: 38%;
}

.app__mailing {

}





.app_mailing {
	background: url(../images/subscribes/mailing-bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
	margin-bottom: 60px;
	transition: all .2s
}
.app_mailing:hover {
	-webkit-box-shadow: 0 0 10px 5px #af0101;
	-moz-box-shadow: 0 0 10px 5px #af0101;
	box-shadow: 0 0 10px 5px #af0101
}
.app_mailing .content {
	position: relative;
	padding-top: 51px;
	padding-bottom: 48px
}

.app_mailing .content:before {
	content: '';
	width: 120%;
	height: 100%;
	top: 0;
	left: -70%;
	background: #1c2126;
	opacity: .85;
	position: absolute;
	transform: skewX(-24deg);
	transition: all .2s
}

.app_mailing:hover .content:before {
	left: -10%
}

.app_mailing .content>* {
	position: relative;
	z-index: 1
}






.promo {
	background: url(../images/subscribes/promo-bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
	transition: all .2s
}

.promo:hover {
	-webkit-box-shadow: 0 0 10px 5px #af0101;
	-moz-box-shadow: 0 0 10px 5px #af0101;
	box-shadow: 0 0 10px 5px #af0101
}

.promo:hover .page-title_sm:after {
	left: -1300px
}

.promo .content {
	position: relative;
	padding-top: 51px;
	padding-bottom: 48px
}
.promo.promo--mailing .content {
	padding-top: 40px;
	padding-bottom: 59px;
}
.promo.promo--mailing-small .content {
	padding-top: 40px;
	padding-bottom: 40px;
}

.promo--mailing {
	background: url(../images/subscribes/mailing-bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	margin-bottom: 60px;
}

.promo .content:before {
	content: '';
	width: 120%;
	height: 100%;
	top: 0;
	left: -70%;
	background: #1c2126;
	opacity: .85;
	position: absolute;
	transform: skewX(-24deg);
	transition: all .2s
}

.promo:hover .content:before {
	left: -10%
}

.promo .content>* {
	position: relative;
	z-index: 1
}

.promo__title {
	line-height: 1.1;
	max-width: 80%;
	color: #fff;
	position: relative
}
.promo__title-desc {
	position: absolute;
	font-size: 20px;
	font-family: 'MuseoCyrl', sans-serif;
	font-weight: 500;
	text-transform: none;
	width: 175%;
	text-align: left;
}
.promo__title_small {
	margin-top: -15px;
}

.promo__btn {
	position: relative;
	max-width: 245px
}

.promo_social_div {
	border-spacing: 10px 0
}
.promo--mailing .promo_social_div {
	margin-top: -25px;
}

.promo_button {
	background: #000;
	color: #fff;
	font-size: 30px;
	line-height: 25px;
	border-radius: 10px;
	text-align: center;
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-webkit-box-shadow: 0 0 5px 2px #fff;
	-moz-box-shadow: 0 0 5px 2px #fff;
	box-shadow: 0 0 5px 2px #fff;
	cursor: pointer;
	transition: all .2s;
}
.promo_button-text {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 17px;
}
.promo_button-icon {
	border-left: 1px solid #fff;
	width: 60px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.promo_button:hover {
	background: #af0101;
}
.promo_button.active {
	transform: scale(1.2);
}
.promo_button.noactive {
	transform: scale(0.8);
}
.promo_button--second {
	position: absolute;
	bottom: -100%;
	right: 0;
	color: #fff;
	font-size: 22px;
	font-family: 'PFDINTextCompPro', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	padding: 5px 10px;
	border: 2px solid #fff;
	border-radius: 7px;
	white-space: nowrap;
	cursor: pointer;
	transition: all .2s;
}
.promo_button--second:hover {
	background: #af0101;
}
.promo_button--second.active {
	transform: scale(1.2);
}
.promo_button--second.noactive {
	transform: scale(0.8);
}

.promo_social {
	background: #000;
	color: #fff;
	font-size: 30px;
	line-height: 25px;
	border-radius: 10px;
	text-align: center;
	width: 50px;
	height: 50px;
	display: inline-block;
	display: table-cell;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 5px 2px #fff;
	-moz-box-shadow: 0 0 5px 2px #fff;
	box-shadow: 0 0 5px 2px #fff;
	transition: all .2s
}

.promo_social_mini .promo_social {
	border-radius: 0;
	width: 30px;
	height: 30px;
	font-size: 20px;
	line-height: 15px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.promo_social_vk:hover,
.promo_social_vk_hover {
	background: #4e7299;
	-webkit-box-shadow: 0 0 5px 2px #4e7299;
	-moz-box-shadow: 0 0 5px 2px #4e7299;
	box-shadow: 0 0 5px 2px #4e7299
}

.promo_social_odnoklassniki:hover,
.promo_social_odnoklassniki_hover {
	background: #ed812b;
	-webkit-box-shadow: 0 0 5px 2px #ed812b;
	-moz-box-shadow: 0 0 5px 2px #ed812b;
	box-shadow: 0 0 5px 2px #ed812b
}

.promo_social_facebook:hover,
.promo_social_facebook_hover {
	background: #3b5998;
	-webkit-box-shadow: 0 0 5px 2px #3b5998;
	-moz-box-shadow: 0 0 5px 2px #3b5998;
	box-shadow: 0 0 5px 2px #3b5998
}

.promo_social_instagram:hover,
.promo_social_instagram_hover {
	background: #a17357;
	-webkit-box-shadow: 0 0 5px 2px #a17357;
	-moz-box-shadow: 0 0 5px 2px #a17357;
	box-shadow: 0 0 5px 2px #a17357
}

.promo_social_twitter:hover,
.promo_social_twitter_hover {
	background: #00acee;
	-webkit-box-shadow: 0 0 5px 2px #00acee;
	-moz-box-shadow: 0 0 5px 2px #00acee;
	box-shadow: 0 0 5px 2px #00acee
}

.promo_social_telegram:hover,
.promo_social_telegram_hover {
	background: #00acee;
	-webkit-box-shadow: 0 0 5px 2px #00acee;
	-moz-box-shadow: 0 0 5px 2px #00acee;
	box-shadow: 0 0 5px 2px #00acee
}

.promo_social_vk_bg {background: #4e7299;}
.promo_social_odnoklassniki_bg {background: #ed812b;}
.promo_social_facebook_bg {background: #3b5998;}
.promo_social_instagram_bg {background: #a17357;}
.promo_social_twitter_bg {background: #00acee;}
.promo_social_telegram_bg {background: #00acee;}

.promo__btn_big {
	max-width: 376px
}

.categories-list {
	margin-top: 40px
}

.categories-block {
	padding-bottom: 60px;
	padding-top: 60px
}

.categories-item {
	border-radius: 25px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	transition: all .3s
}

.categories-item:hover {
	border-radius: 0;
	box-shadow: 0 0 20px #af0101;
	-moz-box-shadow: 0 0 20px #af0101;
	-webkit-box-shadow: 0 0 20px #af0101;
	-o-box-shadow: 0 0 20px #af0101
}

.categories-item__img img {
	width: 100%;
	transition: all .3s
}

.categories-item:hover .categories-item__img img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.categories-item__text {
	position: absolute;
	top: 0;
	display: flex;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	font-size: 30px
}

.categories-item:hover .categories-item__text {
	background: rgba(0, 0, 0, .8)
}

.categories-item__text div {
	padding: 10px 20px;
	text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000
}

.btn--categories_show {
	display: none
}

.categories-mobile {
	display: block
}
.categories_hidden {
	display: none;
}
@media (max-width:768px) {
	.categories-item {
		height: 100px;
		border-radius: 0
	}
	.categories-item__img img {
		position: absolute;
		top: -20vw
	}
	.btn--categories_show {
		display: block
	}
	.categories-mobile {
		display: none
	}
}

.about-block {
	background: #1c2126;
	position: relative
}

.about-content {
	padding-top: 40px;
	padding-bottom: 40px
}

.about-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 500;
	color: #fff;
	font-family: 'PFDINTextCompPro', sans-serif
}

.a-b-left,
.a-b-right {
	padding-top: 79px;
	padding-bottom: 50px;
	max-width: 450px;
	margin-left: auto;
	color: #fff;
	position: relative;
	z-index: 8
}

.a-b-left {
	margin-right: auto;
	margin-left: 0;
	max-width: 590px;
	padding-left: 20px
}

.a-b-left .block-title {
	color: #cecece
}

.a-b-left {
	padding-top: 56px
}

.about-block__btn,
.about__btn {
	width: 135px;
	height: 135px;
	background: rgba(190, 161, 114, .5);
	border-radius: 50%;
	right: -136px;
	cursor: pointer;
	top: -58px
}

.about__btn:hover:after,
.about-block__btn:hover:after {
	background: #cdaf7d
}

.about__btn:after,
.about-block__btn:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 50%;
	background: #f44336;
	width: 97px;
	height: 97px
}

.partners-container {
	position: relative
}

.partners-content {
	margin: 0 0;
	position: relative
}

.partners-item {
	margin: 10px;
	background: #181a1c;
	height: 235px;
	outline: none;
	-webkit-box-shadow: 0 0 5px 0 #181a1c;
	-moz-box-shadow: 0 0 5px 0 #181a1c;
	box-shadow: 0 0 5px 0 #181a1c;
	transition: all .2s
}

.partners-item:hover {
	background: #33383c;
	-webkit-box-shadow: 0 0 10px 0 #f44336;
	-moz-box-shadow: 0 0 10px 0 #f44336;
	box-shadow: 0 0 10px 0 #f44336
}

.partners-item__content {
	color: #fff;
	padding: 10px;
	text-align: center;
	height: 100%;
	position: relative;
	overflow: hidden
}

.partners-item__content_logo {
	text-align: center
}

.partners-item__content_logo img {
	height: 100px;
	display: inline-block
}

.partners-item__content_title {
	text-align: center;
	margin-top: 10px;
	font-size: 25px;
	color: #fff;
	display: inline-block
}

.partners-item:hover .partners-item__content_title {
	text-shadow: 0 0 10px #af0101
}

.partners-item__content_desc {
	text-align: center;
	margin-top: 15px;
	line-height: 20px;
	text-shadow: 0 0 10px #000;
	position: relative;
	height: 65px
}

.partners-item__content_button {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	align-items: center;
	justify-content: center
}

.partners-item:hover .partners-item__content_text {
	display: none
}

.partners-item:hover .partners-item__content_button {
	display: flex
}

.partners-item__content_button a {
	display: inline-flex;
	background: #fff;
	padding: 10px;
	color: #000;
	transition: all .2s;
	border-radius: 50px;
	text-shadow: none
}

.partners-item__content_button a:hover:before,
.partners-item__content_button a:hover:after {
	background: #af0101
}

.partners-item__content_button a:before {
	content: '';
	background: #f44336;
	height: 7px;
	width: 75px;
	margin-top: 5px;
	margin-left: -100px;
	position: absolute;
	transform: skewX(-22deg);
	-moz-transform: skewX(-22deg);
	-webkit-transform: skewX(-22deg);
	-o-transform: skewX(-22deg);
	-ms-transform: skewX(-22deg);
	transition: all .2s
}

.partners-item__content_button a:after {
	content: '';
	background: #f44336;
	height: 7px;
	width: 75px;
	margin-top: 5px;
	margin-left: 155px;
	position: absolute;
	transform: skewX(-22deg);
	-moz-transform: skewX(-22deg);
	-webkit-transform: skewX(-22deg);
	-o-transform: skewX(-22deg);
	-ms-transform: skewX(-22deg);
	transition: all .2s
}

.partners-item__content_button a:hover {
	background: #f44336;
	color: #fff;
	-webkit-box-shadow: 0 0 5px 0 #f44336;
	-moz-box-shadow: 0 0 5px 0 #f44336;
	box-shadow: 0 0 5px 0 #f44336
}

.partners-arrow__left,
.partners-arrow__right {
	position: absolute;
	z-index: 1;
	top: calc(50% - 30px);
	cursor: pointer;
	color: #fff
}

.partners-arrow__left i,
.partners-arrow__right i {
	width: 46px;
	height: 46px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	color: #fff
}

.partners-arrow__left:hover i,
.partners-arrow__right:hover i {
	color: #f44336
}

.partners-arrow__left {
	left: -45px
}

.partners-arrow__right {
	right: -45px
}

@media all and (max-width:1250px) {
	.partners-arrow__left i,
	.partners-arrow__right i {
		width: 20px
	}
	.partners-arrow__left {
		left: -20px
	}
	.partners-arrow__right {
		right: -20px
	}
}

.map-wrap {
	padding-top: 70px
}

#map {
	height: 555px;
	background: #212930;
	margin-top: 42px
}

.text-block {
	color: #1c2126;
	padding-bottom: 53px;
	padding-top: 52px
}

.text-block-content {
	color: #1c2126;
	margin-top: 50px;
	padding-bottom: 100px;
	/*padding-top: 50px*/
}
.text-block-content-justify {
	text-align: justify;
}
.text-block-content-justify p {
	text-indent: 30px;
}
.text-block-content-justify i {
	text-indent: initial;
}
.text-block-static-error {
	font-size: 30px;
	line-height: 40px;
}

.text-block-font {
	font-size: 20px;
	line-height: 30px;
	background: #fff;
	border: 2px solid #e9ecef;
	padding: 15px;
}

.text-block-font-desc {
	padding: 20px 30px;
}
.text-block-font-desc p {
	margin-bottom: 1em;
}

.text-block-font-hover:hover {
	-webkit-box-shadow: 0 0 5px 0px #000;
	-moz-box-shadow: 0 0 5px 0px #000;
	box-shadow: 0 0 5px 0px #000
}
@media all and (max-width:991px) {
	.text-block-font {
		font-size: 15px;
		line-height: 23px;
	}
}

.form-bug-list {
	text-align: left;
	margin-top: 7px;
}
.form-bug-list_left {
	display: inline-block;
	width: 125px;
	font-size: 20px;
	line-height: 25px;
	text-align: right;
}
.form-bug-list_right {
	display: inline-block;
	font-size: 18px;
	padding-left: 5px;
}
.form-bug-list_right a {
    color: #000;
    font-weight: bold;
}
.form-bug-list_right a:hover {
    color: #af0101;
}


.text-block__title {
	text-align: left
}

.text-block__desc {
	font-size: 15px;
	color: #000;
	line-height: 1.9;
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: justify;
	text-shadow: 0 0 10px #fff
}

.text-block__desc p {
	text-indent: 25px;
	margin-bottom: 15px
}

.subscribe {
	width: 100%;
	height: 100px;
	position: relative;
	overflow: hidden;
	transition: all .2s
}

.subscribe:hover {
	transform: scale(1.05);
	-webkit-box-shadow: 0 0 10px 5px #af0101;
	-moz-box-shadow: 0 0 10px 5px #af0101;
	box-shadow: 0 0 10px 5px #af0101
}

.subscribe-background {
	background: url(../images/subscribes/adv-bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100px;
	transition: all .2s
}

.subscribe:hover .subscribe-background {
	transform: scale(1.2)
}

.subscribe_col_disabled {
	display: none!important
}

.subscribe_row .subscribe_col {
	color: #fff
}

.subscribe_col_2 {
	justify-content: flex-end
}

.subscribe_col_1 div,
.subscribe_col_2 div {
	align-self: center;
	z-index: 1;
	font-size: 35px;
	cursor: pointer
}

.subscribe_col_1 div div,
.subscribe_col_2 div div {
	font-size: 15px
}

.subscribe_col_1:after {
	content: '';
	width: 400%;
	height: 100%;
	top: 0;
	left: -315%;
	background: #1c2126;
	opacity: .6;
	position: absolute;
	transform: skewX(-24deg);
	transition: all .2s
}

.subscribe_col_2:after {
	content: '';
	width: 400%;
	height: 100%;
	top: 0;
	left: 15%;
	background: #1c2126;
	opacity: .6;
	position: absolute;
	transform: skewX(-24deg);
	transition: all .2s
}

.subscribe_col_1:hover:after,
.subscribe_col_2:hover:after {
	opacity: .95;
	box-shadow: 0 0 5px 5px #1c2126
}

.subscribe_span:hover {
	text-shadow: 0 0 5px #f44336
}

.subscribe_href {
	font-size: 25px!important;
	color: #f44336;
	display: none;
	text-shadow: 0 0 5px #000000!important
}

.subscribe_col_active {
	cursor: pointer
}

.subscribe_col_active .subscribe_href {
	display: block
}

.subscribe_col_1.subscribe_col_active:after {
	left: -100%
}

.subscribe_col_2.subscribe_col_active:after {
	left: -200%
}

.subscribe_col_1.subscribe_col_active,
.subscribe_col_2.subscribe_col_active,
.subscribe_col_1.subscribe_col_active div,
.subscribe_col_2.subscribe_col_active div {
	text-align: center;
	justify-content: center;
	text-shadow: 0 0 5px #f44336
}

@media (max-width:992px) {
	.subscribe_container {
		width: 100%!important;
		max-width: 100%!important
	}
	.subscribe_col_1:not(.subscribe_col_active) div div,
	.subscribe_col_2:not(.subscribe_col_active) div div {
		display: none
	}
	.subscribe_col_1 div,
	.subscribe_col_2 div {
		font-size: 30px
	}
}

@media (max-width:576px) {
	.subscribe_col_1 div,
	.subscribe_col_2 div {
		font-size: 20px
	}
	.subscribe_col_1:not(.subscribe_col_active) {
		padding-right: 3rem!important
	}
	.subscribe_col_2:not(.subscribe_col_active) {
		padding-left: 3rem!important
	}
}

.footer {
	background: #1c2126;
	padding: 50px 0
}

.footer .logo {
	display: inline-block
}

.footer .content>* {
	vertical-align: top
}

.social {
	border-spacing: 10px;
	display: table
}

.field-wrap .social {
	width: 100%
}

.field-wrap .social__link_fb:hover {
	background-position: 0 0
}

.field-wrap .social__link_inst:hover {
	background-position: 0 -74px
}

.field-wrap .social__link_email:hover {
	background-position: 0 -74px;
	background-position: -23px -116px
}

.field-wrap .social__link_telegram:hover {
	background-position: -18px 0
}

.field-wrap .social__link_whatsapp:hover {
	background-position: -17px -38px
}

.field-wrap .social__link_viber:hover {
	background-position: -17px -77px
}

.field-wrap .social__link_ok:hover {
	background-position: 0 -110px
}

.field-wrap .social__link_vk:hover {
	background-position: 0 -150px
}

.social__link {
	background: url(../images/socials.png) no-repeat
}

.social__link_fb {
	width: 11px;
	height: 17px
}

.social__link_email {
	width: 20px;
	height: 20px;
	background-position: -23px -116px
}

.social__link_telegram {
	width: 20px;
	height: 19px;
	background-position: -18px 0
}

.social__link_whatsapp {
	width: 20px;
	height: 20px;
	background-position: -17px -38px
}

.social__link_viber {
	width: 20px;
	height: 19px;
	background-position: -17px -77px
}

.social__link_fb:hover {
	background-position: 0 -19px
}

.social__link_inst {
	width: 16px;
	height: 16px;
	background-position: 0 -74px
}

.social__link_inst:hover {
	background-position: 0 -92px
}

.social__link_ok {
	width: 10px;
	height: 18px;
	background-position: 0 -110px
}

.social__link_ok:hover {
	background-position: 0 -130px
}

.social__link_vk {
	width: 21px;
	height: 13px;
	background-position: 0 -150px
}

.social__link_vk:hover {
	background-position: 0 -165px
}

.address {
	font-size: 14px;
	color: #f44336;
	line-height: 1.3;
	text-shadow: 0 0 5px #000;
	margin-top: 0px!important
}

.address .yuraddr {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px
}

.bottom {
	background: #181a1c;
	padding-top: 27px;
	padding-bottom: 30px;
	z-index: 102
}

.payments {
	text-align: right;
}
.payments img {
	height: 31px !important
}

.paykeeper_img {
	margin-left: 15px;
}


.bottom .main-nav-wr {
	top: 1px
}

.bottom .main-nav__link {
	color: #6a6a6a
}

.bottom .main-nav__link:hover {
	color: #e5dfda
}

.question-form__field:-moz-placeholder {
	color: #fff
}

.question-form__field:-ms-input-placeholder {
	color: #fff
}

.step {
	text-align: center
}

.category-links {
	margin: 37px auto 0;
	max-width: 710px;
	position: relative;
	pointer-events: auto;
	font-size: 0
}

.category-links .fix-btn {
	max-width: 220px
}

.category__link {
	color: #fff;
	border-radius: 25px;
	font-size: 18px;
	line-height: 49px;
	height: 51px;
	max-width: 240px;
	transition: all .2s
}

.category__link .icon {
	margin-right: 7px
}

.page .page-title {
	margin-top: 35px;
	margin-bottom: 52px;
	color: #1c2126;
	margin-left: 17px
}

.page .page-title:after {
	left: -827px
}

.about {
	background: url(../images/bg/about-page-bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative
}

.about iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.about .content {
	z-index: 1;
	position: relative
}

.about-video {
	position: absolute;
	width: 452px;
	right: 20px;
	top: 0;
	height: 100%
}

.about__btn {
	right: 0;
	top: -46px
}

.team {
	padding-top: 53px
}

.team-slider-control {
	margin-top: 45px;
	text-align: center;
	padding-left: 6px
}

.team-slider-prev a,
.team-slider-next a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3
}

.team-slider-prev,
.team-slider-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 42px;
	width: 49px;
	background: #e5e5e5;
	transform: skewX(-24deg);
	-moz-transform: skewX(-24deg);
	-webkit-transform: skewX(-24deg);
	-o-transform: skewX(-24deg);
	-ms-transform: skewX(-24deg);
	cursor: pointer
}

.team-slider-prev:hover,
.team-slider-next:hover {
	background: #f44336
}

.team-slider-prev {
	left: -69px
}

.team-slider-next {
	right: -89px
}

.gallery-photo {
	float: left;
	font-size: 0;
	position: relative;
	width: 20%
}

.gallery-photo a {
	display: block
}

.gallery-photo img {
	width: 100%
}

.nav-menu .date,
.nav-menu .header-contacts {
	display: none
}

.nav-menu {
	display: none;
	width: auto
}

.nav-menu.open {
	-webkit-box-shadow: 5px 0 5px 0 #1c2126;
	-moz-box-shadow: 5px 0 5px 0 #1c2126;
	box-shadow: 5px 0 5px 0 #1c2126
}

.nav-menu-scroll {
	height: calc(100% - 102px)
}

.nav-menu .nav__btn {
	position: absolute;
	right: -96px;
	top: 2px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: #1c2126;
	padding: 28px;
	box-sizing: unset
}

.event {
	background: url('') no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover
}

.event {
	position: relative;
	overflow: visible
}

.page-links {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	font-size: 0;
	background: #f44336;
	max-width: 1180px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 8px;
	z-index: 99;
	-webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, .75);
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, .75)
}
.page-link {
    display: inline-block;
    vertical-align: top;
    line-height: 89px;
    height: 89px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    width: 25%;
    position: relative;
    cursor: pointer;
}
.page-links-list > * {
    vertical-align: middle;
}
.page-link.page-link--fix > *:before {content:'';position: absolute;width: 100%;height: 100%;/* background: rebeccapurple; */}
.page-link.page-link--fix:hover > *{background:transparent !important;}
.page-link > * {
    position: relative;
    z-index: 1;
}
.page-links-list .black-btn {
    position:  relative;
    z-index:  1;
    background: #ab8c5a;
    color: #ffffff;
    border-color: #ffffff;
    pointer-events:  auto;
}
.page-links-list .black-btn:hover {
    background: #f44336;
    border-color: #ffffff;
}
.page-link:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    background: #950101;
    transform: skewX(-27deg);
    -moz-transform: skewX(-27deg);
    -webkit-transform: skewX(-27deg);
    -o-transform: skewX(-27deg);
    -ms-transform: skewX(-27deg);
}
.page-link-active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    background: #af0101;
    transform: skewX(-27deg);
    -moz-transform: skewX(-27deg);
    -webkit-transform: skewX(-27deg);
    -o-transform: skewX(-27deg);
    -ms-transform: skewX(-27deg);
}
.page-link:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 100%;
    top: 0;
    background: #000;
    transform: skewX(-27deg);
    -moz-transform: skewX(-27deg);
    -webkit-transform: skewX(-27deg);
    -o-transform: skewX(-27deg);
    -ms-transform: skewX(-27deg);
}
.page-link:last-child:before {display:none}
.page-links-list--nav .page-link:last-child:before {display:block;}
.page-link:first-child:after {
    width: 110%;
    left: -10%;
}
.page-link.page-link--fix:last-child:after {
    width: 110%;
    right: -10%;
}
.page-link-btn {
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
}
.page-link__icon-wr, .page-link__desc {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
}
.page-link__icon-wr {
    width: 22px;
    margin-right: 12px;
}
.page-links-list--nav {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
}

.page-links-list--nav .page-link {
    width:33.333333%;
}
.count>* {
	display: inline-block;
	vertical-align: top
}

.count {
	margin-top: 5px
}

.count-item__numb {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 14px;
	background: #fff;
	text-align: center;
	line-height: 45px;
	font-size: 20px;
	color: #1c2126
}

.event__reserv>* {
	display: inline-block;
	vertical-align: middle
}

.event__reserv>span {
	vertical-align: top
}

.event__reserv,
.event__order {
	vertical-align: top;
	font-size: 18px
}

.event__reserv {
	background: none;
	color: #fff;
	margin-right: 18px;
	max-width: 206px;
    width: 190px !important;
	border-radius: 24px
}

.event__reserv .icon-right-arrow {
	margin-left: 8px
}

.red-white-btn-background {
	background: #f44336
}

.red-white-btn-background:hover {
	background: #e31e23;
	border: 1px solid #e31e23
}

.nav-btn-wr {
	display: none
}

.header.scroll {
	position: fixed;
	width: 100%;
	left: 0;
	top: -1px;
	z-index: 100;
	box-sizing: border-box
}

.header.header_active {
	z-index: 105
}

.page-links.scroll-bl {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	bottom: inherit;
	z-index: 101;
/*	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none*/
}

.overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	overflow: auto;
	z-index: 100;
	background: rgba(0, 0, 0, .6)
}

.popup {
	display: none;
	opacity: 0;
	margin: 100px auto;
	max-width: 1000px
}

.popup-gallery img {
	width: 100%
}

.get {
	position: relative
}

.get-left {
	padding-top: 57px;
	padding-bottom: 67px;
	margin-right: 280px;
	padding-left: 20px;
	color: #1c2126
}

.fix-btn {
	max-width: 185px;
	width: 100%
}

.active.category__link {
	border-bottom-left-radius: 0!important;
	border-bottom-right-radius: 0!important;
	color: #fff;
	background: #f44336!important;
	border-color: #f44336!important
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	font-size: 12px
}

#date_range {
	font-size: 16px;
	background: #1c2126
}

.events-list.rows>* {
	margin-bottom: 30px
}

.date_wrap {
	position: absolute;
	top: 100%;
	left: -20px;
	z-index: 16;
	font-size: 13px;
	background: #1c2126;
	text-align: center;
	line-height: 1
}

.ui-widget-content {
	background: #1c2126;
	border: none
}

.ui-datepicker-header {
	background: #f44336;
	border-color: #af0101
}
.ui-datepicker tr td:nth-child(6) .ui-state-default , .ui-datepicker tr td:nth-child(7) .ui-state-default {color: #f44336;}
.ui-datepicker tr td .ui-state-active {border: 1px solid transparent;background: #f44336;}
.ui-datepicker-calendar th span {color: #ffffff;}
.ui-datepicker tr td .ui-state-default {color: #ffffff;border: 1px solid transparent;background: transparent;transition:  all .3s;text-align: center;}
.ui-datepicker tr td .ui-state-hover {background:rgba(255,255,255,.3);border: 1px solid transparent;}
.ui-datepicker tr td .ui-state-highlight {background:rgba(255,255,255,.1);border: 1px solid transparent;}
.ui-datepicker tr td .ui-state-active {color: #ffffff !important;background-color: #af0101;}
.ui-widget-content {background: #1c2126;border:  none;}
.ui-datepicker-header {background:  #f44336;border-color: #af0101;}

#date_range .ui-widget-content {
	display: block;
	box-sizing: border-box;
	border-radius: unset;
	padding: 15px;
	width: 100%
}

.active-link .category__link {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: #1c2126;
	border-color: #1c2126
}

span.ui-slider-handle.ui-state-default.ui-corner-all {
	background: #f44336
}

.date_wrap .category__link {
	margin-bottom: 5px
}

.date_wrap .red-white-btn {
	background: transparent;
	color: #fff;
	margin: 5px 0 15px
}

.date_wrap .red-white-btn:hover {
	background: #f44336
}

.hidden-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: none;
	background: rgba(0, 0, 0, .9);
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateZ(0);
}

.hidden-overlay-back {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.hidden-overlay .form-button {
	line-height: 1;
	padding: 24px 0 18px 0
}

.closeOverlay {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 5px;
	right: 5px;
	color: #000;
	font-size: 24px;
	line-height: 24px;
	cursor: pointer;
	transition: .3s;
	z-index: 9999;
	text-align: center
}

.closeOverlay:hover {
	color: #f44336
}

.form-field {
	height: 100%
}

.h-wrap {
	top: 50%;
	position: relative;
	max-width: 450px;
	margin: 0 auto
}
.h-wrap-flex {
	display: flex;
	text-align: center;
	justify-content: center;
}


.field-wrap-text {
	text-align: center;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px;
}
.field-wrap-text-1 {
	font-size: 15px;
	margin-bottom: 10px;
}
.field-wrap-text-2 {
	margin-bottom: 20px;
	font-size: 19px;
}
.field-wrap-text-2 p {
    margin-bottom: 7px;
}
.field-wrap-text-2 span {
	font-weight: bold;
}
.field-wrap-text-2 a {
	color: #000;
	font-weight: bold;
	transition: 0.2s ease-in-out;
	display: block;
    margin: 10px 0px;
    font-size: 22px;
}
.field-wrap-text-2 a:hover {
	color: #af0101;
}
.field-wrap-text-3 {
	font-size: 12px;
	line-height: 13px;
}
.field-wrap-text-3 a {
	color: #000;
	font-weight: bold;
	transition: 0.2s ease-in-out;
}
.field-wrap-text-3 a:hover {
	color: #af0101;
}
.field-wrap-text-3 span {
	font-weight: bold;
}


.field-wrap input, .field-wrap textarea {
	width: 100%;
	font-size: 18px;
	background: none;
	border: 2px solid #1c2126;
	border-radius: 5px;
	padding: 5px;
	color: #181a1c;
}
.field-wrap input:hover, .field-wrap textarea:hover {
	border: 2px solid #f44336;
}
.field-wrap input:hover, .field-wrap textarea.isError {
	box-shadow: 0px 0px 5px 0px #af0101;
	border-color: #af0101;
}

.h-form-hide {
	display: none;
}
.field-wrap-button {
    padding: 10px 20px;
    background: #fff;
    border: 2px solid #000;
    text-align: center;
    font-size: 20px;
    border-radius: 20px;
    color: #000;
}
.field-wrap-button:hover {
	background: #f44336;
	color: #fff;
}

.form-wrap {
	background-color: #FFF;
	border-radius: 5px;
	padding: 20px 20px;
	text-align: center
}

.field-wrap {
	margin-bottom: 10px
}

.form-wrap h2 {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: bold;
}
.form-wrap h2 span {
	color: #af0101;
}



.modHWrapBig {
	max-width: 700px;
}
.modHWrapBig h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.modHWrapBig .field-wrap-text-2 {
	font-size: 14px;
	line-height: 20px;
}



.html__active .body__bg {
	opacity: 1;
	pointer-events: auto
}





.body__bg {
	background: rgba(0, 0, 0, .5);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 17;
	transition: all .3s;
	opacity: 0;
	pointer-events: none
}

.cat-nav--ajax {
	column-count: 1
}

.cat-nav--ajax li:first-child {
	margin-top: 10px
}

.fix-btn .promo__btn {
	margin-bottom: 15px
}

.search__help-tooltip {
	font-size: 14px;
	text-align: left
}

.search__help-tooltip.center {
	text-align: center
}

.nav__btn--mob {
	display: inline-block;
	width: 40px;
	height: 70px;
/*	width: 34px;
	height: 23px;*/
	position: relative;
/*	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;*/
	display: none;
	position: absolute;
	top: 12%;
/*	top: 50%;*/
	margin-top: -12px;
	left: 15px
}

.nav__btn--mob span {
	margin-top: 20px;
	width: 40px;
	height: 30px;
	display: inline-block;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

.nav__btn--mob.open span {
	display: none;
}

.nav__btn--mob.open {
	border-top: transparent;
	border-bottom: transparent
}

.nav__btn--mob.open:before,
.nav__btn--mob:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 3px;
	background: #fff;
	width: 100%;
	margin: auto
}

.nav__btn--mob.open:before {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	background: #fff
}

.nav__btn--mob.open:after {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	background: #fff
}

.page-links-list--nav {
	display: inline-block;
	vertical-align: middle;
	width: 75%
}

.field-wrap .social__link:hover {
	transform: scale(1.2)
}

.field-wrap .social__link {
	transition: all .3s
}

.main-nav .main-nav__btn.active {
	position: absolute;
	right: 17px;
	top: 10px;
	cursor: pointer
}

@media all and (max-width:1700px) {}

@media all and (max-width:1650px) {
	.page-title-params {
		left: 35%
	}
	.main-slide__link {
		display: inline-block
	}
	.event-param,
	.m-s-param {
		margin-bottom: 10px
	}
}

@media all and (max-width:1650px) {
	.page-title-params {
		left: 34%;
		margin-left: -15px;
		margin-top: 10px
	}
	.main-slide-page .main-slide__title.page-title {
		font-size: 50px;
	}
	.main-slide-page .m-s-params {
		margin-top: 10px;
	}
	.main-slide-page .page-title-params {
        left: 35%;
        margin-left: -35px;
    }
    .main-slide .main-slide-page .content .page-title-params {
        margin-left: 0px;
    }
    .main-slide-page .m-s-params {
        /*margin-top: 45px;*/
        margin-left: 0px;
		margin-top: 30px;
		display: flex;
    }
    .main-slide-page .m-s-params-count {
		
    }
    .main-slide-page .count-wr{
		margin-left: 40px;
		margin-top: 0px;
    }
}

@media all and (max-width:1400px) {
	.main-slide__title.page-title {
		margin-right: 130px
	}
	.event-param,
	.m-s-param {
		margin-bottom: 5px
	}
	.event-params,
	.m-s-params {
		margin-top: 70px;
		display: inline-block
	}
	.main-slide .content {
		left: -300px
	}
	.team-slider-prev {
		left: 0
	}
	.team-slider-next {
		right: 0
	}
	.page-title-params {
		top: 40%
	}
	.m-s-params+div.m-s-params-buttons {
		display: inline-block;
		vertical-align: top;
		margin-top: 60px;
		margin-left: 25px
	}
	.main-slide__link {
		display: block;
		padding-left: 10px;
		padding-right: 10px
	}
}

@media all and (max-width:1300px) {
	.page-title:after {
		display: none
	}
	.main-slide__link {
		display: inline-block
	}
	.m-s-params+div.m-s-params-buttons {
		display: inline-block;
		margin-top: 80px;
		margin-left: 20px
	}
	.event-params,
	.m-s-params {
		/*display: none*/
	}

}

@media all and (max-width:1220px) {
	.about-block .content {
		position: relative
	}
	.a-b-photo_left .about-block__btn,
	.about-block__btn {
		right: 0;
		left: 0
	}
}

@media all and (max-width:1220px) {
	.page .pager,
	.page .page-title,
	.news-block_else .news-list {
		padding-left: 0
	}
}

@media all and (max-width:1200px) {
	.page-links {
		border-radius: 0
	}
	.date {
		left: 0
	}
	.nav-wr {
		left: 0
	}
	.nav__link {
		padding: 0 18px
	}
	.page-title_sm {
		font-size: 44px
	}
	.promo__btn {
		top: 0
	}
	.get-left,
	.main-slide__title {
		padding-left: 0
	}
	.main-slide .main-slide-page .content {
		left: 0px;
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		padding-top: 25px;
	}
	.main-slide-page .page-title-div div {
		text-align: center;
		width: 100%;
	}
	.main-slide-page .main-slide__title.page-title {
		font-size: 40px;
		margin-right: 0px;
		margin-left: 0;
		text-align: center;
		float: none;
	}
	.main-slide-page .page-title-space {
		display: none;
	}
	.main-slide-page .page-title1:after, .main-slide-page .page-title-div:after {
		display: none;
		
	}
	.main-slide .main-slide-page .content:after {
		width: 2000px;
		left: -400px;
	}
	.main-slide .main-slide-page .content .page-title-params {
		left: 0;
		width: 100%;
		text-align: center;
	}
	.main-slide-page .m-s-params {
		text-align: left;
		width: auto;
		display: inline-flex;
		margin-top: 0px;
	}
}

@media all and (max-width:1150px) {
	.main-nav-wr {}
	.nav__link {
		padding: 0 15px
	}
}

@media all and (max-width:1100px) {
	.nav__link {
		padding: 0 12px
	}
	.page-title:not(.page-title_sm) {
		font-size: 50px
	}
	.m-s-params+div.m-s-params-buttons {
		margin-top: 60px;
		margin-left: 40%
	}
	.page-title-div {
		margin-right: 70px;
		line-height: 1
	}
	.main-slide-page .page-title-div {
		width: 100%;
		margin-right: 0px;
	}
	.page-title-space {
		margin-top: 7px;
		height: 35px
	}
	.page-title_sm {
		font-size: 42px
	}
	.about-event__title,
	.get__title,
	.announce__title,
	.block-title {
		font-size: 34px
	}
	.main-slide {
		min-height: inherit
	}
	.main-slide .content {
		min-height: inherit;
		padding-top: 50px;
		padding-bottom: 0;
		left: -450px
	}
	.main-slider__prev,
	.main-slider__next {
		top: 0;
		bottom: 0;
		margin: auto
	}
	.gallery-photo {
		width: 25%
	}
	.about-video {
		width: 30%
	}
	.about__btn {
		top: 0
	}
	.main-slide-main.main-slide .content {
		left: 0px;
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
	.main-slide-main.main-slide .content:after {
		width: 2000px;
		left: -500px;
	}
	.main-slide-main .page-title-space {
		display: none;
	}
	.main-slide-main .page-title1:after, .main-slide-main .page-title-div:after {
		content: none;
	}
	.main-slide-main .main-slide__title.page-title, .main-slide-main .page-title-div {
		margin-right: 0px;
		margin-left: 0px;
		width: 100%;
	    float: none;
    	text-align: center;
	}
	.main-slide-main .page-title-div div {
		width: 100%;
		text-align: center;
	}
	.main-slide-main .page-title-params {
		width: 100%;
		left: auto;
		text-align: center;
		margin-left: -20px;
		margin-right: 0px;
	}
	.main-slide-main .m-s-params {
		margin-top: 0px;
		text-align: left;
	}
	.main-slide-main .m-s-params+div.m-s-params-buttons {
		margin-top: 15px;
		margin-left: 30px;
	}
}

@media all and (max-width:1050px) {
	.main-nav-wr {}
	.search {
		right: 0
	}
	.nav__link {
		padding: 0 10px
	}
	.a-b-right {
		max-width: 400px
	}
	.a-b-left {
		max-width: 500px
	}
	.about-video {
		display: none
	}
}

@media all and (max-width:1020px) {
	.nav__link {
		font-size: 14px
	}
	.icon-menu {
		top: -2px
	}
}

@media all and (max-width:991px) {
	.main-slide-page img {
		height: 400px;
		float: right;
		width: auto;
	}
	.category-links .fix-btn {
		width: 33.333333%
	}
	.bottom {
		position: relative
	}
	.nav-wr {
		display: inline-block
	}
	.main-nav {
		width: auto;
		position: fixed;
		right: -500px;
		top: 0;
		display: block;
		margin: 45px 0 0;
		background: #181a1c;
		z-index: 102;
		height: calc(100% - 45px)
	}
	.main-nav.open {
		-webkit-box-shadow: -5px 0 5px 0 #181a1c;
		-moz-box-shadow: -5px 0 5px 0 #181a1c;
		box-shadow: -5px 0 5px 0 #181a1c
	}

	.main-nav__btn {
		width: 30px;
		height: 25px;
		position: relative;
		display: block;
		z-index: 25;
		margin-top: 2px
	}
	.main-nav__btn.open:before,
	.main-nav__btn:after,
	.main-nav__btn.active:before,
	.main-nav__btn:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		background: #676255;
		height: 2px;
		width: 100%
	}
	.main-nav__btn.open,
	.main-nav__btn.active {
		border-top-color: transparent;
		border-bottom-color: transparent
	}
	.main-nav__btn.open:before,
	.main-nav__btn.active:before {
		transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg)
	}
	.main-nav__btn.open:after,
	.main-nav__btn.active:after {
		transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg)
	}
	.main-nav-icon-anim {
		z-index: 25
	}
	.main-nav__btn:before,
	.main-nav__btn:after {
		content: unset!important
	}
	.main-nav__item {
		display: block
	}
	.main-nav__link {
		font-size: 16px;
		line-height: 30px;
		height: 30px;
		display: block;
		border-bottom: 1px dashed #8c8d8e;
		text-align: right;
		padding: 10px 25px;
		box-sizing: unset
	}
	.main-nav-wr {
		width: auto
	}
	.bottom .main-nav {
		height: 100%;
		margin-top: 0
	}
	.header {
		padding-top: 5px;
		padding-bottom: 5px
	}
	.date {
		display: none
	}
	.nav-menu .date {
		display: block
	}
	.nav-btn-wr {
		display: inline-block;
		width: 135px
	}
	.nav-wr {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0
	}
	.nav__btn {
		display: none;
		width: 34px;
		height: 15px;
		position: relative;
		border-top: 3px solid #fff;
		border-bottom: 3px solid #fff
	}
	.nav-btn-wr-header {
		display: inline-block;
		width: 40px;
		height: 40px;
		margin-top: 1px;
		margin-left: 8px
	}
	.nav__btn.open,
	.nav__btn.active {
		border-top: transparent;
		border-bottom: transparent;
		text-align: center
	}
	.nav__btn.open,
	.nav__btn.active i {
		color: #e87073;
		font-size: 40px
	}
	.nav__btn.open,
	.nav__btn.active:hover i {
		color: #af0101
	}
	.nav__btn.open:before,
	.nav__btn:after,
	.nav__btn.active:before,
	.nav__btn.active:after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		height: 3px;
		background: #fff;
		width: 100%;
		margin: auto
	}
	.nav__btn:hover {
		border-color: #f44336
	}
	.nav__btn:hover:after {
		background: #f44336
	}
	.nav__btn.open:before,
	.nav__btn.active:before {
		transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		background: #f44336
	}
	.nav__btn.open:after,
	.nav__btn.active:after {
		transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		background: #f44336
	}
	.header {
		position: relative
	}
	.nav-wr {
		display: none
	}
	.nav-menu {
		display: block;
		padding: 0;
		position: fixed;
		left: -500px;
		top: 0;
		box-sizing: border-box;
		background: #1c2126;
		z-index: 100;
		height: calc(100% - 45px);
		margin-top: 45px
	}
	.nav-menu-login {
		height: 102px;
		border-bottom: 2px solid #f44336;
		background: #1c2126;
		color: #fff;
		display: flex;
		font-size: 20px;
		justify-content: center;
		padding: 0px 10px;
	}
	.nav-menu-login a {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		width: 100%;
		text-align: center;
	}
	.nav-menu-login-div {
		width: 100%;
	}
	.nav-menu-login-icon {
		text-align: center;
		font-size: 30px;
		margin-bottom: 7px;
	}
	.nav-menu-login.nav-menu-login-after::after {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		height: inherit;
		width: 50px;
		right: -25px;
		background: #1c2126;
		border-bottom: 2px solid #f44336
	}
	#nav-icon-anim {
		box-sizing: unset;
		margin-top: 3px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer
	}
	.nav__btn__hide:before,
	.nav__btn__hide:after {
		content: unset!important
	}
	#nav-icon-anim span {
		display: block;
		position: absolute;
		height: 5px;
		width: 100%;
		background: #e31e23;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out
	}
	#nav-icon-anim span:nth-child(1) {
		top: 0
	}
	#nav-icon-anim span:nth-child(2),
	#nav-icon-anim span:nth-child(3) {
		top: 15px
	}
	#nav-icon-anim span:nth-child(4) {
		top: 30px
	}
	.open #nav-icon-anim span {
		background: #af0101
	}
	.open #nav-icon-anim span:nth-child(1) {
		top: 18px;
		width: 0%;
		left: 50%
	}
	.open #nav-icon-anim span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.open #nav-icon-anim span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.open #nav-icon-anim span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%
	}
	#nav-icon-anim.main-nav-icon-anim {
		margin-top: 0
	}
	#nav-icon-anim.main-nav-icon-anim span {
		height: 3px;
		background: #676255;
		border-radius: 25px
	}
	#nav-icon-anim.main-nav-icon-anim span:nth-child(2),
	#nav-icon-anim.main-nav-icon-anim span:nth-child(3) {
		top: 11px
	}
	#nav-icon-anim.main-nav-icon-anim span:nth-child(4) {
		top: 22px
	}
	header.scroll .nav-menu {
		margin-top: 0;
		height: 100%
	}
	.date__btn {
		padding-left: 26px
	}
	.date {
		margin-top: 16px
	}
	.header-contacts {
		text-align: left
	}
	.nav__item {
		display: block
	}
	.nav__item_date {
		display: none!important
	}
	.nav__link {
		box-sizing: unset;
		line-height: 34px;
		height: 34px;
		padding: 0 26px;
		font-size: 17px;
		white-space: nowrap;
		font-size: 20px;
		border-bottom: 1px dashed #8e9093;
		padding: 10px 25px
	}
	.nav__link:hover {
		background: rgba(255, 255, 255, 0.25);
	}
	.icon-menu {
		top: -1px
	}
	.date__btn span {
		font-size: 17px
	}
	.date__btn .icon {
		top: 1px;
		margin-left: 10px
	}
	.nav__item:after {
		display: none!important
	}
	.category__title,
	.question__title,
	.page-title:not(.page-title_sm) {
		font-size: 52px
	}
	.events-list {
		margin-left: auto;
		margin-right: auto
	}
	.event-item {
		margin-bottom: 35px
	}
	.events-block__add {
		margin-top: 15px
	}
	.events-list {
		margin-top: 25px
	}
	.page-title_sm {
		font-size: 40px
	}
	.categories-list {
		margin-top: 40px
	}
	#map {
		height: 450px
	}
	.event-param__desc,
	.m-s-param__desc {
		font-size: 22px
	}
	.main-slider__prev {
		left: -35px
	}
	.main-slider__next {
		right: -35px
	}
	.slide-icon-prev {
		right: 22px
	}
	.slide-icon-next {
		left: 22px
	}
	.a-b-right {
		padding-top: 60px;
		padding-bottom: 60px
	}
	.about-block .content {
		min-height: inherit
	}
	.category__link {
		line-height: 1;
		display: flex;
		align-items: center;
		justify-content: center
	}
	.category-links {
		max-width: 530px
	}
	.page .page-title {
		margin-bottom: 40px
	}
	.top {
		position: relative
	}
	.main-nav-wr {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		/*z-index: 20;*/
		height: 30px;
		right: 20px
	}
	.bottom .main-nav-wr {
		left: 27px
	}
	.search {
		position: relative;
		z-index: 2;
		width: 50%
	}
	.get-left {
		padding-top: 54px;
		padding-bottom: 50px;
		margin-right: 220px
	}
    .page-link {
        font-size: 16px;
    }
    .page-links {
        bottom: 20px;
        overflow:  visible;
    }
    .page-link {
        line-height: 59px;
        height: 59px;
    }
	.bottom .main-nav {
		border-top: none;
		border-bottom: 0 solid grey
	}
	.payments {
		text-align: center;
		width: 100%
	}
	.date_wrap {
		top: none;
		left: 0;
		position: inherit;
		margin-left: 26px;
		margin-top: 10px;
		border: 1px solid #af0101
	}
}

@media all and (max-width:950px) {}

@media all and (max-width:900px) {
	.a-b-right {
		max-width: inherit
	}
	.about-block__btn,
	.about__btn {
		top: 0;
		bottom: 0;
		margin: auto
	}
}

.page-link-mobile {
	display: none;
}
.page-link-mobile-block {
	display: none;
	font-size: 30px;
}
.page-link-mobile-block:before {
	content: none;
}

@media all and (max-width:850px) {
	.social {
		margin: 0 auto 0
	}
	.category__title,
	.question__title,
	.page-title:not(.page-title_sm) {
		font-size: 44px
	}
	.page-title_sm {
		font-size: 36px
	}
	.category__link {
		font-size: 16px;
		height: 48px
	}
	.category-links {
		margin-top: 30px
	}
	.category-links {
		max-width: 450px
	}
	.gallery-photo {
		width: 33.3333%
	}
	.nav__btn--mob {
		display: block;
		z-index: 1
	}
    .page-link {
        /* font-size: 0; */
        height:  auto;
        margin: 5px 0px;
        width: 100% !important;
    }
    .page-links-list > .page-link {/* pointer-events:none; */}
    .page-links-list > .page-link:after {display:none;}
    .page-links-list--nav .page-link {
        line-height: 2.5;
        text-align:  left;
        font-size: 18px;
    }
    .page-links-list--nav .page-link:before {
        display:none !important;
    }
    .page-links-list--nav {
        display:none;
        position:  absolute;
        top: 100%;
        background: #1c2126;
        width: 100%;
        left:  0;
        padding:  15px;
        box-sizing:  border-box;
    }
    .page-links-list {
        text-align:center;
        padding: 0 15px;
        position:  relative;
    }
    .page-link:first-child:after {
        width: 120%;
        left: -20%;
    }
    .page-link:last-child:after {
        width: 120%;
        right: -20%;
    }
    .page-link:after{
        width: 120% !important;
        left: -20% !important;
    }
	.search {
		max-width: none;
		width: calc(100% - 50px);
	}
	.main-slider-control__link_title {
		font-size: 15px;
	}
	.page-link-mobile, .page-link-mobile-block {
		display: block;
	}
	.page-link-mobile-hide {
		display: none;
	}
}

@media all and (max-width:767px) {
	.events-block__add::before,
	.events-block__add::after {
		content: unset
	}
	.category__title,
	.question__title,
	.page-title:not(.page-title_sm) {
		font-size: 38px
	}
	.page-title-space {
		margin-top: 7px;
		height: 25px
	}
	.promo .content {
		text-align: center
	}
	.promo .content .page-title_sm {
		text-align: center;
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px
	}
	.promo .content:before {
		left: -10%
	}
	.about-event__title,
	.get__title,
	.announce__title,
	.block-title {
		font-size: 27px
	}
	#map {
		height: 400px
	}
	.events-block {
		padding-top: 50px
	}
	.event-param__desc,
	.m-s-param__desc {
		font-size: 19px
	}
	.m-s-params {
		margin-top: 30px
	}
	.main-slide__link {
		margin-top: 10px;
		max-width: 240px;
		display: block
	}
	.page-title-params {
		padding-top: 20px
	}
	.m-s-params+div.m-s-params-buttons {
		margin-top: 0;
		margin-left: 155%
	}
	.main-slide .content {
		padding-top: 30px;
		padding-bottom: 90px;
		left: -580px
	}
	.get-left {
		margin-right: 190px
	}
	.count-wr {
        margin-top: 10px;
    }
    .main-slide-main .main-slide-img {
		height: 325px;
		float: right;
		width: auto;
    }
}

@media all and (max-width:767px) {
	.promo.promo--mailing .content {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.promo.promo--mailing .promo__title-desc {
		position: relative;
		text-align: center;
		width: auto;
	}
	.promo__title_small {
		margin-top: 0px;
	}
	.promo.promo--mailing .promo_social_div {
		margin-top: 0;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	.promo.promo--mailing .promo_button--second {
		position: relative;
	}
}

@media all and (max-width:720px) {
	.promo__btn_big {
		max-width: 300px;
		font-size: 15px
	}
}

@media all and (max-width:700px) {
	.events-list {}
	.main-slide .content:after {
		left: -200px
	}
	.m-s-params {
		display: inline-block;
		text-align: left
	}
	.main-slide {
		text-align: center
	}
	.main-slide__title,
	.m-s-params+div,
	.m-s-params,
	.main-slide__link {
		margin-left: 0;
		padding-right: 125px
	}
	.main-slide .content {
		min-width: inherit;
		left: 0;
		right: 0;
		padding-top: 15px
	}
	.page-title:not(.page-title_sm) {
		padding-right: 0;
		margin-right: 0;
		margin-left: 0;
		float: none;
		text-align: center;
		padding-top: 0
	}
	.main-slide__link {
		display: block;
		margin-left: auto;
		margin-right: auto
	}
	.main-slide .content:after {
		opacity: .9
	}
	.page-title-div {
		margin-right: 0
	}
	.page-title-div div {
		text-align: center
	}
	.page-title1:after,
	.page-title-div:after,
	.page-title-space {
		display: none
	}
	.page-title-params {
		margin-left: 0;
		left: 0;
		width: 100%;
		padding-top: 25px
	}
	.m-s-params {
		padding-right: 0;
		margin-top: 10px;
		/*display: none*/
	}
	.m-s-params+div.m-s-params-buttons {
		padding-right: 0;
		left: 0;
		margin-left: 0;
		/*width: 100%*/
	}
	.main-slide__link {
		padding-right: 10px;
		line-height: 32px;
		height: 35px;
		display: inline-block
	}
}

@media all and (max-width:650px) {
	.header-contacts__phone em,
	.header-contacts__phone {
		font-size: 0
	}
	.header-contacts__phone {
		width: 34px;
		height: 25px;
		margin-bottom: 0;
		background: url(../images/phone.png) no-repeat center;
		-webkit-animation: phonering-alo-circle-img-anim 5s infinite ease-in-out;
		animation: phonering-alo-circle-img-anim 5s infinite ease-in-out;
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%
	}
	.nav-btn-wr {
		width: 40px
	}
	.header-contacts__mail {
		display: none
	}
	.header-contacts {
		background: #fff;
		border-radius: 50px;
		height: 40px;
		width: 40px;
		text-align: center
	}
	.header-contacts__phone {
		text-align: center;
		width: 40px;
		height: 40px
	}
	.header-contacts__phone_hide {
		display: none
	}
}

@media all and (max-width:600px) {
	.get-left {
		margin-right: 0
	}
	.main-slider-control__link_title {
		font-size: 10px;
	}
	.paykeeper_img {
		display: inline-block;
	}
	.payments {
		text-align: right;
		width: 90%;
		float: right;
	}

	.promo.promo--mailing .promo_social_div {
		display: inline-block;
	}
	.promo.promo--mailing .promo_button--second {
		margin-top: 15px;
	}
}

@media all and (max-width:575px) {
	.events-list {
		margin-left: auto;
		margin-right: auto
	}
	.promo__btn {
		max-width: 170px;
		line-height: 45px;
		height: 45px
	}
	#map {
		height: 350px
	}
	.map-wrap {
		padding-top: 53px
	}
	.step {
		margin-bottom: 40px
	}
}

@media all and (max-width:550px) {
	.category__link {
		max-width: inherit;
		border-bottom-left-radius: 25px!important;
		border-bottom-right-radius: 25px!important
	}
	.category-links .fix-btn {
		width: 100%;
		max-width: inherit;
		margin-bottom: 15px
	}
	.category__title,
	.question__title,
	.page-title:not(.page-title_sm) {
		font-size: 30px
	}
	.event-param__desc,
	.m-s-param__desc {
		font-size: 16px
	}
	.main-slide__link {
		max-width: 220px
	}
	.events-block {
		padding-top: 50px
	}
	.event-param__desc,
	.m-s-param__desc {
		max-width: 80%
	}
	.m-s-params {
		width: 100%
	}
	.main-slide__link {
		font-size: 16px;
		line-height: 46px;
		height: 46px;
		max-width: 200px;
		display: block
	}
	.main-slide .content:after {
		left: -250px
	}
	.about-block__btn,
	.about__btn {
		width: 115px;
		height: 115px
	}
	.about__btn:after,
	.about-block__btn:after {
		width: 87px;
		height: 87px
	}
	.gallery-photo {
		width: 50%
	}
	.count-item__numb {
		width: 44px;
		height: 46px;
		line-height: 46px;
		font-size: 18px;
		border-radius: 10px
	}
	.page-title-div {
		margin-top: 15px
	}
	.main-slide-img {
		height: 280px;
		float: right;
		width: auto
	}
	.m-s-params {
		display: none
	}
	.m-s-params+div.m-s-params-buttons {
		margin-left: 0;
		margin-top: -30px;
		display: block
	}
	.count-wr__title {
        font-size: 16px;
    }
    .main-slide-page .m-s-params-div {
		display: none;
    }
    .main-slide-page .count-wr {
    	margin-left: 0px;
		text-align: center;
    }
    .main-slide-page .main-slide__title.page-title {
    	font-size: 30px;
    }
    .main-slide-main .m-s-params+div.m-s-params-buttons {
    	margin-top: -10px;
    	margin-left: 0px;
    }
    .main-slide-main .page-title-params {
		margin-top: 0px;
		padding-top: 0px;
    }
    .main-slide-main .m-s-params {
		display: inline-block;
		width: auto;
		font-size: 10px;
	}
	.main-slide-main .m-s-params-buttons {
		/*margin-top: -10px;*/
	}
}

@media all and (max-width:500px) {
	.page-links-list > .page-link {
        /* text-align:right; */
        /* pointer-events:  none; */
    }
	.footer .content {
		text-align: center
	}
	.footer {
		padding-top: 50px;
		padding-bottom: 50px
	}
	.category__link {
		display: block;
		margin-left: auto;
		margin-right: auto;
		font-size: 18px;
		line-height: 49px;
		height: 51px;
		transition: all .3s
	}
	.category__link:last-child {
		margin-bottom: 0
	}
	.team-slider-prev {
		left: -10px
	}
	.team-slider-next {
		right: -10px
	}
	.team-slider-control {
		padding-left: 0
	}
}

@media all and (max-width:450px) {
	.payments {
		text-align: right
	}

	.payments img.paykeeper_img {
		max-width: 90%;
	}
	.main-nav-wr {
		width: auto
	}
	.event__reserv .icon-right-arrow {
		position: relative;
		top: 1px
	}
	.event__reserv {
		max-width: 160px
	}
	.event__reserv,
	.event__order {
		height: 48px;
		font-size: 16px
	}
	.main-slider-control__link_title {
		font-size: 7px;
	}
}

@media all and (max-width:400px) {
	.center_cbx.tooltip_color[data-tooltip]::before {
		width: 200px
	}
	.header {
		padding-top: 5px;
		padding-bottom: 5px
	}
	.nav-menu .nav__btn {
		padding: 18px;
		right: -76px
	}
	.nav-btn-wr-header {
		margin-top: 1px;
		margin-left: -2px
	}
	#nav-icon-anim {
		margin-top: 4px
	}
	.nav-menu-login {
		height: 82px
	}
	.nav-menu-scroll {
		height: calc(100% - 82px)
	}
	.search__field {
		font-size: 13px
	}
	.logo__icon {
		width: 156px;
		height: 70px;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%
	}
	.weight .logo__icon {
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%
	}
	.logo__desc {
		font-size: 9px
	}
	.footer .logo__icon {
		width: 200px;
		height: 90px
	}
	.footer .logo__desc {
		font-size: 12px
	}
	.promo__btn {
		max-width: 130px;
		line-height: 43px;
		height: 42px;
		font-size: 14px
	}
	.main-slide .content {
		padding-top: 20px;
		padding-bottom: 80px
	}
	.nav__btn {
		width: 30px
	}
}

@media all and (max-width:350px) {
	.events-list {
		margin-left: -10px;
		margin-right: -10px
	}
	.about-block__btn,
	.about__btn {
		width: 100px;
		height: 100px
	}
	.about__btn:after,
	.about-block__btn:after {
		width: 77px;
		height: 77px
	}
}

@media all and (max-width:300px) {
	.header-contacts {
		display: none
	}
}

.cities-list {
	border: 0;
	height: 20px;
	background: none;
	font-size: 14px;
	font-weight: 500;
	color: #676255;
	position: relative;
	-webkit-appearance: none;
	border-bottom: 1px dashed #676255;
	outline: none
}

.cities-list:hover {
	color: #f44336
}

@keyframes blinker {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@-webkit-keyframes blinker {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

[data-tooltip] {
	position: relative
}

[data-tooltip]::before {
	content: attr(data-tooltip);
	position: absolute;
	width: 310px;
	right: 0;
	top: 30px;
	background: #af0101;
	color: #fff;
	padding: 15px 20px;
	pointer-events: none;
	opacity: 0;
	transition: 1s;
	border-radius: 5px;
	font-size: 14px;
	z-index: 20;
	cursor: default;
	-webkit-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 0 5px 0 rgba(255, 255, 255, 1)
}

[data-tooltip]:hover::before {
	opacity: 1;
	top: 35px
}

.center_cbx.tooltip_color[data-tooltip]::before {
	opacity: 1;
	top: 35px
}

.toggle {
	z-index: 9
}

.toggle::after {
	transition: 1s;
	animation-name: blinker;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(1, 0, 0, 1);
	animation-duration: 2s;
	-webkit-animation-name: blinker;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
	-webkit-animation-duration: 1.5s
}

.center_cbx.tooltip_color .toggle::after,
[data-tooltip]:hover .toggle::after {
	content: "";
	position: absolute;
	background-image: url(../images/kisspng-semicircle-arrow.png);
	top: 5px;
	height: 49px;
	z-index: 9;
	width: 30px;
	right: -30px
}

.center_cbx.no_tooltip[data-tooltip]::before,
.center_cbx.no_tooltip[data-tooltip]:hover::before {
	opacity: 0!important;
	top: 0px!important;
	height: 0px!important
}

.center_cbx.no_tooltip .toggle::after {
	width: 0;
	height: 0;
	display: none!Important
}

.top {
	transition: all 0s
}

.header,
.header-contacts__mail {
	transition: all 0.5s
}

.weight .top {
	background: #f6f6f6
}

.weight .header {
	background: #fff;
	box-shadow: 0 10px 20px rgba(89, 103, 116, .2);
	-moz-box-shadow: 0 10px 20px rgba(89, 103, 116, .2);
	-webkit-box-shadow: 0 10px 20px rgba(89, 103, 116, .2);
	-o-box-shadow: 0 10px 20px rgba(89, 103, 116, .2)
}

.weight .nav__link,
.weight .logo__desc {
	color: #1c2126
}

.weight .nav__link:hover,
.weight .header-contacts__mail:hover {
	color: #f44336
}

.weight .nav__item:hover:after {
	background: #f6f6f6
}

.weight .header-contacts__phone:hover,
.weight .date__btn:hover span {
	color: #1c2126
}

.weight .header-contacts__mail {
	color: #1c2126
}

.weight .footer {
	background: #fff
}

.weight .bottom {
	background: #f6f6f6
}

.weight .nav__btn {
	border-top: 3px solid #676255;
	border-bottom: 3px solid #676255
}

.weight .nav__btn.open:before,
.weight .nav__btn:after,
.weight .nav__btn.active:before,
.weight .nav__btn.active:after {
	background: #676255
}

.weight .nav-menu {
	background: #fff
}

.weight .nav__btn.open,
.weight .nav__btn.active {
	border-top: transparent;
	border-bottom: transparent
}

@media (max-width:1023px) {
	.weight .main-nav {
		background: #f6f6f6
	}
}

.weight .logo__icon {
	background: url(../images/logo-black.png) no-repeat
}

.weight .social__link_fb:hover {
	background-position: center;
	background: url(../images/facebook_white.png) no-repeat
}

.weight .social__link_inst:hover {
	background-position: center;
	background: url(../images/instagram_white.png) no-repeat
}

.weight .social__link_vk:hover {
	background-position: center;
	background: url(../images/vk_white.png) no-repeat
}

.weight .icon-calendar {
	background-position: center;
	background: url(../images/calendar-black.png) no-repeat
}

.weight .icon-mark {
	background-position: center;
	background: url(../images/metka-black.png) no-repeat
}

.weight .icon-ticket {
	background-position: center;
	background: url(../images/tiket-black.png) no-repeat
}

.weight .main-slider__prev,
.weight .main-slider__next {
	background: #f6f6f6
}

.weight .main-slider__prev:hover,
.weight .main-slider__next:hover {
	background: #f44336
}

.weight .main-slider__next .slide-icon-next {
	background-position: -12px -20px
}

.weight .main-slider__prev .slide-icon-prev {
	background-position: -12px 0
}

.weight .main-slide .content:after {
	background: #fff;
	opacity: .7
}

.weight .m-s-param__desc {
	color: #1c2126
}

.weight .nav__link_sec .icon-menu {
	background-position: 0 -54px
}

.main-slider .main-slides {
	white-space: nowrap
}

.main-slider .main-slide {
	display: inline-block;
	vertical-align: top;
	height: auto
}

.main-slide-shadow:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: 0 -45px 15px -20px #fff inset;
	/*z-index: 4;*/
}

.main-slider-control .row {
	display: none
}

.main-slider-control .row.slick-initialized {
	display: block
}

.top_zindex {
	z-index: 1!important
}

.header_fixed {
	width: 100%;
	background: #1c2126
}

#backtotop {
	display: inline-block;
	background-color: #1c2126;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 10px;
	position: fixed;
	bottom: 25px;
	right: 25px;
	opacity .5s,
	visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 101;
	webkit-box-shadow: 0 0 5px 1px #fff;
	-moz-box-shadow: 0 0 5px 1px #fff;
	box-shadow: 0 0 5px 1px #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.html__active #backtotop {
	display: none
}

#backtotop i {
	font-size: 30px;
	width: 30px;
	height: 30px;
	padding: 10px;
	color: #e9e5e1;
	box-sizing: unset
}

#backtotop:hover {
	cursor: pointer;
	background-color: #f44336;
	webkit-box-shadow: 0 0 5px 1px #f44336;
	-moz-box-shadow: 0 0 5px 1px #f44336;
	box-shadow: 0 0 5px 1px #f44336
}

#backtotop:active {
	cursor: pointer;
	background-color: #e31e23;
	webkit-box-shadow: 0 0 5px 1px #e31e23;
	-moz-box-shadow: 0 0 5px 1px #e31e23;
	box-shadow: 0 0 5px 1px #e31e23
}

#backtotop.show {
	opacity: 1;
	visibility: visible
}

.pulse {
	animation: pulsating 2s ease-in-out;
	animation-iteration-count: infinite
}

.kassir__event {
	display: none;
}
.event_card {
	overflow: hidden;
	border: 1px solid #d6d6d6;
	position: relative;
	transition: .3s ease-in-out;
	-webkit-box-shadow: 0 0 5px 5px #fff;
	-moz-box-shadow: 0 0 5px 5px #fff;
	box-shadow: 0 0 5px 5px #fff
}

.event_card.event_card--avtokino {
	border: 1px solid #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.event_card:hover {
	border-color: #1c2126;
	-webkit-box-shadow: 0 0 10px 0 #000;
	-moz-box-shadow: 0 0 10px 0 #000;
	box-shadow: 0 0 10px 0 #000
}

.event_card_certificate {
	border: 1px solid #af0101;
	-webkit-box-shadow: 0 0 5px 0 #f44336;
	-moz-box-shadow: 0 0 5px 0 #f44336;
	box-shadow: 0 0 5px 0 #f44336;
}
.event_card_certificate:hover {
	border: 1px solid #af0101;
	-webkit-box-shadow: 0 0 10px 0 #f44336;
	-moz-box-shadow: 0 0 10px 0 #f44336;
	box-shadow: 0 0 10px 0 #f44336;
}

.event_card_img img {
	margin-bottom: 40px
}
.event_card--avtokino .event_card_img img {
	margin-bottom: 0px;
}

.event_card_img img {
	width: 100%
}

.event_card_img_canceled {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0px 0px 25px 5px #af0101;
	-moz-box-shadow: inset 0px 0px 25px 5px #af0101;
	box-shadow: inset 0px 0px 25px 5px #af0101;
	top: 0;
	left: 0;
}

.event_card_img_title {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
}
.event_card_img_title div {
	text-align: center;
	display: inline-flex;
	width: 90%;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 10px;
	margin-top: 100px;
	padding: 20px;
	color: #fff;
	font-size: 25px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
	text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
	height: 180px;
	justify-content: center;
	align-items: center;
}

.event_card_top,
.event_card_top_text {
	position: absolute;
	top: 20px;
	padding-left: 20px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	left: 0;
	color: #fff;
	font-size: 18px;
	white-space: nowrap;
	transition: .3s ease-in-out
}

.event_card_top:after {
	content: '';
	width: 140px;
	height: 100%;
	left: -10px;
	background: #af0101;
	opacity: 1;
	top: 0;
	position: absolute;
	transform: skewX(-24deg);
	-webkit-box-shadow: 0 0 5px 2px #000;
	-moz-box-shadow: 0 0 5px 2px #000;
	box-shadow: 0 0 5px 2px #000
}

.event_card:hover .event_card_top,
.event_card:hover .event_card_top_text {
	left: -150px
}

.event_card_top_canceled {
	width: 100%;
}
.event_card_top_canceled:after {
	width: 120%;
}
.event_card_top_text_canceled {
	width: 100%;
	text-align: center;
}

.event_card_top_age_after,
.event_card_top_age {
	position: absolute;
	top: 20px;
	padding-left: 0;
	width: 55px;
	height: 40px;
	line-height: 40px;
	right: 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	transition: .3s ease-in-out
}

.event_card_top_age_after:after {
	content: '';
	width: 140px;
	height: 100%;
	left: -10px;
	background: #af0101;
	opacity: 1;
	top: 0;
	position: absolute;
	transform: skewX(-24deg);
	-webkit-box-shadow: 0 0 5px 2px #000;
	-moz-box-shadow: 0 0 5px 2px #000;
	box-shadow: 0 0 5px 2px #000
}

.event_card:hover .event_card_top_age_after,
.event_card:hover .event_card_top_age {
	right: -150px
}

.event_card_bottom {
	position: absolute;
	width: 100%;
	margin-top: -43px;
	background: #fff;
	z-index: 2
}

.event_card_bottom::before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 3px;
	border-top: 3px dotted #fff;
	transition: .3s ease-in-out
}

.event_card_bottom_block {
	width: 50%;
	height: 43px;
	float: left;
	text-align: center;
	line-height: 16px;
	transition: .3s ease-in-out;
	position: relative;
	display: inline-grid;
	grid-auto-flow: column;
	align-items: center;
	justify-content: center
}

.event_card_bottom_block:nth-child(2) {
	text-align: right
}

.event_card_bottom_grid {
	position: absolute;
	width: 100%
}

.event_card_bottom_price {
	color: #555;
	font-size: 20px;
	cursor: default
}

.event_card_bottom_price_num {
	color: #af0101;
	font-size: 20px;
	line-height: 100%;
	font-weight: 700;
	cursor: default
}

.event_card_bottom_price_currency {
	font-size: 15px;
	line-height: 100%;
	font-weight: 700;
	cursor: default
}
.event_card_bottom_price_currency_canceled {
	color: #af0101;
	font-size: 20px;
	line-height: 100%;
	font-weight: 700;
	cursor: default;
}

.event_card_bottom_place {
	cursor: pointer;
	padding: 5px 5px;
	background: #e8e8e8;
	white-space: nowrap;
	text-align: center;
	margin-right: 5px;
	border: 3px dotted #fff;
	color: #000;
	transition: .3s ease-in-out
}
.event_card_certificate .event_card_bottom_place {
	background: #f44336;
	color: #fff;
}

.event_card_bottom_place_small {
	font-size: 13px;
}

.event_card_bottom_place:hover {
	color: #fff;
	background: #950101
}

.event_card_hover {
	position: absolute;
	width: 100%;
	height: calc(100% - 43px);
	z-index: 1;
	top: 0;
	opacity: 0;
	background: #eaeaea;
	pointer-events: all;
	transition: .3s ease-in-out
}
.event_card--avtokino .event_card_hover {
	height: calc(100% - 0px);
}

.event_card_certificate .event_card_hover {
	background: rgb(255, 225, 225);
}

.event_card:hover .event_card_hover {
	opacity: 1
}

.event_card_hover_div {
	padding: 15px;
	height: 100%
}

.event_card_hover_div_top {
	height: 100px;
	border-bottom: 3px dotted #fff;
	transition: ease-out .35s
}

.event_card_hover_div_title {
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	color: #555;
	transition: ease-out .35s
}

.event_card_certificate .event_card_hover_div_title {
	font-size: 30px !important;
	line-height: 30px !important;
}

.event_card_hover_div_title a {
	color: #af0101;
	transition: 0.3s ease-in-out
}

.event_card:hover .event_card_hover_div_title a {
	color: #000;
	transition: 2s ease-in-out
}

.event_card:hover .event_card_hover_div_title a:hover {
	color: #af0101;
	text-shadow: 0 0 1px #000;
	transition: 0.3s ease-in-out
}

.event_card_hover_div_ticket {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	transition: .5s ease-in-out
}

.event_card_hover_div_ticket_outer_circle,
.event_card_hover_div_ticket_inner_circle {
	transition: .3s ease-in-out
}

.event_card_hover_div_ticket_outer_circle {
	width: 130px;
	height: 130px;
	background: #f44336;
	opacity: .5;
	position: absolute;
	top: -65px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 50%;
	z-index: -1;
	transition: .5s ease-in-out
}

.event_card_hover_div_ticket_inner_circle {
	width: 90px;
	height: 90px;
	background: #e31e23;
	position: absolute;
	top: -45px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 50%;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, .5);
	transition: .5s ease-in-out
}

.event_card_hover_div_ticket_img_wrapper {
	width: 60px;
	height: 60px;
	background: #fff;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 50%;
	z-index: 4
}

.event_card_hover_div_ticket_img_wrapper div {
	background: url(../images/event_ticket.png) center center no-repeat;
	width: 60px;
	height: 60px;
	z-index: 10;
	transition: .5s ease-in-out
}
.event_card_hover_div_ticket_img_wrapper div.isCertificate {
	background: url(../images/event_certificate.png) center center no-repeat;
	width: 60px;
	height: 60px;
	z-index: 10;
	transition: .5s ease-in-out
}
.event_card_hover_div_ticket_img_wrapper div.isAvtokino, .event_mobile_img_wrapper div.isAvtokino {
	background: url(../images/event_avtokino.png) center center no-repeat;
	width: 60px;
	height: 60px;
	z-index: 10;
	transition: .5s ease-in-out
}

.event_card_hover_div_ticket_img_wrapper div.isIcon {
	background: none;
	width: 60px;
	height: 60px;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 30px;
	transition: .5s ease-in-out
}

.event_card_hover_div_ticket_text {
	background: #af0101;
	padding-top: 50px;
	padding-bottom: 40px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size: 20px;
	transition: .5s ease-in-out
}

.event_card:hover .event_card_hover_div_ticket_text {
	padding-bottom: 10px
}

.event_card_hover_div_a:hover .event_card_hover_div_ticket_img_wrapper div {
	transform: rotate(90deg)
}
.event_card_hover_div_a:hover .event_card_hover_div_ticket_img_wrapper div.isCertificate {
	transform: rotate(0deg)
}
.event_card_hover_div_a:hover .event_card_hover_div_ticket_img_wrapper div.isAvtokino {
	transform: rotate(0deg)
}
.event_card_hover_div_a:hover .event_card_hover_div_ticket_img_wrapper div.isIcon {
	transform: scale(1.5);
    /*font-size: 40px;*/
    color: #950101;
}

.event_card_hover_div_a:hover .event_card_hover_div_ticket_text {
	background: #950101;
	-webkit-box-shadow: 0 0 5px 2px rgb(175, 1, 1);
	-moz-box-shadow: 0 0 5px 2px rgb(175, 1, 1);
	box-shadow: 0 0 5px 2px rgb(175, 1, 1)
}

.event_card_hover_div_a:hover .event_card_hover_div_ticket_outer_circle {
	background: #d0392e
}

.event_card_hover_div_a:hover .event_card_hover_div_ticket_inner_circle {
	background: #c11a1e
}

.event_card_hover_div_more_btn {
	position: absolute;
	top: 93px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
	border: 3px dotted #eaeaea;
	padding: 10px 0;
	color: #af0101;
	display: block;
	width: 115px;
	text-align: center;
	transition: ease-out .35s
}
.event_card_certificate .event_card_hover_div_more_btn {
	border: 3px dotted #ffe1e1;
}

.event_card_hover_div_more_btn:hover {
	color: #fff;
	background: #af0101
}

.event_card_hover_div_more_btn:hover~.event_card_hover_div_top {
	border-color: #af0101
}

.event_card_hover_div_center {
	margin-top: 40px
}

.event_card_hover_div_center_date {
	display: table;
	border-collapse: collapse;
	width: 100%
}

.event_card_hover_div_center_date_row {
	display: table-row
}

.event_card_hover_div_center_date_text {
	display: table-cell;
	border: 2px dashed #000;
	width: 25%;
	text-align: center;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	color: #000;
	cursor: default
}

.event_card_hover_div_center_date_text_span {
	position: relative;
	overflow: hidden;
	width: auto;
}

.event_card_hover_div_center_date_text_span span:nth-child(2) {
	display: none;
	font-size: 15px
}

.event_card_hover_div_center_date_text_span:hover span:nth-child(2) {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	background: #fff
}

.event_card_hover_div_center_date_text:nth-child(1) {
	width: 20%!important;
	font-size: 25px;
	color: #af0101
}

.event_card_hover_div_center_service {
	width: 100%;
	margin-top: 20px;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	cursor: default
}

.event_card_hover_div_center_service span {
	font-weight: 700
}

@media all and (max-width:991px) {
	.events-block {
		padding-left: 0;
		padding-right: 0
	}
	.event_card .event_card_hover_div_title a {
		font-size: 15px;
		line-height: 15px
	}
	.event_card_hover_div_center_date_text:nth-child(1) {
		font-size: 20px
	}
	.event_card_hover_div_center_date_text {
		font-size: 15px
	}
	.event_card_bottom_place {
		font-size: 10px
	}
	.event_card_hover_div_ticket_outer_circle,
	.event_card_hover_div_ticket_inner_circle,
	.event_card_hover_div_ticket_img_wrapper {
		display: none
	}
	.event_card_hover_div_ticket_text {
		padding-top: 10px
	}
	.event_card_hover_div_center_date_text_span span:nth-child(2) {
		font-size: 12px
	}
}

.event_getorder_concert {
	font-size: 25px;
}
.event_getorder_div {
	display: table;
	background: #fff;
	border-top: 2px solid #f44336;
	border-bottom: 2px solid #f44336;
	border-left: 3px dotted #f44336;
	border-right: 3px dotted #f44336;
	width: 100%;
	/*margin-bottom: 50px;*/
	color: #000
}
.event_getorder_div:hover {
	-webkit-box-shadow: 0 0 10px 0 #f44336;
	-moz-box-shadow: 0 0 10px 0 #f44336;
	box-shadow: 0 0 10px 0 #f44336;
	/* background: #f4433640 */
}
.event_getorder_block {
	border-left: 2px solid #f44336;
	border-right: 2px solid #f44336;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
}
.event_getorder_btn {
	display: block;
	background: rgba(244, 67, 54, 1);
	color: #fff !important;
	padding: 5px 15px;
	white-space: normal !important;
	font-weight: normal !important;
	text-align: center;
	cursor: pointer;
	transition: all .5s ease;
}
.event_getorder_btn:hover {
	border-radius: 10px;
}
.event_getorder_mobile {
	display: none;
}
.event_getorder_title {
	text-align: left;
}
.event_getorder_title div {
	font-size: 18px;
	line-height: 25px;
}
@media all and (max-width:991px) {
	.event_getorder_concert {
		font-size: 20px;
		line-height: 25px;
	}
	.event_getorder_title {
		display: none;
	}
	.event_getorder_block {
		display: block;
	}
	.event_getorder_mobile {
		display: block;
		text-align: left;
		margin-bottom: 10px;
	}
}




.event_mobile {
	display: table;
	background: #fff;
	border-top: 2px solid #f44336;
	border-bottom: 2px solid #f44336;
	border-left: 3px dotted #f44336;
	border-right: 3px dotted #f44336;
	width: 100%;
	/*margin-bottom: 50px;*/
	color: #000
}

.event_mobile:hover {
	-webkit-box-shadow: 0 0 10px 0 #f44336;
	-moz-box-shadow: 0 0 10px 0 #f44336;
	box-shadow: 0 0 10px 0 #f44336;
	background: #f4433640
}
.event_mobile.event_profile:hover {
	-webkit-box-shadow: 0 0 10px 0 #f44336;
	-moz-box-shadow: 0 0 10px 0 #f44336;
	box-shadow: 0 0 10px 0 #f44336;
	background: #fff
}
.event_profile a {
	color: #000;
}

.event_mobile_date {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
	border-left: 2px solid #f44336;
	width: 70px
}

.event_mobile_date_1 {
	font-size: 25px;
	line-height: 19px
}

.event_mobile_date_2 {
	font-size: 17px;
	line-height: 15px
}

.event_mobile_date_3 {
	font-size: 13px;
	line-height: 10px;
	font-weight: 700;
	margin-top: 8px;
	color: grey
}

.event_mobile_date_certificate {
	font-size: 40px;
	color: #af0101;
}

.event_mobile_img {
	display: table-cell;
	vertical-align: top;
	width: 53px
}

.event_mobile_img img {
	width: 100%
}

.event_mobile_desc {
	display: table-cell;
	vertical-align: top;
	padding: 5px 5px 5px 10px;
	border-right: 2px solid #f44336
}

.event_mobile_desc_1 {
	font-size: 1em;
	line-height: 1em;
	margin-top: 0px;
	font-weight: 700;
	height: 33px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.event_mobile_desc_1 div {
	display: inline-block;
	border: 1px solid #000;
	border-radius: 50px;
	width: 35px;
	text-align: center;
	margin-right: 5px
}

.event_mobile_desc_2 {
	margin-top: 5px;
	font-size: 13px;
	line-height: 10px
}
.event_mobile_desc_2_line {
	line-height: 20px;
}

.event_mobile_desc_2 span {
	font-weight: bold;
}
.event_mobile_desc_success {
	font-weight: bold;
	color: green;
}
.event_mobile_desc_error {
	font-weight: bold;
	color: #af0101;
}
.event_mobile_desc_4 {
	margin-top: 10px;
}
@media all and (max-width:550px) {
	.event_profile .event_mobile_date {
		width: 0px;
		padding: 0;
	}
	.event_profile .event_mobile_date_1, .event_profile .event_mobile_date_2, .event_profile .event_mobile_date_3 {
		display: none;
	}
}

.event_mobile_desc_3 {
	text-align: right;
	margin-top: 10px;
	font-size: 13px;
	line-height: 10px;
	font-weight: 700
}

.event_mobile_desc_3 div {
	display: inline-block;
}

.event_mobile_desc_3 span {
	color: #f44336
}

#YMapsID {
	width: 100%;
	height: 500px
}

.yamap-info-con {
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 90px
}

.YMapsID_mobile {
	display: none
}

.YMapsID_mobile button {
	background: rgba(255, 255, 255, .7);
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	text-shadow: 0 0 10px #fff;
	border: 3px solid #000;
	border-radius: 20px;
	padding: 10px;
	margin: 0 25px
}

.YMapsID_mobile button:hover {
	background: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 0 10px 0 rgba(175, 1, 1, 1);
	-moz-box-shadow: 0 0 10px 0 rgba(175, 1, 1, 1);
	box-shadow: 0 0 10px 0 rgba(175, 1, 1, 1)
}

.YMapsID_button_show {
	position: absolute;
	z-index: 10;
	display: none;
	top: 50px;
	left: 10px
}

.YMapsID_button_show.YMapsID_button_fixed {
	position: fixed;
	z-index: 10001
}

.YMapsID_button_show2 {
	position: absolute;
	background: #1c2126;
	width: 100%;
	text-align: center;
	padding: 8px 0;
	color: #fff;
	font-size: 20px;
	display: none
}

.YMapsID_button_show div {
	padding: 5px;
	background: #fff;
	border-radius: 5px;
	font-size: 20px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .75);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .75)
}

@media (max-width:992px) {
	#YMapsID {
		height: 400px
	}
	.bottom-cut-white {
		display: none
	}
	.YMapsID_mobile {
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, .7);
		z-index: 10;
		display: flex;
		text-align: center;
		align-items: center;
		justify-content: center
	}
	.yamap-container {
		display: none
	}
}

#nav_map {
	margin-top: 0;
	position: relative
}

.yamap-container {
	z-index: 16;
	background: #fff;
	height: 315px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 5px 5px rgba(175, 1, 1, .5);
	-moz-box-shadow: 0 0 5px 5px rgba(175, 1, 1, .5);
	box-shadow: 0 0 5px 5px rgba(175, 1, 1, .5);
	padding: 25px 20px;
	padding-left: 30px!important;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s
}

.yamap-container:hover {
	-webkit-box-shadow: 0 0 10px 8px rgba(175, 1, 1, .5);
	-moz-box-shadow: 0 0 10px 8px rgba(175, 1, 1, .5);
	box-shadow: 0 0 10px 8px rgba(175, 1, 1, .5)
}

.yamap-info {
	text-align: right;
	margin-right: 35px
}

.yamap-info i {
	font-size: 25px;
	position: absolute;
	margin-right: -28px;
	padding-right: -37px;
	cursor: pointer
}

.yamap-info i:hover {
	color: #af0101
}

.yamap-info-text {
	font-size: 18px
}

.yamap-info-text-l {
	margin-right: 10px
}

.yamap-info-text-l i {
	color: #af0101;
	width: 20px;
	text-align: center
}

.yamap-info-text-r {
	display: inline-table;
	font-size: 17px;
	line-height: 25px
}

.yamap-time {
	display: inline-block;
	width: 70px
}

.yamap-info-text-r a {
	color: #f44336;
	font-weight: 700
}

.yamap-info-text-r span {
	padding-left: 10px
}

.yamap-info-text-r a:hover {
	color: #af0101
}

.yamap-section {
	margin-bottom: 25px
}

.yamap-title {
	margin-top: 10px;
	padding-bottom: 10px
}

.yamap-info-text-r-div {
	display: inline-block;
	width: 150px
}

.top-cut-white {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 20px solid #fff;
	padding-top: 80px;
	margin-bottom: -19px;
	position: relative;
	z-index: 10;
	padding-top: 0;
	max-width: 40vw
}

@media (max-width:1300px) {
	.top-cut-white {
		max-width: 25vw
	}
}

@media (max-width:992px) {
	.top-cut-white {
		max-width: 25vw
	}
}

.bottom-cut-white {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 20px solid #fff;
	padding-bottom: 80px;
	margin-top: -19px;
	position: relative;
	z-index: 10;
	padding-bottom: 0
}

.top-cut-grey {
	border-left: 0 solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #fff;
	margin-bottom: -15px;
	position: relative;
	z-index: 10;
	padding-top: 0;
	max-width: 40vw
}

.bottom-cut-grey {
	border-left: 0 solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #1c2126;
	margin-bottom: -15px;
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 10;
	padding-top: 0;
	width: 60vw
}

.main-slider-control .slick-slider .slick-list .slick-track {
	min-width: 100%!important;
	text-align: center
}

.slick-initialized .slick-slide {
	display: inline-block!important;
	float: none
}

.iframe-block {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,1);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,1);
}
.iframe-info {
	text-align: center;
	margin-top: 10px;
	font-size: 17px;
	line-height: 25px;
}
.iframe-info span {
	font-weight: bold;
}
.iframe-info span.iframe-info-shift {
	white-space: nowrap;
	border: 1px solid #000;
	padding: 0px 5px;
	border-radius: 7px;
	font-weight: bold;
	background: #fff;
}

.text-block__title_second {
	margin-bottom: 20px;
}
.event_page_info {
    border-top: 2px solid #f44336;
    border-bottom: 2px solid #f44336;
    border-left: 10px dashed #f44336;
    border-right: 10px dashed #f44336;
}
.event_page_info_div {
	display: flex;
	justify-content: space-between;
	height: 300px;
}
.event_page_info_div_avtokino {
	height: auto;
}
.event_page_info_left {
	height: 300px;
    border-right: 5px dashed #f44336;
    border-left: 5px solid #f44336;
    background: #fff;
}
.event_page_info_div_avtokino .event_page_info_left {
	height: auto;
}
.event_page_info_div_avtokino .event_page_info_left-info_buy {
	padding: 5px 10px;
	text-align: center;
	font-size: 20px;
	background: #f44336;
	color: #fff;
	cursor: pointer;
	transition: all .5s ease;
	text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
	border-bottom: 2px solid #f44336;
}
.event_page_info_div_avtokino .event_page_info_left-info_buy i {
	margin-right: 15px;
}
.event_page_info_div_avtokino .event_page_info_left-info_buy:hover {
	background: #af0101;
}

.event_page_info_div_avtokino .event_page_info_left-info_bottom {
	padding: 0px 5px;
	text-align: center;
	font-size: 20px;
	background: #f44336;
	color: #fff;
	cursor: pointer;
	transition: all .5s ease;
	text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
	display: block;
}
.event_page_info_div_avtokino .event_page_info_left-info_bottom:hover {
	background: #af0101;
}

.event_page_info_div_avtokino .event_page_info_left-info {
	font-weight: bold;
	font-size: 14px;
	padding: 10px 5px 10px 10px;
	border-bottom: 1px solid #e5e5e5;
}
.event_page_info_div_avtokino .event_page_info_left-info div {
	display: inline-block;
	font-weight: normal;
	width: 100px;
}
.event_page_info_div_avtokino .event_page_info_left-info_social {
	text-align: center;
	padding: 10px 0px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
}
.event_page_info_div_avtokino .event_page_info_left-info_social a {
	border: 2px solid #4e7299;
	padding: 0px 7px;
	font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
	text-shadow: none;
	color: #000;
	white-space: nowrap;
}
.event_page_info_div_avtokino .event_page_info_left-info_social a:hover {
	background: #4e7299;
	color: #fff;
}

.event_page_info_left img {
	height: 100%;
	padding: 0px 10px;
}
.event_page_info_div_avtokino .event_page_info_left img {
	width: 100%;
	height: auto;
	border-bottom: 2px solid #f44336;
	padding: 10px;
}

.event_page_info_center {
	padding: 0px 10px;
	width: 100%;
	position: relative;
	background: #fff;
	overflow: hidden;
}
.event_page_info_center_right {
	padding: 0px 10px;
	border-right: 5px solid #f44336;
	width: 100%;
	position: relative;
	background: #fff;
	overflow: hidden;
}
.event_page_info_center-desc {
	font-size: 18px;
	line-height: 30px;
}
.event_page_info_center-age {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    border: 2px solid #000;
    font-weight: bold;
}
.event_page_info_center-title {
	margin-top: 5px;
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	margin-right: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-align: left;
}
.event_page_info_center-title--type1 {
	margin-top: 1rem;
}

.event_page_info_center-date, .event_page_info_center-hall, .event_page_info_center-social, .event_page_info_center-prices, .event_page_info_center-free {
	text-align: left;
}

.event_page_info_center-date div, .event_page_info_center-hall div, .event_page_info_center-social div, .event_page_info_center-prices div, .event_page_info_center-free div {
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
}
.event_page_info_center-date div, .event_page_info_center-hall div, .event_page_info_center-social div {
	width: 185px;
}
.event_page_info_center-prices div, .event_page_info_center-free div {
	width: 185px;
}

.event_page_info_center-hall span:hover {
	cursor: pointer;
	font-weight: bold;
}

.event_page_info_center-social a {
	border: 2px solid #4e7299;
	padding: 0px 7px;
	font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
	text-shadow: none;
	color: #000;
	white-space: nowrap;
}
.event_page_info_center-social a i {
	color: #4e7299;
}
.event_page_info_center-prices {
}
.event_page_info_center-prices span {
    font-size: 13px;
    color: #f44336;
}

.event_page_info_center-social a:hover {
    background: #4e7299;
    color: #fff;
}
 .event_page_info_center-social a:hover i {
    color: #fff;
}

.event_page_info_center-text {
	font-size: 20px;
	line-height: 25px;
}
@media (max-width:576px) {
	.event_page_info_center-text {
		font-size: 15px;
		line-height: 18px;
	}
}

.event_page_info_right {
	padding: 0px 10px;
	border-right: 5px solid #f44336;
	border-left: 5px dashed #f44336;
	margin-right: -1px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.event_page_info_right div {
	/*writing-mode: tb-rl;
	transform: rotate(180deg);*/
	display: inline-flex;
	height: 80%;
	width: 60px;
	justify-content: center;
}
.event_page_info_right div img {
	height: 100%;
}
.event_page_info_scheme_choose {
	font-size: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f44336;
	margin-bottom: 10px;
}
.event_page_info_parents {
	/* background: #fff; */
	margin-bottom: 30px;
	/*text-align: justify;*/
}
.event_page_info_parents div,
.event_page_info_parents a {
	display: inline-block;
	margin: 5px;
    padding: 10px;
    border: 2px solid #000;
    border-radius: 10px;
    font-size: 17px;
    line-height: 22px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
	cursor: pointer;
	text-align: center;
	transition: all .2s ease;
	color: #000;
}
.event_page_info_parents div span,
.event_page_info_parents a span {
	font-weight: bold;
	white-space: nowrap;
}
.event_page_info_parents .active {
    background: #e31e23;
    color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px #e31e23;
    -moz-box-shadow: 0px 0px 10px 0px #e31e23;
    box-shadow: 0px 0px 10px 0px #e31e23;
}

.event_page_info_parents div:hover,
.event_page_info_parents a:hover {
    background: #af0101;
    color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px #af0101;
    -moz-box-shadow: 0px 0px 10px 0px #af0101;
    box-shadow: 0px 0px 10px 0px #af0101;
}

.iframe-button {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	border: 2px solid #000;
	padding: 15px 5px;
	border-radius: 10px;
	background: #f44336;
	color: #fff;
	font-size: 25px;
	line-height: 1.3;
	-webkit-box-shadow: 0px 0px 10px 0px #af0101;
	-moz-box-shadow: 0px 0px 10px 0px #af0101;
	box-shadow: 0px 0px 10px 0px #af0101;
	cursor: pointer;
	display: none;
}
.iframe-button:hover {
	background: #af0101;
}


@media (max-width:1100px) {
	.event_page_info_right {
		border-left: none;
		padding: 0;
	}
	.event_page_info_right div {
		display: none;
	}
	.event_page_info hr {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
}
@media (min-width:901px) {
	.show-min-900 {
		display: none;
	}
}
@media (max-width:900px) {
	.event_page_info_left {
		border-right: none;
		padding: 0;
	}
	.event_page_info_left img {
		display: none;
	}
	.show-max-900 {
		display: none;
	}
	.event_page_info_center-date {
		margin-top: 10px;
	}
	.event_page_info_center-date, .event_page_info_center-hall, .event_page_info_center-social, .event_page_info_center-prices, .event_page_info_center-free {
		line-height: 30px;
	}
}
@media (max-width:900px) {
	.event_page_info_center-social div {
		display: none;
	}
	.event_page_info_center-free {
		display: none;
	}
}
@media (max-width:500px) {
	.event_page_info_center-date div, .event_page_info_center-hall div, .event_page_info_center-social div, .event_page_info_center-prices div, .event_page_info_center-free div {
		display: none;
	}
	.event_page_info_center-date, .event_page_info_center-hall, .event_page_info_center-social, .event_page_info_center-prices, .event_page_info_center-free {
		text-align: center;
	}
}

.event_page_button-certificate {
	display: block;
	padding: 10px 10px;
	text-align: center;
	font-size: 30px;
	line-height: 35px;
	background: #f44336;
	color: #fff;
	cursor: pointer;
	border: 1px solid #af0101;
	border-radius: 15px;
	transition: all .5s ease;
	text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
.event_page_button-certificate i {
	margin-right: 15px;
}
.event_page_button-certificate:hover {
	background: #af0101;
	border-radius: 15px;
	box-shadow: 0px 0px 5px #f44336;
}

.event_tab {
	display: none;
}
.event_tab_active {
	display: block;
}
.block_center {
	text-align: center;
}

.FrameFixedBody {
	overflow: hidden;
}
.FrameFixed-block {
	display: none;
}
.FrameFixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff;
	overflow: hidden;
}
.FrameFixed-close {
	text-align: center;
	padding: 10px 0;
	background: #f44336;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	height: 40px;
}
.FrameFixed-close:hover {
	background: #af0101;
}
.FrameFixed-content {
	width: 100%;
	height: calc(100% - 40px);
}
.FrameFixed-pretext {
	margin-bottom: 2.5rem!important;
	padding: 15px;
	background: rgba(255, 208, 208, 0.5);
	border: 1px solid #ffd0d0;
	border-radius: 10px;
	font-size: 20px;
	line-height: 30px;
	transition: all .5s ease;
}
.FrameFixed-pretext p {
	text-indent: 25px;
}
.FrameFixed-pretext:hover {
	background: rgba(255, 208, 208, 1);
	box-shadow: 0px 0px 5px #f44336;
	border: 1px solid #af0101;
}
.FrameFixed-pretext.colorGreen {
	border: 1px solid #c3e6cb;
	background-color: rgb(212 237 218 / 50%);
}
.FrameFixed-pretext:hover.colorGreen {
	background: rgb(212 237 218 / 100%);
	box-shadow: 0px 0px 5px #c3e6cb;
	border: 1px solid #c3e6cb;
}

.FrameFixed-certificate {
	margin-bottom: 2.5rem!important;
	padding: 15px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #ffd0d0;
	border-radius: 10px;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	transition: all .5s ease;
}
.FrameFixed-certificate p {
	margin-bottom: 20px;
}
.FrameFixed-certificate span {
	text-indent: 25px;
	display: block;
}
.FrameFixed-certificate:hover {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 5px #f44336;
	border: 1px solid #af0101;
}

.event-mini-slider img {
	height: 100%;
	width: auto;
}

.event-mini-slider .video {
	position: relative;
	height: 100%!important;
	min-width: 550px;
}
.event-mini-slider .video iframe {
	height: 100%!important;
	width: 100%!important;
}
.event-mini-slider .slick-slider .slick-track {
	height: 300px;
}
.event-mini-slider  .slick-initialized .slick-slide {
	height: 100%;
}
.event-mini-slider .main-mini-slides-left {
	left: -46px;
}
.event-mini-slider .main-mini-slides-right {
	right: -46px;
}
@media (max-width:1250px) {
	.event-mini-slider .main-mini-slides-left {
		left: 0;
	}
	.event-mini-slider .main-mini-slides-right {
		right: 0;
	}
	.event-mini-slider .main-mini-slides-left, .event-mini-slider .main-mini-slides-right {
		display: block !important;
		-webkit-box-shadow: 0px 0px 10px 5px #fff;
		-moz-box-shadow: 0px 0px 10px 5px #fff;
		box-shadow: 0px 0px 10px 5px #fff;
	}
	.event-mini-slider .main-mini-slide {
		width: auto !important;
	}
}

@media (max-width:700px) {
	.event-mini-slider .slick-slider .slick-track {
		height: 250px;
	}
}
@media (max-width:500px) {
	.event-mini-slider .slick-slider .slick-track {
		height: 200px;
	}
}


.navMenu-shopBlock_listTicket {
	display: inline-block;
	min-height: 80px;
	width: 160px;
	position: relative;
	background: rgb(255, 255, 255);
	border-width: 1px;
	border-style: solid solid solid;
	font-size: 16px;
	line-height: 18px;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,1);
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,1);
	z-index: 1;
	padding: 5px;
	cursor: default;
	margin-bottom: 25px;
	width: 100%;
}
.navMenu-shopBlock_listTicketHover:hover {
	-webkit-box-shadow: 0px 1px 10px 0px #af0101;
	-moz-box-shadow: 0px 1px 10px 0px #af0101;
	box-shadow: 0px 1px 10px 0px #af0101;
}

.event_profile_row {
	width: 100%;
	display: table;
}

.navMenu-shopBlock_listTicket > div {
    font-weight: bold;
    white-space: nowrap;
}
.navMenu-shopBlock_listTicketDiv {
    display: none;
    width: 65px;
    font-weight: normal;
}
.navMenu-shopBlock_listTicketDiv2 {
    display: inline-block;
    margin-left: 5px;
    font-weight: normal;
    font-size: 11px;
}
.navMenu-shopBlock_listTicketPrice {
    padding-top: 4px;
    border-top: 2px dotted #af0101;
    margin-top: 5px;
}
.navMenu-shopBlock_listTicketSector {
    margin-top: 5px;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.navMenu-shopBlock_listTicketButton {
	display: block;
	width: 100%;
	background: rgba(244, 67, 54, 1);
	color: #fff !important;
	padding: 5px 10px;
	white-space: normal !important;
	font-weight: normal !important;
	text-align: center;
	cursor: pointer;
	transition: all .5s ease;
}
.navMenu-shopBlock_listTicketButton:hover {
	border-radius: 10px;
	background: #af0101;
}

.navMenu-shopBlock_listTicketAfter {
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 2px dotted #af0101;
	margin-bottom: 10px;
}

.event_tickets_row {
	padding: 15px;
	width: 100%;
	border-left: 2px solid #f44336;
	border-right: 2px solid #f44336;
	position: relative;
}
.event_tickets_row_canceled {
	font-size: 15px;
	line-height: 20px;
}


.menu_medium {
	margin-bottom: 40px;
	border: 2px solid #ededed;
	background: #fff;
}
.menu_medium-title {
	background: #f44336;
	padding: 10px 5px 10px 10px;
	font-size: 20px;
	color: #fff;
	border-bottom: 2px solid #af0101;
}
.menu_medium-ul {
	padding: 20px 0px;
}
.menu_medium-li {
	padding: 8px 20px;
	cursor: pointer;
	transition: all 0.3s ease-out 0s;
}
.menu_medium-li_active {
	background: rgba(244, 67, 54, 0.25);
	padding-left: 30px;
}
.menu_medium-li:hover {
	background: rgba(244, 67, 54, 0.5);
	padding-left: 30px;
}
.menu_medium-div {
	color: #000;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.menu_medium-text {

}
.menu_medium-icon {
	font-size: 20px;
}

.menu_medium_button {
	display: block;
	color: #000;
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 10px;
    border: 2px solid #000;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    background: #fff;
    cursor: pointer;
    transition: all .5s ease;
}
.menu_medium_button-active {
	background: #fcd0cd;
}
.menu_medium_button:hover {
	background: #f9a19a;
	box-shadow: 0px 0px 10px 2px #f9a19a;
}


.display_flex {
	display: flex;
}
.discount_block-item {
	padding: 20px 20px 0px 20px;
	box-shadow: 0px 0px 6px 0px rgba(26, 26, 26, 0.2);
	background: #fff;
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
}
.discount_block-item:hover {
	box-shadow: 0px 0px 6px 0px rgba(26, 26, 26, 1);
}
.discount_block-item__title {
	font-size: 25px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #af0101;
}
.discount_block-item__content {

}
.discount_block-item__content-events {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 1.4;
}
.discount_block-item__content-events span {
	font-weight: bold;
}
.discount_block-item__content-events a {
	color: #000;
}
.discount_block-item__content-events a:hover {
	color: #af0101;
}
.discount_block-item__content-image img {
	width: 90px;
	margin-right: 15px;
}
.discount_block-item__content-title {
	display: inline-block;
	font-size: 20px;
	margin-bottom: 5px;
	border-bottom: 2px solid #f44336;
}
.discount_block-item__content-text {
	/*text-align: justify;*/
	line-height: 1.3;
}
.discount_block-item__content-text2 {
	text-align: justify;
	line-height: 2;
}
@media (max-width:500px) {
	.discount_block-item__content-text2 {
		font-size: 12px;
	}
}
.discount_block-item__content-conditions {
	margin-top: 15px;
	display: none;
}
.discount_block-item__content-result {
	margin-top: 15px;
	display: none;
}

.discount_block-item__content-conditions a, .discount_block-item__content-result a {
	font-weight: bold;
	color: #000;
}
.discount_block-item__content-conditions a:hover, .discount_block-item__content-result a:hover {
	color: #af0101;
}

.discount_block-item__footer {
	margin-top: 20px;
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.discount_block-item__footer-conditions {
	padding: 10px;
	color: #fff;
	background: #f44336;
	cursor: pointer;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}
.discount_block-item__footer-conditions:hover {
	background: #af0101;
}

.discount_block-item__footer-date {
	padding: 10px;
    text-align: center;
}
.discount_block-item__footer-date span {
	font-weight: bold;
}
.discount_block-item__footer-result {
	padding: 10px;
	background: #8BC34A;
	color: #fff;
	cursor: pointer;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.discount_block-item__footer-result:hover {
	background: #4caf50;
}

.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.corner-ribbon.sticky{
  position: absolute; 
}
.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.corner-ribbon.top-left{
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.corner-ribbon.r_green{background: #8bc34a; color: #fff; cursor: pointer;}
.corner-ribbon.r_green:hover{background: #4caf50;}
.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}


.halls_block {

}
.halls_block-item {
	padding: 20px 20px 0px 20px;
	box-shadow: 0px 0px 6px 0px rgba(26, 26, 26, 0.2);
	background: #fff;
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
}
.halls_block-item:hover {
	box-shadow: 0px 0px 6px 0px rgba(26, 26, 26, 1);
}
.halls_block-item__title {
	font-size: 25px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #af0101;
}
.halls_block-item__content {
	position: relative;
}
.halls_block-item__content-active {
	height: 290px;
	transition: all .5s ease;
}
.halls_block-item__content-image {
	text-align: center;
}
.halls_block-item__content-image img {
	width: 150px;
	margin-right: 15px;
}
.halls_block-item__content-title {
	display: inline-block;
	font-size: 20px;
	margin-bottom: 5px;
	border-bottom: 2px solid #f44336;
}
.halls_block-item__content-text {
	/*text-align: justify;*/
	line-height: 1.3;
}
.halls_block-item__footer {
	margin-top: 20px;
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.halls_block-item__footer-more, .halls_block-item__footer-map {
	padding: 10px;
	color: #fff;
	background: #f44336;
	cursor: pointer;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}
.halls_block-item__footer-more {
	width: 150px;
}
.halls_block-item__content-map {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	height: 300px;
	width: 100%;
}
.halls_block-item__footer-map:hover {
	background: #af0101;
}

.information_block {

}
.information_block__item {
	padding: 20px 20px 25px 20px;
	box-shadow: 0px 0px 6px 0px rgba(26, 26, 26, 0.2);
	background: #fff;
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
}
.information_block__item:hover {
	box-shadow: 0px 0px 6px 0px rgba(26, 26, 26, 1);
}
.information_block__item-content {
	position: relative;
	font-size: 20px;
	line-height: 30px;
}
.information_block__item-content > p {
	margin-bottom: 10px;
	text-indent: 15px;
}


.nav_pagination  {
	color: #000;
}
.nav_pagination-item {

}
.nav_pagination-link {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #dee2e6;
	display: block;
	color: #000;
}
.nav_pagination-link:hover {
	font-weight: bold;
	background-color: #f44336;
	border: 1px solid #f44336;
}

.nav_pagination-link:hover.nav_pagination-link_active, .nav_pagination-link_active {
	color: #fff;
	background-color: #af0101;
	border: 1px solid #af0101;
	font-weight: bold;
}

.modal-login {
	color: #636363;
	width: 350px;
	margin-top: 35px;
}
.modal-login .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
	box-shadow: 0px 0px 15px #fff;
}
.modal-login .modal-header {
	border-bottom: none;   
    position: relative;
    justify-content: center;
}
.modal-login h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -15px;
	color: #000;
}
.modal-login .form-control:focus {
	border-color: #f44336;
}
.modal-login .form-control, .modal-login .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-login .close {
    position: absolute;
	top: -5px;
	right: -5px;
}	
.modal-login .modal-footer {
	background: #ecf0f1;
	border-color: #dee4e7;
	text-align: center;
    justify-content: space-between;
	margin: 0 -20px -20px;
	border-radius: 5px;
	font-size: 13px;
	padding: 0;
}
.modal-login .modal-footer a {
	color: #000;
	display: flex;
	font-size: 20px;
	padding: 15px;
}
.modal-login .modal-footer a.login-create {
	background: #f44336;
	color: #fff;
	cursor: pointer;
}
.modal-login .modal-footer a.login-create:hover {
	background: #af0101;
}

.modal-login .avatar {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -70px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	background: #fff;
	padding: 15px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	border: 2px solid #af0101;
}
.modal-login .avatar img {
	width: 100%;
}
.modal-login .btn {
    color: #fff;
    border-radius: 4px;
	background: #f44336;
	text-decoration: none;
	transition: all 0.4s;
    line-height: normal;
    border: none;
}
.modal-login .btn:hover, .modal-login .btn:focus {
	background: #af0101;
	outline: none;
}
.custom-control-label::before, .custom-control-label::after {
	top: 0px;
}
.login-a-btn {
    color: #000;
    border-radius: 5px;
    border: 1px solid #f44336;
    text-decoration: none;
    transition: all 0.4s;
    display: block;
    min-height: 40px;
    line-height: 40px;
    font-size: 22px;
    margin-bottom: 15px;
}
.login-a-btn:hover {
	border: 1px solid #af0101;
	box-shadow: 0px 0px 10px #af0101;
}
.login-a-btn2 {
    color: #000;
    border-radius: 5px;
    border: 2px solid #0000ff;
    text-decoration: none;
    transition: all 0.4s;
    display: block;
    min-height: 40px;
    line-height: 40px;
    font-size: 22px;
    margin-bottom: 15px;
}
.login-a-btn2:hover {
	border: 2px solid #0000ff;
	box-shadow: 0px 0px 10px #0000ff;
}


.form-oc-container {
	padding: 0px 10px;
	margin-bottom: 75px;
}
.form-oc-block {
	padding: 10px 10px;
	box-shadow: 0px 0px 6px 0px rgba(26, 26, 26, 0.2);
	background: #fff;
	margin-top: 4px;
	margin-bottom: 30px;
	width: 100%;
}
.form-oc-block:hover {
	box-shadow: 0px 0px 6px 0px rgba(26, 26, 26, 1);
}
.form-oc-block-error {
	box-shadow: 0px 0px 6px 0px #f44336;
}
.form-oc-block-error:hover {
	box-shadow: 0px 0px 6px 0px #af0101;
}
.form-oc-error-title {
	font-size: 23px;
	line-height: 25px;
	margin-bottom: 10px;
	color: #af0101;
	color: #000;
}
.form-oc-error-title2 {
	font-size: 23px;
	line-height: 25px;
	margin-bottom: 10px;
	color: #af0101;
}
.form-oc-error-text {
    font-size: 20px;
    line-height: 30px;
}
.form-oc-success-title {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: green;
	margin-bottom: 15px;
	margin-top: 5px;
}
.form-oc-success-text {
	text-align: center;
	font-size: 20px;
	line-height: 35px;
}
.form-oc-success-text a {
	color: #000;
	font-weight: bold;
}

.form-oc-right {
	padding: 10px;
}
.form-oc-offer {
	height: 550px;
	width: 100%;
	border: 1px solid #000;
	overflow-y: auto;
	padding: 15px 10px;
	font-size: 16px;
	line-height: 18px;
}
.form-oc-footer {
	font-size: 18px;
	line-height: 25px;
}
.form-oc-footer a {
	font-weight: bold;
	color: #000;
}
.form-oc-button {
	color: #fff;
	border-radius: 4px;
	background: #f44336;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
	cursor: pointer;
	width: 100%;
	padding: 10px 0px;
	font-size: 20px;
	margin-top: 15px;
}
.form-oc-button:hover {
	background: #af0101;
}
a.form-oc-button {
	color: #fff;
	font-weight: normal;
}

.form-oc-table {
	position: relative;
	display: table;
	width: 100%;
}

.form-oc-activate {
	max-width: 300px;
	width: 100%;
	display: inline-block;
}

.form-oc input {
	color: #373737;
	background: #fff;
	border: 1px solid #CCCCCC;
	color: #aaa;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
	padding: 20px 6px;
	height: 22px;
	width: 280px;
	color: #000;
	width: 100%;
}
.form-oc input:hover {
	border: 1px solid #f44336;
}
.form-oc input:focus {
	border: 1px solid #af0101;
}
.form-oc input.isError {
	box-shadow: 0px 0px 5px 0px #af0101;
	border-color: #af0101;
}

.form-oc-text {
	font-size: 20px;
	margin-bottom: 3px;
}
.form-oc-small_success {
	color: #28a745;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}
.form-oc-small_nexttime {
	color: #af0101;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}
.form-oc-small_error {
	color: #af0101;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}

/* tooltip */
.tool-tip{
    color: #fff;
    background-color: rgba( 0, 0, 0, .7);
    text-shadow: none;
    font-size: 15px;
    line-height: 18px;
    visibility: hidden;
    -webkit-border-radius: 7px; 
    -moz-border-radius: 7px; 
    -o-border-radius: 7px; 
    border-radius: 7px; 
    text-align: center; 
    opacity: 0;
    z-index: 999;
    padding: 8px 8px;   
    position: absolute;
    cursor: default;
    -webkit-transition: all 240ms ease-in-out;
    -moz-transition: all 240ms ease-in-out;
    -ms-transition: all 240ms ease-in-out;
    -o-transition: all 240ms ease-in-out;
    transition: all 240ms ease-in-out;  
}

.tool-tip,
.tool-tip.top{
    top: auto;
    bottom: 114%;
    left: 50%;      
}

.tool-tip.top:after,
.tool-tip:after{
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -7px;
    content: ' ';
    height: 0px;
    width: 0px;
    border: 6px solid transparent;
    border-top-color: rgba( 0, 0, 0, .7);   
}

/* default heights, width and margin w/o Javscript */

.tool-tip,
.tool-tip.top{
    width: 200px;
    /*height: 40px;*/
    margin-left: -85px;
}

/* tool tip position right */

.tool-tip.right{
    top: 50%;
    right: auto;
    left: 106%;
    margin-top: -15px;
    margin-right: auto; 
    margin-left: auto;
}

.tool-tip.right:after{
    left: -5px;
    top: 50%;   
    margin-top: -6px;
    bottom: auto;
    border-top-color: transparent;  
    border-right-color: rgba( 0, 0, 0, .7); 
}

/* tool tip position left */

.tool-tip.left{
    top: 50%;
    left: auto;
    right: 105%;
    margin-top: -15px;  
    margin-left: auto;  
}

.tool-tip.left:after{
    left: auto;
    right: -12px;
    top: 50%;
    margin-top: -6px;
    bottom: auto;
    border-top-color: transparent;  
    border-left-color: rgba( 0, 0, 0, .7);  
}

/* tool tip position bottom */

.tool-tip.bottom{
    top: 115%;
    bottom: auto;
    left: 50%;
    margin-bottom: auto;    
}

.tool-tip.bottom:after{
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -7px;
    content: ' ';
    height: 0px;
    width: 0px;
    border: 6px solid transparent;
    border-top-color: transparent;  
    border-bottom-color: rgba( 0, 0, 0, .6);    
}

/* tooltip on focus left and right */

.on-focus .tool-tip.left,
.on-focus .tool-tip.right{
    margin-top: -19px;
}

/* on hover of element containing tooltip default*/

*:not(.on-focus):hover > .tool-tip,
.on-focus input:focus + .tool-tip{
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 240ms ease-in-out;
    -moz-transition: all 240ms ease-in-out;
    -ms-transition: all 240ms ease-in-out;
    -o-transition: all 240ms ease-in-out;
    transition: all 240ms ease-in-out;      
}


/* tool tip slide out */

*:not(.on-focus) > .tool-tip.slideIn,
.on-focus > .tool-tip{
    display: block;
}

.on-focus > .tool-tip.slideIn{
    z-index: -1;
}

.on-focus > input:focus + .tool-tip.slideIn{
    z-index: 1;
}

/* bottom slideIn */

*:not(.on-focus) > .tool-tip.slideIn.bottom,
.on-focus > .tool-tip.slideIn.bottom{
    top: 50%;   
}

*:not(.on-focus):hover > .tool-tip.slideIn.bottom,
.on-focus > input:focus + .tool-tip.slideIn.bottom{
    top: 115%;
}   

.on-focus > input:focus + .tool-tip.slideIn.bottom{
    top: 100%;
}

/* top slideIn */

*:not(.on-focus) > .tool-tip.slideIn,
*:not(.on-focus) > .tool-tip.slideIn.top,
.on-focus > .tool-tip.slideIn,
.on-focus > .tool-tip.slideIn.top{
    bottom: 50%;
}

*:not(.on-focus):hover > .tool-tip.slideIn,
*:not(.on-focus):hover > .tool-tip.slideIn.top,
.on-focus > input:focus + .tool-tip.slideIn,
.on-focus > input:focus + .tool-tip.slideIn.top{
    bottom: 110%;
}   

/* left slideIn */

*:not(.on-focus) > .tool-tip.slideIn.left,
.on-focus > .tool-tip.slideIn.left{
    right: 50%; 
}

*:not(.on-focus):hover > .tool-tip.slideIn.left,
.on-focus > input:focus + .tool-tip.slideIn.left{
    right: 105%;        
}

/* right slideIn */

*:not(.on-focus) > .tool-tip.slideIn.right,
.on-focus > .tool-tip.slideIn.right{
    left: 50%;      
}

*:not(.on-focus):hover > .tool-tip.slideIn.right,
.on-focus > input:focus + .tool-tip.slideIn.right{
    left: 105%;
}

.about_oc-main-img img {
	width: 100%;
}
.about_oc-main-title {
	text-align: center;
}
.about_oc-main-title span {
	font-weight: bold
}
.about_oc-main-title-address {
	font-size: 15px;
}
.about_oc-main-social {
	text-align: center;
}
.about_oc-main-social .promo_social_div {
	display: inline-block;
}
.about_oc-place-title {
	text-align: center;
	font-weight: bold;
}
.about_oc-place-desc {
	text-align: center;
	font-size: 15px;
}
.about_oc-place-table {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
}
.about_oc-place-table_td {
	width: 50px;
	text-align: left;
	font-weight: bold;
}
.organization_oc-main p {
	margin-bottom: 15px;
}
.organization_oc-button a {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 25px;
	max-width: 500px;
	width: 300px !important;
}

.m_ticket-background {
	background: #fff !important;
}
.m_ticket-block {
	width: 100% !important;
	padding: 20px;
}
.m_ticket-image img {
	width: 100%;
}
.m_ticket-btn {
	color: #fff;
	border-radius: 4px;
	background: #f44336;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
	padding: 10px 15px;
	text-shadow: none;
	font-size: 20px;
}
.m_ticket-btn:hover {
	background: #af0101;
}
.m_ticket-title {
	text-align: center;
	font-size: 35px;
	line-height: 45px;
	margin: 10px 0px 20px;
	font-weight: bold;
}
.m_ticket-text {
	font-size: 17px;
	line-height: 1.7;
	color: #000;
	text-align: justify;
	text-shadow: 0 0 10px #fff;
	margin: 0px;
}
.m_ticket-text p.paragraph {
	text-indent: 25px;
	margin-bottom: 15px;
}
.m_ticket-title_error {
	color: #af0101;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}
.m_ticket-code {
	text-align: center;
	font-size: 25px;
	margin-top: 15px;
}
.m_ticket-error_1 {
	color: #af0101;
	font-weight: bold;
}
.m_ticket-info_type {
	color: #646464;
	font-size: 20px;
	line-height: 25px;
}
.m_ticket-info_text {
	color: #000;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
}
.m_ticket-entrance_1 {
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	border: 5px solid #000;
	padding: 5px;
}
.m_ticket-entrance_2 {
	text-align: center;
	font-size: 11px;
	line-height: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.m_ticket-bodyBlock-btn {
	color: #000;
	border-radius: 5px;
	border: 5px solid #f44336;
	text-decoration: none;
	transition: all 0.4s;
	display: block;
	line-height: 50px;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
	cursor: pointer;
}
.m_ticket-bodyBlock-btn:hover {
	border: 5px solid #af0101;
	box-shadow: 0px 0px 10px #af0101;
}
.m_ticket-bodyBlock-btn2 {
	color: #000;
	border-radius: 5px;
	border: 5px solid #f44336;
	text-decoration: none;
	transition: all 0.4s;
	display: block;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
	cursor: pointer;
}
.m_ticket-bodyBlock-btn2:hover {
	border: 5px solid #af0101;
	box-shadow: 0px 0px 10px #af0101;
}
.m_ticket-bodyBlock-content {
	display: none;
}



.app_avtokino {
	background: #e8e8e8;
	box-shadow: 0px 0px 5px 0px #af0101;
	z-index: 10;
	position: relative;
	transition: all .5s ease;
}
.app_avtokino:hover {
	box-shadow: 0px 0px 10px 0px #af0101;
}
.app_avtokino__top {
	background: #e8e8e8;
	height: 15px;
	width: 40vw;
	margin-left: -25px;
	transform: skew(-45deg, 0);
	z-index: -1;
}
.app_avtokino__bottom {
	background: #e8e8e8;
	height: 15px;
	width: 40vw;
	margin-right: -25px;
	transform: skew(-45deg, 0);
	z-index: -1;
}
.app_avtokino__bottom-flex {
	display: flex;
	justify-content: flex-end;
}

.app_avtokino_sessions {

}
.app_avtokino_sessions__item {
	display: inline-flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	border: 2px solid #000;
	margin-bottom: 20px;
	transition: all .2s ease;
}
.app_avtokino_sessions__item:hover {
	border-radius: 10px;
	box-shadow: 0px 0px 5px #000;
	background: #e9ecef;
}

.app_avtokino_sessions__item-left {
	display: inline-flex;
	align-items: center;
}
.app_avtokino_sessions__item-right {
	display: flex;
	align-items: center;
}
.app_avtokino_sessions__item-time {
	display: flex;
	align-items: center;
	padding: 15px;
	border-right: 2px solid #000;
}
.app_avtokino_sessions__item-time div {
	width: 60px;
}
.app_avtokino_sessions__item-title {
	display: flex;
	align-items: center;
	padding-left: 15px;
	font-weight: bold;
}
.app_avtokino_sessions__item-buy {
	display: flex;
	align-items: center;
	margin-right: 15px;
}
.app_avtokino_sessions__item-buy a {
	border: 1px solid #f44336;
	background: #f44336;
	color: #fff;
	padding: 5px 10px;
}
.app_avtokino_sessions__item-buy a:hover {
	border: 1px solid #af0101;
	background: #af0101;
	box-shadow: 0px 0px 5px #af0101;
}
@media (max-width:767px) {
	.app_avtokino_sessions__item {
		display: block;
	}
	.app_avtokino_sessions__item-left {
		display: block;
		text-align: center;
	}
	.app_avtokino_sessions__item-time {
		display: inline-block;
		text-align: center;
		white-space: nowrap;
		border: none;
	}
	.app_avtokino_sessions__item-time div {
		display: inline-block;
	}
	.app_avtokino_sessions__item-title {
		display: block;
		text-align: center;
	}
	.app_avtokino_sessions__item-buy {
		margin: 0;
		margin-top: 15px;
		width: 100%;
	}
	.app_avtokino_sessions__item-buy a {
		width: 100%;
		display: block;
		text-align: center;
	}
}


.isMobile .isMobile-flex100 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}




@keyframes slideDownEnter {
  0% {
    transform: translateY(-150%); }
  100% {
    transform: translateY(0); } }

@keyframes slideDownExit {
  0% {
    transform: translateY(0%); }
  100% {
    transform: translateY(-150%); } }

@keyframes slideUpEnter {
  0% {
    transform: translateY(150%); }
  100% {
    transform: translateY(0); } }

@keyframes slideUpExit {
  0% {
    transform: translateY(0%); }
  100% {
    transform: translateY(150%); } }

.webpush-slidedown-container {
	font-size: 20px;
	z-index: 2258594000;
	-webkit-font-smoothing: initial;
	position: fixed;
	width: 500px;
	top: 0%;
	left: calc(50% - 250px);
	display: none;
}
.webpush-slidedown-container.isMobile {
	bottom: 0%;
	top: auto;
}
.webpush-slidedown-dialog {
	/* width: 500px; */
	-webkit-animation-name: slideDownEnter;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: .4s;
	-webkit-animation-fill-mode: forwards;
	animation-name: slideDownEnter;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: .4s;
	animation-fill-mode: forwards;
	box-sizing: border-box;
	max-width: 100%;
	margin: 0 auto;
	/* box-shadow: 0 1px 6px rgba(5,27,44,.06),0 2px 32px rgba(5,27,44,.16)!important; */
	box-shadow: 0px 0px 15px 5px #000;
	background: #fff!important;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 15px;
}
.webpush-slidedown-container.isMobile .webpush-slidedown-dialog {
	-webkit-animation-name: slideUpEnter;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: .4s;
	-webkit-animation-fill-mode: backwards;
	animation-name: slideUpEnter;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: .4s;
	animation-fill-mode: backwards;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.webpush-slidedown-body {
	box-sizing: border-box;
	margin: 0;
	display: flex;
}
.webpush-slidedown-body-icon {
	box-sizing: border-box;
	float: left;
	width: 80px;
	position: relative;
	display: flex;
	vertical-align: middle;
	align-items: center;
}
.webpush-slidedown-body-icon img {
	height: 80px;
	width: 80px;
}

.webpush-slidedown-body-message {
	box-sizing: border-box;
	padding: 0 0 0 1em;
	float: left;
	width: calc(100% - 80px);
	line-height: 30px;
	-o-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	color: #000!important;
	display: flex;
	vertical-align: middle;
	align-items: center;
}
.webpush-slidedown-footer {
	position: relative;
	width: 100%;
	display: inline-block;
}
.webpush-slidedown-button-allow, .webpush-slidedown-button-cancel {
	box-sizing: border-box;
	display: inline-block;
	padding: .375rem 1rem;
	font-size: .9625em;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: .25rem;
	font-family: inherit;
	letter-spacing: .05em;
	transition: background-color 75ms ease;
	margin: 0;
	padding: 10px 15px;
	font-size: 20px;
	line-height: 1.2;
	border-radius: 5px;
	font-weight: 400;
	box-shadow: unset;
	display: -ms-flexbox;
	display: flex;
}
.webpush-slidedown-button-allow {
	background: #f44336;
	color: #fff!important;
	border: 1px solid #000;
	transition: all .5s ease;
	float: right;
	text-decoration: none;
}
.webpush-slidedown-button-allow:hover {
	border: 1px solid #af0101;
	background: #af0101;
	box-shadow: 0px 0px 5px #af0101;
}
.webpush-slidedown-button-cancel {
	margin-right: .714em;
	box-shadow: none;
	background: #fff!important;
	color: #af0101!important;
	float: right;
}

@media (max-width:500px) {
	.webpush-slidedown-container {
		width: 100%;
		left: 0;
	}
	.webpush-slidedown-footer {
		margin-top: 15px;
	}
	.webpush-slidedown-button-allow, .webpush-slidedown-button-cancel {
		font-size: 15px;
	}
	.webpush-slidedown-button-cancel {
		float: left;
		margin-right: 0;
	}
}


@media (max-width:850px) {
	.text-block-content {
		padding: 0 10px;
	}
	.event_page_info_left {
		height: auto;
	}
	.event_page_info_div {
		height: auto;
	}
	.event_page_info_center {
		padding-bottom: 10px;
	}
	.event_tab {
		display: block !important;
	}
	.event_tab:not(:first-child) {
		margin-top: 75px;
	}
	.event_tab[data-tabindex="3"] {
		display: none !important;
	}
	.events-block__title_margin {
		height: 100%;
		margin-bottom: 100px;
	}
	.nav__btn--mob {
		display: none;
	}
	.text-block-font-desc {
		padding: 10px;
	}
	.halls__map-title,
	.halls__map-div {
		display: none;
	}
}

#id__scrollToEvents {
	/* display: none; */
}
@media (max-width:767px) {
	#id__scrollToEvents {
		display: block;
	}
}