:root {
    --primary-green-color: rgba(57, 234, 93, 1);
    --gradient-border-background: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.8) 76.5%, rgba(255, 255, 255, 0.1) 100%);
    --gradient-border-mask: linear-gradient(rgba(27, 27, 35, 1) 0 0) exclude, 
                            linear-gradient(rgba(27, 27, 35, 1) 0 0) content-box;
    --default-fast-transition: all 0.2s ease;
    --sirius-font: "ALS Sirius";
    --side-margin-desc: 80px;
    --side-margin-tablet: 24px;
    --side-margin-mobile: 12px;
    --defaul-font-color: rgb(255, 255, 255);
    --white-opacity-05: rgba(251, 251, 251, 0.05);

    --paragraph-size-mobile: 14px;
}

.top_title {
    margin: 32px 80px 0px 80px;
}

/* body {
    background-image: none;
} */
.vectors {
    background-image: none;
}
body * {
    font-family: var(--sirius-font);
}

.top_info_block {
    margin: 64px var(--side-margin-desc);
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 60%;
}
.info span {
    color: var(--primary-green-color);
    font-size: 20px;
    font-weight: bold;
}
.info p {
    color: var(--defaul-font-color);
    font-size: 16px;
}

.advantages {
    display: flex;
    flex-direction: row;
    gap: 120px;
}
.advantages div {
    width: calc(100%);
}
.advantages h2 {
    color: var(--defaul-font-color);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}

.rules_elem {
    /* width: calc((100% - 76px) / 2); */

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;

    padding: 14px 16px;
    border-radius: 10px;
    background-color: var(--white-opacity-05);
    backdrop-filter: blur(15px);

    fill: rgb(255, 255, 255);
    text-decoration: none;

    margin-bottom: 8px;
}
.rules_elem p {
    line-height: 24px;
    font-size: 16px;
    color: #FFF;
}
.rules_elem span {
    line-height: 24px;
    font-size: 16px;
    color: var(--primary-green-color);
    font-weight: bold;
}

.steps_block {
    margin: 120px var(--side-margin-desc);
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.steps_block__top {
    display: flex;
    justify-content: space-between;
}
.steps_block__body {
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.steps_block__body__elem {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 80px;
}
.steps_block__body__elem > svg {
    height: 70px;
    width: 200px;
}
.steps_block__body__elem > div {
    width: 60%;
    color: var(--defaul-font-color);
    font-size: 16px;
}
.steps_block__body__elem > div span {
    font-size: 20px;
}
.steps_block__body__elem > div a {
    color: var(--primary-green-color);
    text-decoration: none;
}

.customers {
    margin: 120px var(--side-margin-desc);
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.customers_info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.customers_info > h2 {
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255);
}
.customers_info > p {
    font-size: 16px;
    color: var(--defaul-font-color);
}
.customers_info span {
    color: var(--primary-green-color)
}

.customers_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    overflow: hidden;
}
.customers_table th {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 24px;
    text-align: left;
    color: white;
    font-weight: 600;
}
.customers_table td {
    padding: 24px;
    color: white;
    position: relative;
    text-align: left; /* Выравнивание текста по левому краю */
    vertical-align: top; /* Выравнивание по верхнему краю */
}
.customers_table tr td {
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.customers_table tr:hover td {
    background: rgba(255, 255, 255, 0.05);
}

.customers_table tr > *:first-child {
    width: 20%;
}

.customers_table tr > *:not(:first-child) {
    width: 40%;
}
.customers_table a {
    color: var(--primary-green-color);
    text-decoration: none;
}

.secondary_promo__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    max-width: 53%;

    gap: 48px;
}
.about_block {
    margin: 0px var(--side-margin-desc) 120px var(--side-margin-desc);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about_block .secondary_promo__left {
    width: calc((100% - 120px) / 2);
}
.about_block img {
    width: calc((100% - 120px) / 2);
}

.secondary_button {
    width: fit-content;
    display: flex;
    align-items: center;
    position: relative;
    padding: 11px 24px 11px 24px;
    gap: 8px;
    border-radius: 41px;
    border: 1px solid rgba(255, 255, 255, 0);
    background: 
        linear-gradient(92.56deg, #4F8BFE 0%, #6F6BEE 34.5%, #D270F3 100%) padding-box, 
        linear-gradient(90deg, rgba(0, 227, 123, 0) 0%, rgba(255, 255, 255, 0) 76.5%, rgba(0, 227, 123, 0) 100%) border-box;
    color: #FFF;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "ALS Sirius";
    font-size: 14px;
    font-weight: bold;
    fill: white;
    transition: background 0.5s ease-in-out;

    cursor: pointer;
}
.secondary_button a {
    width: 100%;
    height: 100%;
    z-index: 5;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.secondary_button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
    border-radius: 41px;
    border: none;
    background: 
        linear-gradient(273deg, #4F8BFE 0%, #6F6BEE 34.5%, #D270F3 100%) padding-box, 
        linear-gradient(90deg, rgba(0, 227, 123, 0.2) 0%, rgba(255, 255, 255, 1) 76.5%, rgba(0, 227, 123, 0.1) 100%) border-box;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}
.secondary_button * {
    z-index: 2;
}
.secondary_button:hover:before {
    border: 1px solid white;
}
.secondary_button:hover:before {
    opacity: 1;
}

@media (max-width: 500px) {
    .top_title {
        margin: 24px var(--side-margin-mobile) 0px var(--side-margin-mobile);
    }
    .top_info_block {
        margin: 24px var(--side-margin-mobile) 0px var(--side-margin-mobile);
        gap: 24px;
    }
    .top_info_block .info {
        max-width: unset;
    }
    .info p {
        font-size: 14px;
    }
    .info span {
        font-size: 16px;
    }

    .advantages {
        /* margin: 0px var(--side-margin-mobile) 0px var(--side-margin-mobile); */
        flex-direction: column;
        gap: 24px;
    }
    .advantages div {
        width: unset;
    }
    .advantages h2 {
        font-size: 16px;
    }
    .rules_elem p {
        font-size: 14px;
    }

    .steps_block {
        margin: 80px var(--side-margin-mobile) 0px var(--side-margin-mobile);
        gap: 32px;
    }
    .steps_block__top {
        flex-direction: column;
        gap: 24px;
    }
    .steps_block__body {
        gap: 24px;
    }
    .steps_block__body__elem {
        flex-direction: column;
        gap: 0px;
    }
    .steps_block__body__elem > div {
        font-size: 14px;
        width: unset;
    }
    .steps_block__body__elem > div span {
        font-size: 16px;
    }
    .steps_block__body__elem > svg > text {
        font-size: 40px;
    }

    .customers {
        margin: 80px var(--side-margin-mobile) 80px var(--side-margin-mobile);
    }
    .customers_info {
        font-size: 14px;
    }
    .customers_table {
        font-size: 14px;
    }
    .table_wrapper {
        transform: translateZ(0);
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .secondary_promo__left {
        max-width: 100%;
        width: 100%;
        min-width: 100%;
        gap: 40px;
    }
    .about_block {
        margin: 0px var(--side-margin-mobile) 80px var(--side-margin-mobile);
        flex-direction: column;
        align-items: baseline;
        gap: 32px;

        font-size: var(--paragraph-size-mobile);
    }
    .about_block img {
        width: 100%;
    }

}