

body {
    background-color: #0A0A0A;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1140px;
    max-width: 100%;
    padding: 0 15px 0 15px;
}
.container_old {
    margin-left: auto;
    margin-right: auto;
    width: 1140px;
    max-width: 100%;
    padding: 0 15px 0 15px;
}

img {
    max-width: 100%;
    height: auto;
}


/*Header*/

.navbar {
    display: flex;
    align-content: center;
    justify-content: space-between;
    padding: 20px 0 20px 0;
}

.nav-p p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}

.nav-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.nav-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 93px;
    height: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    color: #FFFFFF;
    border-radius: 5px;
    background-color: #7A55DE;
    text-decoration: none;
}

.nav-button:hover {
    transform: translateY(-3px);
}

/*Affiliate program*/

.section-2 {
    margin: 30px 0 0 0;
}

.affiliate-program {
    height: auto;
    background-color: #101010;
    border-radius: 8px;
    padding: 30px 35px 30px 35px;
}

.affiliate-program-general {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.affiliate-program-title h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
}

.affiliate-program-user-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    margin: 59px 0 0 0;
}

.affiliate-program-user-info-name {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.affiliate-program-user-info-name h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
}

.affiliate-program-user-info-name p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #CACACA;
    margin: 0;
}

.affiliate-program-user-info-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 22px 0 0 0;
}

.affiliate-program-user-info-link h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
}

.affiliate-program-user-info-link a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #1053FF;
    margin: 0;
}

.affiliate-program-user-info-id {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 22px 0 0 0;
    gap: 8px;
}

.affiliate-program-user-info-id h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
}

.affiliate-program-user-info-id p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #B8BCBC;
    margin: 0;
}

.affiliate-program-user-info-date {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin: 22px 0 0 0;
    gap: 8px;
}

.affiliate-program-user-info-date h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
}

.affiliate-program-user-info-date p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #B8BCBC;
    margin: 0;
}

.affiliate-program-user-info-conditions {
    display: flex;
    justify-content: center;
    align-items: center;
}

.affiliate-program-user-info-conditions a {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #B0B0B0;
    margin: 0;
}

.affiliate-program-user-info-stop-cooperation {
    display: flex;
    justify-content: center;
    align-items: center;
}

.affiliate-program-user-info-stop-cooperation a {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #832222;
    margin: 0;
}

.affiliate-program-user-info-link-partner {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 11px;
    margin: 38px 0 0 0;
}

.affiliate-program-ticket {
    display: flex;
    align-items: center;
    gap: 26px;
}

.affiliate-program-ticket-referrals {
    min-width: 215px;
    height: 100px;
    border-radius: 11px;
    background-color: #18181C;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px 10px 18px 10px;
    gap: 18px;
    box-shadow: 0 -1px 1px 0.5px #434261;
}

.affiliate-program-ticket-balance {
    min-width: 215px;
    height: 100px;
    border-radius: 11px;
    background-color: #18181C;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px 10px 18px 10px;
    gap: 18px;
    box-shadow: 0 -1px 1px 0.5px #434261;
}

.affiliate-program-ticket-referrals h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #9492FF;
    margin: 0;
}

.affiliate-program-ticket-balance h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #9492FF;
    margin: 0;
}

.affiliate-program-ticket-referrals-quantity {
    min-width: 75px;
    height: 26px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2A293B;
    padding: 0 10px 0 10px;
}

.affiliate-program-ticket-balance-quantity {
    min-width: 114px;
    height: 26px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2A293B;
    padding: 0 10px 0 10px;
}

.affiliate-program-ticket-referrals-quantity p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #93939C;
    margin: 0;
}

.affiliate-program-ticket-balance-quantity p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #93939C;
    margin: 0;
}

.affiliate-program-ticket-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 48px 0 0 0;
}

