#stripe_form {
    margin-left: 10px; 
    float: left;
}
#paypal_form {
    margin-left: 10px; 
    float: left;
}
.paypal img {
    margin-left:20px; 
    margin-top: 0px;
    cursor: pointer; 
    height: 45px;
    padding-top: 7px;
}
.paypal {
    cursor: pointer;
    width:187px;
    margin-top:20px;
    margin-left:40px; 
    height: 65px;
    border-radius: 4px;
    border: 1px solid #00569F;
    -webkit-box-shadow: 2px 2px 2px 1px #E6E6E6;
    -moz-box-shadow: 2px 2px 2px 1px #E6E6E6;
}
.paypal:hover {
    border-radius: 4px;
    border: 1px solid #00569F;
    -webkit-box-shadow: 2px 2px 2px 1px #ccc;
    -moz-box-shadow: 2px 2px 2px 1px #ccc;
}
.cards img {
    margin-top: 20px;
    height: 67px;
    padding-bottom: 0px;
}
.cards div {
    font-family: open sans,sans-serif;
    text-align:center;
    font-size: 12px;
    color: black;
}
#sliderCheckout {
    height: 55px;
}
#sliderCheckout .rank {
    float: left;
    background: #e5e5e5;
    height: 2px;
    width: 25%;
}
#sliderCheckout .rank.current {
    background: #ff8c2a;
}
#sliderCheckout .rank .indicator {
    background: url("../img/circleGrey.png") no-repeat;
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0 auto;
    top: -12px;
}
#sliderCheckout .rank.current .indicator {
    background: url("../img/circle.png") no-repeat;
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0 auto;
    top: -12px;
}
#sliderCheckout .rank .indicator.check .event {
    background: url("../img/check.png") no-repeat;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 9px;
    left: 9px;
}
#sliderCheckout .rank .indicator .event {
    position: absolute;
    top: 3px;
    left: 11px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}
#sliderCheckout .rank .description {
    font-size: 14px;
    font-weight: bold;
    color: #cbcccc;
    display: block;
    text-align: center;
    margin-top: -8px;
}
#sliderCheckout .rank.current .description {
    font-size: 14px;
    font-weight: bold;
    color: #ff8c2a;
    display: block;
    text-align: center;
    margin-top: -8px;
}

