.footer {
    background: #242424;
    margin-top: 200px;
    padding: 0px 206px;
}

.contacts-wrapper-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
/* identical to box height */

    color: #FFFFFF;
}

.contacts-wrapper {
    padding-top: 93px;
    padding-bottom: 149px;
    display: flex;
    justify-content: center;
}

.contacts-wrapper-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;

    color: #B7B7B7;
    margin: 0;
    padding: 0;
    margin-left: 16px;
}

.contacts-wrapper-title-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    text-decoration: none;
}

.contacts-wrapper-developer-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;

    color: #B7B7B7;
}

.contacts-main-wrapper {
    display: flex;
}

.contacts-wrapper-developer-wrapper {
    padding-top: 18px;   
}

.contacts-wrapper-block {
    margin-top: 12px;
    width: 100%;
    padding: 0px 24px;
    height: 53px;
    left: 1002px;
    top: 4264px;
    text-decoration: none;

    border: 1px solid #B7B7B7;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacts-wrapper-block-title {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-right: 8px;
    /* identical to box height */
    
    
    color: #FFFFFF;;
}



@media (max-width : 1200px) {
    .contacts-wrapper {
        flex-wrap: wrap;
    }
    .contacts-wrapper-developer-wrapper {
        margin-left: 0 !important;
    }
    .contacts-wrapper {
        padding-top: 40px;
    }
    .footer {
        padding: 0px 85px;
    }
}

@media (max-width : 826px) {
    .footer {
        padding: 0px 50px;
    }

    .contacts-wrapper-block {
        padding: 0px 12px;
    }
}

@media (max-width : 678px) {
    .contacts-wrapper-block-title {
        font-size: 18px;
    }
    .contacts-wrapper-title {
        font-size: 18px;
    }
    .contacts-wrapper-subtitle {
        font-size: 18px;
    }
    .contacts-wrapper-icon {
        width: 25px;
        height: 25px;
    }
    .contacts-wrapper-developer-title {
        font-size: 18px;
    }
    .contacts-wrapper-block {
       max-width: 205px;
    }
    .contacts-wrapper-developer-wrapper {
        margin-right: 80px !important;
    }

    .footer {
        margin-top: 100px;
    }
}

@media (max-width : 425px) {
    .contacts-wrapper-block-title {
        font-size: 14px;
        line-height: 15px;
    }
    .contacts-wrapper-title {
        font-size: 14px;
    }
    .contacts-wrapper-subtitle {
        font-size: 14px;
    }
    .contacts-wrapper-icon {
        width: 25px;
        height: 25px;
    }
    .contacts-wrapper-developer-title {
        font-size: 14px;
    }
    .contacts-wrapper-developer-wrapper {
        margin-right: 50px !important;
    }
    .footer {
        padding: 0px 14px;
    }
}