@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic&subset=latin,cyrillic,cyrillic-ext);
@import "../fonts/GothamPro/GothamPro.css";
html { height: 100% }
.main { height: 100% }
body {
    background: #f0f0f0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    min-width: 320px;
    max-width: 1920px;
    overflow-x: hidden;
    margin: 0 auto;
    position: relative;
}
.main-inner { min-height: 900px }
.wraper,
footer {
    margin-left: 237px;
    padding-left: 0;
    position: relative;
    border-top:2px solid #f0f0f0;
}
footer .content {
    padding-left: 5px;
    padding-right: 20px;
}
.header { position: relative }
.header:after {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -2px;
    content: "";
    border-bottom: 2px solid #f0f0f0;
}
.wraper-fix .header {
    position: fixed;
    left: 222px;
    top: 0;
    right: 0;
    z-index: 9000;
    min-width: 320px;
    max-width: 1920px;
}
.wraper-fix { padding-top: 80px; }
.content {
    padding-left: 10px;
    padding-right: 10px;
}
a,
a:focus,
a:hover,
a:active {
    outline: none;
    color: #000;
}
img {
    max-width: 100%;
    height: auto;
}
.main { }
.sidebar-left {
    width: 222px;
    background: #2f2f2f;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    height: 100%;
}
.sidebar-left ul {
    margin: 0;
    padding: 20px 0px 0px 0px;
    font-family: 'GothamProMedium';
    line-height: 2.5;
    font-size: 11px;
    list-style-type: none;
}
.sidebar-left ul li ul {
    padding: 0px 0px 10px 10px;
    font-size:10px;
    line-height: 2;
    
}
.sidebar-left ul li ul {display:none;}
.sidebar-left ul li.active ul {display:block;}


