@import url("//fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic");@import url("//fonts.googleapis.com/css?family=PT+Serif:400,400italic&subset=latin,cyrillic-ext");@font-face {
	font-family: 'glober';
	src: url("/assets/fonts/glober_regular-webfont.eot");
	src: url("/assets/fonts/glober_regular-webfont.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/glober_regular-webfont.woff2") format('woff2'), url("/assets/fonts/glober_regular-webfont.woff") format('woff'), url("/assets/fonts/glober_regular-webfont.ttf") format('truetype'), url("/assets/fonts/glober_regular-webfont.svg#glober_regularregular") format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'glober';
	src: url("/assets/fonts/globerlight-webfont.eot");
	src: url("/assets/fonts/globerlight-webfont.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/globerlight-webfont.woff2") format('woff2'), url("/assets/fonts/globerlight-webfont.woff") format('woff'), url("/assets/fonts/globerlight-webfont.ttf") format('truetype'), url("/assets/fonts/globerlight-webfont.svg#globerlight") format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'glober';
	src: url("/assets/fonts/glober_book-webfont.eot");
	src: url("/assets/fonts/glober_book-webfont.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/glober_book-webfont.woff2") format('woff2'), url("/assets/fonts/glober_book-webfont.woff") format('woff'), url("/assets/fonts/glober_book-webfont.ttf") format('truetype'), url("/assets/fonts/glober_book-webfont.svg#globerbook") format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'glober';
	src: url("/assets/fonts/glober_bold-webfont.eot");
	src: url("/assets/fonts/glober_bold-webfont.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/glober_bold-webfont.woff2") format('woff2'), url("/assets/fonts/glober_bold-webfont.woff") format('woff'), url("/assets/fonts/glober_bold-webfont.ttf") format('truetype'), url("/assets/fonts/glober_bold-webfont.svg#globerbold") format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'glober';
	src: url("/assets/fonts/globersemibold-webfont.eot");
	src: url("/assets/fonts/globersemibold-webfont.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/globersemibold-webfont.woff2") format('woff2'), url("/assets/fonts/globersemibold-webfont.woff") format('woff'), url("/assets/fonts/globersemibold-webfont.ttf") format('truetype'), url("/assets/fonts/globersemibold-webfont.svg#globersemi_bold") format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'glober';
	src: url("/assets/fonts/glober_heavy-webfont.eot");
	src: url("/assets/fonts/glober_heavy-webfont.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/glober_heavy-webfont.woff2") format('woff2'), url("/assets/fonts/glober_heavy-webfont.woff") format('woff'), url("/assets/fonts/glober_heavy-webfont.ttf") format('truetype'), url("/assets/fonts/glober_heavy-webfont.svg#globerheavy") format('svg');
	font-weight: 900;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	font: inherit;
	box-sizing: border-box;
	will-change: all;
}

*:before,
*:after {
	box-sizing: border-box;
	will-change: all;
}

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

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

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

[hidden],
template {
	display: none;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	font-size: 100%;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

a {
	background: transparent;
}

*:focus,
*:active,
*:hover {
	outline: 0;
}

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

ol,
ul {
	list-style: none;
}

pre {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	white-space: pre-wrap;
}

q {
	quotes: '\201C' '\201D' '\2018' '\2019';
}

img {
	border: 0;
}

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

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button {
	overflow: visible;
}

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

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

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
}

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

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

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

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

textarea {
	overflow: auto;
	vertical-align: top;
}

button,
input,
select[multiple],
textarea {
	background-image: none;
}

input,
select,
textarea {
	border-radius: 0;
	box-shadow: none;
}

input,
textarea {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

[placeholder]:focus::-webkit-input-placeholder {
	color: transparent;
}

[placeholder]:focus::-moz-placeholder {
	color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
	color: transparent;
}

[placeholder]:focus::placeholder {
	color: transparent;
}

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

body {
	font-family: 'glober';
	font-weight: 500;
	color: #333;
	line-height: 1.25;
	font-size: 14px;
}

body,
html {
	height: 100%;
}

b,
strong {
	font-weight: 700;
}

.main {
	height: 100%;
}

.h-light {
	font-weight: 300;
}

.h-book {
	font-weight: 400;
}

.h-semibold {
	font-weight: 600;
}

.h-heavy {
	font-weight: 900;
}

.h-pt-sans {
	font-family: 'PT Sans', sans-serif;
}

.h-pt-sans_bold {
	font-weight: 700;
}

.b-screen {
	display: block;
	width: 100%;
	height: 100vh;
	position: relative;
	left: 0;
	min-height: 700px;
	min-width: 980px;
	overflow-y: auto;
}

.b-screen-page {
	min-height: 100vh;
}

.b-screen_full-height {
	height: 100%;
}

.b-screen__wrap {
	min-height: 570px;
}

.b-screen_active {
	top: 0;
}

.b-form__error_clear {
	position: absolute;
	right: 3px;
	bottom: 24px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 3;
}

.b-input {
	width: 100%;
	height: 25px;
	border: 1px solid #fff;
	background-color: #fff;
	outline: none;
	border-radius: 3px;
	padding: 0 7px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
}

.b-input:focus {
	border-color: #bde05f;
}

.b-input.error {
	border-color: #ef5656;
	background-image: url("../images/error.png");
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

.b-input.success {
	border-color: #bde05f;
	background-image: url("../images/success.png");
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

.b-input_start {
	height: 34px;
	padding: 0 6px;
	margin-bottom: 20px;
}

.b-input_textarea {
	height: 105px;
	resize: vertical;
	padding: 4px 6px;
}

.b-input_textarea.error {
	border-color: #ef5656;
	background-image: url("../images/error.png");
	background-repeat: no-repeat;
	background-position: 98% 10px;
}

.b-input_textarea.success {
	border-color: #bde05f;
	background-image: url("../images/success.png");
	background-repeat: no-repeat;
	background-position: 98% 10px;
}

.b-input_fast_reg {
	width: 239px !important;
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	background-color: transparent !important;
	border: 1px solid #fff;
}

.b-input_fast_reg::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

.b-input_fast_reg::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.b-input_fast_reg:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.b-input_fast_reg::placeholder {
	color: #fff;
	opacity: 1;
}

.b-input__clear {
	cursor: pointer;
}

.b-btn {
	background-color: #afd93f;
	cursor: pointer;
	border: 1px solid #afd93f;
	outline: none;
	width: 100%;
	height: 25px;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #333 !important;
	border-radius: 3px;
	margin-bottom: 10px;
}

.b-btn[disabled] {
	background-color: #709526;
	border-color: #709526;
}

.b-btn[disabled]:hover {
	background-color: #709526;
	border-color: #709526;
}

.b-btn_start {
	width: auto;
	text-transform: none;
	font-family: 'glober', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
	padding: 0 15px;
	height: 30px;
}

.b-btn:hover {
	background-color: #9bc038;
	border-color: #9bc038;
}

.b-btn:active {
	position: relative;
	top: 1px;
	left: 1px;
}

.b-btn_blue {
	height: 35px;
	background-color: #2ba1df !important;
	font-size: 14px;
	font-family: 'glober', sans-serif;
	border: none !important;
	font-weight: 400;
	color: #fff !important;
	width: auto;
	padding: 0 14px;
}

.b-btn_blue:hover {
	background-color: #2291ca;
	border: none;
}

.b-btn-link {
	display: inline-block;
	text-decoration: none;
}

.h-tar {
	text-align: right;
}

.js-link {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
	color: #fcdd47;
}

.js-link .js-link_dotted {
	padding-bottom: 2px;
	border-bottom: 1px dotted #868484;
}

.js-link:hover {
	color: #fff;
}

.js-link:hover .js-link_dotted {
	border-bottom-color: transparent;
}

.ib-social {
	display: inline-block;
	vertical-align: middle;
	margin-right: 17px;
}

.ib-social_vk {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1572px -377px;
	width: 16px;
	height: 15px;
}

.ib-social_vk:hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1743px -353px;
	width: 16px;
	height: 15px;
}

.ib-social_fb {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1544px -377px;
	width: 20px;
	height: 15px;
}

.ib-social_fb:hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1715px -353px;
	width: 20px;
	height: 15px;
}

.ib-social_tw {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1460px -377px;
	width: 20px;
	height: 15px;
}

.ib-social_tw:hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1516px -377px;
	width: 20px;
	height: 15px;
}

.ib-social_gp {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1488px -377px;
	width: 20px;
	height: 15px;
}

.ib-social_gp:hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1687px -353px;
	width: 20px;
	height: 15px;
}

.ib-social_instagram {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1795px -353px;
	width: 20px;
	height: 15px;
}

.ib-social_instagram:hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1767px -353px;
	width: 20px;
	height: 15px;
}

.ib-social:last-of-type {
	margin-right: 0;
}

.container {
	display: table;
}

h1,
h2,
.h1,
.h2 {
	position: relative;
	z-index: 2;
}

.b-heading {
	position: relative;
	z-index: 2;
}

.b-heading_level2 {
	font-size: 30px;
	font-weight: 700;
	color: #333;
	margin-bottom: 15px;
	line-height: 1;
}

.b-heading_level2_big {
	font-size: 48px;
	margin-bottom: 25px;
	font-weight: 300;
	color: #fff;
}

.b-heading_level3 {
	font-size: 24px;
	color: #333;
	line-height: 35px;
	font-weight: 400;
	margin-bottom: 20px;
}

.b-heading_level4 {
	font-size: 16px;
	font-weight: 700;
}

.b-heading_skype {
	font-size: 18px;
	color: #333;
	font-weight: 700;
}

.b-heading_col {
	font-weight: 700;
	text-transform: uppercase;
	color: #333;
	font-size: 22px;
	margin-bottom: 10px;
}

.b-heading_ib {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}

.b-heading_form {
	color: #000;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 15px;
}

.rubl {
	display: inline-block;
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1440px -377px;
	width: 12px;
	height: 15px;
	position: relative;
	top: 1px;
}

.rubl_small {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1810px -86px;
	width: 8px;
	height: 10px;
	top: 0;
}

.clr {
	clear: both;
}

.pass_eye {
	cursor: pointer;
}

#fullpage {
	height: 100%;
}

#fullpage .section {
	height: 100%;
}

.row {
	padding: 0 0 10px;
}

.row:after {
	display: block;
	clear: both;
	content: ' ';
}

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

iframe[name='google_conversion_frame'] {
	height: 0 !important;
	float: left;
}

.form-group {
	margin-bottom: 25px;
}

.form-group_margin_sm {
	margin-bottom: 10px;
}

.form-control {
	display: inline-block;
	width: 100%;
	height: 38px;
	font-size: 16px;
	font-family: 'PT Sans', sans-serif;
	background-color: #fff;
	padding: 4px 11px;
	border-radius: 3px;
}

.btn {
	position: relative;
	display: inline-block;
	height: 36px;
	padding: 0 18px;
	border: 1px solid #fcdd47;
	font-family: 'glober', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #333;
	line-height: 36px;
	background-color: #fcdd47;
}

.btn:hover {
	background-color: #fbd107;
	border-color: #fbd107;
}

.btn:active {
	top: 1px;
	left: 1px;
}

.btn_color_blue {
	background-color: #2ba2df;
	border-color: #2ba2df;
	color: #fff;
}

.btn_color_blue:hover,
.btn_color_blue:active {
	background-color: #1c84b9;
	border-color: #1c84b9;
}

div.has-warning,
div.has-error,
div.has-success {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}

div.has-warning {
	color: #ef5656;
}

div.has-error {
	color: #ef5656;
}

div.has-success {
	color: #bde05f;
}

.form-control.has-warning,
.form-control.has-error,
.form-control.has-success {
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding-right: 25px;
}

.form-control.has-warning,
.form-control.has-error {
	border-color: #ef5656;
	background-image: url("/assets/images/has-error.png");
}

.form-control.has-success {
	border-color: #bde05f;
	background-image: url("/assets/images/has-success.png");
}

.b-footer {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	padding: 3px 25px;
	padding-top: 4px;
	line-height: 24px;
	font-family: 'PT Sans', sans-serif;
}

.b-footer:after {
	display: table;
	clear: both;
	content: '';
}

.b-footer_end {
	display: none;
	height: auto;
	padding: 15px 25px;
}

.b-footer__left {
	float: left;
	width: 360px;
	font-size: 0;
}

.b-footer__right {
	float: right;
	width: 360px;
	text-align: right;
	font-size: 0;
}

.b-footer__central {
	white-space: nowrap;
	margin: 0 360px;
	font-size: 0;
	text-align: center;
}

.b-footer__p {
	opacity: 0.2;
	color: #fff;
	font-family: "PT Sans";
	font-size: 11px;
	font-weight: 400;
	white-space: nowrap;
}

.b-footer__el {
	display: inline-block;
	vertical-align: middle;
	font-size: 9px;
	text-transform: uppercase;
	margin-right: 12px;
	color: #fff;
}

.b-footer__el:last-child {
	margin-right: 0;
}

.b-footer__el:last-of-type {
	margin-right: 0;
}

.b-footer__tell {
	margin-right: 18px;
}

.b-footer__tell:last-of-type {
	margin-right: 18px;
}

.b-footer__tell_big {
	display: block;
	font-size: 20px;
	margin-right: 0 !important;
}

.b-footer__fz10 {
	font-size: 10px;
}

.b-footer__yellow {
	color: #fcdd47;
	text-decoration: none;
}

.b-footer__yellow:hover {
	color: #fff;
}

.b-footer__yellow_underline {
	border-bottom: 1px solid #868484;
	line-height: 1.25;
}

.b-footer__yellow_underline:hover {
	border-bottom-color: transparent;
}

.b-footer__ssl {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1440px -422px;
	width: 35px;
	height: 13px;
	margin-right: 20px;
	margin-top: -2px;
}

.b-footer__lang {
	font-size: 10px;
	opacity: 0.5;
	margin-right: 38px;
}

.b-footer__pay {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 10px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.4);
	text-decoration: none;
	margin-top: 5px;
}

.b-footer__pay_visa {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1440px -443px;
	width: 27px;
	height: 9px;
}

.b-footer__pay_visa:hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1764px -422px;
	width: 27px;
	height: 9px;
}

.b-footer__pay_mc {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1483px -422px;
	width: 23px;
	height: 13px;
}

.b-footer__pay_mc:hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1538px -422px;
	width: 23px;
	height: 13px;
}

.b-footer__pay_wm {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1736px -400px;
	width: 14px;
	height: 14px;
}

.b-footer__pay_wm:hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1694px -377px;
	width: 14px;
	height: 14px;
}

.b-footer__pay_mts {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1696px -301px;
	width: 42px;
	height: 17px;
}

.b-footer__pay_mts:hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1775px -301px;
	width: 42px;
	height: 17px;
}

.b-footer__pay_mailrumoney {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1530px -328px;
	width: 34px;
	height: 17px;
}

.b-footer__pay_mailrumoney:hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1693px -328px;
	width: 34px;
	height: 17px;
}

.b-footer__pay_rostelecom {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1440px -328px;
	width: 38px;
	height: 17px;
}

.b-footer__pay_rostelecom:hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1647px -328px;
	width: 38px;
	height: 17px;
}

.b-footer__pay_yad {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1569px -422px;
	width: 11px;
	height: 12px;
}

.b-footer__pay_yad:hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1808px -400px;
	width: 11px;
	height: 12px;
}

.b-footer__pay_svyaznoi {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1492px -400px;
	width: 62px;
	height: 14px;
}

.b-footer__pay_svyaznoi:hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1666px -400px;
	width: 62px;
	height: 14px;
}

.b-footer__pay_contact {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1606px -400px;
	width: 22px;
	height: 14px;
}

.b-footer__pay_contact:hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1636px -400px;
	width: 22px;
	height: 14px;
}

.b-footer__pay_evroset {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1618px -422px;
	width: 65px;
	height: 10px;
}

.b-footer__pay_evroset:hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1691px -422px;
	width: 65px;
	height: 10px;
}

.b-footer__pay_qiwi {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1486px -328px;
	width: 36px;
	height: 17px;
}

.b-footer__pay_qiwi:hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1572px -328px;
	width: 36px;
	height: 17px;
}

.b-footer__pay_qbank {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1742px -377px;
	width: 42px;
	height: 14px;
}

.b-footer__pay_qbank:hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1596px -377px;
	width: 42px;
	height: 14px;
}

.b-footer__pay_alfabank {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1783px -328px;
	width: 11px;
	height: 16px;
}

.b-footer__pay_alfabank:hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1596px -353px;
	width: 11px;
	height: 16px;
}

.b-footer__pay_psb {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1548px -353px;
	width: 16px;
	height: 16px;
}

.b-footer__pay_psb:hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1572px -353px;
	width: 16px;
	height: 16px;
}

.b-footer__pay_other {
	position: absolute;
	bottom: 15px;
	right: 45px;
}

.b-footer__pay_other_arrow {
	display: inline-block;
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1811px -240px;
	width: 7px;
	height: 5px;
	margin-left: 4px;
	margin-top: -2px;
}

.b-footer__pay_hidden {
	position: absolute;
	bottom: 20px;
	right: 105px;
	display: none;
}

.b-footer__pay_hidden_block-1 {
	display: block;
}

.b-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	height: 65px;
	line-height: 65px;
	font-size: 0;
	padding-left: 25px;
}

.b-header_fixed {
	position: fixed !important;
	background-color: rgba(0,0,0,0.6);
	left: 0 !important;
	right: 0 !important;
}

