.camera-box {
    display: block;
}

h2 span {
    white-space: normal;
}

#wp-admin-bar-my-account a:before {
    display: none !important;
}

.rd-mobilepanel_title {
    display: none;
}

.manufacturer-flags {
    display: flex;
    flex-flow: row nowrap;
}

.manufacturer {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 30px 0;
}

.manufacturer-flags {
    margin-bottom: -2px;
}

.manufacturer-text span {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #1E5CAB;
    white-space: nowrap;
}

.manufacturer-text span.black {
    color: #212722;
}

.manufacturer-flags li {
    width: 25px;
    height: 20px;
}

.manufacturer-flags li + li {
    margin-left: 30px;
}

.manufacturer-flags li img {
    display: block;
}

.stuck_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 35px;
}

.brand.logo a {
    display: block;
    height: 100%;
}

.brand.logo a img {
    width: 271px !important;
}

#stuck_container .nav {
    display: flex;
}

.language-switcher__box {
    display: flex;
}

.language-switcher__box-link {
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: rgba(33, 39, 34, 0.3);
}

.language-switcher__box-link.current {
    color: #212722;
}

.language-switcher__box span {
    display: block;
    width: 1px;
    background: #C4C4C4;
    margin: 0 15px;
}

.sf-menu > li > a {
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}

.sf-menu > li + li {
    margin-left: 28px;
}

@media (max-width: 1800px) {
    .stuck_container {
        padding-right: 14px;
    }
}

@media (max-width: 1700px) {
    .brand.logo a img {
        width: 151px !important;
        min-width: 151px !important;
    }

    .manufacturer {
        padding: 13px 0;
    }

    .manufacturer-flags li + li {
        margin-left: 20px;
    }
}



@media (max-width: 1366px) {
    .sf-menu > li + li {
        margin-left: 20px;
    }
}

@media (max-width: 1300px) {
    .header-right {
        padding-right: 20px;
    }

    .language-switcher__box span {
        margin: 0 10px;
    }

    .manufacturer-flags li + li {
        margin-left: 15px;
    }

    .manufacturer-flags li {
        width: 21px;
    }
}

@media (max-width: 1200px) {
    .stuck_container {
        flex-direction: column;
        justify-content: center;
    }

    .manufacturer-text {
        margin-top: 35px;
    }

    .manufacturer-flags li {
        width: 25px;
    }

    .brand.logo a img {
        width: 271px !important;
    }

    .header-right {
        display: none;
    }

    .header-left {
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding-bottom: 40px;
    }

    .rd-mobilemenu_language {
        margin-top: 0;
        margin-right: 15px;
    }

    .stuck_container {
        margin-top: 60px;
    }

    .manufacturer {
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 35px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .manufacturer-text span,
    .manufacturer-text span.black {
        display: block;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        text-transform: uppercase;
    }

    .manufacturer-text {
        flex-direction: column;
    }

    .manufacturer-text span.black {
        color: #212722;
        margin-left: 0;
    }

    .manufacturer-flags {
        max-width: 220px;
        flex-flow: row wrap;
        margin: 0 -15px 40px;
    }

    .manufacturer-flags li {
        margin: 30px 15px 0;
    }

    .manufacturer-flags li + li {
        margin-left: 15px;
    }
}

@media (max-width: 991px) {
    .footer-top .footer-top__item {
        margin-top: 0 !important;
    }

    .footer-top .footer-top__item:nth-child(n + 3) {
        margin-top: 30px !important;
    }
}

@media (max-width: 480px) {
    .footer-top .footer-top__item:nth-child(n + 2) {
        margin-top: 30px !important;
    }
}
.testimonials .owl-carousel .item .quote_aside img{
    width: 150px;
    height: 150px;
}