.fullconst {
	padding: 80px 0px 80px 0px;
}
.about-business-section + .fullconst, 
.about-info-section + .fullconst, 
.articles-slider-section + .fullconst, 
.benefits + .fullconst, 
.buildings-sizes-section + .fullconst, 
.buildings-slider-section + .fullconst, 
.calculator-section + .fullconst, 
.categories + .fullconst, 
.certificates-section + .fullconst, 
.faq-section + .fullconst, 
.features-section + .fullconst, 
.photos-section + .fullconst, 
.prices-typical + .fullconst, 
.products-section + .fullconst, 
.promos-section + .fullconst, 
.promo + .fullconst, 
.rassrochka-condition-section + .fullconst, 
.rassrochka-steps-section + .fullconst, 
.reviews-section + .fullconst, 
.team-section + .fullconst, 
.text-section + .fullconst, 
.page + .fullconst {
	padding-top: 0px;
}
.page .fullconst {
	padding-top: 0px;
	padding-bottom: 0px;
}
.fullconst__wrapper {
	display: flex;
	justify-content: space-between;
	gap: 75px;
}
.fullconst__left {
	display: flex;
	gap: 75px;
}
.fullconst__left-content {
	flex: 0 0 350px;
}
.fullconst__left-content-title {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	color: var(--color-black);
	margin-top: calc((28px - 22px) * -1);
}
.fullconst__left-content-text {
	font-size: 15px;
	line-height: 22px;
	margin-top: 22px;
}
.fullconst__left-content-prices {
	margin-top: 25px;
	display: flex;
}
.fullconst__left-content-prices-item {
	display: flex;
	flex-direction: column;
}
.fullconst__left-content-prices-item.--old {
	margin-left: 25px;
	padding-left: 25px;
	border-left: 1px solid var(--color-gray-16);
}
.fullconst__left-content-prices-item .fullconst__left-content-prices-item-name {
	font-size: 15px;
	line-height: 22px;
}
.fullconst__left-content-prices-item.--new .fullconst__left-content-prices-item-name {
	color: var(--color-black);
}
.fullconst__left-content-prices-item.--old .fullconst__left-content-prices-item-name {
	color: var(--color-gray-11);
}
.fullconst__left-content-prices-item-amount {
	white-space: nowrap;
	font-size: 26px;
	line-height: 26px;
	margin-top: calc(10px - 3px);
}
.fullconst__left-content-prices-item.--new .fullconst__left-content-prices-item-amount {
	color: var(--color-red);
	font-weight: 600;
}
.fullconst__left-content-prices-item.--old .fullconst__left-content-prices-item-amount {
	color: var(--color-gray-11);
	text-decoration: line-through;
}
.fullconst__left-content-prices-split {
	margin-top: 12px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
}
.fullconst__left-content-prices-split::before {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	background: url('../../images/icon-money.svg') no-repeat center / contain;
}
.fullconst__left-content-prices-split-title {
	font-size: 15px;
	line-height: 22px;
}
.fullconst__left-content-prices-split-payment {
	font-size: 15px;
	line-height: 22px;
	color: var(--color-green-2);
	white-space: nowrap;
}
.fullconst__left-content-gift {
	display: flex;
	align-items: center;
	margin-top: 30px;
	padding: 27px calc(70px + 26px) 27px 26px;
	border-radius: 6px;
	max-width: 450px;
	position: relative;
	z-index: 0;
}
.fullconst__left-content-gift::before {
	content: '';
	display: block;
	width: 45px;
	height: 105px;
	background: url('../../images/fullconst/mosquito.png') no-repeat top left / 45px 105px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}
