body {
    font-family: "Krub", sans-serif;
    padding-bottom: 0;
    max-width: 1400px;
    margin: 0 auto;
    background: #fff;
}

.header-border {
    position: relative;
    display: block;
    width: 100%;
    height: 10px;
    background-color: #155e26;
}
.header {
   height: 130px;
}
.header .menu a {
  float: right;
  height: 2.875rem;
  margin-right: 7px;
  color: #fff;
  background-color: #155e26;
  border: 1px solid #155e26;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header .menu a:hover {
    color: #fff;
}

.header .top-logo {
    float: left;
    margin-right: 50px;
}
.header .menu {
    margin-left: 0;
    margin-top: 18px;
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 95%;
    }
}

.header-img {
  border-top: 10px solid #155e26;
  height: 450px;
  background-image: url('https://pufimart.pl/carebay/slider2.jpg');
  background-position: center;
}

.slider {
    margin-top: 60px;
}
.slider h1 {
    font-size: 50px;
    color: #000;
    margin-top: 20px;
    font-weight: 800;
    margin-bottom: 0;
}
.slider h2 {
    display: inline-block;
    background: #155e26;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 1.875rem;
}

.boxtitle {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 11px;
  padding-left: 18px;
  height: 2.875rem;
  background-color: #155e26;
  border: 1px solid #155e26;
}
.boxtitle .title {
  margin-top: auto;
  margin-bottom: auto;
}
.boxtitle .title h3 {
  color: #000;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.product {
    background: #fff;
    margin-top: 0;
    padding: 5px 25px;
    box-shadow: 0 5px 9px rgba(100, 49, 118, 0.1);
    border-radius: 7px;
}

.product .info-product {
    margin-bottom: 20px;
    margin-top: 20px;
}
.product .mb-50 {
  
  margin-bottom: 150px;
}
.product .mb-30 {
  
  margin-bottom: 40px;
}
.product .info-product p {
   text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}
.product .info-product-icon {
  width: 24px;
  margin-right: 5px;
}
.product .image-product img {
    width: 100%;
    border: 1px solid rgba(100, 49, 118, 0.1);
}
.product .image-product-2 img {
    margin-top: 15px;
    width: 100%;
    border: 1px solid rgba(100, 49, 118, 0.1);
}
.product .image-product-car img {
    width: 100%;
    border: 1px solid rgba(100, 49, 118, 0.1);
    margin-bottom: 25px;
    border-radius: 15px;
}
.product-desc dl, .product-desc ol, .product-desc ul {
  
  margin-bottom: 1px;
}
.product h3 {
  font-weight: 700;
  font-size: 22px;
  color: #000;
  margin-bottom: 15px;
}
.product h4 {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}
.box {
    height: auto;
    padding: 30px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(100, 49, 118, 0.1);
    margin-bottom: 10px;
}
.box h3 {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}
.box p {
  font-size: 14px;
  font-weight: 500;
}

.footer p {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 13px;
    padding-top: 10px;
}

.image-product-mobile {

    display: none;
}
.image-product-mobile img {
      width: 100%;
    border: 1px solid rgba(100, 49, 118, 0.1);
}

@media (max-width: 768px) {
    .slider h1 {
      font-size: 30px !important;
    }
    .hidden-on-mobile {
      display: none !important;
    }
    .image-product-mobile {
        display: block !important;
        margin-bottom: 15px;
    }
    .header-img {
      height: 250px !important;
      background-size: cover !important; 
    }
    .header {
      margin-bottom: 40px;
    }
    .header .menu {
      margin-top: 25px !important;
      display: block !important;
    }
    .header .menu a {
      font-size: 12px !important;
      float: unset !important;
      padding-left: 6px !important;
      padding-right: 6px !important;
      padding-top: 6px !important;
      padding-bottom: 6px !important;
      height: auto !important;
      margin-bottom: 2px !important;
    }
    .top-logo {
      float: unset !important;
      margin-right: auto !important;
      margin-left: auto !important;
    }
    .slider {
      margin-top: 15px;
    }
}