/*
Theme Name: BrillAssignment AWR
Author: Anonymous
Author URI: http://awwweb.ru/
Description: Cool theme. Like themeforest themes, but private.
Version: 1.0.0
Text Domain: brillass
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

brillass is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

a, a:hover, a:active, a:focus {
	color: inherit;
}

.clip-svg {
	opacity: 0;
	position: absolute;
	z-index: -1;
	margin: 0;
}

.examples-carousel__item:after, .examples-previews {
	content: '';
	display: table;
	clear: both;
}

body {
	background-color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	width: 100%;
}

.order-link:before, .main:before, .main-nav__logo__bliq span:before, .main-nav__logo__bliq span:after, .nav-mobile__close:before, .nav-mobile__close:after, .steps-item:after, .benefits-quality:before, .benefits-quality:after, .services:before, .examples-previews:before, .examples-previews:after, .main-content__bordered:before, .main-content__bordered:after, .colleges-slider:before, .colleges-slider:after, .footer-nav-list__link:after, .footer-nav-list a:after, .figure-link:before, .page-head__title u:after, .main-title u:after, .left-top:after, .right-top:after, .left-bottom:after, .right-bottom:after, .blog-article__background:before, .blog-article__description:after, .blog-article__more:before, .sample-item:before, .sample-item:after, .faq-list__question:before, .pagination .next:after, .pagination .prev:before, .contact-phone:before, .contact-live__button:before, .form-skew__input:before, .form-skew__button:before {
	content: '';
	display: block;
}

.order-link:before, .main:before, .services:before, .figure-link:before, .blog-article__background:before, .blog-article__more:before, .faq-list__question:before, .contact-phone:before, .contact-live__button:before, .form-skew__input:before, .form-skew__button:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% top;
}

.main, .services {
	background-position: 50% top;
	background-repeat: no-repeat;
	background-size: cover;
}

section.main-fullwidth {
	background-attachment: scroll;
}

.order-link {
	position: relative;
	z-index: 99;
	color: #ffb51e;
	font-family: "Roboto", sans-serif;
	transition: 0.18s ease-in;
}

.order-link:before {
	border: 2px solid rgba(255, 181, 30, 0.64);
	transform: skew(-28deg);
	z-index: -1;
	transition: 0.18s ease-in;
}

.order-link:hover {
	color: #fff;
	text-decoration: none;
}

.order-link:hover:before {
	box-shadow: 0 1px 10px rgba(255, 181, 30, 0.64);
}

.order-link__white {
	color: #fff;
}

.order-link__white:before {
	border-color: rgba(255, 255, 255, 0.65);
}

.order-link__white:hover:before {
	box-shadow: none;
	border-color: #fff;
}

.order-link__orange {
	color: #fff;
}

.order-link__orange:before {
	background-color: #ffb51e;
}

.order-link__orange:hover:before {
	background-color: #ffab00;
}

/* WordPress images aligning */

.alignleft {
	float: left;
	margin: 4px 20px 10px 0;
}

.alignright {
	float: right;
	margin: 4px 0 10px 20px;
}

.aligncenter {
	max-width: 100%;
	height: auto;
	margin: 16px auto;
}

/* end of WordPress images aligning */

.main {
	padding: 0 0 20px;
	position: relative;
	color: #fff;
	background-image: url("img/background-main.jpg");
	background-attachment: fixed;
}

.main > * {
	position: relative;
	z-index: 2;
}

.main:before {
	background-color: rgba(0, 0, 0, 0.6);
}

.main-bar, .main-nav, .main-nav__list, .main-nav__logo, .site-logo, .main-nav span {
	transition: all 0.3s ease;
}

#main-header {
	top: 0;
	left: 0;
	right: 0;
	transition: top 0.6s ease, background 0.3s ease;
	z-index: 999;
	position: relative;
}

#main-header.sticky-header {
	top: 0;
	position: fixed;
}

.gray-header {
	background-color: rgba(29, 29, 29, 0.29);
	padding-bottom: 5px;
}

.gray-header .main-nav__list {
	padding-top: 5px;
}

.gray-header .main-nav__logo {
	padding-top: 9px;
}

.gray-header .site-logo {
	height: 35px;
	width: auto;
}

.gray-header .main-nav span {
	font-size: 1.6em;
	padding-top: 2px;
}

.sticky-header {
	background-color: rgba(29, 29, 29, 0.8);
	padding-bottom: 5px;
}

.sticky-header .main-bar {
	background-color: rgba(23, 23, 23, 0.95);
}

.sticky-header .main-nav__list {
	padding-top: 5px;
}

.sticky-header .main-nav__logo {
	padding-top: 9px;
}

.sticky-header .site-logo {
	height: 35px;
	width: auto;
}

.sticky-header .main-nav span {
	font-size: 1.6em;
	padding-top: 2px;
}

.sticky-header .order-link:before {
	border-color: #ffb51e;
	background-color: #ffb51e;
}

.sticky-header .order-link:hover:before {
	background-color: #ffab00;
}

.sticky-header .order-link, .sticky-header .main-nav__menu .menu-item.order-link a {
	color: #fff;
}

.sticky-header .order-link:hover {
	/*opacity: .9;*/
}

.main-bar {
	background-color: rgba(0, 0, 0, 0.47);
	padding: 9px 0 10px;
}

.main-bar__phone, .main-bar__login, .main-bar__phone i {
	color: #b1b1b1;
	font-weight: 300;
}

.main-bar__phone a, .main-bar__login a, .main-bar__phone i a {
	color: #fff;
}

.main-bar__phone span, .main-bar__login span, .main-bar__phone i span {
	display: inline-block;
	padding: 3px 0 0;
}

.main-bar__phone i, .main-bar__login i, .main-bar__phone i i {
	margin: -3px 9px 0;
	font-size: 1.5em;
	vertical-align: middle;
}

.main-bar__login {
	text-align: right;
}

.main-bar__login a {
	transition: all 0.11s ease-in;
}

.main-bar__login a:hover {
	text-shadow: 0 1px 7px #ffffff;
}

.main-bar__phone__link:hover i {
	color: #fff;
	animation: shake 1s infinite;
}

.main-nav img, .main-nav span {
	vertical-align: top;
}

.main-nav span {
	font-size: 2.29em;
	font-weight: 900;
	display: inline-block;
	padding: 4px 0 0 12px;
}

.main-nav__logo {
	padding-top: 20px;
}

.main-nav__logo:hover span:before, .main-nav__logo:hover span:after {
	opacity: 1;
	transform: translate(100%, 100%) rotate(38deg);
	transition: transform 0.5s linear;
}

.main-nav__logo__bliq {
	display: inline-block;
	position: relative;
}

.main-nav__logo__bliq span {
	position: absolute;
	overflow: hidden;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-clip-path: polygon(0.9808 0.3269, 0.7308 0.0192, 0.2308 0.0192, 0 0.3269, 0.5 1);
	clip-path: polygon(0.9808 0.3269, 0.7308 0.0192, 0.2308 0.0192, 0 0.3269, 0.5 1);
	-webkit-clip-path: url("#clip-logo");
	/* required for Webkit/Blink browsers if you're using only inline SVG clipping paths, but not CSS clip-path */
	clip-path: url("#clip-logo");
}

@supports (-ms-ime-align:auto) {
	.main-nav__logo__bliq span {
		display: none;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.main-nav__logo__bliq span {
		display: none;
	}
}

.main-nav__logo__bliq span:before {
	position: absolute;
	top: -50%;
	width: 50px;
	height: 200%;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.3);
	transform: translate(-40%, -40%) rotate(38deg);
}

.main-nav__logo__bliq span:after {
	position: absolute;
	top: -50%;
	width: 50px;
	height: 200%;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.4);
	transform: translate(-100%, -100%) rotate(38deg);
}

.main-nav__menu {
	text-align: right;
}

.main-nav__list {
	list-style: none;
	padding: 25px 0 0;
	margin: 0;
}

