.container {
	position: fixed;
	top: 0;
	max-width: 100%;
	width: 100%;
	padding: 0;
	z-index: 999;
	background: #fff;
}

.header-top {
	padding: 5px 0px 5px;
}

.header-menu {
	background: #fff;
	z-index: 999;
	margin: 0;
}

.filtered-posts {
	max-width: 1200px;
	margin: 60px auto 35px auto;
	padding: 0 30px;
}
.main-page {
	padding: 0;
	margin: 0;
}

.main-page_default {
	padding: 0;
	margin: 0;
}

.first__post {
	margin: 0 auto 70px auto;
}

@media screen and (min-width: 900px) {
	.first__post {
		max-width: 85%;
	}
}

.first__post .content__wrapper_link_default_container {
	flex-direction: column;
	gap: 25px;
}

.first__post
	.content__wrapper_link_default_container
	.user__post_title_default {
	font-size: 3rem;
	line-height: 3.4rem;
	color: #444;
	margin: 0;
	letter-spacing: 1.4px;
}

.first__post
	.content__wrapper_link_default_container
	.post__content_container_left {
	max-height: 700px;
	max-width: 450px;
	margin: 0 auto;
}

.first__post .content__wrapper_link_default_container .user-text_default {
	gap: 15px;
}

@media screen and (max-width: 600px) {
	.first__post
		.content__wrapper_link_default_container
		.user__post_title_default {
		font-size: 1.8rem;
		line-height: 2.2rem;
		color: #333;
		margin: 0;
	}
}

.post-block_personal {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
	padding: 0 0 10px 0;
}