.b-header_white .b-header__el {
	color: #fff;
}

.b-header_white .b-header__el.b-header__el_logo {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1567px -240px;
	width: 119px;
	height: 24px;
}

.b-header_on_start .b-header__el_logo {
	width: 0 !important;
	margin-right: 0;
}

.b-header__el {
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.b-header__el:hover {
	text-decoration: underline;
}

.b-header__el:last-of-child {
	margin-right: 0;
}

.b-header__el_active:hover {
	cursor: default;
	text-decoration: none;
}

.b-header__el_active span {
	border-bottom: 4px solid #fcdd47;
}

.b-header__el_logo {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1440px -240px;
	width: 119px;
	height: 24px;
	margin-right: 55px;
	-webkit-transition: width 0.2s linear;
	-o-transition: width 0.2s linear;
	transition: width 0.2s linear;
}

.b-header__el_pdf:after {
	margin-left: 4px;
	margin-top: 2px;
	color: #c3c3c3;
	font-size: 11px;
	content: ".pdf";
	display: inline-block;
	position: relative;
	bottom: 8px;
	text-decoration: underline;
	text-transform: none;
}

.b-header__el_pdf:after,
.b-header__el_pdf:hover:after {
	text-decoration: none;
}

.b-about {
	background-image: url("../images/b-about__bg_1024.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
}

.b-about__wrap {
	width: 88%;
	margin: 0 auto;
	line-height: 28px;
	position: absolute;
	top: 0;
	left: 0;
	height: 72.5%;
	font-size: 18px;
	min-height: 400px;
}

.b-about__el {
	position: absolute;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.b-about__el_tw {
	width: 85px;
	height: 85px;
	top: 54%;
	background-color: #55abed;
	left: 0;
	padding-top: 8px;
}

.b-about__el_tw>p {
	font-size: 11px;
	margin-top: -15px;
	margin-bottom: -10px;
}

.b-about__el_tw>.h-heavy {
	font-size: 15px;
}

.b-about__el_fb {
	width: 120px;
	height: 120px;
	padding-top: 15px;
	background-color: #3b5999;
	left: 10.55555555555556%;
	top: 66.96551724137932%;
}

.b-about__el_fb>p {
	font-size: 11px;
	margin-top: -15px;
	margin-bottom: -5px;
}

.b-about__el_fb>.h-heavy {
	font-size: 18px;
}

.b-about__el_msmi {
	width: 103px;
	height: 103px;
	padding-top: 15px;
	background-color: #afd93f;
	color: #000;
	top: 49.96551724137931%;
	left: 22.77777777777778%;
}

.b-about__el_msmi>p {
	font-size: 11px;
	margin-top: -15px;
	margin-bottom: -5px;
}

.b-about__el_msmi>.h-heavy {
	font-size: 20px;
}

.b-about__el_gp {
	background-repeat: no-repeat;
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -823px -408px;
	width: 76px;
	height: 77px;
	padding-top: 15px;
	left: 32.22222222222222%;
	top: 77.3103448275862%;
}

.b-about__el_gp>p {
	font-size: 9px;
	margin-bottom: -10px;
	margin-top: -17px;
}

.b-about__el_gp>.h-heavy {
	font-size: 14px;
}

.b-about__el_yt {
	background-color: #e12b26;
	width: 74px;
	height: 74px;
	padding-top: 12px;
	top: 56.03448275862069%;
	left: 38.88888888888889%;
}

.b-about__el_yt>p {
	font-size: 9px;
	margin-top: -18px;
	margin-bottom: -15px;
}

.b-about__el_yt>.h-heavy {
	font-size: 14px;
}

.b-about__el_vk_pr {
	width: 162px;
	height: 162px;
	padding-top: 25px;
	background-color: #4d75a3;
	left: 41%;
	top: 10%;
}

.b-about__el_vk_pr>p {
	font-size: 12px;
	margin-bottom: -10px;
	margin-top: -15px;
}

.b-about__el_vk_pr>.h-heavy {
	font-size: 20px;
}

.b-about__el_vk_gr {
	width: 97px;
	height: 97px;
	padding-top: 10px;
	background-color: #4d75a3;
	right: 40%;
	top: 68%;
}

.b-about__el_vk_gr>p {
	font-size: 10px;
	margin-top: -13px;
	margin-bottom: -2px;
	line-height: 13px;
}

.b-about__el_vk_gr>.h-heavy {
	font-size: 14px;
}

.b-about__el_bl {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -912px 0px;
	width: 382px;
	height: 400px;
	padding-top: 130px;
	padding-left: 15px;
	color: #000;
	right: -1%;
	top: 50%;
	margin-top: -200px;
	border-radius: 0;
}

.b-about__el_bl>p {
	font-size: 20px;
	margin-top: -5px;
	margin-bottom: 10px;
}

.b-about__el_bl>.h-heavy {
	font-size: 28px;
}

.b-about__el_bl>p {
	font-size: 25px;
	margin-top: -5px;
	margin-bottom: 10px;
}

.b-about__el_bl>.h-heavy {
	font-size: 36px;
}

.b-about__ico {
	display: inline-block;
}

.b-about__ico_tw {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1746px -301px;
	width: 21px;
	height: 17px;
	margin-bottom: 8px;
}

.b-about__ico_fb {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1761px -43px;
	width: 30px;
	height: 31px;
	margin-bottom: 8px;
}

.b-about__ico_msmi {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1559px -202px;
	width: 31px;
	height: 27px;
	margin-bottom: 8px;
}

.b-about__ico_gp {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1786px -400px;
	width: 14px;
	height: 13px;
	margin-bottom: 2px;
}

.b-about__ico_yt {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1616px -328px;
	width: 23px;
	height: 17px;
	margin-bottom: 8px;
}

.b-about__ico_bl {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -457px -1361px;
	width: 48px;
	height: 46px;
	margin-bottom: 8px;
	position: relative;
	left: 5px;
}

.b-about__ico_vk_pr {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1238px -946px;
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
}

.b-about__ico_vk_gr {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1494px -301px;
	width: 19px;
	height: 19px;
	margin-bottom: 15px;
}

.b-about__news {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 41px;
	line-height: 41px;
	z-index: 3;
	background-color: rgba(0,0,0,0.35);
	font-size: 0;
	padding: 0 25px;
}

.b-news {
	position: absolute;
	bottom: 31px !important;
	right: 0;
	width: 100%;
	height: 41px;
	background-color: rgba(0,0,0,0.35);
}

.b-news_end {
	bottom: 78px !important;
}

.b-news__el {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-family: "PT Sans";
}

.b-news__el_long {
	margin-right: 45px;
}

.b-news__el_long:hover {
	text-decoration: none !important;
}

.b-news__el_long span {
	color: #808080;
	font-size: 12px;
	margin-left: 20px;
}

.b-news__hdr {
	color: #fbdd47;
	font-family: "PT Sans";
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 25px;
}

.b-news__hdr_blue {
	color: #55acee;
	text-decoration: none;
}

.b-news__hdr_blue>span {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1521px -353px;
	width: 19px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 3px;
}

.b-news__line {
	width: 80%;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	height: 41px;
	line-height: 41px;
	font-family: "PT Sans";
	white-space: nowrap;
	margin-right: 35px;
}

.b-news__link {
	text-decoration: none;
	color: rgba(255,255,255,0.8);
	margin-right: 50px;
}

.b-news__link:hover {
	color: #fff;
	text-decoration: underline;
}

.b-news__control {
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -9px;
}

.b-news__control_prev {
	right: 20px;
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1673px -301px;
	width: 15px;
	height: 18px;
	right: 55px;
}

.b-news__control_next {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1570px -301px;
	width: 15px;
	height: 18px;
	right: 20px;
}

.b-news__fake {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 99999px;
}

.b-header {
	position: absolute;
	top: 0;
	left: 10px;
}

.b-auth {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	background-size: cover;
	background-image: url("../images/b-auth__bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	overflow-y: auto;
}

.b-auth__wrap {
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: middle;
}

.b-auth__h1 {
	margin-top: -10px;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 1px;
	padding-bottom: 2px;
	color: #333;
}

.b-auth__form {
	margin: 0 auto;
	padding: 80px 0;
	text-align: center;
	width: 440px;
}

.b-auth__form_eye {
	position: absolute;
	right: 3px;
	top: 32px;
}

.b-auth__form_eye_open {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1646px -377px;
	width: 18px;
	height: 14px;
	display: none;
}

.b-auth__form_eye_close {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1440px -400px;
	width: 18px;
	height: 14px;
}

.b-auth__form_line {
	margin-top: 29px;
	position: relative;
}

.b-auth__form_error-msg {
	font-size: 12px;
	color: #ea3737;
	font-family: 'Glober', sans-serif;
	text-transform: uppercase;
	position: absolute;
	top: 65px;
	left: 0; /*display none*/
}

.b-auth__form_line_error _input {
	border-bottom: 5px solid #ea3737;
}

.b-auth__form_line_error _error-msg {
	display: block;
}

.b-auth__form_input {
	width: 100%;
	height: 50px;
	font-size: 25px;
	font-weight: 700;
	color: #333;
	font-family: 'Glober', sans-serif;
	border-radius: 0;
	border: 0px solid #000;
	border-bottom: 5px solid #fcdd47;
	background: none;
	margin: 0;
	margin-top: 10px;
	position: relative;
}

.b-auth__form_input_hidden {
	display: none;
}

.b-auth__form_input::-webkit-input-placeholder {
	color: #333;
}

.b-auth__form_input:-moz-placeholder {
	color: #333;
}

.b-auth__btn {
	padding: 0 18px;
	height: 35px;
	font-size: 14px;
	text-transform: none;
	border: 1px solid #afd93f;
	width: auto;
	font-family: 'glober', sans-serif;
	font-weight: 500;
	color: #333;
	line-height: 35px;
	background-color: #afd93f;
	margin: auto;
	margin-top: 26px;
}

.b-auth__btn:hover {
	background-color: #9bc038;
	border-color: #9bc038;
}

.b-auth__btn:active {
	position: relative;
	top: 1px;
	left: 1px;
}

.b-auth__btn_blue {
	border: 1px solid #2ba2df;
	background-color: #2ba2df;
	color: #fff;
}

.b-auth__btn_blue:hover {
	background-color: #2f95ca;
	border-color: #2f95ca;
}

.b-auth__submit {
	margin-top: 15px;
	margin-bottom: 21px;
}

.b-auth__take-social {
	padding-top: 32px;
}

.b-auth__yellow {
	font-family: 'PT Sans' sans-serif;
	display: inline-block;
	color: #fcdd47;
	text-decoration: none;
	margin-top: 13px;
	margin-bottom: 13px;
}

.b-auth__yellow_underline {
	border-bottom: 1px solid #bec0c7;
}

.b-auth__yellow_underline:hover {
	border-bottom-color: transparent;
}

.b-auth__yellow:hover {
	color: #fff;
}

.b-auth__soc_round {
	display: inline-block;
	vertical-align: middle;
}

.b-auth__take-social {
	padding-top: 43px;
	font-family: 'Glober' sans-serif;
	letter-spacing: 0.5px;
}

.b-auth__take-social_p {
	margin-bottom: 25px;
	color: #fff;
	font-size: 20px;
}

.b-auth__soc_round {
	margin: 0 7px;
}

.b-auth__tw_round {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1706px -126px;
	width: 30px;
	height: 30px;
}

.b-auth__vk_round {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1777px -164px;
	width: 30px;
	height: 30px;
}

.b-auth__fb_round {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1734px -86px;
	width: 30px;
	height: 30px;
}

.b-auth__gp_round {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1440px -164px;
	width: 30px;
	height: 30px;
}

.b-auth__instagram_round {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1625px -164px;
	width: 30px;
	height: 30px;
}

div.b-auth__form_line > span.error {
	font-size: 12px;
	color: #ea3737;
	font-family: 'Glober', sans-serif;
	text-transform: uppercase;
	position: absolute;
	top: 65px;
	left: 0;
}

.b-header {
	position: absolute;
	top: 10px;
	left: 20px;
}

.b-details {
	position: relative;
	overflow-y: auto;
}

.b-details__sidebar_white {
	background: #fff;
	color: #333;
	width: 470px !important;
}

.b-details__sidebar_white_pad {
	margin-top: 70px;
	height: 88%;
}

.b-details__sidebar_white__h1 {
	padding-bottom: 2px;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #333;
	font-family: glober, sans-serif;
}

.b-details__sidebar_white .b-text__sidebar_wrap {
	padding-left: 30px !important;
	padding-right: 20px !important;
}

.b-details__sidebar_white_div {
	margin-bottom: 18px;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}

.b-details__sidebar_white_div_pic1 {
	padding-left: 28px;
	background-image: url("../images/pic1.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	min-height: 15px;
}

.b-details__sidebar_white_div_pic2 {
	padding-left: 28px;
	background-image: url("../images/pic2.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	min-height: 15px;
}

.b-details__sidebar_white_div_pic3 {
	padding-left: 28px;
	background-image: url("../images/pic3.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	min-height: 15px;
}

.b-details__sidebar_white_div_p {
	margin-bottom: 6px;
	font-weight: 400;
}

.b-details__wrap {
	background-image: url("../images/b-registration__bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 111%;
	background-attachment: fixed;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 35px;
	position: relative;
	margin: auto;
	width: 100%;
	height: auto;
	min-height: 570px;
}

.b-details__h1 {
	padding-top: 87px;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-left: -4px;
}

.b-details__form {
	display: table;
	width: 459px;
	height: auto;
	padding-top: 1px;
	padding-bottom: 50px;
	position: relative;
}

.b-details__form_p {
	width: 775px;
	margin-top: 36px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.556;
	letter-spacing: 0.25px;
}

.b-details__form_line {
	margin-top: 31px;
	position: relative;
}

.b-details__form_label {
	color: #2ba2df;
	font-size: 14px;
	font-family: 'Arial' sans-serif;
	position: relative;
}

.b-details__form_input {
	margin: 0;
	margin-top: 10px;
	border: 1px solid #ccc;
	height: 34px;
	position: relative;
}

.b-details__form_right {
	font-family: 'Arial' sans-serif;
	position: absolute;
	right: 0;
	top: 0;
	color: #000;
	font-size: 11px;
	line-height: 1.5;
}

.b-details__form_right_hidden {
	display: none;
}

.b-details__form_eye {
	position: absolute;
	right: 10px;
	top: 37px;
}

.b-details__form_eye_open {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1716px -377px;
	width: 18px;
	height: 14px;
	display: none;
}

.b-details__form_eye_close {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1466px -400px;
	width: 18px;
	height: 14px;
}

.b-details__form_textarea {
	padding: 5px;
	resize: none;
	height: 105px;
}

.b-details__form_submit {
	padding-top: 15px;
}

.b-details__btn {
	padding: 0 18px;
	height: 35px;
	font-size: 14px;
	text-transform: none;
	border: 1px solid #afd93f;
	width: auto;
	font-family: 'glober', sans-serif;
	font-weight: 500;
	color: #333;
	line-height: 35px;
	background-color: #afd93f;
	margin-top: 26px;
}

.b-details__btn:hover {
	background-color: #9bc038;
	border-color: #9bc038;
}

.b-details__btn:active {
	position: relative;
	top: 1px;
	left: 1px;
}

.b-details__btn:disabled {
	background-color: #8dc6e1;
	border-color: #8dc6e1;
}

.b-details__btn:disabled:hover {
	background-color: #8dc6e1;
	border-color: #8dc6e1;
}

.b-details__btn_blue {
	border: 1px solid #2ba2df;
	background-color: #2ba2df;
	color: #fff;
}

.b-details__btn_blue:hover {
	background-color: #2f95ca;
	border-color: #2f95ca;
}

.b-fast-reg {
	margin-bottom: 45px;
}

.b-fast-reg__hdr {
	font-size: 16px;
	color: #fcdd46;
	font-weight: 700;
	margin-bottom: 19px;
}

.b-header {
	position: absolute;
	top: 0;
	left: 10px;
}

.b-feedback {
	position: relative;
	overflow-y: auto;
	height: 100%;
}

.b-feedback__wrap {
	background-image: url("../images/b-registration__bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 35px;
	position: relative;
	margin: auto;
	width: 100%;
	min-height: 100%;
}

.b-feedback__h1 {
	padding-top: 80px;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-left: -4px;
}

.b-feedback__form {
	display: table;
	width: 459px;
	height: auto;
	padding-top: 1px;
	padding-bottom: 40px;
	position: relative;
}

.b-feedback__form_line {
	margin-top: 29px;
	position: relative;
}

.b-feedback__form_label {
	color: #2ba2df;
	font-size: 14px;
	font-family: 'Arial' sans-serif;
	position: relative;
}

.b-feedback__form_input {
	margin: 0;
	margin-top: 10px;
	border: 1px solid #ccc;
	height: 32px;
	position: relative;
}

.b-feedback__form_input_hidden {
	display: none;
}

.b-feedback__form_textarea {
	padding: 5px;
	resize: none;
	height: 105px;
}

.b-feedback__form_submit {
	padding-top: 15px;
}

.b-feedback__btn {
	padding: 0 18px;
	height: 35px;
	font-size: 14px;
	text-transform: none;
	border: 1px solid #afd93f;
	width: auto;
	font-family: 'glober', sans-serif;
	font-weight: 500;
	color: #333;
	line-height: 35px;
	background-color: #afd93f;
	margin-top: 26px;
}

.b-feedback__btn:hover {
	background-color: #9bc038;
	border-color: #9bc038;
}

.b-feedback__btn:active {
	position: relative;
	top: 1px;
	left: 1px;
}

.b-feedback__btn_blue {
	border: 1px solid #2ba2df;
	background-color: #2ba2df;
	color: #fff;
}

.b-feedback__btn_blue:hover {
	background-color: #2f95ca;
	border-color: #2f95ca;
}

.b-feedback__btn_blue:disabled {
	color: #696969 !important;
	border-color: #b9b9b9;
	background: #b9b9b9;
}

.b-generator {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	background-image: url("../images/b-generator__bg_1024.jpg");
}

.b-generator__wrap {
	position: absolute;
	width: 980px;
	text-align: center;
	min-height: 300px;
}

.b-generator__ico {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1302px -724px;
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
	margin-bottom: 37px;
}

.b-login {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99;
	padding: 10px 15px;
	font-size: 0;
	-webkit-transition: max-width 0.6s linear;
	-o-transition: max-width 0.6s linear;
	transition: max-width 0.6s linear;
	white-space: nowrap;
	min-height: 55px;
	max-width: 650px;
}

.b-login__col {
	width: 105px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	font-size: 11px;
}

.b-login__col_last,
.b-login__col:last-of-type {
	margin-right: 0;
	width: 95px;
}

.b-login__col .b-btn,
.b-login__col .b-input {
	margin-bottom: 5px;
}

.b-login__col_wrap {
	height: 18px;
}

.b-login__line {
	line-height: 18px;
	height: 18px;
}

.b-login__line_central {
	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;
}

.b-login__line_central a {
	vertical-align: middle;
}

.ib-social {
	margin: 0;
}

.b-manager {
	background-image: url("../images/b-manager__bg2.png"), url("../images/b-manager__bg_1024.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: 100% 100%, 0 0;
	background-size: auto 100%, auto;
	background-size: auto 100%, 100% 100%;
	position: relative;
}

.b-manager__wrap {
	width: 90%;
	position: absolute;
	left: 5% !important;
	margin-left: 0 !important;
	height: 76.25%;
	min-height: 650px;
}

.b-manager__left {
	width: 41%;
	display: table;
	vertical-align: top;
	position: absolute;
	left: 0;
	height: 100%;
	top: 0;
}

.b-manager__right {
	width: 500px;
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	background-color: #fbdd47;
	vertical-align: top;
	padding: 15px 30px 5px;
}

.b-manager__row {
	display: table-row;
}

.b-manager__row_top {
	height: 50%;
}

.b-manager__bordered {
	padding: 2px 0;
	padding-left: 10px;
	border-left: 7px solid #fcdd47;
	font-size: 12px;
	margin-bottom: 5px;
}

.b-manager__bordered p {
	padding: 5px 0;
}

.b-manager__gift {
	margin-top: 20px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1;
	position: relative;
}

.b-manager__gift_blue {
	color: #2ba2df;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 50px;
	font-weight: 900;
}

.b-manager__gift_p {
	text-transform: none;
	font-weight: 400;
	font-size: 16px;
}

.b-manager__contacts {
	height: 120px;
}

.b-manager__tell {
	font-weight: 700;
	font-size: 30px;
	white-space: nowrap;
	margin-top: 10px;
}

.b-manager__skype {
	background-color: #00afe9;
	width: 311px;
	padding: 9px 11px;
	font-size: 0;
	display: block;
	left: 0;
	bottom: 0;
}

.b-manager__av {
	display: inline-block;
	vertical-align: middle;
}

.b-manager__text {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	width: 215px;
}

.b-manager__icon {
	display: block;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	font-size: 14px;
	color: #fff;
	line-height: 18px;
}

.b-manager__icon:before {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1593px -301px;
	width: 18px;
	height: 18px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.b-form {
	font-size: 0;
	margin-left: -10px;
	margin-right: -10px;
}

.b-form__line {
	display: inline-block;
	vertical-align: top;
	width: 210px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	font-size: 14px;
}

.b-form__line .b-input_start {
	height: 27px;
}

.b-form__line>.b-input_start {
	margin-bottom: 0;
}

.b-form__line_long {
	width: 440px;
}

.b-form__line_bottom_none {
	margin-bottom: 0;
}

.b-form__label {
	display: block;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
	margin-bottom: 10px;
}

.b-form__label_bottom {
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 3px;
}

.b-form__download {
	float: right;
	line-height: 35px;
	font-size: 18px;
	font-family: 'glober', sans-serif;
	color: #2ba2df;
	font-weight: bold;
}

.b-form__download:hover {
	text-decoration: none;
}

.b-form__error {
	color: #ef5656;
	margin-top: 3px;
	font-size: 12px;
	left: 0;
	font-family: 'PT Sans', sans-serif;
}

.i-red {
	color: #f14b4b;
}

form.personalManager span.error,
form.b-registration__form_reklamodatel span.error,
form.b-registration__form_bloger span.error,
form.feedbackForm span.error,
form.restoreForm span.error,
form.restorePasswordHashForm span.error,
form.restorePasswordForm span.error,
form.callRequest span.error {
	color: #ef5656;
	margin-top: 3px;
	font-size: 12px;
	left: 0;
	font-family: 'PT Sans', sans-serif;
}

.b-manager__page {
	min-height: 100%;
	height: 1px;
	overflow: auto;
}

.b-manager__page .b-manager__wrap {
	position: relative;
	height: 100%;
	min-height: 630px;
}

.b-manager__page-wrap {
	padding: 90px 0;
	min-height: 100%;
	height: 1px;
}

.b-nav {
	position: fixed;
	top: 50%;
	left: 0;
	height: 400px;
	z-index: 99;
	margin-top: -203px;
	text-align: left;
	background-color: #333;
	-webkit-transition: width 0.2s linear;
	-o-transition: width 0.2s linear;
	transition: width 0.2s linear;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	white-space: nowrap;
	width: 50px;
}

.b-nav:hover {
	width: 305px;
}

.b-nav__el {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #515151;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	text-align: left;
	padding-left: 14px;
	position: relative;
	overflow-y: hidden;
	overflow-x: hidden;
}

.b-nav__el:hover,
.b-nav__el .active .b-nav__el {
	background-color: #fcdd47;
}

.b-nav__el:hover .b-nav__ico_n1,
.b-nav__el .active .b-nav__el .b-nav__ico_n1 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1754px -272px;
	width: 20px;
	height: 19px;
}

.b-nav__el:hover .b-nav__ico_n2,
.b-nav__el .active .b-nav__el .b-nav__ico_n2 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1670px -272px;
	width: 20px;
	height: 20px;
}

.b-nav__el:hover .b-nav__ico_n3,
.b-nav__el .active .b-nav__el .b-nav__ico_n3 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1586px -272px;
	width: 20px;
	height: 20px;
}

.b-nav__el:hover .b-nav__ico_n4,
.b-nav__el .active .b-nav__el .b-nav__ico_n4 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1645px -301px;
	width: 20px;
	height: 18px;
}

.b-nav__el:hover .b-nav__ico_n5,
.b-nav__el .active .b-nav__el .b-nav__ico_n5 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1706px -202px;
	width: 17px;
	height: 24px;
}

.b-nav__el:hover .b-nav__ico_n6,
.b-nav__el .active .b-nav__el .b-nav__ico_n6 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1755px -202px;
	width: 16px;
	height: 23px;
}

.b-nav__el:hover .b-nav__ico_n7,
.b-nav__el .active .b-nav__el .b-nav__ico_n7 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1779px -202px;
	width: 23px;
	height: 22px;
}

.b-nav__el:hover .b-nav__ico_n8,
.b-nav__el .active .b-nav__el .b-nav__ico_n8 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1530px -272px;
	width: 20px;
	height: 20px;
}

.b-nav__el:hover .b-nav__txt,
.b-nav__el .active .b-nav__el .b-nav__txt {
	color: #000;
}

.b-nav__el:last-of-type {
	border-bottom: none;
}

.b-nav__ico {
	display: inline-block;
	width: 50px;
	vertical-align: middle;
}

.b-nav__ico_n1 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1782px -272px;
	width: 20px;
	height: 19px;
}

.b-nav__ico_n2 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1698px -272px;
	width: 20px;
	height: 20px;
}

.b-nav__ico_n3 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1726px -272px;
	width: 20px;
	height: 20px;
}

