/* Minification failed. Returning unminified contents.
(6817,36): run-time error CSS1019: Unexpected token, found ' '
(6817,36): run-time error CSS1019: Unexpected token, found ' '
(6817,36): run-time error CSS1042: Expected function, found ' '
(6817,36): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(6818,33): run-time error CSS1019: Unexpected token, found ' '
(6818,33): run-time error CSS1019: Unexpected token, found ' '
(6818,33): run-time error CSS1042: Expected function, found ' '
(6818,33): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: "entyporegularnew";
    src: url("fonts/newentypo/entyponew.eot");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'entyporegularnew';
    src: url('fonts/newentypo/entyponew.eot'), url('fonts/newentypo/entyponew.eot?#iefix') format("embedded-opentype"), url('fonts/newentypo/entyponew.woff') format('woff'), url('fonts/newentypo/entyponew.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


	.customTree  .k-checkbox {
		top: 5px;
		position: relative;	
 		}
		.customTree  .k-checkbox input{
  			margin-top: 0;
			}

	.customTree  strong, .customTree  b {
		font:13px Roboto;
		color: #414141;
		}	
	.customTree  b {
		border-bottom: 1px dashed #414141;
		}

	.customTree  .k-top:hover, .customTree  .k-mid:hover, .customTree  .k-bot:hover {
		background:#eee;
		}
 		
	.customTree  .k-state-hover, .customTree  .k-state-selected, .customTree  .k-state-focused {
		background: transparent;
		border-color:transparent !important; 
		box-shadow:none;
		}		
		
	.customTree  .k-item  {
		padding-left:0;
		}		
		.customTree  .k-top, .customTree  .k-mid, .customTree  .k-bot {
			padding-left:32px;
			border-bottom:1px solid #d9d9d9
			}			
		.customTree  li li .k-top, .customTree  li li .k-mid, .customTree li li .k-bot {
			padding-left:48px;
			border-color:#ededed;
			}			
		.customTree  li li li .k-top, .customTree  li li li .k-mid, .customTree li li li .k-bot {
			padding-left:64px;
			}	
		.customTree  li li li li .k-top, .customTree  li li li li .k-mid, .customTree li li li li .k-bot {
			padding-left:80px;
			}	
		.customTree  li li li li .k-top, .customTree  li li li li .k-mid, .customTree li li li li .k-bot {
			padding-left:96px;
			}
	.customTree .k-top.k-bot { 
		border-bottom:none;
 		}
			

 
.modal { 
 	}
	.modal__content { 
		height: 420px;	
		overflow:auto;
		position:relative;
		}						
	.modal__btns { 
		position:relative;
	    top: 10px;
		bottom:0;		
		left:0;
		width:auto;
		}			
	.modal__btns .btn_add { 
		margin:10px 0 10px 10px;
		display:inline-block;
		}	
		
.btn_add {
	background:#646464 url(../images/btn_more.png) 0 0 repeat-x !important;
	color:#fff;
	border:none;
	font-size:14px;
	padding:7px 15px;
	margin:0;
	font:normal 18px Cuprum, Tahoma;
	cursor:pointer;
	display:block;
	text-align:center;
	box-shadow:1px 1px 3px #bbb;
	text-shadow:0 -1px 1px #555;
	text-decoration:none;
}

 	
	.modal__search .btn_add { 
		margin:10px 0 10px 10px;
		display:inline-block;
		}	

	.modal__input { 
		width:550px;
		border-radius:0;
		}	
	.modal__input input { 
		border-radius:0 !important;
		}	








		
			
.dropdown-header {
    font-size: 1.2em;
}

.demo-section {
    width: 400px;
    margin: 35px auto 50px;
    padding: 30px;
}

.demo-section h2 {
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 10px;
}

#OrganizationNameAutoComplete-list .dropdown-header > span,
#OrganizationInnAutoComplete-list .dropdown-header > span  {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    display: inline-block;
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: .3em .6em;
    width: 170px;
}

#OrganizationNameAutoComplete-list .dropdown-header > span:first-child,
#OrganizationInnAutoComplete-list .dropdown-header > span:first-child {
    width: 260px;
    border-left-width: 0;
}

#OrganizationNameAutoComplete-list .dropdown-header > span:last-child,
#OrganizationInnAutoComplete-list .dropdown-header > span:last-child {
    width: 190px;
}

#OrganizationInnAutoComplete-list .k-item > span,
#OrganizationNameAutoComplete-list .k-item > span{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border-style: solid;
    border-width: 0 0 0 1px;
    vertical-align: top;
    min-height: 25px;
    width: 170px;
    padding: .6em 0 0 .6em;
}

#OrganizationInnAutoComplete-list .k-list > li,
#OrganizationNameAutoComplete-list .k-list > li{
    border-width: 0 0 1px 0;
    border-color: #c5c5c5;
    display: block;
    border-style: solid;
}

#OrganizationInnAutoComplete-list .k-item > span:nth-child(2),
#OrganizationNameAutoComplete-list .k-item > span:nth-child(2){
    width: 255px;
    border-left-width: 0;
    padding: .6em 0 0 0;
}

#OrganizationInnAutoComplete-list h3,
#OrganizationNameAutoComplete-list h3 {
    font-size: 1.6em;
    margin: 0;
    padding: 0;
}

#OrganizationInnAutoComplete-list p,
#OrganizationNameAutoComplete-list p {
    margin: 0;
    padding: 0;
}


#TradeNumberAutoComplete-list .dropdown-header > span,
#TradeNameAutoComplete-list .dropdown-header > span  {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    display: inline-block;
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: .3em .6em;
    width: 200px;
}

#TradeNumberAutoComplete-list .dropdown-header > span:first-child,
#TradeNameAutoComplete-list .dropdown-header > span:first-child {
    width: 250px;
    border-left-width: 0;
}

#TradeNumberAutoComplete-list .dropdown-header > span:last-child,
#TradeNameAutoComplete-list .dropdown-header > span:last-child {
    width: 140px;
}

#TradeNumberAutoComplete-list .k-item > span,
#TradeNameAutoComplete-list .k-item > span{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border-style: solid;
    border-width: 0 0 0 1px;
    vertical-align: top;
    min-height: 60px;
    width: 200px;
    padding: .6em 0 0 .6em;
}

#TradeNumberAutoComplete-list .k-list > li,
#TradeNameAutoComplete-list .k-list > li{
    border-width: 0 0 1px 0;
    border-color: #c5c5c5;
    display: block;
    border-style: solid;
}

#TradeNumberAutoComplete-list .k-item > span:last-child,
#TradeNameAutoComplete-list .k-item > span:last-child{
    width: 120px;
}

#TradeNumberAutoComplete-list .k-item > span:nth-child(2),
#TradeNameAutoComplete-list .k-item > span:nth-child(2){
    width: 245px;
    border-left-width: 0;
    padding: .6em 0 0 0;
}

#TradeNumberAutoComplete-list h3,
#TradeNameAutoComplete-list h3 {
    font-size: 1.6em;
    margin: 0;
    padding: 0;
}

#TradeNumberAutoComplete-list p,
#TradeNameAutoComplete-list p {
    margin: 0;
    padding: 0;
}

/* commonly */

.k-datepicker, .k-datepicker *, .k-numerictextbox, .k-numerictextbox * {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size:13px;
    height: 28px;
}
.k-multiselect, .k-multiselect-wrap {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
    box-shadow: none !important;
}

    .k-numerictextbox .k-input, .k-datepicker .k-input {
        margin-top: 4px !important;
    } 
		/* datepicker */

		.k-datepicker .k-picker-wrap { 
			overflow: hidden; 
		}


		  
		/*.k-datepicker .k-picker-wrap { 
		   padding: 0 0 0 1.9em;
		}*/
		.k-datepicker .k-select { 
			border: none !important; 
			background: transparent;
			right: 0;
			left: auto;	
            width: 114px;
		}

		.k-picker-wrap.k-state-hover, .k-picker-wrap.k-state-focused {
			background: #fff;
		}

		.k-i-calendar {
			 background:url(../images/kendo/icon_calendar.png) 3px 0px  no-repeat !important;
			 top: 5px;
			 position:relative;
			 width: 999px;	 
		}
		/**/



		/* numerictextbox */

		.k-numerictextbox .k-select {
			display:none;
		}

		.k-numerictextbox .k-numeric-wrap { 
		   padding: 0;
		}

		/**/
		.k-multiselect-wrap .k-button{
		    margin-top: 8px !important;
		} 
/**/		 
 
 	
.k-state-focused {
	border-width:1px !important;
	}	

.k-state-default {
	border-color: #d0d0d0;
	}

/* �������� ��������� ��� �� ������� */
.k-scheduler-marquee:before,.k-scheduler-marquee:after{
    border-color:#6182b3
}
.k-state-active,.k-state-active:hover,.k-active-filter,.k-tabstrip .k-state-active{
    background-color:#fff;
    border-color:#6182b3;
    color:#2e2e2e
}
.k-state-selected,.k-state-selected:link,.k-state-selected:visited,
.k-list>.k-state-selected,.k-list>.k-state-highlight,.k-panel>.k-state-selected,
.k-button:active,.k-ghost-splitbar-vertical,.k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-marquee-color{
    color:#fff;
    background-color:#6182b3;
    border-color:#6182b3
}
.k-slider-selection{
    background-color:#6182b3
}
.k-tiles li.k-state-selected{
    border-color:#6182b3
}
.k-editor-inline ::selection{
    background-color:#6182b3;
    text-shadow:none;
    color:#fff
}
.k-editor-inline ::-moz-selection{
    background-color:#6182b3;
    text-shadow:none;
    color:#fff
}
.k-numeric-wrap .k-link.k-state-selected{
    background-color:#6182b3
}
.km-pane-wrapper .k-mobile-list .k-item.k-state-selected{
    background-color:#6182b3;
    border-top-color:#6182b3
}
.k-tabstrip-items .k-state-active,.k-ie7 .k-tabstrip-items .k-state-active .k-loading{
    background-color:#fff;
    background-image:none;
    border-color:#6182b3
}
.k-secondary .k-button:active{
    color:#fff;
    background-color:#6182b3;
    border-color:#6182b3
}

/* kendo */

.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-dropdown-wrap.k-state-default {
    background-color: #fff ;
    border-color: #d3d3d3;
     -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2),0 0 0 rgba(0,0,0,0.05) !important;
    box-shadow: 0 0 0 rgba(0,0,0,0.2),0 0 0 rgba(0,0,0,0.05) !important;	
    border-radius:0 !important;	
	}
.k-datepicker .k-input, .k-timepicker .k-input { background-color: #fff !important; }	
.k-textbox:hover, .k-overflow-anchor:hover, .k-autocomplete.k-state-hover, .k-picker-wrap.k-state-hover, .k-numeric-wrap.k-state-hover, .k-dropdown-wrap.k-state-hover {
     -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2),0 0 0 rgba(0,0,0,0.05) !important;
    box-shadow: 0 0 0 rgba(0,0,0,0.2),0 0 0 rgba(0,0,0,0.05) !important;
    border-radius:0 !important;	
	}	
.k-state-default.k-state-focused, .k-multiselect.k-state-focused { 
 	border-color:#a7cb96 ; 
	}

/* change*/

* {
    outline: none;
}

html,
body {
    height: 100%;
}

body {
    font: 14px 'Roboto', Arial, sans-serif;
    padding: 0;
    margin: 0;
    position: relative;
    background: #fff !important;
    color: #000000;
    background-color: #fff;
}

form {
    padding: 0;
    margin: 0;
}

a {
    color: #000;
    text-decoration: underline;
}

    a:hover {
        color: #e4465a;
        text-decoration: none;
    }

