
.header__nav-list .header__nav-dropdown {
    box-shadow:         0px 10px 10px 0px rgba(0,0,0,0.05);
    webkit-box-shadow:  0px 10px 10px 0px rgba(0,0,0,0.05);
}
.footer__social-link i {
    font-size: 26px;
}

.header-mobile .header__nav-dropdown {
    padding:            10px 20px 20px;
}

#mobile-menu.active > .header-mobile__nav {
    position:           absolute;
}

.header-mobile div.header__phone-wrapper {
    position:           relative;
}
.header__phone-text {
    font-size:          12px;
    margin-top:         15px;
    line-height:        14px;   
    color:              #4A4A4A;
}
.header__nav-dropdown-link img {
    max-width:          -moz-available;
    max-width:          -webkit-fill-available;
    max-width:          fill-available;
    border-radius:      4px;
}

.footer__fund .footer__fund-poster {
    max-width:          66px;
}

.footer__copy {
    padding-top:        0.3em;
}
.footer .ss svg {
    fill: currentColor;
}

@media (max-width: 991px) {

    .header-mobile .header__nav {
        margin:         15px 0;
    }
    .header-mobile__nav {
        padding-bottom: 0px;
    }
}
