/******************************************************общие для экранов*/


/******************************************************размеры экранов*/
/* Портретные планшеты и средние настольные компьютеры */
@media (min-width: 1025px){
/******************************************************статья отдельная*/
.item-page_stat{/*блок статьи*/
	padding-left: 17.135081vw!important;
	padding-right: 17.135081vw!important;
	padding-bottom: 4vw;
}
.page-header h2{/*заголовок статьи на странице*/
	color: #6d6e70;
	font-size: 3.0241935vw; /*30/992*/
	font-family: Philosopher, sans-serif;
	/*margin-top: 1.9153225vw; /*19/992*/
	/*margin-bottom: 2.0665322vw; /*20,5/992*/
	font-weight: 500;
}
.blog-featured_edit{/*блок на главной*/
	padding-left: 8.1350806vw; /*80,7/992*/
	padding-right: 8.1350806vw; /*80,7/992*/
	margin-bottom: 1.015322vw;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.blog-featured_edit .page-header{/*заголовок статьи на главной - блок*/
	display: flex;
	justify-content: center;
}

.item .page-header{/*заголовок статьи в списке - блок*/
	display: none;
}
.item-title{
	display: none;
}
.item-page_stat .page-header{/*заголовок статьи на странице - блок*/
	display: flex;
	justify-content: center;
}
.page-header{/*заголовок в категории*/
	width: 100%;
	display: flex;
	justify-content: center;
}
.page_footer_parent{
	display: flex;
    justify-content: center;
	width: 100%;
}
.page_footer{
	color: #00c2ff;/*ярко-голубой*/
    font-size: 1.5806451vw; /*15,68/992*/
	font-family: Ubuntu, sans-serif;
	margin-top: 1.9153225vw; /*19/992*/
	margin-bottom: 2.0665322vw; /*20,5/992*/
	transition: 500ms;
}
.page_footer:hover{
	color: #0049ff;/*синий*/
}
.page-header h1{/*заголовок статьи на главной*/
	color: #6d6e70;
	font-size: 3.0241935vw; /*30/992*/
	font-family: Philosopher, sans-serif;
	margin-top: 1.9153225vw; /*19/992*/
	margin-bottom: 2.0665322vw; /*20,5/992*/
	font-weight: 500;
	
	
}

div[itemprop="articleBody"]{/*текст статьи на странице*/
	font-size: 1.3104838vw; /*13/992*/
	font-family: Ubuntu, sans-serif;
	color: #6d6e70;
}
.img_left{ /*картинка внутри статьи*/
    float:left; /* Выравнивание по левому краю */
	/*margin: 3.0241935vw; /*30/992*//* Отступы вокруг картинки */
	margin-bottom: 3.0241935vw; /*30/992*//* Отступы вокруг картинки */
	margin-right: 3.0241935vw; /*30/992*//* Отступы вокруг картинки */
	max-width: 30vw;
}

.content-links-a a{
	text-decoration: none;
	color: #00c2ff;
	font-size: 1.5120967vw; /*15/992*/
	font-family: Ubuntu, sans-serif;
}
.content-links ul{
	list-style-type:none;
	padding-left: 0	;
}



/******************************************************список статей*/
.blog_stat{
	padding-left: 8.1350806vw; /*80,7/992*/
	padding-right: 8.1350806vw; /*80,7/992*/
	margin-bottom: 6vw;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.blog_stat h2{/*заголовок в категории*/
	width: 100%;
	display: flex;
	justify-content: center;
}
.subheading-category{/*стиль заголовка в категории*/
	color: #6d6e70;
	font-size: 3.0241935vw; /*30/992*/
	font-family: Philosopher, sans-serif;
	margin-top: 1.9153225vw; /*19/992*/
	margin-bottom: 2.0665322vw; /*20,5/992*/
	font-weight: 500;
}

.item{
	display: flex;
	flex-direction: column;
}
.items-more{/*доп статьи в списке*/
	width: 100%;
}
.items-row{
	margin-top: 0.528065vw;

}
.caption{/*картинка в списке*/
	width: 20.5vw;
	height: 20.5vw;
	object-fit: cover;
}
.item-image{
	height: 20.5vw;
	
}
.item-image img{
	height: 100%;
}
.img_caption p{/*подпись на картинке*/
	/* width: auto !important; */
	color: white;
	font-size: 1.3104838vw; /*13/992*/
	font-family: Ubuntu, sans-serif;
	top: -8.3vw;
	position: relative;
	margin-left: 0.8vw;
	margin-right: 0.8vw;
	border-top: 2px solid #00c2ff;/*ярко-оранжевый*/
    padding-top: 5px;
}

.img_caption.none{
	height: 20.5vw;
	position: relative;
	width: 20.5vw !important;
}
.caption_gradient{
	content: "";
	display: block;    
	width: 100%;
	height: 100%;    
	position: absolute;
	top: 0;      
	left: 0;   
	background: transparent;
	background-image: linear-gradient(to bottom, transparent, black);
	opacity: 0.7;
	transition: 500ms;
}
.caption_gradient_hover{
	opacity: 0.5;
}

}
/* Горизонтальные телефоны и вертикальные планшеты */
@media (min-width: 576px) and (max-width: 1024px) {
/******************************************************статья отдельная*/
.item-page_stat{
	padding-left: 4.1558441vw; /*32/770*/
	padding-right: 4.1558441vw; /*32/770*/
	padding-bottom: 4vw;
}
.page-header h2{
	color: #6d6e70;
	font-size: 3.8961038vw; /*30/770*/
	font-family: Philosopher, sans-serif;
	margin-top: 1.5584415vw; /*12/770*/
	margin-bottom: 1.2987012vw; /*10/770*/
}
.blog-featured_edit{/*блок на главной*/
	padding-left: 4.1558441vw; /*32/770*/
	padding-right: 4.1558441vw; /*32/770*/
	margin-bottom: 1.015322vw;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.blog-featured_edit .page-header{/*заголовок статьи на главной - блок*/
	display: flex;
	/* justify-content: center; */
}

.item .page-header{/*заголовок статьи в списке - блок*/
	display: none;
}
.item-title{
	display: none;
}
.item-page_stat .page-header{/*заголовок статьи на странице - блок*/
	display: flex;
	/* justify-content: center; */
}
.page-header{/*заголовок в категории*/
	width: 100%;
	display: flex;
	/* justify-content: center; */
}
.page_footer_parent{
	display: flex;
    justify-content: center;
	width: 100%;
}
.page_footer{
	color: #00c2ff;/*ярко-оранжевый*/
    font-size: 2.4675324vw; /*19/770*/
	font-family: Ubuntu, sans-serif;
	margin-top: 1.9153225vw; /*19/992*/
	margin-bottom: 2.0665322vw; /*20,5/992*/
	transition: 500ms;
}
.page_footer:hover{
	color: #0049ff;/*синий*/
}
.page-header h1{/*заголовок статьи на главной*/
	color: #6d6e70;
	font-size: 3.8961038vw; /*30/770*/
	font-family: Philosopher, sans-serif;
	margin-top: 1.5584415vw; /*12/770*/
	margin-bottom: 1.2987012vw; /*10/770*/
	font-weight: 500;
	
	
}

div[itemprop="articleBody"]{/*текст статьи на странице*/
	font-size: 2.58vw;
    line-height: 1.4;
	font-family: Ubuntu, sans-serif;
	color: #6d6e70;
}
.img_left{ /*картинка внутри статьи*/
    float:left; /* Выравнивание по левому краю */
	/*margin: 3.0241935vw; /*30/992*//* Отступы вокруг картинки */
	margin-bottom: 3.0241935vw; /*30/992*//* Отступы вокруг картинки */
	margin-right: 3.0241935vw; /*30/992*//* Отступы вокруг картинки */
	max-width: 30vw;
}

.content-links-a a{
	text-decoration: none;
	color: #00c2ff;
	font-size: 2.5974025vw; /*20/770*/
	font-family: Ubuntu, sans-serif;
}
.content-links ul{
	list-style-type:none;
	padding-left: 0	;
}




/******************************************************список статей*/
.blog_stat{
	padding-left: 4.1558441vw; /*32/770*/
	padding-right: 4.1558441vw; /*32/770*/
	margin-bottom: 8vw;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.blog_stat h2{/*заголовок в категории*/
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}
.subheading-category{/*стиль заголовка в категории*/
	color: #6d6e70;
	font-size: 3.8961038vw; /*30/770*/
	font-family: Philosopher, sans-serif;
	margin-top: 1.5584415vw; /*12/770*/
	margin-bottom: 1.5584415vw;/*12/770*/
	font-weight: 500;
}


.item{
	display: flex;
	/*flex-direction: column;*/
}
.items-more{/*доп статьи в списке*/
	width: 100%;
}
.items-row{
	margin-top: 0.928065vw;

}
.caption{/*картинка в списке*/
	width: 45vw;
	height: 45vw;
	object-fit: cover;
}
.item-image{
	height: 45vw;
	
}
.item-image img{
	height: 100%;
}
.img_caption p{/*подпись на картинке*/
	/* width: auto !important; */
	color: white;
	font-size: 2.5vw;
    font-family: Ubuntu, sans-serif;
    top: -14vw;
    position: relative;
    margin-left: 2.1vw;
    margin-right: 2.1vw;
	border-top: 2px solid #00c2ff;/*ярко-оранжевый*/
    padding-top: 5px;
}

.img_caption.none{
	height: 45vw;
	position: relative;
	width: 45vw !important;
}
.caption_gradient{
	content: "";
	display: block;    
	width: 100%;
	height: 100%;    
	position: absolute;
	top: 0;      
	left: 0;   
	background: transparent;
	background-image: linear-gradient(to bottom, transparent, black);
	opacity: 0.7;
}
}
/* Вертикальные телефоны и меньше */
@media (max-width: 575.98px) {
/******************************************************статья отдельная*/
.item-page_stat{
	padding-left: 6.25vw; /*36/576*/
	padding-right: 6.25vw; /*36/576*/
	margin-bottom: 8vw;
}
.blog-featured_edit{/*блок на главной*/
	padding-left: 6.25vw; /*36/576*/
	padding-right: 6.25vw; /*36/576*/
	margin-bottom: 4.015322vw;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.blog-featured_edit .page-header{/*заголовок статьи на главной - блок*/
	display: flex;
	/* justify-content: center; */
}

.item .page-header{/*заголовок статьи в списке - блок*/
	display: none;
}
.item-title{
	display: none;
}
.item-page_stat .page-header{/*заголовок статьи на странице - блок*/
	display: flex;
	justify-content: center;
}
.page-header{/*заголовок в категории*/
	width: 100%;
	display: flex;
	/* justify-content: center; */
}

.page-header h1{/*заголовок статьи на главной*/
	color: #6d6e70;
	font-size: 6.734375vw; /*38,79/576*/
	font-family: Philosopher, sans-serif;
	margin-top: 3.125vw; /*18/576*/
	margin-bottom: 1.8229166vw; /*10,5/576*/
	font-weight: 500;
}
.page_footer_parent{
	display: flex;
    justify-content: center;
	width: 100%;
}
.page_footer{
	color: #00c2ff;/*ярко-оранжевый*/
    font-size: 5.2083333vw; /*30/576*/
	font-family: Ubuntu, sans-serif;
	margin-top: 3.915323vw;
	margin-bottom: 2.0665322vw; /*20,5/992*/
	transition: 500ms;
}
.page_footer:hover{
	color: #0049ff;/*синий*/
}
div[itemprop="articleBody"]{/*текст статьи на странице*/
	font-size: 4.051389vw;
    line-height: 1.4;
	font-family: Ubuntu, sans-serif;
	color: #6d6e70;
}
.img_left{ /*картинка внутри статьи*/
    float:left; /* Выравнивание по левому краю */
	/*margin: 3.0241935vw; /*30/992*//* Отступы вокруг картинки */
	margin-bottom: 3.0241935vw; /*30/992*//* Отступы вокруг картинки */
	margin-right: 3.0241935vw; /*30/992*//* Отступы вокруг картинки */
	max-width: 50vw;
}

.content-links-a a{
	text-decoration: none;
	color: #00c2ff;
	font-size: 4.3402777vw; /*25/576*/
	font-family: Ubuntu, sans-serif;
}
.content-links ul{
	list-style-type:none;
	padding-left: 0	;
}




/******************************************************список статей*/
.blog_stat{
	padding-left: 6.25vw; /*36/576*/
	padding-right: 6.25vw; /*36/576*/
	margin-bottom: 10vw;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.blog_stat h2{/*заголовок в категории*/
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 0;
	margin-top: 0;
}
.subheading-category{/*стиль заголовка в категории*/
	color: #6d6e70;
	font-size: 6.7708333vw; /*39/576*/
	font-family: Philosopher, sans-serif;
	margin-top: 3.125vw; /*18/576*/
	margin-bottom: 1.8229166vw; /*10,5/576*/
	font-weight: 500;
}


.item{
	display: flex;
	/*flex-direction: column;*/
}
.items-more{/*доп статьи в списке*/
	width: 100%;
}
.items-row{
	margin-top: 2.228065vw;

}
.caption{/*картинка в списке*/
	width: 87.3vw;
	height: 87.3vw;
	object-fit: cover;
}
.item-image{
	
	
}
.item-image img{
	width: 100%;
}
.img_caption p{/*подпись на картинке*/
	/* width: auto !important; */
	color: white;
	font-size: 4vw;
    font-family: Ubuntu, sans-serif;
    top: -24.4vw;
    position: relative;
    margin-left: 4.4vw;
    margin-right: 4.4vw;
	border-top: 2px solid #00c2ff;/*ярко-оранжевый*/
    padding-top: 5px;
}
.img_caption.none{
	height: 87.3vw;
	position: relative;
	width: 87.3vw !important;
}
.caption_gradient{
	content: "";
	display: block;    
	width: 100%;
	height: 100%;    
	position: absolute;
	top: 0;      
	left: 0;   
	background: transparent;
	background-image: linear-gradient(to bottom, transparent, black);
	opacity: 0.7;
}

.page-header h2{
	color: #6d6e70;
	font-size: 6.7708333vw; /*39/576*/
	font-family: Philosopher, sans-serif;
	margin-top: 3.125vw; /*18/576*/
	margin-bottom: 1.8229166vw; /*10,5/576*/
}

/******************************************************список статей*/

}
