body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	background-color: #fdfdfd;
	overflow-x: hidden;

	min-width: 1200px;
}

main {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* HEADER */

header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: 80px;
	width: 1200px;
}

header div {
	display: flex;
	flex-direction: row;
}

header img {
	width: 26px;
}

header div h1 {
	font-size: 26px;
	text-transform: uppercase;
	margin: 0 0 0 40px;
}

header div:first-child a {
	margin: 5px 0 0 10px;
}

header div:last-child a:first-child {
	margin: 0 40px 0 0;

	background-color: #ffd200;
	border-radius: 10px;
	padding: 8px 30px;
	text-decoration: dotted;
}

header div:last-child a:last-child {
	margin: 5px 10px 0 0;
}

/* MAIN-BANNER */

.main-banner {
	height: 547px;
	width: 1520px;

	background: url("../img/main-banner.jpg") center;
	background-size: cover;
}

.main-banner div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.main-banner h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 70px;
	margin-top: 80px;
	margin-bottom: 0;
}

.main-banner span {
	font-size: 20px;
	font-weight: 300;
	margin-top: 10px;
}

.make-button {
	margin-top: 50px;

	font-size: 22px;
	font-weight: 100;

	color: black;
	padding: 12px 35px;
	text-transform: uppercase;
	text-decoration: none;

	border-radius: 8px;
	border: 1px solid black;
}

/* MAIN STEP */

.main-step {
	height: 360px;
	width: 1000px;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;

	position: relative;
}

.step-block {
	position: relative;
	z-index: 4;
	width: 140px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.step-block span {
	width: 120px;
	text-align: center;

	font-size: 20px;

	margin-top: 15px;
}

.step-border {
	width: 130px;
	height: 130px;
	background-color: #fdfdfd;

	border-radius: 50%;
	border: 5px solid #ffd200;

	display: flex;
	justify-content: center;
	align-items: center;
}

.step-border img {
	width: 50px;
}

#step-dotted {
	position: absolute;

	width: 1000px;
	height: 0;
	top: 145px;
	border-bottom: 5px dashed #ffd200;

	z-index: 0;
}

/* MAIN-ADVANTAGE */
.main-advantage {
	background-color: #f3f0e7;
	width: 100%;

	display: flex;
	flex-direction: column;
	align-items: center;
}


.main-advantage h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 70px;
}

.main-advantage>div {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start ;

	width: 1000px;
}

.advantage-block {
	width: 270px;

	display: flex;
	flex-direction: column;
	align-items: center;

}

.advantage-block img {
	width: 270px;
	height: 270px;
	border-radius: 50%;

	margin-bottom: 10px;
}

.advantage-block h3 {
	font-size: 20px;
	margin-bottom: 25px;
	text-align: center;
	padding: 5px;
}

.main-advantage span {
	font-size: 14px;
}

.make-button-red {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 26px;

	background-color: #e11a27;
	color: white;
	border-radius: 12px;
	padding: 15px 50px;

	text-decoration: none;
	text-transform: uppercase;

	margin:80px 0;

	width: 380px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
}

/* MAIN-SOLUTION */

.main-solution {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.main-solution h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 70px;
}

.main-solution>div {
	display: flex;
	flex-direction: row;
	justify-content: space-between;

	width: 1060px;
	margin-bottom: 100px;
}

.solution-block {
	width: 316px;
	height: 420px;
	background-color: #ffd200;
	border-radius: 10px;

	display: flex;
	flex-direction: column;
	align-items: center;

	position: relative;
}

.solution-block h3 {
	margin: 0;
	padding: 38px;
	font-size: 34px;

	font-weight: 300;
	letter-spacing: 0.05em;
}

.solution-block>div {
	width: 300px;
	height: 250px;
	background-color: #fdfdfd;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: flex-start;
}

.solution-block div nav {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.solution-block div nav div img {
	padding: 5px 15px;
}

.solution-block div nav div {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.solution-block div nav div:first-child {
	padding-top: 10px;
}

.solution-block>div>span {
	display: flex;
	justify-content: center;
	font-size: 50px;
}

.solution-block a {
	text-decoration: none;
	color: black;

	margin: 0;
	padding: 10px;

	font-size: 20px;
	font-weight: 300;
}

#bestseller {
	width: 160px;
	height: 26px;
	position: absolute;
	top: -23px;

	text-align: center;
	background-color: #ffd200;
	color: #e11a27;
	text-transform: uppercase;
	font-weight: 600;
}

#bestseller::after {
	content: '';
	position: absolute;
	right: -26px;
	border: 13px solid transparent;
	border-bottom: 13px solid #ffd200;
	border-left: 13px solid #ffd200;
}

#bestseller::before {
	content: '';
	position: absolute;
	left: -26px;
	border: 13px solid transparent;
	border-bottom: 13px solid #ffd200;
	border-right: 13px solid #ffd200;
}


.main-testimonials {
	height: 767px;
	width: 1520px;

	background: url("../img/main-testimonials.jpg") center;
	background-size: cover;

	display: flex;
	flex-direction: column;
	align-items: center;
}

.main-testimonials-width {
	width: 1000px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.main-testimonials-block {
	width: 600px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.main-testimonials h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 70px;
}

.john-block {
	display: flex;
	flex-direction: row;
}

.john-block > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 2em;
}

.john-block > div > h3 {
	margin: 0;
	padding-bottom: 0.3em;
	font-size: 20pt;
	font-weight: 400;
}

.john-block > div > span {
	font-size: 11pt;
}

.testimonials-text {
	display: flex;
	flex-direction: column;
}

.testimonials-text a {
	color: inherit;
	text-decoration: none;
	align-self: flex-end;
}

.main-testimonials-block .make-button {
	align-self: center;
}


.main-payment {
	width: 1000px;
	display: flex;
	flex-direction: column;
}

.main-payment-block {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.payment-block {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.payment-block h3 {
	width: 290px;
	height: 65px;

	background-color: #ffd200;
	margin: 150px 0 8px;
	font-size: 34px;

	font-weight: 300;
	letter-spacing: 0.05em;
	display: flex;
	justify-content: center;
	align-items: center;

	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.payment-block > div {
	height: 250px;
	width: 290px;
	background-color: #f7f0e6;

	display: flex;
	flex-direction: column;
	align-content: flex-start;

	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

	padding-top: 30px;
}

.payment-block > div > p {
	padding: 0 34px;
}

.payment-block > div > span {
	padding: 0 34px;
	margin-top: 1em;
}

.payment-block > div > ul {
	padding: 0 54px;
}

.p-red {
	color: #e11a27;
	font-weight: 600;
	letter-spacing: 0.07em;
}

footer {
	height: 245px;
	background-color: #ffd200;
	width: 100%;
}