.checkout {
    width: 1000px;
    margin: 0 auto;
    font-family: open sans, sans-serif;
    text-align: center;
    color: #2a2a2a;
    padding-top: 63px;
}
.checkout .logo {
    text-align: center;
    background: url("images/checkout_logo.png") no-repeat no-repeat;
    width: 147px;
    margin: 0 auto 42px auto;
    height: 76px;
}
.checkPage {
    width: 920px;
    margin: 0 auto;
    color: #2a2a2a;
}
.checkPage .descript {
    display: block;
    padding: 20px 0 0;
    text-align: left;
    font-size: 14px;
}
.checkPage .accessLine {
    background: #f5f5eb;
    display: block;
    height: 50px;
    line-height: 50px;
    margin: 15px 0 30px;
    text-align: left;
}
.checkPage .accessLine span {
    font-size: 14px;
    font-weight: lighter;
    position: relative;
    padding-left: 40px;
}
.checkPage .accessLine a {
    display: inline-block;
    width: 82px;
    height: 24px;
    line-height: 24px;
    margin: 12px 0 0 30px;
    border-radius: 2px;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    background: #e66f07;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FF8D2A), color-stop(1, #E16900) );
    background-image: -o-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -moz-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -webkit-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -ms-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: linear-gradient(to bottom, #FF8D2A 0%, #E16900 100%);
}
.checkPage .accessLine span:before {
    content: "";
    background: url("../img/arrow.png") no-repeat;
    width: 12px;
    height: 11px;
    position: absolute;
    top: 4px;
    left: 20px;
}
.checkPage .accessLine span b {
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 5px;
}
.checkPage .accessLine span p {
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
    line-height: 48px;
    padding-left: 2px;
}
.checkPage h3 {
    font-size: 24px;
    font-weight: bold;
    color: #ff8c2a;
    text-transform: uppercase;
    text-align: center;
}
.checkPage p {
    font-size: 12px;
    color: #2a2a2a;
    text-align: center;
}
.priceSection {
    width: 280px;
    display: inline-block;
    margin: 0 37px 0 0;
    background: #f5f5eb;
    border-bottom: 10px solid #dddccd;
}
.priceSection:last-of-type {
    margin: 10px;
}
.priceSection .top {
    background: url("../img/sectionBg.png") no-repeat;
    width: 280px;
    height: 80px;
    margin-bottom: 10px;
}
.priceSection .support {
    width: 240px;
    margin: 0 auto;
    min-height: 64px;
    border-bottom: 1px solid #ebeada;
    padding-bottom: 10px;
    text-align: left;
}
.priceSection .support p {
    margin: 0;
}
.priceSection .support span {
    display: block;
    font-size: 12px;
    color: #515151;
}
.priceSection .support .more {
    display: inline-block;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    color: #2062b3;
    text-decoration: underline;
    position: relative;
}
.priceSection .support .more:after {
    content: '';
    background: url("../img/arrowBlue.png") no-repeat;
    position: absolute;
    top: 5px;
    left: 66px;
    width: 7px;
    height: 7px;
    font-size: 12px;
}
.priceSection .support .hidden {
    display: inline-block;
    max-height: 200px;
    overflow: hidden;
    font-size: 12px;
}
.priceSection .support .hidden.open {
    max-height: none;
}
.priceSection .support .hidden p {
    display: block;
    text-align: left;
    padding-left: 14px;
}
.priceSection .support .hidden p.last {
    display: inline-block;
}
.priceSection .support .hidden .hide {
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    color: #2062b3;
    text-decoration: underline;
    position: relative;
    padding-left: 10px;
}
.priceSection .support .hidden .hide:before {
    content: '';
    background: url("../img/arrowBlue.png") no-repeat;
    position: absolute;
    top: 5px;
    left: 1px;
    width: 7px;
    height: 7px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.priceSection .support .abreast {
    display: inline-block;
}
.priceSection .top h3 {
    font-size: 14px;
    font-weight: bold;
    color: #2a2a2a;
    text-transform: uppercase;
    padding: 15px 12px 0;
}
.priceSection.first .top h3 {
    padding-top: 25px;
}
.priceSection.first .middle {
    height: auto;
    padding: 14px 0 0 0;
}
.priceSection .middle {
    text-align: center;
    width: 280px;
    display: table-cell;
    vertical-align: bottom;
    padding-top: 10px;
}
.priceSection .middle .oldPrice {
    font-size: 16px;
    color: #a71213;
    display: block;
    position: relative;
}
.priceSection .middle .oldPrice:before {
    content: "";
    background: #a71213;
    height: 1px;
    width: 84px;
    position: absolute;
    top: 11px;
    left: 97px;
}
.priceSection .middle .newPrice {
    text-align: center;
    font-size: 24px;
    color: #2a2a2a;
}
.priceSection .middle .newPrice p {
    display: inline-block;
    font-size: 12px;
    color: #2a2a2a;
    padding-top: 12px;
}
.priceSection .bottom {
    text-align: center;
    margin: 0 auto;
    border-top: 1px solid #ebeada;
    width: 240px;
    padding-top: 6px;
}
.priceSection .bottom span {
    font-size: 12px;
    display: block;
    padding-bottom: 4px;
}
.priceSection .bottom a {
    display: inline-block;
    width: 134px;
    height: 36px;
    margin-bottom: 20px;
    line-height: 36px;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    background: #e66f07;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FF8D2A), color-stop(1, #E16900) );
    background-image: -o-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -moz-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -webkit-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -ms-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: linear-gradient(to bottom, #FF8D2A 0%, #E16900 100%);
}
.checkout .checkup {
    margin-top: 40px;
}
.checkout .checkup .icon {
    width: 32px;
    height: 29px;
    margin: 0 auto 17px;
}
.checkout .checkup .icon span {
    font-size: 29px;
    background: -webkit-linear-gradient(#FF8D2A, #E16900);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.checkout .checkup h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
.checkout .checkup p {
    font-weight: lighter;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    padding: 0 18px;
}

.checkout .checkup span {
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
}
.checkout .checkup span a {
    color: #2062b3;
    text-decoration: underline;
}
.checkout .success {

}
.checkout .success .icon {
    background: url("../img/success.png") no-repeat;
    width: 32px;
    height: 32px;
    margin: 40px auto 0;
}
.checkout .success h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2a2a2a;
    margin: 15px 0 5px;
}
.checkout .success p {
    font-size: 18px;
    width: 300px;
    margin: 0 auto;
    font-weight: lighter;
    line-height: 24px;
    margin-bottom: 38px;
}
.checkout .success p b {
    color: #2A2A2A;
    font-weight: lighter;
}
.checkout .success span {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 50px 0 30px;
    display: block;
}
.checkout .success a {
    display: inline-block;
    width: 320px;
    height: 52px;
    line-height: 52px;
    margin: 0 12px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 2px;
    text-decoration: none;
    font-size: 24px;
    background: #e66f07;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FF8D2A), color-stop(1, #E16900) );
    background-image: -o-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -moz-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -webkit-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -ms-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: linear-gradient(to bottom, #FF8D2A 0%, #E16900 100%);
}


/*  modal */
.invoiceForm {
    box-shadow: none;
    background-color: #f3f2e2;
    margin: 35px 0;
}

.invoiceForm .modal-header {
    border-bottom: none;
    padding: 12px 14px;
    text-align: left;
}
.invoiceForm .modal-header .closeBtn {
    float: right;
    /*background: url('images/pricing/sprite.png') no-repeat -47px -58px;*/
    width: 23px;
    height: 23px;
    display: none;
}
.invoiceForm .modal-header .closeBtn button {
    cursor: pointer;
    height: 23px;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 23px;
}
.invoiceForm .modal-header span.testLogo {
    background: url(/forum/styles/gmatclub_light/imageset/badge-tests-2018-green.svg) no-repeat;
    display: inline-block;
    width: 140px;
    height: 113px;
}
.invoiceForm .modal-header > img {
    margin: 23px 0 0 35px;
    display: inline-block;
}
.invoiceForm .modal-header h3 {
    display: inline-block;
    font-size: 33px;
    font-weight: 500;
    line-height: 30px;
    margin: 29px 0 0 48px;
    text-transform: uppercase;
    vertical-align: top;
}
.invoiceForm .modal-header h3 span {
    font-size: 33px;
    display: inline-block;
    text-transform: capitalize;
}
.invoiceForm .modal-body {
    padding: 0 40px;
    max-height: none;
    text-align: left;
    overflow-y: visible;
}
.invoiceForm .modal-body h4 {
    font-family: tahoma,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 24px 11px;
}
.invoiceForm .modal-body .popupHeader {
    background: #b8b8b8;
    float: left;
    width: 100%;
    height: 20px;
    display: block;
}
.invoiceForm .modal-body .popupHeader li {
    float: left;
    border-bottom: 1px solid #f5f5eb;
    text-align: center;
    font-size: 10px;
    color: #2a2a2a;
    line-height: 20px;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}
.invoiceForm .modal-body table {
    width: 100%;
    font-family: open sans,sans-serif;
    margin-bottom: 8px;
    clear: both;
}
.invoiceForm .modal-body table tr td {
    border-top: 1px solid #bdbdbc;
}
.invoiceForm .modal-body table tr td strong {
    text-transform: uppercase;
}
.invoiceForm .modal-body table tr td.span1 {
    padding: 12px 0 14px 23px;
    width: 335px;
}
.invoiceForm .modal-body table tr td.span1 {
    width: 435px;
    font-size: 14px;
    position: relative;
}
.invoiceForm .modal-body table tr td.invisibleBlock {
    border: none;
}
.invoiceForm #free_form span {
    display: block;
    margin-left: 63px;
    position: relative;
    width: 200px;
    height: 40px;
    border-radius: 3px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    background: #e66f07;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #FF8D2A),
            color-stop(1, #E16900)
    );
    background-image: -o-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -moz-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -webkit-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -ms-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: linear-gradient(to bottom, #FF8D2A 0%, #E16900 100%);
}
.invoiceForm #free_form span input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.invoiceForm #free_form span input:hover {
    cursor: pointer;
}
.invoiceForm .totalPrice {
    padding-left: 23px;
}
.invoiceForm .modal-body table tr td.span2 {
    font-size: 20px;
    vertical-align: top;
    text-align: right;
    padding-right: 20px;
}
.invoiceForm .modal-body table tr td.span2 .js-discount form {
    width: auto!important;
    padding: 6px 0px 0px 0px;
}
.invoiceForm .modal-body table tr td.span2 span {
    display: block;
    padding-top: 9px;
}
.invoiceForm .modal-body table tr td.span2.oldPrice span {
    text-decoration: line-through;
    color: #a71213;
}
.invoiceForm .modal-body table tr.last .span1 {
    font-size: 18px;
}
.invoiceForm .modal-body table tr .span1 .edit {
    display: inline-block;
    text-indent: 10px;
    position: relative;
}
.invoiceForm .modal-body table tr .span1 .edit .editIcon {
    width: 10px;
    height: 13px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
    color: #f7831e;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;

}
.invoiceForm .modal-body table tr .span1 .edit .description {
    font-size: 10px;
    text-transform: uppercase;
    display: none;
}
.invoiceForm .modal-body table tr .span1 .edit:hover .description {
    display: inline-block;
}
.invoiceForm .modal-body table tr.last .span2 {
    font-size: 26px;
}
.invoiceForm .modal-body table tr.last .span2 span {
    padding-top: 13px;
}
.invoiceForm .payWrap {
    float: right;
    margin: 0 49px 0 0;
}
.invoiceForm .discount-link {
    line-height: 34px;
}
.invoiceForm a.payPalBtn {
    background: url("images/pricing/paypal_button.png") no-repeat;
    width: 161px;
    height: 34px;
}
.invoiceForm a.googleCheckoutBtn {
    background: url("images/pricing/checkout-button.png") no-repeat;
    width: 222px;
    height: 33px;
}
.invoiceForm .payPalWrap span {
    overflow: hidden;
    position: relative;
    height: 53px;
    width: 171px;
    display: block;
    background: url("images/pricing/paypal_button2.png") no-repeat;
}
.invoiceForm .payPalWrap,
.invoiceForm .googleWalletWrap {
    float: left;
}
.invoiceForm .googleWalletWrap {
    margin: -2px 0 0 15px;
}
.invoiceForm .payPalWrap input {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    height: 53px;
    width: 171px;
    cursor: pointer;
    left: 0;
    top: 0;
}
.invoiceForm .googleWalletWrap span {
    overflow: hidden;
    position: relative;
    height: 56px;
    width: 177px;
    display: block;
    background: url("images/pricing/googleWallet.png") no-repeat;
}
.invoiceForm .googleWalletWrap input {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    height: 56px;
    width: 177px;
    cursor: pointer;
    left: 0;
    top: 0;
}
.invoiceForm .modal-footer {
    border-radius: 0;
    border: none;
    box-shadow: none;
    height: 35px;
    background-color: #eae9d8;
    padding: 26px 0 25px 0;
    text-align: left;
}
.invoiceForm .modal-footer h3 {
    display: inline-block;
    float: left;
    font-family: open sans, sans-serif;
    font-size: 28px;
    font-weight: normal;
    color: #767587;
    text-transform: uppercase;
    padding-left: 66px;
    margin: 20px 17px 20px 200px;
    padding-top: 23px;
}
.invoiceForm .modal-footer .payWrap {
    float: right;
    margin: 0 0 0 0;
}
.invoiceForm a {
    color: #2062b3;
    text-decoration: underline;
}
.invoiceForm a:hover {
    color: #ff6600;
    text-decoration: none;
}
.checkout .formCreditCard .formCardWrap {
    height: 500px;
    font-size: 0;
    margin-top: 15px;
}
.checkout .formCreditCard .formCardWrap .cartTotal,
.checkout .formCreditCard .formCardWrap .formForCard{
    display: inline-block;
    height: 100%;
    font-size: 0;
    border-spacing: 0;
}
.checkout .formCreditCard .formCardWrap .cartTotal {
    position: relative;
}
.checkout .formCreditCard .formCardWrap .cartTotal span {
    display: block;
    font-size: 14px;
    color: #2a2a2a;
    text-transform: uppercase;
    margin-top: 175px;
    text-align: center;
}
.checkout .formCreditCard .formCardWrap .cartTotal b {
    color: #ff8c2a;
    font-size: 36px;
    display: block;
    text-align: center;
    font-weight: 500;
    line-height: 59px;
}
.checkout .formCreditCard .formCardWrap .cartTotal a {
    position: absolute;
    bottom: 53px;
    font-size: 14px;
    right: 85px;
    color: #9e9e9e;
    text-decoration: none;
}

.checkout .formCreditCard .formCardWrap .cartTotal a .icon-svg-arrow_forum {
    font-size: 10px;
    font-weight: bold;
    color: #9e9e9e;
    position: absolute;
    left: -16px;
    bottom: 4px;
    transform: rotate(180deg);
}
.checkout .formCreditCard .formCardWrap .cartTotal a:hover,
.checkout .formCreditCard .formCardWrap .cartTotal a:hover .icon-svg-arrow_forum {
    color: #ff8c2a;
}
.checkout .formCreditCard .formCardWrap .cartTotal {
    width: 280px;
    background: #f9f9f5;
}
.checkout .formCreditCard .formCardWrap .formForCard {
    width: 390px;
    background: #f5f5eb;
}
.checkout .formCreditCard .formCardWrap .formForCard h2 {
    margin: 38px auto 17px auto;
    font-size: 18px;
    color: #2a2a2a;
    font-weight: bold;
    text-transform: uppercase;
}
.checkout .formCreditCard .formCardWrap .formForCard span {
    color: #9e9e9e;
    font-size: 12px;
    display: block;
    padding: 0 80px 0 104px;
    position: relative;
    box-sizing: border-box;
    line-height: 15px;
    text-align: left;
}
.checkout .formCreditCard .formCardWrap .formForCard span.icon-svg-credit-card_small {
    position: absolute;
    font-size: 24px;
    left: 51px;
    top: 8px;
    display: block;
    color: #9e9e9e;
    padding: 0;
}
.checkout .formCreditCard .formCardWrap .formForCard div {
    text-align: left;
    padding-left: 50px;
    font-size: 10px;
}
.checkout .formCreditCard .formCardWrap .formForCard div p {
    margin: 21px 0 8px 0;
    font-size: 14px;
    color: #2A2A2A;
    text-transform: uppercase;
}
.checkout .formCreditCard .formCardWrap .formForCard .cardNumber input{
    width: 287px;
    height: 43px;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    font-size: 22px;
    text-indent: 27px;
    color: #2a2a2a;

}
.checkout .formCreditCard .formCardWrap .formForCard .expDate input{
    width: 85px;
    height: 41px;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    text-indent: 30px;
    font-size: 16px;
}
.checkout .formCreditCard .formCardWrap .formForCard .expDate p {
    margin: 11px 0 8px 0;
}
.checkout .formCreditCard .formCardWrap .formForCard .expDate b {
    padding: 0 11px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color:#9e9e9e;
}
.checkout .formCreditCard .formCardWrap .formForCard .securityCode span {
    display: inline-block;
    font-size: 12px;
    color:#9e9e9e;
    padding: 1px 0 0 5px;
}
.checkout .formCreditCard .formCardWrap .formForCard .securityCode span:hover {
    color: #ff8c2a;
}
.checkout .formCreditCard .formCardWrap .formForCard .securityCode p{
    text-transform: none;
}
.checkout .formCreditCard .formCardWrap .formForCard .securityCode p b {
    display: none;
}

.checkout .formCreditCard .formCardWrap .formForCard .securityCode input.cvc {
    width: 90px;
    height: 39px;
    border: 1px solid #9e9e9e;
    border-radius: 3px;;
    font-size: 22px;
    text-align: center;
    text-indent: 0;
}
.checkout .formCreditCard .formCardWrap .formForCard .confirmPaym {
    position: relative;
    margin:40px 0;
}
.checkout .formCreditCard .formCardWrap .formForCard .confirmPaym .confirmWrap {
    padding: 0;
}
.checkout .formCreditCard .formCardWrap .formForCard .cardNumber input:focus,
.checkout .formCreditCard .formCardWrap .formForCard .expDate input:focus,
.checkout .formCreditCard .formCardWrap .formForCard .securityCode input:focus,
.checkout .formCreditCard .formCardWrap .formForCard .confirmPaym input:focus {
    border-color: #ff8c2a;;
}
.checkout .formCreditCard .formCardWrap .formForCard .confirmPaym input {
    width: 288px;
    height: 45px;
    background: #b8b8b8;
    border-radius: 3px;
    border: none;
    font-size: 17px;
    text-align: left;
    letter-spacing: 0;
    text-indent: 50px;
    color: #ffffff;
}
.checkout .formCreditCard .formCardWrap .formForCard .confirmPaym span.icon-svg-arrow_forum {
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    right: 95px;
    top: 16px;
    color: #ffffff;
    padding: 0;
}
.checkout .formCreditCard .formCardWrap .formForCard .confirmPaym input.activeColor{
    background: #ff8c2a;
}
.checkout .formCreditCard .formCardWrap .formForCard .cardNumber .card-js,
.checkout .formCreditCard .formCardWrap .formForCard .cardNumber .card-js .card-number-wrapper {
    padding-left: 0;
}
.checkout .formCreditCard .formCardWrap .formForCard .cardNumber .card-js .card-number-wrapper {
    position: relative;
}
.card-js input.card-number{
    padding-left: 0!important;
}
.card-js .icon {
    display: none!important;
}
.card-js .card-number-wrapper .card-type-icon {
    height: 30px!important;
    width: 41px!important;
    position: absolute;
    display: block;
    top: -71px!important;
    left: 0;
    background: none!important;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    padding-left: 0!important;
}

.card-js .card-number-wrapper .card-type-icon.show.master-card{
    background: url(/forum/styles/gmatclub_light/imageset/sprite_common.svg) -128px -1px!important;
    opacity: 1;
}
.card-js .card-number-wrapper .card-type-icon.show.american-express {
    background: url(/forum/styles/gmatclub_light/imageset/sprite_common.svg) -47px -2px!important;
    opacity: 1;
}
.card-js .card-number-wrapper .card-type-icon.show.visa {
    background: url(/forum/styles/gmatclub_light/imageset/sprite_common.svg) -170px -2px!important;
    opacity: 1;
}
.card-js .card-number-wrapper .card-type-icon.show.discover {
    background: url(/forum/styles/gmatclub_light/imageset/sprite_common.svg) -87px -2px!important;
    opacity: 1;
}
.card-js input:focus,
.card-js input:active{
    border-color: #ff8c2a!important;
    box-shadow: none!important;
}

.checkout .popUpCards {
    display: none;
    font-size: 0;
    border-radius: 5px;
    position: relative;
}
.checkout .popUpCards .icon-svg-exit-exam2 {
    position: absolute;
    right: 20px;
    top: 16px;
    background: #ff8c2a;
    font-size: 10px;
    color: #ffffff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}
.checkout .popUpCards .icon-svg-exit-exam2:before {
    position: absolute;
    top: 6px;
    left: 6px;
}
.checkout .popUpCards .left,
.checkout .popUpCards .right{
    display: inline-block;
    width: 50%;
}
.checkout .popUpCards .left h2,
.checkout .popUpCards .right h2 {
    font-size: 18px;
    color: #2A2A2A;
    font-weight: bold;
    text-transform: uppercase;
    width: 190px;
    text-align: left;
    padding-left: 95px;
    line-height: 22px;
    margin: 0;
}
.checkout .popUpCards .left p,
.checkout .popUpCards .right p {
    width: 190px;
    padding-left: 86px;
    font-size: 14px;
    line-height: 18px;
    padding-top: 7px;
}
.checkout .popUpCards .left .logo,
.checkout .popUpCards .right .logo{
    background: url(/tests/themes/tests/assets/images/viza.png);
    height: 150px;
    width: 250px;
    margin-top: 65px;
    margin-bottom: 35px;
    margin-left: 83px;
}
.checkout .popUpCards .right .logo {
    background: url("/tests/themes/tests/assets/images/amex.png");
    margin-left: 37px;
}
.checkout .popUpCards .right h2 {
    padding: 8px 0 0 48px;
}
.checkout .popUpCards .right p {
    padding: 21px 0 0 43px;
}
.checkout .popUpCards.active {
    display: block;
    width: 668px;
    height: 420px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -210px;
    left: 50%;
    margin-left: -334px;
    z-index: 11;

}
.checkout .popUpCards.active + .shadowBackground{
    margin: 0;
    padding: 0;
    background-color: #000;
    opacity: 0.5;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.icon-svg-To_max_min.swiper-button-next,
.icon-svg-To_max_min.swiper-button-prev{
    display: none;
}
.swiper-pagination {
    display: none;
}
.priceWrap {
    display: inline-block;
}
.emailNoRegistered {
    width: 420px;
    margin: 50px auto!important;
    background: #f5f5eb;
}
.emailNoRegistered h2.mailLogo,
.emailNoRegistered div h2.addressLogo{
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 90px;
    position: relative;
}
.emailNoRegistered h2.mailLogo:before,
.emailNoRegistered div h2.addressLogo:before{
    background: url(/forum/styles/gmatclub_light/imageset/sprite_common.svg) no-repeat -309px -1px;
    width: 60px;
    height: 40px;
    content: '';
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -30px;
    background-size: 726px;
}
.emailNoRegistered div h2.addressLogo:before {
    background: url(/forum/styles/gmatclub_light/imageset/sprite_common.svg) no-repeat -369px 0;
    background-size: 726px;
    height: 50px;
}
.emailNoRegistered p{
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 15px;
    text-align: center;
}
.emailNoRegistered input#zip {
    width: 93px;
    height: 44px;
    display: block;
    padding: 0 10px ;
    box-sizing: border-box;
    text-align: left;
}
.emailNoRegistered div  {
    margin: 0 auto;
    display: inline-block;
    width: 300px;
    text-align: left;
    text-indent: 8px;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.emailNoRegistered input {
    border: 1px  solid #a2a2a2;
    height: 46px;
    width: 286px;
    border-radius: 3px;
    text-indent: 20px;
    font-size: 16px;
}
.emailNoRegistered input:focus {
    border-color: #ff8c2a;
}
.emailNoRegistered div input.continueButton {
    width: 170px;
    height: 45px;
    text-transform: uppercase;
    font-size: 18px;
    background: #b8b8b8;
    text-align: left;
    text-indent: 26px;
    color: #ffffff;
    border-radius: 0;
    border: none;
    margin-top: 30px;
}
.emailNoRegistered .icon-svg-arrow_forum {
    position: absolute;
    top: 46px;
    right: 83px;
    color: #ffffff;
}
.emailNoRegistered .buttonWrap {
    position: relative;
    text-align: center;
    height: auto;
    margin-bottom: 35px;
}
.emailNoRegistered input:focus ~ div.buttonWrap input.continueButton {
    background:#ff8c2a;
}
.emailNoRegistered div.wrongAddress,
.emailNoRegistered div.wrongMail {
    font-size: 14px;
    color: red;
    text-transform: none;
    text-indent: 0;
    padding: 8px 0 0 0;
}
.emailNoRegistered .zipWrap,
.emailNoRegistered .streetWrap {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.emailNoRegistered .zipWrap {
    width: 95px;
}
.emailNoRegistered .streetWrap {
    width: 170px;
    padding-left: 10px;
}
.emailNoRegistered .streetWrap select {
    display: block;
    width: 170px;
    height: 45px;
    border-radius: 3px;
}

.emailNoRegistered .houseWrap input {
    width: 95px;
}
.emailNoRegistered .houseWrap span,
.emailNoRegistered .zipWrap span,
.emailNoRegistered .streetWrap span {
    display: block;
    text-align: left;
    text-indent: 0;
    padding-bottom: 5px;
}
.emailNoRegistered .houseWrap input{
    width: 95px;
    box-sizing: border-box;
    height: 45px;
    padding: 0 10px ;
    text-align: left;
}
.emailNoRegistered .houseWrap input:focus + .buttonWrapUsa input.continueButton {
    background:#ff8c2a;
}

.emailNoRegistered .houseWrap span {
    text-transform: none;
}
.emailNoRegistered .buttonWrapUsa,
.emailNoRegistered .houseWrap {
    display: inline-block;
}
.emailNoRegistered .buttonWrapUsa {
    width: 179px;
    vertical-align: top;
    position: relative;
    padding-bottom: 30px;
}
.emailNoRegistered .buttonWrapUsa .icon-svg-arrow_forum {
    position: absolute;
    top: 17px;
    right: 10px;
    color: #ffffff;
}
.emailNoRegistered .buttonWrapUsa input.continueButton{
  margin-top: 0px;
}
input#coupon {
    width: 156px;
    height: 36px;
    margin: 7px 12px 12px 22px;
    font-size: 14px;
    color: #9c9c9c;
    text-indent: 10px;
    padding: 0;
}
.invisibleBlock .js-discount form .applyButton {
    width: 62px;
    height: 41px;
    border: none;
    background: none;
    background: #f7831e;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 2px;
    font-weight: 600;
}
.invisibleBlock .js-discount form {
    width: auto!important;
}
.invoiceForm .discount-link {
    font-size: 20px!important;
}
.invoiceForm .modal-body table tr .span1 .edit:hover .description {
    display: none;
}
@media screen and (max-width: 1023px), screen and (max-width: 640px) {
    .icon-svg-To_max_min.swiper-button-next,
    .icon-svg-To_max_min.swiper-button-prev,
    .swiper-pagination{
        display: block;
    }
    .checkout {
        width: 100%!important;
    }

    #sliderCheckout {
        margin: 0 10px;
    }
    .checkout .formCreditCard .formCardWrap {
        height: auto;
        position: relative;
    }
    .checkout .formCreditCard .formCardWrap .cartTotal {
        position: absolute;
        top: 500px;
        display: block;
        width: 100%;
        height: 104px;
    }
    .checkout .formCreditCard .formCardWrap .formForCard {
        width: 100%;
    }
    .checkout .formCreditCard .formCardWrap .formForCard div {
        padding-left: 20px;
    }
    .checkout .formCreditCard .formCardWrap .formForCard span {
        padding: 0 0 0 65px;
        width: 310px;
    }
    .checkout .formCreditCard .formCardWrap .formForCard span.icon-svg-credit-card_small {
        left: 20px;
    }
    .checkout .formCreditCard .formCardWrap .cartTotal span,
    .checkout .formCreditCard .formCardWrap .cartTotal b{
        margin-top: 10px;
        text-align: right;
        padding-right: 64px;
    }
    .checkout .formCreditCard .formCardWrap .cartTotal a {
        top: 31px;
        font-size: 14px;
        left: 85px;
        text-align: left;
        height: 40px;
        width: 120px;
    }
    .checkout .formCreditCard .formCardWrap .cartTotal a .icon-svg-arrow_forum {
        left: -84px;
        bottom: 24px;
    }
    .checkout .formCreditCard .formCardWrap .formForCard .confirmPaym .confirmWrap{
        display: inline-block;
        width: auto;
        height: 100%;
        position: relative;
        padding: 0;

    }
    .checkout .formCreditCard .formCardWrap .formForCard .confirmPaym .confirmWrap span.icon-svg-arrow_forum {
        right: 25px;
        width: 10px;
    }
    .checkout .formCreditCard .formCardWrap .formForCard .securityCode p b {
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        color: #2A2A2A;
    }
    .checkout .popUpCards.active {
        width: 280px;
        height: 470px;
        top: 50%;
        margin-top: -235px;
        left: 50%;
        margin-left: -140px;
    }
    .checkout .popUpCards .left, .checkout .popUpCards .right {
        display: block;
        width: 100%;
    }
    .checkout .popUpCards .left .logo, .checkout .popUpCards .right .logo {
        width: 150px;
        height: 100px;
        background-size: 103%;
        background-repeat: no-repeat;
        margin: 50px 0 0 75px;;
    }
    .checkout .popUpCards .left h2, .checkout .popUpCards .right h2 {
        font-size: 16px;
        color: #2A2A2A;
        font-weight: bold;
        text-transform: uppercase;
        width: 190px;
        text-align: center;
        padding-left: 43px;
        line-height: 20px;
        margin: 0;
    }
    .checkout .popUpCards .left p, .checkout .popUpCards .right p {
        width: 211px;
        padding-left: 36px;
        font-size: 12px;
        line-height: 15px;
        padding-top: 3px;
        text-align: center;
    }
    .checkout .popUpCards .right .logo {
        margin: 28px 0 0 75px;
    }
    .checkout .popUpCards .right h2 {
        padding: 0 0 0 45px;
    }
    .checkPage {
        width: 100%;
    }
    .checkPage .descript {
        padding:0 0 0  20px;
    }
    .checkPage .accessLine {
        width: 88%;
        height: auto;
        margin: 16px auto 0 auto;
        padding-bottom: 25px;
    }
    .checkPage .accessLine span:before {
        display: none;
    }
    .checkPage .accessLine span b {
        display: block;
        font-size: 16px;
        line-height: 20px;
        padding: 20px 50px 5px 50px;

    }
    .checkPage .accessLine span {
        display: block;
        position: static;
        text-align: center;
        line-height: 18px;
        padding-left: 0;
        font-size: 17px;
    }
    .checkPage .accessLine span p {
        display: block;
        font-size: 35px;
        margin-bottom: 13px;
    }
    .checkPage .accessLine a {
        margin: 0 auto;
        display: block;
        width: 140px;
        height: 41px;
        font-size: 18px;
        line-height: 41px;
    }
    .priceSection {
        width: 210px;
    }
    .priceSection .top h3 {
        font-size: 17px;
        margin-top: 0;
    }
    .priceSection .top {
        width: 210px;
        background: url(../img/sectionBg.png) -35px 0 no-repeat;
    }
    .priceSection .support {
        width: 183px;
        margin: 0 15px;
        box-sizing: border-box;
    }
    .priceSection .support .hidden {
        font-size: 14px;
        width: 183px;
    }
    .priceSection .support p {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .priceSection .middle .oldPrice:before {
        display: none;
    }
    .priceSection .middle .oldPrice {
        text-decoration: line-through;
    }
    .priceSection .middle .newPrice p {
        display: block;
        margin: 0;
        padding: 0;
    }
    .priceSection .bottom {
        width: 183px;
    }
    .checkPage h3 {
        margin-top: 62px;
        margin-bottom: 10px;
    }
    .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
        position: static;
        margin-top: 10px;
    }
    .swiper-pagination-bullet-active {
        background: #f7831e!important;
        width: 10px!important;
        height: 10px!important;
        margin-top: -1px!important;
    }
    .checkPage h3 + p {
        padding: 0 60px;
    }
    .invoiceForm  {
        width: 90%;
        margin: 35px auto;
    }
    .invoiceForm .modal-header h3 {
        margin-left: 24px;
    }
    .invoiceForm .modal-header span.testLogo {
        background: url(/forum/styles/gmatclub_light/imageset/test-center-logo.svg)no-repeat;
        display: inline-block;
        width: 140px;
        height: 113px;
    }
    .invoiceForm .modal-header {
        padding-top: 22px;
    }
    .invoiceForm .modal-header .closeBtn {
        display: none;
    }
    .invoiceForm .modal-header h3 {
        font-size: 18px;
    }
    .invoiceForm .modal-header h3 span {
        font-size: 18px;
    }
    .invoiceForm .modal-body h4 {
        margin: 20px 24px 11px 0;
    }
    .invoiceForm .modal-footer {
        height: auto;
    }
    .invoiceForm .modal-footer h3 {
        display: block;
        float: none;
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 0;
        font-size: 20px;
    }
    .paypal,
    .cards {
        margin:0 auto;
        margin-top:20px;
        text-align: center;
    }
    #paypal_form,
    #stripe_form {
        margin:0 auto;
        width: 100%;
    }
    .invoiceForm .modal-footer .payWrap {
        padding: 0;
        margin: 0;
        display: block;
        float: none;
    }
    .discountText {
        display: block!important;
    }
    .invoiceForm .modal-body table tr td.invisibleBlock {
        border: none;
    }
    input#coupon {
        width: 156px;
        height: 36px;
        margin: 7px 12px 12px 22px;
        font-size: 14px;
        color: #9c9c9c;
        text-indent: 10px;
        padding: 0;
    }
    .invisibleBlock .js-discount form .applyButton {
        width: 62px;
        height: 41px;
        border: none;
        background: none;
        background: #f7831e;
        color: #ffffff;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        border-radius: 2px;
        font-weight: 600;
    }
    .invisibleBlock .js-discount form {
        width: 100%!important;
    }
    .invisibleBlock .js-discount .invoiceForm .discount-link {
        display: block;!important;
        width: 100%;
    }
    .invoiceForm .modal-body table tr .span1 .edit {
        position: relative;
    }
    .invoiceForm .modal-body table tr .span1 .edit:hover .editIcon {
        left: -18px;
    }
    .invoiceForm .modal-body table tr .span1 .edit .editIcon {
        top: 0;
        right: 0;
    }
    .checkout .success span {
        font-size: 24px;
    }
    .checkout .success a {
        display: block;
        width: 280px;
        margin: 15px auto 0 auto;
        font-size: 17px;
    }

}








@media screen and (max-width: 639px), screen and (max-width: 320px) {
    #sliderCheckout {
        margin: 0 10px 31px 10px;
    }
    .emailNoRegistered {
        width: 100%;
    }
    .checkout {
        padding-top: 20px;
    }
    .checkout .formCreditCard .formCardWrap .formForCard h2 {
        margin: 25px auto 17px auto;
    }
    .checkout .formCreditCard .formCardWrap .formForCard span.icon-svg-credit-card_small {
        width: auto;
    }
    .checkout .formCreditCard .formCardWrap .formForCard span {
        padding: 3px 0 0 75px;
    }
    .checkout .formCreditCard .formCardWrap .formForCard div p {
        margin: 21px 0 8px 2px;
    }
    .checkout .formCreditCard .formCardWrap .formForCard .cardNumber input {
        width: 282px;
        height: 42px;
    }
    .checkout .formCreditCard .formCardWrap .formForCard .expDate p {
        margin: 11px 0 8px 0;
    }
    .checkout .formCreditCard .formCardWrap .formForCard .securityCode p {
        font-size: 0;
        margin: 22px 0 2px 2px;
    }
    .checkout .formCreditCard .formCardWrap .formForCard .securityCode p span {
        width: auto;
    }
    .checkout .formCreditCard .formCardWrap .formForCard .confirmPaym {
        margin: 33px 0;
    }
    .checkout .formCreditCard .formCardWrap .formForCard .confirmPaym input {
        width: 280px;
        height: 40px;
        background: #b8b8b8;
        border-radius: 3px;
        border: none;
        font-size: 17px;
        text-align: left;
        letter-spacing: 0;
    }
    .checkout .formCreditCard .formCardWrap .formForCard .confirmPaym .confirmWrap span.icon-svg-arrow_forum {
        right: 36px;
        width: 10px;
        top: 12px;
    }
    .checkout .formCreditCard .formCardWrap .cartTotal {
        top: 468px;
    }
    .checkout .formCreditCard .formCardWrap .cartTotal span {
        margin-top: 28px;
        text-align: right;
        padding-right: 62px;
        font-size: 12px;
    }
    .checkout .formCreditCard .formCardWrap .cartTotal b {
        margin: 5px 41px 0 0;
        font-size: 30px;
        line-height: 26px;
        padding: 0;
    }
    .checkout .formCreditCard .formCardWrap .cartTotal a {
        font-size: 14px;
        left: 37px;
        top: 43px;
        text-align: left;
    }
    .checkout .formCreditCard .formCardWrap .cartTotal a .icon-svg-arrow_forum {
        left: -76px;
    }
    .checkout .logo {
        text-align: center;
        background: url("images/checkout_logo.png") no-repeat no-repeat;
        width: 147px;
        margin: 0 auto 20px auto;
        height: 76px;
    }
    .card-js .card-number-wrapper .card-type-icon {
        top: -74px!important;
    }
    .invoiceForm {
        width: 280px;
    }
    .invoiceForm .modal-header span.testLogo {
        width: 70px;
        height: 66px;
    }
    .invoiceForm .modal-header {
        padding-top: 15px;
    }
    .invoiceForm .modal-header h3 {
        margin: 3px 0 0 0;
        line-height: 25px;
    }
    .invoiceForm .modal-body {
        padding: 0;
        margin: 0 10px;
    }
    .invoiceForm .modal-body h4 {
        margin: 5px 24px 11px 6px;
    }
    .invoiceForm .modal-body table tr td.span2 span {
        padding-top: 28px;
    }
    .invoiceForm .modal-body table tr td.span2 .tax {
        padding-top: 9px;
    }
    .invoiceForm .modal-body table tr.last .span2 .tax {
        padding-top: 9px;
    }
    .invoiceForm .modal-body table tr.last .span2 span {
        padding-top: 18px;
        font-weight: 600;
        font-size: 25px;
    }
    .invoiceForm .modal-body table tr .span1 .edit .editIcon {
        background: none;
        top: 43px;
        right: 19px;
    }
    .invoiceForm .modal-body table tr {
        border-top: 1px solid #bdbdbc;
        display: block;
    }
    .invoiceForm .modal-body table tr.last {
        border: none;
    }
    .invoiceForm .modal-body table tr.discountWrap {
        border-bottom: 1px solid #bdbdbc;
        border-top: none;
    }
    .invoiceForm .modal-body table tr td {
        border:none;

    }
    .invoiceForm .modal-body table tr td.span1 {
        padding: 14px 0 14px 11px;
        width: 160px;
        display: inline-block;
        border-spacing: 0;
        margin: 0;
    }
    .invoiceForm .modal-body table tr td.span2 {
        border-spacing: 0;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        display: inline-block;
    }

    .invoiceForm .modal-body table tr.last .span1 {
        padding: 23px 0 31px 9px;
        width: 141px;
    }
    #stripe_form img {
        width: 242px;
        padding-top: 7px;
    }
    .invoiceForm .modal-body table tr .span1 .edit .editIcon {
        top: 0;
        right: 0;
    }
    input#coupon {
        margin-left: 6px;
    }


}


















