@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
html,
body {
	font-family: 'Roboto', arial, sans-serif;
	/* font-size: 14px; */
	color: #333;
  text-rendering: optimizeLegibility!important;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: relative;
  min-height: 100%!important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {line-height: unset;}
.doc-title, .wba, p, .tender_name {word-break: break-word;}
.doc-title {
	white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
}
.doc_wrap {margin-bottom: 16px;}
.content-wrapper, .right-side {background:#fff;}
a {color: #4097d3;}
a:hover {text-decoration:none;}
.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline: none;}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
.badge{
	font-weight: 500;
	padding: 6px;
	border-radius: 20px;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {content: "\e151";}
a.desc:after {content: "\e152";}
.sort-numerical a.asc:after {content: "\e153";}
.sort-numerical a.desc:after {content: "\e154";}
.sort-ordinal a.asc:after {content: "\e155";}
.sort-ordinal a.desc:after {content: "\e156";}
.grid-view .filters input,
.grid-view .filters select {min-width: 50px;}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
	border-radius: 8px;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
	padding: 15px;
	border: none;
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {text-decoration: none;}
.nav > li > form > button.logout:focus { outline: none; }

.logo {
  height: 50px;
  left: 0;
  margin-left: -15px;
  width: 135px;
  position: relative;
  text-transform: uppercase;
}
.logo a.torgi {z-index: 5;}
.btn {
	padding: 12px 16px;
	border-radius: 8px;
}
.btn-primary, .btn-success, .btn-warning, .btn-danger, .btn-info {
	box-shadow: 0px 7px 8px -6px rgba(47, 87, 147, 0.4);
	border: none;
}
.btn-sm, .btn-group-sm > .btn { padding: 5px 10px; }
.btn-box-tool { padding: 5px; }

/* MODULES LOGO */
.logo a {
  position: absolute;
  left: 0;
  top: 0;
  outline: 0;
  width: 100px;
  text-align: center;
  padding-left: 10px;
  height: 50px;
  font-size: 10px;
  color: #fff;
  -webkit-transition: left .5s cubic-bezier(0.3,.5,0,1);
  -moz-transition: left .5s cubic-bezier(0.3,.5,0,1);
  -ms-transition: left .5s cubic-bezier(0.3,.5,0,1);
  -o-transition: left .5s cubic-bezier(0.3,.5,0,1);
  transition: left .5s cubic-bezier(0.3,.5,0,1);
  line-height: 11px;
	display:table;
	font-weight: 600;
}
.logo span { display:table-cell; vertical-align:middle; }
.logo a:hover {text-decoration:none;}
.logo:hover a:last-child {box-shadow: 20px -5px 30px -12px rgba(31, 60, 80, 0.75);}
.logo a:after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 20px 0 0;
}

.logo a:nth-child(2).it_active {z-index:5;}
.logo a:nth-child(2).no_active {z-index:5;}
.logo a:first-child.it_active,.logo a:nth-child(3).it_active {z-index:6;}
.logo:hover a:nth-child(2) {left: 85px;}
.logo:hover a:nth-child(3) {left: 170px;}
.logo a:nth-child(2) {z-index: 4; margin-left: 10px;}
.logo a:nth-child(3) {z-index: 3; margin-left: 20px;}
.logo a.torgi:after {border-color: #4096d7 transparent transparent;}
.logo a.torgi2:after {border-color: #64A9D8 transparent transparent;}
.logo a.zakupki:after {border-color: #63BCC6 transparent transparent;}
.logo .torgi {background-color: #4096d7;}
.logo .torgi2 {background-color: #64A9D8;}
.logo .zakupki {background-color: #63BCC6;}
label {
  font-size: 11px;
	color:#489BD5;
	font-weight: 400;
	margin: 0;
}
.form-control { border-radius: 8px; font-size: 14px;}
.vertical-align {display: flex!important; align-items: center;}
a.dropdown-toggle {color:#333;}

.dropdown-menu {
	border: none;
  box-shadow: 0 9px 30px rgba(105, 149, 179, 0.35);
  background-color: rgba(255, 255, 255, 0.97);
  border-radius: 12px;
	overflow: auto;
	max-height: 500px;
}
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {background: #288edc;}
.user_notif { color:#da3232; }
.tabs-vertical .nav-tabs > li {
	display:inline-block;
	width:100%;
}

.tabs-vertical .nav-tabs { border:none; }
.tabs-vertical .nav-tabs > li > a {
  border-radius: 12px;
	border:none;
	margin:0;
	word-wrap: break-word;
	background: transparent;
}
.tabs-vertical .nav-tabs > li.active > a:after {
	content: "►";
  position: absolute;
  right: -12px;
  margin-top: 0;
  font-size: 20px;
  color: #63bafb;
  top: 50%;
  transform: translateY(-50%);
}

.prozorro_theme .tabs-vertical .nav-tabs > li > a,
.prozorro_theme .tabs-vertical .nav-tabs > li.active > a:after {
	color: #00c4cc;
}
.auction_theme .tabs-vertical .nav-tabs > li > a,
.auction_theme .tabs-vertical .nav-tabs > li.active > a:after {
	color:#63bafb;
}

.tabs-vertical .nav-tabs > li.active > a,
.tabs-vertical .nav-tabs > li.active > a:hover,
.tabs-vertical .nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: pointer;
  /* box-shadow: 0 3px 14px rgb(72 144 193 / 50%); */
	border: none;
	-webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
	background: #63bafb!important;
}
.prozorro_theme .tabs-vertical .nav-tabs > li.active > a,
.prozorro_theme .tabs-vertical .nav-tabs > li.active > a:hover,
.prozorro_theme .tabs-vertical .nav-tabs > li.active > a:focus {
	background: #00c1ca;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
}
.auction_theme .tabs-vertical .nav-tabs > li.active > a,
.auction_theme .tabs-vertical .nav-tabs > li.active > a:hover,
.auction_theme .tabs-vertical .nav-tabs > li.active > a:focus {
	background: #64bafb;
}
.card,
.tabs-vertical > .tab-content {
	background-color:#fff;
	border-radius: 12px;
  box-shadow: 0 6px 27px rgba(64, 151, 211, 0.27);
	padding: 25px;
}
.smooth_bnd {
	background:#F7F9FB;
	padding-bottom: 20px;
}
.tender .smooth_bnd {
	padding: 20px 0 25px 0;
}
.tender.action_page .smooth_bnd {
	padding: 0 0 50px 0;
	margin-top: 20px;
}

.nav-tabs-ubiz {margin-bottom: 32px;}
.nav-tabs-ubiz .nav-tabs {border: none; text-transform: uppercase;}
.nav-tabs-ubiz > .tab-content { margin-top: 30px; }
.nav-tabs-ubiz > .tabs_wrap .nav-tabs li {
  float:none;
  display: table-cell;
  width: 1%;
  text-align:center;
}
.nav-tabs-ubiz > .tabs_wrap .nav-tabs li a {
	font-size: 14px;
	font-weight: 500;
	color: #7b7b7b;
	padding: 26px 0;
	vertical-align: middle;
  display: inline-block;
	margin: 0;
	border: none;
	background: transparent;
}
.tariffs .nav-tabs-ubiz > .tabs_wrap .nav-tabs li a {font-size: 12px;}
.prozorro_theme .nav-tabs-ubiz > .tabs_wrap .nav-tabs li.active {
  color: #00c4cc;
  cursor: pointer;
  border-color: #00c4cc;
}
.nav-tabs-ubiz > .tabs_wrap .nav-tabs li::after {
	content: '';
	display: block;
	width: 0;
	height: 5px;
	background: #65bafb;
	transition: width .35s;
	position: absolute;
	bottom: 0;
	border-radius: 8px;
}
.nav-tabs-ubiz > .tabs_wrap .nav-tabs li.active::after,
.prozorro_theme .nav-tabs-ubiz > .tabs_wrap .nav-tabs li.active::after {
	/* width: 100%; */
	width: 46px;
	margin: auto;
	left: 0;
	right: 0;
}
.auction_theme .nav-tabs-ubiz > .tabs_wrap .nav-tabs li.active {
  color: #63bafb;
  cursor: pointer;
  border-color: #63bafb;
}
.nav-tabs-ubiz > .tabs_wrap .nav-tabs > li > a:hover {
	background: none;
  border-color: transparent;
  color: #37BFCA;
}
.prozorro_theme .nav-tabs-ubiz > .tabs_wrap .nav-tabs > li.active > a {
	border:none;
	color: #00c4cc;
}
.prozorro_theme .nav-tabs-ubiz > .tabs_wrap .nav-tabs > li.active > a:hover,
.prozorro_theme .nav-tabs-ubiz > .tabs_wrap .nav-tabs > li.active > a:focus {
	border:none;
	color: #00c4cc;
}

.auction_theme .nav-tabs-ubiz > .tabs_wrap .nav-tabs > li.active > a,
.auction_theme .nav-tabs-ubiz > .tabs_wrap .nav-tabs > li.active > a:hover,
.auction_theme .nav-tabs-ubiz > .tabs_wrap .nav-tabs > li.active > a:focus {
	/* padding: 0; */
	border:none;
	color: #63bafb;
}
.tabs_wrap {
	background: #fff;
  box-shadow: 0 9px 12px rgb(50 113 156 / 21%);
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,h7,.h7,h8,.h8 {color: #333;}
h1,.h1 {font-size: 30px;}
h2,.h2 {font-size: 20px;}
h3,.h3 {font-size: 17px;}
h4,.h4 {font-size: 16px;}
h5,.h5 {font-size: 15px;}
h6,.h6 {font-size: 14px;}
h7,.h7 {font-size: 14px;}
h8,.h8 {font-size: 12px;}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,h7,.h7,h8,.h8 { font-family: 'Roboto', arial, sans-serif; font-weight: 400;}

.mrgn-t50 {	margin-top: 50px; }
.mrgn-b50 {	margin-bottom: 50px; }
.mrgn-b30 {	margin-bottom: 30px!important; }
.mrgn-t30 {	margin-top: 30px; }
.mrgn-b20 { margin-bottom: 20px!important; }
.mrgn-0 { margin: 0px!important; }
.mrgn-t20 {	 margin-top: 20px; }
.mrgn-t15 {	 margin-top: 15px;}
.mrgn-t0 { margin-top:0;}
.mrgn-b0 {margin-bottom:0!important; }
.mrgn-t5 {margin-top:5px;}
.mrgn-b10 {margin-bottom: 10px; }
.mrgn-b5 { margin-bottom: 5px; }
.mrgn-t10 { margin-top: 10px; }
.mrgn-tb50 {
	 margin-top: 50px;
	 margin-bottom: 50px;
}
.mrgn-tb30 {
	 margin-top: 30px;
	 margin-bottom: 30px;
}
.mrgn-tb20 {
	 margin-top: 20px;
	 margin-bottom: 20px;
}
.mrgn-tb10 {
	 margin-top: 10px;
	 margin-bottom: 10px;
}
.mrgn-l10 { margin-left:10px; }
.mrgn-l20 { margin-left:20px; }
.mrgn-l30 { margin-left:30px; }
.mrgn-r10 { margin-right:10px; }
.mrgn-r15 { margin-right:15px; }
.mrgn-r20 { margin-right:20px; }
.mrgn-r30 { margin-right:20px; }

 /* PADDING */
.pl-2 { padding-left: 20px;}
.p-5 { padding: 5px; }
.pdng-b50 {	padding-bottom: 50px; }
.pdng-t50 {padding-top: 50px;}
.pdng-b30 {	padding-bottom: 30px;}
.pdng-t30 {padding-top: 30px;}
.pdng-b20 {padding-bottom: 20px;}
.pdng-b10 {padding-bottom: 10px;}
.pdng0 {padding: 0px;}
.pdng-t20 {padding-top: 20px;}
.pdng-b10 {padding-bottom: 10px;}
.pdng-t10 {padding-top: 10px;}
.pdng-t15 {padding-top: 15px;}
.pdng-tb50 {
	 padding-top: 50px;
	 padding-bottom: 50px;
 }
  .pdng-tb30 {
	 padding-top: 30px;
	 padding-bottom: 30px;
 }
  .pdng-tb20 {
	 padding-top: 20px;
	 padding-bottom: 20px;
 }
.pdng-tb10 {
	 padding-top: 10px;
	 padding-bottom: 10px;
 }
 .pdng-l0 {padding-left: 0px;}
 .pdng-l05 {padding-left: 5px;}
 .pdng-l20 {padding-left: 20px!important;}
 .pdng-r20 {padding-right: 20px!important;}
 .pdng-l15 {padding-left: 15px!important;}
  .pdng-lr0 {
	 padding-right: 0px;
	 padding-left: 0px;
 }
 .pdng05 {padding: 0 5px;}
 .pdng10 {padding: 10px;}
 .dib {
	display: inline-block;
	width:100%;
}
.bold {font-weight: 600!important;}
.s-bold {font-weight: 500!important;}

.old_doc {
	color: #a0a0a0;
	text-decoration:line-through;
	pointer-events:none;
}

::-webkit-scrollbar {
  width: 6px;  /* for vertical scrollbars */
  height: 6px; /* for horizontal scrollbars */
}
::-webkit-scrollbar-track {
  background: rgb(241, 241, 241);
}
::-webkit-scrollbar-thumb {
  background: #a0a0a0;
  border-radius:6px;
}
.br-1 {border-right: 1px solid #f0f0f0;}
.prox_bold {font-family: 'Roboto', arial, sans-serif;}
.label {
	border-radius: 20px;
	font-size: 11px;
	font-weight: 500;
	padding: 8px;
	white-space: unset;
	text-transform: lowercase;
	display: inline-block;
	width: auto;
}
.label-danger {box-shadow: 0 0.5rem 0.8rem -0.3rem rgba(245, 88, 88, 0.5);}
.label-warning {box-shadow: 0 0.5rem 0.8rem -0.3rem rgba(255, 171, 0, .6);}
.label-success {box-shadow: 0 0.5rem 0.8rem -0.3rem rgba(48, 152, 48, 0.3);}
.label-info {box-shadow: 0 0.5rem 0.8rem -0.3rem rgba(0, 192, 239, 0.45);}
.label-primary {box-shadow: 0 0.5rem 0.8rem -0.3rem rgba(60, 140, 188, 0.5);}
.label-default { color: #3c4144; box-shadow: 0 0.5rem 0.8rem -0.3rem rgba(160, 166, 171, 0.45); }
.text-blue1 {color: #112D5A;}
.text-blue2 {color: #00406F; }
.auction_theme .text-blue3 {color: #388acc;}
.text-blue3 {color: #388acc; }
.prozorro_theme .text-blue3 {color: #3cbec8;}
.prozorro_theme .text-aqua {color: #00c1ca!important;}
.auction_theme .text-aqua {color: #64bafb!important;}
.text-white {color:#fff!important;}

 /* MENU BTN */
 .hamburger { font-size: 10px; text-align: center; }
 .hamburger:hover { cursor: pointer; }
 .hamburger .line {
 	width: 30px;
 	height: 2px;
 	background-color: #417092;
 	display: block;
 	-webkit-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
 	margin: auto;
 }
 .hamburger .line:nth-child(2) { margin: 8px auto; }
 .hamburger:hover .line:nth-child(1),
 .hamburger:hover .line:nth-child(3){width: 14px;}
 .hamburger:hover .line:nth-child(1){
   -webkit-transform: translateX(10px) rotate(45deg);
   -ms-transform: translateX(10px) rotate(45deg);
   -o-transform: translateX(10px) rotate(45deg);
   transform: translateX(10px) translateY(5px) rotate(45deg);
 }
 .hamburger:hover .line:nth-child(3){
   -webkit-transform: translateX(10px) rotate(-45deg);
   -ms-transform: translateX(10px) rotate(-45deg);
   -o-transform: translateX(10px) rotate(-45deg);
   transform: translateX(10px) translateY(-5px) rotate(-45deg);
 }

.menu-btn {
	position: absolute;
	left: 15px;
	color: #112D5A;
	font-size: 10px;
	top: 5px;
	display: inline-block;
	z-index: 2;
}

.land .hamburger .line {width: 24px;}
.land .hamburger .line:nth-child(2) { margin: 6px auto; }
.land .hamburger:hover .line:nth-child(1), .land .hamburger:hover .line:nth-child(3) { width: 10px;}

.land .menu-btn {
	position: fixed;
	left: 20px;
	color: #112D5A;
	font-size: 8px;
	top: 20px;
	box-shadow: 0px 3px 22px 5px rgb(28 99 154 / 20%);
	border-radius: 30px;
	padding: 5px;
	width: 46px;
	height: 46px;
	background: white;
	border: 1px solid rgba(66, 152, 213, 0.1);
	z-index: 8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.land .menu-btn:hover {
	box-shadow: 0 18px 34px -10px rgba(23, 65, 117, 0.9);
	-webkit-transform: translate(0px,-2px);
	-moz-transform: translate(0px,-2px);
	-ms-transform: translate(0px,-2px);
	-o-transform: translate(0px,-2px);
	transform: translate(0px,-2px);
}
.btn.logout {margin-right: -5px;}
.slider_om {
	background: rgba(94,167,219,1);
	background: -moz-linear-gradient(top, rgba(94,167,219,1) 0%, rgba(94,167,219,1) 27%, rgba(67,201,211,1) 72%, rgba(67,201,211,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(94,167,219,1)), color-stop(27%, rgba(94,167,219,1)), color-stop(72%, rgba(67,201,211,1)), color-stop(100%, rgba(67,201,211,1)));
	background: -webkit-linear-gradient(top, rgba(94,167,219,1) 0%, rgba(94,167,219,1) 27%, rgba(67,201,211,1) 72%, rgba(67,201,211,1) 100%);
	background: -o-linear-gradient(top, rgba(94,167,219,1) 0%, rgba(94,167,219,1) 27%, rgba(67,201,211,1) 72%, rgba(67,201,211,1) 100%);
	background: -ms-linear-gradient(top, rgba(94,167,219,1) 0%, rgba(94,167,219,1) 27%, rgba(67,201,211,1) 72%, rgba(67,201,211,1) 100%);
	background: linear-gradient(to bottom, rgba(94,167,219,1) 0%, rgba(94,167,219,1) 27%, rgba(67,201,211,1) 72%, rgba(67,201,211,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ea7db', endColorstr='#43c9d3', GradientType=0 );
	min-height: 200px;
	margin-top: 60px;
	padding-top: 60px;
	background: linear-gradient(to top, #5eb5f3, #005a9c);
}
.slider_om .card_om:hover {
	box-shadow: 0 5px 9px rgba(64, 151, 211, 0.35);
	-webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.slider_om .card_om {
	margin-bottom: -40px;
	text-align:center;
	color: #fff;
  box-shadow: 0 3px 7px rgba(64, 151, 211, 0.25);
  border-radius: 8px;
}
.slider_om .card_om .first,
.slider_om .card_om .second,
.slider_om .card_om .third {
	min-height: 380px;
	background-position: 50%;
	background-repeat:no-repeat;
	background-size: cover;
	padding-top: 20px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.slider_om .card_om .first img,
.slider_om .card_om .second img,
.slider_om .card_om .third img {
	max-width: 160px;
	margin-bottom:20px;
}
.slider_om .card_om .first {background-image: url('./../img/1_br.jpg');}
.slider_om .card_om .second {background-image: url('./../img/2_br.jpg');}
.slider_om .card_om .third {	background-image: url('./../img/3_br.jpg'); }
.slider_om .card_om_footer {
	background:#ffffff;
	padding-bottom: 30px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
a,
.theme_auction .btn:hover,
.theme_zakupki .btn:hover {
	-webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.theme_auction .btn-primary {
	background: #8acdff;
  border-color: #8acdff;
	color:#fff;
	font-weight: 600;
}
.theme_auction .btn-primary:hover {
	background: #fff;
	border-color: #8acdff;
	color:#8acdff;
}
.theme_zakupki .btn-primary {
	background: #288edc;
  border-color: #288edc;
	color:#fff;
	font-weight: 600;
}

.theme_zakupki .btn-primary:hover {
	background: #fff;
	border-color: #288edc;
	color:#288edc;
	font-weight: 600;
}

.slider_om .card_om_footer .btn {margin-top: -25px;}
.theme_auction a {color: #5fb4f4;}
.theme_zakupki a {color: #136db1;}
.nav-tabs-custom>.nav-tabs>li.active>a, .nav-tabs-custom>.nav-tabs>li.active:hover>a {border-radius: 10px 10px 0px 0px;}
.nav-tabs-custom {background: transparent;}
.nav-tabs-custom>.nav-tabs>li>a, .nav-tabs-custom>.nav-tabs>li>a:hover, .nav-tabs-custom>.nav-tabs>li, .nav-tabs-custom>.nav-tabs>li.active>a {border: none;}
.border_tb {
	margin-top: 50px;
	margin-bottom: 30px;
	border-top: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
	padding: 15px 0;
}
.border_tb.footer_lnk {background: linear-gradient(to left, #288edc, #8acdff);}
.footer_lnk a {
	font-size: 11px;
	padding: 0 8px;
	color:#fff;
}

.lot_services_wrap a:hover,
.footer_lnk a:hover {
	color: #7eecf5;
	-webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

 /* NEW NENU */
.menu_om::-webkit-scrollbar {display: none;}
.menu_om {
	background: #112C5A;
  color: #fff;
  min-height: 500px;
  position: fixed;
  width: 25%;
  max-width: 280px;
  min-width: 260px;
  min-height: 100%;
  z-index: 16;
  padding: 50px 20px;
  top: 0;
  box-shadow: 0 9px 24px rgba(31, 60, 80, 0.75);
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
	/* NEW ROUNDED */
	top: 12px;
	bottom: 12px;
	left: 12px;
	height: auto;
	min-height: auto;
 	border-radius: 16px;
}

#menu_om {
  position: absolute;
  width: 100%;
  min-height: 100%;
  z-index: 999999;
  margin-left: -100%;
}

.menu_om .user_name {
	border-bottom: 1px solid #3197d3;
	padding-bottom: 5px;
	margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.menu_om ul {
	list-style:none;
  padding-left: 0;
}
.menu_om ul.child {border-bottom: 1px solid #4198d5;}
.menu_om ul li {position: relative;}
.menu_om h3, .menu_om .h3 {color:#4097D3;}
.menu_om ul a {
	color:#fff;
	position: relative;
	z-index: 1;
	padding: 8px 0;
  display: inline-block;
	width: 100%;
}

.menu_om ul li:after {
	content: '';
	background: linear-gradient(to left, #288edc, rgba(138, 205, 255, 0));
	position: absolute;
	width: 0;
	height: 100%;
	right: -20%;
	top: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu_om ul li:not(.user_name):hover:after { width: 120%;}

.login_om form {display:inline-block;}
.login_om a:hover {color:#4198D4;}
.login_om .dropdown {display: inline-block;}
.login_om .btn {
	padding: 8px 12px;
}

.blue_block {
	width: 100%;
	height: 36px;
	background:#4490C6;
	margin-bottom: 5px;
}

.radio-inline-wrap label {
	position: relative;
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

/*		SEARCH BUTTON			*/
.main_search{ position:relative; }
.sub_header_prozorro>.main_search { margin: 24px 0 4px 0!important;}

.main_search .input-group button.search-main, .main_search .input-group button#search-main {
  min-height: 44px;
  color: #4198D4;
  border-radius: 0 8px 8px 0!important;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  background: transparent;
  border: 1px solid #4198D4!important;
  font-size: 0;
  border-left: none!important;
  padding: 0;
}
.main_search .input-group button#search-main:before,
.main_search .input-group button.search-main:before {
  content: "\f2eb";
  font-size: 24px;
  font-family: FontAwesome;
  padding: 0px 10px 0px 10px;
}

.main_search .input-group button#search-main:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3em;
 background:#5EA7DB;
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0;
}

.main_search .input-group button span {
  position: relative;
  z-index: 3;
}

.main_search .input-group .input-group-addon.input-group-addon:not(:first-child) {border-left: none!important;}
.main_search .input-group button:hover:after {opacity: 1;}
.main_search .input-group-btn:focus {outline:none;}
/*		SEARCH BUTTON END		*/
.main_search .input-group input {
	min-height: 44px;
	border-right: none!important;
	border-left: none!important;
	border-color: #4198D4;
}

.main_search .input-group input:first-child {border-left: 1px solid #4198D4!important;}
.main_search .input-group .input-group-addon {
	border-right: none!important;
	border-color: #4198D4;
	background:#fff;
  font-size: 14px;
}
.input-group-btn > .btn {min-height: 43px;}

/*		RADIO AND CHECKBOX STYLE		*/
.radio label, .checkbox label {line-height: 22px;}
input[type="checkbox"] {
	width: 16px;
	height: 18px!important;
	margin: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin-right: 4px;
	display: inline-block;
	position: relative!important;
	vertical-align: middle;
}
input[type="checkbox"]:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #BCCAD4;
	border-radius: 3px;
}
input[type="checkbox"]:checked:after {background: #ffffff;}
input[type="checkbox"]:before {
	background:none;
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 10px;
  height: 10px;
  z-index: 1;
  opacity: 1;
  color: #B7BFC7;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	border-radius: 3px;
}
input[type="checkbox"]:checked:before {
  opacity: 1;
  background: url('./../img/ch_box.svg');
  background-position: 50%;
  background-size: contain;
  background-repeat:no-repeat;
}

input[type="radio"] {
	width: 18px;
	height: 18px!important;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-right: 10px!important;
	display: inline-block;
	position: relative!important;
	vertical-align: middle;
}
input[type="radio"]:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #BCCAD4;
	border-radius: 100%;
}
input[type="radio"]:checked:after {background: #ffffff;}
input[type="radio"]:before {
	background: none;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: center;
	width: 18px;
	height: 10px;
	z-index: 1;
	opacity: 1;
	color: #B7BFC7;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input[type="radio"]:checked:before {
  opacity: 1;
  background: url('./../img/radio_btn.svg');
  background-position: 50%;
  background-size: contain;
  background-repeat:no-repeat;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
	position: absolute!important;
}
[data-toggle="buttons"] > .btn input[type="radio"]:before,
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"]:before,
[data-toggle="buttons"] > .btn input[type="checkbox"]:before,
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"]:before,
[data-toggle="buttons"] > .btn input[type="radio"]:after,
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"]:after,
[data-toggle="buttons"] > .btn input[type="checkbox"]:after,
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"]:after {
	display: none!important;
	width: 0;
	height: 0;
}
/*		RADIO AND CHECKBOX STYLE END	*/
.field-frozenform-type {margin: 0;}
.field-frozenform-type .control-label {font-size: 18px;}
#frozenform-type {margin-top: 10px;}
#frozenform-type label {margin-right:15px; margin-bottom: 10px;}
.close_menu_om span {
	background: url('/img/close_w.svg');
	width: 18px;
	height: 18px;
	display: inline-block;
}
.close_menu_om {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 10px;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.close_menu_om:hover {
	cursor:pointer;
	-webkit-transform: translate(0px,-2px);
	-moz-transform: translate(0px,-2px);
	-ms-transform: translate(0px,-2px);
	-o-transform: translate(0px,-2px);
	transform: translate(0px,-2px);
}
html.opened_menu, html.opened_menu body {overflow: hidden;}
html.opened_menu #wrapper,
html.opened_menu footer {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	filter: blur(4px);
	-webkit-filter: blur(4px);
	-ms-filter: blur(4px);
	-moz-filter: blur(4px);
	-webkit-transform: translate(200px,0);
	-moz-transform: translate(200px,0);
	-ms-transform: translate(200px,0);
	-o-transform: translate(200px,0);
	transform: translate(200px,0);
	overflow: hidden;
}
#wrapper {
	-webkit-transition: transform 0.2s ease;
	-moz-transition: transform 0.2s ease;
	-o-transition: transform 0.2s ease;
	transition: transform 0.2s ease;
}
input.feature-option-value {width: 15%;}
.tabs-vertical,
.tabs-vertical .nav-tabs > li {
    display:inline-block;
    width:100%;
}
.content {padding:0;}
.header_om {
  box-shadow: 0 6px 16px rgb(53 107 144 / 20%);
  z-index: 8;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.97);
  position: fixed;
  width: 100%;
  transition: top 0.2s ease-in-out;
  top: 0;
}
.sub_header_prozorro {padding-top: 50px;}
.sub_filter .first .links a,
.sub_filter .second .links a {
  min-height: 26px;
  line-height: 26px;
}
.sub_filter .first label,
.sub_filter .links a,
.sub_filter .links .select2-container--krajee .select2-selection--single .select2-selection__placeholder,
.main_search .links a {color: #333;}
.main_search .links a.active {color: #288edc;}
.sub_filter .links a.active,
.main_search .links a.active {color: #4198D4;}
.sub_filter .links {
	list-style-type: none;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.main_search .links {
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}
.main_search .links a:hover {color:#89cdff;}

.main_search .links.bookmarks {
  font-size: 12px;
}
.main_search .links.bookmarks>li { display: inline-block; }
.nav-pills>li>a,
.main_search .links.bookmarks a {
	display: inline-block;
	padding: 4px 7px;
	border-radius: 6px;
	border: none;
	font-size: 12px;
}
.nav-pills>li.active>a,
.main_search .links.bookmarks a.active {
  color: #fff;
  background: #4198D4;
  font-weight: 400;
}
/* .sub_filter .links:after,
.main_search .links:after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 100%;
} */
.sub_filter .links > li {
  display: inline-block;
  padding-right: 1em;
}

.sub_filter .links li:last-child,
.main_search .links li:last-child {padding-right: 0;}
.sub_filter {
  box-shadow: 0 6px 18px rgb(53 107 144 / 25%);
}
.sub_filter .first {
	border-right: 1px solid #F0F0F0;
	padding: 15px 0;
	min-height: 56px;
}
.sub_filter .second {padding: 15px 15px 15px 0;}

.extend_filter .dropdown-menu.multiselect-container>li {
	position: relative;
}
.extend_filter .dropdown-menu.multiselect-container>li>label,
.add_tender_drp .dropdown-header {
	background:whitesmoke;
	font-size: 14px;
	font-weight: 600;
	white-space: normal;
	color: #333;
}
.extend_filter .dropdown-menu.multiselect-container>li>label {
	background-color: transparent;
}
.extend_filter .dropdown-menu.multiselect-container>li>label::before {
	content: '';
	background:whitesmoke;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
.add_tender {
  width: 60px;
  height: 60px;
  border-radius: 100%;
	box-shadow: 0 8px 26px -10px rgba(23, 65, 117, 0.9);
	background-image: url('/img/plus.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
	border: none;
	display: inline-block;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.add_tender_drp {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 60px;
  height: 60px;
}
.add_tender:hover {
	/* background-image: url('/img/plus_hover.svg'); */
	-webkit-transform: translate(0px,-2px);
	-moz-transform: translate(0px,-2px);
	-ms-transform: translate(0px,-2px);
	-o-transform: translate(0px,-2px);
	transform: translate(0px,-2px);
	box-shadow: 0 18px 28px -12px rgba(23, 65, 117, 0.9);
	cursor:pointer;
}
.add_auction_drp .dropdown-menu > li > a,
.add_tender_drp .dropdown-menu > li > a {
  line-height: 1.2;
  white-space: normal;
}

.add_auction_drp .dropdown-menu,
.add_tender_drp .dropdown-menu {
  top: 60px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  width: 100%;
  transform: translateX(calc(-50% + 30px));
  min-width: 300px;
}
.pd15 {padding-top:15px;}
.pd20 {padding-top:20px;}
.pd8 {padding-top:8px;}
.social .lang_switch>a,
.social>a {
	width: 32px;
	height: 32px;
	display:inline-block;
	background-position:50%!important;
	background-size:contain!important;
	background-repeat:no-repeat!important;
	margin: 0 5px;
}
.social .fb {background-image: url('/img/facebook.svg');}
.social .tw {background-image: url('/img/twitter.svg');}
.social .yt {background-image: url('/img/youtube.svg');}
.social .gl {background-image: url('/img/google+.svg');}
.social .tg {background-image: url('/img/telegram.svg');}
.social .fb:hover {background-image: url('/img/facebook_hov.svg');}
.social .tw:hover {background-image: url('/img/twitter_hov.svg');}
.social .yt:hover {background-image: url('/img/youtube_hov.svg');}
.social .gl:hover {background-image: url('/img/google+_hov.svg');}
.social .tg:hover {background-image: url('/img/telegram_hov.svg');}
.social .lang_switch>a {
	border-radius: 100%;
	background-size:cover!important;
	box-shadow: 0px 0px 15px 1px rgba(45, 145, 222, 0.25);
}
.social .lang_switch {
	padding-left: 10px;
	border-left: 1px solid #39b9cb;
	display: inline-block;
}
.social .ua {background-image: url('/img/lang_ua.jpg?1');}
.social .ru {background-image: url('/img/lang_ru.jpg');}
.social .en {background-image: url('/img/lang_en.jpg');}
.auth-clients {
  padding: 0;
  text-align: center;
}

.auth-icon.facebook,
.auth-icon.google {
	width: auto;
	padding: 5px 20px 5px 20px;
	min-width: 140px;
	height: 36px;
	text-align: left;
  border-radius: 30px;
}
.auth-icon.facebook {background: #4198d4;}
.auth-icon.google {background: #CB584A;}

.auth-icon.auth-icon:before {
	color: #fff;
	font-size: 20px;
	/* margin-right: 20px; */
	line-height: 26px;
	display: inline-block;
	width: 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	margin-right: 10px;
}
.auth-clients li {
    float: none!important;
    display: inline-block!important;
    margin: 5px 10px!important;
}
.auth-icon.facebook:before {
	content: 'f';
	font-weight: bold;
}
.auth-icon.google:before {
	content: 'G';
	font-weight: bold;
}
.auth-icon.facebook:after {
	content: 'Facebook';
	color: #fff;
  vertical-align: text-bottom;
}
.auth-icon.google:after {
	content: 'Google';
	color: #fff;
  vertical-align: text-bottom;
}
.auth-clients a.auth-link span {
	-webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.auth-clients a.auth-link:hover span {
	opacity: 0.8!important;
}
.anim_trans:hover,
.anim_trans {
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.banner_block {
	background: linear-gradient(to left, #288edc, #8acdff);
	width: 100%;
	min-height: 400px;
	position:relative;
}
.banner_block .banner {
	min-height: 400px;
	box-shadow: 0 5px 32px rgba(64, 151, 211, 0.5);
	position:absolute;
	margin:auto;
	left:15px;
	right:15px;
	bottom: -64px;
	padding:0;
	border-radius: 12px;
  overflow: hidden;
}
.banner_block .carousel .item {
	height:420px;
	background-position: 50%!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
}
.banner_block .carousel .carousel-control .fa {text-shadow:none;}
.banner_block .carousel-indicators li {border-color:#fff;}
.banner_block .carousel-indicators .active {background-color:#fff;}
.btn-primary {
    background-color: #4198D4;
    border-color: #4ba6e4;
}

.thin {font-weight:100;}
.normal {font-weight: 400;}
.smoke_bg {background: #F7F9FB;}
.news_prew {min-height: 300px;}
.news_image {min-height: 230px; position: relative;}
.news_image .badge {
	bottom: 10px;
	left: 10px;
	position: absolute;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	color: #212529;
	background-color: #ffc107;
	font-weight: 400;
}

.one_faq {
	display: inline-block;
}

.one_faq .title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.one_faq.big_item .title {
	font-size: 22px
}

.one_faq .faq_image {
		min-height: 180px;
    border-radius: 12px;
		box-shadow: 0 5px 15px 0 rgb(23 23 23 / 50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.one_faq.big_item .faq_image {
	min-height: 240px;
}

.one_faq .faq_image:before {
	content: '';
	position: absolute;
	width: 100%;
	background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(13, 84, 134, 0.4));
	top: 0;
	left: 0;
	display: inline-block;
	height: 100%;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.one_faq .faq_image:hover {
	transform: scale(1.04);
  box-shadow: 0 20px 14px -15px rgb(43 85 119 / 30%);
}
.bg_cover {
	background-position:50%!important;
	background-size: cover!important;
	background-repeat:no-repeat!important;
}
.pdng-r0 {padding-right:0;}
.pdng-t0 {padding-top:0!important;}
.period_info {
	border: 1px solid #4198D4;
	border-radius: 30px;
	padding: 12px 4px;
}
.prozorro_theme .period_info {border-color: #3cbec8;}
.period_info:hover {
	background: #4198D4;
	cursor:pointer;
}
.prozorro_theme .period_info:hover {background: #3cbec8;}
.period_info:hover > p {color: #fff!important;}
.period_info p {
	margin-bottom: 0;
	font-size: 10px;
	font-weight: 500;
}
.btn-round-inv {
	color:#fff;
	border-radius: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #4198d4;
	border: 1px solid transparent;
	box-shadow: 0px 7px 8px -6px rgba(47, 87, 147, 0.4);
}
.prozorro_theme .btn-round-inv {
	border: 1px solid #4198D4;
	background: #4198D4;
}

.auction_theme .btn-round-inv {
	border: 1px solid #8acdfe;
  background: #8acdfe;
}
.btn-round-inv p {
	margin-bottom:0;
	font-size: 14px;
	color:#fff!important;
	font-weight:500;
}
.btn-round-inv:hover {
	background: #4fb9d6;
	border: 1px solid #45c5d3;
	cursor: pointer;
}

.favourite_add {
	width: 24px;
	height:24px;
	display:inline-block;
	vertical-align: bottom;
	position: relative;
}

.favourite_add:after {
  content: "\f318";
  font-family: FontAwesome;
	font-size: 26px;
	line-height: 23px;
  color: #dbdbdb;
}
.favourite_add:hover:after,
.favourite_add.active:after {
	background: linear-gradient(to bottom, #31c4e1 33%, #1d94cf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.favourite_lnk span {
	font-size: 10px;
	position: absolute;
	top: 2px;
	right: 10px;
	color: #0b99d9;
}
.tender_action {display:none;}
.one_card:hover .tender_action {display: block;}
.one_card {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.tender-index .one_card:hover {
	background: rgba(145, 204, 245, 0.035);
  box-shadow: 0 8px 36px -12px rgba(64, 151, 211, .35);
}
.action_page .one_card {border:none;}
.action_page .time_line {display:none;}
.action_page .one_card:hover {background: transparent;}
.brdr_b1 { border-bottom: 1px solid #f0f0f0; }
.main_page .recently_viewed { border-bottom: none;}
.main_page .recently_viewed .favorite_float { display: none;}
.main_page .recently_viewed .status { padding: 5px;}
.one_card > .container {
	padding-top: 18px;
	padding-bottom: 6px;
}
.tender_action ul {
	list-style: none;
	margin-bottom: 0;
	border-top: 2px solid #f0f0f0;
	padding-left: 0;
}
.tender_action ul li {display:inline-block;}
.tender_action ul li a {
	display:inline-block;
	padding: 15px 20px 15px 0;
	width:100%;
	height:100%;
	color: #8d9da6;
}
.tender_action ul li a:hover {color: #37bfca;}
.breadcrumb {
	background: none;
  margin-bottom: 0;
	padding: 12px 0;
	font-size: 10px;
}
.summary {    display: inline-block;
  width: 100%;
  font-size: 12px;
  color: #adb3b9;
}
.tender_list .summary {display:none;}
.breadcrumbs_wrapper > .container {padding: 0;}
.breadcrumbs_wrapper {border-bottom: 1px solid #F0F0F0;}
.dropdown-menu > li > a {
	font-size: 14px;
	color: #333;
	padding: 8px 18px;
}

/*		TIMELINE		*/
.time_line {
	width:100%;
	min-height: 100px;
	padding: 10px 0;
	display: block;
}
.auction_theme .time_line {
	background: rgba(138,204,255,1);
	background: linear-gradient(to left, #288edc, #8acdff);
}
.prozorro_theme .time_line {
	background: rgba(179,223,253,1);
	background: linear-gradient(to top, #2a90dd, #37bec9);
}
.time_dot {
	display:inline-block;
	width: 22px;
	height: 22px;
	border:4px solid white;
	border-radius: 100%;
	vertical-align:middle;
	margin-right: -4px;
	margin-left: -4px;
	position:relative;
}
.time_dot.filled { background:#fff; box-shadow: 0 4px 8px rgb(46 103 142 / 50%); }
.time_dot.filled.active {box-shadow:0 5px 9px rgba(64, 151, 211, 0.8);}
.time_hr {
	display:inline-block;
	width: calc(19% - 35px);
	border-bottom:3px solid white;
	vertical-align:middle;
}
.time_dot span {
	position:absolute;
	text-align:center;
	display: inline-block;
	top: 22px;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	height: 50px;
	font-size: 10px;
	line-height: 9px;
  text-transform: lowercase;
	padding: 0 4px;
}
.time_line .time_dot.filled:last-child { border-color: #ff897b; background: #ff897b; }
.main_search .input-group input#main-contractsearch {border-left: 1px solid #4198d4!important;}
/*		PROZORRO THEME			*/
.prozorro_theme .btn-primary {
  background-color: #3cbec8;
  border-color: #47bac3;
  box-shadow: 0 3px 7px rgba(110, 186, 244, 0.25);
}

/*		AUCTION THEME	*/
.auction_theme .btn-primary {
	background-color: #65bafb;
  border-color: #a7d9fe;
}
.position-relative,
.tender_head {position:relative;}
.btn_magic_block {
	position: fixed;
  right: 85px;
  bottom: 7%;
  z-index: 2;
}
.btn-magic {
	background: #3fbac7;
  color: #fff;
  font-size: 14px;
	font-weight: 600;
  padding: 14px 20px;
  border-radius: 40px;
  box-shadow: 0px 10px 28px -6px rgba(47, 87, 147, 0.4);
  margin-bottom: 10px;
  min-width: 200px;
  display: block;
}
.btn-white.btn-magic:hover,
.btn-magic:hover {
	background:#4198d4;
	color:#fff;
}
.prozorro_theme .btn-white.btn-magic {
	background:#fff;
	color: #3d9ae3;
	box-shadow: 0 5px 9px rgba(42, 140, 218, 0.32);
}
.auction-bid-create.btn-magic, #bidTender.btn-magic {
  background: #1f9a53!important;
  color: #fff!important;
  box-shadow: 0px 10px 28px -6px rgba(27, 121, 66, 0.6);
}
.tender .price {
	border: 1px solid #d8d8d8;
  padding: 9px 25px;
  border-radius: 12px;
  display: inline-block;
	min-width: 240px;
}
.tender .step {padding: 10px 30px; line-height: 20px;}
.box-header {
  padding: 15px 55px 15px 15px;
	background: #F4F7FA;
	border-radius: 12px;
}
.box-body {
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}
.tender-form .box-body{border-radius: 0 0 12px 12px;}
.box {
	border-top:none;
	box-shadow: none;
	margin-bottom: 4px;
	border-radius: 12px;
}
.btn-box-tool {
  	font-size: 21px;
	color: #4198d4;
}
.modal {
  background: rgba(56, 158, 228, 0.3);
  background: linear-gradient(to left, rgba(40, 142, 220, 0.4), rgba(138, 205, 255, 0.4));
}
.modal-content {
	border-radius: 12px;
  border: none;
}
.modal-dialog.modal-super-lg {
	width: 98%;
	height: 98%;
	margin: 0;
}
.modal-dialog.modal-super-lg .modal-content {
	height: 100%;
}

.carousel .img_wrap {
	display: inline-block;
	width: 100%;
	height: 320px;
	background-position: 50%;
	background-repeat:no-repeat;
	background-size: cover;
	border-radius: 12px;
}
.single_notif .close,
.modal-header .close {
    font-size: 40px;
    font-weight: 100;
    color: #4198D4;
    text-shadow: none;
    opacity: 1;
}
.single_notif .close {
	position:absolute;
	top: 10px;
  right: 15px;
}
.single_notif {position:relative;}
.chip-block .chip {
	display: inline-block;
	vertical-align: middle;
	margin: 8px 4px;
	padding: 6px 16px 6px 8px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #fff;
	border-radius: 16px;
	background-color: #4198d5;
}
.chip-block .chip .remove {
	font-size: 11px;
	line-height: 15px;
	margin: 3px -12px 0 8px;
	color: #989898;
	cursor: pointer;
	float: right;
	font-weight: 100;
	background: white;
	border-radius: 100%;
	width: 16px;
	height: 16px;
	text-align: center;
	display: inline-block;
}
.chip-block .chip .chip-holder {
    float: left;
    white-space: nowrap;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 21px;
}
.select2-container--krajee .select2-selection, 
.form-group .select2-container--krajee .select2-selection--single,
.form-control {
    height: 43px;
	border-color: #BCCAD4;
	border-radius: 8px;
	box-shadow: none;
	-webkit-appearance: none;
}

.form-group .select2-container--krajee .select2-selection {
	height: auto;
	min-height: 43px;
}

.select2-container--krajee .select2-selection.select2-selection--multiple {
	display: flex;
    align-items: center;
}

select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-position: right 50%;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" version="1"><path d="M4 8L0 4h8z"/></svg>');
	padding: .5em;
	padding-right: 1.5em
}
.form-group .select2-container--krajee .select2-selection--single .select2-selection__arrow {
	height: 100%;
  top: 0px;
}
.form-group .select2-container .select2-selection--single .select2-selection__rendered {
	margin: 0;
  line-height: 2em;
}
.x-small {font-size: 50%!important;}
.form_box {
	background: #f7f9fc;
	border-radius: 12px;
	padding: 15px;
	position: relative;
}
.form_box .form_box {
	background: #e6edf9;
}
.form_box.form_info:before {
	content: "\f24b";
	font-family: FontAwesome;
	font-size: 14px;
	background: rgb(170, 196, 216);
	border-radius: 100%;
	text-align:center;
	padding:4px;
	vertical-align: middle;
	color: #fff;
	position:absolute;
	top: -8px;
	left: -8px;
	line-height:14px;
	border: 2px solid white
}
.box_head h3 {
	margin-top:0;
	box-shadow: 0 4px 14px rgba(64, 151, 211, 0.2);
	margin-bottom:20px;
	padding: 20px 10px;
	border-radius:4px
}
.tender-form .box-body {background: #F4F7FA;}
.tender-form .box {
    margin-bottom: 15px;
		background: #F4F7FA;
}
.tender-form .box-header.with-border {border-color: #efefef;}
.tender-form .box-header { padding: 20px 50px 20px 15px; border-radius: 12px;}
.tender-form .box-header h3 {
  color: #112D5A;
	font-size: 16px;
}
.js-input-plus.btn-default,
.tender-form .field-plan-classificationkekv .js-input-plus,
.tender-form .js-input-remove {
    border-radius: 100%;
    padding: 10px;
    height: 60px;
    width: 60px;
    margin-top: -10px;
}
.js-input-plus.btn-default,
.tender-form .field-plan-classificationkekv .js-input-plus {
	border-color: #00a65a;
  background: #008d4c;
}
.tender-form .js-input-remove {
	border-color: #F66657;
  background: #F66657;
}
.form-control.kv-drp-dropdown {line-height: 2em;}
.js-input-plus .glyphicon {
	content: "\f342";
	font-family: FontAwesome;
	font-size: 28px;
	line-height: 38px;
	color:#fff
}
.js-input-remove .glyphicon-remove:before {
	content: "\f342";
	font-family: FontAwesome;
	font-weight:100;
	font-size: 22px;
	line-height: 36px;
	color:#fff;
}
.tender-form .table,
.field-belowthreshold-features .table .table,
.field-abovethresholdua-features .table .table {
	background: transparent;
}
.form-group textarea {min-height: 43px;}
.wait_wrap {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
  transform: rotate(360deg);
	-moz-animation-name: earth;
	-moz-animation-duration: 7s;
	-webkit-animation-name: earth;
	-webkit-animation-duration: 7s;

	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: normal;
	-moz-animation-delay: 0;
	-moz-animation-play-state: running;
	-moz-animation-fill-mode: forwards;

	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-delay: 0;
	-webkit-animation-play-state: running;
	-webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes earth {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes earth {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
.btn.btn-file,
.file-input .btn.btn-file {
  font-size: 0;
  width: 43px;
  height: 43px;
  border-radius: 100%!important;
  padding: 0;
  background: #fff;
  border: none;
  box-shadow: 0 4px 24px rgba(64, 151, 211, 0.3);
	background-image: url(/img/file.png);
  background-position: 50%;
  background-size: inherit;
  background-repeat: no-repeat;
}
.btn.btn-file.btn-cloud {background-image: url(/img/btn-cloud.png);}
.file-caption-name {
  width: 100%;
  height: 40px!important;
  padding: 10px 0;
  line-height: 2em;
  color: grey;
	font-size: 12px;
}
.file-caption {
	height: 45px;
	padding: 0;
}
.form-control.file-caption {
	background: transparent;
	border:none;
}
.form-documents-item {
	margin-bottom: 20px;
  	display: flex;
  	align-items: center;
	justify-content: space-between;
}
.progress-bar-success {
  background-color: #4198d4;
  border: 1px solid #4198d4;
  color: #fff;
  border-radius: 20px!important;
  font-size: 9px;
	line-height: 9px;
}
.progress {
	background-color: transparent;
	height: 10px;
	margin-bottom: 5px;
	margin-top: -10px;
}
.action_period {
	border-top: 1px solid #f0f0f0;
	background: #fff;
  box-shadow: 0 5px 10px rgba(64, 151, 211, 0.3);
  margin-bottom: 30px;
  padding: 10px 0;
}
.action_period .container {position:relative;}
.action_period .h2 {
	margin: 10px 0;
	font-size: 18px;
}
.back_tend_njs, .back_tend {
	width: 40px;
	height: 40px;
	display: inline-block;
	position:absolute;
	left:0;
	box-shadow: 0 5px 10px rgba(64, 151, 211, 0.3);
	border-radius:100%;
	margin: auto;
  	top: 0;
  	bottom: 0;
	text-align: center;
	font-size: 0;
}
.back_tend_njs .fa, .back_tend .fa {
	font-size: 22px;
	line-height: 39px;
}
.one_card.action_head {border-bottom: none;}
.one_card.action_head:hover {background: transparent;}
.select_orgn ul {
	list-style: none;
	font-size: 16px;
}
.input-group .help-block {
	margin: 0;
	position: absolute;
  bottom: -20px;
}
.table.organization_table {
	font-size: 12px;
  font-weight: 300;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {padding: 15px 8px;}
.nav-btn-wrap .nav-pills a {
    border: 2px solid #3d9ae3;
    color: #3d9ae3;
    border-radius: 7px;
    margin-right: 10px;
}
.show_more,
#show_more {
	box-shadow: 0px 16px 32px -10px rgba(47, 87, 147, 0.4);
	padding: 16px 44px;
	font-size: 16px;
	font-weight: 500;
	display:inline-block;
	border-radius: 30px;
	margin-left: 35px;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.show_more:hover,
#show_more:hover {
	background: #4198d4;
	color: #fff;
	box-shadow: 0px 30px 26px -14px rgba(47, 87, 147, 0.6);
	-webkit-transform: translate(0px,-2px);
	-moz-transform: translate(0px,-2px);
	-ms-transform: translate(0px,-2px);
	-o-transform: translate(0px,-2px);
	transform: translate(0px,-2px);
}
.pagination {
		width: 100%;
  	text-align: justify;
}
.pagination > li {
    display: inline-block;
}
.pagination li a {
	background: none;
	color:#4198d4;
	border:none;
	padding: 6px 8px;
}
.pagination li.prev a {padding-left: 0;}
.pagination li.next a {padding-right: 0;}
.pagination li.active a {
	background: none;
	color:#4198d4;
}
.pagination li.active a,
.pagination li:hover a {
	background:none!important;
	color: #4198d4!important;
	-webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  transition: 0.3s linear;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {border:none;}
.document_box.box {
	border: 1px solid #bccad4;
	margin-bottom: 20px;
	background: #fff;
}

.document_box.box .box-header {
	background: none;
	padding: 20px 50px 20px 16px;
	color: #8d9da6;
}
/* .document_box.box .add-item {min-width: 150px;} */

.form-horizontal .control-label {
    padding-top: 16px;
    text-align: left;
}
.text-center { text-align: center; }
.tab-content .box-body {
  background: #fff;
	/* border-top: 1px solid #ebf7ff; */
}
.tab-content .box-header {
	background: #fff;
  border: none;
}
.tab-content .box-default {
	margin-bottom: 8px;
  border: none;
	box-shadow: 0 4px 10px rgba(64, 151, 211, 0.25);
	background: #fff;
}
.calc_feat,
.answer {
	background: #f6fdff;
  padding: 10px 10px 10px 20px;
  border-left: 4px solid #3d9ae3;
  border-radius: 12px;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
.custom_acc .panel-heading {
	background:#fff;
	padding: 10px 15px;
	box-shadow: 0 5px 8px rgba(64, 151, 211, 0.3);
	border:none;
	position:relative;
	display: inline-block;
	width: 100%;
}
.custom_acc.panel-group .panel-heading .open_acc {float: right;}
.custom_acc .panel-default {border:none;}
.custom_acc .open_acc {
  float: right;
  font-size: 26px;
	line-height:40px;
	box-shadow: 0px 4px 10px rgba(64, 151, 211, 0.3);
	width: 40px;
	height:40px;
	text-align:center;
	border-radius:100%;
	color:#4490c6;
}
.custom_acc.panel-group .panel + .panel {margin:0;}
.custom_acc .panel {box-shadow:none;}
.custom_acc .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border:none;
	background:#4198D4;
	color:#fff;
}
.blue_hr {border-color: #4198D4;}
.btn-link:hover, .btn-link:focus { text-decoration:none; }
.menu_om .btn-link:hover {
	color:#4198d4!important;
	text-decoration:none;
}
.box-bordered {border: 1px solid #d2d6de;}
.btn-round {
	border-radius: 100%;
  padding: 10px 14px;
}
.daterangepicker .btn-success {
	background:#357ebd;
	border-color: #3d84c1;
}
.daterangepicker .btn-default {
	background:#ffffff;
	border-color: #3d84c1;
	color: #3d84c1;
	text-transform:uppercase;
}
.daterangepicker td.active {
	border-radius:100%!important;
	color:#fff!important;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect,
.daterangepicker select.secondselect, .daterangepicker select.ampmselect,
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    padding: 3px;
    border-radius: 3px;
    color: #8D9DA6;
}
.daterangepicker .calendar th, .daterangepicker .calendar td {color: #00406F;}
.daterangepicker .calendar thead th {
	color: #4198D4;
	font-weight: 300;
	text-transform:uppercase;
}
.field-complaint-satisfied .control-label {
	padding:0;
	font-size: 18px;
	margin-bottom: 20px;
}
.field-complaint-satisfied label{width: 100%;}
.centered {
	float: none;
  margin: 0 auto;
}
.btn-box-tool .fa-plus:after {
	content: "\f110";
	font-family: FontAwesome;
	font-size:24px;
	line-height: 40px;
}
.btn-box-tool .fa-minus:after {
	content: "\f113";
	font-family: FontAwesome;
	font-size:24px;
    line-height: 40px;
}
.document_box .btn-box-tool .fa-plus:after {
	content: "+";
	font-size: 27px;
	line-height: 32px;
}
.select2-container--krajee .select2-selection__clear {
	color: #c12f2f!important;
	font-size: 24px!important;
	font-weight: 300!important;
	line-height: 1!important;
	opacity: .9!important;
}
.sub_filter .select2-container--krajee .select2-selection {background-color: transparent!important;}
.document_box .btn-box-tool .fa-minus:after {
	content: "—";
  font-size: 17px;
  line-height: 35px;
}
.box-header>.box-tools {
	top: 50%;
  transform: translateY(-50%);
	border-radius: 100%;
	box-shadow: 0 2px 4px rgba(64, 151, 211, 0.4);
}
.document_box .box-body {background:white;}
.btn-box-tool .fa {
	font-size:0;
	width: 40px;
	height: 40px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: none;
}
.btn-box-tool {
    font-size: 0;
    color: #4198d4;
    line-height: normal;
    display: inline-block;
    height: auto;
    border: none;
	padding: 0;
}
.modal-header {border-bottom-color: transparent;}
.modal-footer {border-top-color: transparent;}
.lot_image {
	/* background-size: cover!important; */
    background-position: 50% 50%!important;
    height: 100%;
    display: inline-block;
    min-height: 150px;
    background-size: cover!important;
    background-repeat: no-repeat!important;
		position: relative;
		border-radius: 16px;
}
.lot_image .status_wrap {
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
}
.lot_image .status_bid {
	color: #fff;
	line-height: 14px;
	display:inline-block;
	width:90%;
	text-align: center;
	position:absolute;
	bottom: 5px;
	padding: 3px 0;
	border-radius: 20px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 11px;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.15);
}
.lot_image .status_bid.warning {background-color: rgba(255, 165, 0, 0.9);}
.lot_image .status_bid.danger {background-color: rgba(221, 75, 57, 0.9);}
.lot_image .status_bid.success {background-color: rgba(0, 166, 90, 0.9);}
.lot_image .status_bid.default {background-color: rgba(160, 160, 160, 0.9);}
.remove-classification {
	margin-left: 2px;
  padding: 0 20px;
  vertical-align: middle;
  line-height: 30px;
  font-weight: 600;
}
.control_uis .carousel-control {
  position: relative;
  width: 24px;
  display: inline-block;
  font-size: 20px;
  color: #4198d4;
  text-shadow: none;
  opacity: 1;
	text-align: center;
	z-index: 2;
}
.control_uis>.row {
	display: flex;
	align-items: center;
}
.control_uis {
	background: linear-gradient(to top, rgba(232, 232, 232, 0.93), rgba(232, 232, 232, 0.93));
	padding: 2px 0;
	position: absolute;
	bottom: 7px;
	left: 0;
	right: 0;
	width: auto;
	max-width: 380px;
	margin: auto;
	border-radius: 20px;
	box-shadow: 0 15px 20px -15px rgba(0,0,0,0.25)!important;
}
.control_uis .carousel-indicators {
  position: relative;
  bottom: inherit;
  left: inherit;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: 15px;
  text-align: left;
  list-style: none;
	margin-bottom: 0;
	display: inline-block;
	max-height: 18px;
	overflow: hidden;
	vertical-align: middle;
}
.control_uis .search_btn {font-size: 18px;}
.control_uis .carousel-control>.fa {
  font-size: 18px;
  position: relative;
  top: inherit;
  z-index: 5;
  display: inline-block;
  margin-top: 0px;
}
#tender_img_view {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 46px 22px -32px rgba(0, 0, 0, 0.2);
}
.carousel-indicators .active {
  background-color: #4198d4;
	width: 22px;
  height: 8px;
	border-color: #4098d4;
}
.carousel-indicators li {
	border: 2px solid #b5b5b5;
	margin: 0 7px!important;
	width: 8px;
  height: 8px;
	margin: 0;
	-webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.search_btn {
  padding: 0 20px;
  display: inline-block;
}
.search_btn img {width: 21px;}
.error_404 {
	font-size: 200px;
	line-height: 200px;
	font-weight: 600;
	background: -webkit-linear-gradient(#37bfc9, #4198d4);
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent;
}
.mh30 {min-height: 30px;}
.ph_notif {
	border-bottom: 1px solid #F0F0F0;
  padding: 0 20px 10px 20px;
  display: inline-block;
}
.ph_notif>div {
	display:inline-block;
	vertical-align: middle;
}
.select2-container--krajee .select2-selection--single {
	height: 43px!important;
	border-radius: 8px;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
  height: 100%!important;
  top: 0!important;
}
.ekko-lightbox .modal-body {padding:0;}
.danger_notif {
	position:fixed;
	top: 8px;
	left: 0;
	right: 0;
	width: 94%;
	max-width: 800px;
	margin: auto;
	background: #fff;
	padding: 10px 0;
	z-index:9999;
	text-align: center;
	border-radius: 12px;
	border-top: 6px solid rgba(228, 56, 56, 0.9);
	box-shadow: 0 4px 34px rgba(64, 151, 211, 0.5);
}
.danger_notif.notify-fix {
	top: 0;
	width: 100%;
	max-width: 100%;
	box-shadow: none;
	border: none;
	border-radius: 0;
	padding: 0;
	background: #ca4343;
}
.danger_notif>.container,
.danger_notif.notify-fix>.container {width: 100%;}
.danger_notif.notify-fix .close {display: none;}
.danger_notif.notify-fix p {color: #fff; margin-top: 0; font-size: 12px;}
.danger_notif.success {
	background: #fff;
	border-top: 6px solid rgba(44, 154, 80, 0.93);
}
.danger_notif a {color: #5da4dc;}
.danger_notif p {
	color:#585858;
	font-size: 14px;
	margin: 8px 0 0 0;
}
.danger_notif .close {
	font-size: 30px;
	font-weight: 100;
	color: #5da4dc;
	text-shadow: none;
	opacity: 1;
	margin: 0 10px;
}
/* bottom informer */
.danger_notif.bottom {
	position: fixed;
  z-index: 99;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.9);
  margin: 0 auto;
  left: 0;
  right: 0;
  width: max-content;
  display: inline-block;
  padding: 10px 0;
  border-radius: 12px;
  color: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.64);
  max-width: 600px;
	top: auto;
	border: none;
	text-align: left;
}
.danger_notif.bottom p {color: #fff; margin: 0;}
.danger_notif.bottom a {color: unset;}
.danger_notif.bottom .close {
	position: absolute;
  right: -20px;
  top: -10px;
  background: white;
  border-radius: 20px;
  font-size: 14px;
  padding: 3px;
}
.login_wrap {
	padding:0 20px;
	max-width: 600px;
	margin: 0 auto;
}
.word_wrap{word-wrap: break-word;}
.tender-form .alert-error {margin-bottom: 30px;}
.one_bid {
	border: 1px solid #efefef;
	border-radius: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 12px 0;
}
.one_bid label {margin-bottom: 0;}
.nav-tabs-custom>.tab-content {border-radius: 0px 10px 10px 10px;}

.head_logo img { width: 110px; }
.logo_footer img { width: 90px; }

.not_status_danger { border-left: 6px solid red; }
.not_status_success{ border-left: 6px solid green; }
.not_status_simple{	border-left: 6px solid #4198D4; }

.empty {
	text-transform:uppercase;
	text-align:center;
	margin-top: 180px;
  margin-bottom: 100px;
	position:relative;
	font-size: 16px;
  color: #606060;
	display: inline-block;
	width: 100%;
}

.empty:before {
	content: "\f12c";
	font-family: FontAwesome;
	color:#D0D0D0;
	top: -150px;
	left:0;
	right:0;
	margin: auto;
	position:absolute;
	font-size: 120px;
}
.tender_periods,
.tender_periods .input-group { width: 100%; }
.tender_periods .input-group .form-control {line-height: 30px;}
.bootstrap-switch {
	margin-right: 8px;
	margin-top: 6px;
	border-radius: 16px!important;
	border-color: #eaeaea!important;
}
.valueAddedTaxIncluded {text-align:center;}
.news-view img {
    display: block;
    margin: 35px auto;
    max-width: 100%;
    height: auto;
		border-radius: 12px;
		box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
}
.select2-container--krajee .select2-selection--multiple .select2-selection__choice,
.break-line,
.dropdown > .organization-select .name-org {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	max-width: 160px;
}
.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
	max-width: 260px;
}
.dropdown-menu > .active > a label {color: #fff;}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {color: #fff;}

.bid_val_inp {
	color: #37beca;
  font-size: 24px;
}
.one_card .auction-view,
.tender_name {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 0;
		line-height: 20px;
		font-weight: 400;
		text-align: left;
}
.seen_0 {background:#f9f9f9;}
.single_notify {
	border-left: 6px solid transparent;
	margin-bottom: 15px;
	padding: 8px 15px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 0.3s ease;
}
.single_notify:hover {
	box-shadow: 0 28px 20px -22px rgba(88, 146, 191, 0.75);
	-webkit-transform:translate(0px,-3px);
	-moz-transform:translate(0px,-3px);
	-ms-transform:translate(0px,-3px);
	-o-transform:translate(0px,-3px);
	transform:translate(0px,-3px);
}
.single_notify.success {border-left-color: green;}
.single_notify.primary,
.single_notify.info,
.single_notify.default {border-left-color: #4198D4;}
.single_notify.warning,
.single_notify.danger,
.single_notify.error {border-left-color: red;}

.label.auction {
	background: #4097D3;
	color:#fff;
}
.label.prozorro {
	background: #37BECA;
	color:#fff;
}

.label.system {
	background: linear-gradient(135deg, rgba(67,201,211,1) 0%, rgba(67,201,211,1) 31%, rgba(94,167,219,1) 69%, rgba(94,167,219,1) 100%);
	color:#fff;
}
.extend_filter {
	/* background: linear-gradient(to top, #88ccff, #4097D3); */
    padding: 30px 0;
    margin-bottom: 30px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    height: 100%;
    overflow: auto;
	background: linear-gradient(to top, rgb(245 245 245 / 97%), rgb(230 230 230 / 98%));
}
.extend_filter_open { overflow: hidden; }
.extend_filter > .container {
	max-width: 640px;
}
.extend_filter .close_f {
	width: 40px;
    height: 40px;
    position: absolute;
    background-color: transparent;
    margin: auto;
	top: 22px;
    right: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
	border-radius: 100%;
}

.extend_filter .close_f:after {
	content: "\f191";
	font-size: 24px;
	line-height: 40px;
	display: inline-block;
	font-family: FontAwesome;
	color: #dd4b39;
	text-align:center;
	width: 100%;
}

.extend_filter .close_f:hover {
	cursor:pointer;
	box-shadow: 0 4px 9px rgba(64, 151, 211, 0.4);
}
.extend_filter .form-group.has-success label,
.extend_filter .control-label,
.extend_filter .text-white {
	color: #333!important;
}
.extend_filter .ttl {
	margin-top:0;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.extend_filter .kv-field-separator {font-size:0;}
.extend_filter .kv-field-separator:after {
	content: "\f125";
	font-size: 14px;
	font-family: FontAwesome;
	color:#333;
}
.extend_filter .kv-field-separator {
	font-size:0;
	background: transparent;
	border:none;
}
.extend_filter div.form-control {background:transparent}
.extend_filter .input-group .form-control {border-radius: 8px!important;}
.extend_filter .input-group-addon {
	background: transparent;
	border:none;
	color: #333;
}
.input-group.date .form-control[readonly],
.extend_filter .form-control[readonly] {background-color: #fff;}
.input-group.date .caret,
.extend_filter .caret {
	font-size:0;
	border: none;
	height: 20px;
	margin-left: 5px;
}

.input-group.date .caret:after,
.extend_filter .caret:after {
	content: "\f110";
	font-family:FontAwesome;
	font-size:14px;
	vertical-align: middle;
	display: inline-block;
}

.input-group.date .glyphicon,
.extend_filter .kv-date-remove .glyphicon,
.extend_filter .kv-date-calendar .glyphicon {
	font-size:0;
}

.input-group.date .glyphicon-calendar:after,
.extend_filter .kv-date-calendar .glyphicon:after {
	font-size: 20px;
	content: "\f15c";
	font-family:FontAwesome;
}

.input-group.date .glyphicon-remove:after,
.extend_filter .kv-date-remove .glyphicon:after {
	content: "";
	width: 14px;
  height: 14px;
  display:inline-block;
  background-position: 50%;
  background-repeat:no-repeat;
  background-size:contain;
}

.extend_filter .kv-date-remove .glyphicon:after {
	background: url(/img/close_w.svg);
	background-size: cover;
  background-repeat: no-repeat;
}

.extend_filter .dropdown-menu {
	width: 280px;
}

.input-group.date .glyphicon-remove:after {
	background: url(/img/close_b.svg);
	background-size: cover;
  background-repeat: no-repeat;
}

.one_card .prices {
	margin-top: 8px; 
	display: inline-block;
}
.one_card .prices p {
	margin-bottom: 8px!important;
	line-height: 15px;
	font-size: 12px;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th,
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th,
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: transparent;
}

.table > thead > tr > td.success:first-child,
.table > tbody > tr > td.success:first-child,
.table > tfoot > tr > td.success:first-child,
.table > thead > tr > th.success:first-child,
.table > tbody > tr > th.success:first-child,
.table > tfoot > tr > th.success:first-child,
.table > thead > tr.success > td:first-child,
.table > tbody > tr.success > td:first-child,
.table > tfoot > tr.success > td:first-child,
.table > thead > tr.success > th:first-child,
.table > tbody > tr.success > th:first-child,
.table > tfoot > tr.success > th:first-child {
    border-left: 3px solid green;
}

.table > thead > tr > td.danger:first-child,
.table > tbody > tr > td.danger:first-child,
.table > tfoot > tr > td.danger:first-child,
.table > thead > tr > th.danger:first-child,
.table > tbody > tr > th.danger:first-child,
.table > tfoot > tr > th.danger:first-child,
.table > thead > tr.danger > td:first-child,
.table > tbody > tr.danger > td:first-child,
.table > tfoot > tr.danger > td:first-child,
.table > thead > tr.danger > th:first-child,
.table > tbody > tr.danger > th:first-child,
.table > tfoot > tr.danger > th:first-child {
   border-left: 3px solid red;
}

.table > thead > tr > td.warning:first-child,
.table > tbody > tr > td.warning:first-child,
.table > tfoot > tr > td.warning:first-child,
.table > thead > tr > th.warning:first-child,
.table > tbody > tr > th.warning:first-child,
.table > tfoot > tr > th.warning:first-child,
.table > thead > tr.warning > td:first-child,
.table > tbody > tr.warning > td:first-child,
.table > tfoot > tr.warning > td:first-child,
.table > thead > tr.warning > th:first-child,
.table > tbody > tr.warning > th:first-child,
.table > tfoot > tr.warning > th:first-child {
		border-left: 3px solid #FEB031;
	}

.text-muted {color: #666;}
#notify_content .media-heading {font-size: 14px;}
#notify_content .list-group-item,
#notify_content a.list-group-item {
	padding-left: 0;
	border-color: whitesmoke;
	border-left: 6px solid transparent;
	background: transparent;
}

#notify_content .list-group-item.danger,
#notify_content .list-group-item.error,
#notify_content a.list-group-item.danger,
#notify_content a.list-group-item.error {
	border-left-color: red;
}

#notify_content .list-group-item.success,
#notify_content a.list-group-item.success {
	border-left-color: green;
}

#notify_content .list-group-item.standard,
#notify_content a.list-group-item.standard {
	border-left-color: #4198D4;
}

#notify_content time {
	font-size: 12px;
	color: #a7a7a7;
}

/* SCROLL TO TOP */
.phone_bing_call, .cd-top, .jarvis_call_btn, .fake_jarvis_call_btn {
	display: inline-block;
    height: 48px;
    width: 48px;
    border: 2px solid #f7f9fc;
    position: fixed;
    bottom: 5%;
    left: 20px;
    box-shadow: 0 0 12px rgb(50 79 177 / 53%);
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background: rgb(66, 153, 212);
    line-height: 46px;
    font-size: 24px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 9;
		border-radius: 100%;
		margin-bottom: 8px;
}

a.phone_bing_call, a.jarvis_call_btn {
    opacity: 1;
    visibility: visible;
    background: linear-gradient(to left, #288edc, #aef0ff);
}

a.phone_bing_call { bottom: calc(5% + 58px); }

a.jarvis_call_btn {
	bottom: calc(5% + 116px);
	background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
	animation: animatedgradient 3s ease alternate infinite;
	background-size: 300% 300%;
}

a.phone_bing_call, a.cd-top, a.jarvis_call_btn {
	text-decoration:none;
	color:#fff;
	box-shadow: 0px 3px 22px 5px rgb(28 99 154 / 30%);
}

.fake_jarvis_call_btn {
	z-index: 8;
	bottom: calc(5% + 116px);
	overflow: visible;
	opacity: 1;
}
.fake_jarvis_call_btn span {
	position: relative;
	display: inline-block;
  width: 100%;
  height: 100%;
}
.fake_jarvis_call_btn * { visibility: visible; }

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.d-inline-block { display: inline-block; }
.index_news .news_prew .n_item p { display: none;}
.fancytree-treefocus span.fancytree-active span.fancytree-title,
.fancytree-treefocus span.fancytree-selected span.fancytree-title {
    background-color: #D4D4D4!important;
}
span.fancytree-selected span.fancytree-title, span.fancytree-active span.fancytree-title {border-radius: 6px;}
span.fancytree-focused span.fancytree-title {outline: none!important;}

.fa-privat24:before {
	content: '24';
	font-size: 60%;
	border-radius: 100%;
	border: 1px solid #288e28;
	padding: 2px;
	font-family: 'Roboto', arial;
}

.invoice_wrap {
	padding-left: 5px;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}

.auction_theme .period_info {
	border-color: #c3c3c3;
    color: #b9b9b9;
}

.auction_theme .period_info.proposal {
	border-color: #61BC59;
    color: #61BC59;
}

.auction_theme .period_info.qualified,
.auction_theme .period_info.auction {
	border-color: #4299d4;
	color: #4299d4;
}

.auction_theme .period_info.qualification {
	border-color: #f39c12;
	color: #f39c12;
}

.auction_theme .period_info.cancel,
.auction_theme .period_info.failed {
	border-color: #dd4b39;
	color: #dd4b39;
}

.auction_theme .period_info:hover {
	background: #61BC59;
}

.auction_theme .period_info.proposal:hover {
    background: #61BC59;
}

.auction_theme .period_info.qualified:hover,
.auction_theme .period_info.auction:hover {
	background: #4299d4;
}

.auction_theme .period_info.qualification:hover {
	background: #f39c12;
}

.auction_theme .period_info.cancel:hover,
.auction_theme .period_info.failed:hover {
	background: #dd4b39;
}


.auction_theme .period_info:hover .text-blue3 {
	color: #fff!important;
}

.auction_theme .period_info .text-blue3 {
	color: #61BC59!important;
}

.box .box-header:hover {
	cursor: pointer;
}

.tender-form .box-header>.fa-plus:before,
.tender-form .box-header>.fa-minus:before {
    font-size: 0;
    line-height: 0;
    content: " ";
}

.select2-selection__rendered {
	  height: 100%!important;
    margin-top: 0px!important;
    line-height: 28px;
    /* font-size: 14px; */
}

.file-input-new {
	float: right;
    width: 45px;
}

#inform_window .container {
	width: 100%;
	padding:0;
}

#inform_window .panel {
	border: none;
	margin:0;
	box-shadow: none;
}

#inform_window .container>.panel>.panel-heading {
	border:none;
	border-radius:none;
	background:none;
	font-size: 16px;
	text-transform:uppercase;
}

#inform_window .panel-footer {
	border:none;
	border-radius:none;
	background:none;
}

#inform_window select {
	display: block;
    width: 100%;
    height: 43px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-bottom: 20px;
}

.blue_card,
.js-sign-check-wrapper {
	background: #3194df;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
}

.auction_theme .btn-white.btn-magic {
	background: #fff;
	color: #64bafb;
}

.live_docs iframe {
	width: 100%;
	border:none;
	min-height: 700px;
}
.wp-rest-api-content h4, .wp-rest-api-content h3, .wp-rest-api-content h2 {font-size: 22px;}
.wp-rest-api-content img:not(.n_file) {
	border-radius: 12px;
  margin: 35px auto;
  display: block;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
	max-width: 100%;
	height: auto;
}

.ekko-lightbox-container>div.ekko-lightbox-item { border-radius: 12px; overflow: hidden;}
.ekko-lightbox.modal .modal-dialog {
	-webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  margin-top: 0;
  margin-bottom: 0;
}

.js-sign-wrapper .panel-body .row .col-sm-3 {
	width: 100%;
	font-weight: 600;
}

.js-sign-wrapper .panel-body .row .col-sm-2 {width: 70%;}
.js-sign-wrapper .panel-body .row .col-sm-10,
.js-sign-wrapper .panel-body .row .col-sm-2 input {	width: 100%!important;}

.js-sign-wrapper .panel-body .row .col-sm-6,
.js-sign-wrapper .panel-body .row .col-sm-7 {
	width: 30%;
	text-align: right;
}

.js-sign-wrapper .panel-body .row .col-sm-6 .btn,
.js-sign-wrapper .panel-body .row .col-sm-7 .btn { min-width: 120px;}

.js-sign-wrapper .panel-body .row .col-sm-1 {
	width: 100%;
	margin-top: 30px;
	text-align: right;
}

.js-sign-wrapper .panel-body .row .col-sm-1 .btn {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 20px;
}

.js-sign-wrapper .panel-body .panel-body {padding: 20px 0;}
.mw100 {min-width: 100%!important;}
.border_b {
	border-bottom: 2px solid red;
	border-bottom: 2px solid #d4d4d4;
}
.js-sign-wrapper .panel-heading {border-radius: 6px;}

.n_file {
	max-width: 100px;
	margin-bottom: 30px;
}

.site-index-other .slider_ot {
	background: url(/img/slider_ot.jpg);
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
	min-height: 580px;
	background-attachment: fixed;
	position: relative;
}

.wrap_text_sl {
	background-color: rgba(255, 255, 255, 0.9);
	background: rgba(255, 255, 255, 0.9);
	padding: 30px;
	border-radius: 26px;
	max-width: 1280px;
	margin: auto;
	position: absolute;
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.wrap_text_sl a.h2 {
	border: 2px solid #4198d4;
    border-radius: 16px;
    padding: 10px 20px;
    width: 90%;
    max-width: 240px;
    display: inline-block;
}

.one_card .p_date {
	padding-right: 0;;
	margin-bottom: 10px;
}

	.inactive {pointer-events: none;}
  .active {pointer-events: all;}

	.alertify-notifier .ajs-message.ajs-success {
		text-shadow: none!important;
		border-radius: 10px;
		min-height: 80px;
    font-weight:100;
	}
	.alertify-notifier .ajs-message.ajs-success a {
		color: #fbf50c;
		font-family: 'Roboto', arial, sans-serif;
	}
	.d_flex {display: flex;}
	.uah {
		font-family: 'Roboto', arial;
		font-weight: bold;
	}
	.step .btn { min-width: 190px;}
	.mw200 {min-width: 200px;}
	.mw240 {min-width: 240px;}
	.mw300 {min-width: 300px;}
	.right_side .btn {min-width: 200px;}

.recently_viewed .lot_image {
    min-height: 100px;
    position: relative;
}

.recently_viewed .status {
	position:absolute;
	bottom:0;
	padding: 5px 5px 5px 30px;
	width: 100%;
	text-align:center;
	background: linear-gradient(to right, #2a90dd, #37aac9);
	font-size: 11px;
	line-height: 13px;
	min-height: 52px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.recently_viewed .status.prozorro_rv {position: relative;}
.recently_viewed .favorite_float {
	position: absolute;
	top: 0;
	left: 5px;
	display: inline-block;
	background: white;
  padding: 2px 2px 0 0;
	z-index:1;
	height: 100%;
}

.recently_viewed a.auction-view {
	height: 2.8rem;
  	display: inline-block;
  	line-height: 15px;
  	overflow: hidden;
}
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.ekko-lightbox.modal:before {
	display: none;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
	max-width: calc(100% - 16px);
}
.tender-index.recomendet_list {
	background: #298edd0f;
    display: inline-block;
    width: 100%;
}
.tender-index.recomendet_list .tender_list.mrgn-b50 {
	margin-bottom:0px;
}
.btn-default {
	color: #565656;
	border-color: #e0dfdf;
	background: #e0dfdf;
}
.btn-danger {border-color: #dd4b39;}
.btn-info {border-color: #00c0ee;}

.wrap_lr {
  box-shadow: 0px 10px 20px 1px rgba(0,0,0,0.11);
  -webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 0.3s ease;
}

.wrap_lr:hover {
	box-shadow: 0px 13px 12px 1px rgba(0,0,0,0.11);!important;
	-webkit-transform:translate(0px,-4px);
  -moz-transform:translate(0px,-4px);
  -ms-transform:translate(0px,-4px);
  -o-transform:translate(0px,-4px);
  transform:translate(0px,-4px);
}
.old-document-link {text-decoration: line-through;}
.old-document {opacity: 0.5;}
.btn-success {border-color: #12c372;}
input[name="classification"] {
	border-radius: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background: transparent!important;
	border-bottom: 2px solid #BCCAD4;
}

.text-orange {color: #f39c12;}
.big {font-size: 130%!important;}
.vam {vertical-align: middle!important;}
.vab {vertical-align: bottom!important;}
.vas {vertical-align: sub!important;}
.vatb {vertical-align: text-bottom!important;}
#p_slider2 .carousel-indicators {bottom: -50px;}
#p_slider2 .p_slider2_img {
  min-height: 280px;
  background-position: 50%!important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
}
#p_slider2 .item {
	min-height: 340px;
	background-position: 50%!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
}

#p_slider2 .carousel-inner {overflow: inherit;}
#p_slider2.carousel .item {
  box-shadow: 0px 9px 20px 7px rgba(45, 145, 222, 0.15);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

#p_slider2.carousel .item::before {
	content: '';
	background: linear-gradient(to bottom, rgb(0 0 0 / 80%), rgb(67 111 144 / 0%));
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#p_slider {
	overflow-x: hidden;
	border-radius: 20px;
	box-shadow: 0 25px 20px -18px rgba(0,0,0,0.25)!important;
}
#p_slider.carousel .item {
    min-height: 400px;
    background-position: 50%!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}
#p_slider.carousel .item.additional {background: #8acdff;}
#p_slider.carousel .item.auct {background: #8acdff;}
#p_slider.carousel .item.zakupki,
#p_slider.carousel .item.auct2 {background: #288edc;}
.table-responsive {overflow-x: unset;}
.contact_mng p,
.contact_mng .h2,
.contact_mng h2,
.contact_mng {margin-bottom: 0;}
.menu_om .contact_mng p,
.menu_om .contact_mng .h2,
.menu_om .contact_mng h2,
.menu_om .contact_mng * {
	color: #fff;
	font-weight: 400;
}
.min_organ {
	max-height: 40px;
	max-width: 100px;
  margin-right: 5px;
}
.fcenter {
	display: flex;
  align-items: center;
}
.fstart {
	display: flex;
  align-items: start;
}
.align-self-center {
	align-self: center;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #b7b7b7;
    background-color: transparent;
}

.i_master {
	text-align:center;
	background:#565656;
	display:inline-block;
	width: 100%;
	padding: 5px 0;
	color: #fff;
	font-size: 10px;
}

.i_master a {
	border: 1px solid #85d1ff;
    color: #85d1ff;
    padding: 0 8px;
    border-radius: 6px;
    margin: 0 5px;
    font-weight: 600;
}

.favourite_add.choose {
  -webkit-transform: scale(1.5);
  opacity: 0.3;
  transition: 0.6s ease-out;
}

.mrgn-m15 {
	margin-right: -15px;
	margin-left: -15px;
}

/*		invoice btn loading		*/

#createInvoice:not(.disabled):before {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -11px;
  width: 20px;
  height: 20px;
  border: 4px solid;
  border-left-color: transparent;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-name: rotate;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
#createInvoice:not(.disabled):after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0px;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -moz-transition-duration: 0.55s;
  -o-transition-duration: 0.55s;
  -webkit-transition-duration: 0.55s;
  transition-duration: 0.55s;
  -moz-transition-property: width;
  -o-transition-property: width;
  -webkit-transition-property: width;
  transition-property: width;
}
#createInvoice:not(.disabled).sending {
  pointer-events: none;
  cursor: not-allowed;
	position: relative;
}
#createInvoice:not(.disabled).sending:not(.expand) {text-align: left;}
#createInvoice:not(.disabled).sending:before {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#createInvoice:not(.disabled).sending:after {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 24px;
}
@keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.inactive-opacity:not(.not-inactive-opacity) {
  opacity: 0.5;
  pointer-events: none;
}
#collapseClassificationMulti:not(.plan_mc) .js-input-plus.btn-default {display:none!important;}
.wbc {
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.cmpl_time {
	background: #3d9ae3;
  margin-bottom: 15px;
  margin-left: -15px;
  display: inline-block;
  padding: 5px 25px 5px 25px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.cmpl_time span.bold {
	color:#fff;
	font-size: 14px;
}
.wrap_text_sl .text-justify {text-align: center;}
.mw100px {min-width: 100px;}
.my-super-select2 .form-control {height: 34px;}
.my-super-select2 ul {
	padding: 0 15px;
	width: 300px;
	max-height: 350px;
	overflow: auto;
	margin-bottom: 0;
}
.my-super-select2 ul li {list-style: none;}
.my-super-select2 ul li a, #organization-select {
	color: #333;
	padding: 6px 0;
  font-size: 14px;
	display: flex;
	align-items: center;
}
.my-super-select2 ul li:hover {
	background: whitesmoke;
	border-radius: 6px;
}
.dropdown-menu.my-super-select2 {max-width: 310px;}
.modal-header .close {
	position: absolute;
	right: 8px;
	top: 12px;
  font-size: 0;
}
.modal-header .close:before {
	content: "\f191";
	font-size: 28px;
	font-family: FontAwesome;
}
.panel-group .panel {
  border-radius: 12px;
  border: none;
	overflow: hidden;
	box-shadow: none;
}
.panel-group .panel + .panel {margin-top: 8px;}
.panel-heading {
  border-radius: 12px;
	padding: 16px 12px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {border: none;}
.panel-title {font-size: 15px;}
.wrap_ch .table tr td {padding: 40px}
.fst {
  display: inline-block;
  text-align: left;
  min-width: 230px;
}
.carousel-control>.fa {
	right: 0;
  left: 0;
}
.news_bg{
  min-height: 140px;
  padding: 10px 0;
  background-position: 50%!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  box-shadow: 0px 17px 28px -16px rgba(0, 0, 0, 0.6);
	border-radius: 18px;
	overflow: hidden;
}
.news_bg:before {
	content: '';
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.85));
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.news_bg,
.news_bg>.container {position: relative;}
.news_prew .one_news:nth-child(4n+2) {clear: both!important;}
.bg-bsky {background: linear-gradient(to left, #288edc, #8acdff);}
.lot_services_wrap {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.lot_services_wrap .fa {
	display: inline-block;
	font-size: 32px;
	line-height: 32px;
	color: #fff;
	padding: 10px;
	border-radius: 100%;
	-moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 700ms;
}
.ls_item {
	color: #fff;
	margin-bottom: 15px;
	line-height: 14px;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding: 0 10px;
}
.lot_services_wrap a:hover .fa {
	-moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.classification-tree-modal .form-group .form-control {
	border: 1px solid #cacaca!important;
  	border-radius: 8px;
}
.fancy-tree-container .fancytree-node {padding: 8px 0;}
.fancy-tree-container {
	display: inline-block;
	width: 100%;
	overflow-x: hidden;
	max-height: 380px!important;
	margin-top: 16px;
}
span.fancytree-expander {
	background-image: none!important;
	position: relative;
}

.fancytree-exp-cl span.fancytree-expander:before,
.fancytree-exp-c span.fancytree-expander:before {
	content: "\f112";
	font-family: FontAwesome;
}

.fancytree-exp-el span.fancytree-expander:before,
.fancytree-exp-edl span.fancytree-expander:before,
.fancytree-exp-e span.fancytree-expander:before,
.fancytree-exp-ed span.fancytree-expander:before {
	content: "\f110";
	font-family: FontAwesome;
}

.fancytree-exp-n span.fancytree-expander:before,
.fancytree-exp-nl span.fancytree-expander:before {
	content: "";
}

span.fancytree-title {
	color: #333!important;
	font-family: 'Roboto', arial, sans-serif;
	width: calc(100% - 50px);
  font-size: 14px;
	margin-top: -2px!important;
}

span.fancytree-title strong {font-family: 'Roboto', arial, sans-serif;}
span.fancytree-icon, span.fancytree-checkbox, span.fancytree-expander, span.fancytree-custom-icon {margin-top: 0!important;}
span.fancytree-checkbox {
  background-image: none!important;
	position: relative;
	width: 18px!important;
	height: 18px!important;
}

span.fancytree-checkbox:before {
	content: '';
	width: 18px;
	height: 18px;
	border: 1px solid #c1c1c1;
	display: inline-block;
	position: absolute;
	border-radius: 3px;
}

.fancytree-selected span.fancytree-checkbox:after {
	content: '';
	position: absolute;
	width: 60%;
	height: 60%;
	opacity: 1;
	background: url('./../img/ch_box.svg');
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	left: 50%;
	top: 50%;
	margin: auto;
	transform: translate(-50%, -50%);
}

ul.fancytree-container {
	display: block;
	white-space: normal!important;
}
.ui-tooltip.ui-widget {
	font-size: 11px;
	padding: 3px 5px;
	border-radius: 6px;
	border: none;
}

.classification-tree-modal .switches a {
	border: 1px solid transparent;
	padding: 2px 5px;
	border-radius: 6px;
	color: #333;
}

.classification-tree-modal .switches a[data-active="yes"] {
	color: #fff;
	background: #3193e0;
}

span.fancytree-selected span.fancytree-title {
    font-style: normal!important;
    border-radius: 6px!important;
}

.fancytree-treefocus span.fancutree-selected span.fancytree-title,
.fancytree-treefocus span.fancytree-active span.fancytree-title {
	color: #fff!important;
	font-style: normal!important;
	background-color: #4198d5!important;
}

.links.col-sm-offset-1 > li {
	max-width: 50%;
	vertical-align: middle;
}

.sub_filter .links > li {
	vertical-align: middle;
	max-width: 18%;
}

.links.col-sm-offset-1 a.dropdown-toggle,
.sub_filter .links a#ext_f_toggle,
.sub_filter .links a.dropdown-toggle {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.billing_tables .table-bordered>thead>tr>th,
.billing_tables .table-bordered>tbody>tr>th,
.billing_tables .table-bordered>tfoot>tr>th,
.billing_tables .table-bordered>thead>tr>td,
.billing_tables .table-bordered>tbody>tr>td,
.billing_tables .table-bordered>tfoot>tr>td {
	border: none;
}

.billing_tables .input-group .form-group .control-label {
	position: absolute;
	top:0;
}

.billing_tables .input-group {
	padding-top: 20px;
}

.br-s {
	border-right: 1px solid #efefef;
}

.tas24 {
	position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.loading-bar {
    width: 130px;
    height: 5px;
    margin: 30px auto;
    border-radius: 2px;
    background-color: #cfcfcf;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
}

.loading-bar .blue-bar {
    height: 100%;
    width: 68px;
    position: absolute;
    -webkit-transform: translate(-34px,0);
    transform: translate(-34px,0);
    background-color: #5da4dc;
    border-radius: 2px;
    -webkit-animation: initial-loading 1.5s infinite ease;
    animation: initial-loading 1.5s infinite ease;
}

.as_fa {
    min-width: 16px;
    display: inline-block;
    text-align: center;
}

@-webkit-keyframes initial-loading {
    0%,100% {
        -webkit-transform: translate(-34px,0);
        transform: translate(-34px,0)
    }

    50% {
        -webkit-transform: translate(96px,0);
        transform: translate(96px,0)
    }
}

@keyframes initial-loading {
    0%,100% {
        -webkit-transform: translate(-34px,0);
        transform: translate(-34px,0)
    }

    50% {
        -webkit-transform: translate(96px,0);
        transform: translate(96px,0)
    }
}

input[class~=input-search]::-ms-clear
{
    display: none;
}

.non_ph.smooth_bnd {
    margin-top: 0!important;
}
.title-and-descr .cropped_wrap { margin-bottom: 16px; }
.cropped_wrap .h1.cropped,
.cropped_wrap h1.cropped,
.non_ph.smooth_bnd .action_period {
    border-top: none;
}
.tender .auction-title {
  position: relative;
}

.tender .auction-title.cropped {
  max-height: 2.8em;
 }

 .cropped_wrap p.cropped {
  max-height: 4.7em;
 }

.cropped_wrap .cropped {
  overflow: hidden;
  position: relative;
}
.news_prew .n_item .h3:after,
.cropped_wrap .cropped:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 38px;
	display: inline-block;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgb(255, 255, 255) 100%);
}

.card.single_notify .close {
  line-height: 17px;
	font-weight: 100;
	font-size: 30px;
}
.fa-auctions:before {content: "\f20a";}
.fa-auctions2:before {content: "\f237";}
.fa-prozorro:before {content: "\f16e";}

.news_prew .n_item {
	background: #fff;
  box-shadow: 0px 5px 25px 7px rgba(45, 145, 222, 0.1);
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .3s ease;
}

.news_prew .n_item:hover {
	box-shadow: 0 25px 20px -18px rgba(45, 145, 222, 0.3);
  -webkit-transform: translate(0px,-4px);
  -moz-transform: translate(0px,-4px);
  -ms-transform: translate(0px,-4px);
  -o-transform: translate(0px,-4px);
  transform: translate(0px,-4px);
}

.news_prew .n_item .h3 {
	height: 4.5em;
	overflow: hidden;
	position:relative;
	font-size: 14px;
}
.wrapper {
  overflow-x: unset;
  overflow-y: unset;
}
.pdng-5 {padding: 5px;}
.br-8 {border-radius: 8px;}
.br-12 {border-radius: 12px;}
.br-20 {border-radius: 20px;}
.br-100 {border-radius: 100px;}

.cards .auctions,
.cards .zakupki {
	min-height: 240px;
	background-position: 50%!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	border-radius: 12px;
	padding-top: 30px!important;
  padding-bottom: 30px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 0.3s ease;
  box-shadow: 0px 9px 20px 7px rgba(45, 145, 222, 0.1);
}

.cards .auctions:hover,
.cards .zakupki:hover {
    box-shadow: 0 25px 20px -18px rgba(0,0,0,0.25)!important;
    -webkit-transform: translate(0px,-4px);
    -moz-transform: translate(0px,-4px);
    -ms-transform: translate(0px,-4px);
    -o-transform: translate(0px,-4px);
    transform: translate(0px,-4px);
}
.cards .auctions {background: #5697CF;}
.cards .zakupki {background: #61BCC7;}
.cards .zakupki .h2,
.cards .auctions .h2 {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
  margin: 0 20px 30px 20px;
}

.cards .auctions .btn-primary,
.cards .zakupki .btn-primary {
  min-width: 160px;
  margin: 3px 7px;
	background: #2e5794!important;
	border: none;
	box-shadow: 0px 14px 22px -8px rgba(47, 87, 147, 0.6);
}
.cards .auctions img,
.cards .zakupki img {
	filter: brightness(0) invert(1);
}
.d-inline-block {display: inline-block!important;}
.btn-group-reg a {
  background: linear-gradient(to top, #2a90dd, #37bec9);
  min-width: 180px;
  color: #fff;
  padding: 12px 30px;
  font-size: 15px;
  display: inline-block;
  margin: -1px;
  -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.btn-group-reg a:first-child { margin-right: 12px;}

.p-logos-slider img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
   filter: grayscale(100%);
   max-width: 85px;
}

ul.taglist {
	list-style: none;
	text-align: center;
	padding: 0;
}

ul.taglist li {
	display: inline-block;
	margin: 4px;
  font-size: 14px;
  text-transform: lowercase;
}
.taglist li a { color: #3375a2; }
.new_label, .taglist li a {position: relative;}
.new_label::after, .taglist li a.ukr-zaliznica:after {
	content:'new';
	position: absolute;
	right:-3px;
	top:-12px;
	background: #d05353;
	color: #fff;
	font-size: 10px;
	padding: 0px 4px;
	border-radius: 8px;
}

ul.taglist li.all_i a {
  border: 1px solid #2b95dd;
  padding: 3px;
  border-radius: 20px;
  font-weight: 600;
}

.search_form.tab-content .nav-pills > li {
	display: inline-block;
	float: none;
	margin-left: -4px;
}

.search_form.tab-content .nav-pills>li.active>a {
  border-bottom-color: #3c8dbc;
  color: #4198D4;
  font-weight: 400;
}
.search_form.tab-content .nav-pills>li>a {
	background: transparent;
	color: #808080;
	font-size: 18px;
  border-top: none;
  border-bottom: 3px solid rgb(228, 228, 228);
  padding: 5px 15px;
	text-transform: lowercase;
}
.site-index .search_form.tab-content .input-group {
  box-shadow: 0px 14px 30px -10px rgba(45, 145, 222, 0.3);
	border-radius: 8px;
}
.logo_main {padding-left: 0;}
.logo_main img {
	max-height: 60px;
	max-width: 96px;
	width: auto;
}
.logo_main img:nth-child(2) {
	max-width: 128px;
}
.user_cab {
	text-transform: uppercase;
	font-weight: 700;
	color: #2a94dd!important;
  display: inline-block;
	margin-left: -3px;
}
.os-filter .select2-selection__arrow {display: none;}
.os-filter .select2-selection {
	border: none!important;
	padding: 0!important;
	box-shadow: none!important;
	height: auto!important;
}
.os-filter .select2-container--krajee .select2-selection--single .select2-selection__rendered {color: #0b99d9;}
.os-filter .select2-container--krajee .select2-selection__clear {
  font-size: 0!important;
  opacity: 1;
}

.os-filter .select2-container--krajee .select2-selection__clear:after {
  content: "\f191";
  font-family: FontAwesome;
  font-size: 16px;
  color: #dd4b39;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
.sub_filter .links > li {max-width: 24%;}
.select2-container--krajee .select2-dropdown {
  border: none;
  box-shadow: 0 9px 27px rgba(64, 151, 211, 0.2);
  background-color: rgba(255, 255, 255, 0.97);
  border-radius: 10px!important;
  overflow: hidden;
  min-width: 200px;
  padding: 10px;
}

.select2-container--krajee li.select2-results__option[aria-live="assertive"]  {
  font-size: 11px;
  text-align: center;
  color: #ababab!important;
  padding: 0;
  background: transparent!important;
}

#set-status-ul .level-1 a {font-weight: 600;}
#set-status-ul .level-2 {padding-left: 15px;}
#set-status-ul .level-3 {padding-left: 35px;}
.one_card .auction-view {word-break: break-word;}
.multiselect-container>li>a>label.radio,
.multiselect-container>li>a>label.checkbox,
.multiselect-container>li.multiselect-group label a {
	font-weight: normal;
	font-size: 14px;
	line-height: 18px!important;
	color: #333;
	display: inline-block;
	vertical-align: top;
	padding-left: 4px;
}

.multiselect-container>li>a>label.checkbox { padding-right: 38px; }

.multiselect-container>li>a,
.multiselect-container>li.multiselect-group { padding: 6px 18px }
.multiselect-container>li.multiselect-group:hover,
.multiselect-container.dropdown-menu>li:hover{ background: #e1e3e9; cursor: pointer;}
.sub_filter .dropdown-menu.multiselect-container {
  padding: 10px 0;
  min-width: 300px;
}

.multiselect-container.dropdown-menu>li>a {
	margin: 0;
	padding: 9px 0px 9px 38px;
	height: 100%;
	white-space: break-spaces;
}

.dropdown-menu.multiselect-container>li {
	width: 100%;
}

.sub_filter .dropdown-menu.multiselect-container .multiselect-item.checked {background-color: #337ab7;}
.sub_filter .dropdown-menu.multiselect-container .multiselect-item.checked a {color: #fff;}
.dropdown-menu.multiselect-container>li>a>label>input[type=checkbox] {margin-bottom: 0;}
.dropdown-menu.multiselect-container>li.active label,
.dropdown-menu.multiselect-container>li.active a,
.dropdown-menu.multiselect-container>li.active {
  color: #fff;
}
.select2-container--krajee .select2-results__option {font-size: 14px; border-radius: 6px!important; background: transparent;}
.dropdown-menu.subscribe_wr {
	min-width: 290px;
	padding: 10px;
}

.s_icon .fav,
.s_icon .tg,
.s_icon .sms,
.s_icon .email {
	margin: 3px;
	border: 1px solid #b1b1b1;
	padding: 3px;
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
}

.s_icon .sms:before {
	content: "\f1c6";
	font-family: FontAwesome;
	font-size: 16px;
  color: #b1b1b1;
}

.s_icon .tg:before {
	content: "\f2a8";
	font-family: FontAwesome;
	font-size: 16px;
  color: #b1b1b1;
}

.s_icon .email:before {
	content: "\f128";
	font-family: FontAwesome;
	font-size: 16px;
  color: #b1b1b1;
}

.s_icon .fav:before {
	content: "\f31b";
	font-family: FontAwesome;
	font-size: 16px;
  color: #b1b1b1;
}

.dropdown-menu.subscribe_wr li {
	min-height: 30px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.s_label {
	line-height: 35px;
  font-size: 14px;
}

.s_icon {
	display: inline-block;
	float: right;
}
.dropdown-menu.subscribe_wr .form_box {padding: 8px;}
.dropdown-menu.subscribe_wr .s_icon .sms.active{
  border: 1px solid #64bafc;
  background-color:#64bafb;
}
.dropdown-menu.subscribe_wr .s_icon .sms.active:before{color:#fff;}
.dropdown-menu.subscribe_wr .s_icon span.active{
  border: 1px solid #64bafc;
  background-color:#64bafb;
}
.dropdown-menu.subscribe_wr .s_icon span.active:before{color:#fff;}
#verifyCode-registration-recaptcha-container>div {margin: auto;}

.one_fi {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 10px;
  border-radius: 14px;
  color: #636363;
}
.one_fi strong {color: #4096d7;}
.tab-pane#auct .banner_block {display: none;}
.text-shadow {text-shadow: 0px 0px 25px #04081F;}
.user_cab small {
  text-transform: lowercase;
  font-weight: 400;
}
.active_filter a.dropdown-toggle .fa-angle-down {display: none;}
.active_filter a.dropdown-toggle {color: #4096d7;}
.af_clear {
  position: absolute;
  right: -20px;
  top: 1px;
  font-size: 16px;
  color: #dd4b39!important;
  display: none;
}
.active_filter .af_clear {display: block;}

/* CAROUSER ITEM SWITCH FADE ANIMATION START */
.carousel-fade .carousel-inner .item {transition-property: opacity;}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {opacity: 0;}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {opacity: 1;}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* CAROUSER ITEM SWITCH FADE ANIMATION END */
.follow-organization {
	margin-top: 10px;
	display:inline-block;
}
a.user_notif {position: relative;}
a.user_notif>span {
	font-size: 10px;
	position: absolute;
	top: 2px;
	right: 6px;
}
.flex-column {
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
.d-block { display: block;}
.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}
.align-items-center {align-items: center;}
.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.justify-content-center{justify-content: center;}

.flex-fill {
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto!important;
}
.h-100 {height: 100%!important;}
.w-100 {width: 100%!important;}
.jc-between {justify-content: space-between;}
.omnibox {width: 100%}
.omnibox li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.btn-magic.b_warning {
	background:orange;
	color:#fff;
	box-shadow: 0px 10px 28px -6px rgba(179, 122, 17, 0.6);
}

.main_page .recently_viewed .h2.text-blue2 {display: none;}
.form-group .select2-container--krajee .select2-selection--single .select2-selection__arrow { border-left: none; }
.form-group .select2-container--krajee .select2-selection--single .select2-selection__arrow b { display:none; }
.form-group .select2-container--krajee .select2-selection--single .select2-selection__arrow:before {
  content: "\f110";
  font-size: 16px;
  line-height: 40px;
  font-family: FontAwesome;
}

.slick-slide { margin: 0px 20px; }
.slick-slide img { width: 100%; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus { outline: none; }
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after { clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide { display: none; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img {
  display: block;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	max-width: 90px;
	max-height: 40px;
	width: auto;
	opacity: .7;
}
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide {
	display: inline-block;
	vertical-align: middle;
}
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden { display: none; }
.b-0 {border: none;}
.lable_ol {
	border: 1px solid #3d9ae3;
	padding: 3px 10px;
	border-radius: 20px;
	display: inline-block;
  text-align: center;
	line-height: 12px;
}
.ico_type {
	width: 46px;
	height: 46px;
	background: #f1f5f7;
	border-radius: 100%;
	display:inline-block;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}
.cloud-modal {
  box-shadow: none;
  border: 0;
}
.cloud-modal .modal-body {padding: 3px;}
.cloud-modal iframe {
  display: block;
  margin: 0 auto;
}
.main_page .recently_viewed .h2.text-blue2 {display: none;}
.ico_type.prozorro { background-image: url(/img/ico_types/ico_pz.png); }
.ico_type.fgvfo { background-image: url(/img/ico_types/ico_fg.png); }
.ico_type.auctions { background-image: url(/img/ico_types/ico_auct.png); }
iframe.cloudFrame {
  width: 100%;
  height: calc(100vh - 270px);
  border: none;
}
.loading-bar-cloud {
  margin: 0;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.cloud-loading {
  display: relative;
  opacity: 0.7;
  pointer-events: none;
}
.help_bid {
  font-size: 24px!important;
  background: #37b877;
  color: #fff;
  border-radius: 100%;
  padding: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.shadows-l {box-shadow: 0 5px 25px 7px rgba(95, 177, 241, 0.26);}
.description {word-break: break-all;}
.modal-promo-image {
	background-position: 50%!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	min-height: 240px;
	border-radius: 12px;
}
.modal-promo-image.uz-promo {background-image: url('/img/train-promo.jpg');}
.modal-body.sexy-promo h1 {font-size: 52px;}
.modal-body.sexy-promo {
	color: #fff;
	border-radius: 12px;
	background: rgba(35,85,102,1);
	background: -moz-linear-gradient(-45deg, rgba(35,85,102,1) 0%, rgba(0,0,0,1) 49%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(35,85,102,1)), color-stop(49%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(-45deg, rgba(35,85,102,1) 0%, rgba(0,0,0,1) 49%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(35,85,102,1) 0%, rgba(0,0,0,1) 49%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(35,85,102,1) 0%, rgba(0,0,0,1) 49%, rgba(0,0,0,1) 100%);
	background: linear-gradient(135deg, rgba(35,85,102,1) 0%, rgba(0,0,0,1) 49%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#235566', endColorstr='#000000', GradientType=1 );
	overflow: hidden;
}
.modal-body.sexy-promo::before {
	content: '';
	background: url("/img/girl.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 90%;
	display: block;
	z-index: 0;
	position: absolute;
}
.modal-body.sexy-promo .close {
	position: absolute;
	color: #fff;
	right: 10px;
	top: 0;
	z-index: 2;
	opacity: 1;
	font-size: 44px;
	font-weight: 100;
}
.copyMe {position: relative;}
.copyMe:hover {cursor: pointer;}

.select2-container--krajee .select2-search--dropdown .select2-search__field {
	height: 34px;
	background: none!important;
	box-shadow: none!important;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
  40% {-webkit-transform: translateY(-30px) }
  60% {-webkit-transform: translateY(-20px);}
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-30px);}
  60% {transform: translateY(-20px);}
}

.bounce {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}


/* THEME SWITHERS */
.choose-theme .theme-item img {
	max-width: 150px;
	margin: auto;
	border-radius: 12px;
	box-shadow: 0 25px 20px -18px rgba(0,0,0,0.25);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 0.3s ease;
}
.choose-theme .theme-item {
	position: relative;
}
.choose-theme .theme-item:hover img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: 0 25px 28px -18px rgba(0,0,0,0.45)!important;
	-webkit-transform: translate(0px,-3px);
	-moz-transform: translate(0px,-3px);
	-ms-transform: translate(0px,-3px);
	-o-transform: translate(0px,-3px);
	transform: translate(0px,-3px);
}
.choose-theme .theme-item input[type="radio"] {
	position: absolute!important;
	left: 45%;
	top: 45%;
	z-index: -1;
}

.choose-theme .theme-item i {
	display: inline-block;
	width: 32px;
	height: 32px;
	position: relative;
	font-style: normal;
}
.choose-theme .theme-item i:before {
	content: "\f18a";
	font-family: Fontawesome;
	font-size: 2em;
	line-height: 32px;
}

.choose-theme .active.theme-item .h4 {color: #63bafb;}
.choose-theme .active.theme-item i:before {content: "\f17d";}

#choose-theme-sm .theme-switch {
	width: 100%;
	height: 24px;
	display: inline-block;
	background: red;
	border-radius: 6px;
	box-shadow: 0 8px 18px -6px rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#choose-theme-sm .theme-switch:hover {
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translate(0px,-1px);
	-moz-transform: translate(0px,-1px);
	-ms-transform: translate(0px,-1px);
	-o-transform: translate(0px,-1px);
	transform: translate(0px,-1px);
	box-shadow: 0 12px 18px -8px rgba(0, 0, 0, 0.7);
}
#choose-theme-sm.choose-theme .theme-item input[type="radio"] {top: 4px;}
#choose-theme-sm .theme-switch-ttl {color: #fff;}

#choose-theme-sm label[for="theme-mode-auto-sm"] .theme-switch {background: linear-gradient(to right, #070b10, #f5f5f5);}
#choose-theme-sm label[for="theme-mode-light-sm"] .theme-switch {background: whitesmoke;}
#choose-theme-sm label[for="theme-mode-dark-sm"] .theme-switch {background: #151b22;}
.prozorro_theme .btn-group .btn-default.active {
	background-color: #3cbec8;
  border-color: #47bac3;
	color: #fff;
}
#choose-theme-sm.choose-theme .theme-item.active::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: #3197d3;
	border-radius: 100%;
	right: 20px;
	top: 4px;
}
#map,
[id^="map-"],
[id^="google-maps-item-"] {
  border-radius: 12px;
  overflow: hidden;
	max-height: 300px;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}

.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field,
.select2-container--krajee .select2-selection--multiple .select2-selection__choice,
.input-group .input-group-addon {
	border-radius: 8px;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
	margin: 3px 0 0 8px;
	color: #c12f2f!important;
	font-weight: 400;
    opacity: .9;
	text-shadow: none;
}
.input-group > .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.share-wrap a {padding: 8px 4px; display: inline-block;}
.share-wrap a img {width: 22px;}
.share-wrap a:hover {
	-webkit-transform: translate(0px,-1px);
	-moz-transform: translate(0px,-1px);
	-ms-transform: translate(0px,-1px);
	-o-transform: translate(0px,-1px);
	transform: translate(0px,-1px);
}
.inv-img {
	-webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
}
.tender-form .recently_viewed {padding: 48px 0;}
.filter-sb-fl {
	padding: 92px 0;
}

div[id^="set-subscr-"] {
	padding: 0;
	display: inline-block;
	width: 100%;
	max-height: 310px;
	overflow: auto;
}
div[id^="set-subscr-"] .radio>label span {vertical-align: middle; font-size: 14px; display: inline-block;}
div[id^="set-subscr-"] .radio { padding: 6px 0;}
div[id^="set-subscr-"] .radio label {
	display: flex;
	align-items: center;
	line-height: 16px;
}
#suscr-carousel .item .row.fcenter {min-height: 362px;}

/* MAPVIEW */
.mapview-re #map {
	width: 100%;
	border-radius: 12px;
	height: calc(100vh - 250px);
	min-height: 460px;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}
.tender-list-wrap {
	position: absolute;
	z-index: 9999;
	background: #fff;
	max-width: 320px;
	left: 24px;
	top: 8px;
	bottom: 8px;
	border-radius: 12px;
	box-shadow: 0px 9px 20px 7px rgba(48, 74, 95, 0.15);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	/* overflow: hidden; */
}
.tender-list-wrap.offside {transform: translateX(-100%);}
.tender-list {
	overflow: auto;
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	z-index: 2;
	background: #fff;
	/* padding-bottom: 74px; */
	/* scroll-behavior: smooth; */
}
a#toggle_map_list {
	width: 54px;
	height: 54px;
  display: inline-block;
  background: white;
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  z-index: -1;
  box-shadow: 8px 0px 26px -10px rgba(23, 65, 117, 0.7);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a#toggle_map_list::after {
	content: "\f111";
	font-family: FontAwesome;
	font-size: 24px;
	line-height: 40px;
  text-align: center;
  line-height: 54px;
  position: absolute;
  right: 6px;
	color: #3fbac7;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a#toggle_map_list:hover {cursor: pointer;}
.tender-list-wrap.offside a#toggle_map_list::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.tender-item {border-bottom: 1px solid whitesmoke; padding: 15px;}
.mapview-re .tender-item.active {background: rgba(50, 123, 218, 0.08);}
.mapview-re .tender-item:hover {background: rgba(145, 204, 245, 0.035);}
.gm-style .gm-style-iw-c .gm-style-iw-d::-webkit-scrollbar, .tender-list::-webkit-scrollbar {display: none;}
.gm-style .gm-style-iw-c {padding: 0!important; box-shadow: 0 9px 30px rgba(105, 149, 179, 0.35); max-width: 320px!important; min-width: 260px; border-radius: 12px;}
.gm-style .gm-style-iw-c .gm-style-iw-d {
	overflow-x: hidden!important;
	font-weight: 400;
	min-width: 260px;
	padding: 18px 12px 12px 12px!important;
}
.gm-bundled-control.gm-bundled-control-on-bottom>.gmnoprint>div,
.gm-style .gm-style-mtc div,
 button.gm-fullscreen-control {border-radius: 20px!important;}
.gm-style .gm-style-mtc div {font-size: 12px!important;}
.gm-style .gm-style-mtc:first-child {margin-right: 4px;}
.gm-style>div:nth-child(3), .gm-style .gm-style-cc span, .gm-style .gm-style-cc a {display: none!important;}
/* MAPVIEW END */

.likeslider {
  background: linear-gradient(to right, rgb(97, 188, 199), rgb(86, 151, 207));
  padding: 24px 0;
  border-radius: 12px;
  box-shadow: 0px 17px 28px -16px rgba(29, 65, 86, 0.3);
  margin: 64px 0 42px 0;
}

.likeslider img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all 1s ease;
  max-width: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-47%);
  -ms-transform: translate(-50%,-47%);
  transform: translate(-50%,-47%);
}
/* DOCUMENT VIEWER START */
#docView .modal-body {
	overflow: hidden;
	border-radius: 12px;
	padding: 0;
	align-items: center;
	display: flex;
	min-height: 320px;
}

#docView .box_show, #docView .img_box {background: #fff;}
#docView .img_box, #docView .box_show {width: 100%;}
#docView .modal-body > *:not(.preloader) {z-index: 2; position: relative;}
#docView .modal-body .preloader {
	position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 1;
	width: 100%;
}
.document-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	max-width: 80%;
	vertical-align: middle;
}
#docView iframe {
	height: 80vh;
	min-height: 500px;
	width: 100%;
}
#docView .modal-body img { min-height: 100%; }
.document-item { padding: 12px 0; }
.document-item a.document-title:not(.not-doc)::before {content: "\f1ec";}
.document-item a.document-title.not-doc::before {content: "\f268";}
.document-accessDetails-wrap > i.fa,
.document-item a.document-title::before {
	font-family: FontAwesome;
	font-size: 16px;
	margin-right: 4px;
}
/* DOCUMENT VIEWER END */

/* QESTION ANSWER BLOCK */
.question-wrap, .question-answer-wrap {
	background: #f8f9fc;
	padding: 12px;
	margin-bottom: 8px;
	margin-top: 8px;
	border-radius: 12px;
	position: relative;
}
.question-wrap {background: linear-gradient(to left, #f8f9fc, #efefef);}
.question-answer-wrap {background: linear-gradient(to right, #f8f9fc, #efefef);}
.question-answer-wrap::after, .question-wrap::after {
	position: absolute;
	bottom: 12px;
	font-size: 18px;
	color: #efefef;
}
.question-wrap::after {
	content: "◄︎";
	left: -14px;
}
.question-answer-wrap::after {
	content: "►";
	right: -14px;
}
.question-wrap {
	margin-right: 32px;
	margin-left: 12px;
}
.question-answer-wrap {
	margin-left: 32px;
	margin-right: 12px;
	margin-top: 18px;
}
.big-label {
    font-size: 12px;
    margin-bottom: 10px;
}
span.object-type-icon {
	font-size: 18px;
	vertical-align: middle;
}
.object-item-name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0;
	font-weight: 400;
	text-align: left;
}
.for-site-map ul li {
    list-style-type: none;
}
.for-site-map h2 {
    color: #4097d3;
}
.for-site-map div:nth-child(3) ul {
    list-style-position: inside;
    -moz-column-count:2; /* Firefox */
    -webkit-column-count:2; /* Safari and Chrome */
    column-count:2;
    list-style-type:decimal;
    height: 300px;
}
.for-site-map div ul {
    padding: 0;
}
.list-koatuu>.list-group {
	max-height: 500px;
	overflow: auto;
}
.list-koatuu .up_to_level_koatuu { margin-top: -64px; }
.list-group-item:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.list-group-item:last-child {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.action-level {
	padding-left: 28px;
	position: relative;
}

.action-level.action::before {
	content: "\f35d";
	font-family: FontAwesome;
	position: absolute;
	left: 4px;
	top: 4px;
	font-size: 18px;
	-moz-transform: scale(-1, 1) rotate(90deg);
	-ms-transform: scale(-1, 1) rotate(90deg);
	-webkit-transform: scale(-1, 1) rotate(90deg);
	-o-transform: scale(-1, 1) rotate(90deg);
	transform: scale(-1, 1) rotate(90deg);
}
#jarvis_call iframe,
iframe.youtube,
.news-view img {
    border-radius: 12px;
    margin: 46px auto;
    display: block;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
	max-width: 100%;
}

#jarvis_call iframe { margin: 24px auto; }
#accordion_jarvis {
	height: 100%;
	overflow: auto;
	margin-bottom: 0;
	padding-bottom: 24px;
	max-height: 520px;
}

#organization-select>span.label { margin-right: 6px; }

.list-koatuu a.list-group-item {
	display: flex;
    align-items: center;
    justify-content: space-between;
	border: none;
    padding-left: 8px;
    padding-right: 8px;
	border-radius: 12px;
}

.list-koatuu a.list-group-item > .badge {
	margin-left: 16px;
}

/* FROM PANEL START  */

.my-super-select2 ul li a, #organization-select {
    display: flex;
    align-items: center;
}

#organization-select>span.label {
	margin-right: 6px;
}

.b24-widget-button-position-bottom-left .b24-widget-button-social-item, 
.b24-widget-button-position-top-left .b24-widget-button-social-item, 
.b24-widget-button-position-top-middle .b24-widget-button-social-item, 
.b24-widget-button-position-bottom-middle .b24-widget-button-social-item {
	margin: 8px 4px!important;
}

.b24-widget-button-block {
    width: 54px!important;
    height: 54px!important;
}

.b24-widget-button-shadow {
	z-index: 1048!important;
}

.b24-widget-button-inner-mask {
	height: 72px!important;
}

.b24-widget-button-inner-block {
	height: 54px!important;
}

.b24-widget-button-wrapper.b24-widget-button-position-bottom-left {
    left: 18px!important;
    right: unset!important;
    bottom: calc(5% + 184px)!important;
    z-index: 1049!important;
}

.news_prew p.h2.text-center.text-uppercase {
	margin-bottom: 48px;
}

.bingc-phone-button {
	display:none!important;
}

#u_body_wrap #bingc-active {
    height: 155px !important; 
    width: 90%!important;
    max-width: 800px;
    bottom: 10px!important;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,.4);
}

#u_body_wrap #bingc-phone-button svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
	fill: #006eaa !important;
}

#u_body_wrap #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-we-will-call-you {
    top: 10px;
    left: 20px;
    font: 300 18px/20px 'roboto',Arial;
    text-align: center;
}
            
#u_body_wrap #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-statistics {
    display:none!important;
}

#u_body_wrap #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form {
    top: 92px;
    left: 20px;
}

#u_body_wrap #bingc-passive div.bingc-passive-overlay a.bingc-powered-by,
#u_body_wrap #bingc-active a.bingc-powered-by {
    display:none!important;
}

#u_body_wrap #bingc-phone-button div.bingc-phone-button-tooltip.bingc-phone-button-tooltip-bottom-left {
	border-radius: 12px;
}
            
#u_body_wrap #bingc-phone-button div.bingc-phone-button-tooltip svg.bingc-phone-button-arrow polyline {
    fill: rgba(0, 110, 170, 0.95) !important;
}

#u_body_wrap #bingc-phone-button div.bingc-phone-button-tooltip {
    background: rgba(0, 110, 170, 0.95) !important;
}

#u_body_wrap #bingc-passive div.bingc-passive-overlay {
    height: 455px !important;
    position: relative !important;
    top: 100px !important;
    border-radius: 12px;
}

#u_body_wrap #bingc-active div.bingc-active-overlay {
    height: 155px !important;
}

#u_body_wrap #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form input.bingc-passive-get-phone-form-input,
#u_body_wrap #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form input.bingc-active-get-phone-form-input {
    border-radius: 12px 0 0 12px!important;
}

#u_body_wrap #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button,
#u_body_wrap #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form a.bingc-active-phone-form-button {
    border-radius: 0 12px 12px 0!important;
    margin-left: -1px;
}

.b24-widget-button-popup.b24-widget-button-popup-show {
	box-shadow: 0 4px 24px -6px rgb(0 0 0 / 70%)!important;
}

.b24-widget-button-popup.b24-widget-button-popup-show .b24-widget-button-popup-btn-hide {
	opacity: 1!important;
}

#u_body_wrap #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form.bingc-offline-form {
	left: 20px!important;
}

/* FROM PANEL END  */

.custom-switchbox .form-group>label{
	display: flex;
	align-items: center;
}

.custom-switchbox .form-group>label .bootstrap-switch-wrapper {
	flex: none;
	margin-top: 0;
}