@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&amp;display=swap");
/*font-family: 'Roboto Condensed', sans-serif;*/

a {
	cursor: pointer;
	color: #f72210;
	text-decoration: underline;
}
.prod-img {
	display: block;
	width: 100%;
	max-width: 240px;
	margin: 40px auto;
}

.coupon {
	width: 100%;
	margin: 40px auto 10px;
	position: relative;
}

.coupon span {
	display: block;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	font-family: "Roboto Condensed", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 2;
}

.coupon::before {
	content: "";
	display: block;
	height: 0;
	border-bottom: 2px dashed #919191;
	width: 100%;
	background: #f2f2f2;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.coupon::after {
	content: " ";
	width: 50px;
	height: 37px;
	background: url(../scissors.html) no-repeat;
	background-size: contain;
	position: absolute;
	top: -20px;
	right: 20px;
	z-index: 2;
}

.claim-now {
	padding: 0 !important;
	font-family: "Roboto Condensed", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #f72210;
	text-align: center !important;
}

.note {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 29px;
	text-align: center !important;
	margin: 20px auto 10px;
	padding: 5px 0 !important;
	background: yellow;
}
.note a,
.checkmark a {
	color: #f72210 !important;
}

.stock-update img {
	width: 18px;
	margin-right: 5px;
}

.stock-update {
	border: 1px dotted #000;
	background: #effff7;
	padding: 4px 9px;
	margin: 15px 0;
	display: flex;
	align-items: center;
}

.stock-update p {
	margin: 0;
	padding: 0 !important;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 29px;
	margin-bottom: 10px;
	color: #000000;
}

.stock-update span {
	color: #dc3545;
}

#time {
	color: red;
	font-weight: 700;
	font-size: 1.5rem;
}

.order_block {
	display: none;
	text-align: center !important;
}

.order_block h3 {
	font: bold 18px Arial !important;
	background: transparent;
}

.order_block form {
	margin: 0 auto;
}

@media (max-width: 320px) {
	.order_block form {
		width: auto;
	}
}

