@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic');
@import url("muller.css");

html {
	height:100%;
	margin: 0;
	min-width: 320px;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Muller-Regular', sans-serif;
	color: #000;
	font-size: 18px;
	line-height: 1.4;
	background: #fff;
	height:100%;
}

.wrapper {
	width: 100%;
	min-width: 320px;
	margin:0;
	padding:0;
	position:relative;
	min-height: 90%;
	height: auto!important;
	height: 100%;
}
.content-container {
	min-height: 1%;
	position:relative;
	z-index: 1;
	padding: 0;
	margin: 0;
	padding-top: 123px;
}
.content-container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
footer {
	height: auto;
	margin: 0;
	position:relative;
	z-index: 1;
	overflow:hidden;
	text-align: left;
	background: #720d10;
	color: #fff;
}
header{
	position: fixed;
	width: 100%;
	height: 123px;
	top: 0;
	margin: 0;
	border-bottom: 1px solid #fff;
	z-index: 100;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(left, rgba(154,27,31,1) 0%, rgba(154,27,31,1) 30%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(154,27,31,1) 0%, rgba(154,27,31,1) 30%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(154,27,31,1) 0%, rgba(154,27,31,1) 30%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a1b1f', endColorstr='#ffffff',GradientType=1 );
}
img, table {
	border: none;
}
form{
	margin: 0px;
	padding: 0px;
}
input, select, textarea{
	color: #333;
}
a{
	color: #9a1b1f;
	text-decoration: none;
}
a:hover{
	color: #9a1b1f;
	text-decoration: underline;
}
a:focus{
	color: #9a1b1f;
}
b, strong{
	font-family: 'Muller-Bold';
	font-weight: normal;
}
i, em{
	font-family: 'Muller-RegularItalic';
	font-style: normal;
}
label{
	font-weight: normal;
}
p{
	margin: 0;
	padding: 0 0 10px 0;
}
h1, .h1-title {
	font-size: 40px;
	margin: 0;
	padding: 0 0 30px 0;
	font-family: 'Muller-Light';
	font-weight: normal;
	color: #afb5c2;
	line-height: 0.8;
	text-transform: lowercase;
}
h1 span, .h1-title span {
	font-family: 'Muller-ExtraBold';
	color: #9a1b1f;
	text-transform: lowercase;
}
h2, .h2-title{
	font-family: 'Muller-Light';
	font-size: 30px;
	padding: 0 0 30px 0;
	margin: 0;
	line-height: 0.5;
	color: #afb5c2;
	text-transform: lowercase;
}
h2 span, .h2-title span {
	font-family: 'Muller-ExtraBold';
	color: #9a1b1f;
	font-size: 50px;
	line-height: 0.9;
}
h3, h4{
	font-size: 25px;
	padding: 0 0 25px 0;
	margin: 0;
	text-transform: lowercase;
}
h5, .h5-title{
	font-family: 'Muller-ExtraBold';
	font-size: 25px;
	padding: 0 0 20px 0;
	margin: 0;
	line-height: 1.1;
	color: #000;
	text-transform: lowercase;
}
h5 span, .h5-title span {
	color: #9a1b1f;
}
/*
@media (max-width: 1440px){
h1, .h1-title {
	font-size: 30px;
	margin: 0;
	padding: 0 0 30px 0;
}
h2, .h2-title{
	font-size: 40px;
	padding: 0 0 30px 0;
	line-height: 0.5;
}
h2 span, .h2-title span {
	font-size: 70px;
	line-height: 0.7;
}
h5, .h5-title{
	font-size: 30px;
}

}

@media (max-width: 1200px){
h1, .h1-title {
	font-size: 120px;
	margin: 0;
	padding: 0 0 30px 0;
}
h2, .h2-title{
	font-size: 50px;
	padding: 0 0 30px 0;
	line-height: 0.5;
}
h2 span, .h2-title span {
	font-size: 120px;
	line-height: 0.7;
}

}
@media (max-width: 1024px){
h1, .h1-title {
	font-size: 50px;
	margin: 0;
	padding: 0 0 20px 0;
}
h2, .h2-title{
	font-size: 40px;
	padding: 0 0 20px 0;
	line-height: 0.5;
}
h2 span, .h2-title span {
	font-size: 70px;
	line-height: 0.7;
}
h5, .h5-title{
	font-size: 24px;
	padding: 0 0 15px 0;
}
}
*/
@media (max-width: 620px){
	h1, .h1-title {
		font-size: 30px;
		margin: 0;
		padding: 0 0 20px 0;
	}
	h2, .h2-title{
		font-size: 20px;
		padding: 0 0 20px 0;
		line-height: 0.5;
	}
	h2 span, .h2-title span {
		font-size: 35px;
	}
	h5, .h5-title{
		font-size: 22px;
	}
}

.red {
	color: #9a1b1f;
}
.grey {
	color: #afb5c2;
}

.muller-exbold{
	font-family: 'Muller-ExtraBold';
}
.muller-exboldit{
	font-family: 'Muller-BoldItalic';
}
.muller-light{
	font-family: 'Muller-Light';
}

.container {
	max-width: 1660px;
}

.modal {
	bottom: -6000px;
	top: auto;
	display: block !important;
	text-align: center;
}
.modal::after {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
	content: '';
}
.modal.in {
	position: fixed;
	bottom: 0;
	top: 0;
}
.modal-backdrop.fade.in{
	min-height: 100%;
}
.modal-dialog {
	max-width: 90%;
	display: inline-block;
	vertical-align: middle;
	margin: auto;
	text-align: left;
	padding: 50px 0;
}
.modal-header {
	min-height: 1px;
	padding: 0;
	border-bottom: none;
}
.modal-content {
	border: none;
	border-radius: 0;
}
.modal-body {
	padding: 30px;
}
.modal-header{
	position: relative;
}
.modal-header .close {
	position: absolute;
	top: 0;
	right: -45px;
	width: 35px;
	height: 35px !important;
	overflow: hidden;
	text-indent: -1000px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/icon-close.svg');
	background-size: 100%;
	opacity: 1;
}
.modal-title {
	font-family: 'Muller-ExtraBold';
	font-size: 36px;
	font-weight: normal;
	padding: 0 0 20px 0;
	margin: 0;
	line-height: 1.2;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}
.img-modal .modal-body{
	padding: 0;
	background-color: transparent;
}
.img-modal .modal-content{
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.img-modal .modal-dialog{
	width: 90%;
	max-width: 900px;
}
.img-item .title{
	font-family: 'Muller-Bold';
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}

.img-modal-full .modal-body{
	padding: 0;
	background-color: transparent;
	height: 100%;
}
.img-modal-full .modal-content{
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 100%;
}
.img-modal-full .modal-dialog{
	width: 90%;
	max-width: 1600px;
	height: 100%;
}
.img-item-full{
	height: 100%;
}
.img-item-full img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

@media (max-width: 1024px){
	.modal-title {
		font-size: 22px;
	}
	.modal-body {
		padding: 15px;
	}
	.modal-header .close {
		position: absolute;
		top: -45px;
		right: 0;
		width: 35px;
		height: 35px;
		overflow: hidden;
		text-indent: -1000px;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url('../images/icon-close.svg');
		background-size: 100%;
		opacity: 1;
	}
}


.button{
	display: inline-block;
	cursor: pointer;
	background: #fff;
	color: #9a1b1f;
	text-align: center;
	font-size: 20px;
	line-height: 36px;
	height: 38px;
	padding: 0 10px;
	border-radius: 0px;
	text-decoration: none !important;
	border: 1px solid #fff;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.button:hover, .button:focus{
	background: #9a1b1f;
	color: #fff;
	border-color: #9a1b1f;
}
.button-red{
	background: #9a1b1f;
	color: #fff;
	border: 1px solid #9a1b1f;
}
.button-red:hover, .button-red:focus{
	background: #fff;
	color: #9a1b1f;
	border-color: #9a1b1f;
}
.button-disabled, .button-disabled:hover, .button-disabled:focus {
	background: #afb5c2;
	color: #fff;
	border: 1px solid #afb5c2;
	cursor: default;
}
@media (max-width: 1024px){

	.button{
		font-size: 12px;
		line-height: 18px;
		height: 20px;
	}

}



/* block */

.header-block{
	background-color: #fff;
	padding: 0;
	height: 122px;
}
.logo-block{
	background-color: #9a1b1f;
	height: 122px;
	width: 220px;
	padding: 0 0 0 50px;
	position: absolute;
	z-index: 2;
	left: 15px;
	top: 0;
	margin-right: 120px;
}
.logo-block:after {
	content: ' ';
	display: block;
	height: 61px;
	width: 61px;
	position: absolute;
	top: 0;
	right: -122px;
	border: 61px solid transparent;
	border-bottom: 61px solid #9a1b1f;
	border-left: 61px solid #9a1b1f;
}
.logo{
	display: block;
	width: 150px;
	height: 120px;
	background-image: url('../images/tra-logo-wh.png');
	background-position: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-decoration: none !important;
}
.top_block{
	margin: 0;
	padding: 12px 230px 12px 320px;
	position: relative;
	z-index: 1;
}

.calc-block{
	position: absolute;
	z-index: 2;
	right: 30px;
	top: 42px;
	padding-right: 30px;
}
.calc-block-button{
	width: 148px;
	font-size: 19px;
	font-family: 'Muller-Medium';
	font-weight: normal;
	border-color: #afb5c2;
	background-color: #afb5c2;
	height: 36px;
	line-height: 34px;
	color: #fff;
	display: inline-block;
	position: relative;
}
.calc-block-button:hover, .calc-block-button:focus {
	border-color: #afb5c2;
	color: #9a1b1f;
	background-color: #afb5c2;
}
.calc-block-button:before {
	border-bottom: 36px solid transparent;
	border-right: 40px solid #afb5c2;
	left: -40px;
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	top: -1px;
	position: absolute;
}
.calc-block-button:after {
	border-top: 36px solid transparent;
	border-left: 40px solid #afb5c2;
	right: -40px;
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	top: -1px;
	position: absolute;
}

.top_menu{
	margin: 0;
	line-height: 1;
	height: auto;
	margin-left: 110px;
}
.top_menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.top_menu ul li{
	list-style: none;
	float: left;
	white-space: nowrap;
	padding: 35px 15px;
}
.top_menu ul li a{
	display: block;
}
.top_menu ul li a{
	font-size: 22px;
	font-family: 'Muller-ExtraBold';
}
.top_menu ul li a.selected{
	text-decoration: underline;
}
.top_menu ul li.selected {
	text-decoration: underline;
}

@media (max-width: 1500px){
	.top_menu{
		margin-left: 20px;
	}
}
@media (max-width: 1450px){
	.top_menu ul li {
		padding: 35px 10px;
	}
	.top_menu ul li a {
		font-size: 18px;
	}
}
@media (max-width: 1240px){
	.top_menu{
		margin-left: 0;
	}
}
@media (max-width: 1200px){
	.top_block{
		padding: 12px 200px 12px 300px;
	}
}
@media (max-width: 1180px){
	.logo-block{
		background-color: #9a1b1f;
		height: 122px;
		width: 170px;
		padding: 0 0 0 10px;
	}
	.top_block{
		padding: 12px 200px 12px 230px;
	}
}
@media (max-width: 1100px){
	.top_menu ul li a {
		font-size: 16px;
	}
}
@media (max-width: 1050px){
	.top_menu {
		margin-left: 15px;
	}
	.top_menu ul li {
		padding: 35px 7px;
	}
}
@media (max-width: 1024px){

	header{
		height: 54px;
		background: #fff !important;
	}
	.header-block{
		height: 80px;
	}
	.content-container{
		padding-top: 80px;
	}
	.logo-block{
		background-color: #fff;
		height: 54px;
		width: auto;
		padding: 2px 0 0;
		position: relative;
		z-index: 2;
		left: auto;
		top: 0;
		text-align: center;
	}
	.logo-block:after {
		content: ' ';
		display: block;
		height: 27px;
		width: 27px;
		position: absolute;
		top: 0;
		right: -54px;
		border: 27px solid transparent;
		border-bottom: 27px solid #9a1b1f;
		border-left: 27px solid #9a1b1f;
		display: none;
	}
	.top_block {
		display: none;
	}
	.logo {
		float: none;
		display: inline-block;
		width: 60px;
		height: 45px;
		background-image: url(../images/tra-logo.png);
		margin-top: 5px;
	}
	.calc-block{
		position: absolute;
		z-index: 2;
		right: 30px;
		top: 15px;
		padding-right: 30px;
	}
	.calc-block-button{
		width: 110px;
		font-size: 14px;
		height: 26px;
		line-height: 25px;
	}
	.calc-block-button:before {
		border-bottom: 26px solid transparent;
		border-right: 24px solid #afb5c2;
		left: -25px;
		top: -1px;
	}
	.calc-block-button:after {
		border-top: 26px solid transparent;
		border-left: 24px solid #afb5c2;
		right: -25px;
		top: -1px;
	}

}
@media (max-width: 400px){
	.calc-block{
		right: 15px;
	}
	.logo-block{
		margin-right: 190px;
		padding-right: 10px;
		text-align: right;
	}
}


/* mobile-menu */
.mobile-menu{
	display: none;
	left: -100%;
	top: 55px;
	position: fixed;
	z-index: 1000;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.menu-button{
	display: none;
}
@media (max-width: 1024px){

	.top_menu {
		display: none;
	}
	.menu-button{
		position: absolute;
		display: block;
		top: 18px;
		left: 45px;
		font-style: normal;
		z-index: 10;
		cursor: pointer;
		background-image: url('../images/menu-burger.png');
		background-position: 0;
		background-repeat: no-repeat;
		width: 25px;
		height: 20px;
	}
	.mobile-menu{
		display: block;
		background-color: #9a1b1f;
		color: #fff;
		padding: 30px 0;
		width: 100%;
		max-width: 500px;
	}
	.mobile-menu.open{
		left: 0px;
	}
	.mobile-menu ul, .mobile-menu li{
		margin: 0;
		padding: 0;
	}
	.mobile-menu a{
		color: #fff;
		display: block;
		text-align: center;
		font-size: 22px;
		font-family: 'Muller-ExtraBold';
		border-bottom: 1px solid #cd8d8f;
		background-color: #9a1b1f;
		text-decoration: none !important;
		line-height: 65px;
	}
	.mobile-menu a:hover, .mobile-menu a:focus, .mobile-menu li.selected a {
		background-color: #841013;
	}
	.mobile-menu ul li:last-child a{
		border-bottom: none;
	}

}
@media (max-width: 620px){

	.menu-button{
		left: 30px;
	}

}
/* \\mobile-menu */

.slick-slide, .slick-slide::before, .caption {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.gallery-nav-item.slick-slide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main-slider-container{
	position: relative;
	margin-bottom: 60px;
}
.main-slider {
	position: relative;
	z-index: 10;
	width: 100%;
	height: auto;
	min-height: 8vw;
	opacity: 0;
	visibility: hidden;
	transition: all 1.2s ease;
}
.main-slider.slick-initialized {
	opacity: 1;
	visibility: visible;
}

.main-slider .slick-slide {
	position: relative;
	height: 38vw;
	background-color: #000;
}
/*
.main-slider .slick-slide::before {
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}*/
.main-slider .slick-slide video {
	display: block;
	position: absolute;
	background-color: #000;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.main-slider .slick-slide iframe {
	position: relative;
	pointer-events: none;
}
.main-slider .slick-slide figure {
	position: relative;
	height: 100%;
}
.main-slider .slick-slide .slide-image {
	opacity: 0;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}

.main-slider .slick-slide .slide-image.show {
	opacity: 1;
}
.main-slider .slick-slide .image-entity {
	width: 100%;
	opacity: 0;
	visibility: hidden;
}
.main-slider .slick-slide .slide-media {
	-webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
	animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-slider .slick-slide.slick-active {
	z-index: 1;
}
.main-slider .slick-slide.slick-active .slide-media {
	-webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
	animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-slider .slick-slide.slick-active .caption {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.main-slider .caption {
	position: absolute;
	width: 80%;
	bottom: 20%;
	left: 10%;
	text-align: left;
	padding: 0;
	color: #fff;
	margin: 0;
	font-size: 50px;
	font-family: 'Muller-ExtraBold';
	line-height: 1.1;
	opacity: 0;
	z-index: 1;
	transition: all 0.3s ease;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}
.main-slider .caption span{
	border-bottom: 1px solid #fff;
	display: inline;
}
.main-slider .caption a{
	color: #fff;
	text-decoration: none !important;
}

.main-slider .slick-dots {
	text-align: center;
	padding-top: 15px;
}
.main-slider .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
}
.main-slider .slick-dots li button {
	width: 16px;
	height: 16px;
	border: none;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 0 0 transparent;
	vertical-align: middle;
	color: #fff;
	background-color: #fff;
	transition: all 0.3s ease;
	opacity: 0.4;
}
.main-slider .slick-dots li button:focus {
	outline: none;
}
.main-slider .slick-dots li button:hover {
	opacity: 1;
}
.main-slider .slick-dots li.slick-active button {
	border-color: #2d3042;
	box-shadow: 0 0 0 2px #fff;
	opacity: 1;
}
@-webkit-keyframes slideIn {
	from {
		-webkit-filter: blur(15px);
		filter: blur(15px);
	}
	to {
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}

@keyframes slideIn {
	from {
		-webkit-filter: blur(15px);
		filter: blur(15px);
	}
	to {
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}
@-webkit-keyframes slideOut {
	from {
		-webkit-filter: blur(0);
		filter: blur(0);
	}
	to {
		-webkit-filter: blur(15px);
		filter: blur(15px);
	}
}
@keyframes slideOut {
	from {
		-webkit-filter: blur(0);
		filter: blur(0);
	}
	to {
		-webkit-filter: blur(15px);
		filter: blur(15px);
	}
}
.main-slider-nav__container{
	position: relative;
	z-index: 100;
}
.main-slider-nav{
	position: absolute;
	right: 15px;
	bottom: 25px;
	padding: 0 25px;
}
.main-slider-nav .main-prev, .main-slider-nav .main-next {
	width: 18px;
	height: 30px;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	top: 0;
	opacity: 0.4;
}
.main-slider-nav .main-prev:hover, .main-slider-nav .main-next:hover{
	opacity: 1;
}
.main-slider-nav .main-prev{
	left: 0;
	background-image: url('../images/arrow-l2.svg');
}
.main-slider-nav .main-next{
	right: 0;
	background-image: url('../images/arrow-r2.svg');
}
.main-slider-nav ul.slick-dots li{
	display: inline-block;
	width: 25px;
	height: 25px;
	padding: 0;
	padding: 8px;
}
.main-slider-nav ul.slick-dots li button{
	display: inline-block;
	overflow: hidden;
	text-indent: -1000px;
	padding: 0;
	background-color: transparent;
	border: none;
	margin: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #fff;
}
.main-slider-nav ul.slick-dots li.slick-active button{
	border-color: #9a1b1f;
	background-color: #9a1b1f;
}

.cupon-block {
	position: absolute;
	z-index: 1010;
	top: 50%;
	right: 0;
	margin-top: -80px;
}
.cupon-block a {
	padding: 15px 20px;
	color: #fff;
	font-size: 20px;
	font-family: 'Muller-Bold';
	line-height: 1;
	height: auto;
	width:  225px;
	text-align: center;
	background-color: #9a1b1f;
	display: inline-block;
	text-decoration: none !important;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-right: -88px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.cupon-block a:hover{
	color: #9a1b1f;
	background-color: #fff;
}

@media (max-width: 1280px){
	.main-slider .caption {
		font-size: 40px;
	}
}
@media (max-width: 1024px){
	.main-slider-container {
		margin-bottom: 30px;
	}
	.main-slider .caption {
		font-size: 40px;
		bottom: 45%;
		text-align: center;
	}
	.main-slider-nav {
		display: none;
	}
	.cupon-block {
		width: 100%;
		text-align: center;
		top: auto;
		right: 0;
		margin-top: 0;
		bottom: 40px;
	}
	.cupon-block a {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		margin: auto !important;
		width:  auto;
	}
}
@media (max-width: 767px){

	.main-slider-container {
		margin-bottom: 100px;
	}
	.main-slider .slick-slide{
		height: 400px;
	}
	.main-slider .caption {
		font-size: 30px;
		width: 90%;
		left: 5%;
	}
	.cupon-block {
		bottom: -80px;
	}
	.cupon-block a{
		font-size: 20px;
	}

}

.bread_crumbs{

}

.footer_container{
	background-color: #fff;
	padding-top: 35px;
	padding-bottom: 20px;
	color: #000;
	position: relative;
}
.footer_bg{
	background-position: right 0;
	background-repeat: no-repeat;
	background-image: url('../images/bg-bottom.png');
	background-size: 100% 100%;
	position: absolute;
	height: 100%;
	width: 45%;
	top: 0;
	right: 0;
	z-index: 0;
}
footer a{
	color: #fff;
}
.footer_container a{
	color: #000;
}
.footer_container strong {
	color: #9a1b1f;
}

.copy{
	padding: 10px;
}
.ca-logo{
	display: inline-block;
	vertical-align: middle;
	width: 83px;
	height: 22px;
	background-image: url('../images/ca-logo.png');
	background-position: 0;
	background-repeat: no-repeat;
}
.text-copy{
	text-align: right;
}
.text-copy-it{
	font-family: 'Muller-LightItalic';
	font-size: 15px;
}
.text-copy-it .small{
	font-size: 13px;
}
.bottom-title{
	font-family: 'Muller-ExtraBoldItalic';
	font-size: 24px;
	margin-bottom: 30px;
	color: #9a1b1f;
}
.bottom-title-sm {
	font-family: 'Muller-ExtraBoldItalic';
	font-size: 18px;
	margin-bottom: 15px;
	color: #9a1b1f;
}
.logo-vendors{
	text-align: justify;
	width: 90%;
}
.logo-vendors .item{
	padding: 0 15px 30px;
	display: inline-block;
	vertical-align: middle;
}
.left-offset{
	padding-left: 8%;
}
.block-logo1{
	padding-bottom: 50px;
}
.block-logo1 .item{
	padding: 0 55px 10px 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.block-logo1 .item img{
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
}
.block-logo1 .item span{
	display: inline-block;
	vertical-align: middle;
	font-family: 'Muller-Light'
}
.item.link{
	cursor: pointer;
}
.upravlenie{
	margin-bottom: 20px;
	padding-top: 50px;
}
.upravlenie img{
	margin: -30px 10px 10px 0;
	float: left;
	width: 30%;
	height: auto;
}
.department-text h3{
	font-size: 30px;
	font-family: 'Muller-ExtraBold';
	color: #9a1b1f;
	padding: 0 0 15px 0;
	text-align: center;
}
.department-text h4{
	font-size: 24px;
	font-family: 'Muller-ExtraBold';
	color: #9a1b1f;
	padding: 0 0 10px 0;
}
@media (max-width: 400px){
	.upravlenie{
		padding-top: 10px;
		font-size: 16px;
	}
	.upravlenie img{
		margin: 0 10px 10px 0;
		float: left;
		width: 35%;
	}
	.department-text h3{
		font-size: 26px;
	}
	.department-text h4{
		font-size: 22px;
	}
}

.bottom-right {
	padding-top: 45px;
	font-size: 16px;
	font-family: 'Muller-Light';
}
.bottom-right strong {
	font-family: 'Muller-ExtraBold';
	font-weight: normal;
}
.bottom-right p {
	padding-bottom: 25px;
}
.soc-block{
	padding-bottom: 15px;
	padding-top: 40px;
}
.footer__social-icons a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 0 0;
	width: 38px;
	height: 38px;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.vk{
	background-image: url('../images/vk.svg');
}
.facebook{
	background-image: url('../images/facebook.svg');
}
.youtube{
	background-image: url('../images/youtube.svg');
}
.tweet{
	background-image: url('../images/tweet.svg');
}
.instagram{
	background-image: url('../images/instagram.svg');
}

.block-logo-slider{
	display: none;
	padding-top: 30px;
}
.block-logo1.tabl{
	display: none;
}
.logo-vendors-slider{
	margin: 0 25px;
}
.logo-vendors-slider .item{
	text-align: center;
}
.logo-vendors-slider .item img{
	margin: auto;
}
.logo-vendors-slider .slick-arrow{
	width: 18px;
	height: 30px;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	text-indent: -1000px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 20%;
}
.logo-vendors-slider .slick-prev {
	left: -25px;
	background-image: url('../images/arrow-l2-red.svg');
}
.logo-vendors-slider .slick-next{
	right: -25px;
	background-image: url('../images/arrow-r2-red.svg');
}

@media (max-width: 1200px){
	.left-offset{
		padding-left: 15px;
	}
}
@media (max-width: 1024px){
	.footer_bg{
		display: none;
	}
	.block-logo1{
		text-align: center;
		padding-bottom: 20px;
	}
	.block-logo1 .item{
		padding: 0 0 10px 0;
		display: inline-block;
		vertical-align: top;
	}
	.block-logo1 .item:first-child{
		padding-right: 20px;
	}
	.block-logo1 .item img{
		margin: 0 10px 0 0;
	}
	.bottom-right {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 -15px;
		background-color: #afb5c2;
		border-top: 8px solid #9499a5;
		border-bottom: 8px solid #9499a5;
	}
	.block-logo1.desc{
		display: none;
	}
	.block-logo1.tabl{
		display: block;
	}
	.flex-container {
		display: -webkit-flex;
		-webkit-flex-direction: column;
		display: flex;
		flex-direction: column;
	}
	.flex-item1 {
		-webkit-order: 1;
		order: 1;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
	}
	.flex-item2 {
		-webkit-order: 2;
		order: 2;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
	}
	.soc-block{
		padding-bottom: 0;
		padding-top: 15px;
	}
	.block-logo2{
		padding-top: 15px;
	}

}

@media (max-width: 767px){
	.text-copy{
		text-align: center;
		padding-top: 10px;
	}
	footer {
		min-width: 320px;
	}
}
@media (max-width: 620px){
	.block-logo1 {
		padding-bottom: 10px;
	}
	.bottom-title{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.logo-vendors{
		display: none;
	}
	.block-logo-slider{
		display: block;
	}
	.block-logo1 .item{
		display: block;
	}
	.block-logo1 .item:first-child{
		padding-right: 0;
		padding-bottom: 20px;
	}
}

.paralax01__text{
	min-height: 100px;
	margin-top: -18vw;
	padding-bottom: 7vw;
}
.news-slider_block{
	height: 570px;
	margin-bottom: 40px;
}
.news-slider .slick-list{
	padding-top: 40px;
	padding-bottom: 20px;
}
.news-slider .item{
	position: relative;
	height: 300px;
	margin: 0 15px;
	cursor: pointer;	
}
.news-slider .item:hover {
	margin-top: 0;
	height: 465px;
}
.news-slider .news-slider-item{
	position: absolute;
	width: 100%;	
	height: 400px;
	top: 0;
	background-color: #fff;
	transform: translateX(-50%);
	left: 50%;
	max-width: 296px;
}
.news-slider-item .img{
	filter: grayscale(100%);
	width: 100%;
	height: 220px;
	position: relative;
	margin-bottom: 10px;
	top: 0;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.6;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.news-slider-item .tag{
	font-size: 14px;
	font-family: 'Muller-Light';
	line-height: 25px;
	background-color: #fff;
	padding: 0 20px;
	position: absolute;
	top: 7px;
	left: 8px;
	z-index: 10;
}
.premiere{
	font-size: 12px;
	font-family: 'Muller-ExtraBold';
	color: #fff;
	background-color: #9a1b1f;
	display: inline-block;
	line-height: 18px;
	padding: 0 30px;
}
.news-slider-item .premiere{
	position: absolute;
	top: 42px;
	left: 8px;
	z-index: 10;
}
.news-slider-item .info-block{
	font-size: 14px;
	font-family: 'Muller-ExtraBold';
	line-height: 1.1;
	position: relative;
	color: #000;
	bottom: auto;
	left: auto;
	padding: 0 7px;
	z-index: 10;
}
.news-slider-item .title a{
	color: #9a1b1f;
}
.news-slider-item .title{
	padding: 0;
	font-size: 26px;
	display: block;
	max-height: 55px;
	overflow: hidden;
	color: #fff;
}
.news-slider-item .text{
	display: none;
	height: 70px;
	overflow: hidden;
	padding-top: 10px;
	margin-bottom: 15px;
	font-family: 'Muller-Regular', sans-serif;
}
.news-slider-item .button{
	display: none;
	font-size: 14px;
	max-width: 165px;
	margin-bottom: 10px;
	line-height: 40px;
	height: 40px;
}
.item:hover .news-slider-item{
	height: 455px;
	margin: 5px;
	background-color: #fff;
	border: 4px solid #afb5c2;
	box-shadow: 0px 0px 0px 5px #9a1b1f;
	width: calc(100% - 10px);
	margin-left: -2px;
}
.item:hover .news-slider-item .title{
	height: 55px;
}
.item:hover .news-slider-item .title a, .item:hover .news-slider-item .title{
	color: #9a1b1f;
}
.item:hover .news-slider-item .text, .item:hover .news-slider-item .button{
	display: block;
}
.item:hover .news-slider-item .img{
	filter: grayscale(0);
	height: 220px;
	position: relative;
	opacity: 1;
	margin-bottom: 10px;
}
.item:hover .news-slider-item .info-block{
	position: relative;
	color: #000;
	bottom: auto;
	left: auto;
	padding: 0 7px;
}

.news-slider .slick-arrow{
	width: 38px;
	height: 38px;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	text-indent: -1000px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	z-index: 1000;
	top: 180px;
	margin-top: -19px;
	border-radius: 50%;
	box-shadow: 0px 1px 29px 0px rgba(11, 17, 29, 0.22);
}
.news-slider .slick-prev {
	left: 25px;
	background-image: url('../images/arrow-l.svg');
}
.news-slider .slick-next{
	right: 25px;
	background-image: url('../images/arrow-r.svg');
}

.more-block {
	border-width: 1px;
	border-color: rgb(157, 157, 157);
	border-style: solid;
	max-width: 450px;
	height: 59px;
	line-height: 57px;
	margin: 0 auto 60px;
	padding: 0 30px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.more-block a{
	color: #9a1b1f;
	display: block;
	position: relative;
	font-size: 20px;
	font-family: 'Muller-ExtraBold';
	white-space: nowrap;
}
.more-block a:after{
	content: ' ';
	display: block;
	height: 15px;
	width: 9px;
	position: absolute;
	top: 23px;
	right: 0px;
	background-image: url('../images/arrow-r3.svg');
	background-position: center;
	background-repeat: no-repeat;
}
@media (min-width: 1922px){
	.paralax01__text {
		margin-top: 50px;
		padding-bottom: 40px;
	}
}
@media (max-width: 1440px){
	.news-slider-item .data{
		font-size: 12px;
	}
}
@media (max-width: 1024px){
	.paralax01__text{
		margin-top: 0;
		padding-bottom: 40px;
	}

	.news-slider .slick-arrow{
		top: 50%;
	}
	.news-slider_block{
		height: auto;
		margin-bottom: 0;
		padding: 10px 40px 0;
	}
	.news-slider .slick-list{
		padding-top: 0;
		padding-bottom: 0;
	}
	.news-slider .item{
		height: 425px;
		margin: 0 10px;
	}
	.news-slider .item, .news-slider .item:hover {
		box-shadow: none;
		margin-top: 0 !important;
		height: 425px;
	}
	.news-slider .news-slider-item{
		height: auto;
		max-width: 240px;
	}
	.item .news-slider-item{
		height: 415px;
		margin: 5px 0;
		background-color: #fff;
		border: 4px solid #afb5c2;
		box-shadow: 0px 0px 0px 5px #9a1b1f;
		width: 100%;
	}
	.item .news-slider-item .title{
		height: 55px;
	}
	.item .news-slider-item .title a, .item .news-slider-item .title{
		color: #9a1b1f;
	}
	.item .news-slider-item .text, .item .news-slider-item .button{
		display: block;
	}
	.item .news-slider-item .img{
		filter: grayscale(0);
		height: 180px;
		position: relative;
		opacity: 1;
		margin-bottom: 10px;
	}
	.item .news-slider-item .info-block{
		position: relative;
		color: #000;
		bottom: auto;
		left: auto;
		padding: 0 7px;
	}

	.news-slider .slick-prev {
		left: -40px;
	}
	.news-slider .slick-next{
		right: -40px;
	}
	.more-block {
		margin-bottom: 40px;
	}
}
@media (max-width: 620px){
	.paralax01__text {
		padding-bottom: 0;
	}
	.more-block {
		padding: 0 30px 0 10px;
		margin-bottom: 40px;
	}
	.more-block a{
		font-size: 14px;
		text-align: center;
	}
	.news-slider_block{
		padding: 0 0 40px;
	}
	.news-slider .slick-prev {
		left: 0px;
	}
	.news-slider .slick-next{
		right: 0px;
	}
	
}


.parallax{

}
.paralax01-bg {
	background: url('../images/bg-paralax01.jpg') no-repeat top;
	background-size: cover;
	min-height: 600px;
}
.paralax01-bg__block{
	background-color: #fff;
	min-height: 100px;
	padding-top: 40px;
}
.paralax02__text{
	margin-top: -24vw;
	padding-bottom: 7vw;
}
@media (min-width: 1922px){
	.paralax01-bg {
		height: 600px;
	}
	.paralax01-bg__block{
		padding-top: 40px;
	}
	.paralax02__text{
		margin-top: 50px;
		padding-bottom: 100px;
	}
}
@media (max-width: 1024px){
	.paralax01-bg {
		height: 240px;
		min-height: 240px;
	}
	.paralax01-bg__block{
		padding-top: 30px;
	}
	.paralax02__text{
		margin-top: 0;
		padding-bottom: 40px;
	}
}
@media (max-width: 620px){
	.paralax01-bg__block{
		padding-top: 20px;
	}
}

.news-list{
	margin-bottom: 100px;
}
.news-list__item{

}
.news-list__item .info-block{
	padding: 20px 15px;
}
.news-list__item .img{
	filter: grayscale(100%);
}
.news-list__item:hover .img {
	filter: grayscale(0);
}
.news-list__item .img a{
	height: 485px;
	overflow: hidden;
	display: block;
}
@media (max-width: 1500px){
	.news-list__item .img a{
		height: 380px;
	}
}
@media (max-width: 1300px){
	.news-list__item .img a{
		height: 300px;
	}
}
.news-list__item .data{
	font-size: 15px;
	font-family: 'Muller-ExtraBold';
	line-height: 1;
	margin-bottom: 15px;
	padding: 0;
}
.news-list__item .title{
	font-size: 30px;
	font-family: 'Muller-ExtraBold';
	color: #9a1b1f;
	line-height: 1.1;
	margin-bottom: 15px;
	padding: 0;
}
@media (max-width: 1024px){
	.news-list__item .info-block{
		margin-bottom: 40px;
	}
	.news-list{
		margin-bottom: 10px;
	}
	.news-list__item .img a{
		height: auto;
	}
}
@media (max-width: 620px){
	.news-list__item .data{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.news-list__item .title{
		font-size: 20px;
		margin-bottom: 10px;
	}
}

.subs-container{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../images/subs-bg.jpg');
	background-color: #000;
	height: 435px;
	color: #fff;
	padding-top: 180px;
}
.subs-item-left{
	font-size: 40px;
	font-family: 'Muller-ExtraBold';
	line-height: 1;
}
.subs-item-right{
	padding-left: 10%;
}
.subs-form-item{
	padding-bottom: 15px;
}
.subs-form-item input{
	display: block;
	float: left;
}
.subs-form-input{
	border: 1px solid #fff;
	border-right: none;
	width: calc(100% - 190px);
	height: 45px;
	padding: 0 20px;
	color: #fff;
	background-color: transparent;
}
.subs-form-input::-webkit-input-placeholder{
	color: #fff;
	font-family: 'Muller-RegularItalic';
}
.subs-form-button{
	width: 190px;
	height: 45px;
	line-height: 43px;
	font-size: 18px;
	font-family: 'Muller-ExtraBold';
}
input[type=checkbox], input[type=radio]{
	width: auto;
}
.checkbox label {
	cursor: pointer;
	padding: 0;
	font-family: 'Muller-Regular';
}
.checkbox input[type="checkbox"] {
	display:none;
	position: relative;
	margin-left: 0;
}
.checkbox input[type="checkbox"] + label span {
	display: inline-block;
	width:14px;
	height:14px;
	margin: -5px 10px 0 0;
	vertical-align:middle;
	background-color: transparent;
	cursor:pointer;
	border: 2px solid #fff;
	border-radius: 50%;
}
.checkbox input[type="checkbox"]:checked + label span {
	background-color: #9a1b1f;
	border: 4px solid #fff;
}

.form-item .checkbox input[type="checkbox"] + label span {
	display: inline-block;
	width:14px;
	height:14px;
	margin: -5px 10px 0 0;
	vertical-align:middle;
	background-color: transparent;
	cursor:pointer;
	border: 1px solid #acacac;
	border-radius: 50%;
}
.form-item .checkbox input[type="checkbox"]:checked + label span {
	background-color: #9a1b1f;
	border: 1px solid #acacac;
}

.subscribe-edit-page{
	margin-bottom: 50px;
}
.subscribe-edit-page .form-button {
	padding-top: 0;
}
.subscribe-form-title {
	font-weight: normal;
	margin: 0 0 20px 0;
	font-size: 28px;
	font-family: 'Muller-Bold';
}
.subscribe-edit-message {
	margin: 0 0 20px 0;
	font-size: 24px;
}

@media (max-width: 1280px){
	.subs-item-right{
		padding-left: 0;
	}
}
@media (max-width: 1024px){
	.subs-container{
		height: auto;
		padding: 130px 0;
	}
	.subs-item-left{
		font-size: 30px;
		padding-bottom: 40px;
	}
	.subs-item-right{
		padding-left: 0;
	}
	.subs-item-right .checkbox{
		text-align: center;
	}

	.subscribe-form-title {
		margin: 0 0 10px 0;
		font-size: 24px;
	}
	.subscribe-edit-message {
		font-size: 18px;
	}
}
@media (max-width: 620px){
	.subs-container{
		padding: 70px 0;
	}
	.subs-item-left{
		font-size: 20px;
		padding-bottom: 40px;
	}
	.subs-item-right .checkbox{
		font-size: 12px;
	}
	.subs-form-input{
		width: 100%;
		color: #fff;
		float: none;
		margin-bottom: 20px;
		border-right: 1px solid #fff;
	}
	.subs-form-button{
		width: 100%;
		float: none;
	}
}

.inner-page{
	padding-top: 30px;
}
.inner-page h1 {
	padding-bottom: 30px;
	font-size: 40px;
}
@media (max-width: 1200px){
	.inner-page{
		padding-top: 20px;
	}
	.inner-page h1 {
		padding-bottom: 30px;
	}
}
@media (max-width: 1024px){
	.inner-page{
		padding-top: 0;
	}
	.inner-page h1 {
		padding-bottom: 30px;
		font-size: 40px;
	}

}
@media (max-width: 620px){
	.inner-page h1 {
		padding-bottom: 20px;
		font-size: 35px;
	}
}

.breadcrumbs{
	padding-top: 30px;
	font-size: 18px;
	color: #313131;
}
.breadcrumbs .current-page{
	color: #9a1b1f;
	font-family: 'Muller-ExtraBold';
}
.breadcrumbs a{
	color: #313131;
	text-decoration: none;
	font-family: 'Muller-ExtraBold';
}
@media (max-width: 1200px){
	.breadcrumbs{
		padding-top: 20px;
	}
}
@media (max-width: 1024px){
	.breadcrumbs{
		display: none;
	}
}

.list-page{
	padding: 0 87px 0 50px;
	margin-bottom: 10px;
}
.list-page .news-list__item {
	margin-bottom: 25px;
	position: relative;
	padding: 20px 0 0 37px;
}
.list-page .news-list__item .data {
	font-size: 15px;
	margin-bottom: 15px;
}
.list-page .news-list__item .title {
	font-size: 30px;
	margin-bottom: 15px;
	padding: 0;
	height: 100px;
	overflow: hidden;
}
.list-page .text{
	font-size: 16px;
	padding: 0;
	height: 132px;
	overflow: hidden;
}
.list-page .news-list__item:hover .info-block{
	-webkit-box-shadow: 0px 10px 30px 6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 30px 6px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 30px 6px rgba(0,0,0,0.1);
}
.list-page .news-list__item .img{
	position: relative;
}
.list-page .news-list__item:hover .img:before{
	position: absolute;
	z-index: -1;
	content: ' ';
	display: block;
	width: 100%;
	height: calc(100% + 20px);
	top: -20px;
	left: -37px;
	background-color: #9a1b1f;
}
.more-list-page{
	margin-bottom: 80px;
	text-align: center;
}
.more-list-page .button{
	font-family: 'Muller-ExtraBold';
	line-height: 46px;
	height: 48px;
	width: 80%;
	max-width: 430px;
	font-size: 20px;
}

@media (max-width: 1200px){
	.list-page{
		padding: 0 37px 0 0;
	}
}
@media (max-width: 1024px){
	.list-page{
		padding: 0;
	}
	.list-page .news-list__item {
		margin-bottom: 15px;
		padding: 0;
	}
	.list-page .news-list__item:hover .img:before{
		display: none;
	}
	.list-page .news-list__item .title, .list-page .text{
		padding: 0;
		height: auto;
	}
	.list-page .news-list__item .img a{
		height: auto;
	}
}
@media (max-width: 620px){
	.list-page .news-list__item .title{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.list-page .news-list__item .data {
		font-size: 14px;
		margin-bottom: 10px;
	}
}

.map-title{
	font-family: 'Muller-ExtraBold';
	font-size: 20px;
	padding: 0 0 30px 0;
	margin: 0;
	line-height: 1.2;
	color: #000;
}
.map-block{
	margin-bottom: 40px;
	border-bottom: 1px solid #9a1b1f;
	border-top: 1px solid #9a1b1f;
}
.contact-tab{
	padding: 10px 0 20px 0;
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	font-size: 20px;
	line-height: 1.5;
}
.contact-tab .row{
	padding-bottom: 15px;
}
.contact-tab a{
	color: #040404;
	text-decoration: underline;
}
.contact-form-container{
	margin-top: 40px;
	margin-bottom: 80px;
}
.contact-form-top{
	height: 365px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url('../images/bg-cont.png');
	margin-bottom: 35px;
}
h5 .small{
	font-family: 'Muller-Regular', sans-serif;
	font-size: 20px;
}
.att-block{
	position: relative;
	padding: 20px 0 20px 90px;
	min-height: 62px;
	color: #afb5c2;
	font-family: 'Muller-ExtraBold';
	font-size: 18px;
	display: block;
	margin-bottom: 35px;
}
.icon-att {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 62px;
	height: 62px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url('../images/icon-att.png');
}
.contact-form{
	padding: 30px 0 35px 0;
	margin: 0 auto;
	width: 80%;
	max-width: 960px;
}
.form-item{
	padding-bottom: 20px;
}
.form-item label{
	padding-bottom: 10px;
	font-size: 20px;
	display: block;
	margin: 0;
}
.form-item input {
	border-width: 0.5px;
	border-color: #acacac;
	border-style: solid;
	border-radius: 2px;
	width: 100%;
	height: 34px;
	background-color: #fff;
	font-size: 18px;
}
.form-item textarea{
	border-width: 0.5px;
	border-color: #acacac;
	border-style: solid;
	border-radius: 2px;
	width: 100%;
	height: 290px;
	background-color: #fff;
	font-size: 18px;
}
.form-button{
	padding-top: 30px;
}
.form-button .button {
	font-family: 'Muller-ExtraBold';
	line-height: 46px;
	height: 48px;
	width: 100%;
	max-width: 190px;
	font-size: 18px;
}
.contact-form-line{
	border-top: 1px solid #9a1b1f;
	padding-top: 40px;
}
.contact-form-line .more-list-page {
	margin-bottom: 40px;
}
@media (max-width: 1200px){
	.map-block {
		margin-bottom: 30px;
	}
	.contact-tab {
		padding: 10px 0 15px 0;
		font-size: 20px;
	}
	.contact-tab .row {
		padding-bottom: 10px;
	}
	.contact-form-top {
		height: 200px;
		margin-bottom: 20px;
	}
	h5 .small {
		font-size: 20px;
	}
	.icon-att {
		width: 40px;
		height: 40px;
	}
	.att-block {
		padding: 0px 0 0px 60px;
		min-height: 40px;
		margin-bottom: 20px;
	}
	.contact-form{
		padding: 10px 0 15px 0;
	}
	.form-item label {
		padding-bottom: 10px;
		font-size: 20px;
	}
	.form-item {
		padding-bottom: 20px;
	}
	.form-button {
		padding-top: 20px;
	}
	.contact-form-container {
		margin-top: 25px;
		margin-bottom: 25px;
	}
}
@media (max-width: 1024px){
	.map-title{
		font-size: 20px;
		padding: 0 0 20px 0;
	}
	.map-block {
		margin-bottom: 30px;
	}
	.contact-tab {
		padding: 10px 0 15px 0;
		font-size: 18px;
	}
	.contact-tab .row {
		padding-bottom: 10px;
	}
	.contact-form-top {
		height: 150px;
		margin-bottom: 20px;
	}
	h5 .small {
		font-size: 18px;
	}
	.icon-att {
		width: 20px;
		height: 20px;
	}
	.att-block {
		padding: 0px 0 0px 40px;
		min-height: 40px;
		margin-bottom: 20px;
	}
	.contact-form{
		padding: 10px 0 15px 0;
		width: 100%;
	}
	.form-item label {
		padding-bottom: 10px;
		font-size: 18px;
	}
	.form-item {
		padding-bottom: 15px;
	}
	.form-button {
		padding-top: 20px;
	}
	.contact-form-container {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
@media (max-width: 767px){
	.contact-tab .text-right {
		text-align: left;
	}
	.map-title {
		font-size: 18px;
		padding: 0 0 15px 0;
	}
	.form-button .button{
		max-width: 500px;
		margin: auto;
		width: 80%;
	}
	.form-button {
		text-align: center;
	}
}


.title-line{
	font-family: 'Muller-ExtraBold';
	font-size: 30px;
	line-height: 1;
	color: #9a1b1f;
	border-bottom: 4px solid #9a1b1f;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.show-list-container{
	overflow: hidden;
	max-width: 1690px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 40px;
}
.show-list{
	margin: 0 -40px 40px;
}
.show-list__item{
	margin-bottom: 20px;
	position: relative;
	height: 390px;
	margin-left: 20px;
	margin-right: 40px;
	max-width: 345px;
}
.show-list__item .img-block{
	position: relative;
	z-index: 1;
	padding: 30px 0 0 20px;
	height: 270px;
	overflow: hidden;
}
.show-list__item .img-block img{
	width: 100%;
    height: 100%;
    object-fit: contain;
	position: relative;
    z-index: 5;
    object-position: 50% 0;
}
.show-list__item .img-block .over{
	position: absolute;
	z-index: 10;
	top: 30px;
	left: 20px;
	width: calc(100% - 20px);
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.45) 15%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.45) 15%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.45) 15%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	display: none;
}
.show-list__item .img-block .img{
	position: relative;
	z-index: 5;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.show-list__item .data-block{
	position: relative;
	z-index: 20;
	width: calc(100% - 20px);
	top: auto;
	left: auto;
	font-size: 18px;
	color: #000;
	font-family: 'Muller-ExtraBold';
	line-height: 1;
	padding: 20px 20px 0;
}
.show-list__item .data-block span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 10px 0;
}
.show-list__item .info-block{
	padding: 0 20px;
	position: relative;
}
.show-list__item .title {
	font-size: 22px;
	font-family: 'Muller-ExtraBold';
	line-height: 0.9;
	padding-right: 40px;
	padding-bottom: 10px;
	overflow: hidden;
}
.show-list__item .title a{
	text-decoration: none !important;
}
.show-list__item .rating{
	font-size: 16px;
	font-family: 'Muller-ExtraBold';
	line-height: 1;
	color: #000;
	position: absolute;
	top: 2px;
	right: 10px;
}
/*.show-list__item:hover .info-block {
	-webkit-box-shadow: 0px 5px 20px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 20px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 20px 3px rgba(0,0,0,0.1);
}*/
.show-list__item:hover .img-block:before{
	position: absolute;
	z-index: 1;
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #9b2126;
}
.show-list__item:hover .img-block:after{
	position: absolute;
	z-index: 2;
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	top: 20px;
	left: 10px;
	background-color: #9499a5;
}
.show-list-more{
	margin-bottom: 0;
}

@media (max-width: 1650px){
	.show-list-container{
		padding-left: 15px;
		padding-right: 15px;
	}
	.show-list {
		margin: 0 0 40px;
	}
	.show-list__item{
		margin-left: 0;
		margin-right: 0;
	}
}
@media (max-width: 1450px){
.show-list__item .img-block {
    height: 245px;
}	
}
@media (max-width: 1300px){
.show-list__item .img-block {
    height: 220px;
}	
}
@media (max-width: 1200px){
.show-list__item .img-block {
    height: 200px;
}	
}
@media (max-width: 1100px){
.show-list__item .img-block {
    height: 180px;
}	
}
@media (max-width: 1100px){
	.show-list__item .title {
		font-size: 18px;
	}
}

@media (max-width: 1023px){
	.title-line {
		font-size: 26px;
		margin-bottom: 30px;
		word-wrap: break-word;
	}
	.show-list-container{
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 30px;
	}
	.show-list{
		margin: 0 0 20px;
	}
	.show-list__item{
		margin-bottom: 10px;
		position: relative;
		height: 340px;
		margin-left: auto;
		margin-right: auto;
		max-width: 300px;
	}
	.show-list__item .img-block{
		position: relative;
		z-index: 1;
		padding: 0;
		height: 225px;
	}
	.show-list__item .img-block .over {
		position: absolute;
		z-index: 10;
		top: 0;
		left: 0;
		width: 100%;
	}
	.show-list__item .data-block{
		font-size: 14px;
	}
	.show-list__item .title {
		font-size: 22px;
		padding-right: 30px;
		word-wrap: break-word;
		height: auto;
	}
	.show-list__item .rating{
		font-size: 16px;
		top: 0;
		right: 0;
	}
	.show-list__item:hover .img-block:before,
	.show-list__item:hover .img-block:after{
		display: none;
	}

}

@media (max-width: 767px){
	.show-list__item, .show-list__item .info-block{
		height: auto;
	}
	.show-list__item{
		margin: auto;
		margin-bottom: 20px;
		max-width: 300px;
	}
	.title-line {
		font-size: 26px;
		margin-bottom: 25px;
	}
	.show-list__item .title {
		font-size: 20px;
	}
}
@media (max-width: 330px){
.show-list__item .img-block{
		height: 217px;
	}	
}

.detail-page{
	color: #9a1b1f;
	font-family: 'Muller-ExtraBold';
	font-size: 40px;
	padding-bottom: 40px !important;
}
@media (max-width: 1024px){
	.detail-page{
		font-size: 40px;
		padding-bottom: 40px !important;
	}
}

.gallery-container{
	margin-bottom: 25px;
	text-align: center;
}
.gallery-block{
	margin: 0 auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
.gallery-slider{
	background-color: #fff;
	float: left;
    width: calc(100% - 175px);
}
.gallery-slider-item{
	height: 395px;
}
.gallery-slider-item img{
	width: 100%;
    height: 100%;
    object-fit: contain;
	margin: 0 auto;
}
.gallery-nav{
	margin: 0 0 0 10px;
	z-index: 100;
	width: 165px;
	height: 395px;
	float: left;	
}
.gallery-nav-item{
	background-color: #000;
}
.gallery-nav-item img{
	width: auto;
	height: 125px;
	margin: auto;
}
.gallery-nav-item{
	width: 165px !important;
	height: 125px !important;
	overflow: hidden;
	margin: 0 0 10px;
	cursor: pointer;
	position: relative;
}
.gallery-nav-item:hover:before{
	display: block;
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	background-color: #000;
	background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/eye-red.png');
    opacity: 0.7;
}

.gallery-block .slider-nav{
	width: 125px;
	height: 100%;
	bottom: 0;
	top: 0;
	position: absolute;
    right: 0;
    z-index: 10;
}
.gallery-block .slider-nav .slick-arrow {
    left: 50%;
    margin-left: -10px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 22px;
    cursor: pointer;
}
.gallery-block .slick-arrow.prev, .gallery-block .slick-arrow.prev-nav {
    top: 10px;
    background-image: url('../images/str-l.png');
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg); 
    -webkit-transform: rotate(-90deg); 
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.gallery-block .slick-arrow.next, .gallery-block .slick-arrow.next-nav {
    bottom: 10px;
    background-image: url('../images/str-r.png');
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg); 
    -webkit-transform: rotate(-90deg); 
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.gallery-slider .slick-arrow {
    top: 50%;
    margin-top: -10px;
    position: absolute;
    z-index: 1000;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    text-indent: -1000px;
    overflow: hidden;
    width: 19px;
    height: 22px;
    cursor: pointer;
}
.gallery-slider .slick-prev.slick-arrow{
    left: 20px;
    background-image: url('../images/str-l.png');
}
.gallery-slider .slick-next.slick-arrow {
    right: 20px;
    background-image: url('../images/str-r.png');
}

.middle-gal{
	max-width: 700px;
}

@media (max-width: 1024px){
	.gallery-nav{
		display: none;
	}
	.gallery-block .slider-nav{
		display: none;
	}
	.gallery-slider{
		width: 100%;
	}
	.middle-gal{
		max-width: 100%;
	}
	.gallery-slider-item{
		height: auto;
	}
	.gallery-block .slick-arrow {
		top: 0;
		margin-top: 0;
		position: absolute;
		z-index: 1000;
		background-position: center;
		background-repeat: no-repeat;
		width: 30px;
		height: 100%;
		cursor: pointer;
		background-color: rgba(0,0,0,0.5);
		overflow: hidden;
		text-indent: -1000px;
		border: none;
		padding: 0;
	}
	.gallery-block .slick-arrow.slick-prev {
		left: 0;
		background-image: url('../images/str-l.png');
	}
	.gallery-block .slick-arrow.slick-next {
		right: 0;
		background-image: url('../images/str-r.png');
	}
}
@media (max-width: 767px){
	.gallery-slider-item{
		height: auto;
	}
}

.about-theater-container{
	position: relative;
}
.about-theater-container .title-line, .line-sm{
	max-width: 970px;
}

.about-theater-nav{
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 0;
	width: 325px;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.about-theater-nav.stick {
	position: fixed;
	top: 130px;
	right: 2%;
}
.about-theater-nav.stick-ever {
	position: fixed !important;
	top: 130px;
	right: 2%;
}
.at-menu-item{
	display: block;
	color: #fff !important;
	font-family: 'Muller-ExtraBold';
	font-size: 18px;
	white-space: nowrap;
	text-decoration: none !important;
	height: 80px;
	line-height: 80px;
	padding: 0 10px;
	background-color: #9a1b1f;
	border-bottom: 1px solid #afb5c2;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.at-menu-item:hover, .at-menu-item.active{
	background-color: #afb5c2;
}
@media (max-width: 1160px){
	.about-theater-nav{
		width: 280px;
	}
}

.about-theater-block{
	margin-bottom: 50px;
	width: 80%;
}
.about-theater-block.reviews-list-block{
	width: 100%;
}
.about-theater-block.reviews-list-block .reviews-list{
	width: 80%;
}

.about-theater-dates{
	max-width: 970px;
}
.at-dates-item{
	width: 31%;
	margin-right: 2%;
	float: left;
	border-width: 1px;
	border-color: rgb(175, 181, 194);
	border-style: solid;
	border-radius: 10px;
	background-color: #fff;
	padding: 20px 10px;
	text-align: center;
	font-family: 'Muller-ExtraBold';
	font-size: 20px;
	line-height: 1;
	color: #000;
	margin-bottom: 20px;
}
.at-dates-item:hover {
	box-shadow: 0px 1px 29px 0px rgba(175, 181, 194, 0.54);
}
.at-dates-item span{
	display: block;
	margin-bottom: 10px;
}
.at-dates-item .day{
	font-size: 30px;
	color: #9a1b1f;
}
.at-dates-item .month {
	font-size: 20px;
	color: #9a1b1f;
}
.at-dates-item .time {
	font-size: 20px;
	color: #9a1b1f;
}
.at-dates-item .button{
	padding: 0 20px;
}
.about-theater-block .text p{
	padding-bottom: 20px;
}

.actor-list{
	max-width: 1300px;
}
.actor-list-item{
	width: 47%;
	margin-right: 3%;
	float: left;
	margin-bottom: 45px;
}
.actor-list-item .img{
	display: inline-block;
	vertical-align: middle;
	width: 49%;
}
.actor-list-item .img img{
	width: 100%;
}
.actor-list-item .text{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.2;
}
.actor-list-item .role{
	font-size: 20px;
	font-family: 'Muller-ExtraBold';
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 10px solid #9a1b1f;
}
.actor-list-item .role a{
	color: #000;
}
.actor-list-item .role .small{
	font-size: 18px;
}
.actor-list-item .name {
	font-size: 20px;
	font-family: 'Muller-ExtraBold';
	color: #afb5c2;
	margin-bottom: 5px;
}
.actor-list-item .name a{
	color: #afb5c2;
}

.reviews-list{

}
.reviews-item{
	margin-bottom: 70px;
	padding: 30px 0 0 110px;
	position: relative;
}
.reviews-item .img{
	width: 87px;
	height: 87px;
	position: absolute;
	top: 0;
	left: 10px;
	background-color: #afb5c2;
	border: 1px solid #9a1b1f;
	border-radius: 50%;
	overflow: hidden;
}
.reviews-item .img img{
	width: 100%;
}
.reviews-item .user-name{
	color: #000;
	font-size: 25px;
	font-family: 'Muller-ExtraBold';
	line-height: 1;
	margin-bottom: 30px;
}
.reviews-item .data{
	color: #000;
	font-size: 18px;
	font-family: 'Muller-ExtraBold';
	line-height: 1;
	position: absolute;
	right: 0;
	top: 40px;
}
.reviews-item .text {
	border-width: 1px;
	border-color: #d4d8de;
	border-style: solid;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 1px 29px 0px rgba(175, 181, 194, 0.54);
	padding: 30px 20px;
}
@media (max-width: 1650px){
	.about-theater-block{
		width: 75%;
	}
	.about-theater-block.reviews-list-block .reviews-list{
		width: 75%;
	}
.actor-list-item .name {
		font-size: 16px;
}
.actor-list-item .awards {
		font-size: 14px;
}		
}	
@media (max-width: 1120px){
.actor-list-item .name {
		font-size: 14px;
}
.actor-list-item .awards {
		font-size: 12px;
}		
}
@media (max-width: 1500px){
	.about-theater-block{
		width: 70%;
	}
	.about-theater-block.reviews-list-block .reviews-list{
		width: 70%;
	}
	.actor-list-item .img{
		display: block;
		width: 100%;
	}
	.actor-list-item .text{
		display: block;
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
		height: 255px;
		overflow: hidden;
	}

}
@media (max-width: 1024px){
	.about-theater-container .title-line {
		font-size: 35px;
	}
	.about-theater-nav{
		display: none;
	}
	.about-theater-block{
		width: 100%;
		margin-bottom: 30px;
	}
	.about-theater-block.reviews-list-block .reviews-list{
		width: 100%;
	}
	.at-dates-item{
		width: 48%;
		margin-right: 1%;
		margin-left: 1%;
		padding: 40px 10px;
		font-size: 24px;
	}
	.at-dates-item span{
		display: block;
		margin-bottom: 10px;
	}
	.at-dates-item .day{
		font-size: 24px;
	}
	.at-dates-item .month {
		font-size: 18px;
	}
	.at-dates-item .time {
		font-size: 20px;
	}
	.about-theater-block .text p{
		padding-bottom: 10px;
	}
	.at-dates-item .button{
		font-size: 20px;
		line-height: 36px;
		height: 38px;
	}

	.actor-list-item {
		width: 31%;
		margin-right: 1%;
		margin-left: 1%;
		float: left;
		margin-bottom: 20px;
		box-shadow: 0px 1px 29px 0px rgba(175, 181, 194, 0.54);
	}
	.actor-list-item .img{
		display: block;
		width: 100%;
	}
	.actor-list-item .text{
		display: block;
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
		height: 165px;
		font-size: 12px;
		padding: 10px;
	}
	.actor-list-item .role{
		font-size: 16px;
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 5px solid #9a1b1f;
	}
	.actor-list-item .role .small{
		font-size: 14px;
	}
	.actor-list-item .name {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.reviews-item {
		margin-bottom: 30px;
		padding: 30px 0 0 0;
	}
	.reviews-item .data {
		position: relative;
		right: auto;
		top: auto;
		text-align: right;
		margin-bottom: 15px;
	}
	.reviews-item .user-name {
		font-size: 20px;
		margin-bottom: 30px;
		padding-left: 110px;
	}
	.reviews-item .text {
		padding: 30px 20px;
	}
}
@media (max-width: 768px){
	.actor-list-item .text{
		height: 185px;
	}
}
@media (max-width: 620px){
	.at-dates-item {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.actor-list-item {
		width: 90%;
		max-width: 350px;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}
	.reviews-item .data {
		text-align: left;
		padding-top: 10px;
	}
	.actor-list-item .text{
		height: auto;
		padding-bottom: 20px;
	}
}

#back-to-top {
	position: fixed;
	z-index: 1000;
	bottom: -100px;
	right: 20px;
	width: 81px;
	height: 81px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#back-to-top.show {
	bottom: 50px;
}
#back-to-top a {
	width: 81px;
	height: 81px;
	display: block;
	background-position: 0;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../images/icon-up.png);
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.38);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.38);
}
#back-to-top a:hover{
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
@media (max-width: 1024px){
	#back-to-top, #back-to-top a {
		width: 46px;
		height: 46px;
	}
}


.actors-title{
	height: 70px;
	margin: 0 0 30px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(left, rgba(154,27,31,1) 0%, rgba(154,27,31,1) 20%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(154,27,31,1) 0%, rgba(154,27,31,1) 20%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(154,27,31,1) 0%, rgba(154,27,31,1) 20%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a1b1f', endColorstr='#ffffff',GradientType=1 );
}
.actors-title-block{
	height: 70px;
	max-width: 80%;
	min-width: 30%;
	display: table;
	background-color: #9a1b1f;
	position: relative;
}
.actors-title-block:after{
	height: 35px;
	width: 35px;
	display: block;
	content: ' ';
	position: absolute;
	top: 0;
	right: -70px;
	border: 35px solid transparent;
	border-top: 35px solid #9a1b1f;
	border-left: 35px solid #9a1b1f;
}
.actors-title h3{
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
	padding-bottom: 0;
	margin: 0;
	line-height: 1;
	font-family: 'Muller-ExtraBold';
	font-size: 30px;
	color: #fff;
}
.actor-list-page{
	padding: 20px 0;
}
.actor-list-page .actor-list{
	max-width: 150%;
	margin: 0 -2%;
}
.actor-list-item{
	width: 19%;
	margin: 0 2% 30px;
	overflow: hidden;
}
@media (min-width: 1025px){
.actor-list-page .actor-list-item{
	width: 12.6%;
}	
}

.actor-list-page .actor-list-item:hover{
	box-shadow: 0px 1px 30px 0px rgba(175, 181, 194, 0.54);
}
.actor-list-item .img{
	display: block;
	width: 100%;
}
.actor-list-item .text{
	display: block;
	width: 100%;
	padding: 20px 10px 0;
	height: 170px;
	margin-bottom: 5px;
	overflow: hidden;
	font-size: 16px;
}
.actor-list-item .role {
	padding-bottom: 5px;
	margin-bottom: 15px;
}

@media (max-width: 1750px){
	.actor-list-page{
		overflow: hidden;
		margin: 0 -15px;
		padding: 20px 15px;
	}
}

@media (max-width: 1200px){
	.actor-list-item .text{
		font-size: 12px;
	}
	.actor-list-item .role {
		font-size: 16px;
	}
	.actor-list-item .name {
	    font-size: 16px;
	    margin-bottom: 5px;
	}
}

@media (max-width: 1024px){
	.actors-title {
		height: 52px;
		margin: 0;
	}
	.actors-title-block{
		height: 52px;
		max-width: 80%;
	}
	.actors-title-block:after{
		height: 26px;
		width: 26px;
		right: -52px;
		border: 26px solid transparent;
		border-top: 26px solid #9a1b1f;
		border-left: 26px solid #9a1b1f;
	}
	.actors-title h3{
		font-size: 20px;
	}
	.actor-list-page {
		padding: 50px 15px;
	}
	.actor-list {
		margin: 0 -2%;
	}
	.actor-list-item{
		width: 29.3%;
		margin: 0 2% 25px;
	}
	.actor-list-item .text{
		font-size: 12px;
		text-align: center;
		height: 140px;
		margin-bottom: 10px;
		padding: 20px 10px 0;
	}
	.actor-list-item .role {
		font-size: 16px;
	}
}

@media (max-width: 767px){
	.actor-list {
		margin: 0;
	}
	.actor-list-item{
		width: 46% !important;
		float: left !important;
	}
	.actor-list-item .text{
		margin-bottom: 0;
		height: 135px !important;
	}
}
@media (max-width: 620px){
.actor-list-item .role {
    font-size: 14px;
    margin-bottom: 5px;
}
.actor-list-item .text {
    font-size: 11px;
    padding: 10px 10px 0;
}
.about-theater-block .actor-list-item .role, .about-theater-block .actor-list-item .role .small {
    font-size: 11px;
}
.about-theater-block .actor-list-item .name {
    font-size: 12px;
}
.about-theater-block .actor-list-item .text {
    font-size: 10px;
}
}

.actors-detail{
	border-bottom: 1px solid #9a1b1f;
	font-size: 19px;
	padding-bottom: 20px;
	margin-bottom: 60px;
}
.actors-detail p{
	padding-bottom: 30px;
}
.actors-detail-title {
	font-family: 'Muller-ExtraBold';
	font-size: 60px;
	line-height: 1;
	color: #9a1b1f;
	border-bottom: 15px solid #9a1b1f;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-bottom: 30px;
	display: inline-block;
	max-width: 60%;
}
.actors-detail-img{
	max-width: 35%;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.actors-detail .awards{
	font-size: 30px;
	margin-bottom: 30px;
}

.gallery-actor-detail{
	margin: 40px 0;
}
.gallery-actor-detail.gallery-block{
	background-color: transparent;
}
.gallery-actor {
	margin: 0 25px;
	position: relative;
	z-index: 100;
	height: 125px;
}
.gallery-actor .gallery-actor-item{
	margin: 0 10px;
	padding: 0;
	height: 125px;
	width: 165px;
	background-color: #000;
}
.gallery-actor-item img {
	width: auto;
	height: 100%;
	margin: auto;
}
.gallery-actor-item a{
	display: block;
	margin: auto;
	position: relative;
	z-index: 100;
	max-width: 165px;
	height: 125px;
	overflow: hidden;
	background-color: #000;
}
.gallery-actor-item.slick-slide::before {
	z-index: 1;
}
.gallery-actor-item a:hover:before {
	display: block;
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/eye-red.png);
	opacity: 0.7;
}
.gallery-block.gallery-actor-detail .slider-nav {
	display: none !important;
}
/*.gallery-block.gallery-actor-detail .slider-nav {
    height: 125px;
    bottom: 40px;
    top: auto;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
}
.gallery-block.gallery-actor-detail .slick-arrow.prev, .gallery-block.gallery-actor-detail .slick-arrow.prev-nav {
    top: 50%;
    margin-top: -10px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.gallery-block.gallery-actor-detail .slick-arrow.prev, .gallery-block.gallery-actor-detail .slick-arrow.prev-nav {
    left: 0;
}
.gallery-block.gallery-actor-detail .slick-arrow.next, .gallery-block.gallery-actor-detail .slick-arrow.next-nav {
    right: 0;
}
*/

.gallery-actor .slick-arrow{
	z-index: 100;
	border: none;
	background-color: transparent;
	cursor: pointer;
	text-indent: -1000px;
	overflow: hidden;
	top: 50%;
	margin-top: -10px;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	width: 19px;
	height: 22px;
}
.gallery-actor .slick-prev {
	left: -25px;
	background-image: url(../images/str-l.png);
}
.gallery-actor .slick-next {
	right: -25px;
	background-image: url(../images/str-r.png);
}


.actors-feature .acc-title{
	height: 27px;
	background-color: #9a1b1f;
	padding: 0;
	margin: 15px 0;
	overflow: visible;
	line-height: 1;
	position: relative;
}
.actors-feature .acc-title .title{
	display: inline-block;
	position: relative;
	padding: 0 20px;
	background-color: #fff;
	white-space: nowrap;
	color: #000;
	font-family: 'Muller-ExtraBold';
	font-size: 60px;
	line-height: 55px;
	top: -20px;
}
.actors-feature .acc-block{
	font-size: 19px;
	padding: 25px 20px;
}
.feature-text{
	white-space: nowrap;
	overflow-y: auto;
	margin-bottom: 50px;
}
.feature-text::-webkit-scrollbar{
	height:18px;
}
.feature-text::-webkit-scrollbar-thumb{
	border-width:0;
	border-radius: 18px;
	background-color:  #9a1b1f;
}
.feature-text::-webkit-scrollbar-thumb:hover{
	background-color: #9a1b1f;
}
.feature-text::-webkit-scrollbar-track{
	border-color: transparent;
	background-color: #afb5c2;
}
.feature-text.press a{
	color: #4f4f4f;
	font-family: 'Muller-Bold';
	text-decoration: underline;
}
.feature-text.press a:hover{
	color: #9a1b1f;
}
.feature-text.press p{
	padding-bottom: 30px;
}

.back-mobile{
	display: none;
	padding: 0 0 20px;
}
.back-mobile a{
	color: #9a1b1f;
	font-family: 'Muller-ExtraBold';
	font-size: 15px;
	line-height: 15px;
	display: inline-block;
	padding-left: 25px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url('../images/arrow-l2-red.svg');
	background-size: auto 100%;
}

@media (max-width: 1024px){
	.back-mobile{
		display: block;
	}
	.actors-detail-title {
		font-size: 30px;
		border-bottom: 5px solid #9a1b1f;
		padding-bottom: 15px;
		padding-top: 0;
		margin-bottom: 15px;
		max-width: 50%;
	}
	.actors-detail-img {
		max-width: 45%;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	.actors-detail .awards {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.actors-detail {
		font-size: 14px;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	.gallery-actor{
		margin: 0;
	}
	.gallery-actor-detail {
		margin: 20px 0;
	}
	.actors-detail p {
		padding-bottom: 15px;
	}

	.actors-feature .acc-title {
		height: 20px;
		margin: 5px 0 50px;
	}
	.actors-feature .acc-title .title {
		display: block;
		position: relative;
		z-index: 1;
		padding: 0 25px;
		font-size: 30px;
		line-height: 30px;
		top: -8px;
	}
	.actors-feature .ui-icon {
		display: block;
		position: absolute;
		z-index: 100;
		text-indent: -99999px;
		overflow: hidden;
		width: 24px;
		height: 24px;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url('../images/icon-ui1.png');
		top: 0;
		right: 25px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.actors-feature .ui-state-active .ui-icon{
		transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}
	.actors-feature .acc-block {
		font-size: 16px;
		padding: 0 25px;
	}
	.feature-text {
		margin-top: -30px;
		margin-bottom: 40px;
	}
}
@media (max-width: 767px){
	.back-mobile{
		padding: 0 0 15px;
	}

	.actors-detail-title {
		max-width: 100%;
	}
	.actors-detail-img {
		max-width: 100%;
		margin-left: 0;
		margin-bottom: 15px;
		float: none;
	}
	.actors-feature .acc-block {
		padding: 0;
	}
}


.affiche-title-block{
	padding-bottom: 50px;
	padding-top: 40px;
}
.affiche-title{
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	color: #9a1b1f;
	font-family: 'Muller-ExtraBold';
	font-size: 25px;
}
.affiche-nav{
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	margin-left: 30px;
	padding: 0 55px;
	position: relative;
}
.affiche-nav-link{
	position: absolute;
	top: 50%;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	width: 19px;
	height: 22px;
	margin-top: -11px;
	cursor: pointer;
}
.affiche-nav-link.prev-link {
	left: 0;
	background-image: url(../images/str-l.png);
}
.affiche-nav-link.next-link {
	right: 0;
	background-image: url(../images/str-r.png);
}
.affiche-nav-current{
	color: #9a1b1f;
	font-family: 'Muller-ExtraBold';
	font-size: 25px;
	border-bottom: 2px solid #9a1b1f;
	display: block;
}
.affiche-container-deck{
	margin-bottom: 250px;
}
.affiche-container-deck .td{
	width: 14.2%;
}
.table-row.days-of-week{
	border-bottom: 5px solid #9a1b1f;
	margin-bottom: 20px;
}
.table-row.days-of-week .td{
	line-height: 1;
	padding-bottom: 20px;
	color: #afb5c2;
	font-family: 'Muller-ExtraBold';
	font-size: 22px;
	text-transform: uppercase;
}
.table-row.days-of-week .td.weekend{
	color: #9a1b1f;
}
.table-row.days{
	border-bottom: 2px solid #afb5c2;
	margin-bottom: 20px;
	min-height: 300px;
}
.table-row.days .td{
	border-right: 1px solid #afb5c2;
	padding: 20px 0 0;
	vertical-align: top;
}
.table-row.days .td:last-child{
	border-right: none;
}
.affiche-container-deck .day{
	color: #afb5c2;
	font-family: 'Muller-ExtraBold';
	font-size: 40px;
	line-height: 1;
	margin-bottom: 20px;
	padding: 0 15px;
}
.weekend .day{
	color: #9a1b1f;
}
.affiche-container-deck .show-block{

}
.show-block::-webkit-scrollbar{
	width:10px;
}
.show-block::-webkit-scrollbar-thumb{
	border-width:0;
	border-radius: 10px;
	background-color:  #9a1b1f;
}
.show-block::-webkit-scrollbar-thumb:hover{
	background-color: #9a1b1f;
}
.show-block::-webkit-scrollbar-track{
	border-color: transparent;
	background-color: #afb5c2;
}
.show-item{
	font-size: 14px;
	color: #afb5c2;
	font-family: 'Muller-ExtraBold';
	padding: 0 15px;
	margin-bottom: 20px;
	position: relative;
}
.show-item .title{
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.show-item .title a{
	color: #000;
	text-decoration: underline;
}
.show-item .title a:hover{
	color: #9a1b1f;
}
.show-item .premiere {
	float: right;
}
.show-item .news-slider-item{
	height: auto;
	margin: 0;
	background-color: #fff;
	border: 4px solid #afb5c2;
	box-shadow: 0px 0px 0px 5px #9a1b1f;
	width: calc(100% - 5px);
}
.show-item .news-slider-item .title{
	height: auto;
}
.show-item .news-slider-item .title a, .show-item .news-slider-item .title{
	color: #9a1b1f;
}
.show-item .news-slider-item .text, .show-item .news-slider-item .button{
	display: block;
}
.show-item .news-slider-item .img{
	filter: grayscale(0);
	height: 220px;
	position: relative;
	opacity: 1;
	margin-bottom: 10px;
}
.show-item .news-slider-item .info-block{
	position: relative;
	color: #000;
	bottom: auto;
	left: auto;
	padding: 0 7px;
}
.show-item .over-block{
	display: none;
	position: absolute;
	z-index: 1000;
	margin-top: -50%;
	top: 0;
	left: -280px;
	width: 280px;
}
.show-item:hover .over-block{
	display: block;
}
.table-row.days .td:nth-child(1) .show-item .over-block, .table-row.days .td:nth-child(2) .show-item .over-block, .table-row.days .td:nth-child(3) .show-item .over-block{
	left: auto;
	right: -280px;
}

.affiche-container-mob{
	display: none;
}
@media (max-width: 1630px){
	.table-row.days-of-week .td {
		font-size: 20px;
	}
}
@media (max-width: 1400px){
	.show-item .premiere {
		float: none;
	}
	.table-row.days-of-week .td {
		font-size: 18px;
	}
	.affiche-container-deck .day {
		font-size: 40px;
		margin-bottom: 15px;
	}
}
@media (max-width: 1200px){
	.table-row.days-of-week .td {
		font-size: 16px;
	}
}
@media (max-width: 1024px){
	.affiche-title {
		font-size: 30px;
	}
	.affiche-nav {
		margin-top: 5px;
		padding: 0 35px;
	}
	.affiche-title-block {
		padding-bottom: 30px;
		padding-top: 0;
	}
	.affiche-container-deck{
		display: none;
	}
	.affiche-container-mob{
		display: block;
		margin-bottom: 30px;
	}
	.affiche-day {
		padding: 0 0 10px;
	}
	.affiche-day .show-block {

	}
	.affiche-day .day {
		color: #000;
		font-family: 'Muller-ExtraBold';
		font-size: 20px;
		line-height: 1;
		padding: 10px 15px;
		border-top: 1px solid #9499a5;
		border-bottom: 1px solid #9499a5;
		background-color: #afb5c2;
	}
	.affiche-day.weekend .day{
		color: #9a1b1f;
	}
	.show-item{
		border-bottom: 1px solid #afb5c2;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	.show-item .premiere {
		float: none;
		padding: 0 20px;
	}
	.affiche-day .button {
		font-size: 14px;
		line-height: 28px;
		height: 30px;
	}
	.show-item .time {
		margin-right: 10px;
		line-height: 1;
	}
}
@media (max-width: 620px){
	.affiche-title-block{
		text-align: center;
	}
	.affiche-title{
		display: block;
	}
	.affiche-nav {
		margin-top: 10px;
		margin-left: auto;
		padding: 0 35px;
	}
}

.about-page{
	padding-top: 50px;
}
.img-big{
	margin-bottom: 50px;
}
.manag-block{

}
.manag-item{
	background-color: #fff;
	margin-bottom: 30px;
}
.manag-item:hover{
	box-shadow: 0px 1px 29px 0px rgba(175, 181, 194, 0.54);
}
.manag-item .img{
	float: left;
	width: 305px;
}
.manag-item .img img{
	width: 100%;
	height: auto;
}
.manag-item .title{
	text-transform: uppercase;
	font-size: 16px;
	padding-left: 325px;
	padding-right: 20px;
	padding-top: 10px;
}
.manag-item .title span{
	display: block;
	font-family: 'Muller-ExtraBold';
}
.manag-item .title span.red{
	font-size: 26px;
}
.manag-item .title span.grey{
	font-size: 20px;
}
.manag-item .text{
	font-size: 14px;
	padding-left: 325px;
	padding-top: 5px;
	margin-bottom: 10px;
	min-height: 80px;
	padding-right: 20px;
}
.manag-item .more-link{
	font-size: 18px;
	font-family: 'Muller-Bold';
	line-height: 1;
	padding-left: 325px;
	padding-right: 40px;
	padding-bottom: 25px;
	text-align: right;
}
@media (max-width: 1024px){
	.about-page{
		padding-top: 0;
	}
	.img-big{
		margin-bottom: 15px;
	}
	.manag-item{
		margin-bottom: 20px;
		box-shadow: 0px 1px 29px 0px rgba(175, 181, 194, 0.54);
	}
	.manag-item .img{
		width: 200px;
	}
	.manag-item .title{
		padding-left: 240px;
		padding-top: 20px;
	}
	.manag-item .title span.red{
		font-size: 25px;
	}
	.manag-item .title span.grey{
		font-size: 20px;
	}
	.manag-item .text{
		padding-left: 20px;
		padding-top: 10px;
		min-height: 20px;
		clear: both;
	}
	.manag-item .more-link{
		padding-left: 20px;
		padding-right: 30px;
		padding-bottom: 20px;
	}
}
@media (max-width: 620px){
	.manag-item .img{
		width: 100%;
		float: none;
	}
	.manag-item .title{
		padding-left: 20px;
		padding-top: 10px;
	}
	.manag-item .text{
		padding-top: 0;
		padding-bottom: 10px;
	}
	.manag-item .more-link{
		text-align: center;
	}
}

.authors-list{
	text-align: center;
}
.authors-list-item{
	display: inline-block;
	margin: 25px 1%;
	width: 31%;
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.authors-list-item a{
	display: table;
	width: 100%;
	height: 200px;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	font-family: 'Muller-ExtraBold';
	font-size: 22px;
}
.authors-list-item a span{
	display: table-cell;
	height: 200px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	z-index: 10;
}
.authors-list-item a:after {
	content: ' ';
	display: block;
	position: absolute;
	z-index: 0;
	width: 60%;
	height: 80%;
	top: 10%;
	left: 20%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.authors-list-item a:hover:after {
	background-color: #9a1b1f;
	border: 3px solid #afb5c2;
}
@media (max-width: 1024px){
	.authors-list-item{
		margin: 15px 1%;
	}
}
@media (max-width: 900px){
	.authors-list-item{
		margin: 10px 1%;
		width: 46%;
	}
}
@media (max-width: 620px){
	.authors-list-item{
		margin: 10px 0;
		width: 100%;
	}
}

.building-list{
}
.building-list-item{
	display: block;
	height: 370px;
	margin-bottom: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.building-list-item a{
	display: table;
	width: 100%;
	height: 370px;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	font-family: 'Muller-ExtraBold';
	font-size: 22px;
}
.building-list-item a:hover{
	/*background-color: rgba(0,0,0,0.2);*/
}
.building-list-item a span{
	display: table-cell;
	height: 370px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	z-index: 10;
}
.building-list-item a:after{
	content: ' ';
	display: block;
	position: absolute;
	z-index: 0;
	width: 60%;
	height: 80%;
	top: 10%;
	left: 20%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.building-list-item a:hover:after{
	background-color: #9a1b1f;
	border: 3px solid #afb5c2;
}
@media (max-width: 1024px){
	.building-list-item{
		margin-bottom: 20px;
	}
}
@media (max-width: 900px){
	.building-list-item, .building-list-item a, .building-list-item a span{
		height: 200px;
	}
}


.about-news-list{
	padding-bottom: 40px;
}
.about-news-item{
	background-color: #fff;
	margin-bottom: 40px;
	box-shadow: 0px 1px 29px 0px rgba(175, 181, 194, 0.54);
	padding: 25px 50px;
}
.about-news-item .title{
	text-transform: uppercase;
	font-size: 16px;
}
.about-news-item .title span{
	display: block;
	font-family: 'Muller-ExtraBold';
}
.about-news-item .title span.red{
	font-size: 26px;
}
.about-news-item .title span.grey{
	font-size: 20px;
}
.about-news-item .text{
	font-size: 14px;
	padding-top: 5px;
	margin-bottom: 20px;
}
.about-news-item .more-link{
	font-size: 18px;
	font-family: 'Muller-Bold';
	line-height: 1;
	text-align: right;
}
@media (max-width: 1024px){
	.about-news-list{
		padding-bottom: 20px;
	}
	.about-news-item{
		margin-bottom: 20px;
	}
	.about-news-item .title span.red{
		font-size: 22px;
	}
	.about-news-item .title span.grey{
		font-size: 18px;
	}
}
@media (max-width: 620px){
	.about-news-item .more-link{
		text-align: center;
	}
}

.text-prev{
	margin-bottom: 20px;
}
.text-prev p {
	padding-bottom: 30px;
}
.text-prev img{
	max-width: 100%;
}
.more-block.center a{
	text-align: center !important;
}
.excursion-list .authors-list-item {
	display: block;
	margin: 0 0 30px 0;
	width: 100%;
	height: 200px;
}
.project-page{
	padding-top: 30px;
}
.project-page .authors-list{
	margin: auto;
	max-width: 1314px;
}
.project-list{
	padding-bottom: 40px;
}
.project-list .item{
	margin-bottom: 40px;
	line-height: 1;
	font-size: 40px;
	font-family: 'Muller-ExtraBold';
}
.project-list .item a{
	color: #000;
}
.project-list .item a:hover{
	color: #860d18;
	font-size: 50px;
}
.project-page .more-block{
	margin-left: 0;
}
.bottom-buy{
	text-align: center;
	margin: 70px 0;
}
.bottom-buy .button{
	width: 100%;
	max-width: 345px;
}
.bottom-pdf{
	padding-top: 20px;
}
.pdf{
	display: inline-block;
	line-height: 1;
	font-size: 30px;
	font-family: 'Muller-ExtraBold';
}
.icon-pdf {
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 33px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url('../images/icon-pdf.png');
}
.pdf .icon-pdf{
	margin-left: 15px;
}
.fest-sub-title{
	line-height: 1;
	font-size: 60px;
	font-family: 'Muller-ExtraBold';
	color: #9a1b1f;
}
.acc-title{
	cursor: pointer;
}
.accordion-fest .acc-block{
	border-bottom: 1px solid #000;
	margin-bottom:40px;
}
.publications a {
	color: #000;
	font-weight: bold;
}
.publications a:hover {
	color: #9a1b1f;
}
@media (max-width: 1024px){
	.text-prev p {
		padding-bottom: 15px;
	}
	/*.text-prev img{
		max-width: 50%;
	}*/
	.project-page{
		padding-top: 0;
	}
	.project-list{
		padding-bottom: 20px;
	}
	.project-list .item{
		margin-bottom: 20px;
		font-size: 25px;
	}
	.project-list .item a:hover{
		font-size: 25px;
	}
	.bottom-buy{
		margin: 30px 0;
	}
	.fest-sub-title{
		font-size: 30px;
	}
}
@media (max-width: 620px){
	.text-prev img{
		max-width: 100%;
		width: 100%;
		margin: 0 0 20px !important;
	}
	.pdf {
		font-size: 18px;
	}
}


.test{
	text-align: center;
	font-size: 12px;
	color: #9a1b1f;
	position: fixed;
	z-index: 1000;
	width: 100%;
	background-color: #afb5c2;
	padding: 3px;
}
.test span{
	display: inline-block;
}


.detail_picture{
	float: left;
	margin: 0 20px 20px 0;
	max-width: 35%;
	height: auto !important;
}
@media (max-width: 620px){
	.detail_picture{
		float: none;
		margin: 0 0 20px 0;
		max-width: 100%;
		width: 100% !important;
	}
}


.button.search-button{
	font-size: 20px;
	line-height: 36px;
	height: 38px;
}
.search-query{
	padding: 0 10px;
}
.hide-desc{
	display: none;
}
.search-popup-container{
	height: 0px;
	overflow: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 122px;
	width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.search-popup-container.open{
	height: auto;
	opacity: 1;
	overflow: visible;
}
.search-open.active{
	color: #afb5c2;
}
.search-popup-container .container{
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-shadow: 0px 23px 65px 10px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 23px 65px 10px rgba(0,0,0,0.29);
	box-shadow: 0px 23px 65px 10px rgba(0,0,0,0.29);
}
.search-popup-container input.search-suggest {
	width: 100%;
	background: #fff;
	border: none;
	font-size: 20px;
	height: 38px;
}
div.search-result {
	padding-bottom: 30px;
}
@media (max-width: 1024px){
	.hide-desc{
		display: block;
	}
	.hide-mb{
		display: none;
	}
	.search-popup-container.open{
		display: none;
	}
}

.actor-list-item-line{
	margin-bottom: 25px;
}
.actor-list-item-line:hover {
	box-shadow: 0px 1px 29px 0px rgba(175, 181, 194, 0.54);
}
.actor-list-item-line .img{
	width: 300px;
}
.actor-list-item-line .img img{
	width: 100%;
	height: auto;
	max-width: 300px;
	margin: auto;
	display: block;
}
.actor-list-item-line .td{
	position: relative;
}
.actor-list-item-line .td .bord{
	position: absolute;
	height: 90%;
	top: 5%;
	right: 0;
	width: 9px;
	background-color: #9a1b1f;
}
.actor-list-item-line .td:nth-child(3){
	width: 50%;
	padding: 20px 0 20px 10%;
	text-transform: uppercase;
}
.actor-list-item-line .role {
	font-size: 22px;
	font-family: 'Muller-ExtraBold';
	padding: 20px;
	position: relative;
	text-transform: uppercase;
}
.actor-list-item-line .role .small {
	font-size: 18px;
	text-transform: none;
}
.actor-list-item-line .name {
	font-size: 22px;
	font-family: 'Muller-ExtraBold';
	color: #afb5c2;
	margin-bottom: 15px;
}
.actor-list-item-line .name a {
	color: #afb5c2;
}
@media (max-width: 1280px){
	.actor-list-item-line .td:nth-child(3){
		width: 40%;
		padding: 20px;
	}
}
@media (max-width: 767px){
	.actor-list-item-line {
		font-size: 12px;
		box-shadow: 0px 1px 29px 0px rgba(175, 181, 194, 0.54);
		width: 46% !important;
    	float: left !important;
		max-width: 350px;
		margin: 0 2% 25px;
	}
	.actor-list-item-line .td, .actor-list-item-line .td:nth-child(3){
		width: 100%;
		padding: 15px;
		display: block;
	}
	.actor-list-item-line .td:nth-child(2){
		height: 80px;
		overflow: hidden;
	}
	.actor-list-item-line .td:nth-child(3){
		height: 100px;
		font-size: 11px;
	}
	.actor-list-item-line .img{
		padding: 0;
	}
	.actor-list-item-line .img img {
		max-width: 350px;
	}
	.actor-list-item-line .role {
		font-size: 14px;
		padding: 0;
		padding-bottom: 5px;
		margin-bottom: -20px;
		border-bottom: 5px solid #9a1b1f;
	}
	.actor-list-item-line .name {
	    font-size: 14px;
	    margin-bottom: 5px;
	}
	.actor-list-item-line .td .bord{
		display: none;
	}
}

.press-list-container .item{
	margin-bottom: 30px;
}
.press-list{
	font-size: 19px;
}
.press-list p{
	padding-bottom: 20px
}
.press-list a {
	color: #4f4f4f;
	font-family: 'Muller-Bold';
	text-decoration: underline;
}
.press-list a:hover {
	color: #9a1b1f;
}
.press-list .data{
	font-size: 16px;
}
@media (max-width: 767px){
	.press-list{
		font-size: 16px;
	}
	.press-list p{
		padding-bottom: 10px
	}
	.press-list .data{
		font-size: 14px;
	}
}


.show-list-new{
	margin: 0 0 40px;
}
.show-list-new .news-slider-item{
	height: 536px;
	margin: 5px;
	background-color: #fff;
	border: 4px solid #afb5c2;
	box-shadow: 0px 0px 0px 5px #9a1b1f;
	width: calc(100% - 5px);
	margin-bottom: 30px;
}
.show-list-new .news-slider-item .title{
	height: 55px;
}
.show-list-new .news-slider-item .title a, .show-list-new .news-slider-item .title{
	color: #9a1b1f;
}
.show-list-new .news-slider-item .text, .show-list-new .news-slider-item .button{
	display: block;
}
.show-list-new .news-slider-item .img{
	filter: grayscale(0);
	height: 220px;
	position: relative;
	opacity: 1;
	margin-bottom: 10px;
}
.show-list-new .news-slider-item .info-block{
	position: relative;
	color: #000;
	bottom: auto;
	left: auto;
	padding: 0 7px;
}
.show-list-new .news-slider-item .tag {
    top: 15px;
    left: 33px;
}
.show-list-new .news-slider-item .premiere{
	top: 52px;
    left: 33px;
}

.shema-img img{
	max-width: 100%;
}

.photo-list.actor-list-page .actor-list-item {
    height: 150px;
}
.photo-list.actor-list-page .actor-list-item .img {
    height: 100%;
}
.photo-list.actor-list-page .actor-list-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 620px){
.photo-list.actor-list-page .actor-list-item {
    height: 100px;    
}	
}

@media (max-width: 1024px){
	.parallax{
		display: none !important;
	}
}

.slider-popup{
	height: 100%;
	overflow: hidden;
}
.slider-popup .img-item, .slider-popup .slick-list, .slider-popup .slick-track{
	height: 100%;
	max-height: 100%;
}
.slider-popup .img-item .img{
	height: 100%;
	position: relative;
	z-index: 1;
}
.slider-popup .img-item .img img{
	height: 100%;
	width: 100%;
	object-fit: contain;
	margin: auto;
}
.slider-popup .img-item .title{
	position: absolute;
	bottom: 0;
	z-index: 100;
	width: 100%;
}
.slider-popup .slick-arrow {
    top: 50%;
    margin-top: -30px;
    position: absolute;
    z-index: 1000;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    text-indent: -1000px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.slider-popup .slick-arrow:hover{
	opacity: 0.6;
}
.slider-popup .slick-prev{
	left: 0;
	background-image: url('../images/arrow-l2.svg');
}
.slider-popup .slick-next{
	right: 0;
	background-image: url('../images/arrow-r2.svg');
}

.container.back{
	padding-top: 25px;
	padding-bottom: 25px;
}
.program-text{
	margin: 30px auto;
	max-width: 960px;
}
.program-text h2{
	font-size: 25px;
line-height: 1.3;
	text-transform: none;
	color: #000;
	font-family: 'Muller-Bold';
    font-weight: normal;
	text-align: center;
}
.accordion-text-page{
	margin: 30px auto 50px;
	max-width: 960px;
}
.accordion-text-page h3{
	text-transform: none;
	font-size: 22px;
}
.accordion-text-page .acc-block {
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
    margin-bottom: 30px;
}
.accordion-text-page .acc-title{
	border-bottom: 4px solid #9a1b1f;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.rate-block{
	margin: auto;
	margin-bottom: 10px;
	max-width: 600px;

}
.rating-area {
	overflow: hidden;
	max-width: 600px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}
.rating-area:not(:checked) > input {
	display: none;
}
.rating-area:not(:checked) > label {
	display: block;
	width: 100px;
	height: 100px;
	padding: 0;
	cursor: pointer;
	font-size: 1px;
	line-height: 100px;
	margin: 0 5px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.rating-area:not(:checked) > label:before {
	display: block;
	content: ' ';
	width: 100px;
	height: 100px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url('../images/tra-mark.png');
}
.rating-area > input:checked ~ label {
	background-image: url('../images/tra-mark-hover.png');
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
	background-image: url('../images/tra-mark-hover.png');
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
	background-image: url('../images/tra-mark-hover.png');
}
.rate-area > label:active {
	position: relative;
}
@media (max-width: 1024px){
.rating-area:not(:checked) > label {
	width: 70px;
	height: 70px;
	line-height: 70px;
}
.rating-area:not(:checked) > label:before {
	width: 70px;
	height: 70px;
}	
}
@media (max-width: 1024px){
.rating-area:not(:checked) > label {
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.rating-area:not(:checked) > label:before {
	width: 50px;
	height: 50px;
}	
}







