.archive-container-main {
    clear:both; 
    padding-top: 42px;
}
header.page-header {
	margin-bottom: 38px;
}
header .page-title {
	margin-bottom: 15px;
}
.new-in-5-minut {
	float: right;
}
.new-in-5-minut a {
	display: inline-block;
	margin-left: 15px;
}
.new-in-5-minut a {
    font-weight: bold;
    font-size: 14px !important;
    color: rgba(0, 113, 179, 0.54) !important;
}
.new-in-5-minut a.active {
	font-weight: bold;
	color: #0071B3 !important;
}
.new-in-5-minut a:hover {
    opacity: 0.7;
}
.new-in-5-minut-post {
	padding: 0px !important;
	border: 1px solid #E0E2EA;
	margin-bottom: 48px;
	width: 100%;
}

.new-in-5-minut-post .title {
	font-weight: bold;
	background: #ECF5FB;
	border: 1px solid #A4D8F7;
	padding: 13px 27px 14px 27px;
	border-left: 0 none;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
}

.new-in-5-minut-post .title a {
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	color: #33305A;
}
.new-in-5-minut-post .title a:hover {
	opacity: 0.7;
	color: #33305A;
}
.new-in-5-minut-post .title a .dashicons {
	line-height: 21px;
}
.new-in-5-minut-post .title > span {
	display: inline-block;
	background: #0271b6;
	padding: 2px 4px;
	margin-right: -28px;
	white-space: nowrap;
	height: auto;
	align-self: flex-start;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	margin-left: 15px;
}
.post-preview {
	position: relative;
}
.post-preview .video {
	padding: 9px 8px 8px 13px;
	border-right: 1px solid #E0E2EA;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 456px;
}
.post-preview .video iframe {
	width: 100%;
	height: 100%;
}
.post-preview .video iframe {
/*	width: 435px;
	height: 253px;*/
	width: 100%;
	height: 100%;
	border: 1px solid #E0E2EA;
}
.post-preview .text {
	position: relative;
	-ms-flex-positive: 1;
	    flex-grow: 1;
}
.post-preview .new-in-5-minut-content {
	padding: 18px 27px 36px 27px;
	background: #F8F8F8;
	min-height: 201px;
}
/*.post-preview .new-in-5-minut-content > * {
	padding-left: 0;
	padding-right: 0;
}*/
.post-preview .control {
	color: #0271b6;
	cursor: pointer;
	position: absolute;
	bottom:  9px;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.post-preview .control > div {
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	transition: 0.3s;
}
.post-preview .control > div:hover {
	opacity: 0.7;
}
.post-preview .control > div span {
	color: #0785CE !important;	
	font-size: 14px !important;
	padding-right: 15px;
	position: relative;
}
.post-preview .control > div span:after {
	display: block;
	content: url(../img/sem21-arr.svg);
	width: 8px;
	height: 5px;
	position: absolute;
	bottom: 13px;
	right: 0;
}
.post-preview .control > div.show-less span:after {
	transform: rotate(180deg);
	bottom: -2px;
}

.post-preview .control .show-less {
	display: none;
}
.post-preview.less {
	overflow: hidden;
}
.post-preview.less .text {
	overflow: hidden;
	height: 274px;
}
.post-preview.less .text:after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 65px;
	background: linear-gradient(to top, #F8F8F8 24px, rgba(248, 248, 248, 0));
	pointer-events: none;
}
.post-preview .text .link_to_all_issues,
.post-preview .text .col-md-6:last-child {
	display: none;
}
.post-preview .text .col-md-6 {
	max-width: 100%;
}
@media screen and (max-width: 1535.98px) {
	.post-preview .video {
		width: 50%;
	}
}
@media screen and (max-width: 991.98px) {
	.post-preview .video {
		width: 100%;
		border-right: 0 none;
		padding: 9px;
	}
	.post-preview.less .text {
		height: auto;
	}
	.post-preview .new-in-5-minut-content {
	    min-height: auto;
	}
	.post-preview.less .new-in-5-minut-content {
	    max-height: 201px;
	}
	.new-in-5-minut-post .title {
	    border-right: 0 none;
	}
}