.check-breadcrumbs-block {
    padding: 39px 50px 21px;
    background: #FFFFFF;
}

.check-form-block {
    padding: 22px 50px;
}

.check-form-block-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.check-form-column {
    display: flex;
    width: 574px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.check-form-column-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.check-form-column-container h1 {
    align-self: stretch;
    color: #000;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 117.647% */
}

.check-form-column-container h1 span {
    color: #48924E;
}

.check-form-column-container .text {
    align-self: stretch;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.check-form-column-container .text span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.check-form-column-container-row {
    display: flex;
    width: 433px;
    justify-content: space-between;
    align-items: center;
}

.check-form-column-container-row .item {
    display: flex;
    width: 127px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.check-form-column-container-row .item:nth-last-child(1) {
    width: 161px;
}

.check-form-column-container-row .item p {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
}

.check-form-column form {
    display: flex;
    width: 433px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.check-form-column form .row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.check-form-input {
    width: 245px;
    height: 50px;
    padding: 0 65px 0 15px;
    align-items: center;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.25) inset, 0 4px 4px 0 #FFF inset;
    flex: 1 0 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    outline: none;
}

.check-form-input::placeholder {
    color: #ABABAB;
}

.check-add-file-btn {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #48924E;
    height: 50px;
    background: rgba(72, 146, 78, 0.13);
    padding: 15.5px 11px 15.5px 12px;
    white-space: nowrap;
    color: #48924E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.check-add-file-btn:hover {
    background: rgba(72, 146, 78, 0.23);
}

.check-form-send {
    height: 50px;
    align-self: stretch;
    border-radius: 6px;
    background: #EA8F13;
    box-shadow: 0 6px 8px 0 rgba(255, 255, 255, 0.35) inset, 0 -4px 11px 0 rgba(0, 0, 0, 0.30) inset;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
}

.check-form-send:hover {
    background: #FFA326;
}

.check-form-send-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.check-form-send-container p {
    color: #5B5B5B;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px; /* 92.857% */
}

.check-form-send-container a {
    color: #5B5B5B;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px; /* 92.857% */
    text-decoration: underline;
}

.check-form-img-container {
    display: flex;
    width: 413px;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.check-form-img-container img {
    align-self: stretch;
    border-radius: 30px;
}

.check-form-img-container p {
    color: #747474;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
    width: 380px;
}

.check-audit-block {
    background: #FFFFFF;
    padding: 80px 50px 0;
}

.check-audit-block-content {
    gap: 30px;
    align-items: flex-start;
}

.check-audit-block-content h2 {
    color: #000;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 117.647% */
}

.check-audit-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.check-audit-content .row {
    display: flex;
    align-items: center;
    gap: 30px;
    align-self: stretch;
}

.check-audit-content .item {
    display: flex;
    flex: 1 0 0;
    height: 404px;
    padding: 16px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    border-radius: 10px;
    background: url(image/check/check-audit-content-1.webp) lightgray 50% / cover no-repeat;
}

.check-audit-content .item:nth-last-child(1) {
    background: url(image/check/check-audit-content-2.webp) lightgray 50% / cover no-repeat;
}