body,
html {
	margin: 0;
}
.demon_popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	font-family: sans-serif;
	display: none;
	z-index: 9999;
}
.demon_popup.active {
	display: block;
}
.demon_overflow {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
}
.demon_popup_body {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 850px;
	padding: 20px 20px 60px;
	background: linear-gradient(135deg, #3c72b5 0, #7b9fcc 100%) 0 0;
	box-sizing: border-box;
	border: 5px solid #ddd;
	min-height: 415px;
}
.demon_popup_title {
	width: 85%;
	text-align: center;
	font-size: 28px;
	color: #fff;
	margin: 0 auto;
}
@media (max-width: 480px) {
	.demon_popup_title {
		font-size: 22px;
	}
}

.demon_popup_wrap {
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.demon_popup_wrap {
		flex-direction: column;
		text-align: center;
	}
}
.demon_popup_wrap-text {

}
.demon_popup_body img {
	/* position: absolute;
	left: 35px;
	top: 100px; */
	width: 100%;
	max-width: 350px;
	height: 220px;
	object-fit: contain;
}
.demon_popup_body p {
	/* padding-left: 270px; */
	font-size: 23px;
	line-height: 1.3;
	margin: 0;
	color: #fff;
}
@media (max-width: 480px) {
	.demon_popup_body p {
		font-size: 20px;
	}
}
.demon_popup_body p span {
	color: #de455c;
	white-space: nowrap;
	font-size: 34px;
	font-weight: 700;
}
.demon_popup_body p:first-of-type {
	margin-bottom: 30px;
}

.demon_popup_body p:last-of-type {
	margin-bottom: 0px;
}
.demon_popup_body a:last-of-type {
	/* position: absolute;
	left: 50%;
	margin-left: -200px;
	bottom: 20px; */
	height: 60px;
	background: transparent linear-gradient(to bottom, #de455c 0, #de455c 13%, #c01f37 76%, #c01f37 100%) repeat scroll
		0 0;
	color: #e0e2e6;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: max-content;
	font-size: 26px;
	font-weight: 900;
	border-radius: 10px;
	text-decoration: none;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
	padding: 10px 30px;
	margin: 0 auto;
}
@media (max-width: 480px) {
	.demon_popup_body a:last-of-type {
		font-size: 16px;
		max-width: 100%;
	}
}
.demon_popup_body a:last-of-type:hover {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
.demon_close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	display: block;
	cursor: pointer;
}
.demon_close:after {
	content: "";
	width: 40px;
	height: 4px;
	background-color: #de455c;
	transform: rotate(45deg);
	position: absolute;
	top: 13px;
	left: -5px;
}
.demon_close:before {
	content: "";
	width: 40px;
	height: 4px;
	background-color: #de455c;
	transform: rotate(-45deg);
	position: absolute;
	top: 13px;
	left: -5px;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.demon_popup.active .demon_popup_body {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

footer {
	text-align: center;
	padding-bottom: 20px;
	font-size: 20px;
}

footer a {
	text-decoration: none !important;
	color: #000 !important;
}

#form-wrap {
    max-width: 400px;
    margin: 0 auto;
}
#product-bg-wrap {
    margin: -10px 0 -130px 0;
    width: 100%}
#product-bg {
    position: relative;
    width: 80%;
    margin: 0 auto;
}
product-bg:before {
    content: "";
    position: absolute;
    /*background: url(../images/sale.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 147px;
    height: 102px;
    left: 80%;
    top: 34%;
    transform: translate(-50%, -50%);
}
#product-bg img {
    width: 100%}
#form {
    max-width: 100%;
    box-shadow: 0 4px 20px 20px #00000026;
    border-radius: 5px;
}
#form {
    max-width: 400px;
    margin: 0 auto;
}
#form input, #form select, #form button, #form label, #form form {
    width: 100%}
#form form {
    padding: 130px 15px 25px 15px;
    display: flex;
    flex-direction: column;
}
#form label {
    text-align: center;
    margin-left: 0;
    padding: initial;
}
#form .example {
    text-align: left;
    font-size: 13px;
    color: #969696;
}
#form .example em {
    color: #000;
}
#form button {
    text-transform: uppercase;
}
#form .discount {
    font-size: 40px;
    color: #d84949;
}
#form .timeleft {
    font-size: 12px;
    color: #484848;
    padding: 6px 0;
}
#form .timer {
	display: flex;
	justify-content: center;
    font-size: 38px;
    color: #4b4550;
    font-weight: 600;
}
#form .hours {
    font-size: 14px;
    color: #c5c5c5;
    font-weight: 600;
}
#form #price {
    margin: 10px auto;
    display: flex;
    font-size: 32px;
    flex-wrap: wrap;
    justify-content: center;
}
#form #price #price-old, #form #price #price-new {
    margin: 0 5px;
}
#form #price #price-new {
    color: #3578e5;
}
#form #price #price-old {
    text-decoration: line-through;
    color: #bdb6b6;
}
#form form input {
    height: 70px;
    font-size: 30px;
    margin: 0 0 24px 0;
    padding-left: 10px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: gray;
}
#form form input:focus {
    color: black;
}
.free {
    position: relative;
    top: -2.5px;
    color: #4b4550ab;
}
#form form button {
    height: 80px;
    font-size: 30px;
    background: #3578e5;
    background: linear-gradient(90deg, #041e37 0, rgba(9, 70, 121, 1) 35%, #5181b0 100%);
    color: white;
    border: 0;
}
#form form input, #form form button {
    border-radius: 5px;
}
#form form #protection {
    display: flex;
    align-items: center;
    margin-top: 13px;
    font-size: 12px;
}
/*????*/
#form form #protection .protection-icon {
    /*background: url("../images/icon12.png");*/
    min-width: 19px;
    min-height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 10px;
}
#form form #protection strong {
    color: #ff000066;
}


#product-bg-wrap  {
    
    margin:  1px 0 -130px 0;
    
}

@media (max-width:  768px)  {
    
    #form form input,  #form form button  {
    
        height:  50px;
    
        font-size:  18px;
    
        margin-bottom:  10px;
    
}

    #form form button  {
    
        margin-bottom:  0;
    
        margin-top:  10px;
    
}

    #product-bg  {
    
        width:  150px;
    
}


    #form .discount  {
    
        font-size:  28px;
    
}


    #form .timer  {
    
        font-size:  28px;
    
        line-height:  1.3;
    
}


    #form #price  {
    
        font-size:  28px;
    
}


    #form form #protection  {
    
        font-size:  10px;
    
        margin-top:  10px;
    
        line-height:  1;
    
}


    #form .timeleft  {
    
        padding:  0;
    
}

    .b-article__body  {
    
        margin-bottom:  20px !important;
    
}

}

@media screen and (max-width: 600px){
	.Natali0610_RVdHBJiwC {
		display: flex !important;
		width: 100% !important;
	}

}
@media screen and (max-width: 400px){

	.Natali0610_RVdHBJiwC h1 {
		margin-left: 0 !important;
	}
}
@media (max-width: 630px){
.zamer .h2-block {
    margin: 0 !important;
    width: 100%;
  }
}