/* https://romance-club.ru/ob-igre/ofitsialnye-novosti */

.main-pers-col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.person-cat-wrap {
	width: 30%;
	margin-bottom: 34px;
}

.person-cat-wrap a {
	display: block;
}
.date-div {
	font-weight: 400;
}

.news-offer-section {
	height: 275px;
	padding-top: 86px;
	background-size: cover;
	background-position: center;
	position: relative;
	background-position-y: 56%;
}

.cat-story-logo {
	max-height: 243px;
}

.seria-link {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 13px;
	position: relative;
	font-weight: 400;
}

.categ-blog .breadcrumb {
	margin-top: 16px;
	margin-bottom: 35px;
	background: white;
}

.breadcrumb a {
	color: black;
}

.person-cat-wrap img {
	object-fit: cover;
	height: 268px;
	width: 100%;
	border-radius: 7px;
	box-shadow: 0 9px 22px -13px #00000047;
	position: relative;
}

.categ-blog {
	position: relative;
	padding-bottom: 86px;
	z-index: 3;
	padding-top: 19px;
	background: #f9f9f9;
}
.news-offer-section::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #4822227a;
}

.breadcrumb li:nth-child(2)::before {
	display: none;
}

.news-offer-section h1 {
	color: white;
	font-size: 41px;
}
.blog-cont-lp {
	width: 65%;
	float: left;
}
.blog-cont-rp { 
	width: 25%;
	float: right;
}
.blog-cont .item {
	max-width: 373px;
	border-radius: 7px;
    overflow: hidden;
	background: white;
}
.blog-cont .item .entry-image{
	margin-bottom: 0px;
}
.art-hits img {
	height: 15px;
	margin-right: 5px;
}
.image-quest {
	width: 100%;
    height: 247px;
    object-fit: cover;
}
.category-desc  {
	margin-bottom: 37px;
}
.blog-cont .item .entry-header {
	padding: 21px 18px 21px 18px;
	margin-bottom: 0;
}
.blog-cont .entry-header h2 {
    margin-bottom: 20px;
    margin-top: 0;
    margin-top: 2px;
}
.entry-header h2 a {
	font-size: 20px;
    font-weight: 600;
}
.tags a {
	font-weight: 400;
	color: #9e01c7;
	font-size: 15px;
	pointer-events: none;
}
.art-info-wrap {
	display: flex;
    justify-content: space-between;
}
.art-hits {
	display: flex;
	align-items: center;
	line-height: 1;
	font-size: 15px;
}
.date-div {
	font-size: 16px;
}
.blog-cont {
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.warning-div {
	padding: 23px 39px 16px 161px;
	margin-bottom: 23px;
	background-color: #fff1dc;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #dd30ff30;
	position: relative;
}
.warning-div img {
	width: 200px;
    height: 200px;
    object-fit: cover;
    position: absolute;
    left: -84px;
    top: 50%;
    border-radius: 330px;
    transform: translate(0, -50%) scale(-1, 1);
}
.warning-div a {
	color: #a24fe8;
	font-weight: 400;
}
.items-row {
    margin-bottom: 24px;	
}

@media (min-width: 320px) and (max-width: 910px) {
	.news-offer-section .container {
		position: relative;
	}
	.news-offer-section {
		height: 225px;
		padding-top: 69px;
	}
	.blog-cont-lp {
		width: 100%;
	}
	.blog-cont-rp {
		width: 100%;
	}
	.warning-div {
		padding: 61px 20px 17px 20px;
		overflow: visible;
		margin-top: 38px;
	}
	.warning-div img {
		transform: translate(-50%, 0px);
		left: 50%;
		top: -53px;
		width: auto;
		height: 93px;
	}
	.warning-div p {
		text-align: center;
		font-size: 17px;
	}
	.blog-cont .item {
		margin-bottom: 20px;
	}
	.warning-div a {
		display: block;
	}
}