body {
    font-family: 'Noah', Helvetica, sans-serif;
    font-weight: 400;
    color: #414141;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

a:hover {
    color: #ed1c24;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.container {
    max-width: 100%;
}

@media (min-width: 1260px) {
    .container {
        max-width: 1260px;
    }
}

h1, .heading {
    color: #414141;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 0;
}

h2, .h2 {
    font-size: 1rem;
    line-height: 1.2em;
    color: #414141;
    font-weight: bold;
    text-transform: none;
}

h2 a, .h2 a {
    color: #414141;
}

h3, .h3 {
    font-size: 20px;
    line-height: 1.4em;
    color: #414141;
    font-weight: bold;
    text-transform: uppercase;
}

.page-title {
    font-size: 2.25rem;
    line-height: 1.2em;
    font-weight: 800;
    margin: 0 0 25px 0;
    text-transform: uppercase;
}

.page-standard .container > h1.page-title:nth-child(1) {
    padding-top: 45px;
}

.page-standard .container .navbar-nav {
    flex-wrap: wrap;
}

@media (min-width: 1200px) {
    .page-title {
        font-size: 2.5rem;
        line-height: 1.2em;
    }
}

header {
    display: block;
    background: #FFFFFF;
    transition: all 0.5s cubic-bezier(0.125, 0.75, 0.415, 1) 0s;
    height: 110px;
    position: relative;
    z-index: 1000;
}

.navbar-toggler {
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2825, 123, 48, 1%29' stroke-linecap='straight' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-size: 100% auto;
    width: 35px;
    height: 35px;
}

@media (max-width: 991.98px) {
    .navbar-toggler {
        order: 3;
        margin: 0;
    }
}

.navbar-brand-wrap {
    text-align: center;
    display: flex;
    align-items: center;
    flex-grow: 0;
    max-width: 40%;
}

.navbar-brand {
    margin: auto auto;
}

@media (min-width: 992px) {
    .navbar-brand-wrap {
        width: 20%;
    }

    #mainMenu {
        justify-content: flex-end;
    }
}

.main-nav {
    display: flex;
    height: 100%;
    padding: 0;
}

.main-nav > .container {
    align-items: stretch;
    height: 100%;
}

.main-nav .navbar-nav {
    height: 100%;
    flex-grow: 0;
    justify-content: space-between;
}

.main-nav .nav-link {
    text-transform: uppercase;
    font-size: 1rem;
    color: #000000;
    font-weight: bold;
}

.main-nav .nav-item {
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
    margin: 0;
}

