/*
Theme Name: Атмосфера
Version: 1.0
Requires PHP: 7
Author: Impulse
Author URI: https://impulse-marketing.ru/
*/


#popup-quiz{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 0, 0, 0, 0.70 );
}

.blog .page-content{
	position: relative;
}
.archive-loading{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.1);
	
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.single-novosti .page .container {
	max-width: 1024px;
}