.sidebar-left ul:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.sidebar-left hr {
    margin: 20px 48px 0px 48px;
    height: 1px;
    border-color: #444;
}
.size-11 { font-size: 11px }
.size-12 { font-size: 12px }
.size-14 { font-size: 14px }
.text-bold { font-weight: 700 }
.uppercase { text-transform: uppercase }
.sidebar-left li { position: relative; white-space:nowrap; }
.sidebar-left ul a {
    color: #7f7f7f;
    display: block;
    padding: 0 46px;
}
.sidebar-left  ul a:hover,
.sidebar-left  ul a:focus,
.sidebar-left  ul a:active,
.sidebar-left  ul .active > a {
    color: #fff;
    text-decoration: none;
}
/*
.sidebar-left  ul .active > a:after {
    display: block;
    content: "\f0d9";
    position: absolute;
    right: 0;
    top: 50%;
    color: #f0f0f0;
    margin: -7px 0 0 0;
    font: normal normal normal 14px/1 FontAwesome;
}
*/
/*
.left-menu ul:last-child { padding-bottom: 0 }
*/
.logo {
    display: block;
    height: 70px;
    background: #008dd2 url('../img/logo.png') no-repeat center center;
    z-index: 1000;
}
/*
* Header
*/
.header {
    height: 70px;
    background: #fff;
    margin: 0 0 20px 0;
}
.header .form-control {
    border-radius: 0;
    height: 70px;
    border: 0;
    padding-left: 70px;
    background: url('../img/search.png') no-repeat 30px center;
}
.header .form-control:focus { box-shadow: none }
.header .form-search { margin-right: 320px }
.header-btns {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    white-space: nowrap;
    height: 68px;
}
.header-btns > a { padding: 0 30px }
.header-btns i { font-style: normal }
.header-btns > a,
.header-btns > div {
    border-left: 2px solid #edecec;
    line-height: 70px;
    text-align: center;
    display: block;
    float: left;
    color: #b0b0b0;
    position: relative;
}
.header-btns > a:hover,
.header-btns > div:hover { color: #008dd2 }
.header-balance {
    max-width: 120px;
    overflow: hidden;
}
.header-balance .fa {
    margin-right: 4px;
    font-size: 14px !important;
}
.header-notify button,
.header-user button {
    background: none;
    border: 0;
    padding: 0 30px;
}
.header-user button {
    max-width: 200px;
    overflow: hidden;
}
.header-user button img {
    max-width: 37px;
    max-height: 37px;
    border-radius: 50%;
    margin-right: 10px;
}
.header-notify .dropdown-menu,
.header-user .dropdown-menu {
    right: 0px;
    background-color: #fff;
    border-top: 2px solid #b0b0b0;
    border-radius: 0;
}
.header-notify .dropdown-menu {
    min-width: 350px;
    right: -2px;
    padding: 0;
    left: auto;
    font-size: 12px;
}
.header-notify .dropdown.open,
.header-user .dropdown.open { background: #f0f0f0 }
.header-notify .dropdown.open > button,
.header-user .dropdown.open > button { color: #008dd2 }
.header-notify .dropdown-menu:before,
.header-user .dropdown-menu:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0d8";
    position: absolute;
    left: 70px;
    top: -11px;
    color: #b0b0b0;
}
.notify-title {
    background: #b0b0b0;
    color: #fff;
    line-height: 1;
    padding: 13px 15px;
    font-size: 13px;
}
.notify-title .modal-close {
    right: 10px;
    opacity: 1;
    padding: 0;
    top: 8px;
}
.header-notify .dropdown-menu:before {
    right: 35px;
    left: auto;
}
.header-notify .dropdown-menu a {
    color: #616161;
    padding: 15px;
}
.header-notify .dropdown-menu a .fa { margin-right: 10px }
.header-notify .dropdown-menu a:hover,
.header-notify .dropdown-menu a:focus,
.header-notify .dropdown-menu a:active {
    background: transparent;
    color: #000;
}
.header-notify .dropdown-menu a:hover .fa { color: #008dd2 }
.header-notify li { border-bottom: 1px solid #e5e5e5 }
.header-notify ul li:last-child { border-bottom: 0 }
.notify-date {
    padding-right: 8px;
    color: #b5b5b5;
}
.header-user ul a {
    font-size: 12px;
    color: #616161;
}
.header-user .fa {
    width: 22px;
    font-size: 12px !important;
}
.header-btns > a:hover,
.header-btns > a:focus,
.header-btns > a:active { text-decoration: none }
.header-btns span.badge {
    position: absolute;
    background: #ee0043;
    font-family: 'GothamProMedium';
    font-size: 11px;
    left: 38px;
    top: 15px;
}
.header-btns .fa {
    font-size: 17px;
    font-weight: 700;
}
.notify-avatar {
    height: 37px;
    overflow: hidden;
    width: 37px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
    margin-top: 5px;
}
.notify-avatar img { border-radius: 50% }
.notify-user { color: #000 }
.notify-info {
    display: inline-block;
    vertical-align: top;
    max-width:240px;
}
.notify-msg {
    display: block;
    line-height: 1.3;
}
.dropdown-menu > li > a .notify-info{line-height: 1.4; white-space:normal; max-height:66px; overflow:hidden;}

/*
* End Header
*/
.item {
    background: #fff;
    border-radius: 5px;
    margin: 0 0 20px 0;
    height: 400px;
    /*overflow: hidden;*/
}
.item-img {
    overflow: hidden;
    text-align: center;
    position: relative;
}
.item-img > a {
    display: block;
    /*height:210px;*/
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
}
.item-img > a:empty {display:none; height:auto;}


.item-img-top > a { border-radius: 5px 5px 0 0 }
.item-img-left > a { border-radius: 5px 0 0 5px }

.item-img img {
    border-radius: 5px 5px 0 0;
    max-width:100%;
}
.item-img > a[style*="background"] > img{
    opacity: 0;
}
.item-img-left img {
    border-radius: 5px 0 0 5px;
    max-height:100%;
}
.item-img-left + .item-info {
    padding-right: 30px;
    padding-left: 5px;
}
.item-price {
    font-size: 15px;
/*    color: #81b329; */
color: #000;
    font-weight: 700;
/*    margin-bottom: 12px; */
}
.item-intro {
    color: #888;
    font-size: 12px;
    margin-bottom: 12px;
    /*
    max-height: 35px;
    overflow: hidden;
    */
}
.item-intro a {
    color: #737373;
    text-decoration: none;
}
.item-info { padding: 12px 15px }
.item-rub {
    /* font-family: 'GothamProMedium'; */
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin-top: 5px;
    color: #888;
}
.item-rub a { color: #888 }
.item-title {
    margin-bottom: 10px;
/*
max-height: 76px;
    overflow: hidden;
    */
}
.item-title a { color: #000 }
.item-big .item-title {
    font-size: 27px;
    font-weight: 300;
    display: block;
    padding-right: 15px;
    margin-bottom: 12px;
    line-height: 1.2;
    max-height: 98px;
}
.item-big .item-counts { display: inline }
.item-mini,
.item-mini .item-img > a { height: 190px }
.item-author, .item-author a {
    font-size: 13px;
    color: #888;
}
.item-counts { margin-top: 12px; color: #888; font-size:11px; }
.item-counts a { color: #888;}
.item-counts a:hover {color: #555; text-decoration: none;}

.item-counts.size-14{font-size:14px;}

.btn-circle {
    border-radius: 50px;
    color: #000;
    background: #fff;
    margin: 25px auto;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'GothamProMedium';
    padding: 15px 30px;
}
.btn-circle:hover { color: #008dd2 }
.hot-news {
    background: #fff;
    height: 42px;
    margin: 0 0 20px 0;
    padding: 12px 109px 12px 15px;
    position: relative;
    white-space: nowrap;
    border-radius: 3px;
    overflow: hidden;
}
#newsData {
    line-height: 1.3;
    width: 100%;
    overflow: hidden;
}
.hot-news-title {
    color: #008aff;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'GothamProMedium';
    padding: 2px 20px 0 0;
}
.inline-block {
    display: inline-block;
    vertical-align: top;
}
.hot-news-control {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 94px;
    background: #fff;
}
.hot-news-control a {
    display: block;
    width: 47px;
    height: 42px;
    border-left: 1px solid #f1f1f1;
    float: left;
    text-align: center;
    line-height: 42px;
    font-size: 17px;
    color: #bebebe;
}
.hot-news-control a:hover { color: #2ba0da }
#newsData a {
    color: #000;
    text-decoration: none;
}
.item-img-one {
    border-radius: 5px;
    position: relative;
    height: 190px;
}
.item-img-one img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.item a.box-view {
    text-align: center;
    padding: 35px 45px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.6);
}
.item-img-one:hover > a { text-decoration: underline }
.item .img-one-title {
    font-family: 'GothamProMedium';
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
/*
.block-select-rub { position: relative }
.block-select-rub .block-select-rub-select {
    padding-right: 42px;
    line-height: 30px;
    width: 140px;
    height: 42px;
}
*/
.block-select-rub .dropdown-menu {
    width: 140px;
    min-width: 140px;
}
.block-select-rub-arr {
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -11px 0 0 0;
    color: #c2c2c2;
    border: 1px solid #c2c2c2;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: block;
    text-align: center;
    line-height: 17px;
    font-size: 16px;
}
.ui-menu .ui-menu-item-wrapper {
    padding: 10px 20px 10px 70px;
    color: #5d5c5c;
    border-color: transparent;
}
.ui-menu .ui-menu-item-wrapper.ui-state-active {
    background: #008dd2;
    color: #fff;
}
.ui-widget.ui-widget-content {
    z-index: 99999;
    border-top: 2px solid #b0b0b0;
}
.ui-widget.ui-widget-content:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0d8";
    position: absolute;
    left: 70px;
    top: -11px;
    color: #b0b0b0;
}
.chosen-container-multi .chosen-choices li.search-choice {
    border: 0;
    background: #dfdfdf;
    box-shadow: none;
    color: #626262;
    padding: 4px 20px 5px 5px;
}
.chosen-container-single .chosen-single{height:34px;}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close { top: 6px }
.chosen-container-multi .chosen-choices { padding: 2px }
.chosen-container-multi .chosen-choices li.search-field { line-height: 22px }
.chosen-container-single .chosen-single,
.chosen-container-multi .chosen-choices {
    /*height: 34px !important;*/
    background: #fff;
    line-height: 34px;
    box-shadow: none;
    border-radius: 3px;
    padding-left: 13px;
    border: 1px solid #d1d1d1;
    -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;
}
.home-tenders .chosen-container-multi .chosen-choices { padding-left: 5px }
.chosen-container-single .chosen-single div b { background-position: 0 8px !important }
.chosen-select .chosen-container-single .chosen-drop,
.chosen-select .chosen-container-multi .chosen-drop {
    background: #fff;
    border: #e1e1e1;
}
.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    border-radius: 0 0 3px 3px;
}
.chosen-container .chosen-results li { padding: 10px 6px 10px 13px }
.chosen-container .chosen-results li.highlighted {
    background: #008dd2;
    color: #fff;
}
.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-active.chosen-with-drop.chosen-container-multi .chosen-choices {
    background: #fff;
    border-color: #66afe9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.list-items { margin-bottom: 20px }
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 27px;
    padding-left: 8px;
}
/*
* Home services
*/
.home-services {
    background: #ebebeb;
    padding: 30px 0 0;
}
.home-services .js-services { padding-bottom: 30px }
.home-services .js-services:after {
    content: "";
    clear: both;
    display: table;
}
.box-title {
    margin-bottom: 30px;
    padding: 0 0px 0 0px;
    position: relative;
}
.box-title h1,
.box-title h2,
.box-title h3,
.box-title h4,
.box-title h5,
.box-title h6 {
    font-weight: 700;
    font-size: 16px;
    color: #c0c0c0;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
fieldset div.box-title {margin-bottom:0px;}

/*
* End Home services
*/
.inline { display: inline }
.home-tenders { padding: 30px 0 0 }
.home-tenders .box-title h3 {
    float: left;
    padding-top: 8px;
}
.home-tenders .box-title .box-select {
    padding: 0 42px 0 115px;
    position: relative;
}
.home-tenders .box-title .chosen-select {
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: top;
}
.home-tenders .box-title .chosen-single,
.home-tenders .box-title .chosen-container-multi .chosen-choices,
.chosen-container .chosen-results { border: 1px solid #d1d1d1 }
.home-tenders .box-title .chosen-select:nth-child(1) { width: 52% }
.home-tenders .box-title .chosen-select:nth-child(2) { width: 29% }
.btn-blue {
    color: #fff!important;
    font-size: 11px;
    background: #008dd2;
    font-family: 'GothamProMedium';
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
}
.btn-blue:hover {
    color: #fff;
    opacity: 0.8;
}
.btn-blue:active,
.btn-blue:focus { color: #fff }
.btn-white {
    background: #fff;
    position: relative;
    border: 0;
}
.dropdown-menu {
    border: 0;
    margin: 0;
    border-radius: 0 0 4px 4px;
}
.dropdown.open .btn-white {
    border-radius: 4px 4px 0 0;
    color: #fff;
}
.dropdown.open .btn-white,
.dropdown-menu { background-color: #2f2f2f }
.dropdown-menu > li > a {
    color: #7f7f7f;
    padding: 3px 12px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #008dd2;
}
.btn-white .caret {
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -1px 0 0 0;
}
.dropdown-menu > li > a { line-height: 28px }
.home-tenders .box-title .btn-blue { width: 12% }
.tags { /*margin: 0 0 15px 0;_NO__DOTCOMMA__AFTER__*/  }
.margin-bottom-15 { margin-bottom: 15px }
.tags ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.tags ul li, .tags > a {
    float: left;
    margin: 0 4px 4px 0;
}
.tags ul li a, .tag, .tags > a {
    background: #efefef;
    border-radius: 2px;
    color: #000;
    text-decoration: none;
    padding: 2px 9px;
    display: block;
    font-size:12px;
}
.alphabet.tags A {font-size:13px;}
.alphabet.tags A.active{background:#888; color:#fff;}
.tags ul li a:hover, .tags > a:hover { opacity: 0.7 }

.tags-title {
    float: left;
    margin-right: 10px;
    margin-bottom: 4px;
}
.page-rub a {
    color: #000;
    text-decoration: none;
}
.page-rub a:hover { text-decoration: underline }
@media screen and (max-width: 850px) { 
    .header-user i { display: none }
    .header-user button img { margin-right: 0 }
    .header-user .dropdown-menu {
        right: 0;
        left: auto;
    }
    .header-user .dropdown-menu::before {
        left: auto;
        right: 20px;
    }
    .header-notify .dropdown-menu { left: 0 }
    .header-notify .dropdown-menu::before {
        left: 20px;
        right: auto;
    }
}
@media screen and (min-width: 768px) { 
    .modal-dialog-395 { width: 395px }
}
.form-control { border-color: #d1d1d1 }
.modal-box {
    background: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.4);
    box-shadow: 0 5px 15px rgba(0,0,0,.4);
    border-radius: 2px;
    padding: 30px 0;
}
.modal-box-in { padding: 0 30px }
.modal-box .modal-box-header {
    padding: 0px 30px 25px 30px;
    position: relative;
    color: #373737;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
.modal-close {
    width: 20px;
    height: 20px;
    text-align: center;
    color: #d9d9d9;
    background: 0 0;
    font-size: 21px;
    opacity: .7;
    position: absolute;
    right: 20px;
    top: -3px;
    padding: 0;
    line-height: 1px;
    border-radius: 50%;
    border: 2px solid #d9d9d9;
}
.modal-close:hover {
    color: #008dd2;
    border-color: #008dd2;
}
.modal-box .modal-box-header h4 {
    color: #373737;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    color: #c0c0c0;
}
.padding0 { padding: 0 !important }
.form-group-username .form-control,
.form-group-password .form-control { padding-left: 35px }
.form-forget {
    text-decoration: none;
    color: #2c3745;
    font-size: 12px;
    position: absolute;
    top: 9px;
    right: 15px;
    font-weight: 500;
}
.form-group { position: relative }
.form-group-username:before { content: "\f007" }
.form-group-password:before { content: "\f023" }
.form-group-password:before,
.form-group-username:before {
    position: absolute;
    top: 11px;
    left: 15px;
    color: #ccc;
    font: normal normal normal 12px/1 FontAwesome;
}
#loginModal .checkbox { padding: 7px 0 }
.checkbox,
.radio {
    margin: 0;
    position: relative;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="checkbox"],
.radio input[type="radio"] {
    position: absolute;
    visibility: hidden;
}
.checkbox label,
.radio label {
    position: relative;
    padding: 0 0 0 25px;
    color: #2c3745;
    line-height: 18px;
    min-height: 18px;
}
.checkbox label:after,
.checkbox label:before,
.radio label:after,
.radio label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font: normal normal normal 14px/1 FontAwesome;
}
.checkbox label:before,
.radio label:before {
    width: 18px;
    height: 18px;
    text-align: center;
    background: none;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
}
.radio label:before { border-radius: 50% }
.checkbox input[type="checkbox"]:checked + label:after,
.radio input[type="checkbox"]:checked + label:after,
.checkbox input[type="radio"]:checked + label:after,
.radio input[type="radio"]:checked + label:after {
    font-weight: 400 !important;
    content: "\f00c";
    text-align: center;
    line-height: 18px;
    width: 18px;
    color: #008dd2;
}
.checkbox input[type="checkbox"]:checked + label:before,
.radio input[type="checkbox"]:checked + label:before,
.checkbox input[type="radio"]:checked + label:before,
.radio input[type="radio"]:checked + label:before { border-color: #008dd2 }
.checkbox input[type="radio"]:checked + label:after,
.radio input[type="radio"]:checked + label:after {
    content: "\f111";
    font-size: 8px;
    text-align: center;
}
.checkbox input[type="radio"]:checked + label:after,
.chosen-select .chosen-container-single .chosen-single div,
.radio input[type="radio"]:checked + label:after,
.checkbox input[type="checkbox"]:checked + label:after,
.chosen-select .chosen-container-single .chosen-single div,
.radio input[type="checkbox"]:checked + label:after {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.form-bottom-link {
    line-height: 38px;
    display: block;
    float: right;
    text-decoration: none;
    color: #2c3745;
}
.form-bottom-link:hover { color: #0288e7 }
.btn-enter {
    float: left;
    padding: 9px 42px 11px;
}
.btn-enter:hover {
    color: #fff;
    opacity: 0.8;
}
.modal-bottom-soc {
    border-top: 1px solid #f1f1f1;
    padding: 30px 30px 0 30px;
    margin-top: 35px;
}
.modal-bottom-soc ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
}
.modal-bottom-soc ul:after {
    content: '';
    clear: both;
    display: table;
}
.modal-bottom-soc ul li {
    float: left;
    margin-left: 10px;
}
.modal-bottom-soc a {
    width: 30px;
    height: 30px;
    display: block;
}
.modal-bottom-soc a:hover { opacity: 0.7 }
.modal-bottom-soc .fb { background: url('../img/facebook.png') no-repeat }
.modal-bottom-soc .vk { background: url('../img/vk.png') no-repeat }
.modal-bottom-soc .tw { background: url('../img/tw.png') no-repeat }
.modal-bottom-soc .gp { background: url('../img/gp.png') no-repeat }
.modal-bottom-soc .ya { background: url('../img/ya.png') no-repeat }
.modal-bottom-soc-title {
    float: left;
    line-height: 30px;
    margin-right: 20px;
}
.incorrect-information { padding-top: 8px }
.text-gray,
.text-gray a { color: #737373 }
.add2favorite {
    margin-top: 3px;
    margin-bottom: 6px;
    color: #737373;
    font-size: 12px;
}
.add2favorite a { color: #737373 }
.comment-item .text-gray {
    padding-right: 125px;
    min-height: 25px;
    position: relative;
}
.comments-rating {
    position: absolute;
    top: 0;
    right: 0;
}
.comments-rating a,
.comments-rating span {
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
    font-size: 15px;
    min-width: 25px;
    text-align: center;
}
.comments-rating a { border: 1px solid #e7e7e7 }
.comments-rating a:hover {
    text-decoration: none;
    background: #e7e7e7;
}
.comments-rating span {
    margin-left: 5px;
    font-weight: 900;
    padding: 0 2px;
}
.comments-rating-plus {
    color: #81b329;
    background: #eff9e3;
}
.comments-rating-minus {
    color: #e43737;
    background: #ffe5e5;
}
.box_answer_id .offers-header { display: none }
.reply {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}
footer {
    background: #fff;
    padding: 25px 15px;
}
.footer-menu { float: left }
.footer-menu ul {
    list-style-type: none;
    width: 465px;
    margin: 0;
    padding: 0;
    width: 140px;
    margin: 0 20px 0 0;
    float: left;
}
.footer-menu li a {
    font-size: 12px;
    color: #000;
}
.footer-counts {
    padding: 10px 0 0 0;
    text-align:center;
}
.footer-soc {
    float: right;
    margin: 10px 0 0 0;
}
.footer-soc a {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 0 0 10px;
}
.footer-soc a.fb { background: url('../img/facebook.png') no-repeat center center }
.footer-soc a.vk { background: url('../img/vk.png') no-repeat center center }
.footer-soc a.tw { background: url('../img/tw.png') no-repeat center center }
.footer-copyright {
    border-top: 1px solid #f1f1f1;
    padding: 25px 10px 0;
    margin: 25px 0 0 0;
    font-size: 12px;
    color: #616161;
    text-align: center;
}
.footer-copyright ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer-copyright li {
    display: inline-block;
    vertical-align: top;
    padding: 0 13px;
}
.footer-copyright a {
    color: #616161;
    text-decoration: none;
}
.open-menu { display: none;z-index: 99999; }
.likes {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.likes.active > .fa-heart { color: #5cb2dc }
.likes .popup-likes {
    position: absolute;
    padding: 15px;
    border-radius: 3px;
    background: #2f2f2f;
    width: 270px;
    top: 25px;
    left: -125px;
    text-align: center;
    color: #fff;
    z-index: 20;
    box-shadow: 2px 2px 6px 0px #777;
    display: none;
    z-index: 10001;
}
.likes:hover > .popup-likes { display: block }
.likes .popup-likes table { margin: 15px 0 0 0 }
.likes .popup-likes table a {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}
.likes .popup-likes table a img {
    max-width: 100%;
    max-height: 100%;
}
.popup-likes-arr {
    position: absolute;
    left: 0;
    top: -12px;
    display: block;
    width: 100%;
    text-align: center;
    color: #2f2f2f;
}
.white-box {
    background: #fff;
    border-radius: 3px;
}
.breadcrumbs {
    padding: 20px;
    border-bottom: 1px solid #e7e7e7;
    margin: 0 -10px 15px -10px;
    color: #737373;
    font-size: 12px;
}
.breadcrumbs a {
    color: #000;
    text-decoration: none;
}
.breadcrumbs a:hover { text-decoration: underline }
.breadcrumbs a:after {
    content: "\f101";
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    font: normal normal normal 9px/1 FontAwesome;
    color: #bababa;
}
.page-title { padding-bottom: 20px }
.page-title h1 {margin: 0; padding: 0;}
.content-inner {
    padding: 0 10px 20px;
    margin-bottom: 20px;
}
.page-intro { font-size:15px; font-weight:bold;}
.listing-avatar {padding:25px 15px 25px 30px; float:left;}
.user-mini { }
.user-avatar, td.avatar > div {
    float: left;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    display: block;
    background:#ccc;
}
.text-right .user-avatar {float:right;}

.user-mini-info {
    float: left;
    padding-top: 4px;
}
.user-mini-info a {
    display: block;
/*    font-weight: 600; */
}
.user-rating { color: #81b329 }
.user-rating .fa {
    color: #737373;
    margin-right: 5px;
}
.list-vews-items {
    list-style-type: none;
    line-height: 2;
    margin: 0;
    padding: 0;
}
.list-vews-items .fa { margin-right: 5px }
.company-address { line-height: 2 }
.box-share { padding-top: 4px }
.page-tabs .nav-tabs { background: #2f2f2f }
.page-tabs .nav-tabs > li > a {
    color: #fff;
    padding: 14px 15px;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'GothamProMedium';
    color: #7f7f7f;
    height: 45px;
}
.page-tabs .nav-tabs > li.active > a,
.page-tabs .nav-tabs > li.active > a:focus,
.page-tabs .nav-tabs > li.active > a:hover {
    background: rgba(255,255,255,0.2);
    border-radius: 0;
    border-color: transparent;
    color: #fff;
}
.page-tabs .nav-tabs > li > a:hover {
    border-color: transparent;
    border-radius: 0;
    background: transparent;
}
.page-tabs .nav-tabs > li > a:hover { color: #fff }
.page-tabs .nav-tabs > li.active > a:after {
    content: "\f0d8";
    position: absolute;
    bottom: 0;
    height: 9px;
    left: 50%;
    margin-left: -4px;
    color: #f0f0f0;
    font: normal normal normal 14px/1 FontAwesome;
}
.page-tabs .tab-content {
    padding: 30px 20px 25px;
    background: #fff;
    margin-top: 20px;
    line-height: 1.5;
    color: #737373;
}
.tabs-title { margin: 0 0 20px 0 }
.tabs-title h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #c0c0c0;
}
.page-tabs .nav-tabs > li > a span {
    color: #fff;
    font-size: 11px;
    font-family: 'GothamProMedium';
    background: #5b5b5b;
    padding: 2px 4px;
    border-radius: 2px;
    margin-left: 10px;
}
.company-logo { padding-top: 0px }
.text-green { color: #81b329 }
.list-file {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.text-fa .fa{
    margin-right: 4px;
}
.list-file a { color: #000 }
.list-file .fa { margin-right: 7px }
.list-file span {
    padding-left: 10px;
    color: #7a7a7a;
}
.list-file a:hover { text-decoration: none }
.tender-header .tags { margin-right: 40px }
.tender-header .tender-date-end {
    margin-right: 12px;
    margin-top: 2px;
    color: #737373;
    margin-bottom: 6px;
}
.tender-header .tender-date-end span { color: #000 }
.tender-status {
    color: #707e82;
    font-size: 12px;
    background: #e2edef;
    border-radius: 2px;
    padding: 2px 9px;
}
.offers-header {
    padding: 25px 18px;
    border-bottom: 1px solid #e7e7e7;
    margin: 0 -20px 20px;
}
.offers-header .btn { float: right }
.offers-header h5 {
    float: left;
    margin: 0;
    padding: 10px 0 8px 0;
    color: #c0c0c0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.offers-item {
    margin-bottom: 20px;
    position: relative;
}
.offers-list .offers-item:last-child { margin-bottom: 0 }
.offers-item-avatar {
    position: absolute;
    top: 0;
    left: 0;
    width:45px;
    height:45px;
    background: #ccc;
    border-radius: 50%;
}
.offers-item-avatar img {
    max-width: 45px;
    max-height: 45px;
    border-radius: 50%;
}
.offers-item-info {
    padding-left: 60px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
}
.offers-list .offers-item:last-child .offers-item-info {
    padding-bottom: 0;
    border-bottom: 0;
}
.offers-item-status,
.offers-item-status-no {
    border-radius: 2px;
    padding: 2px 9px;
    font-size: 12px;
    white-space: nowrap;
}
.offers-item-status {
    color: #707e82;
    background: #e2edef;
}
.offers-item-status-no {
    background: #ffe5e5;
    color: #e43737;
}
.offers-item-header { }
.offers-item-header a { display: inline-block; margin-right: 10px;}
.offers-item-date {color: #888; font-size: 12px;}

.box-add-offers .offers-header h5 { padding: 0 }
.form-add-offers { padding-left: 60px }
.box-add-offers textarea { height: 120px }
.input_file {
    overflow: hidden;
    position: relative;
}
.input_file .fa { margin-right: 8px }
.input_file input {
    opacity: 0;
    filter: alpha(opacity:0);
    font-size: 200px;
    padding: 0;
    margin: 0 0 0 -450px;
    border: 0 none;
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
}
.offers-item-company,
.offers-item-price { text-align: center }
.offers-item-status-box { text-align: right }
.catalog-page {
    margin: 0 210px 0 0;
    position: relative;
}
.form-title { line-height: 32px }
button.btn,
input.btn[type="button"],
input.btn[type="reset"],
input.btn[type="submit"] { /* height: 34px*/ }


a.btn { line-height: 20px }
.catalog-filter { padding-top: 20px }
.form-price .form-control {
    max-width: 70px;
    display: inline-block;
    margin: 0 5px;
}
.catalog-filter .radio,
.catalog-filter .checkbox {
    padding: 9px 0;
    padding-left: 0;
}
.btn-view-type a {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid transparent;
}
.btn-view-type a.active { border-color: #d1d1d1 }
.catalog-item {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px 5px;
    border-radius: 3px;
}
.catalog-item:after {
    content: "";
    clear: both;
    display: table;
}
.catalog-item-title > a {
    display: block;
    margin: 0 0 15px 0;
}
.add2cart .btn .fa {
    margin-right: 5px;
    text-transform: uppercase;
}
.pagination > li > a,
.pagination > li > span {
    border: 0;
    color: #000;
    font-family: 'GothamProMedium';
    font-size: 11px;
    background: none;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: none;
    color: #008dd2;
}
.box-pagination {
    margin: 0 0 20px 0;
    text-align: center;
    background: #fff;
    border-radius: 4px;
}
.page-one {
    margin-right: 260px;
    position: relative;
}
.page-sidebar {
    position: absolute;
    width: 240px;
    top: 0;
    right: -260px;
    /*height: 100%;*/
    border-radius: 4px;
}
.sidebar-discussed {
    background: #fff;
    border-radius: 4px;
    margin-top: 20px;
}
.sidebar-discussed .item {
    border-bottom: 1px solid #e7e7e7;
    height: auto !important;
}
.sidebar-discussed .item:last-child { border-bottom: 0 }
.sidebar-title {
    margin: 0;
    padding: 15px 15px;
    color: #c0c0c0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #e7e7e7;
}
.sidebar-title A {color: #c0c0c0;}
.sidebar-ads .item {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    height: auto !important;
}
.sidebar-ads .item img,
.sidebar-ads .item-img a { border-radius: 0 }
.sidebar-ads .item-info { padding: 20px 0 0 0 }
.page-sidebar .btn-white, .btn-white.block-select-rub-select {
    height: 42px;
    width: 100%;
    text-align: left;
}
.block-select-rub {margin-bottom:20px;}
.block-select-rub .dropdown-menu { width: 100% }
.catalog-sidebar {
    position: absolute;
    width: 190px;
    top: 0;
    right: -210px;
    /*height: 100%;*/
    background: #fff;
    border-radius: 4px;
}
.catalog-menu {
    font-size: 12px;
    margin: 0;
    padding: 20px;
}
.catalog-menu,
.catalog-menu ul { list-style-type: none }
.catalog-menu ul {
    margin: 0 0 10px 15px;
    padding: 0;
}
.catalog-menu a {
    color: #000;
    padding: 10px 0;
    display: block;
}
.catalog-menu ul a { padding: 5px 0 }
.catalog-menu li.active > a { color: #008dd2 }
.catalog-menu > li { border-bottom: 1px solid #e7e7e7 }
.catalog-menu > li:last-child { border-bottom: 0 }
.catalog-tile {
    margin-left: -5px;
    margin-right: -5px;
}
.catalog-tile:after {
    clear: both;
    content: "";
    display: table;
}
.catalog-tile .catalog-item-box {
    float: left;
    width: 33.33333%;
    padding: 0 5px;
}
.catalog-tile .catalog-item-avatar,
.catalog-tile .catalog-item-title,
.catalog-tile .catalog-item-price,
.catalog-tile .add2cart {
    float: none;
    width: 100%;
}
.catalog-tile .catalog-item-avatar {height:100px; text-align:center;}


.catalog-tile .catalog-item-price,
.catalog-tile .catalog-item-title,
.catalog-tile .add2cart { margin-top: 15px }
.catalog-tile .catalog-item {
    height: 440px;
    overflow: hidden;
}
.page-bottom-left { float: left }
.page-bottom-right { float: right }
.page-bottom-right .item-counts {
    margin-top: 13px;
    margin-left:20px;
/*    margin-right: 20px; */
}
.page-bottom-right .box-share { padding-top: 11px }

#newsList { display: none }
.menu-active { height: 100% !important }
@media (max-width: 1600px) { 
    .main-inner { min-height: 750px }
}
@media (max-width: 1199px) { 
    .block-select-rub { margin-bottom: 20px }
    .home-tenders .box-title .chosen-select:nth-child(1) { width: 46% }
    .home-tenders .box-title .chosen-select:nth-child(2) { width: 26% }
    .home-tenders .box-title .btn-blue { width: 18% }
    .catalog-tile .catalog-item-box { width: 33.3333% }
    .main-inner { min-height: 650px }
}
@media (max-width: 991px) { 
    .wraper-fix { padding-top: 162px }
    .home-tenders .box-title .chosen-select:nth-child(1),
    .home-tenders .box-title .chosen-select:nth-child(2) { width: 43% }
    .home-tenders .box-title .btn-blue {
        width: auto;
        margin: 20px 0 0 0;
    }
    .offers-item-company { text-align: left }
    .offers-item-company,
    .offers-item-price,
    .offers-item-status-box { margin-top: 15px }
    .btn-view-type,
    .catalog-filter .chosen-select { margin-bottom: 15px }
    .catalog-filter .btn { margin-top: 15px }
    .catalog-item-price { margin-top: 15px }
    .catalog-item .add2cart .btn { margin-top: 15px }
    .catalog-tile .catalog-item-box { width: 50% }
    .header-btns {
        position: relative;
        border-top: 2px solid #edecec;
    }
    .header { height: auto }
    .main-inner { min-height: 540px }
}
@media (max-width: 767px) { 
    .ui-menu .ui-menu-item-wrapper { padding-left: 50px }
    .main-inner { min-height: 480px }
    .sidebar-fix .open-menu,
    /*.sidebar-fix .logo { position: fixed }*/
    /*.sidebar-fix .logo {*/
    /*    position: fixed !important;*/
    /*    top: 0 !important;*/
    /*    width: 100% !important;*/
    /*    bottom: auto !important;*/
    /*}*/
    .sidebar-fix .open-menu { top: 70px }
    /*.sidebar-fix .logo {*/
    /*    top: 0;*/
    /*    left: 0px;*/
    /*    right: 0;*/
    /*}*/
    .sidebar-fix .left-menu {
        padding-top: 100px;
        top: 0 !important;
        bottom: auto !important;
        width: 100% !important;
    }
    .wraper-fix .header { left: 0px }
    .wraper-fix { padding-top: 157px }
    .catalog-tile .catalog-item-box { width: 100% }
    .catalog-tile .catalog-item { height: auto }
    .catalog-item { text-align: center }
    .catalog-item img { margin-bottom: 15px }
    .catalog-sidebar,
    .page-sidebar {
        width: auto;
        position: relative;
        left: 0;
        margin-bottom: 20px;
    }
    .catalog-page,
    .page-one { margin-right: 0 }
    .catalog-filter .form-control { margin-bottom: 15px }
    .home-tenders .box-title h3 { float: none }
    .home-tenders .box-title .box-select {
        padding-top: 20px;
        padding-left: 0;
    }
    .header-btns > a,
    .header-btns > div button { padding: 0 25px }
    .box-title { padding-left: 10px }
    .wraper,
    footer { margin-left: 15px }
    .header {
        padding-left: 200px;
        padding-top: 70px;
    }
    .header-btns span.badge {
        left: 50%;
        z-index: 10;
    }
    .open-menu {
        display: inline-block;
        width: 71px;
        height: 70px;
        padding: 20px;
        color: #fff;
        font-size: 22px;
        background: #2f2f2f;
        text-decoration: none;
        text-align: center;
    }
    .sidebar-left {
        width: 100%;
        height: 70px;
        background: transparent;
    }
    .left-menu { display: none }
    .menu-active .left-menu { display: block;background: #2f2f2f; padding-bottom: 20px;}
    .header { padding-left: 0 }
    /*.header .form-search { margin-left: 70px }*/
    .sidebar-left ul a { padding: 0 28px 0 75px; }
    .sidebar-left hr { margin: 0 28px }
    .open-menu:hover,
    .open-menu:focus,
    .open-menu:active {
        color: #fff;
        text-decoration: none;
    }
    .open-menu .fa-times { display: none }
    .item { height: auto }
    .company-logo {
        padding-top: 20px;
        text-align: center !important;
    }
    .list-vews-items {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .header .form-search { margin-right: 0px }
    .offers-item-company,
    .offers-item-price,
    .offers-item-status-box { text-align: center }
    .offers-header { text-align: center }
    .offers-header h5,
    .offers-header .btn { float: none }
    .offers-header h5 { margin: 0 0 15px 0 }
    .offers-header .btn {
        padding-left: 5px;
        padding-right: 5px;
        display: block;
    }
    .header .form-control {
        padding-left: 50px;
        background-position: 17px center;
    }
}
@media (max-width: 500px) { 
    .header-balance i { display: none }
    .header-balance i.fa {
        display: inline-block;
        margin: 0;
    }
    /*.header-btns > a,*/
    /*.header-btns > div button { padding: 0 15px }*/
    .header { padding-left: 0 }
    .header .form-search { margin-left: 51px }
    .open-menu {
        width: 51px;
        padding: 20px 5px;
    }
    .sidebar-left ul a { padding: 0 18px 0 55px; }
    .sidebar-left hr { margin: 0 18px }
    .ui-menu .ui-menu-item-wrapper { padding-left: 51px }
}
@media (max-width: 400px) { 
    .offers-item-info { padding-left: 0 }
    .form-add-offers { padding-left: 0 }
    .box-add-offers .user-mini .user-avatar {
        float: none;
        margin: 0 auto 15px;
    }
    /*.user-mini-info { text-align: center }*/
    /*.user-mini-info { float: none }*/
    .offers-item-avatar {
        position: relative;
        width: 45px;
        margin: 0 auto 15px;
    }
}