/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.rating-list,
#footer .meta-list,
.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
#footer:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #231f20;
	background: #fff;
	font: 16px/1.5 "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

/* ---------------------------------------------------------
   1. Common site styles
   ---------------------------------------------------------*/

/* wrapper styles */

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* container styles */

.container {
	max-width: 1300px;
	padding: 0 50px;
	margin: 0 auto;
}

/* h2 styles */

h2 {
	font-weight: 300;
	margin: 0 0 30px;
}

h2 span {
	font-weight: normal;
}

/* btn-default styles */

.btn-default {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ec1c24;
	padding: 3px;
	text-decoration: none;
	font-weight: 300;
	text-transform: capitalize;
	-webkit-transition: background .4s ease-in-out;
	transition: background .4s ease-in-out;
}

.btn-default:hover {
	background: #ec1c24;
}

.btn-default span {
	display: block;
	background: #ec1c24;
	padding: 3px 20px;
	color: #fff;
}

/* rating-list styles */

.rating-list li {
	font-size: 0;
	line-height: 0;
	display: inline-block;
	vertical-align: top;
	height: 12px;
	width: 12px;
	border-radius: 100%;
	border: 2px solid #00add7;
	background: #00add7;
}

.rating-list li.null {
	background: none;
}

.rating-list li.half {
	position: relative;
	background: none;
}

.rating-list li.half:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	background: #00add7;
	z-index: 1;
}

/* header styles */

#header {
	padding: 10px 0;
	background: rgba(231, 221, 212, .9);
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
}

#header .btn-default {
	border-color: #ec1c24;
}

#header .btn-default span {
	background: #ec1c24;
}

#header .btn-default:hover {
	background: #ec1c24;
}

/* logo styles */

.logo {
	width: 150px;
	margin: 0 auto 10px;
}

.logo img {
	display: block;
	width: 100%;
}

/* visual styles */

.visual {
	text-align: center;
	overflow: hidden;
	position: relative;
	margin: 0 0 30px;
}

.visual:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, rgba(35, 31, 32, .5) 0%, rgba(35, 31, 32, .5) 8%, rgba(35, 31, 32, .05) 66%, rgba(35, 31, 32, .02) 100%);
	background: linear-gradient(to bottom, rgba(35, 31, 32, .5) 0%, rgba(35, 31, 32, .5) 8%, rgba(35, 31, 32, .05) 66%, rgba(35, 31, 32, .02) 100%);
}

.visual .img-holder,
.visual .img-frame {
	position: relative;
	width: 100%;
	float: left;
	left: 50%;
	min-width: 800px;
}

.visual .img-frame {
	left: -50%;
}

.visual .caption-holder {
	white-space: nowrap;
	text-align: center;
	position: absolute;
	top: 98px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
}

.visual .caption-holder:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.visual .caption-holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.visual .caption-holder .caption-frame {
	max-width: 100%;
	width: 100%;
}

.visual h1 {
	font-family: "Cutive", serif;
	color: #fff;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
}

/* features-block styles */

.features-block {
	text-align: center;
	margin: 0 0 30px;
}

.features-block .col {
	margin: 0 0 20px;
}

.features-block .icon-holder {
	height: 80px;
	width: 80px;
	border-radius: 100%;
	background: #00add7;
	padding: 15px;
	margin: 0 auto 10px;
}

.features-block .icon-holder.icon-1 {
	padding: 24px 30px;
}

.features-block .icon-holder img {
	display: block;
	width: 100%;
}

.features-block .title {
	display: block;
	color: #6d6e70;
}

/* scholar-block styles */

.scholar-block {
	text-align: center;
	background: #f1f1f2;
	padding: 40px 0;
	font-weight: 300;
}

.scholar-block .person-img {
	width: 100px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto 10px;
}

.scholar-block .person-img img {
	display: block;
	width: 100%;
}

.scholar-block .rating-list {
	margin: 0 0 15px;
}

.scholar-block .name {
	display: block;
	font-weight: 300;
	margin: 0 0 10px;
}

.scholar-block .name a {
	color: #231f20;
	text-decoration: none;
}

.scholar-block .name a span {
	font-weight: normal;
}

/* advice-block styles */

.advice-block {
	text-align: center;
	font-weight: 300;
	overflow: hidden;
	margin: 0 0 30px;
}

.advice-block .container {
	max-width: 882px;
	float: right;
}

