/*start Главная*/
.beton_front_tabs {
	display: flex;
}

.beton_front_tabs .beton_front_tab {
	font-size: 16px;
    line-height: 37px;
    padding: 0 15px;
    cursor: pointer;
    font-weight: bold;
}

.beton_front_tabs .beton_front_tab.active {
	background-color: white;
	border-bottom: 1px solid #F2F1F1;
	cursor: default;
}

.front_main_blocks {
	position: relative;
	margin-bottom: 20px;
}

.main-content .front_main_blocks .loader-news {
	z-index: 9999;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #2A2A2A;
	background: rgba(255, 255, 255, 0.7);
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.front_main_block {
	display: block;
    justify-content: space-between;
	margin-bottom: 10px;
	padding: 15px 10px;
	background-color: white;
}

.front_main_block .front_main_block_half {
	width: 100%;
}

.front_main_block .front_main_block_first_post {
	display: block;
	position: relative;
	height: max-content;
	margin-bottom: 10px;
	background-color: white;
	border: 1px solid #F2F1F1;
	border-radius: 3px;
}

.front_main_block a {
	color: black;
    text-decoration: unset;
}

.front_main_block .front_main_block_first_post .front_main_block_first_post_img {
	width: 100%;
    height: auto;
	overflow: hidden;
	border-radius: 3px;
}

.front_main_block .front_main_block_first_post .front_main_block_first_post_img > img {
	width: 100%;
	height: auto;
}

.front_main_block .front_main_block_first_post .front_main_block_first_post_title {
	height: auto;
	max-height: 80px;
    margin: 10px 10px 12px 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.front_main_block .front_main_block_post_publicate_date {
	font-size: 12px;
	line-height: 14px;
	color: #A5A6A7;
	padding-bottom: 10px;
	padding-left: 10px;
}

.front_main_block .front_main_block_post_category {
	font-size: 12px;
    line-height: 14px;
    color: #A5A6A7;
    padding-bottom: 10px;
    padding-left: 10px;
    position: absolute;
    right: 10px;
    bottom: 0px;
	display: block;
	text-decoration: unset;
}

.front_main_block .front_main_block_post_category:hover {
	font-size: 12px;
    line-height: 14px;
    color: #A5A6A7;
	text-decoration: unset;
}

.front_main_block .front_main_block_other_post:hover,
.front_main_block .front_main_block_first_post:hover,
.front_news_block .front_news_block_post_link:hover {
	opacity: 0.5;
}

.front_main_block .front_main_block_other_post {
	color: black;
    text-decoration: unset;
	display: block;
	position: relative;
	height: auto;
	margin-bottom: 10px;
	background-color: white;
	border: 1px solid #F2F1F1;
	border-radius: 3px;
}

.front_main_block .front_main_block_other_post:last-child {
	margin-bottom: 0;
}

.front_main_block .front_main_block_second_block .front_main_block_other_post_title {
    padding: 10px 10px 0px 10px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	height: auto;
	max-height: 90px;
	-webkit-line-clamp: 4;
	margin-bottom: 16px;
}

@media only screen and (min-width: 650px) {
	/*start Главная (style-first-front) */
	.front_main_block {
		display: flex;
	}

	.front_main_block .front_main_block_half {
		width: 49%;
	}

	.front_main_block .front_main_block_first_post {
		margin-bottom: unset;
	}

	.front_main_block .front_main_block_first_post .front_main_block_first_post_title {
		height: 60px;
		max-height: unset;
		-webkit-line-clamp: 3;
	}

	.front_main_block .front_main_block_other_post {
		height: 100px;
		margin-bottom: 6px;
	}

	.front_main_block .front_main_block_second_block .front_main_block_other_post_title {
		height: 70px;
		max-height: unset;
		-webkit-line-clamp: 3;
		margin-bottom: unset;
	}

	.front_main_block .front_main_block_second_block .front_main_block_post_publicate_date {
		position: absolute;
		bottom: 0;
	}
	.main-content .front_main_blocks .loader-news {
		position: absolute;
		z-index: 99;
	}
	/*end Главная (style-first-front) */
}
/*end Главная*/