body.t-body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

.uc-top-tabs .t-container {
    background-color: #e2dbd0;
}

.uc-top-tabs .t397__tab {
	border-top: 2px solid #230c09;
}

.uc-top-tabs .t397__title {
	padding-top: 13px;
}

.uc-top-tabs .t397__width_12 {
	width: unset;
}


/******************************** Афиша - Дни недели ********************************/
.uc-week .t-container,
.uc-affiche .t-container {
    background: #e2dbd0;
}

#allrecords ul.week {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    border-top: 2px solid #230C09;
    border-bottom: 2px solid #230C09;
}

ul.week > li {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    flex-basis: 100%;
    list-style-type: none;
    color: #230C09;
    cursor: pointer;
}

ul.week > li.week__previous-day {
    opacity: .4;
}

ul.week > li.week__selected {
    color: #E2DBD0;
    background-color: #230C09;
}

.week__day {
    padding-top: 15px;
    font: 700 20px/22px 'NextArt-Kinetika',Arial,sans-serif;
    letter-spacing: 0.015em;
}

.week__date {
    padding-bottom: 15px;
    font: 600 14px/15px 'NextArt-Kinetika',Arial,sans-serif;
    letter-spacing: 0.015em;
}


/******************************** Афиша - Карточки ********************************/
.affiche {
    display: flex;
    flex-flow: column nowrap;
    gap: 50px 0;
    margin: 30px 0 0 0;
    overflow: hidden;
}

.affiche__day {
    display: none;
    flex-flow: row wrap;
    gap: 40px 20px;
    overflow: hidden;
    transition: all .7s ease;
}

.affiche__day.active {
    display: flex;
}

.affiche__event {
    width: 275px;
}

.affiche__image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #8CA4A6;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.affiche__time {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 9px 0 14px;
    border-bottom-left-radius: 20px;
    font: 400 18px/35px 'NextArt-Kinetika',Arial,sans-serif;
    letter-spacing: 0.015em;
    color: #E2DBD0;
    background: #A04721;
}

.affiche__price {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 10px;
    font: 400 13px/30px 'NextArt-Kinetika',Arial,sans-serif;
    letter-spacing: 0.015em;
    color: #E2DBD0;
    background: #A04721;
}

.affiche__title {
    /*min-height: 44px;*/
    margin-top: 22px;
    font: 700 20px/22px 'NextArt-Kinetika',Arial,sans-serif;
    text-transform: uppercase;
    color: #230C09;
}

.affiche__description {
    display: -webkit-box;
    margin-top: 10px;
    font: 400 13px/16px 'NextArt-Kinetika',Arial,sans-serif;
    color: #230c09b3;
    -webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.affiche__buttons {
    display: flex;
    flex-flow: row nowrap;
    column-gap: 5px;
    margin-top: 20px;
}

.affiche__buttons > a {
    flex: 1 1 0;
    height: 40px;
    font: 700 12px/40px 'NextArt-Kinetika',Arial,sans-serif;
    text-align: center;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    box-sizing: border-box;
    cursor: pointer;
}

#allrecords .affiche__details {
    border: 1px solid #230C09;
    color: #230C09;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

#allrecords .affiche__details:hover {
    opacity: .7;
}

#allrecords .affiche__buy {
    background: #B68039;
    color: #E2DBD0;
    transition: all 0.2s ease-in-out;
}

#allrecords .affiche__buy:hover {
    background: #9A6724;
}

.affiche__preloader {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
}

.affiche__preloader > span {
    font-size: 100px;
    color: #95b9bd8c;
    width: 1em;
    height: 1em;
    box-sizing: border-box;
    background-color: currentcolor;
    position: relative;
    border-radius: 50%;
    transform: rotateX(-70deg) perspective(1000px);
}

.affiche__preloader > span::before,
.affiche__preloader> span::after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    animation: preloader1 1s ease-out infinite;
}

.affiche__preloader > span::after {
    animation-delay: .4s;
}

.affiche__expand {
    position: relative;
    display: none;
    width: 100%;
    margin-bottom: 70px;
    padding: 0;
    border-bottom: 2px solid #230C09;
    font: 700 14px/15px 'NextArt-Kinetika',Arial,sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #230C09;
    background: #e2dbd0;
    cursor: pointer;
}

.affiche__expand::before {
    content: ' ';
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 32px;
    height: 14px;
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='14' viewBox='0 0 32 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 14L0 2.79531e-06L32 0L16 14Z' fill='%23230C09'/%3E%3C/svg%3E");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.affiche__expand::after {
    content: ' ';
    position: absolute;
    bottom: -73px;
    right: 0;
    width: 71px;
    height: 73px;
    background-image: url("data:image/svg+xml,%3Csvg width='71' height='73' viewBox='0 0 71 73' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M71 73L36.5 37L6.38186e-06 -6.20702e-06L71 0L71 73Z' fill='%23230C09'/%3E%3C/svg%3E");
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
}