.b-nav__ico_n4 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1521px -301px;
	width: 20px;
	height: 18px;
}

.b-nav__ico_n5 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1799px -43px;
	width: 17px;
	height: 24px;
}

.b-nav__ico_n6 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1731px -202px;
	width: 16px;
	height: 23px;
}

.b-nav__ico_n7 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1744px -240px;
	width: 23px;
	height: 22px;
}

.b-nav__ico_n8 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1642px -272px;
	width: 20px;
	height: 20px;
}

.b-nav__txt {
	position: absolute;
	top: 0;
	left: 50px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
}

.b-nav .active .b-nav__el {
	background-color: #fcdd47;
}

.b-nav .active .b-nav__el .b-nav__ico_n1 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1754px -272px;
	width: 20px;
	height: 19px;
}

.b-nav .active .b-nav__el .b-nav__ico_n2 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1670px -272px;
	width: 20px;
	height: 20px;
}

.b-nav .active .b-nav__el .b-nav__ico_n3 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1586px -272px;
	width: 20px;
	height: 20px;
}

.b-nav .active .b-nav__el .b-nav__ico_n4 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1645px -301px;
	width: 20px;
	height: 18px;
}

.b-nav .active .b-nav__el .b-nav__ico_n5 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1706px -202px;
	width: 17px;
	height: 24px;
}

.b-nav .active .b-nav__el .b-nav__ico_n6 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1755px -202px;
	width: 16px;
	height: 23px;
}

.b-nav .active .b-nav__el .b-nav__ico_n7 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1779px -202px;
	width: 23px;
	height: 22px;
}

.b-nav .active .b-nav__el .b-nav__ico_n8 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1530px -272px;
	width: 20px;
	height: 20px;
}

.b-nav .active .b-nav__el .b-nav__txt {
	color: #000;
}

.b-header {
	position: absolute;
	top: 0;
	left: 10px;
}

.b-partners {
	position: relative;
	overflow-y: auto;
}

.b-partners__wrap {
	background-image: url("../images/b-partners__bg_new-year.jpg");
	background-size: cover;
	background-attachment: fixed;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 0;
	position: relative;
	margin: auto;
	width: 100%;
	height: 100%;
	min-height: 600px;
	display: table;
}

.b-partners__sidebar {
	padding-top: 87px;
	padding-left: 28px;
	padding-right: 20px;
	display: table-cell;
	vertical-align: top;
}

.b-partners__sidebar_p {
	padding-top: 36px;
	font-size: 18px;
	font-family: 'PT Sans' sans-serif;
	width: 280px;
	line-height: 1.5555555;
	letter-spacing: 0.3px;
}

.b-partners__sidebar_h1 {
	margin-left: -4px;
	font-family: "Glober";
	font-weight: 700;
	font-size: 60px;
	line-height: 1.1em;
}

.b-partners__content {
	padding-top: 207px;
	display: table-cell;
	width: 84%;
	padding-left: 4px;
}

