body {
    background-color: #fff  !important;
}

.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 70px;
}

.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}

.s-slider-block__title {
    justify-content: center;
    color:#004566 !important
}

.navbar-brand img {
    max-height: 5rem;
}

custom-main-menu {
    min-height: 60px;
}

salla-slider.photos-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color: rgb(141 141 141);
}

/* Carousel */

.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}

.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}



/* Categories */

.s-slider-block__title h2 {
    font-size: 2.125rem;
}

.s-block--categories img{
  width:6rem;
  height:6rem
}

.s-block--banners {
    max-width: 100% !important;
}

.two-row .banner-entry:first-child {
    height: auto;
}

.s-block--banners .grid {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    cursor: grab;
    user-select: none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.s-block--banners .grid:active {
    cursor: grabbing;
}

.s-block--banners .grid > * {
    flex: 0 0 auto;
}

.s-block--banners .grid > *{
  min-width: 45%;
}
.s-block--banners .lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
}
.s-block--banners .banner-entry {
    height: 340px !important;
}
@media (max-width: 992px) {
    .s-block--banners .banner-entry {
        height: 200px;
    }
}
@media (max-width: 480px) {
    .s-block--banners .banner-entry {
        height: 140px !important;
    }
  .s-block--banners .grid > *{
  min-width: 90% !important;
}
}
@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-row: span 1 / span 1;
    }
}

/* Transparent Banner */
.banner-entry,
.banner--fixed img {
    background-color: transparent !important;
}

.s-reviews-container .swiper-slide-active .s-reviews-testimonial:where([dir=rtl],[dir=rtl] *) {
    background: #fcf6f7;
    border-radius: 1rem;
}

.s-reviews-header-wrapper {
    justify-content: center;
}

.s-contacts-icon svg {
    fill: #fff;
    height: 1.2rem;
    width: 1.2rem;
}

.s-contacts-icon {
    background: #33445b;
    height: 2.5rem;
    width: 2.5rem;
}

footer a.flex.items-center.m-0 h3 {
  font-size: 0 !important;
}

footer a.flex.items-center.m-0 h3:before {
  content: url(https://i.ibb.co/WNtD3vhF/image.png);
}