/*скролинг умного фильтра*/
@media (min-width: 768px) {
    .bx_filter.compact .bx_filter_block:not(.limited_block) {
        position: absolute;
        padding: 19px 19px 15px;
        display: none;
        height:250px;
        width: 230px;
        overflow:scroll;
        overflow-x: hidden;
        z-index: 1;
        border-radius: 2px;
        background: #fff;
        -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    }
}

@media (min-width: 768px) {
    .bx_filter.compact.fill_Y {
        background-color: #d3d3d3;
        padding: 15px 12px 12px;
        border: 1px solid #f2f2f2;
        border-radius: 2px;
        margin-bottom: 21px;
    }
}

@media (min-width: 768px) {
    .bx_filter.compact.fill_Y .bx_filter_parameters_box_title {
        font-size: 14px;
        color: #083973;
        /* font-family: sans-serif; */
        font-weight: bold;
    }
}
@media (min-width: 768px) {
    .bx_filter_vertical.compact .bx_filter_block label, .bx_filter_vertical .bx_filter_block label span {
        color: 2d45b1;
        font-size: 14px;
        /*   font-weight: bold;*/
    }
}

/*цвет основного меню*/
.fill_bg_n .menu-row.middle-block.bgdark, .fill_bg_y .menu-row.bgdark > .maxwidth-theme {
    background: #083973;
}

.catalog_detail .element_detail_text .price_txt {
    color: #ff0000;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

.item-stock > span {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #ff0000;
    font-weight: bold;
}

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    background: #f7f7ff;
    border: 1px solid #0019ff;
    border-radius: 2px;
    box-shadow: none;
    color: #000000;
    height: auto;
    font-size: 13px;
    padding: 8px 13px 7px;
    width: 100%;
    outline: 0;
}



/*обводка плиток*/
.sections_wrapper .list .item:hover {
    border-color: #0029ff;
    box-shadow: 0 0 20px 0 rgba(0, 1, 255, 0.5);
}
.sections_wrapper .list .item {
    text-align: center;
    border: 1px solid #83bbf3;
    padding: 30px 10px;
    transition: .2s;
}

/*Обводка плиток каталога */
.catalog_section_list .section_item {
    line-height: 20px;
    font-size: 12px;
    padding: 30px;
    zoom: 1;
    vertical-align: top;
    border: 1px solid #d9daff;
    transition: box-shadow .2s,border .2s ease-out;
}


/*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;  }*/

#headerfixed .logo-row .logo img, #headerfixed .logo-row .logo svg {
    max-width: 37%;
   
}

@media screen and (max-width: 600px) {
  .hidemobile {
    visibility: hidden;
    display: none;
  }
}

/* Размер лого*/
.logo-row .logo{display:inline-block;position:relative;height:180px;max-width:200px;line-height:70px;z-index:10;}

/* Размер лого плавающего меню*/
/*#headerfixed  .logo-row .logo{height: auto;line-height: normal;padding-right: 120px;max-width: 150px;}*/
 
/*Размер лого в мобильной версии сайта */
#mobileheadersimple .logo svg{max-width:112px}#mobileheader .logo,#mobileheader .logo svg{max-width:63px}


/* настройка дроп меню*/
.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu>li.has_img{padding-left:80px;min-height:45px}  /*  Droup menu  уменьшаем зазор в выпадающем меню */

.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu>li{display:inline-block;width:25%;float:left;margin:0 0 7px;padding:0 20px 0 0} /*  Droup menu  уменьшаем зазор в выпадающем */

.menu-row .mega-menu table td.wide_menu:hover>.wrap>.dropdown-menu{display:block;width:100%;margin-top:0;border-top:1px solid #3000ff;padding:25px 30px 10px;left:0!important;max-height:1000px;overflow:auto} /*  Droup menu  убираем скролл */


.page-top .share.top {
    opacity: 0;
} /* прячем значёк sharing

element.style {
}

.page-top .share.top+.print-link {
    right: 55px;
    top: -8px;
}
body .page-top .print-link {
    /* position: absolute; */
    /* top: 0; */
    /* width: 47px; */
    /* height: 47px; */
    font-size: 0;
    transition: background ease .3s;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    right: 0;
}



.accordion-head.accordion-open {
    border-bottom: none;
    background: #f5f5f5;