@import "normalize.css";
@import "media.css";
body {
    font-family: 'Open Sans', sans-serif;
}
.menu {
    display: none;
    position: absolute;
    bottom: 15px;
	right: 0;
}
.mob-menu {
	position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    background: #ffffff;
    z-index: 1;
    text-align: center;
    padding: 2em 0;
    width: 0px;
    overflow: hidden;
    -webkit-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
	z-index:10;
}
.mob-menu.open {
    width: 280px;
}
.mob-menu a {
    color: #0b0b0b;
}
.mob-menu .logob img{
    margin-bottom: 1em;
	max-width:150px;
}
.mob-menu .btn-invert {
    margin-top: 200px;
}
.mob-menu .btn-green {
    color: #ffffff;
	margin-top: 20px;
}
.mob-menu .connect {
    display: block;
	margin: 0.5em 0 0.5em 0.5em;
    width: 238px;
    overflow: hidden;
    padding: 0.5em 0;
}
.mob-menu .connect > * {
    display: inline-block;
}



a {
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.body {
    display: block;
    width: 100%;
    height: 100%;
}

header {
    margin: 20px 40px 0;
    position: relative;
}
header > * {
    display: inline-block;
}
.head-blocks {
    text-align: right;
    position: absolute;
    right: 0;
}
.head-blocks * {
    display: inline-block;
}
.connect {
    text-align: left;
    padding: 10px 0 10px 40px;
    font-weight: 600;
    line-height: 1.3;
}
.connect:hover {
    color: #3DAE2B;
}
.connect .img {
    padding-right: 15px;
    vertical-align: top;
}

.btn-go {
    width: 140px;
    padding: 9px 5px;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    border-radius: 4px;
    text-align: center;
    vertical-align: super;
}
.btn-go:hover {
    background: rgba(255, 255, 255, 0.08);
}
.head-blocks .btn-go {
    margin: 0 60px 0 0;
}
.logo {
}
.top {
    position: relative;
    background: #3DAE2B;
    margin: 15px 40px 40px;
}
.bg-img {
    position: absolute;
    right: -20px;
    bottom: -46px;
	/* bottom: -20px; */
}
.main {
    max-width: 550px;
    margin: 0 0 0 10%;
    color: #ffffff;
    padding: 3% 24px 227px;
}
h1 {
    font-size: 2.5em;
    line-height: 1.2;
}
.main p {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 40px;
}
.main h2 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 40px;
}
.main ul li {
	line-height:25px;
}
.top .btn-green {
    margin-top: 20px;
    position: relative;
}
.bottom-img .btn {
    position: relative;
    top: -37px;
    margin-left: 20px;
}
.bottom-img .hor {
    display: inline;
    margin: 0 0 -11px 0;
	}
.btn-green {
    width: 250px;
    text-align: center;
    font-weight: 400;
    background: linear-gradient(45deg, #915FFF 7.32%, #6E36EA 94.1%);
    color: #fff;
    padding: 2px;
    display: inline-block;
	width: 400px;
    height: 60px;
    line-height: 60px;
    font-size: 1.25em;
	position: relative;
	z-index: 2;
}
.btn-green span {
	align-items: center;
	display: flex;
	justify-content: center;
	height: 100%;
	transition: background .5s ease;
	width: 100%;
	background: transparent;
}
.btn-green:hover {
    color: #6E36EA;
    box-shadow: none;
    transition: .5s;
}
.btn-green:hover span{
    background: #fff;
}
.btn-invert {
	width: 250px;
    text-align: center;
    font-weight: 400;
	color: #6E36EA;
    padding: 2px;
    display: inline-block;
	width: 400px;
    height: 60px;
    line-height: 60px;
    font-size: 1.25em;
	background: linear-gradient(45deg, #915FFF 7.32%, #6E36EA 94.1%);
}
.btn-invert:hover {
    box-shadow: none;
    transition: .5s;
    color: #fff;
}

.btn-invert span{
	align-items: center;
	display: flex;
	justify-content: center;
	height: 100%;
	transition: background .5s ease;
	width: 100%;
	background: transparent;
    background: #fff;
}
.btn-invert:hover span{
	background: linear-gradient(45deg, #915FFF 7.32%, #6E36EA 94.1%);
}
.social {
    position: absolute;
    right: 15px;
    top: 40%;
}
.social > * {
    display: block;
    text-align: right;
    padding-bottom: 40px;
}
.social > *:hover {
    text-decoration: underline;
}

.center {
    padding: 7em 0 10em;
}
.bottom-img {
    margin-left: 10%;
    position: relative;
    bottom: -110px;
}
.bottom-img h2 {
	color:#fff;
	margin-left: 20px;
}
.bottom-img .mob {
    display: none;
}
h4 {
    font-size: 1.7em;
    text-align: center;
    text-decoration: underline;
    -webkit-text-decoration-color: #6E36EA;
    text-decoration-color: #6E36EA;
}
.center .blocks {
    max-width: 830px;
    padding: 0 15px;
    margin: auto;
}
.center .block {
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 7px 2px rgba(51, 51, 51, 0.11);
    box-shadow: 0 2px 7px 2px rgba(51, 51, 51, 0.11);
    min-height: 0;
    padding: 10px 15px 10px 50px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.bottom-blocks {
    text-align: center;
}
.bottom-blocks * {
    display: inline-block;
}
.btn-block {
    width: 100%;
    text-align: center;
    padding: 1em 0 2em;
}
.btn-block .btn {
	    margin: 0 20px;
}
.three-block {
    max-width: 900px;
    margin: 20px auto 80px;
    text-align: center;
}
.three-block div {
    display: inline-block;
    text-align: left;
    font-weight: 600;
    margin: 20px 40px;
}
.footer {
    text-align: center;
    color: #ffffff;
    background: #3DAE2B;
    padding: 70px 15px 30px;
}
.footer a {
    font-size: 36px;
    font-weight: 900;
    color: #fff;
}
.footer a:hover {
    text-decoration: underline;
}
.footer p {
    font-size: 18px;
    font-weight: 600;
}
