/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/* CSS Variables */
:root {

	--primary-color: #ff3100;
	--primary-color-hover: #fb8c00;

}
/* /// */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */;
}
/**
 * Remove default margin.
 */
body {
	margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
	outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: 400;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */;
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */;
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */;
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */;
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
/*! normalize.css end */
/*! РУДИМЕНТЫ */
/* рудименты */
#please_stay_bg {
	display: none;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
}
#please_stay {
	background: #DACDC5 url("/templates/tobiz3/img/1_.jpg") no-repeat scroll center center;
	height: 340px;
	left: 50%;
	margin-left: -480px;
	margin-top: -280px;
	padding: 30px;
	position: fixed;
	top: 50%;
	width: 900px;
	border: solid 1px #555555;
	/*    box-shadow: 0 0 0 10px #fff;*/
	background: #f2f2f2 url("/templates/tobiz3/img/00000001.png") no-repeat scroll 620px 40px;
	background-size: 250px auto;
	border: none;
}
#please_stay_title {
	font-size: 30px;
	top: 60px;
	line-height: 120%;
	position: absolute;
	left: 35px;
}
#please_stay_subtitle {
	font-size: 18px;
	left: 85px;
	position: absolute;
	top: 190px;
}
#please_stay_descr {
	left: 30px;
	position: absolute;
	top: 250px;
	width: 500px;
	display: none;
}
#please_stay_btn {
	background: #ff5300  none repeat scroll 0 0;
	border: 2px solid #ffffff;
	color: #ffffff;
	display: block;
	font-size: 28px;
	height: 60px;
	left: 30px;
	line-height: 60px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 230px;
	width: 400px;
	cursor: pointer;
	border-radius: 50px;
}
#please_stay_btn:hover {
	background-color: #B33A00;
}
#please_stay_close {
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
#please_stay_close:hover {
	color: #000000;
}
#switch_edit {
	background: red none repeat scroll 0 0;
	bottom: 70px;
	height: 40px;
	position: fixed;
	right: 20px;
	width: 80px;
	cursor: pointer;
}
#fast_reg_wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 8888;
}
#fast_reg {
	background: #fff none repeat scroll 0 0;
	height: 130px;
	padding: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -205px;
	margin-top: -80px;
	width: 350px;
	border: solid 1px #f2f2f2;
	z-index: 8888;
	color: #555555;
}
#fast_reg form {
	margin-bottom: 20px;
}
#fast_reg input,
#fast_reg button {
	box-sizing: border-box;
	height: 40px;
	padding: 0;
	margin: 0;
	display: inline;
	width: 260px;
	border: solid 1px #e2e2e2;
	border-radius: 3px;
	padding: 0 10px;
}
#fast_reg button {
	width: 80px;
	color: #fff;
	background-color: #ff3100;
}
#fast_reg button:hover {
	background-color: #C64A40;
}
#fast_reg_descr {
	font-size: 14px;
	padding-bottom: 3px;
}
#fast_reg_soc_lable {
	font-size: 14px;
}


/* open-sans-300 - latin_cyrillic */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-300.eot');
	/* IE9 Compat Modes */
	src: local(''), url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-300.woff') format('woff'), /* Modern Browsers */ url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-300.svg#OpenSans') format('svg');
	/* Legacy iOS */
}
/* open-sans-300italic - latin_cyrillic */
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 300;
	src: url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-300italic.eot');
	/* IE9 Compat Modes */
	src: local(''), url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-300italic.woff') format('woff'), /* Modern Browsers */ url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-300italic.svg#OpenSans') format('svg');
	/* Legacy iOS */
}
/* open-sans-regular - latin_cyrillic */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-regular.eot');
	/* IE9 Compat Modes */
	src: local(''), url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */ url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-regular.svg#OpenSans') format('svg');
	/* Legacy iOS */
}
/* open-sans-italic - latin_cyrillic */
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-italic.eot');
	/* IE9 Compat Modes */
	src: local(''), url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-italic.woff') format('woff'), /* Modern Browsers */ url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-italic.svg#OpenSans') format('svg');
	/* Legacy iOS */
}
/* open-sans-600 - latin_cyrillic */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-600.eot');
	/* IE9 Compat Modes */
	src: local(''), url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-600.woff') format('woff'), /* Modern Browsers */ url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/templates/new/fonts/open-sans/open-sans-v18-latin_cyrillic-600.svg#OpenSans') format('svg');
	/* Legacy iOS */
}
.fa {
	display: inline-block;
	font-family: FontAwesome;
	/*    font-feature-settings: normal;*/
	font-kerning: auto;
	font-language-override: normal;
	font-size: inherit;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
}
.video_wrapper {
	background: #000;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.video_wrapper .video {
	width: 100%;
	height: 0;
	padding-bottom: 56%;
	position: relative;
}
.video_wrapper .video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 0;
}
.ul_menu {
	list-style: none;
	margin: 0;
	background: #f5f8ff;
	margin-top: 30px;
	padding: 0;
	font-size: 15px;
}
.ul_menu li {
	padding: 7px 17px;
	border-left: solid 3px transparent;
}
.ul_menu li a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.ul_menu li a:hover {
	color: #ff3100;
}
.ul_menu li.current,
.ul_menu li.hover {
	background: #fff;
	border-left: solid 3px #ff3100;
}
* {
	box-sizing: border-box;
}
html,
body {
	height: 100%;
	background: #fff;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.clear {
	clear: both;
}
.clear_end {
	clear: both;
}
.clear768 {
	display: none;
	clear: both;
}
.clear960 {
	display: none;
	clear: both;
}
.clear_fix:after {
	display: block;
	content: '';
	clear: both;
}
a {
	color: inherit;
}
a:hover {
	color: #ff3100;
}
.record-description a {
	color: #ff3100;
}
.record-description a:hover {
	color: inherit;
}
.records-simшlar .records-simшlar-title {
	font-size: 20px;
	padding-bottom: 15px;
}
.records-simшlar .record-simшlar {
	color: #000;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 190px;
	font-size: 11px;
	line-height: 120%;
	height: 140px;
}
.records-simшlar .record-simшlar:hover {
	color: #fb8c00;
}
.records-simшlar .record-simшlar .record-simшlar-image {
	height: 120px;
}
.block {
	width: 100%;
	min-width: 1180px;
}
.inner {
	margin: 0 auto;
	width: 1140px;
}
#wrapper {
	/*min-height: 100%;*/
	/*padding-bottom: 450px;*/
}
#header {
	border-bottom: #f1f4fd solid 1px;
	background: #fff;
}
#header .inner {
	height: 80px;
	position: relative;
}
#header .mtoogler {
	display: none;
}
#header .logo {
	font-size: 22px;
	font-weight: 700;
	height: 80px;
	line-height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
	width: 80px;
	text-decoration: none;
}
#header .new_year_head {
	position: absolute;
	top: 10px;
	left: -15px;
	z-index: 10;
}
.lightrope {
	position: absolute;
	top: 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	z-index: 9;
	margin: -10px 0 0 0;
	padding: 0;
	pointer-events: none;
	width: 100%;
}

.lightrope li {
	position: relative;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 12px;
	display: inline-block;
	background: #c93c3c;
	box-shadow: 0px 3px 18px 2px rgba(201, 60, 60, 0.7);
	-webkit-animation-name: flash-1;
	animation-name: flash-1;
	-webkit-animation-duration: 2.2s;
	animation-duration: 2.2s;
}

.lightrope li:nth-child(2n+1) {
	background: #2e8b57;
	box-shadow: 0px 3px 18px 2px rgba(46, 139, 87, 0.7);
	-webkit-animation-name: flash-2;
	animation-name: flash-2;
	-webkit-animation-duration: 2.8s;
	animation-duration: 2.8s;
}

.lightrope li:nth-child(4n+2) {
	background: #d4a017;
	box-shadow: 0px 3px 18px 2px rgba(212, 160, 23, 0.7);
	-webkit-animation-name: flash-3;
	animation-name: flash-3;
	-webkit-animation-duration: 2.4s;
	animation-duration: 2.4s;
}

.lightrope li:nth-child(odd) {
	-webkit-animation-duration: 2.6s;
	animation-duration: 2.6s;
}

.lightrope li:nth-child(3n+1) {
	-webkit-animation-duration: 2.1s;
	animation-duration: 2.1s;
}

.lightrope li:before {
	content: "";
	position: absolute;
	background: #3a2618;
	width: 8px;
	height: 5px;
	border-radius: 2px;
	top: -4px;
	left: 3px;
}

.lightrope li:after {
	content: "";
	top: -15px;
	left: 5px;
	position: absolute;
	width: 44px;
	height: 15px;
	border-bottom: solid #3a2618 2px;
	border-radius: 50%;
}

.lightrope li:last-child:after {
	content: none;
}

.lightrope li:first-child {
	margin-left: -30px; /* Уменьшен отступ */
}

@-webkit-keyframes flash-1 {
	0%, 100% {
		background: #c93c3c;
		box-shadow: 0px 3px 18px 2px rgba(201, 60, 60, 0.7);
	}
	50% {
		background: rgba(201, 60, 60, 0.5); /* Более мягкое свечение */
		box-shadow: 0px 3px 12px 1px rgba(201, 60, 60, 0.3);
	}
}

@keyframes flash-1 {
	0%, 100% {
		background: #c93c3c;
		box-shadow: 0px 3px 18px 2px rgba(201, 60, 60, 0.7);
	}
	50% {
		background: rgba(201, 60, 60, 0.5);
		box-shadow: 0px 3px 12px 1px rgba(201, 60, 60, 0.3);
	}
}

@-webkit-keyframes flash-2 {
	0%, 100% {
		background: #2e8b57;
		box-shadow: 0px 3px 18px 2px rgba(46, 139, 87, 0.7);
	}
	50% {
		background: rgba(46, 139, 87, 0.5);
		box-shadow: 0px 3px 12px 1px rgba(46, 139, 87, 0.3);
	}
}

@keyframes flash-2 {
	0%, 100% {
		background: #2e8b57;
		box-shadow: 0px 3px 18px 2px rgba(46, 139, 87, 0.7);
	}
	50% {
		background: rgba(46, 139, 87, 0.5);
		box-shadow: 0px 3px 12px 1px rgba(46, 139, 87, 0.3);
	}
}

@-webkit-keyframes flash-3 {
	0%, 100% {
		background: #d4a017;
		box-shadow: 0px 3px 18px 2px rgba(212, 160, 23, 0.7);
	}
	50% {
		background: rgba(212, 160, 23, 0.5);
		box-shadow: 0px 3px 12px 1px rgba(212, 160, 23, 0.3);
	}
}

@keyframes flash-3 {
	0%, 100% {
		background: #d4a017;
		box-shadow: 0px 3px 18px 2px rgba(212, 160, 23, 0.7);
	}
	50% {
		background: rgba(212, 160, 23, 0.5);
		box-shadow: 0px 3px 12px 1px rgba(212, 160, 23, 0.3);
	}
}
#header ul.menu {
	list-style: none;
	margin: 0;
	margin-left: 100px;
	padding: 0;
	height: 80px;
	line-height: 80px;
	font-size: 17px;
	margin-right: 32px;
}
#header ul.menu li {
	text-decoration: none;
	display: inline;
	margin-right: 34px;
	color: #000;
}
#header ul.menu li:nth-child(3) {
	color: #ff3100;
}
#header ul.menu li a {
	color: inherit;
	text-decoration: none;
}
#header ul.menu li a:hover {
	color: #ff3100;
}
#header ul.menu li.current {
	color: #ff3100;
}
#header ul.menu li.readme.blink:not(.current) {
	background-color: #F0AD4E;
	color: #FFFFFF;
}
#header .drop-menu {
	display: none;
}
#header .drop-menu ul {
	list-style: none;
	line-height: 150%;
	position: absolute;
	right: 0;
	top: 60px;
	width: 300px;
	background: #fff;
	border: solid 1px #e7e7e7;
	border-radius: 5px;
	padding: 5px 0;
	z-index: 151;
}
#header .drop-menu ul li {
	padding: 2px 15px;
}
#header .drop-menu ul li.separator {
	border-bottom: solid 1px #e7e7e7;
}
#header .drop-menu ul li.headline {
	color: #999;
}
#header .drop-menu ul li i {
	width: 19px;
	color: #999;
}
#header .drop-menu ul li.hover,
#header .drop-menu ul li.current {
	background: #f5f8ff;
}
#header .drop-menu a {
	color: inherit;
	text-decoration: none;
	margin-left: 6px;
}
#header .auth {
	height: 30px;
	display: block;
	text-align: center;
	border-radius: 15px;
	color: #fff;
	border: none;
	line-height: 30px;
	background: #ff3100;
	font-size: 15px;
	cursor: pointer;
	text-decoration: none;
	border-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	width: auto;
	min-width: 200px;
	position: absolute;
	right: 0;
	padding: 0 30px;
	max-width: 260px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	top: 25px;
}
#header .auth:hover {
	background: #fb8c00;
}
#header .auth:active {
	background: #f5511e;
}
#header .auth::after {
	display: inline-block;
	font-family: FontAwesome;
	font-kerning: auto;
	font-language-override: normal;
	font-size: inherit;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
	display: block;
	content: '\f0d7';
	line-height: 30px;
	width: 30px;
	position: absolute;
	color: inherit;
	right: 0;
	top: 0;
	height: 30px;
}
#header .auth.no_arrow::after {
	content: '';
}
#content::before {
	display: block;
	content: '';
	height: 180px;
	background: #f5f8ff;
	background: -moz-linear-gradient(top, #f5f8ff 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f5f8ff 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #f5f8ff 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f8ff', endColorstr='#ffffff', GradientType=0);
}
#content .inner {
	font-size: 17px;
	line-height: 170%;
	margin-top: -180px;
	padding-bottom: 50px;
}
#content .inner #breadcrumbs {
	font-weight: 200;
	text-align: center;
	padding-top: 24px;
}
#content .inner p {
	margin: 20px 0;
}
#content .inner h1 {
	font-weight: 100;
	font-size: 46px;
	line-height: 100%;
	text-align: center;
	margin-bottom: 35px;
}
#content .inner h2 {
	font-weight: 100;
	font-size: 36px;
	line-height: 1.3;
}
#content .inner h3,
#content .inner h4 {
	font-weight: 100;
	font-size: 24px;
	line-height: 1.3;
}
#content .inner h5,
#content .inner h6 {
	font-weight: 300;
	font-size: 18px;
	text-align: center;
}
#content .inner img {
	max-width: 100%;
}
#content .inner .col1 {
	width: 750px;
	margin: 0 auto;
}
#content .inner .xbtn {
	height: 40px;
	text-align: center;
	line-height: 39px;
	border: solid 1px;
	border-radius: 20px;
	color: #ff3100;
	font-size: 20px;
	cursor: pointer;
	text-decoration: none;
	width: auto;
	display: block;
	padding: 0 30px;
	font-size: 17px;
	margin: 0 auto;
	width: 250px;
}
#content .inner .xbtn:hover {
	color: #fff;
	background: #fb8c00;
	border-color: transparent;
}
#content .inner .xbtn:active {
	color: #fff;
	background: #f5511e;
	border-color: transparent;
}
#content .inner .xbtn2 {
	height: 40px;
	text-align: center;
	border-radius: 20px;
	color: #fff;
	border: none;
	line-height: 40px;
	background: #ff3100;
	font-size: 20px;
	cursor: pointer;
	text-decoration: none;
	border-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	width: auto;
	display: block;
	padding: 0 30px;
	font-size: 17px;
	margin: 0 auto;
	width: 250px;
}
#content .inner .xbtn2:hover {
	background: #fb8c00;
}
#content .inner .xbtn2:active {
	background: #f5511e;
}
#content .inner .youtube_video {
	width: 100%;
	display: block;
	margin: 0 auto;
	height: 400px;
	border: none;
}
#get_start {
	background: #03a9f5;
}
#get_start .inner {
	padding: 105px;
	font-size: 17px;
	line-height: 150%;
	text-align: center;
	color: #fff;
}
#get_start .inner .h2 {
	font-weight: 100;
	font-size: 46px;
	line-height: 100%;
	padding-bottom: 20px;
	padding: 0;
	margin: 0;
	text-align: center;
}
#get_start .inner .wbtn {
	height: 65px;
	display: block;
	text-align: center;
	border-radius: 32.5px;
	color: #313131;
	border: solid 1px transparent;
	line-height: 64px;
	background: #fff;
	font-size: 32.5px;
	cursor: pointer;
	text-decoration: none;
	border-color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	width: 290px;
	margin: 0 auto;
	box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.3);
	margin-top: 45px;
	width: 450px;
	font-size: 25px;
	font-weight: 300;
}
#get_start .inner .wbtn:hover {
	border: solid 1px #fff;
	background: transparent;
	color: #fff;
}
#get_start .inner .wbtn:active {
	background: #fff;
	color: #313131;
}
#get_start .inner .wbtn:hover {
	box-shadow: none;
}
#footer {
	/*margin-top: -450px;*/
	border-top: solid 1px #e2e8f4;
}
#footer .inner {
	padding: 70px 0;
	font-size: 17px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#footer .inner .sn {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	background: #ccc;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: FontAwesome;
	color: #fff;
	text-decoration: none;
}
#footer .inner .sn-vk {
	background: #507299;
}
#footer .inner .sn-vk:after {
	content: '';
}
#footer .inner .sn-tg {
	background: #34abe0;
}
#footer .inner .sn-tg:after {
	content: '\f2c6';
}
#footer .inner .sn-ins {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8cc01+0,e8102b+51,7d39b0+100 */
	background: #f8cc01;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #f8cc01 0%, #e8102b 51%, #7d39b0 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #f8cc01 0%, #e8102b 51%, #7d39b0 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #f8cc01 0%, #e8102b 51%, #7d39b0 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8cc01', endColorstr='#7d39b0', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}
