/*------------------------------------------
--  Reseting -------------------------------
------------------------------------------*/
body {
	padding: 0;
	margin: 0;
	font: 12px 'PT Sans', Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
}

h1, h2, h3, h4, h5, h6, pre, code {
	padding: 0;
	line-height: 1em;
	font-size: 12px;
	margin: 0 0 18px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: normal;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}

table {
	font-size: inherit;
	width: 98%;
}

ul {
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}

img {
	border: 0;
}

p {
	margin: 0 0 10px;
}

input, textarea {
	font-family: 'PT Sans', Verdana, Geneva, sans-serif;
	border: 1px solid #c4dce7;
}

:outline, :focus {
	outline: none;
}

/* Links
------------------------------------------*/

a:link, a:visited, a:hover, a:active {
	color: #3479ae;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none
}

/* Global Classes
------------------------------------------*/

.clear {
	clear: left
}

.floatLeft {
	float: left
}

.floatRight {
	float: right
}

.noPadding {
	padding: 0 !important;
}

.noMargin {
	margin: 0 !important;
}

.noBorder {
	border: none !important;
}

.noBg {
	background: none !important;
}

.imgLeft {
	float: left;
	margin: 0 15px 15px 0
}

.imgRight {
	float: right;
	margin: 0 0 15px 15px
}

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.cf {
	display: inline-block
}

/* Hides from IE-mac \*/
* html .cf {
	height: 1%
}

.cf {
	display: block
}

/* End hide from IE-mac */
/* End hide from IE-mac */

/*--------------*/
html,
body {
	height: 100%;
}

.wrap {
	min-height: 100%;
	min-width: 980px;
	margin-bottom: -30px;
	position: relative;
}

/* Header **************/
.header {
	background: #2b2c30;
	height: 90px;
	padding: 0 15px;
	position: fixed !important;
	width: 100%;
	min-width: 1000px;
}

/* Main content **************/
.main-content {
	padding-top:118px;
}

/* Left column */
.left-col {
	width: 198px;
	padding: 28px 20px 20px 15px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 90px;
	bottom: 30px;
	overflow: auto;
}

/* Right column */
.right-col {
	margin-left: 233px;
}

/* Footer **************/

.push-footer {
	height: 30px;
}

.footer {
	height: 30px;
	background: #2b2c30;
}

div.header {
	position: relative;
	z-index: 1;
}

div.header div.logo {
	float: left;
	padding-top: 19px;
	width: 176px;
	height: 47px;
	background: url(../images/icons-sprite.png) no-repeat 0px 19px;
	position: relative;
}

div.header div.logo a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

div.header ul.top-menu {
	margin-left: 218px;
	height: 90px;
	padding-right: 137px;
	overflow: hidden;
}

div.header ul.top-menu li {
	height: 90px;
	float: left;
	text-align: center;
}
div.header div.right-act .support-sm { display: none; }
@media (max-width: 1200px) { 
    div.header div.right-act .support-sm { display: block; } 
    div.header ul.top-menu li.support { display: none; }
}
div.header ul.top-menu li a {
	display: block;
	border-top: 3px solid transparent;
	padding: 30px 20px 0;
	height: 57px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
div.header ul.top-menu li.support a {
	padding-top: 15px;
}
div.header ul.top-menu li a.one-l {
	padding-top: 30px;
	height: 57px;
}

div.header ul.top-menu li a:hover {
	color: #e3a000;
}

div.header ul.top-menu li a.active {
	color: #000;
	background: #fff;
	border-top: 3px solid #e3a000;
}

div.header ul.top-menu li a br {
}

div.header ul.top-menu li.help {
	background: #47484d;
}

div.header ul.top-menu li.help a {
	padding-top: 23px;
	text-align: left;
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
	height: 64px;
}

div.header ul.top-menu li.help a span.number {
	display: block;
	margin-top: 5px;
	font-size: 15px;
}

div.header ul.top-menu li.help a:hover {
	color: #ffffff;
}

div.header div.right-act {
	position: absolute;
	right: 45px;
	top: 15px;
	padding-right: 35px;
}

div.header div.right-act a {
	color: #fff;
	text-decoration: underline;
}

div.header div.right-act .bal a.active {
	color: #fd9f01;
	text-decoration: none;

}

div.header div.right-act a:hover {
	color: #fd9f01;
}

div.header div.right-act a.allsettings.active {
	background: #fff;
	padding: 10px 11px;
	margin: -3px -11px;
	display: inline-block;
	color: #000;
	text-decoration: none;
}

div.header div.right-act div.bal {
	min-height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #fff;
}

div.header div.right-act div.bal span {
	text-decoration: underline;
}

div.header div.right-act div.bal span.bal-amount {
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
}

div.header div.right-act a.exit {
	position: absolute;
	right: 0;
	top: 4px;
	width: 17px;
	height: 16px;
	background: url(../images/icons-sprite.png) no-repeat -211px 0px;
}

div.header div.right-act a.exit:hover {
	background: url(../images/icons-sprite.png) no-repeat -238px 0px;
}

div.left-col {
	background: #f7f7f7;
	overflow-x: hidden;
}

div.left-col h2 {
}

span.what {
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	background: url(../images/icons-sprite.png) no-repeat -190px -37px;
	margin-left: 3px;
}

span.what:hover {
	background: url(../images/icons-sprite.png) no-repeat -216px -37px;
}

span.what .hint {
}

div.left-col div.title {
	font-size: 13px;
	margin-top: 20px;
}

div.left-col div.title span.what {
}

div.left-col input {
}

div.left-col select {
}

div.left-col select option {
}

div.left-col label {
	cursor: pointer;
}

div.left-col label input {
}

div.left-col .use-scheme label {
	display: inline-block;
}

div.left-col label div.who-use {
	display: inline-block;
	color: #969696;
	font-size: 12px;
}

div.left-col label div.who-use span {
	color: #000;
}

div.left-col div.sub-level.left {
	margin-left: 27px;
}

div.left-col div.sub-level div.title {
	font-size: 11px;
	margin-top: -5px;
	margin-bottom: -5px;
}

div.left-col div.sub-level input[type=text] {
	width: 155px;
}

div.left-col div.days-of-week {
	overflow: hidden;
	margin-top: 6px;
}

div.left-col div.days-of-week ul {
	margin-left: -14px;
}

div.left-col div.days-of-week ul li {
	float: left;
	margin-left: 14px;
	width: 12px;
}

div.left-col div.days-of-week ul li input {
}

div.left-col div.month {
	margin-left: -17px;
	overflow: hidden;
	margin-top: 8px;
}

div.left-col div.month ul {
	margin-left: 17px;
	width: 70px;
	float: left;
}

div.left-col div.month ul li {
}

div.left-col div.month ul li input {
}

div.left-col div.title label {
}

div.left-col div.title label input {
}

div.left-col div.title label span.has-checkbox {
	display: block;
	vertical-align: top;
	margin-left: 20px;
	margin-top: -20px;
	padding-top: 2px;
}

div.right-col {
	padding-left: 32px;
	padding-right: 15px;
}

div.right-col div.left-links {
	float: left;
	width: 200px;
	position: absolute;
	left: 32px;
	top: 28px;
	z-index: 2;
}

div.right-col div.left-links h1 {
}

div.right-col div.left-links h1 span.what {
}

div.right-col div.left-links div.scheme {
	font-size: 14px;
	margin-top: -3px;
	margin-bottom: 10px;
	margin-right: -20px;
}

div.right-col div.left-links div.scheme > div {
	margin-bottom: 2px;
	white-space: nowrap;
}

div.right-col div.left-links div.scheme .outcall-calling-buttons {
	margin-bottom: 10px;
}

div.right-col div.left-links div.scheme .outcall-calling-buttons a {
	margin-right: 5px;
}

div.right-col div.left-links div.scheme .outcall-calling-buttons input.hidden-input {
	display: none;
}

div.right-col div.left-links div.scheme div span.name {
	display: inline-block;
	width: 62px;
	vertical-align: top;
	padding-top: 4px;
}

div.right-col div.left-links div.scheme div a.choose {
	display: inline-block;
	color: #3479ae;
	text-decoration: none;
	border-bottom: 1px dashed #3479ae;
	position: relative;
}

.scheme div a.choose:before, .scheme div a.choose > .before {
	content: '';
	position: absolute;
	right: -15px;
	top: 8px;
	width: 0;
	height: 0;
	border-width: 4px 4px 0;
	border-color: #3479ae transparent;
}

/*buttons*/
a.button {
	display: inline-block;
	height: 29px;
	border-bottom: 1px solid #8d8d8d;
	color: #2b2c30;
	font-size: 13px;
	text-align: center;
	padding: 0 20px;
	line-height: 29px;
	background: #eec530;
	border-radius: 12px;
	margin-top: 14px;
	text-decoration: none;
}

a.button:hover {
	background: #ffd84a;
}

a.button:active,
a.button.active {
	background: #ffd84a;
	border-bottom: none;
	border-top: 1px solid #8d8d8d;
}

a.button.bd {
	background: none;
	border: 1px solid #e3a000;
	color: #a97a0b;
}

a.button.w200 {
	width: 158px;
}

a.button.blue {
	width: 200px;
	padding: 0;
	color: #fff;
	background: #78b5e3;
}

a.button.blue:hover {
	background: #4da5e7;
}

a.button.blue:active {
	background: #4da5e7;
}

a.button.red {
	border: 2px solid #f9d6d6;
	height: 26px;
	color: #d90000;
	width: 196px;
	padding: 0;
	background: none;
	line-height: 26px;
}

a.button.red:hover {
	height: 29px;
	line-height: 29px;
	width: 200px;
	border: none;
	border-bottom: 1px solid #8d8d8d;
	color: #fff;
	background: #e94545;
}

a.button.red:active {
	background: #e94545;
}

a.button.grey {
	background: #eaeaea;
	color: #b8b8b8;
}

a.button.mini {
	height: 22px;
	padding: 0 10px;
	line-height: 22px;
	font-size: 12px;
}

a.button.wide {
	width: 200px;
	padding: 0;
}

a.button.small {
	height: 25px;
	line-height: 25px;
	padding: 0 13px;
}

a.dotted {
	color: #3479ae;
	border-bottom: 1px dashed #3479ae;
	text-decoration: none;
}

.left-col a.button {
	margin-top: 4px;
}

.left-col-call-throw {
	width: 135px;
	font-size: 11px;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	position: relative;
	background: #fff;
	border: 1px solid #d5dde9;
}

.left-col a.button.add-number {
	width: 130px;
	float: right;
	margin-bottom: 15px;
}

div.right-col div.right-links {
	float: right;
	width: 44px;
	text-align: center;
	position: relative;
	z-index: 2;
}

div.right-col div.right-links > div {
	cursor: pointer;
}

div.right-col div.right-links div.plus {
	display: inline-block;
	width: 44px;
	height: 45px;
	background: url(../images/icons-sprite.png) no-repeat -135px -317px;
	margin-bottom: 5px;
}

div.right-col div.right-links div.minus {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../images/icons-sprite.png) no-repeat -139px -366px;
	margin-bottom: 18px;
}

