.detail__props-item.active {
    color: #2B2829;
}

.detail__props-item.active, .detail__props-item:hover {
    border-color: #2B2829;
}

.detail__props-item.selected {
    color: #2B2829;
}

.detail__props-item.selected, .detail__props-item:hover {
    border-color: #2B2829;
}

.detail__props-item:hover {
    text-decoration: underline;
    cursor: pointer;
}

.detail__art {
    display: flex;
}
.detail__art dt {
    margin-right: 5px;
}


.container_video{
	display: flex;
    flex-wrap: wrap;
}
.container_video > div{
	margin-right:20px;
	margin-bottom:20px;
}


.content__toggle.opened .chars_photo {
	display:flex !important;
	flex-wrap:wrap;
}
.chars_photo {
	margin-top:15px;
}
.chars_photo img{
	max-width:100px;
}
.chars_photo > div{
	margin-right:10px;
	margin-bottom:10px;
}.chars_photo > div img{
	margin:0px;
}

.section__tab .content__text p, .section__tab .content__text.opened p{
	display:block !important;
}