html {
    scroll-behavior: smooth;
}
.back-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 24px;
    border: none;
    outline: none;
    background-color: #00a8c6;
    color: white;
    cursor: pointer;
    border-radius: 50px;
    line-height: 0;
    width: 45px;
    height: 45px;
    border: 2px solid #00a8c6;
    transform: rotate(90deg);
    padding-bottom: 2px;
    align-items: center;
    justify-content: center;
}
.back-top:hover {
    background-color: #fff;
    color: #00a8c6;
}
.header-not-at-top .back-top {
    display: flex;
}
.tab {
    display: none;
}
.tab.show {
    display: block;
}
#banner-images-block .gevme-imagelist-block-flex-container {
    flex-wrap: wrap;
    gap: 10px;
}

#banner-images-block .anchr-btn {
    width: 32%;
}

#banner-images-block img {
    margin: 0 !important;
    max-width: 380px;
}
@media screen and (max-width: 640px) {
    #banner-images-block img {
        max-width: 100%;
    }
    #banner-images-block .anchr-btn {
        width: 48%;
    }
}
@media screen and (max-width: 450px) {
    #banner-images-block .anchr-btn {
        width: 100%;
    }
}