.b-partners__content_element {
	vertical-align: bottom;
	margin-right: 13px;
	margin-bottom: 20px;
	display: inline-block;
	width: 380px;
	height: 490px;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.b-partners__content_element_netology {
	background-image: url("../images/partners/netology.png");
}

.b-partners__content_element_nethouse {
	background-image: url("../images/partners/nethouse.jpg");
}

.b-partners__content_element_setup {
	background-image: url("../images/partners/setup.jpg");
}

.b-partners__content_element_photogenica {
	background-image: url("../images/partners/photogenica.jpg");
}

.b-partners__content_element_etxt {
	background-image: url("../images/partners/etxt.jpg");
}

.b-partners__content_element_witget {
	background-image: url("../images/partners/witget.png");
}

.b-partners__content_element_miratext {
	background-image: url("../images/partners/miratext.jpg");
}

.b-partners__content_element_ihsbm {
	background-image: url("../images/partners/ihsbm.jpg");
}

.b-partners__content_element_elbuzgroup {
	background-image: url("../images/partners/elbuzgroup.jpg");
}

.b-partners__content_element_textbroker {
	background-image: url("../images/partners/textbroker.png");
}

.b-partners__content_element_empty {
	position: relative;
	border: 3px dashed #fff;
	text-align: center;
	padding-top: 175px;
	box-sizing: border-box;
	text-decoration: none;
	-webkit-transition: padding-top 0.35s;
	-o-transition: padding-top 0.35s;
	transition: padding-top 0.35s;
	background: rgba(255,255,255,0.3);
}

.b-partners__content_element_empty_onclick {
	padding-top: 70px;
	border: 0px dashed #fff;
	background: #fcdd47;
}

.b-partners__content_element_empty_onclick .b-partners__content_element_empty_1 {
	display: none;
}

.b-partners__content_element_empty_onclick .b-partners__content_element_empty_2 {
	display: block;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.b-partners__content_element_empty_2 {
	display: none;
}

.b-partners__content_element_empty_icon {
	margin: auto;
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1302px -278px;
	width: 120px;
	height: 114px;
}

.b-partners__content_element_empty_header {
	color: #000;
	margin-top: 13px;
	margin-bottom: 15px;
	font-size: 25px;
	font-family: "Glober", sans-serif;
	font-weight: 700;
	line-height: 1.4;
	padding-bottom: 20px;
	letter-spacing: 0.2px;
}

.b-partners__content_element_empty_contacts {
	color: #000;
	font-family: "Glober", sans-serif;
	font-weight: 500;
	font-size: 25px;
	line-height: 1.6;
}

.b-partners__content_element_empty_contacts a {
	color: inherit;
	text-decoration: none;
}

.b-partners__content_element_empty_contacts a:hover {
	text-decoration: underline;
}

.b-partners__content_plus {
	cursor: pointer;
	margin: auto;
	margin-bottom: 22px;
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -265px -1226px;
	width: 90px;
	height: 90px;
}

.b-partners__content_plus-text {
	font-family: "Glober";
	font-weight: 400;
	font-size: 25px;
	letter-spacing: 0.6px;
	color: #333;
	line-height: 1.4;
	text-decoration: none;
}

.b-partners__content_height {
	display: inline-block;
	width: 1px;
	margin-right: -1px;
	height: 100%;
}

.b-partners__content_lift {
	display: inline-block;
	vertical-align: bottom;
	width: 380px;
	overflow: hidden;
}

.b-partners__content_h2,
.b-partners__content_body,
.b-partners__content_logo {
	display: inline-block;
	width: 100%;
	color: #fff;
	padding: 20px;
}

.b-partners__content_roof {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1440px 0px;
	width: 380px;
	height: 35px;
	border-bottom: 3px solid #333;
	box-sizing: content-box;
}

.b-partners__content_h2 {
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
	background: #333;
	color: #fff;
	padding-bottom: 10px;
	padding-top: 6px;
	letter-spacing: 0.3px;
}

.b-partners__content_body {
	background: #333;
	padding-top: 6px;
	padding-bottom: 25px;
	line-height: 1.72;
	font-size: 14px;
	font-family: "PT Sans", sans-serif;
	display: none;
}

.b-partners__content_body_p {
	padding-bottom: 10px;
	letter-spacing: 0.2px;
}

.b-partners__content_body_ul {
	list-style: circle;
	padding-left: 1.2em;
	padding-bottom: 8px;
}

.b-partners__content_logo {
	background: #333;
	padding-top: 11px;
}

.b-partners__content_logo_blogun-wrap {
	padding-bottom: 8px !important;
}

.b-partners__content_logo_netologiya {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -568px -1361px;
	width: 187px;
	height: 40px;
}

.b-partners__content_logo_nethouse {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1243px -1361px;
	width: 145px;
	height: 40px;
}

.b-partners__content_logo_setup {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1440px -43px;
	width: 187px;
	height: 35px;
}

.b-partners__content_logo_photogenica {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -958px -796px;
	width: 187px;
	height: 62px;
}

.b-partners__content_logo_etxt {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1440px -86px;
	width: 209px;
	height: 32px;
}

.b-partners__content_logo_witget {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -220px -1361px;
	width: 175px;
	height: 47px;
}

.b-partners__content_logo_miratext {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1085px -1226px;
	width: 300px;
	height: 60px;
}

.b-partners__content_logo_ihsbm {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -958px -1361px;
	width: 180px;
	height: 40px;
}

.b-partners__content_logo_elbuzgroup {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -417px -708px;
	width: 300px;
	height: 74px;
}

.b-partners__content_logo_textbroker {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -868px -1226px;
	width: 209px;
	height: 62px;
}

.b-partners__content_logo_blogun {
	background-image: url("../images/sprite_2x.png?1501163572662");
	background-position: 0px 0px;
	width: 237px;
	height: 48px;
}

.b-partners__content_logo_optimism {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -763px -1361px;
	width: 187px;
	height: 40px;
}

.b-partners__grey-underline {
	color: #6d6d6d;
}

.b-partners__grey-underline:hover {
	text-decoration: none;
}

.b-partners__promo {
	color: #999;
}

.b-partners__yellow {
	color: #fcdd47;
}

.skype-black {
	position: relative;
	top: 2px;
	margin-right: 8px;
	display: inline-block;
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1619px -301px;
	width: 18px;
	height: 18px;
}

.b-header {
	position: absolute;
	top: 10px;
	left: 20px;
}

.b-pass-recovery {
	position: relative;
	overflow-y: auto;
	height: 100%;
}

.b-pass-recovery__wrap {
	background-image: url("../images/b-registration__bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 35px;
	position: relative;
	margin: auto;
	width: 100%;
	height: 100%;
	min-height: 570px;
}

.b-pass-recovery__h1 {
	padding-top: 87px;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-left: -4px;
}

.b-pass-recovery__form {
	display: table;
	width: 459px;
	height: auto;
	padding-top: 1px;
	padding-bottom: 50px;
	position: relative;
}

.b-pass-recovery__form_p {
	width: 775px;
	margin-top: 36px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.556;
	letter-spacing: 0.25px;
}

.b-pass-recovery__form_line {
	margin-top: 31px;
	position: relative;
}

.b-pass-recovery__form_label {
	color: #2ba2df;
	font-size: 14px;
	font-family: 'Arial' sans-serif;
	position: relative;
}

.b-pass-recovery__form_input {
	margin: 0;
	margin-top: 10px;
	border: 1px solid #ccc;
	height: 34px;
	position: relative;
}

.b-pass-recovery__form_right {
	font-family: 'Arial' sans-serif;
	position: absolute;
	right: 0;
	top: 0;
	color: #000;
	font-size: 11px;
	line-height: 1.5;
}

.b-pass-recovery__form_right_hidden {
	display: none;
}

.b-pass-recovery__form_eye {
	position: absolute;
	right: 10px;
	top: 37px;
}

.b-pass-recovery__form_eye_open {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1716px -377px;
	width: 18px;
	height: 14px;
	display: none;
}

.b-pass-recovery__form_eye_close {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1466px -400px;
	width: 18px;
	height: 14px;
}

.b-pass-recovery__form_textarea {
	padding: 5px;
	resize: none;
	height: 105px;
}

.b-pass-recovery__form_submit {
	padding-top: 15px;
}

.b-pass-recovery__btn {
	padding: 0 18px;
	height: 35px;
	font-size: 14px;
	text-transform: none;
	border: 1px solid #afd93f;
	width: auto;
	font-family: 'glober', sans-serif;
	font-weight: 500;
	color: #333;
	line-height: 35px;
	background-color: #afd93f;
	margin-top: 26px;
}

.b-pass-recovery__btn:hover {
	background-color: #9bc038;
	border-color: #9bc038;
}

.b-pass-recovery__btn:active {
	position: relative;
	top: 1px;
	left: 1px;
}

.b-pass-recovery__btn:disabled {
	background-color: #8dc6e1;
	border-color: #8dc6e1;
}

.b-pass-recovery__btn:disabled:hover {
	background-color: #8dc6e1;
	border-color: #8dc6e1;
}

.b-pass-recovery__btn_blue {
	border: 1px solid #2ba2df;
	background-color: #2ba2df;
	color: #fff;
}

.b-pass-recovery__btn_blue:hover {
	background-color: #2f95ca;
	border-color: #2f95ca;
}

.b-popup {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.b-popup__show {
	font-size: 30px;
	position: absolute;
}

.b-popup__show_link {
	text-decoration: none;
}

.b-popup__wrapper {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	z-index: 999;
	cursor: url("../../images/close.cur"), n-resize;
}

.b-popup__wrapper_active {
	display: block;
}

.b-popup__form1,
.b-popup__form2,
.b-popup__form3,
.b-popup__form4,
.b-popup__form5,
.b-popup__formhaveacc,
.b-popup__selectacc,
.b-popup__formlogin,
.b-popup__managerrequestsent,
.b-popup__alert {
	position: absolute;
	text-align: center;
}

.b-popup__form5 {
	text-align: left;
}

.b-popup__form5 ul {
	font-size: 20px;
}

.b-popup__form5 a {
	color: #fcdd47;
	text-decoration: none;
}

.b-popup__form5 li {
	margin-bottom: 0.3em;
}

.b-popup__form5 h2 {
	font-size: 34px;
}

.b-popup__h2 {
	color: #fff;
	font-size: 24px;
	font-family: 'Arial', sans-serif;
	margin-bottom: 20px;
}

.b-popup__form1 {
	width: 540px;
	margin-top: 230px;
	height: 250px;
}

.b-popup__input {
	width: 203px;
	height: 32px;
	display: inline-block;
	margin: 0 7px;
}

.b-popup__input[name="phone"] {
	font-family: "Arial";
	font-size: 12px;
}

.b-popup__input_line {
	padding: 0;
	margin-top: 16px;
	margin-bottom: 5px;
}

.b-popup__form2 {
	width: 642px;
	height: 300px;
}

.b-popup__form2_content {
	text-align: left;
	padding: 25px;
	padding-right: 30px;
	margin: auto;
	max-width: 642px;
	background: #fff;
	border-radius: 5px;
}

.b-popup__form2_p {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.b-popup__checkbox {
	display: inline-block;
	padding: 8px 0;
	margin-right: 20px;
	margin-top: 12px;
}

.b-popup__checkbox input[type="checkbox"] {
	display: none;
}

.b-popup__checkbox input[type="checkbox"] + label {
	margin-bottom: 10px;
}

.b-popup__checkbox input[type="checkbox"] + label span {
	display: inline-block;
}

.b-popup__checkbox input[type="checkbox"] + label span.box {
	margin-right: 7px;
	margin-bottom: -2px;
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1672px -377px;
	width: 14px;
	height: 14px;
}

.b-popup__checkbox input[type="checkbox"]:checked + label span.box {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1584px -400px;
	width: 14px;
	height: 14px;
}

.b-popup__checkbox input[type="checkbox"] + label span.text {
	font-size: 16px;
	font-family: 'PT Sans' sans-serif;
	font-weight: 500;
}

.b-popup__social_vk {
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 6px;
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1497px -353px;
	width: 16px;
	height: 16px;
}

.b-popup__social_fb {
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 6px;
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1639px -353px;
	width: 16px;
	height: 16px;
}

.b-popup__social_tw {
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 6px;
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1514px -422px;
	width: 16px;
	height: 13px;
}

.b-popup__social_gp {
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 6px;
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1735px -328px;
	width: 16px;
	height: 16px;
}

.b-popup__social_insta {
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 6px;
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1759px -328px;
	width: 16px;
	height: 16px;
}

.b-popup__form3 {
	width: 500px;
	height: 150px;
}

.b-popup__submit {
	margin-bottom: 0;
}

.b-popup__btn,
.b-popup__btn_green {
	padding: 0 22px;
	height: 35px;
	font-size: 16px;
	text-transform: none;
	border: 1px solid #afd93f;
	width: auto;
	font-family: 'PT Sans', sans-serif;
	font-weight: 500;
	color: #333;
	line-height: 35px;
	background-color: #afd93f;
	margin: auto;
	margin-top: 26px;
}

.b-popup__btn:hover,
.b-popup__btn_green:hover {
	background-color: #9bc038;
	border-color: #9bc038;
}

.b-popup__btn:active,
.b-popup__btn_green:active {
	position: relative;
	top: 1px;
	left: 1px;
}

.b-popup__btn:disabled,
.b-popup__btn_green:disabled {
	background-color: #bbb;
	border: 1px solid #bbb;
}

.b-popup__btn_blue {
	border: 1px solid #2ba2df;
	background-color: #2ba2df;
	color: #fff;
}

.b-popup__btn_blue:hover {
	background-color: #2f95ca;
	border-color: #2f95ca;
}

.b-popup__btn_yes,
.b-popup__btn_no {
	width: 85px;
	margin: 0;
	margin-left: 10px;
}

.b-popup__btn_no {
	border: 1px solid #191919;
	background-color: #ef5656;
	color: #fff;
}

.b-popup__btn_no:hover {
	background-color: #d94747;
	border-color: #191919;
}

.b-popup__btn_yes {
	border: 1px solid #191919;
}

.b-popup__btn_yes:hover {
	border-color: #191919;
}

.b-popup__form4,
.b-popup__form5 {
	width: 540px;
	min-height: 170px;
}

.b-popup__managerrequestsent,
.b-popup__alert {
	width: 540px;
}

.b-popup__selectacc {
	padding: 5px;
}

.b-popup__title {
	margin-bottom: 20px;
	font-size: 38px;
	font-weight: bold;
	color: #fcdd47;
}

.b-popup__text {
	font-size: 26px;
	color: #fff;
}

.b-popup__time-select {
	position: relative;
	display: inline-block;
}

.b-popup__time-select label {
	cursor: pointer;
	background-image: url("../images/b-popup__arrow.png");
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-color: #fff;
	border-radius: 3px;
	color: #000;
	font-family: "Arial";
	font-size: 12px;
	display: inline-block;
	padding: 10px 32px 10px 10px;
	position: relative;
	width: 82px;
	height: 32px;
	margin: 0;
}

.b-popup__time-select ul {
	background: #fff;
	border-radius: 2px;
	width: 82px;
	list-style: none;
	margin: 0 -10px;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: scroll; /* Allow it to scroll vertically. */
	position: absolute;
	top: 30px;
	left: 10px;
	z-index: 2;
}

.b-popup__time-select li {
	background-color: #fff;
	font-family: "Arial";
	font-size: 12px;
	color: #555;
	cursor: pointer;
	padding: 7px 7px;
}

.b-popup__time-select li:hover {
	border-radius: 4px;
	background-color: #eee;
}

.b-popup__time-select .selected {
	border-radius: 4px;
	background-color: #ddd;
}

.absolute_center {
	cursor: default;
}

.b-header {
	position: absolute;
	top: 0;
	left: 10px;
}

.b-registration {
	position: relative;
	overflow-y: auto;
	height: 100%;
}

.b-registration__wrap {
	background-image: url("../images/b-registration__bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 35px;
	position: relative;
	margin: auto;
	width: 100%;
	height: 100%;
	min-height: 780px;
}

.b-registration__h1 {
	padding-top: 87px;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-left: -4px;
}

.b-registration__i-am-a {
	font-weight: 400;
}

.b-registration__i-am-a,
.b-registration__dropdown {
	margin-top: 27px;
	font-size: 32px;
	vertical-align: top;
	display: inline-block;
	letter-spacing: 0.6px;
}

.b-registration__dropdown {
	z-index: 3;
	position: relative;
	display: inline-block;
}

.b-registration__dropdown_current {
	font-weight: 700;
	color: #2ba2df;
	position: relative;
	margin-left: -10px;
	padding-left: 15px;
	padding-right: 28px;
	text-decoration: none;
}

.b-registration__dropdown_current:before {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 18px;
	right: 30px;
	height: 1px;
	border-bottom: 2px dotted #b2b2b2;
	z-index: -1;
}

.b-registration__dropdown_current:after {
	content: "";
	position: absolute;
	top: 22px;
	right: 13px;
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1810px -202px;
	width: 8px;
	height: 6px;
}

.b-registration__dropdown_current_clicked {
	color: #333;
	text-decoration: none;
}

.b-registration__dropdown_current_clicked:before {
	border: 0px;
}

.b-registration__dropdown_ul {
	cursor: pointer;
	display: none;
	position: absolute;
	padding-top: 45px;
	padding-left: 8px;
	padding-right: 8px;
	min-width: 170px;
	width: 100%;
	top: -2px;
	left: -2px;
	background-color: #fff;
	border: 1px solid #ccc;
	z-index: -1;
}

.b-registration__dropdown_li {
	cursor: pointer;
	font-size: 14px;
	line-height: 50px;
	display: block;
	position: relative;
	color: #2ba2df;
}

.b-registration__dropdown_li_active {
	color: #ccc;
}

.b-registration__dropdown_li:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
	height: 1px;
}

.b-registration__dropdown_li:last-of-type:after {
	border: 0;
}

.b-registration__take-social {
	padding-top: 31px;
	vertical-align: middle;
	font-size: 16px;
	font-family: 'PT Sans' sans-serif;
}

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

.b-registration__tw_round {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1706px -126px;
	width: 30px;
	height: 30px;
}

.b-registration__vk_round {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1777px -164px;
	width: 30px;
	height: 30px;
}

.b-registration__fb_round {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1734px -86px;
	width: 30px;
	height: 30px;
}

.b-registration__gp_round {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1440px -164px;
	width: 30px;
	height: 30px;
}

.b-registration__form {
	display: table;
	width: 1015px;
	height: auto;
	padding-top: 10px;
	position: relative;
}

.b-registration__form_reklamodatel {
	display: table;
	width: 100%;
	position: relative;
}

.b-registration__form_bloger {
	display: none;
	width: 100%;
	position: relative;
}

.b-registration__form_col {
	display: table-cell;
	padding-right: 50px;
	width: 50%;
	position: relative;
}

.b-registration__form_line {
	margin-top: 29px;
	position: relative;
}

.b-registration__form_line_bottom {
	padding-top: 50px;
}

.b-registration__form_input {
	margin: 0;
	margin-top: 10px;
	border: 1px solid #ccc;
	height: 32px;
	position: relative;
}

.b-registration__form_input_hidden {
	display: none;
}

.b-registration__form_right {
	font-family: 'Arial' sans-serif;
	position: absolute;
	right: 0;
	top: 0;
	color: #000;
	font-size: 11px;
	line-height: 1.5;
}

.b-registration__form_label {
	color: #2ba2df;
	font-size: 14px;
	font-family: 'Arial' sans-serif;
	position: relative;
}

.b-registration__form_label_sup {
	text-decoration: none;
	color: #000;
	font-size: 11px;
	font-weight: 700;
	padding-left: 3px;
	margin-top: -76px;
	position: relative;
	top: -5px;
}

.b-registration__form_eye {
	position: absolute;
	right: 10px;
	top: 37px;
}

.b-registration__form_eye_open {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1716px -377px;
	width: 18px;
	height: 14px;
	display: none;
}

.b-registration__form_eye_close {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1466px -400px;
	width: 18px;
	height: 14px;
}

.b-registration__checkbox {
	padding: 3px 0;
}

.b-registration__checkbox input[type="checkbox"] {
	position: absolute;
	left: -999em;
}

.b-registration__checkbox input[type="checkbox"] + label {
	margin-bottom: 10px;
}

.b-registration__checkbox input[type="checkbox"] + label span {
	cursor: pointer;
	display: inline-block;
}

.b-registration__checkbox input[type="checkbox"] + label span.box {
	margin-right: 10px;
	margin-bottom: -2px;
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1792px -377px;
	width: 14px;
	height: 14px;
}

.b-registration__checkbox input[type="checkbox"]:checked + label span.box {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1584px -400px;
	width: 14px;
	height: 14px;
}

.b-registration__checkbox input[type="checkbox"] + label span.text {
	font-size: 16px;
	font-family: 'PT Sans' sans-serif;
	font-weight: 500;
}

.b-registration__manager {
	position: absolute;
	top: 205px;
	left: 1101px;
	border: 2px dotted #3ba8e0;
	width: 223px;
	height: 383px;
	background-image: url("../images/white.png");
	text-align: center;
}

.b-registration__manager_icon {
	margin: auto;
	margin-top: 30px;
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -363px -1226px;
	width: 88px;
	height: 89px;
}

.b-registration__manager_h2 {
	margin: auto;
	margin-top: 30px;
	font-size: 22px;
	font-weight: 700;
}

.b-registration__manager_text {
	margin-top: 20px;
	font-size: 14px;
	font-family: 'PT Sans' sans-serif;
}

.b-registration__btn {
	padding: 0 18px;
	height: 35px;
	font-size: 14px;
	text-transform: none;
	border: 1px solid #afd93f;
	width: auto;
	font-family: 'glober', sans-serif;
	font-weight: 500;
	color: #333;
	line-height: 35px;
	background-color: #afd93f;
	margin-top: 26px;
}

.b-registration__btn:hover {
	background-color: #9bc038;
	border-color: #9bc038;
}

.b-registration__btn:active {
	position: relative;
	top: 1px;
	left: 1px;
}

.b-registration__btn_blue {
	border: 1px solid #2ba2df;
	background-color: #2ba2df;
	color: #fff;
}

.b-registration__btn_blue:hover {
	background-color: #2f95ca;
	border-color: #2f95ca;
}

.b-registration__submit {
	display: table-row;
	margin-top: 15px;
}

.b-header {
	position: absolute;
	top: 0;
	left: 10px;
}

.b-rules {
	position: relative;
	overflow-y: auto;
	top: 0 !important;
}

.b-rules #table1 {
	margin-top: -3px;
	font-size: 14px;
	width: 99%;
	font-family: 'Arial' sans-serif;
	line-height: 1.857;
	margin-left: 8px;
}

.b-rules #table1 .left {
	width: 15%;
	font-weight: 700;
}

.b-rules #table1 caption {
	font-family: 'PT Sans' sans-serif;
	text-align: left;
	font-weight: 700;
	font-size: 16px;
	padding-bottom: 6px;
}

.b-rules #table1 thead {
	font-weight: 400;
	background-color: #333;
	color: #fff;
}

.b-rules #table1 tr:nth-child(even) {
	background: #f7f7f7;
}

.b-rules #table1 td {
	letter-spacing: -0.14px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 10px;
	vertical-align: top;
}

