/* ---- index.css -no-click-logo*/

/*Old style*/
.main__wrapper {
	max-width: 1170px;
	margin: 0 auto;
	padding: 80px 30px 0 30px;
}

.container {
	max-width: 1200px;
}

@media screen and (max-width: 600px) {
	.main__wrapper {
		padding: 50px 0 0 0;
	}
}

.first__pub {
	max-width: 800px;
	margin: 0 auto 35px auto;
	background-color: oklch(0.3 0.12 11.62);
	border-radius: 4px;
}

.first__pub_wrapper {
	display: flex;
	padding: 20px;
	flex-direction: column;
	gap: 20px;
	text-wrap: balance;
}

.first__pub_title {
	font-size: 3.4rem;
	line-height: 3.6rem;
	font-weight: 600;
	color: #fff;
	text-shadow: 0px 0px 2px #030303;
}

.first__pub_subtitle {
	font-size: 1.6rem;
	line-height: 1.8rem;
	font-weight: 500;
	color: #fff;
	text-shadow: 0px 0px 2px #030303;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

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

	.first__pub_wrapper {
		padding: 10px;
		gap: 20px;
	}

	.first__pub_title {
		font-size: 1.6rem;
		line-height: 1.9rem;
	}

	.first__pub_subtitle {
		font-size: 1rem;
		line-height: 1.2rem;
	}
}

/*Divider*/

.three_last_news_block,
.three_news_users_block {
	margin: 10px 0 50px 0;
}

.popular__divider {
	display: flex;
	color: #222;
	font-weight: 600;
}

.popular__divider::after {
	content: '';
	flex: 0.95;
}
.popular__divider::before {
	content: '';
	flex: 0.05;
}

.google__divider {
	display: flex;
	color: #222;
	font-weight: 600;
}

.google__divider::after {
	content: '';
	flex: 0.05;
}
.google__divider::before {
	content: '';
	flex: 0.95;
}

.divider__line {
	align-items: center;
	margin: 75px -10px 30px -10px;
}

.google__divider,
.popular__divider {
	margin: 75px -10px 45px -10px;
}

.most__popular {
	margin: 75px -10px 25px -10px;
}

.most__popular_news {
	margin: 0 -10px 20px -10px;
}

.divider__line::after,
.divider__line::before {
	height: 1px;
	margin: 0 0.4em;
}

.most__popular::after,
.most__popular::before {
	box-shadow: 0 0.5px 0 #555;
}

@media (max-width: 600px) {
	.three_news_block__wrapper,
	.three_last_news_block {
		margin: 0px 0 20px 0;
		gap: 50px;
	}

	.divider__line {
		margin: 30px 0 25px 0;
	}
}

/*Divider*/

