.button {
    padding: 13px 27px;
    cursor: pointer;
    border-radius: 4px;
    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;
}
p {padding-bottom: 10px;}
.button_1 {
    background: transparent;
    color: white;
    border: 1px solid  var(--color-10);
}

.button_1:hover {
    background: var(--color-3);
}

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

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

.form_wrapper {
    max-width: 500px;
    border-radius: 6px;
    overflow: hidden;
    margin: 20px auto 50px;
}

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: black;
    background: var(--color-10);
}

.button_2:hover {
    background: var(--color-11);
}


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

.card__arrow_wrapper a {
    color: var(--color-10)!important;
}

.card__overlay {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    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;
}

.card__title_wrapper {
    display: flex;
    justify-content: space-between;
}

.card__title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: white;
}

.edit__card__slider {
    display: flex;
    gap: 10px;
    width: max-content;
    overflow-x: scroll;

}

.edit__card__slider .card__slider__item {
    width: 150px;
}

.card__slider__container {
    padding-top: 15px;
}

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

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

/*.card__slider.mini .card__slider__item__image {*/
/*    height: 190px;*/
/*}*/
.card__slider__item__image {
    height: 270px;
    position: relative;
    /*background-image: radial-gradient(198.15% 141.42% at 100% 100%, #9223ff 20%, #a3008d 59.5%, #9223ff 100%), linear-gradient(302deg, #5a1d90 -1.17%, #230c3a);*/
    border: 3px solid transparent;
    border-radius: 14px;
}

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

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

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


.card__slider.keen-slider {
    overflow: visible!important;
}



.promo_slider__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-radius: 10px;
    min-height: 460px;
    position: relative;
    width: 100%;
}

.promo__slider__item__image {
    position: absolute;
    height: 100%;
    width: 100%;
}
.promo__slider__item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.promo__slider__content {
    width: 100%;
    padding: 50px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.promo__slider__content .button {
    color: #000 !important;
    font-size: 21px;
    padding: 20px 30px;
    width: -moz-fit-content;
    width: fit-content;
}


.promo__label {
    font-size: 12px;
    background: var(--color-3);
    border-radius: 4px;
    padding: 2px 4px;
    width: fit-content;
    display: block;
    margin-bottom: 8px;

}

.promo__title {
    font-weight: bold;
    max-width: 60%;
    font-size: clamp(32px, 5vw, 72px);
    line-height: 110%;
    color: var(--color-10);
}

.promo__subtitle {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}


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

.burger__menu__close.button {
    display: none;
}

@media (max-width: 1200px) {
    .burger__menu__close.button {
        display: flex;
    }
}


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

    table {
        width: max-content!important;
    }
}

@media (max-width: 425px) {
    .button {
        padding: 8px 2px;
    }
}


.msanzl {cursor: pointer;}



