
.price-block__img {
    position: absolute;
    right: 5px;
    top: 2px;
}

.price-block {
    padding: 0 10px 2px 10px;
    line-height: 35px;
    display: block;
    width: 170px;
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    color: #475669;
    background: #ffffff;
}

.price-block img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}

.price-block.price-block--lower.price-block__check {
    font-size: 11px;
}

.price-block.price-block--lower .price-block__img {
    top: 5px;
}

.price-block.price-block--lower {
    line-height: 12px;
    font-size: 14px;
    padding: 5px 10px;
}

.price-block.green:hover {
    color: #038243 !important;
}

.price-block.red:hover {
    color: #aa2424 !important;
}

.price-block.orange-lbc:hover {
    color: #d06e2c !important;
}

.price-block:hover {
    color: #215f86;
}

.price-block__img:hover .hint {
    display: block;
    top: auto;
    right: 0;
    max-width: 230px;
    font-size: 13px;
    bottom: 42px;
}

.price-block__flex .fa-search {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.price-block__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
}

.price-block__check:hover {
    color: #999999;
}

.price-block__check {
    cursor: pointer;
    font-size: 10px;
    color: #cccccc;
}

@media screen and (max-width: 767px) {
    .price-block {
        width: 125px;
        line-height: 30px;
        font-size: 12px;
    }

    .price-block .fa-times {
        display: none;
    }

    .price-block__check {
        font-size: 10px;
    }

    .price-block img {
        width: 10px;
        height: 10px;
    }
}