/*load-content*/
.post-block {
	margin: 0 7px 5px 7px;
}
.article-wrapper-link {
	display: flex;
	align-items: flex-end;
}
.name-foto {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin-right: 8px;
	border: 0.5px solid #111;
}
.time-article-two {
	line-height: 1;
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	color: #555;
}
.name {
	font-size: 12px;
	margin: 0;
}
.art-foto {
	position: relative;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.article__thumb_container {
	width: 100%;
	height: 380px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 2px 0.5px #999 inset;
	-moz-box-shadow: 0px 0px 2px 0.5px #999 inset;
	box-shadow: 0px 0px 2px 0.5px #999 inset;
}

.article__thumb_container img {
	background-image: url('https://calmcode.io/static/images/content/shorts/webp-background-80.webp');
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.8) inset;
	z-index: -1;
	position: relative;
}
.art-foto img:hover,
.art-foto img:focus {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: 3s;
	transition-duration: 0.7s;
}
.title-desktop {
	color: #111;
	margin: 8px 2px 8px 7px;
	font-size: 26px;
	line-height: 28px;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.text1Show {
	margin: 5px 2px 40px 7px;
	color: #111;
	font-size: 20px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (min-width: 800px) {
	.block-art {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 0px;
	}
	.art-item {
		width: 48.5%;
		margin: 0;
		box-sizing: border-box;
	}
	.title-desktop {
		margin: 8px 2px 8px 7px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}

/*brand__block*/
.brand__container {
	max-width: 970px;
	margin: 35px auto 0 auto;
	padding: 20px 30px;
	background: #f9fafb;
	border-radius: 4px;
	border: 0.5px solid #e5e7eb;
	-webkit-box-shadow: 0px 0px 2px 0.5px #999 inset;
	-moz-box-shadow: 0px 0px 2px 0.5px #999 inset;
	box-shadow: 0px 0px 2px 0.5px #999 inset;
}

.brand__items {
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	row-gap: 10px;
}

.brand__item {
	display: none;
}

.brand__item_link {
	color: #0284c7;
	font-weight: 500;
}

.brand__popular {
	display: block;
}

.brand__show_button {
	border: none;
	padding: 0;
	text-align: left;
	cursor: pointer;
	background: none;
	font-size: 14px;
	font-weight: 600;
	color: #555;
}

@media screen and (max-width: 769px) {
	.brand__items {
		grid-template-columns: auto auto auto auto;
	}
}

@media screen and (max-width: 600px) {
	.brand__container {
		width: 88%;
		padding: 15px;
		margin: 35px auto;
	}
	.brand__items {
		grid-template-columns: auto auto auto;
	}
}

/*brand__block*/

/*first-block-of-index*/
.only-time {
	font-size: 22px;
	font-weight: 600;
	color: #333;
}
user-block-data-time {
	line-height: 1;
}
.pop-article {
	position: absolute;
	left: 18px;
	top: 18px;
	z-index: 199;
	font-size: 16px;
	text-shadow: 1px 1px 2px #111, 0 0 5px #222831;
	color: #fff;
}

.aaa {
	display: flex;
	justify-content: center;
	height: 450px;
	margin-bottom: 25px;
}

.aba {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 20px;
}

.advertising__block {
	max-width: 375px;
	width: auto;
	height: 639px;
}

.main__banner .advertising__block {
	height: 450px;
	max-width: 400px;
}

.abb {
	max-width: 770px;
}

.rtb__after {
	max-width: 970px;
	width: 100%;
	height: 500px;
	background: #ccc;
}

.main__banner {
	flex: 0.32;
	max-width: 400px;
	width: auto;
	height: 100%;
}

.main__banner__link {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-decoration: none;
	color: #fff;
}

.main__banner__descr {
	position: absolute;
	bottom: 55px;
	margin: 0;
	left: 8px;
	text-transform: uppercase;
	font-size: 38px;
	line-height: 40px;
	letter-spacing: 2px;
	font-weight: 700;
	text-shadow: 1px 1px 2px #111, 0 0 5px #222831;
}

.main__banner__desc {
	position: absolute;
	bottom: 15px;
	margin: 0;
	left: 45px;
	font-size: 38px;
	line-height: 40px;
	letter-spacing: 2px;
	font-weight: 700;
	text-shadow: 1px 1px 2px #111, 0 0 5px #222831;
}

.image__wrapper {
	position: relative;
	width: 300px;
	height: 205px;
	-webkit-box-shadow: 0px 0px 2px 0.5px #999 inset;
	-moz-box-shadow: 0px 0px 2px 0.5px #999 inset;
	box-shadow: 0px 0px 2px 0.5px #999 inset;
}

.created__time_not_popular {
	position: absolute;
	font-size: 22px;
	line-height: 22px;
	top: 10px;
	left: 10px;
	color: #fff;
	font-weight: 600;
	text-shadow: 0px 0px 2px #0a0403;
}

.created__date_not_popular {
	color: #777;
	font-size: 12px;
}

.image__wrapper img {
	width: 300px;
	height: 205px;
	object-fit: cover;
	position: relative;
	z-index: -1;
	background-image: url(https://uj-images.ru/images/article/2022/03/622f6c17e72f5.webp);
	background-repeat: no-repeat;
	background-size: contain;
}

.aaf {
	font-size: 12px;
	margin: 0;
	color: #555;
}
.aab {
	max-width: 800px;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0 5px #c1c1c1;
}
.aac {
	position: relative;
	overflow: hidden;
	display: block;
}
.aad {
	display: flex;
	align-items: flex-end;
}
.aae {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin-right: 8px;
	border: 0.5px solid #111;
	box-shadow: 1px 1px 2px #111, 0 0 5px #222831;
}
.aag {
	overflow: hidden;
	width: 100%;
	height: 450px;
	background: no-repeat
		url('https://cahttps://calmcode.io/static/images/content/shorts/webp-background-80.webp');
	background-size: cover;
}
.aah {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	object-fit: cover;
	height: 500px;
}
.aah:hover {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	transition: 3s ease-out;
}
.aal {
	color: oklch(0.279 0.041 260.031);
	margin: 8px 2px 8px 7px;
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-shadow: 1px 1px 2px #111, 0 0 5px #222831;
}
.aak {
	position: absolute;
	bottom: 0;
	left: 10px;
	font-size: 20px;
	line-height: 23px;
	margin: 5px 2px 0 7px;
	color: #fff;
	text-shadow: 1px 1px 2px #111, 0 0 5px #222831;
}

.block-pop-name {
	text-shadow: 1px 1px 2px #fff, 0 0 5px #ccc;
}
@media (min-width: 650px) {
	.aaf,
	.only-time {
		text-shadow: #0d0e104d 1px 1px 0;
		color: #fff;
	}
	.aad {
		position: absolute;
	}
	.aal {
		position: absolute;
		font-size: 38px;
		line-height: 40px;
		letter-spacing: 2px;
		left: 10px;
		bottom: 40px;
		margin: 10px 2px 8px 0;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		color: #111;
		color: #fff;
	}
	.aak {
		margin: 10px 0;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}
/*second-block*/
.aba {
	margin: 10px 0;
}
ul.abb {
	display: block;
}
.abc {
	-webkit-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.18);
	-moz-box-shadow: 0px 0px12px 1px rgba(34, 60, 80, 0.18);
	box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.18);
}

.abe {
	height: 300px;
	width: 100%;
	object-fit: cover;
	background-color: grey;
}
.foto-inner img:hover {
	transition: 3s;
	transform: scale(1.3);
}
.abf {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 12px 2px 5px 6px;
	max-width: 450px;
}
.abg {
	width: 100%;
	color: #111;
	font-size: 28px;
	font-weight: 600;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.abh {
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	color: #111;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.user-block-data {
	font-size: 12px;
	color: #444;
	margin-left: 7px;
}
.user-block-time {
	font-size: 20px;
	font-weight: 600;
	color: #444;
	margin: 0;
}
@media (min-width: 800px) {
	.abb {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: stretch;
		gap: 12px;
	}
	.abd {
		display: flex;
		justify-content: space-between;
		gap: 8px;
	}
	.abe {
		width: 300px;
		height: 200px;
	}
	.acl {
		width: 100%;
		max-width: 300px;
	}
	.pop-article {
		left: 18px;
	}
}

@media screen and (max-width: 600px) {
	.abc {
		box-shadow: none;
	}

	.abg {
		display: block;
	}

	.abh {
		display: block;
	}
}

.time-pop {
	margin: 0;
	font-size: 14px;
	line-height: 1em;
	color: #222;
}
.name-person-pop {
	font-size: 14px;
	line-height: 1em;
	margin: 0;
	color: #999;
}

/*Filter*/

.filter-column {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 410px;
	padding: 35px 25px 5px;
	box-shadow: 0px 0 5px #c1c1c1;
	background: url('https://uj-images.ru/images/article/2024/03/65e31f5580acd.webp');
	background-repeat: no-repeat;
	background-size: cover;
}
.filter-left,
.filter {
	margin: 0 auto;
}
.filter-block {
	border: none;
}
.filter fieldset {
	padding: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-block-start: 0;
	padding-inline-start: 0;
	padding-inline-end: 0;
	padding-block-end: 0;
}
.all-block-zap {
	width: 100%;
}

.all-block-zap div {
	width: 100%;
}
.filter-title {
	margin-bottom: 35px;
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 9px #111;
}

.select-item {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto 22px;
	padding: 6px 6px 4px;
	font-size: 18px;
	border: 2px solid #555;
	cursor: pointer;
	border-radius: 1px;
}
.button,
.button-obd {
	display: block;
	width: 40%;
	margin: 20px auto;
	padding: 6px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #fff;
	background-color: #abafb3e3;
	border-radius: 2px;
	border: none;
	cursor: pointer;
	transition: background 0.3s ease;
}
.button:hover,
.button:focus,
.button-obd:hover,
.button-obd:focus {
	background-color: #2c659be3;
}
.select-option {
	margin: 0;
}

@media (max-width: 1025px) {
	.aaa {
		gap: 20px;
		justify-content: center;
	}
	.main__banner__descr {
		font-size: 25px;
	}
}

@media (max-width: 650px) {
	.aaa {
		flex-direction: column;
		align-items: center;
		max-height: 1500px;
		height: auto;
		gap: 0;
	}
	.aab {
		width: 100%;
		margin-bottom: 30px;
		max-height: 840px;
		height: auto;
		padding: 0 0 10px 0;
		box-shadow: none;
	}

	.aag {
		height: 280px;
	}

	.aah {
		height: 100%;
	}

	.aal {
		text-shadow: none;
	}
	.aak {
		left: 0;
		position: relative;
		text-shadow: none;
		color: #111;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.main__banner {
		max-width: 96%;
		margin: 0 auto;
		height: 450px;
	}
	.block-pop-name {
		text-shadow: none;
	}
	.image__wrapper {
		width: 100%;
		height: 350px;
	}
	.image__wrapper img {
		width: 100%;
		height: 350px;
	}
	.main__banner__descr {
		font-size: 38px;
		left: 45px;
	}

	.aba {
		margin-top: 35px;
		flex-direction: column;
		width: 96%;
		margin: 5px auto 0 auto;
	}
	.abc {
		position: relative;
		margin-bottom: 30px;
	}
	.abf {
		margin: 5px 0;
		gap: 7px;
		padding: 2px;
	}
	.user-block-data-time {
		position: absolute;
		color: #fff;
		top: 10px;
		text-shadow: 1px 1px 2px #111, 0 0 5px #222831;
	}
	.user-block-time {
		color: #fff;
	}
	.user-block-data {
		color: #fff;
	}
}

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

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

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

/*Vertial block*/

.advertising__block_container {
	position: relative;
	color: #111827;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	justify-content: space-between;
	align-items: stretch;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.34);
	-moz-box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.34);
	box-shadow: 0px 0px 1px 1px rgba(34, 60, 80, 0.34);
}

.advertising__block_author {
	position: absolute;
	top: 15px;
	left: 10px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	padding: 0px 0px;
	align-items: center;
	color: #fff;
	text-shadow: 0px 0px 2px #0d0c0b;
}

.advertising__block_author img {
	width: 26px;
	height: 26px;
	border-radius: 100%;
}

.advertising__block_author_name {
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
}

.advertising__block_author_description {
	font-size: 12px;
	line-height: 12px;
}

.advertising__block_image {
	flex: 1;
	width: 100%;
	height: 100%;
}

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

.advertising__block_content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 10px;
	font-size: 26px;
	line-height: 28px;
	font-weight: 600;
	color: #fff;
	text-shadow: 0px 0px 2px #0d0c0b;
}

.advertising__block span {
	font-size: 15px;
}

/*Vertial block*/

/*advertising of services*/

/*catalog_advertising_block*/
.catalog_advertising_block__container {
	display: flex;
	color: #222;
	text-decoration: none;
	margin: 40px 0 40px 0;
	border: 0.5px solid #e5e7eb;
	padding: 20px;
	background: #f9fafb;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 2px 0.5px #999 inset;
	-moz-box-shadow: 0px 0px 2px 0.5px #999 inset;
	box-shadow: 0px 0px 2px 0.5px #999 inset;
}

.catalog_advertising_block__items {
	/* display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 15px; */
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 15px;
	column-gap: 22px;
}

@media screen and (max-width: 1026px) {
	.catalog_advertising_block__items {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		row-gap: 15px;
		column-gap: 22px;
	}
}

.catalog_advertising_block__item {
	display: flex;
}

.catalog_advertising_block__item_container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: #222;
	max-width: 100%;
}

.catalog_advertising_block__item_image {
	flex: 0.145;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
}

.catalog_advertising_block__item_image img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 100%;
	border: 0.5px solid #888;
	position: relative;
}

.catalog_advertising_block__item_text {
	flex: 0.82;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

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

.catalog_advertising_block__item_descr {
	color: #666;
	font-size: 12px;
	line-height: 14px;
}

.catalog_advertising_block__item_static {
	display: inline-block;
}

@media screen and (max-width: 600px) {
	.catalog_advertising_block__container {
		width: 88%;
		margin: 35px auto 25px auto;
		padding: 15px;
	}

	.catalog_advertising_block__items {
		grid-template-columns: auto;
	}

	.catalog_advertising_block__item {
		width: 100%;
	}
}

/*catalog_advertising_block*/

/*BRAND BLOCK*/
.brand__hidden {
	display: none;
}

.brand__visible {
	display: block;
}
/*BRAND BLOCK*/

.load__articles {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.load__articles_items {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0px;
}

