.h-menu__link {
    font-size: 13px;
}
.promo__icon {
    width: 46px;
    height: 46px;
    fill: #de5836;
}
svg.icon18.tik-tok {
    fill: #bbb;
}
svg.icon18.tik-tok:hover {
    fill: #fff;
}
.sorting__filter.f-filter-bar {
    font-size: 12px;
}
table.table-blue th {
    color: #182e4f;
    border: 1px solid #4a8acc !important;
    padding: 11px 11px 10px;
    line-height: normal;
}
table.table-blue td {
    color: #182e4f;
    border: 1px solid #4a8acc !important;
}
table.table-blue > tbody > tr:nth-child(odd) {
    background: rgba(234, 234, 234, 0.5);
}

table.table-blue.no-layout td {
    padding: 17px;
}
#product-mounting ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    width: 1.3em;
    height: 1.3em;
    text-align: center;
    line-height: 1.3em;
    color: #fff;
    background: #4a8acc;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
}
#product-mounting ol {
    list-style: none;
}
#product-mounting ol {
    counter-reset: myCounter;
    padding: 0;
}
#product-mounting ol li {
    padding: 0 0 10px 2em;
    position: relative;
}
table.table-blue.no-layout {
    margin: 0 0 23px 0;
}
#product-mounting ol li {
    padding: 0 0 20px 2em;
    position: relative;
}
blockquote {
    display: table;
    color: #555;
    padding: 20px;
    background: rgba(226, 224, 224, 0.4);
    border-left: 2px solid #ccc;
}
.icon-question:before {
    content: "\e908";
}
blockquote .icon-question:before {
    display: block;
    border: 2px solid;
    border-radius: 50%;
    padding: 0.1em;
    color: #ccc;
}
.tab__names .h-menu {
    border-left: 1px solid #eee;
    border-top-left-radius: 6px;
    height: 56px;
    margin-left: 0;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.tab__names .h-menu__link {
    color: #468dd7!important;
    background: #ffffff;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 9px 15px;
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    height: max-content;
    border-radius: 8px;
    border: 1px solid #468dd7;
}
.tab__names .h-menu__link:hover {
    color: #267ed8 !important;
    background-color: #e4effb;
}
a.h-menu__link.h-menu__link_active-tab:hover {
     color: #fff !important;
    background-color: #4a8acc;
}
a.h-menu__link.h-menu__link_active-tab {
    color: #fff !important;
    background-color: #4a8acc;
}


@media (max-width: 768px){
.view-fav-com {
    opacity: 1;
    visibility: inherit;
    position: absolute;
    top: 15px;
    right: 15px;
    transition: all .2s ease-out;
    z-index: 3;
}
.products__item .view-fav-com, .products__vfc, .products__view, .products_col-3 .products__item .view-fav-com, .products_col-5 .products__item .view-fav-com {
    display: inline;
}
ul.h-menu1 {
    border-left: 1px solid #eee;
    border-top-left-radius: 6px;
    margin-left: 0;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 12px;
    flex-wrap: wrap;
}
ul.h-menu1 li {
    margin: 0 0 10px 0;
}
}
