.content-left { /*1000px*/
    float: left;
    width: 1000px;
    min-height: 10px;
    padding-top: 20px;
}
.content-right { /*350px*/
    float: right;
    width: 350px;
    min-height: 10px;
    padding-top: 35px;
}
.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, .help {
    float: left;
    height: 130px;
    padding: 15px 15px;
    margin: 0 20px 20px 0;
    border-radius: 10px;
    background-color: #e9e9e9;
    transition: background-color 100ms ease-in-out;
}
.category > a {
    width: 283px;
}
.category > a:hover {
    background-color: #dadada;
}
.housing {
    background-image: url("/pc/img/design/housing.svg");
    background-size: 283px 130px;
}
.trips {
    background-image: url("/pc/img/design/trips.svg");
    background-size: 283px 130px;
}
.hikes {
    background-image: url("/pc/img/design/hikes.svg");
    background-size: 283px 130px;
}
.hikes {
    background-image: url("/pc/img/design/hikes.svg");
    background-size: 283px 130px;
}
.food {
    background-image: url("/pc/img/design/food.svg");
    background-size: 283px 130px;
}
.help {
    width: 587px;
}
.help a h4 {
    display: block;
    float: left;
}
.help a h4 {
    margin-top: 0;
}
.help ul li a {
    font-size: 16px;
}
.help ul li {
    line-height: 1.2;
}
.help ul {
    margin-left: 50px;
    display: block;
    float: left;
    list-style-type: none;
}
.help {
    background-image: url("/pc/img/design/help.svg");
    background-size: 615px 130px;
}

.towtruck::before {
    position: relative;
    top: 4px;
    right: 6px;
    display: inline-block;
    height:20px;
    width:20px;
    content: url(/pc/img/design/towtruck.svg);
}
.sportcar::before {
    position: relative;
    top: 4px;
    right: 6px;
    display: inline-block;
    height:20px;
    width:20px;
    content: url(/pc/img/design/sportcar.svg);
}
.tirerepair::before {
    position: relative;
    top: 4px;
    right: 6px;
    display: inline-block;
    height:20px;
    width:20px;
    content: url(/pc/img/design/tirerepair.svg);
}
.carservice::before {
    position: relative;
    top: 4px;
    right: 6px;
    display: inline-block;
    height:20px;
    width:20px;
    content: url(/pc/img/design/carservice.svg);
}
.services::before {
    position: relative;
    top: 4px;
    right: 6px;
    display: inline-block;
    height:20px;
    width:20px;
    content: url(/pc/img/design/services.svg);
}
.medical::before {
    position: relative;
    top: 4px;
    right: 6px;
    display: inline-block;
    height:20px;
    width:20px;
    content: url(/pc/img/design/medical.svg);
}
.veterinary::before {
    position: relative;
    top: 4px;
    right: 6px;
    display: inline-block;
    height:20px;
    width:20px;
    content: url(/pc/img/design/veterinary.svg);
}


.paid-ads {width: 200px; min-height: 30px; float: right; background-color: #9b3e47;}
.context {
    width: 60%;
    margin-top: 30px;
    margin-bottom: 35px;
    padding: 20px 30px;
    border-radius: 5px;
    background-color: #41af9c;
    color: #ffffff;
    line-height: 1.5;
}
.ads {
    width: 233px;
    min-height: 357px;
    margin: 20px 10px 0 0;
    float: left;
    background-color: #ffffff;
}
.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(/pc/img/design/location.svg);
    position:relative;
    top: 5px;
}
