header {
  background: #E30F1B;
  padding: 15px 0;
}
.phone button.uk-button.uk-button-default {
  width: 200px;
  padding:0;
  margin-top: 0px;
}

section#slider {
    background-image: none;
    overflow:hidden;
    position: relative;
    margin-top: 130px;
    height: auto;
}

section#slider img {
  object-fit: cover;
  width: 100%;
}
section#tovar {
  background-image: url("../images/slider2-min-9may.jpg");
}
section#kresh {
  background-image: url("../images/bg-9may_2025-2.jpg");
}
section#cult {
  background-image: url("../images/bg-9may_2025-3.jpg");
}

footer {
   background: #E30F1B !important; 
}
.uk-offcanvas-bar {
  background:#E30F1B;
}
@media (min-width: 1700px) {
    .badges {
      position: absolute;
      left: 20px;
    }
}
@media (max-width: 1130px) {
    ul.headerMenu {
      margin-left: 10px;
    }
    
    .headerMenu li {
      margin:0 8px
    }
    
    .badges {
      width: 15%;
    }
    .badges img {
      width: 100%;
    }
}


@media (max-width: 960px), (max-width: 320px) {
    section#slider {
        margin-top: 60px;
    }
    section#kresh, section#cult {
        background-position: 80% 0%;
    }
    .mMenu {
      background:#E30F1B;
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center;
    }
     .logo svg {
        margin-top: 0;
      }
      span.uk-icon {
        color: #fff;
      }
    .badges {
        width: 30%;
    }
}