
            .table-block {
                font-family: 'Sceptica', 'Roboto', sans-serif !important;
                display: block;
                box-shadow: 0 0 9px #00000045;
                border: 8px solid #ffffff;
                border: 8px solid #ffffff;
                /* background: #00dcff33; */
                /* background: #b5f4ff; */
                border-radius: 4px;
                max-width: 548px;
                margin: 0 auto;
                padding-bottom: 0;
                font-size: 20px;
                line-height: 1.5;
                margin-bottom: 20px;
                color: #000;
                background-position: center center;
                margin-top: 24px;
                width: 100%;
            }


            .table-title-block {
                padding: 14px;
            }


            .table-block h1 {
                font-family: 'FS Jack Poster', 'Roboto', sans-serif;
                line-height: 1.3;
                margin-bottom: 0;
                color: #373737;
                font-size: 18px;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                border: 1px solid #8d8d8d;
                padding: 14px 10px;
                border-bottom: 0;
                font-weight: 400;
                background: #ffbc0047;

            }

            @media print {
                .table {
                    display: table;
                }

                table {
                    width: 100%;
                    color: #32313a;
                    border-radius: 5px;
                    border-collapse: collapse;
                    border-spacing: 0;
                    line-height: 23px;
                    margin: 40px 0;
                }
            }

            @media print {
                .table {
                    display: table;
                }

                table {
                    width: 100%;
                    color: #32313a;
                    border-radius: 5px;
                    border-collapse: collapse;
                    border-spacing: 0;
                    line-height: 23px;
                    margin: 40px 0;
                }
            }

            table {
                border-collapse: collapse;
                border-spacing: 0;
            }

            @media print {
                .table {
                    border-collapse: collapse !important;
                }
            }

            table {
                background-color: transparent;
            }

            .table {
                width: 100%;
                max-width: 100%;
                margin-bottom: 0;
            }

            table {
                border-collapse: collapse;
                border-spacing: 0;
            }

            table,
            tbody,
            td,
            th,
            tr {
                border: 0;
                font-size: 100%;
                font: inherit;
                margin: 0;
                padding: 0;
                vertical-align: baseline;
            }

            table {
                border-collapse: collapse;
                border-spacing: 0;
            }

            .table {
                font-family: Roboto, sans-serif;
                margin-bottom: 0;
                border-collapse: separate;
                border-spacing: 0;
                border-radius: 4px !important;
                overflow: hidden;
                border: 0px solid black;
            }

            td,
            th {
                border: 0.1px solid black !important;
            }

            .table th {
                background-color: #2c5aa0;
                color: #fff;
            }

            .table td,
            .table th {
                border: 1px solid #000;
                padding: 5px 10px;
                text-align: center;
                font-size: 1.1rem;
                vertical-align: middle;
                font-size: 16px;
            }

            .table td {
                background: none !important
            }

            .table td.one {
                text-align: left;
                width: 100%;
                font-size: 17px;
                font-weight: 400;
                border-radius: 0;
                color: #093640;
            }

            .table td.two {
                font-size: 20px;
                font-family: 'Sceptica', 'Roboto', sans-serif !important;
                color: #33a641;
                text-align: left;
                font-weight: 500;
            }


            @media screen and (max-width:992px) {
                .table {
                    font-size: 18px;
                }
            }

            @media screen and (max-width:460px) {
                .table {
                    font-size: 16px;
                }
            }

            /*footer logo and date*/
            .stat-footer {
                display: flex;
                flex-wrap: nowrap;
                justify-content: space-between;
                align-items: center;
                width: 100%;
                padding-left: 10px;
                box-sizing: border-box;
                overflow: visible;
                margin-top: 15px;
                margin-bottom: 14px;
            }

            .stat-footer-logo {
                max-width: 190px;
                width: 87%;
                height: auto;
                flex-shrink: 0;
                margin: 0;
            }

            .stat-footer-banner {
                display: block;
                align-items: center;
                color: #fff;
                font-family: Arial, sans-serif;
                font-size: 15px;
                text-decoration: none;
                padding-right: 15px;
                min-width: 164px;
                white-space: nowrap;
                text-align: right;
                flex-shrink: 1;
                max-width: 100%;
                box-sizing: border-box;
                position: relative;
                overflow: visible;
                z-index: 99;
            }

            .stat-footer-banner a {
                color: #7a7a7ab5 !important;
                text-decoration: none !important;
                padding-top: 8px !important;
            }


            @media (max-width: 468px) {
                .stat-footer-logo {
                    max-width: 160px;
                    width: 47%;
                }

                .stat-footer-banner {
                    font-size: 13px;
                    min-width: 139px;
                }

            }

            @media (max-width: 408px) {
                .stat-footer-banner {
                    font-size: 11px;
                    min-width: 119px;
                }
            }

            @media (max-width: 768px) {
                .stat-footer-logo {
                    max-width: 170px;
                    width: 57%;
                }

            }

            /*footer logo and date*/
      
                    .custom-form {
                        max-width: 980px;
                        margin: 0 auto;
                        padding: 15px;
                        box-shadow: 0 0 8px rgb(81 81 81 / 34%);
                        border: 1px solid #c51e1e59;
                        box-sizing: border-box;
                        font-family: Tahoma, Arial, Helvetica, sans-serif !important;
                        display: flex;
                        flex-direction: column;
                        gap: 10px;
                        background: rgb(0 0 0 / 3%);
                    }

                    .custom-form__top-field {
                        display: flex;
                        gap: 20px;
                        align-items: center;
                    }

                    .custom-form__ava-block {
                        position: relative;
                        width: 60px;
                        height: 60px;
                        overflow: hidden;
                        border-radius: 50%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        border: 1px solid rgb(227 196 196);
                        transition: 0.3s;
                        flex: 0 0 auto;
                    }

                    .custom-form__ava-block:hover {
                        box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
                    }

                    .custom-form__ava-input {
                        width: 20px;
                        height: 20px;
                        position: absolute;
                        top: 0;
                        left: 0;
                        z-index: -1;
                        opacity: 0;
                        display: none;
                    }

                    .custom-form__ava-label {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                        font-size: 12px;
                        text-align: center;
                        height: 100%;
                        width: 100%;
                        line-height: 12px;
                        cursor: pointer;
                        font-family: inherit;
                        font-weight: 100;
                    }

                    .custom-form__ava-label img {
                        border-radius: 50%;
                    }

                    .custom-form__ava-label_red-text {
                        color: red;
                        line-height: 4px;
                    }

                    .custom-form__name {
                        width: 100%;
                        max-width: 300px;
                        display: inline-block;
                        outline: none;
                        border: 1px solid rgb(134 0 0 / 46%);
                        padding: 12px 16px;
                        font-size: 14px;
                        text-indent: 0;
                        height: 43px;
                        box-sizing: border-box;
                        font-family: inherit;
                    }

                    .custom-form__message {
                        resize: none;
                        width: 100%;
                        outline: none;
                        border: 1px solid rgb(134 0 0 / 46%);
                        padding: 10px 12px;
                        min-height: 100px;
                        text-indent: 0;
                        font-size: 14px;
                        line-height: unset;
                        font-family: inherit;
                        box-sizing: border-box;
                    }

                    .custom-form__bottom-field {
                        display: flex;
                        flex-direction: column;
                        gap: 10px;
                    }

                    .custom-form__btn {
                        width: 100%;
                        max-width: 300px;
                        outline: none;
                        border: none;
                        padding: 10px 8px;
                        background: #ffffff;
                        color: #df0000;
                        font-weight: bold;
                        font-size: 15px;
                        transition: background-color 300ms ease;
                        cursor: pointer;
                        text-transform: uppercase;
                        font-family: inherit;
                        border: 1px solid;
                        font-family: cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;
                        margin-top: 10px;
                        text-decoration: none !important;
                    }

                    .custom-form__btn:hover {
                        color: #fff;
                        background-color: #df0000;
                    }

                    .custom-form__photo-block {
                        position: relative;
                    }

                    .custom-form__photo-input {
                        width: 20px;
                        position: absolute;
                        z-index: -1;
                        left: 0;
                        top: 0;
                        display: none;
                        opacity: 0;
                    }

                    .custom-form__photo-label {
                        cursor: pointer;
                        font-size: 14px;
                        font-weight: 100;
                        border: none;
                        text-decoration: underline;
                        color: #3858f5;
                        width: 100%;
                        max-width: 300px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

                    @keyframes fade-out {
                        0% {
                            opacity: 1;
                        }

                        100% {
                            opacity: 0;
                            max-height: 0;
                        }
                    }

                    .hidden {
                        animation: fade-out 1s ease;
                    }

                    .comment-from__photo {
                        max-width: 300px;
                        width: 100%;
                        margin-left: 60px;
                    }

                    @media screen and (max-width: 500px) {
                        .comment-from__photo {
                            margin-left: auto;
                        }
                    }
                

        .doc-block {
            padding: 10px;
            border: 3px #004478 dashed;
            text-align: center;
            max-width: 600px;
            margin: 0 auto;
            margin-bottom: 20px;
        }

        .doc-block p {
            padding-left: 12px;
            padding-right: 12px;
        }

        .rev-block {
            margin-bottom: 20px;
            padding: 16px;
            background: #ffbc0047;
            box-shadow: 2px 2px 9px #0000002b;
            border: 2px solid #f2dda2;
            border-radius: 5px;
        }

        .rev-block font {
            display: block;
            margin-bottom: 16px;
        }


        .block-offer-actions-block {
            padding: 16px;
            border: 1px solid #979797;
            border-top: none;
        }


        .obertk512 {
            font-family: 'Sceptica', 'Roboto', sans-serif !important;
            display: block;
            box-shadow: 0 0 9px #00000045;
            border: 8px solid #ffffff;
            border-radius: 4px;
            max-width: 700px;
            margin: 0 auto;
            padding-bottom: 0;
            font-size: 20px;
            line-height: 1.5;
            margin-bottom: 20px;
            color: #000;
            background-position: center center;
            margin-top: 24px;
            border-radius: 4px;
            width: 100%;
        }


        .obertk512 h1 {
            font-family: 'FS Jack Poster', 'Roboto', sans-serif;
            line-height: 1.3;
            margin-bottom: 0;
            color: #373737;
            font-size: 18px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border: 1px solid #8d8d8d;
            padding: 14px 10px;
            font-weight: 400;
            background: #ffbc0047;

        }

        .obertk512 ol {
            padding-left: 22px;
            margin-top: 4px;
        }

        .obertk512 li {
            line-height: 1.2;

        }

        .obertk512 li::marker {
            font-weight: 600;
            color: #33a641;


        }

        .obertk512 li font {
            line-height: 1.28;
            font-family: 'Sceptica', 'Roboto', sans-serif !important;
            color: #33a641;
            text-align: left;
            font-weight: 500;
        }

        .block-offer-actions-block li span {
            display: block;
            font-size: 16px;
            line-height: 1.2;
            font-weight: 400;
            color: #6c6d6d;
            margin-left: 0px;
            margin-top: 5px;
            margin-bottom: 4px;
            border-bottom: 1px solid #c8c8c8;
            padding-bottom: 16px;
        }


        .receipt-block {
            margin-bottom: 26px;
        }

        .pachino-ramka {
            border: 3px solid #ff7000;
            padding: 14px;
            border-radius: 4px;
            background: #ffa5000a;
        }

        .ramka-title {
            display: block;
            background: #ff4d0021;
            color: #191515;
            padding: 6px 8px;
            margin-bottom: 12px;
            font-weight: 400 !important;
            background: hsla(24, 89%, 82%, 1);
            background: linear-gradient(0deg, hsla(24, 89%, 82%, 1) 0%, hsla(30, 100%, 99%, 1) 100%);
            background: -moz-linear-gradient(0deg, hsla(24, 89%, 82%, 1) 0%, hsla(30, 100%, 99%, 1) 100%);
            background: -webkit-linear-gradient(0deg, hsla(24, 89%, 82%, 1) 0%, hsla(30, 100%, 99%, 1) 100%);
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FACAAA", endColorstr="#FFFDFB", GradientType=1);
        }


        .pachino-ramka font {
            color: red;
        }




        .pachino-ramka2 {
            box-shadow: 3px 3px 12px rgb(51 51 51 / 12%);
            text-align: left;
            color: #199751;
            font-weight: 600;
            border: 2px solid;
            border-radius: 4px;
            padding: 15px;
            background: #f8fff973;
        }

        .ramka-title2 {
            display: block;
            background: #166ca72b;
            color: #166ca7f2;
            padding: 2px 8px;
            margin-bottom: 12px;
        }


        .pachino-ramka312 {
            box-shadow: 3px 3px 12px rgb(51 51 51 / 12%);
            text-align: left;
            color: red;
            font-weight: 600;
            border: 2px solid red;
            border-radius: 4px;
            padding: 15px;
            background: #ff000005;
            margin-bottom: 24px;
        }



        .pachino-ramka312 .obertka-1 {}


        .pachino-ramka316 {
            box-shadow: 3px 3px 12px rgb(51 51 51 / 13%);
            text-align: left;
            background-color: #3289c282;
            padding: 2px;
            border-radius: 4px;
            font-size: 18px;
            border: 6px solid #3289c2;
            font-weight: 500;
            text-shadow: 0 0 0px #7070705e;

        }

        .pachino-ramka316 .obertka-2 {
            background: #3289c2;
            border: none;
            display: block;
            padding: 12px;
            border-radius: 4px;
            color: #ffffff;
        }




        .pachino-ramka618 {
            box-shadow: 3px 3px 12px rgb(51 51 51 / 13%);
            text-align: left;
            line-height: 1.32;
            background-color: #fe080803;
            padding: 2px;
            border-radius: 4px;
            color: #ff2f00;
            font-size: 19px;
            border: 4px dashed #ffffff;
            font-weight: 500;
            text-shadow: 0 0 0px #8329155e;

        }

        .nowrap {
            text-wrap: nowrap;
        }

        .img-card {
            margin-top: 28px;
            border: 6px solid #f00;
            box-shadow: 3px 2px 9px #00000021;
            border-radius: 4px;
            outline: 1px solid #c4c4c47d;
        }

        .img-card2 {
            border-radius: 4px;
            border: 8px solid #fff;
        }

        .citate {
            color: red;
            font-size: 20px;
            line-height: 1.3;
            margin-bottom: 10px;
        }

        h2 span {
            display: block;
            margin-top: 10px;
            margin-bottom: 20px;
        }

        .pre-cta {
            color: green;
            font-weight: 500;
            font-size: 19px;
        }

        .noclose-cta {
            font-size: 19px;
            max-width: 778px;
            margin: 0 auto;
            display: block;
            margin-bottom: 12px;
        }

        .my-split {
            display: none;
        }

        .redmoon {
            background: red;
            color: lightpink;
        }
