



/* ------------- 
content start - Payment page
------------- */

*:focus {
    outline: none!important;
}
body {
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0.45px;
}

/*Состав заказа*/
.deal-positions .position-actual-title {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 136%;
    color: #09080A;
}

#alternative-methods-container #tinkoff,
#invoice {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #6C7674;
    margin-bottom: 20px;
    padding: 65px 25px 20px 25px;
    min-height: 236px;
    /*width: 66%;
    max-width: 100%!important;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#alternative-methods-container #tinkoff:before,
#invoice:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 25px;
    width: 121px;
    height: 40px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/464939/sc/97/h/91ea5d83412019f05bde92a7512609ff.svg) 50%/contain no-repeat;
}
#invoice:before {
    width: 77px;
    height: 55px;
    background: url(/saas/images/kvit.png) 50%/contain no-repeat;
}
#alternative-methods-container #tinkoff table,
#invoice table {
    margin-bottom: 0;
}
#alternative-methods-container #tinkoff tr,
#invoice tr {
    display: flex;
    flex-direction: column;
}
#alternative-methods-container #tinkoff td,
#invoice td {
    border-top: none!important;
    padding: 0;
}
#alternative-methods-container #tinkoff img,
#invoice img {
    display: none;
}
#alternative-methods-container #tinkoff label,
#invoice label {
    color: #09080A;
    font-family: 'Manrope', sans-serif;
    font-size: 14px!important;
    font-style: normal;
    font-weight: 500;
    line-height: 136%;
    margin-bottom: 15px;
}
#alternative-methods-container #tinkoff label span,
#invoice label span {
    font-size: 14px!important;
    line-height: 136%;
    font-weight: 400;
    margin-top: 8px;
    display: block;
}
.invoice-data {
    width: 100%;
    max-width: 100%!important;
}
#invoice table {
    width: 100%;
    margin-top: 10px;
    text-align: left;
}
#invoice table input,
#invoice table label,
#invoice div {
    color: #3B393E;
    font-family: "Manrope", sans-serif;
    font-size: 14px!important;
    font-style: normal;
    font-weight: 500;
    line-height: 132%!important;
    letter-spacing: 0.6px;
}
#invoice table input {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
}
#invoice table label {
    margin-bottom: 0;
    font-weight: 600;
}

.credit_block > div {
    position: relative;
    background: #fff!important;
    border: 1px solid #6C7674;
    min-height: 236px;
    margin: 0!important;
    /*display: flex!important;*/
    flex-direction: column-reverse;
    /*align-items: flex-end;*/
    padding: 25px!important;  
}









/*Credit*/

.credit_block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    /*margin-bottom: 40px;*/
}
.credit_block br {
    display: none;
}
.credit_block > div,
.credit_block > form {
    background: #FFFFFF;
    border: 1px solid #6C7674;
    margin-bottom: 20px;
    padding: 20px 25px;
    min-height: 236px;
    width: 100%;
    max-width: 100%!important;
}
.credit_block > form {
    margin-bottom: 0;
}
.credit_block > div div,
.credit_block > form div {
    position: relative;
    margin: 0 !important;
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.credit_block > div label,
.credit_block > form label {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #080427;
}
.credit_block > div div .btn,
.credit_block > form div .btn {
    margin-top: 15px!important;
}
/*.credit_block img {
    display: none;
}*/
.credit_block > div > div,
.credit_block > form > div{
    padding-top: 65px;
    width: 100%;
}
.credit_block > div > div table,
.credit_block > form > div table {
    width: 100%;
    margin-bottom: 0 !important;
}
.credit_block table td {
    padding: 0 !important;
}
.credit_block > div > div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
#tinkoffcredit > div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 55px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/464939/sc/376/h/c3ee5f2137bcb635e0bc3a9def663cb1.svg) 50%/contain no-repeat;
}