#footer .inner .sn-ins:after {
	content: '';
}
#footer .inner .sn-gplus {
	background: #D44132;
}
#footer .inner .sn-gplus:after {
	content: '';
}
#footer .inner .sn-fb {
	background: #405D9A;
}
#footer .inner .sn-fb:after {
	content: '';
}
#footer .inner .sn-youtube {
	background: #E62117;
}
#footer .inner .sn-youtube:after {
	content: '';
}
#footer .inner .sn-o:after {
	content: '';
}
#footer .inner .sn-o {
	background: #EE7808;
}
#footer .inner .sn-mail:after {
	content: '';
}
#footer .inner .sn-mail {
	background: #168DE2;
}
#footer .inner .sn-tw:after {
	content: '';
}
#footer .inner .sn-tw {
	background: #41abe1;
}
#footer .inner .sn:hover {
	background: #000;
}
#footer .inner .sn.hidden {
	display: none;
}
#footer .inner .logo {
	display: block;
	font-size: 22px;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}
#footer .inner a {
	text-decoration: none;
	color: inherit;
}
#footer .inner a:hover {
	color: #ff3100;
}
#footer .inner .fmenu {
	margin-right: 43px;
	margin-top: 45px;
	width: 240px;
}
#footer .inner .fmenu .copyright {
	line-height: 120%;
}
#footer .inner .fmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 200%;
}
#footer .inner .fmenu ul li {
	line-height: 1.35;
	margin-bottom: 14px;
}
#footer .inner .fmenu ul li.headline {
	text-transform: uppercase;
	font-weight: 500;
	line-height: 100%;
	padding-bottom: 25px;
}
#footer .inner #fmenu0 .phone a,
#footer .inner #fmenu1 .phone a,
#footer .inner #fmenu2 .phone a,
#footer .inner #fmenu3 .phone a {
	color: #ff3100;
}
/*#footer .inner #fmenu2 {
	width: 280px;
}*/
#footer .inner #fmenu3 {
	margin-right: 0;
}
#footer .inner #finfo {
	margin-top: 30px;
	font-size: 13px;
	line-height: 150%;
}
#footer .inner #finfo p {
	padding: 0;
	margin: 0;
}
#footer .inner #finfo a {
	color: #ff3100;
}
#offer {
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #282828;
	color: #fff;
	background-image: url('/templates/new/i/main/offer_bg3_2.jpg');
}
#offer .inner {
	height: 630px;
}
#offer .inner .col1 {
	width: 750px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	font-size: 21px;
}
#offer .inner .col1 p {
	max-width: 550px;
	margin: 10px auto;
	line-height: 150%;
}
#offer .inner .col1 p.sub_btn_text {
	font-size: 15px;
}
#offer .inner .col1 #quick_reg {
	left: 140px;
	display: none;
	background: #fff none repeat scroll 0 0;
	padding: 30px;
	position: absolute;
	top: 330px;
	width: 460px;
	border: solid 2px #fff;
	border: solid 5px #e2e2e2;
	z-index: 1000;
	color: #555555;
}
#offer .inner .col1 #quick_reg form {
	margin-bottom: 20px;
}
#offer .inner .col1 #quick_reg input,
#offer .inner .col1 #quick_reg button {
	box-sizing: border-box;
	height: 40px;
	padding: 0;
	margin: 0;
	display: inline;
	width: 260px;
	border: solid 1px #e2e2e2;
	border-radius: 3px;
	padding: 0 10px;
	font-size: 18px;
}
#offer .inner .col1 #quick_reg #soc_lable {
	font-size: 16px;
	padding-bottom: 3px;
}
#offer .inner .col1 #quick_reg button {
	font-size: 18px;
	width: 110px;
	color: #fff;
	background-color: #ff5300;
}
#offer .inner .col1 #quick_reg button:before {
	display: inline-block;
	font-family: FontAwesome;
	/*    font-feature-settings: normal;*/
	font-kerning: auto;
	font-language-override: normal;
	font-size: inherit;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
	/*content:'✓ ';*/
	content: "\f00c ";
}
#offer .inner .col1 #quick_reg button:hover {
	background-color: #C64A40;
}
#offer .inner .col1 #quick_reg #personal_data {
	font-size: 14px;
	padding-top: 7px;
}
#offer .inner h1 {
	padding: 0;
	margin: 0;
	font-size: 50px;
	padding-top: 90px;
	font-weight: 500;
	padding-bottom: 30px;
}
#offer .inner .obtn {
	height: 65px;
	display: block;
	text-align: center;
	border-radius: 32.5px;
	color: #fff;
	border: none;
	line-height: 65px;
	background: #ff3100;
	font-size: 32.5px;
	cursor: pointer;
	text-decoration: none;
	border-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	width: 450px;
	margin: 95px auto 0;
	font-size: 25px;
	font-weight: 300;
	background-image: url(/templates/new/i/rect3336.png);
	background-position: 0 -151px;
	background-repeat: no-repeat;
	border: solid 2px #fff;
}
#offer .inner .obtn:hover {
	background: #fb8c00;
}
#offer .inner .obtn:active {
	background: #f5511e;
}
#wysiwig {
	position: relative;
	overflow: hidden;
}
#wysiwig:after {
	background-color: #fff;
	background-image: url("/templates/new/i/main/editor.jpg");
	background-size: 805px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 650px;
	left: 50%;
	margin-left: -80px;
	position: absolute;
	top: 90px;
	width: 805px;
	content: "";
}
#wysiwig .inner {
	height: 590px;
}
#wysiwig .leftcol {
	width: 340px;
	height: auto;
}
#wysiwig .leftcol .logo {
	color: #ebf1ff;
	font-size: 52px;
	font-weight: 900;
	letter-spacing: 12px;
	padding-top: 90px;
	text-transform: uppercase;
}
#wysiwig .leftcol .logo .descr {
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 0.09em;
	color: #d1dfff;
}
#wysiwig .leftcol .title {
	font-size: 36px;
	margin-top: 58px;
}
#wysiwig .leftcol > .descr {
	font-size: 17px;
	line-height: 150%;
	margin-top: 25px;
}
#capability {
	background: #f5f8ff;
	position: relative;
}
#capability .inner {
	height: 800px;
}
#capability .leftcol {
	float: left;
	width: 700px;
	margin-top: 92px;
	margin-left: -14px;
}
#capability .leftcol .opportunity {
	float: left;
	width: 170px;
	text-align: center;
	font-size: 13px;
	height: 171px;
}
#capability .leftcol .opportunity .icon {
	width: 80px;
	height: 80px;
	background-image: url(/templates/new/i/main/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 auto 10px;
}
#capability .leftcol .opportunity#op1 .icon {
	background-position: 0 0;
}
#capability .leftcol .opportunity#op2 .icon {
	background-position: -170px 0;
}
#capability .leftcol .opportunity#op3 .icon {
	background-position: -340px 0;
}
#capability .leftcol .opportunity#op4 .icon {
	background-position: -510px 0;
}
#capability .leftcol .opportunity#op5 .icon {
	background-position: 0 -171px;
}
#capability .leftcol .opportunity#op6 .icon {
	background-position: -170px -171px;
}
#capability .leftcol .opportunity#op7 .icon {
	background-position: -340px -171px;
}
#capability .leftcol .opportunity#op8 .icon {
	background-position: -510px -171px;
}
#capability .leftcol .opportunity#op9 .icon {
	background-position: 0 -342px;
}
#capability .leftcol .opportunity#op10 .icon {
	background-position: -170px -342px;
}
#capability .leftcol .opportunity#op11 .icon {
	background-position: -340px -342px;
}
#capability .leftcol .opportunity#op12 .icon {
	background-position: -510px -342px;
}
#capability .leftcol .opportunity#op13 .icon {
	background-position: 0 -513px;
}
#capability .leftcol .opportunity#op14 .icon {
	background-position: -170px -513px;
}
#capability .leftcol .opportunity#op15 .icon {
	background-position: -340px -513px;
}
#capability .leftcol .opportunity#op16 .icon {
	background-position: -510px -513px;
}
#capability .rightcol {
	float: right;
	width: 360px;
	height: auto;
	padding-top: 220px;
}
#capability .rightcol .title {
	font-size: 36px;
	margin-top: 58px;
}
#capability .rightcol > .descr {
	font-size: 17px;
	line-height: 150%;
	margin-top: 25px;
}
#looks_good {
	overflow-x: hidden;
	position: relative;
}
#looks_good:after {
	background-color: #fff;
	background-image: url("/templates/new/i/main/img3.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 650px;
	left: 50%;
	margin-left: -80px;
	position: absolute;
	top: 90px;
	width: 805px;
	content: "";
}
#looks_good .inner {
	position: relative;
	height: 750px;
}
#looks_good .leftcol {
	width: 340px;
	height: auto;
	padding-top: 200px;
}
#looks_good .leftcol .title {
	font-size: 36px;
	margin-top: 58px;
}
#looks_good .leftcol > .descr {
	font-size: 17px;
	line-height: 150%;
	margin-top: 25px;
}
#key_features .inner {
	border-bottom: solid 1px #e2e8f4;
	height: auto;
}
#key_features .inner .col1 {
	width: 750px;
	margin: 0 auto;
}
#key_features .inner .col1 .obtn {
	height: 65px;
	display: block;
	text-align: center;
	border-radius: 32.5px;
	color: #fff;
	border: none;
	line-height: 65px;
	background: #ff3100;
	font-size: 32.5px;
	cursor: pointer;
	text-decoration: none;
	border-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	width: 450px;
	margin: 10px auto 0;
	font-size: 25px;
	font-weight: 300;
	background-image: url(/templates/new/i/rect3336.png);
	background-position: 0 -151px;
	background-repeat: no-repeat;
}
#key_features .inner .col1 .obtn:hover {
	background: #fb8c00;
}
#key_features .inner .col1 .obtn:active {
	background: #f5511e;
}
#key_features .inner .col1 > h2 {
	font-weight: 200;
	font-size: 46px;
	padding-top: 50px;
	text-align: center;
	margin: 0;
}
#key_features .inner .col1 > h3 {
	font-weight: 200;
	font-size: 46px;
	padding-top: 50px;
	text-align: center;
	margin: 0;
}
#key_features .inner .col1 > .title {
	font-size: 46px;
	padding-top: 50px;
	text-align: center;
}
#key_features .inner .col1 .feature .img {
	background-image: url(/templates/new/i/main/sprite.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 300px;
}
#key_features .inner .col1 #feature1 .img {
	float: left;
	background-position: -679px -662px;
	height: 280px;
	width: 290px;
	margin-top: 97px;
}
#key_features .inner .col1 #feature1 .text {
	padding-top: 122px;
	float: right;
	width: 360px;
	line-height: 150%;
	font-size: 17px;
}
#key_features .inner .col1 #feature1 .text .title {
	font-size: 36px;
	padding-bottom: 20px;
	line-height: 110%;
}
#key_features .inner .col1 #feature2 .img {
	background-position: -308px -662px;
	float: right;
	height: 320px;
	margin-top: 105px;
	width: 343px;
}
#key_features .inner .col1 #feature2 .text {
	padding-top: 135px;
	float: left;
	width: 360px;
	line-height: 150%;
	font-size: 17px;
}
#key_features .inner .col1 #feature2 .text .title {
	line-height: 110%;
	font-size: 36px;
	padding-bottom: 23px;
}
#key_features .inner .col1 #feature3 .img {
	background-position: 0 -662px;
	float: left;
	height: 320px;
	margin-top: 96px;
	width: 300px;
}
#key_features .inner .col1 #feature3 .text {
	padding-top: 107px;
	float: right;
	width: 360px;
	line-height: 150%;
	font-size: 17px;
}
#key_features .inner .col1 #feature3 .text .title {
	line-height: 110%;
	font-size: 36px;
	padding-bottom: 23px;
}
#integration .inner {
	padding-bottom: 65px;
}
#integration .inner .col1 {
	width: 750px;
	font-size: 17px;
	line-height: 150%;
	margin: 0 auto;
}
#integration .inner .col1 > .title {
	font-size: 46px;
	padding-top: 78px;
	text-align: center;
	line-height: 100%;
}
#integration .inner .col1 > .descr {
	padding-top: 44px;
	text-align: center;
}
#integration #integrations-logos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
}
#integration .integration-logo {
	display: block;
	background-image: url(/templates/new/i/projects/projects_settings_servises.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 185px;
	height: 80px;
	margin: 0 20px 20px;
}
#integration .logo-robokassa {
	background-position: -417px 0;
}
#integration .logo-interkassa {
	background-position: -621px 0;
}
#integration .logo-payyer {
	background-position: 0 -300px;
}
#integration .logo-sberbank {
	background-position: -415px -503px;
}
#integration .logo-ukassa {
	background-image: url(/templates/new/i/iokassa.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80% auto;
}
#integration .logo-tinkoff {
	background-position: -215px -505px;
}
#integration .logo-metrika {
	background-position: 0px -404px;
}
#integration .logo-webmaster {
	background-position: -427px -400px;
}
#integration .logo-analytics {
	background-position: -210px -405px;
}
#integration .logo-facebook-pixel {
	background-position: 0 -200px;
}
#integration .logo-vk-pixel {
	background-position: -210px -200px;
}
#integration .logo-zadarma {
	background-position: -625px -605px;
}
#integration .logo-roistat {
	background-image: url(/templates/new/i/roistat-logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80% auto;
}
#integration .logo-dashamail {
	background-image: url(/templates/new/i/dashamail2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
#integration .logo-callback-hunter {
	background-position: -417px -100px;
}
#integration .logo-jivosite {
	background-position: -621px -100px;
}
#integration .logo-ya-market {
	background-position: -620px -400px;
}
#integration .logo-telegram {
	background-position: -415px -605px;
}
#integration .logo-sendpulse {
	background-position: -417px -203px;
}
#integration .logo-unisender {
	background-position: -624px -303px;
}
#integration .logo-mailchimp {
	background-position: -4px -506px;
}
#checks {
	background-color: #f9fbff;
}
#checks .inner {
	padding-bottom: 65px;
}
#checks .inner .col1 {
	width: 750px;
	font-size: 17px;
	line-height: 150%;
	margin: 0 auto;
}
#checks .inner .col1 > .title {
	line-height: 100%;
	font-size: 46px;
	padding-top: 68px;
	text-align: center;
}
#checks .inner .col1 > h3 {
	line-height: 100%;
	font-size: 46px;
	padding-top: 68px;
	text-align: center;
	font-weight: 200;
	margin: 0;
}
#checks .inner .col1 > h2 {
	line-height: 100%;
	font-size: 46px;
	padding-top: 68px;
	text-align: center;
	font-weight: 200;
	margin: 0;
}
#checks .inner .col1 > .descr {
	padding-top: 44px;
	text-align: center;
}
#checks .inner .checks {
	margin-top: 50px;
}
#checks .inner .checks .check {
	background-image: url(/templates/new/i/main/sprite.png);
	background-repeat: no-repeat;
	background-position: -655px 14px;
	float: left;
	height: 64px;
	margin-left: 0;
	margin-top: 0;
	width: 285px;
	background-color: #fff;
	line-height: 64px;
	padding-left: 65px;
	text-transform: uppercase;
	font-weight: 500;
	border-right: 1px solid #ebeef7;
	border-bottom: 1px solid #ebeef7;
}
#checks .inner .checks .check.r {
	border-right: none;
}
#checks .inner .checks .check.b {
	border-bottom: none;
}
#examples {
	/*    .obtn{
		  .btn_o(50px; @color-normal);
		  width: 260px;
		  margin: 0 auto  ;
	  }    */
}
#examples .inner {
	padding-bottom: 65px;
}
#examples .col1 {
	width: 960px;
	font-size: 17px;
	line-height: 150%;
	margin: 0 auto;
}
#examples .col1 > .title {
	line-height: 100%;
	font-size: 46px;
	padding-top: 53px;
	text-align: center;
}
#examples .col1 > .descr {
	padding-top: 44px;
	text-align: center;
}
#examples .examples {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
#examples .examples .example {
	width: 21%;
	position: relative;
	margin-bottom: 70px;
}
#examples .examples .example .img {
	display: block;
	text-decoration: none;
	height: 1px;
	width: 100%;
	padding-bottom: 116%;
	background-size: 100% auto;
	margin-bottom: 30px;
	border: solid 1px #ccc;
}
#examples .examples .example a.img:hover {
	opacity: 0.8;
}
#examples .examples .example .tit {
	margin-top: 50px;
	font-size: 20px;
	line-height: 1.2;
}
#examples .examples .example .descr {
	margin-top: 15px;
	font-size: 15px;
	line-height: 1.4;
}
#examples .examples .example#e1 .img {
	background-image: url(/system/image.php?path=/templates/new/i/main/e1.png&w=360);
}
#examples .examples .example#e2 .img {
	background-image: url(/system/image.php?path=/templates/new/i/main/e2.png&w=360);
}
#examples .examples .example#e3 .img {
	background-image: url(/system/image.php?path=/templates/new/i/main/e3.png&w=360);
}
#examples .examples .example .mobile {
	background-image: url(/templates/new/i/iphone.png);
	width: 120px;
	height: 248px;
	position: absolute;
	background-size: 100% auto;
	top: 70px;
	right: -20px;
	background-repeat: no-repeat;
}
#examples .examples .example .mobile .mobile_screen {
	background-color: #fff;
	position: absolute;
	background-image: url(/templates/tobiz3/img/exemples/198589_m.jpg);
	width: 108px;
	top: 25px;
	height: 194px;
	left: 5px;
	background-size: 100% auto;
}
#examples .examples .example .btns_wrap {
	margin-top: 15px;
}
#examples .examples .example a.btn {
	display: block;
	height: 30px;
	text-align: center;
	line-height: 29px;
	border: solid 1px;
	border-radius: 15px;
	font-size: 15px;
	cursor: pointer;
	text-decoration: none;
	color: #9e9e9e;
	font-weight: 300;
	width: 100px;
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
}
#examples .examples .example a.btn:hover {
	color: #fff;
	background: #fb8c00;
	border-color: transparent;
}
#examples .examples .example a.btn:active {
	color: #fff;
	background: #f5511e;
	border-color: transparent;
}
#examples .examples .example a.btn2 {
	height: 30px;
	display: block;
	text-align: center;
	border-radius: 15px;
	border: none;
	line-height: 30px;
	background: #fe6a3a;
	font-size: 15px;
	cursor: pointer;
	text-decoration: none;
	border-color: transparent;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	font-weight: 300;
	width: 100px;
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	text-transform: none;
}
#examples .examples .example a.btn2:hover {
	background: #fb8c00;
}
#examples .examples .example a.btn2:active {
	background: #f5511e;
}
#examples .obtn {
	height: 65px;
	display: block;
	text-align: center;
	border-radius: 32.5px;
	color: #fff;
	border: none;
	line-height: 65px;
	background: #ff3100;
	font-size: 32.5px;
	cursor: pointer;
	text-decoration: none;
	border-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	width: 450px;
	margin: 10px auto 0;
	font-size: 25px;
	font-weight: 300;
	background-image: url(/templates/new/i/rect3336.png);
	background-position: 0 -151px;
	background-repeat: no-repeat;
}
#examples .obtn:hover {
	background: #fb8c00;
}
#examples .obtn:active {
	background: #f5511e;
}
#numbers .inner {
	background-color: #f5f8ff;
	margin-top: 25px;
	padding: 65px 0;
}
#numbers .inner .col1 {
	width: 750px;
	font-size: 17px;
	line-height: 150%;
	margin: 0 auto;
}
#numbers .inner .col1 .big_num {
	font-size: 120px;
	font-weight: 500;
	line-height: 100%;
	text-align: center;
}
#numbers .inner .col1 .big_descr {
	margin: 0 auto;
	max-width: 320px;
	text-align: center;
}
#numbers .inner .col1 .small_nums {
	margin-top: 65px;
	margin-left: -30px;
}
#numbers .inner .col1 .small_nums:after {
	display: block;
	content: '';
	clear: both;
}
#numbers .inner .col1 .small_nums .num {
	float: left;
	width: 165px;
	margin-left: 30px;
	text-align: center;
	font-weight: 500;
	font-size: 46px;
}
#numbers .inner .col1 .small_nums .num .descr {
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 10px;
}
#reports .inner {
	padding-bottom: 30px;
}
#reports .inner .col1 {
	width: 750px;
	font-size: 17px;
	line-height: 150%;
	margin: 0 auto;
}
#reports .inner .col1 > .title {
	font-size: 46px;
	padding-top: 58px;
	text-align: center;
	line-height: 100%;
}
#reports .inner .col1 > .descr {
	padding-top: 44px;
	text-align: center;
}
#reports .inner .reports_nav {
	height: 1px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	color: #d7e1fd;
}
#reports .inner .reports_nav .before,
#reports .inner .reports_nav .after {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	position: absolute;
	font-size: 50px;
	top: 250px;
	cursor: pointer;
}
#reports .inner .reports_nav .before:hover,
#reports .inner .reports_nav .after:hover {
	color: #7698f8;
}
#reports .inner .reports_nav .before, #reports .inner .reports_nav .after { display: inline-block; font-family: FontAwesome; font-size: inherit; font-kerning: auto; font-language-override: normal; font-size-adjust: none; font-stretch: normal; font-style: normal; font-synthesis: weight style; font-variant: normal; font-weight: normal; line-height: 1; text-rendering: auto; }
#reports .inner .reports_nav .before { left: 12%; }
#reports .inner .reports_nav .before::after { content: ‘\f104’; font-size: 50px; display: block; }
#reports .inner .reports_nav .after { right: 12%; }
#reports .inner .reports_nav .after::after {
	content: '\f105';
	font-size: 50px;
	display: block;
}
#reports .inner .reports {
	width: 620px;
	height: 550px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
