@media only screen and (max-width: 768px) {
    h1 {
        font-size: 1.4rem;
    }
    h3 {
        font-size: 1.2rem;
    }
    h5 {
        font-size: 1rem;
    }
}

.bg-l-green {
    background-color: #a1bd3e;
}

.zapytaj-menu {
    background-color: #a1bd3e;
}

.zapytaj-menu a.nav-link {
    color: #FFF !important;
}

.zapytaj-menu a.nav-linkHOVER {
    color: #dce5bb !important;
}

.div-green {
    height: 8px;
    background-color: #0d9430;
}

.flex-even {
    flex: 1;
}

.table-div {
    height: 12px;
    background-color: #f1f1f1;
}


@media only screen and (min-width: 768px) {
    .border-r-desk {
        border-right: 1px solid black;
    }
}

.js-slidein {
    opacity: 0;
    transform: translateX(300px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.js-slidein-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.projekt-wrap {
    background-image: url('../images/projekt_bg.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;

}

.bg-light-green {
    background-color: #74b13a;
}

.slick-prev::before, .slick-next::before {
    color:  #03662f;
}

.bg-dark-green {
    background-color: #0d9430;
}

.przedstawiciel-wrap {
    padding:  20px;
    background-color: #FFF;
    color: #000;

}

.person {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

#p-tel-holder a, #p-email-holder a {
    color:  #000;
}

#top-button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  margin: 30px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s;
  z-index: 1000;
}
#top-button:hover {
  cursor: pointer;
  background-color: #333;
  text-decoration: none;
}
#top-button:active {
  background-color: #555;
}
#top-button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

a.text-black {
    color: #212529;
}
a.no-underline:HOVER {
    text-decoration: none;
}

.text-green, .text-green:hover {
    color: #169731
}

.small {
    font-size: 0.8rem;
    line-height: 1rem;
}

.btn-primary {
    background-color: #169731;
    border-color: #169731;
}

.btn-primary:hover {
    background-color: #0f581d;
    border-color: #0f581d;
}