div.right-col div.right-links div.back {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../images/icons-sprite.png) no-repeat -139px -425px;
	margin-bottom: 3px;
}

div.right-col div.right-links div.forw {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../images/icons-sprite.png) no-repeat -139px -465px;
	margin-bottom: 13px;
}

div.right-col div.right-links div.mess {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../images/icons-sprite.png) no-repeat -139px -518px;
}

div.right-col div.right-links div.plus:hover {
	background: url(../images/icons-sprite.png) no-repeat -262px -317px;
}

div.right-col div.right-links div.minus:hover {
	background: url(../images/icons-sprite.png) no-repeat -266px -366px;
}

div.right-col div.right-links div.back:hover {
	background: url(../images/icons-sprite.png) no-repeat -266px -425px;
}

div.right-col div.right-links div.forw:hover {
	background: url(../images/icons-sprite.png) no-repeat -266px -465px;
}

div.right-col div.right-links div.mess:hover {
	background: url(../images/icons-sprite.png) no-repeat -266px -518px;
}

div.right-col div.right-links div.plus.active {
	background: url(../images/icons-sprite.png) no-repeat -405px -317px;
}

div.right-col div.right-links div.minus.active {
	background: url(../images/icons-sprite.png) no-repeat -409px -366px;
}

div.right-col div.right-links div.back.active {
	background: url(../images/icons-sprite.png) no-repeat -409px -425px;
}

div.right-col div.right-links div.forw.active {
	background: url(../images/icons-sprite.png) no-repeat -409px -465px;
}

div.right-col div.right-links div.mess.active {
	background: url(../images/icons-sprite.png) no-repeat -409px -518px;
}

div.right-col div.right-links div.plus.disabled {
	background: url(../images/icons-sprite.png) no-repeat -2px -317px;
}

div.right-col div.right-links div.minus.disabled {
	background: url(../images/icons-sprite.png) no-repeat -6px -366px;
}

div.right-col div.right-links div.back.disabled {
	background: url(../images/icons-sprite.png) no-repeat -6px -425px;
}

div.right-col div.right-links div.forw.disabled {
	background: url(../images/icons-sprite.png) no-repeat -6px -465px;
}

div.right-col div.right-links div.mess.disabled {
	background: url(../images/icons-sprite.png) no-repeat -6px -518px;
}

div.right-col div.right-links div.disabled {
	cursor: default;
}

div.main-block {
	padding-bottom: 30px;
	position: relative;
}

div.main-block div.item {
	position: relative;
	width: 110px;
	text-align: center;
	margin: 53px auto 59px;
}

div.main-block .scheme-item__tel__scname > div.item:first-child {
	margin-top: 0;
}

div.main-block div.item:last-child {
	margin-bottom: 0px;
}

.main-block div.item:after, .main-block div.item > .after {
	content: '';
	position: absolute;
	left: 50%;
	top: -42px;
	width: 2px;
	height: 42px;
	background: #eaeaea;
	margin-left: -1px;
}

.main-block .scheme-item__tel__scname > div.item:first-child:after, .main-block .scheme-item__tel__scname > div.item:first-child > .after {
	content: '';
	position: absolute;
	display: none;
}

/*icons*/
div.main-block div.item i.icon {
	display: inline-block;
	width: 86px;
	height: 86px;
	position: relative;
	cursor: pointer;
}

div.main-block div.item.active i.icon {
	cursor: default;
}

div.main-block div.item i.icon.outcall {
	background: url(../images/settings_icons.png) no-repeat 0px -110px;
}

div.main-block div.item.active i.icon.outcall {
	background: url(../images/settings_icons.png) no-repeat -120px -110px;
}

div.main-block div.item i.icon.to-call {
	background: url(../images/settings_icons.png) no-repeat -560px -110px;
}

div.main-block div.item.active i.icon.to-call {
	background: url(../images/settings_icons.png) no-repeat -680px -110px;
}

div.main-block div.item i.icon.time-check {
	background: url(../images/settings_icons.png) no-repeat 0px -220px;
}

div.main-block div.item.active i.icon.time-check {
	background: url(../images/settings_icons.png) no-repeat -120px -220px;
}

div.main-block div.item i.icon.calling {
	background: url(../images/settings_icons.png) no-repeat 0px 0px;
}

div.main-block div.item.active i.icon.calling {
	background: url(../images/settings_icons.png) no-repeat -120px 0px;
}

