.footer {
    background-color: var(--main-black-color);
    padding: 30px 0;
    color: #fff;
}

.footer a{
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: none;
    color: var(--main-red-color);
}

.footer-bottom {
    padding: 30px 0 15px;
    background-color: var(--main-black-color);
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    border-top: 1px solid #D8D8D8;
}

.footer-header {
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    margin:0 0 15px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.footer-links li{

}

.footer-links li a{
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-decoration: none;
}

.footer-contacts {
    color: #fff;
}

.footer-phone {
    font-weight: 600;
    margin-bottom: 15px;
}
.footer-phone a{
    text-decoration: none;
    font-weight: 500;
    font-size: 21px;
    line-height: 29px;
    display: block;
    white-space: nowrap;
}
.footer-phone-description {
    font-size: 14px;
    font-weight: 600;
}
.footer-email {
    font-weight: 600;
    margin-bottom: 4px;
}

.footer-email a{
    font-size: 16px;
    font-weight: 600;
}

.footer-mistake-report a{
    font-size: 16px;
    font-weight: 400;
}

.footer-bottom a:hover,
.footer-bottom a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom-content {
    display: flex;
    flex-direction: column;
}

.footer-copyright {
    margin-bottom: 15px;
    order: 3;
}

.footer-payments {
    margin-bottom: 15px;
    line-height: 0;
}

.footer-payments > svg + svg {
    margin-left: 15px;
}
.payment-mastercard {
}
.payment-visa {
}
.footer-development {
    margin-bottom: 15px;
}

.footer-development a{
    
}

@media screen and (min-width: 768px){

    .footer-bottom {
        padding: 15px 0 0;
    }
    .footer-bottom-content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .footer-copyright {
        order: 0;
    }

    .footer-phone {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 992px){
    .footer {
        padding: 50px 0;
    }

    .footer-header {
        font-size: 25px;
        margin: 0 0 25px;
    }

    .footer-phone a {
        font-weight: 700;
        font-size: 34px;
        line-height: 40px;
    }
}
