@charset "utf-8";

:root {
    --main: #006b65;
    --blue: #173884;
    --black: #0b0b0b;
}

.iframe_body {
    margin: 0;
    font-size: 14px;
    font-family: Verdana, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #000;
    background-color: #fff;
}

#content {
    /*width: 770px;*/
    /*margin: 0 auto;*/
    /*background-color: #fff;*/
    padding-bottom: 1px;

    h1 {
        text-align: center;
        font-size: 16pt;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 12pt;
        font-weight: bold;
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .fwb {
        font-weight: bold;
    }

    .text-block {
        margin-top: 20px;
        margin-bottom: 20px;

        p {
            color: var(--black);
            widows: 2;
            orphans: 2;
            text-align: left;
            margin: 0;

            &.ti {
                text-indent: 15px;
            }
        }
    }

    .default-list {
        margin-left: 48px;
        text-align: left;
        padding: 0;

        li {
            margin: 0 0 0 24px;
            color: var(--black);
            list-style-type: none;
        }
    }

    .ul-italic {
        li {
            font-style: italic;
        }
    }

    .cookie_table {
        border: 0;
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: fixed;

        td {
            border: 1px solid #9e9e9e;
            padding: 5px 10px;
        }

        tr:first-child td {
            text-align: center;
        }
    }

    a {
        color: var(--main);
    }

    .requisites-list {
        margin-bottom: 10px;

        li {
            list-style-type: none;
            color: var(--black);
            padding: 5px 0;

            label {
                font-weight: bold;
            }
        }
    }

    .requisites-details {
        font-style: italic;
    }

    .requisites-download-outer {
        text-align: center;
    }

    .requisites-download {
        background: url(/images/icons/word.png) no-repeat;
        padding-left: 25px;
        text-decoration: underline;
        color: var(--main);
    }

}
