.bottom-content {
    background-color: #000000;
    height: 32px;
    padding: 10px 0;
    position: fixed;
    z-index: 10000000;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: bold;
    font-size: 19px;
}

.bottom-content__text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
}

.bottom-content__image {
    width: 30px;
    margin: 0 15px;
}

@media (max-width: 768px) {
    .bottom-content {
        font-size: 12px;
        height: 23px;
    }

    .bottom-content__image {
        width: 20px;
        margin: 0 5px;
    }
}

@media (max-width: 480px) {
    .bottom-content {
        font-size: 10px;
        height: 19px;
    }

    .bottom-content__image {
        width: 15px;
        margin: 0 3px;
    }
}

@media (max-width: 320px) {
    .bottom-content {
        font-size: 8px;
        height: 16px;
    }

    .bottom-content__image {
        width: 13px;
        margin: 0 0;
    }
}


footer#t-footer {
    margin-bottom: 38px !important;
}

.t-form__inputsbox .error_input {
    box-shadow: inset #ff0707 0px 0px 6px 4px !important;
}

.t-form__inputsbox button.button_disabled {
    background: #8f8f8f !important;
    cursor: not-allowed !important;
}

.request_block {
    background-image: url("/images/star.png");
    background-color: transparent !important;
    min-width: 419px;
    min-height: 294px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: nowrap;
    background-repeat: no-repeat; /* do not tile */
    background-position: center center; /* center in the block */
    background-size: 500px 333px; /* width x height */
}

.request-modal .featherlight-content {
    padding: 0 !important;
    background-color: transparent !important;
}

.request-modal .featherlight-close-icon {
    background: transparent !important;
    color: #ffffff !important;
    font-size: 26px !important;
    top: 9px !important;
}

#request_block_wrapper {
    display: none;
}

.featherlight-content #request_block_wrapper {
    display: block !important;
}

.request_block img {
    width: 80px;
}

.request_block a {

}

.t702 .t-popup__container {
    background: transparent !important;
}


@media (max-width: 580px) {
    .request_block {
        min-width: 380px;
        min-height: 333px;
    }
}

@media (max-width: 370px) {
    .request_block {
        min-width: 250px;
        min-height: 200px;
        background-size: 300px 200px; /* width x height */
    }

    .request_block img {
        width: 45px;
    }
}