.fullconst__left-content-gift::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 6px;
	pointer-events: none;
	z-index: 1;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Crect width='100%25' height='100%25' rx='10' ry='10' fill='none' stroke='rgba(198,198,198,1)' stroke-width='4' stroke-dasharray='7 4' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");    background-repeat: no-repeat;
	background-size: 100% 100%;
}
.btn.fullconst__left-content-btn {
	padding: 14px 26px 15px 26px;
	margin-top: 30px;
}
.fullconst__left-image {
	flex: 1 1 auto;
	min-width: 0;
	position: relative;
}
.fullconst__left-image img {
	max-width: 100%;
	height: auto;
	aspect-ratio: 418 / 456;
}
.fullconst__left-image-badge-wrapper {
	position: absolute;
	top: 65px;
	left: -5px;
}
.fullconst__left-image-badge {
	background: var(--color-red);
	padding: 10px 10px 10px 10px;
	border-radius: 6px;
	position: relative;
	font-size: 10px;
	line-height: 1;
	font-weight: 500;
	color: var(--color-white);
	text-transform: uppercase;
	text-align: center;
}
.fullconst__left-image-badge::after {
	content: '';
	display: block;
	width: 41px;
	height: 31px;
	background: url('../../images/fullconst/icon-badge-bg.png') no-repeat top left / 41px 31px;
	position: absolute;
	right: 15px;
	bottom: -31px;
}
.fullconst__left-image-badge span {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	display: block;
	margin-top: -3px;
	margin-bottom: 2px;
}
.fullconst__right {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 527px;
}
.fullconst__right-title {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	margin-top: calc((28px - 22px) * -1);
	margin-bottom: 22px;
}
.fullconst__additional {}
.fullconst__additional-title {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
}
.fullconst__additional-title.--offset-top {
	margin-top: calc((28px - 22px) * -1);
}
.fullconst__additional-items {
	display: flex;
	flex-wrap: wrap;
	gap: 25px 35px;
}
.fullconst__additional-item {
	flex: 0 0 calc((100% - 35px * 4) / 5);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	text-align: center;
	text-decoration: none !important;
	color: var(--color-black) !important;
}
a.fullconst__additional-item:hover, 
a.fullconst__additional-item:active {
	color: var(--color-red) !important;
}
.fullconst__additional-item-img {
	display: flex;
	width: 100%;
	background: var(--color-gray-05);
	border-radius: 6px;
}
.fullconst__additional-item-img img {
	width: 100%;
	height: auto;
	aspect-ratio: 262 / 120;
	border-radius: inherit;
	object-fit: cover;
}
.fullconst__additional-item-title {
	font-size: 15px;
	line-height: 22px;
}
@media (min-width: 1241px) and (max-width: 1500px) {
	.fullconst__wrapper {
		gap: 40px;
	}
	.fullconst__left {
		width: calc(50% - (40px / 2));
		gap: 40px;
		position: relative;
	}
	.fullconst__left-content {
		flex: 0 0 100%;
		position: relative;
		z-index: 20;
	}
	.fullconst__left-image {
		display: none;
	}
	.fullconst__right {
		max-width: calc(50% - (40px / 2));
	}
}
@media (max-width: 1240px) {
	.page .fullconst {
		padding-top: 40px;
	}
	.fullconst__wrapper {
		flex-wrap: wrap;
		gap: 40px;
	}
	.fullconst__left {
		gap: 40px;
	}
	.fullconst__right {
		max-width: 100%;
	}
	.fullconst__additional-items {
		gap: 25px 30px;
	}
	.fullconst__additional-item {
		flex: 0 0 calc((100% - 30px) / 2);
	}
}
@media (max-width: 768px) {
	.fullconst {
		padding: 50px 0px 50px 0px;
	}
	.fullconst__left {
		flex-direction: column-reverse;
		gap: 40px;
	}
	.fullconst__left-content {
		flex: 1 1 auto;
		width: 100%;
	}
}
@media (min-width: 550px) and (max-width: 768px) {
	.fullconst__left-image {
		display: none;
	}
	.fullconst__title {
		display: none;
	}
}
@media (max-width: 549px) {
	.fullconst {
		padding: 40px 0px 40px 0px;
	}
    .fullconst__left {
        gap: 30px;
    }
	.fullconst__additional-items {
		gap: 20px 25px;
	}
	.fullconst__additional-item {
		gap: 10px;
	}
	.fullconst__additional-item-title {
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media (max-width: 369px) {
	.fullconst__additional-item {
		flex: 0 0 100%;
	}
}