#reports .inner .reports .reports_wrapper {
	position: absolute;
	width: 10000px;
	top: 0;
	height: 500px;
}
#reports .inner .reports .reports_wrapper .report {
	width: 620px;
	height: 400px;
	float: left;
}
#reports .inner .reports .reports_wrapper .report#r1 .photo {
	background-image: url(/system/image.php?path=/templates/new/i/main/report1.jpg&w=180&h=180);
}
#reports .inner .reports .reports_wrapper .report#r2 .photo {
	background-image: url(/system/image.php?path=/templates/new/i/main/report2.jpg&w=180&h=180);
}
#reports .inner .reports .reports_wrapper .report#r3 .photo {
	background-image: url(/system/image.php?path=/templates/new/i/main/report3.jpg&w=180&h=180);
}
#reports .inner .reports .reports_wrapper .report#r4 .photo {
	background-image: url(/system/image.php?path=/templates/new/i/main/report4.jpg&w=180&h=180);
}
#reports .inner .reports .reports_wrapper .report#r5 .photo {
	background-image: url(/system/image.php?path=/templates/new/i/main/report5.jpg&w=180&h=180);
}
#reports .inner .reports .reports_wrapper .report#r6 .photo {
	background-image: url(/system/image.php?path=/templates/new/i/main/report6.jpg&w=180&h=180);
}
#reports .inner .reports .reports_wrapper .report#r7 .photo {
	background-image: url(/system/image.php?path=/templates/new/i/main/report7.jpg&w=180&h=180);
}
#reports .inner .reports .reports_wrapper .report#r8 .photo {
	background-image: url(/system/image.php?path=/templates/new/i/main/report8.jpg&w=180&h=180);
}
#reports .inner .reports .reports_wrapper .report#r9 .photo {
	background-image: url(/system/image.php?path=/templates/new/i/main/report9.jpg&w=180&h=180);
}
#reports .inner .reports .reports_wrapper .report#r10 .photo {
	background-image: url(/system/image.php?path=/templates/new/i/main/report10.jpg&w=180&h=180);
}
#reports .inner .reports .reports_wrapper .report .photo {
	background-color: #ccc;
	height: 180px;
	margin: 40px auto 0;
	background-position: center center;
	background-repeat: no-repeat;
	width: 180px;
}
#reports .inner .reports .reports_wrapper .report .autor {
	font-size: 20px;
	font-weight: 500;
	margin: 30px auto 0;
	text-align: center;
	width: 100%;
}
#reports .inner .reports .reports_wrapper .report .descr {
	margin: 5px auto;
	text-align: center;
	width: 100%;
}
#reports .inner .reports .reports_wrapper .report .text {
	font-size: 17px;
	line-height: 170%;
	padding: 43px 55px 0;
	text-align: center;
}
#support .inner {
	padding-top: 0;
	padding-bottom: 100px;
}
#support .inner .col1 {
	width: 750px;
	font-size: 17px;
	line-height: 150%;
	margin: 0 auto;
}
#support .inner .col1 > .title {
	font-size: 46px;
	padding-top: 0px;
	text-align: center;
	line-height: 100%;
}
#support .inner .col1 > .descr {
	padding-top: 44px;
	text-align: center;
}
#support .inner .cols {
	width: 945px;
	margin: 0 auto;
}
#support .inner .cols:after {
	display: block;
	content: '';
	clear: both;
}
#support .inner .cols .col2 {
	float: left;
	width: 450px;
	margin-top: 35px;
	margin-right: 40px;
}
#support .inner .cols .col2 .tit {
	font-size: 24px;
	margin-bottom: 15px;
}
#support .inner .cols .col2 .descr {
	line-height: 150%;
}
#support .inner .cols .col2.last {
	margin-right: 0;
}
#reviews .record {
	max-width: 980px;
	margin: 0 auto;
}
#support .record ol,
#reviews .record ol {
	list-style: none;
	counter-reset: my-awesome-counter;
	padding-left: 20px;
}
#support .record ol li,
#reviews .record ol li {
	position: relative;
	padding-left: 30px;
	counter-increment: my-awesome-counter;
}
#support .record ol li::before,
#reviews .record ol li::before {
	content: counter(my-awesome-counter);
	color: white;
	font-weight: bold;
	background: #17c960;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	margin-right: 0px;
	position: absolute;
	left: 0;
	top: 4px;
}
#support .record ul,
#reviews .record ul {
	list-style: none;
}
#support .record ul li,
#reviews .record ul li {
	position: relative;
	padding-left: 20px;
}
#support .record ul li::before,
#reviews .record ul li::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0;
	top: 9px;
	background: #17c960;
	display: inline-block;
	border-radius: 50%;
}
#akcii .inner {
	padding-top: 0;
	padding-bottom: 100px;
}
#akcii .inner .col1 {
	width: 750px;
	font-size: 17px;
	line-height: 150%;
	margin: 0 auto;
}
#akcii .inner .col1 > .title {
	font-size: 46px;
	padding-top: 0px;
	text-align: center;
	line-height: 100%;
}
#akcii .inner .col1 > .descr {
	padding-top: 44px;
	text-align: center;
}
#akcii .inner .cols {
	width: 945px;
	margin: 0 auto;
}
#akcii .inner .cols:after {
	display: block;
	content: '';
	clear: both;
}
#akcii .inner .cols .col2 {
	float: left;
	width: 450px;
	margin-top: 35px;
	margin-right: 40px;
}
#akcii .inner .cols .col2 .tit {
	font-size: 24px;
	margin-bottom: 15px;
}
#akcii .inner .cols .col2 .descr {
	line-height: 150%;
}
#akcii .inner .cols .col2.last {
	margin-right: 0;
}
/* форма входа */
body#page_id_9 #login,
body#page_id_8 #reg {
	width: 100%;
}
body#page_id_9 #login .cols .col2,
body#page_id_8 #reg .cols .col2 {
	background: #f5f8ff;
	border: solid 1px #e2e8f4;
	padding: 50px;
	width: 47%;
	float: left;
	margin-right: 3%;
}
body#page_id_9 #login .cols .col2 .title,
body#page_id_8 #reg .cols .col2 .title {
	text-transform: uppercase;
	font-size: 24px;
	padding-bottom: 20px;
}
body#page_id_9 #login .cols .col2 .title span,
body#page_id_8 #reg .cols .col2 .title span {
	display: block;
	font-size: 16px;
	font-weight: 300;
}
body#page_id_9 #login .cols .col2 .subtitle,
body#page_id_8 #reg .cols .col2 .subtitle {
	font-weight: 300;
	padding-top: 15px;
}
body#page_id_9 #login .input .descr,
body#page_id_8 #reg .input .descr {
	font-size: 13px;
	text-align: center;
}
body#page_id_9 #login .myIcons,
body#page_id_8 #reg .myIcons {
	margin-top: 10px;
	margin-bottom: 10px;
}
body#page_id_9 #login .myIcons:after,
body#page_id_8 #reg .myIcons:after {
	display: block;
	content: '';
	clear: both;
}
body#page_id_9 #login .myIcons .myIcon,
body#page_id_8 #reg .myIcons .myIcon {
	box-sizing: border-box;
	float: left;
	width: 60px;
	height: 60px;
	background-image: url(/templates/new/i/auth.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: 6px;
	border: solid 1px #e2e8f4;
	border-radius: 15px;
	cursor: pointer;
}
body#page_id_9 #login .myIcons .vkontakte,
body#page_id_8 #reg .myIcons .vkontakte {
	background-position: -71px -1px;
}
body#page_id_9 #login .myIcons .google,
body#page_id_8 #reg .myIcons .google {
	background-position: -1px -1px;
}
body#page_id_9 #login .myIcons .yandex,
body#page_id_8 #reg .myIcons .yandex {
	background-position: -141px -1px;
}
body#page_id_9 #login .myIcons .mailru,
body#page_id_8 #reg .myIcons .mailru {
	background-position: -211px -1px;
}
body#page_id_9 #login .myIcons .facebook,
body#page_id_8 #reg .myIcons .facebook {
	background-position: -281px -1px;
}
body#page_id_9 #login .myIcons .odnoklassniki,
body#page_id_8 #reg .myIcons .odnoklassniki {
	display: none;
	background-position: -188px -1px;
}
body#page_id_9 #login .myIcons .instagram,
body#page_id_8 #reg .myIcons .instagram {
	display: none;
	background-position: -225px -1px;
	margin-right: 0;
}
form.default {
	/*margin: 20px auto 0;*/
}
form.default .field {
	padding-bottom: 15px;
	width: 100%;
}
form.default .field:after {
	display: block;
	content: '';
	clear: both;
}
form.default .field .tit {
	float: left;
	width: 30%;
	text-align: left;
	line-height: 40px;
}
form.default .field .input {
	float: right;
	text-align: left;
	width: 70%;
}
form.default .field .left {
	float: left;
	font-size: 14px;
}
form.default .field .right {
	float: right;
	font-size: 14px;
}
form.default .field .right.r {
	text-align: right;
}
form.default .field .input input[type="file"] {
	max-width: 100%;
}
form.default .field .input input[type="text"],
form.default .field .input input[type="number"],
form.default .field .input input[type="password"] {
	display: inline-block;
	text-align: left;
	border-radius: .25rem;
	color: #495057;
	border: solid 1px #d3d3d3;
	line-height: 1.5;
	background: #fff;
	text-decoration: none;
	width: 100%;
	font-size: 1rem;
	padding: .375rem .75rem;
}
form.default .field .input textarea {
	height: 40px;
	display: block;
	text-align: left;
	border-radius: 20px;
	color: #333;
	border: solid 1px #d3d3d3;
	line-height: 39px;
	background: #fff;
	font-size: 20px;
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
	width: 100%;
	font-size: 17px;
	padding: 0 20px;
	height: 100px;
}
form.default .field .input button,
form.default .field .input input[type="submit"] {
	height: 40px;
	display: block;
	text-align: center;
	border-radius: 20px;
	color: #fff;
	border: none;
	line-height: 40px;
	background: #ff3100;
	font-size: 20px;
	cursor: pointer;
	text-decoration: none;
	border-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	width: 100%;
}
form.default .field .input button:hover,
form.default .field .input input[type="submit"]:hover {
	background: #fb8c00;
}
form.default .field .input button:active,
form.default .field .input input[type="submit"]:active {
	background: #f5511e;
}
body#page_id_8 form.default .input .descr {
	font-size: 12px;
}
body#page_id_14 form.default {
	width: 430px;
}
body#page_id_14 form.default {
	width: 430px;
}
body#page_id_62 .inner > form.default {
	width: 750px;
}
.bg-warning,
.bg-danger,
.bg-success {
	padding: 10px 30px ;
	border: solid 1px #e9edf6;
	border-radius: 5px;
	font-weight: 300;
	color: #fff;
}
.bg-danger {
	background: #fb8c00;
}
.bg-warning {
	background: #fb8c00;
}
.bg-success {
	background: #00ca54;
}
#tarifs {
	margin: 0 auto;
	width: 980px;
}
#tarifs > .title {
	font-size: 36px;
	margin-bottom: 35px;
	margin-top: 40px;
	text-align: center;
}
#tarifs .accordion {
	display: none;
}
#tarifs .col1 {
	width: 100% !important;
}
#tarifs .col1_small {
	width: 100%;
	margin: 45px auto 0;
	line-height: 170%;
}
#tarifs .payperiod {
	border-bottom: dashed 1px;
	margin-right: 5px;
	cursor: pointer;
}
#tarifs .payperiod.active {
	font-weight: bold;
	border-bottom: none;
}
#tarifs .cols {
	padding-top: 20px;
}
#tarifs .cols:after {
	display: block;
	content: '';
	clear: both;
}
#tarifs .cols .col2 {
	float: left;
	line-height: 150%;
	margin-right: 150px;
	width: 340px;
}
#tarifs .cols .col2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tarifs .cols .col2 ul li {
	padding-left: 30px;
	margin-bottom: 12px;
	position: relative;
}
#tarifs .cols .col2 ul li:before {
	display: inline-block;
	font-family: FontAwesome;
	/*    font-feature-settings: normal;*/
	font-kerning: auto;
	font-language-override: normal;
	font-size: inherit;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	color: #36d579;
	content: '';
	left: 0;
	top: 1px;
}
#tarifs .current_tarif {
	margin-top: 45px;
	padding: 12px 10px;
	border: solid 1px #36d579;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	color: #36d579;
}
#tarifs .tarif_table {
	font-size: 14px;
	display: table;
	margin-top: 50px;
}
#tarifs .tarif_table .row {
	display: table-row;
	margin-bottom: 20px;
}
#tarifs .tarif_table .row:nth-child(even) {
	background: #f5f8ff;
}
#tarifs .tarif_table .row:first-child {
	font-size: 14px;
	line-height: 120%;
	font-weight: 500;
	text-transform: uppercase;
}
#tarifs .tarif_table .row:first-child .col > div {
	text-transform: none;
	font-size: 13px;
	font-weight: 100;
}
#tarifs .tarif_table .row:after {
	display: block;
	content: '';
	clear: both;
}
#tarifs .tarif_table .row .col {
	border-bottom: solid 1px #d3d3d3;
	vertical-align: middle;
	padding: 10px 15px;
	display: table-cell;
	width: 16%;
	min-height: 50px;
	border-right: solid 1px #d3d3d3;
	text-align: center;
	font-size: 15px;
}
#tarifs .tarif_table .row .col a {
	color: #ff3100;
}
#tarifs .tarif_table .row .col i {
	color: #36d579;
}
#tarifs .tarif_table .row .col:last-child {
	border-right: none;
}
#tarifs .tarif_table .row .col:first-child {
	text-align: left;
	width: 22%;
}
#tarifs .tarif_table .row .col .tbtn {
	height: 28px;
	display: block;
	text-align: left;
	border-radius: 14px;
	color: #333;
	border: solid 1px #d3d3d3;
	line-height: 27px;
	background: #fff;
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
	width: 100%;
	text-align: center;
	color: #9e9e9e;
	font-weight: 300;
	font-size: 13px;
	border: solid 1px #9e9e9e;
	text-transform: capitalize;
}
#tarifs .tarif_table .row .col .obtn {
	height: 28px;
	display: block;
	text-align: center;
	border-radius: 14px;
	color: #fff;
	border: none;
	line-height: 28px;
	background: #ff3100;
	cursor: pointer;
	text-decoration: none;
	border-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	width: 100%;
	font-size: 13px;
	text-transform: capitalize;
}
#tarifs .tarif_table .row .col .obtn:hover {
	background: #fb8c00;
}
#tarifs .tarif_table .row .col .obtn:active {
	background: #f5511e;
}
#tarifs .tarif_table .row:last-child .col {
	border-bottom: none;
}
#tarifs .tarif_table .row:last-child .col:nth-child(1),
#tarifs .tarif_table .row:last-child .col:nth-child(2) {
	border-right: none;
}
#tarifs .tarif_table .row:first-child .col:nth-child(1) {
	border-right: none;
}
.text_scroller.partners {
	margin-top: 30px;
	padding-bottom: 40px;
}
.text_scroller.partners a,
.text_scroller.partners span {
	padding: 3px;
	border: solid 1px #ebeff7;
	margin-right: 3px;
	text-decoration: none;
}
.text_scroller.partners span {
	background: #e2e2e2;
}
#location,
#templates,
#config,
#akcii {
	margin-top: 40px;
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
    gap: 0 40px;
}
#support {
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
@media screen and (max-width: 808px) {
	#support {
		flex-direction: column;
	}
}
#support .sections_toogler,
#location .sections_toogler,
#templates .sections_toogler,
#config .sections_toogler,
#akcii .sections_toogler {
	display: none;
}
#location .left_col,
#templates .left_col,
#config .left_col,
#akcii .left_col {
	width: 260px;
	/*float: left;*/
}
#support .left_col {
	width: 260px;
}
#support .left_col h2,
#location .left_col h2,
#templates .left_col h2,
#config .left_col h2,
#akcii .left_col h2 {
	display: none;
}
#support .left_col #search,
#location .left_col #search,
#templates .left_col #search,
#config .left_col #search,
#akcii .left_col #search {
	position: relative;
}
#support .left_col #search input[type="text"],
#location .left_col #search input[type="text"],
#templates .left_col #search input[type="text"],
#config .left_col #search input[type="text"],
#akcii .left_col #search input[type="text"] {
	height: 40px;
	display: block;
	text-align: left;
	border-radius: 20px;
	color: #333;
	border: solid 1px #d3d3d3;
	line-height: 39px;
	background: #fff;
	font-size: 20px;
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
	width: 100%;
	padding: 0 50px 0 30px;
}
#support .left_col #search button,
#location .left_col #search button,
#templates .left_col #search button,
#config .left_col #search button,
#akcii .left_col #search button {
	position: absolute;
	height: 40px;
	right: 0;
	top: 0;
	width: 40px;
	text-align: center;
	line-height: 40px;
	border: none;
	background: transparent;
	border-radius: 20px;
	color: #ccc;
}
#support .left_col #search button:hover,
#location .left_col #search button:hover,
#templates .left_col #search button:hover,
#config .left_col #search button:hover,
#akcii .left_col #search button:hover {
	color: #313131;
}
#support .left_col ul,
#location .left_col ul,
#templates .left_col ul,
#config .left_col ul,
#akcii .left_col ul {
	list-style: none;
	margin: 0;
	background: #f5f8ff;
	margin-top: 30px;
	padding: 0;
	font-size: 15px;
}
#support .left_col ul li,
#location .left_col ul li,
#templates .left_col ul li,
#config .left_col ul li,
#akcii .left_col ul li {
	padding: 7px 17px;
	border-left: solid 3px transparent;
}
#support .left_col ul li a,
#location .left_col ul li a,
#templates .left_col ul li a,
#config .left_col ul li a,
#akcii .left_col ul li a {
	display: block;
	color: inherit;
	text-decoration: none;
}
#support .left_col ul li a:hover,
#location .left_col ul li a:hover,
#templates .left_col ul li a:hover,
#config .left_col ul li a:hover,
#akcii .left_col ul li a:hover {
	color: #ff3100;
}
#support .left_col ul li.current,
#location .left_col ul li.current,
#templates .left_col ul li.current,
#config .left_col ul li.current,
#akcii .left_col ul li.current,
#support .left_col ul li.hover,
#location .left_col ul li.hover,
#templates .left_col ul li.hover,
#config .left_col ul li.hover,
#akcii .left_col ul li.hover {
	background: #fff;
	border-left: solid 3px #ff3100;
}
#location .right_col,
#templates .right_col,
#support .right_col,
/*#config .right_col,*/
#akcii .right_col {
	width: calc(100% - 260px - 40px);
	/*width: 840px;*/
	/*float: right;*/
	
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px 30px;
}
#support .right_col {
	gap: 13px;
}
#support .record {
	width: 100%
}
#support .right_col .record-description,
#location .right_col .record-description,
#templates .right_col .record-description,
#config .right_col .record-description,
#akcii .right_col .record-description {
	padding-left: 40px;
}
#support .right_col .record-description .views,
#location .right_col .record-description .views,
#templates .right_col .record-description .views,
#config .right_col .record-description .views,
#akcii .right_col .record-description .views {
	font-size: 12px;
	color: #666;
	text-align: left;
}
#support .right_col .record-sniped,
#location .right_col .record-sniped,
#templates .right_col .record-sniped,
#config .right_col .record-sniped,
#akcii .right_col .record-sniped {
	/*float: left;*/
	height: 360px;
	/*margin-left: 40px;*/
	width: 400px;
	border: solid 1px #ebeff7;
	/*margin-bottom: 30px;*/
}
#support .right_col .record-sniped .image,
#location .right_col .record-sniped .image,
#templates .right_col .record-sniped .image,
#config .right_col .record-sniped .image,
#akcii .right_col .record-sniped .image {
	width: 100%;
	height: 230px;
	display: block;
	background-size: cover;
}
#support .right_col .record-sniped .link,
#location .right_col .record-sniped .link,
#templates .right_col .record-sniped .link,
#config .right_col .record-sniped .link,
#akcii .right_col .record-sniped .link {
	background: #fff;
	height: 178px;
	line-height: 130%;
	overflow: hidden;
	padding: 30px;
}
#support .right_col .record-sniped .link a,
#location .right_col .record-sniped .link a,
#templates .right_col .record-sniped .link a,
#config .right_col .record-sniped .link a,
#akcii .right_col .record-sniped .link a {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
#support .right_col .record-sniped .link .record-descr,
#location .right_col .record-sniped .link .record-descr,
#templates .right_col .record-sniped .link .record-descr,
#config .right_col .record-sniped .link .record-descr,
#akcii .right_col .record-sniped .link .record-descr {
	font-size: 14px;
	padding-top: 20px;
}
#support .right_col .clear.col2,
#location .right_col .clear.col2,
#templates .right_col .clear.col2,
#config .right_col .clear.col2,
#akcii .right_col .clear.col2,
#support .right_col .clear.col3,
#location .right_col .clear.col3,
#templates .right_col .clear.col3,
#config .right_col .clear.col3,
#akcii .right_col .clear.col3 {
	display: none;
}
#support .text_scroller,
#location .text_scroller,
#templates .text_scroller,
#config .text_scroller,
#akcii .text_scroller {
	width: 100%;
	padding-bottom: 40px;
	padding-left: 40px;
}
#support .text_scroller a,
#location .text_scroller a,
#templates .text_scroller a,
#config .text_scroller a,
#akcii .text_scroller a,
#support .text_scroller span,
#location .text_scroller span,
#templates .text_scroller span,
#config .text_scroller span,
#akcii .text_scroller span {
	padding: 3px;
	border: solid 1px #ebeff7;
	margin-right: 3px;
	text-decoration: none;
}
#support .text_scroller span,
#location .text_scroller span,
#templates .text_scroller span,
#config .text_scroller span,
#akcii .text_scroller span {
	background: #e2e2e2;
}
#support .template-preview-wrapper,
#location .template-preview-wrapper,
#templates .template-preview-wrapper,
#config .template-preview-wrapper,
#akcii .template-preview-wrapper,
#support .make_site,
#location .make_site,
#templates .make_site,
#config .make_site,
#akcii .make_site {
/*	float: left;
	margin-bottom: 20px;
	margin-left: 33px;*/
	width: 260px;
}
#support .template-preview-wrapper a.template-preview,
#location .template-preview-wrapper a.template-preview,
#templates .template-preview-wrapper a.template-preview,
#config .template-preview-wrapper a.template-preview,
#akcii .template-preview-wrapper a.template-preview,
#support .make_site a.template-preview,
#location .make_site a.template-preview,
#templates .make_site a.template-preview,
#config .make_site a.template-preview,
#akcii .make_site a.template-preview {
	width: 100%;
	display: block;
	height: 260px;
	border: solid 1px #C8D4EF;
}
#support .template-preview-wrapper span.btn,
#location .template-preview-wrapper span.btn,
#templates .template-preview-wrapper span.btn,
#config .template-preview-wrapper span.btn,
#akcii .template-preview-wrapper span.btn,
#support .make_site span.btn,
#location .make_site span.btn,
#templates .make_site span.btn,
#config .make_site span.btn,
#akcii .make_site span.btn {
	display: block;
	height: 30px;
	text-align: center;
	line-height: 29px;
	border: solid 1px;
	border-radius: 15px;
	font-size: 15px;
	cursor: pointer;
	text-decoration: none;
	color: #9e9e9e;
	font-weight: 300;
	width: 100px;
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
}
#support .template-preview-wrapper span.btn:hover,
#location .template-preview-wrapper span.btn:hover,
#templates .template-preview-wrapper span.btn:hover,
#config .template-preview-wrapper span.btn:hover,
#akcii .template-preview-wrapper span.btn:hover,
#support .make_site span.btn:hover,
#location .make_site span.btn:hover,
#templates .make_site span.btn:hover,
#config .make_site span.btn:hover,
#akcii .make_site span.btn:hover {
	color: #fff;
	background: #fb8c00;
	border-color: transparent;
}
#support .template-preview-wrapper span.btn:active,
#location .template-preview-wrapper span.btn:active,
#templates .template-preview-wrapper span.btn:active,
#config .template-preview-wrapper span.btn:active,
#akcii .template-preview-wrapper span.btn:active,
#support .make_site span.btn:active,
#location .make_site span.btn:active,
#templates .make_site span.btn:active,
#config .make_site span.btn:active,
#akcii .make_site span.btn:active {
	color: #fff;
	background: #f5511e;
	border-color: transparent;
}
#support .template-preview-wrapper a.btn,
#location .template-preview-wrapper a.btn,
#templates .template-preview-wrapper a.btn,
#config .template-preview-wrapper a.btn,
#akcii .template-preview-wrapper a.btn,
#support .make_site a.btn,
#location .make_site a.btn,
#templates .make_site a.btn,
#config .make_site a.btn,
#akcii .make_site a.btn {
	height: 30px;
	display: block;
	text-align: center;
	border-radius: 15px;
	border: none;
	line-height: 30px;
	background: #fe6a3a;
	font-size: 15px;
	cursor: pointer;
	text-decoration: none;
	border-color: transparent;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	font-weight: 300;
	width: 100px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	text-transform: none;
	background-image: url(/templates/new/i/rect3336.png);
	background-position: 0 -151px;
	background-repeat: no-repeat;
}
#support .template-preview-wrapper a.btn:hover,
#location .template-preview-wrapper a.btn:hover,
#templates .template-preview-wrapper a.btn:hover,
#config .template-preview-wrapper a.btn:hover,
#akcii .template-preview-wrapper a.btn:hover,
#support .make_site a.btn:hover,
#location .make_site a.btn:hover,
#templates .make_site a.btn:hover,
#config .make_site a.btn:hover,
#akcii .make_site a.btn:hover {
	background: #fb8c00;
}
#support .template-preview-wrapper a.btn:active,
#location .template-preview-wrapper a.btn:active,
#templates .template-preview-wrapper a.btn:active,
#config .template-preview-wrapper a.btn:active,
#akcii .template-preview-wrapper a.btn:active,
#support .make_site a.btn:active,
#location .make_site a.btn:active,
#templates .make_site a.btn:active,
#config .make_site a.btn:active,
#akcii .make_site a.btn:active {
	background: #f5511e;
}
#support .template-preview-wrapper .template-preview-wrapper-descr,
#location .template-preview-wrapper .template-preview-wrapper-descr,
#templates .template-preview-wrapper .template-preview-wrapper-descr,
#config .template-preview-wrapper .template-preview-wrapper-descr,
#akcii .template-preview-wrapper .template-preview-wrapper-descr,
#support .make_site .template-preview-wrapper-descr,
#location .make_site .template-preview-wrapper-descr,
#templates .make_site .template-preview-wrapper-descr,
#config .make_site .template-preview-wrapper-descr,
#akcii .make_site .template-preview-wrapper-descr {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	line-height: 120%;
	min-height: 40px;
	margin-bottom: 10px;
}
#support .template-preview-wrapper .template-preview-price,
#location .template-preview-wrapper .template-preview-price,
#templates .template-preview-wrapper .template-preview-price,
#config .template-preview-wrapper .template-preview-price,
#akcii .template-preview-wrapper .template-preview-price,
#support .make_site .template-preview-price,
#location .make_site .template-preview-price,
#templates .make_site .template-preview-price,
#config .make_site .template-preview-price,
#akcii .make_site .template-preview-price {
	display: block;
	font-size: 14px;
	line-height: 120%;
	margin-bottom: 10px;
}
#support .template-preview-wrapper.make_site a.template-preview,
#location .template-preview-wrapper.make_site a.template-preview,
#templates .template-preview-wrapper.make_site a.template-preview,
#config .template-preview-wrapper.make_site a.template-preview,
#akcii .template-preview-wrapper.make_site a.template-preview,
#support .make_site.make_site a.template-preview,
#location .make_site.make_site a.template-preview,
#templates .make_site.make_site a.template-preview,
#config .make_site.make_site a.template-preview,
#akcii .make_site.make_site a.template-preview {
	background: url(/templates/new/i/make_site.jpg) no-repeat center center;
}
#support #template_preview,
#location #template_preview,
#templates #template_preview,
#config #template_preview,
#akcii #template_preview {
	height: 805px;
	margin: 0 auto 0 90px;
	width: 550px;
	background-size: 100% auto;
	border: solid 1px #e4e8f4;
	border-top: solid 25px #e4e8f4;
	position: relative;
	border-radius: 5px;
}
#support #template_preview::before,
#location #template_preview::before,
#templates #template_preview::before,
#config #template_preview::before,
#akcii #template_preview::before {
	display: inline-block;
	font-family: FontAwesome;
	/*    font-feature-settings: normal;*/
	font-kerning: auto;
	font-language-override: normal;
	font-size: inherit;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
	font-size: 13px;
	position: absolute;
	top: -19px;
	left: 10px;
	content: '  ';
	color: #9caad6;
}
#support #template_preview #template_iphone,
#location #template_preview #template_iphone,
#templates #template_preview #template_iphone,
#config #template_preview #template_iphone,
#akcii #template_preview #template_iphone {
	background-image: url(/templates/new/i/iphone.png);
	background-repeat: no-repeat;
	height: 536px;
	position: absolute;
	right: -202px;
	top: 110px;
	width: 262px;
}
#support #template_preview #template_iphone #template_iphone_content,
#location #template_preview #template_iphone #template_iphone_content,
#templates #template_preview #template_iphone #template_iphone_content,
#config #template_preview #template_iphone #template_iphone_content,
#akcii #template_preview #template_iphone #template_iphone_content {
	height: 421px;
	left: 11px;
	position: absolute;
	top: 54px;
	width: 236px;
	background-size: 100% auto;
}
#support #template_btns,
#location #template_btns,
#templates #template_btns,
#config #template_btns,
#akcii #template_btns {
	text-align: center;
	margin-top: 40px;
}
#support #template_view,
#location #template_view,
#templates #template_view,
#config #template_view,
#akcii #template_view {
	display: block;
	height: 50px;
	text-align: center;
	line-height: 49px;
	border: solid 1px;
	border-radius: 25px;
	color: #ff3100;
	font-size: 25px;
	cursor: pointer;
	text-decoration: none;
	width: 300px;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}
