/*Footer*/
.container-fluid{
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    padding: 0px 0 0;
    position: relative;
    background: #2a2c31 url(../images/footer.jpg) top center no-repeat;
    bottom: -20px;
    margin-right: auto!important;
    margin-left: auto!important;
}
.footer-about {
    /*padding: 30px 0;*/
    font-size: 12px;
}
.footer-top {
    margin-bottom: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: inline;
    margin-right: auto;
    margin-left: auto;
}
.footer-logo {
    display: block;
    float: left;
    margin: 0;
}
.footer-img-logo{
    height: 40px;
    margin-top: -8px;
    margin-right: 20px;
    }
.footer-icons-group {
    float: left;
}
.footer-icons-group .footer-social-group {
    display: inline-block;
    padding: 0 0 0 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 12px;
}
.footer-icons-group .footer-social-group .title {
    padding-left: 5px;
}
.footer-icons-group .footer-social-group .list .item:last-of-type {
    margin-right: 0;
}
.footer-links {
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px;
}
.footer-links ul {
    padding: 0;
}
.footer-links ul li {
    float: left;
    margin-right: 40px;
}
.footer-links ul li a {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
}
.ulclear, .ulclear li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.about-text {
    margin: 0 auto 5px;
    line-height: 1.4em;
    opacity: 1;
    text-align: center;
    display: inline-block;
    color: var(--catalog-muted);
}
.copyright  {
    margin-bottom: 0 !important;
    opacity: 1;
    text-align: center;
}
.copyright a{
    color: var(--catalog-accent);
}
.footer-social-group {
    position: relative;
}
.footer-social-group .title {
    float: left;
    margin-right: 20px;
}
.footer-social-group .title .top {
    display: block;
    margin-bottom: 3px;
    font-weight: 400;
    opacity: 0.5;
}
.footer-social-group .title .bottom {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.footer-social-group .list {
    float: left;
}
.footer-social-group .list .item {
    float: left;
    margin-right: 10px;
}
.footer-social-group .list .item .social-button {
    display: inline-block;
    height: 28px;
    font-size: 15px;
    font-weight: 400;
    padding: 4px 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}
.footer-social-group .list .item i {
    font-size: 22px;
    line-height: 20px;
    vertical-align: text-bottom;
}
/*   Responsive */ /* (max-device-width:800px) */
@media screen and (min-width:10px) and (max-width:199px){
    .footer-logo {
        margin: 0;
        float: none;
        text-align: center!important;
    }
    .footer-img-logo {
        height: 69px;
    }
    .footer-icons-group .footer-social-group {
        border-left: 0px;
    }
}
@media screen and (min-width:200px) and (max-width:260px){
    .footer-logo {
        margin: 0;
        float: none;
        text-align: center!important;
    }
    .footer-img-logo {
        height: 69px;
    }
    .footer-icons-group .footer-social-group {
        border-left: 0px;
    }
}
@media screen and (min-width:261px) and (max-width:360px){

    .footer-logo {
        margin: 0;
        float: none;
        text-align: center!important;
    }
    .footer-img-logo {
        height: 69px;
    }
    .footer-icons-group .footer-social-group {
        border-left: 0px;
    }
}
@media screen and (min-width:10px) and (max-width:800px) {
    .container-xpand, .container-fluid{
        width: 100%;
    }

}