body {
	display:block;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
	}
.un-overlay {
	position:absolute;
	top: 50%;
	left: 50%;
	width:437px;
	height:322px;
	padding:20px 18px;
	margin-top:-181px;
	margin-left:-238px;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	}
.un-overlay.mod-static {
	position:relative;
	top: 0px;
	left: 0px;
	margin:0px;
	}
.un-overlay.mod-auto {
	position:relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
	margin:0px;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
			border-radius: 0px;
	}
.un-overlay .un-wrapper {
	position:relative;
	width:100%;
	height:100%;
	}
.un-overlay .un-wrapper .line {
	position:relative;
	padding:0 20px 20px 0;
	text-align:center;
	}
.un-overlay .un-wrapper .line input[type="text"],
.un-overlay .un-wrapper .line select {
	display:block;
	width:100%;
	height:31px;
	padding:0px 10px;
	border: 2px solid #eee;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	font-size: 15px;
	color: #353535;
	line-height: 2;
	}
.un-overlay .un-wrapper .line input[type="text"]:hover,
.un-overlay .un-wrapper .line select:hover {
	outline: 2px solid #8e8e8e;
}
.un-overlay .un-wrapper .line input[type="text"]:focus,
.un-overlay .un-wrapper .line select:focus {
	outline: 2px solid #e38e54;
}
.un-overlay .un-wrapper .line select {
	height:33px;
	}
.un-overlay .un-wrapper .line.mod-select {
	padding-right:0px;
	}
.un-overlay .un-wrapper .line.mod-gray {
	line-height:49px;
	padding-left:146px;
	padding-bottom:0px;
	margin:0px -18px;
	background-color:#dddddd;
	}
.un-overlay .un-wrapper .line.mod-gray label {
	top:0px;
	left:20px;
	}
.wa-btn{
        position: relative;
    text-align: center;
    cursor: pointer;
  width: 100%;
    height:60px;
    margin: 0 0 0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;

   padding:10px 12px 12px 29px;

    text-decoration:none;
    color:#fff;

    border-radius:36px;
    border:1px solid rgba(255,255,255,.15);

    background:linear-gradient(
        180deg,
        #01CF2D 0%,
        #009804 100%
    );

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.15),
        0 2px 4px rgba(0,0,0,.15);

    transition:.2s;
}


.wa-icon{
    flex-shrink:0;

    width:40px;
    height:40px;

    background:url("../images/Group.svg")
               center/contain
               no-repeat;
}
.wa-btn span {
  
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
}