body{
    overflow-x: hidden;
}

.row {
    margin-left: -20px;
    margin-right: -20px;
}
.extended-description {
    width: 100%;
}

/* PŘIDÁNÍ E-MAILOVÉ ADRESY DO HLAVIČKY WEBU */

@media screen and (min-width: 1200px){
    .top-navigation-bar .project-email {display: inline-block;font-size: 16px;font-weight: bold;margin-left: 24px;color: var(--color-primary);}
    a.project-email::before {content: '\e910';font-size: 16px;}
}
@media screen and (min-width: 360px) and (max-width: 767px){
    .top-navigation-contacts{display: block !important;}
    .top-navigation-contacts .project-phone{display: none !important;}
    .top-navigation-contacts .project-email{display: block !important;position: absolute;right: 164px;top: 15px;color: #A3A3AF;}
    a.project-email::before {content: '\e910';}
    .top-navigation-contacts .project-email span{display: none;}
}

.top-navigation-bar, .top-navigation-menu, .top-navigation-contacts {
    background: #f2eee8;
}

.top-navigation-bar-menu li::before {
    color: #bfbbb9;
}