#support #template_view:hover,
#location #template_view:hover,
#templates #template_view:hover,
#config #template_view:hover,
#akcii #template_view:hover {
	color: #fff;
	background: #fb8c00;
	border-color: transparent;
}
#support #template_view:active,
#location #template_view:active,
#templates #template_view:active,
#config #template_view:active,
#akcii #template_view:active {
	color: #fff;
	background: #f5511e;
	border-color: transparent;
}
#support #template_install,
#location #template_install,
#templates #template_install,
#config #template_install,
#akcii #template_install {
	height: 50px;
	display: block;
	text-align: center;
	border-radius: 25px;
	color: #fff;
	border: none;
	line-height: 50px;
	background: #ff3100;
	font-size: 25px;
	cursor: pointer;
	text-decoration: none;
	border-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	width: 230px;
	display: inline-block;
	background-image: url(/templates/new/i/rect3336.png);
	background-position: 0 -151px;
	background-repeat: no-repeat;
}
#support #template_install:hover,
#location #template_install:hover,
#templates #template_install:hover,
#config #template_install:hover,
#akcii #template_install:hover {
	background: #fb8c00;
}
#support #template_install:active,
#location #template_install:active,
#templates #template_install:active,
#config #template_install:active,
#akcii #template_install:active {
	background: #f5511e;
}
#support #get_unit,
#location #get_unit,
#templates #get_unit,
#config #get_unit,
#akcii #get_unit {
	height: 50px;
	display: block;
	text-align: center;
	border-radius: 25px;
	color: #fff;
	border: none;
	line-height: 50px;
	background: #ff3100;
	font-size: 25px;
	cursor: pointer;
	text-decoration: none;
	border-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	width: 230px;
	display: inline-block;
	background-image: url(/templates/new/i/rect3336.png);
	background-position: 0 -151px;
	background-repeat: no-repeat;
}
#support #get_unit:hover,
#location #get_unit:hover,
#templates #get_unit:hover,
#config #get_unit:hover,
#akcii #get_unit:hover {
	background: #fb8c00;
}
#support #get_unit:active,
#location #get_unit:active,
#templates #get_unit:active,
#config #get_unit:active,
#akcii #get_unit:active {
	background: #f5511e;
}
#support #template_install2,
#location #template_install2,
#templates #template_install2,
#config #template_install2,
#akcii #template_install2 {
	height: 50px;
	display: block;
	text-align: center;
	border-radius: 25px;
	color: #fff;
	border: none;
	line-height: 50px;
	background: #ff3100;
	font-size: 25px;
	cursor: pointer;
	text-decoration: none;
	border-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	width: 230px;
	display: inline-block;
	background-image: url(/templates/new/i/rect3336.png);
	background-position: 0 -151px;
	background-repeat: no-repeat;
}
#support #template_install2:hover,
#location #template_install2:hover,
#templates #template_install2:hover,
#config #template_install2:hover,
#akcii #template_install2:hover {
	background: #fb8c00;
}
#support #template_install2:active,
#location #template_install2:active,
#templates #template_install2:active,
#config #template_install2:active,
#akcii #template_install2:active {
	background: #f5511e;
}
#support #template_remark,
#location #template_remark,
#templates #template_remark,
#config #template_remark,
#akcii #template_remark {
	border: solid 1px #C8D4EF;
	padding: 10px;
	font-size: 14px;
	margin-top: 20px;
}
#akcii .record-btn {
	margin-top: 10px;
	display: block;
	height: 40px;
	text-align: center;
	line-height: 39px;
	border: solid 1px;
	border-radius: 20px;
	color: #ff3100;
	font-size: 20px;
	cursor: pointer;
	text-decoration: none;
}
#akcii .record-btn:hover {
	color: #fff;
	background: #fb8c00;
	border-color: transparent;
}
#akcii .record-btn:active {
	color: #fff;
	background: #f5511e;
	border-color: transparent;
}
#akcii .right_col .record-sniped {
	height: 490px;
}
#akcii .right_col .record-sniped .link {
	height: 228px;
}
#config .right_col {
	width: 830px;
}
#baza-znaniy {
	margin: 0 auto;
	width: 960px;
}
#baza-znaniy .bz_block {
	/*
		  box-shadow: 0 0 15px -8px #000;
		  box-shadow: 0  0 15px -8px #000;
	*/
	border: solid 1px #e2e2e2;
	display: block;
	margin-top: 30px;
	position: relative;
	line-height: 170%;
	padding: 30px 40px;
}
#baza-znaniy .bz_block .links {
	padding-top: 30px;
}
#baza-znaniy .bz_block .links ul {
	font-size: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
}
#baza-znaniy .bz_block .tit {
	font-weight: 700;
	padding-left: 65px;
	padding-top: 10px;
}
#baza-znaniy .bz_block .icon {
	background-image: url(/templates/new/i/baza-znaniy/icons.jpg);
	background-position: 0 0;
	height: 34px;
	left: 46px;
	position: absolute;
	top: 49px;
	width: 44px;
}
#baza-znaniy .bz_block .icon#i1 {
	background-position: 0 0;
}
#baza-znaniy .bz_block .icon#i2 {
	background-position: -50px 0;
}
#baza-znaniy .bz_block .icon#i3 {
	background-position: -100px 0;
}
#baza-znaniy .bz_block .icon#i4 {
	background-position: -150px 0;
}
#baza-znaniy .bz_block .icon#i5 {
	background-position: -200px 0;
}
#baza-znaniy .bz_block .icon#i6 {
	background-position: -250px 0;
}
#baza-znaniy .bz_block .icon#i7 {
	background-position: -300px 0;
}
#baza-znaniy .bz_block .icon#i8 {
	background-position: -350px 0;
}
#baza-znaniy .bz_block .icon#i9 {
	background-position: -400px 0;
}
#baza-znaniy .bz_block.long {
	width: 100%;
	float: none;
}
#baza-znaniy .bz_block.long:after {
	display: block;
	content: '';
	clear: both;
}
#baza-znaniy .bz_block.long .left_part {
	width: 424px;
	float: left;
}
#baza-znaniy .bz_block.long .right_part {
	float: right;
	width: 424px;
}
#baza-znaniy .bz_block.long .right_part .b_videos {
	width: 100%;
	height: 220px;
	background-color: #000;
	background-size: 390px auto;
	background-position: center center;
	border: solid 1px #e4e8f4;
	box-sizing: border-box;
	position: relative;
}
#baza-znaniy .bz_block.long .right_part .b_videos:after {
	display: block;
	content: "";
	color: #fff;
	text-align: center;
	line-height: 50px;
	border-radius: 7px;
	font-size: 36px;
	width: 80px;
	height: 50px;
	background: #CC181E;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -40px;
	font-family: FontAwesome;
	cursor: pointer;
}
#baza-znaniy .bz_block.long .right_part .b_videos:hover::after {
	background: #000;
	color: #fff;
}
#baza-znaniy .bz_block.short {
	width: 465px;
	float: left;
	margin-right: 30px;
}
#baza-znaniy .bz_block.short.last {
	margin-right: 0;
}
#baza-znaniy .bz_block.short .right_part {
	display: none;
}
#baza-znaniy .bz_block.noicon .tit {
	padding-left: 0;
}
#baza-znaniy .bz_block.noicon .icon {
	display: none;
}
#baza-znaniy .bz_block.noicon .links {
	padding-top: 10px;
}
/* страница оплаты */
body#page_id_15 .contract,
body#page_id_70 .contract,
body#page_id_60 .contract {
	width: 100%;
	border: solid 1px #ccc;
	padding: 30px;
	font-size: 12px;
	height: 220px;
	overflow-x: hidden;
	overflow-y: scroll;
	background: #f2f2f2;
	margin-bottom: 20px;
}
body#page_id_15 .contract-accept,
body#page_id_70 .contract-accept,
body#page_id_60 .contract-accept {
	margin-bottom: 20px;
}
body#page_id_15 .package,
body#page_id_70 .package,
body#page_id_60 .package {
	float: left;
	width: 211px;
	margin-right: 15px;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 30px;
	border-radius: 2px;
	border: solid 1px #e7e7e7;
}
body#page_id_15 .package.last,
body#page_id_70 .package.last,
body#page_id_60 .package.last {
	margin-right: 0;
}
body#page_id_15 .package .title,
body#page_id_70 .package .title,
body#page_id_60 .package .title {
	font-size: 24px;
}
body#page_id_15 .package .amount,
body#page_id_70 .package .amount,
body#page_id_60 .package .amount {
	width: 100%;
	height: 70px;
	background-color: #f8f8f8;
	border: solid 1px  #e7e7e7;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 36px;
	line-height: 70px;
	border-radius: 2px;
	color: #4d4d4d;
	font-family: 'Times New Roman';
}
body#page_id_15 .package .amount_descr,
body#page_id_70 .package .amount_descr,
body#page_id_60 .package .amount_descr {
	width: 100%;
	font-size: 12px;
	text-align: left;
	color: #777;
	padding-top: 15px;
}
body#page_id_15 .package .price,
body#page_id_70 .package .price,
body#page_id_60 .package .price {
	text-align: left;
	font-size: 16px;
	height: 80px;
}
body#page_id_15 .package .buy,
body#page_id_70 .package .buy,
body#page_id_60 .package .buy {
	text-align: center;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	text-decoration: none;
	cursor: pointer;
	background: #428BCA;
	box-shadow: 1px 1px 5px -2px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	color: #fff;
}
body#page_id_15 .package .buy:hover,
body#page_id_70 .package .buy:hover,
body#page_id_60 .package .buy:hover {
	background: #428BCA;
}
body#page_id_15 #promocode .field,
body#page_id_70 #promocode .field,
body#page_id_60 #promocode .field {
	float: left;
	margin-left: 30px;
}
body#page_id_15 #promocode input[type="submit"],
body#page_id_70 #promocode input[type="submit"],
body#page_id_60 #promocode input[type="submit"] {
	height: 40px;
	margin-top: 20px;
	line-height: 40px;
}
body#page_id_15 .paymentType,
body#page_id_70 .paymentType,
body#page_id_60 .paymentType {
	float: left;
	width: 200px;
	height: 50px;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 100px 30px 30px 30px;
	border: solid 2px #e2e2e2;
	cursor: pointer;
}
body#page_id_15 .paymentType.active,
body#page_id_70 .paymentType.active,
body#page_id_60 .paymentType.active {
	border: solid 2px #666;
}
body#page_id_15 .paymentType input,
body#page_id_70 .paymentType input,
body#page_id_60 .paymentType input {
	text-align: center;
}
body#page_id_15 .paymentType.AB,
body#page_id_70 .paymentType.AB,
body#page_id_60 .paymentType.AB {
	background: url(/templates/tobiz3/img/pay/AB.png) no-repeat center 35px;
	background-size: 60% auto;
}
body#page_id_15 .paymentType.AC,
body#page_id_70 .paymentType.AC,
body#page_id_60 .paymentType.AC {
	background: url(/templates/tobiz3/img/pay/AC.png) no-repeat center 35px;
	background-size: 60% auto;
}
body#page_id_15 .paymentType.GP,
body#page_id_70 .paymentType.GP,
body#page_id_60 .paymentType.GP {
	background: url(/templates/tobiz3/img/pay/GP.png) no-repeat center 15px;
}
body#page_id_15 .paymentType.PB,
body#page_id_70 .paymentType.PB,
body#page_id_60 .paymentType.PB {
	background: url(/templates/tobiz3/img/pay/PB.png) no-repeat center 45px;
	background-size: 60% auto;
}
body#page_id_15 .paymentType.PC,
body#page_id_70 .paymentType.PC,
body#page_id_60 .paymentType.PC {
	background: url(/templates/tobiz3/img/pay/PC.png) no-repeat center 30px;
	background-size: 50% auto;
}
body#page_id_15 .paymentType.QW,
body#page_id_70 .paymentType.QW,
body#page_id_60 .paymentType.QW {
	background: url(/templates/tobiz3/img/pay/QW.png) no-repeat center 35px;
	background-size: 50% auto;
}
body#page_id_15 #payCmd,
body#page_id_70 #payCmd,
body#page_id_60 #payCmd {
	height: 50px;
	display: block;
	text-align: center;
	border-radius: 25px;
	color: #fff;
	border: none;
	line-height: 50px;
	background: #ff3100;
	font-size: 25px;
	cursor: pointer;
	text-decoration: none;
	border-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	width: 200px;
}
body#page_id_15 #payCmd:hover,
body#page_id_70 #payCmd:hover,
body#page_id_60 #payCmd:hover {
	background: #fb8c00;
}
body#page_id_15 #payCmd:active,
body#page_id_70 #payCmd:active,
body#page_id_60 #payCmd:active {
	background: #f5511e;
}
body#page_id_15 table.default tr.bg-primary th,
body#page_id_70 table.default tr.bg-primary th,
body#page_id_60 table.default tr.bg-primary th {
	background-color: #428bca;
	color: #fff;
}
body#page_id_15 #tarif_calc,
body#page_id_70 #tarif_calc,
body#page_id_60 #tarif_calc {
	margin: 0 auto;
	width: 980px;
}
body#page_id_15 #tarif_calc .left,
body#page_id_70 #tarif_calc .left,
body#page_id_60 #tarif_calc .left {
	width: 660px;
	font-size: 18px;
	background: #03a9f5;
	color: #fff;
	box-sizing: border-box;
	padding: 20px;
	line-height: 120%;
	height: 230px;
}
body#page_id_15 #tarif_calc .right,
body#page_id_70 #tarif_calc .right,
body#page_id_60 #tarif_calc .right {
	width: 320px;
	background: #F8F8F8;
	box-sizing: border-box;
	padding: 20px;
	height: 230px;
	font-size: 18px;
}
body#page_id_15 #tarif_calc .right label,
body#page_id_70 #tarif_calc .right label,
body#page_id_60 #tarif_calc .right label {
	display: block;
}
body#page_id_15 #tarif_calc .right label span,
body#page_id_70 #tarif_calc .right label span,
body#page_id_60 #tarif_calc .right label span {
	background: lightgoldenrodyellow;
	padding: 0px 5px;
	display: inline-block;
	font-size: 12px;
	border-radius: 3px;
}
body#page_id_15 #calc_month_amount,
body#page_id_70 #calc_month_amount,
body#page_id_60 #calc_month_amount {
	font-size: 48px;
}
body#page_id_15 #calc_title,
body#page_id_70 #calc_title,
body#page_id_60 #calc_title {
	font-size: 28px;
	line-height: 150%;
	padding-bottom: 20px;
}
body#page_id_15 #calc_link,
body#page_id_70 #calc_link,
body#page_id_60 #calc_link {
	margin-top: 10px;
	width: 200px;
	height: 40px;
	display: block;
	text-align: center;
	border-radius: 20px;
	color: #fff;
	border: none;
	line-height: 40px;
	background: #ff3100;
	font-size: 20px;
	cursor: pointer;
	text-decoration: none;
	border-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}