@media (max-width: 991.98px) {
    .main-nav .nav-item {
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) {
    .main-nav .nav-item {
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media (min-width: 1336px) {
    .main-nav .nav-item {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.main-nav .nav-item.nav-social {
    margin: 0;
    padding-right: 0px;
    padding-left: 13px;
}

.main-nav .nav-item.nav-social .nav-link {
    padding-left: 13px;
    padding-right: 13px;
}

@media (min-width: 1336px) {
    .main-nav .nav-item.nav-social {
        margin-left: auto;
    }
}

.main-nav .nav-item img {
    max-width: 45px;
}

#langMenu {
    flex-grow: 0;
    width: 34px;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 991.98px) {
    #mainMenu {
        position: absolute;
        top: 110px;
        left: 0;
        right: 0;
        background: #FFFFFF;
    }

    .main-nav .nav-item.active {
        background: #919191;
    }

    .main-nav .nav-item.active > .nav-link {
        color: #FFFFFF;
    }

    .dropdown-menu {
        margin-top: 0;
        border-top: 1px solid #919191;
        border-bottom: 1px solid #919191;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        width: 100%;
        text-align: center;
    }

    .nav-link[data-bs-toggle] {
        font-size: 22px;
    }

    .main-nav li:not(.active) .nav-link.dropdown-item {
        color: #919191;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .main-nav .nav-item .nav-link {
        font-size: 14px;
    }
}

.dropdown-menu {
    color: #919191;
}

.dropdown-menu-description {
    font-size: 1.25rem;
    font-weight: bold;
    display: none;
}

@media (min-width: 992px) {
    .main-nav .nav-item .nav-link {
        white-space: nowrap;
    }

    .main-nav .nav-item .nav-link span {
        padding: 10px 0;
    }

    .main-nav .nav-item.active .nav-link span {
        border-bottom: 1px solid #414141;
    }

    #langMenu {
        margin-left: 0;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: fixed;
    }

    .dropdown-menu[data-bs-popper],
    .main-nav .dropdown-menu {
        margin-top: 0;
        background: rgba(255, 255, 255, 0.88);
        border: 0px;
        border-radius: 0;
        top: 110px;
        left: 0;
        width: 100%;
        transition: opacity 1.25s;
        opacity: 0;
    }

    body:not(#page_pages-homepage) .main-nav .dropdown-menu {
        background: rgba(255, 255, 255, 1);
        padding-bottom: 74px;
    }

    body:not(#page_pages-homepage) .main-nav .dropdown-menu .dropdown-menu-description > div {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-nav .dropdown-menu.show {
        opacity: 1;
        animation: fadein 0.25s
    }

    header.affix .main-nav .dropdown-menu {
        top: 70px;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #000000;
        background: transparent;
    }

    .dropdown-menu .container {
        display: flex;
    }

    .dropdown-menu-description {
        width: 30%;
        display: block;
    }

    .dropdown-menu-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-left: 50px;
    }

    .main-nav li:not(.active) .nav-link.dropdown-item {
        color: #919191;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-description {
        width: 20%;
    }
}

#langMenu a {
    width: 25px;
    height: 25px;
    display: block;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    color: #414141;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center center;
    flex-shrink: 0;
    border-radius: 50%;
}

#langMenu a.active {
    display: none;
}

.gray-icon,
.white-icon {
    width: 27px;
    height: 27px;
    display: block;
    line-height: 27px;
    text-align: center;
    font-weight: normal;
    color: #414141;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center center;
    flex-shrink: 0;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    transition: background-color 0.25s;
    border-radius: 50%;
}

.big-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 36px;
}

.gray-icon.smaller {
    line-height: 24px;
}

.gray-icon.smaller .fa {
    font-size: 1rem;
}

.areas-item:hover .white-icon,
.white-icon:hover {
    background-color: #414141;
    color: #FFFFFF;
}

.gray-icon {
    border: 1px solid #414141;
    background-color: transparent;
    color: #414141;
}

.news-item:hover .gray-icon {
    background-color: #414141;
    color: #FFFFFF;
}

.gray-icon .fa {
    font-size: 22px;
}

@media (max-width: 991.98px) {
    #searchForm {
        display: flex;
        flex-basis: 100%;
        justify-content: center;
        margin: 20px auto;
    }

    header .nav-link.nav-search {
        display: none;
    }
}

@media (min-width: 992px) {
    header.affix {
        position: fixed;
        top: 0;
        width: 100%;
        height: 70px;
    }

    header.affix + main {
        display: block;
        padding-top: 120px;
    }

    #searchForm {
        position: absolute;
        left: -145px;
        width: 200px;
        background: #FFFFFF;
        border: 1px solid #ebebeb;
    }

    header .nav-link.nav-search {
        font-size: 20px;
    }

    .dropdown-arrow {
        display: none;
    }
}

#search-block-form {
    display: flex;
}

.gray-bg-icon,
.main-nav .social-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    background: #414141;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    margin: auto 7px;
}

.gray-bg-icon.small {
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 9px;
}

main {
    display: block;
    overflow-x: hidden;
}

