.b-popup__header {
    background: #E63241;
    height: 90px;
    position: relative;
}

.b-popup__header.b-popup__icon_money {
    background: #E63241 url("../images/popups/money_icon.svg") no-repeat center center;
    background-size: 96px;
}

.b-popup__header.b-popup__icon_bonus {
    background: #E63241 url("../images/popups/up_arrow_gift_icon.svg") no-repeat center center;
    background-size: 60px 63px;
}

.b-popup__header.b-popup__icon_up {
    background: #E63241 url("../images/popups/up_arrow_icon.svg") no-repeat center center;
    background-size: 60px;
}

.b-popup__header.b-popup__icon_attention {
    background: #E63241 url("../images/popups/attention_icon.svg") no-repeat center center;
    background-size: 60px;
}

.b-popup__header.b-popup__icon_vip {
    background: #E63241 url("../images/popups/crown_icon.svg") no-repeat center center;
    background-size: 66px;
}

.b-popup__header.b-popup__icon_curier {
    background: #E63241 url("../images/popups/curier_icon.svg") no-repeat center center;
    background-size: 76px;
}

.b-popup__close_icon {
    background: url("../images/close_icon.svg") no-repeat;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 11px;
    right: 11px;
    cursor: pointer;
}

.b-popup__content {
    margin-top: 30px;
    padding: 0 32px;
    text-align: center;
    font-family: "PT Sans";
}

.b-popup__content .radio {
    margin: 0;
}

.themodal-lock {
    /* when modal is opened we're removing scrollbars from the main content */
    overflow: hidden;
}

.cover-popups {
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 100000;
    width: 100%;
    /* overlay will stay fixed and will take all the space available */
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;

    /* if modal content doesn't fit inside the overlay, display scrollbars */
    overflow: auto;

    /* allow one-finger iPad scrolling */
    -webkit-overflow-scrolling: touch;
}

.b-popup__button_reset {
    margin-top: 20px;
    font-size: 15px;
    display: inline-block;
}

.b-popup {
    margin: 25px auto 25px auto;
    width: 408px;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 75px 3px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 75px 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 75px 3px rgba(0, 0, 0, 0.16);
}

.b-popup.b-popup__small {
    width: 360px;
}

.b-popup__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}

.b-popup__description {
    color: #5E5E5E;
    font-size: 14px;
}

.b-popup__button_submit {
    margin: 0 auto;
}

.b-popup__buttons {
    text-align: center;
    margin: 32px auto 45px;
}

.b-popup .form {
    padding: 0;
}

.b-popup__balance {
    color: #E63241;
    font-size: 17px;
}

.b-popup__notice {
    font-size: 14px;
}

.b-popup__notice-full-text {
    margin-bottom: 20px;
    color: #000000;
    line-height: 20px;
}

.b-popup__money_field {
    height: 44px;
    border-radius: 3px;
    border: 1px solid #C7C7C7;
    padding: 13px 0 15px 13px;
    font-size: 16px;
    width: 156px;
    float: left;
}

.b-popup__money_field:after {
    content: "→";
    display: block;
    width: 10px;
    height: 10px;
}

.b-popup .blue-button {
    float: right;
}

.b-popup__payment_list {
    margin-top: 30px;
}

.b-popup__credits_icon {
    margin-top: 9px;
}

.b-popup__small_text {
    font-size: 11px;
    color: #909090;
    line-height: 17px;
}

.ruble_placeholder_image {
    position: absolute;
    right: 9px;
    font-size: 22px;
    color: #C7C7C7;
    top: 13px;
}

.b-popup__money_input_block {
    position: relative;
    width: 140px;
}

.b-popup__payment_list li {
    margin-bottom: 20px;
    padding-left: 20px;
}

.b-popup__payment_list li.list-squere {
    position: relative;
}

.b-popup__payment_list li.list-squere:after {
    content: "";
    width: 3px;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    background: url("../images/list-squere.svg") no-repeat left top;
}

.b-popup__payment_list {
    margin-bottom: 40px;
}

.b-popup__curier a {
    font-size: 16px;
}

.b-popup__money_field:read-only {
    color: #999999;
}

.b-popup .form label {
    color: #5E5E5E;
    font-size: 14px;
}

.b-popup .form .hint {
    width: 100%;
}

.b-popup .form .row {
    margin-bottom: 16px;
}

.b-popup input[type="text"] {
    width: 100%;
    height: 44px;
    border-radius: 3px;
    border: 1px solid #C7C7C7;
    padding: 13px 0 15px 13px;
    font-size: 16px;
}