body#page_id_15 #calc_link:hover,
body#page_id_70 #calc_link:hover,
body#page_id_60 #calc_link:hover {
	background: #fb8c00;
}
body#page_id_15 #calc_link:active,
body#page_id_70 #calc_link:active,
body#page_id_60 #calc_link:active {
	background: #f5511e;
}
body#page_id_15 #tarif_calc .period,
body#page_id_70 #tarif_calc .period,
body#page_id_60 #tarif_calc .period {
	margin-right: 10px;
}
body#page_id_15 #tarif_calc .period:first-child,
body#page_id_70 #tarif_calc .period:first-child,
body#page_id_60 #tarif_calc .period:first-child {
	margin-top: 7px;
}
body#page_id_15 #calc_descr,
body#page_id_70 #calc_descr,
body#page_id_60 #calc_descr {
	margin-top: 10px;
	font-weight: 500;
	display: block;
	color: #03a9f5;
	background: #ffffff;
	border: solid 1px #f2f2f2;
	padding: 10px;
}
body#page_id_15#page_id_60 input[name="cps_email"],
body#page_id_70#page_id_60 input[name="cps_email"],
body#page_id_60#page_id_60 input[name="cps_email"] {
	height: 50px;
	display: block;
	text-align: left;
	border-radius: 25px;
	color: #333;
	border: solid 1px #d3d3d3;
	line-height: 49px;
	background: #fff;
	font-size: 25px;
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
	padding: 0 30px;
	font-size: 17px;
}
body#page_id_15#page_id_60 #payCmd,
body#page_id_70#page_id_60 #payCmd,
body#page_id_60#page_id_60 #payCmd,
body#page_id_15#page_id_60 input[name="cps_email"],
body#page_id_70#page_id_60 input[name="cps_email"],
body#page_id_60#page_id_60 input[name="cps_email"] {
	display: inline-block;
	margin-left: 20px;
}
body#page_id_15#page_id_60 .short_form,
body#page_id_70#page_id_60 .short_form,
body#page_id_60#page_id_60 .short_form {
	padding-top: 30px;
}
body#page_id_15#page_id_60 .serviseType,
body#page_id_70#page_id_60 .serviseType,
body#page_id_60#page_id_60 .serviseType {
	border: 2px solid #e2e2e2;
	cursor: pointer;
	float: left;
	font-size: 14px;
	height: 230px;
	line-height: 150%;
	margin-bottom: 15px;
	margin-right: 15px;
	overflow: hidden;
	padding: 100px 30px 30px;
	position: relative;
	text-align: center;
	width: 200px;
}
body#page_id_15#page_id_60 .serviseType input,
body#page_id_70#page_id_60 .serviseType input,
body#page_id_60#page_id_60 .serviseType input {
	text-align: center;
}
body#page_id_15#page_id_60 .serviseType.YD,
body#page_id_70#page_id_60 .serviseType.YD,
body#page_id_60#page_id_60 .serviseType.YD {
	background: url(/templates/tobiz3/img/pay/YD.png) no-repeat center 20px;
	background-size: 30% auto;
}
body#page_id_15#page_id_60 .serviseType.RS,
body#page_id_70#page_id_60 .serviseType.RS,
body#page_id_60#page_id_60 .serviseType.RS {
	background: url(/templates/tobiz3/img/pay/RS.png) no-repeat center 20px;
	background-size: 30% auto;
}
body#page_id_15#page_id_60 .serviseType.DS,
body#page_id_70#page_id_60 .serviseType.DS,
body#page_id_60#page_id_60 .serviseType.DS {
	background: url(/templates/tobiz3/img/pay/DS.png) no-repeat center 20px;
	background-size: 30% auto;
}
body#page_id_15#page_id_60 .serviseType.SE,
body#page_id_70#page_id_60 .serviseType.SE,
body#page_id_60#page_id_60 .serviseType.SE {
	background: url(/templates/tobiz3/img/pay/SE.png) no-repeat center 20px;
	background-size: 30% auto;
}
/* окно акции */
#action_popup_bg {
	z-index: 120;
	display: block;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
