.content-left { /*1000px*/
    float: left;
    width: 1000px;
    min-height: 10px;
    padding-top: 20px;
}
.content-right { /*350px*/
    padding-top: 35px;
    float: right;
    width: 350px;
    min-height: 10px;
}

.category {width: 1000px; min-height: 30px; float: left;}
.random-block {
    width: 270px;
    height: 310px;
    padding: 15px 15px;
    float: right;
    border: 2px solid #e9e9e9;
    border-radius: 10px;
}

.category > a {
    float: left;
    height: 100px;
    padding: 15px 15px;
    margin: 0 20px 20px 0;
    border-radius: 10px;
    background-color: #e9e9e9;
    transition: background-color 100ms ease-in-out;
}
.category > a:nth-child(1),
.category > a:nth-child(2) {
    width: 250px;
}
.category > a:nth-child(3),
.category > a:nth-child(4) {
    width: 150px;
}
.category > a:hover {
    background-color: #dadada;
}
.category-circles {
    float: left;
    width: 1000px;
}

.circle {
    float: left;
    width: 110px;
    min-height: 180px;
    margin-right: 32px;
}

.circle img {
    width: 102px;
    height: 102px;
    padding: 3px;
    border: 4px solid #df0584;
    border-radius: 100px;
    background-color: #ffffff;
}
.circle > a {
    float: left;
    width: 110px;
    min-height: 30px;
    border-radius: 5px;
    transition: background-color 100ms ease-in-out;
    color: #1b1b1b;
    text-align: center;
    font-size: 14px;
}



.paid-ads {width: 200px; min-height: 30px; float: right; background-color: #9b3e47;}
.ads {
    width: 233px;
    min-height: 10px;
    margin: 20px 10px 0 0;
    float: left;
    background-color: #ffffff;
}
.img{
    width: 233px;
    height: 200px;
    border: 1px solid #dadada;
    background-color: #e9e9e9;
    border-radius: 10px;
}
.img > img{
    width: 233px;
    height: 200px;
    border-radius: 10px;
}
.title {
    display: block;
    margin-top: 10px;
}
.title > h4 {
    font-size: 16px;
    color: #41af9c
}
.price {
    display: block;
    font-family: "OpenSans Bold", sans-serif;
    font-size: 15px;
}
.price::after {
    content: '₽';
    position:relative;
    top: 0;
    margin-left: 5px;
    font-weight: bold;
}
.location {
    font-family: "OpenSans Regular", sans-serif;
    font-size: 15px;
    color: #dadada;
}
.location::before {
    content: url(/img/design/location.svg);
    position:relative;
    top: 5px;
}