.advice-block .img-holder {
	margin: 0 0 30px;
}

.advice-block .img-holder img {
	display: block;
	width: 100%;
	max-width: inherit;
}

/* tutors-block styles */

.tutors-block {
	text-align: center;
	background: #f1f1f2;
	padding: 40px 0;
	font-weight: 300;
}

.tutors-block .tutor-detail-block {
	background: #fff;
	padding: 20px;
	border-radius: 50px;
	margin: 0 0 20px;
	overflow: hidden;
}

.tutors-block .info-block {
	border-bottom: 1px solid #afadae;
	margin: 0 0 20px;
}

.tutors-block .name-btn-holder {
	overflow: hidden;
}

.tutors-block .list-review-holder {
	overflow: hidden;
	margin: 0 0 10px;
}

.tutors-block .list-review-holder .rating-list {
	display: inline-block;
	vertical-align: middle;
	padding: 8px 10px 0 0;
}

.tutors-block .list-review-holder .subtitle {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}

.tutors-block .text-holder p {
	margin: 0;
}

.tutors-block .person-img {
	width: 100px;
	margin: 0 auto 10px;
	border-radius: 100%;
	overflow: hidden;
}

.tutors-block .person-img img {
	display: block;
	width: 100%;
}

.tutors-block .name {
	display: block;
	font-weight: 300;
	margin: 0 0 10px;
}

.tutors-block .name a {
	color: #231f20;
	text-decoration: none;
}

.tutors-block .name a span {
	font-weight: normal;
}

.tutors-block .btn-default {
	margin: 0 0 20px;
}

/* about-block styles */

.about-block {
	text-align: center;
	color: #fff;
	font-weight: 300;
	padding: 50px 0;
	position: relative;
	background-position: 50% 0;
	z-index: 1;
}

.about-block:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(35, 31, 32, .85);
	z-index: -1;
}

.about-block p {
	text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
}

.about-block .btn-default {
	margin: 20px 0 0;
}

/* footer styles */

#footer {
	position: relative;
	z-index: 1;
	color: #82b4c6;
	font-size: 16px;
	line-height: 26px;
	padding: 30px 0;
}

#footer:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	background: #08526f;
	z-index: -1;
}

#footer a {
	color: #75d9fd;
	text-decoration: none;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
	font-weight: 600;
}

#footer a:hover {
	outline: none;
	color: #82b4c6;
}

#footer a.tel-link,
#footer a.web-link {
	color: #82b4c6;
	font-weight: normal;
}

#footer a.tel-link:hover,
#footer a.web-link:hover {
	color: #75d9fd;
}

#footer .three-cols {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 0 10px;
}

#footer .col {
	text-align: center;
	width: 100%;
	padding-top: 15px;
}

#footer .footer-logo {
	width: 82px;
	margin: 0 auto 20px;
}

#footer .footer-logo img {
	vertical-align: top;
	height: auto;
	max-width: 100%;
}

#footer .footer-bottom {
	position: relative;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

#footer .copyright-box {
	width: 100%;
}

#footer .text-holder {
	width: 100%;
}

#footer p {
	margin: 0 0 18px;
}

#footer .meta-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#footer .meta-list li {
	margin: 0 10px 0 0;
}

/* footer-nav styles */

.footer-nav {
	width: 100%;
}

.footer-nav ul li.active a {
	color: #82b4c6 !important;
}

@media (min-width: 480px) {
	.footer-nav {
		width: 50%;
	}

	.footer-nav.align-right {
		text-align: right;
		padding-left: 10px;
	}
}