.affiche__expand.expanded::before {
	bottom: 30px;
	transform: translateX(-50%) rotateX(180deg);
	pointer-events: none;
}

.affiche__expand .affiche__button-expand {
    height: 70px;
}

.affiche__expand .affiche__button-collapse {
    display: none;
    height: 70px;
}

#allrecords .affiche__expand a {
    display: inline-block;
	width: 100%;
	height: 100%;
    color: #230C09;
}


/******************************** Страница мероприятия ********************************/

.uc-event-info .image .tn-atom {
    background-size: cover;
}

.uc-event-info .buy a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: inherit !important;
}

.uc-event-info .preloader {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e2dbd0;
}

.uc-event-info .preloader .tn-atom {
    position: relative;
    left: -40px;
    display: block;
    width: 8px;
    height: 48px;
    margin: auto;
    border-radius: 4px;
    box-sizing: border-box;
    animation: preloader2 1s linear infinite alternate;
}


@keyframes preloader1 {
    0% {
        opacity: 1;
        transform: rotate(0deg);
            box-shadow: 0 0 0 -.5em currentcolor,
                        0 0 0 -.5em currentcolor,
                        0 0 0 -.5em currentcolor,
                        0 0 0 -.5em currentcolor,
                        0 0 0 -.5em currentcolor,
                        0 0 0 -.5em currentcolor,
                        0 0 0 -.5em currentcolor,
                        0 0 0 -.5em currentcolor;
    }

    100% {
        opacity: 0;
        transform: rotate(180deg);
        box-shadow: -1em -1em 0 -.35em currentcolor,
                    0 -1.5em 0 -.35em currentcolor,
                    1em -1em 0 -.35em currentcolor,
                    -1.5em 0 0 -.35em currentcolor,
                    1.5em -0 0 -.35em currentcolor,
                    -1em 1em 0 -.35em currentcolor,
                    0 1.5em 0 -.35em currentcolor,
                    1em 1em 0 -.35em currentcolor;
    }
}

@keyframes preloader2 {
    0% {
        box-shadow: 20px 0 #8ca4a640, 40px 0 #8ca4a6, 60px 0 #8ca4a6;
    }
    50% {
        box-shadow: 20px 0 #8ca4a6, 40px 0 #8ca4a640, 60px 0 #8ca4a6;
    }
    100% {
        box-shadow: 20px 0 #8ca4a6, 40px 0 #8ca4a6, 60px 0 #8ca4a640;
    }
}

@media screen and (width: 1200px) {
    .uc-top-tabs .t-container,
    .uc-affiche .t-container,
    .uc-week .t-container {
        max-width: 1200px;
    }

    .uc-top-tabs .t-container .t-col_12,
    .uc-affiche .t-container .t-col_12,
    .uc-week .t-container .t-col_12 {
        max-width: 1160px;
        margin: 0 20px;
	}
}

@media screen and (max-width: 1199px) {
    .affiche__event {
        width: 220px;
    }

    .affiche__buttons > a {
        font: 700 11px / 40px 'NextArt-Kinetika', Arial, sans-serif;
    }

    .uc-top-tabs .t-container,
    .uc-affiche .t-container,
    .uc-week .t-container {
        display: flex;
        justify-content: center;
        max-width: 100%;
    }
    
    .uc-affiche .t-container .t-col_12,
    .uc-week .t-container .t-col_12 {
        padding: 0 10px;
	}

    .uc-event-info .preloader {
        position: fixed;
        height: 100vh !important;
        zoom: 1 !important;
    }
}

@media screen and (max-width: 959px) {
    .affiche__event {
        width: 300px;
    }

    .t397__col_mobile-flex {
        max-width: 620px;
    }

    .uc-affiche .t-container .t-col_12,
    .uc-week .t-container .t-col_12 {
        max-width: 640px;
        padding: 0 10px;
	}
}

@media screen and (width: 640px) {
    .t397__col_mobile-flex {
		max-width: 640px;
		margin: 0 10px;
	}
	
	#allrecords .t397__wrapper_mobile-flex {
	    padding-left: 0;
	}
	
	.t397__separator_mobile {
	    display: none;
	}
}

@media screen and (max-width: 640px) {
    .week__day {
        font: 700 16px/17px 'NextArt-Kinetika', Arial, sans-serif;
        letter-spacing: 0.015em;
    }

    .week__date {
        font: 600 12px/13px 'NextArt-Kinetika', Arial, sans-serif;
    }

    .affiche__event {
        width: 100%;
    }

    .t397__col_mobile-flex {
		max-width: 640px;
		margin: 0 10px;
	}
	
	#allrecords .t397__wrapper_mobile-flex {
	    padding-left: 0;
	}

	.t397__wrapper_mobile-flex .t397__title {
		padding-left: 10px;
		padding-right: 10px;
	}

	.t397__separator_mobile {
	    display: none;
	}
}