.big-slider-section .overlay-bottom::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	transition: 0.3s ease;
}
.big-slider-section:hover .overlay-bottom::after {
	background: rgba(0, 0, 0, .6);
}

/* CROSSLINKS */
.crosslinks-title {
	max-width: 712px;
	margin: 20px auto 10px;
	font-weight: 700;
	color: #A4A4A4;
	font-size: 14px;
}
.crosslinks-list {
	margin: 0 auto 25px;
	max-width: 712px;
	list-style-type: none;
}
.crosslinks-list li {
	display: inline-block;
	margin: 0 20px 20px 0;
}
.crosslinks-list a {
	color: #B5B5B5;
}
.review-block {
	border-bottom: none;
}
.crosslinks-block {
	border-bottom: .5px solid #c9c9c9;
}
/* /CROSSLINKS */

/*Инфографика. Начало стилей блока*/
@media screen and (min-width: 650px) {

	.infographic {
		width: 100%;
		max-width: 370px;
		height: 370px;
		position: relative;
		margin: 2em auto;
		z-index: 15;
	}
	.infographic:before {
		content: '';
		display: block;
		position: absolute;
		border: 2px solid #c50533;
		width: 102%;
		height: 102%;
		border-radius: 50%;
		top: -5px;
		left: -5px;
	}
	.infographic__img {
		background-color: #fff;
		border: 1px solid #c50533;
		border-radius: 50%;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		overflow: hidden;
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.infographic__item {
		position: absolute;
		width: 200px;
		max-height: 38px;
		padding: 8px 13px 11px;
		overflow: hidden;
		background: #fff;
		z-index: 20;
		max-width: 100%;
		-webkit-transition: 0.3s ease-out;
		-o-transition: 0.3s ease-out;
		transition: 0.3s ease-out;
		box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
	}
	.infographic__item:hover {
		z-index: 150 !important;
	}
	.infographic__title {
		display: block;
		color: #333 !important;
		font-weight: 400 !important;
		box-sizing: border-box;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		font-family: Arial, sans-serif;
		font-style: italic;
		font-size: 14px;
		line-height: 1.4;
		text-align: center;
		overflow: hidden;
		white-space: nowrap;
	}
	.infographic__desc {
		visibility: hidden;
		height: 0;
	}
	.infographic__item.active {
		background: #c50533;
		color: #fff;
		width: 300px;
		max-height: 100%;
		padding: 8px 20px 15px;
		z-index: 50 !important;
		box-shadow: none;
		top: 40px !important;
		left: calc(50% - 150px) !important;
	}
	.active .infographic__title {
		color: #fff !important;
		text-decoration: none !important;
		font-size: 16px;
		white-space: normal;
		position: relative;
		overflow: visible;
	}
	.active .infographic__title:before,
	.active .infographic__title:after {
		content: '';
		display: block;
		position: absolute;
		width: 20px;
		height: 1px;
		top: 10px;
		right: 0;
		background-color: #fff;
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
	.active .infographic__title:before {

	}
	.active .infographic__title:after {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
	.active .infographic__desc {
		font-size: 14px;
		line-height: 1.3;
		visibility: visible;
		height: 100%;
		margin-top: 15px;
	}

}


@media screen and (max-width: 650px) {
	.infographic {
		width: 100%;
		position: relative;
		margin: 1em auto;
		z-index: 15;
	}
	.infographic__img:before {
		content: '';
		display: block;
		position: absolute;
		border: 1px solid #c50533;
		width: 98%;
		height: 98%;
		border-radius: 50%;
		top: 0.6%;
		left: 0.6%;
	}
	.infographic__img {
		background-color: #fff;
		border: 1px solid #c50533;
		border-radius: 50%;
		width: 100%;
		height: 0;
		padding-top: 100%;
		margin-bottom: 1em;
		overflow: hidden;
		position: relative;
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.infographic__item {
		width: 100%;
		padding: 8px 13px 11px;
		overflow: hidden;
		background: #fff;
		z-index: 20;
		-webkit-transition: 0.3s ease-out;
		-o-transition: 0.3s ease-out;
		transition: 0.3s ease-out;
		/* box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1); */
	}
	.infographic__item:hover {
		z-index: 150 !important;
	}
	.infographic__title {
		display: block;
		color: #333 !important;
		font-weight: 400 !important;
		box-sizing: border-box;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		font-family: Arial, sans-serif;
		font-style: italic;
		font-size: 14px;
		line-height: 1.4;
		text-align: center;
		overflow: hidden;
		white-space: nowrap;
	}
	.infographic__desc {
		visibility: hidden;
		height: 0;
	}
	.infographic__item.active {
		background: #c50533;
		color: #fff;
		width: 100%;
		padding: 8px 20px 15px 20px;
		z-index: 50 !important;
	}
	.active .infographic__title {
		color: #fff !important;
		text-decoration: none !important;
		font-size: 16px;
		white-space: normal;
		position: relative;
		overflow: visible;
	}
	.active .infographic__title:before,
	.active .infographic__title:after {
		content: '';
		display: block;
		position: absolute;
		width: 20px;
		height: 1px;
		top: 10px;
		right: 0;
		background-color: #fff;
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
	.active .infographic__title:before {

	}
	.active .infographic__title:after {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
	.active .infographic__desc {
		font-size: 14px;
		line-height: 1.3;
		visibility: visible;
		height: 100%;
		margin-top: 15px;
	}
}
/*Инфографика. Конец стилей блока*/



/* Дополнительные поля поиска */

.header .search-form {
	flex-wrap: wrap;
}
.search-params {
	width: calc(100% - 110px);
	margin: 8px auto 0;
}
.search-params label {
	padding-left: 25px;
	margin-right: 28px;
	position: relative;
}
.search-params label input {
	display: none;
}
.search-params label span {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: #F7F7F7;
	border: 1px solid #C9C9C9;
	position: absolute;
	left: 0;
	top: 2px;
}
.search-params label span::before {
	content: '';
	display: block;
	width: 12px;
	height: 6px;
	border: 2px solid #000;
	border-right: 0;
	border-top: 0;
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	left: 1px;
	opacity: 0;
}
.search-params input:checked+span::before {
	opacity: 1;
}
.search-params button {
	font-size: 11px;
	width: 100px;
	height: 24px;
	vertical-align: baseline;
	border-radius: 0;
	margin-bottom: .5rem;
	background: #000;
	color: #fff;
	transition: .3s ease;
}
.search-params button:hover {
	background: #DC3545;
}
@media (max-width: 992px) {
	.search-params {
		width: calc(100% - 60px);
	}
}

/* /Дополнительные поля поиска */



/* Страница Instagram */

.instagram-page .head-row .section-title {
	color: #9f9f9f;
}
.instagram-page-subtitle {
    font-size: 1.8rem;
    font-weight: 700;
}
@media (max-width: 576px) {
	.instagram-page .head-row .section-title {
		font-size: 16px;
	}
	.instagram-page-subtitle {
		font-size: 15px;
	}
}

/* Конец. Страница Instagram */

/* Фикс: Баннер выталкивает вниз картинку/блок в статье */
@media (min-width: 576px) {
	.art-post-container .banner ~ p:first-of-type:not(.float-left):not(.float-right) img,
	.art-post-container .banner ~ p:nth-of-type(2):not(.float-left):not(.float-right) img,
	.art-post-container .banner ~ p:nth-of-type(3):not(.float-left):not(.float-right) img {
		width: calc(100% - 350px);
	}
}
/* Конец Фикс: Баннер выталкивает вниз картинку/блок в статье */

/* Фикс: На планшете последняя карточка вытягивается во весь экран */
@media (min-width: 576px) and (max-width:1199px) {
	.has-banner:not(.simple-preview) .art-card-col:last-child .card,
	.has-banner:not(.simple-preview) .art-card-col:last-child .card .thumb,
	.has-banner:not(.simple-preview) .art-card-col:last-child .card .thumb img {
		max-height: 500px;
	}
}
/* Конец */

/* Убираем обводку у баннера 300*600 справа */
.art-js-banners .shadow-both:before,
.art-ajax-container .shadow-both:before {
	border-color: #FFF !important;
}

/* Читайте также */

/* @-webkit-keyframes show_readmore {
	0% {
		opacity: 0;
		top:20px;
	}
	100% {
		opacity: 1;
		top:0;
	}
}

@keyframes show_readmore {
	0% {
		opacity: 0;
		top:20px;
	}
	100% {
		opacity: 1;
		top:0;
	}
}

.read-also-section .card {
	display: none;
	-webkit-animation: 0.3s show_readmore;
			animation: 0.3s show_readmore;
}
.read-also-section.show .card {
	display: flex;
}

.read-also-section .section-title {
	position: relative;
	cursor: pointer;
}
.read-also-section .section-title::before {
	content: 'Нажмите, чтобы увидеть больше статей по теме';
	position: absolute;
	font-size: 1rem;
	line-height: 1;
	white-space: nowrap;
	top: 17px;
	left: 320px;
	opacity: 0;
	visibility: hidden;
	color: #eb5757;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	pointer-events: none;
	transition: 0.3s 0.3s cubic-bezier(0.47, 0.8, 0.52, 1.1);
}
.read-also-section.show .section-title::before {
	content: 'Нажмите, чтобы скрыть дополнительные статьи';
}
.read-also-section .section-title:hover::before {
	visibility: visible;
	opacity: 1;
	left: 250px;
}
@media(max-width: 767px) {
	.read-also-section .section-title::before {
		opacity: 1;
		visibility: visible;
		white-space: normal;
		position: static;
		display: block;
		font-size: 0.68rem;
	}
} */
/* Читайте также */

/* Спец.статья Начало */
.main--special-post {
    max-width: 1920px;
}
.main--special-post .better-in-month-section .card {
    background: transparent;
}
.main--special-post .art-head {
	display: none;
}
.main--special-post .art-content {
	max-width: 1920px;
}
.main--special-post .p-left {
    width: auto;
    margin-left: -20px;
}
@media (max-width: 992px) {
	.main--special-post .art-content {
		padding-left: 0;
		padding-right: 0;
	}
	.main--special-post .p-left {
		margin-left: 0;
	}
}
/* Спец.статья Конец */


/* Удалить после переноса в Общие стили */
.article strong, .article b {
    font-weight: 700;
}

/* Уменьшение пробелов между блоками */
.list-cards-row>* {
	margin-bottom: 20px;
}
.authors-setion {
	padding: 30px 0;
	/* margin-top: 30px; */
	margin-top: 80px;
}
.authors-setion .title-row {
	margin-bottom: 5px;
}
.pagination {
	margin-top: 40px;
}
.seo-section .seo-content {
	margin-top: 40px;
}
.shadow-both:before {
	display: none;
}
.review-block {
	padding: 20px 0 30px;
}
.review-block .comments-count {
	display: none;
}
.art-page .art-body {
	margin-bottom: 40px;
}
.read-also-section .section-title {
	margin-bottom: 0.7em;
}
@media (max-width: 576px) {
	.authors-setion {
		margin-top: 50px;
	}
}


/* /Удалить после переноса в Общие стили */
/* .cpa-banner {
	display: block;
	margin-top: 70px;
}
.cpa-banner img {
	width: 100%;
}

@media (max-width: 767px) {
	.cpa-banner {
		margin-top: 0;
	}
} */
video.object-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}