.panoramic-rules .content__img {
	margin-bottom: 20px;
}
.panoramic-rules .content__sticker {
	border: 2px solid var(--krasnyy-500-osnovnoy);
    border-radius: 16px;
    padding: 15px;
	row-gap: 10px;
}
.panoramic-rules .content__sticker-size {
    align-items: center;
    gap: 10px;
    font-size: 22px;
    line-height: 1.3;
}
.panoramic-rules .content__sticker-size svg {
	flex-shrink: 0;
	width: 30px;
}
.panoramic-rules .content__quote {
	background: rgba(2, 197, 68, 0.1);
    gap: 15px;
    padding: 15px 20px 15px 15px;
    align-items: start;
	margin-bottom: 20px;
}
.panoramic-rules .content__quote svg {
	flex-shrink: 0;
	width: 22px;
}
.panoramic-rules .content__text {
	line-height: 1.3;
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.panoramic-rules h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.panoramic-rules .content__sticker:first-child {
		margin-bottom: 10px;
	}	
}
@media (min-width: 768px) {
	.panoramic-rules h2 span {
		display: block;
	}
	.panoramic-rules .content__img {
		width: 708px;
		height: 410px;
		position: relative;
		background-image: url('../img/panoramic-rules-bg-tablet.jpg');
	}
	.panoramic-rules .content__sticker {
		background: var(--white);
		display: inline-grid;
		position: absolute;
	}
	.panoramic-rules .content__sticker:first-child {
		top: 30px;
		left: 30px;
	}
	.panoramic-rules .content__sticker:last-child {
		bottom: 30px;
		right: 30px;
	}	
	.panoramic-rules .content__sticker-size {
		gap: 15px;
		font-size: 24px;
	}
	.panoramic-rules .content__sticker-size svg {
		width: 40px;
	}
	.panoramic-rules .content__sticker-text {
		font-size: 18px;
	}
	.panoramic-rules .content__quote {
		font-size: 18px;
		gap: 20px;
		padding: 20px;
	}
	.panoramic-rules .content__quote svg {
		width: 20px;
	}
	.panoramic-rules .content__text {
		font-size: 18px;
		text-align: center;
	}	
}
@media (min-width: 1024px) {
	.panoramic-rules .desc {
		width: 900px;
		margin: 0 auto 30px;
	}
	.panoramic-rules .content__img {
		width: 960px;
		height: 344px;
		background-image: url('../img/panoramic-rules-bg-desktop.jpg');
	}
	.panoramic-rules .content__sticker {
		row-gap: 12px;
	}
	.panoramic-rules .content__sticker:first-child {
		padding: 20px;
		top: 40px;
		left: 40px;
	}
	.panoramic-rules .content__sticker:last-child {
		bottom: 40px;
		right: 40px;
	}	
	.panoramic-rules .content__sticker-size {
		font-size: 22px;
	}
	.panoramic-rules .content__sticker-size svg {
		width: 35px;
	}
	.panoramic-rules .content__sticker-text,
	.panoramic-rules .content__quote,
	.panoramic-rules .content__text {
		font-size: 18px;
	}
	.panoramic-rules .content__quote svg {
		width: 28px;
	}
	.panoramic-rules .content__text {
		width: 875px;
		margin: 0 auto;
	}	
}