.prices-typical {
	padding: 80px 0px 80px 0px;
}
.about-business-section + .prices-typical, 
.about-info-section + .prices-typical, 
.articles-slider-section + .prices-typical, 
.benefits + .prices-typical, 
.buildings-sizes-section + .prices-typical, 
.buildings-slider-section + .prices-typical, 
.calculator-section + .prices-typical, 
.categories + .prices-typical, 
.certificates-section + .prices-typical, 
.faq-section + .prices-typical, 
.features-section + .prices-typical, 
.photos-section + .prices-typical, 
.products-section + .prices-typical, 
.promos-section + .prices-typical, 
.promo + .prices-typical, 
.rassrochka-condition-section + .prices-typical, 
.rassrochka-steps-section + .prices-typical, 
.reviews-section + .prices-typical, 
.team-section + .prices-typical, 
.text-section + .prices-typical, 
.page + .prices-typical {
	padding-top: 0px;
}
.prices-typical-products {
	display: none;
	grid-template-columns: repeat(4, 1fr);
	gap: 35px;
}
.prices-typical-products.--active {
	display: grid;
}
.prices-typical-products__item {
	display: flex;
	flex-direction: column;
	gap: 26px;
}
.prices-typical-products__item-img {
	display: flex;
	justify-content: center;
	align-items: center;
}
.prices-typical-products__item-img img {
	display: block;
	max-width: 100%;
	height: auto;
}
.prices-typical-products__item-title,
a.prices-typical-products__item-title {
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	color: var(--color-black);
	text-decoration: none;
}
a.prices-typical-products__item-title:hover, 
a.prices-typical-products__item-title:active {
	color: var(--color-red);
	text-decoration: none;
}
.prices-typical-products__item-prices {
	margin-top: 18px;
	display: flex;
}
.prices-typical-products__item-price {
	display: flex;
	flex-direction: column;
}
.prices-typical-products__item-price.--old {
	margin-left: 25px;
	padding-left: 25px;
	border-left: 1px solid var(--color-gray-16);
}
.prices-typical-products__item-price .prices-typical-products__item-price-name {
	font-size: 15px;
	line-height: 22px;
}
.prices-typical-products__item-price.--new .prices-typical-products__item-price-name {
	color: var(--color-black);
}
.prices-typical-products__item-price.--old .prices-typical-products__item-price-name {
	color: var(--color-gray-11);
}
.prices-typical-products__item-price-amount {
	white-space: nowrap;
	font-size: 26px;
	line-height: 26px;
	margin-top: calc(10px - 3px);
}
.prices-typical-products__item-price.--new .prices-typical-products__item-price-amount {
	color: var(--color-red);
	font-weight: 600;
}
.prices-typical-products__item-price.--old .prices-typical-products__item-price-amount {
	color: var(--color-gray-11);
	text-decoration: line-through;
}
.prices-typical-products__item-split {
	margin-top: 12px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
}
.prices-typical-products__item-split::before {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	background: url('../../images/icon-money.svg') no-repeat center / contain;
}
.prices-typical-products__item-split-title {
	font-size: 15px;
	line-height: 22px;
}
.prices-typical-products__item-split-payment {
	font-size: 15px;
	line-height: 22px;
	color: var(--color-green-2);
	white-space: nowrap;
}
.prices-typical-products__item-options {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 22px;
}
.prices-typical-products__item-option {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 15px;
	line-height: 22px;
	position: relative;
}
.prices-typical-products__item-option::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: var(--color-gray-16);
	position: absolute;
	left: 0;
	bottom: 4px;
	z-index: 10;
}
.prices-typical-products__item-option-name {
	font-weight: 500;
	background: var(--color-white);
	padding-right: 7px;
	position: relative;
	z-index: 20;
}
.prices-typical-products__item-option-value {
	color: var(--color-gray-11);
	background: var(--color-white);
	padding-left: 7px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 4px;
	z-index: 20;
}
.prices-typical-products__item-option-value.--has-select {
	z-index: 50;
}
.dynamic-content__controls-btns.--additional .dynamic-content__controls-btn {
	display: none;
}
.dynamic-content__controls-btns.--additional .dynamic-content__controls-btn.--visible {
	display: block;
}
@media (max-width: 1240px) {
	.prices-typical-products {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 769px) and (max-width: 1240px) {
	.prices-typical-products__item-img img {
		width: 100%;
	}
	.dynamic-content__controls-btns.--additional .dynamic-content__controls-btn.--visible:nth-child(n+7) {
		display: none !important;
	}
}
@media (max-width: 768px) {
	.prices-typical {
		padding: 50px 0px 50px 0px;
	}
	.prices-typical-products {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 549px) {
	.prices-typical {
		padding: 40px 0px 40px 0px;
	}
}

.custom-select {
	position: relative;
	display: inline-block;
}
.custom-select__trigger {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	padding: 0;
	font-size: 15px;
	line-height: 12px;
	color: var(--color-gray-11);
	background: var(--color-white);
	cursor: pointer;
}
.custom-select__selected {
	text-decoration: underline;
	text-decoration-color: var(--color-gray-11);
	transition: var(--transition);
}
.custom-select__selected:hover {
	color: var(--color-red);
	text-decoration: underline;
	text-decoration-color: var(--color-red);
}
.custom-select__dropdown {
	position: absolute;
	top: calc(-15px - 1px);
	left: -15px;
	background: var(--color-white);
	border-radius: 10px;
	box-shadow: var(--header-shadow);
	padding: 15px;
	list-style: none;
	display: none;
	color: var(--color-black);
}
.custom-select.open .custom-select__dropdown {
	display: block;
}
.custom-select__dropdown li {
	padding: 0;
	font-size: 15px;
	line-height: 15px;
	white-space: nowrap;
	cursor: pointer;
	transition: var(--transition);
	position: relative;
}
.custom-select__dropdown li:hover {
	color: var(--color-red);
}
.custom-select__dropdown li:not(:last-child) {
	margin-bottom: 12px;
}
.custom-select__dropdown li.selected {
	color: var(--color-red);
	cursor: default;
}
.custom-select__dropdown li.selected:hover {
	color: var(--color-red);
}