/* repastyle.css */
ul.iceverticalmenu10 {
    display: flex;
    align-content: center;
    justify-content: space-around;
    text-decoration: none;
    color: none;
    width: 100%;
    height: 100%;
    flex-direction: row;
    align-items: center;
    list-style-type: none;
    width: 100%;
}
	.click-kat a {
    text-decoration: none;
    color: black;
    /* display: flex; */
}
	.click-kat .active1 a {
    color: #c00; /* Цвет активной категории */
    font-weight: bold; /* Жирный текст для активной категории */
}
	.new-cvet {
	max-width: 330px;
}
	.news-rep img {
	
	}
	.click-kat {
    	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Горизонтальное смещение, вертикальное смещение, размытие, цвет тени */
}
	.repertuar {
    background: #00000035;
	box-shadow: inset 0px 0px 9px 0px rgb(0 0 0 / 38%);
    width: 100%;
    /* display: flex; */
}
	.news-rep h1 {
    color: #000;
	margin: 0;
	font-size: 25px;
    /* text-decoration: none; */
}
	p.title-cl {
    text-transform: none;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}
	.news-rep a {
	text-decoration: none;
	}
	.widget-render {
    width: 100%;
    display: flex;
}
	.news-rep {
    /*background: #ffffff33;*/
    margin: 1%;
}
	img.img-newsrep {
    width: 330px;
}
	.ta_c h1 {
    margin: 0;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
	width: 100%;
}
	.ta_c {
    width: 100%;
}
	.pageTitle {
		font-size: 30px;
	}
    .wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .news_view1 {
        width: 300px;
        height: 500px;
        border: 1px solid black;
        margin: 50px;
    }
    .h50 {
        padding: 20px;
    }
	.click-kat {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
	.click-kat a {
    text-decoration: none;
}
	.vs-rep {
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
	margin-bottom: 40px;
}
	@media screen and (max-width: 950px) {
	ul.iceverticalmenu10 {
    display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
	padding: 0;
}
		.click-kat {
    width: 100%;
	height: auto;
    justify-content: space-around;
    align-items: center;
}
	}
@media screen and (max-width: 680px) {
.click-kat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
}


	
}