header, footer, .page .foot-top, .copy, #CookiebotWidget, .reserv-mobile {
    display: none !important;
} 
.informator-container {
    max-width: 500px;
    margin: 0 auto;
}
.isec1 {
    background-size: cover;
    background-position: center;
}
.isec1 .logo {
    max-width: 120px;
}
.dropdown-menu.lang-switch .lang-item {
    right: 10px;
}
.ioverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #32363F, transparent 40%), 
                linear-gradient(to bottom, #32363F, transparent 40%);
    z-index: 1;
    mix-blend-mode: multiply;
}
.isec1 {
    height: 500px;
}
.lang img {
    height: 30px;
}
.imenu {
    width: fit-content;
}
.imenu-scroll {
    overflow-x: scroll;
    cursor: pointer;
}
.imenu a {
    padding: 10px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shadow-sm {
    box-shadow: 0 0rem 10px rgba(0, 0, 0, 0.09) !important;
}

.range::before {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    width: 7px;
    border-radius: 50px;
    background-color: #e2e2e2;
    position: absolute;
    bottom: -3.5px;
}
.range::after {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    width: 7px;
    border-radius: 50px;
    background-color: #e2e2e2;
    position: absolute;
    bottom: -3.5px;
    right: 0;
}
.range {
    border-bottom: 1px solid #e2e2e2 !important;
}
.bg-primary {
    background-color: var(--color2) !important;
}
.text-primary {
    color: var(--color2) !important;
}
.offers img {
    height: 80px;
    object-fit: cover;
    width: 100%;
}
.btn2 {
    padding: 4px 15px !important;  
}
.menu-item.active {
     
    position: relative;
}
.menu-item.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 20px;
    right: 20px;
    height: 3px;
    background-color: var(--color2, #000);
}
.sticky-top {
    position: sticky;
    top: 0;
}

@media (max-width: 560px) {
    .isec1 {
        height: 350px;
    }
}