.full-content
{	
    max-width: 980px;
}
.full-content img
{
	max-width:100%
}
.bg-charity
{
	background: url('/upload/bg-charity.png') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
.default-page__heading.fond:before {
    content: "";
    position: absolute;
    width: 265px;
	height:225px;
	top:0;
	right:-265px;
	background: url('/upload/logo-charity.png');
}
.header-menu-item {
    line-height: 2.5;
}
@media (min-width:1260px){
.default-page__outline span.mini {
    font-size: 160px;
}
.default-page__outline span.micro {
    font-size: 140px;
}
}
@media (max-width:1430px){
.header-menu-item {
    line-height: 2;
}
}
@media (min-width:1260px) and (max-width:1430px){
.header__button {
    margin-left:60px!important
}
} 
.mob
{
	display:none
}


.emotion-music .theatre-detail-page__img {
    padding-bottom: 100%;
}
.page-production .theatre-detail-page__info
{
	min-height: 0;
	padding-top: 0px;
}
.page-production .services-sect {

    padding-top: 50px;
}
.page-production .contacts-sect {
    padding: 100px 50px 100px 28.438%;
}
.main-uslugi p.title {
    margin-top: 0;
    margin-bottom: 1.5em;
}
.default-page.main-uslugi 
{
	padding: 100px 50px 50px 28.438%;
}
.page__content
{
	position:relative
}

.popup-banner
{
	position:fixed;
	top:50%;
	right:50%;	
	margin:-200px -410px 0 0;
	z-index:6;	
	max-width:100%;
}
.popup-banner img
{
	max-width:100%;
}

.popup-banner-wrapper.open
{
	display:block
}
.close-popup-banner:after, .close-popup-banner:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
	background:#ddd;
}
.close-popup-banner:hover:after, .close-popup-banner:hover:before {

	background:#fff;
}
.close-popup-banner:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-popup-banner:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	
}
.close-popup-banner {
    display: inline-block;
    position: absolute;
	top:-30px;
	right:-35px;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;    
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: none;	
}
.close-popup-banner:focus:not([disabled]), .close-popup-banner:hover:not([disabled]) {
    color: #fff; 
	
}
.popup-banner-wrapper
{
	width:100%;
	z-index:1000;
	height:100%;
	position:fixed;
	background: rgba(0, 0, 0, 0.7);
	display:none;
	top:0;
	left:0
}
.topmenu li,
.topmenu li a
{
	list-style:none;
	position:relative;
line-height: 25px;
padding-bottom:5px;
    font-weight: 500;
    -webkit-transition: opacity .3s;
    -o-transition: .3s opacity;
    transition: opacity .3s;
}
.topmenu li.parrent
{
	cursor:pointer
}

.topmenu li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: width .3s,opacity .3s;
    -o-transition: .3s width,.3s opacity;
    transition: width .3s,opacity .3s;
    height: 1px;
    background-color: #e93826;
	width:20%;
}
.topmenu li.item-selected::before,
.topmenu li.root-item-selected::before
{
	width: 100%;
    opacity: 1;
}

.topmenu .parrent > ul {
    display: none;
    position: absolute;
    padding: 10px;
    background: #fff;
    z-index: 1000;
	min-width:100%
}
.topmenu .parrent.open > ul
{
	display:block;
	top:30px;
	left:0;
	
	
}

.topmenu > li
{
	
	margin-right:4%;
	position:relative
}
.topmenu .parrent
{
	background: url("../img/bg-topmenu-parrent.png") right 9px no-repeat;
	padding-right:12px;

}
.topmenu a
{
	line-height: 30px;
	font-weight: 500;
	-webkit-transition: opacity .3s;
    -o-transition: .3s opacity;
    transition: opacity .3s;
}
.topmenu a:hover
{
	opacity: .8;
}
#bx_incl_area_1
{
	width:100%
}
.topmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 28.438%;
	    width: 100%;
		margin-right: 3%;
}
.topmenu {
     -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}
.topmenu a.active:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 20%;
    opacity: 0;
    -webkit-transition: width .3s,opacity .3s;
    -o-transition: .3s width,.3s opacity;
    transition: width .3s,opacity .3s;    
	height: 1px;
    background-color: #e93826;
}
.production-item .default-page__heading h1:after {
    display:none
}
@media only screen and (max-width: 991px)
{
	.topmenu
	{
		padding-left:10%;
		    margin-right: 0;
	}
	.topmenu > li {
    margin-right: 3%;
	}
}
@media (max-width:768px){
.mob
{
	display:block
}
.no-mob
{
	display:none
}
.popup-banner {
    margin: -85px -85px 0 0;
}
.topmenu
{
	display:none
}
}
.questions_social-item {
    height: 36px;
    width: 36px;
    background: #404150;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s;
}

/* ── Shared styles for afisha-list-new & afisha-list-carousel ── */

.shadow {
    position: relative;
}

.shadow:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: all .2s ease-in;
    background: rgba(0, 0, 0, .2);
}

.full-banner-nav-slider-item-content {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 20px;
    color: #fff;
}

.full-banner-nav-slider-item {
    position: relative;
    min-height: 200px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
}

.full-banner-nav-slider-item:after {
    z-index: 2;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #fd8c28;
    opacity: 0;
    transition: 300ms opacity;
}

.slick-current .full-banner-nav-slider-item:after {
    opacity: 1;
}

.full-banner-nav-slider-item-desc {
    font-size: 1.4rem;
    display: block;
}

.full-banner-nav-slider-item-title {
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}

.full-banner-nav-slider-item.shadow:hover:before {
    opacity: 0;
}

.nice-loaded {
    display: none;
}

@keyframes slider {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.nice-loaded.slick-initialized {
    display: block;
    animation: slider .2s ease-in forwards;
}

.gradient-btn {
    font-size: 1.6rem;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    padding: 2.2rem 4rem 2.0rem 4rem;
    transition: background .2s ease-in;
    color: #fff;
    border: none;
    border-radius: 45px;
    background: linear-gradient(to right, #fc8c29, #ec5a12);
    -webkit-box-shadow: 0 15px 32px 0 rgba(248, 126, 34, .44);
    -moz-box-shadow: 0 15px 32px 0 rgba(248, 126, 34, .44);
    box-shadow: 0 15px 32px 0 rgba(248, 126, 34, .44);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.gradient-btn--disabled {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    pointer-events: none;
}

.gradient-btn:hover:after {
    width: 100%;
    opacity: 1;
}

.gradient-btn:after {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: all .2s ease-in;
    opacity: 0;
    background: linear-gradient(to right, #ec5a12, #fc8c29);
}

.gradient-btn span {
    position: relative;
    z-index: 1;
}

.slider-small-between .slick-slide {
    margin: 0 8px;
}

.slider-small-between .slick-list {
    margin: 0 -8px;
}

.slider-small-between {
    padding: 16px 24px;
}

@media (max-width: 767px) {
    .full-banner-nav-slider {
        display: none !important;
    }

    .full-banner-nav-slider.slick-initialized {
        display: block !important;
    }

    .full-banner-nav-slider .slick-slide {
        width: 100vw;
    }
}

@media (max-width: 600px) {
    .gradient-btn {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.menu__logo {
    background-image: url("/img/favicon.png");
    width: 54px;
    height: 54px;
}