.section-dvig .list .h5__subtitle{
	display: inline-block;
	width: 100%;
}

.loading{
	position: relative;
	opacity: 0.5;
}

.loading:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.promo-picture img{
	height: auto;
}

#tab-btn-4:checked ~ #content-4, 
#tab-btn-5:checked ~ #content-5, 
#tab-btn-6:checked ~ #content-6,
#tab-btn-7:checked ~ #content-7, 
#tab-btn-8:checked ~ #content-8, 
#tab-btn-9:checked ~ #content-9{
    display: block;
}