#action_popup {
	width: 800px;
	height: 450px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -425px;
	margin-top: -200px;
	padding: 25px;
	box-sizing: border-box;
	font-size: 18px;
	background-color: #ffffff;
	background-image: url(/templates/tobiz3/img/00000001.png);
	background-repeat: no-repeat;
	background-position: 530px 100px;
	background-size: 210px auto;
	border: solid 1px #555555;
	box-shadow: 0 0 0 10px #fff;
}
#action_content_wrapper {
	width: 100%;
	height: 100%;
	overflow: auto;
}
#action_popup_title {
	font-size: 40px;
	line-height: 120%;
	text-transform: uppercase;
}
#action_popup_close {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #ccc;
	font-size: 120%;
	cursor: pointer;
}
#action_popup_close:hover {
	color: #000;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* страница проекты */
#install_template,
#install_to {
	display: none;
}
#projects {
	width: 860px;
	margin: 0 auto;
}
.project {
	font-size: 15px;
	border: solid 1px #e7e7e7;
	border-radius: 5px;
	margin: 30px auto 0;
	width: 850px;
	position: relative;
	background: #fff;
	min-height: 90px;
	background: #f5f8ff;
}
.project .left {
	width: 730px;
	padding: 20px;
	border-right: solid 1px #e7e7e7;
	position: relative;
}
.project .project_title {
	font-size: 24px;
	line-height: 120%;
	max-height: 57px;
	overflow: hidden;
}
.project .right {
	overflow: hidden;
	position: relative;
	width: 109px;
}
.project .right .icon {
	width: 90px;
	height: 90px;
	border-top: none;
	border-right: solid 1px #e7e7e7;
	border-left: none;
	border-bottom: solid 1px #e7e7e7;
	float: left;
	text-align: center;
	font-size: 12px;
	line-height: 100%;
	cursor: pointer;
}
.project .right .icon i {
	display: block;
	font-size: 36px;
	margin: 10px 0;
}
.project .right .icon:hover {
	color: #428bca;
}
.install_template {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-radius: 5px;
	margin-top: 7px;
	width: 800px;
	margin-left: 50px;
	padding: 0;
	color: #d9534f;
	border: solid 1px #d9534f;
}
.version {
	height: 40px;
	overflow: hidden;
	border: solid 1px #e7e7e7;
	border-radius: 5px;
	margin-top: 7px;
	width: 800px;
	margin-left: 50px;
}
.version.editor3 {
	background: lightgoldenrodyellow;
}
.noversion {
	height: 40px;
	overflow: hidden;
	border: solid 1px #e7e7e7;
	border-radius: 5px;
	margin-top: 7px;
	width: 800px;
	margin-left: 50px;
	line-height: 40px;
	text-align: center;
	padding: 0;
	background: lightgoldenrodyellow;
	color: #000;
}
.version_title {
	height: 40px;
	overflow: hidden;
	margin-top: 7px;
	width: 800px;
	margin-left: 50px;
	line-height: 40px;
	text-align: left;
}
.version .num {
	float: left;
	text-align: center;
	width: 70px;
	line-height: 40px;
	height: 40px;
	font-size: 12px;
	color: #999;
	border-right: solid 1px #e7e7e7;
	background: #f8f8f8;
	overflow: hidden;
}
.version .page_title,
.version .stat {
	float: left;
	padding: 0 10px;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	overflow: hidden;
}
.version .icon.extra {
	display: none;
}
.version .icon {
	border-left: solid 1px #e7e7e7;
	width: 44px;
	height: 40px;
	float: right;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	cursor: pointer;
}
.version .icon.eye {
	border-left: none;
	border-right: solid 1px #e7e7e7;
	float: left;
}
.version .edit_page {
	display: block;
	height: 25px;
	text-align: center;
	line-height: 24px;
	border: solid 1px;
	border-radius: 12.5px;
	color: #ff3100;
	font-size: 12.5px;
	cursor: pointer;
	padding: 0 20px;
	float: right;
	margin-right: 10px;
	margin-top: 7px;
	font-size: 14px;
	text-decoration: none;
}
.version .edit_page:hover {
	color: #fff;
	background: #fb8c00;
	border-color: transparent;
}
.version .edit_page:active {
	color: #fff;
	background: #f5511e;
	border-color: transparent;
}
.version .icon i {
	width: 44px;
	height: 40px;
	display: block;
	line-height: 40px;
}
.version .icon i:hover {
	color: #428bca;
}
.version .page_id {
	display: none;
}
.project .project_id {
	display: none;
}
.email-danger {
	border-radius: 2px;
	font-size: 10px;
	line-height: 120%;
	margin-top: 5px;
	padding: 5px;
	position: absolute;
	right: 20px;
	top: 20px;
	background: lightgoldenrodyellow;
	color: #000;
}
.dialog form.default {
	margin-top: 20px;
}
.dialog form.default input[type="text"] {
	height: 40px;
	display: block;
	text-align: left;
	border-radius: 20px;
	color: #333;
	border: solid 1px #d3d3d3;
	line-height: 39px;
	background: #fff;
	font-size: 20px;
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
	padding: 0 30px;
	margin-top: 5px;
	font-size: 16px;
}
div.ui-dialog div.ui-draggable-handle {
	background: transparent !important;
	border: none !important;
}
div.ui-dialog div.ui-dialog-buttonpane {
	background: #F8F8F8;
}
#project_config_bg {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
#project_config {
	background: none repeat scroll 0 0 #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 5px -2px #000;
	height: 340px;
	left: 50%;
	margin-left: -500px;
	margin-top: -170px;
	padding: 30px;
	position: fixed;
	top: 50%;
	width: 940px;
	z-index: 120;
}
#project_config_close {
	color: #666;
	cursor: pointer;
	font-size: 24px;
	position: absolute;
	right: 20px;
	top: 15px;
}
#project_config_title {
	font-size: 24px;
}
#project_config_menu {
	height: 300px;
	left: 30px;
	overflow-y: auto;
	position: absolute;
	top: 70px;
	width: 250px;
}
#project_config_content {
	height: 300px;
	position: absolute;
	right: 30px;
	top: 70px;
	width: 700px;
	overflow-y: auto;
	overflow-x: hidden;
}
#project_config_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#project_config_menu ul li span {
	color: #428bca;
	text-decoration: underline;
	cursor: pointer;
}
#project_config_menu ul li span:hover {
	text-decoration: none;
}
#project_config_content form.default .field {
	width: 640px;
	padding-bottom: 7px;
}
#project_config_content .field input[type="text"],
#project_config_content .field input[type="password"],
#project_config_content .field button,
#project_config_content .field input[type="submit"],
#project_config_content .field textarea {
	margin: 0;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	width: 240px;
}
#project_config_content .field input[type="submit"] {
	background: #428bca;
	color: #fff;
	text-align: center;
}
#project_config_content .field input[type="checkbox"] {
	display: block;
	margin: 0 30px 0 auto;
}
#project_config_content .field .left {
	width: 270px;
}
#project_config_content .field .right {
	padding-top: 3px;
	width: 370px;
	text-align: left;
}
#project_config_content .field.stxt {
	font-size: 12px;
}
#project_config hr {
	border: none;
	border-bottom: solid 1px #e7e7e7;
	width: 80%;
	margin: 10px auto 10px 0;
}
#project_config span.help {
	margin-left: 10px;
}
#content .inner {
	position: relative;
}
#business_training {
	position: absolute;
	right: 0;
	top: 0;
	height: 41px;
	width: 350px;
	padding-left: 40px;
	background-image: url(/templates/tobiz3/img/face.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 40px auto;
}
#face {
	position: absolute;
	left: 50px;
	top: 0;
	line-height: 120%;
}
#face_knopka {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 170px;
	background: #fb8c3b;
	color: #fff;
	border-radius: 3px;
	border: solid 1px #d59661;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}
#face_knopka:hover {
	background: #e17e35;
}
[data-action="fastaddversion"] {
	cursor: pointer;
}
[data-action="removeproject"] {
	cursor: pointer;
}
#opportunities .obtn {
	height: 50px;
	display: block;
	text-align: center;
	border-radius: 25px;
	color: #fff;
	border: none;
	line-height: 50px;
	background: #ff3100;
	font-size: 25px;
	cursor: pointer;
	text-decoration: none;
	border-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	width: 350px;
	margin: 10px auto 20px;
	font-size: 18px;
	font-weight: 300;
	border: solid 2px #fff;
}
#opportunities .obtn:hover {
	background: #fb8c00;
}
#opportunities .obtn:active {
	background: #f5511e;
}
#opportunities .part {
	padding-top: 50px;
	border-bottom: solid  1px #e2e8f4;
}
#opportunities .part.noline {
	border-bottom: none;
}
#opportunities .part:last-child {
	border-bottom: none;
}
#opportunities .part > .left {
	float: left;
	width: 230px;
	font-size: 24px;
}
#opportunities .part > .right {
	float: right;
	width: 850px;
}
#opportunities .part > .right .point {
	float: left;
	padding-bottom: 50px;
	width: 255px;
	margin-right: 40px;
	font-size: 15px;
	line-height: 160%;
}
#opportunities .part > .right .point.last {
	margin-right: 0px;
}
body#page_id_62 form.default .tit,
body#page_id_89 form.default .tit {
	float: left;
	line-height: 120%;
	padding-top: 7px;
	text-align: left;
	width: 30%;
}
body#page_id_62 form.default .input,
body#page_id_89 form.default .input {
	width: 65%;
}
body#page_id_62 form.default .input .xbtn,
body#page_id_89 form.default .input .xbtn {
	margin: 0;
}
body#page_id_62 form.default .input .descr,
body#page_id_89 form.default .input .descr {
	font-size: 14px;
	font-style: italic;
	padding-left: 5px;
	padding-top: 10px;
}
body#page_id_62 form.default input[type="submit"],
body#page_id_89 form.default input[type="submit"] {
	height: 40px;
	display: block;
	text-align: center;
	border-radius: 20px;
	color: #fff;
	border: none;
	line-height: 40px;
	background: #ff3100;
	font-size: 20px;
	cursor: pointer;
	text-decoration: none;
	border-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	width: 250px;
	margin: 10px auto;
}
body#page_id_62 form.default input[type="submit"]:hover,
body#page_id_89 form.default input[type="submit"]:hover {
	background: #fb8c00;
}
body#page_id_62 form.default input[type="submit"]:active,
body#page_id_89 form.default input[type="submit"]:active {
	background: #f5511e;
}
body#page_id_69 form.default input[type="submit"] {
	height: 40px;
	display: block;
	text-align: center;
	border-radius: 20px;
	color: #fff;
	border: none;
	line-height: 40px;
	background: #ff3100;
	font-size: 20px;
	cursor: pointer;
	text-decoration: none;
	border-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	width: 250px;
	margin: 10px 0 0 0;
}
body#page_id_69 form.default input[type="submit"]:hover {
	background: #fb8c00;
}
body#page_id_69 form.default input[type="submit"]:active {
	background: #f5511e;
}
body#page_id_69 #content .inner .xbtn {
	width: 340px;
	margin: 10px 0 0 0 ;
}
body#page_id_11 #content .inner .col1 {
	width: 860px;
}
body#page_id_11 #add_project {
	width: 300px;
	display: block;
	height: 50px;
	text-align: center;
	line-height: 49px;
	border: solid 1px;
	border-radius: 25px;
	color: #ff3100;
	font-size: 25px;
	cursor: pointer;
	text-decoration: none;
}
body#page_id_11 #add_project:hover {
	color: #fff;
	background: #fb8c00;
	border-color: transparent;
}
body#page_id_11 #add_project:active {
	color: #fff;
	background: #f5511e;
	border-color: transparent;
}
body#page_id_8 #man .xbtn {
	left: 90px;
	position: absolute;
	top: 90px;
}
body#page_id_70 form.default {
	width: 430px;
}
/*body#page_id_62 [data-personal] {
  border-bottom: dashed 1px;
  cursor: pointer;
  color: #ff3100;
}
body#page_id_62 [data-personal]:hover {
  color: #FB8C00;
}*/
body#page_id_83 form.default .input_right,
body#page_id_82 form.default .input_right,
body#page_id_81 form.default .input_right,
body#page_id_80 form.default .input_right,
body#page_id_79 form.default .input_right {
	width: 100%;
	text-align: right;
}
.notification-event {
	padding: 30px;
	padding-left: 100px;
	margin-bottom: 30px;
	border: solid 1px #ff3100;
	background: rgba(255, 49, 0, 0.2);
	position: relative;
	border-radius: 3px;
}
.notification-event:before {
	display: inline-block;
	font-family: FontAwesome;
	/*    font-feature-settings: normal;*/
	font-kerning: auto;
	font-language-override: normal;
	font-size: inherit;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
	content: '\f071';
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 36px;
	display: block;
	width: 100px;
	color: #fff;
}
.notification-event [data-action="process-event"] {
	height: 40px;
	display: block;
	text-align: center;
	border-radius: 20px;
	color: #fff;
	border: none;
	line-height: 40px;
	background: #ff3100;
	font-size: 20px;
	cursor: pointer;
	text-decoration: none;
	border-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	width: 250px;
	margin-top: 10px;
	margin-right: 0;
}
.notification-event [data-action="process-event"]:hover {
	background: #fb8c00;
}
.notification-event [data-action="process-event"]:active {
	background: #f5511e;
}
#affiliate_program .part {
	position: relative;
}
#affiliate_program .part .left {
	float: left;
	width: 30%;
	margin-right: 3%;
	text-align: center;
}
#affiliate_program .part .tit {
	font-size: 21px;
	text-align: center;
	min-height: 80px;
}
#affiliate_program .part .icon1 {
	background-image: url(/templates/new/i/affiliate_program/icon1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 110px;
	height: 200px;
	width: 100%;
}
#affiliate_program .part .icon2 {
	background-image: url(/templates/new/i/affiliate_program/icon2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 110px;
	height: 200px;
	width: 100%;
}
#affiliate_program .part .icon3 {
	background-image: url(/templates/new/i/affiliate_program/icon3.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 110px;
	height: 200px;
	width: 100%;
}
#affiliate_program .part .banner {
	display: block;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