.stripe-payment-form * {
  box-sizing: border-box;
}

.stripe-payment-form  {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  display: flex;
  justify-content: center;
  align-content: center;
}

.stripe-payment-form form {
  width: 30vw;
  min-width: 380px;
  align-self: center;
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
    0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 5px;
}

.stripe-payment-form input {
  border-radius: 6px;
  margin-bottom: 6px;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  font-size: 16px;
  width: 100%;
  background: white;
}

.stripe-payment-form .hidden {
  display: none;
}

.stripe-payment-form #card-element {
  border-radius: 4px 4px 0 0 ;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  width: 100%;
  background: white;
}

.stripe-payment-form #payment-request-button {
  margin-bottom: 32px;
}

.stripe-payment-form button {
  background: #5469d4;
  color: #ffffff;
  font-family: Arial, sans-serif;
  border-radius: 0 0 4px 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}
.stripe-payment-form button:hover {
  filter: contrast(115%);
}
.stripe-payment-form button:disabled {
  opacity: 0.5;
  cursor: default;
}

/* Wide screen styles */
@media all and (min-width: 1440px) {
    .checkout .success h3 {
        font-size: 24px;
        margin: 15px 0 6px;
    }
    .checkout .success p {
        font-size: 24px;
        width: 400px;
        line-height: 26px;
    }
}