.b-rules__wrap {
	padding-top: 94px;
	padding-bottom: 30px;
	padding-left: 30px;
	position: relative;
	margin: auto;
	width: 100%;
	height: auto;
	font-family: 'PT Sans', sans-serif;
}

.b-rules__on-top {
	padding-top: 20px;
	position: fixed;
	right: 0;
	top: 82px;
	height: 100%;
	width: 89px;
	background: #f7f7f7;
	cursor: pointer;
	text-align: center;
	display: none;
}

.b-rules__on-top_p {
	display: inline-block;
	margin-left: 2px;
	font-family: 'Arial', sans-serif;
	font-size: 11px;
}

.b-rules__on-top_arrow {
	display: inline-block;
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1810px -104px;
	width: 9px;
	height: 7px;
}

.b-rules__h1,
.b-rules__h2,
.b-rules__h3,
.b-rules__h4,
.b-rules__strong {
	font-weight: 700;
}

.b-rules__h1 {
	margin-left: -5px;
	margin-top: 4px;
	padding-left: 0;
	font-size: 60px;
	font-family: 'Glober', sans-serif;
	letter-spacing: 1.15px;
}

.b-rules__h2 {
	font-size: 30px;
	margin-bottom: 17px;
	padding-top: 10px;
	letter-spacing: 0.45px;
	font-family: 'PT Sans' sans-serif;
}

.b-rules__h3 {
	line-height: 1.375;
	font-size: 20px;
	margin-bottom: 13px;
	font-family: 'PT Sans' sans-serif;
	letter-spacing: 0.33px;
}

.b-rules__h4 {
	font-family: 'PT Sans' sans-serif;
	font-size: 16px;
	line-height: 1.375;
	margin-bottom: 6px;
	letter-spacing: 0.27px;
}

.b-rules__italic {
	font-size: 14px;
	font-style: italic;
	padding-left: 40px;
	padding-top: 10px;
}

.b-rules__contents {
	padding-top: 28px;
	counter-reset: number 0;
	font-size: 14px;
	display: table;
	width: 960px;
}

.b-rules__contents ol {
	margin-bottom: 21px;
	list-style-type: none;
}

.b-rules__contents ul {
	margin-bottom: 21px;
	list-style-type: none;
}

.b-rules__contents li {
	counter-increment: number 1;
	position: relative;
	padding-left: 25px;
	margin-bottom: 4px;
}

.b-rules__contents li:before {
	left: 0;
	top: 1px;
	position: absolute;
	content: counter(number) ".";
}

.b-rules__contents a {
	font-family: 'PT Sans' sans-serif;
	color: #2ba2df;
	text-decoration: none;
	line-height: 1.29;
	letter-spacing: 0.24px;
}

.b-rules__contents_col {
	display: table-cell;
	width: 50%;
	padding-right: 44px;
}

.b-rules__contents_breakline {
	height: 1px;
	width: 100%;
	border-top: 1px solid #ccc;
	margin-top: 25px;
	margin-bottom: 10px;
}

.b-rules__body {
	counter-reset: item 0;
	counter-reset: sub 0;
	width: 100%;
	padding-right: 5px;
	max-width: 1140px;
	min-width: 1000px;
}

.b-rules__body ol {
	list-style-type: lower-alpha;
	padding-left: 62px;
	padding-bottom: 13px;
}

.b-rules__body ol ul {
	padding-left: 30px;
}

.b-rules__body ul {
	list-style-type: disc;
	padding-left: 62px;
	padding-bottom: 13px;
}

.b-rules__body li {
	line-height: 26px;
}

.b-rules__body h3 {
	counter-increment: item 1;
	position: relative;
	padding-left: 30px;
	line-height: 1.57;
}

.b-rules__body h3:before {
	left: 0;
	position: absolute;
	content: counter(item) ".";
}

.b-rules__body_sub {
	counter-increment: sub 1;
	position: relative;
	padding-bottom: 13px;
	padding-left: 45px;
	line-height: 1.625;
	letter-spacing: 0.7px;
}

.b-rules__body_p {
	font-family: 'PT Sans' sans-serif;
	display: block;
	padding-bottom: 9px;
	line-height: 1.625;
	font-size: 16px;
	letter-spacing: 0.26px;
}

.b-rules__body_last-p {
	padding-bottom: 0;
}

.b-rules__body_sub:before {
	left: 0;
	position: absolute;
	content: counter(item) "." counter(sub);
	font-weight: 700;
}

.b-rules__body_notes {
	margin-left: 45px;
	font-size: 14px;
	line-height: 1.76;
}

.b-rules__tab {
	counter-reset: sub;
	margin-left: 3px;
	border-left: 3px solid #fcdd47;
	padding-left: 25px;
	margin-bottom: 25px;
	line-height: 26px;
}

.b-rules__anchor {
	display: block;
	position: relative;
	top: -70px;
}

.b-start {
	background-image: url("../images/b-start__bg_1024.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	position: relative;
}

.b-start__wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 900px;
	min-height: 430px;
	margin-top: -215px;
	margin-left: -450px;
}

.b-start__round {
	width: 375px;
	height: 375px;
	float: left;
	position: relative;
	background-image: url("../images/b-start__round_1280.png");
}

.b-start__slider {
	display: none;
}

.b-start__slider.curr {
	display: block;
}

.b-start__ico {
	position: absolute;
	width: 30px;
	height: 30px;
}

.b-start__ico_vk {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1478px -126px;
	width: 30px;
	height: 30px;
}

.b-start__ico_fb {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1696px -86px;
	width: 30px;
	height: 30px;
}

.b-start__ico_rutube {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1587px -164px;
	width: 30px;
	height: 30px;
}

.b-start__ico_od {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1772px -86px;
	width: 30px;
	height: 30px;
}

.b-start__ico_gp {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1777px -126px;
	width: 30px;
	height: 30px;
}

.b-start__ico_lj {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1701px -164px;
	width: 30px;
	height: 30px;
}

.b-start__ico_yt {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1554px -126px;
	width: 30px;
	height: 30px;
}

.b-start__ico_bs {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1440px -202px;
	width: 30px;
	height: 30px;
}

.b-start__ico_li {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1663px -164px;
	width: 30px;
	height: 30px;
}

.b-start__ico_tw {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1739px -164px;
	width: 30px;
	height: 30px;
}

.b-start__ico_more {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1440px -126px;
	width: 30px;
	height: 30px;
}

.b-start__ico_n1 {
	top: 0;
	left: 50%;
	margin-left: -15px;
}

.b-start__ico_n2 {
	top: 22px;
	right: 86px;
}

.b-start__ico_n3 {
	top: 86px;
	right: 18px;
}

.b-start__ico_n4 {
	bottom: 86px;
	right: 18px;
}

.b-start__ico_n5 {
	bottom: 22px;
	right: 86px;
}

.b-start__ico_n6 {
	bottom: 0;
	left: 50%;
	margin-left: -15px;
}

.b-start__ico_n7 {
	bottom: 22px;
	left: 86px;
}

.b-start__ico_n8 {
	bottom: 86px;
	left: 18px;
}

.b-start__ico_n9 {
	top: 50%;
	margin-top: -15px;
	left: 0;
}

.b-start__ico_n10 {
	top: 86px;
	left: 18px;
}

.b-start__ico_n11 {
	top: 22px;
	left: 86px;
}

.b-start__ico_op {
	opacity: 0;
}

.b-start__desc {
	position: absolute;
	top: -5px;
	left: 310px;
	padding-left: 110px;
	background-repeat: no-repeat;
	background-image: url("../images/b-start__desc_1280.png");
	min-height: 98px;
	background-position: 30px 30px;
}

