@charset "UTF-8";
.footer {
    background-color: #222;
    color: #aaa;
    padding-top: 50px;
    z-index: 100
}

@media (max-width:768px) {
    .footer {
        padding-bottom: 50px
    }
}

.footer .aricleList-page {
    padding: 0
}

.footer__contact-text {
    padding-left: 10px
}

.footer__title {
    color: #eee;
    font-size: 21px;
    margin-bottom: 25px;
    font-weight: 600
}

.footer__contact {
    margin-bottom: 38px;
    padding-left: 15px!important;
    padding-right: 15px!important
}

.footer__pages {
    padding-left: 15px!important;
    padding-right: 15px!important
}

.footer__contact-item {
    margin-bottom: 14px;
    display: flex;
    align-items: baseline;
    font-size: 14px;
    color: #aaa
}

.footer__contact-item i {
    font-size: 16px;
    color: #666;
    display: inline-block;
    width: 15px
}

.footer__contact-item a {
    color: #aaa;
    transition: all .3s
}

.footer__contact-item a:hover {
    color: var(--main-color)
}

.footer__contact-title {
    color: #eee;
    font-weight: 600
}

.footer__page-list {
    padding-left: 0;
    list-style: none
}

.footer__page-item {
    line-height: 36px
}

.footer__page-item a {
    color: #eee;
    font-size: 14px;
    transition: all 0.3s;
}

.footer__page-item a:hover {
    color: var(--secondary-color);
}

.footer__bottom {
    border-top: 1px solid #fff;
    border-color: rgba(255, 255, 255, .1);
    padding: 40px 0
}

.footer__left {
    font-size: 14px;
    color: #aaa
}

.footer__left a {
    color: var(--main-color)!important;
    font-weight: 600
}

@media (max-width:991px) {
    .footer__left {
        margin-bottom: 15px
    }
}

.footer .categories-block {
    display: none
}

.footer .aricleList-page {
    margin-top: 0
}

.footer .mg-main-news-item .mg-list-news-img {
    display: none
}

.footer .mg-main-news-block {
    max-width: 100%;
    min-width: 100%;
    padding: 0!important
}

.footer .mg-news-main-desc {
    display: none
}

.footer .mg-news-info .tags {
    display: none
}

.footer .blog__more-link {
    display: none
}

.footer .mg-news-info {
    padding: 0
}

.footer .mg-back {
    display: none
}

.footer .mg-news-title {
    color: #eee;
    font-size: 21px;
    margin-bottom: 25px;
    font-weight: 600
}

.footer .mg-main-news-item {
    padding-bottom: 0;
    border-bottom: none
}

.footer .mg-news-date {
    display: none
}

.footer .mg-news-info .mg-news-title {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 0
}

.footer .mg-news-info .mg-news-title:hover {
    color: var(--main-color)
}

.footer .mg-news-info .mg-news-title a {
    color: #aaa
}

.footer .mg-main-news-item {
    position: relative;
    padding-top: 0;
    margin-bottom: 10px;
    padding-left: 20px
}

.footer .mg-main-news-item:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "";
    color: #fff;
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 12px
}

.footer .mg-news-date__mobile {
    display: block;
    font-size: 13px;
    color: #eee
}

.footer__right {
    text-align: right
}

