.ob2__container {
	padding: 60px 30px 0 30px;
}

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

.yandex__obd2 {
	width: 100%;
	margin: 35px auto;
}

.obd__floor_yandex {
	width: 100%;
	margin: 25px auto 50px auto;
}

.user-name {
	display: block;
}

.footer {
	display: none;
}

.main__container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 0 30px 0;
}

.select__box {
	margin: 25px auto 30px auto;
	width: 100%;
}

.select__option {
	margin: 0 auto 0 auto;
}

.article__container {
	margin: 20px 0 80px 0;
	max-width: 1200px;
	width: 100%;
}

.three_last_news_block,
.three_news_users_block {
	margin: 45px 0 40px 0;
}

#breadcrumbs {
	margin: 0 0 15px 0;
}

.container {
	width: 100%;
}

.obd2__wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.obd2__container {
	flex: 0.69;
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
}

.adw__container {
	flex: 0.28;
}

@media screen and (max-width: 600px) {
	.obd2__wrapper {
		flex-direction: column;
		gap: 20px;
	}
}

.obd__title {
	font-size: 28px;
	line-height: 32px;
	font-weight: 600;
	color: oklch(0.372 0.044 257.287);
	margin: 20px 0 15px 0;
	text-align: center;
}

.obd__text,
.obd__subtext {
	font-size: 23px;
	line-height: 29px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.model-block {
	margin-bottom: 30px;
}
.show-m {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	gap: 25px;
	overflow: hidden;
	margin-bottom: 15px;
}

.obd__subtitle {
	font-size: 26px;
	line-height: 28px;
	color: #333;
}

@media screen and (min-width: 600px) {
	.obd__title {
		font-size: 36px;
		line-height: 40px;
		font-weight: 600;
		color: oklch(0.446 0.043 257.281);
		margin: 20px 0 15px 0;
	}

	.obd__subtitle {
		font-size: 30;
		line-height: 32px;
	}
}

.model-link {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.model-link img {
	width: 60px;
	height: 60px;
}

.model-link:hover {
	filter: grayscale(100%);
	transition: 1s;
}

/*obd__post*/

.obd__posts_container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 55px 0 60px 0;
}

.obd__posts {
	flex: 0.67;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	gap: 35px;
	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);
}

.ads__obd_post_container {
	flex: 0.3;
	position: relative;
	padding: 10px;
	-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);
}

.ads__post_block {
	position: sticky;
	top: 20px;
}

.obd__post {
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 7px;
	text-decoration: none;
	color: #333;
	cursor: pointer;
	font-size: 18px;
	background: #fff;
	position: relative;
}

.obd__post_about_container {
	position: absolute;
	width: 60%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.15);
}

.obd__post_about {
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: flex-start;
	padding: 10px;
}

.obd__post_about_wrapper {
	display: flex;
	flex-direction: column;
	color: #fff;
	text-shadow: 0px 0px 3px #030000;
}

.obd__post_author {
	font-size: 14px;
	line-height: 15px;
}

.obd_post_author-image {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.75);
}

.obd__post_create {
	line-height: 18px;
}

.obd__post_time {
	font-weight: 500;
	font-size: 19px;
}

.obd__post_date {
	font-size: 14px;
}

.obd__post_image {
	width: 60%;
	height: auto;
}

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

.obd__post_information {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.obd__post_title {
	font-size: 32px;
	line-height: 34px;
}

.obd__post_description {
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}

/*obd__post*/

/*Vertial block*/

.advertising__block {
	width: 100%;
	max-height: 500px;
	height: 100%;
	position: sticky;
	top: 108px;
}

.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: 5px;
	left: 5px;
	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%;
	max-height: 500px;
}

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

.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: 12px;
}

@media (min-width: 800px) {
	.container {
		width: auto;
	}
}

@media screen and (max-width: 600px) {
	main {
		margin: 0 0 60px 0;
	}

	.footer {
		display: block;
	}
	.main__container {
		flex-direction: column;
		padding: 0 5px 0 8px;
	}
	.obd__posts_container {
		flex-direction: column-reverse;
		margin: 0 0 60px 0;
	}
	.obd-subtext {
		width: 96%;
		margin: 0 auto;
	}
	.obd__posts {
		padding: 0;
	}
	.obd__post {
		padding: 0 5px;
		max-width: 100%;
	}
	.obd__post_about_container {
		width: calc(100% - 10px);
		left: 5px;
	}

	.obd__post_image {
		width: 100%;
	}
}

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

.wrapper__ya_block {
	max-width: 900px;
	margin: 25px auto;
}