div.main-block div.item i.icon.voice-mail {
	background: url(../images/settings_icons.png) no-repeat -280px -110px;
}

div.main-block div.item.active i.icon.voice-mail {
	background: url(../images/settings_icons.png) no-repeat -400px -110px;
}

div.main-block div.item i.icon.redirect {
	background: url(../images/settings_icons.png) no-repeat -560px 0px;
}

div.main-block div.item.active i.icon.redirect {
	background: url(../images/settings_icons.png) no-repeat -680px 0px;
}

div.main-block div.item i.icon.number-check {
	background: url(../images/settings_icons.png) no-repeat -280px -220px;
}

div.main-block div.item.active i.icon.number-check {
	background: url(../images/settings_icons.png) no-repeat -400px -220px;
}

div.main-block div.item i.icon.audio-mes {
	background: url(../images/settings_icons.png) no-repeat -840px 0px;
}

div.main-block div.item.active i.icon.audio-mes {
	background: url(../images/settings_icons.png) no-repeat -960px 0px;
}

div.main-block div.item i.icon.voice-menu {
	background: url(../images/settings_icons.png) no-repeat -560px -220px;
}

div.main-block div.item.active i.icon.voice-menu {
	background: url(../images/settings_icons.png) no-repeat -680px -220px;
}

div.main-block div.item i.icon.to-node {
	background: url(../images/settings_icons.png) no-repeat -280px 0px;
}

div.main-block div.item.active i.icon.to-node {
	background: url(../images/settings_icons.png) no-repeat -400px 0px;
}

div.main-block div.item i.icon.cancel {
	background: url(../images/settings_icons.png) no-repeat -839px -109px;
}

div.main-block div.item.active i.icon.cancel {
	background: url(../images/settings_icons.png) no-repeat -959px -109px;
}

div.main-block div.item i.icon.fax {
	background: url(../images/settings_icons.png) no-repeat -1113px 0px;
}

div.main-block div.item.active i.icon.fax {
	background: url(../images/settings_icons.png) no-repeat -1233px 0px;
}

div.main-block div.item i.icon i {
	display: block;
	width: 19px;
	height: 19px;
	font-style: normal;
	position: absolute;
	left: -6px;
	top: 3px;
	background: #78b5e3;
	color: #fff;
	line-height: 19px;
	text-align: center;
	border-radius: 20px;
	border: 4px solid #fff;
}

div.main-block div.item.active i.icon i,
div.main-block div.item i.icon.active i {
	background: #e3a000;
}

div.main-block div.item div.name {
	position: relative;
	font-size: 13px;
	text-align: center;
	padding: 0 1px;
	margin: 0 -10px;
}

div.main-block .scheme-item[data-scheme="outcall"] div.item div.name[data-calling] {
	display: none;
}

div.main-block .scheme-item[data-scheme="calling"] div.item div.name[data-outcall] {
	display: none;
}

div.p-item i.icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
}

div.p-item.active i.icon {
	cursor: default;
}

div.p-item i.icon.calling {
	background: url(../images/settings_icons.png) no-repeat 0px -382px;
}

div.p-item i.icon.calling:hover {
	background: url(../images/settings_icons.png) no-repeat 0px -472px;
}

div.p-item.active i.icon.calling {
	background: url(../images/settings_icons.png) no-repeat 0px -562px;
}

div.p-item i.icon.outcall {
	background: url(../images/settings_icons.png) no-repeat -118px -382px;
}

div.p-item i.icon.outcall:hover {
	background: url(../images/settings_icons.png) no-repeat -118px -472px;
}

div.p-item.active i.icon.outcall {
	background: url(../images/settings_icons.png) no-repeat -118px -562px;
}

div.p-item i.icon.redirect {
	background: url(../images/settings_icons.png) no-repeat -718px -382px;
}

div.p-item i.icon.redirect:hover {
	background: url(../images/settings_icons.png) no-repeat -718px -472px;
}

div.p-item.active i.icon.redirect {
	background: url(../images/settings_icons.png) no-repeat -718px -562px;
}

div.p-item i.icon.audio-mes {
	background: url(../images/settings_icons.png) no-repeat -1078px -382px;
}

div.p-item i.icon.audio-mes:hover {
	background: url(../images/settings_icons.png) no-repeat -1078px -472px;
}

div.p-item.active i.icon.audio-mes {
	background: url(../images/settings_icons.png) no-repeat -1078px -562px;
}

div.p-item i.icon.time-check {
	background: url(../images/settings_icons.png) no-repeat -238px -382px;
}

div.p-item i.icon.time-check:hover {
	background: url(../images/settings_icons.png) no-repeat -238px -472px;
}

div.p-item.active i.icon.time-check {
	background: url(../images/settings_icons.png) no-repeat -238px -562px;
}

div.p-item i.icon.number-check {
	background: url(../images/settings_icons.png) no-repeat -598px -382px;
}

div.p-item i.icon.number-check:hover {
	background: url(../images/settings_icons.png) no-repeat -598px -472px;
}

div.p-item.active i.icon.number-check {
	background: url(../images/settings_icons.png) no-repeat -598px -562px;
}

div.p-item i.icon.voice-menu {
	background: url(../images/settings_icons.png) no-repeat -958px -382px;
}

div.p-item i.icon.voice-menu:hover {
	background: url(../images/settings_icons.png) no-repeat -958px -472px;
}

div.p-item.active i.icon.voice-menu {
	background: url(../images/settings_icons.png) no-repeat -958px -562px;
}

div.p-item i.icon.to-node {
	background: url(../images/settings_icons.png) no-repeat -358px -382px;
}

div.p-item i.icon.to-node:not(.disabled):hover {
	background: url(../images/settings_icons.png) no-repeat -358px -472px;
}

div.p-item.active i.icon.to-node {
	background: url(../images/settings_icons.png) no-repeat -358px -562px;
}

div.p-item i.icon.voice-mail {
	background: url(../images/settings_icons.png) no-repeat -478px -382px;
}

div.p-item i.icon.voice-mail:not(.disabled):hover {
	background: url(../images/settings_icons.png) no-repeat -478px -472px;
}

div.p-item.active i.icon.voice-mail {
	background: url(../images/settings_icons.png) no-repeat -478px -562px;
}

div.p-item i.icon.to-call {
	background: url(../images/settings_icons.png) no-repeat -836px -382px;
}

div.p-item i.icon.to-call:hover {
	background: url(../images/settings_icons.png) no-repeat -836px -472px;
}

div.p-item.active i.icon.to-call {
	background: url(../images/settings_icons.png) no-repeat -836px -562px;
}

div.p-item i.icon.cancel {
	background: url(../images/settings_icons.png) no-repeat -1198px -382px;
}

div.p-item i.icon.cancel:not(.disabled):hover {
	background: url(../images/settings_icons.png) no-repeat -1198px -472px;
}

div.p-item.active i.icon.cancel {
	background: url(../images/settings_icons.png) no-repeat -1198px -562px;
}

div.p-item i.icon.fax {
	background: url(../images/settings_icons.png) no-repeat -1318px -382px;
}

div.p-item i.icon.fax:not(.disabled):hover {
	background: url(../images/settings_icons.png) no-repeat -1318px -472px;
}

div.p-item.active i.icon.fax {
	background: url(../images/settings_icons.png) no-repeat -1318px -562px;
}

div.main-block div.item i.icon.to-call i {
}

div.bottom-buttons {
	width: 200px;
	position: initial;
	left: 0;
	bottom: 0;
	margin-bottom: 20px;
}

div.bottom-buttons-callSchema {
	width: 200px;
	position: relative;
}

div.add-action-button {
	position: relative;
}

div.add-action-button .error {
	position: absolute;
	bottom: -15px;
	color: #FF0004;
	width: 100%;
	left: 0;
}