.header__easy_logo_link {
	width: 50px;
	height: 50px;
}
.name-foto-personal {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.logo-name {
	margin: 0 0 0 5px;
	line-height: 32px;
}
.name-personal {
	margin: 0;
	font-size: 18px;
	color: #111827;
	font-weight: 600;
	line-height: 18px;
}

.content {
	margin-bottom: 30px;
	max-width: 100%;
	display: flex;
	gap: 2em;
	flex-direction: column;
}

.content__main {
	margin-bottom: 30px;
	margin: 0;
	display: flex;
	gap: 2em;
	flex-direction: column;
}

.content-item {
	width: 100%;
	position: relative;
}

.content-item-next {
	padding: 0 0 2em 0;
	border-bottom: 1px solid oklch(0.929 0.013 255.508);
}

.content-item-divider {
	width: 100%;
	height: 1px;
	background: oklch(0.929 0.013 255.508);
}

.online__card_edit {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 50;
	width: 30px;
	height: 30px;
	padding: 1px;
	background: #fff;
	border-radius: 4px;
	color: #6b7280;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(13, 75, 124, 0.15);
	-moz-box-shadow: 0px 0px 1px 1px rgba(13, 75, 124, 0.15);
	box-shadow: 0px 0px 1px 1px rgba(13, 75, 124, 0.15);
}

.online__card_edit:hover {
	transition: all 0.25s ease-in-out;
	color: #fff;
	background: #0e7490;
}

.post-container-item {
	margin: 5px auto 10px;
	padding: 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 50;
}

.author__container {
	position: absolute;
	top: 10px;
	left: 10px;
}

.post-container-item_default {
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 50;
	position: relative;
}

.author__container_content {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.author__wrapper {
	display: flex;
	flex-direction: column;
}
.name-photo {
	width: 35px;
	height: 35px;
	margin-right: 5px;
	border-radius: 20px;
}
.name {
	margin: 0;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	text-shadow: 1px 1px 3px #210e09;
}

@media screen and (max-width: 600px) {
	.name {
		font-size: 16px;
		line-height: 18px;
	}
}

.post__controller {
	width: 40px;
	height: 40px;
	padding: 0;
	background: #fff;
	border: none;
	cursor: pointer;
	border-radius: 100%;
}

@media (hover: hover) {
	.post__controller:hover {
		background: #115e59;
		color: #fff;
		transition: all 0.25s ease-in-out;
	}
}

@media (hover: none) {
	.post__controller:active {
		background: #115e59;
		color: #fff;
	}
}

.user__post_title {
	font-size: 32px;
	line-height: 36px;
	font-weight: 600;
	color: #111;
	margin: 0;
}

.user__post_title_default {
	font-size: 34px;
	line-height: 38px;
	font-weight: 600;
	max-height: 100%;
	color: #222;
	margin: 0 0 10px 0;
}

.post__text {
	margin: 15px 0 0 0;
	font-size: 18px;
	line-height: 21px;
	display: none;
	color: #222;
}

.ma {
	margin: 0 10px 0 5px;
}

.post__lead {
	margin: 5px 0;
	font-size: 26px;
	line-height: 30px;
	color: #222;
}

@media screen and (min-width: 900px) {
	.user__post_title_default {
		font-size: 44px;
		line-height: 48px;
		color: #444;
	}

	.post__text {
		font-size: 24px;
		line-height: 28px;
	}

	.post__lead {
		font-size: 30px;
		line-height: 34px;
		letter-spacing: 1.2px;
	}
}

.show__text {
	border: none;
	background: #fff;
	cursor: pointer;
	padding: 3px 0;
	text-align: left;
	color: #666;
}

.post__text p {
	margin: 15px 0;
}

.post__text h2 {
	margin: 15px 0;
	font-size: 26px;
	line-height: 30px;
}

.post__text p img {
	max-width: 700px;
	width: 100% !important;
	height: auto !important;
	object-fit: cover;
	margin: 0 auto;
	display: block;
}

.post__text a {
	display: inline;
	color: #a1a1aa;
}

.user__post_description {
	margin: 0;
	font-size: 22px;
	line-height: 24px;

	color: #222;
}

.user__post_text {
	margin: 0;
	font-size: 18px;
	line-height: 21px;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #222;
}

.date-block-slider {
	color: #fff;
	line-height: 12px;
	text-shadow: 1px 1px 3px #210e09;
}

.date {
	font-size: 10px;
}
.time {
	font-size: 12px;
}

.content__wrapper_link {
	position: relative;
	display: flex;
	flex-direction: row;
	min-height: 430px;
	justify-content: space-between;
	color: #1f2937;
	width: 100%;
	height: 100%;
}

.content__wrapper_link_default {
	position: relative;
	display: flex;
	flex-direction: column;
	color: #1f2937;
	width: 100%;
	height: 100%;
	border: 1px solid #e5e7eb;
	overflow: scroll;
	align-items: stretch;
	justify-content: space-between;
}

.content__wrapper_link_default::-webkit-scrollbar {
	display: none;
}

.content__wrapper_link_default_container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.content__wrapper_link_default_ads_container {
	width: 100%;
	height: auto;
}
.ads__container_item {
	padding: 10px;
}

.ads__container_item img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.post__content_container_left {
	flex: 0.35;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 430px;
}

.img_wrapper_default {
	width: 100%;
	height: 100%;
	min-height: 430px;
	display: flex;
}

.author__block {
	position: absolute;
	top: 5px;
	left: 5px;
	display: flex;
	flex-direction: row;
	gap: 5px;
	align-items: center;
	z-index: 90;
}

.author__block_logo {
	height: 35px;
}

.author__block_logo img {
	width: 35px;
	height: 35px;
	border-radius: 100%;
}

.author__block_info {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.author__block_info_name {
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	font-weight: 600;
	text-shadow: 0px 1px 2px #1f2937;
}

.date-block-slider_spec {
	color: #fff;
	font-weight: 600;
	text-shadow: 0px 1px 2px #1f2937;
	line-height: 12px;
}

.user-text {
	flex: 0.63;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.post__content_container {
	flex: 0.63;
	height: 100%;
}

.user-text_default {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.user-text_default_link {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.add_wrapper {
	padding: 0;
	position: sticky;
	top: 70px;
	margin-bottom: 30px;
	min-height: 500px;
}

.ads__wrapper {
	height: 250px;
	width: 100%;
}

/*load-wspn*/

#list-news-articles {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.article__integration_container_wspn {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.article__integration_wspn {
	color: #222;
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-block-start: 0;
	margin-block-end: 0;
}

.article__integration_title_wspn {
	margin-block-start: 0;
	margin-block-end: 0;
	font-size: 28px;
	line-height: 32px;
}

.article__integration_subtitle_wspn {
	margin-block-start: 0;
	margin-block-end: 0;
	font-size: 18px;
	line-height: 22px;
	color: #444;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.article__integration_wrapper_wspn {
	width: 100%;
	height: 250px;
}

.article__integration_wrapper_wspn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img-block {
	max-width: 360px;
	width: 100%;
	max-height: 425px;
}

.img_wrapper {
	flex: 0.35;
	width: 100%;
	height: 100%;
	position: relative;
	min-height: 430px;
}

.img_wrapper_link {
	min-height: 430px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.img_wrapper img {
	min-height: 430px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 430px;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.45);
	-moz-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.45);
	box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.45);
}

.img_wrapper_default img {
	width: 100%;
	object-fit: cover;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.45);
	-moz-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.45);
	box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.45);
}