@media (min-width: 768px) {
	.container {
		padding: 0 75px;
	}

	.btn-default {
		border-width: 2px;
		font-size: 18px;
		line-height: 24px;
	}

	.btn-default span {
		padding: 7px 30px;
	}

	#header {
		padding: 20px 0;
	}

	#header .btn-default {
		float: right;
	}

	.logo {
		float: left;
		margin-bottom: 0;
		padding: 4px 0 0;
		width: 200px;
	}

	.visual {
		margin: 0 0 50px;
	}

	.visual h1 {
		font-size: 30px;
		line-height: 35px;
	}

	.features-block .three-cols {
		font-size: 0;
		line-height: 0;
	}

	.features-block .col {
		display: inline-block;
		vertical-align: top;
		width: 33.33%;
		padding: 0 20px;
		font-size: 16px;
		line-height: 20px;
	}

	.features-block .col + .col {
		position: relative;
	}

	.features-block .col + .col:before {
		position: absolute;
		content: "";
		top: 30px;
		left: -33px;
		background: url(../png/icon-4.png) no-repeat;
		width: 70px;
		height: 19px;
		background-size: 100% 100%;
	}

	.advice-block {
		margin: 0;
		text-align: inherit;
	}

	.advice-block .container {
		padding: 0 20px 0 75px;
	}

	.advice-block .img-holder {
		float: right;
		width: 40%;
		margin: 0;
		overflow: hidden;
		position: relative;
	}

	.advice-block .img-holder img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.advice-block .text-block {
		padding: 30px 20px 30px 0;
		float: left;
		width: 60%;
	}

	.tutors-block .tutor-detail-block {
		font-size: 0;
		line-height: 0;
		text-align: left;
	}

	.tutors-block .info-block {
		display: inline-block;
		vertical-align: middle;
		width: 40%;
		font-size: 16px;
		line-height: 20px;
		border-bottom: none;
		overflow: hidden;
		padding: 0 10px 0 0;
		margin: 0;
	}

	.tutors-block .text-holder {
		display: inline-block;
		vertical-align: middle;
		width: 60%;
		font-size: 16px;
		line-height: 25px;
		padding: 0 0 0 20px;
		border-left: 1px solid #afadae;
	}

	.tutors-block .person-img {
		margin: 0 20px 0 0;
		float: left;
	}

	.tutors-block .btn-default {
		font-size: 16px;
		line-height: 20px;
		margin: 0;
	}

	.tutors-block .btn-default span {
		padding: 4px 10px;
	}

	.about-block .btn-default {
		margin: 30px 0 0;
	}

	#footer {
		padding: 50px 0;
	}

	#footer .three-cols {
		margin: 0 0 17px;
	}

	#footer .col {
		width: 40%;
		padding: 10px 4px 0;
	}

	#footer .footer-bottom {
		text-align: left;
	}

	#footer .copyright-box {
		width: 32%;
	}

	#footer .text-holder {
		width: 68%;
		padding: 0 0 0 15px;
	}

	#footer .meta-list {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.footer-nav {
		width: 30%;
	}

	.footer-nav.align-right {
		padding: 0;
	}
}

@media (min-width: 768px) and (min-width: 1024px) {
	.features-block .col + .col:before {
		width: 100px;
		height: 27px;
		left: -50px;
		top: 40px;
	}
}

@media (min-width: 768px) and (min-width: 1540px) {
	.features-block .col + .col:before {
		width: 141px;
		height: 38px;
		left: -95px;
		top: 46px;
	}
}

@media (min-width: 1024px) {
	.container {
		padding: 0 140px;
	}

	h2 {
		font-size: 30px;
		line-height: 36px;
		margin: 0 0 25px;
	}

	.btn-default {
		font-size: 22px;
		line-height: 28px;
	}

	.logo {
		width: 240px;
	}

	.visual {
		margin: 0 0 63px;
	}

	.visual h1 {
		font-size: 36px;
		line-height: 42px;
	}

	.features-block {
		margin: 0 0 47px;
	}

	.features-block .icon-holder {
		height: 128px;
		width: 128px;
		padding: 20px;
		margin-bottom: 24px;
	}

	.features-block .icon-holder.icon-1 {
		padding: 37px 46px;
	}

	.features-block .icon-holder.icon-3 {
		padding: 30px;
	}

	.features-block .title {
		font-size: 20px;
		line-height: 26px;
	}

	.scholar-block {
		font-size: 16px;
		line-height: 25px;
	}

	.scholar-block .person-img {
		width: 150px;
		margin-bottom: 26px;
	}

	.scholar-block p {
		margin: 0 0 20px;
	}

	.scholar-block .name {
		font-size: 22px;
		line-height: 26px;
		margin: 0 0 20px;
	}

	.advice-block {
		font-size: 16px;
		line-height: 25px;
	}

	.advice-block .container {
		padding: 0 30px 0 150px;
	}

	.advice-block .text-block {
		padding: 50px 30px 40px 0;
	}

	.tutors-block {
		font-size: 16px;
		line-height: 25px;
	}

	.tutors-block .tutor-detail-block {
		padding: 40px;
	}

	.tutors-block .info-block {
		width: 32%;
	}

	.tutors-block .text-holder {
		line-height: 25px;
		width: 68%;
	}

	.tutors-block .name {
		font-size: 18px;
		line-height: 26px;
	}

	.about-block {
		font-size: 16px;
		line-height: 25px;
	}

	#footer .col {
		width: 33.33%;
		padding: 15px 15px 0;
	}

	#footer .meta-list li {
		margin: 0 22px 0 0;
	}

	.footer-nav {
		width: 33.33%;
	}
}

