

/* Start:/local/templates/tsatr.audit.services/template_styles.css?17684783222134*/
body, p {
    margin: unset;
}

.tsatr-workarea {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Roboto', Arial, sans-serif;
}

.header {
    width: 100%;
    background-color: #171717;
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.header-info {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', Arial, sans-serif;
    color: white;
    font-weight: 600;
    text-decoration: none;
}

.header-info:hover {
    cursor: pointer;
}

.main {
    background-color: white;
}

.footer {
    background-color: #171717;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.footer-policy {
    margin-bottom: 20px;
}

.footer-policy:hover {
    cursor: pointer;
}

.footer-signature {
    margin-top: 20px;
    opacity: .7;
}

@media screen and (max-width: 720px) {
    .header {
        height: 55px;
    }

    .header-info {
        margin-right: 15px;
        font-size: 12px;
    }

    .main {
        margin-top: 55px;
    }

    .footer {
        height: 170px;
        font-size: 11px;
    }
}

@media screen and (min-width: 720px) and (max-width: 960px) {
    .header {
        height: 60px;
    }

    .header-info {
        margin-right: 20px;
        font-size: 14px;
    }

    .main {
        margin-top: 60px;
    }

    .footer {
        height: 190px;
        font-size: 12px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1300px) {
    .header {
        height: 80px;
    }

    .header-info {
        margin-right: 30px;
        font-size: 16px;
    }

    .main {
        margin-top: 80px;
    }

    .footer {
        height: 230px;
        font-size: 14px;
    }
}

@media screen and (min-width: 1300px) {
    .header {
        height: 80px;
    }

    .header-info {
        margin-right: 30px;
        font-size: 16px;
    }

    .main {
        margin-top: 80px;
    }

    .footer {
        height: 250px;
        font-size: 14px;
    }
}
/* End */
/* /local/templates/tsatr.audit.services/template_styles.css?17684783222134 */