.button-affiliate-program {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 215px;
    height: 40px;
    border-radius: 8px;
    background-image: linear-gradient(-180deg, #9492FF, #54528c);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    color: #FFFFFF;
}

.button-affiliate-program:hover {
    transform: translateY(-3px);
}

.button-affiliate-program-nothing {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 215px;
    height: 40px;
    border-radius: 8px;
    background-image: linear-gradient(-180deg, #464646, #23232c);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    color: #707073;
}

.button-affiliate-program-kaspi {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 215px;
    height: 40px;
    border-radius: 8px;
    background-image: linear-gradient(-180deg, #9492FF, #54528c);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    color: #FFFFFF;
}

.button-affiliate-program-kaspi:hover {
    transform: translateY(-3px);
}

/*Operations History*/

.section-3 {
    margin: 27px 0 0 0;
}

.operations-history {
    height: auto;
    background-color: #101010;
    border-radius: 8px;
    padding: 26px 36px 26px 36px;
}

.operations-history-title h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
}

.operations-history-columns {
    display: flex;
    align-items: flex-start;
    justify-content: start;
    margin: 24px 0 0 0;
}

.tablee {
    display: flex;
    flex-direction: column;
}

.tablee-tr {
    display: flex;
    flex-direction: row;
}

.operations-history-columns-date-time {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 177px;
    height: 42px;
    z-index: 5;
    background-color: #2B2B2B;
    padding: 0 22px 0 22px;
    box-shadow: 6px 6px 5px -5px #1e1e1e;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
}

.operations-history-columns-date-time-value {
    width: 177px;
    padding: 20px 22px 0 22px;
    display: flex;
    border-right: 1px solid #2D2D2D;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    margin: 0;
    font-weight: 400;
    color: #CACACA;
}

.operations-history-columns-id-partner-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 177px;
    height: 42px;
    z-index: 4;
    background-color: #2B2B2B;
    padding: 0 22px 0 22px;
    box-shadow: 6px 6px 5px -5px #1e1e1e;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
}

.operations-history-columns-id-partner-value {
    width: 177px;
    padding: 20px 22px 0 22px;
    display: flex;
    border-right: 1px solid #2D2D2D;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    margin: 0;
    font-weight: 400;
    color: #CACACA;
}

.operations-history-columns-application-type-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 42px;
    z-index: 3;
    background-color: #2B2B2B;
    padding: 0 22px 0 22px;
    box-shadow: 6px 6px 5px -5px #1e1e1e;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
}

.operations-history-columns-application-type-value {
    width: 240px;
    padding: 20px 22px 0 22px;
    display: flex;
    border-right: 1px solid #2D2D2D;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    margin: 0;
    font-weight: 400;
    color: #CACACA;
}

.operations-history-columns-application-type-value p {
    margin: 0;
}

.operations-history-columns-status-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 177px;
    height: 42px;
    z-index: 2;
    background-color: #2B2B2B;
    padding: 0 22px 0 22px;
    box-shadow: 6px 6px 5px -5px #1e1e1e;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
}

.operations-history-columns-status-value {
    width: 177px;
    padding: 20px 22px 0 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    margin: 0;
    font-weight: 400;
    color: #CACACA;
}

.operations-history-columns-status-value p {
    margin: 0;
}

/*Footer*/

.section-4 {
    margin: 85px 0 0 0;
    padding-bottom: 75px;
}

.footer-columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 40px 0;
    border-top: solid 1px #343434;
    border-bottom: solid 1px #343434;
}

.footer-column-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-right: 78px;
    gap: 20px;
}

.footer-column-info-contact {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
}

.footer-column-info-contact h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
}

.footer-column-info-contact p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #8E8E8E;
    margin: 0;
}

.footer-column-info-address {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
}

.footer-column-info-address h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
}

.footer-column-info-address p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #8E8E8E;
    margin: 0;
}

.footer-column-info-postcode {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
}

.footer-column-info-postcode h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
}

.footer-column-info-postcode p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #8E8E8E;
    margin: 0;
}

