html,
body {
    height: 100%;
    font-family: "Roboto", Arial, sans-serif;
}

body {
    background: url('../images/general/bg-pattern.png') repeat 0 0 transparent;
    min-width: 1280px;
}

.page__header {
    position: relative;
}

.page__header.page__header-de {
    background: #000;
}

.page__header.page__header-de > .container {
    width: 1240px;
    padding: 0;
}

.page__header .navbar-default {
    background: #000;
    border-radius: 0;
    border: 0;
    margin: 0;
}

.page__header.page__header-de .navbar-default {
    float: none;
}

.page__header.page__header-de.with-banner .navbar-default {
    height: 180px;
    width: 31%;
    float: none;
    display: inline-block;
    z-index: 1000;
}

.page__header .navbar-brand {
    width: 110px;
    display: block;
    padding: 6px 0 0 0;
    margin: 5px 0 !important;
    height: auto;
    position: relative;
    z-index: 0;
}

.page__header.page__header-de .navbar-brand {
    width: 220px;
}

.page__header.page__header-de.with-banner .navbar-brand {
    padding-top: 0;
    width: 280px;
}

.page__header .navbar-brand img {
    display: block;
    width: 100%;
}

.right-header-block {
    display: inline-block;
    /* float: right; */
    position: relative;
    padding-top: 10px;
    border-left: none;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 68%;
    height: 154px;
}

.navbar_submenu {
    min-height: 0;
    margin: 0;
    border-radius: 0;
}

.navbar_submenu {
    padding: 3px 0 5px 0;
    z-index: 1000!important;
}

.navbar_submenu .container {
    width: 1240px;
    margin: 0 auto;
    padding: 0;
}

.navbar_submenu .container {
    padding: 0;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
}

.redirect-page-wrap {
    background: transparent;
    margin-top: 20px;
}

.redirect-page-wrap .side-content {
    background: white;
    padding: 20px 40px;
    width: 440px;
    margin: 0 auto;
}

.loader {
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px;
    float: left;
    opacity: 0;
}

.side-content .loader {
    display: none;
}

.redirect-page-wrap .side-content .title {
    text-align: center;
}

.progress {
    height: 7px;
    margin: auto;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.progress-bar {
    box-shadow: none;
}

.progress-bar-processing {
    width: 100%;
    background-size: 600px 10px;
}

.progress-bar-processing.active {
    animation: progress-bar-processing 2s linear infinite;
}

@keyframes progress-bar-processing {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 360px 0;
    }
}

.redirect-page-wrap .side-content p {
    color: #000;
}

.btn {
    height: 37px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    border-radius: 2px;
    padding-left: 25px;
    padding-right: 25px;
    vertical-align: top;
    transition: 0.1s cubic-bezier(0.4, 0, 1, 1);
}

.redirect-page-wrap .side-content p a {
    margin-top: 15px;
}

.logo-mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    html,
    body {
        width: 100%;
    }

    .page {
        position: relative;
        min-width: 0;
        padding: 0 10px;
        width: 100%;
        overflow-x: hidden;
    }

    .page__header {
        top: 0;
        left: 0;
        right: 0;
        position: fixed;
        z-index: 1000;
        margin: 0 0 10px;
    }

    .page__header.page__header-de > .container {
        width: 100%;
        position: relative;
        margin-left: 0;
        height: 60px;
    }

    .navbar_submenu {
        display: none;
    }

    .page__header.page__header-de .navbar-default {
        position: absolute;
        float: none;
        height: 55px;
        width: auto;
        background: transparent;
        overflow: hidden;
    }

    .page__header.page__header-de.with-banner .navbar-default {
        height: 55px;
        display: block;
        width: auto;
    }

    .page__header .navbar-brand {
        position: relative;
        top: -2px;
        z-index: 0;
        width: 125px;
        height: 55px;
        overflow: hidden;
        padding-left: 50px;
        padding-top: 3px;
    }

    .page__header.page__header-de .navbar-brand {
        width: 128px;
    }

    .page__header.page__header-de.with-banner .navbar-brand {
        width: 170px;
        padding-top: 3px;
    }

    .page__header.page__header-de.with-banner .navbar-brand {
        width: 130px;
        padding-top: 3px;
        padding-left: 50px;
    }

    .page__header .navbar-brand img {
        width: 100%;
        height: 100%;
    }

    .right-header-block {
        display: inline-block;
        float: none;
        position: initial;
        border-left: none;
        margin-bottom: 0;
        width: auto;
        margin-top: 5px;
        height: 0;
    }

    .tech-page-wrap {
        overflow: hidden;
        margin-top: 10px;
        border: none;
        border-radius: 4px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
        margin-bottom: 0;
        padding: 0;
    }

    .redirect-page-wrap {
        background: #fff;
        margin-top: 80px;
    }

    .redirect-page-wrap .side-content {
        padding: 20px;
        width: 100%;
        margin: 0;
    }

    .loader {
        position: static;
        float: left;
        left: auto;
        margin-top: 6px;
        display: none;
    }

    .side-content .loader {
        display: none;
    }

    .btn {
        height: 40px;
        padding: 9px 10px;
        font-size: 18px;
        border: none;
        border-radius: 4px;
    }

    .page__header.page__header-de.with-banner .navbar-brand {
        display: none;
    }

    .logo-mobile {
        display: block;
    }

    .page__header.page__header-de.with-banner .logo-mobile .navbar-brand {
        display: block;
    }
}