.b-start__desc>p {
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

.b-start__logo {
	position: absolute;
	left: 149px;
	top: 51%;
	width: 366px;
	margin-top: -45px;
}

.b-start__digit {
	font-size: 70px;
	width: 230px;
	font-weight: 300;
	color: #fff;
	position: relative;
	height: 87px;
	display: inline-block;
}

.b-start__digit>.curr_dig {
	min-width: 185px;
	text-align: right;
	position: absolute;
	z-index: 2;
}

.b-start__digit>.next_dig,
.b-start__digit .prev_dig {
	position: absolute;
	top: 0;
	left: 185px;
	-webkit-transition: blur 0.35s linear;
	-o-transition: blur 0.35s linear;
	transition: blur 0.35s linear;
}

.b-start__digit>.next_dig.blured,
.b-start__digit .prev_dig.blured {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

.b-start__toggler {
	position: absolute;
	right: -35px;
	top: 40px;
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1516px -126px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.25s linear;
	-o-transition: -o-transform 0.25s linear;
	transition: transform 0.25s linear;
}

.b-start__toggler_clicked {
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1630px -126px;
	width: 30px;
	height: 30px;
}

.b-start__form {
	position: absolute;
	top: 65px;
	right: -340px;
	width: 302px;
	padding: 20px;
	padding-bottom: 12px;
	background-color: rgba(51,51,51,0.95);
	display: none;
	z-index: 6;
}

.b-start__form input[type='text'] {
	border: none;
}

.b-start__form-checkbox {
	color: #fff;
	font-size: 12px;
}

.b-start__form-checkbox.hasError > label {
	border: 1px solid #f00;
}

.b-start__form-checkbox a {
	color: #fff;
}

.b-start__form-checkbox a:hover {
	text-decoration: none;
}

.b-start__form-checkbox input[type="checkbox"] {
	position: absolute;
	left: -999em;
}

.b-start__form-checkbox input[type="checkbox"] + span {
	cursor: pointer;
	display: inline-block;
}

.b-start__form-checkbox input[type="checkbox"] + span.box {
	margin-right: 10px;
	margin-bottom: -2px;
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1792px -377px;
	width: 14px;
	height: 14px;
}

.b-start__form-checkbox input[type="checkbox"]:checked + span.box {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1584px -400px;
	width: 14px;
	height: 14px;
}

.b-start__heading {
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
	color: #fff;
}

.b-start__static {
	margin-left: 420px;
	display: block;
	padding-top: 230px;
}

.b-start__mouse {
	display: block;
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1264px -1068px;
	width: 23px;
	height: 47px;
	margin-top: -90px;
	margin-left: -245px;
}

.b-start__partners-btn {
	position: absolute;
	right: 15px;
	top: 80px;
	border-radius: 4px;
	border: 3px solid #fff;
	padding: 6px 20px 8px;
	background: rgba(255,255,255,0.3);
	text-decoration: none;
	color: #fff;
	font-size: 22px;
}

.b-start__partners-btn:hover {
	background: rgba(255,255,255,0.5);
}

.b-start__partners-btn:active {
	top: 81px;
	right: 14px;
}

.b-system-update {
	position: relative;
	overflow-y: auto;
	background-color: #333;
	min-height: 100vh;
	padding-bottom: 100px;
}

.b-system-update__wrap {
	text-align: center;
	width: 100%;
	height: 100%;
}

.b-system-update__logo {
	margin: auto;
}

.b-system-update__h1 {
	font-size: 40px;
	font-family: "Glober", sans-serif;
	font-weight: 300;
	color: #fff;
}

.b-system-update__p {
	padding-top: 37px;
	font-size: 18px;
	font-family: "PT Sans", sans-serif;
	color: #fff;
	letter-spacing: -0.1px;
}

.b-system-update__p a {
	color: #fff;
}

.b-system-update__p a:hover {
	text-decoration: none;
}

.b-system-update__time {
	color: #fcdd47;
}

.b-system-update__sorry {
	padding-top: 40px;
	font-size: 16px;
	font-family: "PT Sans", sans-serif;
	color: #666;
}

.b-system-update__link {
	color: #666;
}

.b-system-update__link:hover {
	color: #999;
}

.b-system-update__footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	padding: 20px 15px;
}

.b-tarif {
	background-image: url("../images/b-tarif__bg_1024.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
}

.b-tarif__wrap {
	width: 86%;
	position: absolute;
	height: 70%;
	min-height: 570px;
}

.b-tarif__control {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	padding: 5px 10px;
	margin-left: 10px;
	border: 1px dashed #fff;
	font-weight: 700;
	text-decoration: none;
	color: #333;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.b-tarif__control_active,
.b-tarif__control:hover {
	background-color: #fcdd46;
	border: 1px solid #fcdd46;
}

.b-tarif__body {
	display: none;
}

.b-tarif__body_curr {
	display: block;
}

.b-tarif__hdr {
	font-size: 0;
	margin-bottom: 20px;
	margin-top: 84px;
	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;
}

.b-tarif__hdr .b-heading_level2 {
	margin-bottom: 0 !important;
}

.b-tarif__line {
	margin-top: -10px;
	margin-bottom: 5px;
}

.b-tarif__line:after {
	display: table;
	clear: both;
	content: '';
}

.b-tarif__price {
	float: left;
	height: 38px;
	line-height: 38px;
	padding: 0 7px;
	background-color: #fcdd47;
	font-weight: 300;
	font-size: 18px;
	color: #333;
}

.b-tarif__price_blank {
	font-family: 'PT Sans', sans-serif;
	padding: 0 10px;
	padding-top: 1px;
	font-size: 13px;
	font-weight: 500;
}

.b-tarif__btn {
	float: right;
	margin-top: 4px;
	height: 30px;
	line-height: 30px;
}

.b-tarif__table {
	width: 100%;
}

.b-tarif__table td {
	vertical-align: middle;
	padding: 1px 13px;
	height: 40px;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	background-color: rgba(51,51,51,0.1);
}

.b-tarif__table td.right {
	text-align: right;
}

.b-tarif__table tr:nth-child(2n) td {
	background-color: transparent;
}

.b-tarif__col {
	width: 48%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
}

.b-tarif__col:nth-child(2n) {
	margin-right: 0;
}

.b-tarif__col:nth-child(3n) {
	margin-right: 0;
	display: none;
}

.b-tarif__col_1024 {
	display: inline-block;
}

.b-tarif__slider {
	margin-top: 20px;
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.b-tarif__arr {
	position: absolute;
	top: 0;
	cursor: pointer;
	z-index: 2;
}

.b-tarif__arr_next {
	right: 0;
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1478px -164px;
	width: 25px;
	height: 30px;
}

.b-tarif__arr_prev {
	left: 0;
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1744px -126px;
	width: 25px;
	height: 30px;
}

.b-tarif__dots {
	position: absolute;
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

.b-tarif__dots>div {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	border: 2px solid #333;
	background-color: transparent;
	cursor: pointer;
}

.b-tarif__dots>div.curr {
	background-color: #333;
	cursor: default;
}

.b-tarif__screen {
	display: none;
	position: absolute;
	height: 75%;
	max-height: 350px;
	bottom: 60px;
	left: 0;
	width: 100%;
}

.b-tarif__screen_active {
	display: block;
}

.b-header {
	position: absolute;
	top: 0;
	left: 10px;
}

.b-text {
	position: relative;
	overflow-y: auto;
	font-family: 'PT Sans', sans-serif;
	background-image: url("../images/b-registration__bg.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: auto 121%;
	height: auto;
	top: 0 !important;
}

.b-text__white {
	color: #fff;
}

.b-text__small-12 {
	font-size: 12px;
	line-height: 1.3;
}

.b-text__sidebar {
	position: fixed;
	top: 0;
	left: 0;
	width: 29.45%;
	height: 100%;
	padding-top: 70px;
	padding-bottom: 5px;
	background: #333;
	color: #fff;
	min-width: 169px;
}

.b-text__sidebar_padding_bottom {
	padding-bottom: 35px;
}

.b-text__sidebar_pad {
	height: 100%;
	width: 100%;
	overflow-y: auto;
}

.b-text__sidebar_wrap {
	width: 100%;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}

.b-text__sidebar_wrap_rekvizit {
	font-size: 24px;
	color: #2ba2df;
	font-weight: 700;
	margin: 26px 0 16px;
	font-family: glober, sans-serif;
}

.b-text__sidebar_h3 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	padding-top: 8px;
	padding-bottom: 9px;
	letter-spacing: 1.3px;
}

.b-text__sidebar_link {
	text-decoration: none;
	font-size: 14px;
	display: block;
	color: #fdd43b;
	padding-top: 8px;
	padding-bottom: 9px;
	letter-spacing: 0.3px;
}

.b-text__sidebar_link_active {
	color: #999;
}

.b-text__sidebar_breakline {
	height: 1px;
	width: 95%;
	border-top: 1px solid #717171;
	margin: 17px 0;
}

.b-text__sidebar_white {
	background: #fff;
	color: #333;
	width: 470px !important;
}

.b-text__sidebar_white .b-text__sidebar_wrap {
	padding-left: 30px !important;
	padding-right: 20px !important;
}

.b-text__sidebar_white__h1 {
	padding-bottom: 2px;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #333;
	font-family: glober, sans-serif;
}

.b-text__sidebar_white_div {
	margin-bottom: 18px;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}

.b-text__sidebar_white_div_pic1 {
	padding-left: 28px;
	background-image: url("../images/pic1.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	min-height: 15px;
}

.b-text__sidebar_white_div_pic2 {
	padding-left: 28px;
	background-image: url("../images/pic2.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	min-height: 15px;
}

.b-text__sidebar_white_div_pic3 {
	padding-left: 28px;
	background-image: url("../images/pic3.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	min-height: 15px;
}

.b-text__sidebar_white_div_pic4 {
	padding-left: 28px;
	background-image: url("../images/pic4.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	min-height: 16px;
}

.b-text__sidebar_white_div_p {
	margin-bottom: 6px;
	font-weight: 400;
}

.b-text__sidebar_white_div_p a {
	color: #333;
}

.b-text__sidebar_white_div_p a:hover {
	text-decoration: none;
}

.b-text__sidebar_white_div_p_b {
	font-weight: bold;
}

.b-text__content li {
	position: relative;
	padding-left: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.57;
}

.b-text__content li:before {
	width: 3px;
	height: 3px;
	border: 4px solid #fdd43b;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
	content: "";
}

.b-text__content_wrap {
	position: absolute;
	top: 0;
	left: 29.45%;
	padding-top: 110px;
	padding-bottom: 50px;
	padding-left: 35px;
	padding-right: 40px;
	margin: auto;
	height: auto;
	font-family: 'PT Sans' sans-serif;
}

.b-text__content_h1,
.b-text__content_h2,
.b-text__content_h3 {
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 8px;
	font-family: 'glober', sans-serif;
}

.b-text__content_h1 {
	margin-top: 21px;
	margin-bottom: 7px;
	font-size: 60px;
}

.b-text__content_h2 {
	font-size: 26px;
	margin-top: 12px;
	margin-bottom: 13px;
}

.b-text__content_h3 {
	font-size: 18px;
}

.b-text__content_p {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.625;
}

.b-text__content_download {
	text-decoration: none;
	color: #000;
	display: inline-block;
	line-height: 1;
	padding-left: 45px;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
	margin-right: 40px;
}

.b-text__content_download:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1478px -202px;
	width: 30px;
	height: 30px;
}

.b-text__content_map {
	padding: 0 !important;
	height: 100%;
	position: static;
	margin-left: 470px;
}

.b-text__content_map #contact_map {
	height: 100%;
}

.b-text__btn {
	margin: 50px auto 10px;
	padding: 0 35px;
	width: auto;
	height: 50px;
	font-family: 'glober', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 46px;
	text-transform: none;
}

.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 20px;
	width: 5px;
	height: 100%;
	background: #333;
	-webkit-transition-property: width, right;
	-o-transition-property: width, right;
	transition-property: width, right;
	-webkit-transition: 0.15s;
	-o-transition: 0.15s;
	transition: 0.15s;
}

.jspVerticalBar:hover,
.jspVerticalBar:active {
	right: 18px;
	width: 7px;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #f00;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	border-radius: 2px;
	background: #4d4d4d;
	position: relative;
}

.jspDrag {
	background: #999;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius: 2px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

* html .jspCorner {
	margin: 0 -3px 0 0;
}

.screen2 {
	color: #333;
}

.screen2__advantages {
	position: absolute;
	top: 12.5%;
	left: 7%;
	font-size: 60px;
	border: 0px dotted #f00;
	line-height: 0.7;
}

.screen2__advantages:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 1000%;
}

.screen2__wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 540px;
	min-width: 1000px;
}

.screen2__container {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	opacity: 0.99;
	border-collapse: collapse;
}

.screen2__container tr {
	height: 1px;
}

.screen2__container tr td {
	width: 20%;
	height: 100%;
}

.screen2__col {
	vertical-align: top;
	text-align: center;
	padding: 0 10px;
	height: 100%;
	position: relative;
}

.screen2__col_wrap {
	border: 0px dotted #f00;
	width: 100%;
	height: 100%;
	position: relative;
}

.screen2__col_num_1 {
	padding-left: 70px;
	position: relative;
	background: url("../images/screen2__col_num_1_bg.jpg") no-repeat center 0px;
	background-size: auto 100%;
	z-index: -2;
	opacity: 0.99;
}

.screen2__col_num_1:before,
.screen2__col_num_1:after {
	content: "";
	position: absolute;
	left: 0px;
	width: 100%;
}

.screen2__col_num_1:before {
	background: url("../images/screen2__col_num_1_bg_hover.jpg") no-repeat center top;
	background-size: auto 98%;
	z-index: -2;
	opacity: 0;
	top: 0px;
	height: 100%;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.screen2__col_num_1:after {
	background: -webkit-linear-gradient(transparent, #fff, #fff);
	background: -o-linear-gradient(transparent, #fff, #fff);
	background: linear-gradient(transparent, #fff, #fff);
	bottom: 0px;
	z-index: -1;
	height: 70%;
}

.screen2__col_num_1:hover:before {
	opacity: 1;
	z-index: -1;
}

.screen2__col_num_2 {
	position: relative;
	background: url("../images/screen2__col_num_2_bg.jpg") no-repeat center 0px;
	background-size: auto 100%;
	z-index: -2;
	opacity: 0.99;
}

.screen2__col_num_2:before,
.screen2__col_num_2:after {
	content: "";
	position: absolute;
	left: 0px;
	width: 100%;
}

.screen2__col_num_2:before {
	background: url("../images/screen2__col_num_2_bg_hover.jpg") no-repeat center top;
	background-size: auto 98%;
	z-index: -2;
	opacity: 0;
	top: 0px;
	height: 100%;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.screen2__col_num_2:after {
	background: -webkit-linear-gradient(transparent, #fff, #fff);
	background: -o-linear-gradient(transparent, #fff, #fff);
	background: linear-gradient(transparent, #fff, #fff);
	bottom: 0px;
	z-index: -1;
	height: 70%;
}

.screen2__col_num_2:hover:before {
	opacity: 1;
	z-index: -1;
}

.screen2__col_num_3 {
	position: relative;
	background: url("../images/screen2__col_num_3_bg.jpg") no-repeat center 0px;
	background-size: auto 100%;
	z-index: -2;
	opacity: 0.99;
}

.screen2__col_num_3:before,
.screen2__col_num_3:after {
	content: "";
	position: absolute;
	left: 0px;
	width: 100%;
}

.screen2__col_num_3:before {
	background: url("../images/screen2__col_num_3_bg_hover.jpg") no-repeat center top;
	background-size: auto 98%;
	z-index: -2;
	opacity: 0;
	top: 0px;
	height: 100%;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.screen2__col_num_3:after {
	background: -webkit-linear-gradient(transparent, #fff, #fff);
	background: -o-linear-gradient(transparent, #fff, #fff);
	background: linear-gradient(transparent, #fff, #fff);
	bottom: 0px;
	z-index: -1;
	height: 70%;
}

.screen2__col_num_3:hover:before {
	opacity: 1;
	z-index: -1;
}

.screen2__col_num_4 {
	position: relative;
	background: url("../images/screen2__col_num_4_bg.jpg") no-repeat center 0px;
	background-size: auto 100%;
	z-index: -2;
	opacity: 0.99;
}

.screen2__col_num_4:before,
.screen2__col_num_4:after {
	content: "";
	position: absolute;
	left: 0px;
	width: 100%;
}

.screen2__col_num_4:before {
	background: url("../images/screen2__col_num_4_bg_hover.jpg") no-repeat center top;
	background-size: auto 98%;
	z-index: -2;
	opacity: 0;
	top: 0px;
	height: 100%;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.screen2__col_num_4:after {
	background: -webkit-linear-gradient(transparent, #fff, #fff);
	background: -o-linear-gradient(transparent, #fff, #fff);
	background: linear-gradient(transparent, #fff, #fff);
	bottom: 0px;
	z-index: -1;
	height: 70%;
}

.screen2__col_num_4:hover:before {
	opacity: 1;
	z-index: -1;
}

.screen2__col_num_5 {
	position: relative;
	background: url("../images/screen2__col_num_5_bg.jpg") no-repeat center 0px;
	background-size: auto 100%;
	z-index: -2;
	opacity: 0.99;
}

.screen2__col_num_5:before,
.screen2__col_num_5:after {
	content: "";
	position: absolute;
	left: 0px;
	width: 100%;
}

.screen2__col_num_5:before {
	background: url("../images/screen2__col_num_5_bg_hover.jpg") no-repeat center top;
	background-size: auto 98%;
	z-index: -2;
	opacity: 0;
	top: 0px;
	height: 100%;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.screen2__col_num_5:after {
	background: -webkit-linear-gradient(transparent, #fff, #fff);
	background: -o-linear-gradient(transparent, #fff, #fff);
	background: linear-gradient(transparent, #fff, #fff);
	bottom: 0px;
	z-index: -1;
	height: 70%;
}

.screen2__col_num_5:hover:before {
	opacity: 1;
	z-index: -1;
}

.screen2__icon {
	border-radius: 50%;
	border: 4px solid #fcdd46;
	-webkit-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
	box-sizing: border-box;
	margin: auto;
}

.screen2__icon_wrap {
	position: absolute;
	width: 100%;
	top: 26.5%;
}

.screen2__icon_n1 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -540px -888px;
	width: 172px;
	height: 172px;
}

.screen2__icon_n1_hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -417px -528px;
	width: 172px;
	height: 172px;
	border: 4px solid transparent;
	background-color: #333;
}

.screen2__icon_n2 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -900px -888px;
	width: 172px;
	height: 172px;
}

.screen2__icon_n2_hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -720px -888px;
	width: 172px;
	height: 172px;
	border: 4px solid transparent;
	background-color: #333;
}

.screen2__icon_n3 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -360px -888px;
	width: 172px;
	height: 172px;
}

.screen2__icon_n3_hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -180px -888px;
	width: 172px;
	height: 172px;
	border: 4px solid transparent;
	background-color: #333;
}

.screen2__icon_n4 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: 0px -888px;
	width: 172px;
	height: 172px;
}

.screen2__icon_n4_hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -957px -528px;
	width: 172px;
	height: 172px;
	border: 4px solid transparent;
	background-color: #333;
}

.screen2__icon_n5 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -777px -528px;
	width: 172px;
	height: 172px;
}

.screen2__icon_n5_hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -597px -528px;
	width: 172px;
	height: 172px;
	border: 4px solid transparent;
	background-color: #333;
}

.screen2__header {
	border: 0px dotted #00f;
	height: 75px;
	width: 100%;
	font-weight: bold;
	font-size: 22px;
	position: relative;
	text-align: center;
	position: absolute;
	top: 52.5%;
}

.screen2__header h2 {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.screen2__breakline {
	width: 38px;
	height: 5px;
	margin: auto;
	background-color: #fcdd46;
}

.screen2__breakline_wrap {
	border: 0px dotted #00f;
	position: absolute;
	width: 100%;
	top: 65%;
}

.screen2__content {
	border: 0px dotted #f00;
	width: 100%;
	padding-bottom: 40px;
	position: absolute;
	top: 69.4%;
}

.screen2__content_p {
	margin: 0 auto;
	max-width: 262px;
	font-size: 16px;
	line-height: 1.75;
}

.screen4 {
	background-image: url("../images/screen4__bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
}

.screen4__wrap {
	position: absolute;
	width: 97%;
	height: 95%;
	min-height: 540px;
	min-width: 1000px;
}

.screen4__container_top {
	display: table;
	width: 100%;
	padding-top: 115px;
	border: 0px dotted #f00;
}

.screen4__col {
	text-align: left;
	display: table-cell;
}

.screen4__col_num_0 {
	width: 6%;
	min-width: 70px;
}

.screen4__col_num_1 {
	width: 30%;
}

.screen4__col_num_2 {
	width: 36%;
}

.screen4__col_num_3 {
	width: 24%;
}

.screen4__cell_container {
	margin: auto;
	position: relative;
}

.screen4__cell_container_left {
	width: 100%;
	min-width: 270px;
}

.screen4__cell_icon {
	float: left;
}

.screen4__cell_icon_1 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -556px -1226px;
	width: 118px;
	height: 86px;
}

.screen4__cell_icon_2 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -459px -1226px;
	width: 89px;
	height: 89px;
}

.screen4__cell_icon_3 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -775px -1226px;
	width: 85px;
	height: 85px;
}

.screen4__cell_cont {
	float: left;
	text-align: left;
	padding-left: 15px;
}

.screen4__cell_cont_1 {
	float: left;
	text-align: left;
	padding-left: 15px;
}

.screen4__btn {
	display: inline-block;
	text-decoration: none;
	padding: 0 18px;
	height: 35px;
	font-size: 14px;
	text-transform: none;
	border: 1px solid #afd93f;
	width: auto;
	font-family: 'glober', sans-serif;
	font-weight: bold !important;
	color: #fff;
	line-height: 35px;
	background-color: #afd93f;
	margin-top: 26px;
}

.screen4__btn:hover {
	background-color: #9bc038;
	border-color: #9bc038;
}

.screen4__btn:active {
	position: relative;
	top: 1px;
	left: 1px;
}

.screen4__btn_blue {
	border: 1px solid #2ba2df;
	background-color: #2ba2df;
	color: #fff !important;
}

.screen4__btn_blue:hover {
	background-color: #2f95ca;
	border-color: #2f95ca;
}

.screen4__percent {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1668px -126px;
	width: 30px;
	height: 30px;
}

.screen4__h1 {
	color: #fff;
	font-size: 44px;
	margin-top: -10px;
	font-weight: 700;
}

.screen4__h2 {
	color: #fcdd47;
	width: 150px;
	font-weight: 700;
	font-size: 28px;
	line-height: 1;
}

.screen4__h3 {
	color: #fcdd47;
	font-size: 24px;
	margin-top: -10px;
}

.screen4__top_p {
	font-family: 'PT Sans' sans-serif;
	margin-top: 16px;
	color: #fff;
	font-size: 15px;
}

.screen4__container_middle {
	text-align: center;
	color: #fff;
	font-size: 40px;
	width: 100%;
	position: absolute;
	padding-top: 40px;
}

.screen4__middle_h1 {
	font-weight: 700;
	line-height: 0.9;
}

.screen4__middle_text {
	font-size: 16px;
}

.screen4__small {
	font-size: 11px;
	color: #fcdd47;
	text-decoration: none;
}

.screen4__small_white {
	color: #fff;
	font-size: 11px;
}

.screen4__yellow {
	font-family: 'PT Sans' sans-serif;
	display: inline-block;
	color: #fcdd47;
	text-decoration: none;
}

.screen4__yellow_underline {
	border-bottom: 1px solid #aaa;
	line-height: 1.25;
}

.screen4__yellow_underline:hover {
	border-bottom-color: transparent;
}

.screen4__yellow:hover {
	color: #fff;
}

.screen4__pdf {
	margin-left: 8px;
	color: #c3c3c3;
	font-size: 12px;
}

.screen4__container_bottom {
	display: table;
	width: 100%;
	margin-top: -20px;
	position: absolute;
	bottom: 0px;
	padding-bottom: 65px;
}

.screen4__col_bottom {
	display: table-cell;
	vertical-align: bottom;
	padding: 0;
}

.screen4__col_bottom_0 {
	width: 6%;
	min-width: 70px;
}

.screen4__col_bottom_1 {
	width: 25%;
}

.screen4__col_bottom_2 {
	width: 37%;
}

.screen4__col_bottom_3 {
	width: 36%;
	text-align: right;
}

.screen4__cell_content {
	position: relative;
	border: 0px dotted #00f;
}

.screen4__cell_content_1,
.screen4__cell_content_3 {
	color: #fff;
	font-size: 13px;
	line-height: 1.7;
	width: 100%;
}

.screen4__cell_content_2 {
	text-align: center;
	height: 140px;
	width: 100%;
}

.screen4__cell_content_1 {
	font-family: 'PT Sans' sans-serif;
	margin-left: 0;
	position: relative;
	width: 332px;
}

.screen4__cell_content_3 {
	font-family: 'PT Serif', serif;
	text-align: left;
	font-style: italic;
	display: inline-block;
	width: 400px;
}

.screen4__quote {
	position: relative;
	display: inline-block;
}

.screen4__quote:before {
	content: "";
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1758px -400px;
	width: 20px;
	height: 13px;
	position: absolute;
	left: -30px;
}

.screen4__quote-next {
	position: absolute;
	top: 0;
	right: -20px;
	cursor: pointer;
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1614px -272px;
	width: 20px;
	height: 20px;
}

.screen4__author {
	font-family: arial, sans-serif;
	font-style: normal;
	line-height: 1.3;
	text-align: right;
	font-size: 12px;
	color: #ccc;
}

.screen4__long-text {
	display: inline;
}

.screen4__short-text_1280 {
	display: none;
}

.screen4__short-text_1024 {
	display: none;
}

.screen4__show,
.screen4__hide {
	color: #fcdd47;
	position: relative;
	background-color: #333;
	display: inline-block;
	padding: 0 10px;
	cursor: pointer;
	margin-top: 13px;
}

.screen4__show:before,
.screen4__hide:before {
	content: "";
	padding: 0 1px;
	display: inline-block;
	position: relative;
	top: -2px;
	z-index: 1;
}

.screen4__show:before {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1538px -443px;
	width: 15px;
	height: 6px;
}

.screen4__hide:before {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1799px -422px;
	width: 15px;
	height: 6px;
	z-index: 3;
}

.screen4__hidden {
	font-size: 14px;
	display: none;
	border: 30px solid #333;
	background-color: #333;
	width: 475px;
	box-sizing: border-box;
	position: absolute;
	bottom: -30px;
	left: -30px;
	z-index: 2;
}

.screen5 {
	background-image: url("../images/screen5__bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	overflow-y: auto;
}

.screen5__wrap {
	position: absolute;
	width: 97%;
	height: 95%;
	min-height: 540px;
	min-width: 1000px;
}

.screen5__container_top {
	display: table;
	padding-top: 120px;
	width: 100%;
	border: 0px dotted #f00;
}

.screen5__col {
	text-align: left;
	display: table-cell;
}

.screen5__col_num_0 {
	width: 6%;
	min-width: 70px;
}

.screen5__col_num_1 {
	width: 22%;
}

.screen5__col_num_2 {
	width: 27%;
}

.screen5__col_num_3 {
	width: 25%;
}

.screen5__col_num_4 {
	width: 14%;
	min-width: 200px;
}

.screen5__cell_container {
	position: relative;
	border: 0px dotted #000;
}

.screen5__cell_icon {
	border: 0px dotted #fff;
}

.screen5__cell_icon_1 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: 0px -1361px;
	width: 59px;
	height: 57px;
}

.screen5__cell_icon_2 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -144px -1361px;
	width: 68px;
	height: 57px;
}

.screen5__cell_icon_3 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -67px -1361px;
	width: 69px;
	height: 57px;
}

.screen5__cell_icon_4 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1242px -796px;
	width: 37px;
	height: 57px;
}

.screen5__cell_cont {
	padding-top: 17px;
	width: 100%;
	border: 0px dotted #00f;
	text-align: left;
}

.screen5__btn {
	padding: 0 18px;
	height: 35px;
	font-size: 14px;
	text-transform: none;
	border: 1px solid #afd93f;
	width: auto;
	font-family: 'glober', sans-serif;
	font-weight: 500;
	color: #fff;
	line-height: 35px;
	background-color: #afd93f;
	margin-top: 26px;
}

.screen5__btn:hover {
	background-color: #9bc038;
	border-color: #9bc038;
}

.screen5__btn:active {
	position: relative;
	top: 1px;
	left: 1px;
}

.screen5__btn_blue {
	border: 1px solid #2ba2df;
	background-color: #2ba2df;
}

.screen5__btn_blue:hover {
	background-color: #2f95ca;
	border-color: #2f95ca;
}

.screen5__h2 {
	color: #fcdd47;
	font-size: 20px;
	line-height: 1.375;
	font-weight: bold;
	border: 0px dotted #f00;
	width: 100%;
	margin-top: 0px;
}

.screen5__h3 {
	color: #fcdd47;
	font-size: 24px;
	margin-top: -10px;
}

.screen5__top_p {
	margin-top: 16px;
	color: #fff;
	font-size: 15px;
}

.screen5__container_middle {
	text-align: center;
	color: #fff;
	font-size: 41px;
	border: 0px dotted #fff;
	width: 100%;
	font-weight: 700;
	position: absolute;
	padding-top: 20px;
}

.screen5__middle_h1 {
	line-height: 0.9;
}

.screen5__small {
	font-size: 11px;
	color: #fcdd47;
	text-decoration: none;
}

.screen5__yellow {
	font-family: 'PT Sans' sans-serif;
	color: #fcdd47;
	text-decoration: none;
	font-size: 14px;
}

.screen5__yellow_underline {
	border-bottom: 1px solid #aaa;
	line-height: 1.25;
}

.screen5__yellow_underline:hover {
	border-bottom-color: transparent;
}

.screen5__yellow:hover {
	color: #fff;
}

.screen5__pdf {
	margin-left: 8px;
	color: #c3c3c3;
	font-size: 12px;
}

.screen5__container_bottom {
	display: table;
	width: 100%;
	padding-bottom: 70px;
	position: absolute;
	bottom: 0px;
}

.screen5__col_bottom {
	border: 0px dotted #f00;
	display: table-cell;
	vertical-align: bottom;
	padding: 0;
}

.screen5__col_bottom_0 {
	width: 5.5%;
	min-width: 70px;
}

.screen5__col_bottom_1 {
	width: 25%;
}

.screen5__col_bottom_2 {
	width: 37%;
}

.screen5__col_bottom_3 {
	width: 30%;
}

.screen5__cell_content {
	border: 0px dotted #fff;
}

.screen5__cell_content_1,
.screen5__cell_content_3 {
	color: #fff;
	font-size: 13px;
	line-height: 1.7;
}

.screen5__cell_content_2 {
	height: 140px;
	width: 100%;
	text-align: center;
}

.screen5__cell_content_1 {
	font-family: 'PT Sans' sans-serif;
	width: 300px;
	margin-left: 0;
	position: relative;
}

.screen5__cell_content_3 {
	font-style: italic;
}

.screen5__long-text {
	display: inline;
}

.screen5__short-text {
	display: none;
}

.screen5__show,
.screen5__hide {
	color: #fcdd47;
	position: relative;
	background-color: #333;
	display: inline-block;
	padding: 0 10px;
	cursor: pointer;
	margin-top: 13px;
}

.screen5__show:before,
.screen5__hide:before {
	content: "";
	padding: 0 8px;
	display: inline-block;
	position: relative;
	top: -2px;
	z-index: 1;
}

.screen5__show:before {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1538px -443px;
	width: 15px;
	height: 6px;
}

.screen5__hide:before {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1799px -422px;
	width: 15px;
	height: 6px;
	z-index: 3;
}

.screen5__hidden {
	font-size: 14px;
	display: none;
	border: 30px solid #333;
	background-color: #333;
	width: 475px;
	box-sizing: border-box;
	position: absolute;
	bottom: -30px;
	left: -30px;
	z-index: 2;
}

.selectricWrapper {
	position: relative;
	cursor: pointer;
}

.selectricResponsive {
	width: 100%;
}

.selectric {
	background: #fff;
	position: relative;
	border-radius: 3px;
}

.selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 32px 0 10px;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
}

.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 32px;
	color: #bbb;
	text-align: center;
	font: 0/0 a;
	*font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #bbb;
	border-bottom: none;
}

.selectricHover .selectric .button {
	color: #a2a2a2;
}

.selectricHover .selectric .button:after {
	border-top-color: #a2a2a2;
}

.selectricOpen {
	z-index: 9999;
}

.selectricOpen .selectricItems {
	display: block;
}

.selectricOpen .selectric {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.selectricDisabled {
	opacity: 0.5;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectricHideSelect {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}

.selectricHideSelect select {
	position: absolute;
	left: -100%;
	display: none;
}

.selectricInput {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}

.selectricTempShow {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}

.selectricItems {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	z-index: -1;
	box-shadow: 0 0 10px -6px;
	background: #fff;
}

.selectricItems .selectricScroll {
	height: 100%;
	overflow: auto;
}

.selectricAbove .selectricItems {
	top: auto;
	bottom: 100%;
}

.selectricItems ul,
.selectricItems li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	min-height: 20px;
}

.selectricItems li {
	display: block;
	padding: 6px 8px;
	color: #555;
	cursor: pointer;
}

.selectricItems li.selected {
	background: #ddd;
}

.selectricItems li:hover {
	background: #ddd;
}

.selectricItems .disabled {
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectricItems .selectricGroup .selectricGroupLabel {
	font-weight: bold;
	padding-left: 10px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
	color: #444;
}

.selectricItems .selectricGroup.disabled li {
	opacity: 1;
}

.selectricItems .selectricGroup li {
	padding-left: 25px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {

.b-header_white .b-header__el.b-header__el_logo {
	width: 119px;
	height: 24px;
	background-position: 0px 0px;
	background-image: url("../images/sprite_2x.png?1501163572662");
	background-size: 119px 56px;
}

.b-header__el_logo {
	width: 119px;
	height: 24px;
	background-position: 0px -32px;
	background-image: url("../images/sprite_2x.png?1501163572662");
	background-size: 119px 56px;
}

}

@media screen and (min-width: 541px) {

.col {
	display: table-cell;
	vertical-align: top;
	width: 1%;
}

}

@media screen and (min-width: 1280px) {

body {
	font-size: 15px;
}

.b-btn_start {
	height: 32px;
	line-height: 32px;
	padding: 0 18px;
}

.b-heading_level2 {
	font-size: 50px;
}

.b-heading_level2_big {
	font-size: 50px;
	margin-bottom: 60px;
}

.b-heading_level3 {
	font-size: 26px;
}

.b-heading_col {
	margin-bottom: 20px;
	font-size: 25px;
}

.b-heading_form {
	font-size: 30px;
	margin-bottom: 30px;
}

.b-footer__p {
	font-size: 13px;
}

.b-footer__el {
	font-size: 10px;
}

.b-footer__tell_big {
	font-size: 20px;
}

.b-about {
	background-image: url("../images/b-about__bg_1280.jpg");
}

.b-about__wrap {
	padding-top: 10px;
	min-height: 500px;
	width: 87%;
}

.b-about__el_tw {
	top: 50%;
	left: 0;
	width: 106px;
	height: 106px;
	padding-top: 16px;
}

.b-about__el_tw {
	left: 0;
}

.b-about__el_tw>p {
	font-size: 13px;
	margin-top: -5px;
	margin-bottom: -10px;
}

.b-about__el_tw>.h-heavy {
	font-size: 18px;
}

.b-about__el_fb {
	top: 60%;
	width: 148px;
	height: 148px;
	padding-top: 20px;
}

.b-about__el_fb>p {
	font-size: 13px;
	margin-top: -5px;
}

.b-about__el_fb>.h-heavy {
	font-size: 22px;
}

.b-about__el_msmi {
	top: 47.96551724137931%;
	left: 24.77777777777778%;
	width: 128px;
	height: 128px;
}

.b-about__el_msmi>p {
	font-size: 12px;
	margin-top: -5px;
}

.b-about__el_msmi>.h-heavy {
	font-size: 20px;
}

.b-about__el_gp {
	left: 35%;
	top: 76.6%;
}

.b-about__el_yt {
	top: 57%;
	left: 41%;
	width: 92px;
	height: 92px;
}

.b-about__el_yt>p {
	font-size: 11px;
	margin-top: -15px;
	margin-bottom: -5px;
}

.b-about__el_yt>.h-heavy {
	font-size: 18px;
}

.b-about__el_vk_pr {
	left: 45%;
	top: 8.620689655172415%;
	width: 201px;
	height: 201px;
}

.b-about__el_vk_pr>p {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 0;
}

.b-about__el_vk_pr>.h-heavy {
	font-size: 30px;
}

.b-about__el_vk_gr {
	right: 35%;
	top: 64.6551724137931%;
	width: 121px;
	height: 121px;
}

.b-about__el_vk_gr {
	padding-top: 18px;
}

.b-about__el_vk_gr>p {
	font-size: 11px;
	margin-top: -6px;
	margin-bottom: -2px;
	line-height: 13px;
}

.b-about__el_vk_gr>.h-heavy {
	font-size: 20px;
}

.b-about__ico_tw {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1497px -272px;
	width: 25px;
	height: 21px;
}

.b-about__ico_fb {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1393px -1226px;
	width: 38px;
	height: 38px;
}

.b-about__ico_msmi {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1635px -43px;
	width: 38px;
	height: 32px;
}

.b-about__ico_gp {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1802px -328px;
	width: 16px;
	height: 16px;
}

.b-about__ico_yt {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1775px -240px;
	width: 28px;
	height: 21px;
}

.b-about__ico_bl {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1238px -888px;
	width: 52px;
	height: 50px;
}

.b-about__ico_vk_pr {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1371px -1156px;
	width: 59px;
	height: 59px;
	margin-bottom: 8px;
}

.b-about__ico_vk_gr {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1598px -202px;
	width: 24px;
	height: 26px;
	margin-bottom: 8px;
}

.b-generator {
	background-image: url("../images/b-generator__bg_1280.jpg");
}

.b-manager {
	background-image: url("../images/b-manager__bg2.png"), url("../images/b-manager__bg_1280.jpg");
}

.b-manager__wrap {
	width: 68%;
	left: 100px !important;
}

.b-manager__bordered {
	font-size: 14px;
	margin-bottom: 15px;
	padding-left: 15px;
}

.b-manager__gift_blue {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 60px;
}

.b-form__line .b-input_start {
	height: 34px;
}

.b-start {
	background-image: url("../images/b-start__bg_1280.jpg");
}

.b-start__wrap {
	width: 955px;
	min-height: 530px;
	margin-top: -265px;
	margin-left: -477px;
}

.b-start__heading {
	font-size: 35px;
	margin-bottom: 25px;
}

.b-start__static {
	padding-top: 230px;
}

.b-start__mouse {
	margin-top: -90px;
	margin-left: -245px;
}

.b-tarif {
	background-image: url("../images/b-tarif__bg_1280.jpg");
}

.b-tarif__control {
	padding: 5px 10px;
	margin-left: 18px;
	font-size: 16px;
}

.b-tarif__hdr {
	margin-top: 32px;
	margin-bottom: 40px;
}

.b-tarif__line {
	margin-bottom: 20px;
}

.b-tarif__table td {
	padding: 5px 11px;
	height: 50px;
}

.b-tarif__col {
	width: 28.16901408450704%;
	margin-right: 7%;
}

.b-tarif__col:nth-child(2n) {
	margin-right: 7%;
}

.b-tarif__col:nth-child(3n) {
	display: inline-block;
}

.b-tarif__col_1024 {
	display: none;
}

.b-tarif__screen {
	max-height: 700px;
	min-height: 400px;
	bottom: 30px;
}

}

@media screen and (min-width: 1280px) and (max-width: 1599px) {

.screen4__short-text_1280 {
	display: inline;
}

}

@media screen and (min-width: 1600px) {

body {
	font-size: 16px;
}

.b-btn_start {
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
}

.b-heading_level2 {
	font-size: 60px;
	margin-bottom: 30px;
}

.b-heading_level2_big {
	font-size: 69px;
}

.b-heading_level3 {
	font-size: 28px;
}

.rubl {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1549px -301px;
	width: 13px;
	height: 18px;
}

.rubl_small {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1810px -86px;
	width: 8px;
	height: 10px;
}

.b-footer__left {
	width: 550px;
}

.b-footer__right {
	width: 410px;
}

.b-footer__central {
	margin: 0 550px;
}

.b-footer__p {
	font-size: 14px;
}

.b-footer__el {
	font-size: 12px;
}

.b-footer__el {
	margin-right: 10px;
}

.b-footer__tell_big {
	font-size: 20px;
}

.b-about {
	background-image: url("../images/b-about__bg.jpg");
}

.b-about__wrap {
	padding-top: 0;
	min-height: 570px;
	height: 73%;
	width: 86%;
}

.b-about__el_tw {
	top: 46.55172413793103%;
	width: 146px;
	height: 146px;
	padding-top: 23px;
}

.b-about__el_tw>p {
	font-size: 18px;
	margin-top: -5px;
	margin-bottom: 0;
}

.b-about__el_tw>.h-heavy {
	font-size: 22px;
}

.b-about__el_fb {
	left: 10.55555555555556%;
	top: 68.96551724137932%;
	width: 182px;
	height: 182px;
	padding-top: 33px;
}

.b-about__el_fb>p {
	font-size: 16px;
	margin-top: -5px;
}

.b-about__el_fb>.h-heavy {
	font-size: 26px;
}

.b-about__el_msmi {
	top: 43.96551724137931%;
	left: 22.77777777777778%;
	width: 159px;
	height: 159px;
	padding-top: 23px;
}

.b-about__el_msmi>p {
	font-size: 16px;
	margin-top: -5px;
}

.b-about__el_msmi>.h-heavy {
	font-size: 26px;
}

.b-about__el_gp {
	left: 32.22222222222222%;
	top: 79.3103448275862%;
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -721px -408px;
	width: 94px;
	height: 94px;
}

.b-about__el_gp>p {
	font-size: 12px;
	margin-bottom: -7px;
}

.b-about__el_gp>.h-heavy {
	font-size: 18px;
}

.b-about__el_yt {
	top: 56.03448275862069%;
	left: 38.88888888888889%;
	width: 113px;
	height: 113px;
	padding-top: 18px;
}

.b-about__el_yt>p {
	font-size: 12px;
	margin-top: -15px;
	margin-bottom: -5px;
}

.b-about__el_yt>.h-heavy {
	font-size: 20px;
}

.b-about__el_vk_pr {
	width: 248px;
	height: 248px;
	padding-top: 38px;
}

.b-about__el_vk_pr>p {
	font-size: 18px;
	margin-bottom: 10px;
}

.b-about__el_vk_pr>.h-heavy {
	font-size: 36px;
}

.b-about__el_vk_gr {
	width: 149px;
	height: 149px;
	padding-top: 18px;
}

.b-about__el_vk_gr>p {
	font-size: 12px;
	margin-top: -5px;
	margin-bottom: 10px;
	line-height: 15px;
}

.b-about__el_vk_gr>.h-heavy {
	font-size: 24px;
}

.b-about__el_bl {
	margin-top: -250px;
	background-image: url("../images/sprite.png?1501163572662");
	background-position: 0px 0px;
	width: 497px;
	height: 520px;
	padding-top: 185px;
	padding-left: 25px;
}

.b-about__el_bl>p {
	font-size: 25px;
	margin-top: -5px;
	margin-bottom: 10px;
}

.b-about__el_bl>.h-heavy {
	font-size: 36px;
}

.b-about__ico_tw {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1516px -202px;
	width: 35px;
	height: 28px;
}

.b-about__ico_fb {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -403px -1361px;
	width: 46px;
	height: 46px;
}

.b-about__ico_msmi {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -513px -1361px;
	width: 47px;
	height: 40px;
}

.b-about__ico_gp {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1440px -301px;
	width: 19px;
	height: 19px;
}

.b-about__ico_yt {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1630px -202px;
	width: 35px;
	height: 25px;
}

.b-about__ico_bl {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -357px -796px;
	width: 68px;
	height: 66px;
}

.b-about__ico_vk_pr {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -725px -708px;
	width: 74px;
	height: 74px;
}

.b-about__ico_vk_gr {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1592px -126px;
	width: 30px;
	height: 30px;
}

.b-generator {
	background-image: url("../images/b-generator__bg.jpg");
}

.b-generator__ico {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1302px -139px;
	width: 130px;
	height: 131px;
}

.b-manager {
	background-image: url("../images/b-manager__bg2.png"), url("../images/b-manager__bg.jpg");
}

.b-manager__wrap {
	width: 68%;
	left: 7% !important;
}

.b-manager__right {
	width: 560px;
	padding: 30px 30px 10px;
}

.b-form__line {
	width: 240px;
	margin-bottom: 20px;
}

.b-form__line_long {
	width: 500px;
}

.b-start {
	background-image: url("../images/b-start__bg.jpg");
}

.b-start__wrap {
	width: 1090px;
	min-height: 650px;
	margin-top: -325px;
	margin-left: -545px;
}

.b-start__round {
	background-image: url("../images/b-start__round_1600.png");
	width: 410px;
	height: 410px;
}

.b-start__ico_n2 {
	right: 95px;
	top: 22px;
}

.b-start__ico_n3 {
	right: 25px;
	top: 93px;
}

.b-start__ico_n4 {
	right: 25px;
	bottom: 93px;
}

.b-start__ico_n5 {
	right: 95px;
	bottom: 22px;
}

.b-start__ico_n7 {
	left: 95px;
	bottom: 22px;
}

.b-start__ico_n8 {
	left: 25px;
	bottom: 93px;
}

.b-start__ico_n10 {
	left: 25px;
	top: 93px;
}

.b-start__ico_n11 {
	left: 95px;
	top: 22px;
}

.b-start__desc {
	left: 383px;
	top: 0;
	background-image: url("../images/b-start__desc_1600.png");
	background-position: 0 0;
}

.b-start__logo {
	width: 402px;
	margin-top: -49px;
}

.b-start__toggler {
	right: -35px;
}

.b-start__heading {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 55px;
}

.b-start__static {
	margin-left: 490px;
	padding-top: 280px;
}

.b-start__mouse {
	margin: 0;
	margin-top: 45px;
}

.b-tarif {
	background-image: url("../images/b-tarif__bg.jpg");
}

.b-tarif__wrap {
	min-height: 620px;
}

.b-tarif__control {
	padding: 8px 15px;
	margin-left: 49px;
}

.b-tarif__hdr {
	margin-top: 0;
	margin-bottom: 50px;
}

.b-tarif__price {
	font-size: 25px;
}

.b-tarif__price_blank {
	font-size: 14px;
}

.b-tarif__table td {
	padding: 10px 13px;
	height: 60px;
}

.b-tarif__col {
	width: 28.16901408450704%;
	margin-right: 7%;
}

.b-tarif__screen {
	min-height: 400px;
	bottom: 30px;
	min-height: 500px;
}

}

@media screen and (min-height: 1000px) {

.screen2__content_p {
	line-height: 2;
}

}

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

.b-auth__h1 {
	font-size: 55px;
}

.b-auth__form_line {
	margin-top: 20px;
}

.b-auth__btn {
	margin-top: 21px;
}

.b-auth__yellow {
	margin-top: 10px;
	margin-bottom: 10px;
}

.b-auth__take-social {
	padding-top: 30px;
}

.b-auth__take-social_p {
	margin-bottom: 20px;
	font-size: 18px;
}

.b-partners__content {
	padding-top: 80px;
}

.b-partners__content_element_empty {
	padding-top: 155px;
}

.b-partners__content_element_empty_onclick {
	padding-top: 50px;
}

.b-partners__content_body {
	padding-bottom: 10px;
	padding-top: 5px;
	line-height: 1.5;
}

.b-popup__form5 ul {
	font-size: 16px;
}

.b-popup__form5 h2 {
	font-size: 26px;
}

.b-popup__h2 {
	font-size: 22px;
}

.b-popup__form1 {
	width: 500px;
}

.b-popup__form4,
.b-popup__form5 {
	width: 500px;
}

.b-popup__managerrequestsent,
.b-popup__alert {
	width: 500px;
}

.b-registration__wrap {
	padding-left: 30px;
	height: 100%;
	min-height: 620px;
}

.b-registration__h1 {
	padding-top: 60px;
	font-size: 50px;
}

.b-registration__i-am-a,
.b-registration__dropdown {
	margin-top: 17px;
}

.b-registration__take-social {
	padding-top: 25px;
}

.b-registration__form {
	width: 960px;
}

.b-registration__form_col {
	padding-right: 40px;
}

.b-registration__form_line {
	margin-top: 15px;
}

.b-registration__form_line_bottom {
	padding-top: 33px;
}

.b-registration__form_input {
	height: 26px;
	margin-top: 5px;
}

.b-registration__form_label {
	font-size: 12px;
}

.b-registration__form_eye {
	top: 27px;
}

.b-registration__manager {
	left: 1007px;
	top: 160px;
}

.b-text__sidebar {
	width: 22%;
}

.b-text__content_wrap {
	left: 22%;
}

.screen2__advantages {
	top: 80px;
	left: 7%;
	font-size: 50px;
}

.screen2__col_num_1 {
	padding-left: 65px;
}

.screen2__icon_wrap {
	top: 24.7%;
}

.screen2__icon_n1 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: 0px -1068px;
	width: 150px;
	height: 150px;
}

.screen2__icon_n1_hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1080px -888px;
	width: 150px;
	height: 150px;
}

.screen2__icon_n2 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -632px -1068px;
	width: 150px;
	height: 150px;
}

.screen2__icon_n2_hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -474px -1068px;
	width: 150px;
	height: 150px;
}

.screen2__icon_n3 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -158px -1068px;
	width: 150px;
	height: 150px;
}

.screen2__icon_n3_hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1137px -528px;
	width: 150px;
	height: 150px;
}

.screen2__icon_n4 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1106px -1068px;
	width: 150px;
	height: 150px;
}

.screen2__icon_n4_hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -948px -1068px;
	width: 150px;
	height: 150px;
}

.screen2__icon_n5 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -790px -1068px;
	width: 150px;
	height: 150px;
}

.screen2__icon_n5_hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -316px -1068px;
	width: 150px;
	height: 150px;
}

.screen2__header {
	font-size: 20px;
	top: 53.06%;
}

.screen2__breakline_wrap {
	top: 68.06%;
}

.screen2__content {
	top: 71.94%;
}

.screen2__content_p {
	max-width: 220px;
	font-size: 14px;
	line-height: 1.4;
}

.screen4__container_top {
	padding-top: 90px;
}

.screen4__cell_icon_1 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -963px -708px;
	width: 94px;
	height: 68px;
}

.screen4__cell_icon_2 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -433px -796px;
	width: 67px;
	height: 66px;
}

