@import url('https://fonts.googleapis.com/css?family=Roboto:300i,400');@font-face {
	font-family: 'GT Walsheim Pro';
	font-weight: 400;
	font-style: normal;

	src: url('../fonts/GTWalsheimPro.eot');
	src: local('GT Walsheim Pro'), url('../fonts/GTWalsheimPro.woff') format('woff'), url('../fonts/GTWalsheimPro.ttf') format('truetype'), url('../fonts/GTWalsheimPro.svg') format('svg');
}

@font-face {
	font-family: 'GT Walsheim Pro';
	font-weight: 500;
	font-style: normal;

	src: url('../fonts/GTWalsheimPro-Medium.eot');
	src: local('GT Walsheim Pro Medium'), url('../fonts/GTWalsheimPro-Medium.woff') format('woff'), url('../fonts/GTWalsheimPro-Medium.ttf') format('truetype'), url('../fonts/GTWalsheimPro-Medium.svg') format('svg');
}

@font-face {
	font-family: 'GT Walsheim Pro';
	font-weight: 900;
	font-style: normal;

	src: url('../fonts/GTWalsheimPro-Black.eot');
	src: local('GT Walsheim Pro Black'), url('../fonts/GTWalsheimPro-Black.woff') format('woff'), url('../fonts/GTWalsheimPro-Black.ttf') format('truetype'), url('../fonts/GTWalsheimPro-Black.svg') format('svg');
}

@font-face {
	font-family: 'Helvetica Neue';
	font-weight: 500;
	font-style: normal;

	src: url('../fonts/HelveticaNeueCyr-Medium.eot');
	src: local('Helvetica Neue Medium'), url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Medium.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Medium.svg') format('svg');
}

@font-face {
	font-family: 'Helvetica Neue';
	font-weight: 900;
	font-style: normal;

	src: url('../fonts/HelveticaNeueCyr-Black.eot');
	src: local('Helvetica Neue Black'), url('../fonts/HelveticaNeueCyr-Black.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Black.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Black.svg') format('svg');
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}

body {
	margin: 0 !important;
	padding: 0;
	overflow-x: hidden;
	font-family: 'GT Walsheim Pro' !important;
	font-size: 18px !important;
	line-height: 1.444 !important;
	color: #444 !important;
	background-color: #fff;
}

p {
	margin: 15px 0;
}

.container {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	width: 100% !important;
	max-width: 1210px;
}

.content {
	margin-top: -100px;
}

