.footer {
    margin-top: 120px;
    padding: 0 20px;
    color: #C2C2C2
}

.footer p {
    margin: 0;
    color: #C2C2C2 !important
}

.footer a {
    color: #C2C2C2 !important
}

.footer a:hover {
    color: #C2C2C2 !important
}

.footer .dropdown .btn,
.footer .dropdown a {
    color: #656565 !important
}

.footer .dropdown-toggle::after {
    content: url(../img/index/footer/arr-bottom.png);
    border: 0
}

.footer .col-4 {
    display: flex
}

.footer .col-4 a img:first-child {
    padding-right: 15px
}

.footer .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(76, 76, 76, .65)
}

.footer .tel {
    font-size: 18px
}

.footer .tel .big {
    font-size: 26px
}

@media (max-width:374px) {
    .footer .tel .big {
        font-size: 22px
    }
}

.footer .tel-descr {
    font-size: 14px;
    margin-top: -8px
}

.footer .list-param {
    margin: 0
}

.footer .list-param li {
    display: inline;
    padding-right: 20px;
    font-size: 16px;
    white-space: nowrap
}

.footer .copyright {
    font-size: 12px;
    margin-bottom: 20px
}

.footer .company {
    font-size: 12px
}

.footer .company-logo {
    margin-bottom: 20px
}

.footer .footer-info {
    margin-left: 15px !important;
    margin-right: 15px !important;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #414141;
    margin-bottom: 24px
}

.footer .footer-info .copyright {
    margin: 0
}

.footer .footer-info .container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important
}

@media (max-width:992px) {
    .footer .footer-info {
        margin-bottom: 13px;
        padding-bottom: 23px
    }

    .footer .footer-info .copyright {
        margin-bottom: 32px
    }
}

.footer .footer-info .social-media>a:last-child {
    margin-left: 15px
}

@media screen and (min-width:1441px) {
    .footer {
        width: 1400px !important;
        margin: 100px auto 0 auto;
        left: 0;
        right: 0
    }
}