.sale {
    background: url('/static/images/sale.png') no-repeat center center;
    width: 344px;
    height: 146px;
    display: inline-block;
    right: 128px;
    top: 0px;
    position: absolute;
}

.setup-price-header {
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    display: inline-block;
}

.price_analog .with-setup {
    color: #649741;
}

.b-about .b-brands__item {
    border-bottom: none;
}

.edit-object-in-admin {
    background-color: white;
    border: 2px solid #7F7F7F;
    font-size: smaller;
    margin: 0;
    opacity: 0.8;
    padding: 3px 3px 3px 4px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000000;
}

.priceline-image {
    float: right;
    padding: 0 0 20px 20px;
}


.select2-container--default .select2-selection--single {
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #fff;
    padding: 4px 30px 4px 17px;
    height: 38px;
    width: 194px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white;
    line-height: 28px;

}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px;
    right: 5px;
    width: 20px;
}

.b-top-filter .select2-container--default .select2-selection--single {

    border: 1px solid #d1d1d1;;
    color: #d1d1d1;;

}

.b-top-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #d1d1d1;

}

.b-top-filter  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #d1d1d1 transparent transparent transparent;
}



.region-select {
    color:white;
    border:none;
    font-family:  PTSansNarrow, Arial, sans-serif;
    font-size: 14px;
    background: #1d92cb;
    text-transform: uppercase;
}
