/* comebacker */

.comebacker {
	width: 100vw;
	height: 100vh;
	min-width: 320px;
	min-height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
}

.comebacker::after {
	content: "";
	position: absolute;
	min-width: 320px;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .8;
	z-index: -1;
	top: 0;
	left: 0;
}

.active {
	display: block;
}

.comebacker__container {
	max-width: min-content;
	min-height: 560px;
	box-sizing: border-box;
	padding: 30px 20px 22px 28px;
	background-color: #fff;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 370px 1fr min-content;
	position: relative;
	top: 3.5rem;
}

@media (max-width: 75rem) {
  .comebacker__container {
		grid-template-columns: 354px 1fr min-content;
	}
}

.comebacker__text {
	font-family: Bebas-Bold, sans-serif;
	font-size: 56px;
	line-height: 56px;
	text-align: center;
	margin-bottom: 6px;
}

.comebacker__image-wrap {
	max-width: 280px;
	margin-left: 17px;
	margin-bottom: 10px;
}

.content-discount__container {
	display: grid;
	height: 100%;
	grid-template-rows: min-content 1fr auto auto;
}

.content-discount__title {
	color: #000;
	font-family: Bebas-Regular, sans-serif;
	font-size: 4.5rem;
  line-height: 3.375rem;
	margin-bottom: 20px;
}

.content-discount__title span {
	font-family: Bebas-Bold, sans-serif;
	font-size: 5.5rem;
}

.content-discount__inner {
	display: flex;
	margin-bottom: 90px;
}

.content-discount__image-product-wrap {
	width: 70px;
	max-height: 107px;
	margin-right: 30px;
	position: relative;
	z-index: 500;
}

.content-discount__image-product-wrap::after {
	content: "";
	position: absolute;
	width: 70px;
	height: 70px;
	background-color: #cadeff;
	border-radius: 100%;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.content-discount__image-product-wrap div {
	position: absolute;
	top: -14px;
	right: -19px;
	z-index: -1;
}

.content-discount__price {
	align-self: end;
	flex-grow: 1;
	border-bottom: 2px solid #bdbdbd;
  padding-bottom: 1.0625rem;
}

.content-discount__button {
	width: 100%;
}

.comebacker__button {
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
	background-color: transparent;
	cursor: pointer;
	border: 0;
	outline: 0;
}

.comebacker__button::before,
.comebacker__button::after {
	content: "";
	position: absolute;
	top: 12px;
	right: 0;
	width: 24px;
	height: 2px;
	border-radius: 2px;
	background-color: #bdbdbd;
	transform: rotate(45deg);
}

.comebacker__button::after {
	transform: rotate(-45deg);
}

.comebacker__button span {
	display: none;
}

@media (max-width: 75rem) {
  .content-discount__image-product-wrap div {
		width: 45px;
		height: 45px;
		top: -3px;
		right: -24px;
	}
}

@media (max-width: 768px) {
	.comebacker__container {
		display: flex;
		flex-direction: column;
		padding: 0;
	}

	.comebacker__content {
		text-align: center;
		background-color: #f8faff;
		padding: 35px 20px 20px;
		margin-bottom: 50px;
	}

	.counter {
		margin: 0 auto;
	}

	.content-discount {
		padding: 0 20px 45px;
	}

	.comebacker__text,
	.comebacker__image-wrap {
		display: none;
	}

	.content-discount__inner {
		margin-top: -18px;
		margin-bottom: 20px;
	}
	
	.content-discount__image-product-wrap {
		max-width: 149px;
    width: 149px;
    max-height: 230px;
		margin-right: 8px;
	}

	.comebacker__button {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.content-discount__image-product-wrap::after {
		width: 157px;
		height: 157px;
	}

	.content-discount__image-product-wrap div {
		width: 50px;
		height: 50px;
		top: 38px;
		right: -4px;
	}
}

@media (max-width: 36rem) {
	.comebacker__container {
		min-width: 260px;
	}
}

@media (max-width: 20rem) {
	.comebacker__content {
		margin-bottom: 16px;
	}

	.content-discount__inner {
		margin-top: 0;
	}

	.content-discount__title {
		font-size: 2.89rem;
    line-height: 2.375rem;
	}

	.content-discount__title span {
    font-family: Bebas-Bold, sans-serif;
    font-size: 3.5rem;
	}

	.content-discount__image-product-wrap {
		max-width: 62px;
		width: auto;
		max-height: 96px;
		margin-right: 48px;
	}

	.content-discount__image-product-wrap::after {
		width: 68px;
		height: 68px;
	}

	.content-discount__image-product-wrap div {
		width: 36px;
		height: 36px;
		top: 3px;
		right: -16px;
		font-size: 14px;
	}
}

@media (max-width: 41.25rem) {
	.content-discount__image-product-wrap div {
		font-size: 20px;
	}
}

/* modal-form */

.modal-form__button {
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
	background-color: transparent;
	cursor: pointer;
	border: 0;
	outline: 0;
	margin-left: 10px;
}

.modal-form__button::before,
.modal-form__button::after {
	content: "";
	position: absolute;
	top: 12px;
	right: 0;
	width: 24px;
	height: 2px;
	border-radius: 2px;
	background-color: #f8faff;
	transform: rotate(45deg);
}

.modal-form__button::after {
	transform: rotate(-45deg);
}

.modal-form__button span {
	display: none;
}

.modal-form__button:hover::before,
.modal-form__button:hover::after {
	background-color: #4f91ff;
}