#affiliate_program #affiliate_link {
	text-align: center;
}
#affiliate_program #affiliate_link .link {
	height: 50px;
	display: block;
	text-align: left;
	border-radius: 25px;
	color: #333;
	border: solid 1px #d3d3d3;
	line-height: 49px;
	background: #fff;
	font-size: 25px;
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
	max-width: 350px;
	min-width: 300px;
	text-align: center;
	font-size: 17px;
	display: inline-block;
	margin-bottom: 5px;
}
#affiliate_program #affiliate_link .obtn {
	height: 50px;
	display: block;
	text-align: center;
	border-radius: 25px;
	color: #fff;
	border: none;
	line-height: 50px;
	background: #ff3100;
	font-size: 25px;
	cursor: pointer;
	text-decoration: none;
	border-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	max-width: 350px;
	min-width: 300px;
	margin-bottom: 5px;
	display: inline-block;
}
#affiliate_program #affiliate_link .obtn:hover {
	background: #fb8c00;
}
#affiliate_program #affiliate_link .obtn:active {
	background: #f5511e;
}
blockquote {
	border-width: 0;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
	border-style: solid;
	border-color: #fb8c00;
}
div.t_border3_orange {
	width: 90%;
	padding: 20px;
	border-width: 3px;
	border-style: solid;
	border-color: #fb8c00;
	margin-bottom: 20px;
	margin-left: 3%;
}
div.t_border3_green {
	width: 90%;
	padding: 20px;
	border-width: 3px;
	border-style: solid;
	border-color: #36d579;
	margin-bottom: 20px;
	margin-left: 3%;
}
div.t_border3_blue {
	width: 90%;
	padding: 20px;
	border-width: 3px;
	border-style: solid;
	border-color: #03a9f5;
	margin-bottom: 20px;
	margin-left: 3%;
}
div.t_border3_ligntskyblue {
	width: 90%;
	padding: 20px;
	border-width: 3px;
	border-style: solid;
	border-color: #f5f8ff;
	margin-bottom: 20px;
	margin-left: 3%;
}
/* popup */
#popup__toggle {
	bottom: 60px;
	right: 10px;
	position: fixed;
	z-index: 999;
}
.img-circle {
	background-color: #ff3100;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	position: relative;
}
.img-circle-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.circlephone {
	border: 2px solid #ff3100;
	width: 150px;
	height: 150px;
	bottom: -25px;
	right: 10px;
	position: absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	opacity: .5;
	-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
	-moz-animation: circle-anim 2.4s infinite ease-in-out !important;
	-ms-animation: circle-anim 2.4s infinite ease-in-out !important;
	-o-animation: circle-anim 2.4s infinite ease-in-out !important;
	animation: circle-anim 2.4s infinite ease-in-out !important;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all 0.5s;
}
.circle-fill {
	background-color: #ff3100;
	width: 100px;
	height: 100px;
	bottom: 0px;
	right: 35px;
	position: absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-o-animation: circle-fill-anim 2.3s infinite ease-in-out;
	animation: circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all 0.5s;
}
.img-circle {
	width: 72px;
	height: 72px;
	bottom: 14px;
	right: 49px;
	position: absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: .7;
}
.img-circleblock {
	width: 72px;
	height: 72px;
	background-image: url(/templates/new/i/discuss-issue.svg);
	background-size: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	animation-name: tossing;
	-webkit-animation-name: tossing;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
.img-circle:hover {
	opacity: 1;
}
@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 1;
	}
	50% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0.9);
		opacity: 1;
	}
}
@keyframes tossing {
	0% {
		transform: rotate(-8deg);
	}
	50% {
		transform: rotate(8deg);
	}
	100% {
		transform: rotate(-8deg);
	}
}
@keyframes circle-anim {
	0% {
		transform: rotate(0deg) scale(0.5) skew(1deg);
		opacity: .1;
	}
	30% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .5;
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1;
	}
}
@keyframes circle-fill-anim {
	0% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}
	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .2;
	}
	100% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}
}
/* popup */
[data-count] {
	position: relative;
}
[data-count]:before {
	content: attr(data-count);
	display: block;
	position: absolute;
	font-size: 12px;
	line-height: 16px;
	border-radius: 8px;
	font-weight: 400;
	top: -18px;
	right: -20px;
	padding: 0 5px;
	background: #ff3100;
	color: #fff;
}
#page_id_6 #header {
	position: fixed;
	z-index: 10;
}
#page_id_6 #content {
	padding-top: 80px;
}
@media screen and (max-width: 808px) {
	#page_id_6 #content {
		padding-top: 50px;
	}
}
body#page_id_6.mini_header #header {
	height: 50px;
	top: 0;
}
body#page_id_6.mini_header #header ul.menu {
	line-height: 50px;
}
body#page_id_6.mini_header #header .logo {
	line-height: 50px;
}
body#page_id_6.mini_header #header .auth {
	top: 10px;
}
body#page_id_6.mini_header #header li[data-count]:before {
	display: none;
}
/*69-id*/
body#page_id_69 form.default input[type="submit"],
body#page_id_69 #content .inner .xbtn {
	margin: 0 auto;
	margin-left: 0;
	width: 280px;
}
#page_id_69 #content .inner p:nth-of-type(1) {
	margin-bottom: 0;
}
#page_id_69 form.default .field:nth-of-type(2) .input {
	width: 50%;
	max-width: 280px;
	min-width: 280px;
}
#page_id_69 form.default {
	margin-top: 0;
}
#page_id_69 form.default .field:nth-of-type(1) {
	font-size: 24px;
	opacity: 0.9;
}
#page_id_69 form.default .field:nth-of-type(3) {
	flex-direction: row;
	align-items: center;
}
#page_id_69 form.default .field {
	display: flex;
	flex-direction: column;
}
#page_id_69 form.default .field input[type="checkbox"] {
	width: 20px;
	height: 20px;
}
#page_id_69 a.like_hover {
	color: #383d42;
}
/*35-id*/
#page_id_35 fieldset button {
	color: #fff;
	background: #fb8c00;
	border-color: transparent;
}
#page_id_35 fieldset button:hover {
	background: #ff9b1e;
}
/*95-id*/
#page_id_95 #filleName {
	max-width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
body#page_id_89 form.default input[type="submit"] {
	margin-left: 0;
}
/*end*/
#wrapper select:not(.form-select) {
	width: 100%;
	padding: 5px 9px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#wrapper button,
#wrapper input,
#wrapper select:not(.form-select) {
	outline: none;
}
#page_id_85 form.default .field:not(:nth-of-type(1)),
#page_id_94 form.default .field:not(:nth-of-type(1)),
#page_id_96 form.default .field:not(:nth-of-type(1)),
#page_id_97 form.default .field:not(:nth-of-type(1)),
#page_id_74 form.default .field:not(:nth-of-type(1)),
#page_id_75 form.default .field:not(:nth-of-type(1)) {
	display: flex;
	align-items: center;
}
#off20 {
	background: #ff3100;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	transition: all 0.5s ease;
}
#off20 .inner {
	height: 75px;
	line-height: 30px;
	padding-top: 25px;
	display: flex;
	justify-content: space-around;
}
#off20 .btn {
	height: 30px;
	display: block;
	text-align: center;
	border-radius: 15px;
	color: #fff;
	border: none;
	line-height: 30px;
	background: #fff;
	font-size: 15px;
	cursor: pointer;
	text-decoration: none;
	border-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	width: 200px;
	color: #ff3100;
}
#off20 .btn:hover {
	background: #fb8c00;
}
#off20 .btn:active {
	background: #f5511e;
}
#off20 .btn:hover {
	background: #ff3100;
	border: solid 1px #fff;
	color: #fff;
}
#off20 #off20_close {
	cursor: pointer;
	opacity: 0.8;
}
#off20 #off20_close:hover {
	opacity: 1;
	font-weight: 500;
}
#off20.closed {
	margin-top: -75px;
}
#content .inner #support table {
	border-collapse: collapse;
	width: 100%;
}
#content .inner #support table td,
#content .inner #support table th {
	padding: 5px 10px;
	border: solid 1px #C8D4EF;
}
#content .inner #support table td p,
#content .inner #support table th p {
	padding: 0;
	margin: 0;
}
.modal_bg {
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.7);
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	overflow-y: auto;
}
.modal_bg .modal_body {
	background: #fff;
	padding: 60px;
	position: relative;
	max-width: 600px;
	width: 90%;
	margin: 60px 0;
	height: auto;
	border-radius: 5px;
}
.modal_bg .modal_body .modal_close {
	line-height: 30px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 10px;
	height: 30px;
	width: 30px;
	font-size: 24px;
	font-weight: 100;
	cursor: pointer;
	color: #666;
}
.modal_bg .modal_body .modal_close:hover {
	color: #000;
}
.modal_bg .modal_body .modal_title {
	font-size: 32px;
	font-weight: 500;
	padding-bottom: 18px;
}
.modal_bg .modal_body .modal_subtitle {
	font-size: 14px;
}
.modal_bg .modal_body .modal_descr {
	font-size: 18px;
}
.modal_bg .modal_body.action.specialOffer {
	max-width: 960px;
}
.modal_bg .modal_body.action.specialOffer .special_offer_title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 16px;
}
.modal_bg .modal_body.action.specialOffer .special_offer_description {
	width: 38%;
	line-height: 1.3;
}
.modal_bg .modal_body.action.specialOffer .timer[data-expire] {
	margin-top: 15px;
	font-style: italic;
}
.modal_bg .modal_body.action.specialOffer .special_offer_image {
	width: 60%;
	height: 0;
	padding-bottom: 36%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.modal_bg .modal_body.action.specialOffer .special_offer_btn {
	height: 28px;
	display: block;
	text-align: center;
	border-radius: 14px;
	color: #fff;
	border: none;
	line-height: 28px;
	background: #ff3100;
	cursor: pointer;
	text-decoration: none;
	border-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	width: 100%;
	font-size: 13px;
	width: 180px;
	margin-top: 20px;
}
.modal_bg .modal_body.action.specialOffer .first-day-offer .special_offer_btn {
	height: 50px;
	width: 260px;
	max-width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
}


.modal_bg .modal_body.action.specialOffer .special_offer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width: 670px) {
	.modal_bg .modal_body {
		padding: 2rem;
	}
	.modal_bg .modal_body.action.specialOffer .special_offer_image {
		width: 100%;
		padding-bottom: 62%;
	}
}
body.modal {
	overflow: hidden;
}
/* flags */
.clients_from {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.clients_from .clients_from_title {
	width: 30%;
}
.clients_from .clients_from_flags {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 25px;
	width: 70%;
}
.clients_from .clients_from_flags i {
	margin-right: 17px;
	margin-bottom: 10px;
	border: solid 1px #f2f2f2;
}
.flag-icon-background {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}
.flag-icon {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	width: 1.33333333em;
	line-height: 1em;
}
.flag-icon:before {
	content: "\00a0";
}
.flag-icon.flag-icon-squared {
	width: 1em;
}
/*ru*/
.flag-icon-ru {
	background-image: url(/templates/new/i/flags/4x3/ru.svg);
}
/*kz*/
.flag-icon-kz {
	background-image: url(/templates/new/i/flags/4x3/kz.svg);
}
/*ua*/
.flag-icon-ua {
	background-image: url(/templates/new/i/flags/4x3/ua.svg);
}
/*by*/
.flag-icon-by {
	background-image: url(/templates/new/i/flags/4x3/by.svg);
}
/*lv*/
.flag-icon-lv {
	background-image: url(/templates/new/i/flags/4x3/lv.svg);
}
/*md*/
.flag-icon-md {
	background-image: url(/templates/new/i/flags/4x3/md.svg);
}
/*gb*/
.flag-icon-gb {
	background-image: url(/templates/new/i/flags/4x3/gb.svg);
}
/*am*/
.flag-icon-am {
	background-image: url(/templates/new/i/flags/4x3/am.svg);
}
/*de*/
.flag-icon-de {
	background-image: url(/templates/new/i/flags/4x3/de.svg);
}
/*nl*/
.flag-icon-nl {
	background-image: url(/templates/new/i/flags/4x3/nl.svg);
}
/*es*/
.flag-icon-es {
	background-image: url(/templates/new/i/flags/4x3/es.svg);
}
/*us*/
.flag-icon-us {
	background-image: url(/templates/new/i/flags/4x3/us.svg);
}
/*fr*/
.flag-icon-fr {
	background-image: url(/templates/new/i/flags/4x3/fr.svg);
}
/*tr*/
.flag-icon-tr {
	background-image: url(/templates/new/i/flags/4x3/tr.svg);
}
/*cz*/
.flag-icon-cz {
	background-image: url(/templates/new/i/flags/4x3/cz.svg);
}
/*at*/
.flag-icon-at {
	background-image: url(/templates/new/i/flags/4x3/at.svg);
}
/*cy*/
.flag-icon-cy {
	background-image: url(/templates/new/i/flags/4x3/cy.svg);
}
/*se*/
.flag-icon-se {
	background-image: url(/templates/new/i/flags/4x3/se.svg);
}
/*bg*/
.flag-icon-bg {
	background-image: url(/templates/new/i/flags/4x3/bg.svg);
}
/*il*/
.flag-icon-il {
	background-image: url(/templates/new/i/flags/4x3/il.svg);
}
/*uz*/
.flag-icon-uz {
	background-image: url(/templates/new/i/flags/4x3/uz.svg);
}
/*fi*/
.flag-icon-fi {
	background-image: url(/templates/new/i/flags/4x3/fi.svg);
}
/*ee*/
.flag-icon-ee {
	background-image: url(/templates/new/i/flags/4x3/ee.svg);
}
/*ge*/
.flag-icon-ge {
	background-image: url(/templates/new/i/flags/4x3/ge.svg);
}
/*ae*/
.flag-icon-ae {
	background-image: url(/templates/new/i/flags/4x3/ae.svg);
}
/*pl*/
.flag-icon-pl {
	background-image: url(/templates/new/i/flags/4x3/pl.svg);
}
/*ro*/
.flag-icon-ro {
	background-image: url(/templates/new/i/flags/4x3/ro.svg);
}
/*rs*/
.flag-icon-rs {
	background-image: url(/templates/new/i/flags/4x3/rs.svg);
}
/*sg*/
.flag-icon-sg {
	background-image: url(/templates/new/i/flags/4x3/sg.svg);
}
/*th*/
.flag-icon-th {
	background-image: url(/templates/new/i/flags/4x3/th.svg);
}
#wrapper.blur {
	-webkit-filter: blur(2px);
	filter: blur(2px);
}
.ajax_loading_wrapper {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(255, 255, 255, 0.7);
}
.ajax_loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	width: 64px;
	height: 64px;
	margin: auto;
}
.ajax_loading .wBall {
	position: absolute;
	width: 61px;
	height: 61px;
	opacity: 0;
	transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	animation: orbit 6.96s infinite;
	-o-animation: orbit 6.96s infinite;
	-ms-animation: orbit 6.96s infinite;
	-webkit-animation: orbit 6.96s infinite;
	-moz-animation: orbit 6.96s infinite;
}
.ajax_loading .wBall .wInnerBall {
	position: absolute;
	width: 8px;
	height: 8px;
	background: rgba(0, 0, 0, 0.5);
	left: 0px;
	top: 0px;
	border-radius: 8px;
}
.ajax_loading #wBall_1 {
	animation-delay: 1.52s;
	-o-animation-delay: 1.52s;
	-ms-animation-delay: 1.52s;
	-webkit-animation-delay: 1.52s;
	-moz-animation-delay: 1.52s;
}
.ajax_loading #wBall_2 {
	animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	-ms-animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
}
.ajax_loading #wBall_3 {
	animation-delay: 0.61s;
	-o-animation-delay: 0.61s;
	-ms-animation-delay: 0.61s;
	-webkit-animation-delay: 0.61s;
	-moz-animation-delay: 0.61s;
}
.ajax_loading #wBall_4 {
	animation-delay: 0.91s;
	-o-animation-delay: 0.91s;
	-ms-animation-delay: 0.91s;
	-webkit-animation-delay: 0.91s;
	-moz-animation-delay: 0.91s;
}
.ajax_loading #wBall_5 {
	animation-delay: 1.22s;
	-o-animation-delay: 1.22s;
	-ms-animation-delay: 1.22s;
	-webkit-animation-delay: 1.22s;
	-moz-animation-delay: 1.22s;
}
@keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}
	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin: 0%;
	}
	30% {
		opacity: 1;
		transform: rotate(410deg);
		animation-timing-function: ease-in-out;
		origin: 7%;
	}
	39% {
		opacity: 1;
		transform: rotate(645deg);
		animation-timing-function: linear;
		origin: 30%;
	}
	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin: 39%;
	}
	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin: 70%;
	}
	76% {
		opacity: 0;
		transform: rotate(900deg);
	}
	100% {
		opacity: 0;
		transform: rotate(900deg);
	}
}
.write-to-technical-support {
	font-weight: 400;
	position: fixed;
	bottom: 0;
	right: 25px;
	padding: 10px 20px;
	background: #ff3100;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	color: #fff;
	border: solid 1px #f2f2f2;
	text-decoration: none;
	z-index: 10;
}
.write-to-technical-support:hover {
	background: #fb8c00;
	color: #fff;
}
#wrapper form.default2 .field {
	padding-bottom: 40px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#wrapper form.default2 .field .tit {
	width: 30%;
}
#wrapper form.default2 .field .input {
	width: 65%;
	position: relative;
}
#wrapper form.default2 .field .input input[type="text"]:placeholder-shown + label,
#wrapper form.default2 .field .input input[type="password"]:placeholder-shown + label {
	opacity: 0;
	transform: translateY(100%);
}
#wrapper form.default2 .field .input select,
#wrapper form.default2 .field .input textarea,
#wrapper form.default2 .field .input input[type="text"],
#wrapper form.default2 .field .input input[type="password"] {
	height: 40px;
	display: block;
	text-align: left;
	color: #333;
	border: 0;
	border-bottom: solid 1px #d3d3d3;
	line-height: 39px;
	background: #fff;
	font-size: 20px;
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
	width: 100%;
	font-size: 17px;
	padding: 0 10px;
	color: #000;
	border-radius: 0;
}
#wrapper form.default2 .field .input select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
}
#wrapper form.default2 .field .input .select_wrap {
	border: solid 1px #d3d3d3;
	position: relative;
}
#wrapper form.default2 .field .input .select_wrap:after {
	display: block;
	content: "›";
	color: #666;
	font-size: 24px;
	right: 8px;
	top: 5px;
	position: absolute;
	transform: rotate(90deg);
}
#wrapper form.default2 .field .input textarea {
	border: solid 1px #d3d3d3;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	height: auto;
	min-height: 200px;
	max-height: 200px;
}
#wrapper form.default2 .field .input input[type="text"]:focus,
#wrapper form.default2 .field .input input[type="password"]:focus {
	outline: 0;
	border-bottom: solid 2px #ff5722;
}
#wrapper form.default2 .field .input input[type="text"] + label,
#wrapper form.default2 .field .input input[type="password"] + label {
	position: absolute;
	font-size: 13px;
	top: -18px;
	left: 0;
	transition: all 0.1s;
	opacity: 0.5;
	transform: translateY(calc(55%));
	line-height: 100%;
}
#wrapper form.default2 .field .input input[type="checkbox"] {
	display: none;
}
#wrapper form.default2 .field .input input[type="checkbox"] + label {
	line-height: 36px;
	cursor: pointer;
}
#wrapper form.default2 .field .input input[type="checkbox"] + label:before {
	font-size: 36px;
	content: '';
	font-family: 'FontAwesome';
	display: inline;
	color: #00ca54;
	position: relative;
	top: 5px;
	padding-right: 10px;
}
#wrapper form.default2 .field .input input[type="checkbox"]:checked + label:before {
	content: '';
	font-family: 'FontAwesome';
	display: inline;
	color: #00ca54;
}
#wrapper form.default2 .field .input input[type="submit"],
#wrapper form.default2 .field .input button {
	height: 40px;
	display: block;
	text-align: center;
	border-radius: 20px;
	color: #fff;
	border: none;
	line-height: 40px;
	background: #ff3100;
	font-size: 20px;
	cursor: pointer;
	text-decoration: none;
	border-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	width: 250px;
	margin-top: 10px;
}
#wrapper form.default2 .field .input input[type="submit"]:hover,
#wrapper form.default2 .field .input button:hover {
	background: #fb8c00;
}