@keyframes pop-up-appear {
	0% {
		transfsorm: translateY(-2000px);
	}

	30% {
		transform: translateY(100px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes pop-up-appear-before {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes pop-up-appear-after {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
input::placeholder {
	border: none !important;
}

.countdown-block {
	text-align: center;
	background: #ed1b24;
	color: #fff;
	padding-bottom: 10px;
	box-shadow: 0 0 black;
}

.countdown-block h3 {
	font-weight: 800;
	font-size: 28px;
	padding-top: 5px;
	margin: 0;
	line-height: 1;
	padding-bottom: 10px;
}

.countdown-container {
	max-width: 320px;
	background: #ed1b24;
	border: 5px solid #fffd07;
	text-align: center;
	margin: 0 auto;
}

.countdown-container h3 {
	color: #fffd07;
	margin: 0 auto;
	margin-top: -10px;
	background: #ed1b24;
	width: 90%;
	text-transform: uppercase;
	font-weight: 700;
}

.countdown {
	display: flex;
	color: white;
	justify-content: center;
	align-items: center;
	font-weight: 300;
	font-size: 39px;
	line-height: 1;
}

.countdown-item {
	color: #fff;
	width: 80px;
	font-weight: bold;
	text-align: center;
}

.countdown-divider {
	color: #fff;
	width: 1rem;
}

.countdown-text {
	margin: 0 auto;
	margin-bottom: -8px;
	background: #ed1b24;
	width: 90%;
	color: #fffd07;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}

.countdown-text span {
	/*width: 4rem;
    margin-right: 2rem;*/
	text-align: center;
	width: 33%;
}

.best-form {
	font:
		16px/1.2 "Roboto",
		sans-serif;
	padding: 1rem;
	padding-bottom: 70px;
	color: #fff;
	background-color: #fa0;
	background-image: url("62de4e9c2eb3701760f4cfabbfef5edf717d4abc.svg");
	background-size: cover;
}

form {
	max-width: 320px;
	margin: 0 auto;
}

.product {
	/* max-width: 320px; */
	margin: 0 auto;
	display: flex;
}

.product .left {
	width: 50%;
}

.product .right {
	width: 50%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.product .price-old {
	line-height: 1;
}

.product .price-old span {
	display: inline-block;
	padding: 0 1rem;
	font-size: 25px;
	color: #000;
	position: relative;
	text-decoration: line-through;
}

/* .product .price-old span:before {
        position: absolute;
        content: "";
        left: 0;
        top: 45%;
        right: 0;
        border-top: 5px solid #ed1b24;
        transform: rotate(-10deg);
    } */

.product .discount-text {
	margin-top: 1rem;
	color: #000;
	font-size: 18px;
}

.product .price {
	color: #ff0000;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -2px;
	line-height: 1;
}

.product .price span {
	font-weight: 300;
	font-size: 30px;
	margin-left: 5px;
}

input,
button {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.name-input,
.phone-input {
	color: #000;
	background: #fff;
	border: 0;
	width: 100%;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 19px;
	margin-bottom: 10px;
	display: flex;
	transition: all 0.15s ease-in-out;
}

.name-input label,
.phone-input label {
	align-self: center;
	padding-left: 15px;
	width: 60px;
	font-weight: 700;
	-webkit-appearance: none;
}

.name-input input,
.phone-input input {
	flex: 1 1 auto;
	border: 0;
	padding: 7;
	font: inherit;
	color: inherit;
	box-sizing: border-box;
	min-width: 0;
	padding: 10px 15px;
	padding-left: 10;
	border-radius: 6px;
}

input::placeholder {
	font-family: sans-serif;
	color: grey !important;
}

.button-submit {
	text-align: center;
	display: flex;
	box-sizing: border-box !important;
	width: 100%;
	margin: 0 auto;
	padding: 0 1rem;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1;
	color: #fff;
	border-radius: 6px;
	border: 0;
	padding: 14px 0;
	background-image: linear-gradient(to top, #137c09, #16ac0c);
	transition: all 0.15s ease-in-out;
	cursor: pointer;
	font:
		23px/1.4 "Roboto",
		sans-serif;
	font-weight: 400;
}

.button-submit-text {
	color: #fffefe;
	flex: 1 1 auto;
	font: inherit;
	font-weight: 900;
}

@media screen and (max-width: 759px) {
	.product {
		display: block;
	}

	.product .left,
	.product .right {
		width: 100%;
	}
}

@keyframes shadow-pulse2 {
	0% {
		box-shadow: 0 0 0 0px rgba(0, 128, 0, 0.9);
		/*box-shadow: 0 0 0 0px rgba(255, 160, 122, 0.9);*/
	}

	100% {
		box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
	}
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0px rgba(0, 113, 227, 0.9);
	}

	100% {
		box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
	}
}

@keyframes shadow-pulse-big {
	0% {
		box-shadow: 0 0 0 0px rgba(0, 113, 227, 0.9);
	}

	100% {
		box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
	}
}

.prod-pulse {
	margin-bottom: 15px;
	border-radius: 20px;
	animation: prod-shadow-pulse 1s infinite;
}

@keyframes prod-shadow-pulse {
	0% {
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.9);
	}

	100% {
		box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
	}
}

@keyframes prod-shadow-pulse2 {
	0% {
		background: linear-gradient(rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 25%);
	}

	11% {
		background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0) 50%);
	}

	23% {
		background: linear-gradient(rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 75%);
	}

	34% {
		background: linear-gradient(rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0) 100%);
	}

	45% {
		background: linear-gradient(rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.8) 100%);
	}

	55% {
		background: linear-gradient(rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.8) 100%);
	}

	66% {
		background: linear-gradient(rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0) 100%);
	}

	77% {
		background: linear-gradient(rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 75%);
	}

	89% {
		background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0) 50%);
	}

	100% {
		background: linear-gradient(rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 25%);
	}
}

@keyframes prod-shadow-pulse3 {
	0% {
		box-shadow: 5px 0px 2px white;
	}

	15% {
		box-shadow: 5px 5px 2px white;
	}

	30% {
		box-shadow: 0px 5px 2px white;
	}

	45% {
		box-shadow: -5px 5px 2px white;
	}

	55% {
		box-shadow: -5px 0px 2px white;
	}

	70% {
		box-shadow: -5px -5px 2px white;
	}

	85% {
		box-shadow: 0px -5px 2px white;
	}

	100% {
		box-shadow: 5px -5px 2px white;
	}
}

.countdown-container h3 {
	font-size: 1rem;
}

.countdown-text {
	font-size: 0.8rem;
}

.product .price-old span {
	font-size: 25px;
}

.product .price {
	font-size: 30px;
}

.best-form {
	background: linear-gradient(#fffcc0, #67d9e1);
}

.countdown-block,
.countdown-container,
.countdown-container h3,
.countdown-text {
	background: #044168;
}

@media (max-width: 600px) {
}

.button-submit {
	background-image: linear-gradient(to top, #002f99, #870000);
}