.footer-column-logo {
    margin-right: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-column-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 47px;
}

.footer-concert {
    margin: 27px 0 0 0;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.footer-concert a {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #6E6E6E;
    margin: 0;
}

/*Modal*/

.modal {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
    overflow-y: auto;
    display: none;
}

.modal-main {
    position: relative;
    width: 327px;
    height: 229px;
    background-color: #18181C;
    margin: auto;
    color: #000;
    border-radius: 11px;
    padding: 30px 28px 30px 22px;
    cursor: default;
}

.modal-title h1 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #C3C3C4;
    margin: 0;
}

.modal-close-cross:hover {
    transform: scale(1.2);
}

.modal-container {
    margin-bottom: 46px;
}

.modal-form {
    font-family: 'IBM Plex Sans', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 16px 0 0 0;
}

.modal-text p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #C3C3C4;
    margin: 18px 0 0 0;
}

.modal-button {
    display: flex;
    flex-direction: row;
    margin: 35px 0 0 0;
    gap: 8px;
    justify-content: end;
    align-items: end;
}

.button-confirm {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    background-color: #1D1D23;
    border: none;
    border-radius: 6px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #C3C3C4;
    box-shadow: 0 -0.5px 1px 0.5px rgb(59, 58, 58);
}

.button-confirm:hover {
    transform: translateY(-3px);
}

.button-cancel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    background-color: #3F1C1E;
    border: none;
    border-radius: 6px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #C3C3C4;
    box-shadow: 0 -0.5px 1px 0.5px rgb(59, 58, 58);
}

.button-cancel:hover {
    transform: translateY(-3px);
}

.modal-application-accepted {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}

.modal-title-confirm h1 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #C3C3C4;
    margin: 0;
}

.button-ok {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    background-color: #1D1D23;
    border: none;
    border-radius: 6px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #C3C3C4;
    box-shadow: 0 -0.5px 1px 0.5px rgb(59, 58, 58);
}

.button-ok:hover {
    transform: translateY(-3px);
}

/*Modal withdrawal of fund*/

.modal-main-withdrawal-of-fund {
    position: relative;
    width: 550px;
    height: auto;
    background-color: #212124;
    margin: auto;
    color: #000;
    border-radius: 11px;
    padding: 30px 30px 30px 30px;
    cursor: default;
}

.modal-title-withdrawal-of-fund h1 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #D3D3D3;
    margin: 0;
}

.modal-close-cross {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    top: 25px;
    right: 25px;
    outline-offset: 3px;
    transition: outline-color .15s ease-in-out;
    border-radius: 3px;
    padding: 0;
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
}

.modal-form {
    font-family: 'IBM Plex Sans', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 16px 0 0 0;
}

.form-group {
    width: 100%;
    margin: 20px 0 0 0;
}

.form-group h1 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}

.form-select {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgb(181, 181, 181);
    display: block;
    width: 100%;
    height: 48px;
    background-color: #2C2C3A;
    border: solid 1px #605F9C;
    border-radius: 8px;
    padding: 10px 20px 10px 20px;
    outline: none;
    margin: 11px 0 0 0;
}

::placeholder {
    color: rgba(181, 181, 181, 0.65);
}

.form-input {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #B5B5B5;
    display: block;
    width: 100%;
    height: 48px;
    padding: 15px 20px 15px 20px;
    background-color: #2C2C3A;
    border: solid 1px #605F9C;
    border-radius: 8px;
    outline: none;
    margin: 11px 0 0 0;
}

.input-file {
    position: relative;
    cursor: pointer;
}

.input-file span {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #9492FF;
    margin: 0;
}

.input-file img {
    margin: 0 10px 0 0;
}

.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

.comment {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #B5B5B5;
    display: block;
    width: 100%;
    padding: 15px 20px 15px 20px;
    background-color: #27272A;
    border: solid 1px #424244;
    border-radius: 8px;
    outline: none;
    margin: 11px 0 0 0
}

