input:checked + .radio-oval {
    border-width: 3px;
    border-color: #407ec9;
}

.general-nav-links-container ul {
    display: flex;
}

.general-nav-links-container ul li {
    list-style: none;
}

.general-nav-links-container ul li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;

    line-height: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    .mobile-menu.w-nav-button {
        display: none !important;
    }

    .mobile-header--homepage {
        position: fixed;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        z-index: 999;
        display: block;
        width: 100vw;
        height: auto;
    }

    .mobile-header-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .menu-bottom-background {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 60px;
        height: 60px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 15px;
        padding-right: 0px;
        padding-bottom: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        border-radius: 100%;
        background-color: #fff;
        box-shadow: 0 6px 12px 1px rgba(0, 0, 0, 0.08);
    }

    .icon-menu-burger-close {
        display: none;
    }

    .menu-bottom-container {
        position: fixed;
        left: auto;
        top: 15px;
        right: 15px;
        bottom: auto;
        z-index: 999;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .menu-bottom-links-container {
        position: fixed;
        left: auto;
        top: 85px;
        right: 15px;
        bottom: auto;
        z-index: 2;
        display: none;
        width: 250px;
        margin-bottom: 5px;
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        background-color: #fff;
    }

    .menu-bottom--links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        background-color: #fff;
    }

    .menu-bottom-page-link {
        color: #1c1d1e;
        font-size: 13px;
        line-height: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .menu-bottom--links li {
        list-style: none;
    }

    .menu-bottom--links a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        color: #1c1d1e;
        font-size: 13px;
        font-weight: 500;
        text-align: right;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
        padding-right: 30px;
    }

    .text-block-bottom-menu {
        padding-right: 30px;
    }

    .dark-overlay {
        position: fixed;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: 1;
        display: none;
        width: 100vw;
        height: 100vh;
        padding-right: 0px;
        padding-bottom: 0px;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .menu-bottom--languages {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-right: 20px;
        padding-bottom: 0px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .menu-bottom--social-networks {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-right: 20px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .bottom-social-net {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 50px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: url('../images/facebook_icon.svg');
        background-position: 50% 50%;
        background-size: 22px;
        background-repeat: no-repeat;
    }

    .bottom-social-net.instagram {
        background-image: url('../images/instagram_icon.svg');
        background-position: 50% 50%;
        background-size: 22px;
    }

    .bottom-social-net-icon {
        display: none;
        width: 24px;
    }

    .bottom-text-language {
        color: #1c1d1e;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .bottom-language-link {
        padding: 5px 10px;
        color: #1c1d1e;
        font-size: 13px;
        text-decoration: none;
    }

    .bottom-language-text {
        color: #1c1d1e;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .bottom-language-text.active {
        color: #1c1d1e;
    }

    .language-switcher-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.menu-bottom-background.open img:nth-child(1) {
    display: none !important;
}

.menu-bottom-background.open img:nth-child(2) {
    display: block !important;
}

.mobile-header--homepage .dark-overlay.open {
    display: block !important;
    opacity: 1 !important;
}

.mobile-header--homepage .menu-bottom-links-container.open {
    display: block !important;
    opacity: 1 !important;
}

.x1 {
    grid-column-start: span 2;
}

.x2 {
    grid-column-start: span 1;
}

.project-photos + .project-photos {
    margin-top: 60px;
}

@media screen and (max-width: 479px) {
    .project-photos + .project-photos {
        margin-top: 20px;
    }

    .grid-3-in-a-row {
        grid-row-gap: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .grid-3-in-a-row .gallery-lightbox {
        grid-column-start: span 3;
    }
}

.footer-container .language-switcher-wrapper ul {
    display: flex;
    padding: 0!important;
}

.footer-container .language-switcher-wrapper li {
    list-style: none;
}

.footer-container .language-switcher-wrapper span,
.footer-container .language-switcher-wrapper a {
    color: #1c1d1e;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-bottom--languages ul {
    display: flex;
}
.menu-bottom--languages ul li{
    list-style: none;
}
.menu-bottom--languages ul li a,
.menu-bottom--languages ul li span{
    color: #1c1d1e;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    width: 35px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-section{
    overflow: hidden;
}

.text-field-form.invalid,
.text-field.invalid{
    border-bottom-color: red!important;
}

.error-message{
    border: 1px solid red!important;
    margin-top: 50px!important;
}
.success-message{
    border-radius: 6px!important;
    border: 1px solid green!important;
    padding: 10px!important;
    width: 100%!important;
    margin-top: 50px!important;
}