.main-nav__list .order-link {
	margin-left: 24px;
	color: #ffbd37;
}

.main-nav__menu .menu-item.order-link {
	margin-left: 18px;
}

.main-nav__menu .menu-item.order-link a {
	color: #ffbd37;
}

.main-nav__list .order-link:hover, .main-nav__menu .menu-item.order-link a:hover {
	text-shadow: none;
}

.main-nav__list .order-link:hover:before, .main-nav__menu .menu-item.order-link a:hover:before {
	border-color: #ffbd37;
	box-shadow: none;
}

.main-nav__item, .main-nav__menu .menu-item {
	display: inline-block;
	position: relative;
	/*margin-left: 12px;*/
	margin-left: 0;
	float: left;
}

.main-nav__link, .main-nav__menu .menu-item a {
	display: block;
	padding: 10px 17px 9px;
	font-size: 1.14em;
	font-weight: 500;
	color: #fff;
	transition: all 0.12s linear;
}

.main-nav__link:hover, .main-nav__menu .menu-item a:hover {
	text-shadow: 0 1px 7px #fff;
	text-decoration: none;
}

.main-nav__home a {
	    color: inherit;
}

.main-nav__home {
	display: inline-block;
	transition: all 0.14s linear;
}

.main-nav__home:hover, .main-nav__home:active, .main-nav__home:focus {
	text-shadow: 0 1px 6px rgba(255, 255, 255, 0.5);
	text-decoration: none;
}

/* Submenu */

.menu-item-has-children {
	background: url("img/icon-menu-parent.png") right 5px top 19px no-repeat;
	background-size: 6px;
}

.main-nav__menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 10px 0;
	background-color: rgba(0, 0, 0, 0.65);
	text-align: left;
	z-index: 99;
}

.main-nav__menu .sub-menu .menu-item {
	display: block;
	width: 100%;
}

.main-nav__menu .sub-menu .menu-item a {
	border-color: #333;
	padding: 8px 20px 7px;
	width: 100%;
	font-size: 1em;
	white-space: nowrap;
}

.main-nav__menu .sub-menu .menu-item a:hover {

}

.main-nav__menu .menu-item:hover .sub-menu {
	display: block;
}

.main-title {
	font-size: 3.93em;
	font-weight: 600;
	font-family: "Lato", sans-serif;
}

.main-welcome {
	padding-top: 145px;
	padding-bottom: 160px;
	text-align: center;
}

.main-welcome__description {
	font-size: 1.86em;
	font-weight: 100;
	font-family: "Lato", sans-serif;
}

.main-welcome__links {
	padding: 37px 0 0;
}

.main-welcome__link {
	display: inline-block;
	padding: 14px 38px;
	margin: 0 11px;
	min-width: 210px;
	font-size: 1.43em;
}

@keyframes shake {
	from {
		transform: rotate(0);
	}

	20% {
		transform: rotate(15deg) scale(1.16);
	}

	30% {
		transform: rotate(0) scale(1);
	}

	40% {
		transform: rotate(-15deg) scale(1.16);
	}

	to {
		transform: rotate(0);
	}
}

/* Mobile slide navigation */
.nav-mobile {
	position: fixed;
	top: 0;
	bottom: 0;
	right: -100%;
	width: 100%;
	padding: 70px 0 80px;
	background-color: rgba(37, 103, 198, 0.98);
	z-index: 999;
	transition: all 0.4s ease-in;
}

@media (max-height: 440px) {
	.nav-mobile {
		padding: 40px 15px;
	}
}

.nav-mobile__active {
	right: 0;
}

.nav-mobile__container {
	overflow: auto;
}

@media (min-height: 540px) {
	.nav-mobile__container {
		height: 540px;
	}
}

.nav-mobile__list {
	list-style: none;
	padding: 0 15px;
	transition: transform 0.2s ease-in-out;
}

.nav-mobile__item, .nav-mobile__list .menu-item {
	display: block;
	text-align: center;
	padding: 14px 0;
	/*position: relative;*/
}

.nav-mobile__list .menu-item-has-children {
	background: url('img/icon-menu-parent-mobile.png') right 15px top 50% no-repeat;
	background-size: 10px;
}

.nav-mobile .sub-menu {
	display: none;
	position: absolute;
	padding: 65px 15px 80px;
	top: 0;
	left: 100%;
	width: 100%;
}

.nav-mobile__back {
	display: none;
	position: absolute;
	top: 12px;
	bottom: 0;
	left: 12px;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	background: url('img/icon-menu-back.png') 50% no-repeat rgba(255, 255, 255, 0.14);
	background-size: 12px;
}

.sub-menu__active .nav-mobile__list {
	transform: translate(-100%, 0);
}

.sub-menu__active .nav-mobile__back {
	display: block;
}

@media (max-height: 440px) {
	.nav-mobile__item {
		padding: 6px 0;
	}
}

@media (max-width: 374px) {
	.nav-mobile__item, .nav-mobile__list .menu-item {
		padding: 10px 0;
	}
}

.nav-mobile__link, .nav-mobile__list .menu-item a {
	display: inline-block;
	color: #fff;
	font-size: 1.43em;
	font-weight: 500;
	position: relative;
	width: 100%;
	margin: -6px 0;
	padding: 6px 0;
}

.nav-mobile .order-link a {
	/*padding: 10px 30px;*/
	color: #ffbd37;
}

.nav-mobile .order-link {
	max-width: 200px;
	margin: 10px auto 0;
	padding-top: 16px;
	padding-bottom: 16px;
}

.nav-mobile .order-link a:before {
	border-color: #ffb51e;
}

.nav-mobile__contacts {
	position: absolute;
	bottom: 40px;
	right: 0;
	left: 0;
	font-size: 1.2em;
	text-align: center;
}

@media (max-height: 375px) {
	.nav-mobile__contacts {
		bottom: 20px;
	}
}

.nav-mobile__contacts, .nav-mobile__contacts i {
	color: #fff;
}

.nav-mobile__close {
	position: absolute;
	right: 12px;
	top: 12px;
	width: 44px;
	height: 44px;
	z-index: 99;
}

.nav-mobile__close:before, .nav-mobile__close:after {
	position: absolute;
	top: 0;
	left: 22px;
	width: 2px;
	height: 100%;
	background-color: #fff;
	transition: all .4s;
}

.nav-mobile__close:before {
	transform: rotate(-45deg);
}

.nav-mobile__close:after {
	transform: rotate(45deg);
}

.nav-mobile__close:hover, .nav-mobile__close:active {
	cursor: pointer;
}

.nav-mobile__close:hover:before, .nav-mobile__close:active:before {
	top: 0;
	transform: rotate(45deg);
}

.nav-mobile__close:hover:after, .nav-mobile__close:active:after {
	top: 0;
	transform: rotate(-225deg);
}

/* Mobile slide navigation end */

/* Popup */

.popup-modal {
	position: fixed;
	top: 0;
	right: 0;
	left: 9999px;
	bottom: 0;
	z-index: 999;
	transition: left 0.01s linear 0.45s;
}

.popup-overlay {
	position: absolute;
	z-index: 3;
	top: -50%;
	right: -50%;
	left: 100%;
	bottom: 100%;
	opacity: 0;
	transition: left 0.01s linear 0.45s, bottom 0.01s linear 0.45s, opacity 0.45s ease;
	background-color: rgba(37, 103, 198, 0.8);
}

.popup-active {
	left: 0;
	transition: left 0.01s linear;
}

.popup-active .popup-overlay {
	left: -50%;
	bottom: -50%;
	/*border-radius: 0;*/
	opacity: 1;
	transition: all 0.45s, opacity 0s;
}

.popup-active .popup-box {
	opacity: 1;
	transition: all 0.3s linear 0.45s;
}

.popup-box {
	position: absolute;
	z-index: 4;
	left: 50%;
	top: 50%;
	opacity: 0;
	transform: translate(-50%, -50%);
	padding: 55px 75px;
	max-width: 100%;
	background-color: #fff;
}

