body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, button, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

a * {
	cursor: pointer;
}

html {
	height: 100%;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font: 15px/1.2 'Roboto', sans-serif;
	height: 100%;
	min-width: 320px;
	position: relative;
	color: #000;
	background: #e0e0e0;
}

a {
	color: #2600ff;
	text-decoration: none;
}

* {
	outline: none;
}

* {
	box-sizing: border-box;
}

*:before, *:after {
	box-sizing: border-box;
}

.wrapper{
	padding: 30px;
}

/* // */
.modal{
	padding: 20px 34px 60px;
	border-radius: 20px;
	background-color: #fafafa;
	box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	/* max-width: 450px; */
}
@media screen and (max-width: 568px){
	.modal{
		padding: 20px;
	}
}
a{
	color: #21b571;
}
.st0{fill:#FFFFFF;}
.st3{fill:#208460;}
.st4{fill:url(#SVGID_2_);}
.st5{opacity:0.22;fill:#001E10;enable-background:new;}
.st6{opacity:0.51;fill:#FFFFFF;enable-background:new;}

.icon{
	margin-bottom: 10px;
}
.icon svg{
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width: 568px){
	.icon svg{
		width: 100px;
		height: 100px;
	}
}
.title{
	color: #000;
	font-size: 35px;
	font-weight: 500;
	margin-bottom: 10px;
}
@media screen and (max-width: 568px){
	.title{
		font-size: 24px;
	}
}
.sub_title{
	margin-bottom: 20px;
}
.wrap{
	line-height: 1.4;
}
.list{
	margin-bottom: 20px;
	text-align: center;
	list-style-type: none;
	padding: 0 20px;
}
.btn{
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	display: block;
	position: relative;
	padding: 16px;
}
@media screen and (max-width: 568px){
	.btn{
		font-size: 24px;
	}
}
.btn span{
	border-radius: 110px;
	background-color: #41d382;
	background-image: linear-gradient(to bottom, #41d382 0%, #037042 100%);
	text-shadow: 5px 5px 0 #1a6f51;
	color: #fff;
	padding: 30px 10px;
	display: block;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 568px){
	.btn span{
		padding: 20px 10px;
	}
}
.btn::before{
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	border-radius: 110px;
	background-color: #6ec387;
	z-index: 1;
}
.btn::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border-radius: 110px;
	background-image: linear-gradient(to bottom, #fff 0%, #c7cecb 100%);
}