.home-slide {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.home-slide .home-slide-header h1 {
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
    text-transform: none;
    line-height: 1.2em;
}

.home-slide .home-slide-header h1 a {
    color: #FFFFFF;
}

.home-slide .home-slide-header h2 {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
    text-transform: none;
    line-height: 1.2em;
    font-style: italic;
}

.home-slide .home-slide-header h2 a {
    color: #FFFFFF;
}

@media (max-width: 619.98px) {
    .home-slide img {
        height: 300px;
        max-width: 999%;
    }
}

@media (min-width: 420px) {
    .home-slide .home-slide-header h1 {
        font-size: 36px;
    }

    .home-slide .home-slide-header h2 {
        font-size: 21px;
    }
}

@media (min-width: 768px) {
    .home-slide .home-slide-header h1 {
        font-size: 36px;
    }

    .home-slide .home-slide-header h2 {
        font-size: 21px;
    }
}

@media (min-width: 1200px) {
    .home-slide .home-slide-header h1 {
        font-size: 48px;
    }

    .home-slide .home-slide-header h2 {
        font-size: 28px;
    }
}

@media (min-width: 1500px) {
    .home-slide .home-slide-header h1 {
        font-size: 60px;
    }

    .home-slide .home-slide-header h2 {
        font-size: 35px;
    }
}

.home-slide .home-slide-header {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%);
    padding: 0;
}

.btn-default {
    background: #f7941d;
    color: #FFFFFF;
    border-radius: 0;
    padding: 15px 45px;
    font-size: 1rem;
    line-height: 1em;
    font-weight: 400;
}

.mb-standard {
    margin-bottom: 30px;
}

.mb-medium {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .mb-standard {
        margin-bottom: 74px;
    }

    .mb-medium {
        margin-bottom: 50px;
    }
}

hr:not([size]),
hr {
    height: 2px;
    background: #cdcecf;
    overflow: hidden;
    width: 100%;
    opacity: 1;
}

.divider {
    position: relative;
    z-index: 1;
}

.divider hr {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
}

.divider span {
    font-size: 1rem;
    text-transform: uppercase;
    padding: 0 15px 0 0;
    background-color: #FFFFFF;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

footer .divider span {
    color: #FFFFFF;
    background: #373737;
}

footer #logo-footer {
    max-width: 193px;
}

footer {
    color: #9b9b9b;
    background: #373737;
    padding-bottom: 50px;
}

footer a {
    color: #9b9b9b;
}

footer a:hover {
    color: #FFFFFF;
}

footer h3 {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    padding: 25px 0;
}

footer .navbar {
    padding-top: 0;
}

footer ul.navbar-nav {
    flex-direction: column;
    flex-wrap: wrap;
}

footer ul.navbar-nav li {
    padding: 0 13px 10px 0;
}

footer ul.navbar-nav li a::before {
    content: '›';
    padding: 0 5px 0 0;
}

footer ul.navbar-nav li a {
    text-transform: uppercase;
}

footer .social-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    background: #FFFFFF;
    color: #414141;
    font-size: 14px;
    font-weight: normal;
    margin: auto 7px;
}

footer .social-icon:hover {
    color: #414141;
}

footer a.links {
    text-transform: uppercase;
}

.footer-contact-wrap {
}

.footer-contact-wrap > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-contacts {
    font-size: 1rem;
    display: flex;
    margin: 0 0 auto 0;
}

.footer-contacts div > a {
    text-decoration: underline;
}

.footer-contacts + .footer-contacts {
    padding-top: 25px;
    margin-top: auto;
}

.footer-contacts i {
    color: #FFFFFF;
    font-size: 1rem;
    padding-top: 3px;
    margin-bottom: 20px;
    width: 25px;
}

.footer-contacts i.fa-map-marker {
    font-size: 18px;
}

@media (min-width: 1260px) {
    .footer-col-left {
        padding-right: 22px;
    }

    .footer-col-right {
        padding-left: 22px;
    }
}

.footer-links {
    font-weight: bold;
    margin: 10px 0 20px 0;
}

.copyright {
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 600;
}

.areas .container {
    margin-bottom: -35px;
}

.areas .areas-item {
    margin-bottom: 35px;
}

