.this-offer-popup__form .this-offer-popup__field:focus::-webkit-input-placeholder {
	opacity: 0;
}

.this-offer-popup__form .this-offer-popup__field:focus::-moz-placeholder {
	opacity: 0;
}

.this-offer-popup__form .this-offer-popup__field:focus:-moz-placeholder {
	opacity: 0;
}

.this-offer-popup__form .this-offer-popup__field:focus:-ms-input-placeholder {
	opacity: 0;
}

.this-offer-popup__form .this-offer-popup__field::-webkit-input-placeholder {
	color: #333;
	opacity: 1;
}

.this-offer-popup__form .this-offer-popup__field:-moz-placeholder {
	color: #333;
	opacity: 1;
}

.this-offer-popup__form .this-offer-popup__field::-moz-placeholder {
	color: #333;
	opacity: 1;
}

.this-offer-popup__form .this-offer-popup__field:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

.this-offer-popup-overlay,
.this-offer-popup,
.this-offer-popup__close,
.this-offer-popup__left,
.this-offer-popup__mobile-img,
.this-offer-popup__sale,
.this-offer-popup__price-cont,
.this-offer-popup__price,
.this-offer-popup__oldcost,
.this-offer-popup__newcost,
.this-offer-popup__right,
.this-offer-popup__title,
.this-offer-popup__subtitle,
.this-offer-popup__form,
.this-offer-popup__field,
.this-offer-popup__button,
.this-offer-popup__operator,
.this-offer-popup__operator img {
	background: none;
	position: static;
	float: none;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	width: auto;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4em;
	letter-spacing: 0;
	text-transform: none;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), inset 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), inset 0 0 0 0 rgba(0, 0, 0, 0);
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}



.this-offer-popup {
	position: fixed;
	width: 780px;
	top: 50%;
	left: 50%;
	color: #fff;
	border-radius: 10px;
	padding: 0 0 0 380px;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 9999999;
	overflow: hidden;
	display: none;
}

.this-offer-popup__close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 17px;
	height: 17px;
	cursor: pointer;
	z-index: 99;
}

.this-offer-popup__close:before,
.this-offer-popup__close:after {
	content: '';
	display: block;
	background: #fff;
	width: 2px;
	height: 21px;
	position: absolute;
	top: -2px;
}

.this-offer-popup__close:before {
	left: 8px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.this-offer-popup__close:after {
	right: 7px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.this-offer-popup__left {
	background: #ccc url(../this-offer-popup/offer-popup-bg.jpg) no-repeat center top / cover;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 380px;
	padding-top: 1px;
}
.this-offer-popup__mobile-img {
	display: none;
}
.this-offer-popup__sale {
	font-size: 24px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	background: #ed2222; /* Old browsers */
	height: 40px;
	width: 250px;
	position: absolute;
	top: 20px;
    left: -90px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.this-offer-popup__price-cont {
	text-align: center;
	padding: 405px 0 0; 
}

.this-offer-popup__price {
	background: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	border-radius: 10px;
	padding: 6px 12px;
	display: inline-block;
	position: relative;
}

.this-offer-popup__price:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 19px solid transparent;
	border-right: 19px solid transparent;
	border-bottom: 13px solid rgba(255, 255, 255, 1);;
	position: absolute;
	top: -13px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.this-offer-popup__oldcost,
.this-offer-popup__newcost {
	display: inline-block;
	vertical-align: baseline;
	padding: 0 2px;
}
.this-offer-popup__oldcost small,
.this-offer-popup__newcost small {
	font-size: smaller;
}
.this-offer-popup__oldcost {
	font-size: 22px;
	text-decoration: line-through;
	color:#000;
}
.this-offer-popup__newcost {
	font-size: 30px;
	font-weight: 700;
	color:#ff3c4c;
}


.this-offer-popup .this-offer-popup__right {
	text-align: center;
	padding: 20px 0;
	background: #3a64a4;
}

.this-offer-popup__title {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 20px;
}

.this-offer-popup__subtitle {
	padding: 0 20px 20px;
}

.this-offer-popup__form {
	width: 280px;
	margin: 0 auto 20px;
}

.this-offer-popup__field {
	display: block;
	outline: 0;
	border: none;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	width: 100%;
	height: 56px;
	line-height: 56px;
	margin: 0 auto 10px;
	padding: 0 20px;
	background: #f3f3f3;
	text-align: center;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #333;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.this-offer-popup__button {
	position: relative;
	display: block;
	width: 100%;
	height: 62px;
	margin: 0 auto;
	border: none;
	border-bottom: 4px solid #760808;
	border-radius: 32px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	background: #ed2222; 
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.this-offer-popup__button:hover {
background: #dd1e1e; 

}

.this-offer-popup__operator {
	font-size: 14px;
}

.this-offer-popup__operator img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

@media screen and (max-width: 780px) {
	.this-offer-popup {
		max-width: 460px;
		width: 100%;
		padding: 0;
	}

	.this-offer-popup__left {
		background: none;
		position: relative;
		height: auto;
		width: 100%;
	}
	.this-offer-popup__mobile-img {
		display: block;
		width: 100%;
		height: auto;
	}
	.this-offer-popup__sale {
		font-size: 20px;
		height: 32px;
		line-height: 32px;
		top: 17px;
		left: -93px;
	}

	.this-offer-popup__price-cont {
		text-align: left;
		padding: 0;
		position: absolute;
		left: 51%;
		top: 50%;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.this-offer-popup__price {
		text-align: left;
		padding: 10px;
	}
	.this-offer-popup__oldcost, .this-offer-popup__newcost {
		display: block;
		line-height: 1em;
	}
	.this-offer-popup__oldcost {
		font-size: 20px;
	}
	.this-offer-popup__price:before {
		width: 0;
		height: 0;
		border-top: 15px solid transparent;
		border-right: 14px solid #fff;
		border-bottom: 15px solid transparent;
		position: absolute;
		top: 50%;
		left: -33px;
		-moz-transform: translateX(0px) translateY(-50%);
		-webkit-transform: translateX(0px) translateY(-50%);
		-o-transform: translateX(0px) translateY(-50%);
		-ms-transform: translateX(0px) translateY(-50%);
		transform: translateX(0px) translateY(-50%);
	}

	.this-offer-popup__title {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.this-offer-popup__form {
		width: 300px;
	}
}
@media screen and (max-width: 460px) {
	.this-offer-popup {
		top:0;
		bottom: 0;
		border-radius: 0;
		-moz-transform: translateX(-50%) translateY(0);
		-webkit-transform: translateX(-50%) translateY(0);
		-o-transform: translateX(-50%) translateY(0);
		-ms-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
		overflow-y: scroll;
	}
}
