#exercisepopup .modal-content {
    background: url(../img/introductory_popup_bg.jpg) #1b1b1b no-repeat left top/100% auto
}

#exercisepopup .modal-dialog {
    max-width: 870px
}
.modal-backdrop {
   background-color: #151515;
}
#exercisepopup .popup_close {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 20px;
    height: 20px
}

@media (max-width:767px) {
    #exercisepopup .popup_close {
        top: 20px;
        right: 20px
    }
}

.paymentpopup {
    padding: 86px 115px;
    color: #fff;
    text-align: center
}

.paymentpopup h2 {
    text-transform: uppercase;
    margin-bottom: 26px
}

@media (max-width:1023px) {
    .paymentpopup {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:767px) {
    .paymentpopup {
        padding-top: 48px;
        padding-left: 20px;
        padding-right: 20px
    }

    .paymentpopup h2 {
        font-size: 30px;
        line-height: 32px
    }
}

.paymentpopup_types {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

@media (max-width:767px) {
    .paymentpopup_types {
        display: block
    }
}

.paymentpopup_type {
    flex: 0 0 auto;
    padding: 18px 12px
}

.paymentpopup_type a:hover .paymentpopup_logo {
    border-color: #ff3e35
}

.paymentpopup_type a:hover .paymentpopup_title {
    color: #ff3e35
}

.paymentpopup_logo {
    width: 240px;
    border-radius: 5px;
    border: 2px solid transparent;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: #fff;
    transition: all .2s ease-in-out
}

@media (max-width:767px) {
    .paymentpopup_logo {
        margin-left: auto;
        margin-right: auto
    }
}

.paymentpopup_title {
    font-size: 24px;
    letter-spacing: .007em;
    text-transform: uppercase;
    margin-bottom: 18px;
    transition: all .2s ease-in-out
}

.paymentpopup_logos {
    display: flex;
    align-items: center
}

.paymentpopup_logos img {
    display: block;
    height: auto;
    margin-right: 3px;
    border-radius: 3px;
    border: 1px solid #b1b1b1;
    overflow: hidden;
    width: 40px
}

.paymentpopup_type_or {
    font-size: 24px;
    padding: 12px 12px 54px;
    flex: 0 0 auto;
    align-self: flex-end
}

@media (max-width:767px) {
    .paymentpopup_type_or {
        padding: 12px
    }
}