.popup {
	top: 0;
	right: 0;
	left: 0;
	display: block;
	visibility: hidden;
	margin: 0 auto;
	min-width: 475px;
	max-width: 475px;
	position: fixed;
	opacity: 0;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	z-index:1111111111;
	background: url(../img/banner-big-1.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 14px;
	box-sizing: border-box;
}
.popup-border {
	background: #fff;
	padding: 35px 50px;
}
.popup button {
	padding: 29px 50px 27px 50px;
	margin: 0 0 15px 0;
	display: block;
}
.overflow_hidden {
    overflow: hidden;
}
.offer_popup {
    display: none;
}
.offer_popup.active{
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
}
.offer_popup .popup {
    min-width: 575px;
    max-width: 575px;
    top: 50px;
    position: absolute;
}
.offer_popup .row {
    display: flex;
    margin: 0 -5px;
}
.offer_popup .column {
    width: 100%;
    margin: 0 5px;
}

.c-m {
	width: 100%;
	border-radius: 50px;
	margin-bottom: 15px;
	padding-left: 30px;
	font-family: Raleway-Bold;
	text-transform: uppercase;
	background-size: 27px auto;
	height: 55px;
	font-size: 12px;
	border: 2px solid #eee;
	outline: 0;
}
.c-m:active, .c-m:focus, .c-m:hover {
	outline: 0;
}
/* Базовые стили слоя затемнения и модального окна  */
.overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index:11111111;
	visibility: hidden;
	/* фон затемнения */
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	position: fixed; /* фиксированное поцизионирование */
	cursor: default; /* тип курсара */
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}

.overlay:target+.popup {
	top: 2%;
	visibility: visible;
	opacity: 1;
}
/* формируем кнопку закрытия */
.close {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 0;
	width: 50px;
	height: 50px;
	color: #000;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	-ms-border-radius: 55px;
	-o-border-radius: 55px;
	border-radius: 55px;
	text-align: center;
	text-decoration: none;
	line-height: 47px;
	-webkit-transition: all ease .8s;
	-moz-transition: all ease .8s;
	-ms-transition: all ease .8s;
	-o-transition: all ease .8s;
	transition: all ease .8s;
}
.close:before {
	content: "X";
	font-weight: 100;
	font-size: 27px;
	font-family: Raleway-Thin, sans-serif;
}
.close:hover {
    color: #ff434b;
}
.checkbox-modal {
    float: left;
    margin-bottom: 20px;
}
.checkbox-modal-p {
	text-align: left;
	font-size: 11px;
}
#nameproduct {
	display: none;
}
@media only screen and (max-width: 1000px){
	.popup {
		min-width: 100%;
		max-width: 100%;
		height: 100%;
		padding: 10px;
	}
	.popup-border {
		padding: 55px 20px;
	}
	.form-h3 {
		font-size: 2rem;
		line-height: 0.9;
	}
	.overlay:target+.popup {
		top: 0;
	}
}