body {
	background-color: #edf5fe;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;

	line-height: 1.6;
	color: #000;
}
*,
*:before,
*:after{
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

/*Container*/
.container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

/*Intro*/
.intro {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content:center;
}

.intro__inner {
	width: 100%;
	max-width: 1000px;
}

.intro__title {
	color: #000;
	font-size: 58px;
	text-align: left;
	line-height: 1;
	margin: 0px 0px 0px 0px;

}

.intro__title:after {
	content: "";
	display: block;
	width: 680px;
	height: 1px;
	margin-top: 37px;
	background-color: #000;
}
.intro__suptitle {
	font-size: 24px;
	text-align: left;
	line-height: 1.5;
	margin-top: -33px;
	
}

/*Header*/
.header {
	width: 100%;
	position: absolute;
	top: 5%;
	left: 0;
	right: 0;
	z-index: 1000;
}

.button {
	background-color: #2e2e2e;
    border-radius: 40px;
    color: white;
    padding: 1% 2%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	vertical-align: top;
	margin: 0 30px;
	text-transform: none;
	transition: color  0.2s linear;
	transition-duration: 0.2s;
}


.button:hover {
	color: #0bff16;
	background-color: #000;
}

.button__g {
	background-color: #2e2e2e;
    border-radius: 40px;
    color: white;
    padding: 2% 4%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	vertical-align: top;
	margin: 0 30px;
	text-transform: none;
	transition: color 0.2s linear;
	transition-duration: 0.2s;
}

.button__g:hover {
	color: #0bff16;
	background-color: #000;
}

.image {
	width: auto;
	height: auto;
	right: 15%;
	position: absolute;
	top: 20%;
	margin: 0 auto;
	margin-top: 3%;
	z-index: 1000;
}

.image2 {
	width: auto;
	height: auto;
	left: 20%;
	position: absolute;
	top: 110%;
	margin: 0 auto;
	margin-top: 5%;
	z-index: 1000;
}
.text {
	width: 100%;
	max-width: 700px;
	color: #000;
	font-size: 20px;
	text-align: center;
	line-height: 1;
	margin-top: 90px;
	margin: 100px 0px 0px -25px;
	top: 110%;
}

.text2 {
	width: auto;
	max-width: 600px;
	color: #000;
	font-size: 16px;
	text-align:unset;
	line-height: 1;
	/*margin-left: 60%;
	margin-top: 55%;*/
	margin: 5% 10% 10% 65%;
}

.footer {
	content: "";
	display: block;
	width: 100%;
	height: 100px;
	background-color: rgb(14, 13, 13);
}

.footer__s {
	margin: 15px 50px 15px 50px;
	display: inline-block;
	text-decoration: none;
}

.footer__s:hover {
	color: #0bff16;
}

/*.info {
	color: #98A9AC;
	margin: 50px 0px -100px 100px;
}*/

a {
	color: #9AAC94;
	font-size: 14px;
	font-style: normal;
}

.prototype {
	margin: 5% 0 10% 10%;
}
/*.o1 {
	width: 100%;
	max-width: 800px;
	color: #000;
	font-size: 16px;
	text-align:unset;
	line-height: 1;
	margin: 100px 100px 130px 500px;
}

.o2 {

	margin: 200px 0px 0px 370px;
}*/