<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.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 &gt; .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__security {
    display:            flex;
    height:             120px;
    align-items:        center;
    justify-content:    center;
}
/*
.footer__security .footer__security-poster {
}

.footer__fund {
    display: flex;
    flex-direction: column;
    align-items: center;
}*/
@media (max-width: 991px) {

    .header-mobile .header__nav {
        margin:         15px 0;
    }
    .header-mobile__nav {
        padding-bottom: 0;
    }
}
@media (min-width: 766px) {

    .footer__security {
        justify-content: flex-start;
    }

    /*.footer__fund {
        align-items: flex-start;
    }*/
}</pre></body></html>