.areas .areas-item a {
    display: block;
    position: relative;
    font-size: 1.25rem;
    font-weight: 800;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1.2em;
}

.areas .areas-item a img {
    width: 100%;
}

.areas .areas-item a span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    padding: 0 55px 0 25px;
}

.areas .areas-item a span i {
    position: absolute;
    bottom: 0;
    right: 20px;
}

@media (min-width: 1260px) {
    .areas {
        margin-left: -35px;
        margin-right: -35px;
    }

    .areas .areas-item {
        padding-left: 35px;
        padding-right: 35px;
    }
}

.experts-talk {
    min-height: 300px;
    background: url("../images/buildings_bg.jpg") no-repeat center center;
    background-size: auto 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.875rem;
    color: #FFFFFF;
    position: relative;
}

#experts .item {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

#experts h3 {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    position: relative;
    font-size: 1rem;
    color: #FFFFFF;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 800;
    padding-right: 50px;
}

#experts h3.position {
    left: 15%;
    font-style: italic;
    text-transform: none;
    font-weight: 400;
    font-size: 0.875rem;
}

#experts .item img {
    border-radius: 50%;
    border: 5px solid #63908f;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #experts h3.position {
        top: 100%;
        transform: translateY(-150%);
    }
}
@media (min-width: 992px) {
    #experts h3 {
        top: 50%;
    }
}

@media (max-width: 1000px) {
    #experts img {
        width: auto;
        max-height: 150px;
    }
}

@media (max-width: 767.98px) {
    #experts h3 {
        left: 0;
    }

    #experts .position-wrap {
        display: flex;
        align-items: center;
    }
    #experts .title-wrap {
        padding-top: 15px;
    }

}


.photo {
    position: relative;
    padding: 0 0 58.5% 0;
    overflow: hidden;
    display: block;
    width: 100%;
    background: #666666;
}

.photo img {
    position: absolute;
    width: 100%;
}

.news-list .row {
    align-items: stretch;
}

.news-list > .container {
    margin-bottom: -25px;
}

.news-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.news-category {
    display: inline-block;
    color: #939598;
    font-size: 0.625rem;
    font-style: italic;
    padding: 0 0 8px 0;
    flex-grow: 0;
    flex-shrink: 0;
}

.news-category span {
    background: #e6e7e8;
    padding: 3px 5px;
    display: inline-block;
}

.news-list-item .photo {
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0;
}

.news-item .news-data {
    background: #eeeeee;
    padding: 10px 25px 13px 25px;
    flex-grow: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-item h2 {
    margin: 0 0 auto 0;
    padding-bottom: 7px;
}

.news-date,
.news-location {
    font-size: 0.6rem;
    line-height: 1em;
    color: #414141;
    padding: 0px 0 0 25px;
    position: relative;
    display: flex;
    min-height: 22px;
    align-items: center;
    margin: auto 0 7px 0;
}

.news-location::before {
    content: "\f041";
    font-family: FontAwesome;
    font-size: 22px;
    line-height: 1em;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}

.news-date {
}

.news-date::before {
    content: "\f073";
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 1em;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}

.news-item .icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.news-item h2 {
    font-size: 0.75rem;
    line-height: 1.2em;
    color: #414141;
    font-weight: 400;
    text-transform: uppercase;
}

.menu_lvl1 {
    border-bottom: 1px solid #eeeeee;
}

.menu_lvl1 .navbar-nav {
    margin-left: -10px;
    margin-right: -10px;
}

.menu_lvl1 .navbar-nav li {
    padding: 0;
}

.menu_lvl1 .navbar-nav li a.nav-link {
    color: #414141;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 0 0px 3px 0px;
    margin: 0 10px;
}

.menu_lvl1 .navbar-nav li.active a {
    border-bottom: 1px solid #414141;
}

.page-content {
    font-size: 1rem;
    line-height: 1.25em;
}

.page-content p {
    margin: 0 0 25px 0px;
}

.page-content ul {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
}

.page-content ul li {
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
    position: relative;
}

.page-content ul li::before {
    content: '→';
    font-weight: bold;
    position: absolute;
    top: 2px;
    left: 0px;
}

.page-content ol {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
    border-left: 1px solid #414141;
    position: relative;
}

.page-content ol li {
    margin: 0 0 20px 0;
    padding: 0 0 0 25px;
    position: relative;
}

.page-content ol::after,
.page-content ol li::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #414141;
    position: absolute;
    top: 0px;
    left: -10px;
}