p {
    padding: 0;
    margin: 0 0 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0 0 10px;
    line-height: normal;
    font-family: inherit;
    color: #000;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

.hightlight {
    background-color: #ffff8a;
    text-decoration: underline;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    display: block;
}

.allwrapper {
    height: 100%;
    display: table;
    width: 100%;
}

.allcontent {
    display: table-row;
    height: 100%;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* template */

.bCenter {
    max-width: 1220px;
    min-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.layout {
    min-height: 100%;
}

.header {
    margin-bottom: 20px;
    min-height: 90px;
    position: relative;
    text-align: center;
}

    .header:after {
        content: '';
        display: block;
        clear: both;
        line-height: 0;
        font-size: 0;
        height: 0;
        overflow: hidden;
    }

.header-logo {
    float: left;
}

    .header-logo .tenant-logo {
        margin-top: 18px;
        max-width: 100%;
    }

.tenant-logo {
    margin-top: 15px;
    overflow: hidden;
    text-indent: -999px;
}

.tenant-preview-message {
    text-align: center;
    color: #ff4500;
    font-size: 18px;
    margin-top: 20px;
}

.main {
    padding-bottom: 20px;
}

    .main:after {
        content: '';
        display: block;
        clear: both;
        line-height: 0;
        font-size: 0;
        height: 0;
        overflow: hidden;
    }

.left_column {
    width: 280px;
    padding: 20px;
    box-sizing: border-box;
    float: left;
    margin-right: 20px;
    position: relative;
    background: #f3f3f3;
}
.clearfix .left_column {
    background-position: 0 0;
}

.right_column {
    box-sizing: border-box;
    display: inline-block;
    width: 900px;
    vertical-align: top;
}

/*  */

select.hide {
    opacity: 0;
}

.logo {
    background: url(../images/rts-tender.png);
    position: absolute;
    top: 15px;
    left: 0;
    width: 228px;
    height: 99px;
    overflow: hidden;
    text-indent: -999px;
}

/* b-user */

.b-user {
    color: #818181;
    font-weight: bold;
    float: right;
    padding-top: 36px;
}

    .b-user a {
        position: relative;
        text-decoration: none;
        width: 100%;
        font-size: inherit;
        padding-top: 5px;
        color: #e4465a;
        text-transform: uppercase;
    }

.in {
    padding-top: 22px;
}

.in2 {
    padding-top: 60px;
}

/* phones */
.jcarousel {
    position: relative;
    overflow: hidden;
}

    /*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
    .jcarousel ul {
        width: 10000em;
        position: relative;

        /* Optional, required in this case since it's a <ul> element */
        list-style: none;
        margin: 0;
        padding: 0;
    }

    /*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
    .jcarousel li {
        /* Required only for block elements like <li>'s */
        float: left;
    }

.b-phone {
    display: block;
    padding-top: 52px;
    text-align: center;
    margin-right: 25px;
    float: right;
}

.b-phone_item {
    display: inline-block;
    margin-left: 20px;
    margin-right: 35px;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    position: relative;
    color: #e4465a;
}

    .b-phone_item p,
    .b-phone_item h2 {
        font-size: 10px;
        margin-bottom: -3px;
        font-weight: normal;
        line-height: normal;
        color: #8b8b8b;
    }

.icon-phone {
    display: inline-block;
    width: 17px;
    height: 12px;
    position: absolute;
    left: -21px;
    top: 18px;
    color: #000;
}

/* form */

input[type=text],
textarea,
select {
    box-sizing: border-box;
    border: 1px solid;
    padding: 6px;
    border-color: #c5c5c5;
    color: #757575;
}

    input[type=text]:focus {
        color: #000;
    }

select {
    border: 1px solid #cccccc;
    padding: 4px 8px;
    font-size: 14px;
    margin-right: 10px;
}

input[type=text]:focus,
textarea:focus {
    border-color: #e38793;
}

input[type=radio],
input[type=checkbox] {
    border: none;
    padding: 0 !important;
}

    input[type=checkbox]:checked + label i {
        background: #FF445A;
        border: 2px solid #FF445A;
    }

    input[type=checkbox] + label i {
        width: 13px;
        height: 13px;
    }

    input[type=checkbox] + label i,
    .ms-selectall i,
    .ms-reflow i {
        display: inline-block;
        width: 19px;
        height: 19px;
        padding-top: 2px;
        text-align: center;
        position: relative;
        top: -2px;
        margin-right: 5px;
        border-radius: 50%;
        border: 2px solid #ADADAD;
        background: #fff;
        line-height: 12px;
        vertical-align: middle;
        font-weight: 600;
        font-size: 12px;
        color: #fff;
        box-sizing: border-box;
        font-style: normal;
    }

    input[type=radio] + label i {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-right: 5px;
        position: relative;
        top: 2px;
        border-radius: 50%;
        border: 2px solid;
        background: #fff;
        border-color: #ADADAD;
    }

    input[type=radio]:checked + label i:before {
        content: "";
        display: block;
        border-radius: 50%;
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        right: 0px;
        border: 2px solid;
        background: #FF445A;
        border-color: #fff;
    }

input[type=text].form-control,
input[type=password].form-control,
textarea {
    border: 1px solid #cccccc;
    padding: 5px 9px;
    font-size: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-right: 0;
    width: 60%;
}

    input[type=text].small-input,
    input[type=password].small-input,
    textarea.small-input {
        width: 50px;
    }

select {
    border: 1px solid #cccccc;
    padding: 4px 8px;
    font-size: 14px;
    margin-right: 10px;
}

table input[type=text],
table input[type=password],
table textarea {
    width: 360px;
}

.k-i-calendar {
    background: none !important;
    top: 5px;
    position: relative;
    width: 999px;
}

.k-numerictextbox .k-input,
.k-datepicker .k-input {
    margin-top: 4px;
    line-height: 13px;
    -webkit-appearance: none;
}

.k-state-default.k-state-focused, .k-multiselect.k-state-focused {
    border-color: #e4465a;
}

.Numeric.k-input.hidePlaceholer {
}

input::-ms-clear {
    display: none;
}

fieldset {
    font-size: 10px;
    padding: 0;
    margin: 0;
    border: none;
    color: #a7a7a7;
}

.selected i, .selected-all i {
    background: #e4465a;
    border: 2px solid #e4465a;
}

fieldset legend {
    padding: 0;
    position: absolute;
    margin-top: -6px;
    margin-left: 6px;
    background: #fff;
}

input[hidden] {
    visibility: hidden;
    position: absolute;
}

.MarketPlaces {
    min-width: 240px;
}

.TradeTenderRule {
    min-width: 240px;
}

.WidgetMarketPlaces {
    width: 240px;
}

/* search */

.search {
    margin-bottom: 20px;
}

.search-tab:after {
    content: '';
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0;
    height: 0;
    overflow: hidden;
}

.search-tab {
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .search-tab li {
        line-height: 22px;
        padding: 10px 25px;
        border-radius: 4px 4px 0 0;
        cursor: pointer;
        font-size: 12px;
        float: left;
        margin: 0;
        color: #fff;
        background: #a4a4a4;
    }

    .search-tab .current {
        cursor: default;
        background: #e4465a;
    }

.search-block {
    padding-right: 100px;
    position: relative;
    top: -1px;
}

    .search-block:after {
        content: '';
        display: block;
        clear: both;
        line-height: 0;
        font-size: 0;
        height: 0;
        overflow: hidden;
    }

.search-string {
    width: 99%;
    border: 5px solid;
    border-radius: 4px 4px 4px 4px;
    height: 40px;
    z-index: 0;
    position: relative;
    border-color: #e4465a;
    background: #fff;
}

.search-clear-icon {
    position: absolute;
    top: 0px;
    right: 8px;
    font-size: 38px;
    line-height: 100%;
    color: #a4a4a4;
    cursor: pointer;
    display: none;
}

.search input.search-txt {
    width: 98%;
    padding: 10px;
    float: left;
    margin-right: 100px;
    font-size: 14px;
    line-height: 18px;
    height: 40px;
    border: none;
    background: #fff;
}

.btn-search {
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    box-sizing: border-box;
    padding: 0 10px;
    color: #fff;
    cursor: pointer;
    border: none;
    width: 95px;
    position: absolute;
    right: 0;
    line-height: 50px;
    background: #e4465a;
}

    .btn-search:hover {
    }

.btn-search-disable {
    background: grey !important;
}

.search-icon {
    float: right;
}

.search-cust {
    display: flex;
    justify-content: space-between;
}

.search-cust-hide {
    display: none;
}

.fa-search {
    color: #FFF;
    border-bottom: 1px solid #ACACAC;
    text-align: center;
    font-size: 15px;
    border-radius: 2px;
    background: #ACACAC none repeat scroll 0% 0%;
    box-shadow: none;
    text-decoration: none;
    padding: 2px 4px;
    margin: 0px 0px 2px 0px;
    font-style: normal;
}

.fa.fa-exclamation-circle {
    font-size: 16px;
    color: rgb(228, 70, 90);
    padding: 0px 6px 0px 0px;
}

.fa-search:before {
    content: "\1F50D";
    font-family: "entyporegularnew";
}

/* blocks */
.err {
    position: fixed;
    left: 40%;
    top: 50%;
}

.block1 {
    padding: 9px 13px;
    margin-bottom: 10px;
    background: #fff;
    color: #e4465a;
    border-color: #c2c2c2;
    border: 1px solid #c2c2c2;
}

/* tab */

.tab-rts {
    font-size: 13px;
    line-height: 40px;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style-type: none;
    overflow: hidden;
    vertical-align: middle;
}

    .tab-rts:after {
        content: '';
        display: block;
        clear: both;
        line-height: 0;
        font-size: 0;
        height: 0;
        overflow: hidden;
    }

    .tab-rts .current {
        background: #e4465a;
        color: #fff;
        border-color: #e4465a;
    }

    .tab-rts li {
        cursor: pointer;
        box-sizing: border-box;
        padding: 0 12px;
        border: 1px solid #c2c2c2;
        float: left;
    }

        .tab-rts li:first-child {
            border-right: none;
            border-radius: 4px 0px 0px 4px;
        }

        .tab-rts li:last-child {
            border-left: none;
            border-radius: 0px 4px 4px 0px;
        }

#map {
    bottom: 2px;
    left: 15px;
    position: relative;
}

#map > li {
    border-radius: 4px;
}

    #map > li > a {
        text-decoration: none;
        color: #ffffff;
    }

        #map > li > a :hover {
            text-decoration: none;
            color: #ffffff;
        }

/* btn */

.btn {
    text-align: center;
    text-decoration: none;
    outline: none;
    display: inline-block;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 20px;
    cursor: pointer;
    background: #e38793;
    color: #fff;
}

    .btn:hover {
        color: #fff;
        background: #e38793;
    }

.btn-type1 {
    width: 100%;
    background: #e4465a;
    color: #fff;
}

    .btn-type1:hover {
        background: #e4465a;
    }

.btn-type2 {
    width: 240px;
    margin: auto;
}

.btn-type3 {
    margin-right: 15px;
}

.btn2 {
    font-size: 12px;
    border-radius: 3px;
    padding: 15px;
    border: none;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    text-transform: uppercase;
    background: #e4465a;
    color: #fff;
    text-shadow: 0 0 0 #fff;
}

    .btn2:hover {
        background: #e4465a;
    }

.btn.ShowMore > .ShowMore-loading {
    float: left;
    margin-top: 12px;
    margin-left: 4px;
    margin-right: -20px;
    display: none;
}

.fright {
    float: right;
}

.customTree .hit {
    color: #da1919 !important;
}

.btn-save:before {
    content: "\2713";
    margin-right: 5px;
    color: #FFFFFF;
    font-family: "entyporegularnew";
    position: relative;
}

.btn4 {
    color: #fff;
    margin-left: 10px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 15px;
    background: #acacac;
    box-shadow: none;
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    border-bottom: #7b7b7b 2px solid;
    border-right: #7b7b7b 2px solid;
    border-radius: 10px;
    line-height: 3.2em;
    white-space: nowrap;
}

    .btn4:hover {
        color: #000;
        padding: 5px 15px 7px 15px;
        border-radius: 10px;
        line-height: 3.2em;
        white-space: nowrap;
        border-bottom: #7b7b7b 2px solid;
        border-right: transparent 2px solid;
    }

.btn-group {
    padding: 0px 4px 10px 0px;
    margin: auto;
}

.status-group {
    margin: auto;
    padding-bottom: 15px;
}

.status-lot {
    margin-left: 10px;
    text-align: center;
    font-size: 12px;
    border: 2px solid #7b7b7b;
    border-radius: 2px;
    box-shadow: none;
    text-decoration: none;
    padding: 5px 15px;
    font-weight: initial;
    line-height: 3.2em;
    white-space: nowrap;
}

.status-lot1 {
    margin-left: 10px;
    text-align: center;
    font-size: 12px;
    border: 2px solid #7b7b7b;
    border-radius: 2px;
    box-shadow: none;
    text-decoration: none;
    padding: 5px 15px;
    font-weight: initial;
    line-height: 3.2em;
    white-space: nowrap;
}

.status-lot > a:nth-child(2) {
    color: #000;
    border-bottom: none;
}

