/* persinfostyle.css */
	.rep-name-scen-age {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
	.rep-vse img {
    width: 330px;
    margin-top: 20px;
}
		.rep-vse h1 {
    /* border: 1px solid black; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
	.rep-vse {
	}
	.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;
}


	a.link_to_bay {
		background: white;
		border: 1px solid;
		border-radius: 4px;
		width: 10vw;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 2vw;
		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;
    padding-left: 20px;
    padding-right: 20px;
}
	.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;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
	.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: 2.2vw;
	}
    .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;
}
	.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; /* Жирный текст для активной категории */
}
	.rep-vse {
    width: 100%;
}
@media screen and (max-width: 450px) {
.rep-vse h1 {
    display: flex;
    padding-left: 20px;
}
}