.panoramic-apartment h2 {
	margin-bottom: 20px;
}
.panoramic-apartment .content__box {
	background: var(--white);
	padding: 20px 15px 15px;
}
.panoramic-apartment .content__info {
	margin-bottom: 15px;
}
.panoramic-apartment .content__info-title {
	align-items: center;
	line-height: 1;
    margin-bottom: 20px;
    gap: 8px;	
}
.panoramic-apartment .content__info-title svg {
	width: 26px;
	flex-shrink: 0;
}
.panoramic-apartment .content__info-desc {
	display: none;
}
.panoramic-apartment .content__info-list {
	
}
.panoramic-apartment .content__info-item {
	align-items: center;
	gap: 11px;
	margin-bottom: 10px;
}
.panoramic-apartment .content__info-item svg {
	width: 22px;
	flex-shrink: 0;	
}
.panoramic-apartment .content__img {
	position: relative;
	width: 290px;
	height: 220px;
	border-radius: 16px;
	margin-bottom: 45px;
}
.panoramic-apartment .content__img img {
	border-radius: 16px;
}
.panoramic-apartment .sticker-sale {
    position: absolute;
	right: 15px;
    bottom: -30px;
    border: 3px solid var(--krasnyy-500-osnovnoy);
    border-radius: 1000px;
    width: 100px;
    height: 100px;
    background: var(--white);
	justify-content: center;	
}
.panoramic-apartment .sticker-sale span {
	display: block;
}
.panoramic-apartment .sticker-sale > span:nth-child(1) {
	font-size: 8px;
	line-height: 1;
}
.panoramic-apartment .sticker-sale > span:nth-child(2) {
	font-size: 32px;
	line-height: 1;
}
.panoramic-apartment .sticker-sale > span:nth-child(3) {
	font-size: 12px;
	line-height: 1.1;
}
.panoramic-apartment .btn {
	font-size: 16px;
	height: 48px;
}
@media (max-width: 1023px) {
	.panoramic-apartment h2 span {
		display: block;
	}	
}
@media (min-width: 768px) {
	.panoramic-apartment .desc br {
		display: none;
	}
	.panoramic-apartment .content__box {
		grid-template-columns: 304px 1fr;
		column-gap: 20px;
		padding: 20px 20px 60px;
	}
	.panoramic-apartment .content__info {
		grid-column: 2 / 3;
		grid-row: 1 / 2;
		margin-bottom: 25px;
	}	
	.panoramic-apartment .content__info-title {
		font-size: 20px;
		gap: 10px;
		margin-bottom: 15px;		
	}
	.panoramic-apartment .content__info-title svg {
		width: 30px;
	}	
	.panoramic-apartment .content__info-desc {
		display: block;
		line-height: 1.3;
		margin-bottom: 20px;		
	}
	.panoramic-apartment .content__info-list {
		
	}
	.panoramic-apartment .content__info-item {
		font-size: 18px;
		gap: 8px;		
	}
	.panoramic-apartment .content__info-item svg {
		width: 25px;
	}	
	.panoramic-apartment .content__img {
		grid-column: 1 / 2;
		grid-row: 1 / 3;
		margin-bottom: 0;
		width: 304px;
		height: 317px;		
	}	
	.panoramic-apartment .sticker-sale {
		width: 120px;
		height: 120px;
		right: 20px;
		bottom: -40px;		
	}
	.panoramic-apartment .sticker-sale > span:nth-child(1) {
		font-size: 10px;
		margin-bottom: 2px;
	}
	.panoramic-apartment .sticker-sale > span:nth-child(2) {
		font-size: 38px;
	}
	.panoramic-apartment .sticker-sale > span:nth-child(3) {
		font-size: 14px;
	}
	.panoramic-apartment .btn {
		grid-column: 2 / 3;
		grid-row: 2 / 2;
		width: 290px;
		margin: 0;		
	}	
}
@media (min-width: 1024px) {
	.panoramic-apartment .content__box {
		grid-template-columns: 360px 1fr;
		column-gap: 30px;		
		padding: 30px;
	}
	.panoramic-apartment .content__info {
		margin-bottom: 29px;
	}	
	.panoramic-apartment .content__info-title {
		font-size: 20px;
		gap: 10px;
		margin-bottom: 20px;		
	}
	.panoramic-apartment .content__info-title svg {
		width: 28px;
	}	
	.panoramic-apartment .content__info-desc {
		font-size: 18px;
		margin-bottom: 30px;		
	}
	.panoramic-apartment .content__info-desc span {
		display: block;
	}	
	.panoramic-apartment .content__info-item {
		font-size: 20px;
		gap: 15px;
		margin-bottom: 16px;		
	}
	.panoramic-apartment .content__info-item svg {
		width: 30px;
	}
	.panoramic-apartment .content__img {
		width: 360px;
		height: 310px;		
	}		
	.panoramic-apartment .sticker-sale {
		width: 150px;
		height: 150px;	
		right: -14px;
		bottom: -36px;

	}
	.panoramic-apartment .sticker-sale > span:nth-child(1) {
		font-size: 13px;
		margin-bottom: 4px;
	}
	.panoramic-apartment .sticker-sale > span:nth-child(2) {
		font-size: 46px;
	}
	.panoramic-apartment .sticker-sale > span:nth-child(3) {
		font-size: 16px;
	}
	.panoramic-apartment .btn {
		width: 319px;
		height: 48px;
		border-radius: 10px;
		font-size: 16px;		
	}	
}