.listImageDiv {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #cc333b;
	transition: background-color 0.5s linear, transform 0.5s linear, background-image 0.5s cubic-bezier(0, 0, 1, -0), background-size 0.5s cubic-bezier(0, 0, 1, -0);
}

.hghlpost-ListImageDiv {
	width: 100%;
	height: 30vw;
}

.othrpost-ListImageDiv {
	width: 100%;
	height: 15vw;
}

.landingPostTags {
	width: 100%;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.landingPostTags span {
	padding: 2% 5%;
	margin: 1% 4% 1% 0%;
	color: #cc333b;
	line-height: 0.7rem;
	font-size: 0.7rem;
	border-radius: 12px;
	background-color: rgba( 204, 51, 59, 0.14);
}

.listCtgSpan:not(:last-child)::after {
	content: ', '
}

.listTagSpan > a {
	color: #cc333b !important;
}

.listTagSpan:hover a {
	text-decoration: underline;
}

.imgRotate {
	transform: rotateY(180deg);
	perspective: 1000px;
	transition: transform 1s linear;
	background-image: url('http://localhost/rszwp/wp-content/uploads/2021/03/male_avatar.png');
	
}

.evtsBlock, .blogBlock, .appsBlock {
	margin: 2%
}

.landingBlockTitle {
	font-size: 44px;
	line-height: 51px;
	text-align: center;
}

.evBl {
	background-color: #e3e3e3;
}


.postBlock:hover .listImageDiv {
	/*background-size: contain;
	transform: rotateY(180deg) scaleX(-1);
	perspective: 100px;*/
	box-shadow: 0px 0px 15px #474747 !important;
}

.postBlock {
	padding: 1%;
}

.articleRow > .postBlock:first-child{
	padding-left: 0%;
}

.articleRow > .postBlock:last-child{
	padding-right: 0%;
}

.postInfoBlockRight {
	padding-left: 1%;
}