#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    background: #ceddd6;
    backdrop-filter: blur(30px);
    box-shadow: 0px -4px 30px 0px rgba(0, 0, 0, 0.1);
}

.be-container {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 30px;
}

.be-section {
    position: relative;
}

.tl-widgets-container {
    bottom: 65px !important;
}

@media screen and (min-width: 767px) {
    #block-search {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        background: rgba(206, 221, 214, 0.75);
    }

    #razvlecheniya > div {
        padding-bottom: 198px;
    }

    #avNav {
        display: none;
    }

    .avenue-toggle-btn {
        top: -190px;
    }

    .tl-widgets-container {
        bottom: 200px !important;
    }
}

@media screen and (min-width: 988px) {
    .avenue-toggle-btn {
        top: -120px;
    }

    .tl-widgets-container {
        bottom: 130px !important;
    }
}

@media screen and (min-width: 1201px) {
    .avenue-toggle-btn {
        top: -80px;
    }

    .tl-widgets-container {
        bottom: 90px !important;
    }
}