.status-lot > a:nth-child(1) {
    color: #000;
    border-bottom: none;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

/*filter*/

.filter {
    color: #3e3e3e;
}

.link-94fz {
    padding-left: 25px;
}

.filter label {
    cursor: pointer;
    margin-right: 12px;
    line-height: 25px;
    font-weight: 500;
}

.filter-block {
    margin-bottom: 15px;
    max-width: 1200px;
}

div.filter-block {
    max-width: 1200px;
}

.filter-block_hide .filter-block {
    display: none;
}

.filter-block_hide .btn-filter {
    border-bottom: 1px dotted;
    cursor: pointer;
    border-color: #acacac;
    color: #9f5757;
}

    .filter-block_hide .btn-filter:hover {
        color: #9f5757;
    }

.btn-filter {
    cursor: pointer;
}

    .btn-filter:hover {
    }

.btn-filter-disable {
    color: grey !important;
    cursor: text !important;
}

.filter-row {
    margin-bottom: 10px;
    position: relative;
}

    .filter-row:after {
        content: '';
        display: block;
        clear: both;
        line-height: 0;
        font-size: 0;
        height: 0;
        overflow: hidden;
    }

.input-currency {
    position: relative;
}

    .input-currency input {
        padding-right: 35px;
    }

.input-currency_val {
    position: absolute;
    display: inline-block;
    right: 6px;
    top: 7px;
    font-size: 13px;
    cursor: default;
    border-bottom: 1px dotted;
    color: #e4465a;
    border-color: #acacac;
}

.ms-selectall {
    color: #e4465a;
}

.k-multiselect-wrap .k-input {
    color: #a7a7a7;
}

.k-callout-n {
    top: 3px;
}

.filter-result,
.k-multiselect-wrap .k-button {
    border: none;
    position: relative;
    border-radius: 4px;
    padding: 8px 30px 8px 8px;
    font-size: 13px;
    line-height: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #e38793;
    color: #fff;
    max-width: 236px;
}

.filter-result_close,
.k-multiselect-wrap .k-delete {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    background: transparent;
    color: #fff;
}

.k-numerictextbox .k-numeric-wrap {
    padding: 0 2.2em 0 0;
}

.datapicker-block {
    position: relative;
}

.btn-datapicker {
    position: absolute;
    right: 6px;
    top: 3px;
    cursor: pointer;
}

.btn-settings {
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    color: #e4465a;
}

.btn-clear {
    font-size: 11px;
    display: block;
    cursor: pointer;
    font-weight: 600;
}

/* link */
.alert { 
    background-position: 0 94.578313%; 
    background-size: 328.571429%; 
    padding: 15px; 
    margin-bottom: 20px; 
    border: 1px solid transparent; 
    border-radius: 4px; 
    color: #e2aa69; 
    background-color: #fcf8e3; 
    border-color: #faebcc; 
}
.link-old-search {
   color: #e4465a;
    display: inline-block;
    border-bottom: 1px dotted;
    border-bottom-color: currentcolor;
    cursor: pointer;
    position: relative;
    margin-left: 6px;
    margin-right: 17px;
    text-decoration-thickness: auto;
    padding: 11px 0px 10px 0;
    border-color: #acacac;
    color: #e4465a;
}
.link {
    display: inline-block;
    border-bottom: 1px dotted;
    cursor: pointer;
    position: relative;
    margin-left: 17px;
    margin-right: 17px;
    text-decoration: none;
    padding: 11px 0 0 0;
    border-color: #acacac;
    color: #e4465a;
}

.link-box {
    display: inline-block;
    position: relative;
    height: 40px;
    padding-right: 5px;
}

    .link-box.current {
        border: 2px solid;
        border-color: #e4465a;
    }

.sort-link-icon {
    font-size: 9px;
    position: relative;
    top: -1px;
}

.linka {
    display: block;
}

/*dropdown*/

.dropdown {
    position: relative;
    display: inline-block;
    margin: 10px 17px;
    color: #e4465a;
}

.b-number .dropdown {
    margin-left: 5px;
}

.dropdown-title {
    display: inline-block;
    border-bottom: 1px dotted;
    cursor: pointer;
    border-color: #acacac;
}

    .dropdown-title:after {
        content: '▼';
        display: block;
        position: absolute;
        font-size: 8px;
        top: 3px;
        right: -12px;
    }

.dropdown-lists {
    display: none;
    position: absolute;
    padding: 0 8px;
    border: 1px solid;
    border-radius: 3px;
    min-width: 164px;
    left: -15%;
    box-sizing: border-box;
    top: 25px;
    z-index: 9;
    border-color: #d4d4d4;
    background: #fff;
    box-shadow: 0px 0px 8px -3px #000;
}

    .dropdown-lists:before {
        content: '';
        position: absolute;
        display: block;
        width: 13px;
        height: 7px;
        background: url("../images/rts/sprite.png") -14px -55px no-repeat;
        left: 45%;
        top: -7px;
    }

    .dropdown-lists ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .dropdown-lists ul li {
            border-bottom: 1px solid;
            height: 29px;
            line-height: 29px;
            padding: 0;
            margin: 0;
            cursor: pointer;
            border-color: #d4d4d4;
        }

    .dropdown-lists li:last-child {
        border: none;
    }

/**/

.display-type {
    border: 1px solid;
    overflow: hidden;
    border-radius: 4px;
    display: inline-block;
    float: right;
    border-color: #c2c2c2;
    background: #fff;
}

    .display-type .current {
        background-color: #d3d3d3;
    }

.fa {
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
}

.fa-th-large,
.fa-bars {
    font-size: 22px !important;
    line-height: 40px !important;
}

.display-type-grid,
.display-type-row {
    width: 38px;
    height: 38px;
    cursor: pointer;
    float: left;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

    .display-type-row.current,
    .display-type-grid.current {
        cursor: default;
    }

    .display-type-row:before {
        color: #FF445A;
        font-family: "entyporegularnew";
        content: "\F0C9";
        font-size: 22px;
        position: relative;
        top: 7px;
    }

.close:after {
    color: #000000;
    font-family: "entyporegularnew";
    font-size: 10px;
    position: relative;
    content: "\E75C";
    left: 5px;
    top: 1px;
}

.display-type-grid:before {
    color: #FF445A;
    font-family: "entyporegularnew";
    font-size: 22px;
    position: relative;
    content: "\F009";
    top: 8px;
}

.purchase-card__main-btn-tk:before {
    color: #b6b6b6;
    font-family: "entyporegularnew";
    content: "\2661";
    font-size: 38px;
    top: 8px;
    position: relative;
}

/*carts*/

.b-carts {
    margin-bottom: 10px;
}

    .b-carts:after {
        content: '';
        display: block;
        clear: both;
        line-height: 0;
        font-size: 0;
        height: 0;
        overflow: hidden;
    }

.b-carts_item {
    padding: 0 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid;
    background: #fff;
    color: #484848;
    border-color: #d3d3d3;
}

    .b-carts_item:hover {
        border: 1px solid;
        border-color: #d3d3d3;
    }

    .b-carts_item .b-carts_column:first-child {
        border-left: none;
        width: 186px;
    }

.b-carts_column {
    display: table-cell;
    vertical-align: top;
    padding: 19px 16px;
    border-left: 1px solid;
    border-color: #d3d3d3;
}

    .b-carts_column a {
        text-decoration: none;
        color: currentColor;
        word-wrap: break-word;
    }

        .b-carts_column a:hover {
            color: #e4465a;
        }

.b-carts_p {
    position: relative;
    bottom: 9px;
}

.b-carts_column > .b-carts_p:last-child {
    margin-bottom: 0;
    position: relative;
    bottom: 14px;
}

.b-carts_info {
    margin-left: -5%;
    color: #808080;
    font-size: 13px;
    margin-top: 20px;
    max-height: 22px;
}

    .b-carts_info .icon {
        margin-left: 5%;
        margin-right: 2%;
    }

.b-carts_status {
    font-size: 13px;
    float: right;
    position: relative;
    top: -6px;
}

.address {
    text-align: justify;
    padding-left: 0px;
    margin: auto;
}

.address-item {
    white-space: normal;
    text-align: left;
    list-style-type: none;
    font-size: 13px;
    line-height: 16px;
}

    .address-item:before {
    }

    .address-item:nth-child(2n) {
        background: #f3f3f3;
    }

.column-collapse {
    max-height: 80px;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
    line-height: 16px;
}

td div.column-collapse {
    max-height: 65px;
}

.column-collapse.open {
    max-height: inherit;
    padding: 0px 0 30px;
}

.open-collapse {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #f3f3f3;
    text-align: center;
    color: #e4465a;
    text-transform: lowercase;
    cursor: pointer;
    font-size: 12px;
    line-height: 14px;
    padding: 0px 0 1px;
    border-top: 0px #fff solid;
}

    .open-collapse:hover {
        color: #484848;
    }

.spoiler {
    display: inline;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.short-name {
    display: inline;
}

.full-name {
    display: none;
}

.b-row:after {
    content: '';
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0;
    height: 0;
    overflow: hidden;
}

.k-i-arrow-s {
    left: -16px;
    position: relative;
    top: 1px;
}

.b-datatime {
    font: 14px Arial, sans-serif;
    max-width: 208px;
}

.b-datatime_font {
    white-space: nowrap;
    display: inline-block;
    max-width: 38px;
    color: red;
}

/* b-number */

.b-number {
}

/* paginate */

.paging {
    padding: 11px 20px;
    background: #f3f3f3;
}

.PageSizePicker {
    font-weight: 500;
    color: #484848;
}

.paginate {
    margin-top: 10px;
    margin-right: 20px;
    font-size: 13px;
    overflow: hidden;
}

    .paginate a,
    .paginate span {
        font-weight: 500;
        text-decoration: none;
        display: inline-block;
        width: 21px;
        height: 21px;
        text-align: center;
        line-height: 20px;
        border-radius: 50%;
        float: left;
        margin-left: 1px;
        margin-right: 1px;
        color: #484848;
    }

        .paginate a:hover {
            color: #e35644;
        }

    .paginate span {
        padding-left: 10px;
        padding-right: 10px;
    }

    .paginate .current {
        background: #e38793;
        color: #fff;
    }

/*footer*/

.footer-wrap {
}

.footer-rts {
    min-height: 100px;
    padding-bottom: 20px;
}

    .footer-rts:before {
        content: "";
        border-top: 5px solid;
        display: block;
        margin-bottom: 33px;
        border-color: #676767;
    }

.footer-social {
float: right;
margin-left: 20px;
margin-top: 20px;
margin-bottom: 20px;
}

    .footer-social .social {
        margin-left: 7px;
    }

.footer-nav {
    font: 14px Arial, sans-serif;
    margin-right: 20px;
    margin-bottom: 20px;
}

    .footer-nav a {
        margin-right: 9px;
        color: #e4465a;
        text-decoration: underline;
    }

        .footer-nav a:hover,
        .footer-nav .current {
            text-decoration: none;
            color: #313131;
        }

.footer-text {
    max-width: 1220px;
    min-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 12px;
    color: #d3d3d3;
}

/*tags*/
.tag-content {
    padding: 4px 0 4px 0;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[name^="teg"] { /*--hide_tag_checkbox--*/
    cursor: pointer;
    visibility: hidden;
    display: none;
}

input[type=checkbox] + label.tag-content:before {
    width: 13px;
    height: 13px;
    border-radius: 0%;
    border: 1px solid #000;
    font-size: 0;
    content: "";
    display: inline-block;
    margin-right: 4px;
    top: 3px;
    position: relative;
}

input[type = checkbox]:checked + label.tag-content:before {
    font-family: "entyporegularnew";
    color: #000;
    background: #fff;
    font-size: 16px;
    display: inline-block;
    content: "\2713";
    font-weight: bold;
}

.btn.send-tags {
    width: 27%;
    position: relative;
    float: right;
    margin-right: 10px;
    background: #5da130;
}

.tag_lo {
    margin-bottom: -6px;
    line-height: 11px;
}

.tag_li {
    display: inline-block;
    color: #a0a0a0;
}

    .tag_li span {
        font-size: 10px;
        color: #a0a0a0;
        padding: 0;
    }

    .tag_li:last-child {
        color: transparent;
    }

.bold {
    font-weight: bold;
}

.tender-tags > tr > td {
    padding: 4px 8px;
    margin: 0;
}

.chk {
    cursor: pointer;
}

.table-tags {
    position: relative;
    top: -20px;
}

/* icons */

.b-datatime_font:before {
    font-family: "entyporegularnew";
    content: "\f017";
    font-size: 15px;
    position: relative;
    color: #a0a0a0;
}

.popup-close {
    pointer-events: none;
    cursor: pointer;
}

    .popup-close:before {
        pointer-events: auto;
        font-family: "entyporegularnew";
        content: "\f057";
        position: absolute;
        top: 20px;
        right: 30px;
        font-size: 24px;
        color: #e4465a;
    }

.eye:before {
    font-family: "entyporegularnew";
    content: "\e70a";
    color: #c5c5c5;
}

.social {
    font-family: "entyporegularnew";
    font-style: normal;
    position: relative;
    top: 3px;
    line-height: 0;
    color: #808080;
    cursor: pointer;
}

    .social:hover {
        color: #e4465a;
    }

    .social:before {
        font-size: 20px;
    }

.s-facebook:before {
    content: "\00e4";
}

.s-twitter:before {
    content: "\00e5";
}

.s-vkontakte:before {
    content: "\00e6";
}

.s-odnoklassniki:before {
    content: "\00e9";
}

.s-livejournal:before {
    content: "\00ec";
}

.change-pass:before {
    font-family: "entyporegularnew";
    content: "\1f512";
    font-size: 13px;
    font-weight: 100;
    margin-right: 3px;
    top: -1px;
    position: relative;
    pointer-events: none;
}

.fa-phone:before {
    content: "\f095";
    font-family: "entyporegularnew";
    font-weight: normal;
    position: relative;
    text-decoration: none;
    pointer-events: none;
}

.logout:before {
    padding-left: 7px;
    font-family: "entyporegularnew";
    content: "\e741";
    font-size: 13px;
    font-weight: 100;
    margin-right: 3px;
    top: -1px;
    position: relative;
    pointer-events: none;
}
.reg {
    right: 6px;
    position: relative;
}

.reg:before {
    font-family: "entyporegularnew";
    content: "\e700";
    font-size: 13px;
    font-weight: 100;
    margin-right: 3px;
    top: -1px;
    position: relative;
    color: #777;
    pointer-events: none;
    display: inline-block;
}

.login:before {
    font-family: "entyporegularnew";
    content: "\e740";
    font-size: 13px;
    margin-right: 3px;
    top: -1px;
    position: relative;
    color: #777;
    display: inline-block;
    padding-top: 11px;
    pointer-events: none;
}

.icon-phone:before {
    font-family: "entyporegularnew";
    content: "\1f4de";
    font-size: 21px;
    font-weight: 100;
    margin-right: 3px;
    top: -8px;
    left: -3px;
    position: relative;
    pointer-events: none;
}

.k-select {
    cursor: pointer;
}

    .k-select:before {
        font-family: "entyporegularnew";
        content: "\1F4C5";
        font-size: 20px;
        position: relative;
        left: 90px;
        color: #484848;
        pointer-events: auto;
    }

.icon {
    font-family: "entyporegularnew";
    font-style: normal;
    position: relative;
    top: 4px;
    left: -3px;
    line-height: 0;
    cursor: pointer;
}

    .icon:before {
        font-size: 30px;
    }

.icon-views:before {
    content: "\e70a";
    pointer-events: none;
}

.icon-downloads:before {
    content: "\e778";
}

.icon-comments:before {
    content: "\e718";
}

.icon-shares:before {
    content: "\e715";
}

.icon-success {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 10px;
    text-align: center;
    top: -1px;
    margin-right: 2px;
    color: #fff;
    background: #558b2f;
}

    .icon-success:before {
        font-size: 20px;
        content: "\2713";
        top: -3px;
        position: relative;
    }

.icon-fail:before {
    content: "\2296";
    font-size: 36px;
}

.icon-data:before {
    content: "\1f4c5";
    color: #484848;
}

/* social */

.title1 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 17px;
    font-weight: bold;
    display: flex;
    color: #000;
}

.title2 {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 0;
    display: block;
    font-weight: normal;
    color: #9d9d9d;
}

.title3 {
    font-size: 18px;
    margin-top: -5px;
}

    .title3 span {
        border-bottom: 1px solid;
        cursor: pointer;
        border-color: #c3c3c3;
    }

    .title3:hover span {
        border-color: #e4465a;
    }

.title4 {
    margin-bottom: 15px;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
}

.mb5 h3 {
    font: 14px 'Roboto', Arial, sans-serif;
    padding: 0;
    margin: 0;
    position: relative;
}

.page table.auth-table tr td.client-text {
    padding: 20px 95px 11px 95px;
    font-size: 1.2em;
}

.page table.auth-table.text {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-collapse: revert;
    border: 2px solid #e4465a;
}
.left-shift {
    margin-left: 120px;
}
/* Title placeholder */

.legend {
    font-size: 12px;
    line-height: 6px;
    position: absolute;
    padding: 0 3px;
    margin-top: -8px;
    margin-left: 5px;
    height: 15px;
    z-index: 1;
    color: #a7a7a7;
    background: #fff;
}

/* popup  */

.popup {
    padding: 20px 30px;
    position: relative;
    background: #fff;
}

    .popup h2 {
        margin-bottom: 20px;
        font-size: 19px;
        font-weight: bold;
        color: #e4465a;
    }

/* grid */

.grid {
    margin: -7px;
}

    .grid:after {
        content: "";
        clear: both;
        display: block;
    }

.grid-row {
    clear: both;
}

[class^="grid__col"] {
    float: left;
    padding: 7px;
    box-sizing: border-box;
    border-collapse: collapse;
}

.grid__col-1 {
    width: 100%;
}

.grid__col-2 {
    width: 50%;
}

.grid__col-3 {
    width: 33.33333333333333%;
}

.grid__col-4 {
    width: 25%;
}

.grid__col-5 {
    width: 20%;
}

.grid__col-6 {
    width: 16.666666666666664%;
}

.grid__col-7 {
    width: 14.288888888888888%;
}

.grid__col-8 {
    width: 12.555555555555555%;
}

.grid__col-9 {
    width: 11.111111111111111%;
}

.grid__col-3-1 {
    width: 33.33333333333333%;
}

.grid__col-3-2 {
    width: 66.666666666666664%;
}

.grid__col-3-3 {
    width: 100%;
}

.grid__col-4-1 {
    width: 25%;
}

.grid__col-4-2 {
    width: 50%;
}

.grid__col-4-3 {
    width: 75%;
}

.grid__col-4-4 {
    width: 100%;
}

.grid__col-5-1 {
    width: 20%;
}

.grid__col-5-2 {
    width: 40%;
}

.grid__col-5-3 {
    width: 60%;
}

.grid__col-5-4 {
    width: 80%;
}

.grid__col-5-5 {
    width: 100%;
}

.grid__col-6-1 {
    width: 16.666666666666664%;
}

.grid__col-6-2 {
    width: 33.333333333333328%;
}

.grid__col-6-3 {
    width: 49.999999999999992%;
}

.grid__col-6-4 {
    width: 66.666666666666656%;
}

.grid__col-6-5 {
    width: 83.33333333333332%;
}

.grid__col-6-6 {
    width: 100%;
}

.grid__col-7-1 {
    width: 14.28%;
}

.grid__col-7-2 {
    width: 28.56%;
}

.grid__col-7-3 {
    width: 42.84%;
}

.grid__col-7-4 {
    width: 57.12%;
}

.grid__col-7-5 {
    width: 71.4%;
}

.grid__col-7-6 {
    width: 85.68%;
}

.grid__col-7-7 {
    width: 100%;
}

.grid__col-8-1 {
    width: 12.5%;
}

.grid__col-8-2 {
    width: 25%;
}

.grid__col-8-3 {
    width: 37.5%;
}

.grid__col-8-4 {
    width: 50%;
}

.grid__col-8-5 {
    width: 62.5%;
}

.grid__col-8-6 {
    width: 75%;
}

.grid__col-8-7 {
    width: 87.5%;
}

.grid__col-8-8 {
    width: 100%;
}

.grid__col-9-1 {
    width: 11.1111111111%;
}

.grid__col-9-2 {
    width: 22.2222222222%;
}

.grid__col-9-3 {
    width: 33.3333333333%;
}

.grid__col-9-4 {
    width: 44.4444444444%;
}

.grid__col-9-5 {
    width: 55.5555555555%;
}

.grid__col-9-6 {
    width: 66.6666666666%;
}

.grid__col-9-7 {
    width: 77.7777777777%;
}

.grid__col-9-8 {
    width: 88.8888888888%;
}

.grid__col-9-9 {
    width: 100%;
}

.grid__col-title {
    padding-right: 0;
    line-height: 35px;
}

.grid input[type=text],
.grid textarea,
.grid select {
    width: 100%;
}

.form-xs input,
.form-xs select,
.form-xs texarea {
    padding: 10px 6px;
}

/* list */

.list {
    color: #656565;
}

.list-item {
    border: 1px solid;
    padding: 12px 10px;
    margin-bottom: 10px;
    border-color: #d3d3d3;
}

.list-help {
    float: right;
}

.list-title {
    font-size: 14px;
    margin-bottom: 15px;
}

.list-del {
    text-decoration: none;
    margin-left: 5px;
    font-size: 10px;
    color: #e05540;
}

.popup .list {
    margin-right: -15px;
}

.popup .list-help {
    margin-left: 2px;
    margin-right: 2px;
}

.popup .k-dropdown {
    display: inline-block;
    float: right;
    margin-right: 5px;
}

/* scrolling */

.scrolling > table {
    margin-bottom: 0;
}

.scrolling {
    overflow: auto;
    position: relative;
    margin-top: -1px;
    margin-bottom: -2px;
}

    .scrolling::-webkit-scrollbar {
        width: 7px;
    }

    .scrolling::-webkit-scrollbar-track {
        border-radius: 6px;
        background: #eaeaea;
    }

    .scrolling::-webkit-scrollbar-thumb {
        border-radius: 6px;
        background: #7f8b99;
    }

    .scrolling:hover::-webkit-scrollbar-thumb {
        background: #6a7d9b;
    }

/* comments */

.b-carts .comments {
    margin-top: -11px;
    margin-bottom: 10px;
    border: 1px solid;
    box-sizing: border-box;
    border-color: #d3d3d3;
}

.comments {
    width: 100%;
    position: relative;
    font-size: 13px;
    padding-right: 185px;
    background: #fff;
    color: #484848;
}

.comments-close {
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
    width: 23px;
    height: 23px;
    text-align: center;
}

.comments-content {
    padding: 17px;
}

.comments-date {
    font-size: 12px;
    float: right;
    color: #a4a4a4;
}

.comments-form {
    position: relative;
    margin-top: 20px;
    margin-right: -17px;
}

.comments-form_answer {
    position: relative;
}

.comments-txt {
    width: 100%;
    height: 32px;
}

.comments-txt_answer {
    width: 80%;
    height: 32px;
}

.comments-txt::-webkit-input-placeholder {
    font-size: 13px !important;
}

.comments-txt::-moz-placeholder {
    font-size: 13px !important;
}

.comments-txt:-moz-placeholder {
    font-size: 13px !important;
}

.comments-txt:-ms-input-placeholder {
    font-size: 13px !important;
}

.comments-btn {
    position: absolute;
    top: 0;
    right: -105px;
    padding: 12px 15px;
    font-size: 11px;
}

.comments-btn_answer {
    position: relative;
    top: 0;
    padding: 12px 15px;
    font-size: 11px;
}

.comments-title {
    margin: 0;
    font-weight: normal;
    font-size: 13px;
    color: #6182b3;
}

/* personalfilterform */

.personalfilterform {
}

.personalfilterform_body {
    margin: 0px 0px 30px;
}

    .personalfilterform_body span {
        vertical-align: middle;
    }

    .personalfilterform_body .btn2 {
        vertical-align: middle;
        margin: -36px 42px 0;
        padding: 10px;
        float: right;
    }

.personalfilterform .k-picker-wrap .k-icon {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 4px;
    left: 5px;
    background-color: #fff;
    z-index: 9;
    height: 18px;
}

.personalfilterform_body .k-select::before {
    z-index: -1;
}

.list-item_legend-wrap {
    position: relative;
    float: right;
    margin-right: 5px;
}

/* table */

table,
table.dataTable {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 16px;
}

    th,
    td,
    table.dataTable thead th,
    table.dataTable thead td {
        padding: 13px 15px;
        margin: 0;
        border: 1px solid;
        border-color: #d6e5ee;
    }

    th,
    table.dataTable thead th {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: left;
        font-weight: normal;
        font-size: 11px;
        text-transform: uppercase;
        background: #d6e5ee;
        border-color: #fff
    }

    td,
    table.dataTable thead td {
        background: #fff;
    }

        th.noborder-r,
        td.noborder-r {
            border-right: 1px solid !important;
            padding-right: 0;
            border-color: transparent !important;
        }

.toggle-visibility {
    visibility: hidden;
}

tr:hover .toggle-visibility {
    visibility: visible;
}

.sort-asc,
.sort-desc {
    cursor: pointer;
}

.row2 td {
    background: #f4f8fb;
}

table a {
    text-decoration: none;
    color: currentColor;
}

.tdHelpers {
    font-size: 10px;
    padding-top: 2px;
    margin-right: -2px;
    margin-left: -2px;
}

    .tdHelpers a,
    .tdHelpers span {
        margin-right: 2px;
        margin-left: 2px;
    }

.subTable {
    background: none !important;
    padding: 0;
}

.cellWidth1 {
    width: 150px;
}

/*common*/

.nowrap {
    white-space: nowrap;
    display: inline-flex;
}

.breakable {
    word-wrap: break-word;
}

.color1 {
    color: #e4465a;
}

.color2 {
    color: #43bb73;
}

.color3 {
    color: #ff152e;
}

.color4 {
    color: #a2a2a2;
}

.color5 {
    color: #f5be09;
}

.mt1 {
    margin-top: -10px;
}

.mt2 {
    margin-top: 10px;
}

.mt3 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.mb5 {
    margin-bottom: 13px !important;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0;
    height: 0;
    overflow: hidden;
}

.w50pr {
    width: 50%;
}

.w100pr {
    width: 100%;
}

.w95px {
    width: 95px;
}

.w115px {
    width: 115px;
}

.w125 {
    width: 125px;
}

.w135px {
    width: 135px;
}

.w180px {
    width: 180px;
}

.w200 {
    width: 200px;
}

.w230px {
    width: 230px;
}

.w235 {
    width: 235px;
}

.w300 {
    width: 300px;
}

.h325px {
    height: 325px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.center {
    text-align: center;
}

.box {
    box-sizing: border-box;
}

.sprite {
    background: url("../images/rts/sprite.png") no-repeat;
}

.uppercase {
    text-transform: uppercase;
}

.tcenter {
    text-align: center;
}

.mcenter {
    margin: auto;
}

.bb {
    font-weight: bold;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.hidden {
    visibility: hidden;
}

.invisible {
    color: transparent;
}

@media (max-width: 1130px) {
    div.k-animation-container {
        left: 15px !important;
    }

    .okpd-popup .modal__search div:first-child input {
        height: 43px;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
        width: 553px !important;
    }

    .tvExtendedContainer.tv-extended-container.okdp-container.okdp-container-new.k-window-content.k-content,
    .k-widget.k-window.k-window-titleless {
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 1060px) {
    .footer-nav a {
        font-size: 13px;
    }

    .btn-type3:not(:last-child) {
        margin-right: 5px;
    }
}

@media (max-width: 1024px) {
    .left_column {
    }

    .right_column {
    }

    .paging .center {
        clear: both;
        padding: 20px 0 0;
    }

    .b-carts_column {
        min-width: 80px;
    }

    .b-table .nowrap {
        white-space: pre-wrap;
        text-align: center;
    }

    .title3 {
        font-size: 13.5px;
        margin-top: -5px;
    }
}

.smp {
    width: 59px;
    height: 25px;
    background-position: -514px -5px;
}

.r-1 {
    width: 69px;
    height: 25px;
    background-position: -5px -5px;
}

.r-2 {
    width: 76px;
    height: 25px;
    background-position: -84px -5px;
}

.r-3 {
    width: 59px;
    height: 25px;
    background-position: -170px -5px;
}

.r-4 {
    width: 163px;
    height: 25px;
    background-position: -239px -5px;
}

.r-5 {
    width: 92px;
    height: 25px;
    background-position: -412px -5px;
}

.r-6 {
    width: 82px;
    height: 25px;
    background-position: -584px -5px;
}

.r-7 {
    width: 92px;
    height: 25px;
    background-position: -757px -5px;
}

.table-carts {
    width: 100%;
    margin-bottom: 50px;
}

    .table-carts th {
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        border: 1px solid #adadad;
        padding: 13px 5px;
        font-size: 12px;
        background-color: #d3d3d3;
    }

        .table-carts th:first-child {
            text-align: left;
            width: 45%;
        }

    .table-carts td {
        text-align: center;
        border-color: #fff;
    }

        .table-carts td:first-child {
            text-align: left;
        }

    .table-carts tr:nth-child(even) td {
        background: #f8f8f8;
        border-color: #f8f8f8;
    }

    .table-carts tfoot td {
        text-align: center;
        font-weight: bold;
        border: 1px solid #adadad;
    }

        .table-carts tfoot td:first-child {
            text-align: right;
        }

    .table-carts tfoot tr > td {
        background: #d3d3d3;
        border-color: #adadad;
    }

    .table-carts tfoot tr:hover > td {
        background: #d3d3d3;
    }

.table-info tr:nth-child(even) td {
    background: #f8f8f8;
}

.table-carts2 {
    width: 100%;
    margin-bottom: 50px;
}

    .table-carts2 th {
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        border: 1px solid #adadad;
        padding: 13px 5px;
        font-size: 12px;
        background-color: #d3d3d3;
    }

        .table-carts2 th:first-child {
            text-align: left;
            width: 90%;
        }

    .table-carts2 td {
        text-align: center;
        border-color: #fff;
    }

        .table-carts2 td:first-child {
            text-align: left;
        }

    .table-carts2 tr:nth-child(even) td {
        background: #f8f8f8;
        border-color: #f8f8f8;
    }

    .table-carts2 tfoot td {
        text-align: center;
        font-weight: bold;
        border: 1px solid #adadad;
    }

        .table-carts2 tfoot td:first-child {
            text-align: right;
        }

    .table-carts2 tfoot tr > td {
        background: #d3d3d3;
        border-color: #adadad;
    }

    .table-carts2 tfoot tr:hover > td {
        background: #d3d3d3;
    }

.table-info {
    width: 100%;
    margin-bottom: 50px;
}

    .table-info td {
        padding: 7px;
        width: 70%;
        border: 0px;
    }

        .table-info td:first-child {
            width: 30%;
            font-weight: bold;
        }

#area-table span {
    float: left;
}

#area-table div {
    float: right;
}

.log-view .log-view h2,
.log-view h3 {
    text-transform: uppercase;
}

.log-view h2 a,
.log-view h1 a,
.log-view span a {
    color: #e4465a;
}

    .log-view h2 a:hover,
    .log-view h1 a:hover,
    .log-view a:hover {
        border-bottom: 0;
        color: #000;
    }

.log-view h2,
.log-view h1 {
    margin-top: 30px;
}

.header2 {
    margin-top: 30px;
    padding: 0px;
    margin: 0px 0px 10px;
    line-height: normal;
    font-family: inherit;
    font-size: 20px;
    outline: medium none;
    font-weight: bold;
}

.header3 {
    font-size: 13px;
    font-weight: 400;
}

.home {
    display: inline-table;
    font-size: 20px;
    margin-top: 0;
    line-height: normal;
    font-family: inherit;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

    .home h1 {
        display: inline;
    }

.search-link a span {
    color: #000000;
}

.search-link a span:hover {
    text-decoration: underline;
    color: #e4465a;
}

.log-view .search-link a {
    border-bottom: none;
    text-decoration: none;
}

.log-view .search-link a:hover {
    text-decoration: underline;
}

.small-info {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #d3d3d3;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #fff;
}

    .small-info div {
        display: inline-block;
        width: 25%;
        text-align: center;
    }

        .small-info div div {
            width: 100%;
            text-transform: uppercase;
            font-weight: bold;
        }

        .small-info div > span {
            display: block;
            font-size: medium;
            font-weight: bold;
        }

        .small-info div span:first-child {
            color: #e4465a;
        }

        .small-info div > h2,
        .small-info div div > h1 {
            margin-top: 0px;
        }

            .small-info div > h2 span,
            .small-info div div h1 {
                display: block;
                font-size: medium;
                font-weight: bold;
            }

        .small-info div span:first-child,
        .small-info div span:first-child {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 16px;
            padding-top: 10px;
        }

.ad {
    padding: 0 0 0 15px;
    margin: 0 0 10px;
}

#application-btn {
    display: inline-block;
    vertical-align: text-bottom;
    font-size: unset;
}

#ResetPasswordLink {
    margin-left: 5px;
    border-bottom: 1px solid #acacac;
}

    #ResetPasswordLink:hover {
        color: #e4465a;
    }

.result-table {
    font-family: 'Roboto', Arial, sans-serif;
    width: 100%;
    border-collapse: collapse;
    border: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 16px;
    min-width: 840px;
}

    .result-table th {
        width: 23%;
    }

        .result-table th:first-child {
            width: 21%;
        }

        .result-table th:nth-child(2) {
            width: 24%;
        }

        .result-table th:nth-child(5) {
            width: 15%;
        }

        .result-table th:last-child {
            width: 15%;
        }

    .result-table th,
    td {
        padding: 15px 8px;
        margin: 0;
    }

    .result-table th {
        color: #fff;
        border: 1px solid #c3c3c3;
        font-size: 13px;
        font-weight: normal;
        text-transform: uppercase;
    }

    .result-table a {
        display: inline;
        text-decoration: underline;
    }

        .result-table a:hover {
            display: inline;
            text-decoration: none;
        }

    .result-table td {
        border: 1px solid #c3c3c3;
    }

.result-table .column-main__header-item p {
    overflow-wrap: anywhere;
}

.word-wrapper {
    word-wrap: break-word;
}

.toggle-info > label {
    margin: 1px;
}

.toggle-info > label:focus {
}

.toggle-info {
    min-width: 240px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.up-btn {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
    font-size: 20px;
    align-content: center;
    width: 50px;
    border-radius: 0 0 4px 0;
    opacity: 0.3;
}

    .up-btn:hover {
        opacity: 1;
    }

.tooltip {
    display: none;
    font-size: 12px;
    border: 0 solid #d3d3d3 !important;
    text-align: center;
    padding: 15px !important;
    color: #fff !important;
}

    .tooltip a {
        text-decoration: none;
        border-bottom: 1px dotted #d3d3d3;
        cursor: pointer;
        color: #fff !important;
    }

.right .ui-tooltip-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
    top: 27px;
    left: -10px;
    border-width: 10px 10px 10px 0;
}

.pop-inn-search {
    width: 100%;
    margin-bottom: 25px;
}

    .pop-inn-search input[type="text"] {
        width: 20%;
        border: 2px solid #e4465a;
        border-radius: 4px;
        margin-right: 10px;
    }

        .pop-inn-search input[type="text"]:first-child {
            width: 35%;
        }

    .pop-inn-search .Search {
        width: 17%;
        line-height: 35px;
    }

.child-root {
    margin-left: 40px;
    margin-top: 7px;
}

.parent-root {
    margin-left: -1px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 97%;
}

.pass-error {
    color: #e4465a;
}

.popup-tree {
    margin-top: 10px;
    height: 400px;
    width: 100%;
    overflow: auto;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

.org-popup .btn-group {
    padding-top: 0 !important;
}

.org-popup input[type=checkbox] + label i {
    width: 13px;
    height: 13px;
    font-size: 10px;
    line-height: 5px;
    border-radius: 20%;
}

.popup-pagination-wrap {
    margin-top: 15px;
    height: 25px;
}

.popup-pagination {
    margin-left: 5px;
    text-align: center;
}

    .popup-pagination a {
        font-size: 12px;
        margin: 0 5px;
        text-decoration: none;
    }

.current-page {
    color: #fff;
    border: 2px solid #e4465a;
    background: #e4465a;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    margin-left: 1px;
    margin-right: 1px;
}

    .current-page:hover {
        color: #fff;
    }

.spread-arrow {
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    position: relative;
    vertical-align: middle;
    font-style: normal;
    font-size: 12px;
    line-height: 10px;
    cursor: pointer;
}

.spread-arrow-rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.display-none {
    display: none;
}

.tree-panel {
    height: 40px;
}

    .tree-panel div {
        display: inline-block;
        width: 50%;
        line-height: 15px;
    }

        .tree-panel div:last-child {
            width: 49%;
            text-align: right;
        }

.single-parent-root {
    margin-left: 17px;
    pointer-events: none;
}

    .single-parent-root i {
        cursor: pointer;
        pointer-events: auto;
    }

.popup-tree .child-name {
    margin-left: 24px;
    margin-top: 3px;
    margin-bottom: 5px;
    font-size: 13px;
}

.popup-tree .single-child-name {
    margin-left: 39px;
}

.org-popup .btn-group {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .org-popup .btn-group span {
        line-height: 35px;
        padding: 0;
        width: 19%;
        margin: 0 5px 0 5px;
    }

.hide-show-all a {
    color: #e4465a;
    font-weight: 100;
    font-size: 23px;
    top: 20px;
    position: relative;
    font-family: "entyporegularnew";
    cursor: pointer;
    text-decoration: none;
}

.hide-show-all span {
    padding-bottom: 10px;
}

.popup-spinner {
    z-index: 100;
    width: 523px;
    height: 600px;
    position: absolute;
    background: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    text-align: center;
}

    .popup-spinner img {
        margin: -20px;
        position: absolute;
        top: 50%;
    }

.okpd-popup .modal__search {
    width: 100%;
}

    .okpd-popup .modal__search div:first-child {
        float: left;
    }

    .okpd-popup .modal__search div:last-child {
        float: right;
    }

    .okpd-popup .modal__search div:first-child input {
        height: 43px;
        width: 800px;
    }

    .okpd-popup .modal__search div:first-child span {
        width: 1035px !important;
    }

.okpd-popup .modal__content {
    height: 400px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

.okpd-popup .btn2 {
    width: 100px;
}

.okpd-popup .modal__btns {
    text-align: center;
}

    .okpd-popup .modal__btns .btn-okdp-left {
        margin-left: 0 !important;
    }

.reg-popup {
    height: 100px;
}

    .reg-popup .modal__search input {
        width: 415px;
    }
    .reg-popup .modal__input {
        border: 1px solid #C3C3C3;
    }

    .customTree .k-top,
    .customTree .k-mid,
    .customTree .k-bot {
        padding-left: 30px;
    }

.customTree li li .k-top,
.customTree li li .k-mid,
.customTree li li .k-bot {
    padding-left: 42px;
}

.customTree li li li .k-top,
.customTree li li li .k-mid,
.customTree li li li .k-bot {
    padding-left: 54px;
}

.customTree li li li li .k-top,
.customTree li li li li .k-mid,
.customTree li li li li .k-bot {
    padding-left: 66px;
}

.customTree li li li li li .k-top,
.customTree li li li li li .k-mid,
.customTree li li li li li .k-bot {
    padding-left: 78px;
}

.customTree li li li li li li .k-top,
.customTree li li li li li li .k-mid,
.customTree li li li li li li .k-bot {
    padding-left: 90px;
}

.customTree li li li li li li li .k-top,
.customTree li li li li li li li .k-mid,
.customTree li li li li li li li .k-bot {
    padding-left: 102px;
}

.customTree li li li li li li li li .k-top,
.customTree li li li li li li li li .k-mid,
.customTree li li li li li li li li .k-bot {
    padding-left: 114px;
}

.pattern-validation-tooltip {
    top: -15px;
    right: -30px;
}

.customTable {
    display: table;
    width: 100%;
}

.customTableCellMiddle {
    display: table-cell;
    vertical-align: middle;
}

    .customTableCellMiddle h1 {
        font-size: 20px;
        margin-top: 0;
    }

.export-item {
    display: block;
    min-width: 24px;
    width: 100%;
    text-align: center;
}

.count-5 {
    width: 100%;
}

.table {
    display: table;
    color: #e4465a;
    border-collapse: collapse;
    border-style: hidden;
    width: 100%;
}

.table-row {
    display: table-row
}

    .table-row.title div {
        text-align: center;
        font-weight: 400;
        color: black;
        white-space: pre-line;
    }

    .table-row.value div {
        text-align: center;
        font-size: 2.3em;
    }

.table-cell {
    display: table-cell;
    padding: 0px 10px 5px 10px;
}

.count-5 .table {
    table-layout: fixed;
}

.width-20 {
    width: 20%;
}

.border-none {
    border: none;
}

.count-3 {
    margin-top: -20px;
}

.purchase-card {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    max-width: 920px;
    border: none;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 900px;
}

    .purchase-card h1,
    .purchase-card h2,
    .purchase-card h3,
    .purchase-card h4,
    .purchase-card h5,
    .purchase-card h6 {
        margin: 0;
    }

    .purchase-card ul,
    .purchase-card p,
    .purchase-card li {
        margin: 0;
        padding: 0;
    }

    .purchase-card li {
        list-style: none;
    }

    .purchase-card * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        clear: both;
    }

    .purchase-card:before,
    .purchase-card:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .purchase-card .column-main {
        width: 67%;
    }

tr:nth-child(1) > td.column-main {
    height: 14%;
}

.purchase-card .column-main .column-main__header,
.purchase-card .column-main .column-main__header .column-main__header-item {
    vertical-align: top;
}

.purchase-card .column-main .column-main__header-item {
    display: inline-block;
    width: 24%;
}

    .purchase-card .column-main .column-main__header-item .purchase-card__link {
        font-size: 12px;
        text-decoration: underline;
    }

    .purchase-card .column-main .column-main__header-item h6 {
        color: #a0a0a0;
        font-weight: normal;
        font-size: 12px;
    }

    .purchase-card .column-main .column-main__header-item p {
        font-weight: normal;
        font-size: 12px;
        overflow-wrap: anywhere;
    }

.purchase-card .column-main .column-main__header-item--rest h6,
.purchase-card .column-main .column-main__header-item--rest p {
    font-weight: normal;
    color: #189b00;
}

.purchase-card .column-main .column-main__title {
    margin-bottom: 10px;
}

    .purchase-card .column-main .column-main__title a {
        display: inline;
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        text-decoration: none;
        border-bottom: 1px solid #8f8f8f;
    }

        .purchase-card .column-main .column-main__title a:hover {
            border-bottom: 1px solid #ff445c;
        }

.purchase-card .column-main__props {
    font-size: 14px;
}

    .purchase-card .column-main__props .prop {
        margin-bottom: 2px;
    }

    .purchase-card .column-main__props .key,
    .purchase-card .column-main__props .value {
        font-size: 14px;
        line-height: 18px;
        display: inline-block;
        vertical-align: top;
    }

    .purchase-card .column-main__props .key {
        width: 22%;
        margin-right: 2px;
        color: #a0a0a0;
    }

    .purchase-card .column-main__props .value {
        width: 74%;
    }

.show-hide {
    margin-top: 1px;
    margin-bottom: 0px;
    padding: 0px 10px 3px 10px;
    color: #000000;
    font-weight: normal;
    font-size: 12px;
    background-color: #e4e4e4;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
    border-bottom: none;
    height: 19px;
}

.purchase-card .column-main__props .value .more-btn,
.value button {
    display: block;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 1px 10px;
    color: #000000;
    font-weight: normal;
    font-size: 12px;
    background-color: #e4e4e4;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
    border-bottom: none;
}

    .purchase-card .column-main__props .value .more-btn img {
        margin-left: 2px;
        width: 7px;
        height: auto;
        vertical-align: middle;
    }

    .purchase-card .column-main__props .value .more-btn .expand {
        display: none;
    }

.purchase-card .column-main__props .value .more-btn--expand .close {
    display: none;
}

.purchase-card .column-main__props .value .more-btn--expand .expand {
    display: inline;
}

p.value a span {
    display: block;
}

p.value {
    margin: 0px;
}

.hightlight:first-child {
    display: inline-block;
}

.value .more-btn img {
    margin-left: 2px;
    width: 7px;
    height: auto;
    vertical-align: middle;
}

.value .more-btn .expand {
    display: none;
}

.value .more-btn--expand .close {
    display: none;
}

.value .more-btn--expand .expand {
    display: inline;
}

.value img {
    margin-left: 5px;
    width: 14px;
    height: 14px;
    vertical-align: text-top;
}

div.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}

.bootstrap-tagsinput input {
    display: none;
}

span.tag.label.label-info {
    margin-right: 2px;
    color: #757575;
    background-color: white;
    border-radius: 3px;
    padding: 4px 5px 4px 8px;
    line-height: 28px;
    white-space: nowrap;
}

div.bootstrap-tagsinput {
    display: none;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
    all: unset;
}

.tags {
    color: #e4465d;
}

.purchase-card .tags .tag {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}

    .purchase-card .tags .tag .tag__link {
        display: inline-block;
        padding: 0 5px;
        color: #e4465d;
        font-size: 12px;
        background-color: #fadadf;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        text-decoration: none;
        margin-bottom: 5px;
    }

    .purchase-card .tags .tag img {
        margin-left: 5px;
        width: 16px;
        height: auto;
        vertical-align: baseline;
    }

    .purchase-card .tags .tag span {
        font-size: 14px;
        color: #a0a0a0;
    }

.tags .tag_new {
    color: #a0a0a0;
    text-decoration: underline;
    display: inline-block;
}

.tag_new .tag__link {
    text-decoration: underline;
    font-size: 12px;
    color: #757575;
    font-weight: normal;
}

.tag {
    font-size: 12px;
    color: #e4465d;
}

.tag_new {
    display: inline-block;
    font-size: 12px;
}

.purchase-card .column-aside {
    width: 30%;
    font-size: 14px;
    line-height: 18px;
    border-left: none;
    padding-bottom: 130px;
}

.purchase-card .column-aside__section {
    margin-bottom: 0px;
}

.purchase-card .column-aside__section--info {
    margin-bottom: 10px;
}

.purchase-card .purchase-card__price h5 {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 4px;
    color: #a0a0a0;
}

.purchase-card .purchase-card__price p {
    font-size: 18px;
    font-weight: bold;
}

strong.import-price {
    color: #a0a0a0;
    font-size: 10px;
}

span.import-price {
    color: #a0a0a0;
    font-size: 10px;
}

.purchase-card .purchase-card__price p span {
    color: #a0a0a0;
}

.purchase-card .purchase-card__info .info__title {
    font-weight: normal;
    font-size: 14px;
    padding-top: 4px;
}

.purchase-card .purchase-card__info .info__price {
    font-size: 14px;
}

    .purchase-card .purchase-card__info .info__price strong {
        font-weight: bold;
    }

.purchase-card .purchase-card__link {
    color: #000000;
    display: inline-block;
    width: 100%;
    font-size: 14px;
}
.purchase-card a.purchase-card__link {
    text-decoration: underline;
}

.purchase-card .purchase-card__link--hide {
    display: none;
}

.purchase-card__link--hide {
    display: none;
}

.value a.purchase-card__link--hide {
    display: none;
}

.purchase-card a.purchase-card__link:hover {
    border-color: #ff445c;
    color: #ff445c;
}

.purchase-card .purchase-card__link--second {
    color: #e4465d;
}

    .purchase-card .purchase-card__link--second:hover {
        border-color: #000000;
        color: #000000;
    }

.purchase-card .purchase-card__second-btn {
    display: inline-block;
    position: absolute;
    bottom: 75px;
    right: 19px;
    width: 238px;
    padding: 9px 12px;
    color: #ffffff;
    font-size: 13px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    background-color: #4b7d93;
}

    .purchase-card .purchase-card__second-btn img {
        margin-left: -10px;
        width: 32px;
        height: 32px;
        vertical-align: middle;
    }

.purchase-card .purchase-card__second1-btn {
    display: inline-block;
    position: absolute;
    bottom: 12px;
    right: 19px;
    width: 238px;
    padding: 9px 12px;
    color: #ffffff;
    font-size: 13px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    background-color: #4b7d93;
}

    .purchase-card .purchase-card__second1-btn img {
        margin-left: -10px;
        width: 32px;
        height: 32px;
        vertical-align: middle;
    }

.purchase-card .status {
    margin-top: 10px;
    padding-right: 15px;
}

    .purchase-card .status .status__item {
        font-size: 12px;
        margin-bottom: 4px;
        color: #a0a0a0;
    }

        .purchase-card .status .status__item p {
            display: inline-block;
            width: 80%;
            font-size: 12px;
            line-height: 16px;
        }

        .purchase-card .status .status__item img {
            margin-right: 2px;
            display: inline-block;
            width: 14px;
            height: 14px;
            vertical-align: middle;
        }

.purchase-card .purchase-card__main-btn {
    display: inline-block;
    position: absolute;
    bottom: 12px;
    right: 19px;
    width: 238px;
    padding: 15px 12px;
    color: #ffffff;
    font-size: 13px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    background-color: #e4465d;
}

.purchase-card__main-btn-tk {
    display: block;
    bottom: 15px;
    margin-top: 4px;
    margin-right: 1px;
    margin-left: 4px;
    padding: 10px 12px;
    color: #008b93;
    font-size: 13px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    background-color: #f1f1f1;
    border: 1px solid #c2c2c2;
    min-height: 54px;
}

.TK-text {
    display: inline-block;
    position: absolute;
    padding: 0px 7px;
}

span.TK-text-title {
    display: block;
    text-align: left;
}

.TK-text-price {
    display: block;
    text-align: left;
    line-height: 11px;
}

.purchase-card td {
    background-color: #ffffff;
    padding: 13px 17px;
    vertical-align: top;
    border: 1px solid #c2c2c2;
}

    .purchase-card td.column-main--footer {
        padding: 17px;
        height: 14%;
    }

.purchase-card tr:nth-child(2) td {
    border-top: none;
    border-bottom: none;
}

.purchase-card .purchase-card__price p:hover {
    background: #ffffff;
    /*необходимо для IE6*/
    text-decoration: none;
}

.purchase-card .purchase-card__price p span.rates {
    display: none;
    padding: 2px 3px;
    margin-left: 8px;
}

.purchase-card .purchase-card__price p:hover span.rates {
    display: inline;
    position: absolute;
    margin-left: -90px;
    margin-top: 20px;
    background: #ffffff;
    border: 1px solid #c2c2c2;
    color: #000000;
    font-size: 10px;
}

.str-gr .import-price:hover {
    background: #ffffff;
    text-decoration: none;
}

div.str-gr p {
    margin: 0px;
}

.str-gr p span.rates {
    display: none;
    padding: 2px 3px;
    margin-left: 8px;
}

.str-gr p:hover span.rates {
    display: inline;
    position: absolute;
    background: #ffffff;
    border: 1px solid #c2c2c2;
    color: #000000;
    font-size: 12px;
}

.k-autocomplete {
    width: 100%;
    border: none;
}

input::-webkit-input-placeholder {
    color: #757575;
}

input::-moz-placeholder {
    color: #757575;
}

input:-ms-input-placeholder {
    color: #757575;
}

textarea::-webkit-input-placeholder {
    color: #757575;
}

textarea::-moz-placeholder {
    color: #757575;
}

textarea:-moz-placeholder {
    color: #757575;
}

textarea:-ms-input-placeholder {
    color: #757575;
}

input.hidePlaceholer::-webkit-input-placeholder {
    color: #fff;
}

input.hidePlaceholer::-moz-placeholder {
    color: #fff;
}

input.hidePlaceholer:-moz-placeholder {
    color: #fff;
}

input.hidePlaceholer:-ms-input-placeholder {
    color: #fff;
}

textarea.hidePlaceholer::-webkit-input-placeholder {
    color: #fff;
}

textarea.hidePlaceholer::-moz-placeholder {
    color: #fff;
}

textarea.hidePlaceholer:-moz-placeholder {
    color: #fff;
}

textarea.hidePlaceholer:-ms-input-placeholder {
    color: #fff;
}

.placeholder {
    color: #757575 !important;
}

.sticky {
    position: fixed;
    z-index: 101;
}

.stop {
    position: relative;
    z-index: 101;
}

.page {
    padding: 0 20px 205px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .page .page__content {
        margin-left: 240px;
        vertical-align: top;
    }

        .page .page__content.full-width {
            margin: 0;
            padding: 30px 25% 0 25%;
        }

    .page table.auth-table {
        border-collapse: collapse;
        font-family: 'Roboto', Arial, sans-serif; /*Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;*/
        margin-bottom: 25px;
        line-height: 18px;
    }

        .page table.auth-table tr {
            border-bottom: none; 
            background-color: #ffffff;
        }

            .page table.auth-table tr:last-child {
                border-bottom: none;
            }

            .page table.auth-table tr:not(:last-child) {
                background-color: #ffffff;
            }

            .page table.auth-table tr td {
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                padding: 10px 13px;
                vertical-align: top;
                background-color: transparent;
                border-bottom: none;
                border: none;
            }

                .page table.auth-table tr td:last-child {
                    border-right: none;
                }

                .page table.auth-table tr td:first-child {
                    width: 120px;
                }

.employee-link {
    font-size: 13px;
    color: #fff;
    float: right;
    display: block;
    text-decoration: none;
    font-family: PT Sans;
}

    .employee-link:hover {
        text-decoration: underline;
    }

/*-----additional-----*/
.region-container-new {
    height: 444px !important;
}

    .region-container-new.region-container {
        width: 480px !important;
    }

    .region-container-new .modal__content {
        width: 414px !important;
    }

    .region-container-new span.modal__input {
        width: 414px !important;
    }

    .region-container-new .btn-region-left {
        margin-left: 120px !important;
    }

.tv-extended-container {
    position: relative;
    z-index: 9999;
    display: none;
}

    .tv-extended-container.okdp-container.k-window-content {
        width: 1100px;
    }

div.k-treeview {
    overflow: hidden !important;
}

div.k-window-content {
    overflow: hidden;
}

.customTree span {
    color: #A0A0A0;
}

.okdp-container div.k-treeview {
    overflow: auto !important;
}

.okdp-container-new span.modal__input {
    width: 791px !important;
}

.okdp-container-new .btn-okdp-left {
    margin-left: 305px !important;
}

.okdp-container .modal__content {
    height: 505px;
}

.region-container .modal__content {
    height: 280px !important;
}

h4.column-main__title span a span span {
    text-decoration: none;
}

span.hightlight + span.hightlight {
    display: inline-block;
}

@media (max-width: 1060px) {
    .footer-nav a {
        font-size: 13px;
    }

    .btn-type3:not(:last-child) {
        margin-right: 5px;
    }
}

@media (max-width: 1024px) {
    .left_column {
        width: 280px;
        margin-right: 0;
        padding-left: 0;
    }

    .right_column {
    }

    .tab-rts {
        display: block;
        margin: 0 0 20px;
    }

    .paging .center {
        clear: both;
        padding: 20px 0 0;
    }

    .b-carts_column {
        min-width: 80px;
    }

    .b-table .nowrap {
        white-space: pre-wrap;
        text-align: center;
    }

    .title3 {
        font-size: 13.5px;
        margin-top: -5px;
    }
}

@media (max-width: 1130px) {
    div.k-animation-container {
        left: 15px !important;
    }

    .okpd-popup .modal__search div:first-child input {
        height: 43px;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
        width: 553px !important;
    }
}

/*---style_for_auth\reg---*/

.login_h2 {
    font-weight: 400;
    font-size: 2em;
}
.relogin_h2 {
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.5
}

label[for="Name"], label[for="SupplierName"], label[for="PhoneNumber"] {
    display: block;
    text-align: left;
    padding: 0 0 5px 20%;
    font-size: 1.1em;
}

label[for="Password"] {
    display: block;
    text-align: left;
    padding: 0 0 5px 20%;
    font-size: 1.1em;
}

label[for="Email"] {
    display: block;
    text-align: left;
    padding: 0 0 5px 20%;
    font-size: 1.1em;
}

label[for="ConfirmPassword"] {
    display: block;
    text-align: left;
    padding: 0 0 5px 20%;
    font-size: 1.1em;
}

input[name="Name"]:focus {
    border-color: #686868;
}

input[type="Password"]:focus {
    border-color: #686868;
}

input[name="Email"]:focus {
    border-color: #686868;
}

input[value="Зарегистрировать"] {
    margin-top: 10px;
}

#ResetPasswordLink {
    display: inline-block;
    margin-right: 43%;
    padding: 0;
    font-size: 0.9em;
}

#RememberMe {
    position: relative;
    margin-right: 5px;
    bottom: -1px;
}

.checkbox {
    display: inline-block;
    margin-left: 43%;
    font-size: 0.9em;
}

.rts_enter {
    display: block;
}

    .rts_enter a {
        display: inline-block;
        background-color: #686868;
        color: #ffffff;
        cursor: pointer;
        padding: 9px 0 9px 0;
        border-radius: 3px;
        width: 60%;
    }

        .rts_enter a:hover {
            background-color: #858585;
        }

.auth-table {
    border: 1px solid #f1f1f1;
    min-width: 450px;
    max-width: 550px;
    font-size: 1em;
}

.auth-table .btn {
    border: none;
}

.auth-reg {
    text-align: center;
}

#SearchForm .field-validation-error.k-tooltip-validation {
    margin-top: 32px;
    margin-left: -63px;
    height: auto;
}

#SearchForm .field-validation-error.k-tooltip-validation > .k-warning {
    height: 16px;
}

