.content {
    padding-bottom: 35px;
}
@media (min-width: 769px) {
    .content {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}
.content__left {
    padding: 0px 20px;
}
@media (min-width: 469px) {
    .content__left {
        padding: 0px 30px;
    }
}
@media (min-width: 769px) {
    .content__left {
        padding: 0px 15px;
    }
}
.content__title {
    padding-bottom: 22px;
}
.content__title h1,
.content__title h2 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    color: #123b87;
    font-weight: 600;
}
@media (min-width: 469px) {
    .content__title h1,
    .content__title h2 {
        font-size: 32px;
    }
}
@media (min-width: 769px) {
    .content__title h1,
    .content__title h2 {
        font-size: 40px;
    }
}
.content__fastlinks {
    padding-top: 10px;
}
.toolbar-t {
    padding-bottom: 22px;
}
.toolbar-t__left {
    padding-bottom: 10px;
}
@media (min-width: 469px) {
    .toolbar-t__left {
        padding-bottom: 0;
        float: left;
    }
}
.toolbar-t__right {

}
@media (min-width: 469px) {
    .toolbar-t__right {
        float: right;
    }
}
.toolbar-t__action--sort {

}
.toolbar-t__action--limit {

}
.toolbar-t__action label {
    color: #123b87;
    padding-right: 10px;
    float: left;
    margin: 0;
    line-height: 40px;
    font-weight: 400;
}
.toolbar-t__action .select-wrapper {
    position: relative;
    display: inline-block;
    height: 40px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    float: left;
}
.toolbar-t__action .select-wrapper::before {
    display: block;
    content: " ";
    position: absolute;
    z-index: 1;
    height: 30px;
    width: 1px;
    top: 4px;
    right: 40px;
    background-color: #eeeeee;
}
.toolbar-t__action .select-wrapper::after {
    content: "\f0d7";
    display: block;
    font-family: "FontAwesome", sans-serif;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #555555;
    z-index: 1;
    font-size: 16px;
}
.toolbar-t__action select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #555555;
    text-transform: lowercase;
    border: none;
    position: relative;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    background-color: transparent;
    position: relative;
    padding: 0 62px 0 21px;
    z-index: 2;
}
.toolbar-t__action select::-ms-expand {
    display: none;
}
.content__product {
    background-color: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 20px 0px rgba(225, 233, 242, 1);
    -moz-box-shadow: 0px 4px 20px 0px rgba(225, 233, 242, 1);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(225, 233, 242, 1);
    min-height: 196px;
}
.product-sm {

}
.product-sm::before,
.product-sm::after {
    display: table;
    content: " ";
}
.product-sm::after {
    clear: both;
}
.product-sm__image {
    position: relative;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
@media (min-width: 469px) {
    .product-sm__image {
        float: left;
        width: 264px;
    }
}
.product-sm__image a {
    text-decoration: none;
}
.product-sm__image img {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.product-sm__labels {
    position: absolute;
    top: 0;
    left: 0;
}
.product-sm__label {
    margin-bottom: 10px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    line-height: 29px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding: 0 10px;
}
.product-sm__labels .product-sm__label:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 0;
}
.product-sm__label--top {
    background-color: #3fbd53;
}
.product-sm__price {
    background-color: #123b87;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 6px;
    height: 41px;
    line-height: 41px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.product-sm__data {

}
@media (min-width: 469px) {
    .product-sm__data {
        margin-left: 264px;
    }
}
.product-sm__name {
    border-bottom: 1px solid #f9f9f9;
}
.product-sm__name h2 {
    margin: 0;
    padding: 0;
}
.product-sm__name a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #13488b;
    padding: 19px;
    display: block;
}
.product-sm__cells {
    padding: 19px;
    display: table;
    table-layout: fixed;
    width: 100%;
}
@media (min-width: 321px) {
    .product-sm__cells {
        width: auto;
    }
}
@media (min-width: 769px) {
    .product-sm__cells {
        padding-bottom: 0;
        padding-right: 0;
    }
}
.product-sm__line {
    display: table-row;
}
.product-sm__line::before,
.product-sm__line::after {
    content: " ";
    display: table;
}
.product-sm__line::after {
    clear: both;
}
.product-sm__cell {
    display: table-cell;
    width: 50%;
}
@media (min-width: 769px) {
    .product-sm__cell {
        width: auto;
    }
}
@media (min-width: 769px) {
    .product-sm__cell:first-child {
        padding-right: 35px;
    }
}
.product-sm__line:first-child .product-sm__cell {
    padding-bottom: 20px;
}
@media (min-width: 769px) {
    .product-sm__line:first-child .product-sm__cell {
        padding-bottom: 25px;
    }
}
.product-sm__cell::before,
.product-sm__cell::after {
    display: table;
    content: " ";
}
.product-sm__cell::after {
    clear: both;
}
.product-sm__icon {
    display: none;
}
@media (min-width: 321px) {
    .product-sm__icon {
        display: block;
        float: left;
    }
}
.product-sm__icon .svg-icon {
    fill: #dddddd;
}
.product-sm__icon .svg-icon.calendar {
    width: 32px;
    height: 31px;
}
.product-sm__icon .svg-icon.clock {
    width: 32px;
    height: 31px;
}
.product-sm__icon .svg-icon.gas-station {
    width: 32px;
    height: 31px;
}
.product-sm__icon .svg-icon.engine {
    width: 32px;
    height: 25px;
}
.product-sm__info {

}
@media (min-width: 321px) {
    .product-sm__info {
        margin-left: 47px;
    }
}
.product-sm__info .name {
    font-size: 12px;
    font-weight: 700;
    color: #13488b;
    text-transform: uppercase;
    padding-bottom: 3px;
}
.toolbar-b {
    padding-top: 15px;
}
@media (min-width: 769px) {
    .toolbar-b {
        padding-top: 20px;
    }
}
.toolbar-b__action {
    text-align: center;
}
.toolbar-b__action label {
    color: #123b87;
    margin: 0;
    font-weight: 400;
    text-align: center;
    display: block;
    padding-bottom: 16px;
    vertical-align: top;
}
@media (min-width: 321px) {
    .toolbar-b__action label {
        display: inline-block;
        padding-bottom: 0;
        text-align: left;
        padding-right: 10px;
        line-height: 40px;
    }
}
@media (min-width: 321px) {
    .toolbar-b__action label {
        float: left;
        display: block;
    }
}
.pager-list {
    vertical-align: top;
    position: relative;
    display: inline-block;
    height: 40px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    display: none;
}
@media (min-width: 469px) {
    .pager-list {
        display: inline-block;
    }
}
@media (min-width: 769px) {
    .pager-list {
        display: block;
        float: left;
    }
}
.pager-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pager-list ul li {
    float: left;
    height: 38px;
    line-height: 38px;
    min-width: 40px;
    text-align: center;
}
.pager-list ul li a {
    display: block;
    height: 38px;
    line-height: 38px;
    text-decoration: none;
    min-width: 40px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    color: #555555;
}
.pager-list ul li.next a,
.pager-list ul li.prev a {
    font-size: 21px;
}
.pager-list ul li.page-active a,
.pager-list ul li a:hover {
    background-color: #f9f9f9;
}
.pager-select {
    display: inline-block;
}
@media (min-width: 469px) {
    .pager-select {
        display: none;
    }
}
.pager-select .select-wrapper {
    position: relative;
    display: inline-block;
    height: 40px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    float: left;
}
.pager-select .select-wrapper::before {
    display: block;
    content: " ";
    position: absolute;
    z-index: 1;
    height: 30px;
    width: 1px;
    top: 4px;
    right: 40px;
    background-color: #eeeeee;
}
.pager-select .select-wrapper::after {
    content: "\f0d7";
    display: block;
    font-family: "FontAwesome", sans-serif;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #555555;
    z-index: 1;
    font-size: 16px;
}
.pager-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #555555;
    text-transform: lowercase;
    border: none;
    position: relative;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    background-color: transparent;
    position: relative;
    padding: 0 62px 0 21px;
    z-index: 2;
}
.pager-select select::-ms-expand {
    display: none;
}
.content__right {
    padding: 0;
}
@media (min-width: 769px) {
    .content__right {
        padding: 0 15px;
        float: right !important;
    }
}
.category__list {
    display: none;
}
@media (min-width: 769px) {
    .category__list {
        display: block;
        padding-bottom: 20px;
    }
}
.category__list ul {
    background-color: #123b87;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border-radius: 6px;
}
.category__list ul li {

}
.category__list ul li a {
    display: block;
    color: #fff;
    padding: 7.5px 10px 7.5px 36px;
    text-decoration: none;
    position: relative;
}
.category__list ul li a::before {
    content: "\f105";
    display: block;
    font-family: "FontAwesome", sans-serif;
    position: absolute;
    left: 19px;
    top: 50%;
    transform: translateY(-50%);
}
.category__list ul li a:hover {
    background-color: #3fbd53;
}
.last-seen {
    display: none;
}
@media (min-width: 769px) {
    .last-seen {
        display: block;
    }
}
.last-seen__title {
    padding-bottom: 32px;
}
.last-seen__title h4 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    color: #123b87;
    font-weight: 600;
}
.last-seen__list {

}
.last-seen__product {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 4px 20px 0px rgba(225, 233, 242, 1);
    -moz-box-shadow: 0px 4px 20px 0px rgba(225, 233, 242, 1);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(225, 233, 242, 1);

}
.product-xs {

}
.product-xs::before,
.product-xs::after {
    display: table;
    content: " ";
}
.product-xs::after {
    clear: both;
}
.product-xs__image {
    width: 73px;
    height: 73px;
    overflow: hidden;
    border-radius: 3px;
    float: left;
}
.product-xs__data {
    margin-left: 87px;
}
.product-xs__name {
    padding-bottom: 6px;
}
.product-xs__name h3 {
    padding: 0;
    margin: 0;
}
.product-xs__name h3 a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #123b87;
}
.product-xs__info {
    font-size: 13px;
    padding-bottom: 6px;
}
.product-xs__price {
    font-size: 13px;
}