#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    background: #3c2471;
    max-width: 1200px;
    margin: 0 auto;
}

.tl-container {
    padding: 0 23px;
}

.tl-fancybox.tl-has-html .tl-carousel__button.tl-is-close {
    text-transform: none;
    letter-spacing: normal;
    background-color: transparent !important;
}

.tl-button {
    display: inline-block;
    padding: 18px 50px;
    font-family: "Codec Pro Light", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff !important;
    background: #5d5d5d;
    border: 1px solid #fff;
    margin-top: 20px;
}

.tl-button:hover {
    background: #9E003B;
}

.block-search--inner {
    border-bottom: 1px solid #fff;
}

@media (min-width: 1200px) {
    .block-search--inner {
        width: 100%;
        position: absolute;
        z-index: 9;
        bottom: 55px;
        left: 0;
        right: 0;
        border-bottom: none;
    }
}

@media (max-width: 700px) {
    .elementor-element.e-parent:has(#block-search:not(.block-search--inner)) {
        min-height: 970px;
    }
}