.field-validation-error {
    display: block;
    color: #e4465a;
}

.info-table {
    min-width: 380px;
    width: 100%;
    font-size: 1em;
}

    .info-table .btn-group {
        display: inline-block;
    }

    .info-table td {
        border: none;
    }

#ResetPasswordForm {
    font-size: 1.1em;
}

    #ResetPasswordForm .btn {
        border: none;
    }

    #ResetPasswordForm #Login {
        width: 83%;
        margin-top: -10px;
    }

#BtnResetPasswordSubmit {
    right: -8%;
    position: relative;
}

#CloseResetPasswordFormBtn {
    left: -7%;
    position: relative;
}

.form-line {
    text-align: center;
}

.text-danger li {
    color: red;
}

#CloseChangePasswordFormBtn {
    left: -6%;
    position: relative;
}

#BtnChangePasswordSubmit {
    right: -7%;
    position: relative;
}

#changePassword-form .btn {
    border: none;
}

        /*>>>>>>>>>>>>>recom>>>>>>>>>>>>>>>>>*/
        .spinner {
            width: 1100px;
        }

        .recom_h1 {
            display: inline-block;
            width: 95%;
            height: 20px;
            padding: 5px 0 10px 20px;
            font-weight: 700;
            font-size: 1em;
        }

        .recom_content-item {
            display: inline-block;
            width: 33%;
            height: 75%;
            border-right: 1px solid #C2C2C2;
        }

        .recom_content-item:last-child {
            border: none;
        }

        .recom-item_title {
            display: block;
            width: 94%;
            height: 40%;
            vertical-align: top;
            padding: 5px 5px 0 20px;
            position: relative;
            margin-top: -6px;
        }

        .recom-item_title span {
            display: block;
            overflow: hidden;
            height: 3.9em;
            line-height: 1.3em;
            font-size: 0.95em;
            width: 98%;
        }

        .recom-item_title span:before {
            content: "";
            float: left;
            width: 5px;
            height: 3.9em;
        }

        .recom-item_title span:after {
            content: "\02026";
            box-sizing: content-box;

            float: right;
            position: relative;
            top: -15px;
            left: 99%;
            width: 3em;
            margin-left: -3em;
            padding-right: 5px;
            text-align: right;
            background-size: 100% 100%;
            background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
        }

        .recom-item_title span a {
            float: right;
            width: 100%;
            margin-left: -5px;
            color: #252525;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .recom-item_title span a:hover {
            color: #e4465a;
            text-decoration: underline #e4465a;
        }

        .recom-item_cust {
            display: block;
            width: 100%;
            height: 25%;
            vertical-align: top;
            padding: 2px 0 0 20px;
        }

        .recom-item_cust span a {
            font-size: 0.95em;
            text-decoration: none;
            color: #a0a0a0;
        }

        .recom-item_date {
            display: block;
            width: 100%;
            height: 15%;
            vertical-align: top;
            padding: 2px 0 5px 20px;
        }

        .recom-item_date span {
            font-size: 0.95em;
            text-decoration: none;
            color: #a0a0a0;
        }

        .recom-item_date span:first-child {
            padding-right: 3px;
        }

        .recom-item_date span:first-child::before {
            content: "\F017";
            font-family: "entyporegularnew";
            position: relative;
            margin-right: 2px;
        }

        .recom-item_price {
            display: inline-block;
            width: 45%;
            height: 20%;
            vertical-align: top;
            padding: 9px 0 5px 20px;
        }

        .recom-item_link {
            display: inline-block;
            width: 45%;
            height: 20%;
            vertical-align: top;
            padding: 9px 10px 5px 0;
            text-align: right;
        }

        .recom-item_link a {
            display: inline-block;
            color: #e4465a;
            font-weight: 500;
            text-decoration: none;
            padding-right: 15px;
        }

        .recom-item_price span {
            display: inline-block;
            font-weight: 700;
            font-size: 1em;
        }

        .recom-item_price span:nth-child(2) {
            font-weight: 400;
            color: #a0a0a0;
            margin-left: 3px;
        }
        .jcarousel-wrapper .recom_content-item:nth-child(8) {
            border-right: none;
        }
        .recom-item_more {
            bottom: 43px;
            position: relative;
            display: block;
            text-align: center;
        }
        .recom-item_more a {
            color: #000;
            font-weight: 500;
        }
        .recom-item_more a:hover {
            color: #e4465a;
            font-weight: 500;
        }

        /*<<<<<<<<<<recom<<<<<<<<<<<<<<<<<<<<*/
        .wrapper {
            width: 1200px;
            height: 190px;
            margin-bottom: 20px;
            border-top: 1px solid #C2C2C2;
            border-bottom: 1px solid #C2C2C2;
            background-color: #ffffff;
        }

        .jcarousel-wrapper {
            margin: 0 auto;
            position: relative;
            width: 1100px;
            height: 200px;
            padding-top: 10px;
        }

        .jcarousel {
            position: relative;
            overflow: hidden;
        }

        .jcarousel ul {
            width: 10000em;
            position: relative;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .jcarousel li {
            float: left;
            font: 14px 'Roboto', Arial, sans-serif;
        }

        .jcarousel-control-prev.inactive, .jcarousel-control-next.inactive {
            opacity: .5;
            cursor: default;
        }

        .jcarousel-control-prev {
            left: -50px;

        }

        .jcarousel-control-prev, .jcarousel-control-next {
            position: absolute;
            top: 80px;
            width: 32px;
            height: 32px;
            text-align: center;
            color: #C2C2C2;
            text-decoration: none;
            font: 30px/27px Arial, sans-serif;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            border: 2px solid #C2C2C2;
        }

        .jcarousel-control-prev:hover, .jcarousel-control-next:hover{
            color: #e4465a;
            border: 2px solid #e4465a;
        }
        .jcarousel-control-prev.inactive:hover, .jcarousel-control-next.inactive:hover {
            color: #C2C2C2;
            border: 2px solid #C2C2C2;
        }
        jcarousel-control-next:before {
            content: "";
            position: relative;
            display: inline-block;
            margin-right: 3px;
        }
        .jcarousel-control-prev:before {
            content: "";
            position: relative;
            display: inline-block;
            margin-left: -2px;
        }

        .jcarousel-control-next {
            right: -50px;
        }

.flake {
    pointer-events: none;
}

.k-item b, .k-minus ~ .k-in b {
    border-bottom: none
}

.k-plus + .k-checkbox ~ .k-in b {
    border-bottom: 1px dashed #414141
}

div.ui-tooltip {
    box-shadow: none;
}

td.column-excel {
    border-right: none;
    vertical-align: middle;
}
.main-excel {
    margin-left: -14px;
}

#smaller_id {
    font-weight: 700;
    line-height: 16px;
    cursor: pointer;
    margin: 4px 0 17px 0;
    display: inline-block;
}
.btn-filter.smaller {
    border-bottom: 1px dotted #acacac;
}

