@font-face {
	font-family: Onest_;
	src: url("Onest-Bold.woff2") format("woff2");
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: Onest_;
	src: url("Onest-Bold.woff2") format("woff2");
	font-style: italic;
	font-weight: 700;
}

body {
	margin: 0;
}

.banner-offer {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .8);
	backdrop-filter: blur(8px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
	transition: visibility .4s, opacity .4s;
}

.banner-offer__section {
	width: 412px;
	padding: 24px;
	color: #f6e9df;
	border: 12px solid rgba(255, 255, 255, .08);
	border-radius: 20px;
	box-sizing: border-box;
	box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
	background: #285c53 url(banner-offer-bg.webp) 50% 50% /calc(100% + 24px) calc(100% + 24px) no-repeat;
	position: absolute;
	left: 124px;
	bottom: 232px;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	transform: scale(1.1);
	transition: transform .4s .4s, visibility .4s .4s, opacity .4s .4s;
}

.banner-offer_loaded,
.banner-offer_loaded .banner-offer__section {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

.banner-offer__image {
	width: 76px;
	height: auto;
	margin: -4px 0 24px;
	display: block;
}

.banner-offer__content {
	margin: 0;
	font: 700 24px/28px Onest_;
}

.banner-offer__caption {
	margin: 14px 0 28px;
	font: 500 16px/20px Onest_;
	display: block;
}

.banner-offer__button {
	padding: 18px 24px;
	font: 700 16px/1 Onest_;
	color: #053029;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	word-spacing: none;
	border-radius: 34px;
	box-sizing: border-box;
	background-color: #f6e9df;
	display: inline-block;
}

.banner-offer__close {
	width: 36px;
	height: 36px;
	padding: 5px;
	box-sizing: border-box;
	border: 4px solid rgba(255, 255, 255, .04);
	border-radius: 50%;
	background-color: #285c53;
	position: absolute;
	top: -12px;
	right: -56px;
	z-index: 1;
	cursor: pointer;
}
