.social-box {
    margin-left: auto;
    margin-right: 40px;
}

.social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.social>* {
    margin-left: 30px;
}

.social a {
    color: #f6921e;
}

.social a:hover {
    color: #00498f;
}

.social a span {
    display: inline-block;
    visibility: hidden;
    width: 0;
    height: 0;
    line-height: 0.1;
}

.social a::before {
    display: inline-block;
    font-family: "Font Awesome 5 Brands";
    font-size: 24px;
}

.social .fb a::before {
    content:'\f39e';
    font-size: 1em;
}

.social .yt a::before {
    content:'\f167';
}

#menu_icons ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#menu_icons ul li>*{
    display: block;
    font-size: 0.85rem;
    color: #00498f;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    width: 115px;
    height: 130px;
    margin: auto;
    padding:0;
}

#menu_icons ul li>*::before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    width: 85px;
    height: 85px;
    margin: auto;
    transition: all .35s;
}

#menu_icons .about::before {
    background-image: url(../img/icon-doctors.png), url(../img/spot.svg);
    background-color: rgba(60, 160, 220, 0.3);
}

#menu_icons .about:hover::before {
    background-image: url(../img/icon-doctors.png), url(../img/spot_a.svg);
    background-color: rgba(60, 160, 220, 0.5);
}

#menu_icons .aids::before {
    background-color: rgba(220, 0, 0, 0.5);
    background-image: url(../img/icon-aids.png), url(../img/spot.svg);
}

#menu_icons .aids:hover::before {
    background-color: rgba(220, 0, 0, 0.6);
    background-image: url(../img/icon-aids.png), url(../img/spot_a.svg);
}

#menu_icons .statistics::before {
    background-image: url(../img/icon-monitor.png), url(../img/spot.svg);
    background-color: rgba(220, 160, 60, 0.4);
}

#menu_icons .statistics:hover::before {
    background-image: url(../img/icon-monitor.png), url(../img/spot_a.svg);
    background-color: rgba(220, 160, 60, 0.6);
}

#menu_icons .health::before {
    background-image: url(../img/icon-family.png), url(../img/spot.svg);
    background-color: rgba(160, 200, 60, 0.4);
}

#menu_icons .health:hover::before {
    background-image: url(../img/icon-family.png), url(../img/spot_a.svg);
    background-color: rgba(160, 200, 60, 0.6);
}

#menu_icons .education::before {
    background-image: url(../img/icon-book.png), url(../img/spot.svg);
    background-color: rgba(190, 130, 190, 0.4);
}

#menu_icons .education:hover::before {
    background-image: url(../img/icon-book.png), url(../img/spot_a.svg);
    background-color: rgba(190, 130, 190, 0.6);
}

#menu_icons .partnership::before {
    background-image: url(../img/icon-hands.png), url(../img/spot.svg);
    background-color: rgba(130, 190, 170, 0.4);
}

#menu_icons .partnership:hover::before {
    background-image: url(../img/icon-hands.png), url(../img/spot_a.svg);
    background-color: rgba(130, 190, 170, 0.6);
}

.mobile_menu {
    background: transparent;
    max-height: 485px;
    padding-top: 110px;
}

.mobile_menu .inner {
    border-top: 1px solid #ccc;
    background-color: rgba(255,255,255,1);
}

nav {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
}

.mobile_menu .inner nav#menu_main {
    border: none;
    display: flex;
    float: none;
    flex-wrap: wrap;
    margin: auto;
    max-width: 1480px;
    justify-content: flex-end;
    padding: 25px 5px 25px 0px;
    width: 90%;
}

nav#menu_main ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-transform: none;
}

nav#menu_main > ul {
    margin-bottom: 0;
    text-transform: uppercase;
    align-items: stretch;
    align-content: flex-end;
    max-height: -moz-calc(485px - 160px);
    max-height: -webkit-calc(485px - 160px);
    max-height: calc(485px - 160px);
}

nav#menu_main > ul ul {
    margin-bottom: 1.6em;
}

.mobile_menu .inner::-webkit-scrollbar {
    width: 0px;
}

.mobile_menu .inner::-webkit-scrollbar-thumb {
    background: #f6921e;
    border-radius: 20px;
}

.mobile_menu .inner::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 20px;
}

nav ul li a,
nav ul li strong {
    display: inline-block;
    color: #555;
    letter-spacing: 0.005em;
    max-width: 255px;
    padding: .05em 20px .05em 25px;
}

nav ul li a {
    display: block;
    position: relative;
}

nav ul li .active {
    cursor: default;
    position: relative;
}

@media (hover: hover) {

    nav#menu_main ul a:hover::before {
        display: inline-block;
        position: absolute;
        left: 10px;
        top: 6px;
        line-height: 1;
        font-family: "Font Awesome 5 Free";
        font-size: 14px;
        font-weight: 900;
        color: #aaa;
        content: '\f054';
    }
}

nav#menu_main ul strong.active::before {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 6px;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    color: #f6921e;
    content: '\f054';
}

nav#menu_main > ul > li > a,
nav#menu_main > ul > li > strong {
    color: #00498f;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.mobile_menu li.submenu_hide ul {
/*    display: flex;*/
}

@media screen and (max-width: 820px) {

    #menu_icons ul li {
        width: 30%;
    }
}

@media (max-width: 767px), (max-height: 640px) {

    .mobile_menu {
        max-height: 100%;
        padding-top: 77px;
        max-width: 280px;
    }
    
    .mobile_menu .inner {
        border: none;
    }
    
    .mobile_menu .inner::-webkit-scrollbar {
        width: 4px;
    }
    
    .mobile_menu .inner nav#menu_main {
        background-color: rgba(255,255,255,1);
        border-top: 1px solid #ccc;
        margin: 0;
        padding: 20px 0;
        width: 100%;
    }
    
    nav#menu_main > ul {
        flex-wrap: nowrap;
        max-height: none;
    }
    
    nav#menu_main > ul ul {
        margin-bottom: 0;
    }
    
    nav#menu_main ul li {
        border-top: 1px solid #ccc;
    }
    
    nav#menu_main>ul>li:first-child {
        border: none;
    }
    
    nav#menu_main ul li a,
    nav#menu_main ul li strong {
        max-width: 276px;
        width: 276px;
        padding: .5em 27px .5em 32px;
    }
    
    nav#menu_main ul strong.active::before {
        left: 14px;
        top: 14px;
    }
}

@media (max-width: 640px) {
    
    .social-box {
        margin-right: 18px;
    }
    
    .social>* {
        margin-left: 10px;
    }
    
    .social a::before {
        font-size: 18px;
    }
    
    .mobile_menu .inner nav#menu_main {
        width: 100%;
    }
}

@media screen and (max-width: 820px) {

    #menu_icons ul li {
        width: 50%;
    }
}