

/* Start:/local/templates/ktko_main/components/bitrix/news.list/afisha_events/style.css?17899865134393*/
.afisha_block,
.afisha-filter-wrapper {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}

.afisha_block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.afisha-filter-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

select#select-month-filter {
    background-color: transparent;
    border: none;
    padding: 0 13px 0 0;
}

.calendar-day-item {
    cursor: pointer;
    padding: 2px 17px;
    border: none;
    border-radius: 4px;
    text-align: center;
    background: #fff;
}

button#btn-week-filter,
.more_afisha {
    margin: 0 10px;
    padding: 14px 30px;
    font-weight: 100;
    border: 1px solid #000;
    border-radius: 7px;
}

.more_afisha {
    text-decoration: none;
    color: #000;
    margin: 81px;
    padding: 15px 40px;
}

.afisha_slider {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%; 
    flex-wrap: wrap;
}

.afisha_slider::-webkit-scrollbar {
    display: none;
}

.afisha_item {
    width: 267px;
    margin: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0; 
    height: 720px;
    background-color: #fff;
    position: relative;
    scroll-snap-align: start; 
}

.afisha_block {
    position: relative;
}

.slider_controls {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 350px;
    left: 0;
    pointer-events: none;
    z-index: 10;
}

.slider_btn {
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.prev_btn {
    transform: translateX(-115%);
    content: '';
    background-image: url(/local/templates/ktko_main/img/arr-slider-left.svg);
    background-repeat: repeat-x;
    background-position: left center;
}
.prev_btn::before {
    transform: rotate(-45deg);
    margin-left: 4px;
}

.next_btn {
    transform: translateX(85%);
    content: '';
    background-image: url(/local/templates/ktko_main/img/arr-slider-right.svg);
    background-repeat: repeat-x;
    background-position: right center;
}
.next_btn::before {
    transform: rotate(135deg);
    margin-right: 4px;
}

.afisha_item:after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 15px;
    background-image: url(/local/templates/ktko_main/img/zazubrina.svg);
    background-repeat: repeat-x;
    background-position: left center;
}

.img_t {
    width: 100%;
    height: 267px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.line_t {
    width: 100%;
    height: 5px;
    background-color: brown;
}

.name_t {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #333333;
    display: block;
    margin: 15px;
    /* text-transform: lowercase; */
    text-decoration: none;
}

.name_t a {
    text-decoration: none;
}

.date_t {
    font-size: 1.6rem;
    line-height: 2.1rem;
    color: #333333;
    display: block;
    margin: 15px;
}

.anons_t {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #333333;
    display: block;
    margin: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-weight: 100;
}

.zal_t {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #333333;
    text-decoration: none;
	margin: 15px;
}

.afisha_info .place {
	margin: 0 15px;
}

.afisha_btn {
    background: transparent;
    padding: 15px 45px;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 17px;
    margin-bottom: 15px;
}

.afisha_buy {
    margin: 15px;
    width: 88%;
}

.bottom_t {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.events__item-prop {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #FFFFFF;
    border: 1px solid #BB8B4A;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #131313;
    padding: 5px 10px;
}
/* End */
/* /local/templates/ktko_main/components/bitrix/news.list/afisha_events/style.css?17899865134393 */
