.registry-page__content {
    color: #050f21;
}

.registry-page__title {
    color: #153946;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 52px;
    text-align: center;
}

.registry-page__intro {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 32px;
}

.register__form {
    margin-bottom: 100px;
}

.registry-page__group {
    margin-bottom: 28px;
}

.registry-page__group label {
    color: #050f21;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 4px;
}

.registry-page__group .form-control {
    background: #fff;
    border: 1px solid #dbdee4;
    border-radius: 3px;
    box-shadow: none;
    color: #1a1a1e;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    line-height: 20px;
    padding: 14px 16px;
    width: 100%;
}

.registry-page__group .form-control::placeholder {
    color: #8a94a6;
    font-weight: 400;
}

.registry-page__group .form-control:focus,
.registry-page__group .form-control:hover {
    border-color: #153946;
    box-shadow: none;
    outline: 0;
}

.registry-page__actions {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: flex-end;
}

.registry-page__submit,
.registry-page__reset {
    align-items: center;
    border: 1px solid #033c48;
    border-radius: 4px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    line-height: 20px;
    min-width: 132px;
    padding: 0 24px;
}

.registry-page__submit {
    background: #033c48;
    color: #fff;
}

.registry-page__submit:hover {
    background: #245e73;
}

.registry-page__reset {
    background: #fff;
    color: #033c48;
}

.registry-page__result-title {
    color: #153946;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 32px;
    text-align: center;
}

.custom_product_reystr {
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
    width: 100%;
}

.custom_product_reystr table {
    border-collapse: collapse;
    min-width: 100%;
    white-space: nowrap;
}

.custom_product_reystr th,
.custom_product_reystr td {
    border: 1px solid #c9ced6;
    color: #153946;
    font-size: 14px;
    line-height: 20px;
    padding: 24px 18px;
    text-align: left;
    vertical-align: top;
}

.custom_product_reystr th {
    background: #f7f9fa;
    font-weight: 500;
}

.custom_product_reystr td {
    background: #fff;
    font-weight: 400;
    white-space: normal;
}

.custom_product_reystr::-webkit-scrollbar {
    height: 10px;
}

.custom_product_reystr::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

.custom_product_reystr::-webkit-scrollbar-thumb {
    background: #033c48;
    border-radius: 5px;
}

.registry-page__empty {
    color: #6f7887;
    font-size: 15px;
    margin: 32px 0 80px;
    text-align: center;
}

.registry-page__pagination .pagination {
    justify-content: center;
    margin: 40px 0 70px;
}

.registry-page__notice {
    margin: 0 0 80px;
    text-align: center;
}

.registry-page__notice h2 {
    color: #153946;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 12px;
}

.registry-page__notice p {
    color: #5f6877;
    font-size: 16px;
    line-height: 24px;
}

.registry-page__links {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 60px;
}

.registry-page__link,
.registry-page__document {
    align-items: center;
    background: #fcfcfc;
    border: 1px solid #f1f2f4;
    color: #153946;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    gap: 16px;
    justify-content: space-between;
    min-height: 64px;
    padding: 16px;
}

.registry-page__link:hover,
.registry-page__document:hover {
    background: #f2f5f5;
    color: #153946;
}

.registry-page__document {
    margin-bottom: 16px;
}

.registry-page__document span {
    flex: 1;
}

@media (max-width: 767px) {
    .registry-page__title {
        color: #050f21;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 32px;
    }

    .register__form {
        margin-bottom: 64px;
    }

    .registry-page__group {
        margin-bottom: 20px;
    }

    .registry-page__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .registry-page__submit,
    .registry-page__reset {
        width: 100%;
    }

    .registry-page__result-title,
    .registry-page__notice h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .custom_product_reystr {
        margin: 0 -16px;
        max-width: calc(100% + 32px);
        padding: 0 16px 10px;
        width: calc(100% + 32px);
    }

    .custom_product_reystr table {
        min-width: 768px;
    }

    .custom_product_reystr th,
    .custom_product_reystr td {
        font-size: 14px;
        line-height: 20px;
        padding: 16px;
    }

    .registry-page__links {
        grid-template-columns: 1fr;
    }

    .registry-page__empty,
    .registry-page__notice {
        margin-bottom: 48px;
    }
}
