.container {
	width: auto;
	padding: 45px 0 0 0;
}
.mod {
	padding: 15px 0 60px;
}

.catalog__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: calc(100vh - 200px);
}

.adw__container {
	flex: 0.28;
}

.yandex-index {
	margin: 40px auto;
}

@media screen and (min-width: 900px) {
	.container {
		padding: 60px 30px;
	}

	.mod {
		padding: 50px 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);
		border-radius: 4px;
	}

	.adw__container {
		-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);
		padding: 10px;
	}
}

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

.mod-title {
	margin: 0 2px 0 7px;
	font-size: 22px;
	color: oklch(0.372 0.044 257.287);
	line-height: 28px;
	text-align: center;
}
.mod-text {
	margin: 0 2px 0 7px;
}
.text1Hide {
	font-size: 18px;
	line-height: 20px;
	color: #000000;
}
.showMoreModel {
	display: grid;
	grid-template-columns: repeat(3, 352px);
	column-gap: 30px;
}

.mod-link {
	height: 70px;
	padding: 10px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 400;
	border-bottom: 1px solid #737373;
	letter-spacing: 1px;
	transition-duration: 0.2s;
}

.description {
	margin-block-start: 0;
	margin-block-end: 0;
	margin: 0;
	padding: 0;
	color: #111;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.description__string {
	font-size: 16px;
	color: #111;
	width: 275px;
	overflow: hidden;
	text-wrap: nowrap;
}

.second {
	font-size: 14px;
	color: #444;
}

.mod-link img {
	width: 75px;
	height: 50px;
}
.mod-link:hover,
.mod-link:focus {
	border-bottom: 1px solid #d22856;
	color: #d22856;
	cursor: pointer;
}
.initiator-scroll {
	text-align: center;
	margin: 10px auto 50px;
	color: #d22856;
	cursor: pointer;
	font-size: 14px;
}
.initiator-scroll span {
	color: #000000;
	margin: 0 7px;
}
.mod-avto-btn {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}
.mod-avto {
	font-size: 14px;
	line-height: 16px;
	width: 85%;
	margin: 14px auto 15px;
	padding: 5px 4px 5px;
	display: block;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	background-color: #2474bd;
	border: none;
	border-radius: 4px;
}
.mod-subtitle {
	margin: 40px 2px 20px 7px;
	font-size: 24px;
	line-height: 28px;
	color: #181048;
}
.mod-text-b {
	font-size: 16px;
	line-height: 18px;
	margin: 0 2px 0 7px;
}

@media (min-width: 900px) {
	.container {
		max-width: 1170px;
		margin: 0 auto 25px auto;
	}

	.mod-title {
		margin: 0 0 30px;
		font-size: 36px;
		line-height: 40px;
		color: oklch(0.446 0.043 257.281);
	}
	.mod-avto {
		width: 40%;
	}
	.mod-text-b {
		margin: 0;
		font-size: 24px;
		line-height: 30px;
	}
}

.rtb_container {
	position: sticky;
	top: 25px;
}

/*Vertial block*/

.advertising__block {
	width: 100%;
	height: auto;
	position: sticky;
	top: 30px;
}

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

@media screen and (max-width: 600px) {
	.catalog__wrapper {
		margin: 0 0 50px 0;
	}
	.spare-model-block {
		margin-bottom: 60px;
		display: flex;
		flex-direction: column;
		gap: 25px;
	}
	.showMoreModel li {
		width: 96%;
		margin: 0 auto;
	}

	.showMoreModel {
		grid-template-columns: auto;
	}
	.advertising__block {
		width: 96%;
		margin: 0 auto;
	}

	.mod-link {
		height: 60px;
	}
}

