.page-sport-events {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 71.25rem;
    width: 100%;
    margin: 7.25rem auto 0;
    background-color: #161616;
    overflow: hidden;
    margin-top: 346px;
}


.kinoteka_main{
	background: #081110;
	padding-top: 40px;
}

.kinoteka_main * {
	box-sizing: border-box;
}

.kt_banner_wrap{
	margin: 0 24px 0 26px;
	display: flex;
	height: 330px;
	background: linear-gradient(100.37deg, #0C2729 39.28%, #17484C 97.09%);
	border-radius: 45px;

	
	
}
.kt_banner_left{
	background-image: url('/application/data/kinoteka/banner_img.jpg');
	
	background-repeat: no-repeat;
	background-size: cover;
	min-width: 628px;
	width: 628px;
	
	height: 330px;
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: left;
	border-radius: 45px;
	padding: 46px 30px 31px 30px;
	
	
	
}
.kt_banner_text{
	font-family: Roboto;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
}

.kt_banner_button{
	width: 161px;
	height: 41px;
	border-radius: 55px;

	display: flex;
	align-items: center;
	justify-content: center;

	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	color: #333333;


	background: #00DFF0;

}
.kt_banner_right{
	display: flex;
	flex-flow: column;
	padding-left: 46px;
    padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 28px;
	width: 
	
}

.kt_banner_item{
	font-family: Roboto;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: white;
	margin-top: 0px;
	margin-left: 20px;
	    margin-bottom: 30px;
	position: relative;
}
.kt_banner_item::before{
	    background-image: url(/application/data/kinoteka/star.svg);
	    width: 13px;
	    height: 13px;
	    content: " ";
	    display: inline-block;
        margin-left: -21px;
	    position: absolute;
	    margin-top: 4px;
}

.kt_banner_remark{
	font-family: Roboto;
	font-weight: 400;
	font-size: 14px;
    line-height: 16px;
	color: #FFFFFF66;;
	margin-left: -6px;
	margin-top: -9px;
	max-width: 290px;
}

.kt_h2{
	margin-top: 49px;
	margin-left: 26px;
	font-family: Fira Sans;
	font-weight: 400;
	font-size: 25px;
	line-height: 100%;
	color: white;

}
.kt_slider_wrap{
	display: flex;
	margin-left: 26px;
	margin-top: 26px;
	padding-bottom: 45px;
	
}

.kt_all_movies_out{
	display: none;
}

.kt_all_movies_wrap{
	display: flex;
	flex-wrap: wrap;
	margin-left: 26px;
	margin-top: 26px;
    padding-bottom: 45px;
	column-gap: 26px;
	row-gap: 25px;
}
.kt_slider_scroll_block{
	overflow: none;
	display: flex;
	column-gap: 26px;
	position: relative;
	transition: transform 0.5s ease-in-out;

}

.kt_slider_movie{
	display: flex;
	flex-flow: column;
	border-radius: 5px;
	min-width: 160px;
    max-width: 160px;
	
}
.kt_slider_movie img{
	width: 160px;
	height: 240px;
	border-radius: 5px;
}
.kt_movie_row{
	display: flex;
	/*align-items: center;*/
	padding-top: 21px;
}
.kt_movie_age{
	
	font-family: Fira Sans;
	font-weight: 400;
	font-size: 13px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;

	width: 32px;
	height: 17px;
	border-radius: 4px;
	border: 1px solid #535154;
	margin-right: 5px;
}
.kt_movie_genres{
	font-family: Fira Sans;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #9A9DA4;
}

.kt_movie_name{
	font-family: Fira Sans;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	line-height: 22px;
	margin-top: 12px;
	color: white;
}

.kt_scroll_left{
	position: absolute;
	margin-top: 99px;
	margin-left: -24px;
	
	display: block;
	min-width: 40px;
	min-height: 40px;
	z-index: 100;
}
.kt_scroll_right{
	position: absolute;
	margin-top: 99px;
    margin-left: 1070px;
    
	display: block;
	min-width: 40px;
	min-height: 40px;
	z-index: 100;
}

.kt_filters_wrap{
	display: flex;
	/*margin: auto;*/
	justify-content: center;
	align-items: center;

	
}

.kt_filter_wrap{
	position: relative;
	display: flex;
	align-items: center;
}

.kt_filter_wrap:first-of-type{
	margin-right: 14px;
}

.kt_filter_moviename{
	width: 440px;
	height: 40px;
	border-radius: 24px;
	display: flex;
	align-items: center;
	padding: initial;
	padding-left: 19px;
	background-color: white;
	border: 0px;

	font-family: Fira Sans;
	font-weight: 400;
	font-size: 18px;
	color: black;
	margin: 0;
	

}
.kt_filter_zoom{
	position: absolute;
	right: 13px;
	cursor: pointer;
}

.kt_filter_genres{
	width: 286px;
	height: 40px;
	border-radius: 45px;
	background-color: white;
	display: flex;
	align-items: center;
	
	color: black;
	font-family: Fira Sans;
	font-weight: 400;
	font-size: 18px;
	padding-left: 22px;

}
span.current,
span.multiple-options
{
	font-weight: 400;	
}


.kt_genres_arr{
	position: absolute;
	right: 10px;
}
.kt_reset_genres{
	margin-left: 14px;
	font-family: Fira Sans;
	font-weight: 400;
	font-size: 18px;
	color: #989898;

}

.kt_filters_buttons{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 24px;
	column-gap: 14px;
}

.kt_filter_button{
	border: 1px solid #00DFF0;
	border-radius: 30px;
	padding: 9px 24px;

	display: flex;
	align-items: center;
	justify-content: center;

	color: #00DFF0;
	font-family: Fira Sans;
	font-weight: 400;
	font-size: 18px;
	background-color: transparent;
}

.kt_filter_button.active{
	background: #00DFF0;
	color: #333333;
}

.kt_all_movies_notfound_outer{
	display: none;
}

.kt_all_movies_notfound_wrap{
	display: flex;
	flex-flow: column;
	align-items: center;
	padding-top: 60px;
	padding-bottom: 80px;
}
.kt_notfound_head{
	font-family: Fira Sans;
	font-weight: 400;
	font-size: 25px;
	line-height: 100%;
	color: white;
	margin-top: 21px;
}
.kt_notfound_text{
	font-family: Fira Sans;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	margin-top: 22px;
	color: #989898;
}
.kt_banner_button.mob{
	display: none;
}

@media screen and (max-width: 1140px) {
	.kt_banner_left {
	     min-width: initial;
	}
	.kt_banner_item {
	    font-size: 16px;
	    line-height: 20px;
	    margin-left: 20px;
	    margin-bottom: 20px;
	}
	.kt_banner_right {
	    padding-left: 30px;
	}
	.kt_scroll_right {
	    margin-left: calc(100vw - 80px);
	}
}

@media screen and (max-width: 960px) {
	.kt_banner_text {
	    font-size: 20px;
	    line-height: 28px;
	}
	.kt_filter_moviename {
	    width: 280px;
	}
	.kt_reset_genres {
	    font-size: 16px;
	}
}


@media screen and (max-width: 768px) {
	.kt_banner_wrap {
	    flex-flow: column;
	    margin: 0 15px 0 15px;
	    height: auto;
	}
	.kt_banner_left {
	    width: auto;
	    height: auto;
	    padding: 23px;
	}
	.kinoteka_main {
	    padding-top: 110px;
	}
	.kt_banner_text {
	    font-size: 21px;
	    line-height: 23px;
	}
	.kt_banner_button{
		display: none;
	}
	.kt_banner_button.mob{
		display: flex;
        margin-top: 8px;
        height: 50px;
        width: auto;
        font-size: 16px;
	}
	.kt_banner_right {
	    padding: 12px 21px 18px 21px; 
	}
	.kt_banner_item {
	    font-size: 15px;
	    line-height: 18px;
	    margin-left: 20px;
	    margin-bottom: 8px;
	}
	.kt_banner_item::before {
	    margin-top: 1px;
	}
	.kt_banner_remark {
	    margin-left: -1px;
	    margin-top: 2px;
	    max-width: auto;
	}
	.kt_h2 {
	    margin-top: 39px;
	    margin-left: 15px;
	}
	.kt_slider_wrap {
	    margin-left: 16px;
        padding-bottom: 0px;
	}
	.kt_scroll_left, 
	.kt_scroll_right 
	{
		display: none;
	}
	.kt_filters_wrap {
	    flex-flow: column;
	    margin-left: 16px;
	    margin-right: 16px;
	    margin-top: 15px;
	}
	.kt_filter_wrap {
	    margin-right: 0;
	    width: 100%;
	}
	.kt_filter_moviename {
	    width: auto;
	}
	.kt_filter_moviename {
	    width: 100%;
	}
	.kt_filter_wrap:first-of-type {
	    margin-right: 0px;
	}
	.nice-select {
	    width: 100%;
	    margin-top: 24px;
	}
	.kt_reset_genres {
	    font-size: 18px;
	    margin-top: 24px;
	    margin-left: 0;
	}
	.nice-select.open .nice-select-dropdown {
	    width: 100%;
	}
	.kt_filter_button {
		text-wrap: nowrap;
		padding: 9px 24px;
		min-width: auto;
	}
	.kt_filters_buttons {
	    justify-content: flex-start;
	    overflow: auto;
	    padding-left: 15px;
	    padding-right: 15px;
	    margin-top: 37px;
        margin-bottom: 46px;
        
        -ms-overflow-style: none;  
            scrollbar-width: none;  
	}
	.kt_all_movies_wrap {
	    margin-left: 15px;
	}
	.kt_all_movies_notfound_wrap {
	    padding-top: 0px;
	    margin-top: -34px;
	}
	.kt_notfound_text {
	    text-align: center;
	}
}
    
@media (max-width: 47.9988em) {
    .page-sport-events {
        margin: 6rem auto 0;
    }
}

