* {
  font-family: Arial;
}
.clear {
  clear: both;
}
#wrapper {
  margin: 0 auto;
}
#top_menu_container {
  background: #3c4150;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 777;
}
#top_menu_padding {
  height: 30px;
}
#top_menu {
  height: 30px;
  margin: 0px auto;
}
#top_menu a {
  display: inline-block;
  float: left;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  padding: 0 10px;
  background: url('../../images/top_menu_delim.png') left no-repeat;
  text-decoration: none;
}
#top_menu a:hover {
  color: #ff7e00;
}
#top_menu a.active {
  background: url('../../images/top_menu_active.png') repeat-x;
  color: #ffffff;
}
#top_menu a.active:hover {
  cursor: default;
}
#top_menu a img {
  padding-right: 5px;
}
#top_menu a.for_modal span {
  border-bottom: 1px dashed #fff;
}
#top_menu a:hover span {
  border-color: #ff7e00;
}
#top_menu a.callback {
  background: url('../../images/top_menu_callback.png') repeat-x;
  color: #ffffff;
}
#top_menu a.callback:hover span {
  border-color: #fff;
}
#top_menu a#small_top_basket {
  display: none;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#top_menu a:hover.callback img {
  animation-name: shake;
  animation-duration: 200ms;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
#header {
  margin-top: 20px;
}
#logo_container {
  float: left;
  font-family: Verdana;
  font-size: 8px;
  text-align: center;
  color: #363636;
}
#logo {
  display: block;
  /*width: 209px;*/
    width: 216px;
  /*height: 62px;*/
    height: 76px;
    /*background: url('../../images/logo.png');*/
    background: url('../../images/logo.jpg');
  padding-bottom: 2px;
    position: relative;
    top: -7px;
}
#second_col {
  float: left;
  margin: 0px 40px;
}
#delivery_info {
  line-height: 55px;
  text-align: center;
  /* border:1px solid @border_grey; */
}
#search_form {
  width: 420px;
  padding-top: 11px;
  height: 38px;
}
#search_form input[type='text'] {
  display: block;
  border: 1px solid #dddedf;
  float: left;
  padding: 0 5px;
  margin: 0;
  height: 38px;
  color: #858585;
  outline: none;
  width: 382px;
}
#search_form #search_submit {
  display: block;
  height: 38px;
  width: 38px;
  background: url("../../images/submit_search.png");
  background-size: 100% auto;
  border: 0;
}
#third_col {
  float: left;
}
#header .phones_list,
#mobile_menu_content .phones_list {
  background: url("../../images/cellphone_icon.png") 6px center no-repeat;
  width: 180px;
  height: 55px;
  padding-left: 40px;
  padding-top: 2px;
  color: #363636;
  font-size: 14px;
}
#mobile_menu_content .phones_list {
  background-position: 12px center;
  padding-top: 9px;
  height: 60px;
  border-bottom: 1px solid #dddedf;
  width: 100%;
}
#header .phones_list span,
#mobile_menu_content .phones_list span {
  color: #ff7e00;
  font-size: 17px;
}
#header .phones_list font,
#mobile_menu_content .phones_list font {
  font-size: 9px;
  text-align: center;
}
#header .working_time {
  margin-top: 7px;
  padding-left: 40px;
  color: #363636;
  background: url("../../images/clock_icon.png") left center no-repeat;
  background-size: 29px 29px;
}
#header .working_time.adaptive {
  margin-left: 50px;
}
#fourth_col {
  float: right;
}
#mini_basket {
  padding: 7px 15px;
  width: 178px;
  border: 1px solid #dddedf;
  border-radius: 4px;
  float: right;
  position: relative;
  text-decoration: none;
  color: #363636;
  background: #fff;
  cursor: pointer;
}
#mini_basket span {
  color: #ff7e00;
}
#mini_basket_icon {
  width: 40px;
  height: 32px;
  position: absolute;
  left: -28px;
  top: 10px;
  background: url("../../images/basket.png");
}
@keyframes basket_move {
  0% {
    left: -28px;
  }
  50% {
    left: -25px;
  }
  100% {
    left: -28px;
  }
}
#mini_basket:hover #mini_basket_icon {
  animation-name: basket_move;
  animation-duration: 200ms;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
