

.button {
    padding: 12px;
    cursor: pointer;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    color: var(--color-2);
    background: transparent;
    outline: none;
    position: relative;
    overflow: hidden;
    display: flex;
    line-height: 140%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    height: fit-content;
}

.button_1 {
    background: #36312f;
    color: white;
}

.button_3 {
    background: #00000000;
    color: white;
    border: 1px solid #ffffff1f;
}



::-webkit-scrollbar {
    height: 1px;

}

::-webkit-scrollbar-track {
    background: var(--color-6);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--color-6);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--color-6);
}

.form_wrapper {
    max-width: 500px;
    border-radius: 6px;
    overflow: hidden;
    margin: 20px auto 50px;
    padding: 20px;
    background: var(--color-6);
}

form .big__banner__links {
    margin-top: 30px;
    justify-content: center;
}

.big__banner__links {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.big__banner__link {
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    background: var(--color-2);
    padding: 12px;
}

.big__banner__link svg {
    width: 20px;
    height: 20px;
}

.form__head {
    padding: 15px;
    width: 100%;
    background: #1a2c38;

}

.form__head svg {
    width: 67px;
    height: 34px;
}



.card__overlay {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #0a0a0da6;
}

.card__slider__item:hover .card__overlay {
    z-index: 1;
}
form button {
    width: 100%;
}

.button_2 {
    color: black;
    background: var(--color-10);
}
.button_2:hover {
    background: #ffd466;
}


.button_4 {
    background: var(--color-9);
}

.button_4:hover {
    background: var(--color-10);
}


.wp-element-button {
   border-radius: 4px!important;
}

.wp-block-post-content a:not(a[href="/go"]) {
    color: var(--color-4);
}

.form_wrapper {
    max-width: 500px;
}

.form_wrapper .button {
    width: fit-content;
    margin-top: 20px;
}

.form__fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form__fields input,
.form__fields textarea {
    background: white;
    padding: 16px 20px;
    border-radius: 1rem;
}

.card__title img {
    width: 32px;
    height: 32px;
}

.card__arrow_wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}



@media (max-width: 500px) {
    .wp-block-button {
        width: 100% !important;
    }
}



table {
    margin-block-start: 15px!important;
    margin-block-end: 15px!important;
    border-collapse: collapse;
}

table td {
    border: 1px solid white;
    padding: 10px;
}

.table_wrapper tbody tr:nth-child(odd) {
    background: rgba(255, 255, 255, 0.1);
}

.table_wrapper {
    overflow: auto;
}


.card__slider_wrapper {
    overflow: hidden;
}