.page-content ol::after {
    top: auto;
    bottom: 0;
}

.page-content blockquote {
    background: #eeeeee;
    padding: 30px;
}

@media (min-width: 520px) {
    .page-content blockquote {
        float: left;
        width: 47%;
        margin-left: 3%;
    }

    .page-content blockquote ~ div br:first-of-type {
        display: none;
    }

    .page-content blockquote:last-of-type ~ div::before {
        content: '';
        display: block;
        clear: both;
    }
}

@media (min-width: 520px) and (max-width: 919.98px) {
    .page-content blockquote:nth-of-type(odd) {
        margin-left: 0;
    }
}

@media (min-width: 920px) {
    .page-content blockquote {
        float: left;
        width: 22%;
    }

    .page-content blockquote:first-of-type {
        margin-left: 0;
    }
}

input[type=checkbox] {
    visibility: hidden;
    width: 0;
    position: absolute;
}

input[type=checkbox] + label {
}

.navbar-library li a.nav-link span::before,
input[type=checkbox] + label::before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 1px solid #414141;
    margin-right: 10px;
    text-align: right;
    line-height: 9px;
    border-radius: 50%;
    font-size: 10px;
}

.navbar-library li a.active span::before,
input[type=checkbox]:checked + label::before {
    content: '✓';
    background-color: #414141;
    color: #FFFFFF;
}

.subpage_team .menu_lvl1.mb-medium {
    margin-bottom: 20px;
}

.page-image img {
    width: 100%;
}

.filters {
    margin-bottom: 30px;
}

.filters label {
    margin-left: 30px;
}

.filters label:first-of-type {
    margin-left: 0px;
}

.filters {
    font-size: 0.875rem;
}

.team-members {
    align-items: stretch;
}

