@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,800&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,900&subset=latin-ext');
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, 
em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, 
meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, td, video, tt,
u, ul, var {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}
ol,
ul,
li {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;	
}
blockquote,
q {
	quotes: none;
}
table,
table td { 
	padding: 0;
	border: none;
	border-collapse: collapse;
}
embed { 
	vertical-align: top;
}
.video embed,
.video object,
.video iframe {
	width: 100%;
    height: auto;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
article,
aside,
details,
figcaption,
main,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
:focus,
:active,
:hover {
    outline: none;
}
* {
	padding: 0;
	margin: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
	
}
html,
body {
	min-width: 320px;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 1;
	overflow-x: hidden;
}
a {	
	color: #27b1eb;
	text-decoration: none;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
}
input,
textarea,
select {	
	font-family: 'Open Sans', sans-serif;
	color: #4c4b4c;
}
input[type="text"],
input[type="email"] {
	-webkit-appearance: none;
}

/*----------------------------------------------------------------
Wrapper
----------------------------------------------------------------*/

.wrapper {
	margin: 0 auto;
	max-width: 1390px;
	padding: 0 15px;	
}
.wrapper:before,
.wrapper:after {
    content: "";
    display: table;
}
.wrapper:after {
    clear: both;
}

/*----------------------------------------------------------------
Table helper
----------------------------------------------------------------*/

.table-helper {
	width: 100%;
	height: 100%;
	display: table;
}
.table-helper-cell {
	display: table-cell;
	vertical-align: middle;
}

/*----------------------------------------------------------------
Block title
----------------------------------------------------------------*/

.block-title {
	font-family: 'Fira Sans', sans-serif;
	color: #000;
	font-size: 45px;
	line-height: 1.2;
	font-weight: 900;
	text-align: center;
}

/*----------------------------------------------------------------
Header
----------------------------------------------------------------*/

.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: #2a3b90;
	padding: 15px 0;
	height: 85px;
	color: #fff;
	z-index: 99;
	box-shadow: 0px 0px 50px 0px rgba(110, 175, 224, 0.55); 
	text-shadow: 0px 0px 50px rgba(110, 175, 224, 0.55); 
}
.header__inner {
	text-align: justify;
    line-height: 0;	
    font-size: 0;
}
.header__inner:before {
    content: "";
    display: block;
    width: 100%;
}
.header__inner:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.header-logo,
.header-menu {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.header-menu {
	letter-spacing: -10px;
}
.header-menu__item {
	position: relative; 
	display: inline-block;
	vertical-align: middle;
	padding: 0 35px;
	letter-spacing: 0;
}
.header-menu__item:after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	width: 1px;
	background: #fff;
	margin: auto;
}
.header-menu__item--started {
	padding: 0 0 0 15px;
}
.header-menu__item:nth-child(3n):after,
.header-menu__item:last-child:after,
.header-menu__item--started:last-child:after {
	background: transparent;
}
.header-menu__link {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0;
}
.header-menu__link--active,
.header-menu__link:hover {
	color: #ffae00;
	text-decoration: none;
}
.header-menu__link--started {
	display: inline-block;
	padding: 10px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	border: 2px solid #ffae00;
	padding: 9px 27px 8px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.header-menu__link--started:hover,
.header-menu__link--started:active {
	text-decoration: none;
}
.header-menu__link--started.header-menu__link--active,
.header-menu__link--started:hover {
	background: #ffae00;
}
.header-menu__link--started:active {
	background: #ea7f01;
	border-color: #ea7f01;
}

/*----------------------------------------------------------------
Hero
----------------------------------------------------------------*/

.hero {
	margin: 85px 0 0 0;
	position: relative;
	min-height: 656px;
	padding: 100px 0 0 0;
	background: url(../images/hero-bg.png) center top no-repeat;
}
.hero__container {
	position: relative;
	max-width: 550px;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center;
}
.hero__title {
	font-family: 'Fira Sans', sans-serif;
	color: #2a3b90;
	font-size: 90px;
	line-height: 1.2;
}
.hero__title span {
	color: #000;
}
.hero__slogan {
	margin: 30px 0 0 0;
	padding: 22px 0 0 0;
	position: relative;
	color: #2a3b90;
	font-size: 22px;
	line-height: 1.2;
}
.hero__slogan:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	content: "";
	width: 68px;
	height: 3px;
	background: #3cceff;
	margin: auto;
}
.hero__nextarrow {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	width: 51px;
	height: 51px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 32px rgba(60, 206, 255, 0.4);
	box-shadow: 0 0 32px rgba(60, 206, 255, 0.4);
}
.hero__nextarrow i {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/i/i-arrow-bottom-blue.png);
	width: 20px;
	height: 11px;
}
.hero__nextarrow:hover {
	-webkit-box-shadow: 0 0 32px rgba(255, 174, 0, 0.7);
	box-shadow: 0 0 32px rgba(255, 174, 0, 0.7);
}
.hero__nextarrow:hover i {
	background-image: url(../images/i/i-arrow-bottom-orange.png);
}
.bounce-arrow-animate {
	-moz-animation: bounce 2.5s infinite;
	-webkit-animation: bounce 2.5s infinite;
	animation: bounce 2.5s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/*----------------------------------------------------------------
Advertising
----------------------------------------------------------------*/

.advertising {
	padding: 80px 0 0 0;
}
.block-title--advertising {
	margin: 0 0 100px 0;
}
.advertising-list {
	text-align: center;
}
.advertising-list__row {
	margin: 0 -45px;
	letter-spacing: -10px;
}
.advertising-list__item {
	display: inline-block;
	width: 33.3333%;
	padding: 0 45px;
	letter-spacing: 0;
}
.advertising-list__ico {
	min-height: 64px;
}
.advertising-list__name {
	margin: 50px 0 0 0;
	color: #2a3b90;
	font-size: 20px;
	font-weight: 600;
}
.advertising-list__text {
	margin: 26px 0 0 0;
	color: #4c4b4c;
	line-height: 25px;
}

/*----------------------------------------------------------------
Manage
----------------------------------------------------------------*/

.manage {
	padding: 115px 0 0 0;
}
.manage-container__title {
	margin: 0 0 53px 0;
}
.manage-container {
	position: relative;
}
.manage-content {
	padding: 85px 0;
	background: #ebf3fb;
}
.manage-container__smartphone {
	max-width: 1360px;
	margin: auto;
	left: 0;
	right: 0;
	position: absolute;
	height: 100%;
}
.manage-container__img {
	position: absolute;
	right: -100%;
	top: 50%;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: right 0.6s ease 0s;
	-o-transition: right 0.6s ease 0s;
	transition: right 0.6s ease 0s;
}
.manage-container__img--active {
	right: 0;
}
.manage-list {
	position: relative;
	max-width: 70%;
}
.manage-list__row {
	margin: 0 -40px;
	letter-spacing: -10px;
}
.manage-list__col {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 40px;
	letter-spacing: 0;
}
.manage-list__item {
	margin: 0 0 55px 0;
}
.manage-list__item:last-child {
	margin: 0;
}
.manage-list__ico {
	float: left;
	width: 90px;
}
.manage-list__description {
	overflow: hidden;
}
.manage-list__title {
	margin: 0 0 7px 0;
	color: #2a3b90;
	line-height: 20px;
	font-weight: 600;
}
.manage-list__text {
	color: #4c4b4c;
	line-height: 25px;
}



/*----------------------------------------------------------------
Facebook process
----------------------------------------------------------------*/

.fbprocess {
	padding: 62px 0 0 0;
}
.block-title--fbprocess {
	margin: 0 0 65px 0;
}


.bprocess-list__group {
	margin: 0 0 12px 0;
}
.bprocess-list__group:last-child {
	margin: 0;
}
.bprocess-list__group--1 {
	width: 100%;
}
.fbprocess-list__row {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	letter-spacing: -10px;
}
.fbprocess-list__col {
	display: inline-block;
	display: table-cell;
	vertical-align: middle;
	width: 25%;
	position: relative;
	letter-spacing: 0;
	border-right: 1px solid #fff;
}
.fbprocess-list__col--title {
	width: 24%;
	height: 100px;
}
.fbprocess-list__col--content {
	width: 76%;
	height: 100px;
}
.fbprocess-list__table {
	display: table;
	width: 100%;
	height: 100%;
}
.fbprocess-list__tablecell {
	display: table-cell;
	vertical-align: middle;
}
.fbprocess-list__col--title .fbprocess-list__title {
	padding: 10px 10px 10px 50px;
	color: #2a3b90;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	text-transform: none;
	font-weight: 600;
}
.fbprocess-list__plus {
	position: absolute;
	right: 1px;
	bottom: 0;
	width: 25px;
	height: 25px;
	background: #2a3b90;
}
.fbprocess-list__plus:before,
.fbprocess-list__plus:after {
	position: absolute;
	content: "";
	background: #fff;
	left: 0;
	top: 0;
	right: 0;	
	bottom: 0;
	margin: auto;
}
.fbprocess-list__plus:before {
	width: 11px;
	height: 3px;
}
.fbprocess-list__plus:after {
	width: 3px;
	height: 11px;
}
.fbprocess-list__plus.fbprocess-list__plus--active:after {
	opacity: 0;
}
.fbprocess-list__plus:hover {
	background: #3cceff;
}
.fbprocess-list__plus:active {
	background: #0f1e6a;
}
.fbprocess-list__title {
	color: #000;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
}
.fbprocess-list__modaltext {
	display: none;
}
.fbprocess-list__number {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 33px;
	color: #fff;
	font-size: 14px;
	line-height: 100px;
	font-weight: 800;
	text-align: center;
}
.bprocess-list__group--1 .fbprocess-list__col {
	background: #ecf4fc;
}
.bprocess-list__group--1 .fbprocess-list__number {
	background: #6a81f0;
}
.bprocess-list__group--2 .fbprocess-list__col {
	background: #e1eef9;
}
.bprocess-list__group--2 .fbprocess-list__number {
	background: #566bd0;
}
.bprocess-list__group--3 .fbprocess-list__col {
	background: #d7e8f7;
}
.bprocess-list__group--3 .fbprocess-list__number {
	background: #3e52b5;
}
.bprocess-list__group--4 .fbprocess-list__col {
	background: #cce2f5;
}
.bprocess-list__group--4 .fbprocess-list__number {
	background: #2a3b90;
}
.bprocess-list__group--2 .fbprocess-list__col.fbprocess-list__col--empty,
.bprocess-list__group--3 .fbprocess-list__col.fbprocess-list__col--empty,
.bprocess-list__group--4 .fbprocess-list__col.fbprocess-list__col--empty {
	background: #fff;
}
.fbprocess-list {
	position: relative;
}
.fbprocess-modal {
	opacity: 0;
	padding: 15px;
	max-width: 1000px;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	top: 0;
	bottom: 0;
	left: 0;
	background: #2a3b90;
	color: #fff;
	text-align: center;
}
.fbprocess-modal__close {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -26px;
	width: 52px;
	height: 52px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #1a2a7d url(../images/i/i-close-white.png) center no-repeat;
}
.fbprocess-modal__close:hover {
	background-color: #ffae00;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fbprocess-modal--show {
	opacity: 1;
	visibility: visible;
}
.fbprocess-modal__table {
	display: table;
	width: 100%;
	height: 100%;
}
.fbprocess-modal__tablecell {
	display: table-cell;
	vertical-align: middle;
}
.fbprocess-modal__title {
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 800;
}
.fbprocess-modal__text {
	max-width: 520px;
	margin: 27px auto 0;
	font-size: 14px;
	line-height: 25px;
}
.white-shadow {
	opacity: 0;
	visibility: hidden; 
	position: fixed;
	z-index: 998;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.white-shadow--active {
	opacity: 1;
	visibility: visible;
}
.fbprocess-list__plus-nexttoggle {
	display: none;
}

/*----------------------------------------------------------------
Pricing
----------------------------------------------------------------*/

.pricing {
	margin: 70px 0 0 0;
	padding: 60px 0 100px 0;
	background: #ebf3fb;
}
.block-title--pricing {
	margin: 0 0 35px 0;
}
.price-carousel-container {
	margin: 0 -24px;
}
.price-carousel__item {
	padding: 24px;
}
.price-item__inner {
	background: #fff;
	-webkit-box-shadow: 0 0 17px rgba(79, 124, 190, 0.3);
	box-shadow: 0 0 17px rgba(79, 124, 190, 0.3);
}
.price-item__head {
	position: relative;
	padding: 24px 25px 20px 25px;
	border-bottom: 1px solid #e0ebf7;
	text-align: center;
}
.price-item__label {
	position: absolute;
	right: 0;
	top: 0;
	border: 10px solid transparent;
	border-top: 10px solid;
	border-right: 10px solid;
}
.price-item__label--light {
	border-top-color: #ffd800;
	border-right-color: #ffd800;
}
.price-item__label--standart {
	border-top-color: #94bd16;
	border-right-color: #94bd16;
}
.price-item__label--advance {
	border-top-color: #ff8a00;
	border-right-color: #ff8a00;
}
.price-item__label--unlimited {
	border-top-color: #ff4277;
	border-right-color: #ff4277;
}
.price-item__title {
	margin: 0 0 20px 0;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.price-item__value {
	color: #2a3b90;
	font-size: 32px;	
	font-weight: 600;
}
.price-item__value-currency,
.price-item__value-month {
	font-size: 25px;
}
.price-item__value-currency {
	vertical-align: top;
}
.price-item__value-month {
	vertical-align: baseline;
}
.price-item__description {
	margin: 20px 0 0 0;
	color: #4c4b4c;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
}
.price-item__body {
	padding: 40px 25px 35px 25px;
	border-bottom: 1px solid #e0ebf7;
}
.price-item-stats__group {
	margin: 0 0 35px 0;
}
.price-item-stats__group:last-child {
	margin: 0;
}
.price-item-stats__title {
	margin: 0 0 15px 0;
	color: #2a3b90;
	font-size: 12px;
	line-height: 16px;
	font-weight: 800;
	text-transform: uppercase;
}
.price-item-stats__list li {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 0 24px;
	color: #4c4b4c;
	font-size: 14px;
	line-height: 18px;
}
.price-item-stats__list li:last-child {
	margin: 0;
}
.price-item-stats__list li:before {
	position: absolute;
	left: 0;
	top: 2px;
	content: "";
	background: url(../images/i/i-arrow-right-blue.png) no-repeat;
	width: 15px;
	height: 12px;
}
.price-item__footer {
	text-align: center;
	padding: 25px;
}
.price-item__btn {
	display: inline-block;
	padding: 9px 27px 8px;
	background: #fff;
	border: 2px solid #ffae00;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.price-item__btn:hover,
.price-item__btn:active {
	text-decoration: none;
	color: #fff;
}
.price-item__btn:hover {
	background: #ffae00;
}
.price-item__btn:active {
	background: #ea7f01;
	border-color: #ea7f01;
}

/*----------------------------------------------------------------
Lets talk
----------------------------------------------------------------*/

.talk {
	padding: 70px 0;
}
.block-title--talk {
	margin: 0 0 55px 0;
}
.talk .wrapper {
	position: relative;
}
.talk-slogan {
	position: absolute;
	right: 15px;
	top: 135px;
	max-width: 255px;
	padding: 20px 5px;
	border-top: 4px solid #ebf3fb;
	border-bottom: 4px solid #ebf3fb;
	color: #4c4b4c;
	font-size: 20px;
	line-height: 24px;
	font-style: italic;
}
.order-form-container {
	margin: 0 0 0 260px;
	max-width: 694px;
}
.order-form__row {
	margin: 0 0 35px 0;
}
.order-form__row--submit {
	margin: 57px 0 0 0;
}
.order-form__label {
	float: left;
	width: 150px;
	color: #2a3b90;
	font-size: 16px;
	line-height: 30px;
}
.order-form__label span {
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	position: relative;
	top: -8px;
	background: #ff2929;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.order-form__inputcol {
	margin: 0 0 0 150px;
}
.order-form__input:focus,
.order-form__textarea:focus {
	border-color: #ffae00;
}
.order-form__input,
.order-form__textarea {
	width: 100%;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #b0b0b0;
	color: #4c4b4c;
	font-size: 16px;
}
.order-form__input {
	padding: 5px;
	height: 30px;
	line-height: 28px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
.order-form__input.error {
	border-color: #ff2e2e;
	color: #ff2e2e;
}
.order-form__input.valid {
	border-color: green;
}
.order-form__textarea {
	vertical-align: top;
	padding: 15px 5px;
	text-align: left;
	border: 1px solid #b0b0b0;
	height: 100px;
	line-height: 22px;
	resize: none;
}
.order-form-select {
	position: relative;
}
.order-form-select__value {
	position: relative;
	padding: 5px 30px 5px 5px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #b0b0b0;
	color: #4c4b4c;
	font-size: 16px;
	cursor: pointer;
}
.order-form-select__value:after {
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	content: "";
	width: 14px;
	height: 9px;
	background: url(../images/i/i-arrow-bottom-black.png) no-repeat;
	margin: auto;
}
.order-form-select__value--active:after {
	background: url(../images/i/i-arrow-top-blue.png) no-repeat;
}
.order-form-select__dropdown {
	opacity: 0;
	visibility: hidden;
	border-right: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	top: auto;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1113;
}
.order-form-select__dropdown--active {
	opacity: 1;
	visibility: visible;
}
.order-form-select__option-link {
	display: block;
	padding: 15px 18px;
	border-bottom: 1px solid #b0b0b0;
	background: #fff;
	color: #4c4b4c;
}
.order-form-select__options-item:last-child .order-form-select__option-link {
	border: none;
}
.order-form-select__option-link:hover,
.order-form-select__option-link--active {
	background: #ebf3fb;
	text-decoration: none;
}
.order-for__submit:disabled,
.order-for__submit:disabled:hover,
.order-for__submit:disabled:active {
	background: grey;
	cursor: not-allowed;
	opacity: 0.65; 
}
.order-for__submit:disabled:hover i {
	margin: 0 0 0 8px;
}
.order-for__submit {
	display: inline-block;
	width: 100%;
	height: 48px;
	border: none;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	border-radius: 24px;
	background: #ffae00;
	color: #fff;
	font-size: 14px;
	line-height: 48px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.order-for__submit i {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 8px;
	background: url(../images/i/i-longarrow-right-white.png) center center no-repeat;
	width: 15px;
	height: 12px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.order-for__submit--hidden {
	display: none;
}
.order-for__submit:hover {
	background: #ffd200;
}
.order-for__submit:hover i {
	margin: 0 0 0 25px;
}
.order-for__submit:active {
	background: #ea7f01;
}
.order-form-success {
	display: none;
	position: relative;
	padding: 40px 0 0 0;
	color: #4c4b4c;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.order-form-success:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	background: url(../images/i/i-success.png) no-repeat;
	width: 35px;
	height: 31px;
	margin: auto;
}
.order-form-success--active {
	display: block;
}

/*----------------------------------------------------------------
Footer
----------------------------------------------------------------*/

.footer {
	background: #ebf3fb;
	padding: 23px 0;
	color: #4c4b4c;
}
.footer-follow {
	float: left;
}
.footer-follow__btn {
	position: relative;
	display: inline-block;
	padding: 0 0 0 40px;
	color: #4c4b4c;
}
.footer-follow__btn:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: "";
	background: url(../images/i/i-fb.png) no-repeat;
	width: 30px;
	height: 30px;
	margin: auto;
}
.footer-follow__btn:hover {
	color: #ffae00;
	text-decoration: none;
}
.footer-copyright {
/*	float: right;*/
text-align: center;
}

/*----------------------------------------------------------------
Get started fixed
----------------------------------------------------------------*/

.get-started-fixed {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	bottom: 0;
	width: 100%;
}
.get-started-fixed__btn {
	display: block;
	width: 100%;
	height: 53px;
	background: #ffae00;
	color: #fff;
	font-size: 14px;
	line-height: 53px;
	letter-spacing: 2px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.get-started-fixed__btn:hover,
.get-started-fixed__btn:active {
	text-decoration: none;
}
.get-started-fixed__btn:hover {
	background: #ffd200;
}
.get-started-fixed__btn:active{
	background: #ea7f01;
}

/*----------------------------------------------------------------
Success container
----------------------------------------------------------------*/

.success-container {
	height: 100vh;
	text-align: center;
}
.success-table {
	width: 100%;
	height: 100%;
	display: table;
}
.success-table__cell {
	display: table-cell;
	vertical-align: middle;
}
.success-container__title {
	font-family: 'Fira Sans', sans-serif;
	color: #2a3b90;
	font-weight: 900;
	font-size: 44px;
	line-height: 1.3;
}
.footer--success {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

/*----------------------------------------------------------------
Adaptive styles
----------------------------------------------------------------*/

@media only screen and (max-width: 1300px) {
	
	.order-form-container {
		margin: 0 0 0 200px;
		max-width: 600px;
	}

}

@media only screen and (max-width: 1200px) {
	
	.wrapper {
		padding: 0 15px;
	}
	.price-carousel-container {
		margin: 0 -15px;
	}
	.price-carousel__item {
		padding: 15px;
	}
	.price-item__inner {
		-webkit-box-shadow: 0 0 10px rgba(79, 124, 190, 0.3);
    	box-shadow: 0 0 10px rgba(79, 124, 190, 0.3);
	}
	.price-carousel.owl-carousel .owl-nav div {
		position: absolute;
		top: 0;
		bottom: 0;
		background-color: #6975b1;
		background-position: center;
		background-repeat: no-repeat;
		height: 150px;
		width: 30px;
		margin: auto;
		text-indent: -9999px;
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
	}
	.price-carousel.owl-carousel .owl-nav div:hover {
		background-color: #2a3b90;
	}
	.price-carousel.owl-carousel .owl-nav .owl-prev {
		left: 0;
		-webkit-border-radius: 0 5px 5px 0;
		-moz-border-radius: 0 5px 5px 0;
		-ms-border-radius: 0 5px 5px 0;
		-o-border-radius: 0 5px 5px 0;
		border-radius: 0 5px 5px 0;
		background-image: url(../images/i/i-arrow-left-white.png);
	}
	.price-carousel.owl-carousel .owl-nav .owl-next {
		right: 0;
		-webkit-border-radius: 5px 0 0 5px;
		-moz-border-radius: 5px 0 0 5px;
		-ms-border-radius: 5px 0 0 5px;
		-o-border-radius: 5px 0 0 5px;
		border-radius: 5px 0 0 5px;
		background-image: url(../images/i/i-arrow-right-white.png);
	}
	.order-form-container {
		margin: 0 0 0 70px;
	}

}

@media only screen and (max-width: 1000px) {
	
	.header {
		height: 150px;
	}
	.layout--success .header {
		height: auto;
	}
	.header-logo,
	.header-menu {
		display: block;
		text-align: center;
	}
	.header-menu {
		margin: 30px 0 0 0;
	}
	.hero {
		margin: 150px 0 0 0;
	}	
	.advertising-list__row {
		margin: 0 -15px;
	}
	.advertising-list__item {
		padding: 0 15px;
	}
	.manage {
		margin: 60px 0 0 0;
		background: #ebf3fb;
		padding: 55px 0;
	}
	.manage-content {
		padding: 0;
	}
	.manage-container__title {
		margin: 0 0 45px 0;
	}
	.manage-list {
		max-width: 50%;
	}
	.manage-list__row {
		margin: 0 -15px;
	}
	.manage-list__col {
		margin: 0 0 35px 0;
		display: block;
		width: 100%;
		padding: 0 15px;
	}
	.manage-list__col:last-child {
		margin: 0;
	}
	.manage-list__item {
		margin: 0 0 35px 0;
	}	
	.bprocess-list__group {
		margin: 0 0 17px 0;
	}
	.fbprocess-list__row,
	.fbprocess-list__col {
		display: block;
		text-align: center;
	}
	.fbprocess-list__col--content {
		height: auto;
	}
	.fbprocess-list__col--title .fbprocess-list__title,
	.fbprocess-list__col--inner .fbprocess-list__title {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align: center;
		width: 100%;
	}
	.fbprocess-list__col--title {
		border-bottom: 3px solid #fff;
		width: 100%;
		vertical-align: middle;
	}
	.fbprocess-list__col {		
		width: 100%;
		border-right: none;
	}
	.fbprocess-list__col--inner {
		height: 100px;
		border-bottom: 3px solid #fff;
	}
	.fbprocess-list__col--empty {
		display: none;
	}
	.fbprocess-modal {
		padding: 50px 15px;
		width: 100%;
		position: fixed;
		top: 50%;
		left: 0;
		right: 0;
		bottom: auto;
	}
	.fbprocess-list__plus-nexttoggle {
		display: block;
	}
	.fbprocess-list__col--content {
		display: none;
	}
	.block-title--talk {
		margin: 0 0 25px 0;
	}
	.talk-slogan {
		padding: 0;
		border: none;
		max-width: 100%;
		margin: 0 auto;
		position: static;
		text-align: center;
	}
	.order-form-container {
		margin: 40px auto 0;
		max-width: 1000px;
	}

}

@media only screen and (max-width: 767px) {	
	
	.layout {
		margin: 0 0 53px 0;
	}
	.layout.layout--success {
		margin: 0;
	}
	.get-started-fixed {
		display: block;
	}
	.header {
		padding: 10px 0;
		position: static;
		height: auto;
	}
	.layout--success .header {
		position: fixed;
	}
	.header-menu {
		display: none;
	}
	.hero {
		min-height: 0;
		margin: 0;
		background-image: url(../images/hero-mobile-bg.png);
		background-position: center 90%;
		padding: 30px 0 180px 0;
	}
	.hero__title {
		font-size: 35px;
	}
	.hero__slogan {
		font-size: 14px;
		line-height: 18px;
	}
	.hero__nextarrow {
		bottom: 10px;
	}
	.block-title {
		font-size: 26px;
	}
	.block-title--advertising {
		margin: 0 0 30px 0;
	}
	.advertising {
		padding: 30px 0 0 0;
	}
	.advertising-list__item {
		margin: 0 0 35px 0;
		width: 100%;
	}
	.advertising-list__item:last-child {
		margin: 0;
	}
	.advertising-list__ico {
		min-height: 0;
	}
	.advertising-list__name {
		margin: 20px 0 0 0;
	}
	.advertising-list__text {
		margin: 10px 0 0 0;
	}
	.manage {
		padding: 43px 0;
	}
	.manage-container__title {
		margin: 0 0 35px 0;
	}
	.manage-container__smartphone {
		display: none;
	}
	.manage-list {
		max-width: 100%;
	}
	.manage-list__ico {
		width: 70px;
	}
	.fbprocess {
		padding: 45px 0 0 0;
	}
	.block-title--fbprocess {
		margin: 0 0 30px 0;
	}
	.block-title--pricing {
		margin: 0 0 12px 0;
	}
	.pricing {
		margin: 50px 0 0 0;
		padding: 45px 0 35px;
	}
	.talk {
		padding: 50px 0;
	}
	.block-title--talk {
		margin: 0 0 15px 0;
	}
	.talk-slogan {
		font-size: 16px;
		line-height: 20px;
	}
	.order-form-container {
		margin: 30px 0 0 0;
	}
	.order-form__row {
		margin: 0 0 30px 0;
	}
	.order-form__label {
		display: block;
		margin: 0 0 5px 0;
		float: none;
		width: 100%;
		line-height: 1;
	}
	.order-form__inputcol {
		margin: 0;
	}
	.order-form__row--submit {
		margin: 30px 0 0 0;
	}
	.footer-follow,
	.footer-copyright {
		float: none;
		text-align: center;
	}
	.footer-follow__btn {
		padding: 40px 0 0 0;
	}
	.footer-follow__btn:before {
		right: 0;
		margin: auto;
		bottom: auto;
	}
	.footer-copyright {
		margin: 15px 0 0 0;
	}
	.success-container__title {
		font-size: 24px;
		line-height: 32px;
	}

}

@media only screen and (max-width: 640px) {
	
	.header-menu {
		display: none;
	}
	.news__img {
		margin: 0 0 10px 0;
		float: none;
		width: 100%;
	}
	.news__item-text {
		margin: 10px 0 0 0;
	}

}
.content p{
	padding: 15px 0;
	line-height: 20px;
}
.content ul li {
	   padding-left: 20px;
line-height: 20px;
}
.content ul li > li {
        padding-left: 20px;
line-height: 20px;
}
.content h3{
	font-size: 20px;
	padding: 10px;
line-height: 26px;
}
