/* Header Start */
#mainnav {
    height: unset !important;
}
@media (min-width: 768px) {
    body.index #mainnav:not(#mainnav.fixed-pinned) .navbar-brand img {
        max-width: 170px;
        width: 170px !important;
    }
}
@media (max-width: 992px) {
    body.index #mainnav:not(#mainnav.fixed-pinned) .navbar-brand img {
        max-width: 140px;
    }
}

/* fw */
section.s-block.s-block--photos-slider {
    margin-top: 0;
    margin-bottom: 4%;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper,
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    padding: 0;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 100%;
}
section.s-block.s-block--photos-slider .s-slider-block__title-nav {
  display: none;
}

/* banner_ad */
@media (min-width: 1600px) {
    .banner_ad.md\:max-h-\[700px\] {
        max-height: 830px !important;
    }
}
.banner_ad.md\:max-h-\[700px\] {
    max-height: 700px !important;
}

/* g_features */
.g_features .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.g_features .grid > div:last-of-type {
    display: none !important;
}