/*-----currency_change----*/
.block1 .link-box:nth-child(5) .link {
    border-bottom: none;
    cursor: auto;
    padding: 0;
}
#CurrencyCalc {
    color: #fff;
    border: none;
    width: 110px;
    margin-left: -10px;
    cursor: pointer;
    background-color: #1b76c6;
    text-decoration: underline
}
.CurrencyCalc1 {
    display: inline-block;
    border: 2px solid #1b76c6;
    padding: 6px 6px;
    width: 67px;
    overflow: hidden;
    margin-bottom: -17px;
    background-color: #1b76c6;
    border-radius: 10px
}
    .CurrencyCalc1:after {
        font-size: 16px;
        position: absolute;
        bottom: 0;
        right: 15px;
        pointer-events: none;
        font-family: entyporegularnew;
        content: "\25BE";
        color: #fff
    }
/*----for_new_filter---*/
.column-container {
    display: flex;
    flex-direction: row;
}
.column-container__left {
    width: 300px;
    min-width: 280px;
}
.captcha {
    display: block;
    margin: 0 auto;
    width: 700px;
    text-align: center;
}
.facebook-icon {
    transition: all .28s ease-in-out;
    background-image: url("../images/social/facebook (80).png");
    display: inline-block;
    width: 33px;
    height: 33px;
}

