﻿.top-bar {
    background: #00baf2;
    color: #fff;
    font-size: 16px;
    padding: 0;
}

    .top-bar .slogan {
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .top-bar .info-top a {
        color: #fff;
    }

    .top-bar .info-top .fa-phone {
        margin-right: 5px;
    }
 

.topbar-inner {
    min-height: 44px;
    gap: 14px;
}

.topbar-link {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0 10px 0 6px;
    transition: color 0.2s;
    white-space: nowrap;
}

    .topbar-link .fa-phone {
        margin-right: 5px;
    }

    .topbar-link:hover {
        color: #ffe082;
    }

.topbar-divider {
    width: 1.5px;
    height: 22px;
    background: #fff;
    display: inline-block;
    margin: 0 0px;
    opacity: 0.7;
    vertical-align: middle;
}
.vimc-main-header {
    background: #0456a0;
    padding: 0;
}

.vimc-flex-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px !important;

    min-height:unset !important;
}

.vimc-logo-group {
    display: flex;
    align-items: center;
    gap: 16px;
}

.vimc-logo {
    height: 58px;
    width: auto;
    background: none;
    border-radius: 0;
    box-shadow: none;
    display: block;
}

.vimc-title-group {
    border-left: 2px solid white;
    padding-left: 16px;
    margin-left: 10px;
}

.vimc-title {
    font-size: 23px;
    font-weight: 700;
    color:white;
    text-transform: uppercase;
    line-height: 1.1;
}

.vimc-slogan {
    font-size: 14px;
    color: white;
    margin-top: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.vimc-qr-block {
    padding: 0 32px;
}

.vimc-qr {
    width: 64px;
    height: 64px;
    border: 2px solid #01b0f1;
    border-radius: unset !important;
    background: #fff;
    object-fit: cover;
}

.vimc-social-group {
    display: flex;
    align-items: center;
    gap: 14px;
}

    .vimc-social-group a {
        color: #fff;
        font-size: 23px;
        transition: 0.2s;
        text-align: center;
    }

        .vimc-social-group a:hover {
            color: #ffe082;
        }

 
@media (max-width: 900px) {
    .vimc-flex-header {
        flex-direction: column;
        gap: 16px;
        min-height: unset;
        padding: 16px 0;
    }

    .vimc-logo-group, .vimc-qr-block, .vimc-social-group {
        justify-content: center;
    }

    .vimc-title {
        font-size: 17px;
    }

    .vimc-title-group {
        padding-left: 10px;
        margin-left: 7px;
    }

    .vimc-qr-block {
        padding: 0;
    }
}
.vimc-footer {
    background: #03a9f4;
    color: #fff;
    width: 100vw;
    min-width: 100%;
    padding: 38px 0 0 0;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow-x: hidden;
    font-size: 16px;
}

.vimc-footer-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 32px 24px 32px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 46px;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.footer-info-block {
    flex: 1 1 370px;
    min-width: 300px;
    max-width: 420px;
}

.footer-logo-row {
    display: flex;
    align-items: flex-start;
    gap: 19px;
    position: relative;
}

 

.footer-title-group {
    border-left: 3px solid #fff;
    padding-left: 16px;
    margin-left: 0;
}

.footer-title {
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 1px;
}

.footer-slogan {
    font-size: 16px;
    color: #b8eaff;
    font-weight: 400;
    margin-top: 6px;
    text-transform: uppercase;
    line-height: 1.1;
}

.footer-qr-img {
    width: 78px;
    height: 78px;
   
    border: 4px solid #fff;
    background: #fff;
    object-fit: cover;
    margin-left: 25px;
    margin-top: 4px;
    box-shadow: 0 2px 10px #0070bb27;
}

.footer-contact-block {
    flex: 1 1 330px;
    min-width: 320px;
    max-width: 420px;
    margin-top: 10px;
}

.footer-col-title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 15px;
}

    .footer-contact-list i {
        margin-right: 11px;
        min-width: 18px;
        text-align: center;
        color: #fff;
        opacity: 0.87;
    }

    .footer-contact-list a {
        color: #eaf7ff;
        text-decoration: underline;
        font-weight: 400;
    }

.footer-map-block {
    flex: 1 1 380px;
    min-width: 300px;
    max-width: 420px;
}

.footer-map-box {
    position: relative;
    min-height: 168px;
}

