.methods_tabs--item select {
    display: inline-block;
    width: inherit;
}

.cms-page-view .std a {
    color: #Fff;
}

.sidebar-livechat .item .icon {
    background: #e8592e;
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    display: block;
    width: 54px;
    height: 54px;
    line-height: 50px;
    text-align: center;
    font-size: 2.2rem;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.08);
    -webkit-transition: background .3s linear, color .3s linear;
    transition: background .3s linear, color .3s linear;
    display: none;
}

.pictos-list_block .picto-item img {
    display: block;
    margin: 0 0 20px;
    max-width: 80px;
}

.catalog-product-view .breadcrumbs {
    position: initial;
}