.left-col .extra {
	position: relative;
	min-height: 100%;
	margin-bottom: -88px;
}

div.bottom-buttons a.button {
	margin-top: 14px;
}

div.bottom-buttons a.button.red {
}

div.push-footer {
}

div.footer {
	padding: 0 15px;
	position: relative;
	color: #fff;
	line-height: 30px;
	font-size: 10px;
}

div.footer div.left {
	float: left;
}

div.footer div.right {
	float: right;
}

div.footer div.right i.icon.gentl {
	display: inline-block;
	width: 16px;
	height: 9px;
	background: url(../images/icons-sprite.png) no-repeat -275px -38px;
	margin: 0 5px;
}

div.footer div.right a {
	color: #fff;
	text-decoration: underline;
}

div.footer div.right a:hover {
	color: #fd9f01;
}

div.main-block {
}

div.main-block div.yes-no {
	margin: -58px auto -20px;
	padding-top: 32px;
	position: relative;
	display: inline-block;
}

div.main-block div.yes-no.spec-padding {
	padding-right: 100px;
	padding-left: 100px;
}
@media (max-width: 1000px) {
    div.main-block div.yes-no.spec-padding { padding-right: 0; }
}
div.main-block div.yes-no .yes-no {
}

div.main-block div.yes-no .yes-no .yes-no {
}

div.main-block div.yes-no .for-items {
	margin: -10px 0 0;
	display: inline-block;
}

div.main-block .item div.yes-no {
	margin-top: 0;
	margin-left: -90px;
}

div.main-block .tech-item[data-yes] > * {
	position: relative;
	left: -117px;
}

div.main-block .tech-item[data-no] > * {
	position: relative;
	right: -117px;
}

div.main-block div.yes-no div.yes {
	display: inline-block;
}

div.main-block div.yes-no > div.yes:first-child {
}

div.main-block div.yes-no > .tech-line {
	position: absolute;
	top: 7px;
	height: 2px;
	background: #ebebeb;
}

div.main-block div.yes-no {
	white-space: nowrap;
}

div.main-block div.yes-no > div {
	vertical-align: top;
	white-space: normal;
}

div.main-block div.yes-no div.no {
	display: inline-block;
	margin-left: 50px;
}

div.main-block div.yes-no div.yes > i.icon,
div.main-block div.yes-no div.no > i.icon {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 53px;
	background: url(../images/icons-sprite.png) no-repeat 0px -167px;
	color: #78b5e3;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	margin-bottom: 11px;
}

div.main-block div.yes-no div.yes.active > i.icon,
div.main-block div.yes-no div.no.active > i.icon {
	background: url(../images/icons-sprite.png) no-repeat -100px -167px;
	color: #e3a000;
}

div.main-block div.yes-no div.yes > i.icon.spec,
div.main-block div.yes-no div.no > i.icon.spec {
	font-size: 12px;
	line-height: 14px;
	height: 43px;
	padding: 10px 10px 0;
	width: 30px;
}

.yes-no div.yes > i.icon:before, .yes-no div.yes > i.icon > .before {
	content: '';
	position: absolute;
	right: -21px;
	top: -25px;
	width: 30px;
	height: 30px;
	background: url(../images/icons-sprite.png) no-repeat 0px -88px;
}

.yes-no div.no > i.icon:before, .yes-no div.no > i.icon > .before {
	content: '';
	position: absolute;
	left: -21px;
	top: -25px;
	width: 30px;
	height: 30px;
	background: url(../images/icons-sprite.png) no-repeat -62px -88px;
}

.yes-no div.yes > i.icon:after, .yes-no div.yes > i.icon > .after,
.yes-no div.no > i.icon:after, .yes-no div.no > i.icon > .after {
	/*content:'';
	position:absolute;
	left:50%;
	margin-left:-1px;
	bottom:-19px;
	width:2px;
	height:19px;
	
	background:#eaeaea;*/
}

/*notes*/
div.main-block div.for-notes {
	position: absolute;
	left: 50%;
	top: 0;
	width: 0;
	margin: 0 auto;
}

div.main-block div.for-notes div.note {
	position: absolute;
	width: 136px;
	padding: 15px;
	background: #f8f6e6;
	font-size: 12px;
	z-index: 20;
}

.for-notes div.note:before, .for-notes div.note > .before,
.for-notes div.note:after, .for-notes div.note > .after {
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	width: 0;
	height: 0;
}

.for-notes div.note:before, .for-notes div.note > .before {
	border-top: 13px solid #fff;
	border-left: 13px solid transparent;
}

.for-notes div.note:after, .for-notes div.note > .after {
	border-bottom: 13px solid #e6e3cd;
	border-right: 13px solid transparent;
}

div.main-block div.for-notes div.note div.buttons {
	margin-top: 25px;
	margin-left: -13px;
	display: none;
}

div.main-block div.for-notes div.note div.buttons a {
	display: inline-block;
	margin-left: 13px;
	margin-top: 0;

}

div.main-block div.for-notes div.note div.buttons a.delete {
	text-decoration: underline;
}

div.main-block div.for-notes div.note.editing .buttons {
	display: block;
}

div.main-block div.for-notes div.note textarea {
	display: none;
	width: 124px;
	height: 50px;
}

div.main-block div.for-notes div.note.editing textarea {
	display: block;
}

div.main-block div.for-notes div.note.editing .note-content {
	display: none;
}

/*form elements*/
input[type=text], input[type=email], input[type=password], input[type=file], input[type=number] {
	display: block;
	border: 1px solid #d5dde9;
	font-size: 11px;
	height: 26px;
	line-height: 26px;
	padding: 0 6px;
	width: 184px;
	margin: 7px 0;
}

input[type=text]:hover,
input[type=text]:active,
input[type=email]:hover,
input[type=email]:active {
	border-color: #b6bfcb;
}

input[type=text].left-margin {
	display: inline-block;
	width: 164px;
	margin-left: 0px;
}

span.has-right-input {
	display: inline-block;
	width: 13px;
}

input[type=text].mini {
	width: 40px;
	display: inline-block;
}

input[type=text].medium {
	width: 115px;
	margin-left: 10px;
	display: inline-block;
}

input[type=text].time {
	margin: 2px 5px;
}

input[type=text].time:first-child {
	margin-left: 0;
}

input[type=time] {
	display: block;
	border: 1px solid #d5dde9;
	font-size: 11px;
	height: 26px;
	line-height: 26px;
	padding: 0 6px;
	width: 184px;
	margin: 7px 0;
}

input[type=time]:hover,
input[type=time]:active {
	border-color: #b6bfcb;
}

input[type=time].left-margin {
	display: inline-block;
	width: 164px;
	margin-left: 0px;
}

input[type=time].mini {
	width: 40px;
	display: inline-block;
}

input[type=time].medium {
	width: 115px;
	margin-left: 10px;
	display: inline-block;
}

input[type=time].time {
	margin: 2px 5px;
}

input[type=time].time:first-child {
	margin-left: 0;
}

input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}



.form-text-margin {
	display: inline-block;
	margin-right: 20px;
}

.input-rows input {
	margin-bottom: 0;
}

/*ta*/
textarea {
	display: block;
	border: 1px solid #d5dde9;
	font-size: 11px;
	height: 96px;
	line-height: 1.4;
	padding: 5px 6px;
	width: 184px;
	margin: 7px 0;

}

input[type=text].clone-in-choosing {
}

/*select*/
div.select {
	width: 196px;
	position: relative;
	height: 29px;
	margin: 7px 0;
}

.left-col div.select {
	width: auto;
}

.left-col div.select .counter {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	width: 14px;
	height: 29px;
	line-height: 30px;
	text-align: center;
	background: #e8edf5;
	font-size: 11px;
	color: #2b2c30;
}

