/* -----  MainContent  -----*/

.main__wrapper {
	grid-template-columns: 1fr;
}

.dop__article {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.divider__pub {
	width: 95%;
	height: 1px;
	background-color: oklch(0.929 0.013 255.508);
	margin: 0 auto 25px 0;
}

.article-view {
	width: 100%;
	padding: 60px 0 0 0;
}

.dop__article {
	padding: 0;
}

@media screen and (max-width: 600px) {
	.main__wrapper,
	.dop__article {
		grid-template-columns: 1fr;
	}

	.article-view {
		padding: 45px 0 0 0;
	}

	.dop__article {
		padding: 0;
	}
}

.footer {
	display: none;
}

.main__content {
	flex: 0.69;
}

.three_last_news_block figure {
	text-align: left;
	width: 100%;
}

.three_last_news_block figure p {
	text-align: left;
	display: -webkit-box;
}

.three_last_news_block h3 {
	margin: 0;
}

.three_last_news_block img {
	-webkit-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.2) inset;
	-moz-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.2) inset;
	box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.2) inset;
}

@media screen and (min-width: 900px) {
	.block-left_content {
		max-width: 900px;
		margin: 0 auto;
	}
}

h1 {
	margin: 15px 2px 25px 6px;
	color: #333;
	font-size: 34px;
	line-height: 36px;
	font-weight: 600;
	letter-spacing: 1.4px;
}

.article__title {
	margin: 15px 2px 20px 6px;
	color: #333;
	font-size: 30px;
	line-height: 32px;
	font-weight: 600;
	letter-spacing: 1.4px;
	text-wrap: balance;
}

@media screen and (min-width: 900px) {
	.article__title {
		font-size: 50px;
		line-height: 54px;
		color: #444;
	}
}

.article__author {
	font-size: 14px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin: 0px 0 5px 5px;
	color: #555;
}

.date-time-article {
	font-weight: 600;
	color: #555;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	gap: 5px;
	margin: 0 0 0 5px;
}
.time-article {
	font-size: 20px;
}
.date-article {
	font-size: 12px;
	line-height: 20px;
}

.news {
	width: 100%;
}

.wrapper {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

@media screen and (min-width: 900px) {
	.block-left {
		max-width: 850px;
		margin: 0 auto;
	}

	.list {
		max-width: 1170px;
	}
}

#js-articles-controller {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 35px;
}
h2 {
	margin: 9px 2px 20px 0px;
	color: #222;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 1.2px;
	text-wrap: balance;
}
h3 {
	margin: 0 0 15px 0;
	color: #181048;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
}
h4 .other-news__item {
	padding: 9px 2px 3px 7px;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 500;
}
figure {
	margin: 20px auto;
	text-align: center;
	max-width: 540px;
}

.image__container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	max-width: 540px;

	width: 100%;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
}

.images__reaplace {
	position: relative; /* Нужно для позиционирования псевдоэлемента */
	max-width: 100%;
	min-height: 360px;
	overflow: hidden;
	background: transparent; /* Чтобы размытие не выходило за границы */
}

.images__reaplace::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('https://calmcode.io/static/images/content/shorts/webp-background-80.webp');
	background-repeat: no-repeat;
	background-size: cover;
	filter: blur(15px); /* Основное размытие */
	z-index: -1; /* Отправляем фон назад */
}

.image__container img {
	position: relative;

	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0.2) inset;
	-moz-box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0.2) inset;
	box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0.2) inset;
}

.art__img_more {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 28px;
	height: 28px;
	color: #777;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.33);
	-moz-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.33);
	box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.33);
	background-color: #fff;
	border-radius: 3px;
	padding: 3px;
	cursor: pointer;
}

.three_last_news_block figure {
	background: #fff;
}

.main-page_load {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

#load-articles-publication-new-writer {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.author__wrapper {
	padding: 60px 10px 10px 10px;
	color: #222;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.author__hero {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
}
.author__hero_first {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}

.author__about {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.author__about p {
	margin: 0 0 5px 0;
}

.author__hero_first p {
	margin: 0;
}

.author__hero img {
	width: 25px;
	height: 25px;
	border: 1px solid #999;
	border-radius: 100%;
}

.about__title {
	font-weight: 600;
	font-size: 16px;
	line-height: 14px;
	color: #222;
}

.about__descr {
	text-wrap: wrap;
	width: 100%;
	font-weight: 400;
	font-size: 12px;
	color: #222;
	line-height: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-clamp: 1;
}

.author__pub {
	font-size: 18px;
	color: #555;
	margin: 20px auto 10px auto;
	text-align: center;
}

.author__pub p {
	font-size: 18px;
	color: #555;
	margin: 0;
}

#load-articles-publication-new-writer {
	margin-top: 60px;
}

.news__title {
	font-size: 28px;
	line-height: 32px;
}

.first__text {
	color: #333;
}

.foto {
	margin: 20px auto;
}

.foto__images_container {
	display: flex;
	max-width: 540px;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin: 25px auto;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0.2) inset;
	-moz-box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0.2) inset;
	box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0.2) inset;
}

.news p,
.news h4 {
	padding: 0 5px;
}