.facebook-icon:hover {
    background-image: url("../images/social/facebook-logo-circle.png");
}

.vk-icon {
    transition: all .28s ease-in-out;
    background-image: url("../images/social/vk-circle(80).png");
    display: inline-block;
    width: 33px;
    height: 33px;
}

.vk-icon:hover {
    background-image: url("../images/social/vk-circle.png");
}

.youtube-icon {
    transition: all .28s ease-in-out;
    background-image: url("../images/social/Youtube(80).png");
    display: inline-block;
    width: 32px;
    height: 32px;
}

.youtube-icon:hover {
    background-image: url("../images/social/Youtube.png");
}

.d-none {
    display: none;
}

.footer-common {
    padding-top: 54px;
    padding-bottom: 28px;
    min-width: 1280px;
}

    .footer-common * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        line-height: 1;
    }

    .footer-common ul,
    .footer-common ol {
        list-style: none;
    }

        .footer-common ul,
        .footer-common ol,
        .footer-common ul ul,
        .footer-common ol ol,
        .footer-common ul ol,
        .footer-common ol ul,
        .footer-common p,
        .footer-common h1,
        .footer-common h2,
        .footer-common h3,
        .footer-common h4,
        .footer-common h5,
        .footer-common h6 {
            margin: 0;
            padding: 0;
        }

    .footer-common a {
        text-decoration: none;
    }

        .footer-common a:hover {
            cursor: pointer;
        }

        .footer-common a:visited, .footer-common a:hover, .footer-common a:active {
            color: #fff;
        }

    .footer-common .row,
    .footer-common .left-side,
    .footer-common .right-side,
    .footer-common .nav,
    .footer-common .nav-connection,
    .footer-common .nav-connection-container {
        width: 100%;
    }

    .footer-common.bg--footer {
        background-color: #343846;
    }

    .footer-common .d-flex, .footer-common .d-column, .footer-common .nav-helper, .footer-common .footer-logo, .footer-common .nav-connection, .footer-common .nav-connection-container, .footer-common .mobile__container, .footer-common .technical__container, .footer-common .row, .footer-common .row--top .right-side .platform-list, .footer-common .support-modal-window .modal-window .nav-email .txt-platformName, .footer-common .support-modal-window .modal-window .nav-email.rts-market .link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -ms-flexbox;
    }

        .footer-common .d-inline-flex, .footer-common .social__container .link, .footer-common .mobile__container .mobile-app-links .link, .footer-common .row--top .right-side .platform-list .nav, .footer-common .support-modal-window .modal-window .ico {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
        }

    .footer-common .d-column, .footer-common .nav-helper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-common .border--top {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .footer-common .mt--auto {
        margin-top: auto !important;
    }

    .footer-common .ml--auto {
        margin-left: auto !important;
    }

    .footer-common .m-x--auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .footer-common .txt,
    .footer-common .txt-header,
    .footer-common .txt-support,
    .footer-common .txt-tel,
    .footer-common .nav-common .navi-link,
    .footer-common .nav-helper .navi-link,
    .footer-common .row--top .right-side .platform-list .nav .link,
    .footer-common .support-modal-window .modal-window .txt-header,
    .footer-common .support-modal-window .modal-window .txt-platformName,
    .footer-common .support-modal-window .modal-window .nav-email.rts-market .link,
    .footer-common .support-modal-window .modal-window .txt-email,
    .footer-common .support-modal-window .modal-window .nav-email .email-list .item .txt-email .link {
        font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        color: rgba(255, 255, 255, 1);
    }

        .footer-common .nav-common .navi-link:hover {
            color: rgba(255, 255, 255, 1) !important;
        }

    .footer-common .txt--upper, .footer-common .txt-header, .footer-common .btn {
        text-transform: uppercase;
    }

    .footer-common .txt--center, .footer-common .btn {
        text-align: center;
    }

    .footer-common .txt-header {
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0.15em;
    }

    .footer-common .txt-support {
        font-weight: 500;
        font-size: 13px;
        line-height: 24px;
        color: #FFF;
    }

    .footer-common .txt-tel {
        font-weight: bold;
        line-height: 24px;
        color: #FFF;
    }

    .footer-common .wrap {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
    }

    .footer-common .btn {
        outline: none;
        border: none;
        padding: 0;
        border-radius: 5px;
        font-style: normal;
        font-weight: bold;
        font-size: 13px;
        line-height: 24px;
        color: #FFF;
        height: 44px;
    }

    .footer-common .btn-helper {
        background: #E21E32;
        padding-top: 0px !important;
        width: 246px;
    }

    .footer-common .btn:hover {
        cursor: pointer;
    }

    .footer-common .footer-logo {
        width: 121px;
        height: 53px;
        margin-bottom: 33px;
    }

    .footer-common .nav-common {
        margin-bottom: 37px;
    }

        .footer-common .nav-common .navi-link {
            font-size: 14px;
            line-height: 200%;
            color: rgba(255, 255, 255, 0.8);
        }

            .footer-common .nav-common .navi-link:hover {
                color: white;
            }

    .footer-common .nav-helper {
        margin-bottom: 32px;
    }

        .footer-common .nav-helper .navi-link {
            font-weight: bold;
            line-height: 24px;
        }

        .footer-common .nav-helper .item + .item {
            margin-top: 12px;
        }

    .footer-common .nav-connection-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-common .social__container .link {
        opacity: .8;
        margin: 0px;
    }

        .footer-common .social__container .link:hover {
            opacity: 1;
        }

        .footer-common .social__container .link + .link {
            margin-left: 11px;
        }

    .footer-common .mobile__container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .footer-common .mobile__container .txt-mob {
            font-size: 13px;
            line-height: 150%;
            color: rgba(255, 255, 255, 0.8);
            margin-right: 32px;
            display: inline-block;
            width: 164px;
        }

        .footer-common .mobile__container .mobile-app-links .link {
            height: auto;
        }

            .footer-common .mobile__container .mobile-app-links .link + .link {
                margin-left: 12px;
            }

    .footer-common .technical__container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .footer-common .technical__container .server-info__container {
            margin-right: 36px;
        }

    .footer-common .row .left-side {
        max-width: 320px;
    }

    .footer-common .row .right-side {
        max-width: 880px;
    }

    .footer-common .row--top .right-side .platform-list {
        /* need to safari support 10 version
                        flex-wrap: wrap;
                        https: //habr.com/ru/post/330410/
                    */
        display: -webkit-box;
        display: box;
        /* */
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .footer-common .row--top .right-side .platform-list .nav {
            max-width: 192px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-bottom: 42px;
            height: 328px;
        }

            .footer-common .row--top .right-side .platform-list .nav .txt-header {
                margin-bottom: 12px;
            }

            .footer-common .row--top .right-side .platform-list .nav .navi-link {
                font-size: 16px;
                line-height: 24px;
                color: rgba(255, 255, 255, 0.8);
            }

                .footer-common .row--top .right-side .platform-list .nav .navi-link:hover {
                    color: white;
                }

            .footer-common .row--top .right-side .platform-list .nav .item + .item {
                margin-top: 8px;
            }

        .footer-common .row--top .right-side .platform-list .nav-support {
            margin-top: auto;
        }

            .footer-common .row--top .right-side .platform-list .nav-support .txt-support {
                margin-bottom: 8px;
            }

        .footer-common .row--top .right-side .platform-list .nav-property, .footer-common .row--top .right-side .platform-list .nav-rts-market {
            height: 264px;
        }

    .footer-common .row--bottom {
        padding-top: 22px;
    }

    .footer-common .support-modal-window {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1001;
        width: 100%;
        height: 100%;
        display: none;
    }

        .footer-common .support-modal-window.is--open {
            display: block;
        }

        .footer-common .support-modal-window .modal-window {
            max-width: 585px;
            width: 100%;
            background-color: #FBFBFB;
            padding: 32px;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            overflow: auto;
            z-index: 101;
        }

            .footer-common .support-modal-window .modal-window .ico:hover {
                cursor: pointer;
            }

            .footer-common .support-modal-window .modal-window .ico--close {
                width: 16px;
                height: 16px;
                position: absolute;
                top: 14px;
                right: 14px;
                z-index: 102;
            }

            .footer-common .support-modal-window .modal-window .ico__arr-down {
                width: 12px;
                height: 8px;
            }

            .footer-common .support-modal-window .modal-window .ico.is--open {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
                -webkit-transition: -webkit-transform .28s ease-in-out;
                transition: -webkit-transform .28s ease-in-out;
                transition: transform .28s ease-in-out;
                transition: transform .28s ease-in-out, -webkit-transform .28s ease-in-out;
            }

            .footer-common .support-modal-window .modal-window .modal-header {
                margin-bottom: 24px;
            }

            .footer-common .support-modal-window .modal-window .modal-body {
                border: 1px solid #E9E9E9;
                border-top: none;
                background-color: #fff;
            }

            .footer-common .support-modal-window .modal-window .nav-email .email-list {
                padding: 0 24px;
            }

                .footer-common .support-modal-window .modal-window .nav-email .email-list .item {
                    padding-bottom: 24px;
                }

                    .footer-common .support-modal-window .modal-window .nav-email .email-list .item .txt-email + .txt-email, .footer-common .support-modal-window .modal-window .nav-email .email-list .item .txt-email .link + .txt-email, .footer-common .support-modal-window .modal-window .nav-email .email-list .item .txt-email .txt-email + .link, .footer-common .support-modal-window .modal-window .nav-email .email-list .item .txt-email .link + .link {
                        margin-top: 12px;
                    }

            .footer-common .support-modal-window .modal-window .nav-email .txt-platformName,
            .footer-common .support-modal-window .modal-window .nav-email.rts-market .link {
                border-top: 1px solid #E9E9E9;
                padding: 24px;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .footer-common .support-modal-window .modal-window .nav-email .txt-platformName:hover, .footer-common .support-modal-window .modal-window .nav-email.rts-market .link:hover {
                    cursor: pointer;
                }

            .footer-common .support-modal-window .modal-window .txt-header {
                font-weight: 500;
                font-size: 24px;
                line-height: 36px;
                color: #202020;
                letter-spacing: 0;
            }

            .footer-common .support-modal-window .modal-window .txt-platformName, .footer-common .support-modal-window .modal-window .nav-email.rts-market .link {
                font-weight: 500;
                font-size: 18px;
                line-height: 24px;
                color: #202020;
            }

            .footer-common .support-modal-window .modal-window .txt-email, .footer-common .support-modal-window .modal-window .nav-email .email-list .item .txt-email .link {
                font-size: 16px;
                line-height: 24px;
                color: #E21E32;
            }

    .footer-common .cookie-banner__text {
        width: auto;
        margin: 16px 0;
        font-size: 13px;
        line-height: 18px;
        color: rgba(255,255,255,0.6);
    }

    .footer-common .footer__cookie-link,
    .footer-common .footer__cookie-link:visited,
    .footer-common .footer__cookie-link:active,
    .footer-common .footer__cookie-link:focus {
        text-decoration: underline;
        color: #ffffff;
        transition: all .28s ease-in-out;
    }

        .footer-common .footer__cookie-link:hover {
            text-decoration: none;
        }

#footer {
    background: 0 0;
    height: auto;
    position: relative !important;
    left: 0;
    right: 0;
    bottom: 0
}

.footer__wrapper {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    background-color: #343846;
    margin: 0;
    padding: 50px 0 0;
    color: #fff;
    font-family: Roboto, sans-serif
}

.footer-content__wrapper {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
    height: inherit
}

.footer-row {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row
}

.column-small {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    flex: 1;
    -ms-flex: 1;
}

.footer-row--h87 {
    height: 369px
}

.footer-row {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row
}

.support-info__container {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column
}

.social-networks__container {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    margin-top: 33px
}

    .social-networks__container a:hover svg path,
    .social-networks__container a:hover svg:last-of-type circle {
        opacity: 1;
        transition: opacity .28s ease-in-out
    }

.support-info {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 30px 0;
    color: rgba(248, 248, 248, .8)
}

.support-info__tel {
    font-weight: 700
}

.column-wide {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    flex: 2;
    -ms-flex: 2;
}

.footer__wrapper a {
    text-decoration: none
}

    .footer__wrapper a:hover {
        color: #fff;
        transition: color .28s ease-in-out
    }

.footer-bar {
    width: 24%
}

.footer-bar__header {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin: 0;
    color: #fff
}

.footer-bar__list,
.footer-bar__spanst {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer-bar__list__item {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-size: 16px;
    line-height: 200%;
    color: rgba(255, 255, 255, .8)
}

.main-footer__text-link a {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-decoration-line: underline !important;
    color: #FFFFFF;
}

.main-footer__text-link {
    margin-bottom: 16px !important;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-decoration-line: none;
    color: rgba(255,255,255,0.6);
} 

.last-row {
    border-top: .8px solid rgba(255, 255, 255, .2);
    align-items: center;
    justify-content: space-between;
    height: 96px
}

.mobile-links {
    display: flex;
    display: -ms-flexbox;
    width: 26%;
    justify-content: space-between
}

.technical-info__container {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    width: 35%;
    justify-content: flex-end
}

.server-info__container {
    text-align: left
}

.footer-rts {
    max-width: 100% !important;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

    .footer-rts:before {
        display: none
    }

.footer-wrap {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    background-color: #343846;
    margin-top: 10px
}

.footer-nav a {
    color: #e21e32
}

.copyright__container {
    text-align: right
}

.tech-info {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 22px;
    color: rgba(255, 255, 255, .6)
}

.technical-info__container {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    width: 35%;
    justify-content: space-between
}


#footer .wrapper {
    background-color: unset;
    border-top: unset;
    border-bottom: unset;
    height: unset !important;
    margin-bottom: 0;
    width: 100%;
}

#footer .btn {
    display: inline-block;
    padding: 6px 10px;
    margin: 0;
    border: 0;
    min-width: 80px;
    text-decoration: none;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    cursor: pointer;
}

#footer .btn-helper {
    background: #E21E32;
    width: 246px;
}

#footer .btn {
    outline: none;
    border: none;
    padding: 0;
    border-radius: 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 24px;
    color: #FFF;
    height: 44px;
    text-align: center;
    text-transform: uppercase;
}

