

/* Start:/local/components/ctweb/sberbank.payment/templates/.default/style.css?17875902105108*/
.sb-notice {
    border-radius: 20px;
    background: rgb(251, 251, 251);
    background: -moz-linear-gradient(left, rgb(234, 243, 244) 0%, rgb(237, 245, 247) 50%, rgb(251, 251, 251) 100%);
    background: -webkit-linear-gradient(left, rgb(234, 243, 244) 0%, rgb(237, 245, 247) 50%, rgb(251, 251, 251) 100%);
    background: linear-gradient(to right, rgb(234, 243, 244) 0%, rgb(237, 245, 247) 50%, rgb(251, 251, 251) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f3fd', endColorstr='#fafafb', GradientType=1);
    padding: 30px;
    width: 100%;
    max-width: 670px;
    margin-bottom: 30px;
}

.sb-notice ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sb-notice img {
    width: 320px;
    height: auto;
}

.sb-notice-sm {
    font-size: 12px;
}

.sbpay {
    width: 100%;
    max-width: 670px;
    padding: 30px;
    border-radius: 20px;
    background: linear-gradient(to right, rgb(234, 243, 244) 0%, rgb(237, 245, 247) 50%, rgb(251, 251, 251) 100%);
}

.sb-ok-text {
    padding: 10px 20px;
    background-color: rgba(184, 233, 148, .5);
    margin-bottom: 20px;
}

.sb-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.sb-text {
    font-size: 16px;
}

span.sb-req {
    color: #ff0000;
}

.sb-item input {
    width: 380px;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 24px;
    height: 40px;
    border: 1px solid #dddddd;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 20px;
    background: #ffffff;
    overflow: hidden;
    color: #757575;
    outline: none;
}
.sb-item.notice .notice-text {
    width: 100%;
    max-width: 380px;
}
.sb-item #checkbox {
    width: 380px;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    margin-left: -24px;
    height: 40px;
    border: none;
    box-shadow: none;
    position: relative;
    border-radius: 0;
    background: #ffffff;
    overflow: hidden;
    color: #757575;
    outline: none;
}

.sb-item .amount {
    width: 100%;
    max-width: 380px;
}

.sb-item .amount input {
    max-width: 200px;
}

.sbpay input[type='submit'] {
    border: none;
    outline: none;
    display: inline-block;
    padding: 12px 20px 12px 20px;
    border-radius: 20px;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    background: -moz-linear-gradient(left, rgb(19, 163, 191) 0%, rgb(66, 169, 189) 50%, rgb(97, 178, 194) 100%);
    background: -webkit-linear-gradient(left, rgb(19, 163, 191) 0%, rgb(66, 169, 189) 50%, rgb(97, 178, 194) 100%);
    background: linear-gradient(to right, rgb(19, 163, 191) 0%, rgb(66, 169, 189) 50%, rgb(97, 178, 194) 100%);
}

.sbpay input[type='submit']:hover {
    background: -moz-linear-gradient(left, rgb(76, 185, 207) 0%, rgb(66, 169, 189) 50%, rgb(97, 178, 194) 100%);
    background: -webkit-linear-gradient(left, rgb(76, 185, 207) 0%, rgb(66, 169, 189) 50%, rgb(97, 178, 194) 100%);
    background: linear-gradient(to right, rgb(76, 185, 207) 0%, rgb(66, 169, 189) 50%, rgb(97, 178, 194) 100%);
}
.sbpay form .notice {
    align-items: flex-start;
}
.sbpay textarea {
    width: 100%;
    max-width: 380px;
    box-sizing: border-box;
    padding-left: 9px;
    height: 100px;
    border: 1px solid #dddddd;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 5px;
    background: #ffffff;
    overflow: hidden;
    color: #757575;
    outline: none;
    resize: none;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type='number'] {
    -moz-appearance: textfield;
}
input[type='date']::-webkit-outer-spin-button,
input[type='date']::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type='date'] {
    -moz-appearance: textfield;
}
.condition-block {
    margin: 15px 0;
}
.condition-link {
    color: #13a3bf;
}
.condition-link:hover {
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .sb-notice {
        width: auto;
    }
    .sb-item.notice .notice-text {
        width: 100%;
    }
    .sbpay {
        width: auto;
    }
    .sb-notice img {
        max-width: 250px;
        width: auto;
    }
    .sb-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .sb-text {
        margin-bottom: 10px;
        margin-left: 10px;
    }
    .sb-item #checkbox {
        width: 380px;
        max-width: 100%;
        box-sizing: border-box;
        padding-left: 0;
        margin-left: 10px;
        height: auto;
        border: none;
        box-shadow: none;
        position: relative;
        border-radius: 0;
        background: #ffffff;
        overflow: hidden;
        color: #757575;
        outline: none;
    }
}
/* End */
/* /local/components/ctweb/sberbank.payment/templates/.default/style.css?17875902105108 */