.news .news-title {
	padding: 0 5px;
}

.main-foto-pub {
	background-image: url(https://calmcode.io/static/images/content/shorts/webp-background-80.webp);
	background-repeat: no-repeat;
	background-size: contain;
}
figure p {
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
figcaption {
	display: flex;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	padding: 5px 5px 0 7px;
	justify-content: flex-start;
}
.content-text {
	padding: 0 31px;
}

.padding__none {
	padding: 25px 0 0 0;
}

.comment-photo {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: left;
}

.foto-item {
	width: 100%;
}

.foto-item img {
	width: 100%;
	position: relative;
	height: 100%;
	object-fit: cover;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0.2) inset;
	-moz-box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0.2) inset;
	box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0.2) inset;
	z-index: -1;
}

p,
.content-text ul,
.content-text li,
.content-text ol,
.text-ajax ul,
.text-ajax li,
.text-ajax ol {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 1.2px;
	margin: 15px 2px 15px 13px;
}
p {
	margin: 15px 0px;
	text-wrap: balance;
}
p img {
	display: block;
	height: auto !important;
	width: 100% !important;
}
.content-text li,
.text-ajax li {
	list-style: disc;
}
.content-text ol li,
.text-ajax ol li {
	list-style-type: disclosure-closed;
}
.content-text ol,
.text-ajax ol {
	padding: 0 0 0 8px;
}
.article__text_extension {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 !important;
}

iframe {
	width: 100%;
	border: none;
}
a {
	display: inline;
}
.content-text iframe {
	height: 550px;
}
.awd1-mob a {
	margin: 0 7px 9px;
	color: #222;
	font-size: 18px;
	display: block;
	text-align: end;
}
.time-pop {
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	font-weight: 600;
	text-shadow: 0px 0px 2px #000000;
}
.name-person-pop {
	font-size: 12px;
	line-height: 1em;
	margin: 0;
	color: #333;
}
.block-name-data {
	margin: 7px;
}
.name-ajax {
	font-size: 16px;
	color: #444;
}

.smi2_load {
	margin: 40px 0 60px 0;
}

.show-more-article {
	margin: 20px auto 20px auto;
	border: none;
	font-size: 14px;
	padding: 0;
	color: #555;
	background-color: transparent;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.show-more-article:hover {
	color: #446491;
}

@media (max-width: 600px) {
	.footer {
		display: block;
	}

	.wrapper {
		grid-template-columns: 1fr;
	}
	.block-left {
		width: 100%;
		padding: 10px 0 0;
		overflow: hidden;
	}
	h3 {
		margin: 0 2px 15px 7px;
	}
	.text-ajax {
		margin: 15px 0;
	}
	p {
		margin: 15px 0px 15px 0px;
	}

	.image__container {
		min-height: 100%;
	}

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

	.content-text {
		padding: 0 5px;
	}
	.foto-item {
		width: 100%;
		list-style: none !important;
		margin: 0 !important;
	}
	.article__text_extensions img {
		width: 100%;
		height: auto;
		min-height: 300px;
	}

	.three_last_news_block figure p {
		text-align: left;
		display: block;
	}
}
.img-cons {
	width: 100%;
	height: auto;
	margin: 0 0 20px;
}
.link-photo {
	width: 100%;
	height: auto;
}

/* -----  OfferToRead  -----*/
.content-item {
	padding: 0;
}
.content-inner {
	display: flex;
	flex-direction: column;
	position: relative;
}
.block-person,
.block-person-writer {
	position: absolute;
	top: 10px;
	left: 10px;
	display: flex;
	align-items: center;
	padding: 6px;
}

.block-person__replacer {
	width: 36px;
	height: 36px;
	background: oklch(0.929 0.013 255.508);
	border-radius: 50%;
	margin: 0 5px 0 0;
}

.article-wrapper-link {
	display: flex;
}
.foto-person {
	width: 26px;
	height: 26px;
	margin-right: 6px;
	border-radius: 50%;
}
.name-person {
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	color: #000;
}

.foto-inner {
	width: 100%;
	height: 100%;
	min-height: 360px;
	overflow: hidden;
	border-radius: 4px;
}

.foto-inner img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	background-image: url('https://calmcode.io/static/images/content/shorts/webp-background-80.webp');
	background-repeat: no-repeat;
	background-size: contain;
}

#text2 {
	margin: 10px 0;
	font-size: 20px;
	line-height: 23px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
	color: #000;
}

.our_article_title {
	margin: 7px 0 0;
	font-size: 30px;
	font-weight: 600;
	line-height: 32px;
	display: block;
	color: #222;
}

