#offer-before-leave {
	display:none;
}

 #offer-before-leave.popup {
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
	justify-content: center;
    width: 100%;
    height: 100%;
	background: #9b9b9bd1;
    backdrop-filter: blur(5px);
 }

 #offer-before-leave.popup .wrapper {
    padding: 35px 4%;
    margin: 0 20px;
    max-width: 900px;
    background-color: #fff;
    border-radius: 10px;
	position:
    relative;
    animation-name: fadeIn;
    animation-duration: 0.5s;
    min-height: 350px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 300px;
    overflow:
    hidden;
 }

 #offer-before-leave .wrapper::before {
	content: "";
	position:absolute;
	width: 50%;
	height: 100%;
	left:0;
	bottom:0;
    background-image: url('/design/img/public/call-women.jpg');
    background-position: left bottom;
    background-size: auto;
    background-repeat: no-repeat;
	filter: hue-rotate(-30deg);
 }

 #offer-before-leave .close {
	display:none;
 }

 #offer-before-leave .close {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23000' viewBox='4 4 16 16'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.227 4.227a.774.774 0 0 1 1.095 0L12 10.905l6.678-6.678a.774.774 0 1 1 1.095 1.095L13.095 12l6.678 6.678a.774.774 0 1 1-1.095 1.095L12 13.095l-6.678 6.678a.774.774 0 1 1-1.095-1.095L10.905 12 4.227 5.322a.774.774 0 0 1 0-1.095Z' /%3E%3C/svg%3E") center no-repeat;
	display: block;
	position: absolute;
	top: 6px;
	right: 6px;
	cursor: pointer;
    padding: 18px;
	background-size:20px;
	transform: rotate(0deg);
	transition: all 0.2s;
}

#offer-before-leave.popup .close:hover {
    background-size:25px;
	transform: rotate(90deg)
}


 #offer-before-leave h2 {
    float: left;
    width: 100%;
    color: #303030;
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.15;
}

#offer-before-leave form {
    display:flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 5px;
}

#offer-before-leave p {
    float: left;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 19px;
    color: #303030;
    line-height: 1.5;
}

#offer-before-leave .success-msg {
    display:none;
	color: #009825;
}

#offer-before-leave .form_control {
	width: 250px;
	margin: 5px auto;
	position: relative;
}

#offer-before-leave .form_control input {
	border: 1px solid #333;
	background: #fff;
	border-radius: 10px;
	height: 45px;
	line-height: 45px;
	padding: 0 10px 0 50px;
	font-size: 15px;
	max-width: 100%;
	position:relative;
	box-sizing: border-box;
}

#offer-before-leave .form_control input.error {
	border-color:#f00;
    background: #ffebeb;
}

#offer-before-leave .form_control.name::before,
#offer-before-leave .form_control.phone::before {
	content: "";
	position:absolute;
	z-index: 1;
	top:0;
	left:0;
	height:100%;
	width: 35px;
    background-position: left 16px center;
    background-size: 13px;
    background-repeat: no-repeat;
}

#offer-before-leave .form_control.name::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='4 2 16 20'%3E%3Cpath fill='%23333' d='M12 11.796c2.719 0 4.923-2.193 4.923-4.898C16.923 4.193 14.72 2 12 2S7.077 4.193 7.077 6.898c0 2.705 2.204 4.898 4.923 4.898Zm2.564 2.041H9.436C6.462 13.837 4 16.286 4 19.245c0 .714.308 1.327.923 1.633C5.846 21.388 7.897 22 12 22s6.154-.612 7.077-1.122A1.93 1.93 0 0 0 20 19.245c0-3.061-2.462-5.408-5.436-5.408Z'/%3E%3C/svg%3E");
}
#offer-before-leave .form_control.phone::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23333' d='M272 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM160 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm112-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v312z'%3E%3C/path%3E%3C/svg%3E");
}

#offer-before-leave button {
    margin: 10px auto;
    width: 280px;
    color: #fff;
    background-image: linear-gradient(90deg, #2edd69, #008813);
    padding: 14px 0;
    font-size: 18px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0px 5px 9px 0px #00000026;
    border-top: 1px solid #fff4;
    border-bottom: 1px solid #0006;
    border-right: 1px solid #0005;
}
#offer-before-leave button:hover{
	background-image: linear-gradient(90deg, #2edd69 30%, #008813 100%);
}