html {
	width: 100%;
	font-family: "Roboto", sans-serif;
	overflow-x: hidden;
}

body {
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
}

a {
	color: inherit;
	text-decoration: inherit;
	font-size: inherit;
	font-weight: inherit;
}

a:focus {
	outline: none;
}

.wrapper {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	clear: both;
}

.container {
	max-width: 1000px;
}

header .top {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	gap: 50px;
}

header .top h1 {
	font-weight: 300;
	font-size: 42px;
}

.green {
	color: #2db34a;
}

header .menu {
	background: #2db34a;
	display: flex;
	justify-content: center;
	padding: 6px 30px 3px 30px;
	gap: 68px;
}

header .menu a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

header .sticla {
	position: absolute;
	top: 45px;
	z-index: 1
}

header .sticla.st {
	left: -129px;
}

header .sticla.dr {
	right: -126px;
}

header .bottom .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 70px;
}

header .bottom .flex .video {
	width: 48%
}

video {
	width: 100%;
}

header .bottom .flex .video p {
	font-size: 18px;
	margin-bottom: 0
}

header .bottom .flex .video video {
	width: 100%;
	display: block;
}

header .bottom {
	background: #c2dae7;
	text-align: center;
	position: relative;
}

h2 {
	font-size: 30px;
	font-weight: 300;
}

h2 span {
	color: #00213f;
	font-weight: 400;
}

p {
	color: #00213f;
}

a:hover {
	text-decoration: none;
	opacity: 0.9;
}


header .bottom .ei {
	position: absolute;
	bottom: 0;
}

header .bottom .ei.ea {
	right: calc(100% + 20px);
}

header .bottom .ei.el {
	left: calc(100% + 30px);
}

header .bottom .container {
	position: relative;
}

.s1 {
	text-align: center;
	padding: 40px 0;
}

.buton {
	background: #2db34a;
	color: #fff;
	border-radius: 4px;
	padding: 5px 10px;
	margin: 20px 0;
	display: inline-block;
}

.buton span {
	font-weight: 400;
}

.s1 p {
	max-width: 820px;
	display: inline-block
}

.s2 {
	text-align: center;
	padding: 40px 0 0 0;
}

.s2 .icons {
	display: flex;
	max-width: 800px;
	margin: 20px auto;
	flex-wrap: wrap;
	justify-content: center;
	gap: 31px;
}

.s3 {
	text-align: center;

}

.s3 p span.green {
	font-weight: 500;
}

.s3 p {
	/* border-bottom: 45px solid #c2dae7; */
	padding-bottom: 40px;
	margin-bottom: 0;
}

.footer {
	height: 45px;
	background: #c2dae7;
	display: flex;
	padding: 0 15px;
	align-items: center;
	justify-content: center;
}