@media screen and (min-width: 1950px) {
	.content {
		max-width: 700px;
	}
}

@media (min-width: 800px) {
	.text-posts {
		-webkit-line-clamp: 5;
		line-clamp: 5;
	}
	.filtered-posts {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.main-page {
		flex: 0.85;
		background: #fff;
		padding: 20px 20px;

		border-radius: 3px;
	}

	.side-bar {
		flex: 0.28;
		padding: 20px;
		-webkit-box-shadow: 0px 0px 1px 1px rgba(47, 57, 64, 0.15);
		-moz-box-shadow: 0px 0px 1px 1px rgba(47, 57, 64, 0.15);
		box-shadow: 0px 0px 1px 1px rgba(47, 57, 64, 0.15);
		border-radius: 3px;
	}
}

@media screen and (max-width: 600px) {
	.header-top {
		padding: 5px 8px 5px;
	}
	.header__easy_wrapper {
		padding: 5px 0;
	}

	.post-block_personal {
		flex-direction: column;
	}

	.add_wrapper {
		margin: 30px 0 90px 0;
	}

	.header__easy_logo {
		padding-left: 5px;
	}

	.main-page {
		margin-top: 25px;
	}

	.filtered-posts {
		padding: 0;
		margin: 55px 0 40px 0;
	}
	.article__integration_title_wspn {
		width: 96%;
		margin: 0 auto;
	}

	.article__integration_subtitle_wspn {
		width: 96%;
		margin: 0 auto;
		overflow: hidden;
		display: block;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.date {
		font-size: 8px;
	}
	.time {
		font-size: 10px;
	}

	.content__wrapper_link {
		flex-direction: column;
	}

	.img_wrapper img {
		width: 100%;
	}

	.author__container {
		position: absolute;
		top: 5px;
		left: 5px;
	}

	.img_wrapper_default {
		position: relative;
		height: auto;
	}

	.online__card_edit {
		top: 5px;
		right: 5px;
	}

	.content__wrapper_link_default {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: space-between;
		color: #1f2937;
		width: 100%;
		height: 100%;
		-webkit-box-shadow: 0px 0px 2px 1px rgba(138, 129, 124, 0.15);
		-moz-box-shadow: 0px 0px 2px 1px rgba(138, 129, 124, 0.15);
		box-shadow: 0px 0px 2px 1px rgba(138, 129, 124, 0.15);
		overflow: hidden;
	}

	.content__wrapper_link_default_ads_container {
		height: auto;
	}

	.content__wrapper_link_default_container {
		flex-direction: column;
	}

	.post__content_container {
		height: auto;
		align-items: stretch;
		justify-content: space-between;
	}

	.img_wrapper_default {
		padding: 0;
	}

	.user__post_title_default {
		font-size: 24px;
		line-height: 28px;
	}

	.post__lead {
		font-size: 18px;
		line-height: 22px;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.post__content_container_left {
		flex: 1;
	}

	.post__content_container {
		flex: none;
		padding: 5px;
	}

	.user-text_default {
		flex: none;
		overflow: visible;
		gap: 5px;
	}

	.post-block_personal {
		padding: 0 0 10px 5px;
	}
	.user-text {
		padding: 10px 15px 15px 15px;
	}

	.content-item {
		padding: 0;
		border-bottom: none;
	}
}

.smi2__container {
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
}

.smi2__item {
	width: 100%;
}

@media screen and (max-width: 600px) {
	.smi2__container {
		max-width: 380px;
	}
}

@media screen and (max-width: 380px) {
	.smi2__container {
		max-width: 345px;
	}
}

