/*! 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;
}

.video-list,
.plus-list,
.media-list,
.info-list,
.number-list,
.watch-list,
.step-box-list,
.list-check,
.pay-list,
.accordion-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix: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: #1e1e1e;
	background: #fff;
	font: 20px/1.6 "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;
	line-height: 1.3;
	color: inherit;
}

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

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

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

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

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

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

p {
	margin: 0 0 1.8em;
}

a {
	color: #48597d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

mark {
	background: #fae2cb;
	color: #1e1e1e;
}

mark.l-yellow {
	background: rgba(255, 238, 182, .5);
}

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

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

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

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,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-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,
input[type="url"]::-moz-placeholder,
input[type="date"]::-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,
input[type="url"]:-moz-placeholder,
input[type="date"]:-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,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-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,
input[type="url"].placeholder,
input[type="date"].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;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
	-webkit-transition: color .3s linear, background .3s linear, opacity .3s linear, border-color .3s linear;
	transition: color .3s linear, background .3s linear, opacity .3s linear, border-color .3s linear;
	font-size: 24px;
	background: #ff9a57;
	padding: .6em .9em;
	font-size: 24px;
	color: #fff;
	box-shadow: 0 5px 10px rgba(249, 107, 57, .4);
	border-radius: 4px;
	display: inline-block;
	text-decoration: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover {
	text-decoration: none;
	opacity: .9;
}

.btn-join {
	-webkit-transition: color .3s linear, background .3s linear, opacity .3s linear, border-color .3s linear;
	transition: color .3s linear, background .3s linear, opacity .3s linear, border-color .3s linear;
	background: #f96b39;
	border: 10px solid rgba(255, 255, 255, .2);
	box-shadow: 0 10px 15px rgba(249, 107, 57, .4);
	border-radius: 60px;
	color: #fff;
	font: bold 35px/1 "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
	padding: .5em;
	display: inline-block;
}

.btn-join span {
	display: inline-block;
	padding: 0 30px;
	background: url(../images/btn-arrow.svg) no-repeat 100% 50%;
}

.btn-join:hover {
	text-decoration: none;
	opacity: .9;
}

.btn-join.btn-register {
	padding: .65em .5em;
}

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

img {
	vertical-align: top;
}

.text-purple {
	color: #9365d5;
}

.bg-l-gray {
	background: #f8f8f5;
}

.title {
	font-weight: normal;
	text-align: center;
	max-width: 900px;
	margin: 0 auto 50px;
	letter-spacing: -2px;
}

.title.add {
	font-size: 50px;
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.container {
	max-width: 1230px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.section {
	position: relative;
}

.container-normal {
	max-width: 1140px;
}

.section-intro {
	padding: 120px 20px 380px;
	background: url(../images/bg-intro.svg) no-repeat 100% 100%;
	background-size: 100% 100%;
	margin: -20px;
}

.section-intro .container {
	z-index: 10;
}

.intro {
	max-width: 940px;
	margin: 0 auto;
	text-align: center;
	font: 600 20px/1.8 "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
	color: #737373;
}

.intro h1 {
	font-size: 91px;
	line-height: 1.2;
	color: #000;
	margin: 0 0 15px;
	letter-spacing: -2px;
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
}

.intro h4 {
	color: #ff8155;
	letter-spacing: 1px;
	font-size: 26px;
}

.intro .text {
	max-width: 600px;
	margin: 0 auto 40px;
}

.wave-intro {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -470px;
	left: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.wave-intro:before {
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fcfbf8;
}

.wave-intro svg {
	margin: 0 -10px;
	background: #fff;
}

.arrow-bottom {
	display: block;
	text-align: center;
}

.arrow-bottom a {
	width: 25px;
	height: 29px;
	background: url(../images/arrow-bottom.svg) no-repeat;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
}

.section-advices {
	padding: 120px 0;
}

.pre-intro {
	padding-top: 0;
	margin-top: -290px;
}

.advice-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 30px;
	line-height: 1.75;
}

.advice-block .images {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-width: 585px;
	margin: 0 0 0 auto;
	padding-left: 30px;
}

.advice-block .images .img {
	position: relative;
	display: inline-block;
}

.advice-block .description {
	max-width: 405px;
}

.author-copy {
	position: absolute;
	bottom: 15px;
	left: 30px;
	color: #fff;
	z-index: 10;
	font: bold 13px/1.2 "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
}

.author-copy p {
	margin: 0;
}

.first-letter {
	font-size: 110px;
	float: left;
	padding: 0 20px 0 0;
	line-height: .8;
}

.advices-rows {
	max-width: 800px;
	margin: 0 auto;
}

.advices-rows .heading {
	max-width: 820px;
	margin: 0 auto;
	padding-bottom: 40px;
	text-align: center;
}

.advices-rows .heading h2 {
	font-weight: normal;
	letter-spacing: -1px;
}

.advices-rows .ex {
	position: relative;
}

.decor-oval {
	position: absolute;
}

.decor-oval.decor-oval-01 {
	right: -50px;
	top: 28%;
}

.decor-oval.decor-oval-02 {
	left: -10px;
	top: 45%;
}

.decor-oval.decor-oval-03 {
	right: -30px;
	top: 70%;
}

.decor-oval.decor-oval-04 {
	top: 0;
	left: -20px;
}

.decor-oval.decor-oval-05 {
	right: -20px;
	top: 30%;
}

.ex-arrow {
	position: absolute;
	top: -10px;
	left: -120px;
}

.mobile-arrow {
	display: none;
}

.row-advices {
	max-width: 580px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.question-row {
	max-width: 700px;
	margin: 0 auto;
}

.row-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1em 0 2.4em;
}

.row-list .ico {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-left: 40px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.row-list .description {
	color: #1e1e1e;
}

.row-list h4 {
	font-size: 22px;
	margin: 0 0 15px;
	color: #48597d;
}

.row-list.left .ico {
	margin-right: 40px;
	margin-left: 0;
}

.row-list.left .description {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.row-list p {
	margin: 0;
}

.row-list.row-list-add {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.row-list.row-list-add .ico {
	margin-right: 20px;
}

.row-list.row-list-add h4 {
	font: bold 26px/1.2 "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
}

.row-list.row-list-add .description {
	color: #48597d;
}

.row-list-holder .row-list {
	padding-bottom: 60px;
}

.box {
	border: 5px solid #9365d5;
	padding: 35px;
	position: relative;
	background: #fff;
}

.box:before {
	content: "";
	width: 51px;
	height: 31px;
	background: url(../images/triangle-purple.png) no-repeat;
	background-size: 51px 31px;
	position: absolute;
	bottom: -31px;
	left: 50%;
	margin-left: -24px;
}

.box.box-purple {
	border-color: #9365d5;
}

.box.box-yellow {
	border-color: #dba751;
}

.box.box-yellow:before {
	background: url(../images/triangle-yellow.png) no-repeat;
	background-size: 51px 31px;
}

.box.box-lg {
	border-radius: 20px;
}

.box.box-lg:before {
	width: 70px;
	height: 60px;
	bottom: -60px;
	background: url(../images/triangle-yellow-lg.png) no-repeat;
	background-size: 70px 60px;
}

.box.box-big {
	border-width: 8px;
	margin-bottom: 70px;
}

.box.box-big:before {
	content: "";
	width: 43px;
	height: 37px;
	background: url(../images/triangle-purple-big.png) no-repeat;
	background-size: 43px 37px;
	position: absolute;
	bottom: -37px;
	left: 50%;
	margin-left: -24px;
}

.box-normal {
	border: 5px solid #dba751;
	background: #fff;
	padding: 70px;
	position: relative;
}

.box-normal.yellow {
	border-color: #dba751;
}

.box-normal.purple {
	border-color: #814dcb;
}

.box-normal h2 {
	font-weight: normal;
}

.box-normal .head {
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.box-normal.box-lg {
	border-width: 10px;
}

.secret-block {
	max-width: 590px;
	margin: 0 auto;
}

.secret-block .ico {
	margin-bottom: 25px;
}

.secret-block h3 {
	font: bold 26px/1.2 "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 1.2em;
}

.introducing-block {
	max-width: 590px;
	margin: 0 auto;
}

.introducing-block .logo-img {
	margin-bottom: 25px;
}

.section-visual {
	background: #f8f8f5;
	padding: 80px 0 0;
	text-align: center;
}

.section-visual h2 {
	font-weight: normal;
}

.section-visual .visual-head {
	padding-bottom: 60px;
}

.visual-img {
	width: 100%;
	position: relative;
	height: 480px;
}

.visual-img .bg-stretch {
	z-index: 10;
}

.section-entry {
	padding: 80px 0;
}

.entry-rows {
	max-width: 600px;
	margin: 0 auto;
}

.entry-rows.add {
	padding-bottom: 80px;
}

.entry-rows h3 {
	margin-bottom: 1.8em;
}

.ttls {
	font-size: 37px;
	margin-bottom: 1em;
}

.bg-l-blue {
	background: #f1f7fb;
}

.headings {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}

.headings h2 {
	margin-bottom: 1.5em;
}

.headings h2 span {
	font-weight: normal;
}

.section-introducing {
	background: #f8f8f5;
	padding: 0 0 100px;
}

.section-introducing:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background: #fff;
}

.section-introducing .container {
	max-width: 740px;
	z-index: 10;
}

.wave-pre-introducing {
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: 200px;
	left: 0;
}

.wave-pre-introducing svg {
	background: #fff;
}

.introducing-block {
	max-width: 480px;
	margin: 0 auto;
	padding: 50px 0 10px;
}

.introducing-block h3 {
	font-size: 28px;
	margin-bottom: 1.2em;
}

.introducing-block h4 {
	font: 800 27px/1.2 "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
	color: #303434;
	text-transform: uppercase;
}

.section-pre-introducing {
	padding: 50px 0;
}

.section-pre-introducing .container {
	max-width: 1000px;
}

.section-pre-introducing h2 {
	font-weight: normal;
	text-align: center;
	font-size: 50px;
	margin-bottom: 60px;
}

.monitor {
	position: relative;
	margin-bottom: 60px;
}

.monitor .hold {
	position: relative;
	display: inline-block;
}

.btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
}

.btn-play a {
	width: 0;
	height: 0;
	display: block;
	text-indent: -9999px;
	font-size: 0;
	border-style: solid;
	border-width: 25px 0 25px 50px;
	border-color: transparent transparent transparent rgba(250, 248, 245, .8);
}

.btn-play.small {
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
}

.btn-play.small a {
	border-width: 15px 0 15px 30px;
}

.btn-play.x-small {
	width: 22px;
	height: 22px;
	margin: -11px 0 0 -11px;
}

.btn-play.x-small a {
	border-width: 11px 0 11px 22px;
}

.btn-play.normal {
	width: 40px;
	height: 40px;
	margin: -10px 0 0 -10px;
}

.btn-play.normal a {
	border-width: 20px 0 20px 40px;
}

.block-quote {
	background: #b1e7d5;
	position: relative;
	max-width: 790px;
	margin: 150px auto 80px;
}

.block-quote:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 25px;
	left: 25px;
	background: #e0efea;
	z-index: 1;
}

.block-quote .img {
	margin-top: -110px;
	padding: 0 60px 0 30px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.block-quote .img.img-lg {
	padding: 0 40px 0 10px;
}

.block-quote .img img {
	border-radius: 50%;
	max-width: 130px;
}

.block-quote .frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 2;
	background: #b1e7d5;
	padding: 35px;
}

.block-quote .author {
	color: #0b936d;
	font: 15px/1.2 "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
}

.block-quote .author p {
	margin: 0;
}

.block-quote .top {
	padding: 0 0 25px;
}

.block-quote .top:after {
	content: "";
	width: 100px;
	height: 1px;
	background: #000;
	display: block;
}

.block-quote .top h3 {
	font: bold 28px/1.2 "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 25px;
}

.block-quote.block-quote-orange .frame {
	background: #fefaf8;
}

.block-quote.block-quote-orange:before {
	background: #feece6;
}

.block-quote.block-quote-orange .author {
	color: #1e1e1e;
	opacity: .61;
}

.block-quote.block-quote-lgreen .frame {
	background: #f6faf9;
}

.block-quote.block-quote-lgreen:before {
	background: #e0efea;
}

.block-quote.block-quote-lgreen .author {
	color: #1e1e1e;
	opacity: .61;
}

.block-quote.block-quote-yellow .frame {
	background: #fffdf9;
}

.block-quote.block-quote-yellow:before {
	background: #ffeeb6;
}

.block-quote.block-quote-yellow .author {
	color: #1e1e1e;
	opacity: .61;
}

.block-quote.block-quote-add {
	margin: 0 auto;
}

.block-quote.block-quote-add .img {
	margin: 40px 0 0 -110px;
	padding: 0 25px 0 0;
}

.ico-quote {
	width: 55px;
	height: 45px;
	margin-bottom: 25px;
}

.section-modules {
	background: #f8f8f5;
	padding: 170px 0 80px;
}

.section-modules-add {
	background: #f8f8f5;
	padding: 80px 0;
}

.decor-txt {
	position: absolute;
	top: -25px;
	left: -50px;
}

.decor-txt h2 {
	font: 900 180px/1 "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
	color: #f1f0ed;
	opacity: .8;
	margin: 0 0 30px;
}

.num {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: block;
	width: 150px;
	margin: 28px 20px 0 0;
	text-align: center;
	color: #ff8155;
	font: bold 195px/1 "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
}

.num.green {
	color: #6de3d6;
}

.num.orange {
	color: #ff8155;
}

.num.yellow {
	color: #ffdd6e;
}

.num.purple {
	color: #9365d5;
}

.num p {
	margin: 0;
}

.step-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 940px;
	margin: 0 auto;
}

.step-block h4 {
	font: bold 26px/1.2 "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ff8155;
	margin: 0 0 10px;
}

.step-block h2 {
	font-weight: normal;
	margin: 0;
	font-size: 40px;
	line-height: 1.4;
	letter-spacing: -1px;
}

.step-block .step-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.step-block .step-frame {
	padding: 0 0 0 170px;
}

.step-block.step-green h4 {
	color: #4fcdbf;
}

.step-block.step-yellow h4 {
	color: #ffc917;
}

.step-block.step-purple h4 {
	color: #814dcb;
}

.step-block .description {
	min-width: 340px;
	padding-right: 50px;
}

.step-block .description.full {
	min-width: inherit;
	padding: 0;
	max-width: 600px;
}

.num-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 45px;
}

.images-video {
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.images-video .img {
	position: relative;
	margin: 0 25px 0 0;
}

.images-video .img img {
	position: relative;
	z-index: 10;
	width: 100%;
}

.images-video .img:before {
	content: "";
	height: 100%;
	width: 100%;
	left: 25px;
	top: 25px;
	position: absolute;
	background: #fbbca6;
}

.images-video.green .img:before {
	background: #deefea;
}

.images-video .btn-play {
	z-index: 20;
}

.pre-wave {
	padding-bottom: 300px;
}

.section-lesson {
	background: url(../images/decor-wave-01.svg) no-repeat 100% 100%;
	background-size: 100% 100%;
	min-height: 700px;
	margin: -260px 0 0;
	position: relative;
}

.section-lesson:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 300px;
	background: #f8f8f5;
	z-index: -1;
}

.section-lesson .container {
	max-width: 1080px;
}

.video-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font: bold 12px/1.2 "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: #192b37;
}

.video-list .media-video {
	width: 100%;
	margin-bottom: 10px;
	display: inline-block;
}

.video-list .media-video img {
	width: 100%;
}

.video-list p {
	opacity: .5;
	max-width: 200px;
	letter-spacing: .85px;
	margin: 0;
}

.video-list li:nth-child(2) {
	margin: 130px 0 0 -125px;
}

.video-list li:nth-child(3) {
	margin: 280px 0 0 -80px;
}

.video-list .media-video {
	position: relative;
}

.images-group {
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.images-group .img-block {
	margin-bottom: 95px;
	max-width: 480px;
}

.images-group .img-block.small {
	max-width: 380px;
}

.img-block {
	font-size: 12px;
	line-height: 1.4;
	color: #1e1e1e;
}

.img-block h6 {
	margin: 0;
	font: bold 12px/1.2 "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: .86px;
}

.img-block p {
	margin: 0 0 10px;
}

.plus-block .head {
	border-bottom: 1px solid #dcdad7;
	margin-bottom: 30px;
	padding-bottom: 5px;
}

.plus-block .head h4 {
	font-size: 24px;
}

.plus-block.add {
	padding: 30px 0;
}

.plus-block .purple h4 {
	color: #814dcb;
}

.plus-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font: 22px/1.2 "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
}

.plus-list > li {
	width: 33.3%;
	padding: 0 30px 30px;
}

.plus-list > li:last-child {
	padding-bottom: 0;
}

.plus-list .ico {
	margin-bottom: 10px;
	min-height: 66px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.plus-list h5 {
	font: bold 22px/1.2 "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
	color: #192b37;
}

.plus-list.full > li {
	width: 100%;
}

.plus-list p {
	margin: 0;
}

.section-interviews {
	padding: 80px 0;
}

.section-pre-interviews {
	padding-bottom: 0 !important;
}

.block-line {
	position: relative;
	max-width: 670px;
	margin: 0 auto 75px;
	padding: 30px 35px;
}

.block-line .t {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
}

.block-line .t:before {
	content: "";
	width: 3px;
	height: 100%;
	background: #6de3d6;
	position: absolute;
	top: 0;
	left: 0;
}

.block-line .t:after {
	content: "";
	width: 100%;
	height: 3px;
	background: #6de3d6;
	position: absolute;
	top: 0;
	left: 0;
}

.block-line .r-t {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
}

.block-line .r-t:before {
	content: "";
	width: 3px;
	height: 100%;
	background: #6de3d6;
	position: absolute;
	top: 0;
	right: 0;
}

.block-line .r-t:after {
	content: "";
	width: 100%;
	height: 3px;
	background: #6de3d6;
	position: absolute;
	top: 0;
	left: 0;
}

.block-line .b {
	width: 80px;
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.block-line .b:before {
	content: "";
	width: 3px;
	height: 100%;
	background: #6de3d6;
	position: absolute;
	top: 0;
	left: 0;
}

.block-line .b:after {
	content: "";
	width: 100%;
	height: 3px;
	background: #6de3d6;
	position: absolute;
	bottom: 0;
	left: 0;
}

.block-line .r-b {
	width: 80px;
	height: 80px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.block-line .r-b:before {
	content: "";
	width: 3px;
	height: 100%;
	background: #6de3d6;
	position: absolute;
	bottom: 0;
	right: 0;
}

.block-line .r-b:after {
	content: "";
	width: 100%;
	height: 3px;
	background: #6de3d6;
	position: absolute;
	bottom: 0;
	left: 0;
}

.block-line p:last-child {
	margin-bottom: 0;
}

.video-holder .heading {
	max-width: 880px;
	margin: 0 auto;
	margin-bottom: 3.5em;
}

.video-holder h2 {
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	margin: 0;
}

.box-video {
	background: #deefea;
	padding: 40px;
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

.box-video:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 23px 28px 23px;
	border-color: transparent transparent #deefea transparent;
	position: absolute;
	top: -28px;
	left: 50%;
	margin-left: -23px;
}

.box-video:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 57%;
	background: #fff;
}

.box-video .holder {
	position: relative;
	z-index: 10;
}

.box-video.yellow {
	background: #ffeeb6;
}

.box-video.yellow:before {
	border-color: transparent transparent #ffeeb6 transparent;
}

.box-video.l-purple {
	background: #eae1f0;
}

.box-video.l-purple:before {
	border-color: transparent transparent #eae1f0 transparent;
}

.box-video.box-video-lg:after {
	height: 30%;
}

.video-holder .box-video {
	margin-bottom: 0;
}

.media-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
	font-size: 12px;
	line-height: 1.2;
	color: #1e1e1e;
}

.media-list > li {
	width: 33.3%;
	padding: 0 10px 10px;
}

.media-list .img {
	position: relative;
	margin-bottom: 15px;
}

.media-list .img img {
	width: 100%;
}

.media-list h5 {
	font: bold 12px/1.2 "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.section-heading {
	background: url(../images/decor-wave-02.svg) no-repeat 100% 100%;
	background-size: 100% 100%;
	padding: 70px 0 85px;
	margin-top: -65px;
	text-align: center;
}

.section-heading h2 {
	font-size: 55px;
	line-height: 1.2;
	color: #192b37;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .3);
	padding: 0 0 0 30px;
	margin: 0;
}

.parts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 25px;
}

.parts .ico {
	width: 68px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: #814dcb;
	margin: 0 15px 10px 0;
}

.parts .ico p {
	margin: 0;
}

.parts h5 {
	font-size: 27px;
	margin-bottom: 10px;
	color: #814dcb;
}

.section-modules-after {
	padding-bottom: 200px;
}

.section-pre-modules {
	margin-top: -120px;
}

.section-after {
	padding-bottom: 100px;
}

.section-favour {
	position: relative;
	padding-bottom: 100px;
	overflow: hidden;
	background: url(../images/decor-wave-03.svg) no-repeat;
	background-size: 100% 100%;
}

.section-favour .container {
	z-index: 100;
}

.section-favour .wrap:before {
	content: "";
	width: 100%;
	height: 120px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}

.info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -30px -30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.info-list > li {
	width: 33.3%;
	padding: 30px;
}

.info-list .ico {
	width: 100px;
	height: 60px;
	margin: 0 auto 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.info-list p {
	margin-bottom: 0;
}

.number-list {
	padding: 15px 0;
}

.number-list > li {
	margin-bottom: 30px;
	padding-left: 30px;
	list-style-type: none;
	counter-increment: item;
	position: relative;
}

.number-list > li:before {
	content: counter(item) ".";
	display: inline-block;
	width: 1.5em;
	padding-right: .5em;
	font-weight: bold;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

.section-watch {
	background: #faf8f5;
	padding: 80px 0 0;
}

.section-watch .container {
	max-width: 820px;
	position: relative;
	z-index: 10;
}

.section-watch-play {
	text-align: center;
	position: relative;
}

.section-watch-play .monitor {
	margin-bottom: 0;
}

.section-watch-play:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: #faf8f5;
}

.watch-block .sub-text {
	font: bold 20px/1.6 "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
	color: #737373;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}

.watch-list {
	margin-bottom: 50px;
}

.watch-list > li {
	margin-bottom: 20px;
}

.watch-box {
	background: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #192b37;
	overflow: hidden;
}

.watch-box .img {
	min-width: 220px;
	position: relative;
}

.watch-box .number {
	height: 80px;
	font: bold 80px/1 "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
	opacity: .3;
	text-align: center;
	color: #f96b39;
	margin: 0 30px 0 0;
}

.watch-box .description {
	width: 100%;
	padding: 0 20px 0 0;
}

.watch-box p {
	margin: 0;
}

.watch-box h3 {
	font: bold 28px/1.1 "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
}

.watch-box.orange .number,
.watch-box.orange h3 {
	color: #f96b39;
}

.watch-box.green .number,
.watch-box.green h3 {
	color: #4fcdbf;
}

.watch-box.yellow .number,
.watch-box.yellow h3 {
	color: #ffc970;
}

.watch-box.purple .number,
.watch-box.purple h3 {
	color: #814dcb;
}

.publish-watch {
	text-align: center;
}

.publish-watch .head {
	padding-bottom: 50px;
	color: #192b37;
	position: relative;
}

.publish-watch .head h2 {
	font: bold 35px/1 "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 25px;
}

.watch-block {
	padding-bottom: 50px;
}

.arrow-watch {
	position: absolute;
	bottom: -100px;
	right: 0;
}

.section-certificate {
	padding: 80px 0;
	z-index: 10;
}

.section-certificate .container {
	max-width: 1030px;
}

.certificate-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
}

.certificate-block .img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 0 10% 0 0;
	text-align: center;
}

.certificate-block h2 {
	font-weight: normal;
	font-size: 40px;
	letter-spacing: -2px;
	margin-bottom: 20px;
}

.step-advice {
	width: 100%;
	background: url(../images/decor-wave-04.svg) no-repeat 100% 100%;
	margin-top: 70px;
	min-height: 750px;
	background-size: 100% 100%;
}

.step-advice .container {
	max-width: 800px;
}

.step-box-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 15px;
}

.step-box-list > li {
	width: 100%;
	margin-bottom: 20px;
}

.step-box-list > li:nth-child(2) {
	padding-left: 150px;
}

.step-box-list > li:nth-child(3) {
	padding-left: 290px;
}

.step-box-list > li:nth-child(4) .step-blocks {
	margin: 0 0 0 auto;
}

.step-blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 330px;
}

.step-blocks .number {
	font-size: 85px;
	font-weight: bold;
	line-height: 1;
	font-family: "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 0 20px 0 0;
}

.step-blocks .number p {
	margin: 0;
}

.step-blocks {
	background: #fff;
	padding: 25px;
	box-shadow: 0 25px 40px rgba(0, 0, 0, .3);
	position: relative;
}

.step-blocks h3 {
	font: bold 28px/1 "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0;
}

.step-blocks h4 {
	font: bold 20px/1 "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0;
}

.step-blocks.orange .number {
	color: #f96b39;
}

.step-blocks.green .number {
	color: #4fcdbf;
}

.step-blocks.yellow .number {
	color: #ffc917;
}

.step-blocks.purple .number {
	color: #814dcb;
}

.step-blocks .ico-check {
	position: absolute;
	top: 50%;
	right: -22px;
	margin-top: -22px;
}

.ico-check {
	width: 47px;
	height: 47px;
	text-indent: -9999px;
	display: block;
	background: url(../images/ico-circle-check.svg) no-repeat;
}

.box-lists {
	padding: 50px 0 0;
	max-width: 820px;
	margin: 0 auto;
}

.box-lists .block-quote,
.box-lists .box {
	margin-bottom: 100px;
}

.box-lists.add .block-quote:last-child,
.box-lists.add .box:last-child {
	margin-bottom: 25px;
}

.access-block {
	max-width: 600px;
	margin: 0 auto;
}

.access-block .ico {
	margin-bottom: 25px;
}

.access-block h3 {
	font-size: 26px;
	line-height: 1.2;
	font-family: "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: #f96b39;
}

.access-block .h1 {
	color: #192b37;
}

.head-align {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 35px;
}

.head-align .ico {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 5px 15px 0 0;
}

.head-align h2 {
	font-size: 55px;
	margin: 0;
}

.section-join {
	background: #ffdd6e;
	padding-bottom: 35px;
	margin: -25px 0 0;
}

.section-join .container {
	max-width: 870px;
}

.shadow-holder {
	border-width: 0 25px 25px;
	border-style: solid;
	border-color: rgba(255, 255, 255, .1);
	margin: 0 -50px;
}

.shadow-frame {
	border-width: 0 25px 25px;
	border-style: solid;
	border-color: rgba(255, 255, 255, .2);
}

.section-testimonials {
	padding: 30px 0;
}

.block-join {
	background: #fff;
	padding: 50px 60px;
	text-align: center;
}

.block-join h2 {
	font-weight: normal;
	font-size: 50px;
	letter-spacing: -2px;
}

.block-join .top {
	max-width: 540px;
	margin: 25px auto 50px;
}

.block-join .frame {
	max-width: 490px;
	margin: 0 auto 30px;
}

.price-block {
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}

.price-block .btn-join {
	width: 100%;
	margin-bottom: 30px;
}

.price-block .bottom {
	border-top: 1px solid #dcdad7;
	padding: 30px 0 15px;
}

.price-block .bottom.choice {
	font-weight: 600;
	color: #8e8e8e;
}

.price-block .bottom.plan {
	font-size: 18px;
	color: #1e1e1e;
}

.price-block .bottom p {
	margin-bottom: 1em;
}

.price-block .hold {
	max-width: 700px;
	margin: 0 auto;
}

.price-block .price {
	display: block;
	font: bold 30px/1.2 "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
	opacity: .5;
	margin-bottom: 30px;
}

.price-block .price .old {
    text-decoration: line-through;
}

.price-block .line {
	display: block;
}

.list-check {
	padding-bottom: 30px;
}

.list-check > li {
	position: relative;
	padding: 0 0 0 55px;
	font-size: 25px;
	line-height: 1.4;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}

.list-check > li:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 34px;
	height: 25px;
	background: url(../images/ico-list-check.svg) no-repeat;
}

.pay-list {
	font-size: 0;
	padding-bottom: 30px;
}

.pay-list > li {
	display: inline-block;
	vertical-align: middle;
	padding: 8px;
}

.section-faq {
	padding: 80px 0 0;
	z-index: 10;
}

.accordion-block {
	max-width: 590px;
	margin: 0 auto;
}

.accordion-list {
	margin-bottom: 80px;
}

.accordion-list > li {
	border-bottom: 1px solid #dcdad7;
	padding: 40px 0;
}

.accordion-list > li.active .opener:before {
	content: "";
	background-position: 0 -30px;
}

.accordion-list .opener {
	color: #192b37;
	font: bold 28px/1 "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
	display: block;
	padding-right: 40px;
}

.accordion-list .opener:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 29px;
	height: 29px;
	background: url(../images/accordion-opener.png) no-repeat;
	background-size: 29px 58px;
}

.accordion-list .opener:hover {
	text-decoration: none;
}

.accordion-list .slide {
	padding: 40px 0 0;
}

.accordion-list .slide p {
	margin-bottom: .5em;
}

.trust-block {
	background: #faf8f5;
	max-width: 840px;
	margin: 0 auto;
	color: #192b37;
}

.trust-block:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 25px 0 25px;
	border-color: #faf8f5 transparent transparent transparent;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin: 0 0 0 -25px;
	z-index: 10;
}

.trust-block .holder {
	padding: 40px 15px;
}

.trust-block .head {
	background: #fbf7ee;
	padding: 40px 15px;
	position: relative;
}

.trust-block .head .ico-trust {
	width: 145px;
	height: 145px;
	position: absolute;
	top: 50%;
	left: -70px;
	margin: -72px 0 0;
}

.trust-block .head h2 {
	font-size: 50px;
	margin: 0;
}

.trust-block a {
	color: #192b37;
}

.section-copywriting {
	background: #e6dbf5;
	padding: 40px 0;
}

.section-copywriting .container {
	max-width: 1315px;
}

.copywriting-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
}

.copywriting-block .col-ttl {
	width: 50%;
	padding: 0 100px 0 0;
}

.copywriting-block .col-ttl h2 {
	font-size: 45px;
	color: #814dcb;
	letter-spacing: -1px;
}

.copywriting-block .description {
	width: 50%;
}

.section-registration {
	background: #faf8f5;
}

.mail-link {
	font-weight: bold;
	color: #1e1e1e;
}

.registration-top {
	background: #ffdd6e;
	padding: 180px 0 250px;
	border-bottom-left-radius: 50% 31%;
	border-bottom-right-radius: 50% 31%;
	margin: -275px -50px -250px;
}

.registration-top .container {
	max-width: 820px;
}

.registration-top h2 {
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	letter-spacing: -1px;
	color: #192b37;
}

.footer {
	width: 100%;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	color: rgba(30, 30, 30, .58);
	padding: 40px 0;
}

.footer .copyright {
	padding-bottom: 30px;
}

.footer address {
	font-style: normal;
	padding-bottom: 30px;
}

.footer address span {
	display: block;
}

.show-tablet {
	display: none;
}

.img-mobile {
	display: none;
}

@media (max-width: 1259px) {
	.intro h1 {
		font-size: 53px !important;
	}
}

@media (max-width: 1199px) {
	.ex-arrow {
		left: -50px;
	}

	.step-block {
		padding-left: 0;
	}

	.section-heading h2 {
		padding: 0;
	}
}

@media (max-width: 1023px) {
	h1,
	.h1 {
		font-size: 40px !important;
	}

	h2,
	.h2 {
		font-size: 36px !important;
	}

	h3,
	.h3 {
		font-size: 30px !important;
	}

	h4,
	.h4 {
		font-size: 22px !important;
	}

	.section-intro {
		padding: 50px 20px 75px;
		background: url(../images/bg-intro-mobile.svg) no-repeat 100% 100%;
		background-size: 100% 100%;
	}

	.intro {
		font-size: 18px;
	}

	.intro h4 {
		font-size: 22px;
	}

	.wave-intro {
		bottom: -70%;
	}

	.section-advices {
		padding: 50px 0;
	}

	.pre-intro {
		margin-top: 0;
		padding-top: 70px;
	}

	.advice-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.advice-block .images {
		min-width: 100%;
		padding: 0;
	}

	.advice-block .images .img {
		display: block;
		margin: 0 -15px;
	}

	.advice-block .images .img img {
		width: 100%;
	}

	.advice-block .description {
		max-width: 100%;
	}

	.decor-oval {
		display: none;
	}

	.ex-arrow {
		position: relative;
		top: inherit;
		left: inherit;
		margin-bottom: 20px;
	}

	.mobile-arrow {
		display: inline-block;
		position: relative;
		top: inherit;
		left: inherit;
		text-align: center;
	}

	.desktop-arrow {
		display: none;
	}

	.row-list-holder .row-list {
		padding-bottom: 40px;
	}

	.box-normal {
		padding: 35px;
	}

	.box-normal.box-lg {
		border-width: 5px;
	}

	.section-visual {
		padding: 50px 0 0;
	}

	.section-visual .visual-head {
		padding-bottom: 30px;
	}

	.section-entry {
		padding: 50px 0;
	}

	.entry-rows {
		padding: 0 15px;
	}

	.section-introducing {
		padding: 0 0 50px;
	}

	.block-quote {
		margin-right: 25px;
	}

	.block-quote .img {
		margin: -105px 0 0;
		padding: 0;
		width: 100%;
		text-align: center;
	}

	.block-quote .img.img-lg {
		padding: 0;
	}

	.block-quote .img img {
		padding: 0;
	}

	.block-quote .frame {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 35px 25px;
	}

	.block-quote.block-quote-add {
		margin-top: 150px;
		margin-bottom: 150px;
		margin-right: 25px;
	}

	.block-quote.block-quote-add:first-child {
		margin-top: 30px;
	}

	.block-quote.block-quote-add .img {
		margin: -105px 0 0;
		width: 100%;
		padding: 0;
	}

	.section-modules {
		padding: 50px 0;
	}

	.section-modules-add {
		padding: 50px 0;
	}

	.decor-txt {
		left: 0;
		width: 100%;
		top: 0;
		text-align: center;
		position: relative;
		margin: -85px 0 0;
	}

	.decor-txt h2 {
		font-size: 120px !important;
	}

	.num {
		margin-top: 0;
	}

	.step-block {
		display: block;
	}

	.step-block h2 {
		font-size: 28px !important;
	}

	.step-block .step-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.step-block .step-frame {
		max-width: 600px;
		margin: 0 auto;
		padding: 0 15px;
	}

	.step-block .images-video {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
	}

	.step-block .description {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 0 15px;
	}

	.pre-wave {
		padding-bottom: 70px;
	}

	.section-lesson {
		margin: 0 0 50px;
	}

	.section-lesson:before {
		width: 100%;
		height: 38%;
	}

	.video-list {
		display: block;
		padding: 15px 0 0;
	}

	.video-list li {
		padding: 0 0 30px;
		width: 50%;
	}

	.video-list li:nth-child(2) {
		margin: 0 0 0 auto;
		padding: 0 0 50px;
	}

	.video-list li:nth-child(3) {
		margin: 0;
	}

	.images-group .img-block {
		max-width: 100%;
		margin-bottom: 70px;
	}

	.images-group .img-block.small {
		max-width: 100%;
		margin-bottom: 60px;
	}

	.plus-list {
		text-align: center;
		font-size: 20px;
	}

	.plus-list .ico {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.plus-list h5 {
		font-size: 20px;
	}

	.section-interviews {
		padding: 50px 0;
	}

	.block-line {
		padding: 30px 15px;
	}

	.video-holder .heading {
		margin-bottom: 2em;
	}

	.video-holder h2 {
		font-size: 33px !important;
	}

	.box-video {
		padding: 20px;
		margin-bottom: 30px;
	}

	.section-heading {
		margin-top: -40px;
	}

	.parts h5 {
		font-size: 24px;
	}

	.section-after {
		padding-bottom: 50px;
	}

	.section-favour {
		padding-bottom: 50px;
	}

	.section-watch {
		padding: 50px 0 0;
	}

	.arrow-watch {
		position: relative;
		bottom: 0;
	}

	.section-certificate {
		padding: 50px 0 80px;
	}

	.certificate-block .img {
		padding: 0 5% 0 0;
	}

	.trust-block .head {
		text-align: center;
	}

	.trust-block .head .ico-trust {
		position: relative;
		margin: 0;
		left: 0;
		top: 0;
		margin: 0 auto 30px;
	}

	.copywriting-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.copywriting-block .col-ttl {
		width: 100%;
		padding: 0;
	}

	.copywriting-block .col-ttl h2 {
		font-size: 33px !important;
	}

	.copywriting-block .description {
		width: 100%;
	}

	.registration-top {
		margin-right: 0;
		margin-left: 0;
		border-radius: 0;
	}

	br {
		display: none;
	}
}

@media (max-width: 767px) {
	.btn-join {
		font-size: 24px;
	}

	body {
		font-size: 18px;
	}

	.section-intro {
		padding: 50px 20px 100px;
	}

	.first-letter {
		font-size: 90px;
	}

	.row-list {
		display: block;
	}

	.row-list .ico {
		margin: 0 0 40px;
		text-align: center;
	}

	.row-list.row-list-add {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.box {
		padding: 30px 15px;
	}

	.box.box-plus {
		border-radius: 20px;
	}

	.box-normal {
		padding: 35px 25px;
	}

	.visual-img {
		height: 300px;
	}

	.entry-rows.add {
		padding-bottom: 30px;
	}

	.headings h2 {
		font-size: 35px !important;
		letter-spacing: -1px;
	}

	.wave-pre-introducing {
		bottom: -30px;
		height: 130px;
	}

	.section-pre-introducing h2 {
		font-size: 32px !important;
	}

	.monitor {
		margin-bottom: 30px;
		text-align: center;
	}

	.btn-play {
		width: 30px;
		height: 30px;
		margin: -15px 0 0 -15px;
	}

	.btn-play a {
		border-width: 15px 0 15px 30px !important;
	}

	.btn-play.normal {
		width: 30px;
		height: 30px;
		margin: -15px 0 0 -15px;
	}

	.btn-play.normal a {
		border-width: 15px 0 15px 30px;
	}

	.block-quote {
		margin-right: 10px;
		margin-bottom: 40px;
	}

	.block-quote:before {
		top: 10px;
		left: 10px;
	}

	.block-quote.block-quote-add {
		margin-right: 10px;
		margin-top: 100px;
	}

	.decor-txt {
		margin: 0 0 -50px;
	}

	.decor-txt h2 {
		font-size: 68px !important;
		margin-bottom: 10px;
	}

	.num {
		margin: -5px 10px 15px 0;
		font-size: 80px;
		width: 60px;
	}

	.section-steps {
		padding-bottom: 30px;
	}

	.images-video {
		-webkit-box-flex: inherit;
		-ms-flex: inherit;
		flex: inherit;
	}

	.images-video .img {
		margin: 0 10px 0 0;
	}

	.images-video .img:before {
		top: 10px;
		left: 10px;
	}

	.pre-wave {
		padding-bottom: 20px;
	}

	.section-lesson {
		background: url(../images/decor-wave-01-mobile.svg) no-repeat 100% 100%;
		min-height: auto;
		background-size: 100% 100%;
	}

	.video-list li {
		padding: 0 0 30px;
		width: 65%;
	}

	.video-list li.lg {
		width: 75%;
	}

	.images-group .img-block {
		width: 100%;
	}

	.images-group .img-block .top {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 20px 0 0;
		width: 100%;
	}

	.images-group .img-block.small {
		margin-bottom: 40px;
	}

	.section-interviews.section-pre-interviews {
		background: #f8f8f5;
	}

	.section-heading {
		background: url(../images/decor-wave-02-mobile.svg) no-repeat 100% 100%;
		background-color: #f8f8f5;
		padding: 25px 0 40px;
		background-size: 100% 100%;
	}

	.section-heading h2 {
		font-size: 45px !important;
	}

	.certificate-block {
		display: block;
	}

	.certificate-block .img {
		padding: 0;
		margin-bottom: 30px;
		width: 100%;
	}

	.certificate-block h2 {
		text-align: center;
		letter-spacing: 0;
	}

	.step-box-list > li {
		padding-left: 0 !important;
		padding-right: 20px;
	}

	.step-blocks {
		max-width: 100%;
	}

	.box-lists .block-quote,
	.box-lists .box {
		margin-bottom: 70px;
	}

	.box-lists.add .block-quote,
	.box-lists.add .box {
		margin-bottom: 130px;
	}

	.access-block h3 {
		font-size: 22px !important;
	}

	.section-join {
		padding: 15px 0;
		background: #ffc917;
		margin: 0 0 15px;
	}

	.shadow-holder {
		border-width: 0;
		margin: 0;
	}

	.shadow-frame {
		border-width: 0;
	}

	.section-testimonials {
		padding-bottom: 0;
	}

	.block-join {
		padding: 30px 15px;
	}

	.block-join h2 {
		font-size: 30px !important;
	}

	.list-check > li {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.list-check > li:before {
		top: 4px;
	}

	.accordion-block {
		padding-bottom: 30px;
	}

	.accordion-list .opener {
		font-size: 24px;
	}

	.trust-block {
		margin: 0 -15px;
	}

	.trust-block:before {
		display: none;
	}

	.trust-block .head .ico-trust {
		margin: -90px auto 30px;
	}

	.show-tablet {
		display: block;
	}

	.show-desktop {
		display: none;
	}

	.img-desktop {
		display: none;
	}

	.img-mobile {
		display: inline-block;
	}
}

@media (max-width: 666px) {
	.wave-intro {
		bottom: -85%;
	}

	.plus-list > li {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: left;
	}

	.plus-list .ico {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin: 0 20px 0 0;
		min-width: 80px;
	}

	.box-video:after {
		display: none;
	}

	.media-list > li {
		width: 100%;
	}

	.info-list > li {
		width: 100%;
		padding: 30px 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: left;
	}

	.info-list > li:first-child {
		padding-top: 0;
	}

	.info-list .ico {
		display: block;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		text-align: center;
		margin: 0 10px 0 0;
	}

	.watch-box {
		display: block;
	}

	.watch-box .number {
		margin: 8px 50px 0 0;
		float: left;
	}

	.watch-box .description {
		padding: 15px 0;
	}

	.publish-watch .head .btn {
		display: block;
		margin: 15px auto;
		max-width: 200px;
	}
}