div.select input.hidden-input {
	display: none;
}

div.select ul {
	border: 1px solid #d5dde9;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}

.online-content div.select ul {
	width: 196px;
}

.left-col div.select ul {
	right: 0;
}

.fading div.select ul {
	right: 0;
}

div.select ul:hover {
	border-color: #b6bfcb;
}

div.select ul.active {
	box-shadow: 0 3px 5px 0 #c5c5c5;
	z-index: 111;
}

div.select.has-remove ul {
	margin-right: 24px;
}

div.select.has-remove.has-lines ul {
	margin-right: 40px;
}

div.select.has-counter ul {
	margin-left: 14px;
}

div.select.clone-in-choosing .act-buttons {
	display: none;
}

.select ul:before, .select ul > .before {
	content: '';
	position: absolute;
	z-index: 1;
	right: 6px;
	top: 12px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #000;
}

.select.spec ul:before, .select.spec ul > .before {
	border-top: 5px solid #3479ae;
}

.select.spec ul.active:before, .select.spec ul.active > .before {
	border-top: 5px solid #d5dde9;

}

div.select ul li {
	font-size: 11px;
	display: none;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	border-top: 1px solid #eaeef4;
	position: relative;
	background: #fff;
	cursor: pointer;
}

div.select ul.active li {
	display: block;
}

div.select ul.active li.hidden {
	display: none;
}

div.select ul li:hover,
div.select ul li.active {
	background: #78b5e3;
	color: #fff;
}

div.select ul li.checked {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.select ul li.disabled {
	color: #969696 !important;
}

div.select ul li.checked:hover {
	background: #fff;
	color: #000;
}

div.select ul li div.hint-hover {
	position: absolute;
	display: none;
	z-index: 10;
	left: 50%;
	top: 18px;
	width: 120px;
	padding: 8px 10px;
	background: #f8f6e6;
	font-size: 9px;
	line-height: 1.5;
	box-shadow: 0 1px 3px 0 #d2d2d3;
	color: #000;
}

div.select ul li:hover div.hint-hover {
	display: block;
}

div.select ul li.checked:hover div.hint-hover {
	display: none;
}

div.select ul li span.grey {
	color: #969696;
}

span.grey {
	color: #969696;
}

div.select ul li.marked {
	background: #f9f5da;
}

div.select ul li.marked a {
	display: block;
	margin: 0 -8px;
	padding: 0 8px;
	text-decoration: none;
}

div.select ul li.marked a span {
	text-decoration: underline;
}

div.select div.act-buttons {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}

div.select div.act-buttons a.act-remove {
	float: right;
	margin-right: 4px;
	margin-top: 10px;
	width: 9px;
	height: 9px;
	background: url(../images/icons-sprite.png) no-repeat -572px -7px;
}

div.select div.act-buttons a.act-lines {
	float: right;
	margin-right: 11px;
	margin-top: 2px;
	width: 7px;
	height: 24px;
	background: url(../images/icons-sprite.png) no-repeat -554px 0;
}

.control-pan.redirect div.select div.act-buttons a.act-lines {
	display: none;
}

.left-col div.select.clone-in-choosing + .can-clone {
	background: #f7f7f7;
	margin-top: -40px;
	position: relative;
	z-index: 1;
	margin-left: -20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.left-col div.select.clone-in-choosing + .can-clone .dashed {
	border-bottom: 1px dashed #3479ae;
	text-decoration: none;
	font-size: 12px;
	padding-top: 6px;
}

/*multi*/
div.select.multi {
	height: auto;
}

div.select.multi .values {
	padding-top: 27px;
	margin-left: -7px;
}

div.select.multi .values .one {
	position: relative;
	display: inline-block;
	background: #eec530;
	padding: 3px 18px 4px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 11px;
	color: #000;
	margin-left: 7px;
	margin-top: 7px;
}

div.select.multi .values .one .x {
	position: absolute;
	right: 7px;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	background: url(../images/icons-sprite.png) no-repeat -860px 0px;
	cursor: pointer;
}

/*spec*/
div.select.spec {
	display: inline-block;
	width: auto;
	margin: 0 !important;
	margin-left: -9px;
	white-space: nowrap;
}

div.select.spec ul {
	border: 1px solid transparent;
	display: inline-block;
	width: auto;
}

div.select.spec ul.active {
	border: 1px solid #d5dde9;
}

div.select.spec ul li {
	background: none;
	border-top: none;
	padding-right: 20px;
	font-size: 14px;
}

div.select.spec ul.active li {
	background: #fff;
	border-top: 1px solid #eaeef4;
}

div.select.spec ul li.checked:hover {
	background: none;
}

div.select.spec ul.active li.checked:hover {
	background: #fff;

}

div.select.spec ul li.checked span {
	color: #3479ae;
	border-bottom: 1px dashed #3479ae;
	white-space: nowrap;
}

div.select.spec ul.active li.checked span {
	color: #000;
	border: none;
}

div.select.spec ul li:hover, div.select.spec ul li.active {
	background: #78b5e3;
	color: #fff;
}

div.select.spec ul li.marked {
	background: #f9f5da;
}

div.select.spec ul li.active-scheme {
	position: relative;
	padding-left: 25px;
}

.select.spec ul li.active-scheme:before {
	content: '';
	position: absolute;
	left: 8px;
	top: 9px;
	width: 10px;
	height: 10px;
	background: url(../images/icons-sprite.png) no-repeat -729px 0px;
}

div.title-audio {
	font-size: 13px;
	margin-top: 14px;
}

div.title-audio a.upload {
	font-size: 11px;
}

div.audio {
	width: 187px;
	padding: 0 4px;
	border: 1px solid #d5dde9;
	height: 27px;
	border-radius: 14px;
	position: relative;
	vertical-align: middle;
	margin-top: 6px;
}

div.audio > * {
	vertical-align: middle;
}

div.audio a.play {
	margin-top: 4px;
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url(../images/icons-sprite.png) no-repeat -604px 0px;
	margin-right: 5px;
}

div.audio a.stop {
	margin-top: 4px;
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url(../images/icons-sprite.png) no-repeat -625px 0px;
	margin-right: 5px;
}

div.audio a.hidden {
	display: none;
}

div.audio span.track {
	margin-top: 5px;
	height: 2px;
	position: relative;
	display: inline-block;
	width: 82px;
	background: #eec530;
	cursor: pointer;
}

div.audio span.track span.point {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: -2px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #000;
}

div.audio span.time {
	margin-top: 4px;
	display: inline-block;
	margin-left: 2px;
	font-size: 10px;
	white-space: nowrap;
}

div.audio span.time span.cur {
}

div.audio span.time span.all {
}

div.audio i.vol {
	position: absolute;
	right: 7px;
	top: 7px;
	width: 7px;
	height: 12px;
	background: url(../images/icons-sprite.png) no-repeat -647px 0px;
}

div.audio i.mute {
	position: absolute;
	right: 7px;
	top: 7px;
	width: 7px;
	height: 12px;
	background: url(../images/icons-sprite.png) no-repeat -660px 0px;
}

div.file-uploading {
	font-size: 13px;
	margin-top: 20px;
	position: relative;
}

div.file-uploading span.name {
	display: inline-block;
}

div.file-uploading span.percent {
	margin-left: 9px;
}

div.file-uploading span.percent i {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(../images/icons-sprite.png) no-repeat -674px 0px;
	margin-right: 6px;
}

div.file-uploading a.cancel {
	position: absolute;
	right: 0;
}

div.record {
	font-size: 13px;
	margin-top: 20px;
}

div.record > i {
	display: inline-block;
	margin-right: 11px;
	width: 10px;
	height: 10px;
	background: #ff2a2a;
	border-radius: 5px;
}

div.record > span.time {
	font-weight: bold;
}

div.calendar {
	margin: 10px 0;
	overflow: hidden;
}

div.calendar ul {
	margin-left: -3px;
}

div.calendar ul li {
	float: left;
	width: 25px;
	height: 25px;
	background: #fff;
	margin-left: 3px;
	margin-bottom: 4px;
	color: #2b2c30;
	text-align: center;
	line-height: 25px;
	font-size: 13px;
	cursor: pointer;
}

div.calendar ul li.active {
	background: #eec530;
}

.reservoir {
	display: none;
}

.control-pan {
	display: none;
}

.control-pan.active {
	display: block;
	width: 198px;
}

.scheme-item {
	display: none;
}

.scheme-item.active {
	display: block;
}

.scheme-item__tel {
	display: none;
}

.scheme-item__tel.active {
	display: block;
}

.scheme-item__tel__scname {
	display: none;
	text-align: center;
	position: relative;
}

.scheme-item__tel__scname.active {
	display: block;
}

.draging {
	cursor: url(../images/cursor_drag_hand.cur), url(../images/cursor_drag_hand.png), move !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.main-block {
	position: absolute;
	padding: 28px 30px 50px 32px;
	left: 233px;
	top: 90px;
	right: 0;
	bottom: 30px;
	overflow: scroll;
}

div.main-block .for-save {
	padding-top: 50px;
	margin-bottom: -50px;
	text-align: center;
	left: 0;
	right: 0;
}

.main-content {
}

.show-on-choose-block .show-on-choose {
	display: none;
}

.show-on-choose-block .show-on-choose.active {
	display: block;
}

.input-rows .reserv {
	display: none;
}

.dragged {
	position: absolute !important;
	opacity: 0.5;
	z-index: 2000;
}

.sortable-block {
	position: relative;
}

.placeholder {
	height: 29px;
}

.show-if.end-dial {
	display: none;
}

.hidden {
	display: none;
}

.audio-adding-methods .method {
	display: none;
}

div.main-block div.yes-no[data-name="voice-menu"] {

	width: auto;
	display: inline-block;
	padding-bottom: 10px;
}

div.main-block div.yes-no[data-name="voice-menu"] div[data-voice-counter] {
	display: none;

}

div.main-block div.yes-no[data-name="voice-menu"] div[data-voice-counter=without] {
	display: block;
}

div.main-block div.yes-no[data-name="voice-menu"] div[data-voice-counter].shown {
	display: inline-block;
}

.checked a.show-to-add-audio {
	color: #000;
	text-decoration: none;
}

div.main-block div.yes-no[data-name="voice-menu"] > div.yes {
	margin-left: 75px;
}

div.main-block div.yes-no[data-name="voice-menu"] > div:first-child {
	margin-left: 0;
}

div.main-block div.yes-no[data-name="voice-menu"] > div:first-child.ml {
	margin-left: 125px;
}

div.main-block div.yes-no[data-name="voice-menu"] > div.no {

	margin-left: 50px;
}

.yes-no div > i.icon.from-left:before {
	content: '';
	position: absolute;
	right: -21px;
	left: auto;
	top: -25px;
	width: 30px;
	height: 30px;
	background: url(../images/icons-sprite.png) no-repeat 0px -88px;
}

.yes-no div > i.icon.from-right:before {
	content: '';
	position: absolute;
	left: -21px;
	right: auto;
	top: -25px;
	width: 30px;
	height: 30px;
	background: url(../images/icons-sprite.png) no-repeat -62px -88px;
}

.range-spec {
	margin-bottom: 16px;
}

/*helpers*/
div.helpers {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 12px;
}

div.helpers div.step {
	display: none;
	background: #f8f6e6;
	position: absolute;
	padding: 15px 20px;
	width: 220px;
	z-index: 111;
	-webkit-box-shadow: 0 0 50px 12px #fff;
	-moz-box-shadow: 0 0 50px 12px #fff;
	box-shadow: 0 0 50px 12px #fff;
}

div.helpers div.arrow {
	position: absolute;
	z-index: 122;
	display: none;
}

div.helpers div.arrow.one {
	left: 50%;
	right: 334px;
	top: 122px;
	margin-left: 15px;
	background: url(../images/ico-help-arrow.png) no-repeat 0 100%;
	height: 99px;
}

div.helpers div.step.one {
	right: 80px;
	top: 28px;
}

div.helpers div.arrow.two {
	left: 50%;
	width: 124px;
	top: 255px;
	margin-left: -165px;
	background: url(../images/ico-help-arrow.png) no-repeat 0 100%;
	height: 59px;
	transform: rotate(-15deg);
}

div.helpers div.step.two {
	width: 250px;
	left: 50%;
	margin-left: -50px;
	top: 175px;
}

div.helpers div.step.three {
	width: 250px;
	left: 170px;
	top: 430px;
}

div.helpers div.arrow.three {
	left: 160px;
	width: 74px;
	top: 257px;
	background: url(../images/ico-help-arrow.png) no-repeat 0 0;
	height: 181px;

}

.helpers div.step:before, .helpers div.step > .before,
.helpers div.step:after, .helpers div.step > .after {
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	width: 0;
	height: 0;
}

.helpers div.step:before, .helpers div.step > .before {
	border-top: 13px solid #fff;
	border-left: 13px solid transparent;
}

.helpers div.step:after, .helpers div.step > .after {
	border-bottom: 13px solid #e6e3cd;
	border-right: 13px solid transparent;
}

div.helpers div.step div.title {
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 14px;
}

div.helpers div.step a.hide-helpers {
	display: inline-block;
	margin-left: 17px;
	text-decoration: none;
	border-bottom: 1px dashed #3479ae;
}

div.helpers div.step p {
	margin-bottom: 15px;
}

div.helpers div.step div.video {
	margin-bottom: 15px;
}

div.helpers div.step div.video img {
}

div.helpers div.step div.navi {
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 5px;
}

div.helpers div.step div.navi span.current {
	display: inline-block;
	background: #ffffff;
	font-size: 13px;
	margin-right: 7px;
	padding: 4px 7px;
}

div.helpers div.step div.navi a {
	display: inline-block;
	margin-right: 7px;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px dashed #3479ae;
}

.config a.help-conf:before, .config a.help-conf > .before {
	content: '';
	position: absolute;
	right: -13px;
	top: 3px;
	width: 10px;
	height: 10px;
	background: url(../images/icons-sprite.png) no-repeat -608px -42px;
}

div.popup.fading.deletePerson {
    width: 330px;
}

div.popup.fading.selectedNumber {
    width: 330px;
}

.bronze {
	background: #ebddd1;
}

.silver {
	background: #e1e1e1;
}

.gold {
	background: #f1e4b5;
}

/* Inner Pages */
/* Partners */
.partners_block {
	margin: 0 20px 52px 16px;
}
	.partners_block h1 { font-size: 24px; }
.partners_block-left {	float: left;
}
	.partners_block-left + .partners_block-left { margin-left: 30px; }
.partners_block-image {
	width: 100%;
	height: 100%;
	box-shadow: 0 8px 14px -8px rgba(0, 0, 0, 0.33);
	position: relative;
}
.partners_block-image img { 
	display: inline-block; 
	vertical-align: bottom;
	border-radius: 6px;
}
	.partners_block-image-desc-wrap {
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
		border-radius: 6px;
	}
	.partners_block-image-desc {
		position: absolute;
		border: 0;
		bottom: 0;
		color: #fff;
		padding: 0 15px 20px 15px;
	}
	.partners_block-image-desc > div {
		display: inline-block;
		vertical-align: middle;
	}
	.partners_block-image-desc > div + div { margin-left: 20px; }
	.partners_block-image-text {
		font-size: 14px;
		text-transform: uppercase;
		width: 300px;
		font-weight: bold;
	}
	.partners_block-image-btn .button { margin-top: 0; font-weight: bold; }

.partners_text {
	clear: both;
	padding-top: 40px;
	font-size: 14px;
	color: #6f6f6f;
}
	.partners_text a {
		color: #c38f00;
		text-decoration: none;
	}

/* Phones Sale */
.breadcrumbs_block {
	margin: 0 20px 0 16px;
	overflow: hidden;
	font-size: 16px;
	margin-bottom: 10px;
}
.breadcrumbs {
	list-style: none;
	margin: 0 0 0 4px;
	padding: 0;
	float: left;
}
	.breadcrumbs li {
		display: inline-block;
		margin-left: -4px;
		position: relative;
		padding-right: 15px;
	}
	.breadcrumbs li + li { padding-left: 15px; }
		.breadcrumbs li .dot {
			position: absolute;
			width: 3px;
			height: 3px;
			top: 50%;
			right: -1px;
			margin-top: -1px;
			background: #ccc;
		}
	.breadcrumbs_block .back {
		float: right;
		display: block;
		text-decoration: none;
	}
		.breadcrumbs_block .back span { text-decoration: underline; }

.advantages {
	height: 700px;
	background: url('../images/phones/bg-top.jpg') center no-repeat;
	background-size: cover;
	padding-top: 50px;
	position: relative;
}
	.adv-bg {
		height: 100%;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.82), rgba(255, 255, 255, 0) );
	}
	.advantages h1 {
		font-size: 46px;
		text-align: center;
		color: #fff;
		font-weight: normal;
		line-height: 1.4;
	}
	.adv-icons {
		position: absolute;
		width: 1000px;
		left: 50%;
		margin-left: -500px;
		bottom: 50px;
	}
	.adv-icons > ul {
		list-style: none;
		margin: 0 0 0 4px;
		padding: 0;
	}
		.adv-icons > ul > li {
			display: inline-block;
			margin-left: -4px;
			width: 20%;
			text-align: center;
			vertical-align: top;
		}
		.adv-icons .adv-icon {
			margin: 0 auto;
			display: table;
			width: 100%;
			height: 50px;
		}
			.adv-icons .adv-icon_block {
				display: table-cell;
				vertical-align: middle;
			}
			.adv-icons .adv-icon_block .icon { margin: 0 auto; }
		.adv-icons > ul > li p {
			color: #fff;
			font-size: 18px;
				margin-top: 20px;
		}

/* Items */
.items-block {}
.items-head {
	background: #f3f3f3;
	padding-top: 50px;
	overflow: hidden;
}
	.items-head h1,
	.items-head h2 {
		text-align: center;
		text-transform: uppercase;
		margin: 0;
		font-weight: normal;
	}
	.items-head h1 {
		font-size: 38px;
		padding-bottom: 20px;
	}
	.items-head .like-h1,
	.items-head .like-h2 {
		text-align: center;
		text-transform: uppercase;
		margin: 0;
		font-weight: normal;
	}
	.items-head .like-h1 {
		font-size: 38px;
		padding-bottom: 20px;
	}
	.items-head h2 {
		color: #888;
		font-size: 20px;
		padding-bottom: 50px;
	}
	.items-head .like-h2 {
		color: #888;
		font-size: 20px;
		padding-bottom: 50px;
	}	
.tab-content,
.nav-tabs {
	margin: 0;
}
.nav-tabs {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: none !important;
	height: 100%;
	box-shadow: 0 0 20px #aaa;
	border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}
	.items-head > .nav-tabs > li { 
		height: 100%;
		padding-bottom: 3px;
		width: 33.33%;
		margin-left: -4px;
		float: none;
		display: table-cell;
		background: #f7f7f7 !important;
		position: relative;
	}
	.items-head > .nav-tabs > li:hover { border-bottom: 3px solid #ffd936 !important; padding-bottom: 0; }
	.items-head > .nav-tabs > li + li { border-left: 1px solid #dedede; }
	.items-head > .nav-tabs > li.active { 
		background: #ffd936 !important; 
		box-shadow: inset 0 0 20px #aaa;
		border-bottom: none !important;
	}
		.items-head > .nav-tabs > li:first-child {
			border-radius: 10px 0 0 0;
			-o-border-radius: 10px 0 0 0;
			-moz-border-radius: 10px 0 0 0;
			-webkit-border-radius: 10px 0 0 0;
		}
		.items-head > .nav-tabs > li:last-child {
			border-radius: 0 10px 0 0;
			-o-border-radius: 0 10px 0 0;
			-moz-border-radius: 0 10px 0 0;
			-webkit-border-radius: 0 10px 0 0;
		}
	.items-head > .nav-tabs > li > a,
	.items-head > .nav-tabs > li.active > a {
		border: none !important;
	}
	.items-head > .nav-tabs > li > a {
		display: block;
		background: #f7f7f7 !important;
		height: 100%;
		text-decoration: none;
		padding: 20px 20px 20px 40px;
		margin-right: 0;
	}
	.items-head > .nav-tabs > li.active > a {
		padding-left: 20px;
		background: none !important;
	}
	.items-head > .nav-tabs > li.active > a:hover {
		border: none !important;
	}
		.items-head > .nav-tabs > li > a > p.name {
			color: #262626;
			font-size: 24px;
			margin-bottom: 20px;
		}
		.items-head > .nav-tabs > li > a > p.text {
			font-size: 16px;
			margin: 0;
			color: #808080;
		}
		.items-head > .nav-tabs > li.active > a > p.text {
			color: rgba(0, 0, 0, 0.52);
		}

	.items-head > .nav-tabs > li > .caret {
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px dashed;
		display: inline-block;
		height: 0;
		margin-left: 2px;
		vertical-align: middle;
		width: 0;
		position: absolute;
		color: #fff;
		bottom: 0;
		left: 50%;
		margin-left: -5px;
		opacity: 0;
	}
	.items-head > .nav-tabs > li.active > .caret { opacity: 1; }

.tab-content {
	padding-top: 50px;
}

/* ITEM LIST */
.item-list {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 1000px;
	margin: 0 auto;
}
	.item-list > li {
		position: relative;
		margin-bottom: 40px;
	}
	.item-list > li + li {
		padding-top: 30px;
		border-top: 1px dotted #b2b2b2;
	}
		.item-list_chs {
			position: absolute;
			top: 0;
			right: 0;
		}
		.item-list_chs > ul {
			list-style: none;
			margin: 0 0 0 4px;
			padding: 0;
		}
		.item-list_chs > ul > li {
			display: inline-block;
			margin-left: -4px;
			padding-right: 20px;
			vertical-align: middle;
			font-size: 16px;
		}
		.item-list_chs > ul > li.link-chs {
			padding: 0;
			overflow: hidden;
			box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
			border-radius: 3px 3px 3px 3px;
			-o-border-radius: 3px 3px 3px 3px;
			-moz-border-radius: 3px 3px 3px 3px;
			-webkit-border-radius: 3px 3px 3px 3px;
		}
			.item-list_chs > ul > li.link-chs a { 
				display: block;
				float: left;
				background: linear-gradient(to top, rgb(217, 217, 217), rgb(234, 234, 234));
				padding: 5px 15px;
				color: #262626;
				text-decoration: none;
			}
			.item-list_chs > ul > li.link-chs a.active {
				background: linear-gradient(to top, rgb(252, 217, 69), rgb(235, 200, 52));
				box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.27); 
			}
		.item-list_one {
			overflow: hidden;
			display: none;
		}
		.item-list_one.active { display: block; }
		.item-list_head {}
		.item-list_head h2 {
			font-size: 30px;
			color: #262626;
			text-transform: none;
			font-weight: normal;
			margin-bottom: 40px;
		}
		.item-list_img {
			float: left;
			width: 30%;
			padding-right: 2%;
		}
		.item-list_desc {
			width: 68%;
			float: left;
			color: #262626;
			font-size: 16px;
		}
			.item-list_desc .text {
				font-size: 20px;
				margin-bottom: 30px;
			}
			.item-list_desc h3 {
				font-weight: bold;
				text-transform: none;
				font-size: 16px;
				margin-bottom: 25px;
			}

			.item-list_desc .like-h3 {
				font-weight: bold;
				text-transform: none;
				font-size: 16px;
				margin-bottom: 25px;
			}

/* Param list */
.item-list_desc .param {
	list-style: none;
	margin: 0 0 0 4px;
	padding: 0;
}
	.item-list_desc .param > li {
		display: inline-block;
		margin-left: -4px;
	}
	.item-list_desc .param .param-list {
		width: 359px;
		padding-right: 40px;
		vertical-align: top;
	}
		.item-list_desc .param .param-list > ul {}
			.item-list_desc .param .param-list > ul > li {
				padding-left: 30px;
				background: url('../images/phones/i-ok.png') left 3px no-repeat;
			}
			.item-list_desc .param .param-list > ul > li + li { margin-top: 15px; }
	.item-list_desc .param .order-block {
		width: 280px;
		vertical-align: bottom;
		background: #ffd936;
		padding: 25px 0 20px;
		border-radius: 6px;
		-o-border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		font-size: 20px;
	}
		.item-list_desc .order-block .form-inline { 
			margin-left: 4px; 
			padding: 0 20px;
		}
			.item-list_desc .order-block .form-inline + .form-inline { margin-top: 20px; }
		.item-list_desc .order-block .form-group {
			width: 50%;
			margin-left: -4px;
			vertical-align: middle;
		}
		.item-list_desc .order-block .form-group.count > a,
		.item-list_desc .order-block .form-group > .form-control {
			display: block;
			float: left;
			border-radius: 3px 3px 3px 3px;
			-o-border-radius: 3px 3px 3px 3px;
			-moz-border-radius: 3px 3px 3px 3px;
			-webkit-border-radius: 3px 3px 3px 3px;
		}
		.item-list_desc .order-block .form-group.count > a {
			height: 16px;
			width: 16px;
			margin-top: 7px;
			line-height: 16px;
			text-align: center;
			background: #ff6b00;
			font-size: 20px;
			color: #fff;
			text-decoration: none;
			font-weight: normal;
			box-shadow: 0 2px 8px rgba(0, 0, 0, 0.29);
		}
			.form-control.count { 
				width: 50px; 
				text-align: center; 
				margin: 0;
				width: 40px;
				height: 30px;
				line-height: 30px;
				margin: 0 5px;
				border: 1px solid #9e7d0f;
				font-size: 20px;
				color: #313131;
			}
		.item-list_desc .order-block .summ {
			position: relative;
			margin-top: 30px;
			padding-top: 20px;
		}
			.item-list_desc .order-block .form-inline_shdw {
				height: 10px;
				width: 284px;
				position: absolute;
				top: 0;
				left: -4px;
				background: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(255, 255, 255, 0));
			}

.form-order {
	background: #f8f8f8;
	padding: 70px 0 100px;
}
.form-order h1 {
	text-align: center;
	font-size: 38px;
	coor: #060606;
	font-weight: normal;
	margin-bottom: 70px;
}
.form-order .like-h1 {
	text-align: center;
	font-size: 38px;
	coor: #060606;
	font-weight: normal;
	margin-bottom: 70px;
}
.form-order_list {
	width: 1000px;
	margin: 0 auto;
}
.form-order_list .form-inline { margin-left: 4px; }
.form-order_list .form-inline + .form-inline {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dotted #adadad;
}
.form-order_list .form-inline.summ {
	border: 2px solid #ffd936 !important;
	padding: 10px 0 10px 38px !important;
	border-radius: 6px;
	-o-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.form-order_list .form-group { margin-left: -4px; }
	.form-group.order-check { width: 40px; padding-top: 6px; }
	.form-group.order-param { 
		width: 700px; 
		padding-right: 60px;
		color: #262626;
		font-size: 26px;
	}
	.form-inline.summ .form-group.order-param { 
		width: 655px; 
		color: #493e3e;
		font-weight: bold;
	}
		.form-group.order-param .info {
			font-size: 18px;
			color: #7c7c7c;
		}
	.form-group.order-price { 
		width: 160px; text-align: right; 
		padding-right: 40px;
		color: #262626;
		font-size: 26px;
	}
	.form-inline.summ .form-group.order-price { width: 200px; }
	.form-group.order-price.request { color: #bcbcbc; }

.txt-red { color: #ff2d00;}

.form-inline {}
.form-inline .form-group {
	display: inline-block;
	vertical-align: top;
}
label { cursor: pointer; }

.btn-ylw {
	display: block;
	width: 100%;
	border: none;
	border-radius: 6px;
	-o-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #ffd936;
	text-transform: uppercase;
	color: #212121;
	padding: 12px 0;
	margin-top: 20px;
	cursor: pointer;
}
.form-order_list .btn-ylw {
	font-size: 26px;
	margin-left: 4px;
}

.modal-backdrop {
	background: rgba(0, 0, 0, 0.7) !important;
	opacity: 1;
}
.modal-body {
	padding: 40px 30px !important;}
.modal-dialog {
	width: 430px !important;
	left: 50%;
	margin-left: -215px !important;
	z-index: 100;
}
.modal .form-inline { margin-left: 4px; }
.modal .form-inline .form-group { 
	display: inline-block;
	margin-left: -4px;
}
.modal .form-inline .form-group + .form-group { width: 300px; margin-left: 10px; }
.modal h2 {
	font-size: 26px;
	color: #262626;
	text-align: center;
	text-transform: none;
	font-weight: normal;
}
.form-request {}
.form-request .form-group + .form-group { margin-top: 15px; }
.form-request .form-inline .form-group + .form-group { margin-top: 0; }
.form-request label {
	color: #7f7f7f;
	font-size: 16px;
}
.form-request .form-group.policy label {
	font-size: 14px;
	color: #262626;
}
.modal .form-control { 
	width: 305px;
	height: 30px;
	line-height: 30px;
	border: 2px solid #ebebeb;
	border-radius: 6px;
	-o-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 16px;
	color: #262626;
	padding-left: 45px;
}
.modal .form-control:focus { border: 2px solid #ffd936; }
.modal .btn-ylw { margin-bottom: 15px; font-size: 22px; }
.modal .input-icon {
	position: relative;
}
	.modal .input-icon .icon-comment {
		position: absolute;
		width: 16px;
		height: 14px;
		background: url('../images/phones/i-comment.png') no-repeat;
		opacity: 0.5;
		left: 13px;
		top: 10px;
	}
	.modal .input-icon .icon-phone {
		position: absolute;
		width: 12px;
		height: 16px;
		background: url('../images/phones/i-phone.png') no-repeat;
		opacity: 0.5;
		left: 13px;
		top: 10px;
	}

.icheckbox,
.iradio {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 23px;
    height: 23px;
    background: url('../images/phones/icheck.png') no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox {
    background-position: 0 0;
}
    .icheckbox.checked {
        background-position: -27px 0;
    }

.icon {
	display: block;
	background-image: url('../images/phones/icons.png');
}
	.icon.icon-car {
		width: 50px;
		height: 39px;
		background-position: 0 0;
	}
	.icon.icon-cash {
		width: 50px;
		height: 46px;
		background-position: -54px 0;
	}
	.icon.icon-device {
		width: 45px;
		height: 46px;
		background-position: -108px 0;
	}
	.icon.icon-key {
		width: 46px;
		height: 46px;
		background-position: -157px 0;
	}
	.icon.icon-glasses {
		width: 50px;
		height: 34px;
		background-position: -207px 0;
	}