.popup-close {
	background: url("img/icon-popup-close.png") 50% 50% no-repeat;
	background-size: 100%;
	opacity: 0.2;
	width: 17px;
	height: 17px;
	position: absolute;
	z-index: 5;
	right: 20px;
	top: 20px;
	transition: all 0.2s;
}

.popup-close:hover {
	cursor: pointer;
	transform: rotate(90deg);
	opacity: 0.5;
}

.popup-title {
	margin: 5px 0 15px;
	font-size: 1.44em;
	font-weight: 500;
	text-align: center;
}

.popup-box form {
	text-align: center;
}

.popup-box a {
	font-weight: 300;
	color: #3f7ee0;
}

.popup-box a:hover {
	color: #f48f18;
}

.form-skew__input, .form-skew__button {
	margin: 0 0 10px;
	position: relative;
	z-index: 2;
	font-size: 1em;
	font-weight: 300;
}

.form-skew__button {
	margin: 20px 40px;
	font-weight: 500;
	font-size: 1.43em;
	color: #ffffff;
}

.form-skew__input:before {
	z-index: -1;
	border: 1px solid #c4c4c4;
	transform: skew(-30deg);
}

.form-skew__button:before {
	z-index: -1;
	background-color: #569bff;
	transform: skew(-30deg);
}

.form-skew__input input, .form-skew__button input {
	min-width: 270px;
}

.form-skew__input input, .form-skew__button input, .form-skew__button button {
	padding: 10px 16px 8px;
	border: none;
	outline: none;
	background-color: transparent;
}

.form-skew__button button {
	width: 100%;
	display: inline-block;
}

/* Popup end */

.steps {
	padding: 26px 0 50px;
	text-align: center;
}

.steps-title, .steps h2, .steps h3 {
	font-family: "Lato", sans-serif;
	font-size: 2em;
	font-weight: 400;
}

.steps-item {
	padding: 5px 60px;
	position: relative;
}

.steps-item__name {
	font-size: 1.42em;
	padding: 0 0 5px;
}

.steps-item__description {
	font-weight: 300;
	line-height: 1.5;
}

.steps-item__image {
	height: 73px;
	margin: 0 0 9px;
}

.steps-item__image img {
	max-height: 100%;
	width: auto;
}

.steps-item__image i {
	width: auto;
	font-size: 64px;
	line-height: 73px;
	margin: 0;
}

.steps-item:after {
	position: absolute;
	width: 68px;
	height: 68px;
	right: 0;
	top: 50%;
	margin: -34px -17px 0 0;
	border-top: 3px solid #ededed;
	border-right: 3px solid #ededed;
	transform: rotate(45deg);
}

.steps-item:last-child:after {
	display: none;
}

.discount-order {
	position: relative;
}

.discount-big {
	font-family: "Lato", sans-serif;
	background: url("img/background-discount.jpg") 50% 0 no-repeat #ffbd37;
	background-size: cover;
}

.discount-big .container {
	position: relative;
}

.discount-order__label {
	display: none;
}

.discount-big__girl {
	text-align: right;
	position: absolute;
	bottom: 0;
}

.discount-big__girl img {
	max-height: 255px;
	margin-right: 20px;
}

.discount-big__text {
	padding-top: 25px;
	padding-bottom: 30px;
}

.discount-big__question, .discount-big__deal {
	display: block;
	color: #fff;
}

.discount-big__question {
	font-size: 2.14em;
	font-weight: 300;
}

.discount-big__deal {
	font-size: 3.57em;
	font-style: italic;
	line-height: 1.1em;
}

.discount-big__link {
	display: inline-block;
	padding: 15px 58px;
	font-size: 1.43em;
	margin: 14px 0 0 15px;
	font-weight: 500;
	color: #fff;
}

.discount-big__link:before {
	border: none;
	background-color: #ff6000;
}

.discount-big__link:hover:before {
	background-color: #ff4800;
	box-shadow: 0 2px 18px #ff5b1a;
}

.benefits {
	padding: 32px 0 54px;
}

