/**
 * Fonts
 */
@font-face {
	font-family: "dinpro";
	src: url(./DINWebPro.woff) format("woff")
}
@font-face {
	font-family: "dinpro-medium";
	src: url(./DINWebPro-Medium.woff) format("woff")
}
@font-face {
	font-family: "dinpro-bold";
	src: url(./DINWebPro-Bold.woff) format("woff");
	font-weight: 700
}

/* ::Fonts */



/**
 * Main-styles
 */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

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

html {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.5em
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	background: #f5f5f5;
	color: #000;
	font: 14px/normal "dinpro";
    overflow-y: auto;
  	overflow-x: auto;
	padding: 0px;
    margin: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

a {
	background-color: transparent;
	color: #01abe8;
}
a:active, a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b, strong {
	font-weight: 700
}

h1 {
	font-size: 2em;
	line-height: 1.5em;
	margin: 0
}
h2 {
	font-size: 1.5em;
	line-height: 2em;
	margin: 0
}
h3 {
	font-size: 1.17em;
	line-height: 1.28205em;
	margin: 0
}
h4 {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em
}
h5 {
	font-size: .83em;
	line-height: 1.80723em;
	margin-top: 1.80723em;
	margin-bottom: 1.80723em
}
h6 {
	font-size: .67em;
	line-height: 2.23881em;
	margin-top: 2.23881em;
	margin-bottom: 2.23881em
}

p, pre {
	margin: 0
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

ol, ul {
	margin: 0;
	padding: 0
}

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

nav ul, nav ol {
	list-style: none;
	list-style-image: none
}

img {
	border: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic
}

svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1.5em 40px
}

form {
	margin: 0
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	font-family: sans-serif;
	vertical-align: middle;
	outline: 0
}

button {
	overflow: visible
}

button, select {
	text-transform: none
}

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

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

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

input {
	line-height: normal
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	box-sizing: content-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0;
	height: 13px;
	width: 13px
}

input[type=search] {
	-webkit-appearance: textfield
}

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

input[type=search]::-ms-clear {
	display: none
}

input[type=password]::-ms-reveal {
	width: 0;
	height: 0
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0
}

legend {
	border: 0;
	margin: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

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

td, th {
	padding: 0
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}
/* ::Main-styles */



/**
 * Grid
 */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2,
.col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5,
.col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11,
.col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 7.5px;
	padding-right: 7.5px
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
	.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
@media ( min-width :760px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
		.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-1 {
		width: 8.33333333%
	}
}

@media ( min-width :960px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
		.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-1 {
		width: 8.33333333%
	}
}

@media ( min-width :960px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
		.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-1 {
		width: 8.33333333%
	}
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 16px;
	padding-right: 16px
}
@media ( max-width: 520px) {
	.container {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media ( min-width: 760px) {
	.container {
		width: 750px
	}
}
@media ( min-width: 960px) {
	.container {
		width: 920px
	}
}
@media ( min-width: 1060px) {
	.container {
		width: 1020px;
	}
}
@media ( min-width: 1160px) {
	.container {
		width: 1100px;
	}
}
@media ( min-width: 1240px) {
	.container {
		width: 1190px
	}
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before,
	.dl-horizontal dd:after, .container:before, .container:after,
	.container-fluid:before, .container-fluid:after, .row:before, .row:after,
	.form-horizontal .form-group:before, .form-horizontal .form-group:after,
	.btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before,
	.btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before,
	.navbar:after, .navbar-header:before, .navbar-header:after,
	.navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after,
	.panel-body:before, .panel-body:after, .modal-footer:before,
	.modal-footer:after {
	content: " ";
	display: table
}
.clearfix:after, .dl-horizontal dd:after, .container:after,
	.container-fluid:after, .row:after, .form-horizontal .form-group:after,
	.btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after,
	.navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after,
	.panel-body:after, .modal-footer:after {
	clear: both
}

/* ::Grid */



/**
 * Uniapp-styles
 */
.wrapper {
	min-width: 100%;
	/* Делаем приложение на весь экран и отнимаем высоту подвала */
	margin-bottom: 30px;
	min-height: 100%;
	height: 100%;
}
/* ::Uniapp-styles; */




.chat_time {
    padding-left:5px;   
    font-size: 11px;   
    color: #999;      
    font-weight:normal;    
}      
 
.chat_field {      
 	border: 1px solid #e0e0e0;     
 	padding:14px;    
 	background-color:#f5f5f5;
 }      
 
 .chat_field div {
      overflow:hidden;   
      text-overflow:ellipsis;   
      margin-top:10px;
 }
 
.orgstruct {
    float: left;
    max-width: 926px;
    white-space: normal;
}

.icon-n8800 {
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #a6a7aa;
    fill: #a6a7aa;
    margin-top: 1px;
    margin-bottom: -9px;
}

.cbxperiod-unselected { 
	pointer-events: none;     
	color: rgb(193, 193, 193);
}   

.orgstruct-nowrap {
    white-space: nowrap;
}

.gwt-Button {
	margin: 0;
	padding: 5px 7px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	font-size: small;
	background: url("images/hborder.png") repeat-x 0px -2077px;
	border: 1px solid #bbb;
	border-bottom: 1px solid #a0a0a0;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.gwt-Button:active {
	border: 1px inset #ccc;
}

.gwt-Button:hover {
	border-color: #939393;
}

.gwt-Button[disabled] {
	cursor: default;
	color: #888;
}

.gwt-Button[disabled]:hover {
	border: 1px outset #ccc;
}

.ui-ico-loading-cnt {
	position: relative;
	height: 100%;
	width: 98%;
}

.ui-ico-loading-tl {
	min-height: 56px;
}

.ui-ico-loading-img {
	vertical-align: middle;
	position: absolute;
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.uniTreeItem {
	padding: 4px 5px;
	border: 1px solid transparent; 
	cursor: pointer;
}

.cntRequestMng {
	width: 736px; 
	height: 745px; 
	margin:auto;
	display:block;
}

.hidden-requestMng {
	position:absolute;
	top:-1000px;
}

.btnCancelReq {
	margin-top:-59px;
	position:relative;
}

.notify-panel-error {
	background: #FFF0F0;
	border: 1px solid #DB0024;
}

.notify-panel-warn {
	background: #fffbe5;
	border: 1px solid #ff8c1c;
}

.notify-panel {
	padding: 16px 30px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 2px 1px rgba(108, 76, 31, .2);
	box-shadow: 0 2px 1px rgba(108, 76, 31, .2);
	margin-bottom: 27px;
}

.select.input-field.uniapp.disabled {
	background: none repeat scroll 0 0 #F2F2F2;
	color: #B0B1B2;
}

.placeholder {
	color: #959595;
}

.test-red {
	color: red;
}

.content-flex {
	padding: 0;
}

.lbl-row {
	vertical-align: middle;
	margin-left: 4px;
}

.lbl-row-padd-left-5 {
	padding-left: 5px;
}

.no-flexbox .ie-grid-height {
	height: 400px;
	width: 1190px;
}

.inp-empty {
	color: #A9A9A9;
}

/* ������� ����������� ������ */
.opt-list {
	top: calc(100% - 1px);
	display: block;
	line-height: 2.2em;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}

.opt-list-item-selected {
	background: none repeat scroll 0% 0% rgb(245, 245, 245) !important;
}

.opt-list-item {
	padding: 0px 0.8em !important;
}

.table-footer {
	width: 100% !important;
	vertical-align: top !important;
}

.table-footer td {
	vertical-align: top !important;
}

.grid-footer-content {
	
}

.footer-flex {
	margin: -310px auto 0;
	min-width: 860px;
	height: 260px;
	position: relative;
	overflow: hidden;
}

.footer-flex-uniapp {
	margin-top: -310px;
	/*min-width: 860px;*/
	height: 260px;
	position: relative;
	overflow: hidden;
}

.no-flexbox .footer-flex {
	min-width: 1190px;
}

.no-flexbox .size-section-content-lead-flex {
	min-width: 1166px;
}

.size-section-content-lead-flex {
	max-width: 1190px;
	min-width: 860px;
	padding-top: 30px;
}

.size-section-content-flex {
	width: 32%;
	min-height: 400px;
	margin-bottom: 15px;
	margin-left: 1%;
	overflow: hidden;
	box-sizing: border-box;
	float: left;
}

.unselect {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.c-section_pad-ver15 {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 1%;
	margin-right: 1%;
}

.cell-content {
	
}

.stealthy {
	left: 0;
	margin: 0;
	max-height: 1px;
	max-width: 1px;
	opacity: 0;
	outline: none;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: -1;
}

.GD1AGKPBLQ {
	width: 100%;
}

.inp-group-inside__field-ico {
	padding-right: 45px !important;
}

.lk-padding-top-15 {
	padding-top: 15px;
}

.lk-padding-top-20 {
	padding-top: 20px;
}

.c-wrap {
	width: 100%;
	max-width: 1190px;
	min-width: 860px;
	margin: auto;
}

.pretty-check-box {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px;
	opacity: 0;
	cursor: pointer;
}

tbody {
	width: 100%;
}

/* Стили для нового дизайна */
/* fields */
.uniapp.input-field.no-editable {
	content: '';
	z-index: 2
}

.uniapp.input-field.pnl-regular {
	width: 100%;
	height: 100%;
}

.uniapp.input-field.pnl-group {
	width: 100%;
	display: inline-block;
	position: relative;
}

.uniapp.input-field.regular {
	position: relative;
	width: 100%;
	height: 100%;
	font-family: inherit;
	color: #000;
	background: #fff;
	border: 1px solid #a4a5a6;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.uniapp.input-field.regular {
	height: 34px;
	padding: 0 10px;
}

.uniapp.input-field.hidden {
	background: #f2f2f2;
}

.uniapp.input-field.invalid {
	border-color: #db0024 !important;
	-webkit-box-shadow: 4px 0 0 #e95c63 inset;
	-moz-box-shadow: 4px 0 0 #e95c63 inset;
	box-shadow: 4px 0 0 #e95c63 inset;
}

.uniapp.input-field.valid {
	border-color: #86d08d;
	-webkit-box-shadow: 4px 0 0 #86d08d inset;
	-moz-box-shadow: 4px 0 0 #86d08d inset;
	box-shadow: 4px 0 0 #86d08d inset;
}

.uniapp.input-field.active {
	border-color: #40b8e9;
}

.uniapp.input-field.inp-group-inside_field-ico {
	padding-right: 44px;
}

.uniapp.input-field.btn-inset {
	position: absolute !important;
	padding: 0;
	text-decoration: none;
	border: 0;
	background: none;
	box-sizing: content-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.uniapp.input-field.ui-ico-calendar {
	width: 18px;
	height: 18px;
	fill: #959595;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto !important;
}

.uniapp.input-field.btn-inset {
	width: 34px;
	height: 100%;
}

.uniapp.input-field.btn-inset:hover>.ui-ico {
	fill: #007dbf !important;
}

.uniapp.input-field.inp-group-inside__btn {
	position: absolute;
	top: 0;
	right: 0;
}

.uniapp.input-field.inp-group-inside__btn>svg {
	margin: auto;
}

.uniapp.input-field.ui-ico-eye>svg {
	width: 18px;
	height: 14px;
	fill: #a4a5a6;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
}

.uniapp.input-field.ui-ico-eye:hover>svg {
	fill: #007dbf;
}

.uniapp.input-field.ui-ico-eye .uniapp.input-field.eye-close {
	display: block;
}

.uniapp.input-field.ui-ico-eye .uniapp.input-field.eye-open {
	display: none;
}

.uniapp.input-field.ui-ico-eye_open .uniapp.input-field.eye-close {
	display: none;
}

.uniapp.input-field.ui-ico-eye_open .uniapp.input-field.eye-open {
	display: block;
}

.uniapp.input-field.ui-ico-greyarrow {
	fill: #01abe8;
}

.uniapp.input-field.ui-ico-greyarrow {
	width: .9em;
	height: .5em;
	fill: #50545b;
}

/*buttons*/
.uniapp.btn.btn-primary, .uniapp.btn.btn-secondary, .uniapp.btn.btn-cancel
	{
	word-spacing: .09em;
	letter-spacing: -.1ex;
}

.uniapp.btn.btn-primary, .uniapp.btn.btn-secondary, .uniapp.btn.btn-cancel,
	.uniapp.btn.btn-primary-small, .uniapp.btn.btn-secondary-small, .uniapp.btn.btn-cancel-small,
	.uniapp.btn.btn-primary-mid, .uniapp.btn.btn-cancel-mid, .adm-button {
	padding-right: 1.2em;
	padding-left: 1.2em;
	text-decoration: none;
	text-align: center;
	border: 0;
	display: inline-block;
	box-sizing: content-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	letter-spacing: -0.1ex;
	word-spacing: 0.09em;
}

.uniapp.btn.btn-primary_width-100, .uniapp.btn.btn-secondary_width-100,
	.uniapp.btn.btn-cancel_width-100 {
	width: 100%;
}

.uniapp.btn.btn-primary, .uniapp.btn.btn-secondary, .uniapp.btn.btn-cancel
	{
	min-width: 190px;
	padding-top: .715em;
	padding-bottom: .725em;
	font: 18px/1 "dinpro-bold", Arial, sans-serif;
}

.uniapp.btn.btn-primary-small, .uniapp.btn.btn-secondary-small, .uniapp.btn.btn-cancel-small{
	min-width: 130px;
	padding-top: .5em;
	padding-bottom: .5em;
	font: 15px/1 "dinpro-bold", Arial, sans-serif;
}

.adm-button{
	color : #545454;
	padding-top: .5em;
	padding-bottom: .5em;
	font: 13px/1 Arial; 
	border-radius: 3px 3px 3px 3px;
	border: 0 none;
	background: linear-gradient(to bottom, #E5E5E5 0px, #CCCCCC 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.uniapp.btn.btn-primary-mid, .uniapp.btn.btn-cancel-mid {
	min-width: 130px;
	padding-top: .64em;
	padding-bottom: .6em;
	font: 15px/1 "dinpro-bold", Arial, sans-serif;
}

.uniapp.btn.btn-cancel_active, .uniapp.btn.btn-cancel, .uniapp.btn.btn-cancel-small,
	.uniapp.btn.btn-cancel-mid{
	color: #000;
	background-color: #d9d9d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5),
		to(#ccc));
	background: -webkit-linear-gradient(top, #e5e5e5 0, #ccc 100%);
	background: linear-gradient(to bottom, #e5e5e5 0, #ccc 100%);
	cursor: pointer;
}

.uniapp.btn.btn-secondary:active, .uniapp.btn.btn-secondary-small:active
	{
	background-color: #019ae3;
	background: -webkit-gradient(linear, left top, left bottom, from(#2d2d2d),
		to(#585858));
	background: -webkit-linear-gradient(top, #2d2d2d 0, #585858 100%);
	background: linear-gradient(to bottom, #2d2d2d 0, #585858 100%);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
}

.uniapp.btn.btn-primary, .uniapp.btn.btn-primary-mid, .uniapp.btn.btn-primary-small
	{
	color: #fff;
	background-color: #0199e3;
	background: -webkit-gradient(linear, left top, left bottom, from(#01aae8),
		to(#0088de));
	background: -webkit-linear-gradient(top, #01aae8 0, #0088de 100%);
	background: linear-gradient(to bottom, #01aae8 0, #0088de 100%);
	cursor: pointer;
}

.uniapp.btn.btn-cancel_active:hover, .uniapp.btn.btn-cancel:hover,
	.uniapp.btn.btn-cancel-small:hover, .uniapp.btn.btn-cancel-mid:hover{
	background-color: #dedede;
	background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9),
		to(#d4d4d4));
	background: -webkit-linear-gradient(top, #e9e9e9 0, #d4d4d4 100%);
	background: linear-gradient(to bottom, #e9e9e9 0, #d4d4d4 100%);
}

.uniapp.btn.btn-primary:hover, .uniapp.btn.btn-primary-mid:hover,
	.uniapp.btn.btn-primary-small:hover {
	background-color: #27a0e5;
	background: -webkit-gradient(linear, left top, left bottom, from(#27b7eb),
		to(#269ae4));
	background: -webkit-linear-gradient(top, #27b7eb 0, #269ae4 100%);
	background: linear-gradient(to bottom, #27b7eb 0, #269ae4 100%);
}

.uniapp.btn.btn-primary:active, .uniapp.btn.btn-primary_active, .uniapp.btn.btn-primary-mid:active,
	.uniapp.btn.btn-primary-small:active {
	background-color: #019ae3;
	background: -webkit-gradient(linear, left top, left bottom, from(#0089df),
		to(#01aae8));
	background: -webkit-linear-gradient(top, #0089df 0, #01aae8 100%);
	background: linear-gradient(to bottom, #0089df 0, #01aae8 100%);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
}

.uniapp.btn.btn-secondary, .uniapp.btn.btn-secondary-small {
	color: #fff;
	background-color: #464646;
	background: -webkit-gradient(linear, left top, left bottom, from(#595959),
		to(#343434));
	background: -webkit-linear-gradient(top, #595959 0, #343434 100%);
	background: linear-gradient(to bottom, #595959 0, #343434 100%);
	cursor: pointer;
}

.uniapp.btn.btn-secondary:hover, .uniapp.btn.btn-secondary-small:hover {
	background-color: #5b5b5b;
	background: -webkit-gradient(linear, left top, left bottom, from(#6a6a6a),
		to(#494949));
	background: -webkit-linear-gradient(top, #6a6a6a 0, #494949 100%);
	background: linear-gradient(to bottom, #6a6a6a 0, #494949 100%);
}

.uniapp.btn.btn-cancel_active:active, .uniapp.btn.btn-cancel:active,
	.uniapp.btn.btn-cancel-small:active, .uniapp.btn.btn-cancel-mid:active, .adm-button:active
	{
	background-color: #dadada;
	background: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd),
		to(#e5e5e5));
	background: -webkit-linear-gradient(top, #cdcdcd 0, #e5e5e5 100%);
	background: linear-gradient(to bottom, #cdcdcd 0, #e5e5e5 100%);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
}

.uniapp.btn.btn-primary:disabled, .uniapp.btn.btn-primary_disabled,
	.uniapp.btn.btn-primary-mid:disabled, .uniapp.btn.btn-primary-small:disabled
	{
	color: gray;
	background-color: #b7b7b7;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc),
		to(#a6a6a6));
	background: -webkit-linear-gradient(top, #ccc 0, #a6a6a6 100%);
	background: linear-gradient(to bottom, #ccc 0, #a6a6a6 100%);
	cursor: default;
}

.uniapp.btn.btn-cancel_active {
	background-color: #dadada;
	background: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd),
		to(#e5e5e5));
	background: -webkit-linear-gradient(top, #cdcdcd 0, #e5e5e5 100%);
	background: linear-gradient(to bottom, #cdcdcd 0, #e5e5e5 100%);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
}

/*Labels */
.uniapp.lbl.lbl-wrap {
	cursor: pointer;
	vertical-align: middle;
}

.uniapp.lbl.lbl-regular, .adm-label, .adm-label-horizontal {
	margin-bottom: .6em;
	font-family: Arial, roboto-bold, sans-serif;
	font-weight: 700;
	display: inline-block;
}

.uniapp.lbl.lbl-regular_active {
	color: #3397cc;
}

.uniapp.lbl.lbl-regular_invalid {
	color: #db0024
}

.uniapp.lbl.lbl-regular_ver-xs {
	margin-bottom: .3em;
}

.uniapp.lbl.lbl-regular_ver-x2 {
	margin-bottom: 1em;
}

/* image */
.uniapp.img.primary {
	border: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

/********************************/
.tab1 {
	height: 40px;
	line-height: 40px;
	margin-right: 3px;
	float: left;
	/*margin-bottom: 2px;*/
}

.tab1:hover {
	color: #01abe8;
}

.tab1.tab-header {
	padding-left: 30px;
	padding-right: 30px;
	background: #fff;
	color: gray;
	cursor: pointer;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.tab1.tab-title {
	max-width: 21em;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	overflow: hidden;
}

.tab1.tab-active {
	height: 45px;
	line-height: 45px;
	margin-top: -3px;
	margin-bottom: -3px;
	color: #000;
	position: relative;
	/*padding-bottom:2px;*/
}

.tab2.tab-header {
	padding: .7em 1em .75em;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #a4a5a6;
	font-size: 12px;
	color: #545454;
	background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6),
		to(#c3c3c3));
	background: -webkit-linear-gradient(top, #e6e6e6 0, #c3c3c3 100%);
	background: linear-gradient(to bottom, #e6e6e6 0, #c3c3c3 100%);
	float: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.tab2.tab-active {
	color: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#aeaeae),
		to(#cfcfcf));
	background: -webkit-linear-gradient(top, #aeaeae 0, #cfcfcf 100%);
	background: linear-gradient(to bottom, #aeaeae 0, #cfcfcf 100%);
}

.tab2.tab-title {
	
}

.section-title, .rel-section-title, .par-section-title, .secondary-title,
	.c-dropdown__title, .btn-primary, .btn-secondary, .btn-cancel,
	.lk-title, .profile-title, .p-header__p-title, .service-menu__title,
	.adds__title, .data-sum, .news-item__title_item, .lk-footer__title,
	.lk-footer-nav__title, .tbl-ap__header {
	word-spacing: .09em;
	letter-spacing: -.1ex;
}

.section-title, .rel-section-title, .par-section-title, .secondary-title,
	.c-dropdown__title, .p-header__p-title, .adds__title,
	.news-item__title_item, .tbl-ap__header {
	color: #000;
	font-family: dinpro-bold, Arial, sans-serif;
	line-height: 1;
}

.rouble-bold, .rouble {
	font: 400 13px/1 'rouble';
	speak: none;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
}

.rouble-bold-small {
	font: 400 10px/1 'rouble';
	speak: none;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.c-section, .modal-content {
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
	background: #fff;
}

.ui-ico_after-abs {
	margin-left: .4em;
	position: absolute;
	top: .4em;
	right: -1.3em;
}

.ui-ico_before-abs-top {
	margin-left: .1em;
	position: absolute;
	top: .2em;
	left: -1em;
}

.ui-ico_before-abs {
	margin-left: .4em;
	position: absolute;
	top: 50%;
	left: -1.3em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.support-call__number {
	display: inline-block;
	position: relative;
}

.support-call__number:before {
	content: '';
	margin-left: -.4em;
	position: absolute;
	left: 0;
}

.ui-ico {
	display: inline-block;
	cursor: pointer;
}

.select, .inp-group-inside, .rel-wrap, .inpgroup-wrap {
	display: inline-block;
	position: relative;
}

.sh-user__btn {
	width: 1.5em;
	height: .6em;
	font-size: inherit;
	background:
		url(data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2714px%27%20height%3D%277px%27%3E%3Cpolygon%20fill%3D%27%23fff%27%20stroke%3D%27none%27%20points%3D%270%2C0%2014%2C0%207%2C7%27%2F%3E%3C%2Fsvg%3E)
		0 0 no-repeat;
}

.sh-user__btn_opened {
	background:
		url(data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2714px%27%20height%3D%277px%27%3E%3Cpolygon%20fill%3D%27%23fff%27%20stroke%3D%27none%27%20points%3D%270%2C7%2014%2C7%207%2C0%27%2F%3E%3C%2Fsvg%3E)
		0 0 no-repeat;
}

.select__list, .tabs-list, .field-dropdown, .select-list,
	.select__listwrap, .item-edit__menu {
	padding: 0 0 2px;
	background: #fff;
	border: 1px solid #40b8e9;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
	display: none;
}

.select__list, .tabs-list, .field-dropdown, .select-list {
	display: none
}

.select_opened .select__listwrap, .select_opened .select__list,
	.tabs-list_open, .field-dropdown_open, .item-edit_active .item-edit__menu,
	.select-list_open {
	display: block;
}

.select__list, .tabs-list, .field-dropdown, .select-list,
	.select__list-inside {
	max-height: 13.2em;
	overflow-y: auto;
}

.select__list, .select__listwrap, .tabs-list, .field-dropdown,
	.select-list {
	position: absolute;
	top: 100%;
	top: -webkit-calc(100% - 1px);
	top: calc(100% - 1px);
	right: 0;
	left: 0;
	/*z-index: 1001;*/
}

.select__opt, .tabs-list__item, .field-dropdown__item,
	.item-edit__menu-item, .select-list__item, .select__group-head {
	height: 2.2em;
	padding: 0 .8em;
	line-height: 2.2em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.select__opt:hover, .tabs-list__item:hover, .field-dropdown__item:hover,
	.item-edit__menu-item:hover, .select-list__item:hover {
	background: #e3e5e6;
}

.select__opt_selected, .select__group-head, .tabs-list__item_cur,
	.select-list__item_cur {
	background: #f5f5f5;
}

.grid-row:after, .form-row_clearfix:after, .btn-bar:after,
	.tabs-a__tabs-row:after, .tabs-b__tabs-row:after, .list-expand__item:after,
	.struct-edit__bar:after {
	clear: both;
	content: "";
	display: table;
}

.grid-row-radio:after {
	clear: both;
	content: "";
	display: table;
}

.l-gutter-divide:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #d9d9d9;
	position: absolute;
	left: -6px;
}

.r-gutter-divide:before {
	content: '';
	width: 1px;
	height: 90%;
	height: -webkit-calc(100% - 60px);
	height: calc(100% - 60px);
	background: #d9d9d9;
	position: absolute;
	right: -6px;
}

.p-header__s-title, .p-header__sm-title {
	color: gray;
	padding-left: .3em;
}

.item-title, .txtarea-count, .s-info {
	color: gray;
	font-size: 12px;
}

.sh-user, .support-call {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-v-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.flex-grid, .adds, .icobox, .flex-justify {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.flex-alig-bottom {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.no-flexbox{
	width: 100%;
	height: 100%;
	display: table
}

.no-flexbox .adds__sign, .no-flexbox .adds__body, .no-flexbox .adds__action
	{
	display: table-cell;
	vertical-align: top
}


.p-html, .p-body {
	height: 100%;
	min-height: 100%;
	position: relative;
}

.p-html {
	overflow-x: hidden
}

.p-body {
	height: 100%;
	font: 14px/1 Arial, roboto, sans-serif;
	color: #000;
	background: #f5f5f5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.p-wrap {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}

.no-flexbox {
	display: block
}

.p-content {
	/*
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	box-flex: 1;
	*/
	height: 100%;
}

.p-content_grey {
	background: #7c8189
}

.p-content_alone {
	padding-bottom: 0
}

.c-wrap_hidden {
	display: none;
}

.c-wrap_show {
	display: block;
}

.grid-col-2-right {
	float: right !important;
}

.grid-col-2, .grid-col-3, .grid-col-4, .grid-col-5, .grid-col-6,
	.grid-col-8, .grid-col-9, .grid-col-2of8, .grid-col-4of8,
	.grid-col-2of9, .grid-col-3of9, .grid-col-4of9, .grid-col-6of9,
	.grid-col-8of9 {
	float: left
}

.grid-col-2:last-of-type, .grid-col-3:last-of-type, .grid-col-4:last-of-type,
	.grid-col-5:last-of-type, .grid-col-6:last-of-type, .grid-col-8:last-of-type,
	.grid-col-9:last-of-type, .grid-col-2of8:last-of-type, .grid-col-4of8:last-of-type,
	.grid-col-2of9:last-of-type, .grid-col-3of9:last-of-type,
	.grid-col-4of9:last-of-type, .grid-col-6of9:last-of-type,
	.grid-col-8of9:last-of-type {
	margin-right: 0
}

.grid-row_inside-30 {
	margin-right: -30px;
	margin-left: -30px
}

.grid-row_inside-30.flex-grid {
	-ms-flex-positive: 1;
	-ms-flex-negative: 1;
	-ms-flex-preferred-size: 100%
}

.grid-row_inside-20 {
	margin-right: -20px;
	margin-left: -20px
}

.grid-col {
	float: left;
	height: 0px;
	text-align: center;
	background: rgba(0, 0, 0, .4);
	outline: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-sizing: content-box;
	line-height: 0px
}

.grid-col-1 {
	width: 7.63359%;
	margin-right: .76336%
}

.grid-col-1:last-of-type {
	margin-right: 0
}

.grid-col-3-1 {
	width: 31.25%;
	margin-right: 3.125%
}

.grid-col-3-1:last-of-type {
	margin-right: 0
}

.grid-col-6-1 {
	width: 15.38462%;
	margin-right: 1.53846%
}

.grid-col-6-1:last-of-type {
	margin-right: 0
}

.grid-col-9-1 {
	width: 10.20408%;
	margin-right: 1.02041%
}

.grid-col-9-1:last-of-type {
	margin-right: 0
}

.grid-col-centered {
	margin-right: auto !important;
	margin-left: auto !important;
	float: none
}

.grid-col-centered-content {
	margin-right: auto !important;
	margin-left: auto !important;
	float: none;
	padding-bottom: 10px;
	width: 100%;
}

.grid-push-1 {
	margin-left: 8.39695%
}

.grid-push-right {
	float: right
}

.grid-col-msg {
	width: 87%;
	margin-right: .76336%
}

.grid-col-2 {
	width: 16.03053%;
	margin-right: .76336%
}

.grid-col-3 {
	width: 24.42748%;
	margin-right: .76336%
}

.grid-block-3 {
	width: 25.19084%
}

.grid-col-4 {
	width: 32.82443%;
	margin-right: .76336%;
}

.grid-block-4 {
	width: 33.58779%
}

.grid-col-5 {
	width: 41.22137%;
	margin-right: .76336%
}

.grid-block-5 {
	width: 41.98473%
}

.grid-block-7 {
	width: 58.77863%
}

.grid-col-6 {
	width: 49.61832%;
	margin-right: .76336%
}

.grid-block-6 {
	width: 50.38168%
}

.grid-col-8-content {
	width: 66.41221%;
	margin-right: .76336%
}

.grid-block-8 {
	width: 67.17557%
}

.grid-col-9 {
	width: 74.80916%;
	margin-right: .76336%
}

.grid-col-2of8 {
	width: 24.13793%;
	margin-right: 1.14943%
}

.grid-col-4of8 {
	width: 49.42529%;
	margin-right: 1.14943%
}

.grid-col-2of9 {
	width: 21.42857%;
	margin-right: 1.02041%
}

.grid-col-3of9 {
	width: 32.65306%;
	margin-right: 1.02041%
}

.grid-block-3of9 {
	width: 33.67347%
}

.grid-col-4of9 {
	width: 43.87755%;
	margin-right: 1.02041%
}

.grid-col-6of9 {
	width: 66.32653%;
	margin-right: 1.02041%
}

.grid-col-8of9 {
	width: 88.77551%;
	margin-right: 1.02041%
}

.grid-col-content {
	width: 100%;
	float: left;
	margin-right: 0;
}

.flex-grid-col-4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex-grid-col-4:nth-child(4n+4) {
	margin-right: 0;
}
.flex-grid-col-4:nth-child(n+5) {
	margin-top: 20px;
}
.flex-grid-col-6 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.flex-grid-col-6:nth-child(6n+6) {
	margin-right: 0;
}
.flex-grid-col-6:nth-child(n+7) {
	margin-top: 20px;
}
.flex-grid-col-3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.flex-grid-col-3:nth-child(3n+3) {
	margin-right: 0;
}
.flex-grid-col-3:nth-child(n+4) {
	margin-top: 30px;
}
.section-title, .rel-section-title, .par-section-title, .secondary-title,
	.c-dropdown__title {
	margin: 0 0 1.1em
}

.section-title {
	margin-bottom: .8em;
	line-height: 1.16em;
	font-size: 26px;
	padding-right: 25px;
	
}

.rel-section-title {
	font-size: 22px
}

.par-section-title {
	font-size: 22px;
	margin-bottom: 10px
}

.secondary-title {
	font-size: 18px
}

.item-title {
	margin-bottom: .5em;
	font-weight: 400
}

.item-title_action {
	color: #ee7400
}

.par-regular {
	margin-bottom: .9em;
	font-size: 14px;
	color: #000;
	line-height: 1.4
}

.par-regular_ver-xs {
	margin-bottom: .4em
}

.par-regular_ver-xl {
	margin-bottom: 2em
}

.par-alone {
	margin-bottom: 0
}

.roboto-bold {
	font-family: Arial, roboto-bold, sans-serif;
	font-weight: 700
}

.dinpro-bold {
	font-family: dinpro-bold, Arial, sans-serif
}

.inp-regular, .select, .txtarea-regular {
	position: relative;
	width: 100%;
	font-family: inherit;
	/*color: #000;*/
	background: #fff;
	border: 1px solid #a4a5a6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.input[type="radio"] {
	margin: 0px;
}

.inp-regular, .select {
	height: 34px;
	padding: 0 10px
}

.btn-primary, .btn-secondary, .btn-cancel, .btn-primary-small,
	.btn-secondary-small, .btn-cancel-small, .btn-primary-mid,
	.btn-cancel-mid{
	padding-right: 1.2em;
	padding-left: 1.2em;
	text-decoration: none;
	text-align: center;
	border: 0;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2)
}

.cmp-show {
	display: block;
}

.cmp-hidden {
	display: none;
}

.notif-content {
	padding: 10px 0px 10px 0px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.error-content {
	border: 1px double #db0024;
	background: #fff4e1;
}

.info-content {
	background: #fffbe5;
    border: 1px solid #ff8c1c;
}

.location-label {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	width: 40%;
	color: #fff;
	padding-left: 70px;
}

.location-label:before {
	width: 18px;
	height: 19px;
	background-position: 50% -168px;
	background-image: url(/images/elk/most-often-icons-s002021aa26.png);
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.location-label:after {
	top: .4em;
	right: -.6em;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 9px solid transparent;
	/*border-top: 9px solid #fff;*/
	content: '';
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	position: relative;
}

.btn-inset {
	position: absolute !important;
	padding: 0;
	text-decoration: none;
	border: 0;
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	border-radius: 0
}

.btn-primary_width-100, .btn-secondary_width-100, .btn-cancel_width-100
	{
	width: 100%;
	max-width: 190px;
}

.btn-primary, .btn-secondary, .btn-cancel {
	min-width: 190px;
	padding-top: .715em;
	padding-bottom: .725em;
	font: 18px/1 "dinpro-bold", Arial, sans-serif
} 

.btn-primary-mid, .btn-cancel-mid {
	min-width: 130px;
	padding-top: .64em;
	padding-bottom: .6em;
	font: 15px/1 "dinpro-bold", Arial, sans-serif
}

.btn-cancel_active, .btn-cancel, .btn-cancel-small, .btn-cancel-mid{
	color: #000;
	background-color: #d9d9d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5),
		to(#ccc));
	background: -webkit-linear-gradient(top, #e5e5e5 0, #ccc 100%);
	background: linear-gradient(to bottom, #e5e5e5 0, #ccc 100%);
	cursor: pointer
}

.btn-primary, .btn-primary-mid, .btn-primary-small {
	color: #fff;
	background-color: #0199e3;
	background: -webkit-gradient(linear, left top, left bottom, from(#01aae8),
		to(#0088de));
	background: -webkit-linear-gradient(top, #01aae8 0, #0088de 100%);
	background: linear-gradient(to bottom, #01aae8 0, #0088de 100%);
	cursor: pointer
}

.btn-cancel_active:hover, .btn-cancel:hover, .btn-cancel-small:hover,
	.btn-cancel-mid:hover, .adm-button:hover {
	background-color: #dedede;
	background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9),
		to(#d4d4d4));
	background: -webkit-linear-gradient(top, #e9e9e9 0, #d4d4d4 100%);
	background: linear-gradient(to bottom, #e9e9e9 0, #d4d4d4 100%)
}

.btn-primary:hover, .btn-primary-mid:hover, .btn-primary-small:hover {
	background-color: #27a0e5;
	background: -webkit-gradient(linear, left top, left bottom, from(#27b7eb),
		to(#269ae4));
	background: -webkit-linear-gradient(top, #27b7eb 0, #269ae4 100%);
	background: linear-gradient(to bottom, #27b7eb 0, #269ae4 100%)
}

.btn-cancel_active:active, .btn-cancel:active, .btn-cancel-small:active,
	.btn-cancel-mid:active, .adm-button:active {
	background-color: #dadada;
	background: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd),
		to(#e5e5e5));
	background: -webkit-linear-gradient(top, #cdcdcd 0, #e5e5e5 100%);
	background: linear-gradient(to bottom, #cdcdcd 0, #e5e5e5 100%);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset
}

.btn-cancel_active:active, .btn-cancel:active, .btn-cancel-small:active,
	.btn-cancel-mid:active, .adm-button:active {
	background-color: #dadada;
	background: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd),
		to(#e5e5e5));
	background: -webkit-linear-gradient(top, #cdcdcd 0, #e5e5e5 100%);
	background: linear-gradient(to bottom, #cdcdcd 0, #e5e5e5 100%);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset
}

.btn-primary:active, .btn-primary_active, .btn-primary-mid:active,
	.btn-primary-small:active {
	background-color: #019ae3;
	background: -webkit-gradient(linear, left top, left bottom, from(#0089df),
		to(#01aae8));
	background: -webkit-linear-gradient(top, #0089df 0, #01aae8 100%);
	background: linear-gradient(to bottom, #0089df 0, #01aae8 100%);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset
}

.btn-secondary, .btn-secondary-small {
	color: #fff;
	background-color: #464646;
	background: -webkit-gradient(linear, left top, left bottom, from(#595959),
		to(#343434));
	background: -webkit-linear-gradient(top, #595959 0, #343434 100%);
	background: linear-gradient(to bottom, #595959 0, #343434 100%);
	cursor: pointer
}

.btn-secondary:hover, .btn-secondary-small:hover {
	background-color: #5b5b5b;
	background: -webkit-gradient(linear, left top, left bottom, from(#6a6a6a),
		to(#494949));
	background: -webkit-linear-gradient(top, #6a6a6a 0, #494949 100%);
	background: linear-gradient(to bottom, #6a6a6a 0, #494949 100%)
}

.btn-secondary:active, .btn-secondary-small:active {
	background-color: #019ae3;
	background: -webkit-gradient(linear, left top, left bottom, from(#2d2d2d),
		to(#585858));
	background: -webkit-linear-gradient(top, #2d2d2d 0, #585858 100%);
	background: linear-gradient(to bottom, #2d2d2d 0, #585858 100%);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset
}

.btn-primary:disabled, .btn-primary_disabled, .btn-primary-mid:disabled,
	.btn-primary-small:disabled {
	color: gray;
	background-color: #b7b7b7;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc),
		to(#a6a6a6));
	background: -webkit-linear-gradient(top, #ccc 0, #a6a6a6 100%);
	background: linear-gradient(to bottom, #ccc 0, #a6a6a6 100%);
	cursor: default
}

.btn-primary_wait:disabled {
	padding: 0px 10px 0px 6px;
	text-align: left;
	line-height: 34px;
	color: #01abe8;
	background: #e5f6fd;
	-webkit-box-shadow: inset 0 1px 1px #b1cfdf;
	-moz-box-shadow: inset 0 1px 1px #b1cfdf;
	box-shadow: inset 0 1px 1px #b1cfdf
}

.btn-cancel_active {
	background-color: #dadada;
	background: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd),
		to(#e5e5e5));
	background: -webkit-linear-gradient(top, #cdcdcd 0, #e5e5e5 100%);
	background: linear-gradient(to bottom, #cdcdcd 0, #e5e5e5 100%);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset
}

.inp-group-inside__btn {
	position: absolute;
	top: 0;
	right: 0
}

.inp-group-inside__tel {
	position: absolute;
	top: 0;
	left: 0
}

.icheck-radio, .icheck-check {
	width: 14px;
	height: 14px;
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	font-size: 0;
	position: relative;
	cursor: pointer
}

.icheck-radio {
	box-sizing: content-box;
}

.form-row label {
	vertical-align: middle !important;
	font: 14px/1 Arial, roboto, sans-serif !important;
	color: #000 !important;
	padding-left: 5px !important;
}

.form-row-radio label {
	vertical-align: middle !important;
	font: 14px/1 Arial, roboto, sans-serif !important;
	padding-left: 5px !important;
}

.span {
	display: block;
	float: left
}

.span_10 {
	width: 10%
}

.span_15 {
	width: 15%
}

.span_18 {
	width: 18%
}

.span_20 {
	width: 20%
}

.span_25 {
	width: 25%
}

.span_30 {
	width: 30%
}

.span_33 {
	width: 33.3%
}

.span_40 {
	width: 40%
}

.span_45 {
	width: 45%
}

.span_50 {
	width: 50%
}

.span_60 {
	width: 60%
}

.span_66 {
	width: 66%
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

.form-section {
	margin-bottom: 40px
}

.form-section-2 {
	margin-bottom: 27px;
	padding-bottom: 27px;
	border-bottom: 1px solid #e6e6e6
}

.form-section-2-uni {
	margin-bottom: 27px;
	border-bottom: 1px solid #e6e6e6
}

.form-row {
	margin-bottom: 27px
}

.form-row_20 {
	margin-bottom: 18px
}

.form-row_10 {
	margin-bottom: 10px
}

.form-row_alone {
	margin-bottom: 0
}

.form-col {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-sizing: content-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.form-col_r-30 {
	padding-right: 30px
}

.form-col_l-30 {
	padding-left: 30px
}

.form-col_l-20 {
	padding-left: 20px
}

.form-col_r-10 {
	padding-right: 10px
}

.form-col_l-10 {
	padding-left: 10px
}

.form-col_mid {
	padding-left: 15px;
	padding-right: 15px
}

.form-col_relpair-start {
	padding-right: 15px
}

.form-col_relpair-end {
	padding-left: 15px
}

.form-col_rel-start {
	padding-right: 5px
}

.form-col_rel-end {
	padding-left: 5px
}

.lbl-wrap {
	cursor: pointer;
	vertical-align: middle
}

.lbl-regular, .adm-label, .adm-label-horizontal {
	margin-bottom: .6em;
	font-family: Arial, roboto-bold, sans-serif;
	font-weight: 700;
	display: inline-block
}

.lbl-regular_active {
	color: #3397cc
}

.lbl-regular_invalid {
	color: #db0024
}

.lbl-regular_ver-xs {
	margin-bottom: .3em
}

.lbl-regular_ver-x2 {
	margin-bottom: 1em
}

.inp-regular_width-auto {
	width: auto
}

.inp-regular_70px {
	width: 68px
}

.inp-regular_100px {
	width: 98px
}

.inp-regular_invalid{
	border-color: #db0024 !important;
	-webkit-box-shadow: 4px 0 0 #e95c63 inset;
	-moz-box-shadow: 4px 0 0 #e95c63 inset;
	box-shadow: 4px 0 0 #e95c63 inset
}

.inp-regular_disabled, .inp-regular:disabled {
	background: #f2f2f2;
	color: #B0B1B2
}

.inp-regular_disabled.readonly, .inp-regular:disabled.readonly {
	background: #fff
}

.txtarea-regular {
	min-height: 100px;
	resize: vertical;
	padding: .8em
}

.inp-regular:focus {
	border-color: #40b8e9
}

.txtarea-regular_active, .txtarea-regular:focus {
	border-color: #40b8e9
}

.inp-regular_valid {
	border-color: #86d08d !important;
	-webkit-box-shadow: 4px 0 0 #86d08d inset;
	-moz-box-shadow: 4px 0 0 #86d08d inset;
	box-shadow: 4px 0 0 #86d08d inset
}

.hidden-field {
	visibility: hidden;
	position: absolute
}

.lbl-fileupload {
	position: relative
}

.btn-fake-fileupload {
	width: 100%;
	padding: .6em 0 .5em;
	display: inline-block;
	position: relative;
	z-index: 2
}

.inp-hidden-fileupload {
	opacity: 0;
	position: absolute;
	top: 0;
	left: -100%;
	cursor: pointer;
	z-index: 1;
	filter: alpha(opacity = 0)
}

:-ms-input-placeholder {
	color: #959595
}

.btn-primary_shot {
	min-width: 150px
}

.btn-primary-mid_width-100 {
	width: 100%
}

.btn-primary-mid_fileinput {
	width: -webkit-calc(24.42748% + 10px);
	width: calc(24.42748% + 10px)
}

.btn-secondary_shot {
	min-width: 150px
}

.btn-cancel_shot {
	min-width: 150px
}

.btn-inset {
	width: 34px;
	height: 33px
}

.btn-inset:hover>.ui-ico {
	fill: #007dbf
}

.icheck-radio {
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.icheck-radio:after {
	content: '';
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 3px
}

.icheck-radio_grey {
	background: #f5f5f5;
	border-color: #a4a5a6
}

.icheck-radio_grey:after {
	background: #404040
}

.icheck-radio_grey.icheck-radio-unchecked:after {
	display: none
}

.icheck-radio_grey.icheck-radio-disabled {
	background: #ececec;
	border-color: #c1c1c1
}

.icheck-radio_grey.icheck-radio-disabled:after {
	background: #b4b4b4
}

.icheck-radio_incol, .icheck-radio_inrow, .icheck-radio_middle {
	vertical-align: middle
}

.icheck-radio_incol {
	margin-right: 4px;
	margin-left: -24px;
	top: -2px
}

.icheck-check_grey {
	background: #f5f5f5
		url(data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2014%2010%27%20width%3D%27100%25%27%20height%3D%27100%25%27%3E%3Cpath%20fill%3D%27%23404040%27%20d%3D%27M13%2C2%20L8%2C8%20L8%2C8%20L5%2C10%20L5%2C10%20L5%2C10%20L3%2C8%20L3%2C8%20L1%2C5%20L3%2C3%20L5%2C6%20L11%2C0%20L13%2C2%20Z%27%2F%3E%3C%2Fsvg%3E)
		50% 50% no-repeat;
	border-color: #a4a5a6
}

.icheck-check_grey.icheck-check-unchecked {
	background-image: none
}

.icheck-check_grey.icheck-check-unchecked.invalid-req-val {
	border-color: #db0024 !important;
}


.icheck-check_grey.icheck-check-disabled {
	background-color: #F5F5F5;
	border-color: #c1c1c1;
	opacity: .8;
	cursor: default;
}

.icheck-check_incol, .icheck-check_inrow, .icheck-check_inrow-x2,
	.icheck-check_middle {
	vertical-align: middle
}

.icheck-check_inrow-x2 {
	margin-right: 4px
}

.icheck-check_incol {
	margin-right: 4px;
	margin-left: -24px;
	top: -2px
}

.icheck-switch {
	width: 40px;
	height: 23px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, .15);
	position: relative;
	z-index: 0;
}

.icheck-switch:after {
	content: '';
	width: 19px;
	height: 19px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: -1;
	cursor: pointer
}

.icheck-switch_blue {
	background: #01abe8
}

.icheck-switch_blue:after {
	background: #fff;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .25)
}

.icheck-switch_blue.icheck-switch-unchecked {
	background: #a6a7aa
}

.icheck-switch_blue.icheck-switch-unchecked:after {
	right: auto;
	left: 2px
}

.select {
	padding-right: 44px;
	vertical-align: top
}

.select_unselected .select__data {
	color: #959595
}

.select_opened {
	border-color: #40b8e9
}

.select_opened .select__btn {
	color: #40b8e9
}

.select_opened .select__btn>.ui-ico {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	fill: #40b8e9
}

.select_valid {
	border-color: #86d08d;
}

.select_disabled {
	background: #f2f2f2
}

.select_disabled:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.select__data {
	width: 100%;
	height: 32px;
	line-height: 32px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	cursor: default
}

.select__ico {
	margin-top: -3px;
	display: inline-block;
	vertical-align: middle
}

.select__btn {
	width: 32px;
	border-left: 1px solid #a4a5a6;
	position: absolute;
	top: 7px;
	right: 0;
	bottom: 7px
}

.select__btn:hover {
	color: #40b8e9
}

.select__btn>.ui-ico {
	margin: -.25em 0 0 -.45em;
	position: absolute;
	top: 50%;
	left: 50%
}

.select__datainput {
	width: 100%;
	background: transparent;
	border: 0
}

.select__list {
	right: 1px;
	left: 1px;
}

.select__list-inside .select__opt {
	line-height: 2em
}

.select__listwrap {
	right: -1px;
	left: -1px
}

.select__opt .lbl-wrap {
	display: block
}

.select__group-head {
	font-weight: 700;
	height: 2.5em;
	line-height: 2.3em
}

.select__group-head .lbl-wrap {
	display: block
}

.inp-group-inside {
	width: 100%
}

.inp-group-inside_width-auto {
	width: auto
}

.inp-group-inside_field-ico {
	padding-right: 44px
}

.inp-group-inside__field-tel {
	padding-left: 2em
}

.inp-group-inside__tel {
	height: 100%;
	padding-left: 10px;
	line-height: 34px
}

.inp-group-inside__btn>svg {
	margin: auto
}

.inp-group {
	display: table
}

.inp-group_width-100 {
	width: 100%
}

.inp-group__cell {
	display: table-cell;
	vertical-align: top
}

.inp-group__cell_rel-start {
	padding-right: 15px
}

.inp-group__cell_rel-start-10 {
	padding-right: 7px
}

.inp-group__cell_rel-start-5 {
	padding-right: 5px
}

.inp-group__cell_rel-end {
	padding-left: 15px
}

.inp-group__cell_rel-end-20 {
	padding-left: 20px
}

.inp-group__cell_rel-end-10 {
	padding-left: 7px
}

.inp-group__cell_rel-end-5 {
	padding-left: 5px
}

.inp-group__cell_rel-end-zero {
	padding-left: 0
}

.inp-group__cell_width-100 {
	width: 100%;
	box-sizing: content-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.inp-group__cell_tip {
	vertical-align: middle
}

.lbl-col {
	padding-left: 24px
}

.form-section-title {
	margin-bottom: 1.1em;
	font-family: Arial, roboto-bold, sans-serif;
	font-weight: 700
}

.field-extradesc {
	margin-top: .4em;
	font-size: 12px;
	color: gray;
	line-height: 1.5
}

.require-sign {
	color: #db0024;
	font-size: 110%;
	line-height: .7
}

.txtarea-count {
	position: absolute;
	top: -20px;
	right: 0
}

.form-lbl-valign {
	margin-top: 22.4px
}

.tabs-a__overlay-tab, .tabs-a__tab {
	padding-left: 30px;
	padding-right: 30px;
	background: #fff;
	color: gray;
	cursor: pointer;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2)
}

.tabs-a__overlay:after {
	content: '';
	width: 36px;
	position: absolute;
	top: -2px;
	bottom: -2px
}

.ui-ico_inrow {
	margin-left: 4px
}

.ui-ico_before {
	margin-right: 2px
}

.ui-ico_middle {
	vertical-align: middle
}

.ui-ico_bottom {
	vertical-align: bottom
}

.ui-ico-search {
	width: 18px;
	height: 18px;
	fill: #a4a5a6
}

.ui-ico-clearfield {
	width: 20px;
	height: 20px;
	padding: 4px;
	background: #959595;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	fill: #fff;
	margin-top: 6px !important;
	margin-left: 6px !important;
}

.ui-ico-eye>svg {
	width: 18px;
	height: 14px;
	fill: #a4a5a6;
	position: absolute;
	top: 10px;
}

.ui-ico-eye:hover>svg {
	fill: #007dbf
}

.ui-ico-eye .eye-close {
	display: block
}

.ui-ico-eye .eye-open {
	display: none
}

.ui-ico-eye_open .eye-close {
	display: none
}

.ui-ico-eye_open .eye-open {
	display: block
}

.ui-ico-doctree-arrow>svg {
	width: 7px;
	height: 11px
}

.ui-ico-doctree-arrow .doctree-close {
	fill: #fff;
	stroke: gray
}

.ui-ico-doctree-arrow .doctree-open {
	display: none
}

.ui-ico-doctree-arrow_open {
	width: 7px;
	height: 7px
}

.ui-ico-doctree-arrow_open .doctree-close {
	display: none
}

.ui-ico-doctree-arrow_open .doctree-open {
	display: block;
	fill: #000;
	stroke: none
}

.ui-ico-strokearrow {
	width: .9em;
	height: .5em;
	fill: #fff;
	stroke: gray
}

.ui-ico-strokearrow_up {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.ui-ico-strokearrow:hover {
	stroke: currentColor
}

.ui-ico-greyarrow {
	width: .9em;
	height: .5em;
	fill: #50545b
}

.ui-ico-greyarrow_up {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.ui-ico-greyarrow_right {
	-webkit-transform: rotate(-90deg) translateY(1px);
	-ms-transform: rotate(-90deg) translateY(1px);
	transform: rotate(-90deg) translateY(1px)
}

.ui-ico-greyarrow_left {
	-webkit-transform: rotate(90deg) translateY(1px);
	-ms-transform: rotate(90deg) translateY(1px);
	transform: rotate(90deg) translateY(1px)
}

.ui-ico-greyarrow:hover {
	fill: currentColor
}

.ui-ico-blackarrow {
	width: 12px;
	height: 10px
}

.ui-ico-loading {
	width: 36px;
	height: 36px;
	margin-right: 7px;
	vertical-align: middle;
	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear
}

.ui-ico-loading_small {
	width: 20px;
	height: 20px
}

@-moz-keyframes spin { 
0% {
	transform: rotate(0 deg);
}
100%{
	transform:rotate(360deg);
}
}

@-webkit-keyframes spin {from { 
	-webkit-transform:rotate(0deg);
	transform: rotate(0deg)
}
to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}
}

@keyframes spin {from { 
	-webkit-transform:rotate(0deg);
	transform: rotate(0deg)
}
to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}
}

.ui-ico-hint {
	padding: .3em .5em;
	color: #fff;
	line-height: 1;
	background: #86a7b3;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 10px
}

.ui-ico-calendar {
	width: 18px;
	height: 18px;
	fill: #959595;
	position: absolute;
	top: 8px;
	left: 11px;
}

.ui-ico-check {
	width: 14px;
	height: 14px
}

.ui-ico-check_grey {
	fill: #959595
}

.ui-ico-check_green {
	fill: #70c078
}

.ui-ico-cross_thin {
	width: 10px;
	height: 10px
}

.ui-ico-cross:hover {
	fill: #01abe8
}

.btn-bar__item {
	padding: .7em 1em .75em;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #a4a5a6;
	font-size: 12px;
	color: #545454;
	background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6),
		to(#c3c3c3));
	background: -webkit-linear-gradient(top, #e6e6e6 0, #c3c3c3 100%);
	background: linear-gradient(to bottom, #e6e6e6 0, #c3c3c3 100%);
	float: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer
}

.btn-bar__item_active {
	color: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#aeaeae),
		to(#cfcfcf));
	background: -webkit-linear-gradient(top, #aeaeae 0, #cfcfcf 100%);
	background: linear-gradient(to bottom, #aeaeae 0, #cfcfcf 100%)
}

.btn-bar__item_first {
	border-left-width: 1px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px
}

.btn-bar__item_last {
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0
}

.tabs-a {
	position: relative
}

.tabs-a__overlay {
	min-height: 45px;
	display: none;
	position: absolute;
	top: 0;
	z-index: 4
}

.tabs-a__overlay_visible {
	display: block
}

.tabs-a__overlay_l {
	left: 0
}

.tabs-a__overlay_l:after {
	background: -webkit-gradient(linear, left top, right top, from(#f5f5f5),
		color-stop(10%, #f5f5f5), color-stop(50%, rgba(245, 245, 245, .5)),
		to(rgba(245, 245, 245, 0)));
	background: -webkit-linear-gradient(left, #f5f5f5 0, #f5f5f5 10%, rgba(245, 245, 245
		, .5) 50%, rgba(245, 245, 245, 0) 100%);
	background: linear-gradient(to right, #f5f5f5 0, #f5f5f5 10%, rgba(245, 245, 245, .5
		) 50%, rgba(245, 245, 245, 0) 100%);
	right: -35px
}

.tabs-a__overlay_r {
	right: 0
}

.tabs-a__overlay_r:after {
	background: -webkit-gradient(linear, right top, left top, from(#f5f5f5),
		color-stop(10%, #f5f5f5), color-stop(50%, rgba(245, 245, 245, .5)),
		to(rgba(245, 245, 245, 0)));
	background: -webkit-linear-gradient(right, #f5f5f5 0, #f5f5f5 10%, rgba(245, 245,
		245, .5) 50%, rgba(245, 245, 245, 0) 100%);
	background: linear-gradient(to left, #f5f5f5 0, #f5f5f5 10%, rgba(245, 245, 245, .5)
		50%, rgba(245, 245, 245, 0) 100%);
	left: -36px
}

.tabs-a__overlay-tab {
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	float: left;
	position: relative
}

.tabs-a__overlay-tab_nav {
	padding: 0 10px
}

.tabs-a__overlay-tab_nav:hover {
	color: #01abe8
}

.tabs-a__tabs-wrap {
	width: 100%;
	max-width: 100%;
	margin: 0 -1px;
	padding: 3px 0 0 1px;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.tabs-a__tabs-row {
	width: 1000em;
	margin-bottom: 2px;
	-webkit-transition: -webkit-transform .4s linear;
	transition: transform .4s linear
}

.tabs-a__tab {
	height: 40px;
	line-height: 40px;
	margin-right: 3px;
	float: left
}

.tabs-a__tab:hover {
	color: #01abe8
}

.tabs-a__tab-title {
	max-width: 21em;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	overflow: hidden
}

.tabs-a__tab_active {
	height: 45px;
	line-height: 45px;
	margin-top: -3px;
	margin-bottom: -3px;
	color: #000;
	position: relative
}

.tabs-a__box, .tabs-a__body {
	position: relative;
	z-index: 3
}

.tabs-a__body {
	background: #fff;
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 1px rgba(0, 0, 0, .2)
}

.tabs-list {
	max-width: 280px;
	max-height: 150px;
	left: auto
}

.tabs-list__item {
	height: 30px;
	line-height: 30px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis
}

.tabs-b {
	position: relative
}

.tabs-b__tab {
	float: left;
	background: #e6e6e6;
	color: #545454;
	padding: 10px 20px;
	border: 1px solid #a4a5a6;
	border-bottom: none;
	border-right: none;
	font-size: 12px;
	cursor: pointer
}

.tabs-b__tab:hover {
	color: #000
}

.tabs-b__tab:last-child {
	border-right: 1px solid #a4a5a6
}

.tabs-b__tab-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	overflow: hidden
}

.tabs-b__tab_active {
	background: #fff;
	color: #000
}

.tabs-b__body {
	background: #fff;
	border: 1px solid #a4a5a6;
	position: relative;
	padding: 20px;
	z-index: 3;
	max-height: 240px;
	overflow: auto
}

.ajax-loading {
	display: inline-block
}

.datepick {
	padding: 20px 0;
	background-color: #fff;
	color: #000;
	width: 295px !important;
	border: 1px solid #01abe8;
	z-index: 1
}

.datepick-popup { 
    position: absolute; 
	z-index: 6
}

.datepick a {
	color: #000;
	text-decoration: none
}

.datepick a.datepick-disabled {
	color: #888;
	cursor: auto
}

.datepick-nav, .datepick-ctrl {
	width: 235px;
	margin: auto
}

.datepick-ctrl {
	margin-top: 10px
}

.datepick-cmd {
	width: 33%
}

.datepick-cmd-close, .datepick-cmd-clear, .datepick-cmd-current,
	.datepick-cmd-today {
	float: left;
	width: 33%;
	text-transform: uppercase;
	font-size: 10px
}

.datepick-cmd-close:hover, .datepick-cmd-clear:hover,
	.datepick-cmd-current:hover, .datepick-cmd-today:hover {
	color: #01abe8
}

.datepick-cmd-today {
	text-align: center
}

.datepick-cmd-close {
	text-align: right
}

.datepick-cmd-prev, .datepick-cmd-next {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%
}

.datepick-cmd-prev:after, .datepick-cmd-next:after {
	content: '';
	width: 0;
	height: 0;
	margin: -4.5px 0 0 -3.5px;
	border-style: solid;
	position: absolute;
	top: 50%;
	left: 50%
}

.datepick-cmd-prev {
	left: 0
}

.datepick-cmd-prev:after {
	border-width: 4.5px 7px 4.5px 0;
	border-color: transparent #545454 transparent transparent
}

.datepick-cmd-next {
	right: 0
}

.datepick-cmd-next:after {
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #545454
}

.datepick-month-nav span {
	font-size: 10px;
	color: #bfbfbf
}

.datepick-month-row {
	clear: left;
	position: relative
}

.datepick-month {
	padding: 0 30px
}

.datepick-month-header {
	margin-bottom: 10px
}

.datepick-month-header select {
	height: 24px;
	border: 1px solid #959595;
	font-family: inherit
}

.datepick-month-year {
	width: 118px
}

.datepick-month-year+.datepick-month-year {
	width: 90px;
	margin-left: 20px
}

.datepick-month-header input {
	position: absolute;
	display: none
}

.datepick-month th, .datepick-month td {
	text-align: center;
	vertical-align: middle;
	border: none
}

.datepick-month td {
	border: 5px solid transparent
}

.datepick-month thead th {
	height: 18.66667px;
	line-height: 18.66667px
}

.datepick-month th span {
	color: #bfbfbf;
	font-size: 8px;
	font-weight: 400
}

.datepick-month a {
	width: 26px;
	height: 26px;
	display: inline-block;
	border: 1px solid transparent;
	font-size: 14px;
	line-height: 26px;
	color: #000;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.datepick-month td span {
	color: #bfbfbf
}

.datepick-other-month {
	cursor: default
}

.datepick-weekend {
	font-family: Arial, roboto-bold, sans-serif;
	font-weight: 700
}

.datepick-today {
	width: 28px;
	height: 28px;
	display: block;
	border-color: #959595 !important
}

.datepick-month td .datepick-highlight {
	background-color: #e3e5e6
}

.datepick-month td .datepick-selected {
	background-color: #f5f5f5
}

.datepick-clear-fix {
	clear: both
}

.field-tip {
	max-width: 300px;
	min-width: 180px;
	border-width: 1px;
	border-style: solid;
	display: none;
	position: absolute;
	top: 102%;
	top: -webkit-calc(100% + 3px);
	top: calc(100% + 3px);
	z-index: 5;
	margin-top: 3px;
}

.field-tip_open {
	display: block
}

.field-tip_error {
	color: #db0024;
	background: #fff0f0 !important
}

.field-tip_notify {
	color: #ff8c1c;
	background: #fffbe5
}

.field-tip:after {
	content: '';
	width: 9px;
	height: 9px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	background: inherit;
	position: absolute;
	top: -6px;
	left: 10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.field-tip__tip {
	padding: .7em .8em .6em;
	font-size: 12px;
	line-height: 1.3;
	color: #000
}

.field-tip__tip_onerow {
	white-space: nowrap
}

.ui-tip {
	max-width: 400px;
	min-width: 340px;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 10px rgba(4, 22, 43, .25);
	-moz-box-shadow: 0 6px 10px rgba(4, 22, 43, .25);
	box-shadow: 0 6px 10px rgba(4, 22, 43, .25);
	position: absolute;
	bottom: 105%;
	bottom: -webkit-calc(100% + 20px);
	bottom: calc(100% + 20px);
	left: -20px;
	z-index: 5;
	display: none
}

.ui-tip_open {
	display: block
}

.ui-tip_grey {
	color: #86a7b3;
	background: #f2f5f6
}

.ui-tip_grey .ui-tip__tail {
	fill: #f2f5f6;
	stroke: currentColor
}

.ui-tip__tail {
	content: '';
	width: 12px;
	height: 20px;
	position: absolute;
	bottom: -20px;
	left: 20px
}

.ui-tip__hint {
	padding: 1.5em 2em;
	font-size: 12px;
	color: #000;
	line-height: 1.4
}

.ui-tip-small {
	position: relative
}

.ui-tip-small:hover:before, .ui-tip-small:hover:after {
	display: block
}

.ui-tip-small:after {
	content: attr(data-smalltip);
	padding: .4em 1em;
	background: #e1e6e9;
	color: #5b7a86;
	border: 1px solid;
	font-size: 12px;
	white-space: nowrap;
	display: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
	position: absolute;
	top: 50%;
	right: -11px;
	-webkit-transform: translate(100%, -50%);
	-ms-transform: translate(100%, -50%);
	transform: translate(100%, -50%)
}

.ui-tip-small:before {
	content: '';
	width: 11px;
	height: 9px;
	background:
		url(data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23e1e6e9%22%20stroke%3D%22%235b7a86%22%3E%3Cpolygon%20points%3D%2211%2C0%200%2C4.5%2011%2C9%22%2F%3E%3Cpolyline%20points%3D%2211%2C0%200%2C4.5%2011%2C9%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)
		0 0 no-repeat;
	display: none;
	right: -12px;
	z-index: 2;
	margin-top: -4.5px;
	position: absolute;
	top: 50%
}

.list-expand__item {
	margin: .9em 0;
	position: relative
}

.list-expand__item:first-of-type {
	margin-top: 0
}

.list-expand__item:last-of-type {
	margin-bottom: 0
}

.list-expand__item-r-col {
	float: right
}

.list-expand__lvl {
	margin-left: 2em;
	display: none
}

.list-expand__lvl-incol {
	margin-left: 0
}

.list-expand__lvl_open {
	display: block
}

.list-expand__content {
	display: none;
	margin-top: 20px;
	margin-bottom: 54px
}

.list-expand__content_open {
	display: block
}

.list-disc {
	list-style-position: inside
}

.list-disc>li {
	padding-left: .7em;
	position: relative
}

.list-disc>li:before {
	content: '';
	width: 0;
	height: 0;
	border-width: 2px;
	border-style: solid;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: .6em;
	left: 0
}

.list-disc-vpad {
	padding: 4px 0
}

.list-disc-vpad>li {
	padding-bottom: 3px
}

.list-regular>li {
	margin-bottom: 12px
}

.list-regular>li:last-of-type {
	margin-bottom: 0
}

.list-line {
	list-style-position: inside
}

.list-line>li {
	padding-left: .7em;
	position: relative
}

.list-line>li:before {
	content: '\0335';
	position: absolute;
	left: .25em;
	bottom: .09em
}

.list-ordered {
	margin-left: 1em
}

.list-ordered>li {
	margin: .4em 0
}

.list-ordered>li:last-of-type {
	margin-bottom: 0
}

.list-regular {
	list-style: none
}

.old-browser__title {
	line-height: 1em; 
	padding-left: 20px; 
	font-size: 41.6px; 
	font-weight: 600;
}

.old-browser__title {
	line-height: 1em; padding-left: 20px; font-size: 41.6px; font-weight: 600;
}
.top-browser {
	border: currentColor; width: 100%; border-collapse: separate; border-spacing: 10px;
}
.top-browser__cell-wrap {
	background: rgb(255, 255, 255); border-width: 1px 1px 2px; border-style: solid; border-color: rgb(255, 255, 255) rgb(230, 230, 230) rgb(196, 196, 196); padding: 30px; width: 390px; margin-right: 10px; vertical-align: top;
}
.top-browser__cell-wrap_last {
	margin-right: 0px;
}
.top-browser__cell {
	color: rgb(98, 98, 98); line-height: 1.5em; font-size: 14px; vertical-align: top;
}
.top-browser__cell_pad-l20 {
	padding-left: 20px;
}


.sh-rtlink__link, .sh-chat__btn-wrap {
	color: #fff !important;
	display: inline-block;
	font-size: 12px;
	padding-bottom: 19px;
	padding-left: 30px;
	padding-top: 19px;
}

.sh-rtlink__link-nav {
	display: inline-block;
	font-size: 12px;
	padding-bottom: 19px;
	padding-left: 15px;
	padding-right:15px;
	padding-top: 19px;
	height: 53px;
	font-weight:bold;
	text-decoration: none 
}

.rtlink_login {
	margin-right:60px;
}

.lk-active {
	background-color:#f5f5f5;
	color: black
}

.lk-unactive {
	color: white;	
}

.lk-unactive:hover { 
   text-decoration: underline !important 
 }  

.sh-rtlink__link_b2o {
	color: #fff !important;
	font-size: 10px;
}

.super-header {
	height: 50px;
	background: #2a2d6c;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 2px 1px rgba(15, 55, 76, .2);
	-moz-box-shadow: 0 2px 1px rgba(15, 55, 76, .2);
	box-shadow: 0 2px 1px rgba(15, 55, 76, .2);
	min-width: 940px;
}

.sh-rtlink {
	color: #fff !important;
	float: left;
	height: 50px;
	width: 50.7692%;
}

.sh-chat {
	float: left;
	height: 50px;
	text-align: center;
	width: 49.2308%;
}

.sh-chat__btn {
	color: #fff !important;
	font-size: 12px;
	cursor: pointer;
	text-decoration: underline;
}

.sh-support {
	float: left;
	width: 33.8461%;
}

.sh-user {
	height: 50px;
	float: right;
	background: #01abe8;
	position: relative;
	z-index: 2;
	width: 290px;
}

.sh-user__btn {
	right: 7px;
	cursor: pointer;
	margin-top: -3.5px;
	position: absolute;
	top: 50%
}

.sh-user__body {
	padding: 0 30px 0 20px
}

.sh-user__item {
	color: #fff;
}

.sh-user__item_id-p {
	font-family: Arial, roboto-bold, sans-serif;
	font-weight: 700;
	white-space: nowrap;
	display: block;
	color: #fff !important;
	position: relative;
	overflow: hidden
}

.sh-user__item_id-p:after {
	content: '';
	width: 25px;
	height: 100%;
	background: -webkit-gradient(linear, right top, left top, from(#01abe8),
		color-stop(20%, #01abe8), to(rgba(1, 171, 232, 0)));
	background: -webkit-linear-gradient(right, #01abe8 0, #01abe8 20%, rgba(1, 171, 232,
		0) 100%);
	background: linear-gradient(to left, #01abe8 0, #01abe8 20%, rgba(1, 171, 232, 0)
		100%);
	position: absolute;
	top: 0;
	right: 0
}

.sh-user__item_id-s {
	margin-top: .4em;
	font-size: 10px;
	display: block;
	opacity: .75
}

.sh-user__menu {
	width: 100%;
	padding-bottom: 1em;
	background: #fff;
	display: none;
	position: absolute;
	top: 100%;
	left: 0
}

.sh-user__menu_opened {
	display: block
}

.sh-user__menu-item {
	padding: 1em 20px;
	display: block;
	font-size: 12px;
	color: #fff
}

.sh-user__menu-item:hover {
	background: #e3e5e6
}

.no-flexbox .sh-user .sh-user__item:first-child {
	margin-top: 1em
}

.user-menu-overlay {
	width: 100%;
	height: 400px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)),
		color-stop(20%, rgba(0, 0, 0, .4)), to(transparent));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .8) 0,
		rgba(0, 0, 0, .4) 20%, transparent 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .8) 0,
		rgba(0, 0, 0, .4) 20%, transparent 100%);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#ffffff',GradientType=0 )
	progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.user-menu-overlay_visible {
	display: block
}

.site-header-wrap {
	margin: 30px 0;
	padding-top: 0;
}

.site-header-wrap_alone {
	margin-bottom: 50px
}

.rt-logo {
	float: left
}

.lk-title {
	margin: 0 0 0 14px;
	padding: 10px 0 6px 14px;
	border-left: 1px solid #d9d9d9;
	font: 18px/1 "dinpro-bold", Arial, sans-serif;
	float: left
}

.profile-title {
	margin: 0px 0 0;
	font: 40px/1 "dinpro-bold", Arial, sans-serif
}

.breadcrumbs {
	display: inline-block
}

.breadcrumbs__item {
	display: inherit;
	vertical-align: middle;
	color: gray
}

.breadcrumbs__item:after {
	content: '';
	width: 5px;
	height: 7px;
	margin: 0 2px;
	background:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAF9JREFUeNo0zqEOQGAUhuHzi4omqW7CJmkmuAGXp9vORiPouqroZirv2Y7wlPcrX1DVW0Q2NLggEQ6UmJD8scKOAiNiiyc6vD60FjP0CFgxWJyRe6jxWEyxeLAn8gkwABbJEx0NHTA1AAAAAElFTkSuQmCC)
		no-repeat 0 0;
	display: inherit;
	vertical-align: middle
}

.breadcrumbs__tag {
	display: inherit;
	vertical-align: middle;
	color: gray;
	display: inline-flex;
	margin-bottom: 1.4px;
	display: inline-block;
}

.breadcrumbs__tag:after {
	content: '';
	width: 5px;
	height: 7px;
	margin: 0 2px;
	background:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAF9JREFUeNo0zqEOQGAUhuHzi4omqW7CJmkmuAGXp9vORiPouqroZirv2Y7wlPcrX1DVW0Q2NLggEQ6UmJD8scKOAiNiiyc6vD60FjP0CFgxWJyRe6jxWEyxeLAn8gkwABbJEx0NHTA1AAAAAElFTkSuQmCC)
		no-repeat 0 0;
	display: inherit;
	vertical-align: middle
}

.breadcrumbs__item:last-child:after {
	display: none
}

.p-header {
	padding-left: 30px;
	margin-bottom: 30px
}

.p-header__p-title {
	display: inline-block;
	font-size: 32px
}

.p-header__s-title {
	font-size: 16px
}

.p-header__sm-title {
	font-size: 14px
}

.elk-vers {
	width: 76%;
	margin: 10px 0 0 .2em;
	color: gray;
	font-size: 12px
}

.elk-vers a {
	color: inherit
}

.support-call {
	color: #fff;
	height: 50px;
	padding-left: 40px;
}

.no-flexbox .support-call {
	margin-top: 1em
}

.support-call__number, .support-call__txt {
	display: block
}

.support-call__number {
	font-size: 18px;
	white-space: nowrap;
}

.support-call__ico {
	width: 13px;
	height: 22px;
	fill: #fff;
	margin-top: -11px;
	position: absolute;
	top: 50%;
	margin: -15px 0 0 -20px
}

.padding-top10px {
	padding-top: 10px;
}

.support-call__ico_uni {
	width: 13px;
	height: 22px;
	fill: #fff;
	margin-top: -11px;
	top: 50%;
	margin-left: -19px;
	margin-bottom: -21px;
}

.support-call__txt {
	font-size: 10px
}

.block_pad-ver30 {
	padding-bottom: 27px;
}


.menubtn-datapanel {
	margin-left:4px;
}

.service-menu {
	width: 100%;
	display: table;
	table-layout: fixed;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .33);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .33);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .33)
}

.service-menu__item-width162 {
	width: 162px;
}



.service-menu__item {
	padding: 12px 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #d9d9d9;
	background: #d9d9d9
		-webkit-gradient(linear, left top, left bottom, from(#e5e5e5),
		to(#ccc));
	background: #d9d9d9 -webkit-linear-gradient(top, #e5e5e5 0, #ccc 100%);
	background: #d9d9d9 linear-gradient(to bottom, #e5e5e5 0, #ccc 100%);
	cursor: pointer
}

.service-menu__item_active {
	background-color: #dadada;
	background: #dadada
		-webkit-gradient(linear, left top, left bottom, from(#ccc),
		to(#e5e5e5));
	background: #dadada -webkit-linear-gradient(top, #ccc 0, #e5e5e5 100%);
	background: #dadada linear-gradient(to bottom, #ccc 0, #e5e5e5 100%);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2);
	cursor: default
}

.service-menu__item_active .service-menu__brd-wrap, .service-menu__item:first-child .service-menu__brd-wrap
	{
	border-color: transparent
}

.service-menu__item_active+.service-menu__item .service-menu__brd-wrap {
	border-color: transparent
}

.service-menu__brd-wrap {
	width: 100%;
	display: inline-block;
	border-left: 1px solid #aeaeae !important;
}

.service-menu__disabled-vert-line {
	border-left: 1px solid #aeaeae
}

.service-menu__title {
	font: 16px/1 "dinpro-medium"
}

.filter-minmax__icon:before, .filter-minmax__icon:after {
	content: '';
	width: 8px;
	height: 4px;
	position: absolute;
	left: 0
}

.filter-minmax {
	cursor: pointer
}

.filter-minmax__icon {
	width: 8px;
	height: 10px;
	margin: 0 0 0 4px;
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.filter-minmax__icon:before {
	background:
		url(data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%278px%27%20height%3D%274px%27%3E%3Cpolygon%20fill%3D%27%23999%27%20stroke%3D%27none%27%20points%3D%270%2C4%204%2C0%208%2C4%27%2F%3E%3C%2Fsvg%3E)
		0 0 no-repeat;
	top: 0
}

.filter-minmax__icon:after {
	background:
		url(data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%278px%27%20height%3D%274px%27%3E%3Cpolygon%20fill%3D%27%23999%27%20stroke%3D%27none%27%20points%3D%270%2C0%204%2C4%208%2C0%27%2F%3E%3C%2Fsvg%3E)
		0 0 no-repeat;
	bottom: 0
}

.filter-minmax__icon_max:before {
	top: 2px
}

.filter-minmax__icon_max:after {
	background: none
}

.filter-minmax__icon_min:before {
	background: none
}

.filter-minmax__icon_min:after {
	bottom: 2px
}

.adds {
	padding: 30px;
	display: flex; 
}

.adds_alone {
	border-bottom-color: transparent
}

.adds__body {
	padding: 0 20px;
	box-sizing: content-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 60%;
	-ms-flex: 1 1 60%;
	flex: 1 1 60%
}

.no-flexbox .adds__body {
	width: 100%
}

.adds__title {
	margin-bottom: .4em;
	font-size: 18px
}

.adds__txt {
	color: gray;
	font-size: 12px;
	line-height: 1.2
}

.adds__action {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.adds_divider {
	border-bottom: 1px solid #e6e6e6;
}

.no-flexbox .adds__action {
	vertical-align: bottom
}

.no-flexbox .adds {
	box-sizing: content-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.rt-big-service-icon-container {
	display: inline-block;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #a6a7aa;
	fill: #a6a7aa;
}

.rt-big-service-icon-container.active {
	display: inline-block;
	fill: #00abe7;
	border: 2px solid #00abe7;
}

.c-section {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.c-section_pad-30 {
	padding: 30px
}

.c-section_pad-25 {
	padding: 30px 25px
}

.c-section_pad-ver30 {
	padding-top: 30px;
	padding-bottom: 30px
}

.c-section_pad-hor30 {
	padding-right: 30px;
	padding-left: 30px
}

.c-section_pad-bot30 {
	padding-bottom: 30px
}

.c-section_aligleft-30 {
	padding-left: 30px
}

.lead-section {
	margin-top: 80px;
	background: none repeat scroll 0 0 #F5F5F5;
}

.related-section {
	margin-bottom: 10px
}

.c-block_pad-30 {
	padding: 30px
}

.c-block_pad-top30, .c-block_pad-ver30 {
	padding-top: 27px
}

.c-block_pad-top10 {
	padding-top: 10px
}

.c-block_pad-bot10 {
	padding-bottom: 10px
}

.c-block_pad-bot30, .c-block_pad-ver30 {
	padding-bottom: 27px
}

.c-block_pad-hor30 {
	padding-right: 30px;
	padding-left: 30px;
	overflow: hidden;
}

.c-block_pad-ver10 {
	padding-top: 10px;
	padding-bottom: 10px
}

.c-block_pad-ver25 {
	padding-top: 25px;
	padding-bottom: 25px
}

.c-block_top-relative {
	padding-top: 18px
}

.c-block_aligright-10 {
	padding-right: 10px
}

.c-block_aligright-20 {
	padding-right: 20px
}

.c-block_aligright-30 {
	padding-right: 30px
}

.c-block_aligleft-10 {
	padding-left: 10px
}

.c-block_aligleft-20 {
	padding-left: 20px
}

.c-block_aligleft-30 {
	padding-left: 30px
}

.c-block_aligleft-25 {
	padding-left: 25px
}

.c-head-pic {
	margin-bottom: 20px
}

.c-dropdown__head {
	padding: 0 30px;
	position: relative
}

.c-dropdown__title {
	margin: 0;
	font-size: 26px;
	display: inline-block;
	border-bottom: 1px dotted;
	line-height: .75;
	cursor: pointer
}

.c-dropdown__ico {
	float: right;
	padding: 5px;
}

.c-dropdown__body {
	display: none
}

.c-dropdown_open .c-dropdown__head {
	padding-bottom: 30px
}

.c-dropdown_open .c-dropdown__ico {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.c-dropdown_open .c-dropdown__body {
	display: block
}

.l-gutter-divide {
	position: relative
}

.r-gutter-divide {
	position: relative
}

.icobox {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.icobox__ico, .icobox__desc {
	float: left
}

.icobox__ico {
	margin-right: 10px
}

.icobox__desc {
	width: 70%;
	-webkit-box-flex: 1;
	-webkit-flex: 1 2 auto;
	-ms-flex: 1 2 auto;
	flex: 1 2 auto
}

.icobox__desc-row {
	width: 90%
}

.icobox_top {
	-webkit-box-align: top;
	-webkit-align-items: top;
	-ms-flex-align: top;
	align-items: top
}

.dialog-item__title, .dialog-item__date {
	display: inline-block;
	vertical-align: baseline
}

.dialog-item {
	margin: 0 0 10px;
	padding: 20px;
	border: 1px solid #d9d9d9;
	background: #f5f5f5
}

.dialog-item_alone {
	margin-bottom: 0
}

.dialog-item__title {
	font-size: 14px;
	font-weight: 700
}

.dialog-item__date {
	font-size: 12px;
	color: gray;
	margin-left: 1em
}

.dialog-item__content {
	margin-top: 12px
}

.data-sum {
	line-height: .8;
	white-space: nowrap
}

.data-sum_prim, .data-sum_sec {
	font-size: 18px;
	color: #000
}

.data-sum_prim, .data-sum_total {
	font-family: dinpro-bold, Arial, sans-serif
}

.data-sum_sec {
	font-family: dinpro, Arial, sans-serif
}

.data-sum_total {
	color: #01abe8;
	font-size: 22px
}

.data-sum_orange {
	color: #ee7400
}

.data-sum_grey {
	color: #50545b
}

.data-sum__unit {
	font-size: 14px;
	font-family: Arial, roboto-bold, sans-serif;
	font-weight: 700
}

.rouble-bold:before {
	content: "\e600"
}

.rouble-bold_total {
	font-size: 16px
}

.rouble-bold-small:before {
	content: "\e600"
}

.rouble-bold-small_total {
	font-size: 12px
}

.rouble:before {
	content: "\e601"
}

.rouble_lead {
	font-size: 36px
}

.rouble_lead-thousands {
	font-size: 32px
}

.sum-lead-rel {
	margin-top: 28px
}

.news-item {
	margin-bottom: 1.7em;
	padding-bottom: 1.7em;
	/*border-bottom: 1px solid #e6e6e6*/
}

.news-item:only-child, .news-item:only-of-type, .news-item:last-child {
	margin-bottom: 0
}

.news-item__title {
	margin-bottom: .7em;
	font-size: 18px;
	font-weight: 400;
	line-height: 1
}

.news-item__title_item {
	font-size: 22px
}

.news-item__date {
	margin-bottom: 1em;
	font-size: 12px;
	color: gray;
	display: block
}

.news-item__par {
	line-height: 1.3;
	margin-bottom: 1.7em;
}

.news-item__par:last-child {
	margin-bottom: 0
}

.news-item__lpic {
	max-width: 300px;
	height: auto;
	margin: .2em 20px 5px 0;
	float: left
}

.c-pagination {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-top: 27px;
	width: 100%;
}

.c-pagination td {
	width:0
}

.c-pagination__item {
	margin-right: 6px;
	padding: 7px 10px 7px 10px;
	border: 1px solid #a4a5a6;
	background: #fff;
	color: #00abe7;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 27px;
}

.c-pagination__item_cur {
	background: #00abe7;
	color: #fff;
	border-color: #00abe7;
	cursor: default;
	margin-bottom: 27px;
}

.c-pagination__item_clear {
	padding: 10px 7px 0px 0px; 
	border-color: transparent;
	cursor: pointer;
	margin-bottom: 7px;
}

.promo-banner {
	position: relative
}

.promo-baner-container {
	height: 400px;
    margin-left: 8px;
    margin-top: 85px;
    position: relative;
    width: 1175px;
}

.promo-banner-content{
	height:100%;
	width : 100%;
	display : flex;
}

.promo-banner__content {
	width: 41.98473%;
	padding: 0 0 0 30px;
	position: absolute;
	top: 50%;
	left: 8.39695%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #000
}

.promo-banner__title {
	margin: 0 0 .6em;
	font-size: 38px;
	line-height: 1
}

.promo-banner__txt {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 300
}

.doc-tree__item_dragable {
	margin: -.4em 0 -.4em -.5em !important;
	padding: .4em .5em;
	display: inline-block
}

.doc-tree {
	margin: 0 0 10px
}

.doc-tree__item {
	margin: 1em 0 1em 1.1em;
	position: relative
}

.doc-tree__item:first-of-type {
	margin-top: 0
}

.doc-tree__item:last-of-type {
	margin-bottom: 0
}

.doc-tree__item_dragable {
	border: 1px solid #01abe8;
	background: #fff;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
	cursor: pointer
}

.doc-tree__item_dragable-drag {
	cursor: move;
	z-index: 5
}

.doc-tree__item_edit {
	margin: -.4em 0 -.4em 1em !important;
	padding: .4em .5em;
	background: #e3e5e5;
	display: inline-block
}

.doc-tree__item_edit .ui-ico-doctree-arrow {
	left: -1.5em
}

.doc-tree__item_edit .el-action_ico-before-abs {
	margin-left: 0
}

.doc-tree__lvl {
	margin-left: 1em;
	display: none
}

.doc-tree__lvl_second {
	margin-left: 1em
}

.doc-tree__lvl_second .doc-tree__lvl_second {
	margin-left: 0
}

.doc-tree__lvl_open {
	display: block
}

.doc-tree__content {
	display: none;
	margin-top: 20px;
	margin-bottom: 54px
}

.doc-tree__content_open {
	display: block
}

.struct-edit {
	border: 1px solid #e6e6e6
}

.struct-edit__bar {
	padding: 10px;
	background: #f3f4f5
}

.struct-edit__title {
	font-size: 14px;
	font-weight: 700;
	float: left
}

.struct-edit__btns-bar {
	float: right
}

.struct-edit__btn {
	font-size: 12px;
	color: gray;
	border-bottom: 1px dashed;
	cursor: pointer
}

.struct-edit__scrollbox {
	padding: 10px;
	overflow-y: auto;
	max-height: 640px;
}

.item-edit_active, .item-edit_rename {
	text-decoration: none;
	border-color: transparent
}

.el-action {
	color: #01abe8;
	border-bottom-width: 1px;
	display: inline-block;
	cursor: pointer
}

.el-action-overflow {
	overflow: visible !important;
}

.el-action:hover {
	color: #01abe8
}

.el-action_sec {
	color: gray
}

.el-action_direct, .el-action_popup {
	line-height: 1
}

.el-action_direct {
	border-bottom-style: dotted;
	position: relative
}

.el-action_direct:hover .ui-ico-strokearrow {
	stroke: #01abe8
}

.el-action_direct:hover .ui-ico-greyarrow {
	fill: #01abe8
}

.el-action_popup {
	border-bottom-style: dashed;
	border-width: 1px
}

.el-action_ico-after-abs {
	margin-right: 1.1em
}

.el-action_ico-before-abs {
	margin-left: 1.1em
}

.item-edit_active, .item-edit_rename {
	text-decoration: none;
	border-color: transparent
}

.item-edit {
	display: inline-block;
	position: relative
}

.item-edit_active { 
	color: #fff;
	background: #01abe8;
	cursor: pointer
}

.item-edit_active:hover {
	color: #fff
}

.item-edit__menu {
	min-width: 158px;
	position: absolute;
	top: 0;
	left: 100%;
	left: -webkit-calc(100% + 1px);
	left: calc(100% + 1px);
	z-index: 2
}

.item-edit__menu-item {
	color: #000;
	font-size: 12px;
	display: block
}

.item-edit__field {
	width: 290px;
	height: 26px;
	margin-top: -.4em;
	padding: 0 .8em;
	font-family: inherit;
	color: #000;
	background: #fff;
	border: 1px solid #a4a5a6
}

.soc-link {
	width: 40px;
	height: 32px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	margin-right: 6px;
	background-image: url(../images/redesign/img/socials-iconpack.svg);
	background-size: auto 100%
}

.rt-body {
	font-family: Arial, roboto, sans-serif !important;
	font-size: 14px/1;
	color: #000;
	background: #f5f5f5;
	height: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.soc-link_x2 {
	width: 44px;
	height: 44px
}

.soc-link:last-of-type {
	margin-right: 0
}

.soc-link_link-vk {
	background-position: 0 0
}

.soc-link_fb {
	background-position: 9.1% 0
}

.soc-link_classmates {
	background-position: 18.2% 0
}

.soc-link_ya {
	background-position: 27.3% 0
}

.soc-link_google {
	background-position: 36.4% 0
}

.soc-link_mailru {
	background-position: 45.5% 0
}

.soc-link_twitter {
	background-position: 54.6% 0
}

.soc-link_youtube {
	background-position: 63.7% 0
}

.soc-link_flickr {
	background-position: 72.8% 0
}

.soc-link_rss {
	background-position: 82% 0
}

.soc-link_livejournal {
	background-position: 91% 0
}

.soc-link_instagram {
	background-position: 100% 0
}

.count-notifi {
	padding: .2em .4em;
	background: #01abe8;
	color: #fff;
	font-size: 10px;
	-webkit-border-radius: .3em;
	border-radius: .3em
}

.p-footer-txt {
	font-size: 12px
}

.lk-footer {
	background: #fff;
	font-size: 12px;
	line-height: 18px;
	padding: 24px 0 5px;
}

.lk-footer__title {
	margin-bottom: 1em;
	font: 26px/1 "dinpro-bold", Arial, sans-serif
}

.lk-footer-nav {
	margin-bottom: 50px
}

.lk-footer-nav__title {
	margin-bottom: .8em;
	font: 18px/1 "dinpro-bold", Arial, sans-serif
}

.lk-footer-nav__item {
	margin: 0 0 6px;
	/*line-height: 1.33*/
}

.p-footer {
	height: 50px;
	background: #2d2d2d;
	min-width: 860px;
}

.p-footer__copy {
	color: #fff;
	font-size: 12px;
	padding-top: 19px;
	/*padding-bottom: 19px*/
}

.p-footer__social {
	padding-top: 9px;
	/*padding-bottom: 9px*/
}

.lk-ico-sprite {
	width: 23px;
	height: 19px;
	background: url(../images/redesign/img/sprites/lk-icons.png)
}

.lk-ico-sprite.spr-audioconf {
	background-position: .5px 0
}

.lk-ico-sprite.spr-webvideo {
	background-position: 0 -73px
}

.lk-ico-sprite.spr-newphone {
	background-position: .5px -49px
}

.lk-ico-sprite.spr-dpc {
	background-position: 0 -24px
}

.tbl-ap__cell_head {
	font-size: 12px;
	font-weight: 400;
	color: gray
}

.tbl-ap {
	width: 100%;
	table-layout: fixed
}

.tbl-ap_layout-auto {
	table-layout: auto
}

.tbl-ap__header {
	margin-bottom: 1.2em;
	font-size: 22px;
	text-align: left
}

.tbl-ap__header_section {
	font-size: 26px
}

.tbl-ap__body {
	border-bottom: 1px solid #e6e6e6
}

.tbl-ap__body:before, .tbl-ap__body:after {
	content: '';
	height: 10px;
	display: block
}

.tbl-ap__cell {
	text-align: left;
	padding: 20px 10px 15px;
	vertical-align: top;
	box-sizing: content-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.tbl-ap__cell_head {
	padding-top: 0;
	padding-bottom: 10px
}

.tbl-ap__cell_aligleft-0 {
	padding-left: 0
}

.tbl-ap__cell_slim {
	padding-top: 10px;
	padding-bottom: 10px
}

.tbl-ap__row_topbrd-gray {
	border-top: 1px solid #e6e6e6
}

.tbl-ap__row_botbrd-gray {
	border-bottom: 1px solid #e6e6e6
}

.tbl-ap .txt-right .data-sum {
	margin-right: 18px
}

.tbl-si tr td:first-child {
	padding-left: 0
}

.tbl-si tr td:last-child {
	padding-right: 0
}

.tbl-si tr:first-child td {
	padding-top: 0
}

.tbl-si tr:last-child td {
	padding-bottom: 0
}

.tbl-si__cell {
	padding: 7px
}

.tbl-txt-data_notset {
	color: gray
}

.tbl-txt-data_inrow {
	display: inline-block;
	margin-right: .6em
}

.tbl-txt-data_nobr {
	width: 100%;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.tbl-body-title {
	font: 14px/1 Arial, "roboto-bold", sans-serif;
	font-weight: 700
}

.cell-col-1 {
	width: 7.63359%
}

.cell-col-1-5 {
	width: 11.45038%
}

.cell-col-2 {
	width: 16.03053%
}

.cell-col-3 {
	width: 24.42748%
}

.cell-col-4 {
	width: 32.82443%
}

.cell-col-4-1-5 {
	width: 36.64122%
}

.modal-overlay {
	width: 100%;
	height: 100%;
	background: rgba(42, 42, 42, .9);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100
}

.modal-overlay_visible {
	display: block
}

.modal-window {
	width: 100%;
	display: none;
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 101
}

.modal-window_visible {
	display: block
}

.modal-content {
	margin: auto;
	padding: 30px;
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.modal-content_width-4cols {
	width: 32.82443%
}

.modal-content_width-6cols {
	width: 49.61832%
}

.modal-content_width-10cols {
	width: 83.20611%
}

.modal-hidescroll {
	overflow: hidden
}

.modal-close {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer
}

.scrolled-doctree {
	max-height: 500px;
	overflow: auto
}

/*a {
	text-decoration: underline !important;
	color: #01abe8 !important
}*/
.hidden-elem {
	visibility: hidden;
	z-index: -1
}

.none-elem {
	display: none
}

.txtrow-item {
	display: inline-block;
	margin-right: 10px
}

.txtrow-item:last-child {
	margin-right: 0
}

.btnrow-item {
	display: inline-block;
	margin-right: 2em
}

.btnrow-item_4cols {
	margin-right: 26px
}

.btnrow-item:last-of-type {
	margin-right: 0
}

.midrow-item {
	display: inline-block;
	vertical-align: middle
}

.midrow-item+.rouble:before {
	margin-top: 1px;
	display: inline-block;
	vertical-align: middle
}


.doc-info {
	margin-bottom: 15px;
	overflow: hidden;
}

.video-lk {
	overflow: hidden;
	height:160px;
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    background: #fff;
}

.video-lk-content {
	width: 100%;
	height: 97%;
	 background-color:black;
}

.link-lk-vcnt {
	padding-top:2px;
}


.p-info {
	font-family: Arial, roboto-bold, sans-serif;
	font-weight: 700;
	color: #000
}

.p-info_total {
	font-size: 18px;
	font-family: dinpro-bold, Arial, sans-serif
}

.r-info {
	font-family: Arial, roboto, sans-serif;
	color: #000
}

.r-info_readonly {
	color: gray
}

.s-info {
	line-height: 1.2
}

.s-info_action {
	color: #ee7400
}

.s-link {
	color: gray;
	font-size: inherit
}

.s-link:hover {
	color: #01abe8
}

.txt-center {
	text-align: center
}

.txt-right {
	text-align: right;
	float: right;
}

.flex-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.color-black {
	color: #000
}

.color-white {
	color: #fff
}

.color-add-grey {
	color: gray
}

.color-dark-orange {
	color: #ee7400
}

.color-error-red {
	color: #db0024
}

.color-success-green {
	color: #70c078
}

.pdf-link {
	padding-left: 20px;
	display: inline-block;
	position: relative
}

.pdf-link:before {
	margin-left: -22px;
	background-position: 0 -51px
}

.pdf-link:after {
	content: '';
	width: 15px;
	height: 17px;
	background: url(../images/redesign/img/sprites/filetypes.png) no-repeat;
	background-position: 0 -51px;
	position: absolute;
	top: .15em;
	left: 0
}

.doc-link {
	padding-left: 20px;
	display: inline-block;
	position: relative
}

.doc-link:before {
	content: '';
	width: 15px;
	height: 17px;
	background: url(../images/redesign/img/sprites/filetypes.png) no-repeat;
	background-position: 0 -24px;
	position: absolute;
	top: .15em;
	left: 0
}

.rel-wrap_width100 {
	width: 100%
}

.inpgroup-wrap {
	width: 100%
}

.select-list {
	max-width: 200px;
	min-width: 160px;
	max-height: 183px;
	/* overflow-x: hidden; x - �� ����� �������� � �������� */
	left: auto;
	top: -webkit-calc(100% + 3px);
	top: calc(100% + 3px);
	left: 0
}

.select-list__item {
	height: 30px;
	line-height: 30px;
	color: #000;
	font-size: 12px;
}

.uniapp.input-field.regular:disabled {
	background: none repeat scroll 0 0 #F2F2F2;
	color: #B0B1B2;
}

.txtarea-regular:disabled {
	background: none repeat scroll 0 0 #F2F2F2;
	color: #B0B1B2;
	resize: none;
}

.gwt-RadioButton-disabled {
	color: #B0B1B2;
}

.iCheck-helper {
	height: 125%;
	width: 125%;
	left: -2px;
	top: -2px;
}

.btn-cancel-mid:focus {
	outline: 1px dotted #40B8E9;
}

.txtrow-item:focud {
	outline: 1px dotted #40B8E9;
}

.btn-common{
	background-color: #F5F5F5;
    border-color: #D8D8D8;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: pointer;
    padding-left: 3px;
    padding-right: 3px;
    text-align: inherit;
}

.btn-common:hover{
	border-radius: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #D8D8D8;
	background-color: #EBEBEB;
	box-shadow: 0px 1px 0px 0px #4196D4 inset, 0px -1px 0px 0px #4196D4 inset, -1px 0px 0px 0px #4196D4 inset, 1px 0px 0px 0px #4196D4 inset;
	color:#555;
	cursor: hand;
	cursor: pointer;
	text-align: inherit;
}


.uni-grid-column{ 
	min-width : 100px;
	max-width : 100px;
}

input::-ms-clear, input::-ms-reveal {
	display: none; /* For ie10+ */
}


.ui-ico-whitearrow{
	fill: #ffffff;
    height: 0.5em; 
    width: 1.9em;
}
.ui-ico-whitearrow:hover{
	fill : #40B8E9;
}

.ui-ico-whitearrow-opened{
	transform: rotate(180deg);
}

.button-select-list{
	left: 0;
    max-height: 183px;
    max-width: 200px;
    min-width: 160px;
    top: 100%;
}

.uniapp-palceholder{
	color : #959595;
}

.adm-gxt-grid{
    float: top;
}

.adm-grid-title{
	padding-top: 30px;
	padding-bottom: 10px;
	word-spacing: .09em;
	letter-spacing: -.1ex;
	color: #000;
	font-family: dinpro-bold, Arial, sans-serif;
	line-height: 1;
	margin: 0 0 1.1em;
	font-size: 22px;
}

.adm-form-title{
	word-spacing: .09em;
	letter-spacing: -.1ex;
	color: #000;
	font-family: dinpro-bold, Arial, sans-serif;
	line-height: 1;
	margin: 0 0 1.1em;
	font-size: 22px;
}

.adm-title{
	word-spacing: .09em;
	letter-spacing: -.1ex;
	color: #000;
	font-family: dinpro-bold, Arial, sans-serif;
	line-height: 1;
	margin: 0 0 1.1em;
	font-size: 18px;}

.adm-label{
    padding-top: 5px;
    float: left;
    font-family: arial, tahoma, helvetica, sans-serif;
    font-weight: bold;
}

.adm-list{
    padding: 50px;
    float: right;
}

.adm-label-horizontal{
    font-family: arial, tahoma, helvetica, sans-serif;
    font-size: 14px;
    float: right;
}

/*.adm-button{
    font-family: arial, tahoma, helvetica, sans-serif;
    float: left;
}
*/

.adm-button-main{ 
	padding-top: .5em;
	padding-bottom: .5em;
	font: 13px/1 Arial; 
	border-radius: 3px 3px 3px 3px;
	border: 0 none; 
}

.adm-text1{
    text-size: 14px;
    font-size: 14px;
}


.field-state-indicator{
	padding-left : 5px;
	margin-left : -5px;
	height : 16px;
	
}

.wait-panel{
	display: -moz-inline-box;
}






.lk-login-page .section-title {
	font-size: 26px;
}


/**
 * Адапт
 */
.x-component {
	/*width: auto !important;*/
}


/* Стили для страницы авторизации */
.lk-login-page {
	min-width: 320px;
}
.lk-login-page .toggle-menu {
    color: #fff;
    cursor: pointer;
	display: none;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 50px;
    vertical-align: middle;
}
.lk-login-page .toggle-menu .icon-menu-hamburger {
	border-top: 2px solid #fff;
    display: inline-block;
    position: relative;
    width: 24px;
    height: 17px;
    vertical-align: middle;
}
.lk-login-page .toggle-menu .icon-menu-hamburger:before,
.lk-login-page .toggle-menu .icon-menu-hamburger:after {
	content: "";
    border-top: 2px solid #fff;
	position: absolute;
    width: 100%;
}
.lk-login-page .toggle-menu .icon-menu-hamburger:before {
	top: 4px;
}
.lk-login-page .toggle-menu .icon-menu-hamburger:after {
	top: 10px;
}
.lk-login-page .super-header-mobile-menu {
    background: #2d3188;
    width: 200px;
    height: 100%;
    position: fixed;
    left: 0;
    z-index: 777;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.lk-login-page .super-header-mobile-menu.expanded {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.lk-login-page .super-header-mobile-menu .rt-logo {
    background: #fff;
    padding: 10px 35px;
    width: 100%;
}
.lk-login-page .super-header-mobile-menu .sh-support {
	margin-top: 30px;
	position: relative;
}
.lk-login-page .super-header-mobile-menu .location-label {
	padding: 0 16px;
}
.lk-login-page .super-header-mobile-menu .sh-rtlink__link {
    bottom: 0;
    float: none;
    line-height: 20px;
    padding: 20px 20px;
    position: absolute;
    text-align: center;
}
.lk-login-page .site-header-wrap {
	display: block;
}
.lk-login-page .site-header-wrap .lk-title {
	display: inline-block;
	float: none;
}
.lk-login-page .super-header .sh-rtlink__link-nav {
	font-weight: normal;
}
.lk-login-page #section-docinfo .doc-info {
	padding: 30px 30px 10px;
}
.lk-login-page #section-docinfo .video-lk {
	min-height: 160px;
	height: auto;
	text-align: center;
}
.lk-login-page #access_info {
	margin-top: 15px;
}
.lk-login-page .c-dropdown__head {
	padding: 0;
}
.lk-login-page .c-dropdown__body {
	padding-top: 30px;
}
.lk-login-page .sh-rtlink,
.lk-login-page .sh-support {
	width: auto;
}
.lk-login-page .inp-regular {
	max-width: 260px;
}
.lk-login-page.b2b .sh-support.cloned {
	display: none;
}
.lk-login-page .lk-footer__title {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
/*.lk-login-page footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}*/
.lk-login-page .p-footer {
	min-width: 100%;
	height: auto;
	min-height: 50px;
}
.lk-login-page .p-footer .p-footer__copy {
	height: 50px;
}
/*.lk-login-page .row > .col-md-4:nth-child(3n+1) {
	padding-right: 0;
}*/
@media ( max-width: 1239px) {
	.lk-login-page .section-title,
	.lk-login-page .c-dropdown__title,
	.lk-login-page .lk-footer__title {
		font-size: 16px;
		line-height: normal;
	}
	.lk-login-page .lk-footer-nav__title {
	    font-size: 14px;
	    font-weight: 300;
	}
}

@media ( max-width: 1059px) {
	.lk-login-page .super-header {
		width: 100%;
		min-width: 100%;
	}
	.lk-login-page .rtlink_login {
		margin-right: 15px;
	}
}

@media ( max-width: 959px) {
	.lk-login-page .location-label  {
		padding-left: 16px;
	}
	.lk-login-page .rtlink_login {
		padding-left: 15px;
	}
	.lk-login-page .sh-rtlink__link-nav {
		padding-left: 10px;
		padding-right: 10px;
	}
	.lk-login-page .cntAuth .col-sm-12 {
		margin-top: 15px;
	}
	.lk-login-page #section-docinfo .doc-info {
		margin-left: -7.5px;
	}
	.lk-login-page #section-docinfo .video-lk {
		margin-right: -7.5px;
	}
	.lk-login-page #access_info .col-md-4 {
		margin-bottom: 55px;
	}
}

@media ( max-width: 759px) {
	.lk-login-page .toggle-menu {
	    display: inline-block;
	}
	.lk-login-page .sh-rtlink__link:not(.cloned),
	.lk-login-page .sh-support:not(.cloned),
	.lk-login-page .location-label:not(.cloned) {
		display: none;
	}
	.lk-login-page .sh-rtlink {
		margin-left: 15px;
	}
	.lk-login-page .cntAuth .col-sm-6:nth-child(2n+1) {
		margin-top: 15px;
	}
	.lk-login-page #section-docinfo .doc-info {
		margin-top: -15px;
		margin-right: -7.5px;
	}
	.lk-login-page #section-docinfo .video-lk {
		margin-left: -7.5px;
	}
}

@media ( max-width: 520px) {
	.lk-login-page .site-header-wrap {
		display: block;
		text-align: center;
	}
	.lk-login-page .lk-link-logo {
		display: inline-block;
	}
	.lk-login-page .rt-logo:not(.cloned) {
		margin-left: -15px;
	}
	.lk-login-page .lk-title {
	    border: none;
	    float: none;
	    font-size: 16px;		
	    margin: 20px 0 0;
	    padding: 0;
	    position: relative;
	}
	.lk-login-page .lk-title:before {
	    content: "";
	    background: #bdbdbd;
	    margin: auto;
	    position: absolute;
	    top: -11px;
	    left: 0;
	    right: 0;
	    width: 100px;
	    height: 1px;
	}
}

@media ( max-width: 360px) {
	.lk-login-page .c-section {
		padding-left: 15px;
		padding-right: 15px;
	}
	.lk-login-page .p-footer .p-footer__copy {
		padding-top: 13px;
	}
	.lk-login-page .p-footer .soc-link {
		width: 32px;
	}
}

.panel-content{
	margin-bottom : 40px;
}

.html-disabled{
	color : #A4A5A6;
}

.navbar .banner-promo {
    display: inline-block;
}
.navbar .header-section > td {
	vertical-align: top;
}
.navbar .banner-promo img {
    
}

