.adaptive a:hover,
.adaptive .umi-footer .cp a:hover,
.adaptive .breadcrumbs ul li a:hover,
.adaptive .umi-menu ul.level-0>li.current>a,
.adaptive .umi-menu ul.level-0 li:hover a,
.adaptive .umi-menu ul.level-0 li>ul.level-1 li:hover a,
.adaptive .menu-vertical ul li:hover a,
.adaptive .menu-vertical ul li a:hover,
.adaptive .menu-vertical ul li.current a:hover,
.adaptive .menu-vertical ul li.current a,
.adaptive .items_catalog li.simple_catalog_item .object_title a:hover,
.adaptive .news_headline:hover,
.adaptive ul.photo_list li .photo_title a:hover {
	color: #2874B2;
}
.adaptive .cover-one,
.adaptive .umi-menu .btn.btn-umi-shop,
.adaptive .for-adress,
.adaptive .row-fluid.adress-block {
  background: #1b255a;
}
.adaptive .umi-services .prev,
.adaptive .umi-services .next {
  background-color: #1b255a;
}
.adaptive .umi-menu .in.collapse ul.level-0>li.current>a {
  color: #2874B2 !important;
}
.adaptive .cover-two {
	background: #fff;
}
#main_big_order_button {
	filter: hue-rotate(60deg) brightness(0.7);
}
.adaptive .for-logo-block {
	background: #fff;
}
.adaptive .logo {
	text-align: left;
}
.adaptive .row-fluid .cp {
	float: none;
}
.adaptive .text ul,
.adaptive .main_image .custom_wrapper_2 p, .adaptive .main_image .custom_wrapper_ipad_2 p {
	color: #606060;
}
.pos-rel .phone {
	text-align: center;
}
.adaptive .text ul li {
	position: relative;
  list-style: none;
}
.adaptive .text ul li:before {
  position: absolute;
  top: 0;
  left: -25px;
  content: url(/images/cms/data/max-trade/icon-item.png);
}
.adaptive .container table td {
  border: 2px solid #f5f5f5;
}
.adaptive .container table {
	border-collapse: collapse;
}
.adaptive .container table tr:nth-of-type(2n) {
  background: #f5f5f5;
}
.adaptive .container table tr:nth-of-type(2n)  a {
  color: #000;
}
.adaptive .object .object_image img {
    margin: 0 30px 10px 0;
  width: 100%;
    
}
.adaptive .object .object_image {
    clear: both;
    float: left;
  max-width: 400px !important;
}
.adaptive .custom-table {
  width: 42%;
  float: left;
}
.adaptive .custom-table td {
  text-align: center;
}
.adaptive .footer {
	background: #f5f5f5;
}
@media (min-width: 980px) {
	.adaptive .main_image > .span7 {
		width: 56%;
	}
}
@media (max-width: 980px) {
  .adaptive .custom-table {
    width: 100%;
    float: none;
  }
}
@media (min-width: 768px) {
  .adaptive .umi-menu ul.level-0 {
  	display: flex;
    width: 100%;
    justify-content: space-between;
  }
}