.button {
    padding: 12px;
    cursor: pointer;
    border-radius: 10px;
    font-size: 16px;
    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;
    min-width: 150px;
}

.button_1 {
    background: #282833;
    color: white;
}

.button_3 {
    background: #f5f7f9;
    border: 1px solid  var(--color-10);
    padding: 12px 24px;
}

.button_3:hover {
    background: #d6dde7;
    border: 1px solid  var(--color-10);
}

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

.form__title {
    display: flex;
    font-size: 24px;
    font-weight: 700;
    gap: 5px;
    line-height: 100%;
    padding: 20px;

}

.form_wrapper label{
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 12px;
    margin-top: 10px;
    width: 100%;
}

.form__text__input {
    display: flex;
    gap: 10px;
}

.form__text__input span {
    font-size: 12px;
    font-weight: 200;
    line-height: 120%;
}

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;
}

form button {
    width: 100%;
}

.button_2 {
    color: white;
    background: linear-gradient(153deg, #6658ff 4.38%, #3627fe 81.13%););
}

.button_2:hover {
    background: linear-gradient(153deg,#4234ff 4.38%,#7e72ff 81.13%);
}



.button_4 {
    background: #dd8423;
    color: white;
    min-height: 40px;
}

.button_4:hover {
    background: #d59753;
}


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

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

.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: 24px;
    height: 24px;
    filter: invert(1);
}

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

.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;
    backdrop-filter: blur(2px);
    background: linear-gradient(180deg, rgba(11, 11, 21, .7), rgba(11, 11, 21, .2));
}

.card__slider__item:hover .card__overlay {
    z-index: 1;
}

.card__title {
    font-size: 14px;
    color: #b0b3bf;
}

.card__title_wrapper .button {
    font-size: 12px;
    padding: 9px 14px;
    min-width: auto;
    color: var(--color-8)!important;
}



.card__slider__item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 0;
}

.card__slider__item:hover {
    margin-top: -15px;
}

.card__slider__item__image {
    height: 280px;
    overflow: hidden;
    position: relative;
    border-radius: 14px;
}

.card__slider__item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
}


.card__slider__item__desc {
    display: flex;
    align-items: center;
    gap: 5px;
}

.card__slider__item__desc {
    color: var(--color-1);
    font-size: 16px;
}

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

    .button {
        padding: 10px;
    }
}

@media (max-width: 500px) {
    .button {
        padding: 5px!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;
}


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

}

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

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

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







