.container {
	width: auto;
	padding: 45px 0 0 0;
}
.model-block {
	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;
}

.show__many_adverts {
	width: 300px;
	-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);
	color: #27272a;
	margin: 0 auto;
}

@media screen and (min-width: 900px) {
	.container {
		padding: 60px 30px;
	}
	.model-block {
		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;
	}
}

.model-title {
	margin: 0 2px 0 7px;
	font-size: 22px;
	color: oklch(0.372 0.044 257.287);
	line-height: 28px;
	text-align: center;
}
.model-text {
	margin: 0 2px 0 7px;
}
.text1Hide {
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 15px;
}
.showMoreModel {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 25px;
	flex-wrap: wrap;
	overflow: hidden;
	margin: 35px 0;
}
.showMoreModel li {
	width: 60px;
	height: 60px;
}
.mod-link {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 60px;
	width: 60px;
}
.mod-link img {
	width: 60px;
	height: 60px;
}
.mod-link img:hover,
.mod-link img:focus {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: transform 1s;
}
.initiator-scroll {
	text-align: center;
	margin: 10px auto 50px;
	color: #d22856;
	cursor: pointer;
	font-size: 14px;
}
.initiator-scroll span {
	color: #000000;
	margin: 0 7px;
}
.model-subtitle {
	margin: 40px 2px 20px 7px;
	font-size: 24px;
	line-height: 28px;
	color: #181048;
}
.subtext {
	font-size: 16px;
	line-height: 18px;
	margin: 0 2px 0 7px;
}

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

	.model-title {
		margin: 0 0 30px;
		font-size: 36px;
		line-height: 40px;
		color: oklch(0.446 0.043 257.281);
	}

	.showMoreModel li {
		width: 80px;
		height: 80px;
	}
	.mod-link {
		width: 80px;
		height: 80px;
	}
	.mod-link img {
		width: 80px;
		height: 80px;
	}
	.subtext {
		margin: 0;
		font-size: 24px;
		line-height: 30px;
	}
}

/*Vertial block*/

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

.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;
	}
	.model-title {
		font-size: 26px;
		letter-spacing: 1.5px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.showMoreModel {
		justify-content: center;
	}

	.advertising__block {
		width: 96%;
		margin: 0 auto;
	}
}

