.commercial-title-container {
    margin-top: 60px;
    margin-bottom: 40px;
}
.commercial-title-container .col-5 hr{
    color: #E16551;
    margin: 0;
    margin-top: 17px;
}

.commercial-title {
    color: #454545;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px; /* 122.222% */
}

.commercial-title span{
    color: rgba(211, 40, 12, 0.85);
}

.commercial-paragraph{
    color: #8B8B8B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
    margin-top: 57px;
}
hr:not([size]) {
    height: 3px;
}




.commercial-form-title p ,
.commercial-form-comment p {
    color: #8B8B8B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 156.25% */
    margin-bottom: 28px;
    margin-top: 21px;
}

.form-control {
    padding: 14px;
    padding-left: 31px;
    border-radius: 30px;
}
.form-control::placeholder {
    color: rgba(139, 139, 139, 0.70);
}

.commercial-form button {
    border: none;
    border-radius: 30px;
    background-color: #D3280C;
    color: rgba(255, 255, 255, 0.85);
    width: 305px;
    height: 56px;
    display: inline-block;
}

.submit-agreement-container {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 37px;
    margin-bottom: 200px;
}
.agreement {
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.agreement p {
    color: rgba(0, 0, 0, 0.30);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin-left: 7px;
    word-wrap: break-word; /* Для переноса слов, которые не помещаются */

}

textarea {
    resize: none;
}

@media (max-width: 1199px) {

    .commercial-title {
        font-size: 38px;
    }
    .commercial-paragraph {
        font-size: 14px;
        margin-top: 32px;
    }

}
@media (max-width: 991px) {

    .commercial-title-container .col-7{
        width: 65%;
    }
    .commercial-title-container .col-5{
        width: 34%;
    }

    .commercial-title {
        font-size: 31px;
    }

    .commercial-paragraph {
        font-size: 11px;
        line-height: 22px;
    }

    .submit-agreement-container {
        flex-wrap: wrap;
    }
    .agreement {
        margin-left: 0;
        margin-top: 30px;
    }

}

@media (max-width: 769px) {
    .commercial-title-container {
        margin-top: 25px;
    }

    .commercial-title {
        font-size: 23px;
        line-height: 47px;
    }

    .commercial-paragraph {
        font-size: 8px;
        line-height: 21px;
        margin-top: 15px;

    }

    .agreement {
        align-items: start;
    }
    .agreement svg {
        margin-top: 2px;
    }

    .submit-agreement-container {
        margin-bottom: 108px;
    }
}

@media (max-width: 575px) {

    .commercial-form-input {
        flex-direction: column;
    }
    .commercial-form-input .col-6 {
        width: 100%;
    }
    .commercial-title-container {
        flex-direction: column;
    }

    .commercial-title-container .col-7, .commercial-title-container .col-5 {
        width: 100%;
    }

    .commercial-title {
        font-size: 26px;
    }
    .commercial-paragraph {
        font-size: 17px;
        margin-top: 29px;
    }

    .commercial-form button {
        margin-left: 12px;
    }

}


@media (max-width: 394px) {


    .commercial-title {
        font-size: 25px;
    }
}