#services_list {
  margin-top: 5px;
  padding-left: 13px;
}
#services_list a {
  color: #ff7e00;
  line-height: 40px;
  border-bottom: 1px dashed #ff7e00;
  text-decoration: none;
}
#main_menu {
  margin-top: 13px;
  height: auto;
}
#main_menu_padder {
  height: 150px;
  display: none;
}
#main_menu a {
  display: block;
  float: left;
  width: 10%;
  text-align: center;
  height: auto;
  background: #fff;
  color: #3c4150;
  font-size: 12px;
  padding-top: 5px;
}
#main_menu a span {
  display: table-cell;
  vertical-align: bottom;
  /* border:1px solid @dark_grey_background; */
  border-left-width: 0px;
  font-weight: bold;
}
#main_menu a:first-child span {
  border-left-width: 1px;
}
#main_menu a:hover {
  text-decoration: none;
  color: #ff7e00;
}
#main_menu a div {
  height: 87px;
}
#main_menu a img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  padding-bottom: 5px;
}
.fixed {
  position: fixed;
  z-index: 111;
}
#main_menu.fixed {
  top: 0px;
  z-index: 777;
  margin-top: 0;
}
#main_menu.fixed a {
  outline: 1px solid #3c4150;
}
#main_menu.fixed a span {
  border: none;
}
#left_col,
#right_col,
#single_col {
  padding: 0;
}
#right_col {
  padding-left: 20px;
}
.block {
  width: 100%;
}
#left_col .block {
  margin-bottom: 20px;
}
.block_head {
  width: 100%;
  padding: 0 10px;
  background: #3c4150 url("../../images/block_head_bg.png") repeat-x;
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}
.block_sub_head {
  padding: 5px 10px;
}
.block .block_content h4 {
  padding-left: 10px;
}
.block .load_more {
  position: relative;
  margin-top: 10px;
  width: 100%;
  line-height: 25px;
  height: 25px;
  text-align: center;
  border: 1px solid #dddedf;
}
.block .load_more:hover {
  color: #ff7e00;
  cursor: pointer;
}
.block .load_more .progress-bar.active {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3c4150;
}
.breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
}
.breadcrumb li {
  color: #ff7e00;
}
.breadcrumb li a {
  color: #363636;
  text-decoration: underline;
}
.breadcrumb li a:hover {
  color: #ff7e00;
}
.breadcrumb > li + li:before {
  padding: 0 3px;
}
#main_content {
  margin-top: 10px;
}
#car_brands ul {
  margin: 0 auto;
  /* Выравнивание по середине */
  -moz-column-count: 7;
  /* Для Firefox */
  -moz-column-width: 104px;
  -moz-column-gap: 10px;
  -webkit-column-count: 7;
  /* Для Safari и Chrome */
  -webkit-column-width: 104px;
  -webkit-column-gap: 10px;
  column-count: 7;
  /* Количество колонок */
  column-width: 104px;
  /* Ширина колонки */
  column-gap: 10px;
  /* Отступ колонки */
  padding: 10px 0 10px 25px;
}
#car_brands ul li {
  width: 95%;
  display: inline-table;
}
#car_brands ul li a {
  display: inline-block;
  color: #363636;
  padding-left: 10px;
  margin-left: -10px;
}
#car_brands ul li a[name] {cursor: default !important; text-decoration: none !important;}
#car_brands ul li a[href]:hover {
  text-decoration: none;
  color: #ff7e00;
  background: url('../../images/list_pointer.png') left center no-repeat;
}
#popular_items {
  margin-top: 20px;
}
#popular_items .item {
  margin-bottom: 30px;
  float: left;
  width: 20%;
  text-align: center;
}
#popular_items a {
  display: inline-block;
  border: 1px solid #dddedf;
  float: left;
}
#popular_items a img {
  display: block;
  max-width: 100%;
}
#popular_items a span {
  display: block;
  line-height: 40px;
  color: #000;
  text-align: center;
}
#popular_items a:hover {
  text-decoration: none;
}
#popular_items a:hover span {
  color: #ff7e00;
}
#searcher_form {
  display: block;
  width: 100%;
}
#searcher_icon,
#searcher_inputs,
#searcher_submit {
  padding-top: 20px;
}
.block p {
  color: #404555;
}
#searcher_submit {
  margin-bottom: 20px;
}
#searcher_inputs table {
  width: 100%;
}
#searcher_inputs table tr td {
  padding-bottom: 10px;
}
#searcher_inputs table tr td:first-child {
  width: 40%;
}
#searcher_inputs table tr td:last-child {
  width: 60%;
}
#searcher_inputs table tr td select {
  width: 100%;
}
#searcher_submit button {
  display: block;
  width: 150px;
  height: 50px;
  background: url('../../images/searcher_submit.png') no-repeat;
  border: 0;
  outline: 0;
  margin-top: 30px;
}
#footer_wrapper {
  background: url('../../images/footer_bg.png') repeat-x;
  background-size: 100% auto;
  background: #3c4150;
  width: 100%;
  margin-top: 15px;
  margin-bottom: -20px;
  position: relative;
  z-index: 2;
}
#footer {
  margin: 0px auto;
  padding: 20px 20px;
}
#footer .block_title {
  font-size: 14px;
  color: #ff7e00;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 10px;
  text-transform: uppercase;
}
#footer .footer_menu {
  margin: 0;
}
#footer .footer_menu a {
  color: #fff;
  text-decoration: none;
}
#footer .footer_menu a:hover {
  color: #ff7e00;
}
#footer .phones_list,
#footer .email {
  padding-left: 40px;
  background: url('../../images/cellphone_icon_white.png') left center no-repeat;
  color: #fff;
}
#footer .phones_list span,
#footer .email span {
  color: #ff7e00;
}
#footer .email {
  padding-left: 40px;
  background: url('../../images/letter_icon.png') left center no-repeat;
  margin-top: 10px;
}
#footer .email a {
  color: #fff;
  text-decoration: none;
}
#footer .phones_list span {
  color: #ff7e00;
}
#footer .copyrights {
  color: #a4a4a4;
  margin-top: 30px;
}
#subscribe p {
  color: #a4a4a4;
}
#subscribe .submit {
  cursor: pointer;
}
.phone_review {
  margin-top: 15px;
  padding: 0 10px 20px 10px;
  border-bottom: 1px solid #dddedf;
}
.phone_review .title span {
  font-weight: bold;
}
.phone_review .date {
  color: #8b8b8b;
}
.news_small_block {
  margin-top: 5px;
}
.news_small_block li a {
  display: block;
  width: 100%;
  padding: 0 5px 0 10px;
  color: #666699;
}
.news_small_block li div {
  width: 100%;
  text-align: right;
  color: #8b8b8b;
}
#mobile_top_menu {
  background: #3c4150;
  position: fixed;
  height: 60px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 777;
  text-align: center;
  box-shadow: 4px 0 10px rgba(0, 0, 0, 0.5);
}
#mobile_top_menu_padding {
  height: 60px;
}
#mobile_menu_logo {
  display: inline-block;
  height: 100%;
  padding: 16px 0;
}
#mobile_menu_logo img {
  max-height: 100%;
}
#mobile_top_menu div.active {
  color: #ff7e00;
}
@media only screen and (min-width: 991px) {
  .visible-extra-xs,
  .visible-mobile {
    display: none !important;
  }
  #props_list {
    margin-top: 0px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #popular_items .item {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #popular_items .item {
    width: 33%;
  }
  #footer .phones_parent,
  #footer .copyrights {
    padding: 0;
  }
  #footer .phones_list {
    padding-left: 22px;
    font-size: 12px;
  }
  #searcher_submit {
    padding-top: 0px;
  }
  #searcher_submit button {
    margin: 0px;
    float: right;
  }
  #car_brands ul:first-child {
    padding-left: 0px;
  }
  .hidden-mobile {
    display: none;
  }
  .visible-mobile {
    display: inherit;
  }
}
@media only screen and (max-width: 768px) {
  #right_col {
    padding-left: 0px;
  }
  #popular_items .item {
    width: 33%;
  }
  #searcher_submit {
    padding-top: 0px;
  }
  #searcher_submit button {
    margin: 0px;
    float: right;
  }
  #footer .copyrights {
    margin-top: 0px;
  }
  #car_brands ul:first-child {
    padding-left: 0px;
  }
  .hidden-mobile {
    display: none;
  }
  .breadcrumb li {
    width: 100%;
  }
  .breadcrumb li:first-child {
    margin-bottom: 5px;
  }
  .breadcrumb li + li:before {
    content: "\e252";
    display: block;
    width: 100%;
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
  }
  .breadcrumb li + li:after {
    content: "/";
  }
  #item_detail {
    margin-right: 0px;
  }
  .block .block_sub_head {
    padding: 0;
  }
  #detail_gallery .image {
    width: 100% !important;
  }
  #detail_gallery div.controls {
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
  }
  #detail_gallery div.thumbs {
    height: auto;
  }
  #detail_gallery .thumbs a {
    float: left;
    margin: 0px 0px 0px 5px !important;
  }
  #detail_gallery .thumbs a:first-child {
    margin-left: 0px !important;
  }
  #detail_gallery div.image {
    height: auto;
    min-height: 150px;
  }
  #detail_gallery div.image img {
    position: relative;
  }
  #detail_gallery div.scroll_left,
  #detail_gallery div.scroll_right {
    width: 20px;
    height: 48px;
    position: absolute;
    top: 0;
    z-index: 666;
    margin: 0;
  }
  #detail_gallery div.scroll_left {
    left: 0;
  }
  #detail_gallery div.scroll_right {
    right: 0;
  }
  #detail_gallery div.scroll_left span,
  #detail_gallery div.scroll_right span {
    line-height: 45px;
    transform: rotate(0deg);
  }
  #detail_gallery div.scroll_left.end,
  #detail_gallery div.scroll_right.end {
    display: none;
  }
  .detail_buy_block {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 490px) {
  #footer .copyrights {
    margin-top: 10px;
  }
  .block_head {
    font-size: 17px;
    display: inline-block;
    height: auto;
  }
  .visible-extra-xs {
    display: inherit;
  }
  #footer .phones_parent,
  #footer .copyrights {
    width: 100%;
  }
  .items .item .left_col,
  .items .item .right_col {
    width: 100%;
  }
  .items .item .mobile_price_parent {
    display: none;
  }
  .items .item .main_price_parent {
    display: block;
    text-align: center;
  }
}
#right_col {
  float: right;
}
#left_col {float: left;}
#car_brands.minified ul {
  width: 25%;
}
#car_brands.extra-minified ul {
  width: 33%;
}
#mobile_menu_btn,
#mobile_menu_basket_btn,
#mobile_menu_search_btn {
  width: 60px;
  height: 60px;
  background: url('../../images/top_menu_delim.png') left no-repeat;
  background-size: 2px 100%;
  cursor: pointer;
  float: right;
  color: #fff;
}
#mobile_menu_btn span,
#mobile_menu_basket_btn span,
#mobile_menu_search_btn span {
  line-height: 60px;
  font-size: 20px;
}
#mobile_menu_btn.active span,
#mobile_menu_basket_btn.active span,
#mobile_menu_search_btn.active span {
  color: #ff7e00;
}
#mobile_menu_btn {
  background-position: right;
  float: left;
}
#mobile_menu_content {
  position: fixed;
  width: 250px;
  left: -250px;
  background: #fff;
  border-right: 1px solid #3c4150;
  z-index: 777;
  margin-left: -1px;
  height: 100%;
}
#mobile_menu_content.shadowed {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#carousel-left-square .carousel-inner .item img {
  margin: 0 auto;
}
#mobile_menu_content .menu-blocks-parent {
  height: 100%;
  overflow: hidden;
  position: relative;
}
#mobile_menu_content .menu-blocks {
  position: absolute;
  width: 10000px;
  height: 100%;
}
#mobile_menu_content .menu-blocks .menu-block {
  float: left;
  padding-bottom: 90px;
  display: none;
  width: 250px;
}
#mobile_menu_content .menu-blocks .menu-block.active {
  display: block;
}
#mobile_menu_content .menu-blocks .menu-block a {
  height: 60px;
  display: block;
  border-bottom: 1px solid #dddedf;
  padding: 5px;
  box-sizing: content-box;
  text-decoration: none;
  color: #404555;
}
#mobile_menu_content .menu-blocks .menu-block a:hover {
  background: #ECECEC;
}
#mobile_menu_content .menu-blocks .menu-block a .image {
  display: block;
  float: left;
  height: 60px;
  width: 60px;
  box-sizing: content-box;
  text-align: center;
}
#mobile_menu_content .menu-blocks .menu-block a .image img {
  max-width: 100%;
  max-height: 100%;
}
#mobile_menu_content .menu-blocks .menu-block a .text {
  display: block;
  float: left;
  width: 166px;
}
#mobile_menu_content .menu-blocks .menu-block a .text span {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}
#mobile_menu_content .menu-blocks .menu-block a .glyphicon {
  display: none;
  line-height: 60px;
  float: right;
}
#mobile_menu_content .menu-blocks .menu-block a.to_sub .glyphicon {
  display: block;
}
#mobile_menu_title {
  background: #ECECEC;
  padding: 5px;
  color: #404555;
  font-weight: bold;
  border-bottom: 1px solid #dddedf;
  text-align: center;
}
#mobile_menu_title .glyphicon {
  line-height: 16px;
  visibility: hidden;
}
#mobile_menu_title .glyphicon span {
  display: none;
}
#mobile_menu_title.active .glyphicon {
  visibility: visible;
}
#mobile_menu_title.active .glyphicon span {
  display: inline;
}
#mobile_menu_title.active:hover {
  background: #D8D8D8;
  cursor: pointer;
}
#modal .modal-body {
  min-height: 110px;
}
.modal_basket .img {
  max-width: 100%;
}
#mobile_top_menu_drop_down {
  background: #F5F5F5;
  width: 100%;
  position: fixed;
  display: none;
  z-index: 666;
  left: 0;
  border-bottom: 1px solid #3c4150;
  padding-bottom: 30px;
  box-sizing: content-box;
}
#mobile_top_menu_drop_down h4 {
  text-align: center;
}
#mobile_modal_basket .item {
  margin-top: 15px;
  border-bottom: 1px solid #dddedf;
  padding-bottom: 10px;
}
#mobile_modal_basket .summary {
  padding: 10px 0;
  box-sizing: content-box;
}
#mobile_modal_basket .img img {
  max-width: 100%;
}
#smoke {
  position: fixed;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #fff;
  opacity: 0.5;
  z-index: 111;
  top: 0;
}
#mobile_top_menu_drop_down .closer {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 20px;
  text-align: center;
  background: #dcdcdc;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#mobile_top_menu_drop_down .closer:hover {
  background: #c2c2c2;
}
#mobile_search_form {
  display: none;
  margin-top: 20px;
}
#mobile_search_form.active {
  display: inherit;
}
.btn.btn-primary {
  background: url('../../images/top_menu_callback.png') repeat-x;
  background-size: 1px 100%;
  border-color: #258856;
  outline: 0 !important;
}
#left_col .sub_menu {
  margin-bottom: 15px;
  border: 1px solid #363636;
}
#left_col .sub_menu li a {
  border-radius: 0;
  color: #363636;
}
#left_col .sub_menu li a:hover {
  color: #ff7e00;
  background: none;
}
#left_col .sub_menu li.active a {
  background: #3c4150 url("../../images/block_head_bg.png") repeat-x;
  background-size: auto 100%;
  color: #fff;
  cursor: default;
}
.filter .title {
  margin-top: 10px;
}
.filter hr {
  margin: 0;
}
.filter .submit {
  margin-top: 10px;
}
#catalog_filter.active {
  display: block;
}
#mobile_top_menu_drop_down .block_head {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
}
#mobile_top_menu_drop_down .block_content {
  padding: 10px;
}
.filter_label {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 5px;
  border: 1px solid #363636;
  cursor: pointer;
}
.filter_label.fixed {
  left: 0px;
}
.filter {
  max-width: 400px;
  margin: 0px auto;
}
.items {
  padding: 0px 20px;
  margin-bottom: 20px;
}
.items .item {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddedf;
}
.items .item .img {
  border: 1px solid #a4a4a4;
}
.items .item .img a {
  display: block;
  margin-bottom: 1px;
  max-width: 100%;
}
.items .item .img img {
  max-width: 100%;
}
.items .item .info a {
  display: block;
}
.items .item .info span {
  display: block;
  color: #a4a4a4;
}
.items .item .props span {
  display: block;
  font-size: 12px;
}
.items .item .price {
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
}
.items .item .main_price_parent {
  text-align: center;
}
.availability {
  text-align: center;
  color: #20A807;
}
.availability.not_available {
  color: #FF0000;
}
.items .item .mobile_price_parent {
  text-align: center;
  margin-top: 10px;
}
#item_detail {
  margin-top: 15px;
}
#detail_gallery .image {
  border: 1px solid #dddedf;
  padding-bottom: 1px;
  float: left;
  width: 80%;
  height: 250px;
  position: relative;
  overflow: hidden;
}
#detail_gallery .image a {
  display: block;
  width: 100%;
  height: 100%;
}
#detail_gallery .image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  z-index: 16;
}
#detail_gallery .controls {
  width: 20%;
  padding-right: 10px;
  float: left;
}
#detail_gallery .scroll_left,
#detail_gallery .scroll_right {
  width: 100%;
  text-align: center;
  cursor: pointer;
  height: 15px;
  border: 1px solid #a4a4a4;
  background: #fff;
}
#detail_gallery .scroll_right {
  margin-top: 5px;
}
#detail_gallery .scroll_left {
  margin-bottom: 5px;
}
#detail_gallery .scroll_left span,
#detail_gallery .scroll_right span {
  line-height: 10px;
  transform: rotate(90deg);
}
#detail_gallery .scroll_right:hover span,
#detail_gallery .scroll_left:hover span {
  color: #ff7e00;
}
#detail_gallery .scroll_left.end,
#detail_gallery .scroll_right.end {
  cursor: default;
  color: inherit;
  opacity: 0.6;
}
#detail_gallery .thumbs {
  overflow: hidden;
  height: 210px;
}
#detail_gallery .thumbs .thumbs_list {
  display: none;
}
#detail_gallery .thumbs.ready .thumbs_list {
  display: block;
  position: relative;
  z-index: 20;
}
#detail_gallery .thumbs .la {
  width: 100%;
}
#detail_gallery .thumbs a {
  display: block;
  margin-top: 5px;
  border: 1px solid #dddedf;
  height: 48px;
  text-align: center;
}
#detail_gallery .thumbs a:first-child {
  margin-top: 0;
}
#detail_gallery .thumbs a.active {
  border-color: #5c5f61;
}
#detail_gallery .thumbs a img {
  max-width: 100%;
  max-height: 100%;
}
#detail_gallery .thumbs_list {
  position: relative;
}
#props_list {
  margin-top: 15px;
}
#props_list li {
  display: inline-block;
  width: 100%;
  min-height: 20px;
}
#props_list li:nth-child(even) {
  background: #dddedf;
}
#props_list li div:first-child {
  padding-right: 5px;
}
#props_list li div {
  float: left;
  width: 50%;
}
.detail_colors {
  margin-top: 10px;
}
.detail_colors .title {
  display: inline-block;
}
.detail_colors .colors {
  float: right;
}
#detail_item_desc_anchor,
#for_your_auto_anchor {
  display: none;
}
@media only screen and (max-height: 660px) {
  #detail_item_desc_anchor,
  #for_your_auto_anchor {
    display: inline-block;
    clear: both;
    margin-top: 15px;
  }
  #for_your_auto_anchor {
    margin-bottom: 15px;
  }
}
.detail_price {
  font-size: 22px;
}
.detail_buy_block {
  background: #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.detail_buy_block .availability {
  display: inline-block;
  margin-left: 20px;
}
.detail_buy_block .buy-btn {
  margin-top: 10px;
  width: 100%;
}
.detail_buy_block .fast_buy {
  display: block;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.detail_buy_block .delivery_info b {
  font-size: 14px;
  display: block;
  margin-top: 15px;
}
.detail_buy_block .delivery_info .p {
  font-size: 13px;
}
.detail_buy_block .delivery_info .p a {
  font-size: 12px;
}
.detail_buy_block .delivery_info .delivery_var {
  margin-top: 15px;
  font-size: 14px;
}
.detail_buy_block .delivery_info .delivery_var span {
  font-size: 12px;
  display: block;
}
#detail_item_desc {
  margin: 10px 0;
}
.absolute_mark {
  height: 60px;
  margin-top: -60px;
  position: absolute;
}
.props {
  margin-top: 10px;
}
.props .prop {
  margin-top: 10px;
}
.props .prop img {
  display: inline-block;
  margin-right: 15px;
}
#also_to_model {
  margin-top: 20px;
}
#also_to_model b.title {
  display: block;
  margin-bottom: 10px;
}
#also_to_model .panel-title a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#also_to_model .items .item:first-child {
  margin-top: 0;
}
#also_to_model .panel-title a.collapsed span.glyphicon:before {
  content: "\2b";
}
#also_to_model .panel-title a span.glyphicon {
  margin-right: 5px;
}
#top_menu span.auto {
  display: inline-block;
  float: right;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  padding: 0 10px;
  background: url('../../images/top_menu_delim.png') left no-repeat;
}
#top_menu span.auto a {
  float: none;
  background: none;
  padding: 0;
  text-decoration: underline;
}


.wbl-catalog-section-main .wbl-catalog-block {margin-bottom: 20px;}
.wbl-catalog-section-main .section-img-layer {display: block; width: 100%; height: 150px; margin-bottom: 15px;}
.wbl-catalog-section-main .section-img-layer img {display: block; max-width: 100%; max-height: 100%; margin: auto;}
.wbl-catalog-section-main p {margin: 0; text-align: center;}

#car_brands {background: #f2f0ef;}
#car_brands ul {column-gap: 0!important; padding: 10px 10px 10px 0 !important;}

.block_head {
  padding: 7px 10px;
  line-height: 23px; }

#main_content .reports-result-list-wrap .categories_list {margin-left: 0;}
#main_content .reports-result-list-wrap .categories_list .items {margin-left: 0;}

.relative { position: relative;}
.wbl-orange {color: orange;}
.relative .for_modal {position: absolute; top: 0; right: 0; font-size: 15px; color: #fff; text-decoration: underline; line-height: 23px; padding: 7px 10px 0 0; min-height: 40px;}
.relative h1 {padding-right: 110px;}