.promo {
	display: flex;
	flex-direction: column;
	margin-bottom: 45px;
}
.promo__main {
	background: url('../../images/promo/bg.jpg') no-repeat center center / cover;
	position: relative;
	z-index: 30;
}
.promo__main-wrapper {
	padding: 70px 0 120px;
	position: relative;
	z-index: 20;
}
.promo__main-wrapper::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('../../images/promo/family.webp');
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.promo__main-content {
	max-width: 708px;
	position: relative;
	z-index: 20;
}
.promo__main-title,
.promo__main-title h1 {
	font-size: 40px;
	line-height: 46px;
	font-weight: 600;
}
.promo__main-title.--offset-top {
	margin-top: calc((46px - 40px) * -1);
}
.promo__main-title h1 {
	display: inline;
}
.promo__main-subtitle {
	font-size: 24px;
	line-height: 32px;
	margin-top: 25px;
}
.promo__main-list {
	margin-top: 25px;
}
.promo__main-list-item {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 3px;
	font-size: 15px;
	line-height: 22px;
	position: relative;
	padding-left: calc(11px + 10px);
}
.promo__main-list-item:first-child {
	margin-top: 0px;
}
.promo__main-list-item::before {
	content: '';
	width: 11px;
	height: 11px;
	position: absolute;
	top: calc(((22px - 15px) / 2) + 2px);
	left: 0px;
	border: 2px solid var(--color-red);
	border-radius: 50%;
}
.promo__main-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 30px;
}
.btn.promo__main-btn {
	height: 44px;
	padding: 14px 24px 15px 24px;
}
.promo__main-discount {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 114px;
	height: 114px;
	border-radius: 50%;
	background: var(--color-red);
	position: absolute;
	top: 195px;
	left: calc(50% + 10px);
	z-index: 20;
}
.promo__main-discount-inner {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.promo__main-discount-circle {
	width: 134px;
	height: 134px;
	border-radius: 50%;
	border: 2px dashed var(--color-red);
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-10px, -10px);
	z-index: 10;
}
.promo__main-discount-text {
	font-family: var(--font-accent);
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	color: var(--color-white);
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 20;
}
.promo__main-discount-text .text-big {
	font-family: var(--font-accent);
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
}
.promo__footer {
	margin-top: -50px;
	position: relative;
	z-index: 40;
}
.promo__footer-wrapper {
	display: flex;
	gap: 20px;
}
.promo__footer-item {
	flex: 0 0 calc(100% / 3 - 10px);
	padding: 30px 160px 30px 30px;
	border-radius: 16px;
	color: var(--color-white);
	display: flex;
	text-decoration: none !important;
	position: relative;
	transition: var(--transition);
}
a.promo__footer-item {
	color: var(--color-white);
	text-decoration: inherit !important;
}
.promo__footer-item.--window-1 {
	background: var(--color-red)
}
.promo__footer-item.--window-2 {
	background: var(--color-night-blue)
}
.promo__footer-item.--window-3 {
	background: var(--color-deep-sea)
}
.promo__footer-item.--window-1:hover, 
.promo__footer-item.--window-1:active {
	background: var(--color-red-hover)
}
.promo__footer-item.--window-2:hover, 
.promo__footer-item.--window-2:active {
	background: var(--color-night-blue-hover)
}
.promo__footer-item.--window-3:hover, 
.promo__footer-item.--window-3:active {
	background: var(--color-deep-sea-hover)
}
.promo__footer-item-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex: 1 1 auto;
	min-width: 0;
}
.promo__footer-item-content-title {
	font-size: 25px;
	line-height: 25px;
	font-weight: 600;
	margin-top: -4px;
}
.promo__footer-item-content-title::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 14px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8px' height='14px'%3E%3Cpath fill-rule='evenodd' fill-opacity='0.6' fill='rgb(255, 255, 255)' d='M7.712,7.719 C7.640,7.792 7.553,7.839 7.466,7.884 L1.651,13.707 C1.282,14.077 0.683,14.077 0.314,13.707 C-0.055,13.338 -0.055,12.736 0.314,12.368 L5.662,7.012 L0.285,1.628 C-0.086,1.256 -0.086,0.652 0.285,0.279 C0.655,-0.090 1.258,-0.090 1.628,0.279 L7.481,6.141 C7.563,6.184 7.645,6.226 7.714,6.295 C7.908,6.492 7.993,6.750 7.983,7.006 C7.994,7.263 7.908,7.522 7.712,7.719 Z'/%3E%3C/svg%3E");  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 15px; 
}
.promo__footer-item-content-description {
	font-size: 15px;
	line-height: 20px;
}
.promo__footer-item-img {
	flex: 0 0 160px;
	width: 160px;
	padding-right: 30px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: var(--transition);
}
.promo__footer-item-img img {
	max-width: 100%;
	height: auto;
}
.promo__footer-item.--window-1 .promo__footer-item-img {
	transform: translateY(28px);
}
.promo__footer-item.--window-2 .promo__footer-item-img {
	transform: translateY(25px);
}
.promo__footer-item.--window-3 .promo__footer-item-img {
	transform: translate(25px, 35px);
}
.promo__footer-item.--window-1:hover .promo__footer-item-img {
	transform: translateY(5px);
}
.promo__footer-item.--window-2:hover .promo__footer-item-img {
	transform: translateY(0);
}
.promo__footer-item.--window-3:hover .promo__footer-item-img {
	transform: translate(25px, 6px);
}
.promo__footer-text {
	font-size: 15px;
	line-height: 22px;
	color: var(--color-gray-12);
	margin-top: 35px;
}
@media (max-width: 1500px) {
	.promo__main::after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background-image: url('../../images/promo/family.webp');
		background-repeat: no-repeat;
		background-position-x: calc(100% - 20px);
		background-position-y: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.promo__main-wrapper::after {
		content: none;
	}
	.promo__main-discount {
		left: 55.5%;
	}
	.promo__footer-item {
		padding: 30px 30px 30px 30px;
	}
	.promo__footer-item-content-description {
		padding-right: 80px;
	}
	.promo__footer-item-content-description br {
		display: none;
	}
	.promo__footer-item-img {
		flex: 0 0 120px;
		width: 120px;
		padding-right: 0px;
		justify-content: center;
	}
}
@media (max-width: 1240px) {
	.promo__main-wrapper {
		padding: 80px 0px calc(80px + 50px) 0px;
	}
	.promo__main::after {
		content: none;
	}
	.promo__main-title, 
	.promo__main-title h1 {
		font-size: 36px;
		line-height: 42px;
	}
	.promo__main-title.--offset-top {
		margin-top: calc((42px - 36px) * -1);
	}
	.promo__main-subtitle {
		font-size: 22px;
		line-height: 30px;
	}
	.promo__main-discount {
		top: 270px;
		left: calc(100% - 134px);
	}
	.promo__footer-wrapper {
		flex-direction: column;
	}
	.promo__footer-item-content {
		max-width: calc(100% - 200px);
	}
	.promo__footer-item-img {
		flex: 0 0 200px;
		width: 200px;
	}
}
@media (max-width: 768px) {
	.promo {
		margin-bottom: 40px;
	}
	.promo__main:before {
		content: '';
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: #fff;
		opacity: 0.25;
		z-index: 0;
	}
	.promo__main .container {
		--container-offset-side: calc((100% - var(--container-width)) / 2);
		width: 100%;
		max-width: 100%;
		padding-left: var(--container-offset-side) !important;
		padding-right: var(--container-offset-side) !important;
	}
	.promo__main-wrapper {
		padding: 50px 0px 50px 0px;
	}
	.promo__main-title, 
	.promo__main-title h1 {
		font-size: 30px;
		line-height: 36px;
	}
	.promo__main-title.--offset-top {
		margin-top: calc((36px - 30px) * -1);
	}
	.promo__main-subtitle {
		font-size: 18px;
		line-height: 26px;
	}
	.promo__main-subtitle br {
		display: none;
	}
	.promo__main-discount {
		display: none;
	}
	.promo__footer {
		margin-top: 0;
	}
	.promo__footer .container {
		--container-offset-side: calc((100% - var(--container-width)) / 2);
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	.promo__footer-wrapper {
		gap: 0;
	}
	.promo__footer-item {
		border-radius: 0;
		padding-left: var(--container-offset-side) !important;
		padding-right: var(--container-offset-side) !important;
		min-height: 200px;
		align-items: center;
	}
	.promo__footer-item-content {
		max-width: calc(100% - 120px);
	}
    .promo__footer-item-content-description {
        padding-right: 50px;
    }
	.promo__footer-item-img {
		flex: 0 0 120px;
		width: 120px;
		padding-right: 0;
		margin-right: var(--container-offset-side) !important;
		top: 50%;
		transform: translateY(-50%) !important;
		height: 100%;
		align-items: center;
	}
	.promo__footer-item.--window-1 .promo__footer-item-img img {
		transform: translateY(7px);
	}
	.promo__footer-item.--window-2 .promo__footer-item-img img {
		transform: translateY(7px);
	}
	.promo__footer-item.--window-3 .promo__footer-item-img img {
		transform: translate(15px, 9px) !important;
	}
	.promo__footer-text {
		--container-offset-side: calc((100% - var(--container-width)) / 2);
		padding-left: var(--container-offset-side) !important;
		padding-right: var(--container-offset-side) !important;
	}
}
@media (max-width: 549px) {
	.promo__main .container,
	.promo__footer .container,
	.promo__footer-text {
		--container-offset-side: 25px;
	}
	.promo__main-wrapper {
		padding: 40px 0px 40px 0px;
	}
	.promo__main-title, 
	.promo__main-title h1 {
		font-size: 28px;
		line-height: 32px;
	}
	.promo__main-title.--offset-top {
		margin-top: calc((32px - 28px) * -1);
		margin-bottom: -3px;
	}
	.promo__main-subtitle {
		margin-top: 20px;
	}
	.promo__main-list {
		margin-top: 20px;
	}
	.promo__main-btns {
		gap: 15px;
		margin-top: calc(25px + 3px);
	}
	.btn.promo__main-btn {
		width: 100%;
	}
	.promo__footer-item {
		padding: 30px;
		align-items: center;
		min-height: 180px;
	}
	.promo__footer-item-content {
		max-width: calc(100% - 90px);
	}
	.promo__footer-item-content-title {
		font-size: 20px;
		line-height: 24px;
	}
    .promo__footer-item-content-description {
        padding-right: 15px;
    }
	.promo__footer-item-img {
		flex: 0 0 80px;
		width: 80px;
	}
}