#tinkoff-dolyame > div:before {
    width: 184px;
    height: 28px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/464939/sc/135/h/d566c0d35597fe38f19293969fb69b4e.svg) 50%/contain no-repeat;
}
@media (max-width: 1600px) {
    .container {
        width: 1050px;
    }
    /**/
    .area-PAGE .btn {
        font-size: 16px;
        line-height: 1.25;
        padding: 10px;
    }
    /**/
    .alternative-payments-block-main  {
        margin-bottom: 30px;
    }
    .order_information-block {
        margin-bottom: 45px;
    }
    .payment_method-title {
        margin: 0 0 5px!important;
    }
    p.payment_method-title {
        margin-bottom: 15px!important;
    }
    .payment-method-header {
        font-size: 20px;
        margin-bottom: 30px!important;
    }
    .gcp-oferta-buyer {
        font-size: 10px!important;
        margin-bottom: 15px;
    }
    .gc-payment-method-card > div {
        min-height: 216px;
        padding: 20px!important;
    }
    .gc-payment-method-card > div td img {
        margin-bottom: 10px!important;
    }
    /*lOGO*/
    .gc-payment-method-card > div:before {
        top: 15px;
        left: 20px;
    }
    .gc-payment-method-card > div:after {
        left: 20px;
        bottom: 70px;
        font-size: 14px;
        line-height: 1.25;
    }
    /*Credit*/
    h3.credit-title {
        margin-bottom: 15px;
    }
    .credit_block > div,
    .credit_block > form {
        margin-bottom: 15px;
        padding: 20px;
        min-height: 236px;
    }
    .credit_block > form {
        margin-bottom: 0;
    }
    .credit_block > div .btn,
    .credit_block > form .btn {
        margin-top: 15px;
    }
    .credit_block > div div table,
    .credit_block > form div table {
        width: 100%;
    }
}
@media (max-width: 1080px) {
    .container {
        width: 750px;
    }
    .empty-breadcrumbs {
        display: none;
    }
    .alternative-payments-block-main br {
        display: none;
    }
    .alternative-payments-block-main {
        margin-bottom: 20px;
    }
    .payment_method-title {
        margin-top: 20px!important;
    }
    .payment_method-title p:last-child {
        margin-bottom: 0;
    }
    p.payment_method-title {
        margin-bottom: 10px!important;
    }
    h3.credit-title {
        margin-bottom: 10px;
    }
    .gc-payment-method-card > div:after {
        bottom: 65px;
    }
    #tinkoff.gc-payment-method-card > div:before {
        width: 75%;
        top: 10px;
    }
    .sberbank-auto-acquiring-block.gc-payment-method-card > div:before {
        top: 23px;
    }
    #yoo-kassa-form.gc-payment-method-card > div:before {
        top: 16px;
    }
    .gc-payment-method-card > div td img {
        width: 80px;
    }
    .gc-payment-method-card > div:after {
        font-size: 12px;
    }
    .gc-payment-method-card > div {
        min-height: 190px;
        padding: 15px!important;
    }
    .credit_block > div,
    .credit_block > form {
        padding: 15px!important;
    }
    #tinkoffcredit > div:before {
        width: 85%;
    }
    /*.credit_block > div div .btn,
    .credit_block > form div .btn,
    .gc-payment-method-card > div .btn {
        font-size: 14px;
    }*/
}
@media (max-width: 760px) {
    .container {
        width: calc(100% - 30px);
        margin: 0 auto;
    }
    .payment-methods-block-custom, .alternative-payments-block,
    .credit_block {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    #alternative-methods-container #tinkoff,
    #invoice {
        /*width: 100%;*/
    }
}
@media (max-width: 540px) {
    .credit_block > div div .btn, .gc-payment-method-card > div .btn,
    .credit_block > form div .btn {
        font-size: 12px;
    }
    .gc-payment-method-card > div:after {
        font-size: 10px;
        bottom: 60px;
    }
    .gc-payment-method-card > div td img {
        width: 70px;
    }
}
@media (max-width: 490px) {
    .payment-methods-block-custom, .alternative-payments-block,
    .credit_block {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    #tinkoff.gc-payment-method-card > div:before,
    #tinkoffcredit > div:before {
        width: 220px;
    }
    .credit_block > div,
    .credit_block > form {
        min-height: 200px;
    }
    .gc-payment-method-card > div {
        min-height: 165px;
    }
    .gc-payment-method-card > div:after {
        font-size: 12px;
    }
    .gc-payment-method-card > div td img {
        width: 100px;
    }
    .payment-method-header {
        font-size: 18px;
        margin-bottom: 20px!important;
    }
}
@media (max-width: 1180px) {
    .gc-main-content:after {
        width: 488px;
        height: 530px;
    }
}
@media (max-width: 992px) {
    .xdget-partialpay {
        max-width: 100%!important;
    }
    .header-payment_page:after {
        right: 50px;
    }
    .logo-link {display: inline-block;}
    .installment_payment-custom_block {
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .logo {
        display: block;
    }
    .header-payment_page:after,
    .gc-main-content:after {
        content: none;
    }
}
/**:focus {
    outline: none!important;
}
body {
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0.45px;
}
.main-page-block  {
    padding-bottom: 0;
}
/*Шапка
.header-payment_page {
    position: relative;
    background: #6C7674;
    min-height: 180px;
    display: flex;
    align-items: center;
}
.logo-link img {
    display: none;
}
.logo-link {
    width: 115px;
    height: 22px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/584132/sc/320/h/06dfdc2d0ceb8d1680e0a69fd01015bf.svg) 100% 100%/100% no-repeat;
    display: block;
    margin-bottom: 50px;
}
.gc-account-logo {
    margin-bottom: 0!important;
}
.page-header {
    margin: 0;
    padding: 0;
}
.page-header h1 {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 136%;
    text-transform: uppercase;
    color: #FFFFFF;
}
.page-header .content-menu {
    border-bottom: none;
}
/*Состав заказа
.xdget-common-container {
    background-color: transparent !important;
    padding: 0!important;
}
.xdget-common-container h4 {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 136%;
    color: #09080A;
    margin-bottom: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.deal-positions .position-actual-title {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 136%;
    color: #09080A;
}
.deal-positions .text-muted {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 136%;
    color: #969696;
}
.xdget-dealInfo {
    margin-bottom: 30px;
}
.xdget-dealInfo a {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 136%;
    color: #09080A;
    text-decoration: underline;
}
.xdget-dealInfo a:hover {
    text-decoration: none;
}
.xdget-dealInfo a.dotted-link {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 136%;
    color: #09080A;
    border-bottom: none;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
}
.deal-position-price {
    color: #3B393E;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    letter-spacing: 0.6px;
    margin-left: 15px;
}
#promoCode {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 136%;
    color: #09080A;
}
#promoCode input {
    background: #F2F2F2;
    border: 2px solid #6C7674;
    margin: 0 10px;
    padding: 6px 10px;
    height: 41px;
}
#promoCode button {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    background: linear-gradient(94.52deg, #EA3724 0%, #FA5D4C 42.19%, #EA3724 100%);
    border: none;
    padding: 6px 15px;
    height: 41px;
}
.deal-finish-price-title {
    margin-top: 40px;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 136%;
    color: #09080A;
}
.deal-finish-price-title b {
    display: block;
    font-weight: 600;
    font-size: 45.75px;
    line-height: 136%;
    color: #09080A;
}
.xdget-common-container .xdget-common-container.col-md-4:last-child {
    background: #DAE4E2!important;
    padding: 20px 40px!important;
    margin-bottom: 30px;
}
.xdget-common-container .xdget-common-container.col-md-4:last-child h4 {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 136%;
    color: #09080A;
    background-color: transparent;
    padding: 0;
    margin: 0 0 7px;
}
.xdget-currentUserInfo {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #202020;
}
/*Частичная оплата
.xdget-partialpay {
    border: 1px solid #6C7674;
    padding: 20px 30px!important;
    background: #fff!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 66%!important;
    margin-bottom: 30px!important;
}
.xdget-partialpay span {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 136%;
    color: #09080A!important;
    display: block;
    margin-bottom: 8px;
}
.xdget-partialpay div {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 136%;
    color: #09080A;
}
.xdget-partialpay a {
    display: block;
    float: none;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 25px;
    background: #F2F2F2!important;
    border: 1px solid #202020;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 136%;
    color: #202020!important;
    padding: 15px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    white-space: normal;
}
.xdget-partialpay a:hover {
    background: transparent!important;
    color: #09080A!important;
    border: 1px solid #6C7674;
}
#alternative-methods-container #tinkoff,
#invoice {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #6C7674;
    margin-bottom: 20px;
    padding: 65px 25px 20px 25px;
    min-height: 236px;
    width: 66%;
    max-width: 100%!important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#alternative-methods-container #tinkoff:before,
#invoice:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 25px;
    width: 121px;
    height: 40px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/464939/sc/97/h/91ea5d83412019f05bde92a7512609ff.svg) 50%/contain no-repeat;
}
#invoice:before {
    width: 77px;
    height: 55px;
    background: url(/saas/images/kvit.png) 50%/contain no-repeat;
}
#alternative-methods-container #tinkoff table,
#invoice table {
    margin-bottom: 0;
}
#alternative-methods-container #tinkoff tr,
#invoice tr {
    display: flex;
    flex-direction: column;
}
#alternative-methods-container #tinkoff td,
#invoice td {
    border-top: none!important;
    padding: 0;
}
#alternative-methods-container #tinkoff img,
#invoice img {
    display: none;
}
#alternative-methods-container #tinkoff label,
#invoice label {
    color: #09080A;
    font-family: 'Manrope', sans-serif;
    font-size: 14px!important;
    font-style: normal;
    font-weight: 500;
    line-height: 136%;
    margin-bottom: 15px;
}
#alternative-methods-container #tinkoff label span,
#invoice label span {
    font-size: 14px!important;
    line-height: 136%;
    font-weight: 400;
    margin-top: 8px;
    display: block;
}
.invoice-data {
    width: 100%;
    max-width: 100%!important;
}
#invoice table {
    width: 100%;
    margin-top: 10px;
}
#invoice table input,
#invoice table label,
#invoice div {
    color: #3B393E;
    font-family: "Manrope", sans-serif;
    font-size: 14px!important;
    font-style: normal;
    font-weight: 500;
    line-height: 132%!important;
    letter-spacing: 0.6px;
}
#invoice table input {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
}
#invoice table label {
    margin-bottom: 0;
    font-weight: 600;
}


.xdget-payform h3.card-title,
h3.other-title,
.payment_method-title,
h3.credit-title {
    color: #09080A;
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    margin-bottom: 10px;
}
h3.other-title {
    margin-bottom: 15px;
}
.payment_methods-main_header {
    color: #09080A;
    font-family: 'Manrope', sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin: 0 0 30px!important;
}
.payment_methods-main_header p {
    margin: 0 !important;
}
.payment_oferta {
    color: #09080A;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    margin-bottom: 40px;
}
.payment_oferta a {
    text-decoration: underline;
    color: #09080A;
}
.payment_oferta a:hover {
    text-decoration: none;
}
.credit_block > div {
    position: relative;
    background: #fff!important;
    border: 1px solid #6C7674;
    min-height: 236px;
    margin: 0!important;
    display: flex!important;
    flex-direction: column-reverse;
    align-items: flex-end;
    padding: 25px!important;  
}

.area-PAGE .btn,
#rra_button_rrllc123_oplata {
    background: #6C7674!important;
    border: none!important;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF!important;
    padding: 16px;
    transition: .2s ease-in-out;
    width: 100%;
    height: auto;
    white-space: normal!important;
}
#rra_button_rrllc123_oplata {
    margin-top: 15px;
}
.area-PAGE .btn img,
.area-PAGE .btn span, 
#rra_button_rrllc123_oplata span {
    display: none;
}
.area-PAGE .btn:hover,
#rra_button_rrllc123_oplata:hover {
    background-color: transparent !important;
    color: #080427!important;
    box-shadow: inset 0 0 0 1px #6C7674;
}
/*
.alternative-payments-block-main  {
    margin-bottom: 40px;
}
.alternative-payments-block-main a {
    display: none;
}
.payment_method-title {
    margin: 0 0 5px!important;
}
p.payment_method-title {
    margin-bottom: 18px!important;
}
.payment-method-header {
    display: block;
    color: #09080A;
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    margin-bottom: 40px!important;
}
.gcp-oferta-buyer {
    color: #09080A;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 18px;
    opacity: 1!important;
}
.gcp-oferta-buyer a {
    color: #09080A;
    text-decoration: underline;
}
.gcp-oferta-buyer a:hover {
    text-decoration: none;
}
.payment-methods-block-custom,
.alternative-payments-block {
    display: grid!important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.text-made-card {
    display: none;
}
.gc-payment-method-card > div {
    position: relative;
    background: #fff!important;
    border: 1px solid #6C7674;
    min-height: 236px;
    margin: 0!important;
    display: flex!important;
    flex-direction: column-reverse;
    align-items: flex-end;
    padding: 25px!important;
}
.gc-payment-method-card > div table {
    margin: 0!important;
    width: 100%;
}
.gc-payment-method-card > div tr {
    display: flex;
    flex-direction: column;
}
.gc-payment-method-card > div tr td {
    width: 100%!important;
    display: block;
    padding: 0!important;
    text-align: right;
}
.gc-payment-method-card > div .btn {
    width: 100%!important;
}
.gc-payment-method-card > div td img {
    margin-bottom: 15px!important;
    width: 100px;
}
/*lOGO
.gc-payment-method-card > div:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 25px;
}
.gc-payment-method-card > div:after {
    position: absolute;
    left: 25px;
    bottom: 84px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #080427;
}
#tinkoff.gc-payment-method-card > div:before {
    width: 220px;
    height: 55px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/464939/sc/376/h/c3ee5f2137bcb635e0bc3a9def663cb1.svg) 50%/contain no-repeat;
}
#tinkoff.gc-payment-method-card > div:after {
    content: 'Тинькофф';
}
.sberbank-auto-acquiring-block.gc-payment-method-card > div:before {
    width: 165px;
    height: 26px;
    top: 33px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/464939/sc/286/h/a0d46cec89e6caf600539c14d41efa19.svg) 50%/contain no-repeat;
}
.sberbank-auto-acquiring-block.gc-payment-method-card > div:after {
    content: 'Сбербанк';
}
#yoo-kassa-form.gc-payment-method-card > div:before {
    width: 130px;
    height: 30px;
    top: 30px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/464939/sc/24/h/d1cf025e6a792f214c629949381a8979.svg) 50%/contain no-repeat;
}
#yoo-kassa-form.gc-payment-method-card > div:after {
    content: 'Юкасса';
}

#jetpay.gc-payment-method-card > div:before {
    width: 120px;
    height: 35px;
    top: 20px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/464939/sc/508/h/4c95cce4c1baa5dcf0a11cb857be2dcb.svg) 50%/contain no-repeat;
}
#jetpay.gc-payment-method-card > div:after {
    content: 'JetPay';
}

#stripe_card_gc.gc-payment-method-card > div:before {
	width: 125px;
    height: 40px;
    top: 20px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/584132/sc/358/h/38bf291672d8fe8efb8768b04dbdf1ec.svg) 50%/contain no-repeat;
}
#stripe_card_gc.gc-payment-method-card > div:after {
    content: 'Edutun';
}

#intellect-money-card.gc-payment-method-card > div:before {
    width: 71px;
    height: 46px;
    top: 12px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/464939/sc/84/h/f0391f846e22150f2ac18005b63a76af.png) 50%/contain no-repeat;
}
#intellect-money-card.gc-payment-method-card > div:after {
    content: 'IntellectMoney';
}

/*Credit
h3.credit-title {
    margin-bottom: 18px;
}
.credit_block {
    display: grid!important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}
.credit_block br {
    display: none;
}
.credit_block > div,
.credit_block > form {
    background: #FFFFFF;
    border: 1px solid #6C7674;
    margin-bottom: 20px;
    padding: 20px 25px;
    min-height: 236px;
    width: 100%;
    max-width: 100%!important;
}
.credit_block > form {
    margin-bottom: 0;
}
.credit_block > div div,
.credit_block > form div {
    position: relative;
    margin: 0 !important;
    display: flex;
    align-items: flex-end;
    height: 100%;
}
#sber-pokupay label {
    display: block !important;
}
.credit_block > div label,
.credit_block > form label {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #080427;
}
.credit_block > div div .btn,
.credit_block > form div .btn {
    margin-top: 15px!important;
}
.credit_block img {
    display: none;
}
.credit_block > div > div,
.credit_block > form > div{
    padding-top: 65px;
    width: 100%;
}
.credit_block > div > div table,
.credit_block > form > div table {
    width: 100%;
    margin-bottom: 0 !important;
}
.credit_block table td {
    padding: 0 !important;
}
.credit_block > div > div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
#tinkoffcredit > div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 55px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/464939/sc/376/h/c3ee5f2137bcb635e0bc3a9def663cb1.svg) 50%/contain no-repeat;
}
#sber-pokupay > div:before {
    width: 140px;
    height: 50px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/464939/sc/214/h/59942afe603dfd93ee4b75f637162e8b.png) 50%/contain no-repeat;
}
#vsegdada > div:before {
    width: 159px;
    height: 34px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/464939/sc/241/h/344dbf9b86da64df027b1fc4e455d107.svg) 50%/contain no-repeat;
}
#alpha-bank-podeli > div:before {
    width: 159px;
    height: 34px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/464939/sc/137/h/6a4652a5d6fff0197a4c7d4327a0c025.svg) 50%/contain no-repeat;
}
#yandex-split > div:before {
    width: 224px;
    height: 32px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/464939/sc/141/h/32ccc48a003157adca5e9a5472962e94.svg) 50%/contain no-repeat;
}
#tinkoff-dolyame > div:before {
    width: 184px;
    height: 28px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/464939/sc/135/h/d566c0d35597fe38f19293969fb69b4e.svg) 50%/contain no-repeat;
}
@media (max-width: 1600px) {
    .container {
        width: 1050px;
    }
    /*
    .area-PAGE .btn {
        font-size: 16px;
        line-height: 1.25;
        padding: 10px;
    }
    /*
    .alternative-payments-block-main  {
        margin-bottom: 30px;
    }
    .order_information-block {
        margin-bottom: 45px;
    }
    .payment_method-title {
        margin: 0 0 5px!important;
    }
    p.payment_method-title {
        margin-bottom: 15px!important;
    }
    .payment-method-header {
        font-size: 20px;
        margin-bottom: 30px!important;
    }
    .gcp-oferta-buyer {
        font-size: 10px!important;
        margin-bottom: 15px;
    }
    .gc-payment-method-card > div {
        min-height: 216px;
        padding: 20px!important;
    }
    .gc-payment-method-card > div td img {
        margin-bottom: 10px!important;
    }
    /*lOGO
    .gc-payment-method-card > div:before {
        top: 15px;
        left: 20px;
    }
    .gc-payment-method-card > div:after {
        left: 20px;
        bottom: 70px;
        font-size: 14px;
        line-height: 1.25;
    }
    /*Credit
    h3.credit-title {
        margin-bottom: 15px;
    }
    .credit_block > div,
    .credit_block > form {
        margin-bottom: 15px;
        padding: 20px;
        min-height: 236px;
    }
    .credit_block > form {
        margin-bottom: 0;
    }
    .credit_block > div .btn,
    .credit_block > form .btn {
        margin-top: 15px;
    }
    .credit_block > div div table,
    .credit_block > form div table {
        width: 100%;
    }
}
@media (max-width: 1080px) {
    .container {
        width: 750px;
    }
    .empty-breadcrumbs {
        display: none;
    }
    .alternative-payments-block-main br {
        display: none;
    }
    .alternative-payments-block-main {
        margin-bottom: 20px;
    }
    .payment_method-title {
        margin-top: 20px!important;
    }
    .payment_method-title p:last-child {
        margin-bottom: 0;
    }
    p.payment_method-title {
        margin-bottom: 10px!important;
    }
    h3.credit-title {
        margin-bottom: 10px;
    }
    .gc-payment-method-card > div:after {
        bottom: 65px;
    }
    #tinkoff.gc-payment-method-card > div:before {
        width: 75%;
        top: 10px;
    }
    .sberbank-auto-acquiring-block.gc-payment-method-card > div:before {
        top: 23px;
    }
    #yoo-kassa-form.gc-payment-method-card > div:before {
        top: 16px;
    }
    .gc-payment-method-card > div td img {
        width: 80px;
    }
    .gc-payment-method-card > div:after {
        font-size: 12px;
    }
    .gc-payment-method-card > div {
        min-height: 190px;
        padding: 15px!important;
    }
    .credit_block > div,
    .credit_block > form {
        padding: 15px!important;
    }
    #tinkoffcredit > div:before {
        width: 85%;
    }
    .credit_block > div div .btn,
    .credit_block > form div .btn,
    .gc-payment-method-card > div .btn {
        font-size: 14px;
    }
}
@media (max-width: 760px) {
    .container {
        width: calc(100% - 30px);
        margin: 0 auto;
    }
    .payment-methods-block-custom, .alternative-payments-block,
    .credit_block {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    #alternative-methods-container #tinkoff,
    #invoice {
        width: 100%;
    }
}
@media (max-width: 540px) {
    .credit_block > div div .btn, .gc-payment-method-card > div .btn,
    .credit_block > form div .btn {
        font-size: 12px;
    }
    .gc-payment-method-card > div:after {
        font-size: 10px;
        bottom: 60px;
    }
    .gc-payment-method-card > div td img {
        width: 70px;
    }
}
@media (max-width: 490px) {
    .payment-methods-block-custom, .alternative-payments-block,
    .credit_block {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    #tinkoff.gc-payment-method-card > div:before,
    #tinkoffcredit > div:before {
        width: 220px;
    }
    .credit_block > div,
    .credit_block > form {
        min-height: 200px;
    }
    .gc-payment-method-card > div {
        min-height: 165px;
    }
    .gc-payment-method-card > div:after {
        font-size: 12px;
    }
    .gc-payment-method-card > div td img {
        width: 100px;
    }
    .payment-method-header {
        font-size: 18px;
        margin-bottom: 20px!important;
    }
}
@media (max-width: 1180px) {
    .gc-main-content:after {
        width: 488px;
        height: 530px;
    }
}
@media (max-width: 992px) {
    .xdget-partialpay {
        max-width: 100%!important;
    }
    .header-payment_page:after {
        right: 50px;
    }
    .logo-link {display: inline-block;}
    .installment_payment-custom_block {
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .logo {
        display: block;
    }
    .header-payment_page:after,
    .gc-main-content:after {
        content: none;
    }
}*/
/* ------------- 
content finish - Payment page
------------- */