.btn-white {
	display: inline-block;
	padding: 7px 15px;
	background: rgba(240, 240, 240, 0.26);
	border: solid 1px #dfdfdf;
	color: #454545;
	border-radius: 3px;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none;
	transition: .3s cubic-bezier(.67, .01, .41, 1);
}
.btn-white:hover {
	background: rgba(240, 240, 240, 0.5);
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px, rgba(0, 0, 0, 0.05) 0px 1px 2px;
	color: #454545;
}


.btn-white-sm {
	font-size: 14px;
}


.record-description iframe {
	max-width: 100%;
	/*max-height: 451px;*/
}



.m-0{
	margin:0!important
}
.mt-0,.my-0{
	margin-top:0!important
}
.mr-0,.mx-0{
	margin-right:0!important
}
.mb-0,.my-0{
	margin-bottom:0!important
}
.ml-0,.mx-0{
	margin-left:0!important
}
.m-1{
	margin:.25rem!important
}
.mt-1,.my-1{
	margin-top:.25rem!important
}
.mr-1,.mx-1{
	margin-right:.25rem!important
}
.mb-1,.my-1{
	margin-bottom:.25rem!important
}
.ml-1,.mx-1{
	margin-left:.25rem!important
}
.m-2{
	margin:.5rem!important
}
.mt-2,.my-2{
	margin-top:.5rem!important
}
.mr-2,.mx-2{
	margin-right:.5rem!important
}
.mb-2,.my-2{
	margin-bottom:.5rem!important
}
.ml-2,.mx-2{
	margin-left:.5rem!important
}
.m-3{
	margin:1rem!important
}
.mt-3,.my-3{
	margin-top:1rem!important
}
.mr-3,.mx-3{
	margin-right:1rem!important
}
.mb-3,.my-3{
	margin-bottom:1rem!important
}
.ml-3,.mx-3{
	margin-left:1rem!important
}
.m-4{
	margin:1.5rem!important
}
.mt-4,.my-4{
	margin-top:1.5rem!important
}
.mr-4,.mx-4{
	margin-right:1.5rem!important
}
.mb-4,.my-4{
	margin-bottom:1.5rem!important
}
.ml-4,.mx-4{
	margin-left:1.5rem!important
}
.m-5{
	margin:3rem!important
}
.mt-5,.my-5{
	margin-top:3rem!important
}
.mr-5,.mx-5{
	margin-right:3rem!important
}
.mb-5,.my-5{
	margin-bottom:3rem!important
}
.ml-5,.mx-5{
	margin-left:3rem!important
}
.p-0{
	padding:0!important
}
.pt-0,.py-0{
	padding-top:0!important
}
.pr-0,.px-0{
	padding-right:0!important
}
.pb-0,.py-0{
	padding-bottom:0!important
}
.pl-0,.px-0{
	padding-left:0!important
}
.p-1{
	padding:.25rem!important
}
.pt-1,.py-1{
	padding-top:.25rem!important
}
.pr-1,.px-1{
	padding-right:.25rem!important
}
.pb-1,.py-1{
	padding-bottom:.25rem!important
}
.pl-1,.px-1{
	padding-left:.25rem!important
}
.p-2{
	padding:.5rem!important
}
.pt-2,.py-2{
	padding-top:.5rem!important
}
.pr-2,.px-2{
	padding-right:.5rem!important
}
.pb-2,.py-2{
	padding-bottom:.5rem!important
}
.pl-2,.px-2{
	padding-left:.5rem!important
}
.p-3{
	padding:1rem!important
}
.pt-3,.py-3{
	padding-top:1rem!important
}
.pr-3,.px-3{
	padding-right:1rem!important
}
.pb-3,.py-3{
	padding-bottom:1rem!important
}
.pl-3,.px-3{
	padding-left:1rem!important
}
.p-4{
	padding:1.5rem!important
}
.pt-4,.py-4{
	padding-top:1.5rem!important
}
.pr-4,.px-4{
	padding-right:1.5rem!important
}
.pb-4,.py-4{
	padding-bottom:1.5rem!important
}
.pl-4,.px-4{
	padding-left:1.5rem!important
}
.p-5{
	padding:3rem!important
}
.pt-5,.py-5{
	padding-top:3rem!important
}
.pr-5,.px-5{
	padding-right:3rem!important
}
.pb-5,.py-5{
	padding-bottom:3rem!important
}
.pl-5,.px-5{
	padding-left:3rem!important
}

/* New checkbox start */
.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox+label::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #adb5bd;
	border-radius: 0.25em;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
	border-color: #b3d7ff;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
	border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox:checked+label::before {
	border-color: #0b76ef;
	background-color: #0b76ef;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
	background-color: #e9ecef;
}

.checkbox {
	margin-bottom: 1em;
}
/* New checkbox end */

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.2em;
}

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

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}



.tooltip {
	cursor: help;
	position: relative;
	display: inline-block;
}
.tooltip .tooltiptext {
	font-family: Roboto, sans-serif;
	visibility: hidden;
	width: 270px;
	background-image: -webkit-linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
	background-image: -moz-linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
	background-image: -o-linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
	background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	color: #212121;
	text-align: left;
	padding: 15px 25px;
	border-radius: 6px;
	line-height: 1.5;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -135px;
	opacity: 0;
	transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
@media screen and (max-width: 420px) {
	.tooltip {
		display: none;
	}
}



#scroll-to-top {
	box-sizing: border-box;
    position: fixed;
    bottom: 30px;
    left: 30px;
    font-size: 14px;
	font-weight: 600;
    color: #727272;
	padding: 30px;
    z-index: -10;
    opacity: 0;
    transform: scale(0);
    transition: .4s cubic-bezier(.175, .885, .32, 1.275);
}
#scroll-to-top:hover {
    color: var(--link-color);
    cursor: pointer;
	color: #252525;
}
#scroll-to-top.active {
    z-index: 10;
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 1440px) {
	#scroll-to-top {
		left: 0;
		padding: 20px;
	}
	#scroll-to-top i {
		margin: 0;
	}
	#scroll-to-top span {
		display: none;
	}
}
@media (max-width: 1240px) {
	#scroll-to-top {
		display: none;
	}
}


#float-modal-wrapper {
	background: #03a9f5;
	padding: 20px;
	font-size: 14px;
	position: fixed;
	right: 15px;
	top: 40%;
	width: 300px;
	display: flex;
	flex-direction: row;
	color: #fff;
	border-radius: 5px;
	transition: .3s ease-in-out;
	z-index: 9999;
}
#float-modal-wrapper.hidden {
	right: -700px;
}
#float-modal-wrapper .modal-icon {
	padding-right: 30px;
}
#float-modal-wrapper .modal-icon i {
	font-size: 32px;
	padding-top: 7px;
}
#float-modal-wrapper .modal-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
}
#float-modal-wrapper .modal-descr {
	margin-bottom: 8px;
}
#float-modal-wrapper .modal-btn {
	display: inline-block;
	background: #fff;
	border-radius: 5px;
	color: #03a9f5;
	text-decoration: none;
	border: 2px solid #fff;
	padding: 4px 8px;
	font-weight: 400;
}
#float-modal-wrapper .modal-btn:hover {
	color: #fff;
	background: transparent;
}
#float-modal-wrapper .modal-close {
	opacity: .6;
}
#float-modal-wrapper .modal-close:hover {
	opacity: 1;
	cursor: pointer;
}


.more_tools_wrapper {
	list-style: none;
    line-height: 150%;
    position: absolute;
    width: 300px;
    background: #fff;
    border: solid 1px #e7e7e7;
    border-radius: 5px;
    padding: 5px 0;
    z-index: 100;
}


.units_wrapper {
	
	--border-color: #4d4d4d;
	--img-width: 150px;
	
	border: 1px solid var(--border-color);
	border-radius: 1rem;
	margin: 1rem 0;
	overflow: hidden;
}
.units_wrapper .unit {
	display: flex;
	align-items: flex-start;
	padding: 1rem;
}
.units_wrapper .unit:not(:last-child) {
	border-bottom: 1px solid var(--border-color);
}
.units_wrapper .unit .unit_image {
	width: var(--img-width);
	margin-right: 1rem;
}
.units_wrapper .unit img {
	display: block;
	width: 100%;
	height: auto;
}
.units_wrapper .unit .unit_content {
	width: calc(100% - var(--img-width) - 1rem);
}
.units_wrapper .unit .unit_title a {
	color: #000 !important;
}
.units_wrapper .unit .unit_button a {
	box-sizing: border-box;
	display: inline-block;
	text-decoration: none;
	padding: .25rem .75rem;
	font-weight: 100;
	border-radius: .75rem;
	background: #03a9f5;
	border: 1px solid #03a9f5;
	color: #fff;
	margin-top: .5rem;
	line-height: 1;
}
.units_wrapper .unit .unit_button a:hover {
	color: #03a9f5;
	background: #fff;
}

@media screen and (max-width: 440px) {
	.units_wrapper {
		--img-width: 100px;
	}
}

.small,small{
	font-size:.875em
}
.text-muted {
	color: rgba(33, 37, 41, 0.75);
}

.adv_wrapper {
	padding: 2rem 0;
}
.adv_wrapper > *, .adv_wrapper img {
	display: block;
	margin: 0 auto;
}
.adv_wrapper.adv_side {
	position: sticky;
	top: 3rem;
}


.q-my-md svg {
	max-width: 100%;
	height: auto;
}






.floating-panel {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #d6dfed;
	padding: 2px 0;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
	z-index: 1050;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.panel-content {
	width: 1140px;
	max-width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 10px
}

.panel-text {
	color: #000000;
	margin: 0;
	display: flex;
	align-items: center;
	font-size: 18px;
}

a.panel-btn {
	background: rgb(255, 49, 0);
	border-radius: 0.1em;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	border: 0px none rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	padding: .75rem 1.25rem;
	text-decoration: none;
}
a.panel-btn:hover {
	background: rgb(180, 49, 0);
	color: rgb(255, 255, 255);
}

@media (max-width: 640px) {
	.panel-content {
		flex-direction: column;
		align-items: center;
	}
	.eight-minutes {
		display: none
	}
}