/*-- Specification --*/
body {
	font-family: Roboto, sans-serif;
	padding: 0;
	margin: 0;
	letter-spacing: 0.03em;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
div, p, form, input, a, span, button {
	box-sizing: border-box;
}
ul, li {
	display: block;
	padding: 0;
	margin: 0;
}
a, a:hover, a:active {
	text-decoration: none;
	color: #000;
}
p {
	padding: 0;
	margin: 0;
}
header {
	background: #f0f7f7 url(../img/firstbg.png) no-repeat center top / cover;
}

.container {
	max-width: 1140px;
	margin: 0 auto;
}
.d-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.justify-content-between {
	justify-content: space-between;
}
.justify-content-round {
	justify-content: space-around;
}

/*-- Nav menu --*/
.nav {
    background: #fff;
    color: #000;
    padding: 16px 0 23px 0;
}
.logo {
	width: 157px;
	height: 51px;
}
.fa-plug {
	width: 49px;
	height: 49px;
	border-radius: 5px;
	background: #1b3bde;
	color: #fff;
	font-size: 25px;
	text-align: center;
    display: block;
	line-height: 2;
}
.fa-plug:hover {
	border: 1px solid #1b3bde;
	background: #fff;
	color: #1b3bde;
}
.logo__description {
	text-transform: uppercase;
	text-align: center;
	color: #1b3bde;
	font-weight: 900;
	padding-top: 4px;
}
.logo__text {
	font-size: 14.55px;
}
.logo__text_big {
	font-size: 20.21px;
}
.menu {
	text-align: center;
    line-height: 4;
    font-size: 13px;
	color: #000;
	margin-right: 243px;
}

/* .menu__item {

} */

.menu__link {
	width: 74px;
	height: 28px;
	padding: 5px 20px;
}
.menu__link:hover {
	background: #000;
	color: #fff;
	transform: scale(1.2);
	border-radius: 5px;
}
.num {
	line-height: 3.5;
    color: #000;
    font-weight: 900;
    font-size: 15px;
}
/*-- Header --*/
.header {
	padding-top: 89px;
    padding-bottom: 132px;
}
.offer {
	align-items: center;
}
.offer__container {
 	max-width: 531px;
 	height: 333px;
 	text-align: center;
 	padding-top: 65px;
    margin-left: 68px;
}
.fa-graduation-cap {
	font-size: 16px;
	font-weight: 400;
	font-family: FontAwesome, sans-serif;
	margin-bottom: 23px;
}
.offer__title {
	font-size: 45px;
	color: #1b3bde;
	margin-bottom: 30px;
}
.offer__time {
	padding: 5px 15px;
	border-radius: 3px;
	background: #000;
	font-size: 14px;
	color: #fff;
	margin-left: 18px;
}
.form {
	width: 333px;
	height: 418px;
	background: #fff;
	padding: 34px;
	margin: 0 70px 0 0px;
	border-radius: 5px;
	text-align: center;
}
.form__title {
	font-size: 17px;
	margin-bottom: 15px;
}
.form__description {
	font-size: 13px;
	margin-bottom: 25px;
    line-height: 1.5;
    width: 264px;
}
.form__text {
	margin-top: 18px;
	font-size: 12px;
	color: #acacac;
}
.form__input {
	border: none;
	border-bottom: 1px solid #acacac;
	width: 269px;
	padding: 10px 0;
	margin-bottom: 12px;
}
.form__input:hover {
	border-bottom: 1px solid #000;
	cursor: pointer;

}
input:hover::placeholder {
	color: #000;
	padding: 10px 0;
}
.btn {
	width: 269px;
	padding: 20px;
	background: #4acc4d;
	border-radius: 5px;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	color: #fff;
	margin-top: 8px;
	border: none;
	cursor: pointer;
}
.btn:focus {
	outline: none;
}

/*-- Section-Info --*/
.info {
	background: #fff;
	margin-top: 120px;
	padding-bottom: 36px;
}
.badge {
	width: 469px;
	height: 265px;
	background: #9d6bdc;
	border-radius: 5px;
	padding: 36px 56px;
	color: #fff;
}
.badge__title {
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 14px;
}
.badge__description {
	font-size: 15px;
	margin-bottom: 22px;
	width: 250px;
}
.badge__info {
	margin-bottom: 21px;
}
.badge__num {
	font-size: 39px;
	font-weight: bold;
}
.badge__text {
	font-size: 13px;
    width: 67px;
    height: 38px;
    padding-top: 9px;
    margin-right: 39px;
    margin-left: 15px;
}
.badge__link {
	font-size: 14px;
	color:#fff;
}
.stats {
	width: 469px;
	height: 265px;
	margin-right: 104px;
}
.stats__title {
	margin-top: 65px;
	margin-bottom: 21px;
	font-size: 28px;
	font-weight: bold;
}
.stats__text {
	font-size: 15px;
	line-height:1.5em;
}
/*-- Section-Price --*/
.price {
	margin-top: 30px;
	margin-bottom: 120px;
}
.stats_mod {
	margin-left: 131px;
    margin-right: 0px;
    padding-top: 5px;
}
.card {
	width: 469px;
	height: 265px;
	border-radius: 5px;
	background: #f6e23a;
	justify-content: center;
	align-items: center;
}
.card__box {
	width: 127px;
    text-align: center;
}
.card__num {
	font-size: 43px;
	font-weight: bold;
}
.card__text {
	font-size: 21px;
}
/*-- Section-Benefits --*/
.benefits {
	padding: 100px 0px 105px 5px;
	background: #f0f7f7 url(../img/firstbg.png) no-repeat center top / cover;
}
.benefits__title {
	width: 254px;
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 76px;
    margin-top: 6px;
}
.recount__item:nth-child(2) {
	margin: 0 33px 0 90px; 
}
.recount__icon {
	width: 82px;
	height: 82px;
	border-radius: 5px;
	background: #1b3bde;
	justify-content: center;
	align-items: center;
	font-family: Roboto, sans-serif;
	font-size: 26px;
	font-weight: 900;
	color: #fff;
}
.recount__text {
	width: 224px;
	margin-left: 30px;
}
.recount__title {
	margin-top: 20px;
	margin-bottom: 12px;
	font-size: 19px;
	color: #1b3bde;
}
.recount__subtitle {
	font-size: 15px;
	line-height: 1.3;
}
/*-- Section-Cause --*/
.cause {
	padding: 90px 0 99px;
}
.cause__title {
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 70px;
}
.cause__card {
	width: 348px;
	height: 236px;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
}
.cause__card_green {
	background: #4acc4d;
}
.cause__card_blue {
	background: #4ac7cc;
}
.cause__card_pink {
	background: #dc6b83;
}
.cause__cell {
	width: 325px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 46px;
}
.cause__description {
	margin-top: 5px;
	font-size: 19px;
	width: 323px;
	line-height: 1.3;
	font-weight: 900;
}
/*-- Section-Contact --*/
.contact {
	padding-top: 102px;
    padding-bottom: 105px;
	background-blend-mode: darken;
	background: rgba(0, 42, 255, 0.73) url(../img/firstbg.png) no-repeat center top / cover;
}
.offer__container_white {
	color: #fff;
	margin-left: 94px;
}
.offer__title_white {
	color: #fff;
	font-size: 28px;
	font-weight: 900;
	width: 564px;
	margin-top: 8px;
}
.fa-users {
	font-size: 16px;
	font-weight: 400;
	font-family: FontAwesome, sans-serif;
}
.fa-clock {
	margin-left: 15px;
	font-size: 16px;
	font-weight: 400;
	font-family: FontAwesome, sans-serif;
}
/*-- Footer --*/
.footer {
	margin-top: 20px;
	margin-bottom: 20px;
}
.copyright {
	margin-top: 18px;
    margin-right: 361px;
    font-size: 12px;
}

@media(max-width: 1024px) {
	section h2 {
		width: auto!important;
		text-align: center;
	}
	.d-flex {
		justify-content: center;
	}
	.menu {
		margin-right: 0px;
	}
	.offer__container {
		margin-left: 0px;
	}
	.offer__container_white {
		margin-left: 0px;
	}
	.offer__title_white {
		width: auto;
	}
	.stats, .stats_mod {
		margin-left: 0px;
		margin-right: 0px;
	}
	.recount {
		flex-direction: column;
	}
	.recount__item:nth-child(2) {
		margin: 0px 0px 0px 0px;
	}
	.form {
		margin: 0 0px 0 0px;
	}
}
@media(max-width: 768px) {
	.container {
		padding: 0px 10px;
	}
	.d-flex {
		justify-content: center;
	}
	.offer__container_white {
		margin-left: 0px;
	}
	.stats, .stats_mod {
		margin-left: 0px;
		margin-right: 0px;
	}
	.copyright {
		margin-right: 0px;
		display: inline-block;
	}
	.cause__card {
		margin-bottom: 10px;
	}
}