.footer-map {
    width: 100%;
    height: 178px;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 4px 22px 0 rgba(50,100,200,0.17);
    margin-top: 3px;
}

.vimc-footer-copyright {
    background: transparent;
    border-top: 1px solid rgba(255,255,255,0.16);
    margin-top: 22px;
    padding: 15px 0 0 0;
    font-size: 15px;
    color: #eaf7ff !important;
}

@media (max-width: 1100px) {
    .vimc-footer-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        max-width: 99vw;
        padding: 0 10px 22px 10px;
    }

    .footer-info-block,
    .footer-contact-block,
    .footer-map-block {
        max-width: 100%;
        min-width: unset;
        width: 100%;
        margin-bottom: 18px;
    }

    .footer-logo-row {
        gap: 14px;
    }

    .footer-qr-img {
        margin-left: 18px;
    }
}

@media (max-width: 700px) {
    .footer-title {
        font-size: 16px;
    }

    .footer-logo-img {
        width: 60px;
    }

    .footer-qr-img {
        width: 50px;
        height: 50px;
    }

    .footer-title-group {
        padding-left: 8px;
    }

    .footer-map {
        height: 120px;
    }

    .vimc-footer-inner {
        padding: 0 5px 18px 5px;
    }
}
.vimc-footer-copyright {
    background: #fff;
    color: #6a7b8a;  
    border-top: 1px solid #edf0f4;
    margin-top: 0;
    padding: 12px 0 5px 0;
    font-size: 15px;
    font-weight: 400;
    box-shadow: 0 -2px 18px 0 #eaeaea4a;  
    letter-spacing: 0.01em;
}

    .vimc-footer-copyright a {
        color: #1ca4ec;
        text-decoration: underline;
        font-weight: 400;
    }

.footer-logo-divider {
    width: 2px;
    height: 56px;
    background: #fff;
    opacity: 0.7;
    margin: 0 22px 0 8px;
    border-radius: 2px;
    align-self: center;
    display: inline-block;
}

@media (max-width: 700px) {
    .footer-logo-divider {
        height: 36px;
        margin: 0 10px 0 4px;
    }
}
.footer-logo-row {
    display: flex;
    align-items: center;
    gap: 0; 
}

.footer-logo-img {
    width: 90px;
   max-width:100%;
}
.footer-logo-img {
    height: 70px;  
    width: auto;
    object-fit: contain;
    display: block;
    background: transparent !important;  
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.footer-logo-divider {
    width: 2px;
    height: 56px;
    background: #fff;
    opacity: 0.7;
    margin: 0 20px 0 12px;
    border-radius: 2px;
    align-self: center;
    display: block;
}

@media (max-width: 700px) {
    .footer-logo-divider {
        height: 36px;
        margin: 0 8px 0 4px;
    }
}
.footer-logo-img {
    max-width: 110px;  
    height: auto;  
    object-fit: contain; 
    display: block;
    background: #fff;
 
   
}
.vimc-navbar-container {
    width: 100%;
    background: #fff;
    border-bottom: 2px solid #0186d7;
    position: relative;
    z-index: 10;
    padding: 0;
    min-height: 60px;
}

.vimc-navbar-center {
    flex: none;
    display: flex;
    gap: 30px;
    align-items: center;
    margin: 0 auto;
}

.vimc-navbar-right {
    flex: none;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: 28px;
}

    .vimc-navbar-right .nav-link {
        padding-left: 14px;
        padding-right: 10px;
    }

    .vimc-navbar-center .nav-link,
    .vimc-navbar-right .nav-link {
        font-size: 18px;
        font-weight: 700;
        color: #000 ;
        display: flex;
        align-items: center;
    }

        .vimc-navbar-center .nav-link:hover,
        .vimc-navbar-right .nav-link:hover {
            color: #01b0f1;
        }
.navbar-light .navbar-nav .nav-link {
    color: #222 !important;
}
 
@media (max-width: 768px) {
    .top-bar .container {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: unset !important;
    }

    .slogan {
        width: 100%;
        text-align: center;
        margin-bottom: 6px;
    }

    .topbar-inner {
        flex-direction: column !important;
        align-items: center !important;
        width: 100%;
        text-align: center;
        gap: 4px;
    }

    .topbar-divider {
        display: none !important;
    }

    .topbar-link {
        display: block;
        width: 100%;
        font-size: 13px;
        padding: 2px 0;
    }
}
