<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

    .notloading-banner {
        text-align: center;
        color: white;
        /* Ð½Ðµ Ñ‚Ð° ÐºÐ°Ñ€Ñ‚Ð¸Ð½ÐºÐ° */
        background:
            linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
            url(https://finotz.com/wp-content/themes/reviews/images/companies_template/chargeback-main_banner.png) no-repeat;
        background-size: cover;
    }

    .notloading-banner-inner h2 {
        font-size: 30px;
        word-break: break-all;
    }

    .notloading-diagnostics h2 {
        text-align: center;
    }

    h1 {font-size: 30px;}

    .notloading-banner-inner p {
        margin: 25px auto;
    }

    .notloading-banner-inner {
        max-width: 40%;
        margin: 0 auto;
        padding: 70px 0;
    }

    .notloading-banner-btns {
        display: flex;
        gap: 30px;
        justify-content: center;

    }

    .get-details-btn,
    .get-help-btn {
        padding: 20px 35px;
        border: none;
        border-radius: 7px;
        color: white;
        flex: 1;

    }

    .get-details-btn {
        background-color: #173518;
    }

    .get-help-btn {
        background-color: #4CAF4F;
    }


    .notloading-diagnostics {
        margin: 30px auto;
    }

    .notloading-diagnostics h1 {
        text-align: center;
        max-width: 50%;
        margin: 0 auto;
        line-height: 1.7;
    }

    .notloading-diagnostics-reasons {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin: 30px auto;
        justify-content: center;
    }

    .diagnostics-reasons-item {
        text-align: center;
        background-color: #DEE2E6;
        border-radius: 25px;
        padding: 30px;
        max-width: 500px;
    }

    .reasons-item-number {
        background-color: white;
        border-radius: 4px;
        padding: 8px 18px;
        align-self: flex-start;
        font-size: 22px;
        color: #4CAF4F;
        font-weight: bold;
    }

    .reasons-item__heading {
        font-size: 22px;
        margin-top: 25px;
    }

    .reasons-item__p {
        font-size: 14px;
    }


    .notloading-help {
        background-color: #f3f3f3;
    }

    .notloading-help h2 {
        max-width: 50%;
        text-align: center;
        margin: 30px auto;

    }

    .notloading-steps {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .step {
        background-color: white;
        border-radius: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        padding: 20px;
        text-align: center;
        flex: 1;
        min-width: 200px;
        height: 140px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        content: "";
        display: block;
        background-image: url("https://finotz.com/wp-content/themes/reviews/images/companies_template/arrow.svg.png");
        background-size: contain;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
    }




    @media (min-width: 750px) {
        .diagnostics-reasons-item {
            flex: 1 1 calc(50% - 20px);
        }
    }

    @media (max-width: 650px) {
        .notloading-from-flex, .notloading-banner-btns {
            flex-direction: column;
        }

        .notloading-help h2 {
            max-width: 90%!important;
        }

        .notloading-diagnostics h1 {
            max-width: none;
        }
    }

    @media (max-width: 1100px) {

        .notloading-banner-inner {
            max-width: 90%;
        }

    }

    @media (max-width: 800px) {
        .notloading-steps {
            flex-direction: column;
            gap: 10px;
        }

        .step {
            width: 65%;
            height: auto;
        }

        .arrow {
            transform: rotate(90deg);
            width: 30px;
            height: 30px;
        }
        .notloading-banner-inner h2 {
            font-size: 36px;
        }
        h2 {
            line-height: 1.3;
        }
    }


    .notloading-footer-form {
        margin: 40px auto;
        background-color: #2b2b2b;
        padding: 40px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    .form-group {
        margin-bottom: 15px;
    }

    .form-group label {
        display: block;
        margin-bottom: 7px;
        color: white;
    }

    .form-group input,
    .form-group textarea {

        padding: 10px;
        border: 1px solid #444;
        border-radius: 5px;
        background-color: #333;
        color: #fff;
    }

    .form-group textarea {
        max-width: none;
    }

    .form-group .checkbox-container {
        display: flex;
        align-items: center;
    }

    .checkbox-container a {
        color: #4CAF4F;
    }

    .checkbox-container input {
        margin-bottom: 7px;
    }

    .form-group .checkbox-container input {
        margin-right: 10px;
    }

    .form-group .checkbox-container a {
        color: #00ff00;
        text-decoration: none;
    }

    .form-group .checkbox-container a:hover {
        text-decoration: underline;
    }

    .form-group .submit-btn {
        color: #000;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        background-color: #4CAF4F;
        color: white;
        font-size: 16px;
        width: 100%;
    }



    .notloading-from-flex {
        display: flex;
        color: white;

    }

    .notloading-from-flex div {
        flex: 1;
    }

    .checkbox-container {
        display: flex;
    }

    .first-col {
        display: flex;
        flex-direction: column;
        gap: 20px;

    }

    .first-col input {
        max-width: 90%;
    }




    /* //checkbox */
    .consent {
        margin-bottom: 12px;
    }

    .consent_label {
        display: block;
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        font-size: 14px;
        user-select: none;
        color: white;
    }

    .consent_label span {
        color: #000;
    }

    .consent_label:hover .consent_checkmark {
        background-color: #ccc;
    }

    .consent_checkbox {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .consent_checkmark {
        position: absolute;
        top: -2px;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
    }

    .consent_checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .consent_checkbox:checked~.consent_checkmark {
        background-color: #4CAF4F;
    }

    .consent_checkbox:checked~.consent_checkmark:after {
        display: block;
    }

    .consent_checkmark:after {
        left: 10px;
        top: 6px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
    }


    .phone-input {
        display: flex;
        align-items: center;
        max-width: 90%;
    }

    .phone-input select {
        color: white;
        padding: 8px;
        border: 1px solid #444;
        border-radius: 5px 0 0 5px;
        border-right: none;
        background-color: #555555;
    }

    .phone-input input[type="tel"] {
        border-radius: 0 5px 5px 0;
    }

    .phone-input select:focus {
        outline: none;
        border: 1px solid transparent;
    }
</pre></body></html>