.team-members .item {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.team-members .item .team-photo {
    display: block;
    padding: 0 20px 0 20px;
    margin-bottom: 10px;
    text-align: center;
    width: 220px;
}

.team-members .item .team-photo img {
    display: block;
    border-radius: 50%;
    width: 100%;
}

.team-members .item h2 {
    margin: 0;
}

.team-members .item .description {
    text-align: center;
    line-height: 1.25em;
    max-height: 140px;
    overflow: hidden;
    margin: auto 0 0 0;
    justify-self: flex-end;
    padding: 15px 0 0 0;
}

.team-members .item .gray-bg-icon {
    margin: auto 0 0 0;
    justify-self: flex-end;
}

.team-members .item .position {
    font-size: 0.75rem;
    margin: 5px 0 0 0;
    padding: 0 0 15px 0;
}

.col-lg-team-custom {
    text-align: center;
}
@media (min-width: 1336px) {
    .team-members .col-lg-team-custom {
        width: 20%;
    }

    .team-members .col-lg-team-custom-rest {
        width: 80%;
    }

    .team-members {
        margin-left: -16px;
        margin-right: -16px;
    }

    .team-members .item {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.team-members .item .more {
    margin: 10px auto 0 auto;
    display: block;
    text-align: center;
    color: #414141;
}

.area-info {
    background: #e6e7e8;
}

.area-info-description {
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.area-info-description a:last-of-type {
    display: block;
    text-align: right;
    font-weight: bold;
    color: #414141;
}

.area-info-description a:last-of-type::after {
    content: '→';
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    color: #414141;
    border: 1px solid #414141;
    border-radius: 50%;
    margin-left: 15px;
    text-align: center;
    font-size: 22px;
}

.area-info-image {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: hidden;
}

.area-info-image img {
    position: relative;
    height: 100%;
    max-width: 1000%;
    width: auto;
}

@media (min-width: 992px) {
    /*
    .area-info-image {
        padding-right: 9%;
    }
    */
    .area-info-image img {
        position: relative;
        height: 100%;
        max-width: 1000%;
        width: auto;
        z-index: 1;
    }

    .area-info-image::after {
        content: '';
        display: block;
        position: absolute;
        width: 9%;
        height: 100%;
        background: #e6e7e8;
        z-index: 2;
        right: 0;
        top: 0;
    }

    .area-info-description {
        padding-left: 0;
        padding-right: 30px;
    }
}

.selected-tags {
    font-size: 0.75rem;
    color: #939598;
    padding-left: 15px;
    margin-bottom: 30px;
}

.filters + .selected-tags {
    margin-top: -30px;
}

.selected-tags a {
    color: #939598;
}

.selected-tags .item:not(.active) {
    display: none;
}

.selected-tags .item {
    margin-right: 25px;
}

.selected-tags .item::after {
    content: 'x';
    margin-left: 5px;
    font-size: 1rem;
}

.news-detail::after {
    content: '';
    clear: both;
    display: block;
}

.news-detail .news-photo {
    display: inline-block;
    position: relative;
    width: auto;
    margin: 0 0 30px 0;
}
@media(min-width: 768px) {
    .news-detail .news-photo {
        float: left;
        max-width: 50%;
        margin: 0 36px 30px 0;
    }
}

.news-detail .news-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0px;
}
.news-detail .news-meta a {
    color: #000000;
}
.news-detail .news-authors a {
    margin: 0 10px 0 0;
}
.news-detail .news-authors img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 10px 0 0;
}
.news-detail .news-photo .news-meta,
.news-detail .news-photo .news-meta .news-date,
.news-detail .news-photo .news-meta .news-location,
.news-detail .news-photo .news-meta a {
    color: #FFFFFF;
}
.news-detail .news-meta > *:last-child i {
    display: none;
}

.news-detail .news-photo .news-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #FFFFFF;
    background: rgba(65, 65, 65, 0.86);
    padding: 15px 15px;
    justify-content: space-between;
}

.news-detail .news-meta .news-date {
    margin: 0 5px 0 0;
    font-size: 1rem;
    padding: 0;
}
.news-detail .news-meta div + .news-date {
    margin-left: auto;
}
.news-detail .news-photo .news-meta .news-date {
    margin: 0 0 0 auto;
    padding: 0px 0 0 25px;
}
.news-detail .news-meta .news-date ~ * i {
    content: ', ';
}

.news-detail .news-meta .news-location {
    margin: 0 0 0 0;
    font-size: 1rem;
    padding-left: 0;
}

.news-detail .news-meta .news-location ~ * i::before {
    content: ', ';
}

.news-detail .news-meta .news-location::before,
.news-detail .news-meta .news-date::before {
    display: none;
}

.news-detail .news-content blockquote {
    background: #ebebeb;
    padding: 15px 20px;
}

.news-detail a.btn {
    text-transform: uppercase;
    border: 1px solid #FFFFFF;
    border-radius: 0;
}

.news-detail a.btn:hover {
    background-color: #ffffff;
    color: #414141;
}

.news-authors {
    display: inline-block;
}

.news-authors a {

}

.contact-info-wrap {
    /*background: #e6e7e8;*/
}

.contact-info-wrap a {
    color: #414141;
}

.contact-info-wrap a:hover {
    color: #ed1c24;
}

.btn-primary {
    background-color: #414141;
    border-color: #414141;
}

.btn-primary:hover {
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.contact-form label {
    color: #414141;
    font-size: 1.05rem;
    font-weight: 600;
}

.contact-form input[type=text],
.contact-form input[type=email] {
    height: 2rem;
    padding: 1.5rem 1rem;
    border-radius: unset;
}

.contact-form textarea {
    padding: 1rem;
    border-radius: unset;
    resize: none;
}

.contact-form select {
    padding: 0.85rem 1rem;
    border-radius: unset;
}

.contact-form input[type=submit] {
    border-radius: unset;
    font-weight: 600;
    font-size: 1.05rem;
    color: #ffffff;
}

.contact-form input[type=checkbox] {
    visibility: visible;
    width: auto;
    position: revert;
}

textara {
    resize: none;
}

.project-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.project-item h2,
.building-item h2 {
    min-height: 32px;
    line-height: 1em;
    font-weight: normal;
    color: #919191;
}

.project-item h2 a {
    text-transform: uppercase;
    color: #919191;
}

.project-item p a {
    color: #414141;
}

.project-item p,
.building-item p {
    padding: 5px 0;
    text-shadow: 0 0 1px #919191;
    font-size: 0.80rem;
    line-height: 0.90rem;
}

.project-box {
    border: 1px solid #e6e7e8;
    padding: 15px;
    width: 100%;
    height: 100%;

    color: #414141;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

.project-logo img {
    max-height: 120px;
    width: auto;
}

.project-logo {
    height: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}

.file-item .icon,
.project-box .icon,
.project-news-item .news-data .icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.project-inner {
    max-height: 120px;
    width: auto;
    margin-bottom: 2em;
}

.project-gallery {
    height: 300px;
    background: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.875rem;
    color: #FFFFFF;
    position: relative;
}

.project-gallery div a img {
    max-width: 90%;
}

.project-news-item,
.building-item,
.file-item {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 25px;
}

.project-news-item .news-date,
.project-news-item .news-location {
    font-size: 1rem;
    line-height: 1em;
    color: #919191;
    padding: 0;
    position: relative;
    display: flex;
    min-height: 22px;
    align-items: center;
    margin: auto 0 7px 0;
}

.project-news-item .news-location::before,
.project-news-item .news-date::before {
    content: none;
}

.project-news-item .news-data,
.building-item .news-data,
.file-item .news-data {
    border: 1px solid #e7e7e7;
    border-top: none;
    position: relative;
    padding: 10px 15px 15px 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.project-news-item a.photo {
    background: #e7e7e7;
}

.file-item .news-data {
    border: 1px solid #e7e7e7;
    padding: 25px;
    overflow: hidden;
}

/*
.file-item .news-data:after {
    content: "";
    display: block;
    padding-top: 50%;
    float: left;
}
*/
.files-list .news-data {
    min-height: 200px;
    max-width: 285px;
}

.bulletin-item .news-data,
.file-item .news-data a {
    color: #414141;
    text-transform: uppercase;
    text-shadow: 0 0 1px #919191;
    /* min-height: 100%; */
    width: 100%;
}

.bulletin-item .news-data {
    background: #638f8e;
    color: #ffffff;
}

.bulletin-item .news-data a {
    color: #ffffff;
}

.bulletin-item .news-data span,
.bulletin-item .news-data a span {
    color: #aac0be;
}

.file-item .icon {
    font-size: 1.5em;
    bottom: 25px;
    right: 20px;
}

.file-item .issue {
    position: absolute;
    font-size: 3em;
    bottom: 0px;
    left: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .file-item .icon {
        bottom: 15px;
        right: 15px;
    }

    .file-item .issue {
        font-size: 1.5em;
        bottom: 10px;
    }
}


.navbar-library {
    padding: 1em 0;
}

.menu_lvl1 .navbar-library li a.nav-link {
    font-size: 0.95rem;
    text-transform: none;
    font-weight: normal;
    color: #414141;
}

.filters .menu_lvl1 .navbar-library li a.nav-link {
    color: #000000;
}

.navbar-library li a.nav-link span::before {
    margin-right: 5px;
}

ul.library-files {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.library-files li {
    width: 100%;
    min-height: 3rem;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 20px 40px 30px 0;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    line-height: 1.5rem;
}

ul.library-files li a {
    width: 100%;
    color: #000000;
    text-shadow: 0 0 1px #919191;
}

ul.library-files li a small {
    font-size: 0.9rem;
    line-height: 0.95rem;
    color: #919191;
}

ul.library-files li a:hover span {
    text-decoration: underline;
}

ul.library-files li a:hover .icon {
    color: #FFFFFF;
    background: #000000;
}

ul.library-files li .icon {
    position: absolute;
    top: 50%;
    right: 0;
    float: right;
    margin-top: -15px;
    font-size: 0.8rem;
}

ul.library-files li a p {
    width: 100%;
}

#dropdownTags {
    border-radius: unset;
    background: #e6e7e8;
    color: #939598;
}

#dropdownTags:focus {
    box-shadow: none;
}

form#projects_filter {
    width: 100%;
    padding: 20px;
    border-radius: unset;
}

form#projects_filter input[type=submit] {
    border-radius: unset;
    border: none;
    margin-right: 20px;
    padding: 5px 10px;
    font-size: 0.85rem;
    text-transform: uppercase;
}

form#projects_filter label,
form#projects_filter a {
    color: #000000;
    cursor: pointer;
}

