﻿body {
    font-family: 'Roboto', sans-serif;
    background-color: #f7fafa;
    color: #1A1A1A;
    overflow-x: none;
    position: relative;
    width: 100%;
}

footer {
    background-color: #FFFFFF;
}

    footer .footer {
        padding-top: 30px;
        padding-bottom: 47px;
        background-color: #FFFFFF;
    }

        footer .footer .title {
            color: #1a1a1a;
            font-size: 10px;
            font-weight: bold;
            line-height: 11px;
        }

        footer .footer ul {
            list-style: none;
            margin: 0px;
            margin-top: 0px;
            padding: 0px;
            margin-top: 36px;
        }

            footer .footer ul li {
                font-size: 10px;
                line-height: 24px;
                font-weight: 300;
                color: #1a1a1a;
            }

                footer .footer ul li a {
                    color: #1a1a1a;
                    text-decoration: none;
                }

        footer .footer .img-list li {
            padding-bottom: 30px;
        }

            footer .footer .img-list li .inline-img-20 {
                padding-right: 20px;
            }

.bottom-header {
    background: #fff;
}

    .bottom-header .main-menu-column {
        position: initial;
    }

.bottom-header__logo-img {
    max-width: 100%;
    padding: 16px 0;
    position: relative;
    z-index: 9998;
}

.bottom-header .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .bottom-header .nav ul li {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        .bottom-header .nav ul li a {
            padding: 21px 10px;
            color: #1A1A1A;
            font-weight: 700;
            font-size: 12px;
            text-transform: uppercase;
            position: relative;
        }

            .bottom-header .nav ul li a::before {
                content: "";
                position: absolute;
                width: 100%;
                height: 1px;
                bottom: 0;
                left: 0;
                background-color: #000;
                visibility: hidden;
                -webkit-transform: scaleX(0);
                -ms-transform: scaleX(0);
                transform: scaleX(0);
                -webkit-transition: all 0.3s ease-in-out 0s;
                -o-transition: all 0.3s ease-in-out 0s;
                transition: all 0.3s ease-in-out 0s;
            }

#main {
    -webkit-transition: margin-left .5s;
    -o-transition: margin-left .5s;
    transition: margin-left .5s;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
    min-height: 400px;
}

.bottom-header .sidenav__ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .bottom-header .sidenav__ul li a {
        padding: 21px 10px;
        color: #1A1A1A;
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        position: relative;
    }
