
    .search-page .right-col .bottom-block .element .image img
    {
        left: 4px;
        border-radius: 4px 2px 2px 4px;
    }

    .search-page .right-col .bottom-block .element .description .bottom-row>a
    {
            display: inline-block;
            width: auto;
            background: white;
            border: 1px solid #d6d6d6;
            border-radius: 20px;
            font-size: 1.1rem;
            color: #AAA;
            font-weight: 300;
            text-decoration: none;
            line-height: 1.5rem;
            text-align: center;
            cursor: pointer;
            padding: 5px 30px;
            margin: 0 auto;
    }
    .search-page .right-col .bottom-block .element .description .bottom-row>a:hover
    {
        border-color: #666;
        color: #666;
    }
    .search-page .right-col .bottom-block .show-all
    {
        display: block;
        width: 100%;
        background: #3fb5b7;
        border: 1px solid #2a9698;
        border-radius: 20px;
        font-size: 1.1rem;
        color: #fff;
        font-weight: 300;
        text-decoration: none;
        line-height: 1.5rem;
        text-align: center;
        cursor: pointer;
        padding: 5px;
        margin-top: 20px;
        height: auto;
    }

@media (max-width: 1169px)
{
    .search-page .top-row .left-block,
    .search-page .left-col
    {
        display: none;
    }
    .search-page .top-row .right-block,
    .search-page .right-col
    {
        width: 100%;
        margin: 0px;
    }
}
