/* repinfostyle.css */
.rep-vse {
    width: 95%;
}

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; /* Жирный текст для активной категории */
}
	.clearfix {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: stretch;
}
	table {
    width: 100%;
}
	.rep-bigtext a {
    color: #000;
    text-decoration: none;
}

.rep-bigtext a:hover {
    color: #c00;
}

.active a {
    color: #ff0000; /* Цвет текста для активной вкладки */
    font-weight: bold; /* Жирный шрифт для активной вкладки */
}
a.link_to_bay {
    background: white;
    border: 1px solid;
    border-radius: 4px;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    text-decoration: none;
    color: #000;
}
	a.link_to_bay:hover {
		background: #000;
		color: white;
	}
	.rep-name-scen-age {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
	img#map-icon {
    width: 20px;
}
	.repertuar {
    width: 100%;
}
	.rep-bigtext {
    width: 100%;
    margin-top: -30px;
}
	.rep-link {
    width: 100%;
    display: flex;
    flex-direction: column;
}
	.rep-treiler {
    width: 100%;
}
	.rep-link {
    width: 100%;
}
	.rep-slid {
    width: 100%;
}
	.special-class {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
	.regular-class {
		display: none;
	}
	.widget-render {
    width: 100%;
    display: flex;
}
	.news-rep {
    width: 230px;
}
	.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 {
    color: #000;
    text-decoration: none;
}
	.vs-rep {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
	margin-bottom: 40px;
}
	.rep-slid img {
        max-width: 100%;
        max-height: 100%;
    }
	.slick-prev,
.slick-next {
    font-size: 20px;
    line-height: 1;
    color: white;
    
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.slick-prev:hover,
.slick-next:hover {
    
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}
	.click-kat a.active {
    color: #c00; /* Цвет активной категории */
    font-weight: bold; /* Жирный текст для активной категории */
}
	@media screen and (max-width: 680px) {
.click-kat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
}
	
}
	@media screen and (max-width: 620px) {
.rep-name-scen-age {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
}
	}
@media screen and (max-width: 1100px) {
	tr {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
	td {
    /* background: antiquewhite; */
    width: 100%;
    display: flex;
    height: auto;
    flex-direction: column;
    align-items: baseline;
}
	}
@media screen and (max-width: 950px) {
.click-kat {
    width: 100%;
    height: auto;
    justify-content: space-around;
    align-items: center;
}
ul.iceverticalmenu10 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}
}