/*
 * 
 * Тема : 
 *
 * 
 */


/*
 * -----------------------------------------------------------------------------
 *
 * Подвал страницы.
 *
 * -----------------------------------------------------------------------------
 */


#site-footer {
    background-color: var(--color-prim);
    color: #fff;
}

#site-footer .container {
    padding-top: 4rem;    
    padding-bottom: 3rem;    
}

#site-footer .copy {
    padding: 1.5rem 0;
    
    text-align: center;
    font-size: 12px;
    
    background-color: var(--color-prim-dark);
}


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


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

@media (min-width: 380px) {
    #site-footer .col-2,
    #site-footer .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    #site-footer .col-2,
    #site-footer .col-3,
    #site-footer .col-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}


@media (min-width: 992px) {
    #site-footer .col-1 {
        flex: 0 0 30%;
        max-width: 30%;
    }
    #site-footer .col-2 {
        flex: 0 0 24%;
        max-width: 24%;
    }
    
    #site-footer .col-3 {
        flex: 0 0 22%;
        max-width: 22%;
    }
    #site-footer .col-4 {
        flex: 0 0 24%;
        max-width: 24%;
    }
}

@media (min-width: 1200px) {
    #site-footer .col-1 {
        flex: 0 0 28%;
        max-width: 28%;
    }
    #site-footer .col-2 {
        flex: 0 0 24%;
        max-width: 24%;
    }
    
    #site-footer .col-3 {
        flex: 0 0 24%;
        max-width: 24%;
    }
    #site-footer .col-4 {
        flex: 0 0 24%;
        max-width: 24%;
    }
}

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


#site-footer .links {
    
}

#site-footer .links .link {
    display: block;
    padding: .5rem 0;
    
    font-size: 12px;
    
    text-decoration: underline;
    color: #fff;
    
    transition: color .1s ease;
}

#site-footer .links .link.current,
#site-footer .links .link:hover {
    text-decoration: none;
    color: var(--color-attn);
}

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


#site-footer .col-1 {
    display: -ms-flexbox;
    display: flex;
    
    -ms-flex-direction: column;
    flex-direction: column;

    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    
    -ms-flex-pack: start;
    justify-content: flex-start;
    
    -ms-flex-align: center;
    align-items: center;
    
    padding-top: .5rem;
}

#site-footer .logo {
    width: 204px;
    margin-bottom: 3rem;
}

#site-footer .btn-call {
    width: 204px;
    margin-bottom: 1rem;
}

#site-footer .socials {
    margin-bottom: 3rem;
}

#site-footer .contacts {
    margin-bottom: 3rem;
}

#site-footer .contacts .contacts--icon {
    display: block;
}

@media (min-width: 440px) {
    #site-footer .contacts {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;

        -ms-flex-pack: center;
        justify-content: center;
    }

    #site-footer .contacts .item + .item {
        margin-left: 15px;
    }
}

@media (min-width: 992px) {
    
    #site-footer .container {
        padding-top: 3rem;  
    }
    
    #site-footer .col-1 {
        -ms-flex-align: start;
        align-items: flex-start;
    }
    
    #site-footer .logo,
    #site-footer .socials {
        margin-bottom: 1rem;
    }
    
    #site-footer .contacts {
        display: block;
        margin: 0;
    }    
    #site-footer .contacts .item + .item {
        margin: 0;
    }
}


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


#site-footer .disclaimer {
    margin-top: 3rem;
    font-size: 12px;
}

#site-footer .disclaimer a {
    white-space: nowrap;
    color: #fff;
    
    transition: color .1s ease;
}

#site-footer .disclaimer a:hover {
    text-decoration: none;
    color: var(--color-attn);
}

@media (min-width: 768px) {
    #site-footer .disclaimer {
        margin-top: .5rem;
    }
}



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