@media screen and (min-width: 900px) {
	.our_article_title {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	#text2 {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}

h4 {
	margin: 7px 0 0;
	font-size: 26px;
	line-height: 28px;
	display: block;
	color: #333;
	font-weight: 600;
}
.inner-writer span {
	color: #9c9c9c;
}
.offer-to-read {
	margin-top: 20px;
	padding: 15px 0 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

@media screen and (min-width: 900px) {
	.offer-to-read {
		margin-top: 20px;
		padding: 15px 0 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.content-item {
		width: 47%;
	}
}

@media (max-width: 600px) {
	.foto-inner {
		width: 100%;
		min-height: 260px;
		height: auto;
	}

	.foto-inner img {
		width: 100%;
		min-height: 260px;
		height: auto;
	}
	.user-block {
		padding: 0 2px 0 7px;
	}

	.news__title {
		padding: 0 5px;
	}
}

.container {
	overflow: visible;
}
/* -----  SideBar  -----*/
.block-right {
	padding: 10px;

	position: relative;
}

.block-cons {
	position: sticky;
	top: 70px;
}

@media screen and (min-width: 900px) {
	.block-right {
		padding: 0;

		position: relative;
	}
}

@media (max-width: 600px) {
	.block-cons {
		padding: 0;
		width: 100%;
	}

	.main__wrapper {
		flex-direction: column;
		gap: 20px;
	}

	.main__content {
		width: 100%;
	}

	.block-left_content {
		padding: 10px 0 0;
		width: 100%;
	}

	.author__wrapper {
		padding: 50px 5px 5px 5px;
		margin: 0 0 10px 0;
	}
}

.wspn__items {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.wspn__item_wrap {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.wspn__item_img_wrap {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
}

.wspn__item_img_wrap img {
	width: 100%;
	min-height: 250px;
	height: auto;
	object-fit: cover;
	background-image: url('https://calmcode.io/static/images/content/shorts/webp-background-80.webp');
	background-repeat: no-repeat;
	background-size: contain;
}

.wspn__item_time {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	font-weight: 600;
	text-shadow: 0px 0px 2px #000000;
}

.wspn__item_text {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.wspn__item_title {
	margin: 0;
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	color: #333;
}

.wspn__item_desc {
	font-size: 16px;
	line-height: 18px;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#yandex_rtb_R-A-992526-8 {
	margin-top: 30px;
	height: 500px !important;
}
.btn {
	display: flex;
	margin: 0 auto 33px;
	padding: 4px 17px 3px;
	cursor: pointer;
	color: #2474bd;
	font-size: 16px;
}
h6 {
	margin: 25px 0;
	color: #181048;
	font-size: 20px;
}
.input {
	display: block;
	margin: 0 auto 15px;
	padding: 5px;
	width: 200px;
	font-size: 16px;
	cursor: pointer;
	border: none;
	border-bottom: 1px solid #666;
}
/* -----  Block Comments  -----*/

.comment {
	border-top: 0.25px solid #e5e7eb;
	border-bottom: 0.25px solid #e5e7eb;
	padding: 15px 0;
}

.comment-tittle {
	margin-block-start: 0;
	margin-block-end: 0;
	margin: 0 0 20px auto;
	text-align: right;
	font-size: 16px;
	line-height: 20px;
	color: #555;
	font-weight: 600;
}
.comment-block {
	margin: 0 0 25px;
}
.comment-inner {
	margin-bottom: 15px;
}
.comment-user {
	display: flex;
	padding: 0 0 5px;
	align-items: center;
}

.comment-user_info {
	display: flex;
	flex-direction: column;
}

.comment-text {
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 18px;
}
.comment-rev {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin: 0 0 10px 35px;
}
.comment-btn--r {
	padding: 5px;
	cursor: pointer;
	color: #181048;
	font-size: 12px;
	border: none;
}

.comment-btn {
	padding: 3px 5px;
	width: auto;
	text-align: center;
	color: #181048;
	font-size: 12px;
	background: #fff;
	-webkit-box-shadow: 0 0 2px 1px #dddddd;
	-moz-box-shadow: 0 0 2px 1px #dddddd;
	box-shadow: 0 0 2px 1px #dddddd;
	border-radius: 3px;
	justify-content: center;
}

.comment-item {
	margin: 0;
	font-size: 12px;
	line-height: 14px;
}
.comment-list {
	margin: 0 0 25px 30px;
}
.comment-foto {
	width: 26px;
	height: 26px;
	margin-right: 4px;
	border-radius: 100%;
	-webkit-box-shadow: inset 0px 0px 2px 1px rgba(85, 85, 85, 1);
	-moz-box-shadow: inset 0px 0px 2px 1px rgba(85, 85, 85, 1);
	box-shadow: inset 0px 0px 2px 1px rgba(85, 85, 85, 1);
}
.comment-name {
	margin: 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: 550;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.comment-time {
	margin: 0;
	font-size: 12px;
	line-height: 14px;
}
.comment-btn--c {
	display: flex;
	padding: 5px;
	cursor: pointer;
	color: #181048;
	font-size: 12px;
	border: none;
	margin: 0 0 0 auto;
}

/* textarea:hover {
	height: 150px;
} */
.comment-area-show {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	overflow: hidden;
	resize: none;
	border: 1px solid #d3d9de;
	border-radius: 2px;
	outline-color: #555;
}
/* .comment-area-show:hover {
	height: 120px;
} */

#show-buttons-auth {
	display: flex;
	flex-direction: column;
}

.comment-dsc {
	margin: 0 auto 5px 0;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	color: green;
	padding: 0;
}

.comment_login {
	font-size: 12px;
	line-height: 14px;
	color: #9ca3af;
}

.comment-reg {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
	.comment {
		width: 96%;
		margin: 0 auto;
	}

	.comment-tittle {
		margin: 5px 0;
		text-align: right;
	}

	.comment-user {
		align-items: flex-start;
	}
}

/*NewComments*/

.aa0 {
	max-width: 800px;
	padding: 25px 24px;
	margin: 28px auto 32px;
	background: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.2);
}

.ah0 {
	max-width: 100%;
	margin: 0 auto;
}

.aa0 .ah2 {
	flex-direction: column;
	display: flex;
	width: 100%;
	gap: 16px;
	justify-content: center;
	margin: 0 auto;
}

.aa0 .ah2 .ah1 {
	line-height: 1;
	font-family: opensans, helvetica, arial, sans-serif;
	width: 100%;
	color: #222;
	cursor: auto;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 4px 0 4px 0;
	font-weight: 600;
}

.aa0 .ah2 .ah1:last-of-type {
	font-size: medium;
	text-align: center;
}

.aa0 .ah2 .ah0 {
	width: 100%;
}

.af9 {
	display: flex;
	flex-direction: column;
	min-height: 16px;
	gap: 25px;
	margin: 0;
	color: #333;
	font-family: 'Segoe UI Historic', 'Segoe UI', Helvetica, Arial, sans-serif;
}

.afs9 {
	display: flex;
	flex-direction: column;
	min-height: 16px;
	gap: 15px;
	margin: 0;
	padding: 0 16px;
	color: #333;
	font-family: 'Segoe UI Historic', 'Segoe UI', Helvetica, Arial, sans-serif;
}

.ag5 {
	display: flex;
	flex-direction: column;
	gap: 6px;
	position: relative;
}

.ags5 {
	display: flex;
	flex-direction: column;
	gap: 6px;
	position: relative;
}

.ag10 {
	display: flex;
	gap: 6px;
	position: relative;
}

.ags10 {
	display: flex;
	gap: 6px;
	position: relative;
}

.af9 > .af7 > :not(.ag6, .ag8, .ag9):nth-child(n + 2) {
	margin-left: 44px;
}

.af7 > :not(.ag6, .ag8, .ag9):nth-child(n + 2) {
	margin-left: 40px;
	padding-left: 4px;
}

.af7 {
	display: flex;
	flex-direction: column;
	gap: 15px;
	position: relative;
}

.afs7 {
	display: flex;
	flex-direction: column;
	gap: 5px;
	position: relative;
}

.af7 .ag5 img {
	cursor: pointer;
	border-radius: 50%;
	margin-top: 4px;
	position: relative;
	box-shadow: 0 0 0 3px #fff;
	z-index: 10;
}

.afs7 .ags5 img {
	cursor: pointer;
	border-radius: 50%;
	margin-top: 4px;
	position: relative;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.24);
	-moz-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.24);
	box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.24);
	z-index: 10;
}

.af9 > .af7 :nth-child(1) img {
	height: 36px;
	width: 36px;
}

.af9 > .af7 :nth-child(n + 2) img {
	height: 28px;
	width: 28px;
}

.af15 {
	margin: 15px 0 0 0;
}

.ac2 {
	display: flex;
	flex-direction: column;
	z-index: 6;
}

.acs2 {
	display: flex;
	width: 100%;
	flex-direction: column;
	z-index: 6;
}

.ac2 .ac5 {
	width: fit-content;
	padding: 8px 12px;
	background: #f0f2f5;
	border-radius: 6px;
	text-align: start;
}

.acs2 .acs5 {
	width: fit-content;
	padding: 8px 12px;
	background: #f0f2f5;
	border-radius: 6px;
	text-align: start;
}

.ac2 .ac4 {
	line-height: 16px;
	font-size: 13px;
	margin: 0;
	font-weight: 600;
	cursor: pointer;
	color: #080809;
}

.ac2 .ac1 {
	display: flex;
	column-gap: 16px;
	flex-wrap: wrap;
	padding: 4px 0 0 12px;
}

.ac2 .ac1 u {
	font-size: 12px;
	text-decoration: none;
	color: #65676b;
}

.acs2 .acs1 u {
	font-size: 12px;
	text-decoration: none;
	color: #65676b;
}

.ac2 .ac1 u:hover {
	text-decoration: underline;
	cursor: pointer;
}

.acs2 .acs1 u:hover {
	text-decoration: underline;
	cursor: pointer;
}

.ac2 .ac1 :nth-child(2) {
	font-weight: 700;
}

.acs2 .acs1 :nth-child(1) {
	font-weight: 700;
}

.ac2 .ac1 .ac0 {
	position: relative;
	top: -5px;
}

.ac2 .ac1 .ac0 > span {
	display: inline-block;
	position: relative;
	width: 18px;
	height: 18px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 50%;
	background-repeat: no-repeat;
	box-shadow: 0 0 0 2px #fff;
	top: 4px;
}

.ac2 .ac1 .ac0 :nth-child(n + 2) {
	z-index: 1001;
}

.ac2 .ac1 .ac0 :nth-child(n + 3) {
	z-index: 1000;
	left: -6px;
}

.ac2 .ac1 .ac0 :nth-child(n + 4) {
	z-index: 999;
	left: -12px;
}

.ac2 .ac3 {
	margin: 0;
	line-height: 21.3328px;
	font-size: 15px;
	padding: 0;
}

.ag6 {
	position: absolute;
	background-color: #f0f2f5;
	display: flex;
	width: 2px;
	top: 6px;
	left: 16px;
	z-index: 3;
}
.ag7 {
	position: relative;
	z-index: 6;
	color: #65686c;
	font-size: 15px;
	line-height: 20px;
	display: block;
	font-weight: 600;
	background-color: #fff;
	box-shadow: -4px 0 0 0 #fff;
	margin-bottom: 6px;
	text-decoration: none;
	cursor: pointer;
}
.ag9 {
	position: absolute;
	height: 32px;
	width: 48px;
	border: 2px solid #f0f2f5;
	border-radius: 10.5px;
	left: -28px;
	top: -16px;
	z-index: 1;
}
.af7 .af7 .af7 .ag9,
.af7 .af7 .ag5 .ag9 {
	left: -24px;
}
.ag5 > .ag7 ~ .ag9 {
	top: -24px;
}
.ag8 {
	position: absolute;
	height: 48px;
	width: 64px;
	background-color: #fff;
	border-radius: 10.5px;
	left: -26px;
	top: -31px;
	z-index: 2;
}
.af7 .af7 .af7 .ag8,
.af7 .af7 .ag5 .ag8 {
	left: -22px;
}
.ag5 > .ag7 ~ .ag8 {
	top: -39px;
}
.ac2 .ac1 .ac0 .ab3 {
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16.0001 7.9996c0 4.418-3.5815 7.9996-7.9995 7.9996S.001 12.4176.001 7.9996 3.5825 0 8.0006 0C12.4186 0 16 3.5815 16 7.9996Z' fill='url(%23paint0_linear_15251_63610)'/%3E%3Cpath d='M16.0001 7.9996c0 4.418-3.5815 7.9996-7.9995 7.9996S.001 12.4176.001 7.9996 3.5825 0 8.0006 0C12.4186 0 16 3.5815 16 7.9996Z' fill='url(%23paint1_radial_15251_63610)'/%3E%3Cpath d='M16.0001 7.9996c0 4.418-3.5815 7.9996-7.9995 7.9996S.001 12.4176.001 7.9996 3.5825 0 8.0006 0C12.4186 0 16 3.5815 16 7.9996Z' fill='url(%23paint2_radial_15251_63610)' fill-opacity='.5'/%3E%3Cpath d='M7.3014 3.8662a.6974.6974 0 0 1 .6974-.6977c.6742 0 1.2207.5465 1.2207 1.2206v1.7464a.101.101 0 0 0 .101.101h1.7953c.992 0 1.7232.9273 1.4917 1.892l-.4572 1.9047a2.301 2.301 0 0 1-2.2374 1.764H6.9185a.5752.5752 0 0 1-.5752-.5752V7.7384c0-.4168.097-.8278.2834-1.2005l.2856-.5712a3.6878 3.6878 0 0 0 .3893-1.6509l-.0002-.4496ZM4.367 7a.767.767 0 0 0-.7669.767v3.2598a.767.767 0 0 0 .767.767h.767a.3835.3835 0 0 0 .3835-.3835V7.3835A.3835.3835 0 0 0 5.134 7h-.767Z' fill='%23fff'/%3E%3Cdefs%3E%3CradialGradient id='paint1_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(90 .0005 8) scale(7.99958)'%3E%3Cstop offset='.5618' stop-color='%230866FF' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%230866FF' stop-opacity='.1'/%3E%3C/radialGradient%3E%3CradialGradient id='paint2_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(45 -4.5257 10.9237) scale(10.1818)'%3E%3Cstop offset='.3143' stop-color='%2302ADFC'/%3E%3Cstop offset='1' stop-color='%2302ADFC' stop-opacity='0'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint0_linear_15251_63610' x1='2.3989' y1='2.3999' x2='13.5983' y2='13.5993' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2302ADFC'/%3E%3Cstop offset='.5' stop-color='%230866FF'/%3E%3Cstop offset='1' stop-color='%232B7EFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.ac2 .ac1 .ac0 .ab2 {
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg clip-path='url(%23clip0_15251_63610)'%3E%3Cpath d='M15.9963 8c0 4.4179-3.5811 7.9993-7.9986 7.9993-4.4176 0-7.9987-3.5814-7.9987-7.9992 0-4.4179 3.5811-7.9992 7.9987-7.9992 4.4175 0 7.9986 3.5813 7.9986 7.9992Z' fill='url(%23paint0_linear_15251_63610)'/%3E%3Cpath d='M15.9973 7.9992c0 4.4178-3.5811 7.9992-7.9987 7.9992C3.5811 15.9984 0 12.417 0 7.9992S3.5811 0 7.9986 0c4.4176 0 7.9987 3.5814 7.9987 7.9992Z' fill='url(%23paint1_radial_15251_63610)'/%3E%3Cpath d='M7.9996 5.9081c-.3528-.8845-1.1936-1.507-2.1748-1.507-1.4323 0-2.4254 1.328-2.4254 2.6797 0 2.2718 2.3938 4.0094 4.0816 5.1589.3168.2157.7205.2157 1.0373 0 1.6878-1.1495 4.0815-2.8871 4.0815-5.159 0-1.3517-.993-2.6796-2.4254-2.6796-.9811 0-1.822.6225-2.1748 1.507Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint1_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 7.9992 -7.99863 0 7.9986 7.9992)'%3E%3Cstop offset='.5637' stop-color='%23E11731' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23E11731' stop-opacity='.1'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint0_linear_15251_63610' x1='2.3986' y1='2.4007' x2='13.5975' y2='13.5993' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF74AE'/%3E%3Cstop offset='.5001' stop-color='%23FA2E3E'/%3E%3Cstop offset='1' stop-color='%23FF5758'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_15251_63610'%3E%3Cpath fill='%23fff' d='M-.001.0009h15.9992v15.9984H-.001z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.ac2 .ac1 .ac0 .ab1 {
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg clip-path='url(%23clip0_15251_63610)'%3E%3Cpath d='M15.9953 7.9996c0 4.418-3.5816 7.9996-7.9996 7.9996S-.004 12.4176-.004 7.9996 3.5776 0 7.9957 0c4.418 0 7.9996 3.5815 7.9996 7.9996Z' fill='url(%23paint0_linear_15251_63610)'/%3E%3Cpath d='M15.9973 7.9992c0 4.4178-3.5811 7.9992-7.9987 7.9992C3.5811 15.9984 0 12.417 0 7.9992S3.5811 0 7.9986 0c4.4176 0 7.9987 3.5814 7.9987 7.9992Z' fill='url(%23paint1_radial_15251_63610)'/%3E%3Cpath d='M15.9953 7.9996c0 4.418-3.5816 7.9996-7.9996 7.9996S-.004 12.4176-.004 7.9996 3.5776 0 7.9957 0c4.418 0 7.9996 3.5815 7.9996 7.9996Z' fill='url(%23paint2_radial_15251_63610)' fill-opacity='.8'/%3E%3Cpath d='M12.5278 8.1957c.4057.1104.6772.4854.623.9024-.3379 2.6001-2.5167 4.9012-5.1542 4.9012s-4.8163-2.3011-5.1542-4.9012c-.0542-.417.2173-.792.623-.9024.8708-.237 2.5215-.596 4.5312-.596 2.0098 0 3.6605.359 4.5312.596Z' fill='%234B280E'/%3E%3Cpath d='M11.5809 12.3764c-.9328.9843-2.1948 1.6228-3.5841 1.6228-1.3892 0-2.6512-.6383-3.5839-1.6225a1.5425 1.5425 0 0 0-.016-.0174c.4475-1.0137 2.2-1.3599 3.5999-1.3599 1.4 0 3.1514.3468 3.5998 1.3599l-.0157.0171Z' fill='url(%23paint3_linear_15251_63610)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3049 5.8793c.1614-1.1485-.6387-2.2103-1.7872-2.3717l-.0979-.0138c-1.1484-.1614-2.2103.6388-2.3717 1.7872l-.0163.1164a.5.5 0 0 0 .9902.1392l.0163-.1164c.0846-.6016.6408-1.0207 1.2424-.9362l.0978.0138c.6016.0845 1.0207.6407.9362 1.2423l-.0164.1164a.5.5 0 0 0 .9903.1392l.0163-.1164ZM2.6902 5.8793c-.1614-1.1485.6387-2.2103 1.7872-2.3717l.0979-.0138c1.1484-.1614 2.2103.6388 2.3717 1.7872l.0164.1164a.5.5 0 1 1-.9903.1392l-.0163-.1164c-.0846-.6016-.6408-1.0207-1.2423-.9362l-.098.0138c-.6015.0845-1.0206.6407-.936 1.2423l.0163.1164a.5.5 0 0 1-.9902.1392l-.0164-.1164Z' fill='%231C1C1D'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint1_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 7.9992 -7.99863 0 7.9986 7.9992)'%3E%3Cstop offset='.5637' stop-color='%23FF5758' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FF5758' stop-opacity='.1'/%3E%3C/radialGradient%3E%3CradialGradient id='paint2_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(45 -4.5272 10.9202) scale(10.1818)'%3E%3Cstop stop-color='%23FFF287'/%3E%3Cstop offset='1' stop-color='%23FFF287' stop-opacity='0'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint0_linear_15251_63610' x1='2.396' y1='2.3999' x2='13.5954' y2='13.5993' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFF287'/%3E%3Cstop offset='1' stop-color='%23F68628'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_15251_63610' x1='5.1979' y1='10.7996' x2='5.245' y2='14.2452' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF60A4'/%3E%3Cstop offset='.2417' stop-color='%23FA2E3E'/%3E%3Cstop offset='1' stop-color='%23BC0A26'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_15251_63610'%3E%3Cpath fill='%23fff' d='M-.002 0h16v15.9992h-16z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.ac2 .ac1 .ac0 .ab0 {
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg clip-path='url(%23clip0_15251_63610)'%3E%3Cpath d='M15.9972 7.9996c0 4.418-3.5815 7.9996-7.9996 7.9996-4.418 0-7.9996-3.5816-7.9996-7.9996S3.5796 0 7.9976 0c4.4181 0 7.9996 3.5815 7.9996 7.9996Z' fill='url(%23paint0_linear_15251_63610)'/%3E%3Cpath d='M15.9973 7.9992c0 4.4178-3.5811 7.9992-7.9987 7.9992C3.5811 15.9984 0 12.417 0 7.9992S3.5811 0 7.9986 0c4.4176 0 7.9987 3.5814 7.9987 7.9992Z' fill='url(%23paint1_radial_15251_63610)'/%3E%3Cpath d='M15.9972 7.9996c0 4.418-3.5815 7.9996-7.9996 7.9996-4.418 0-7.9996-3.5816-7.9996-7.9996S3.5796 0 7.9976 0c4.4181 0 7.9996 3.5815 7.9996 7.9996Z' fill='url(%23paint2_radial_15251_63610)' fill-opacity='.8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.6144 10.8866c.159-1.8461 1.127-2.887 2.382-2.887 1.2551 0 2.2231 1.0418 2.3822 2.887.1591 1.8461-.7342 3.1127-2.3821 3.1127-1.648 0-2.5412-1.2666-2.3821-3.1127Z' fill='%234B280E'/%3E%3Cellipse cx='11.1978' cy='5.6997' rx='1.3999' ry='1.6999' fill='%231C1C1D'/%3E%3Cellipse cx='4.7979' cy='5.6997' rx='1.3999' ry='1.6999' fill='%231C1C1D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3528 3.166a1.4744 1.4744 0 0 0-1.8591-.3279.4.4 0 1 1-.3976-.6941c.9527-.5457 2.1592-.333 2.8678.5056a.4.4 0 0 1-.6111.5163ZM5.4998 2.8381a1.4744 1.4744 0 0 0-1.859.3278.4.4 0 0 1-.6111-.5162c.7085-.8387 1.915-1.0514 2.8677-.5057a.4.4 0 0 1-.3976.6941Z' fill='%23E0761A'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint1_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 7.9992 -7.99863 0 7.9986 7.9992)'%3E%3Cstop offset='.5637' stop-color='%23FF5758' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FF5758' stop-opacity='.1'/%3E%3C/radialGradient%3E%3CradialGradient id='paint2_radial_15251_63610' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(45 -4.5262 10.9226) scale(10.1818)'%3E%3Cstop stop-color='%23FFF287'/%3E%3Cstop offset='1' stop-color='%23FFF287' stop-opacity='0'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint0_linear_15251_63610' x1='2.3979' y1='2.3999' x2='13.5973' y2='13.5993' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFF287'/%3E%3Cstop offset='1' stop-color='%23F68628'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_15251_63610'%3E%3Cpath fill='%23fff' d='M-.002 0h15.9992v15.9992H-.002z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.ac12 {
	resize: none;
	background: transparent;
	border: none;
	line-height: 21.3328px;
	font-size: 15px;
	field-sizing: content;
	max-width: 250px;
}

.acc12 {
	max-width: 725px;
}

.ac12:focus {
	outline: none;
}

@media (max-width: 450px) {
	.aa0 {
		width: 95%;
		margin: 0 auto 25px auto;
		overflow: hidden;
		padding: 10px 5px;
	}

	.af9 {
		padding: 0;
	}

	.af9,
	.af7 {
		gap: 6px;
	}
	.ac2 .ac1 {
		row-gap: 2px;
	}
	.ac2 .ac1 u {
		font-size: 14px;
	}
	.ac2 .ac1 .ac0 {
		position: relative;
		top: -2px;
	}
	.ac2 .ac1 .ac0 > span {
		width: 16px;
		height: 16px;
		box-shadow: 0 0 0 1.5px #fff;
		top: 3px;
	}

	/* .af9 > .af7 > :not(.ag6, .ag8, .ag9):nth-child(n + 2) {
		margin-left: 15px;
	}

	.af7 > :not(.ag6, .ag8, .ag9):nth-child(n + 2) {
		margin-left: 10px;
		padding-left: 2px;
	} */

	.ac2 .ac3 {
		margin: 0;
		padding: 0;
		line-height: 21.3328px;
		font-size: 13px;
	}

	.aa0 .ah2 .ah0 {
		min-width: 100%;
	}

	.acc12 {
		max-width: 330px;
	}
}

/*NewComments*/

/* -Messengers-*/
.share-social {
	margin: 15px 7px 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
p.share-text {
	margin: 0;
}
.share-text {
	color: #555;
	font-size: 12px;
	font-style: italic;
	display: block;
}
.share-viber a {
	font-size: 14px;
	margin: 0 3px 0 0;
	color: #7360f2;
}
.share-whatsapp a {
	font-size: 14px;
	margin: 0 3px 0;
	color: #43d854;
}
.share-telegram a {
	font-size: 14px;
	margin: 0 0px 0 5px;
	color: #0088cc;
}

/*-show-article.css-*/

/*Slider*/

.slider {
	overflow: hidden;
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
}

.article__text_extensions_container {
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.slider-container {
	width: 100%;
	margin: 0 auto;
}

.article__text_extensions {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.slides {
	display: flex;
	overflow: hidden;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.slide {
	transition: 0.2s ease-in-out;
	cursor: pointer;
}

.extension__item {
	transition: 0.2s ease-in-out;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	gap: 15px;
}

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

.extension__item img {
	max-width: 540px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.extension__text {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 1.2px;
}

.extension__text p {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 1.2px;
	margin: 10px 0;
}

.grabbing {
	cursor: grabbing;
}

.dots {
	width: 100%;
	margin: 10px auto;
	display: flex;
	justify-content: center;
}

.dotsNext {
	width: 100%;
	margin: 10px auto;
	display: flex;
	justify-content: center;
}

.dot {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 10px;
	margin-right: 3px;
	margin-left: 3px;
	cursor: pointer;
	background-color: #888;
	background-clip: padding-box;
	border: none;
	opacity: 0.5;
	border-radius: 3px;
	transition: 0.3s;
	outline: 0;
	padding: 0;
}

.active {
	opacity: 1;
	background: #86a6df;
}

@media screen and (max-width: 600px) {
	.slider {
		max-width: 100%;
	}
}

/*Slider*/

/*advertising of services*/

.advertising_of_services__block {
	max-width: 970px;
	margin: 35px auto 35px auto;
	color: #111827;
}

.advertising_of_services__block_item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border: 1px solid #d1d5db;
}

.advertising_of_services__block_image {
	flex: 0.35;
}

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

.advertising_of_services__block_content {
	flex: 0.65;
	display: flex;
	flex-direction: column;
	padding: 10px;
	justify-content: space-between;
	gap: 10px;
}

.advertising_of_services__block_content_container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
}

.advertising_of_services__block_content_author_container {
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
}

.advertising_of_services__block_content_author_container img {
	width: 26px;
	height: 26px;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.7);
	-moz-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.7);
	box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.7);
}

.advertising_of_services__block_content_author_name {
	font-size: 14px;
	color: #111827;
	line-height: 16px;
	font-weight: 600;
	margin: 0;
}

.advertising_of_services__block_content_author_adress {
	font-size: 12px;
	line-height: 12px;
	color: #6b7280;
	padding: 0;
	margin: 0;
}

.advertising_of_services__block_content_description {
	color: #111827;
	font-size: 18px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.advertising_of_services__block_content_unp {
	font-size: 12px;
	color: #6b7280;
}

.advertising_of_services__block_content_social {
	display: flex;
	flex-direction: column;
	gap: 5px;
	color: #6b7280;
}

.advertising_of_services__block_content_phone {
	color: #4b5563;
	font-size: 18px;
}

.advertising_of_services__block_content_social_container {
	font-weight: 600;
}

.advertising_of_services__block_viber {
	color: #59267c;
}

.advertising_of_services__block_whatsapp {
	color: #075e54;
}

.advertising_of_services__block_telegram {
	color: #0088cc;
}

.advertising_of_services__block_content_social_container {
	display: flex;
	flex-direction: row;
	gap: 15px;
	margin: 5px 0 0 0;
	font-size: 18px;
}

@media screen and (max-width: 600px) {
	.advertising_of_services__block_item {
		flex-direction: column;
		padding: 0;
		width: 96%;
		margin: 0 auto;
	}

	.advertising_of_services__block_image {
		display: flex;
		flex-direction: column;
		gap: 5px;
	}

	.advertising_of_services__block_image img {
		-webkit-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.2);
		-moz-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.2);
		box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.2);
	}

	.advertising_of_services__block_content_author_container {
		padding-left: 3px;
	}

	.main__banner .advertising__block {
		max-width: 100%;
		height: auto;
	}

	.advertising__block_image {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.advertising__block {
		max-width: 100%;
		margin-bottom: 25px;
		height: 650px;
	}

	.advertising_of_services__block_content_description {
		-webkit-line-clamp: 7;
	}
}

.smi2__wrapper {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}

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

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

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

@media screen and (max-width: 370px) {
	.smi2__wrapper {
		max-width: 360px;
	}
}

@media screen and (max-width: 360px) {
	.smi2__wrapper {
		max-width: 350px;
	}
}

.article__footer {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.artcile__back {
	display: block;
	width: 24px;
	height: 24px;
	color: #555;
	font-size: 24px;
	cursor: pointer;
}

.artcile__back:hover {
	transition: all 0.3s ease-in-out;
	color: #999;
}

.co {
	color: #333;
}

.co_p,
.co_m {
	color: oklch(0.554 0.046 257.417);
}

.co_v {
	color: #59267c;
	font-size: 20px;
}

.co_w {
	color: #075e54;
	font-size: 20px;
}

.co_t {
	color: #0088cc;
	font-size: 20px;
}

.co a:hover {
	transition: all 0.3s ease-in-out;
	color: oklch(0.869 0.022 252.894);
}