.btn,
.btn-gradient {
	padding: 1px 30px 5px !important;
	display: inline-block;
	font-size: 18px !important;
	line-height: 46px !important;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	text-decoration: none;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	-webkit-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

.btn {
	color: #333;
	background: #ffd878;
}

.btn:hover {
	text-decoration: none;
	background: #fcce60;
	box-shadow: inset 0 0 12px rgba(0,0,0,.08);
}

.btn-gradient {
	color: #fff;
	background-image: -webkit-linear-gradient(left, #5286ed 0%, #01dade 100%);
	background-image:      -o-linear-gradient(left, #5286ed 0%, #01dade 100%);
	background-image:         linear-gradient(to right, #5286ed 0%, #01dade 100%);
}

.btn-gradient:hover {
	box-shadow: 0 0 45px rgba(0,0,0,.17) inset;
}

.box {
	width: 500px;
	min-width: 500px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 2px 2px 29px 3px rgba(102,132,190,.2);
}

.box__headline {
	padding: 24px 40px 27px;
	font-family: 'GT Walsheim Pro';
	font-size: 22px;
	font-weight: 900;
	line-height: 1.2727;
	color: #fff;
	background-color: #6899f0;
	border-radius: 8px 8px 0 0;
}

.box + .section__content {
	padding-right: 44px;
	padding-left: 50px;
}

.section {
	position: relative;
	padding-top: 90px;
	padding-bottom: 120px;
}

.section__content {
	padding-right: 80px;
}

.section__title {
	margin: 20px 0 31px;
	font-size: 25px;
	font-weight: 900;
}

.section__subtitle {
	margin: 15px 0;
	font-size: 18px;
	font-weight: 900;
}

.section-headline {
	position: relative;
	margin: 0;
	padding-bottom: 27px;
	font-size: 50px;
	font-weight: 900;
	line-height: 1.3;
	text-align: center;
	color: #333;
}

.section-headline:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	display: block;
	width: 60px;
	height: 4px;
	content: '';
	background-color: #2661d6;
	background-image: -webkit-linear-gradient(left, #5286ed 0%, #01dade 100%);
	background-image:      -o-linear-gradient(left, #5286ed 0%, #01dade 100%);
	background-image:         linear-gradient(to right, #5286ed 0%, #01dade 100%);
	border-radius: 2px;
}

.section-desc {
	margin: 20px auto 54px;
	display: block;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
}

.section-num {
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.section-num__item {
	position: relative;
	margin-top: 10px;
	margin-left: 71px;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
	cursor: pointer;
	letter-spacing: .5px;
	color: #94a8b0;
}

.section-num__item.active {
	margin-top: 3px;
	font-size: 40px;
	cursor: default;
	letter-spacing: .8px;
	color: transparent;
	background-image: -webkit-linear-gradient(left, #5286ed 0%, #01dade 100%);
	background-image:      -o-linear-gradient(left, #5286ed 0%, #01dade 100%);
	background-image:         linear-gradient(to right, #5286ed 0%, #01dade 100%);
	-webkit-background-clip: text;
}

.section-num__item.active:before {
	position: absolute;
	top: 50%;
	left: -71px;
	margin-top: 4px;
	width: 62px;
	height: 2px;
	content: '';
	background-color: #ffd878;
	background-image: -webkit-linear-gradient(left, #5286ed 0%, #01dade 100%);
	background-image:      -o-linear-gradient(left, #5286ed 0%, #01dade 100%);
	background-image:         linear-gradient(to right, #5286ed 0%, #01dade 100%);
	border-radius: 1px;
}

.typewrite__text {
	border-right: 2px solid #444;
}

.list,
.ordered-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list__item,
.ordered-list__item {
	position: relative;
}

.list {
	padding-bottom: 6px;
}

.list__item {
	margin-bottom: 34px;
	padding-left: 23px;
}

.list__item:before {
	position: absolute;
	top: 13px;
	left: 1px;
	width: 8px;
	height: 8px;
	content: '';
	background-color: #444;
	border-radius: 50%;
}

.ordered-list {
	list-style: none;
	counter-reset: count;
}

.ordered-list__item {
	padding-left: 38px;
	line-height: 40px;
	counter-increment: count;
}

.ordered-list__item:before {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 500;
	content: counter(count, decimal-leading-zero) '.';
	color: transparent;
	background-image: -webkit-linear-gradient(left, #5286ed 0%, #01dade 100%);
	background-image:      -o-linear-gradient(left, #5286ed 0%, #01dade 100%);
	background-image:         linear-gradient(to right, #5286ed 0%, #01dade 100%);
	-webkit-background-clip: text;
}

.i-help {
	top: 2px;
	margin-left: 7px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../images/landing/svg/help.svg') no-repeat 50% 50%;
	background-size: 100%;
	opacity: .7;

	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
	        filter: grayscale(100%);
}

.i-help:hover {
	opacity: 1;

	-webkit-filter: grayscale(0);
	   -moz-filter: grayscale(0);
	        filter: none;
}

.tooltip {
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.tooltip:before,
.tooltip:after {
	position: absolute;
	z-index: 39;
	left: -1px;
	display: block;
	visibility: hidden;
	content: '';
	cursor: default;
	opacity: 0;
	-webkit-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

.tooltip:before {
	top: 40px;
	border-right: 9px solid transparent;
	border-bottom: 10px solid #5a5a5a;
	border-left: 9px solid transparent;
	-webkit-transform: scale(.5);
	     -o-transform: scale(.5);
	        transform: scale(.5);
}

.tooltip:after {
	top: 27px;
	padding: 10px 15px;
	width: 290px;
	height: auto;
	font-size: 16px;
	line-height: 1.375;
	content: attr(data-tooltip);
	color: #fff;
	background: #5a5a5a;
	border-radius: 6px;
	-webkit-transform: translateX(-40%) scale(.5);
	     -o-transform: translateX(-40%) scale(.5);
	        transform: translateX(-40%) scale(.5);
}

.tooltip:hover {
	z-index: 2;
}

.tooltip:hover:before {
	top: 17px;
	-webkit-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

.tooltip:hover:after {
	-webkit-transform: translateX(-40%) scale(1);
	     -o-transform: translateX(-40%) scale(1);
	        transform: translateX(-40%) scale(1);
}

.tooltip:hover:before,
.tooltip:hover:after {
	visibility: visible;
	opacity: 1;
}

.red {
	color: #d51818;
}

.d-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
}

.right {
	float: right;
}

.xs-visible {
	display: none;
}

.audience-section {
	background: #f5f5f5;
}

.audience-section .section__title {
	margin-top: 37px;
	margin-bottom: 25px;
}

.audience-section .box__headline {
	background-color: #19c1e3;
}

.audience-section .box__content {
	padding: 15px 27px 2px;
}

.audience-section .ordered-list {
	margin-bottom: 50px;
}

.audience-location {
	margin-bottom: 20px;
	width: 100%;
}

.audience-location__col {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display:         inline-flex;
	        flex-direction: column;

	-webkit-box-direction: normal;
	-webkit-box-flex: 3;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-webkit-flex-grow: 3;
	        flex-grow: 3;
}

.audience-location__col:first-child {
	margin-right: -15px;

	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	        flex-grow: 2;
}

.audience-location__col:first-child .audience-location__item {
	padding-right: 0;
	padding-left: 18px;
	text-align: left;
}

.audience-location__col:last-child {
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	        flex-grow: 2;
}

.audience-location__col:hover:after {
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	pointer-events: none;
	background: transparent;
	border: 1px solid #d1e2e9;
	border-radius: 8px;
	box-shadow: 2px 2px 16px 6px rgba(102,132,190,.3);
}

.audience-location__col:hover:last-child .audience-location__item:last-child {
	border-bottom-right-radius: 8px;
}

.audience-location__col:hover:first-child .audience-location__item:last-child {
	border-bottom-left-radius: 8px;
}

.audience-location__item {
	padding: 9px 5px 13px;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	color: #555;
}

.audience-location__item:first-child {
	padding-top: 16px;
	padding-bottom: 18px;
	font-size: 16px;
	font-weight: 500;
	color: #6899f0;
}

.audience-location__item:nth-of-type(even) {
	background-color: #f0f3f9;
}

.highcharts-column-series .highcharts-point,
.highcharts-column-series .highcharts-3d-side {
	stroke: rgba(0,0,0,.2);
	stroke-width: 1;
}

.calc {
	        flex-direction: column;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
}

.calc-section {
	border-top: 1px solid #dadada;
}

.calc-section:before {
	position: absolute;
	right: 0;
	bottom: -110px;
	left: 0;
	display: block;
	width: 100%;
	height: -webkit-calc(100% + 110px);
	height:         calc(100% + 110px);
	content: '';
	background: url('../images/landing/svg/calc-section_bg.svg') no-repeat 50% 100%;
	background-size: 100% auto;
}

.calc-section .section-desc {
	margin-bottom: 67px;
}

.calc-wrap {
	padding: 47px 49px 40px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 3px 29px 3px rgba(102,132,190,.23);
}

.calc-col {
	padding: 0 30px;
	width: 50%;

	-webkit-align-items: flex-end;
	        align-items: flex-end;
	-webkit-box-align: end;
}

.calc-col:first-child {
	padding-left: 0;
}

.calc-col:last-child {
	padding-right: 0;
}

.calc-row {
	margin-bottom: 40px;

	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-webkit-box-align: start;
}

.calc-row:last-child {
	margin-bottom: 0;
}

.calc-label {
	padding-right: 11px;
	width: 194px;
	line-height: 24px;
}

.calc-label--sm {
	padding-top: 10px;
	padding-right: 10px;
	width: 86px;

	-webkit-align-self: flex-start;
	        align-self: flex-start;
}

.calc-field {
	position: relative;
	max-width: -webkit-calc(100% - 194px);
	max-width:         calc(100% - 194px);

	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	        flex-grow: 1;
}

.calc-field--lg {
	max-width: -webkit-calc(100% - 86px);
	max-width:         calc(100% - 86px);
}

.calc-field > input {
	padding: 1px 16px 0;
	width: 100%;
	height: 37px;
	font-family: Roboto;
	font-size: 16px;
	line-height: 1;
	color: #444;
	background-color: #fff;
	border: 1px solid #dbddde;
	border-radius: 3px;
	outline: 0;
	box-shadow: none;
	-webkit-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

.calc-field > input:focus {
	border-color: #4f83e9;
}

.calc-field.success input {
	border-color: #4ba55a;
}

.calc-field.error .ss-multi-selected {
	border-bottom: 1px solid #d51818;
}

.calc-field.error input {
	border-color: #d51818;
}

.calc-field.error:after {
	position: absolute;
	bottom: -24px;
	left: 0;
	font-family: Roboto;
	font-size: 13px;
	line-height: 1;
	content: attr(data-error);
	color: #d51818;
}

.calc-discount {
	margin-top: 2px;
	padding: 23px 22px 25px 24px;
	background: #edf3fd url('../images/landing/discount.png') no-repeat 100% 100%;
	border: 1px solid #e7edf8;
	border-radius: 8px;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.calc-discount__col {
	        flex-direction: column;
	min-width: 40%;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
}

.calc-discount__col:last-child {
	padding-left: 11px;
}

.calc-discount__item {
	margin-bottom: 15px;
	color: #444;

	-webkit-align-self: flex-start;
	        align-self: flex-start;
}

.calc-discount__item:last-child {
	margin-bottom: 0;
}

.calc-discount__item.disc-green {
	position: relative;
	color: #459852;
}

.calc-discount__item.disc-green:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	content: '';
	background: #459852;
}

.calc-controll {
	padding-top: 30px;
	text-align: center;
}

.calc-controll .btn {
	margin-left: 30px;
}

.calc-controll .btn-gradient {
	padding: 1px 35px 5px;
}

.calc-controll__add {
	display: none;
}

.calc-controll__add.active {
	display: inline-block;
	-webkit-animation: pulse .25s ease-in-out;
	     -o-animation: pulse .25s ease-in-out;
	        animation: pulse .25s ease-in-out;
}

.footer {
	position: relative;
	padding: 55px 0 46px;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	background-color: #5186ed;
}

.footer .container {
	padding: 0 20px;
	width: 100%;
	max-width: 1210px;
}

.footer__scroll-up {
	position: absolute;
	top: 0;
	right: 15px;
	margin-top: -30px;
	display: none;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 29px 3px rgba(102,132,190,.3);
}

.footer__scroll-up:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -9px;
	display: block;
	width: 18px;
	height: 18px;
	content: '';
	border-top: 3px solid #5186ed;
	border-right: 3px solid #5186ed;
	border-radius: 2px;
	-webkit-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.footer-copyright {
	margin-bottom: 22px;
}

.footer-nav {
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-webkit-box-align: start;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.footer-nav__link {
	position: relative;
	margin-bottom: 14px;
	display: inline-block;
	overflow: hidden;
	max-width: 0;
	line-height: 24px;
	vertical-align: top;
	white-space: nowrap;
	text-decoration: none;
	color: #fff;
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	     -o-transition: all .3s ease-out;
	        transition: all .3s ease-out;
}

.footer-nav__link:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	content: '';
	background: #fff;
	-webkit-transition: left .25s, right .25s, opacity .45s;
	     -o-transition: left .25s, right .25s, opacity .45s;
	        transition: left .25s, right .25s, opacity .45s;
}

.footer-nav__link:hover:after {
	right: 50%;
	left: 50%;
	opacity: 0;
}

.footer-nav__link:nth-of-type(1),
.footer-nav__link:nth-of-type(2) {
	margin-right: 50px;
	max-width: 350px;
	opacity: 1;
}

.footer-nav.active .footer-nav__link {
	margin-right: 50px;
	max-width: 350px;
	opacity: 1;
	-webkit-transition: all .3s ease-in;
	     -o-transition: all .3s ease-in;
	        transition: all .3s ease-in;
}

.footer-nav__toggle {
	position: relative;
	top: 4px;
	left: -18px;
	display: inline-block;
	width: 23px;
	min-width: 23px;
	height: 23px;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #fff;
	border-radius: 50%;
}

.footer-nav__toggle:before {
	position: absolute;
	top: 50%;
	left: 7px;
	margin-top: -3px;
	display: block;
	width: 6px;
	height: 6px;
	content: '';
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.footer-nav__toggle:hover {
	-webkit-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}

.footer-nav.active .footer-nav__toggle {
	left: -10px;
}

.footer-nav.active .footer-nav__toggle:before {
	left: 8px;
	-webkit-transform: rotate(135deg);
	     -o-transform: rotate(135deg);
	        transform: rotate(135deg);
}

.header {
	position: relative;
	z-index: 2;
	padding-top: 33px;
	height: 100px;
}

.logo {
	display: inline-block;
	width: 88px;
	height: 40px;
	background: url('../images/landing/svg/logo.svg') no-repeat 50% 50%;
	background-size: 100% auto;
}

.nav-toggle {
	position: relative;
	margin-top: 5px;
	width: 45px;
	height: 35px;
	cursor: pointer;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
	position: absolute;
	right: 5px;
	left: 5px;
	display: block;
	height: 3px;
	background: #1667b2;
	border-radius: 5px;
}

.nav-toggle span {
	top: 5px;
}

.nav-toggle span:before,
.nav-toggle span:after {
	right: 0;
	left: 0;
	content: '';
}

.nav-toggle span:before {
	top: 11px;
}

.nav-toggle span:after {
	top: 22px;
}

.nav__link {
	position: relative;
	margin-right: 72px;
	display: inline-block;
	font-size: 16px;
	line-height: 2;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}

.nav__link:last-child {
	margin-right: 0;
}

.nav__link:after {
	position: absolute;
	right: 50%;
	bottom: -1px;
	left: 50%;
	height: 2px;
	content: '';
	background-color: #ffd878;
	border-radius: 1px;
	-webkit-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

.nav__link:hover,
.nav__link.active {
	text-decoration: none;
}

.nav__link:hover:after,
.nav__link.active:after {
	right: 0;
	left: 0;
}

.main-section {
	padding-top: 170px;
	padding-bottom: 200px;
	min-height: 100vh;
	background: url('../images/landing/bg.png') no-repeat top -275px right -317px;
}

.main-section__content {
	position: relative;
	z-index: 1;
	padding-top: 110px;
	padding-bottom: 240px;
	width: 570px;
}

.main-section__headline {
	margin-bottom: 40px;
	min-height: 216px;
	font-family: 'Helvetica Neue';
	font-size: 54px;
	font-weight: 500;
	line-height: 1.275;
}

.main-section__headline b {
	font-size: 58px;
	font-weight: 900;
}

.main-section .section-num {
	margin-top: -100px;
}

.devices-mockups:after {
	position: absolute;
	z-index: 0;
	top: 4px;
	left: 550px;
	width: 1018px;
	height: 579px;
	content: '';
	background: url('../images/landing/devices-mockups.png') no-repeat 50% 50%;
}

.scroll-pointer {
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 50px;
	font-size: 13px;
	line-height: 1.6;
	line-height: 20px;
	text-align: center;
	letter-spacing: .26px;
	color: #94a8b0;
}

.mouse-icon {
	position: relative;
	z-index: 10;
	margin: 8px auto 0;
	width: 24px;
	height: 34px;
	border: 2px solid #94a8b0;
	border-radius: 20px;
}

.mouse-scroll {
	position: relative;
	top: 4px;
	margin-right: auto;
	margin-left: auto;
	width: 3px;
	height: 7px;
	background: #94a8b0 none repeat scroll 0 0;
	border-radius: 10px;
	-webkit-animation-name: scrolling;
	     -o-animation-name: scrolling;
	        animation-name: scrolling;
	-webkit-animation-duration: .8s;
	     -o-animation-duration: .8s;
	        animation-duration: .8s;
	-webkit-animation-play-state: running;
	     -o-animation-play-state: running;
	        animation-play-state: running;
	-webkit-animation-timing-function: linear;
	     -o-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	     -o-animation-delay: 0s;
	        animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	     -o-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}

.partners {
	position: relative;
	overflow: hidden;
	height: 290px;
	/*-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);*/

	scroll-behavior: smooth;
}

.partners:hover .partner__img,
.partners:hover .partner__link {
	color: #95a7a8;
	box-shadow: 2px 2px 23px 3px rgba(102,132,190,.1);
}

.partners:hover .partner__img img {
	opacity: .2;
}

.partners:hover .partner:hover .partner__img,
.partners:hover .partner:hover .partner__link {
	color: #657778;
	box-shadow: 2px 2px 29px 3px rgba(102,132,190,.21);
}

.partners:hover .partner:hover .partner__img img {
	opacity: 1;
}

.partners:after {
	position: absolute;
	display: block;
	width: 100%;
	height: 290px;
	content: '';
	pointer-events: none;
	background: -webkit-linear-gradient(left, #fff 0, rgba(255,255,255,0) 15%, rgba(255,255,255,0) 85%, #fff 100%);
	background:      -o-linear-gradient(left, #fff 0, rgba(255,255,255,0) 15%, rgba(255,255,255,0) 85%, #fff 100%);
	background:         linear-gradient(to right, #fff 0, rgba(255,255,255,0) 15%, rgba(255,255,255,0) 85%, #fff 100%);
}

.partners__container {
	position: absolute;
	top: 0;
	left: 0;
	overflow-x: auto;
	height: 290px;
	/*-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	-webkit-animation: moveCustomerStories 40s linear infinite;
	     -o-animation: moveCustomerStories 40s linear infinite;
	        animation: moveCustomerStories 40s linear infinite;*/

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
}

/*.partners__container:hover {
	-webkit-animation-play-state: paused;
	     -o-animation-play-state: paused;
	        animation-play-state: paused;
}*/

.partners-section {
	padding-bottom: 90px;
}

.partners-section .section-desc {
	margin-bottom: 45px;
}

.partner {
	position: relative;
	margin-right: 15px;
	margin-left: 15px;
	        flex-direction: column;
	width: 270px;
	min-height: 190px;
	cursor: pointer;
	text-decoration: none !important;
	border: 0;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	        justify-content: center;
}

.partner__img,
.partner__link {
	width: 100%;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 2px 2px 29px 3px rgba(102,132,190,.21);
	-webkit-transition: all 420ms cubic-bezier(.165, .84, .44, 1);
	     -o-transition: all 420ms cubic-bezier(.165, .84, .44, 1);
	        transition: all 420ms cubic-bezier(.165, .84, .44, 1);
}

.partner__img {
	padding: 23px 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	height: 130px;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}

.partner__img img {
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: opacity .25s ease-in-out;
	     -o-transition: opacity .25s ease-in-out;
	        transition: opacity .25s ease-in-out;
}

.partner__link {
	margin-top: 10px;
	padding: 0 15px;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #657778;
}

.partner:nth-child(odd) {
	margin-bottom: 40px;
}

.partner:nth-child(even) {
	margin-top: 40px;
}

.ss-main {
	position: relative;
	width: 100%;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	color: #666;
}

.ss-main .ss-single-selected {
	padding: 6px;
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	width: 100%;
	height: 35px;
	cursor: pointer;
	border-bottom: 1px solid #dbddde;
	outline: 0;
	-webkit-transition: background-color .3s;
	     -o-transition: background-color .3s;
	        transition: background-color .3s;
}

.ss-main .ss-single-selected.ss-disabled {
	cursor: not-allowed;
	background-color: #dbddde;
}

.ss-main .ss-single-selected .placeholder {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	overflow: hidden;
	width: -webkit-calc(100% - 30px);
	width:         calc(100% - 30px);
	line-height: 1em;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	        flex: 1 1 100%;
}

.ss-main .ss-single-selected .placeholder * {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	overflow: hidden;
	width: auto;
	white-space: nowrap;
	text-overflow: ellipsis;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
}

.ss-main .ss-single-selected .placeholder .ss-disabled {
	cursor: pointer;
	color: #8a8a8a;
}

.ss-main .ss-single-selected .ss-deselect {
	margin: 0 6px 0 6px;
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	font-weight: bold;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	-webkit-box-flex: 0;
	-webkit-box-pack: end;
	-webkit-flex: 0 1 auto;
	        flex: 0 1 auto;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
}

.ss-main .ss-single-selected .ss-deselect.ss-hide {
	display: none;
}

.ss-main .ss-multi-selected {
	position: relative;
	padding: 0 0 0 3px;
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	        flex-direction: row;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	width: 100%;
	min-height: 35px;
	cursor: pointer;
	border-bottom: 1px solid #dbddde;
	outline: 0;
	-webkit-transition: background-color .3s;
	     -o-transition: background-color .3s;
	        transition: background-color .3s;

	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
}

.ss-main .ss-multi-selected:before,
.ss-main .ss-multi-selected:after {
	position: absolute;
	display: block;
	content: '';
}

.ss-main .ss-multi-selected:after {
	top: 0;
	right: 19px;
	bottom: 1px;
	width: 60px;
	pointer-events: none;
	background: -webkit-linear-gradient(right, #fff, rgba(255,255,255,0));
	background:      -o-linear-gradient(right, #fff, rgba(255,255,255,0));
	background:         linear-gradient(to left, #fff, rgba(255,255,255,0));
}

.ss-main .ss-multi-selected:before {
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background: #4f83e9;
	-webkit-transition: width .4s;
	     -o-transition: width .4s;
	        transition: width .4s;
}

.ss-main .ss-multi-selected.ss-disabled {
	cursor: not-allowed;
	background-color: #dbddde;
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
	color: #666;
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
	cursor: not-allowed;
}

.ss-main .ss-multi-selected.ss-selected:before {
	width: 100%;
}

.ss-main .ss-multi-selected .ss-values {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	overflow: hidden;
	        flex-direction: row-reverse;
	width: -webkit-calc(100% - 30px);
	width:         calc(100% - 30px);

	-webkit-box-direction: reverse;
	-webkit-box-flex: 1;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: end;
	-webkit-box-pack: start;
	-webkit-flex: 1 1 100%;
	        flex: 1 1 100%;
	-webkit-flex-direction: row-reverse;
	-webkit-justify-content: flex-end;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        justify-content: flex-end;
}

.ss-main .ss-multi-selected .ss-values .ss-disabled {
	margin: 2px 0;
	padding: 4px 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	overflow: hidden;
	width: 100%;
	line-height: 1em;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #8a8a8a;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
}

.ss-main .ss-multi-selected .ss-values .ss-value {
	margin: 2px 8px 3px 0;
	padding: 3px 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	font-family: Roboto;
	font-size: 16px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	color: #444;
	-webkit-animation-name: scaleIn;
	     -o-animation-name: scaleIn;
	        animation-name: scaleIn;
	-webkit-animation-duration: .2s;
	     -o-animation-duration: .2s;
	        animation-duration: .2s;
	-webkit-animation-timing-function: ease-out;
	     -o-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-box-align: center;
}

.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
	-webkit-animation-name: scaleOut;
	     -o-animation-name: scaleOut;
	        animation-name: scaleOut;
	-webkit-animation-duration: .2s;
	     -o-animation-duration: .2s;
	        animation-duration: .2s;
	-webkit-animation-timing-function: ease-out;
	     -o-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
}

.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
	position: relative;
	margin: 0 0 0 3px;
	width: 13px;
	height: 14px;
	cursor: pointer;
}

.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete:before,
.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete:after {
	position: absolute;
	top: 1px;
	left: 50%;
	margin-left: -1px;
	display: block;
	width: 1.4px;
	height: 12px;
	content: '';
	background-color: #949b9f;
}

.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete:before {
	-webkit-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete:after {
	-webkit-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete:hover:before,
.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete:hover:after {
	background-color: #4f83e9;
}

.ss-main .ss-content {
	position: absolute;
	z-index: 1010;
	margin: 1px 0;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 2px 2px 29px 3px rgba(102,132,190,.17);
	opacity: 0;
	-webkit-transition: -webkit-transform .2s, opacity .2s;
	     -o-transition:      -o-transform .2s, opacity .2s;
	        transition:         transform .2s, opacity .2s;
	-webkit-transform: scaleY(0);
	     -o-transform: scaleY(0);
	        transform: scaleY(0);
	-webkit-transform-origin: center top;
	     -o-transform-origin: center top;
	        transform-origin: center top;
}

.ss-main .ss-content.ss-open {
	display: block;
	opacity: 1;
	-webkit-transform: scaleY(1);
	     -o-transform: scaleY(1);
	        transform: scaleY(1);
}

.ss-main .ss-content .ss-search {
	padding: 8px 8px 6px 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	        flex-direction: row;

	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
}

.ss-main .ss-content .ss-search.ss-hide {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 0;
	opacity: 0;
}

.ss-main .ss-content .ss-search.ss-hide input {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 0;
	opacity: 0;
}

.ss-main .ss-content .ss-search input {
	margin: 0;
	padding: 6px 8px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display:         inline-flex;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	width: 100%;
	min-width: 0;
	height: 30px;
	font-family: Roboto;
	font-size: inherit;
	font-size: 14px;
	line-height: inherit;
	text-align: left;
	-webkit-appearance: textfield;
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #dbddde;
	outline: 0;

	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.ss-main .ss-content .ss-search input::-webkit-input-placeholder {
	vertical-align: middle;
	color: #bdbdbd;
}

.ss-main .ss-content .ss-search input::-moz-placeholder {
	vertical-align: middle;
	color: #bdbdbd;
}

.ss-main .ss-content .ss-search input::placeholder {
	vertical-align: middle;
	color: #bdbdbd;
}

.ss-main .ss-content .ss-search input:focus {
	border-bottom-color: #4f83e9;
}

.ss-main .ss-content .ss-search .ss-addable {
	margin: 0 0 0 8px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display:         inline-flex;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	height: 30px;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #dbddde;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	-webkit-box-flex: 0;
	-webkit-box-pack: center;
	-webkit-flex: 0 0 30px;
	        flex: 0 0 30px;
	-webkit-justify-content: center;
	        justify-content: center;
}

.ss-main .ss-content .ss-addable {
	padding-top: 0;
}

.ss-main .ss-content .ss-list {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 300px;
	text-align: left;
}

.ss-main .ss-content .ss-list .ss-optgroup .ss-optgroup-label {
	padding: 6px 10px 6px 10px;
	font-weight: bold;
}

.ss-main .ss-content .ss-list .ss-optgroup .ss-option {
	padding: 12px 16px 12px 25px;
}

.ss-main .ss-content .ss-list .ss-optgroup-label-selectable {
	cursor: pointer;
}

.ss-main .ss-content .ss-list .ss-optgroup-label-selectable:hover {
	color: #fff;
	background-color: #4f83e9;
}

.ss-main .ss-content .ss-list .ss-option {
	padding: 8px 16px;
	font-family: Roboto;
	font-size: 16px;
	line-height: 1.375;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	color: #75797b;
}

.ss-main .ss-content .ss-list .ss-option * {
	display: inline-block;
}

.ss-main .ss-content .ss-list .ss-option:hover,
.ss-main .ss-content .ss-list .ss-option.ss-highlighted {
	color: #444;
	background-color: #f0faff;
}

.ss-main .ss-content .ss-list .ss-option.ss-disabled {
	cursor: default;
	color: #a9acad;
	background-color: #fff;
}

.ss-main .ss-content .ss-list .ss-option.ss-hide {
	display: none;
}

.ss-main .ss-content .ss-list .ss-option .ss-search-highlight {
	background-color: #fff762;
}

.ss-main .ss-arrow {
	margin: 0 6px 0 6px;
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;

	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-align: center;
	-webkit-box-flex: 0;
	-webkit-box-pack: end;
	-webkit-flex: 0 1 auto;
	        flex: 0 1 auto;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
}

.ss-main .ss-arrow span {
	padding: 3px;
	display: inline-block;
	border: solid #666;
	border-width: 0 1px 1px 0;
	-webkit-transition: -webkit-transform .2s, margin .2s;
	     -o-transition:      -o-transform .2s, margin .2s;
	        transition:         transform .2s, margin .2s;
}

.ss-main .ss-arrow span.arrow-up {
	margin: 3px 0 0 0;
	-webkit-transform: rotate(-135deg);
	     -o-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}

.ss-main .ss-arrow span.arrow-down {
	margin: -3px 0 0 0;
	-webkit-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.stats-section {
	padding-top: 0;
}

.stats-section .section-desc {
	max-width: 600px;
}

.stats-section .box__content {
	padding: 0 22px 30px 18px;
}

.review {
	padding-top: 29px;
	border-top: 1px solid #dadada;
}

.review__desc {
	margin: 0 0 10px;
	font-family: 'Roboto';
	font-weight: 300;
	font-style: italic;
}

.review__name {
	margin: 0;
	font-size: 16px;
	line-height: 26px;
}

#traffic-sources {
	margin: -6px auto;
}

#traffic-sources .highcharts-background {
	fill: transparent !important;
}

.highcharts-legend-box {
	padding: 16px 21px 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	border: 1px solid #d8e5ea;
	border-radius: 8px;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.highcharts-legend-column {
	padding-right: 15px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display:         inline-flex;
	        flex-direction: column;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
}

.highcharts-legend-column:last-child {
	padding-right: 0;
}

.highcharts-legend-item {
	position: relative;
	margin-bottom: 13px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	color: #555;
}

.highcharts-legend-item:last-child {
	margin-bottom: 0;
}

.highcharts-legend-item:before {
	position: absolute;
	top: 6px;
	left: 1px;
	display: block;
	width: 5px;
	height: 5px;
	content: '';
}

.highcharts-legend-item.color-1:before {
	background-color: #6aa2d7;
}

.highcharts-legend-item.color-2:before {
	background-color: #ee8945;
}

.highcharts-legend-item.color-3:before {
	background-color: #acacac;
}

.highcharts-legend-item.color-4:before {
	background-color: #fcc419;
}

.highcharts-legend-item.color-5:before {
	background-color: #4f78be;
}

.highcharts-legend-item.color-6:before {
	background-color: #649856;
}

.highcharts-legend-item.color-7:before {
	background-color: #33648e;
}

.highcharts-data-label-color-1 text {
	-webkit-transform: translateY(9px);
	     -o-transform: translateY(9px);
	        transform: translateY(9px);
}

.highcharts-data-label-color-2 text {
	-webkit-transform: translateY(-14px);
	     -o-transform: translateY(-14px);
	        transform: translateY(-14px);
}

.highcharts-data-label-color-3 text {
	-webkit-transform: translateX(13.5%);
	     -o-transform: translateX(13.5%);
	        transform: translateX(13.5%);
}

.highcharts-pie-series .highcharts-point,
.highcharts-pie-series .highcharts-3d-side {
	stroke: rgba(0,0,0,.1);
	stroke-width: 1;
}

.tariffs-section {
	padding-top: 90px;
	padding-bottom: 120px;
}

.tariffs-section .section-desc {
	max-width: 730px;
}

.tariffs-section .section__title {
	margin-bottom: 36px;
}

.tariffs-section .section__content {
	padding-bottom: 22px;
}

.tariffs-section .box {
	        flex-direction: column;

	-webkit-align-self: stretch;
	        align-self: stretch;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
}

.tariffs-section .box__content {
	padding: 60px 40px;

	-webkit-box-flex: 1;
	-webkit-box-pack: center;
	-webkit-flex-grow: 1;
	        flex-grow: 1;
	-webkit-justify-content: center;
	        justify-content: center;
}

.tariffs-section .box__content img {
	-webkit-align-self: center;
	        align-self: center;
}

.tariffs-section .list {
	padding-bottom: 5px;
}

.tariffs-section .list + .section__title {
	margin-top: 0;
}

@media all and (min-width: 2150px) {
	.main-section {
		background-position: top 160% right -23%;
		background-size: 55vw auto;
	}
}

@media all and (min-width: 2360px) {
	.main-section {
		background-position: top 100% right -9vw;
	}
}

@media all and (max-width: 1500px) {
	.section-num__item {
		margin-left: 30px;
		font-size: 16px;
	}

	.section-num__item.active {
		font-size: 34px;
	}

	.section-num__item.active:before {
		left: -30px;
		width: 21px;
	}
}

@media all and (max-width: 1350px) {
	.container {
		max-width: 1100px;
	}

	.main-section {
		background-position: top -280px right -460px;
	}

	.calc-discount {
		        flex-direction: column;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
	}

	.calc-discount__col:last-child {
		padding-left: 0;
	}

	.calc-discount__item {
		margin-bottom: 11px;
	}

	.calc-discount__item:last-child {
		margin-bottom: 11px;
	}

	.calc-discount__col:last-child .calc-discount__item:last-child {
		margin-bottom: 0;
	}
}

@media all and (max-width: 1270px) {
	.container {
		max-width: 1040px;
	}

	.box {
		width: 480px;
		min-width: 480px;
	}

	.section-num__item {
		margin-left: 17px;
		font-size: 15px;
	}

	.section-num__item.active {
		font-size: 24px;
	}

	.section-num__item.active:before {
		left: -17px;
		margin-top: 3px;
		width: 12px;
	}
}

@media all and (max-width: 1140px) {
	.section-num {
		display: none;
	}
}

@media all and (max-width: 1024px) {
	.md-hidden {
		display: none;
	}

	.header {
		padding-top: 27px;
	}

	.nav__link {
		margin-right: 60px;
	}

	.section-headline {
		padding-bottom: 34px;
		line-height: 1;
	}

	.section-desc {
		margin-bottom: 75px;
	}

	.section__title {
		margin-top: 45px !important;
	}

	.section__content {
		padding-right: 22px;
		padding-left: 5px;
	}

	.box + .section__content {
		padding-right: 58px;
		padding-left: 5px;
	}

	.main-section {
		padding-top: 210px;
		padding-bottom: 130px;
		background-position: top -280px right -650px;
		background-size: 1180px auto;
	}

	.main-section__content {
		padding-top: 38px;
		width: 330px;
	}

	.main-section__headline {
		min-height: 225px;
		font-size: 43px;
	}

	.main-section__headline b {
		width: -webkit-calc(100% + 130px);
		width:         calc(100% + 130px);
		font-size: 47px;
		white-space: nowrap;
	}

	.devices-mockups:after {
		z-index: 0;
		left: 336px;
		width: 800px;
		height: 460px;
		background-position: 0 0;
		background-size: auto 460px;
	}

	.stats-section .section-headline {
		padding-right: 30px;
		padding-left: 30px;
	}

	.tariffs-section .section-headline {
		margin-right: auto;
		margin-left: auto;
		width: 400px;
	}

	.tariffs-section .section-desc {
		max-width: 580px;
	}

	.tariffs-section .section__content {
		padding-bottom: 0;
	}

	.tariffs-section .list + .section__title {
		margin-top: 3px !important;
	}

	.tariffs-section .box__content {
		padding-top: 75px;
		padding-bottom: 65px;
	}

	.statistics,
	.tariffs,
	.calc {
		        flex-direction: column;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
	}

	.audience {
		        flex-direction: column-reverse;

		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
	}

	.statistics,
	.audience,
	.tariffs {
		-webkit-align-items: center;
		        align-items: center;
		-webkit-box-align: center;
	}

	.tariffs-section .box {
		-webkit-align-self: center;
		        align-self: center;
	}

	.calc-section .section-desc {
		margin-bottom: 75px;
	}

	.calc-section:before {
		right: -31%;
		bottom: -240px;
		left: auto;
		width: 1800px;
		height: 800px;
	}

	.calc-wrap {
		padding-right: 60px;
		padding-bottom: 50px;
	}

	.calc-row {
		margin-bottom: 0;
		        flex-direction: column;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
	}

	.calc-col {
		margin-bottom: 42px;
		padding-right: 0;
		padding-left: 0;
		width: 100%;
	}

	.calc-label {
		width: 200px;
	}

	.calc-label--sm {
		width: 110px;
	}

	.calc-field {
		max-width: -webkit-calc(100% - 200px);
		max-width:         calc(100% - 200px);
	}

	.calc-field--lg {
		max-width: -webkit-calc(100% - 110px);
		max-width:         calc(100% - 110px);
	}

	.calc-discount {
		        flex-direction: row;

		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-webkit-justify-content: space-around;
		        justify-content: space-around;
	}

	.calc-discount__col:last-child {
		padding-left: 11px;
	}

	.calc-discount__item {
		margin-bottom: 15px;
	}

	.calc-discount__item:last-child {
		margin-bottom: 0;
	}

	.calc-controll {
		padding-top: 0;
	}

	.partners {
		margin-right: -20px;
		margin-left: -20px;
	}

	.partners:after {
		background: -webkit-linear-gradient(left, #fff 0, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 90%, #fff 100%);
		background:      -o-linear-gradient(left, #fff 0, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 90%, #fff 100%);
		background:         linear-gradient(to right, #fff 0, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 90%, #fff 100%);
	}

	.partners-section {
		padding-bottom: 70px;
	}

	.partners-section .section-desc {
		margin-bottom: 20px;
		max-width: 520px;
	}

	.footer-nav__toggle {
		top: -2px;
		width: 37px;
		height: 37px;
	}

	.footer-nav__toggle:before {
		left: 14px;
	}

	.footer-nav.active .footer-nav__toggle:before {
		left: 15px;
	}
}

@media all and (max-width: 767px) {
	.xs-hidden {
		display: none !important;
	}

	.section-headline {
		font-size: 32px;
	}

	.main-section {
		padding-top: 160px;
		padding-bottom: 10px;
		background-position: top -280px right -544px;
		background-size: 1020px auto;
	}

	.main-section__headline b {
		width: 100%;
		font-size: 40px;
	}

	.stats-section .section-headline {
		margin-right: auto;
		margin-left: auto;
		padding-right: 0;
		padding-left: 0;
		max-width: 380px;
	}

	.devices-mockups:after {
		top: 11px;
		left: 310px;
		background-size: auto 360px;
	}

	.tariffs-section .section-headline {
		max-width: 255px;
	}

	.calc-wrap {
		padding: 50px 30px 40px;
	}

	.calc-discount {
		        flex-direction: column;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
	}

	.calc-discount__col:last-child {
		padding-left: 0;
	}

	.calc-discount__item {
		margin-bottom: 11px;
	}

	.calc-discount__item:last-child {
		margin-bottom: 11px;
	}

	.calc-discount__col:last-child .calc-discount__item:last-child {
		margin-bottom: 0;
	}

	.footer__scroll-up {
		display: block;
	}
}

@media all and (max-width: 639px) {
	.container {
		padding-right: 14px;
		padding-left: 14px;
	}

	.xs-visible {
		display: block;
	}

	body:before {
		content: '';
		-webkit-transition: all .25s;
		     -o-transition: all .25s;
		        transition: all .25s;
	}

	.nav {
		position: absolute;
		top: 7px;
		right: 14px;
		padding-top: 48px;
		visibility: hidden;
		overflow: hidden;
		width: 50px;
		height: 50px;
		background-color: #fff;
		border-radius: 8px;
		box-shadow: 0 3px 29px 3px rgba(102,132,190,.31);
		opacity: 0;
		-webkit-transition: all .25s;
		     -o-transition: all .25s;
		        transition: all .25s;
	}

	.nav__link {
		margin: 0;
		padding: 2px 17px 6px;
		display: block;
		line-height: 30px;
		-webkit-user-select: none;
		   -moz-user-select: none;
		        user-select: none;
		color: #75797b;
	}

	.nav__link:after {
		display: none;
	}

	.nav__link:hover,
	.nav__link:active {
		color: #444;
		background: #f0faff;
	}

	.nav__link:focus {
		color: #75797b;
		background: #fff;
	}

	.nav-open:before {
		position: fixed;
		z-index: 2;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		content: '';
		background-color: #fff;
		opacity: .45;
	}

	.nav-open .nav {
		z-index: 3;
		visibility: visible;
		width: 250px;
		height: 164px;
		opacity: 1;
	}

	.nav-open .nav-toggle {
		z-index: 4;
		top: 11px;
		right: -5px;
	}

	.nav-open .nav-toggle:active span:before,
	.nav-open .nav-toggle:active span:after {
		background: #4695e5;
	}

	.nav-open .nav-toggle span {
		width: 0;
	}

	.nav-open .nav-toggle span:before,
	.nav-open .nav-toggle span:after {
		top: 0;
		margin-top: 10px;
		margin-left: 5px;
		width: 22px;
		height: 2px;
		background-color: #a9a9a9;
	}

	.nav-open .nav-toggle span:before {
		-webkit-transform: rotate(45deg);
		     -o-transform: rotate(45deg);
		        transform: rotate(45deg);
	}

	.nav-open .nav-toggle span:after {
		-webkit-transform: rotate(-45deg);
		     -o-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}

	.section {
		padding-top: 85px;
		padding-bottom: 95px;
	}

	.section-desc {
		margin-top: 18px;
	}

	.section-desc br {
		display: none;
	}

	.section__content {
		padding-right: 0;
		padding-left: 0;
	}

	.section__title {
		font-size: 23px;
		line-height: 1.275;
	}

	.ordered-list__item {
		margin-bottom: 18px;
		line-height: 26px;
	}

	.main-section {
		padding-top: 120px;
		padding-bottom: 110px;
		background-image: url('../images/landing/bg-mob.png');
		background-position: top -215px right -575px;
		background-size: 900px auto;
	}

	.main-section__content {
		padding-top: 0;
		padding-bottom: 0;
		overflow: hidden;
		width: 340px;
		min-height: 208px;
	}

	.main-section__headline {
		line-height: 1.2;
	}

	.devices-mockups:after {
		position: relative;
		top: 0;
		left: -57px;
		margin-top: 46px;
		display: block;
		width: -webkit-calc(100% + 82px);
		width:         calc(100% + 82px);
		height: 410px;
		background-size: auto 410px;
	}

	.stats-section .section-headline {
		margin-right: -6px;
		margin-left: -5px;
	}

	.box {
		width: 100%;
		min-width: 100%;
		max-width: 500px;
	}

	.box__headline {
		padding-right: 24px;
		padding-left: 24px;
		font-size: 21px;
	}

	.box + .section__content {
		padding-right: 0;
		padding-left: 0;
	}

	.stats-section .highcharts-container {
		overflow: visible;
		width: 100% !important;
	}

	.stats-section .highcharts-container svg {
		position: relative;
		left: 8%;
		overflow: visible;
		width: 84%;
	}

	.highcharts-legend-box {
		padding-bottom: 5px;

		-webkit-flex-wrap: wrap;
		        flex-wrap: wrap;
	}

	.highcharts-legend-column {
		width: 60%;
	}

	.highcharts-legend-column:nth-of-type(2n) {
		width: 40%;
	}

	.highcharts-legend-item:last-child {
		margin-bottom: 13px;
	}

	#traffic-sources {
		margin: -40px auto;
	}

	.highcharts-data-label-color-3 text {
		-webkit-transform: translateX(65px);
		     -o-transform: translateX(65px);
		        transform: translateX(65px);
	}

	.stats-section .box__content {
		padding: 0 23px 30px;
	}

	.audience p {
		margin-top: 24px;
	}

	.audience-section {
		padding-bottom: 85px;
	}

	.audience-section .box__content {
		padding-right: 11px;
		padding-left: 11px;
	}

	.audience-section .section-desc {
		margin-bottom: 55px;
	}

	.audience-location__col {
		-webkit-box-flex: 1 !important;
		-webkit-flex-grow: 1 !important;
		        flex-grow: 1 !important;
	}

	.audience-location__col:first-child .audience-location__item {
		padding-left: 17px !important;
	}

	.audience-location__col:hover:after {
		display: none;
	}

	.audience-location__item {
		padding-right: 0 !important;
		padding-left: 0 !important;
		font-size: 15px;
		white-space: normal;
	}

	.audience-location__item:first-child {
		display: -webkit-box;
		display: -webkit-flex;
		display:         flex;
		min-height: 66px;

		-webkit-align-items: center;
		        align-items: center;
		-webkit-box-align: center;
	}

	.tariffs-section {
		padding-bottom: 85px;
	}

	.tariffs-section .section-desc {
		margin-bottom: 55px;
		padding: 0 6px;
	}

	.tariffs-section .box__content {
		padding: 50px 23px 40px;
	}

	.calc-section:before {
		right: -330px;
		bottom: -250px;
	}

	.calc-section .section-headline {
		margin: 0 -3px;
	}

	.calc-section .section-desc {
		margin-bottom: 55px;
	}

	.calc-wrap {
		padding-right: 15px;
		padding-left: 15px;
	}

	.calc-row:last-child .calc-col:last-child {
		margin-bottom: 30px;
		        flex-direction: row;

		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
	}

	.calc-col {
		        flex-direction: column;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
	}

	.calc-label {
		padding-right: 0;
		width: 100%;
	}

	.calc-label br {
		display: none;
	}

	.calc-label--sm {
		padding-top: 2px;
		padding-right: 18px;
		width: 80px;
	}

	.calc-field {
		margin-top: 14px;
		width: 100%;
		max-width: 100%;
	}

	.calc-field--lg {
		margin-top: 0;
	}

	.calc-field.error:after {
		position: relative;
	}

	.calc-controll .btn {
		margin-top: 10px;
		margin-left: 0;
	}

	.calc-discount {
		padding-right: 11px;
	}

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

	.footer-copyright {
		text-align: center;
	}

	.footer-nav {
		        flex-direction: column;

		-webkit-align-items: center;
		        align-items: center;
		-webkit-box-align: center;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
	}

	.footer-nav__link {
		margin-right: 0 !important;
		margin-bottom: 0;
		max-width: 100% !important;
		max-height: 0;
	}

	.footer-nav__link:nth-of-type(1),
	.footer-nav__link:nth-of-type(2) {
		margin-bottom: 14px;
		max-height: 24px;
	}

	.footer-nav.active .footer-nav__link {
		margin-bottom: 14px;
		max-height: 24px;
	}

	.footer-nav__toggle {
		top: 5px;
		left: auto !important;
		margin-bottom: 5px;
	}

	.footer-nav__toggle:before {
		left: 15px;
		-webkit-transform: rotate(45deg);
		     -o-transform: rotate(45deg);
		        transform: rotate(45deg);
	}

	.footer-nav.active .footer-nav__toggle:before {
		margin-top: -1px;
		-webkit-transform: rotate(225deg);
		     -o-transform: rotate(225deg);
		        transform: rotate(225deg);
	}
}

@media all and (max-width: 389px) {
	.stats-section .highcharts-container svg {
		left: 10.5%;
		width: 79%;
	}
}

@media all and (max-width: 374px) {
	.box__headline {
		font-size: 20px;
	}

	.stats-section .highcharts-container svg {
		left: 12%;
		width: 76%;
	}

	.calc-label {
		font-size: 16px;
	}

	.calc-discount__item {
		font-size: 17px;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}

	50% {
		-webkit-transform: scale(.6);
		        transform: scale(.6);
	}

	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@-o-keyframes pulse {
	0% {
		-o-transform: scale(1);
		   transform: scale(1);
	}

	50% {
		-o-transform: scale(.6);
		   transform: scale(.6);
	}

	100% {
		-o-transform: scale(1);
		   transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}

	50% {
		-webkit-transform: scale(.6);
		     -o-transform: scale(.6);
		        transform: scale(.6);
	}

	100% {
		-webkit-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}
}

@-webkit-keyframes scrolling {
	0% {
		top: 5px;
		opacity: 0;
	}

	30% {
		top: 7px;
		opacity: 1;
	}

	100% {
		top: 12px;
		opacity: 0;
	}
}

@-o-keyframes scrolling {
	0% {
		top: 5px;
		opacity: 0;
	}

	30% {
		top: 7px;
		opacity: 1;
	}

	100% {
		top: 12px;
		opacity: 0;
	}
}

@keyframes scrolling {
	0% {
		top: 5px;
		opacity: 0;
	}

	30% {
		top: 7px;
		opacity: 1;
	}

	100% {
		top: 12px;
		opacity: 0;
	}
}

/*@-webkit-keyframes moveCustomerStories {
	100% {
		-webkit-transform: translateX(-66.6666%);
		        transform: translateX(-66.6666%);
	}
}

@-o-keyframes moveCustomerStories {
	100% {
		-o-transform: translateX(-66.6666%);
		   transform: translateX(-66.6666%);
	}
}

@keyframes moveCustomerStories {
	100% {
		-webkit-transform: translateX(-66.6666%);
		     -o-transform: translateX(-66.6666%);
		        transform: translateX(-66.6666%);
	}
}*/

@-webkit-keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		        transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@-o-keyframes scaleIn {
	0% {
		opacity: 0;
		-o-transform: scale(0);
		   transform: scale(0);
	}

	100% {
		opacity: 1;
		-o-transform: scale(1);
		   transform: scale(1);
	}
}

@keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		     -o-transform: scale(0);
		        transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}
}

@-webkit-keyframes scaleOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
}

@-o-keyframes scaleOut {
	0% {
		opacity: 1;
		-o-transform: scale(1);
		   transform: scale(1);
	}

	100% {
		opacity: 0;
		-o-transform: scale(0);
		   transform: scale(0);
	}
}

@keyframes scaleOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0);
		     -o-transform: scale(0);
		        transform: scale(0);
	}
}