.benefits .container, .benefits .fw-container {
	background-image: url("img/background-benefits.png");
	background-size: 338px;
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

.benefits-quality {
	position: relative;
	padding: 28px 60px 11px 50px;
	margin: 18px -15px 0;
	z-index: 1;
}

.benefits-quality:before {
	top: 0;
	right: 20px;
	bottom: 0;
	left: -2000px;
	position: absolute;
	z-index: -1;
	border-top: 17px solid rgba(226, 226, 226, 0.5);
	border-right: 17px solid rgba(226, 226, 226, 0.5);
	border-bottom: 17px solid transparent;
}

.benefits-quality:after {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 90px;
	bottom: -17px;
	left: -2000px;
	border-right: 17px solid transparent;
	border-bottom: 17px solid rgba(226, 226, 226, 0.5);
}

.benefits-quality__right {
	padding-left: 35px;
}

.benefits-quality__right:before {
	right: -2000px;
	left: 0;
	border-right-color: transparent;
	border-left: 17px solid rgba(226, 226, 226, 0.5);
}

.benefits-quality__right:after {
	right: -2000px;
	left: 90px;
	border-right-color: transparent;
	border-left: 17px solid transparent;
}

.benefits-quality__text {
	font-size: 2em;
	padding-left: 15px;
}

.benefits-list {
	padding-left: 87px;
}

.benefits-item {
	padding-top: 24px;
	padding-bottom: 16px;
}

.benefits-item__image img {
	max-height: 52px;
}

.benefits-item__image i {
	width: auto;
	line-height: 52px;
}

.benefits-item__name {
	font-size: 1.43em;
	padding: 12px 0 5px;
}

.benefits-item__details {
	font-weight: 300;
}

.benefits-more__link {
	color: #3f7ee0;
	display: inline-block;
	margin: 12px 0 0;
	font-size: 1.14em;
	font-weight: 500;
}

.benefits-more__link:hover {
	color: #3f7ee0;
}

.services {
	position: relative;
	padding: 22px 0 37px;
	color: #ffffff;
	text-align: center;
	background-image: url("img/background-services.jpg");
	background-attachment: fixed;
}

.services:before {
	background-color: rgba(0, 0, 0, 0.68);
}

.services > * {
	position: relative;
	z-index: 2;
}

.services-item {
	position: relative;
}

.services-item__border {
	position: absolute;
	top: 60%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
	.services-item__border {
		display: none;
	}
}

.services-item:hover .path {
	opacity: 1;
	stroke-dashoffset: 600;
	stroke-width: 6px;
}

.services-item a:hover {
	text-decoration: none;
}

.services-item a:hover .services-item__name {
	color: #80b1ff;
}

.services-title, .services h2, .services h3 {
	font-family: "Lato", sans-serif;
	font-size: 2em;
	font-weight: 400;
}

.services-item__name {
	font-size: 1.43em;
	padding: 0 0 7px;
	transition: all 0.3s ease;
}

.services-item__text {
	font-weight: 300;
	padding-bottom: 10px;
	line-height: 1.6em;
}

.services-item__image {
	padding: 20px 0;
}

.services-item__image i {
	width: auto;
	line-height: 58px;
}

.services-item__image img {
	max-height: 58px;
	width: auto;
}

.services-link__all {
	display: inline-block;
	font-size: 1.14em;
	font-weight: 500;
	margin: 12px 0 20px;
}

.path {
	stroke-dasharray: 250;
	opacity: 0;
	stroke-dashoffset: 0;
	stroke-width: 0;
	transition: all 0.6s ease-out;
}

@keyframes dash {
	from {
		stroke-dashoffset: 400;
	}

	to {
		stroke-dashoffset: 0;
	}
}

.examples {
	padding: 47px 0 56px;
	background-image: url("img/background-examples.png");
	background-size: 313px;
	background-position: right -40px bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}

.examples-reviews {
	padding: 0 70px;
	text-align: center;
}

.examples-reviews__title, .examples-reviews h2, .examples-reviews h3, .examples-reviews h4 {
	font-family: "Lato", sans-serif;
	font-size: 2em;
	line-height: 1.45em;
}

.examples-carousel {
	position: relative;
}

.examples-carousel__prev, .examples-carousel__next {
	position: absolute;
	width: 70px;
	top: 0;
	bottom: 24px;
	z-index: 99;
	opacity: 0.45;
	background-position: 50%;
	background-size: 28px;
	background-repeat: no-repeat;
}

.examples-carousel__prev:hover, .examples-carousel__next:hover {
	opacity: 1;
}

.examples-carousel__prev {
	left: -70px;
	background-image: url("img/icon-carousel-prev.png");
}

.examples-carousel__next {
	right: -70px;
	background-image: url("img/icon-carousel-next.png");
}

.examples-carousel__slides {
	padding: 18px 0 0;
}

.examples-carousel__box {
	background-color: #ededed;
	padding: 42px 37px;
	font-style: italic;
	font-size: 1.21em;
	line-height: 1.55em;
}

.examples-carousel__author, .examples-carousel__rate {
	height: 42px;
	display: block;
}

.examples-carousel__author {
	font-size: 1.07em;
	padding: 16px 0 0;
	float: left;
}

.examples-carousel__rate {
	float: right;
}

.examples-carousel__rate:before {
	content: '\f005\f005\f005\f005\f005';
	color: #ffb51e;
	padding: 15px 0 0;
	display: block;
	font-family: "FontAwesome", sans-serif;
	font-size: 1.1em;
	letter-spacing: 2px;
}

.examples-list {
	text-align: center;
}

.examples-list__title, .examples-list h2, .examples-list h3, .examples-list h4 {
	font-family: "Lato", sans-serif;
	font-size: 2em;
	font-weight: 400;
	margin-bottom: 0;
}

.examples-list__more {
	font-size: 1.14em;
	font-weight: 500;
	color: #3f7ee0;
}

.examples-list__more:hover {
	color: #3f7ee0;
}

.examples-previews {
	margin: -36px 0 -8px;
	padding: 48px 30px 24px;
	position: relative;
}

.examples-previews__item {
	padding-top: 15px;
	padding-bottom: 15px;
}

.examples-previews img {
	width: 100%;
	max-width: 96px;
	box-shadow: 0 1px 14px rgba(0, 0, 0, 0.17);
}

.examples-previews:before {
	top: 0;
	left: 0;
	right: -2000px;
	height: 85px;
	position: absolute;
	z-index: -1;
	border-top: 17px solid #f7f8f9;
	border-left: 17px solid #f7f8f9;
	border-bottom: 17px solid transparent;
}

.examples-previews:after {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	bottom: 0;
	right: -2000px;
	border-top: 17px solid transparent;
	border-left: 17px solid #f7f8f9;
	border-bottom: 17px solid #f7f8f9;
}

.stats {
	padding: 32px 0;
	text-align: center;
	background-color: #f5f5f5;
}

.stats-item {
	font-family: "Lato", sans-serif;
	padding-top: 12px;
	padding-bottom: 12px;
}

.stats-item a:hover {
	text-decoration: none;
}

.stats-item a:hover .stats-item__count, .stats-item a:hover .stats-item__name {
	color: #3f7ee0;
}

.stats-item span, .stats-item div {
	transition: all 0.09s linear;
}

.stats-item__count {
	line-height: 1.25em;
	font-size: 2.57em;
}

.stats-item__name {
	font-size: 1.16em;
	font-weight: 700;
	color: #585858;
}

.experience-big {
	background-image: url("img/background-experience.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% top;
	background-color: #2f79d0;
}

.experience-big .container {
	position: relative;
}

.experience-big__man {
	text-align: left;
	position: absolute;
	padding: 0;
	bottom: 0;
	right: 0;
}

.experience-big__man img {
	max-height: 288px;
	margin: -20px 0 0 -45px;
}

.experience-big__text {
	text-align: center;
	padding-top: 27px;
	padding-bottom: 37px;
	font-family: "Lato", sans-serif;
}

.experience-big__question, .experience-big__deal {
	display: block;
	color: #fff;
}

.experience-big__question {
	font-size: 3.29em;
	font-weight: 700;
	margin-bottom: 2px;
}

.experience-big__deal {
	font-size: 1.86em;
	font-weight: 300;
	line-height: 1.2em;
	min-height: 2.4em;
}

.experience-big__link {
	display: inline-block;
	padding: 15px 58px;
	font-size: 1.43em;
	margin: 25px 0 0 15px;
	font-weight: 500;
	color: #fff;
}

.experience-big__link:before {
	border: none;
	background-color: #ff9b0b;
}

.main-content {
	padding: 24px 0 30px;
	font-weight: 300;
	line-height: 1.5em;
}

.main-content__background, .main-content .container {
	background: url("img/background-content-1.png") right 6% no-repeat, url("img/background-content-2.png") left 48% no-repeat;
	background-size: 304px, 282px;
}

article a {
	color: #3f7edf;
}

article a:hover {
	color: #3f7edf;
	text-decoration: underline;
}

.entry-text {
	padding: 40px 0;
}

.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6,
.main-content__section h1, .main-content__section h2, .main-content__section h3, .main-content__section h4, .main-content__section h5, .main-content__section h6,
.entry-text h1, .entry-text h2, .entry-text h3, .entry-text h4, .entry-text h5, .entry-text h6 {
	font-family: "Lato", sans-serif;
	font-weight: 400;
}

.main-content h2, .main-content__section h2, .entry-text h2 {
	font-size: 2em;
	margin-bottom: 16px;
}

.main-content h3, .main-content__section h3, .entry-text h3 {
	font-size: 1.56em;
}

.main-content p, .main-content__section p, .entry-text p {
	margin-bottom: 5px;
}

.main-content__section {
	max-width: 66.67%;
	margin: 20px auto;
}

.main-content__bordered {
	position: relative;
	padding: 28px 60px 11px 50px;
	margin: 18px 0 0;
	line-height: 1.3em;
	font-size: 1.74em;
	font-family: "Lato", sans-serif;
	font-weight: 400;
}

.main-content__bordered:before {
	top: 0;
	right: 100px;
	bottom: 0;
	left: -2000px;
	position: absolute;
	z-index: -1;
	border-top: 17px solid rgba(226, 226, 226, 0.5);
	border-right: 17px solid transparent;
}

.main-content__bordered:after {
	position: absolute;
	z-index: -1;
	top: 55px;
	right: 40px;
	bottom: -17px;
	left: -2000px;
	border-top: 17px solid transparent;
	border-right: 17px solid rgba(226, 226, 226, 0.5);
	border-bottom: 17px solid rgba(226, 226, 226, 0.5);
}

.main-content__order {
	padding: 28px 0 38px;
	text-align: center;
}

.main-content__order .order-link {
	margin-top: 0;
	padding-top: 18px;
	padding-bottom: 18px;
}

.main-content__order .order-link:before {
	background-color: #ffb51e;
}

.colleges {
	padding: 28px 0 24px;
	background-color: #f5f5f5;
}

.colleges-slider {
	text-align: center;
	position: relative;
}

.colleges-slider .owl-item {
	padding: 0 10px;
}

.colleges-slider .owl-item img {
	width: auto;
	display: inline-block;
}

.colleges-slider__item {
	opacity: .49;
	max-height: 55px;
	max-width: 100%;
	width: auto;
}

.colleges-slider__item:hover {
	opacity: 1;
}

.colleges-slider:before, .colleges-slider:after {
	position: absolute;
	width: 150px;
	top: 0;
	bottom: 0;
	z-index: 99;
}

.colleges-slider:before {
	left: 0;
	background: linear-gradient(to right, #f5f5f5 0, transparent 100%);
}

.colleges-slider:after {
	right: 0;
	background: linear-gradient(to left, #f5f5f5 0, transparent 100%);
}

footer {
	padding: 34px 0 51px;
	font-weight: 300;
	background-color: #333333;
	color: #fff;
}

.footer-content__title {
	font-family: "Lato", sans-serif;
	font-size: 1.57em;
	font-weight: 400;
}

.footer-nav-list {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.footer-nav-list__link, .footer-nav-list a {
	display: inline-block;
	padding: 4px 0;
	position: relative;
}

.footer-nav-list__link:after, .footer-nav-list a:after {
	height: 1px;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	opacity: 0;
	right: 100%;
	bottom: 3px;
	transition: all 0.2s;
}

.footer-nav-list__link:hover, .footer-nav-list__link:active, .footer-nav-list a:active, .footer-nav-list a:hover {
	color: #e4e4e4;
	text-decoration: none;
}

.footer-nav-list__link:hover:after, .footer-nav-list a:hover:after {
	background-color: #e4e4e4;
	opacity: 1;
	right: 0;
}

.footer-content__pay, .footer-content__secure {
	max-width: 208px;
	padding: 1px 0 0;
}

.footer-content__pay__image {
	margin: 5px 9px 5px 0;
}

/*.footer-content__secure img {
	max-width: 60%;
}*/

.footer-content__secure__image {
	display: block;
	margin: 4px 0 10px;
}

.footer-logo {
	height: 25px;
	margin: -3px 10px 0 0;
}

.footer-content__copy {
	display: block;
	padding-top: 10px;
}

/* Template: 404 page */

.not-found {
	font-family: "Lato", sans-serif;
	padding-top: 82px;
}

.not-found-code {
	min-height: 354px;
	background: url('img/background-404_part_1.png') bottom right no-repeat;
	background-size: 100%;
	margin: 0 -37px 0 0;
	text-align: center;
	padding-left: 50px;
}

.not-found-code__sign {
	font-size: 17.4em;
	color: #f5f5f5;
	font-weight: 300;
}

.not-found-search {
	min-height: 457px;
	padding: 58px 82px 0;
	background: url('img/background-404_part_2.png') no-repeat;
	background-size: 100%;
}

.search-form {
	padding: 42px 5px 16px;
}

.search-form input[type="text"], .search-form input[type="submit"], .search-form button {
	height: 40px;
	padding: 0 3px;
}

.search-form__input, .search-form__button {
	transform: skew(-30deg);
	float: left;
}

.search-form__input {
	border: 1px solid #e5e5e5;
	width: 68%;
	margin-right: 2%;
	padding: 0 14px;
}

.search-form__input input {
	transform: skew(30deg);
	/*opacity: .5;*/
	width: 100%;
	outline: none;
	border: none;
}

.search-form__button {
	background-color: #3f7ee0;
	border: 1px solid transparent;
	width: 30%;
}

.search-form__button input[type="submit"], .search-form__button button {
	transform: skew(30deg);
	width: 100%;
	background-color: transparent;
	color: #fff;
	font-size: 1.14em;
	font-weight: 600;
	outline: none;
	border: none;
}

.not-found__title {
	font-size: 2em;
	margin-bottom: 20px;
}

.figure-link {
	display: inline-block;
	color: #3f7ee0;
	margin: 12px 0 0;
	position: relative;
	font-weight: 700;
	padding: 9px 38px 9px 58px;
	background: url("img/icon-arrow-back.png") 21px 50% no-repeat;
	background-size: 20px;
	transition: all 0.12s ease-in;
}

.figure-link:hover {
	color: #2b61b5;
	text-decoration: none;
	background-position-x: 14px;
}

.figure-link:before {
	border: 2px solid #3f7ee0;
	transform: skew(-30deg);
	transition: all 0.12s ease-in;
}

.figure-link:hover:before {
	border-color: #2b61b5;
}

/* End of Template: 404 page */

/* Template: Page/Post type inner page */

.page-head {
	padding: 50px 0 38px;
	font-family: "Lato", sans-serif;
}

.page-head-big {
	padding-top: 65px;
	padding-bottom: 70px;
	text-align: center;
}

.page-head__title, .page-head h1 {
	font-size: 4.07em;
	font-weight: 700;
	margin-bottom: 22px;
}

.page-head h2 {
	font-size: 3.55em;
}

.page-head__title u, .main-title u {
	position: relative;
	text-decoration: none;
}

.page-head__title u:after, .main-title u:after {
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	bottom: -5px;
	background-color: #ffbe28;
}

.page-head__description {
	font-size: 1.29em;
	font-weight: 300;
}

.page-head__published {
	padding: 10px 0 0;
	font-weight: 700;
	color: #8b8b8b;
}

.breadcrumbs {
	opacity: .6;
	font-size: 1em;
	transition: all 0.1s ease-in;
	margin: 10px 0 -10px;
}

.breadcrumbs:hover {
	opacity: 1;
}

.separator {
	color: #ffb51e;
	margin: 0 3px;
	font-size: 0.8em;
}

.no-parallax {
	background-attachment: scroll;
	background-position: 50% 50%;
}

.about-grid {
	padding: 60px 0 30px;
	background: url('img/svg/logo_segment.svg') center 50% no-repeat;
}

.clip-block {
	position: relative;
}

.about-item {
	padding: 0 7.5px;
	margin: 0 0 45px;
}

.about-item__container {
	position: relative;
	z-index: 5;
	background-color: #fff;
}

.about-item__content {

	padding: 20px 57px 27px;
}

.about-item__title {
	font-size: 1.43em;
	font-weight: 500;
	margin-top: 15px;
}

.about-item__image img {
	max-height: 52px;
}

.clip-shadow {
	position: absolute;
	z-index: -1;
	left: 9px;
	right: 9px;
	bottom: 2px;
	top: 2px;
	background-color: rgba(0, 0, 0, 0.17);
}

.clip-blur {
	filter: blur(9px);
}

.about-item__content {
	overflow: hidden;
	height: 400px;
}

.left-top .about-item__container, .left-top .clip-shadow {
	clip-path: polygon(100% 0, 100% 354px, 494px 100%, 0 100%, 0 0);
}

.right-top .about-item__container, .right-top .clip-shadow {
	clip-path: polygon(100% 0, 100% 100%, 46px 100%, 0 354px, 0 0);
}

.left-bottom .about-item__container, .left-bottom .clip-shadow {
	clip-path: polygon(494px 0, 100% 46px, 100% 100%, 0 100%, 0 0);
}

.right-bottom .about-item__container, .right-bottom .clip-shadow {
	clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 46px, 46px 0);
}

.left-top:after, .left-bottom:after, .right-top:after, .right-bottom:after {
	background-color: #f7f8f9;
	position: absolute;
	z-index: 99;
}

.left-top:after, .right-bottom:after {
	transform: skewY(30deg);
}

.left-bottom:after, .right-top:after {
	transform: skewX(-30deg);
}

.left-top:after {
	width: 17px;
	height: 184px;
	right: -23.5px;
	bottom: 76px;
}

.left-bottom:after {
	height: 17px;
	width: 184px;
	top: -31px;
	right: 76px;
}

.right-top:after {
	height: 17px;
	width: 184px;
	bottom: -31px;
	left: 76px;
}

.right-bottom:after {
	width: 17px;
	height: 184px;
	left: -23.5px;
	top: 76px;
}

/* End of Template: Page/Post type inner page */

/* Template: Category page */

.blog-list {
	padding: 50px 0 60px;
}

.blog-list__title {
	font-size: 2em;
	text-align: center;
	font-family: "Lato", sans-serif;
	margin-bottom: 30px;
}

.blog-list__related {
	padding: 0 0 70px;
}

.blog-article {
	box-shadow: 0 0 3px rgba(103, 103, 103, 0.6);
	margin-bottom: 30px;
	height: 379px;
}

.blog-article a:hover {
	text-decoration: none;
}

.blog-article a:hover .blog-article__background:before {
	background-color: rgba(0, 0, 0, 0.85);
}

.blog-article__background {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 22px;
	height: 180px;
}

.blog-article__title {
	color: #fff;
	font-weight: 400;
	position: relative;
	z-index: 2;
	font-size: 2em;
	line-height: 1.35em;

}

.blog-article__sub {
	display: block;
	padding: 0 0 18px;
	font-size: 1.43em;
	font-weight: 500;
}

.blog-article__background:before {
	background-color: rgba(0, 0, 0, 0.65);
	transition: 0.2s ease-in;
}

.blog-article__description {
	height: 4.5em;
	line-height: 1.5em;
	margin-bottom: 20px;
	font-weight: 300;
	overflow: hidden;
	position: relative;
}

.blog-article__nosub .blog-article__description {
	height: 6.5em;
}

.blog-article__description:after {
	position: absolute;
	bottom: 0;
	background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff);
	width: 100%;
	height: 46px;
}

.blog-article__excerpt {
	padding: 22px 18px 0;
}

.blog-article__line {
	border-top: 1px solid #e1e1e1;
	margin: 0 -18px;
}

.blog-article__published, .blog-article__more a {
	padding-top: 14px;
	padding-bottom: 13px;
}

.blog-article__published {
	color: #848484;
}

.blog-article__more {
	text-align: right;
	background-color: #fff;
	position: relative;
}

.blog-article__more:before {
	opacity: 0;
	background: linear-gradient(to right, #fff, #e1e1e1);
	transition: 0.2s ease-in;
}

.blog-article__more:hover:before {
	opacity: 1;
}

.blog-article__more a {
	display: block;
	width: 100%;
	color: #000;
	z-index: 2;
	position: relative;
}

.pagination {
	margin: 0;
	display: block;
	text-align: center;
}

.pagination span {
	background-color: #f5f5f5;
	color: #b1b1b1;
}

.page-numbers.current {
	font-weight: 700;
}

.page-numbers {
	display: inline-block;
	padding: 10px 14px 8px;
	background-color: #eee;
	transition: all 0.1s ease-in-out;
}

.pagination a:hover {
	background-color: #ffb51e;
	color: #000;
	text-decoration: none;
}

.pagination a:focus, .pagination a:active {
	background-color: rgba(255, 180, 36, 0.54);
	text-decoration: none;
}

.pagination .next:after, .pagination .prev:before {
	display: inline-block;
	vertical-align: middle;
	font-family: "FontAwesome", sans-serif;
}

.pagination .next:after {
	content: '\f054';
	margin-left: 7px;
}

.pagination .prev:before {
	content: '\f053';
	margin-right: 7px;
}

/* End of Template: Category page */

/* Template: Sample items */

.sample-item {
	position: relative;
	padding: 52px 0 44px;
	margin: 50px 0 0;
	color: #000;
}

.sample-item__image {
	display: inline-block;
	margin: 0 -10px;
	box-shadow: 0 1px 14px rgba(0, 0, 0, 0.17);
}

.sample-item__name {
	font-family: "Lato", sans-serif;
	font-size: 1.57em;
	font-weight: 400;
	margin: 0 0 10px;
}

.sample-item__cell {
	padding: 0 20px 0 0;
	font-weight: 500;
}

.sample-item__cell:last-child {
	padding: 0;
	font-weight: 300;
}

.sample-item__view {
	display: inline-block;
	padding: 9px 21px 8px;
	margin: 12px 0 0 10px;
	color: #679ef0;
}

.sample-item__view:before {
	border: 0;
	background-color: #f5f5f5;
}

.sample-item__view:hover {
	color: #5584C8;
}

.sample-left {
	padding-right: 42px;
	padding-left: 10px;
}

.sample-right {
	padding-left: 42px;
	padding-right: 10px;
}

.sample-item__view:hover:before {
	box-shadow: 0 0 3px rgba(103, 158, 240, 0.59);
}

.sample-left.sample-item:before, .sample-left.sample-item:after, .sample-right.sample-item:before, .sample-right.sample-item:after {
	position: absolute;
	z-index: -1;
	border: 17px solid #f7f8f9;
}

.sample-left.sample-item:before {
	height: 84px;
	top: 0;
	right: 0;
	left: -2000px;
	border-bottom-color: transparent;
}

.sample-left.sample-item:after {
	height: 91px;
	bottom: 0;
	right: 0;
	left: -2000px;
	border-top-color: transparent;
}

.sample-right.sample-item:before {
	height: 84px;
	top: 0;
	left: 0;
	right: -2000px;
	border-bottom-color: transparent;
}

.sample-right.sample-item:after {
	height: 91px;
	bottom: 0;
	left: 0;
	right: -2000px;
	border-top-color: transparent;
}

/* End of Template: Sample items */

/* Template: FAQ accordion */

.faq-background {
	background: url(img/background-benefits.png) right 20% top 70% no-repeat;
	background-size: 340px;
}

.faq-list {
	padding: 18px 40px 0 0;
}

.faq-list__item {
	margin-bottom: 10px;
	font-weight: 300;
}

.faq-list__question {
	font-size: 1.14em;
	position: relative;
	padding: 11px 20px 10px;
	cursor: pointer;
}

.faq-list__question span {
	display: block;
	position: relative;
	background: url("img/icon-faq-down.png") right 8px top 50% no-repeat;
	background-size: 10px;
	z-index: 2;
	padding: 0 35px 0 0;
}

.faq-list__question:before {
	transform: skew(-30deg);
	transition: all 0.2s linear;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	z-index: 1;
}

.faq-list__opened .faq-list__question:before {
	transform: skew(30deg);
}

.faq-list__opened .faq-list__question span {
	background-image: url("img/icon-faq-up.png");
}

.faq-list__answer {
	padding: 12px 20px 2px;
	display: none;
}

/* End of Template: FAQ accordion */

/* Template: Contact page */

.contact-phones {
	width: 75%;
	margin-left: auto;
	padding: 18px 38px 23px;
	text-align: center;

}

.contact-phones__single {
	padding: 48px 38px 51px;
}

.contact-phone:before, .contact-live__button:before {
	border: 1px solid #e5e5e5;
	transform: skew(-30deg);
}

.contact-phones a:hover {
	text-decoration: none;
}

.contact-phones a:hover .contact-phone:before {
	border-color: #b4b4b4;
}

.contact-phone, .contact-live__button {
	margin: 0 0 21px;
	position: relative;
	z-index: 4;
}

.contact-phone {
	padding: 10px 14px 7px;
}

.contact-phone__label {
	font-weight: 300;
}

.contact-phone__number {
	font-weight: 600;
}

.contact-live__button:before {
	z-index: -1;
	border-color: transparent;
	background-color: #41b314;
	transition: all 0.15s ease-in;
}

.contact-live__button {
	display: inline-block;
	margin: 0;
	padding: 11px 35px 9px;
	font-size: 1.29em;
	font-weight: 500;
	letter-spacing: 0.05em;
	cursor: pointer;
	color: #ffffff;
}

.contact-live__button:hover {
	color: #fff;
	text-decoration: none;
}

.contact-live__button:hover:before {
	background-color: #43c914;
}

.contact-phones__background {
	background: url("img/icon-contact-phones.png") 5% center no-repeat;
	background-size: 127px;
}

.contact-social {
	width: 62%;
	padding-left: 10px;
}

.contact-social__background {
	background: url("img/icon-contact-social.png") right center no-repeat;
	background-size: 171px;
}

.contact-social__background:after, .contact-phones__background:after {
	bottom: 0;
}

.contact-social__background:before, .contact-phones__background:before {
	bottom: 62px;
}

.contact-title {
	text-align: center;
	font-size: 1.43em;
	font-weight: 400;
}

.contact-links {
	font-size: 0;
	padding: 0;
}

.contact-links li {
	display: inline-block;
	width: 33.33%;
	text-align: center;
	padding: 10px 0 14px;
}

.contact-social__link {
	display: inline-block;
	width: 46px;
	height: 46px;
	background-color: #adadad;
	font-size: 28px;
	text-align: center;
	color: #f6f6f6;
	border-radius: 7px;
	line-height: 46px;
	transition: all .15s ease;
}

.contact-social__link:hover {
	background-color: #ffb51e;
	color: #333;
}

.contact-social__link:active, .contact-social__link:focus {
	background-color: #ffd91c;
}

/* End of Template: Contact page */

/* Reviews page */

.testi {

}

.testi-item {
	margin: 10px 0 0;
	border-top: 1px solid #a9a9a9;
	background-color: #f8fbff;
	padding: 20px 15px;
}

.testi-item:first-child {
	margin: 0;
}

.testi-item .name {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #4076cc;
}

.testi-item .rating {
	float: right;
	color: #ffbd37;
}

.testi-item .service {
	color: #8c8c8c;
}

.testi-item .testi-content {
	margin: 10px 0 0;
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer-content__copy {
		display: none;
	}
}

.footer-content__copy__tablet {
	text-align: center;
	padding-top: 15px;
	display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer-content__copy__tablet {
		display: block;
	}
}

/* Media queries for brillassignment */
@media all and (max-width: 1199px) {
	body {
		overflow-x: hidden !important;
	}

	.main-title {
		font-size: 2.86em;
	}

	.main-nav__menu, .main-nav__logo {
		text-align: center;
	}

	.main-nav__logo {
		padding-top: 25px;
	}

	.main-nav__list {
		padding-top: 16px;
	}

	.sticky-header .main-nav__list {
		padding-bottom: 5px;
	}

	.main-welcome {
		padding-top: 105px;
		padding-bottom: 120px;
	}

	.discount-big__question {
		font-size: 1.94em;
	}

	.discount-big__deal {
		font-size: 3.27em;
	}

	.discount-big__link {
		font-size: 1.25em;
		padding: 14px 50px;
	}

	.examples-reviews__title, .examples-reviews h2, .examples-reviews h3, .examples-reviews h4 {
		font-size: 1.8em;
	}

	.experience-big__text {
		padding-top: 18px;
		padding-bottom: 22px;
	}

	.experience-big__deal {
		font-size: 1.56em;
	}

	.experience-big__link {
		padding: 14px 50px;
		font-size: 1.25em;
	}

	.main-content__section {
		max-width: 100%;
	}

	.main-content__order {
		padding: 10px 0 20px;
	}

	.colleges-slider__item {
		max-height: 40px;
	}

	.not-found {
		padding-top: 36px;
	}

	.not-found-code {
		padding-top: 10px;
		margin-right: -32px;
		background-position: right 0 bottom 20px;
	}

	.not-found-code__sign {
		font-size: 14.4em;
	}

	.not-found-search {
		min-height: 0;
		padding: 42px 40px 25px 50px;
	}

	.not-found__title {
		font-size: 1.8em;
	}

	.left-top .about-item__container, .left-top .clip-shadow {
		clip-path: polygon(100% 0, 100% 424px, 394px 100%, 0 100%, 0 0);
	}

	.left-bottom .about-item__container, .left-bottom .clip-shadow {
		clip-path: polygon(394px 0, 100% 46px, 100% 100%, 0 100%, 0 0);
	}

	.right-top .about-item__container, .right-top .clip-shadow {
		clip-path: polygon(100% 0, 100% 100%, 46px 100%, 0 424px, 0 0);
	}

	.about-item__content {
		height: 470px;
	}

	.blog-article__title {
		font-size: 1.8em;
	}

	.contact-phones {
		width: 100%;
	}
}

@media all and (max-width: 991px) {
	.clip-svg {
		display: none;
	}

	.main-welcome {
		padding: 70px 0 92px;
	}

	.main-welcome__description {
		font-size: 1.57em;
	}

	.main-welcome__links {
		padding-top: 24px;
	}

	.main-welcome__link {
		font-size: 1.14em;
		padding: 14px 20px;
		min-width: 150px;
	}

	.steps-item {
		padding-left: 32px;
		padding-right: 32px;
	}

	.steps-item__name {
		font-size: 1.28em;
	}

	.steps-item:after {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		margin-right: -10px;
	}

	.discount-big__girl {
		text-align: left;
	}

	.discount-big__girl img {
		max-height: 215px;
	}

	.discount-big__text {
		padding-top: 20px;
		padding-bottom: 24px;
	}

	.discount-big__question {
		font-size: 1.7em;
	}

	.discount-big__deal {
		font-size: 3.05em;
	}

	.benefits {
		padding-top: 22px;
		padding-bottom: 48px;
	}

	.benefits .container {
		background-position: 0 50%;
		background-size: 195px;
	}

	.benefits-quality {
		padding-left: 15px;
		padding-right: 35px;
	}

	.benefits-quality:before {
		right: 0;
	}

	.benefits-quality__text {
		font-size: 1.43em;
	}

	.benefits-list {
		padding-left: 20px;
	}

	.examples {
		background-size: 251px;
		background-position: right -90px top 50%;
		padding: 35px 0 51px;
	}

	.examples-reviews {
		padding-left: 25px;
		padding-right: 25px;
	}

	.examples-reviews__title, .examples-reviews h2, .examples-reviews h3, .examples-reviews h4 {
		margin: 0 -10px;
	}

	.examples-carousel__box {
		padding: 30px 20px;
		font-size: 1.14em;
	}

	.examples-carousel__prev, .examples-carousel__next {
		width: 25px;
		background-size: 17px;
	}

	.examples-carousel__prev {
		left: -25px;
		background-position: left 50%;
	}

	.examples-carousel__next {
		right: -25px;
		background-position: right 50%;
	}

	.examples-previews {
		padding: 25px 5px 17px;
	}

	.examples-previews__item {
		padding: 10px;
	}

	.examples-previews__item:last-child, .examples-previews__item:nth-child(7) {
		/*display: none;*/
	}

	.examples-list__title, .examples-list h2, .examples-list h3, .examples-list h4 {
		margin: 4px 0 24px;
		font-size: 1.8em;
	}

	.services {
		padding-bottom: 42px;
	}

	.services-item__text {
		padding-bottom: 4px;
	}

	.services-link__all {
		margin-bottom: 5px;
	}

	.experience-big__text {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.experience-big__question {
		font-size: 2.8em;
	}

	.experience-big__deal {
		font-size: 1.5em;
	}

	.experience-big__link {
		margin-top: 16px;
	}

	.experience-big__man {
		right: -100px;
		width: 40%;
	}

	.experience-big__man img {
		max-height: 250px;
	}

	.colleges-slider:before, .colleges-slider:after {
		display: none;
	}

	.main-content__background, .main-content .container {
		background-size: 177px, 192px;
	}

	.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
		line-height: 1.34em;
	}

	.main-content__bordered {
		line-height: 1.6em;
		font-size: 1.43em;
		padding-right: 30px;
		padding-left: 15px;
		margin-bottom: 36px;
	}

	.main-content__bordered:before {
		right: 70px;
	}

	.main-content__bordered:after {
		right: 10px;
	}

	.not-found-search {
		padding-right: 80px;
		padding-left: 80px;
	}

	.search-form {
		padding-top: 24px;
	}

	.page-head {
		padding: 20px 0 20px;
	}

	.page-head__title, .page-head h1 {
		font-size: 3.27em;
	}
	
	.about-grid {
		background: #fff;
	}

	.about-item__content {
		height: auto;
		padding-top: 25px;
	}

	.left-top .about-item__container, .left-top .clip-shadow, .left-bottom .about-item__container, .left-bottom .clip-shadow, .right-top .about-item__container, .right-top .clip-shadow, .right-bottom .about-item__container, .right-bottom .clip-shadow {
		clip-path: none;
	}

	.left-top:after, .left-bottom:after, .right-top:after, .right-bottom:after {
		display: none;
	}

	.left-top:before, .left-bottom:before, .right-top:before, .right-bottom:before {
		content: '';
		display: block;
		background-color: #f7f8f9;
		position: absolute;
		z-index: 99;
		height: 17px;
		width: 65%;
		bottom: -31px;
		left: 20%;
		transform: skewX(30deg);
	}

	section {
		overflow-x: hidden;
	}
}

@media all and (max-width: 767px) {
	.main-bar {
		display: none;
	}

	.main-bar__mobile {
		display: block;
		background: none;
		text-align: center;
		font-size: 1.14em;
	}

	.main-nav {
		text-align: center;
		/* Menu button mobile */
	}

	.main-nav__list {
		display: none;
	}

	.main-nav__logo {
		padding: 13px 0 0;
	}

	.gray-header .main-nav__logo {
		padding-top: 15px;
	}

	.main-nav span {
		font-size: 1.57em;
		padding-left: 10px;
	}

	.main-nav img {
		width: 39px;
	}

	.main-nav__logo__bliq span {
		display: none;
	}

	.main-nav__open {
		padding: 22px 0 0;
		display: inline-block;
		transform: skew(-23deg);
	}

	.main-nav .menu-segment {
		display: block;
		width: 23px;
		height: 3px;
		padding: 0;
		margin: 0 0 5px;
		background-color: #fff;
	}

	.main-nav .menu-segment:last-child {
		margin: 0;
	}

	.main-nav__login__mobile {
		padding: 18px 0 0;
		font-size: 1.6em;
	}

	.main-title {
		font-size: 2.21em;
	}

	.main-welcome {
		padding-top: 24px;
		padding-bottom: 55px;
		text-align: left;
	}

	.main-welcome__description {
		font-size: 1.29em;
	}

	.main-welcome__link {
		padding: 12px 16px;
		min-width: 0;
		max-width: 200px;
		width: 45%;
		margin: 0 2%;
		text-align: center;
	}

	.steps {
		padding-bottom: 41px;
	}

	.steps-item {
		position: relative;
		text-align: left;
		padding-top: 8px;
		padding-left: 83px;
		min-height: 80px;
	}

	.steps-item__image {
		position: absolute;
		left: 15px;
		top: 4px;
		text-align: center;
		width: 54px;
	}

	.steps-item__image img {
		max-width: 100%;
	}

	.steps-item__image i, .services-item__image i {
		font-size: 52px !important;
		line-height: 100%;
	}

	.steps-item:after {
		display: none;
	}

	.steps-title, .steps h2, .steps h3 {
		margin-bottom: 20px;
	}

	.container .clearfix {
		position: relative;
	}

	.discount-order__label {
		display: block;
		font-size: 17px;
		color: #ff9806;
		position: absolute;
		top: 4px;
		padding: 6px 26px 6px 16px;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
		border-radius: 30px;
		z-index: 12;
		right: -30px;
		background-color: #fff;
		font-family: "Lato", sans-serif;
		font-style: italic;
		font-weight: 700;
	}

	.discount-big__text {
		text-align: center;
		padding: 20px 0;
	}

	.discount-big__girl, .discount-big__question {
		display: none;
	}

	.discount-big__deal {
		margin: 20px 0 0;
		font-size: 2.3em;
	}

	.discount-big__link {
		font-size: 1.14em;
		margin: 10px 0 0;
		padding: 12px 44px;
	}

	.benefits {
		text-align: center;
	}

	.benefits-quality, .benefits-item {
		text-align: left;
	}

	.services-title, .services h3, .services h2 {
		margin-bottom: 25px;
	}

	.services-item, .services a {
		display: block;
		position: relative;
	}

	.services-item {
		padding-left: 75px;
	}

	.services-item__image {
		position: absolute;
		margin-left: -72px;
		top: 0;
		left: 0;
		width: 56px;
		padding-top: 4px;
	}

	.services-item__image img {
		max-width: 100%;
	}

	.services-item__name {
		color: #93bdff;
	}

	.services-item__name, .services-item__text {
		text-align: left;
	}

	.services-link__all {
		margin-top: 16px;
	}

	.examples .container {
		padding: 0 5px;
	}

	.examples-list {
		padding: 40px 0 0;
	}

	.stats-item__count {
		font-size: 2.37em;
	}

	.stats-item__name {
		font-size: 0.9em;
	}

	.experience-big .container {
		padding: 0;
	}

	/*.experience-big__text {
		padding-right: 110px;
		text-align: left;
	}*/

	.experience-big__question {
		font-size: 2.21em;
		line-height: 1.2em;
		margin-bottom: 14px;
	}

	.experience-big__deal {
		font-size: 1.3em;
	}

	.experience-big__man {
		text-align: right;
		right: -190px;
		width: auto;
	}

	.experience-big__man img {
		max-height: 308px;
	}

	.main-content__section {
		max-width: 100%;
	}

	.main-content__bordered {
		margin-bottom: 44px;
	}

	.main-content__order {
		padding-top: 0;
	}

	.main-content__order .order-link {
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.not-found-code {
		margin-right: 0;
	}

	.page-head-big {
		padding-top: 24px;
		padding-bottom: 33px;
	}

	.page-head__title, .page-head h1 {
		line-height: 1.5em;
		font-size: 2.6em;
	}

	.page-head__title u:after, .main-title u:after {
		height: 2px;
		bottom: -4px;
	}

	.about-item__content {
		padding-bottom: 24px;
	}

	.entry-text {
		padding: 25px 0;
	}

	.blog-article {
		height: auto;
	}

	.blog-article__excerpt {
		padding-top: 14px;
	}

	.blog-article__sub {
		padding-bottom: 9px;
	}

	.blog-article__description {
		padding-bottom: 10px;
		margin-bottom: 0;
	}

	.blog-article__description, .blog-article__nosub .blog-article__description {
		height: auto;
	}

	.sample-item {
		text-align: center;
	}

	.sample-item table {
		max-width: 280px;
		width: 100%;
		text-align: left;
		margin: 0 auto;
	}

	.sample-item__image {
		margin: 0 0 12px;
	}

	.contact-phone:before, .contact-live__button:before {
		border-color: #d2d2d2;
	}

	.examples-carousel {
		margin: 0 15px;
	}
}

@media all and (max-width: 550px) {

	.experience-big__man {
		right: -220px;
	}

	.experience-big__text {
		position: relative;
		z-index: 10;
		padding-right: 60px;
	}

	.not-found {
		padding-top: 0;
	}

	.not-found-code {
		min-height: 0;
		padding-left: 15px;
		padding-bottom: 18px;
	}

	.not-found-search {
		padding-left: 40px;
		padding-right: 40px;
		text-align: center;
	}

	.search-form {
		padding-top: 14px;
		padding-bottom: 6px;
	}

	.figure-link {
		margin-top: 6px;
	}

	.not-found-code__sign {
		font-size: 8.8em;
	}

	.search-form__input, .search-form__button {
		max-width: 200px;
		width: 100%;
		float: none;
		margin: 10px auto;
	}

	.about-item__content {
		padding-left: 25px;
		padding-right: 25px;
	}

	.page-head__title, .page-head h1 {
		line-height: 1.2em;
	}

	.page-head__title u:after, .main-title u:after {
		display: none;
	}

	.about-grid {
		padding: 35px 0 10px;
	}

	.sample-item__cell {
		font-size: 12px;
		padding-right: 10px;
		padding-top: 6px;
		padding-bottom: 6px;
	}

	.contact-phones {
		padding-right: 12px;
		padding-left: 12px;
	}

	.contact-phone {
		font-size: 0.9em;
	}

	.contact-phones__background {
		padding-right: 24px;
	}

	.contact-social__background {
		padding-right: 15px;
	}

	.contact-social {
		width: 100%;
	}

	.testi-item .name {
		font-size: 14px;
	}

	.testi-item .dashicons, .testi-item .dashicons-before:before {
		font-size: 16px;
		width: 16px;
		height: 16px;
	}
}

.ng-scope>span>a {
color:#333!important;
}

.entry-content{
	margin: 1.5em 0;
}

@media (max-width: 414px) {
	.entry-content {
		margin-left: 10px;
		margin-right: 10px;
	}
}

