

/* Start:/local/templates/mayakovskiy/components/bitrix/breadcrumb/mayakovskiy/style.css?1718780176793*/
.bx-breadcrumb {
	padding: 40px 0 40px;
	display: flex;
	flex-wrap: wrap;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	white-space: nowrap;
	line-height: 16px;
	vertical-align: middle;
	display: flex;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	white-space: normal;
	font-weight: 400;
}
.separator{
	margin: 0 5px;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;text-decoration: none;color: #898989}
.bx-breadcrumb-item.page{
	color: #CB2224;
}
.bx-breadcrumb-item.page .separator{
	color: #000;
}
@media (max-width: 500px){
	.bx-breadcrumb .bx-breadcrumb-item span {
	    font-size: 13px;
	}
}

/* End */


/* Start:/local/templates/mayakovskiy/components/bitrix/news.list/banners/style.css?17175014265225*/
.banner-row{
	position: relative;
}
.banner-row:after{
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 9%;
    background: rgba(51, 51, 51, 0.65);
    z-index: 0;
    box-shadow: 0 0 114px 140px rgba(51,51,51,0.65);
}
.carousel-banner-item:after{
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.banner-fon{
	position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    width: 70%;
}
h1.banner,.banner-text{
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1), 0 0 7em rgba(0, 0, 0, 1), 0 0 3em rgba(0, 0, 0, 1);
}
.carousel-banner.OnasCarousel .owl-dots{
	display: none;
}
.banner-fon img{
	width: 100%;
}
.carousel-banner-item{
	position: relative;
}
.banner-content{
	position: absolute;
	top: 32%;
	z-index: 10;
}
.banner-text{
	font-size: 24px;
    color: #fcfcfc;
    margin: 60px 0 50px 0;
}
.carousel-banner.owl-carousel .owl-stage-outer{
	max-height: 100%;
}
.carousel-banner.OnasCarousel .banner-content{
	width: 70%;
}
.carousel-banner.OnasCarousel  h1.banner{
	width: auto;
}
.carousel-banner.OnasCarousel .banner-content{
    top: 52%;
}
.carousel-banner.isAfisha .banner-content{
    top: 45%;
}
.carousel-banner.OnasCarousel .carousel-banner .owl-nav{
	bottom: 95px;
}
.button-white a{
	display: flex;
    background: #fcfcfc;
    height: 58px;
    border-radius: 5px;
    align-items: center;
    padding: 0 30px;
    color: #CB2224;
    font-size: 24px;
    text-decoration: none;
    font-weight: 400;
    justify-content: space-between;
}
.button-white.zal a{
	width: 48%;
}
.homePage .button-white a{
	width: 100%;
}
.carousel-banner{
	position: relative;
}
.owl-carousel .owl-dots .owl-dot{
	width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid;
    margin: 0 0 20px 0;
}
.owl-carousel .owl-dots .owl-dot{
    margin: 0 0 20px 0;
}
.owl-carousel.arrow-red .owl-dots .owl-dot{
	border-color: #CB2224;
}
.owl-carousel.arrow-white .owl-dots .owl-dot, .carousel-banner .owl-dots .owl-dot{
	border-color: #fcfcfc;
}
.owl-carousel.arrow-red .owl-dots .owl-dot.active{
	background: #CB2224;
}
.owl-carousel.arrow-white .owl-dots .owl-dot.active, .carousel-banner .owl-dots .owl-dot.active{
	background: #fcfcfc;
}
.carousel-banner .owl-dots{
	position: absolute;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 220px;
}
.carousel-banner .owl-nav{
	position: absolute;
	width: 100%;
	padding: 0 220px;
	display: flex;
    align-items: center;
    bottom: 35px;
}
.carousel-banner .owl-nav .line{
	width: 92px;
    height: 3px;
    background: #fcfcfc;
}
.carousel-banner .owl-nav button{
	display: flex;
	align-items: center;
}
.carousel-banner .owl-nav button img{
	border: 3px solid #fcfcfc!important;
    border-radius: 5px!important;
}
h1.banner{
	color: #fcfcfc;
    font-weight: 100;
    font-size: 45px;
    width: 80%;
    line-height: 1.1;
    margin: 0 0 40px 0;
}


@media screen and (max-width: 1760px){
	.carousel-banner .owl-nav, .carousel-banner .owl-dots{
		padding: 0 180px;
	}
	.banner-content{
		top: 39%;
	}
	.carousel-banner.isAfisha .banner-content {
	    top: 42%;
	}
}
@media screen and (max-width: 1500px){
	.carousel-banner .owl-nav, .carousel-banner .owl-dots{
		padding: 0 100px;
	}
	.banner-content{
		top: 30%;
	}
	h1.banner{
		font-size: 60px;
	}

}
@media screen and (max-width: 1360px){
	.banner-text{
		margin: 15px 0 40px 0;
		font-size: 25px;
	}
	.button-white a{
		font-size: 22px;
		height: 58px;
	}
	.owl-carousel .owl-item .banner-title img{
		width: 400px;
	}
	.banner-content{
		top: 35%;
	}
	.carousel-banner .owl-dots{
		display: none;
	}
	h1.banner {
	    font-size: 40px;
	}
}
@media screen and (max-width: 1080px){
	.owl-carousel .owl-nav{
		padding: 0 50px;
	}
	.banner-content {
	    top: 25%;
	}
	.owl-carousel .owl-nav button img{
		width: 40px;
	}
	.carousel-banner.isAfisha .banner-content {
        top: auto;
        bottom: 20%;
    }
    .carousel-banner.OnasCarousel .banner-content {
	    top: auto;
	    bottom: 20%;
	}
	h1.banner {
        font-size: 30px;
    }
    .carousel-banner.OnasCarousel .banner-content {
	    width: 90%;
	}

}
@media screen and (max-width: 830px){
	.carousel-banner.isAfisha h1.banner {
		line-height: 1.3;
    }
}
@media screen and (max-width: 768px){
	.carousel-banner-item picture{
	    display: flex;
	    height: 450px;
	}
	.carousel-banner-item source, .carousel-banner-item img{
		object-fit: cover;
	}
	.button-white.zal a{
		width: 100%;
	}

}

@media screen and (max-width: 620px){
	h1.banner {
        width: 97%;
    }

}
@media screen and (max-width: 500px){
	h1.banner {
        font-size: 25px;
    }
	.owl-carousel .owl-nav{
		padding: 0 20px;
	}
	.banner-fon{
		height: 100%;
    	width: 100%;
	}
	.banner-fon img{
		height: 100%;
	}
	.banner-content{
		width: 85%;
		top: 20%;
	}
	.button-white a{
		padding: 0 20px;
		height: 50px;
		font-size: 18px;	
	}
	.carousel-banner.OnasCarousel .carousel-banner .owl-nav{
		bottom: 30px;
	}
	.OnasCarousel .carousel-banner-item picture {
        height: 350px;
    }
    .OnasCarousel .carousel-banner-item picture {
        height: 500px;
    }

}
/* End */


/* Start:/local/templates/mayakovskiy/components/bitrix/news.detail/predostavlenie-zala/style.css?17187806556485*/
.banner-contacts{
	color: #fcfcfc;
    display: flex;
    font-weight: 400;
    font-size: 25px;
    margin: 0 0 70px 0;
}
.banner-content{
	width: 63%;
}
.banner-contacts p{
    margin: 0 80px 0 0;	
}

.detail-zal-detail-row{
	display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}
.owl-carousel.carousel-detail-two{
	width: 47%;
}
.detail-zal-content{
	width: 50%;
	font-weight: 400;
}
.owl-carousel.carousel-detail-two .owl-nav{
	bottom: 30px;
    right: 40px;
}
.detail-zal-text{
	margin: 40px 0 0 0;
}
.detail-equipment-text{
	margin: 0 0 40px 0;
}
.block-doc-equipment .product-item-ticket.red-button{
	margin: 40px 0 0 auto;
	width: fit-content;
	height: 47px;
}
.block-doc-equipment .product-item-ticket.red-button span{
	margin: 0 30px 0 0;
}
.block-doc-equipment a img{
	width: 20px;
}
.detail-zal-title{
	font-family: 'Yeseva One', cursive;
	font-size: 40px;
	padding: 80px 0 40px;
}
.detail-zal-scale-name{
    font-size: 35px;
    font-family: 'Yeseva One', cursive;
    color: #CB2224;
}
.detail-zal-scale-name span{
    font-size: 23px;
}
.detail-zal-scale-text{
    font-size: 23px;
    font-weight: 400;
}
.detail-zal-scale-row{
	display: flex;
	justify-content: space-between;
	padding: 0 0 80px;
}
.detail-zal-scale{
	background-size: 100%;
    background-repeat: no-repeat;
}

.equipment-item img{
    border: 2px solid #CB2224;
    border-radius: 6px;
}
.equipment-item{
	position: revert;
}
.equipment-row{
	display: flex;
    justify-content: space-between;
}
.equipment-name{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  color: #fcfcfc;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 20px;
  text-align: center;
  font-weight: 300;
}
.equipment-item{
	position: relative;
}
.equipment-item:hover .equipment-name{
	opacity: 0;
}
.equipment-item img{
    border: 2px solid #CB2224;
    border-radius: 6px;
}

.block-presentation-row{
	color: #fcfcfc;
	display: flex;
    justify-content: space-between;
}
.block-presentation-title{
	font-family: 'Yeseva One', cursive;
	font-size: 50px;
	line-height: 1;
}
.block-presentation-title span{
	display: block;
	font-size: 40px;
}
.block-presentation-content{
	width: 44%;
}
.block-presentation-text{
	font-size: 25px;
}
.block-presentation-button a{
	padding: 10px 40px;
    margin: 40px 0 0 0;
    width: 100%;
}
.block-presentation{
	padding: 70px 0 80px;
	background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    margin: 80px 0 0 0;
}
.block-presentation-button .product-item-ticket{
	height: 60px;
}
.block-presentation-button .product-item-ticket.red-button{
	margin: 40px 0 0 0;
}



.events-zal{
	background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
}
.events-zal-row{
	display: flex;
    justify-content: space-between;
}
.events-zal-content{
    width: 50%;
}
.events-zal-title{
	font-family: 'Yeseva One', cursive;
    font-size: 45px;
    margin: 0 0 30px 0;
    line-height: 1;
}
.events-zal-video{
	width: 45%;
}
.events-zal-text p{
	margin: 0 0 20px 0;
}
.events-zal-title span{
	display: block;
}

.owl-carousel.carousel-detail.carousel-detail-zal .owl-stage-outer{
	overflow: hidden;
}
.owl-carousel.carousel-detail.carousel-detail-zal{
	width: 100%;
}
.detail-zal-detail-row{
	position: relative;
}
.carousel-detail-zal .owl-dots{
	display: none;
}
.carousel-detail-zal-row{
	margin: 20px 0 200px 0;
}




.carousel-banner .owl-dots {
    display: none;
}
.banner-content {
	top: 250px;
	width: 75%;
}
.banner-text {
	font-weight: 300;
}
.banner-content h1.banner{
	font-size: 44px;
}
.block-presentation-button .product-item-ticket.red-button img{
	width: 26px;
}
.gdtp-video-img, .gdtp-video{
	position: relative;
}
.gdtp-video-fan{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.video-play{
	width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
}
.video-play img {
    width: 9%;
}
.events-zal-row .detail-zal-title{
    padding: 0 0 40px;
}
@media (max-width:1500px) {
	.banner-content h1.banner{
		font-size: 40px;
	}
	.banner-text {
	    margin: 0px 0 25px 0;
	    font-size: 23px;
	}
	.banner-contacts {
	    font-size: 21px;
	}
}

@media (max-width:1300px) {
	.banner-content h1.banner {
	    font-size: 38px;
	}
	.banner-text {
	    margin: 0px 0 25px 0;
	    font-size: 18px;
	    font-weight: 300;
	}
	.banner-contacts {
	    margin: 0 0 25px 0;
	    width: 100%;
	}
}

@media (max-width:1200px) {
	.block-presentation {
		background-size: cover;
	}
	.carousel-banner-item picture{
		height: 800px;
    	display: flex;
	}
}
@media (max-width:1080px) {
	.banner-content{
    	top: 100px;
	}
	.banner-row:after {
		box-shadow: none;
		background: none;
	}
	.events-zal-row{
    	flex-wrap: wrap;
	}
	.events-zal-content, .events-zal-video{
		width: 100%;
	}
}
@media (max-width:1000px) {
	.detail-zal-scale {
		background-size: cover;
	}
	.equipment-item {
		width: 32%;
	}
	.block-presentation-row{
		flex-wrap: wrap;
	}
	.block-presentation-title,.block-presentation-content{
		width: 100%;
	}
	.block-presentation-title{
		margin: 0 0 30px 0;
    	font-size: 50px;
	}
	.block-presentation-title span{
		font-size: 35px;
	}
	.block-presentation-text {
	    font-size: 20px;
	}

}

@media (max-width:800px) {
	.detail-zal-detail-row {
		flex-direction: column-reverse;
	}
	.owl-carousel.carousel-detail-two, .detail-zal-content {
		width: auto;
	}
	.detail-zal-content {
		margin: 0 0 30px;
	}
	.detail-zal-scale-row {
		flex-direction: column;
		padding: 0 0 40px;
	}
	.detail-zal-scale-item {
		margin: 0 0 30px;
	}
	.detail-zal-title {
		padding: 40px 0 30px;
		font-size: 35px;
	}
	.banner-contacts{
		flex-wrap: wrap;
	}
	.carousel-banner-item picture {
	    height: 600px;
	}
	.banner-content h1.banner {
	    font-size: 35px;
	}
}

@media (max-width:650px) {
	.equipment-item {
		width: 205px;
		margin: 0 0 30px;
	}
	.equipment-row {
		flex-direction: column;
		align-items: center;
	}
	.carousel-detail-zal-row {
		margin: 20px 0 140px 0;
	}
	.banner-content, .button-white a{
		width: 80%;
	}
	.carousel-banner-item picture {
	    height: 700px;
	}
}

@media (max-width: 470px) {
	.banner-content, .button-white a {
	    width: 90%;
	}
	.carousel-banner-item picture {
	    height: 750px;
	}
	.banner-contacts {
	    font-size: 18px;
	}
	
}


/* End */


/* Start:/local/components/mayakovskiy/form.result.new/templates/form-page-detal/style.css?17484279424257*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/components/mayakovskiy/form.result.new/templates/form-page-detal/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/components/mayakovskiy/form.result.new/templates/form-page-detal/images/icon_warn.gif);
}


.form-content{
	font-weight: 400;
}
.title-form{
	font-size: 20px;
}
.form-input{
	font-size: 18px;
}
input[name="web_form_apply"], input[type="reset"]{
	display: none;
}
.red-button.form-submit{
	padding: 11px 25px;
    border: none;
    width: 300px;
    position: relative;
}
.form-input input{
	border: none;
    border-bottom: 1px solid #898989;
    width: 300px;
    height: 40px;
}
.form-input input:focus-visible{
	outline: none;
    border-bottom: 1px solid;
}
.form-input input[type="checkbox"]{
	width: 20px;
	height: 20px;
}
.form-input input[type="checkbox"]:checked{

}
.form-input-item{
	margin: 10px 0 0 0;
}
.form-content{
	margin: 0 0 40px 0;
}
.form-page{
    margin: 70px 0;	
}
.form-page h2{
	color: #CB2224;
}

input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
input[type="checkbox"]+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  margin: 0 0 20px 0;
}
input[type="checkbox"]+label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #333;
    border-radius: 2px;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
input[type="checkbox"]:checked+label::before {
  background-image: url("/local/templates/mayakovskiy/img/back-checked.png");
}
.title-checkbox{
	margin: 0 0 20px 0;
}
.form-input-item input[type="text"]{
	font-size: 18px;
}
.form-content-title{
	font-size: 25px;
    font-weight: 400;
    color: #CB2224;
    margin: 0 0 30px 0;
}
.form-table-row{
    display: flex;
    justify-content: space-between;	
}
.form-content-row.one{
	width: 30%;
}
.form-content-row.two{
	width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.form-content-row.two .form-content-item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.text-submit{
	display: flex;
	justify-content: space-between;
}
.text-polit a{
	color: #CB2224;
}
@media (max-width: 1399px){
	.form-detail .form-detail .form-content-row.two{
		width: 60%;
	}
	.form-detail .text-polit p{
		font-size: 15px;
	}
}
@media (max-width: 1199px){
	.form-detail .form-input input{
		width: 270px;
	}
	.form-detail .title-form {
    font-size: 18px;
	}
	.form-detail .form-input {
    font-size: 16px;
	}
	.form-detail .form-input-item input[type="text"] {
    font-size: 16px;
	}
	.form-detail .form-content-title {
    font-size: 22px;
  }
}
@media (max-width: 1080px){
	.form-detail .form-content-row.two {
    width: 65%;
	}
}
@media (max-width: 940px){
	.form-detail .form-table-row, .form-detail .text-submit{
		flex-wrap: wrap;
	}
	.form-detail .form-content-row.one,.form-detail .form-content-row.two, .form-detail .form-input-item, .form-detail .form-input input, .form-detail .text-polit{
    width: 100%;
	}
	.form-detail .form-input-item{
		width: 100%!important;
	}
	.form-content-row.one .form-content-item{
    display: flex;
    justify-content: space-between;
	}
	.form-detail .form-content{
		width: 48%;
	}
	.form-detail .red-button.form-submit{
		width: 100%;
    margin: 20px 0 0 0;
	}
}
@media (max-width: 580px){
	.form-detail .title-form {
	  font-size: 16px;
	}
	.form-detail .form-input {
    font-size: 15px;
	}
	.form-detail .form-content-title {
    font-size: 20px;
	}
	.form-detail .form-content-row.one .form-content-item{
		flex-wrap: wrap;
	}
	.form-detail .form-content{
		width: 100%;
	}
	.form-detail .form-page h2{
		margin: 0;
	}
}
.text-polit input[type="checkbox"]+label, .text-polit .form-input-item{
	margin: 0;
}
/* End */


/* Start:/local/templates/mayakovskiy/components/bitrix/news.list/afisha.detail/style.css?17884155386356*/
.afisha-block-row{
	background: #CB2224;
}
.afisha-content.afisha-canceled-block{
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.afisha-canceled{
    width: 90%;
    background: #CB2224;
    border-radius: 5px;
    padding: 14px 26px;
}
.afisha-canceled.cancel{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.afisha-canceled .title{
    font-weight: 400;
    font-size: 23px;
}
.afisha-canceled.postponed .title{
    margin: 0 0 20px 0;
}
.afisha-canceled.postponed .afisha-canceled-content p{
    margin: 0 0 10px 0;
}
.afisha-canceled.postponed .afisha-canceled-content p span{
    font-weight: bold;
    display: block;
}
.afisha-canceled.postponed{
    background-image: url(/local/templates/mayakovskiy/img/back-afisha.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.afisha-block{
    position: relative;
    overflow: hidden;  
}
.afisha-block-row h2{
	color: #fcfcfc;
	padding: 50px 0;
}
.afisha-block-items{
	direction: flex;
	justify-content: space-between;
}
.afisha-item{
	width: 340px;
	height: 475px;
	min-width: 340px;
    min-height: 475px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 7px;
}

.afisha-item-block {
    margin-bottom: 30px;
}

.afisha-date-text .afisha-title{
    margin: 10px 0 5px 0;
    font-size: 21px;
    text-align: center;
    width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.afisha-date-text .date{
    font-weight: 400;
    font-size: 17px;
    text-align: center;
}
.afisha-date-text{
    display: none;
    flex-direction: column;
    align-items: center;
}
.afisha-content, .afisha-content-link{
	width: 100%;
    height: 100%;
}
.afisha-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 10;
    position: relative;
}
.afisha-background{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
}
.afisha-item.link-page-afisha{
	background: #fcfcfc;
}
.afisha-content-link{
	padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.link-page-afisha-text{
	font-size: 2.1vw;
    font-weight: 400;
    line-height: 1.1;
    color: #000;
}
.link-page-afisha-text span{
	color: CB2224;
    font-size: 2.75vw;
}

.buttun-link-afisha{
	height: 50px;
}
.link-page-afisha-button{
    margin: 50px 0 0;
}
.afisha-content{
	background: rgba(51, 51, 51, 0.81);
    border-radius: 7px;
    color: #fcfcfc;
    padding: 20px 20px 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    transition: 1s;
}
.afisha-item:hover .afisha-content{
	opacity: 1;
	transition: 1s;
}
.afisha-title{
	font-size: 24px;
    font-weight: 500;
    margin: 0 0 15px;
}
.afisha-date{
	font-size: 17px;
    font-style: italic;
}
.afisha-type span{
    background: #CB2224;
    border-radius: 5px;
    font-size: 15px;
    padding: 5px 20px;
}
.product-item-buttons{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.product-item-buttons{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-item-more{
	color: #fcfcfc;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    width: 50%;
}
.product-item-ticket{
	width: 350px;
	height: 45px;
}
.afisha-block-row{
	padding-bottom: 100px;
	background-repeat: no-repeat;
    background-size: contain;
}
.link-page-afisha-button{
    width: 100%;
}
.link-page-afisha-button a{
    width: 340px;
    margin: 0 0 0 auto;
}
.product-item-ticket.red-button{
    margin: 0 0 0 20px;
}
@media (max-width: 1760px){
    .afisha-block .afisha-item{
        width: 300px;
        height: 420px;
        min-width: 300px;
        min-height: 375px;
    }
    .link-page-afisha-button a{
        width: 300px;
    }
    .afisha-title, .product-item-more, .product-item-ticket.red-button{
        font-size: 17px;
    }
    .afisha-desc, .afisha-canceled-content{
        font-size: 16px;
    }
    .afisha-canceled .title{
        font-size: 19px;
    }
}
@media (max-width: 1420px){
    .afisha-block .afisha-item {
        width: 250px;
        height: 348px;
        min-width: 250px;
        min-height: 348px;
    }
    .link-page-afisha-button a{
        width: 250px;
    }
    .product-item-buttons{
        flex-wrap: wrap;
    }
    .product-item-more, .product-item-ticket{
        width: 100%;
    }
    .product-item-ticket.red-button{
        margin: 10px 0 0 0;
    }
}
@media (max-width: 1120px){
    .afisha-block .afisha-item {
        width: 400px;
        height: 560px;
        min-width: 400px;
        min-height: 560px;
    }
    .link-page-afisha-button a{
        width: 400px;
    }

    .afisha-background{
        width: auto;
        height: 100%;
    }
    .afisha-background img{
        height: 100%;
        width: auto;
        max-width: fit-content;
    }
}
@media (max-width: 920px){
    .afisha-block .afisha-item {
        width: 330px;
        height: 460px;
        min-width: 330px;
        min-height: 460px;
    }
    .link-page-afisha-button a{
        width: 330px;
    }
    .afisha-date-text .afisha-title{
        width: 260px;
    }
}
@media (max-width: 768px){
    .afisha-block .afisha-item {
        width: 300px;
        height: 420px;
        min-width: 300px;
        min-height: 420px;
    }
    .link-page-afisha-button a{
        width: 300px;
    }
    .product-item-ticket{
        width: 60%;
    }
    .product-item-more{
        width: 40%;
    }
    .afisha-title {
        font-size: 18px;
    }
    .afisha-desc, .afisha-canceled-content {
        font-size: 15px;
    }
    .afisha-canceled{
        padding: 14px 16px; 
        width: 95%;
    }
}

@media (max-width: 704px){
    .afisha-block .afisha-item {
        width: 260px;
        height: 360px;
        min-width: 260px;
        min-height: 360px;
    }
    .link-page-afisha-button a{
        width: 260px;
    }
}
@media (max-width: 620px){
    .link-page-afisha-button a{
        margin: 0 auto;
    }
}
@media (max-width: 560px){
    .afisha-canceled{
        padding: 10px;
    }
    .afisha-canceled.postponed{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
/* End */


/* Start:/local/components/mayakovskiy/form.result.new/templates/form-popup/style.css?17175014264122*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/components/mayakovskiy/form.result.new/templates/form-popup/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/components/mayakovskiy/form.result.new/templates/form-popup/images/icon_warn.gif);
}


.form-content{
	font-weight: 400;
}
.title-form{
	font-size: 20px;
}
.form-input{
	font-size: 18px;
}
input[name="web_form_apply"], input[type="reset"]{
	display: none;
}
.red-button.form-submit{
	padding: 11px 25px;
    border: none;
    width: 300px;
    position: relative;
}
.form-input input{
	border: none;
    border-bottom: 1px solid #898989;
    width: 300px;
    height: 40px;
}
.form-input input:focus-visible{
	outline: none;
    border-bottom: 1px solid;
}
.form-input input[type="checkbox"]{
	width: 20px;
	height: 20px;
}
.form-input input[type="checkbox"]:checked{

}
.form-input-item{
	margin: 10px 0 0 0;
}
.form-content{
	margin: 0 0 40px 0;
}
.form-page{
    margin: 70px 0;	
}
.form-page h2{
	color: #CB2224;
}

input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
input[type="checkbox"]+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  margin: 0 0 20px 0;
}
input[type="checkbox"]+label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #333;
    border-radius: 2px;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
input[type="checkbox"]:checked+label::before {
  background-image: url("/local/templates/mayakovskiy/img/back-checked.png");
}
.title-checkbox{
	margin: 0 0 20px 0;
}
.form-input-item input[type="text"]{
	font-size: 18px;
}
.form-content-title{
	font-size: 25px;
    font-weight: 400;
    color: #CB2224;
    margin: 0 0 30px 0;
}
.form-table-row{
    display: flex;
    justify-content: space-between;	
}
.form-content-row.one{
	width: 30%;
}
.form-content-row.two{
	width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.form-content-row.two .form-content-item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.text-submit{
	display: flex;
	justify-content: space-between;
}
.text-polit a{
	color: #CB2224;
}
@media (max-width: 1760px){
	#modal_form.fancybox__content {
    width: 35%;
	}
}
@media (max-width: 1399px){
	#modal_form.fancybox__content {
    width: 40%;
	}
}
@media (max-width: 1199px){
	#modal_form.fancybox__content {
    width: 48%;
	}
	#modal_form .form-input {
    font-size: 16px;
	}
	#modal_form .form-input-item input[type="text"] {
    font-size: 16px;
	}
	#modal_form .title-form {
    font-size: 17px;
	}
	#modal_form.popup-wraper{
		padding: 50px 70px 50px 35px;
	}
}
@media (max-width: 1080px){
	#modal_form.fancybox__content {
    width: 60%;
	}
}
@media (max-width: 940px){
	.form-detail .form-table-row, .form-detail .text-submit{
		flex-wrap: wrap;
	}
	.form-detail .form-content-row.one,.form-detail .form-content-row.two, .form-detail .form-input-item, .form-detail .form-input input, .form-detail .text-polit{
    width: 100%;
	}
	.form-detail .form-input-item{
		width: 100%!important;
	}
	.form-content-row.one .form-content-item{
    display: flex;
    justify-content: space-between;
	}
	.form-detail .form-content{
		width: 48%;
	}
	.form-detail .red-button.form-submit{
		width: 100%;
    margin: 20px 0 0 0;
	}
}
@media (max-width:640px){
	#modal_form.fancybox__content {
    width: 80%;
	}
}
@media (max-width: 500px){
	#modal_form.fancybox__content {
    width: 100%;
	}
}
@media (max-width: 380px){
	.popup-wraper:before,.popup-wraper:after{
		display: none;
	}
	#modal_form.popup-wraper {
    padding: 30px;
	}
}
/* End */
/* /local/templates/mayakovskiy/components/bitrix/breadcrumb/mayakovskiy/style.css?1718780176793 */
/* /local/templates/mayakovskiy/components/bitrix/news.list/banners/style.css?17175014265225 */
/* /local/templates/mayakovskiy/components/bitrix/news.detail/predostavlenie-zala/style.css?17187806556485 */
/* /local/components/mayakovskiy/form.result.new/templates/form-page-detal/style.css?17484279424257 */
/* /local/templates/mayakovskiy/components/bitrix/news.list/afisha.detail/style.css?17884155386356 */
/* /local/components/mayakovskiy/form.result.new/templates/form-popup/style.css?17175014264122 */
