@font-face {
    font-family: MLight;
    src: url("../fonts/Montserrat/static/Montserrat-Light.a17f43cc6064.ttf");
}
@font-face {
    font-family: MRegular;
    src: url("../fonts/Montserrat/static/Montserrat-Regular.34de1239b121.ttf");
}

@font-face {
    font-family: MMedium;
    src: url("../fonts/Montserrat/static/Montserrat-Medium.aca6287f22ee.ttf");
}

@font-face {
    font-family: MBold;
    src: url("../fonts/Montserrat/static/Montserrat-Bold.d14ad1035ae6.ttf");
}

@font-face {
    font-family: MBlack;
    src: url("../fonts/Montserrat/static/Montserrat-Black.55e37a35525c.ttf");
}

body, html {
    font-family: MLight, sans-serif;
}


b, strong {
    font-family: MBold, "Arial Black", sans-serif;
}

header {
    background-image: url("../images/im2015080966bt.b0ea17abca8b.jpeg");
    /*background-image: url("../images/im2017030471co_300dpi_large.c6fb202c7fcb.jpeg");*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
}

header img.siemens_logo {
    width: 200px;
    height: auto;
    margin-top: 2em;
    display: block;
    position: absolute;
    /*border: 1px solid;*/
    /*height: 100px;*/
    /*filter: invert(50%) sepia(100%) saturate(500%) hue-rotate(200deg); !* Зміна кольору *!*/
}

header .site_title {
    display: block;
    position: absolute;
    margin-bottom: 4em;
    right: 0;
    width: 67%;
    line-height: 4em;
    text-shadow: #1a1d20 2px 2px 5px;
    padding-right: 2em;
    padding-left: 2em;
}
header .site_title .main_line {
    font-size: 4em;
    text-transform: uppercase;
    font-family: MBlack, "Arial Black", sans-serif;
}
header .site_title .secondary_line {
    font-size: 1.5em;
    font-family: MBold, sans-serif;
}

@media screen and (max-width: 992px) {
    header .site_title {
        width: 85%;
    }
    header .site_title .main_line {
        font-size: 3em;
    }
}

@media screen and (max-width: 768px) {
    header .site_title {
        width: 100%;
    }
    header .site_title .main_line {
        font-size: 3em;
        line-height: 1em;
        text-align: center;
    }
    header .site_title .secondary_line {
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    header .site_title {
        width: 100%;
    }
    header .site_title .main_line {
        font-size: 2em;
        line-height: 1em;
        text-align: center;
    }
    header .site_title .secondary_line {
        margin-top: 1em;
        font-size: 1em;
        text-align: center;
        line-height: 1em;
    }
}




.btn-floating:hover {
    background-color: #009999;
    border-color: #009999;
    opacity: 1;
}
.btn-floating {
    opacity: 0.7;
    line-height: 1em;
    position: fixed;
    bottom: 2em;
    left: 2em;
    z-index: 9998;
    color: #009999;
    border-color: #009999;
    background-color: #ffffff;
}

.navbar {
    font-family: MMedium, sans-serif;
}
.navbar-dark, .navbar[data-bs-theme=dark] {
    background-color: #009999!important;
}

section {
    padding-top: 3em;
    padding-bottom: 3em;
}

section.highlighted {
    background-color: #c8e8e8;
}

section.video_container {
    background-color: #92a2af;
}

section.dark {
    background-color: #009999;
    color: #ffffff;
}

footer {
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: #009999;
    color: #ffffff;
}

footer h2 {
    font-family: MBlack, "Arial Black", sans-serif;
    text-transform: uppercase;
}

footer div.contact_address p {
    margin-bottom: 0!important;
}

