/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */
/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }
/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
/* Переходы в выпадающем меню */ 
body .wrapper1 .menu-wrapper .menu_top_block.catalog_block .menu&gt;li.v_hover&gt;.dropdown-block
{transition-duration: 0s; transition-delay: 0s; }
/* Переходы в выпадающем меню */ 

/* Обтекание картинки текстом */ 
.leftimg {
    float:left;
    margin: 20px 20px 20px 0;
   }
   .rightimg  {
    float: right; 
    margin: 20px 0 20px 20px; 
   }
/* Обтекание картинки текстом */

/* Цвет кнопки в фильтре */
.site_s1 .btn.btn-transparent {
color: #333;
  }
/* Подсказка фильтра в каталоге - цвет кнопки​*/
.site_s1 .filterHelperItem {
background-color: #48556e;
border-color: #48556e;}
.site_s1 .colored_theme_bg_hovered_hover:hover {
background-color: #2d2d5d;}
h3.faq {
font-size: 16px;
margin-top: 0px;
margin-bottom: 0px;
}

/* Нет отступа в блоке ранее смотрели​*/
.site_s1 div.swiper-wrapper.no-shrinked {height: auto;}


/* Исправление моб версии брилланте​*/
@media (max-width: 768px) {
  body.site_s5 .front_page .wraps > .wrapper_inner.wide_page,
  body.site_s9 .front_page .wraps > .wrapper_inner.wide_page,
  body.site_e1 .front_page .wraps > .wrapper_inner.wide_page {
    padding-top: 15px !important;
  }
}