.buttons-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.form-button-confirm {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 167px;
    height: 48px;
    border-radius: 8px;
    border: none;
    background-image: linear-gradient(-180deg, #518253, #48485d);
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 35px 0 0 0;
}

.form-button-confirm:hover {
    transform: translateY(-3px);
}

.form-button-reject {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 167px;
    height: 48px;
    border-radius: 8px;
    border: none;
    background-image: linear-gradient(-180deg, #825151, #48485d);
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 35px 0 0 0;
}

.form-button-reject:hover {
    transform: translateY(-3px);
}

/*Modal Kaspi*/

.modal-main-payment-via-kaspi {
    position: relative;
    width: 550px;
    height: auto;
    background-color: #212124;
    margin: auto;
    color: #000;
    border-radius: 11px;
    padding: 30px 30px 30px 30px;
    cursor: default;
}

.modal-title-payment-via-kaspi h1 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #D3D3D3;
    margin: 0;
}

.modal-close-cross {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    top: 25px;
    right: 25px;
    outline-offset: 3px;
    transition: outline-color .15s ease-in-out;
    border-radius: 3px;
    padding: 0;
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
}

.modal-form {
    font-family: 'IBM Plex Sans', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 16px 0 0 0;
}

.form-group {
    width: 100%;
    margin: 20px 0 0 0;
}

.form-group h1 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}

::placeholder {
    color: rgba(181, 181, 181, 0.65);
}

.form-input {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #B5B5B5;
    display: block;
    width: 100%;
    height: 48px;
    padding: 15px 20px 15px 20px;
    background-color: #2C2C3A;
    border: solid 1px #605F9C;
    border-radius: 8px;
    outline: none;
    margin: 11px 0 0 0;
}

.buttons-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.form-button-confirm {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 167px;
    height: 48px;
    border-radius: 8px;
    border: none;
    background-image: linear-gradient(-180deg, #518253, #48485d);
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 35px 0 0 0;
}

.form-button-confirm:hover {
    transform: translateY(-3px);
}

.form-button-reject {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 167px;
    height: 48px;
    border-radius: 8px;
    border: none;
    background-image: linear-gradient(-180deg, #825151, #48485d);
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 35px 0 0 0;
}

.form-button-reject:hover {
    transform: translateY(-3px);
}

.section-30 {
    /*background-color: #161824;*/
    background-color: #0a0a0a;
    padding-top: 80px;
    padding-bottom: 80px;
    box-shadow: inset 0 20px 20px #0003;
}

@media screen and (max-width: 479px) {
    .container_new {
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .div-block-504 {
        width: auto;
    }
}

@media screen and (max-width: 991px){
    .div-block-499 {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        flex-flow: column-reverse;
    }
    .div-block-497 {
        flex-flow: row-reverse;
    }
    .div-block-504 {
        width: auto;
    }

    .div-block-505 {
        grid-column-gap: 84px;
        grid-row-gap: 84px;
    }

    .link-7 {
        font-size: 11px;
        line-height: 16px;
    }
    .paragraph-189 {
        font-size: 11px;
        line-height: 16px;
    }

}

.container_new {
    z-index: 1;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.div-block-499 {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.div-block-498 {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
}

.div-block-497 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    display: flex;
}

.div-block-504 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    width: 460px;
    display: flex;
}

.div-block-505 {
    justify-content: space-between;
    display: flex;
}

.div-block-500 {
    background-image: linear-gradient(270deg, #fff0, #fff 20% 80%, #fff0);
    width: 100%;
    height: 1px;
}

.div-block-503 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
}

.div-block-501 {
    background-color: #c7eb5e;
    width: 1px;
    height: 24px;
}

.div-block-502 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.link-7 {
    color: #c7eb5e;
    white-space: nowrap;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}

.paragraph-189 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: Gilroy, sans-serif;
}