.content-left { /*350px*/
    float: left;
    width: 350px;
    min-height: 10px;
    padding-top: 20px;
}
.content-right { /*1000px*/
    padding-top: 35px;
    float: right;
    width: 1000px;
    min-height: 10px;
}

.category {width: 1000px; min-height: 30px;}
/* Обнуляем обтекание float -- */
.category:before, .category:after {
    content: " ";
    display: table;
}
.category:after {
    clear: both;
}
.category {
    *zoom: 1;
}
/* -- end обнуляем обтекание float */
.location-list {
    width: 270px;
    min-height: 310px;
    padding: 15px 15px;
    float: left;
    cursor: pointer;
}
.location-list ul {
    padding-top: 8px;
    list-style: none;
    line-height: 1.6;
}
.location-list a {
    color: #00a3d3;
}
.location-list a:hover {
    color: #272727;
}

.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;
}
.paid-ads {width: 200px; min-height: 30px; float: left; background-color: #9b3e47;}
.preview-ad {
    display: block;
    box-sizing: unset;
    width: 940px;
    height: 260px;
    margin: 20px 10px 0 0;
    padding: 20px 20px 25px 20px;
    border-radius: 10px;
    transition: background 0.2s ease;
}
.preview-ad:hover {
    background-color: #e9e9e9;
}
/* Обнуляем обтекание float -- */
.preview-ad:before, .preview-ad:after {
    content: " ";
    display: table;
}
.preview-ad:after {
    clear: both;
}
.preview-ad {
    *zoom: 1;
}
/* -- end обнуляем обтекание float */
.field-images{
    display: block;
    float: left;
    width: 302px;
    height: 260px;
    border: 1px solid #dadada;
    background-color: #e9e9e9;
    border-radius: 10px;
}
.field-context {
    float: left;
    width: 400px;
    height: 260px;
    margin-left: 20px;
}
.title {
    display: block;
    font-size: 18px;
    color: #00a3d3;
}
.title:hover {
    color: #272727;
}
.description {
    display: block;
    padding-bottom: 8px;
    font-family: "OpenSans Regular", sans-serif;
    font-size: 16px;
    line-height: 1.3;
}
.price {
    display: block;
    padding-bottom: 10px;
    font-family: "OpenSans Bold", sans-serif;
    font-size: 17px;
}
.price::after {
    content: '₽';
    position:relative;
    top: 0;
    margin-left: 5px;
    font-weight: bold;
}
.location {
    display: block;
    font-family: "OpenSans Regular", sans-serif;
    font-size: 15px;
    color: #b8b8b8;
}
.location::before {
    content: url(/pc/img/design/location.svg);
    position:relative;
    margin-right: 10px;
    top: 5px;
}
.field-contacts {
    float: left;
    width: 200px;
    height: 260px;
    margin-left: 15px;
}