@media (min-width: 1200px){
#footer_links .footer_links_sub > li {
    width: 100%;
    display: flex;
}}
@media (min-width: 757px){
#footer_links .footer_links {
    flex-basis: 20% !IMPORTANT;
}
}
@media (min-width: 979px){
.search_description.--top .search_description__wrapper, .search_description.--top .search_categoriesdescription_next, .search_description.--top .hide_description {
    max-width: 100%;
}}

.list-b {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 50px;
    padding: 0;
    line-height: 1.4;
}

.list-b li {
    position: relative;
    z-index: 2;
    width: 50%;
    margin-bottom: 10px;
    padding-top: 9px;
    padding-left: 85px;
    border-left: 80px solid rgba(0,0,0,0);
}

.module-aside {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 50px 0px;
    align-items: center;
    justify-content: center;
}

.module-aside > *:first-child {
    flex-grow: 3;
    flex-basis: 0;
}

.right-image-aside .inner {
    order: 0;
    border-left: 0;
}

.left-image-aside .inner {
    order: 1;
    border-left: 60px solid rgba(0,0,0,0);
}

.three-column-flex-grid-container {
    display: flex;
    justify-content: space-between;
}

.three-column-flex-grid-container .single-flex-column {
    width: 25%;
    text-align: center;
}

.three-column-flex-grid-container .single-flex-column .paragraph-box {
    text-align: justify;
}

.projector_page .longdescription iframe { max-height: 350px; height: 332px; width: 49%; margin: 10px 0; max-width: 100% !important; border-style: none; }

@media only screen and (max-width: 760px) { 
    
    .projector_page .longdescription iframe { width: 100%;  }
    
}

#menu_regulations{
    display: none!important;
}