.nav-common .link {
    border-bottom: none
}

.modal-procedure__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 553px;
    padding: 18px 35px 20px;
    font-family: Roboto, sans-serif;
    background-color: #fff;
    border-radius: 15px;
    color: black;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .modal-procedure__wrapper p {
        margin-top: 0;
    }

.modal-procedure__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal-procedure__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.modal-close-icon {
    display: inline-block;
    font-size: 38px;
    color: #a4a4a4;
    cursor: pointer;
}

.modal-procedure__subtitle {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
}

.procedure-steps__wrapper {
    margin: 0 10px 40px;
}

.procedure-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .procedure-step + .procedure-step {
        margin-top: 23px;
    }

.step-number__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 33px;
}

.step-number {
    font-size: 22px;
    font-weight: bold;
}

.modal-procedure__text {
    font-size: 12px;
    width: 100%;
    margin: 0;
}

.modal-procedure__text--dashed {
    -webkit-text-decoration: underline dashed;
    text-decoration: underline dashed;
}

.contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    margin-top: 25px;
    border-radius: 15px;
}

.contact-info__position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 127px;
    padding: 0 15px;
    background-color: #f0bd00;
    border-radius: 15px 0 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-info__person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 356px;
    padding-left: 15px;
    background-color: #ebebeb;
    border-radius: 0 15px 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .contact-info__person .modal-procedure__text + .modal-procedure__text {
        margin-top: 5px;
    }
.card-hidden-field {
    display: flex;
}

.card-hidden__info {
    display: inline-flex;
    align-items: center;
    position: relative;
}

    .card-hidden__info .txt, .card-hidden__info .txt-title, .card-hidden__info .txt-description, .card-hidden__info .tooltip__anchor {
        color: #fff;
        font-family: Roboto, sans-serif;
        font-style: normal;
    }

    .card-hidden__info .txt-note, .card-hidden__info .tooltip__anchor {
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        color: #202020;
    }

    .card-hidden__info .txt-title {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 4px;
    }

    .card-hidden__info .txt-description {
        display:inline-block;
        vertical-align:top;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .card-hidden__info .tooltip__hidden {
        width: 320px;
        white-space: normal;
        text-align: left;
        display: none;
        flex-direction: column;
        left: 0;
        bottom: calc(100% + 5px);
        transform: translateX(0%);
        padding: 16px;
    }

        .card-hidden__info .tooltip__hidden.active {
            opacity: 1;
            visibility: visible;
            display: flex;
        }

    .card-hidden__info .tooltip__anchor {
        color: #e21e32;
    }

    .tooltip-zmo, .card-hidden__info .tooltip__hidden {
        display: block;
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        height: auto;
        padding: 8px 16px;
        background: #343846;
        border-radius: 4px;
        font-family: Roboto, sans-serif;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        box-sizing: border-box;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.28s ease-in-out;
        z-index: 10;
        bottom: -webkit-calc(100% + 10px);
        bottom: -moz-calc(100% + 10px);
        bottom: calc(100% + 10px);
    }

        .tooltip-zmo::after, .card-hidden__info .tooltip__hidden::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #343846 transparent transparent transparent;
            z-index: 10;
        }

* > [class*="button-"]:last-child {
    margin-right: 0;
}

.button-red {
    color: #fff !important;
    background: #E21E32;
}

[class*="button-"] {
    user-select: none;
    display: inline-block;
    padding: 14px 35px;
    font-size: 12px;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: 500;
    font-weight: 700;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
}