@media (min-width: 1200px) {
	h2 {
		font-size: 36px;
		line-height: 40px;
	}

	.btn-default {
		font-size: 30px;
		line-height: 44px;
		border-width: 3px;
		padding: 8px;
	}

	.btn-default span {
		padding: 10px 61px;
	}

	.rating-list li {
		height: 15px;
		width: 15px;
	}

	#header {
		padding: 31px 0;
	}

	#header .btn-default {
		font-size: 27px;
		line-height: 31px;
		border-width: 4px;
		padding: 7px;
	}

	#header .btn-default span {
		padding: 7px 42px;
	}

	.logo {
		width: 300px;
	}

	.visual h1 {
		font-size: 46px;
		line-height: 52px;
		margin: 0 0 45px;
	}

	.scholar-block .name {
		font-size: 28px;
		line-height: 32px;
	}

	.advice-block .text-block {
		padding: 50px 40px 40px 0;
	}

	.tutors-block .info-block {
		width: 30%;
	}

	.tutors-block .name {
		font-size: 22px;
		line-height: 32px;
	}
}

@media (min-width: 1540px) {
	.container {
		max-width: 1540px;
	}

	.logo {
		width: 363px;
	}

	.visual h1 {
		font-size: 54px;
		line-height: 66px;
	}

	.features-block .title {
		font-size: 25px;
		line-height: 30px;
	}

	.scholar-block {
		font-size: 20px;
		line-height: 30px;
		padding: 50px 0 40px;
	}

	.scholar-block .person-img {
		width: 192px;
	}

	.scholar-block p {
		margin: 0 0 33px;
	}

	.advice-block {
		font-size: 20px;
		line-height: 31px;
	}

	.advice-block h2 {
		margin: 0 0 40px;
	}

	.advice-block p {
		margin: 0 0 31px;
	}

	.advice-block .text-block {
		padding: 50px 50px 40px 0;
	}

	.tutors-block {
		font-size: 20px;
		line-height: 30px;
		padding: 50px 0 40px;
	}

	.tutors-block h2 {
		margin: 0 0 40px;
	}

	.tutors-block .tutor-detail-block {
		border-radius: 123px;
		padding: 62px 40px 71px;
		margin: 0 0 45px;
	}

	.tutors-block .name-btn-holder {
		padding: 13px 0 0;
	}

	.tutors-block .list-review-holder .subtitle {
		font-size: 18px;
		line-height: 20px;
	}

	.tutors-block .text-holder {
		font-size: 20px;
		line-height: 31px;
		width: 70%;
	}

	.tutors-block .text-holder {
		padding: 0 0 0 30px;
	}

	.tutors-block .person-img {
		width: 130px;
		margin: 0 23px 0 0;
	}

	.tutors-block .btn-default {
		font-size: 20px;
		line-height: 28px;
	}

	.tutors-block .btn-default span {
		padding: 4px 15px;
	}

	.about-block {
		font-size: 20px;
		line-height: 31px;
		padding: 50px 0 40px;
	}

	.about-block h2 {
		margin: 0 0 40px;
	}

	.about-block p {
		margin: 0 0 30px;
	}

	.about-block .btn-default {
		margin: 30px 0 0;
	}

	#footer {
		font-size: 20px;
		line-height: 26px;
	}
}

@media (max-width: 767px) {
	.advice-block .img-holder {
		height: auto !important;
	}

	.advice-block .img-holder img {
		height: auto !important;
		margin: 0 !important;
		width: 100% !important;
	}

	.advice-block .text-block {
		height: auto !important;
	}

	#footer .col {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	#footer .copyright-box {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	#footer .text-holder {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.footer-nav {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.footer-nav.align-right {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
}

@media (max-width: 479px) {
	.footer-nav ul {
		text-align: center;
	}

	.footer-nav ul li {
		display: inline-block;
		vertical-align: top;
		padding: 0 15px;
	}
}
