

/* 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.detail/afisha/style.css?17605257304362*/

.afisha-canceled-text{
    margin: 10% 0 0 0;
    text-align: center;
    color: #C41425;
    font-weight: 600;
    padding: 20px;
    font-size: 22px;
    background: #fff;
    width: 400px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 200px;
    height: 200px;
}
.afisha-canceled-text a{
    text-decoration: revert;
    margin: 10px 0 0 0;
}
.afisha-canceled-text a:hover{
    color: #C41425;
}
.afisha-canceled-row{
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
}
.afisha-canceled-text::before {
    content: '';
    position: absolute;
    z-index: -2;
    width: 300%;
    height: 500%;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#efa7ae, #efa7ae), linear-gradient(#C41425, #C41425), linear-gradient(#efa7ae, #efa7ae), linear-gradient(#C41425, #C41425);
    animation: anim-ramka-5 7s linear infinite;
}
.afisha-canceled-text::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: white;
}
@keyframes anim-ramka-5 {
    100% {
        transform: rotate(1turn);
    }
}


.detail-afisha-content{
	display: flex;
  justify-content: space-between;
}
.detail-afisha-desc{
	width: 70%;
}
.detail-afisha-info, .detail-afisha-time, .detail-afisha-price{
	display: flex;
}
.detail-afisha-time{
	margin: 0 30px 0 0;
}
.detail-afisha-price,.detail-afisha-time{
	align-items: center;
}
.detail-afisha-icon{
	margin: 0 10px 0 0;
}
.detail-afisha-info{
	font-size: 16px;
  font-weight: 500;
  margin: 30px 0;
}
.detail-afisha-bilet .buttun-hall{
	margin: 0;
}
.detail-afisha-bilet{
	margin: 60px 0;
	display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail-afisha-bilet p{
	font-size: 26px;
  font-weight: 400;
}
.carousel-afisha-detail-row{
	position: relative;
	margin: 0 0 100px;
}
.back-page{
	background-image: url(/local/templates/mayakovskiy/img/detail-backg.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left;
}
.carousel-afisha-detail-row .owl-dots{
	display: none;
}

.owl-carousel.carousel-detail.carousel-zal{
	width: 100%;
}
.owl-carousel.carousel-detail.carousel-zal .owl-stage-outer{
	overflow: hidden;
}
.carousel-zal-row{
	margin: 300px 0 150px;
}
.carousel-zal-content{
	position: relative;
	border-right: 1px solid #CB2224;
	position: relative;
	margin: 60px 0 0 0;
}
.carousel-zal-content:before{
	content: '';
    position: absolute;
    right: 0;
    width: 170%;
    height: 1px;
    background: #333;
    z-index: 10;

}
.carousel-zal-content:after{
	content: '';
    position: absolute;
    width: 170%;
    left: 0;
    height: 1px;
    background: #898989;
	
}
.owl-carousel.carousel-detail.carousel-zal .owl-dots{
	display: none;
}
.owl-carousel.carousel-detail.carousel-zal .owl-nav{
	margin: 35px 0 0;
}
.detail-afisha-bilet .product-item-ticket.red-button{
	width: 350px;
}
.detail-afisha-img{
	width: 30%;
    margin: 0 40px 0 0;
}
.detail-afisha-text p{
	margin: 0 0 15px 0;
}
.detail-afisha-img img{
	width: 100%;
}
@media (max-width: 1760px){
    .carousel-zal-row {
        margin: 250px 0 150px;
    }
    .detail-afisha-img{
    	margin: 0 40px 0 0;
    }
}
@media (max-width: 1280px){
	.detail-afisha-bilet p {
	    font-size: 26px;
	}
	.carousel-zal-row {
	    margin: 200px 0 150px;
	}
}
@media (max-width: 1120px){
	.detail-afisha-bilet p {
	    font-size: 24px;
	}
}
@media (max-width: 1080px){
	.owl-carousel .owl-nav button img {
	    width: 40px;
	}
}
@media (max-width: 768px){
	.detail-afisha-content{
		flex-wrap: wrap;
    	justify-content: center;
	}
	.detail-afisha-img{
		margin: 0 0 40px 0;
	}
	.detail-afisha-desc{
		width: 100%;
	}
	.detail-afisha-bilet{
    	flex-wrap: wrap;
	}
	.detail-afisha-img, .detail-afisha-img img{
		width: 100%;
	}
}
@media (max-width: 500px){
	.detail-afisha-info{
		flex-wrap: wrap;
	}
	.detail-afisha-time, .detail-afisha-price{
		width: 100%;
	}
	.detail-afisha-price{
		margin: 10px 0 0 0;
	}
	.carousel-zal-row{
		margin: 150px 0 150px;
	}
}
/* 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 */
/* /local/templates/mayakovskiy/components/bitrix/breadcrumb/mayakovskiy/style.css?1718780176793 */
/* /local/templates/mayakovskiy/components/bitrix/news.detail/afisha/style.css?17605257304362 */
/* /local/templates/mayakovskiy/components/bitrix/news.list/afisha.detail/style.css?17884155386356 */
