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

.main__wrapper {
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: space-between;
	width: 100%;
	padding: 60px 0 0 0;
}

.article__container {
	display: flex;
	justify-content: center;
	width: 100%;
}

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

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

.pub-new-adw-for-article {
	max-width: 100%;
	width: 100%;
	margin: 35px 0;
}

.ads__wrapper {
	margin: 35px auto;
	max-width: 832px;
	width: 100%;
}

.footer {
	display: none;
}

.main__content {
	flex: 0.69;
}

.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; /* Отправляем фон назад */
}

.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;
}

.article__title {
	color: #333;
	font-size: 34px;
	line-height: 36px;
	font-weight: 600;
	letter-spacing: 1.4px;
	margin: 0;
}

.pub-new__adw {
	margin: 35px auto;
}

@media screen and (min-width: 900px) {
	.block-left_content {
		padding: 25px 40px;
		-webkit-box-shadow: 0px 0px 3px 1px rgba(34, 60, 80, 0.15);
		-moz-box-shadow: 0px 0px 3px 1px rgba(34, 60, 80, 0.15);
		box-shadow: 0px 0px 3px 1px rgba(34, 60, 80, 0.15);
	}

	.article__title {
		color: #444;
		font-size: 44px;
		line-height: 48px;
		font-weight: 600;
		letter-spacing: 1.4px;
		margin: 0;
	}
}

.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;
}

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

.wrapper {
	display: flex;
	justify-content: center;
}
.block-left {
	padding: 25px 40px;
	flex: 0.69;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(34, 60, 80, 0.15);
	-moz-box-shadow: 0px 0px 3px 1px rgba(34, 60, 80, 0.15);
	box-shadow: 0px 0px 3px 1px rgba(34, 60, 80, 0.15);
}

#js-articles-controller {
	margin-top: 20px;
}

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;
}

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

	-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;
}

.image__container img {
	position: relative;
	z-index: -1;
	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;
}

.three_last_news_block figure {
	background: #fff;
}

.author__wrapper {
	padding: 10px;
	max-width: 700px;
	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: 5px;
	align-items: center;
}

.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: 22px;
	line-height: 16px;
	color: #222;
}

.about__descr {
	text-wrap: wrap;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	color: #222;
	line-height: 18px;
}

.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;
	color: #222;
	font-weight: 500;
	letter-spacing: 1.2px;
}

.first__text {
	color: #333;
	overflow: hidden;
}

.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;
}

.main-foto-pub {
	background-image: url(https://uj-images.ru/images/article/2022/03/622f6c17e72f5.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: 14px;
	line-height: 16px;
	font-style: italic;
	padding: 0 0 0 7px;
	justify-content: flex-start;
}

.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: #444;
	font-weight: 600;
}
.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;
}
.show-more-article {
	margin: 20px auto;
	width: 280px;
	border: none;
	font-size: 24px;
	padding: 7px 5px;
	color: #fff;
	background-color: #4b89ac;
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

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

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

	.wrapper {
		flex-direction: column;
		gap: 20px;
	}
	.block-left {
		width: 100%;
		padding: 10px 0 0;
		overflow: hidden;
	}
	h3 {
		margin: 0 2px 15px 7px;
	}
	.news__title {
		margin: 15px 5px 15px 5px;
	}
	.text-ajax {
		margin: 15px 5px 15px 5px;
	}
	p {
		margin: 15px 0px 15px 0px;
	}

	.image__container {
		min-width: 100%;
		height: auto;
	}

	.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: 15px 0 15px;
}
.content-inner {
	display: flex;
	flex-direction: column;
}
.block-person,
.block-person-writer {
	display: flex;
	align-items: center;
	padding: 6px;
}
.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 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 360px;
	height: 240px;
	background: no-repeat
		url(https://uj-images.ru/images/business_profile/2023/04/64427e267a29b.webp);
	background-size: cover;
}

.foto-inner img {
	width: 360px;
	height: 240px;
	background-image: url(https://uj-images.ru/images/article/2022/08/62f13b75a181b.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;
	-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;
}

h4 {
	margin: 7px 0 0;
	font-size: 30px;
	line-height: 32px;
	display: block;
	color: #000;
}
.inner-writer span {
	color: #9c9c9c;
}
.offer-to-read {
	margin-top: 20px;
	padding: 15px 0 0;
}

@media (max-width: 600px) {
	.article__title {
		width: 96%;
		margin: 0 auto;
		overflow: hidden;
		text-wrap: balance;
	}

	.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;
	}
}

.container {
	overflow: visible;
}
/* -----  SideBar  -----*/

@media screen and (min-width: 900px) {
	.block-right {
		padding: 10px;
		flex: 0.28;
		-webkit-box-shadow: 0px 0px 3px 1px rgba(34, 60, 80, 0.15);
		-moz-box-shadow: 0px 0px 3px 1px rgba(34, 60, 80, 0.15);
		box-shadow: 0px 0px 3px 1px rgba(34, 60, 80, 0.15);
		position: relative;
	}
}

.block-cons {
	width: 320px;
	position: sticky;
	top: 75px;
}

.block__adw {
	width: 320px;
	position: sticky;
	top: 75px;
}

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

	.block__adw {
		padding: 0;
		width: 100%;
	}

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

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

	.main__content {
		width: 100%;
	}

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

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

#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 {
	display: none;
}
.comment-tittle {
	margin: 5px 5px 10px 30px;
	font-size: 16px;
	color: #1b386e;
	font-weight: 600;
}
.comment-block {
	margin: 0 0 25px;
}
.comment-inner {
	margin-bottom: 30px;
}
.comment-user {
	display: flex;
	padding: 0 0 5px;
	-webkit-box-align: end;
}
.comment-text {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 20px;
}
.comment-rev {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 15px 35px;
}
.comment-btn--r {
	padding: 4px 17px 3px;
	cursor: pointer;
	color: #181048;
	font-size: 16px;
	border: none;
}
.comment-item {
	margin: 0;
	font-size: 16px;
}
.comment-list {
	margin: 0 0 25px 30px;
}
.comment-foto {
	width: 30px;
	height: 30px;
	margin-right: 7px;
	border-radius: 15px;
}
.comment-name {
	margin: 0;
	font-size: 18px;
	font-weight: 550;
}
.comment-btn--c {
	display: flex;
	padding: 4px 17px 3px;
	cursor: pointer;
	color: #181048;
	font-size: 16px;
	border: none;
	margin: 0 0 0 auto;
}
textarea {
	box-sizing: border-box;
	width: 100%;
	height: 83px;
	padding: 5px;
	font-size: 18px;
	line-height: 20px;
	transition: height 1s cubic-bezier(0, 0, 1, 1) 0.4s;
}
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;
}
.comment-area-show:hover {
	height: 120px;
}
.comment-dsc {
	margin: 0 10px 15px;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: green;
}
.comment-reg {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
/* -Messengers-*/
.share-social {
	margin: 0 7px 20px;
}
p.share-text {
	margin: 0;
}
.share-text {
	color: #555;
	font-size: 14px;
	font-style: italic;
	display: block;
}
.share-viber a {
	font-size: 22px;
	margin: 0 5px 0 0;
	color: #7360f2;
}
.share-whatsapp a {
	font-size: 22px;
	margin: 0 5px 0;
	color: #43d854;
}
.share-telegram a {
	font-size: 22px;
	margin: 0 5px 0;
	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*/

.smi2_load {
	margin: 50px 0;
}

.smi2__container {
	max-width: 1160px;
	width: 100%;
	margin: 15px 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;
	}
}