form#projects_filter a {
    font-size: 0.6rem;
    text-transform: uppercase;
    text-decoration: underline;
}

#selected-projects {
    padding: 0;
    margin: 0 0 20px 0;
    min-height: 25px;
}

#selected-projects span {
    margin-right: 20px;
    font-style: italic;
}

#selected-projects a {
    border: 1px solid #ebebeb;
    padding: 3px;
}

figure.image-style-align-left {

}

figure.image-style-align-center {

}

figure.image-style-align-right {

}

table#useful-links h2 {
    color: #000000;
    padding-top: 10px;
}

table#useful-links a {
    color: #919191;
    text-decoration: underline;
    padding-bottom: 1em;
}

table#useful-links td .row:last-child {
    margin-bottom: 1em;
}

table#useful-links td:first-child {
    width: 50px;
}
label[for=tag6] {
    color: #63908f;
}
input#tag6 + label::before {
    border-color: #63908f;
}
input#tag6:checked + label::before {
    background-color: #63908f;
}

.file-regular {
    margin: 0 0 15px 0;
}
.file-regular a {
    color: #414141;
}
.page-link {
    color: #414141;
}
.page-item.active .page-link {
    background-color: #414141;
    border-color: #414141;
}
.more_line {
    display: block;
    background: #e6e7e8;
    padding: 10px 20px;
    text-align: right;
}
.more_link {
    font-weight: bold;
    color: #414141;
    display: inline-block;
}

