body {
	font-family: 'elektra_light_proregular';
}

h1,
h2,
h3,
h4 {
	font-family: 'elektra_medium_proregular';
}

a {
	color: #ed1c24;
	text-decoration: underline;
}

a:hover {
	color: #ed1c24;
	text-decoration: none;
}

section.heading {
	width: 100%;
	font-size: 14px;
	padding: 15px 0;
	border-bottom: 1px solid #f1f1f3;
}

section.heading .have-a-question {
	text-align: left;
}

section.heading .contacts {
	text-align: right;
}

section.heading p {
	margin: 0;
}

header {
	padding: 30px 0 0;
}

header .header-r ul {
	list-style: none;
	padding: 15px 0 10px;
}

header .header-r ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 18px 18px 0;
}

header .header-r ul li a {
	color: #000;
	text-decoration: none;
	font-family: 'elektra_medium_proregular';
}

header .header-r ul li:last-child a, header .header-r ul li:nth-last-child(2) a{
	color: #ed1c24;
	border: 2px solid #ed1c24;
	padding: 8px 20px;
	border-radius: 40px;
}





/*
 * Решение экзаменов и курсовых онлайн
 */

section.about {
	background: url('../img/about.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 80px 0;
	height: 575px;
}

section.about .shape {
	position: absolute;
	min-height: 395px;
	padding: 60px 0;
	left: -50px;
	background-image: linear-gradient(45deg, rgba(107, 46, 230, 0.8), rgba(121, 97, 242, 0.8));
	-webkit-transform: skew(-5deg);
	-moz-transform: skew(-5deg);
	-o-transform: skew(-5deg);
}

section.about .container {
	position: relative;
	color: #FFF;
	padding: 60px 0;
}

section.about .container h3 {
	font-family: 'elektra_light_proregular';
}

section.about .container h5 {
	font-weight: normal;
}

section.about .actions {
	margin: 50px 0;
}

section.about .actions a {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	margin: 0 15px 0 0;
}

section.about .actions a.get {
	color: #FFF;
	padding: 15px 30px;
	border-radius: 40px;
	text-decoration: none;
	background-image: linear-gradient(350deg, #ff4019, #ff4019), linear-gradient(to bottom, #ed1c24, #ed1c24);
	box-shadow: 0px 3px 10px 0 rgba(33, 36, 55, 0.4);
}

section.about .actions a.details {
	color: #FFF;
}


/*
 * Как мы работем
 */

section.how {
	margin: 80px 0;
}

section.how h2 {
	font-size: 45px;
	text-align: center;
	margin: 70px 0;
}

section.how .list div {
	position: relative;
	text-align: center;
}

section.how .list div:not(:last-child):after {
	content: "";
	position: absolute;
	background: url('../img/arrow.png');
	width: 15px;
	height: 28px;
	top: 10%;
	right: -15px;
}

section.how .list div h4 {
	font-size: 20px;
	color: #6b2ee6;
	margin: 20px 0;
}

section.how .list div p {
	font-size: 17px;
	line-height: 1.29;
	color: #262626;
}

section.how .list div a {
	color: #6b2ee6;
}


/*
 * Наши преимущества
 */

section.advantages {
	background: url("../img/wave.png") top repeat-x, linear-gradient(45deg, #6b2ee6, #7961f2);
	padding: 80px 0;
}

section.advantages h2 {
	font-size: 45px;
	text-align: center;
	color: #FFF;
	margin: 0 0 40px;
}

section.advantages .items>div .thumb {
	position: relative;
	box-shadow: 0px 3px 20px 0 rgba(33, 36, 55, 0.2);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border: 2px solid #FFF;
}

section.advantages .items>div .thumb img {
	width: 100%;
	border-radius: 20px;
	display: block;
}

section.advantages .items>div .thumb span {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFF;
	padding: 10px 15px;
	font-size: 20px;
	color: #6b2ee6;
	font-family: 'elektra_medium_proregular';
}

section.advantages .items>div p {
	margin: 20px 0;
	color: #FFF;
}


/*
 * Прайс-Лист
 */

section.prices {
	margin: 80px 0;
}

section.prices h2 {
	text-align: center;
	margin-bottom: 50px;
	font-size: 45px;
}

section.prices .list>[class*='col-'] {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

section.prices .list .item {
	padding: 20px;
	margin: 0 0 20px;
	border: 1px solid #e9eaed;
	border-radius: 10px;
}

section.prices .list .item h4 {
	font-weight: bold;
	font-size: 19px;
	color: #ed1c24;
}

section.prices .list .item p.descrption {
	margin: 25px 0;
	line-height: 1.29;
}

section.prices .list .item .actions {
	border-top: 1px solid #e9eaed;
	padding: 20px 0 0;
}

section.prices .list .item p.price {
	color: #262626;
	font-size: 20px;
	font-weight: bold;
	font-family: 'elektra_medium_proregular';
}

section.prices .list .item a {
	color: #FFF;
	padding: 15px 30px;
	border-radius: 40px;
	display: inline-block;
	text-decoration: none;
	margin: 10px 0 0;
	box-shadow: 0px 3px 10px 0 rgba(237, 28, 36, 0.4);
	background-image: linear-gradient(350deg, #ff4019, #ff4019), linear-gradient(to bottom, #ed1c24, #ed1c24);
}

section.prices .yandex .description h4 {
	padding: 25px 0;
	font-size: 20px;
	border-bottom: 1px solid #e9eaed;
}

section.prices .yandex img {
	border-radius: 10px;
}

section.prices .yandex .description ul {
	list-style: none;
	padding: 0 20px 0;
}

section.prices .yandex .description ul li {
	position: relative;
	margin: 20px 0;
	line-height: 1.29;
}

section.prices .yandex .description ul li::before {
	position: absolute;
	content: "• ";
	color: #ff4019;
	font-size: 29px;
	left: -20px;
	top: -10px;
}


/*
 * Получите бесплатный тест
 */

section.free {
	background: url("../img/wave.png") top repeat-x, url("../img/free.png") center top no-repeat, linear-gradient(45deg, #6b2ee6, #7961f2);
	padding: 80px 0;
	color: #FFF;
}

section.free h2 {
	text-align: center;
	color: #FFF;
	margin: 0 0 40px;
	font-size: 45px;
}

section.free .list .item span,
section.free .list .item p {
	vertical-align: top;
	display: inline-block;
}

section.free .help {
	margin: 50px 0;
}

section.free .help span,
section.free .help p {
	vertical-align: middle;
	display: inline-block;
}

section.free .help p {
	margin: -5px 10px 0;
}

section.free .send {
	display: none;
}

section.free .send input {
	border:none;
	border-radius: 40px;
	padding: 15px 30px;
	height: auto;
	margin: 0 0 10px;
}

section.free .send button[type="submit"] {
	padding: 15px 30px;
	width: 100%;
	border-radius: 40px;
	border:none;
	color: #FFF;
	font-size: 17px;
	box-shadow: 0px 3px 10px 0 rgba(237, 28, 36, 0.4);
	background-image: linear-gradient(350deg, #ff4019, #ff4019), linear-gradient(to bottom, #ed1c24, #ed1c24);
}

section.free .send  .form-control::-webkit-input-placeholder {
	color: #b7bac2;
}


/* WebKit, Blink, Edge */

section.free .send  .form-control:-moz-placeholder {
	color: #b7bac2;
}


/* Mozilla Firefox 4 to 18 */

section.free .send  .form-control::-moz-placeholder {
	color: #b7bac2;
}


/* Mozilla Firefox 19+ */

section.free .send  .form-control:-ms-input-placeholder {
	color: #b7bac2;
}

section.free .list .item p {
	width: 90%;
}

section.free .actions {
	text-align: center;
	margin: 60px 0;
}

section.free .actions .get {
	color: #FFF;
	text-decoration: none;
	box-shadow: 0px 3px 10px 0 rgba(237, 28, 36, 0.4);
	background-image: linear-gradient(350deg, #ff4019, #ff4019), linear-gradient(to bottom, #ed1c24, #ed1c24);
	padding: 20px 40px;
	border-radius: 40px;
}


/*
 * Остались вопросы?
 */

section.question {
	margin: 80px 0;
}

section.question h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 45px;
}

section.question p {
	text-align: center;
}

section.question form {
	max-width: 570px;
	margin: 0 auto;
}

section.question form .form-control {
	border-radius: 25px;
	padding: 25px 30px;
	margin: 20px 0 0;
	border-color: #e9eaed;
	outline-color: #6b2ee6;
}

section.question form .form-control::-webkit-input-placeholder {
	color: #b7bac2;
}


/* WebKit, Blink, Edge */

section.question form .form-control:-moz-placeholder {
	color: #b7bac2;
}


/* Mozilla Firefox 4 to 18 */

section.question form .form-control::-moz-placeholder {
	color: #b7bac2;
}


/* Mozilla Firefox 19+ */

section.question form .form-control:-ms-input-placeholder {
	color: #b7bac2;
}


/* Internet Explorer 10-11 */

section.question form .form-control::-ms-input-placeholder {
	color: #b7bac2;
}


/* Microsoft Edge */

section.question form input {
	margin: 0 30px 0 0;
}

section.question form button[type="submit"] {
	color: #FFF;
	margin: 10px 0;
	padding: 15px 70px;
	border: none;
	border-radius: 40px;
	box-shadow: 0px 3px 10px 0 rgba(237, 28, 36, 0.4);
	background-image: linear-gradient(350deg, #ff4019, #ff4019), linear-gradient(to bottom, #ed1c24, #ed1c24);
}

footer {
	background: #262626;
	padding: 30px 0;
}

footer p:first-child {
	margin: 5px 0 0;
}

footer p {
	margin: 0;
	text-align: center;
	color: #737373;
	line-height: 1.57;
	font-size: 14px;
}

footer .social {
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}

footer .phone {
	display: inline-block;
	vertical-align: middle;
	font-size: 19px;
	color: #FFF;
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
	section.heading .have-a-question,
	section.heading .contacts {
		text-align: center;
	}
	header .header-l {
		text-align: center;
	}
	header .header-r ul li {
		display: block;
		text-align: center;
		vertical-align: middle;
		margin: 25px 0;
	}
	section.about .container {
		padding: 60px 30px;
	}
	section.about .container h1 {
		font-size: 32px;
	}
	section.about .container h3 {
		font-size: 24px;
	}
	section.about .container h5 {
		font-size: 18px;
	}
	section.about .shape {
		left: -20px;
	}
	section.about .actions a.details {
		padding: 15px 30px;
	}
	section.free .list .item,
	section.free .help {
		text-align: center;
	}
	section.free h2 {
		font-size: 35px;
	}
	section.how .list div:not(:last-child):after {
		display: none;
	}
	section.prices .list .item .actions {
		text-align: center;
	}
	footer .logo,
	footer .copyright,
	footer .social,
	footer .phone {
		display: block;
		text-align: center;
		margin: 15px 0;
	}
}

@media only screen and (max-width: 1000px) {
	section.heading .have-a-question,
	section.heading .contacts {
		text-align: center;
	}
}

@media only screen and (max-width: 1200px) {
	section.free .list .item span,
	section.free .list .item p {
		display: block;
	}
}

@media only screen and (max-width: 320px) {
	section.about .container h1 {
		font-size: 25px;
	}
}