.screen4__cell_icon_3 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1217px -708px;
	width: 67px;
	height: 67px;
}

.screen4__btn {
	margin-top: 14px;
}

.screen4__percent {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1558px -272px;
	width: 20px;
	height: 20px;
}

.screen4__h1 {
	font-size: 38px;
}

.screen4__h2 {
	font-size: 22px;
}

.screen4__h3 {
	font-size: 21px;
}

.screen4__top_p {
	font-size: 14px;
	margin-top: 10px;
}

.screen4__container_middle {
	padding-top: 25px;
}

.screen4__middle_h1 {
	font-size: 35px;
	line-height: 0.4;
}

.screen4__container_bottom {
	padding-bottom: 40px;
	margin-top: 0px;
}

.screen4__col_bottom_3 {
	padding-right: 30px;
}

.screen4__cell_content_2 {
	height: 138px;
}

.screen4__cell_content_3 {
	width: 270px;
}

.screen4__long-text {
	display: none;
}

.screen5__container_top {
	padding-top: 90px;
}

.screen5__col_num_1 {
	width: 23%;
}

.screen5__col_num_4 {
	min-width: 190px;
}

.screen5__btn {
	margin-top: 14px;
}

.screen5__h2 {
	font-size: 18px;
	width: 100%;
}

.screen5__h3 {
	font-size: 21px;
}

