﻿html {
    font-family: sans-serif;
}

body {
    background-color: #FFF;
    color: #4d575d;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: inherit;
    font-weight: 500;
}

p {
    font-family: inherit;
}


.main-menu {
    z-index: 14;
    top: 40px;
    border-top: 1px solid #E6E6E6;
    position: fixed;
    width: 100%;
    background-color: #FFFFFF;
    height: 72px;
    display: flex;
    justify-content: center;
    -webkit-transition: top 0.2s ease-out;
    -moz-transition: top 0.2s ease-out;
    -o-transition: top 0.2s ease-out;
    transition: top 0.2s ease-out;
}

.main-logo {
    width: 104px;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .main-logo img {
        max-width: 100%;
        max-height: 100%;
        display: block;
        object-fit: contain;
    }

.page-body {
    margin-top: 120px;
    position: relative;
    flex: 1 0 auto;
    overflow: hidden;
}

.section-page {
    padding-top: 40px;
    padding-bottom: 40px;
}


.container {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}


.row {
    margin-right: -20px;
    margin-left: -20px;
    display: flex;
    flex-direction: column;
}

    .row::after {
        display: table;
        content: " ";
        clear: both;
    }

.text-error500 {
    font-size: 2.0em;
}

.col-sm-7 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.content {
    font-size: 0.85em;
    line-height: 1.63em;
    margin-top: -15px;
}

    .content a {
        color: #097288;
        text-decoration: underline;
    }

.col-sm-2 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}



@media only screen and (min-width:768px) {

    .text-error500 {
        line-height: 1.52;
        float: right;
    }

    .content {
        margin-top: 0px;
    }

    .row {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-7 {
        width: 58.3333333%;
        float: left;
    }

    .col-sm-2 {
        width: 16.66666667%;
        float: left;
    }

    .container {
        width: 760px;
    }

    body {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        width: 100%;
        font-size: 1em;
        line-height: 1.63em;
    }

    .main-menu {
        position: absolute;
        width: 100%;
        top: 40px;
        height: 74px;
        background-color: #FFFFFF;
        padding-left: 36px;
        padding-right: 36px;
        justify-content: flex-start;
    }

    .page-body {
        margin-top: 142px;
    }
}



@media only screen and (min-width:992px) {
    .container {
        width: 980px;
    }
}


@media only screen and (min-width:1200px) {
    .container {
        width: 1180px;
    }
}
