.dark-footer {
    width: 100%;
    background-color: inherit;
    display: flex;
    padding: 32px 100px;
    /* justify-content: space-around;
    align-items: start; */
    flex-direction: column;
    border-top: 8px solid #292C36;
    flex-wrap: wrap;
}
.footer-blocks {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    text-align: left;
}

.footer-blocks-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: start;
    flex-wrap: wrap;
}

.footer-block, .footer-block-contacts {
    width: 240px;
}
.footer-block-contacts {
    width: 240px;
    height: 175px;
}
.footer-block-contacts span, .footer-block-contacts a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #87878C;
}
.footer-block-contacts a:hover {
    color: #fff;
}

.footer-block-promotion {
    width: 100%;
    max-width: 340px;
    min-height: 185px;
    background: #242732;
    border: 1px solid #87878C;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.footer-block-contacts-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.footer-block-titles {
    margin-bottom: 20px;
}

.footer-block-items {
    margin-bottom: 15px;
}
.footer-block-item:hover {
    color: #fff;
}

.footer-block-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #87878C;
}

.footer-block-item {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #87878C;
    margin: .5em 0;
}

.custom-footer-btn {
    width: 113px;
    height: 36px;
    padding: 10px;
}

.footer-block-promotion-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}

.footer-block-promotion-description {
    padding: 0 38px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}
@media screen and (max-width: 990px) {
    .dark-footer {
        padding: 32px;
    }
}
@media screen and (max-width: 767px) {
    .dark-footer{
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        min-height: 265px;
        /* padding: 0; */
    }
    .footer-blocks{
        width: 100%;
        margin: 0 0 55px 0px;
    }
    .footer-block-promotion{
        margin: 35px 0px 35px 0px;
        order: -1;
    }
}
@media screen and (max-width: 356px) {
    .footer-block-promotion {
        width: 100%;
    }
    .footer-blocks{
        width: 100%;
        /* margin: 0 0 55px 0; */
    }
}
