.logo img {
    display: inline-block;
    max-width: 200px;
    max-height: 100%;
    width: 100%;
    vertical-align: middle;
}
a:hover {
    color: #1f7d35;
    text-decoration: none;
}
.contacts__phone {
    color: #262626;
} 
.footer {
    padding: 25px 0 0;
        padding-top: 25px;
    background: #f8f6f0;
    font-size: 13px;
    line-height: 1.61538;
}
.btn {
	border-bottom: 2px solid #e8a800;
	background-color: #ffcb00;
    background: linear-gradient(#e8a800, #ffcb00);
}
.btn:hover {
	border-bottom: 2px solid #e8a800;
	background-color: #ffcb00;
    background: linear-gradient(#ffcb00, #e8a800);
}
.filter__toggle:hover {
    border-bottom-color: #1f7d35;
    color: #1f7d35;
}
.footer a:hover {
    color: #000;
}
.header.mini {
    height: 80px;
    border-color: #ffcb00;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .11);
}
.object-controls__item.active {
    background: #afca0b;
    color: #fff;
}
.object-view__item.active {
    background: #afca0b;
    color: #fff;
}
.pagination a.active {
    background: #afca0b;
    color: #fff;
}
.search__select .jq-selectbox__trigger {
    background: #739c3c;
}
.search__select {
    background: #739c3c;
    color: #fff;
}
.search__select .jq-selectbox__dropdown li.sel {
    background: #739c3c;
    color: #fff;
}
.search__input {
    color: #747474;
}
.search__input::-webkit-input-placeholder{
  color: #747474;
}
.search__input::-moz-placeholder{
  color: #747474;
}
.search__input:-moz-placeholder{
  color: #747474;
}
.search__input:-ms-input-placeholder{
  color: #747474;
}
.top-catalog__item {
    border-bottom: 1px solid #ffcb00;
}
.top-catalog__list {
    color: #262626;
    font-size: 14px;
	background: rgba(255, 203, 0, 1.0);
}
#searchableDomainSelect-styler {
display:none !important;	
}
.search__input {
    width: calc(100% - 50px) !important;
}
.top-catalog__link {
    color: #262626;
}
.top-catalog__btn {
    background: #f59737;
    background: linear-gradient(#ffcb00, #e8a800);
}
.catalog-list__item.active {
    background: #afca0b;
    color: #fff;
}
.catalog-list__toggle {
    background: #afca0b;
}
.catalog-list__toggle:hover {
    background: #315c36;
    color: #fff;
}
.catalog-list__item.active:hover {
    background: #315c36;
    color: #fff;
}
.catalog-tender-list__item.active {
    background: #afca0b;
    color: #fff;
}
.catalog-tender-list__toggle {
    background: #afca0b;
}
.catalog-tender-list__toggle:hover {
    background: #315c36;
    color: #fff;
}
.catalog-tender-list__item.active:hover {
    background: #315c36;
    color: #fff;
}
.results-item:hover {
    background: #f8f6f0;
}
.object-list__counter {
    background: #afca0b;
}
.object-sidebar__price {
    background: linear-gradient(111.4deg, #005624 19.36%, #178761 57.37%, #006736 90.21%);
}
.object-sidebar {
    border: 1px solid #e1e0e0;
    background: #f8f6f0;
}
.popup {
    background: linear-gradient(111.4deg, #005624 19.36%, #178761 57.37%, #006736 90.21%);
}
.link-blue {
    color: #1f7d35;
}
.object-tabs-controls__item.active {
    background: #afca0b;
    color: #fff;
}
 @media (min-width: 1023px){
  .logo img{
    max-width: 300px;
  }
.search:hover {
    border: 1px solid #ffd78b;
}
  .top-controls {
    padding: 23px 0;
    background: linear-gradient(111.4deg, #005624 19.36%, #178761 57.37%, #006736 90.21%);
}
.search__input {
    float: left;
    margin: 0;
    width: calc(100% - 230px);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
}
  .search__btn{
    float: left;
    margin: 0;
    width: 50px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #ffcb00;
    background-image: url(pics/icons/loupe.svg);
    background-position: center;
    background-size: 40% 40%;
    background-repeat: no-repeat;
    font-size: 0;
  }
  }
  