.footer-social {
    float: right;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .footer-social .social {
        margin-left: 7px;
    }

.footer__social-block {
    width: 30%;
    max-width: 320px;
}

.social-shell {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.footer__social-item + .footer__social-item {
    margin-left: 11px;
}

.footer__social-item svg {
    width: 33px;
    height: 33px;
    opacity: 0.8;
    transition: opacity 0.28s ease-in-out;
}

    .footer__social-item svg path {
        fill: #FFFFFF;
    }

.footer__social-item:hover svg {
    opacity: 1;
}


.tender-assistance-popup {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0, 0.3);
    z-index: 11111;
}

.tender-assistance-popup-block * {
    box-sizing: border-box;
}

button:focus-visible {
    outline: none !important;
}

.tender-assistance-popup-block {
    display: flex;
    flex-direction: column;
    width: 452px;
    height: 386px;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 3px;
}

    .tender-assistance-popup-block h2 {
        margin-bottom: 28px;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 23px;
        color: #000000;
    }

    .tender-assistance-popup-block .tender-assistance-form {
        display: flex;
        flex-direction: column;
    }

        .tender-assistance-popup-block .tender-assistance-form .tender-assistance-form-item {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            position: relative;
            height: 36px;
            margin-bottom: 14px;
            outline: 0;
        }

            .tender-assistance-popup-block .tender-assistance-form .tender-assistance-form-item.tender-assistance-form-item-policy {
                justify-content: flex-start;
            }

        .tender-assistance-popup-block .tender-assistance-form .tender-assistance-form-label {
            font-family: 'Roboto', sans-serif;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 16px;
            color: #000000;
        }

            .tender-assistance-popup-block .tender-assistance-form .tender-assistance-form-label:after {
                content: '*';
                display: inline-flex;
                width: 6px;
                height: 6px;
                margin-left: 5px;
                color: #D0373A;
            }

        .tender-assistance-popup-block .tender-assistance-form .tender-assistance-form-label-number.tender-assistance-form-label:after {
            content: '';
        }

        .tender-assistance-popup-block .tender-assistance-form .tender-assistance-form-input {
            display: flex;
            justify-content: center;
            padding: 6px 10px;
            width: 300px;
            height: 100%;
            border: 1px solid #C2C2C2;
            border-radius: 2px;
            font-family: 'Roboto', sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 16px;
            color: #A0A0A0;
            outline: none;
        }

            .tender-assistance-popup-block .tender-assistance-form .tender-assistance-form-input:active,
            .tender-assistance-popup-block .tender-assistance-form .tender-assistance-form-input:focus {
                color: #000000;
            }

            .tender-assistance-popup-block .tender-assistance-form .tender-assistance-form-input::-webkit-input-placeholder {
                opacity: 1;
                transition: opacity 0.3s ease;
            }

            .tender-assistance-popup-block .tender-assistance-form .tender-assistance-form-input::-moz-placeholder {
                opacity: 1;
                transition: opacity 0.3s ease;
            }

            .tender-assistance-popup-block .tender-assistance-form .tender-assistance-form-input:-moz-placeholder {
                opacity: 1;
                transition: opacity 0.3s ease;
            }

            .tender-assistance-popup-block .tender-assistance-form .tender-assistance-form-input:-ms-input-placeholder {
                opacity: 1;
                transition: opacity 0.3s ease;
            }

            .tender-assistance-popup-block .tender-assistance-form .tender-assistance-form-input:focus::-webkit-input-placeholder {
                opacity: 0;
                transition: opacity 0.3s ease;
            }

            .tender-assistance-popup-block .tender-assistance-form .tender-assistance-form-input:focus::-moz-placeholder {
                opacity: 0;
                transition: opacity 0.3s ease;
            }

            .tender-assistance-popup-block .tender-assistance-form .tender-assistance-form-input:focus:-moz-placeholder {
                opacity: 0;
                transition: opacity 0.3s ease;
            }

            .tender-assistance-popup-block .tender-assistance-form .tender-assistance-form-input:focus:-ms-input-placeholder {
                opacity: 0;
                transition: opacity 0.3s ease;
            }

        .tender-assistance-popup-block .tender-assistance-form .tender-assistance-form-item-policy {
            position: relative;
        }

.tender-assistance-form-item-policy-checkbox {
    position: absolute;
    right: 0;
    z-index: -1;
    opacity: 0;
}

    .tender-assistance-form-item-policy-checkbox + label {
        display: inline-flex;
        align-items: center;
        user-select: none;
    }

        .tender-assistance-form-item-policy-checkbox + label::before {
            content: '';
            display: inline-block;
            width: 1em;
            height: 1em;
            flex-shrink: 0;
            flex-grow: 0;
            border: 1px solid #adb5bd;
            border-radius: 0.25em;
            margin-right: 0.5em;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 50% 50%;
            cursor: pointer;
        }



    .tender-assistance-form-item-policy-checkbox.error + label::before {
        background-color: #fff;
        border: 1px solid #D0373A;
    }

    .tender-assistance-form-item-policy-checkbox:checked + label::before {
        background-color: #D0373A;
        border: 1px solid #D0373A;
        border-radius: 3px;
        background-image: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.91432 6.38013C4.87005 6.51428 4.79703 6.63725 4.70033 6.74024C4.60591 6.83316 4.49245 6.90458 4.36781 6.94947C4.24317 6.99435 4.1103 7.01163 3.97832 7.00025C3.79919 7.00515 3.62184 6.96371 3.46333 6.88013C3.26413 6.75422 3.11438 6.56373 3.03932 6.34034L0.229324 3.52027C0.0728419 3.35101 -0.0104492 3.12686 -0.00239558 2.89649C0.005658 2.66612 0.104403 2.4482 0.272324 2.29029C0.349856 2.20694 0.443102 2.13968 0.546707 2.09253C0.650313 2.04538 0.762223 2.01935 0.875992 2.01563C0.989761 2.01191 1.10315 2.03052 1.20961 2.07081C1.31607 2.11109 1.41351 2.17215 1.49632 2.25025L3.74031 4.50025L7.11931 0.530278C7.18293 0.412948 7.2694 0.309469 7.37361 0.226078C7.47782 0.142688 7.59767 0.0810281 7.72609 0.0446819C7.85451 0.00833577 7.9889 -0.00200197 8.12135 0.0144085C8.25381 0.030819 8.38166 0.0735528 8.49733 0.140141C8.72985 0.283834 8.89759 0.512282 8.96529 0.777104C9.03298 1.04193 8.99534 1.32265 8.86031 1.56031L4.91432 6.38013Z' fill='white'/%3E%3C/svg%3E%0A");
    }

.tender-assistance-popup-block .tender-assistance-form .tender-assistance-form-item-policy p {
    margin-bottom: 0;
    margin-left: 8px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.tender-assistance-popup-block .tender-assistance-form .tender-assistance-form-item-policy a {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #D0373A;
}

.tender-assistance-popup-block .tender-assistance-form .tender-assistance-form-btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

    .tender-assistance-popup-block .tender-assistance-form .tender-assistance-form-btns button {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 10px;
        width: 95px;
        height: 36px;
        background: #D0373A;
        border: 1px solid #D0373A;
        border-radius: 3px;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #FFFFFF;
        outline: none;
        cursor: pointer;
    }

        .tender-assistance-popup-block .tender-assistance-form .tender-assistance-form-btns button:hover {
            background: #ffffff;
            color: #D0373A;
            transition: all .3s ease;
        }

    .tender-assistance-popup-block .tender-assistance-form .tender-assistance-form-btns .tender-assistance-form-btns-cancel {
        margin-left: 10px;
        background: #ffffff;
        color: #D0373A;
        outline: none;
        border: none;
    }

        .tender-assistance-popup-block .tender-assistance-form .tender-assistance-form-btns .tender-assistance-form-btns-cancel:hover {
            background: #D0373A;
            color: #ffffff;
        }

    .tender-assistance-popup-block .tender-assistance-form .tender-assistance-form-btns button:disabled:hover,
    .tender-assistance-popup-block .tender-assistance-form .tender-assistance-form-btns button:disabled {
        background: #bdbebd;
        border: 1px solid #e9e9e9;
        color: #fff;
    }

.popup-assist-show {
    display: flex;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.error {
    border: 1px solid #D0373A !important;
}

.error-label,
.error-label-email {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: #D0373A !important;
}

p.error-label {
    position: absolute;
    bottom: -15px;
    margin: 0;
    font-size: 10px;
    padding-left: 165px;
}

p.error-label-email {
    position: absolute;
    right: 165px;
    bottom: -15px;
    margin: 0;
    font-size: 10px;
}


/*------------------------------ для кнопочек --------------------------*/
.buttons-block {
    position: absolute;
    bottom: 10px;
}
.buttons-block-td {
    position: relative;
}
.cart-buttons {
    display: flex;
    flex-direction: column;
}

.tender-assistance-cart-btns {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 0;
    width: 252px;
    height: 34px;
    margin-bottom: 8px;
    background: #fff;
    border: 1px solid #e4465d;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #e4465d;
    box-sizing: border-box;
    cursor: pointer;
}

    .tender-assistance-cart-btns:hover {
        background: #e4465d;
        color: #ffffff;
        transition: all .3s ease;
    }

.tender-assistance-cart-btns-request {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 0;
    width: 252px;
    height: 36px;
    background: #e4465d;
    border: 1px solid #e4465d;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    box-sizing: border-box;
    cursor: pointer;
}

    .tender-assistance-cart-btns-request:hover {
        background: #ffffff;
        color: #D3525E;
        transition: all .3s ease;
    }

hgroup.title {
    margin-top: 32px;
}

    hgroup.title > h1, 
    hgroup.title > h2 {
        padding: 16px;
    }

.etp-links__container {
    display: flex;
    justify-content: start;
    position: absolute;
    bottom: -40px;
    width: 1037px;
    font-size: 16px;
    line-height: 24px;
}

    .etp-links__container .etp-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        position: relative;
        padding: 6px 16px;
        transition: 0.3s linear;
        border-radius: 14px;
        text-decoration: none;
        overflow: hidden;
        box-sizing: border-box;
    }

        .etp-links__container .etp-link:hover {
            color: #fff;
            background: #e21e32;
            border-radius: 14px;
            text-decoration: none;
        }

            .etp-links__container .etp-link:hover p {
                position: relative;
                top: 20px;
                transition: 0.2s linear;
            }

            .etp-links__container .etp-link:hover span {
                top: 5px;
                transition: 0.2s linear;
            }

        .etp-links__container .etp-link span {
            position: absolute;
            top: -15px;
            font-family: 'Roboto', sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 14px;
            color: #fff;
        }

        .etp-links__container .etp-link p {
            font-family: 'Roboto', sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 12px;
            color: #e21e32;
        }

    .etp-links__container p {
        line-height: 21px;
        margin-bottom: 0;
}

.ms-options-wrap,
.ms-options-wrap * {
    box-sizing: border-box;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
    position: relative;
    width: 100%;
    text-align: left;
    border: 1px solid #aaa;
    background-color: #fff;
    padding: 5px 20px 5px 5px;
    margin-top: 1px;
    font-size: 13px;
    color: #aaa;
    outline: none;
    white-space: nowrap;
}

.ms-options-wrap > button:after {
    content: ' ';
    height: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    border: 6px solid rgba(0, 0, 0, 0);
    border-top-color: #999;
    margin-top: -3px;
}

.ms-options-wrap > .ms-options {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 1px;
    margin-bottom: 20px;
    background: white;
    z-index: 2000;
    border: 1px solid #aaa;
}

.ms-options-wrap > .ms-options > .ms-search input {
    width: 100%;
    padding: 4px 5px;
    border: none;
    border-bottom: 1px groove;
    outline: none;
}

.ms-options-wrap > .ms-options .ms-selectall {
    display: inline-block;
    font-size: .9em;
    text-transform: lowercase;
    text-decoration: none;
}
.ms-options-wrap > .ms-options .ms-selectall:hover {
    text-decoration: underline;
}

.ms-options-wrap > .ms-options > .ms-selectall.global {
    margin: 4px 5px;
}

.ms-options-wrap > .ms-options > ul,
.ms-options-wrap > .ms-options > ul > li.optgroup ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ms-options-wrap > .ms-options > ul > li.optgroup {
    padding: 5px;
}
.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
    border-top: 1px solid #aaa;
}

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
    display: block;
    padding: 5px 0 0 0;
    font-weight: bold;
}

.ms-options-wrap > .ms-options > ul label {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px;
    margin: 1px 0;
}

.ms-options-wrap > .ms-options > ul li.selected label,
.ms-options-wrap > .ms-options > ul label:hover {
    background-color: #efefef;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    margin: 0 5px 0 0;
    position: absolute;
    left: 4px;
    top: 7px;
}

.document-icons {
    max-width: 100%;
    background-size: 100%;
    background: url('../Images/sprite.png') no-repeat;
    display:inline-block;
}
.export-btn {
    background-position: 0 0%;
    background-size: 100%;
    border: none;
    width: 40px;
    height: 40px;
}
.Unknown {
    background-position: 0 7.919255%;
    background-size: 131.428571%;
    width: 35px;
    height: 28px;
}

.Xls {
    background-position: 0 13.664596%;
    background-size: 131.428571%;
    width: 35px;
    height: 28px;
}

.Xlsx {
    background-position: 0 13.664596%;
    background-size: 131.428571%;
    width: 35px;
    height: 28px;
}

.Pdf {
    background-position: 0 19.409938%;
    background-size: 131.428571%;
    width: 35px;
    height: 28px;
}

.Rtf {
    background-position: 0 25.15528%;
    background-size: 131.428571%;
    width: 35px;
    height: 28px;
}

.Txt {
    background-position: 0 30.900621%;
    background-size: 131.428571%;
    width: 35px;
    height: 28px;
}

.Doc {
    background-position: 0 36.645963%;
    background-size: 131.428571%;
    width: 35px;
    height: 28px;
}

.Docx {
    background-position: 0 36.645963%;
    background-size: 131.428571%;
    width: 35px;
    height: 28px;
}

.Zip {
    background-position: 0 42.391304%;
    background-size: 131.428571%;
    width: 35px;
    height: 28px;
}

.Rar {
    background-position: 0 42.391304%;
    background-size: 131.428571%;
    width: 35px;
    height: 28px;
}

.star-32x32 {
    background-position: 0 48.062016%;
    background-size: 143.75%;
}

.alert {
    background-position: 0 94.578313%;
    background-size: 328.571429%;
}

.edit {
    background-position: 0 97.285068%;
    background-size: 328.571429%;
}

.message {
    background-position: 0 100%;
    background-size: 328.571429%;
}


.distribution-icon {
    width: 100%;
    background: url('../Images/sprite.png') no-repeat 100%;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-align: center;
    -ms-high-contrast-adjust: none;
}

.distribution-icon-daily {
    background-position: 0 53.312789%;
    background-size: 143.75%;
    width: 32px;
    height: 28px;
}
    .distribution-icon-daily.active {
        background-position: 0 77.966102%;
        background-size: 143.75%;
        width: 32px;
        height: 28px;
    }
.distribution-icon-weekly {
    background-position: 0 73.035439%;
    background-size: 143.75%;
    width: 32px;
    height: 28px;
}
    .distribution-icon-weekly.active {
        background-position: 0 68.104777%;
        background-size: 143.75%;
        width: 32px;
        height: 28px;
    }
.distribution-icon-monthly {
    background-position: 0 63.174114%;
    background-size: 143.75%;
    width: 32px;
    height: 28px;
}
    .distribution-icon-monthly.active {
        background-position: 0 58.243451%;
        background-size: 143.75%;
        width: 32px;
        height: 28px;
    }
.distribution-icon-no {
    background-position: 0 82.642089%;
    background-size: 143.75%;
    width: 32px;
    height: 28px;
}
    .distribution-icon-no.active {
        background-position: 0 87.250384%;
        background-size: 143.75%;
        width: 32px;
        height: 28px;
    }
.distribution-icon-trash {
    background-position: 0 91.858679%;
    background-size: 143.75%;
    width: 32px;
    height: 28px;
    margin: -2px 0 0 -3px;
}
