.transfers {
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    font-size: 14px;
}

.transfer {
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 183px;
    margin-bottom: 10px;
    background: #f7f6f6;
}

.transfer .transfer__item-price i {
    font-size: 12px;
}

.transfer .transfer__item:first-of-type {
    width: 300px;
    min-width: 300px;
    text-transform: uppercase;
}

.transfer a {
    color: #475669;
}

.transfer .transfer__item-price {
    margin-bottom: 10px;
    width: 95px;
    font-weight: bold;
    font-size: 17px;
    display: inline-block;
}

.transfer__item-price-big {
    border-bottom: 1px solid #ffffff;
    display: block;
    margin-bottom: 10px;
}

.transfer__item-price-big .transfer__item-price i {
    font-size: 17px;
}

.transfer__item-price-big .transfer__item-price {
    font-size: 23px;
    font-weight: bold;
}

.transfers-head > div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
}

.transfers-head .transfers-head__icon i {
    margin-right: 5px;
}

.transfers-head .transfers-head__icon:hover {
    background: #ff8e41;
}

.transfers-head .transfers-head__icon {
    height: 23px;
    padding: 0 15px 0 10px;
    cursor: pointer;
    margin-right: 204px;
    line-height: 23px;
    font-size: 11px;
    width: 97px;
    background: #999999;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
}

.transfers.transfers--loader .transfers-head {
    height: 40px;
    -webkit-animation: transferLoader 5s infinite;
    animation: transferLoader 5s infinite;
}

.transfers.transfers--loader .transfer__img {
    background: #ffffff;
    opacity: 0.8;
}

.transfers-head {
    background: #eeeeee;
    border-radius: 5px;
    padding: 6px 10px;
    margin-bottom: 10px;
}

.transfers.transfers--loader .transfer {
    -webkit-animation: transferLoader 5s infinite;
    animation: transferLoader 5s infinite;
}

@-webkit-keyframes transferLoader {
    0% {
        background-color: #f6f6f6;
    }
    50% {
        background-color: #eeeeee;
    }
    100% {
        background-color: #f6f6f6;
    }
}

@keyframes transferLoader {
    0% {
        background-color: #f6f6f6;
    }
    50% {
        background-color: #eeeeee;
    }
    100% {
        background-color: #f6f6f6;
    }
}

.transfer .transfer__item .bth__btn {
    height: auto;
    padding: 5px 0;
    color: #318cc6;
    background: #ffffff;
    border: 1px solid #318cc6;
    margin-top: 8px;
    font-size: 13px;
    width: 180px;
}

.transfers .transfers-head + .transfer .bth__btn {
    color: #ffffff;
    background: #318cc6;
    border-color: #318cc6;
}

.transfers .transfer .bth__btn:hover {
    color: #ffffff;
    background: #256995;
    border-color: #256995;
}

.transfer .hint-block:hover .hint {
    display: block;
}

.transfer .hint-block {
    position: relative;
    display: inline-block;
}

.transfer {
    padding: 10px 0;
}

.transfer .transfer__item {
    padding: 0 15px;
    margin-right: 15px;
    position: relative;
}

.transfer a:hover {
    color: #318cc6;
}

.transfer .transfer__work:hover {
    color: #999999 !important;
}

.transfer .transfer__work {
    font-size: 17px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #cccccc !important;
    z-index: 10;
}

.transfer__item-car-img img {
    -o-object-fit: contain;
    object-fit: contain;
}

.transfer__item-car-img {
    width: 180px;
    height: 120px;
    display: block;
}

.transfer .transfer__item:nth-child(2) {
    padding-left: 255px;
}

.transfer__img {
    background-color: #d4e4f2ad;
    width: 230px;
    height: 163px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
}

.transfers__ttl a {
    margin-left: 10px;
}

.paginator .paginator__button.paginator__button--540 {
    width: 544px;
}

.transfer__item-link {
    display: block;
}

@media screen and (max-width: 1279px) {
    .transfers-head .show-1279 {
        display: inline !important;
    }
}

@media screen and (max-width: 1023px) {
    .transfer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 10px 10px 255px;
        position: relative;
    }

    .transfers-head .transfers-head__icon {
        margin-right: 143px;
    }

    .transfer__item-price-big {
        margin-bottom: 0;
        border: none;
    }

    .transfer .transfer__item:first-of-type {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0;
        margin: 10px 0 0 0;
        min-width: auto;
    }

    .transfer .transfer__item:nth-child(2) {
        position: static;
        padding: 0
    }

    .transfer__img {
        height: 100%;
    }

    .transfer .transfer__item {
        margin: 0;
    }

    .transfer .transfer__item:first-of-type > div:not(:first-child) .transfer__item-price {
        width: auto;
    }

    .transfer .transfer__item:first-of-type > div:not(:first-child) {
        display: inline-block;
        width: 200px;
        vertical-align: middle;
    }

    .transfer .mt5 {
        margin-top: 0 !important;
    }

    .transfer .mt20 {
        margin-top: 10px !important;
    }
}

@media screen and (max-width: 767px) {
    .transfer {
        padding: 10px;
    }

    .transfers-head {
        font-size: 12px;
        white-space: nowrap;
        overflow: auto;
    }

    .transfers-head .transfers-head__icon, .transfers-head > div {
        margin-right: 15px;
    }


    .transfer .transfer__item:first-of-type .fz13 {
        font-size: 11px !important;
        color: #666666;
    }

    .transfer .transfer__item:first-of-type > div:not(:first-child) {
        width: 100%;
    }

    .transfer .transfer__item:first-of-type > div:not(:first-child) .transfer__item-price {
        width: 95px;
    }

    .transfer .transfer__item-price {
        font-size: 15px;
    }

    .transfer .transfer__item-price-big .transfer__item-price {
        font-size: 18px;
    }

    .transfer .transfer__item:nth-child(2) > * {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .transfer .transfer__item:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .transfer__img {
        position: relative;
        height: auto;
        width: 100%;
        margin: 10px 0;
        background: #ffffff;
    }

    .transfer .transfer__item:nth-child(2) .mb20 {
        margin-bottom: 10px !important;
    }

    .transfer .transfer__item:nth-child(2) .transfer__ttl {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .transfer__item-car-img {
        display: block;
        margin: 0 auto;
    }
}