.screen5__top_p {
	font-size: 14px;
	margin-top: 10px;
}

.screen5__middle_h1 {
	font-size: 35px;
	line-height: 0.4;
}

.screen5__container_bottom {
	padding-bottom: 40px;
}

}

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

.b-about .b-heading_level2 {
	font-size: 40px;
}

.b-about .h-book {
	margin-top: -16px;
	padding-top: 0;
}

}

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

.b-auth__h1 {
	font-size: 50px;
}

.b-auth__form_line {
	margin-top: 10px;
}

.b-auth__btn {
	margin-top: 16px;
}

.b-auth__yellow {
	margin-top: 7px;
	margin-bottom: 7px;
}

.b-auth__take-social {
	padding-top: 15px;
}

.b-auth__take-social_p {
	margin-bottom: 15px;
	font-size: 16px;
}

.b-partners__sidebar_p {
	font-size: 14px;
	letter-spacing: 0.1px;
	width: 220px;
}

.b-partners__sidebar_h1 {
	font-size: 40px;
	letter-spacing: 0.5px;
}

.b-partners__content {
	padding-top: 75px;
}

.b-partners__content_element {
	width: 344px;
	height: 440px;
}

.b-partners__content_element_empty {
	padding-top: 135px;
}

.b-partners__content_element_empty_onclick {
	padding-top: 35px;
}

.b-partners__content_plus-text {
	font-size: 21px;
	letter-spacing: 0.2px;
}

.b-partners__content_lift {
	width: 344px;
}

.b-partners__content_h2,
.b-partners__content_body,
.b-partners__content_logo {
	padding: 15px;
}

.b-partners__content_h2 {
	padding-bottom: 5px;
	padding-top: 0px;
}

.b-partners__content_body {
	padding-bottom: 10px;
	padding-top: 5px;
	line-height: 1.4;
}

.b-partners__content_body_p {
	padding-bottom: 5px;
}

.b-partners__content_logo {
	padding-top: 6px;
}

.b-popup__form5 ul {
	font-size: 14px;
}

.b-popup__form5 h2 {
	font-size: 24px;
}

.b-popup__h2 {
	font-size: 20px;
}

.b-popup__form1 {
	width: 450px;
}

.b-popup__form4,
.b-popup__form5 {
	width: 450px;
}

.b-popup__managerrequestsent,
.b-popup__alert {
	width: 450px;
}

.b-registration__wrap {
	height: 100%;
	min-height: 580px;
}

.b-registration__h1 {
	padding-top: 60px;
	font-size: 40px;
}

.b-registration__i-am-a,
.b-registration__dropdown {
	margin-top: 17px;
	font-size: 25px;
}

.b-registration__dropdown_current:after {
	top: 16px;
}

.b-registration__dropdown_ul {
	padding-top: 35px;
}

.b-registration__take-social {
	padding-top: 21px;
}

.b-registration__form {
	width: 730px;
	padding-top: 5px;
}

.b-registration__form_col {
	padding-right: 30px;
}

.b-registration__manager {
	left: 760px;
	top: 140px;
	width: 200px;
	height: 320px;
}

.b-registration__manager_icon {
	margin-top: 20px;
}

.b-registration__manager_h2 {
	margin-top: 20px;
	font-size: 18px;
}

.b-registration__manager_text {
	margin-top: 10px;
}

.b-registration__btn {
	margin-top: 15px;
}

.b-registration__btn_blue {
	margin-top: 25px;
}

.b-text__sidebar {
	width: 16.5%;
}

.b-text__sidebar_wrap {
	padding-left: 19px;
}

.b-text__sidebar_h3 {
	font-size: 12px;
	letter-spacing: 1px;
}

.b-text__sidebar_link {
	font-size: 12px;
	line-height: 1.5;
	padding-top: 4px;
	padding-bottom: 7px;
	letter-spacing: 0.2px;
}

.b-text__content_wrap {
	left: 16.5%;
	padding-left: 23px;
}

.b-text__content_h1 {
	font-size: 40px;
	margin-top: 15px;
	margin-bottom: 3px;
}

.b-text__content_pic {
	width: 620px;
}

.jspVerticalBar {
	right: 12px;
}

.jspVerticalBar:hover,
.jspVerticalBar:active {
	right: 10px;
}

.screen2__advantages {
	top: 80px;
	left: 7%;
	font-size: 40px;
}

.screen2__col_num_1 {
	padding-left: 50px;
}

.screen2__icon_wrap {
	top: 26.79%;
}

.screen2__icon_n1 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1302px -940px;
	width: 100px;
	height: 100px;
}

.screen2__icon_n1_hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -912px -408px;
	width: 100px;
	height: 100px;
}

.screen2__icon_n2 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -613px -408px;
	width: 100px;
	height: 100px;
}

.screen2__icon_n2_hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1302px -832px;
	width: 100px;
	height: 100px;
}

.screen2__icon_n3 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1128px -408px;
	width: 100px;
	height: 100px;
}

.screen2__icon_n3_hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1020px -408px;
	width: 100px;
	height: 100px;
}

.screen2__icon_n4 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1302px -616px;
	width: 100px;
	height: 100px;
}

.screen2__icon_n4_hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -505px -408px;
	width: 100px;
	height: 100px;
}

.screen2__icon_n5 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1302px -400px;
	width: 100px;
	height: 100px;
}

.screen2__icon_n5_hover {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1302px -508px;
	width: 100px;
	height: 100px;
}

.screen2__header {
	font-size: 16px;
	top: 43.68%;
}

.screen2__breakline_wrap {
	top: 59.8%;
}

.screen2__content {
	top: 62.46%;
}

.screen2__content_p {
	max-width: 158px;
	font-size: 12px;
	line-height: 1.4;
}

.screen4__container_top {
	padding-top: 90px;
}

.screen4__col_num_2 {
	width: 32%;
}

.screen4__col_num_3 {
	width: 29%;
}

.screen4__cell_icon_1 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1153px -796px;
	width: 81px;
	height: 59px;
}

.screen4__cell_icon_2 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1194px -1361px;
	width: 41px;
	height: 40px;
}

.screen4__cell_icon_3 {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1146px -1361px;
	width: 40px;
	height: 40px;
}

.screen4__btn {
	margin-top: 14px;
}

.screen4__percent {
	background-image: url("../images/sprite.png?1501163572662");
	background-position: -1467px -301px;
	width: 19px;
	height: 19px;
}

.screen4__h1 {
	font-size: 32px;
}

.screen4__h2 {
	font-size: 18px;
}

.screen4__h3 {
	font-size: 18px;
}

.screen4__top_p {
	font-size: 14px;
}

.screen4__container_middle {
	padding-top: 22px;
}

.screen4__middle_h1 {
	font-size: 30px;
	line-height: 0.2;
}

.screen4__container_bottom {
	padding-bottom: 55px;
	margin-top: -10px;
}

.screen4__col_bottom_3 {
	padding-right: 30px;
}

.screen4__cell_content_2 {
	height: 122px;
}

.screen4__cell_content_1 {
	width: 240px;
}

.screen4__cell_content_3 {
	width: 260px;
}

.screen4__short-text_1024 {
	display: inline;
}

.screen5__container_top {
	padding-top: 90px;
}

.screen5__col_num_1 {
	width: 25%;
}

.screen5__col_num_4 {
	min-width: 190px;
}

.screen5__btn {
	margin-top: 14px;
}

.screen5__h2 {
	font-size: 16px;
	width: 100%;
	margin-top: -10px;
}

.screen5__h3 {
	font-size: 18px;
}

.screen5__top_p {
	font-size: 16px;
}

.screen5__middle_h1 {
	font-size: 30px;
	line-height: 0.4;
}

.screen5__container_bottom {
	padding-bottom: 40px;
}

.screen5__cell_content_1 {
	width: 240px;
}

.screen5__long-text {
	display: none;
}

.screen5__short-text {
	display: inline;
}

}

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

.b-popup__managerrequestsent,
.b-popup__alert {
	max-width: 540px;
	width: 100%;
	padding: 5px;
}

.b-popup__selectacc {
	max-width: 540px;
	width: 100%;
	padding: 5px;
}

}

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

.col {
	display: table;
	margin: 0 auto 20px;
}

}

@media screen and (max-height: 1024px) {

.b-header__el {
	margin-right: 35px;
}

.b-header__el_logo {
	margin-right: 35px;
}

}

@media screen and (max-height: 700px) {

.b-tarif__control {
	font-size: 14px;
	padding: 5px 10px;
	margin-left: 10px;
}

.b-tarif__hdr .b-heading_level2 {
	font-size: 35px;
}

.b-tarif__hdr {
	margin-bottom: 20px;
	margin-top: 84px;
}

.b-tarif__line {
	margin-bottom: 5px;
}

.b-tarif__price {
	font-size: 18px;
}

.b-tarif__price_blank {
	font-size: 13px;
}

.b-tarif__table td {
	height: 30px;
	font-size: 13px;
}

.b-tarif__screen {
	bottom: 60px;
	max-height: 350px;
	min-height: 0;
}

}

@media screen and (max-height: 600px) {

.b-tarif__table td {
	padding: 1px 13px;
}

.b-tarif__table td .b-heading_level4 {
	font-size: 13px;
}

.b-tarif__slider {
	bottom: 44px;
}

}

@media screen and (max-height: 540px) {

.b-tarif__slider {
	bottom: 60px;
}

}

