/* MARKS LIST */

.brands_list {
  display: block;
  overflow: hidden;
  margin: 0 -10px;
  padding-left: 0;
  list-style: none;
}
.brands_list > li {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 20%;
  padding: 150px 10px 65px;
  text-align: center;
}

@media (max-width: 768px) {
  .brands_list > li {
    width: 33%;
  }
}

@media (max-width: 480px) {
  .brands_list > li {
    width: 50%;
  }
}

.brands_list > li a {
  font-size: 15px;
  -webkit-transition: .3s linear;
       -o-transition: .3s linear;
          transition: .3s linear;
  text-decoration: none;
  color: #212121;
}
.brands_list > li a:hover {
  color: #ff676a;
}
.brands_list > li .img {
  line-height: 145px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: 145px;
  cursor: default;
  vertical-align: middle;
}
.brands_list > li .img img {
  display: inline;
  min-width: 0;
  max-width: 100%;
  height: auto;
  cursor: pointer;
  vertical-align: middle;
  border: 0;
}

/* TYPES LIST */

.types_list {
  display: block;
  overflow: hidden;
  padding-left: 0;
  list-style: none;
  
	width: 980px;
	margin: 30px auto;
}

.types_list > li {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  padding: 150px 10px 65px;
  text-align: center;
}

@media (max-width: 768px) {
  .types_list > li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .types_list > li {
    width: 50%;
  }
}

.types_list > li a {
  font-size: 15px;
  -webkit-transition: .3s linear;
       -o-transition: .3s linear;
          transition: .3s linear;
  text-decoration: none;
  color: #212121;
  
  font-weight:bold;
  text-transform:uppercase;
}
.types_list > li a:hover {
  color: #ff676a;
}
.types_list > li .img {
  line-height: 145px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: 145px;
  cursor: default;
  vertical-align: middle;
}
.types_list> li .img img {
  display: inline;
  min-width: 0;
  max-width: 100%;
  height: auto;
  cursor: pointer;
  vertical-align: middle;
  border: 0;
}



/* MODELS LIST */

.models_list{
	list-style:none;
}
.models_list li{
	position: relative;
	float:left;
	width:25%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	padding:
}
.models_list li a{
	font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.models_wrapper{
	padding-bottom:60px;
}



.car_brand_description .main {
  margin-left: 260px;
}
.car_brand_description .side {
  float: left;
  width: 240px;
  margin-right: -100%;
}

table.default_table {
  width: 100%;
}
table.default_table .rubl {
  font-size: 13px;
}
table.default_table th,
table.default_table td {
  padding: 15px 22px;
  text-align: left;
  vertical-align: middle;
  background: #fff;
}
table.default_table th,
table.default_table td {
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  background: #f3f6f8;
}
.car_brand_description table th,
.car_brand_description table td {
  border-top: solid 1px #f3f6f8;
  border-bottom: solid 1px #f3f6f8;
  background: #fff;
}
table.default_table tr th:first-child,
table.default_table tr td:first-child {
  border-radius: 5px 0 0 5px;
}
table.default_table tr th:last-child,
table.default_table tr td:last-child {
  border-radius: 0 5px 5px 0;
}
table.default_table th {
border: 1px solid #F00;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ed1a3b;
}
table.default_table td {
border:1px solid red;
  font-size: 12px;
}

.car_brand_description td[colspan='6'] .button {
  visibility: hidden;
}

.car_brand_description tr:hover td[colspan='6'] .button {
  visibility: visible;
}

.car_brand_description td[colspan='6'] .order {
  margin: -7px 0;
}


.car_brand_description .car_brand {
  margin: 0 0 65px;
}
.car_brand_description .change_brand {
  font-size: 10px;
  position: relative;
  display: inline-block;
  margin: 0 0 0 55px;
  text-transform: uppercase;
  color: #999b9c;
}
.car_brand_description .change_brand:before {
  position: absolute;
  top: 50%;
  left: -55px;
  display: block;
  width: 15px;
  height: 13px;
  margin-top: -16px;
  content: '';
  border: solid 9px #fff;
  border-left: solid 8px #fff;
  border-radius: 15px;
  background: url(/css/img/sp.png) -130px 0 #fff no-repeat;
}

.button {
  font-size: 11px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 9px 20px;
  -webkit-transition: all .1s linear;
          transition: all .1s linear;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 0 none;
  border-radius: 5px;
  background: #30b8ff;
}
.button:hover,
.button:active {
  text-decoration: none;
  color: #fff;
  background: #ff676a;
}

body .h2{
	font-weight: 600;
}