.contacts-content {
    padding-bottom: 100px;
}
.contacts-content .h2 {
    margin-top: 10px;
}
.contacts-content .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.col-left,
.col-right {
    width: calc(50% - 10px);
}
.col-left a {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.col-left .contact-content-box {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.col-left .contact-content-head {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #777;
}
.social-box {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

@media (max-width: 1279px) {
    .contacts-content {
        padding-bottom: 50px;
    }
    .contacts-content .block-with-cols {
        gap: 10px;
    }
    .col-left, .col-right {
        width: calc(100% - 0px);
    }
    .col-left img{
        width: 34px;
        height: 34px;
    }
    .col-left .contact-content-box {
        gap: 1px;
    }
    .col-left .contact-content-head {
        font-size: 12px;
        line-height: 15px;
    }
    .col-left a:last-child {
        margin-bottom: 0px;
    }
    p.work-time {
        margin-bottom: 30px;
    }
}

/* Form Black 1 - Start */
section.form-black {
    padding-bottom: 120px;
}
section.form-black > .container {
    background: var(--black);
    border-radius: 5px;
    padding: 40px;
}
section.form-black input {
    color: #fff;
}
section.form-black input::-webkit-input-placeholder {
    color: #fff !important;
}
section.form-black input:-moz-placeholder {
    color: #fff !important;
}

@media (max-width: 768px) {
    section.form-black {
        padding: 10px;
        padding-bottom: 50px;
    }
    section.form-black > .container {
        padding: 25px;
    }
    section.form-black .form-fields {
        gap: 15px;
        margin-top: 15px;
    }
    .form-data-group:not(:last-child) {
        margin-bottom: 0px !important;
    }
    .form-black .btn-white {
        width: auto;
    }
}
/* Form Black 1 - End */

/* Form Black 2 - Start */
.form-black-2 p.white {
    max-width: 485px;
}
.form-black-2 .call-back-form {
    width: 100%;
    margin-top: 20px;
}
.form-black-2 label.privacy-policy.checkbox-custom {
    color: #fff;
}
.form-black-2 .checkbox-custom input:checked + span {
    border: 1px solid var(--white) !important;
}
.form-black-2 .checkbox-custom input + span::after {
    background: var(--white) !important;
}
/* Form Black 2 - End */
