BODY {
    line-height: 1;
    font-family: Arial, sans-serif;
    -webkit-font-smoothing: antialiased;

    background-color: #efefef;
}

IMG {
    display: block;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.centered {
    position: relative;
    box-sizing: border-box;
    /*width: 1180px;*/
    margin: 0 auto;
}

HEADER {
    background-color: #0071ac;
}

HEADER .logo {
    float: left;

    margin: 33px;
}

HEADER .langs {
    float: right;
    margin: 20px 33px 27px 0;

    font: bold .75em/1 Arial, sans-serif;
}

HEADER .langs A {
    margin-left: 10px;

    color: white;
    text-decoration: none;
}

HEADER .langs A.selected,
HEADER .langs A:HOVER {
    color: #e95609;
}

HEADER .topmenu {
    clear: right;
    float: right;
    margin: 0 18px 0 0;

    font: bold .75em/1 Arial, sans-serif;
}

HEADER .topmenu A {
    display: inline-block;
    margin-left: 10px;
    padding: 8px 15px 7px;
    color: white;
    text-decoration: none;
    letter-spacing: .0625em;
}

HEADER .topmenu A:HOVER,
HEADER .topmenu A.selected {
    background-color: #e95609;
}

HEADER .mobile-menu-icon {
    display: none;
}

.bannersUnderHeader {
	display:none;
    padding: 4px 0;
}

.bannersUnderHeader .banner {
    float:left;
    margin-right: 4px;
	display:none;
}

.bannersUnderHeader .banner:last-child {
    margin-right:0;
}

.bannersUnderHeader .banner SPAN {
	display:none;
    display: block;
    box-sizing: border-box;
    width: 292px;
    height: 100px;
    padding-top: 42px;

    background-color: #bbbbbb;
    text-align: center;
    font-size: .875em;
    font-weight: bold;
}

#contactsMap {
    width: 100%;
    height: 700px;
    z-index: 0;
}

.content {
    min-height: 400px;
    padding: 0 33px 100px;
}

h1.title {
    margin: 10px 0 33px 33px;
    color: #e95609;
}

.contentTxt {
    font-size: .9375em;
    line-height: 1.4;
}

FOOTER {
    border-top: solid 2px #0071ac;
    font: .75em/1.3 Arial, sans-serif;
}

FOOTER .copyright {
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding: 20px 33px;
    color: #0071ac;
}

FOOTER ADDRESS {
    width: 50%;
    box-sizing: border-box;
    float: right;
    padding: 20px 33px;
    color: #0071ac;
    text-align: right;
}

FOOTER ADDRESS A {
    color: #0071ac;
}

FOOTER ADDRESS A:hover {
    text-decoration: none;
}

@media (max-width: 1179px) {
    .centered {
        width: 100%;
    }

    HEADER .logo {
        margin: 20px;
        width: 190px;
    }

    HEADER .topmenu-langs {
        display: none;
    }

    HEADER .topmenu-langs.active {
        display: block;
        position: fixed;
        background-color: #0071ac;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
    }

    HEADER .topmenu {
        float:none;
        margin: 20px;
    }

    HEADER .topmenu A {
        display: block;
        border-bottom: solid 1px #d7f1ff;
        padding: 13px;
        margin: 0;
    }

    HEADER .langs {
        float:none;
        padding: 11px 20px;
    }

    HEADER .langs A {
        margin: 0 10px 0 0;
    }

    HEADER .mobile-menu-icon {
        display: block;
        position: relative;
        top: 28px;
        right: 20px;
        float: right;

        width: 28px;
        height: 19px;

        background:url(../i/mobile-topmenu-icons.png) 0 0 no-repeat;
        border:0;
        z-index: 150;
    }

    HEADER .mobile-menu-icon.active {
        background-position: -35px 0;
    }

    .bannersUnderHeader {
        display: none;
    }

    .mapSections {
        margin-top: 4px;
    }

    .mapSections DIV SPAN {
        display: none;
    }

    .mapSections DIV I {
        margin-right: 0 !important;
        vertical-align: 0 !important;
    }

    #contactsMap {
        width: 100%;
        height: 500px;
        z-index: 0;
    }

    .content {
        padding: 0 20px 100px;
    }

    h1.title {
        margin: 15px 0 20px 20px;
    }

    FOOTER .copyright {
        padding: 20px;
    }

    FOOTER ADDRESS {
        padding: 20px;
    }
}