/**
 * 
 * Тема : Основное.
 * 
 *
 * 
 */


/*
 * -----------------------------------------------------------------------------
 *
 * Подвал.
 *
 * -----------------------------------------------------------------------------
 */

.site-footer {
    padding: 30px 0 0;
    color: #100773;
}


.site-footer .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .site-footer .col-logo {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .site-footer .col-links {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 750%;
    }
    .site-footer .col-links .col {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*
 * -----------------------------------------------------------------------------
 *
 * Подвал : Лого.
 *
 * -----------------------------------------------------------------------------
 */

.footer-logo {
    display: block;
    
    margin-bottom: 45px;
    
    text-align: center;
    text-transform: uppercase;
    color: inherit;
}

.footer-logo .logo {
    height: 80px;
}

.footer-logo .title {
    margin: 15px 0 5px;
    font-size: 18px;
}

@media (min-width: 992px) {

    .footer-logo {
        margin-bottom: 30px;
    }
    .footer-logo .logo {
        height: 60px;
    }
    .footer-logo .title {
        font-size: 14px;
    }
}


/*
 * -----------------------------------------------------------------------------
 *
 * Подвал : Ссылки.
 *
 * -----------------------------------------------------------------------------
 */


.site-footer .links-group {
    max-width: 200px;
    margin: 0 auto 45px;
}

.site-footer .links-group .title {
    margin-bottom: 15px;
    
    font-size: 1.25em;
    text-transform: uppercase;
}

.site-footer .links-group .link {
    display: block;
    margin: 15px 0; 
    
    line-height: 1.3;
    font-size: 1em;
    
    color: inherit;
}

.site-footer .links-group .link.no-link {
    color: #c0c0c0;
    cursor: default;
}

.site-footer .links-group .link:not(.no-link):hover {
    color: #f0473e;
}

@media (min-width: 992px) {
    
    .site-footer {
        padding-top: 60px;
    }
    .site-footer .links-group {
        margin-bottom: 60px;
    }
    
    
    .site-footer .links-group .title {
        margin-bottom: 15px;
        font-size: .875em;
    }
    .site-footer .links-group .link {
        margin: 10px 0; 
        font-size: .75em;
    }
}


/*
 * -----------------------------------------------------------------------------
 *
 * Подвал : Копирайты.
 *
 * -----------------------------------------------------------------------------
 */

.site-footer .copyrights {
    padding: 15px 0;
    
    font-size: 12px;
    text-align: center;
    
    background-color: #00094d;
    color: #fff;
}

.site-footer .copyrights .company {
    
}

.site-footer .copyrights .text {
    margin-top: 5px;
    
    font-size: 10px;
    color: #514e7a;
}



/*
 * -----------------------------------------------------------------------------
 *
 * ...
 *
 * -----------------------------------------------------------------------------
 */

/**
 * ...
 * -----------------------------------------------------------------------------
 */


@media (min-width: 768px) {
    
}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    
}

