.so-search-helper {
    border: 1px solid #ebebeb;
    border-radius: 15px;
    padding: 20px;
    position: absolute;
    top: 55px;
    width: 325px;
    background: #fff;
}
.so-search-helper__similar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 7px;
    margin-bottom: 12px;
}
.so-search-helper__similar-item {
    display: inline-block;
    color: #1f2a37;
    text-decoration: none;
    font-size: 16px;
    padding-left: 33px;
    margin-bottom: 14px;
    line-height: 21px;
    position: relative;
}
.so-search-helper__similar-item:before {
    content: '';
    background-image: url(/images/required/sprite.png?v20170404132038);
    background-position: -200px -164px;
    width: 22px;
    height: 21px;
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
}
.so-search-helper__sections {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.so-search-helper__sections-title {
    color: #53bed0;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 17px;
}
.so-search-helper__section {
    margin-bottom: 10px;
}
.so-search-helper__section:last-child {
    margin-bottom: 0;
}
.so-search-helper__section-bc {
    color: #999999;
    font-size: 10px;
    margin-bottom: 8px;
}
.so-search-helper__section-name {
    color: #1f2a37;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
}
.so-search-helper__section-name span {
    color: #53bed0;
    font-weight: bold;
    border: 2px solid #53bed0;
    padding: 0 4px;
    display: inline-block;
    line-height: 100%;
    margin-left: 7px;
}
.so-search-helper__product {
    display: flex;
    margin-bottom: 15px;
}
.so-search-helper__product:last-child {
    margin-bottom: 0;
}
.so-search-helper__product-photo {
    width: 55px;
    height: 62px;
    display: block;
    background-size: cover;
    margin-right: 14px;
}
.so-search-helper__product-text {
    width: calc(100% - 69px);
}
.so-search-helper__product-name {
    color: #1f2a37;
    text-decoration: none;
    font-size: 14px;
}
.so-search-helper__product-price {
    color: #1f2a37;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
}
.so-search-helper__results {
    background: #fff;
}