.footer {
    background-color: #2b2b2b;
    color: white;
    padding: 24px 0;
}
.cols_footer {
    font-size: 14px;
    vertical-align: top;
    max-width: 20%;
    text-align: left;
    font-weight: 300;
}
.col_title {
    border-bottom: 1px solid #3e3e3e;
    padding-bottom: 12px;
    margin-bottom: 6px;
    font-size: 20px;
}
.footer ul {
    list-style: none;
}
.footer li a {
    transition: 0.2s all ease-in-out;
    text-decoration: none;
    font-size: 13px;
    padding: 6px 0;
    display: block;
    color: #999999;
}
.col_text p {
    color: #888888;
    margin: 10px 0;
}
.col_text a {
    color: #<?= $vars['settings']['Color'] ?>;
    transition: 0.2s all ease-in-out;
}
.phone_f {
    margin-bottom: 24px;
    font-size: 22px;
    display: block;
    color: #<?= $vars['settings']['Color'] ?>;
}
.email_f {
    display: block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
}
.email_f a {
    text-decoration: none;
    color: #ffffff;
}
.creater {
    color: #888888;
    margin-top: 40px;
    display: block;
}
.creater a {
    color: #888888;
}
.footer li a:hover {
    color: #3498da;
}



@media (max-width: 1100px){
.foot_contacts {
    display: none;
}
}
@media (max-width: 960px){
.foot_info {
    display: none;
}
.cols_footer {
    max-width: 33%;
}
}
@media (max-width: 640px){
.cols_footer {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
}
}