.more_link::after {
    content: '→';
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    color: #414141;
    border: 1px solid #414141;
    border-radius: 50%;
    margin-left: 15px;
    text-align: center;
    font-size: 22px;
}
.owl-theme .owl-nav {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    display: flex;
    justify-content: space-between;
    height: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #FFFFFF;
    color: #414141;
    text-decoration: none;
}
.owl-theme .owl-nav [class*="owl-"] {
    background: transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 40px;
    transform: translateY(-50%);
}
.owl-theme .owl-nav .owl-prev {
    margin: 0 auto 0 0;
}
.owl-theme .owl-nav .owl-prev::after {
    content: '←';
    font-size: 25px;
}
.owl-theme .owl-nav .owl-next {
    margin: 0 0 0 auto;
}
.owl-theme .owl-nav .owl-next::after {
    content: '→';
    font-size: 25px;
}
@media(max-width: 419px) {
    .owl-theme .owl-nav [class*="owl-"] {
        width: 30px;
        height: 30px;
        line-height: 20px;
    }
}
@media(min-width: 1400px) {
    .owl-theme .owl-nav {
        left: -60px;
        right: -60px;
        width: auto;
   }
}

.team-photo + .gray-bg-icon {
    display: block;
    margin: 20px auto;
}
@media(max-width: 419px) {
    .copyright .links {
        display: block;
        margin: 15px 0;
    }
}
