.styles_copyright__2ueu9 { 
		display: none !important;
	   }

@font-face {
	font-family: Lato;
	src: url(../fonts/Lato/Lato-BlackItalic.woff2) format("woff2"), url(../fonts/Lato/Lato-BlackItalic.woff) format("woff");
	font-weight: 900;
	font-style: italic
}

@font-face {
	font-family: Lato;
	src: url(../fonts/Lato/Lato-LightItalic.woff2) format("woff2"), url(../fonts/Lato/Lato-LightItalic.woff) format("woff");
	font-weight: 300;
	font-style: italic
}

@font-face {
	font-family: Lato;
	src: url(../fonts/Lato/Lato-Bold.woff2) format("woff2"), url(../fonts/Lato/Lato-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: Lato;
	src: url(../fonts/Lato/Lato-Regular.woff2) format("woff2"), url(../fonts/Lato/Lato-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Lato;
	src: url(../fonts/Lato/Lato-Black.woff2) format("woff2"), url(../fonts/Lato/Lato-Black.woff) format("woff");
	font-weight: 900;
	font-style: normal
}

@font-face {
	font-family: Lato;
	src: url(../fonts/Lato/Lato-Light.woff2) format("woff2"), url(../fonts/Lato/Lato-Light.woff) format("woff");
	font-weight: 300;
	font-style: normal
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

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

body {
	min-height: 500px;
	margin: 0 auto;
	font-family: Lato, sans-serif;
	font-weight: 400;
	font-size: 25px;
	color: #272626;
	font-weight: 300
}

a {
	color: #272626;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

a:hover {
	opacity: .7;
	text-decoration: none;
	outline: 0;
	color: inherit
}

a:active {
	opacity: .6;
	outline: 0;
	color: inherit;
	text-decoration: none
}

a:focus {
	outline: 0;
	color: inherit;
	text-decoration: none
}

button,
input,
select,
textarea {
	padding: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

button:hover,
input:hover,
select:hover,
textarea:hover {
	opacity: .8
}

strong {
	font-weight: 700
}

em {
	font-style: italic
}

img {
	max-width: 100%
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

h2 {
	font-size: 60px;
	font-weight: 900
}

h3 {
	font-size: 40px;
	font-weight: 900
}

h4 {
	font-size: 30px;
	font-weight: 900
}

h5 {
	font-size: 30px;
	font-weight: 300
}

h6 {
	font-size: 20px;
	font-weight: 300
}

.justify-align {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.left-align {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.right-align {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.center-align {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

::-webkit-input-placeholder {
	color: rgba(0, 63, 108, .5);
	font-weight: 500;
	font-size: 16px;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

:-moz-placeholder {
	color: rgba(0, 63, 108, .5);
	font-weight: 500;
	font-size: 16px;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

::-moz-placeholder {
	color: rgba(0, 63, 108, .5);
	font-weight: 500;
	font-size: 16px;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

:-ms-input-placeholder {
	color: rgba(0, 63, 108, .5);
	font-weight: 500;
	font-size: 16px;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.header {
	min-height: 760px
}

.header .container {
	position: relative
}

.header .logo {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 10
}

.header-info {
	position: relative;
	padding: 60px 240px 60px 240px;
	top: 35px;
	left: 200px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	border: 1px solid #272626
}

.header-info::after {
	content: '';
	position: absolute;
	left: -268px;
	top: 104px;
	width: 509px;
	height: 620px;
	z-index: 10;
	background: url(../img/bot.png)
}

.header-info::before {
	content: '';
	position: absolute;
	top: -36px;
	right: 90%;
	height: 600px;
	width: 2000px;
	background: #ffd800
}

.header-info__text {
	text-align: right;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.header-info__title {
	position: relative;
	display: inline-block;
	padding-right: 30px;
	padding-bottom: 14px;
	font-size: 30px
}

.header-info__title::after {
	content: '. . . . . . .';
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: 700
}

.header-info__logo {
	position: relative;
	text-align: left;
	min-width: 470px;
	padding: 26px 0 0;
	margin-bottom: 40px
}

.header-info__logo div {
	font-size: 60px;
	line-height: 31px;
	font-weight: 900;
	text-transform: uppercase
}

.header-info__logo--mlm {
	text-align: right
}

.header-info__logo>span {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #272626;
	color: #fff;
	font-size: 15px;
	font-weight: 400
}

.header-info__slogan {
	position: relative;
	left: 80px;
	margin-bottom: 70px;
	font-size: 40px;
	line-height: 30px
}

.header-info__list {
	list-style: none;
	text-align: left
}

.header-info__list li {
	position: relative;
	margin-bottom: 30px;
	padding: 0 0 0 26px;
	font-weight: 700;
	line-height: 30px
}

.header-info__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 40%;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ffd800
}

.header-info .btn-wrap {
	position: relative;
	top: 88px;
	right: 25px
}

.btn {
	display: inline-block;
	padding: 13px 26px 15px;
	font-size: 25px;
	line-height: 30px;
	outline: 0;
	text-align: center;
	background: #ffd800;
	font-weight: 400
}

.btn:focus,
.btn:hover {
	opacity: 1
}

.btn-wrap {
	display: inline-block;
	padding: 0 25px;
	background: #fff;
	z-index: 10
}

.btn-wrap:focus,
.btn-wrap:hover {
	opacity: 1
}

.btn-red {
	padding: 13px 60px 15px;
	background: red;
	color: #fff;
	font-size: 35px;
	line-height: 49px;
	-webkit-box-shadow: 9px 10px 4px 0 rgba(0, 39, 69, .2);
	box-shadow: 9px 10px 4px 0 rgba(0, 39, 69, .2)
}

.btn-red:focus,
.btn-red:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff
}

.btn-red__mail {
    position: relative;
    padding: 13px 110px 15px 30px;
    margin-bottom: 25px;
    font-size: 25px;
}

.btn-red__mail::before {
    content: '';
    position: absolute;
    right: 34px;
    top: 17px;
    width: 60px;
    height: 42px;
    background: url(../img/mail-ic.png);
}

.btn-blue {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 154px;
	height: 80px;
	border-radius: 3px 0 0 3px;
	-webkit-box-shadow: 9px 10px 4px 0 rgba(0, 39, 69, .2);
	box-shadow: 9px 10px 4px 0 rgba(0, 39, 69, .2)
	background: rgba(44,170,236,1);
	background: -moz-linear-gradient(45deg, rgba(44,170,236,1) 0%, rgba(44,170,236,1) 4%, rgba(96,178,252,1) 70%, rgba(96,178,252,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(44,170,236,1)), color-stop(4%, rgba(44,170,236,1)), color-stop(70%, rgba(96,178,252,1)), color-stop(100%, rgba(96,178,252,1)));
	background: -webkit-linear-gradient(45deg, rgba(44,170,236,1) 0%, rgba(44,170,236,1) 4%, rgba(96,178,252,1) 70%, rgba(96,178,252,1) 100%);
	background: -o-linear-gradient(45deg, rgba(44,170,236,1) 0%, rgba(44,170,236,1) 4%, rgba(96,178,252,1) 70%, rgba(96,178,252,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(44,170,236,1) 0%, rgba(44,170,236,1) 4%, rgba(96,178,252,1) 70%, rgba(96,178,252,1) 100%);
	background: linear-gradient(45deg, rgba(44,170,236,1) 0%, rgba(44,170,236,1) 4%, rgba(96,178,252,1) 70%, rgba(96,178,252,1) 100%);
}

.btn-blue:focus {
	background: rgba(44,170,236,1);
}

.btn-blue [class^='icon'] {
	transition: all .3s;
}

.btn-blue:hover  [class^='icon'] {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.icon-telegram {
	width: 54px;
	height: 45px;
	display: inline-block;
	background: url(../img/telegram-ic.png)
}

.icon-messenger {
	width: 47px;
	height: 47px;
	display: inline-block;
	background: url(../img/messenger-ic.png)
}

.icon-viber {
	width: 47px;
	height: 47px;
	display: inline-block;
	background: url(../img/viber-ic.png)
}

.btn-viber {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 154px;
	height: 80px;
	border-radius: 3px 0 0 3px;
	-webkit-box-shadow: 9px 10px 4px 0 rgba(0, 39, 69, .2);
	box-shadow: 9px 10px 4px 0 rgba(0, 39, 69, .2)
	background: rgba(125,81,160,1);
	background: -moz-linear-gradient(45deg, rgba(125,81,160,1) 0%, rgba(125,81,160,1) 4%, rgba(152,101,191,1) 70%, rgba(152,101,191,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(125,81,160,1)), color-stop(4%, rgba(125,81,160,1)), color-stop(70%, rgba(152,101,191,1)), color-stop(100%, rgba(152,101,191,1)));
	background: -webkit-linear-gradient(45deg, rgba(125,81,160,1) 0%, rgba(125,81,160,1) 4%, rgba(152,101,191,1) 70%, rgba(152,101,191,1) 100%);
	background: -o-linear-gradient(45deg, rgba(125,81,160,1) 0%, rgba(125,81,160,1) 4%, rgba(152,101,191,1) 70%, rgba(152,101,191,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(125,81,160,1) 0%, rgba(125,81,160,1) 4%, rgba(152,101,191,1) 70%, rgba(152,101,191,1) 100%);
	background: linear-gradient(45deg, rgba(125,81,160,1) 0%, rgba(125,81,160,1) 4%, rgba(152,101,191,1) 70%, rgba(152,101,191,1) 100%);
}

.btn-viber:focus {
	background: rgba(125,81,160,1);
}

.btn-viber [class^='icon'] {
	transition: all .3s;
}

.btn-viber:hover  [class^='icon'] {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.comeon {
	padding-bottom: 70px
}

.comeon-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 80px
}

.comeon-box {
	position: relative;
	left: -60px;
	width: 570px;
	padding: 110px 40px 80px 70px;
	background: #272626;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

.comeon-box__italic {
	margin-bottom: 40px;
	color: #fff;
	font-style: italic;
	font-size: 30px
}

.comeon-box__comeon {
	margin-bottom: 16px;
	font-size: 60px;
	line-height: 35px;
	color: #fff;
	font-weight: 900;
	font-style: italic
}

.comeon-box__yellow {
	margin-bottom: 25px;
	color: #ffd800;
	font-size: 30px;
	line-height: 35px;
	font-weight: 900;
	font-style: italic
}

.comeon-box p {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 28px;
	color: #fff
}

.comeon-list {
	width: -webkit-calc(100% - 570px);
	width: calc(100% - 570px);
	padding: 0 0 0 18px;
	position: relative
}

.comeon-list::before {
	content: '';
	position: absolute;
	left: -45px;
	top: 50%;
	height: 2px;
	width: 24px;
	background: #272626
}

.comeon-list ul {
	list-style: none
}

.comeon-list ul li {
	position: relative;
	margin-bottom: 10px;
	padding: 0 0 0 10px;
	line-height: 42px;
	font-size: 24px
}

.comeon-list ul li::before {
	content: '';
	position: absolute;
	left: -10px;
	top: 21px;
	width: 4px;
	height: 4px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #272626
}

article h4 {
	margin-bottom: 15px
}

article p {
	margin-bottom: 35px;
	line-height: 35px
}

.divider {
	position: relative;
	left: -230px;
	max-width: 500px;
	height: 1px;
	background: #d6d6d6
}

.step {
	padding: 80px 0 0;
	margin-bottom: 50px
}

.step-around {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.step-around__left {
	padding-right: 10px;
	font-weight: 700;
	font-size: 30px;
	line-height: 38px;
	text-align: right
}

.step-around__right {
	padding-left: 10px;
	font-size: 150px;
	font-weight: 700;
	color: #ffd800;
	line-height: 45px
}

.step-wrap {
	max-width: 946px;
	margin: 50px auto 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.step-item {
	width: 48%;
	padding-left: 16px;
	padding-right: 16px;
	padding: 45px 60px;
	border: 2px solid;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

.step-item__number {
	display: inline-block;
	margin-bottom: 60px;
	font-size: 100px;
	line-height: 45px;
	font-weight: 900
}

.step-item__val {
	display: inline-block;
	font-size: 35px;
	font-weight: 900
}

.step-item p {
	font-size: 25px;
	line-height: 35px
}

.step-item__black {
	background: #272626;
	color: #fff
}

.step-item__black .step-item__number {
	margin-bottom: 50px
}

.step-item__black .step-item__val {
	margin-bottom: 10px
}

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

.created-left {
	padding-right: 30px;
	text-align: right;
	border-right: 2px solid #272626
}

.created-left strong {
	font-size: 50px;
	line-height: 60px;
	font-weight: 900
}

.created-right {
	padding-left: 30px
}

.created-right p {
	font-size: 30px;
	line-height: 40px
}

.created-info {
	margin-bottom: 145px
}

.color-yellow {
	color: #ffd800
}

.user {
	position: relative;
	margin-bottom: 100px
}

.user-yellow {
	padding: 50px 95px;
	margin-bottom: 40px;
	background: #ffd800;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 25px;
	font-weight: 700;
	line-height: 35px
}

.user-bottom {
	display: inline-block;
	font-size: 25px;
	line-height: 28px;
	text-align: right
}

.user-bottom span {
	display: block;
	margin-bottom: 15px
}

.user-bottom strong {
	display: block;
	margin-bottom: 5px;
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase
}

.user-img {
	position: absolute;
	right: 0;
	top: -60px;
	margin-left: -35px;
	margin-right: -35px
}

.user-img img {
	display: inline-block;
	margin: 0 35px
}

.settings {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.settings-phones {
	margin-left: -30px;
	margin-right: -30px
}

.settings-phones img {
	display: inline-block;
	margin: 0 30px
}

.result {
	padding: 60px 0 90px
}

.eyes {
	height: 450px;
	background: url(../img/eyes.jpg) no-repeat center;
	background-attachment: fixed
}

article {
	padding: 90px 0
}

article h2 {
	margin-bottom: 10px
}

article h4 {
	margin-bottom: 30px;
	font-weight: 700
}

article ul {
	list-style: none;
	text-align: left
}

article ul li {
	position: relative;
	margin-bottom: 15px;
	padding: 0 0 0 26px;
	line-height: 30px
}

article ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 40%;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ffd800
}

.module {
	position: relative
}

.module h2 {
	margin-bottom: 90px
}

.module-wrap {
	padding-left: 195px;
	padding-top: 30px;
	padding-bottom: 130px;
	background-image: url(../img/module-step-bg.png);
	background-repeat: no-repeat;
	background-position: top left
}

.module-item {
	position: relative;
	margin-bottom: 130px
}

.module-item::before {
	content: '1';
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	left: -216px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 30px;
	font-weight: 700;
	color: #ffd800;
	background: #272626;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.module-item:nth-of-type(2)::before {
	content: '2'
}

.module-item:nth-of-type(3)::before {
	content: '3'
}

.module-item h2 {
	margin-bottom: 10px
}

.module-item h5 {
	margin-bottom: 40px
}

.module-item ol {
	list-style: none;
	counter-reset: my-awesome-counter
}

.module-item ol li {
	position: relative;
	padding: 0 0 0 26px;
	line-height: 40px;
	margin-bottom: 20px;
	counter-increment: my-awesome-counter
}

.module-item ol li::before {
	content: counter(my-awesome-counter) ".";
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 900
}

.module-bottom {
	position: relative
}

.module-bottom::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	left: -216px;
	background: url(../img/smile.png) no-repeat
}

.module-bot {
	position: absolute;
	right: 0;
	top: 20%
}

.authors {
	padding: 65px 0 0
}

.authors h2 {
	position: relative;
	left: 150px;
	margin-bottom: 30px;
	text-align: center
}

.authors-item {
	position: relative;
	padding: 0 100px 20px;
	margin-bottom: 90px;
	border: 2px solid #272626
}

.authors-item__name {
	position: relative;
	top: -32px;
	font-size: 40px;
	line-height: 40px;
	font-weight: 900
}

.authors-item__name span {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	background: #fff
}

.authors-item__img {
	position: absolute;
	right: -260px;
	bottom: 40px
}

.authors-item:last-child .authors-item__img {
	right: -190px;
	bottom: -98px
}

.authors-item ul {
	position: relative;
	top: -10px
}

.authors-item ul li {
	line-height: 40px
}

.order {
	background-image: url(../img/bot-head.jpg);
	background-position: top left;
	background-repeat: no-repeat
}

.order-hand {
	position: relative;
	display: block;
	margin: 0 auto;
	left: 168px;
	top: -92px;
	max-width: 380px
}

.order-header {
	margin-bottom: 40px;
	font-size: 30px;
	line-height: 40px;
	text-align: center
}

.order-header strong {
	font-weight: 900
}

.order-price {
	margin-bottom: 40px;
	text-align: center
}

.order-price__item {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle
}

.order-price__item--through {
	position: relative;
	font-size: 44px;
	line-height: 44px
}

.order-price__item--through::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 54%;
	height: 1px;
	width: 100%;
	background: #272626
}

.order-price__item--yellow {
	padding: 20px 45px;
	background: #ffd800;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 44px;
	line-height: 44px;
	font-weight: 900
}

.order-price__item--border {
	width: 140px;
	height: 52px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 2px solid #272626;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 22px;
	font-weight: 900
}

.order-form {
	position: relative;
	padding-bottom: 120px
}

.order-form::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 500px;
	height: 2px;
	background: #d6d6d6
}

.form {
	max-width: 450px;
	margin: 0 auto
}

.form-field {
	width: 100%;
	height: 60px;
	padding: 0 15px;
	line-height: 60px;
	margin-bottom: 20px;
	border: 2px solid #272626;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: transparent;
	outline: 0;
	font-weight: 400
}

.form .btn {
	display: block;
	width: 290px;
	margin: 25px auto 0;
	font-weight: 700;
	font-size: 30px
}

.clients {
	padding: 100px 0 150px
}

.clients-header {
	margin-bottom: 70px;
	text-align: center;
	font-size: 50px;
	font-weight: 900
}

.clients-header span {
	text-transform: uppercase;
	font-size: 80px
}

.clients-item__img {
	display: block;
	margin-bottom: 25px
}

.clients-item__name {
	margin-bottom: 5px;
	font-size: 25px;
	line-height: 30px
}

.clients-item__count {
	font-weight: 900;
	font-size: 25px
}

.range-header {
	margin-bottom: 15px;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	font-weight: 900
}

.range h6 {
	text-align: center;
	margin-bottom: 40px
}

.range-slider {
	padding-bottom: 120px
}

.range-slider__val {
	display: block;
	font-weight: 900;
	font-size: 150px;
	line-height: 120px
}

.range-slider__val--wrap {
	text-align: center
}

.range-slider__val--wrap span {
	font-size: 20px
}

.slider.slider-horizontal {
	width: 100%;
	margin-top: 50px
}

.slider.slider-horizontal .slider-tick-label-container {
	position: relative;
	top: -60px
}

.slider.slider-horizontal .slider-track {
	height: 20px;
	border: 1px solid #272626
}

.slider-tick.round {
	display: none
}

.slider-selection.tick-slider-selection {
	background: #ffd800
}

.slider-tick-label {
	font-size: 20px
}

.slider-handle {
	top: -4px;
	width: 38px;
	height: 38px;
	background: url(../img/slider-icon.png) no-repeat
}

.footer {
	padding: 120px 0 0;
	overflow: hidden
}

.footer h3 {
	margin-bottom: 5px
}

.footer h5 {
	margin-bottom: 30px
}

.footer p {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 40px
}

.footer-get {
	position: relative;
	padding: 150px 0 550px
}

.footer-get .btn {
	padding: 25px 70px 30px;
	font-size: 40px;
	font-weight: 900
}

.footer-get img {
	position: absolute;
	left: 550px;
	top: 170px
}

.page {
	position: relative;
	padding-bottom: 110px
}

.page-step {
	min-height: 100vh;
	background-image: url(../img/step-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	-webkit-background-size: contain;
	background-size: contain
}

.page-important {
	min-height: 100vh;
	background: url(../img/important-bg.png) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain
}

.page-funnel {
	min-height: 100vh;
	background: url(../img/funnel-bg.jpg) no-repeat left top
}

.page-guide {
	min-height: 100vh
}

.page-guide::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30%;
	background: url(../img/guide-bg.png) no-repeat right top;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: 10
}

.page-guide .header {
	padding: 60px 0 0;
	min-height: auto
}

.page-guide .header .logo {
	position: relative;
	top: auto
}

.page-guide .header .logo::before {
	content: '';
	height: 3px;
	width: 1000px;
	position: absolute;
	right: -webkit-calc(100% + 15px);
	right: calc(100% + 15px);
	top: 45%;
	background: #004e8b
}

.page .footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	background: #272626
}

.page .footer-wrap {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 110px;
	padding-right: 100px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.page .footer-copy {
	font-size: 15px;
	color: #fff;
	opacity: .5
}

.page .footer-links {
	position: relative;
	z-index: 100
}

.page .footer-links a {
	display: inline-block;
	margin: 0 25px;
	font-size: 15px;
	color: #fff;
	opacity: .5
}

.page .footer-links a:focus,
.page .footer-links a:hover {
	opacity: 1;
	color: #fff
}

.page-funnel .footer-wrap {
	padding-right: 0
}

.guide {
	padding: 80px 0 90px
}

.guide-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.guide-img {
	width: 55%
}

.guide-text {
	position: relative;
	left: -40px;
	width: 45%
}

.guide-text__subtitle {
	margin-bottom: 25px;
	font-size: 30px;
	line-height: 35px;
	font-weight: 400;
}

.guide-text__title {
	margin-bottom: 20px;
	font-size: 50px;
	line-height: 60px;
	font-weight: 900
}

.guide-text p {
	margin-bottom: 30px;
	font-size: 19px;
	line-height: 25px;
	font-weight: 400
}

.guide-text__btn {
	max-width: 340px;
}
/*
.guide-text__btn .btn:last-child {
	border-radius: 0 3px 3px 0;
	background: rgba(44,170,236,1);
	background: -moz-linear-gradient(-45deg, rgba(44,170,236,1) 0%, rgba(50,154,248,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(44,170,236,1)), color-stop(100%, rgba(50,154,248,1)));
	background: -webkit-linear-gradient(-45deg, rgba(44,170,236,1) 0%, rgba(50,154,248,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(44,170,236,1) 0%, rgba(50,154,248,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(44,170,236,1) 0%, rgba(50,154,248,1) 100%);
	background: linear-gradient(135deg, rgba(44,170,236,1) 0%, rgba(50,154,248,1) 100%);
}*/

.guide-text__btn .btn:last-child {
	border-radius: 0 3px 3px 0;
	background: rgba(125,81,160,1);
	background: -moz-linear-gradient(-45deg, rgba(125,81,160,1) 0%, rgba(152,101,191,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(125,81,160,1)), color-stop(100%, rgba(152,101,1918,1)));
	background: -webkit-linear-gradient(-45deg, rgba(125,81,160,1) 0%, rgba(152,101,191,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(125,81,160,1) 0%, rgba(152,101,191,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(125,81,160,1) 0%, rgba(152,101,191,1) 100%);
	background: linear-gradient(135deg, rgba(125,81,160,1) 0%, rgba(152,101,191,1) 100%);
}

.guide-text__btn >span {
	display: block;
	text-align: center;
	font-size: 20px;
}


.guide-text__btn--blue {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}


.guide-read {
	position: relative;
	right: 110px;
	margin-top: 45px;
	text-align: center
}

.guide-read span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	font-size: 25px;
	font-weight: 400
}

.guide-read span::before {
	content: '';
	position: absolute;
	left: 100%;
	bottom: 12px;
	width: 269px;
	height: 122px;
	background: url(../img/guide-arrow.png)
}

.color-red {
	color: red
}

.last-step {
	padding: 60px 0
}

.last-step h2 {
	margin-bottom: 60px;
	font-size: 50px;
	line-height: 60px
}

.last-step iframe {
	width: 100%;
	height: 640px
}

.important {
	padding: 60px 0 60px
}

.important-header {
	margin-bottom: 30px;
	text-align: center;
	font-weight: 900;
	font-size: 100px
}

.important-icon {
	margin-bottom: 40px;
	text-align: center
}

.important-subtitle {
	margin-bottom: 20px;
	font-size: 50px;
	line-height: 60px;
	text-align: center;
	font-weight: 900
}

.important h5 {
	font-weight: 400;
	text-align: center
}

.important-video {
	padding: 40px 0 60px;
	text-align: center
}

.important-video video {
	max-width: 100%
}

.important-video img {
	position: relative;
	top: -5px
}

.important-bottom {
	text-align: center
}

.important-bottom__title {
	font-size: 60px;
	line-height: 60px;
	font-weight: 900
}

.important-bottom__subtitle {
	font-size: 30px;
	line-height: 60px;
	font-weight: 400
}

.important-bottom__counter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.important-bottom .btn {
	padding-left: 100px;
	padding-right: 100px;
	margin-bottom: 30px
}

.important-bottom__pay span {
	display: block;
	font-size: 15px;
	font-weight: 400
}

.funnel {
	padding-bottom: 30px
}

.funnel-video {
	padding: 34px 0 70px
}

.funnel-video__item {
	position: relative;
	max-height: 203px;
	overflow-y: hidden
}

.funnel-video__item img {
	display: block;
	max-height: 100%
}

.funnel-video__item--title {
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	color: #fff
}

.funnel-video__overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding-top: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background: rgba(0, 0, 0, .9)
}

.funnel-video__overlay.active {
	background: rgba(0, 0, 0, .5)
}

.funnel-box__header {
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 60px;
	font-weight: 400
}

.funnel-box__header .color-red {
	font-weight: 900
}

.funnel-box__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.funnel-box__video {
	width: 74%
}

.funnel-box__video iframe {
	width: 100%;
	height: 100%
}

.funnel-box__pdf {
	width: 23.5%
}

.soc-btn p {
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 60px;
	font-weight: 400
}

.soc-btn ul {
	margin-bottom: 70px;
	list-style: none
}

.soc-btn ul li {
	display: inline-block;
	margin-right: 17px
}

.soc-btn ul li:last-child {
	margin-right: 0
}

.icon-play {
	display: inline-block;
	width: 67px;
	height: 67px;
	background: url(../img/play-ic.png) no-repeat
}

.modal-info {
	display: none
}

.modal-info h3 {
	text-align: center
}

@media only screen and (max-width:1919px) {
	.header-info {
		left: 40px
	}
	.comeon {
		padding-bottom: 0
	}
	.comeon-wrap {
		margin-bottom: 10px
	}
	.module-wrap {
		padding-left: 120px
	}
	.module-item {
		margin-bottom: 100px
	}
	.module-item::before {
		left: -140px
	}
	.module-bottom::before {
		left: -140px
	}
	.module-bot {
		max-width: 30%
	}
	.module-item ol li {
		max-width: 715px
	}
	.authors-item {
		max-width: 876px;
		padding: 0 90px 20px 55px
	}
	.authors-item ul li {
		line-height: 35px;
		font-size: 20px
	}
	.authors h2 {
		left: -100px;
		margin-bottom: 50px
	}
	.order-hand {
		left: -96px
	}
	.range {
		overflow: hidden
	}
	.order {
		-webkit-background-size: 18% 18%;
		background-size: 18%
	}
	.footer-get {
		padding: 100px 0 250px
	}
	.footer-get img {
		top: 130px
	}
	.guide {
		position: relative;
		right: 200px
	}
}

@media only screen and (max-width:1919px) and (max-width:1535px) {
	.guide {
		right: 50px
	}
	.guide-img {
		width: 50%
	}
	.guide-read {
		right: 175px;
		margin-top: 100px
	}
	.page-guide::before {
		width: 20%;
		background: url(../img/guide-bg.png) no-repeat 0 top;
		-webkit-background-size: cover;
		background-size: cover
	}
	.page-important {
		background: #fff
	}
	.page-funnel {
		background: #fff
	}
}

@media only screen and (max-width:1300px) {
	.container {
		width: 950px
	}
	.header {
		min-height: 663px
	}
	.header .logo {
		max-width: 134px;
		left: 30px
	}
	.header-info {
		padding: 45px 110px 40px 240px
	}
	.header-info .btn-wrap {
		top: 66px
	}
	.header-info::before {
		right: 75%
	}
	.header-info::after {
		width: 400px;
		height: 487px;
		left: -58px;
		top: 140px;
		-webkit-background-size: contain;
		background-size: contain
	}
	.header-info__title {
		font-size: 25px
	}
	.header-info__logo {
		min-width: 400px
	}
	.header-info__logo div {
		font-size: 50px
	}
	.header-info__logo>span {
		padding: 8px 26px;
		font-size: 13px
	}
	.header-info__slogan {
		margin-bottom: 50px;
		font-size: 32px
	}
	.header-info__list li {
		margin-bottom: 25px;
		font-size: 22px;
		line-height: 26px
	}
	.comeon-box {
		left: -10px;
		width: 450px;
		padding: 80px 22px 60px 40px
	}
	.comeon-box__italic {
		margin-bottom: 30px;
		font-size: 26px
	}
	.comeon-box__comeon {
		font-size: 52px
	}
	.comeon-box__yellow {
		margin-bottom: 30px;
		font-size: 26px;
		line-height: 26px
	}
	.comeon-box p {
		margin-bottom: 24px;
		font-size: 17px;
		line-height: 24px
	}
	.comeon-list {
		width: -webkit-calc(100% - 450px);
		width: calc(100% - 450px);
		padding: 0 0 0 40px
	}
	.comeon-list ul li {
		font-size: 20px;
		line-height: 30px
	}
	.comeon-list ul li::before {
		top: 14px
	}
	article {
		padding: 70px 0;
		max-width: 800px;
		margin: 0 auto
	}
	article h4 {
		margin-bottom: 26px;
		font-size: 26px
	}
	article p {
		margin-bottom: 30px;
		font-size: 21px;
		line-height: 30px
	}
	.step-around__left {
		font-size: 26px;
		line-height: 33px
	}
	.step-around__right {
		font-size: 130px
	}
	.step-wrap {
		max-width: 800px;
		margin: 45px auto 0
	}
	.step-item {
		padding: 26px 40px
	}
	.step-item__number {
		margin-bottom: 38px;
		font-size: 80px
	}
	.step-item__val {
		font-size: 30px
	}
	.step-item p {
		font-size: 21px;
		line-height: 30px
	}
	.created-left strong {
		font-size: 43px;
		line-height: 52px
	}
	.created-right p {
		font-size: 26px;
		line-height: 35px
	}
	.created-info {
		max-width: 800px;
		margin: 0 auto 130px
	}
	.user {
		max-width: 800px;
		margin: 0 auto 30px
	}
	.user-yellow {
		padding: 40px 70px;
		margin-bottom: 25px;
		font-size: 20px;
		line-height: 30px
	}
	.user-img {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 450px;
		margin: 0
	}
	.user-img img {
		margin: 0;
		width: 45%
	}
	.user-bottom {
		font-size: 20px;
		line-height: 24px
	}
	.settings {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		max-width: 800px;
		margin: 0 auto
	}
	.settings-phones {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 0 0 20px
	}
	.settings-phones img {
		margin: 0;
		width: 45%
	}
	.result {
		max-width: 800px;
		margin: 0 auto;
		padding: 50px 0 60px
	}
	.eyes {
		height: 428px;
		background-attachment: local;
		-webkit-background-size: cover;
		background-size: cover
	}
	h2 {
		font-size: 52px
	}
	h5 {
		font-size: 26px
	}
	article ul li {
		font-size: 21px
	}
	article ul li::before {
		top: 11px
	}
	.module-wrap {
		padding-right: 100px;
		padding-bottom: 50px;
		margin-bottom: 100px
	}
	.module-item {
		margin-bottom: 50px
	}
	.module-item h2 {
		font-size: 43px
	}
	.module-item h5 {
		margin-bottom: 30px
	}
	.module-item ol li {
		max-width: 552px;
		font-size: 20px;
		line-height: 30px
	}
	.module-item ol li::before {
		font-size: 20px
	}
	.authors-item {
		max-width: 80%
	}
	.authors-item ul li {
		font-size: 18px;
		line-height: 30px
	}
	.authors-item__img {
		right: -160px;
		bottom: 180px;
		max-width: 240px
	}
	.order-hand {
		left: 34px;
		top: -90px
	}
	.order-header {
		margin-bottom: 35px;
		font-size: 26px;
		line-height: 35px
	}
	.order-price__item--through {
		font-size: 38px
	}
	.order-price__item--yellow {
		padding: 16px 35px;
		font-size: 38px;
		line-height: 38px
	}
	.order-price__item--border {
		width: 120px;
		height: 36px;
		font-size: 19px
	}
	.order-form {
		padding-bottom: 100px
	}
	.order-form::before {
		width: 100%
	}
	.form-field {
		height: 54px;
		line-height: 54px;
		font-size: 17px
	}
	.form .btn {
		font-size: 26px;
		margin: 20px auto 0
	}
	.clients {
		padding: 90px 0 120px
	}
	.clients-header {
		margin-bottom: 60px;
		font-size: 43px
	}
	.clients-header span {
		font-size: 70px
	}
	.clients-item__img {
		margin-bottom: 20px
	}
	.clients-item__name {
		font-size: 21px
	}
	.clients-item__count {
		font-size: 21px
	}
	.range-header {
		margin-bottom: 10px;
		font-size: 35px;
		line-height: 43px
	}
	.range h6 {
		font-size: 17px;
		margin-bottom: 30px
	}
	.range-slider {
		padding-bottom: 100px
	}
	.range-slider__val {
		font-size: 130px
	}
	.footer {
		padding: 100px 0 0
	}
	.footer p {
		font-size: 17px;
		line-height: 35px
	}
	.footer-get .btn {
		padding: 22px 50px 27px;
		font-size: 36px
	}
	h3 {
		font-size: 35px
	}
	.guide-text {
		position: relative;
		z-index: 10
	}
	.guide-text__subtitle {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 27px
	}
	.guide-text__title {
		font-size: 35px;
		line-height: 45px
	}
	.guide-text p {
		font-size: 15px;
		line-height: 22px
	}
	.guide-read {
		right: 145px;
		margin-top: 70px
	}
	.guide-read span {
		font-size: 22px
	}
	.guide-read span::before {
		width: 180px;
		height: 83px;
		bottom: 10px;
		-webkit-background-size: contain;
		background-size: contain;
		background-repeat: no-repeat
	}
	.btn-red {
		padding: 9px 42px 10px;
		font-size: 25px
	}
	.page {
		padding-bottom: 100px
	}
	.page .footer-copy {
		font-size: 12px
	}
	.page .footer-wrap {
		height: 100px;
		padding-right: 70px
	}
	.page .footer-links {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.page .footer-links a {
		margin: 0 15px;
		font-size: 12px
	}
	.page-guide::before {
		width: 30%
	}
	.page-step {
		background: #fff
	}
	.page-step .footer-wrap {
		padding-right: 0
	}
	.last-step iframe {
		height: 512px
	}
	.last-step {
		padding: 50px 0
	}
	.important-header {
		margin-bottom: 25px;
		font-size: 80px
	}
	.important-icon {
		margin-bottom: 35px
	}
	.important-subtitle {
		font-size: 42px;
		line-height: 52px
	}
	.important h5 {
		font-size: 24px
	}
	.important-bottom__title {
		font-size: 52px;
		line-height: 52px
	}
	.important-bottom__subtitle {
		font-size: 26px;
		line-height: 55px
	}
	.funnel-box__header {
		font-size: 26px
	}
	.soc-btn p {
		font-size: 25px;
		line-height: 55px
	}
	.btn-red__mail {
		padding: 13px 110px 15px 30px;
	}
}

@media only screen and (max-width:1023px) {
	.page-guide::before {
		display: none
	}
	.guide {
		right: auto
	}
	.page .footer-wrap {
		padding-right: 0
	}
	.funnel-video {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-left: -5px;
		margin-right: -5px;
		padding: 20px 0 40px
	}
	.funnel-video [class^=col] {
		padding-left: 5px;
		padding-right: 5px
	}
	.funnel-video__ovrlay .icon-play {
		display: none
	}
	.funnel-box__header {
		font-size: 20px;
		line-height: 30px
	}
	.funnel-box__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
	.funnel-box__video {
		width: auto
	}
	.funnel-box__video iframe {
		height: 250px
	}
	.funnel-box__pdf {
		width: auto;
		margin-bottom: 10px;
		text-align: center
	}
	.soc-btn ul {
		margin-bottom: 30px
	}
	.soc-btn ul li img {
		max-width: 50px
	}
	.soc-btn p {
		font-size: 16px;
		line-height: 32px
	}
}

@media only screen and (max-width:991px) {
	.container {
		width: auto
	}
	.authors-item__img {
		position: static
	}
	.user-img {
		margin-bottom: 60px;
		position: static;
		text-align: center
	}
	.eyes {
		height: 350px;
		-webkit-background-size: contain;
		background-size: contain
	}
	.settings-table {
		margin-bottom: 30px
	}
	.module-bot {
		display: none
	}
	.authors-item {
		border: none
	}
	.slider.slider-horizontal {
		width: 90%;
		margin: 50px auto 50px
	}
	.range-slider {
		text-align: center
	}
	.header-info {
		left: 0
	}
	.user-img {
		margin-left: -15px;
		margin-right: -15px
	}
	.header {
		min-height: auto
	}
	.header .logo {
		position: relative;
		display: block;
		top: auto;
		left: auto;
		padding: 20px 0;
		text-align: center;
		background: #ffd800
	}
	.header .logo::after,
	.header .logo::before {
		content: '';
		position: absolute;
		left: -15px;
		top: 0;
		bottom: 0;
		height: 100%;
		background: #ffd800;
		width: 15px
	}
	.header .logo::after {
		left: auto;
		right: -15px
	}
	.header-info {
		padding: 30px 60px 60px 240px;
		left: auto;
		border: none
	}
	.header-info::before {
		width: auto;
		height: auto;
		position: static
	}
	.header-info::after {
		left: -300px;
		top: 0
	}
	.comeon-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.comeon-box {
		position: static;
		width: auto
	}
	.comeon-list {
		width: auto
	}
	.header-info .btn-wrap {
		position: static
	}
	.comeon {
		padding: 17px 0 0
	}
	.footer-get {
		padding: 100px 0 150px
	}
	.comeon-list {
		padding: 30px 0 0 18px
	}
	article {
		padding: 50px 0
	}
	.created-info {
		margin-bottom: 50px
	}
	.user {
		margin-bottom: 50px
	}
	.order {
		background: #fff
	}
	.order-price__item--yellow {
		padding: 20px 28px;
		font-size: 35px
	}
	.header-info__slogan {
		left: 0
	}
	.step-around__right {
		font-size: 130px
	}
	.step-around__left {
		font-size: 26px
	}
	.user-img {
		margin: 0 auto 30px
	}
	.last-step {
		padding: 30px 0
	}
	.last-step h2 {
		margin-bottom: 20px;
		font-size: 44px;
		line-height: 54px
	}
	.last-step iframe {
		height: 430px
	}
}

@media only screen and (max-width:768px) {

	.logo{
		display: none !important;
	}

	.header-info::after {
		width: 185px;
		height: 225px;
		left: -100px;
		top: -55px;
		-webkit-background-size: contain;
		background-size: contain
	}
	.header .logo {
		padding: 12px 0;
		max-width: none
	}
	.header .logo img {
		max-width: 76px
	}
	.header-info {
		padding: 0 0 30px 0
	}
	.header-info__text {
		width: 100%
	}
	.header-info__list li::before {
		top: 40%;
		width: 6px;
		height: 6px
	}
	.header-info__title {
		font-size: 20px
	}
	.header-info__logo>span {
		font-size: 10px;
		padding: 6px 15px
	}
	.header-info__logo {
		min-width: auto;
		text-align: left;
		width: 170px;
		margin-bottom: 4px
	}
	.header-info__logo div {
		font-size: 30px;
		text-align: left
	}
	.header-info__title {
		padding-right: 0;
		padding-bottom: 5px
	}
	.header-info__title::after {
		bottom: -16px;
		left: 3px;
		font-weight: 300
	}
	.header-info__slogan {
		margin-bottom: 0;
		max-width: 170px;
		text-align: left;
		font-size: 15px;
		line-height: 20px
	}
	.header-info__list {
		position: relative;
		width: 100%;
		margin: 9px 0 0;
		padding: 30px 0 50px;
		background: #272626
	}
	.header-info__list::after,
	.header-info__list::before {
		content: '';
		position: absolute;
		left: -15px;
		top: 0;
		bottom: 0;
		height: 100%;
		background: #272626;
		width: 15px
	}
	.header-info__list::after {
		left: auto;
		right: -15px
	}
	.header-info__list li {
		margin-bottom: 18px;
		color: #fff;
		font-size: 15px;
		line-height: 20px
	}
	.header-info .btn-wrap {
		position: relative;
		top: -30px;
		padding: 0;
		right: auto;
		max-width: 248px;
		margin: 0 auto;
		background: 0 0
	}
	.btn {
		-webkit-border-radius: 6px;
		border-radius: 6px
	}
	.comeon-box {
		padding: 0;
		background: #fff;
		width: 100%
	}
	.comeon-box p {
		margin-bottom: 20px;
		font-size: 15px;
		line-height: 28px;
		color: #272626
	}
	.comeon-box__italic {
		margin-bottom: 20px;
		font-size: 20px;
		color: #272626
	}
	.comeon-box__comeon {
		color: #ffd800;
		font-size: 60px
	}
	.comeon-box__yellow {
		font-size: 25px;
		line-height: 30px;
		color: #272626
	}
	article p,
	p {
		font-size: 15px;
		line-height: 20px
	}
	.comeon-list {
		width: 100%;
		padding: 0
	}
	.comeon-list::before {
		display: none
	}
	.comeon-list ul {
		padding-left: 10px
	}
	.comeon-list ul li {
		margin-bottom: 20px;
		font-size: 15px;
		line-height: 20px
	}
	.comeon-list ul li::before {
		top: 9px;
		left: -5px
	}
	article {
		padding: 20px 0
	}
	article h4 {
		margin-bottom: 20px
	}
	article p {
		margin-bottom: 15px
	}
	.divider {
		position: static;
		width: auto
	}
	.step-around {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.step-around__left {
		padding: 0;
		font-size: 25px;
		line-height: 30px;
		text-align: left
	}
	.step-around__right {
		font-size: 130px;
		line-height: 130px
	}
	.step {
		padding: 40px 0 0;
		margin-bottom: 30px
	}
	.step-wrap {
		margin: 20px 0 0;
		display: block
	}
	.step-item {
		width: auto;
		padding: 30px 15px;
		min-height: 260px;
		margin-bottom: 20px
	}
	.step-item__number {
		display: inline;
		font-size: 80px
	}
	.step-item__number+br {
		display: none
	}
	.step-item__val {
		font-size: 30px;
		display: inline
	}
	.step-item p {
		margin: 10px 0 0;
		font-size: 15px;
		line-height: 20px
	}
	.step-item__white {
		position: relative
	}
	.step-item__white::before {
		content: '';
		position: absolute;
		right: -15px;
		bottom: -150px;
		width: 277px;
		height: 240px;
		background: url(../img/bot-4.png);
		z-index: 0
	}
	.step-item__black {
		position: relative;
		z-index: 10
	}
	.created {
		display: block;
		margin-bottom: 15px
	}
	.created-left {
		margin-bottom: 10px;
		padding: 0;
		border: none;
		text-align: left
	}
	.created-left strong {
		font-size: 30px;
		line-height: 40px
	}
	.created-right {
		padding: 0
	}
	.created-right p {
		font-size: 15px;
		line-height: 20px
	}
	.created-right p strong {
		font-weight: 900
	}
	.created-info {
		margin-bottom: 10px
	}
	.user {
		margin-bottom: 15px
	}
	.user-yellow {
		position: relative;
		padding: 20px 0 65px;
		margin-bottom: 0;
		-webkit-border-radius: 0;
		border-radius: 0
	}
	.user-yellow::after,
	.user-yellow::before {
		content: '';
		position: absolute;
		left: -15px;
		top: 0;
		bottom: 0;
		height: 100%;
		background: #ffd800;
		width: 15px
	}
	.user-yellow::after {
		left: auto;
		right: -15px
	}
	.user-yellow p br {
		display: none
	}
	.user-img {
		position: relative;
		top: -45px;
		margin-bottom: 0;
		display: block
	}
	.user-img img {
		display: block;
		margin: 0 auto 20px;
		width: auto
	}
	.user-bottom {
		font-size: 20px;
		line-height: 25px;
		text-align: left
	}
	.user-bottom strong {
		font-size: 30px
	}
	.user-bottom span {
		margin-bottom: 10px
	}
	.settings {
		display: block
	}
	.settings-table {
		text-align: center
	}
	.settings-phones {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}
	.settings-phones img {
		margin: 0 auto 30px;
		display: block
	}
	.result {
		padding: 0
	}
	.eyes {
		height: 150px;
		margin: 30px 0 10px;
		-webkit-background-size: 100% 100%;
		background-size: 100%;
		background-attachment: local
	}
	h2 {
		font-size: 30px
	}
	h4 {
		font-size: 15px;
		line-height: 20px
	}
	h5 {
		font-size: 15px;
		line-height: 20px
	}
	article ul li {
		padding: 0 0 0 15px;
		font-size: 15px;
		line-height: 20px
	}
	article ul li::before {
		top: 45%;
		width: 4px;
		height: 4px
	}
	.module h2 {
		margin-bottom: 25px;
		font-size: 20px;
		line-height: 30px
	}
	.module-wrap {
		position: relative;
		padding: 5px 0 0 54px;
		margin-bottom: 50px;
		background: 0 0
	}
	.module-wrap::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		height: 100%;
		width: 12px;
		background: url(../img/module-step-bg.png);
		-webkit-background-size: contain;
		background-size: contain
	}
	.module-item {
		margin-bottom: 35px
	}
	.module-item::before {
		width: 25px;
		height: 25px;
		font-size: 9px;
		left: -61px
	}
	.module-item h2 {
		margin-bottom: 0
	}
	.module-item h5 {
		margin-bottom: 15px
	}
	.module-item ol li {
		padding: 0 0 0 15px;
		font-size: 15px;
		line-height: 20px
	}
	.module-item ol li::before {
		font-size: 15px
	}
	.module-bottom {
		margin-bottom: 20px;
		font-size: 15px;
		line-height: 20px
	}
	.module-bottom::before {
		width: 25px;
		height: 25px;
		-webkit-background-size: contain;
		background-size: contain;
		left: -61px
	}
	.module-bottom strong {
		font-weight: 900
	}
	.module-bot__mobile {
		display: block;
		margin: 0 auto
	}
	.module+.container>.divider {
		display: none
	}
	.authors {
		padding: 40px 0 0
	}
	.authors h2 {
		left: auto;
		margin-bottom: 20px
	}
	.authors-item {
		padding: 0;
		margin-bottom: 40px;
		max-width: none
	}
	.authors-item img {
		display: block;
		max-width: 290px;
		margin: 0 auto 30px
	}
	.authors-item__name {
		left: auto;
		top: auto;
		margin-bottom: 15px;
		font-size: 30px
	}
	.authors-item__name span {
		padding: 0
	}
	.authors-item ul {
		top: 0;
		list-style: none
	}
	.authors-item ul li {
		position: relative;
		margin-bottom: 20px;
		padding-left: 30px;
		font-size: 15px;
		line-height: 20px
	}
	.authors-item ul li::before {
		content: '';
		position: absolute;
		left: 0;
		top: 9px;
		width: 5px;
		height: 5px;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		background: #272626
	}
	.order-hand {
		left: auto;
		top: -20px;
		left: 15px;
		max-width: 100%
	}
	.order-header {
		max-width: 250px;
		margin: 20px auto 25px;
		font-size: 15px;
		line-height: 20px
	}
	.order-header br {
		display: none
	}
	.order-price {
		margin-bottom: 30px
	}
	.order-price__item--through {
		font-size: 30px
	}
	.order-price__item--yellow {
		width: 200px;
		margin: 0 30px 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 30px
	}
	.order-price__item--border {
		width: 94px;
		height: 36px;
		border-width: 1px;
		font-size: 15px
	}
	.form {
		padding-bottom: 70px
	}
	.form::before {
		width: 100%
	}
	.form-field {
		height: 40px;
		margin-bottom: 14px;
		line-height: 40px;
		border-width: 1px;
		font-size: 15px
	}
	.form .btn {
		padding: 5px 26px 7px;
		margin-top: 16px;
		font-size: 20px;
		max-width: 214px
	}
	.clients {
		padding: 45px 0 0
	}
	.clients-header {
		margin-bottom: 30px;
		font-size: 30px;
		line-height: 40px
	}
	.clients-header span {
		font-size: 45px;
		line-height: 45px
	}
	.clients-item {
		max-width: 290px;
		margin: 0 auto 45px
	}
	.clients-item__img {
		margin-bottom: 10px
	}
	.clients-item__name {
		margin: 0;
		font-size: 15px;
		line-height: 30px
	}
	.clients-item__count {
		font-size: 15px
	}
	.range-slider {
		padding-bottom: 50px
	}
	.range-header {
		max-width: 270px;
		margin: 0 auto 20px;
		font-size: 25px;
		line-height: 30px
	}
	.range-header br {
		display: none
	}
	.range-header .color-yellow::after {
		content: '';
		display: block
	}
	.range h6 {
		max-width: 270px;
		margin: 0 auto 20px;
		font-size: 15px;
		line-height: 20px
	}
	.slider-tick-label {
		font-size: 10px
	}
	.range-slider__val {
		font-size: 100px;
		line-height: 80px
	}
	.range-slider__val--wrap span {
		font-size: 15px;
		letter-spacing: .4em
	}
	.footer {
		padding: 40px 0 0;
		overflow: visible
	}
	.footer h3 {
		font-size: 15px;
		line-height: 20px
	}
	.footer p {
		margin-bottom: 20px;
		font-size: 15px;
		line-height: 20px
	}
	.footer p+h3 {
		font-size: 20px
	}
	.footer-get {
		overflow: hidden;
		padding: 30px 0 0
	}
	.footer-get .btn {
		font-size: 15px;
		padding: 5px 40px 7px
	}
	.footer-get img {
		position: relative;
		left: 100px;
		top: 30px
	}
	.page {
		padding-bottom: 0
	}
	.page-guide {
		min-height: auto
	}
	.page .footer {
		position: static
	}
	.page .footer-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		padding: 10px 0;
		height: auto
	}
	.page .footer-copy {
		padding: 8px 0
	}
	.guide {
		padding: 30px 0 40px
	}
	.guide-wrap {
		display: block
	}
	.guide-img {
		width: auto;
		margin-bottom: 20px
	}
	.guide-text {
		width: auto;
		position: static
	}
	.guide-text p br {
		display: none
	}
	.guide__title {
		font-size: 30px;
		line-height: 40px
	}
	.guide-read {
		display: none
	}
	.last-step {
		min-height: -webkit-calc(100vh - 109px);
		min-height: calc(100vh - 109px)
	}
	.last-step h2 {
		font-size: 30px;
		line-height: 38px
	}
	.last-step h2 br {
		display: none
	}
	.last-step iframe {
		height: 290px
	}
	.important {
		padding: 30px 0 60px
	}
	.important-bottom .btn {
		padding-left: 30px;
		padding-right: 30px;
		font-size: 20px
	}
	.important-bottom__title {
		margin-bottom: 15px;
		font-size: 38px;
		line-height: 46px
	}
	.important-bottom__subtitle {
		font-size: 22px;
		line-height: 30px
	}
	.important-header {
		font-size: 60px;
		margin-bottom: 20px
	}
	.important-icon {
		margin-bottom: 15px
	}
	.important-icon img {
		max-width: 80%
	}
	.important-subtitle {
		font-size: 36px;
		line-height: 45px
	}
	.important h5 {
		font-size: 20px;
		line-height: 28px
	}
	.important-video {
		padding: 40px 0 40px
	}
	.important-video img {
		max-width: 70%
	}
	.modal-info h3 {
		font-size: 24px
	}
}

@media only screen and (max-width:359px) {
	.guide-text__title {
		font-size: 30px;
		line-height: 43px
	}
	.last-step iframe {
		height: 220px
	}
	.important-subtitle {
		font-size: 32px;
		line-height: 42px
	}
	.important-bottom .btn {
		font-size: 14px;
		text-transform: uppercase
	}
}
