.us_1 {
    background: #02bce7;
    padding: 15px 0px;
    color: #000!important;
    border-radius: 5px;
}

.us_2 {
    background: #002b49;
    padding: 15px 0px;
    color: #fff!important;
    border-radius: 5px;
}

.price-choose-payment,
.price-choose-payment-escrow {
    font-weight: 600;
    padding: 20px 0px;
    text-align: center;
}

.escrow__box {
    background: #e8eef2;
    color: #000;
}

.progress {
    width: 100%;
    height: 5px;
}

.progress-wrap {
    background: #7692ad;
    margin: 0px 0;
    overflow: hidden;
    position: relative;
}

.progress-bar {
    background: #e8eef2;
    position: absolute;
    top: 0;
    left: 0px;
}

html,
body {
    height: 100%;
    min-height: 100%;
    position: relative;
}

.escrow_pay_block {
    background: #fff;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    min-height: 400px;
    padding: 35px 15px;
    word-break: break-all;
}

.escrow_pay_price {
    color: #000;
    font-weight: 600;
    padding-top: 5px;
    text-align: right;
}

.escrow_pay_price img {
    max-width: 25px;
}

.escrow_pay_title {
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
}

.escrow_pay_block h2 {
    font-weight: 600;
    font-size: 20px;
    color: #a4989e;
    padding-left: 15px;
}

.Btn-escrow-pay {
    background: #3cb95d;
    padding: 5px 15px;
    border: none!important;
    outline: none!important;
    color: #fff!important;
    border-radius: 5px;
}

.police-escrow-text {
    color: #0088ff
}

.small-text {
    font-size: 12px;
    color: #888;
}

.wert {
    color: #c32341;
    padding: 15px;
    border: 2px solid #c32341;
}

.escrow-adress {
    padding: 15px;
    border-radius: 5px;
    background: #7692ad;
    color: #fff;
}

.escrow_main_pay_block .countdown-number {
    color: #3cb95d!important;
}

.btn-escrow-com {
    background: #3cb95d;
    padding: 7px 15px;
    border: none !important;
    outline: none !important;
    color: #fff !important;
    border-radius: 5px;
    display: inline-block;
}

.payment-box {
    padding: 36px;
}

.payment-btc {

}

.center-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.amount {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}

.address {
    color: #000;
    font-size: 16px;
    text-align: center;
}


.timeout {
    color: #000;
    font-size: 16px;
    text-align: center;
}

.timeout span {
    color: #7692ad;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.timeout .expired {
    color: #c0392b;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}