.about-bottom-block {
    padding: 100px 0 60px;
}
.about-bottom-block.pad {
    padding: 0;
}
.about-bottom-block .item {
    margin-bottom: 90px;
    width: 48%;
    font-family: 'IBM Plex Sans', sans-serif;
    line-height: 22px;
}
.about-bottom-block .item .name {
    margin-bottom: 36px;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
}
.about-bottom-block .col {
    width: 48%;
}
.about-bottom-block .col .item {
    width: auto;
}
.about-bottom-block form .name {
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 26px;
    line-height: 48px;
    font-family: 'IBM Plex Sans', sans-serif;
}
.about-bottom-block form input[type='text'] {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #E2E2E2;
    padding: 0 12px;
}
.about-bottom-block form input[type='text']:focus {
    border: 1px solid #999;
}
.about-bottom-block form .flex input[type='text'] {
    width: 48%;
}
.about-bottom-block form textarea {
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
    border: 1px solid #E2E2E2;
    padding: 9px 12px;
}
.about-bottom-block form textarea:focus {
    border: 1px solid #999;
}
.about-bottom-block form .agree {
    position: relative;
    margin-bottom: 40px;
}
.about-bottom-block form .agree .checkbox {
    display: none;
}
.about-bottom-block form .agree .checkbox + label {
    display: block;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    padding: 4px 0 4px 50px;
    background: url('/assets/public/img/checkbox3.svg') no-repeat 0 0;
}
.about-bottom-block form .agree .checkbox + label a {
    color: #ed5a5a;
}
.about-bottom-block form .agree .checkbox:checked + label {
    background: url('/assets/public/img/checkbox4.svg') no-repeat 0 0;
}
.about-bottom-block form button {
    width: 100%;
    height: 43px;
    color: #fff;
    background: #ed5a5a;
    font-weight: 500;
}
.about-bottom-block form button:hover {
    background: #000;
}