.nav-container img:not(.wpml-ls-flag) {
    width: 80px;
}

.site-footer .footer-container {
    max-width: 1400px;
    margin: auto;
    justify-content: center;
}


footer .footer-container {
    display: flex;
    flex-wrap: wrap;
}



footer .logo img {
    width: 150px;
}

.site-footer .footer-container section {
    width: 17%;
    flex-grow: 1;
}

footer .last-section {
    width: 17%;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
}

footer .last-section section {
    width: 40%;
    flex-grow: 1;
}

.site-footer .footer-container .footer-col {
    overflow: visible;
    height: 30%;
}

.site-footer .footer-container .footer-col .sert {
    margin-top: 20px;
    max-width: 200px;
    height: 158px;
    width: auto;
}

footer .email-newsletter {
}

footer .email-newsletter img {
    width: 100%;
    margin-top: 16px;
}

footer a {
    cursor: pointer;
}

footer a:hover {
    font-weight: 900 !important;
}

.title-row .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.title-row .container a {
    font-size: 20px;
    text-decoration: none;
    color:black;
    cursor: pointer;
}

.title-row .container a:hover {
    color: #004FA3;
    border-bottom: 1px solid #004FA3;
}



.tel-link p {
    white-space: nowrap;
}

.hero-container .hero-left {
    width: calc(44% - 20px);
}

.hero-container .contact-hero {
    width: calc(43% - 20px);
}

.section_with_iframe_content iframe {
    height: 500px;
    max-width: 800px;
    width: 100%;
    position: relative !important;
    margin-left: -50px;
}

.articles .article {
    margin-bottom: 25px;
    min-height: unset;
    background-repeat: no-repeat;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-transition-timing-function: cubic-bezier(0, .9, .43, .84);
    transition-timing-function: cubic-bezier(0, .9, .43, .84);
    background-size: cover;
    background-position: 50%;
    width: 100%;
    color: #76bc21;
    text-decoration: none;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1.4em;
    text-align: center;
    display: block;
    -webkit-box-align: unset;
    align-items: unset;
    -webkit-box-pack: unset;
    justify-content: unset;
}

.articles .overlay {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 80%;
    left: 10%;
}


.content_block.section_with_img_content {
    margin-top: 0;
    margin-bottom: 0;
}

.section_with_img_content h1 {
    margin-top: 100px;
}


.anchor-links {
    margin: 70px auto;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 900;
}

.anchor-links a {
    color: black;
    text-decoration: none;
}
.anchor-links a:hover {
    text-decoration: underline;
}


@media only screen and (min-width: 1300px) {
    .form iframe {
        margin-left: -20%;
    }
}
@media only screen and (max-width: 900px) {
    .hero-container .hero-left, .hero-container .contact-hero {
        width: 100%;
    }

    .ingress-article {
        width: 100%;
    }

    .ingress-article h1 {
        font-size: 24px;
    }

    .site-footer .footer-container section {
        width: 100%;
    }

    .title-row .container {
        width: 78%;
        margin: auto;
    }

    .title-row .container div {
        width: 50%;
    }

    .section_with_iframe_content iframe {
        max-width: 340px;
    }

    .iframeOverlay {
        max-width: 300px;
    }

    .iframeOverlay {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 10;
        top: 0;
        left: 0;
    }

    .anchor-links {
        max-width: 85%
    }
    .anchor-links a {
        width: 100%;
    }

}
@media (min-width: 0px) and (max-width: 479px) {
    .footer-container .col-hide-xs {
        display: block !important;
    }
}


.wpml-ls  {
    display: none;
}