#main-nav.nav-up {
    top: 0;
    height: 70px;
}
#main-nav .brand-logo .logo {
    transition: width .2s;
}
#main-nav.nav-up .brand-logo .logo {
    width: 84px;
    transition: width .2s;
}
#main-nav.nav-up .brand-logo {
    left: 4rem;
}
#main-nav.nav-up, #main-nav.nav-up .nav-wrapper i, #main-nav.nav-up a.button-collapse, #main-nav.nav-up a.button-collapse i {
	height: 70px;
	line-height: 70px;
}

.mobile-phone {
    display: none;
}

.align-center {
    display: block;
    margin: 0 auto;
}

#main-header .header-text {
    padding-right: 0px;
}
#main-header .header-text .header-text-images > div {
    width: 33.333%;
    float: left;
    padding: 0 15px 0 15px;
}

#main-nav.nav-up .nav-wrapper i {
    height: 45px;
    line-height: 45px;
}

.privacy-container input {
    opacity: 1 !important;
    position: relative !important;
    pointer-events: all !important;
}
.privacy-section {
    padding:150px 15px;
}
a .fa-check-circle {
    color:#FFF;
}

.overlay-loading {
    background: rgba(0,0,0,0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;

    visibility: hidden;
    opacity: 0;
}
.overlay-loading.show {
    z-index: 9999999999;
    visibility: visible;
    opacity: 1;
}

.button-call-home {
    margin-bottom: 50px !important;
    background: #1d1d1b !important;
    padding: 0.8rem 3rem !important;
    font-size: 1rem !important;
}

/*
 * Responsive
 */

@media (max-width: 1080px) {
    #copy-rights p {
        flex: auto;
    }
}

@media (max-width: 992px) {
    .header-text-images {
        margin-bottom: 30px;
        overflow: hidden;
    }

    #faq .faq-image {
        width: 100%;
        left: auto;
        max-width: 600px;
        margin: 0 auto;
        float: none;
    }
    
    #faq .collapsible-container {
        width: 100%;
        left: auto;
        max-width: 600px;
        margin: 0 auto;
        float: none;
    }

    .mobile-phone {
        display: block;
        position: absolute;
        top: -9px;
        right: 120px;
    }
    .mobile-phone .fa-phone {
        font-size: 20px;
        padding-right: 10px;
        top: 2px;
        position: relative;
    }
    .nav-up .mobile-phone {
        display: none;
    }
}

@media (max-width: 768px) {
    #main-header .header-text .header-text-images > div {
        width: 100%;
    }

    #main-header .contact-us-button {
        padding: 0.6rem 3.5rem;
        font-size: 1.10rem;
    }
}

@media (max-width:600px) {
    .mobile-phone {
        display: block;
        position: absolute;
        top:0;
        padding-top: 2.0rem;
        right: 60px;
    }
    nav .brand-logo {
        left: 4rem;
    }
}

@media (max-width: 480px) {
    .container-contacts-map {
        display: flex;
        flex-direction: column-reverse;
    }

    #footer .footer-main {
        top: auto;
        margin-bottom: auto;
    }

    #map-section,
    #map-section #map {
        height: 350px;
    }

    nav {
        height: 100px;
    }

    #main-nav .brand-logo .logo {
        width: 116px;
    }

    #footer form {
        padding: 0 !important;
    }

    .g-recaptcha > div,
    .g-recaptcha > div iframe {
        max-width: 100%;
    }
    #footer .main-section {
        width: 100%;
    }
    .very_small_hamburger svg {
        width:50px;
    }
}