* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "PT Sans", Verdana;
}
ul {
  margin-left: 2em;
}
.text-bold {
  font-weight: bold;
}
.like-href {
  color: navy;
  text-decoration: underline;
  cursor: pointer;
}
#cookies {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 5px 0 0;
  text-align: center;
  background-color: #ffffff;
  z-index: 101;
}
.no-padding {
  padding: 0 !important;
}
#gotop {
  text-indent: -5000px;
  width: 52px;
  height: 90px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  cursor: pointer;
  display: none;
}
#topwhite {
  padding-top: 50px;
  background: white;
  transition: all 500ms ease-in-out;
}
#topwhite nav {
  background: white;
  border: 0;
}
#topwhite .navbar-brand img {
  height: 105px !important;
  transition: 500ms ease-in-out;
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  #topwhite .navbar-brand img {
    height: 40px !important;
  }
}
#topwhite #topmenu {
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  #topwhite #topmenu {
    font-size: 20px;
  }
}
#topwhite #topmenu li {
  padding: 40px 6px;
  transition: 500ms ease-in-out;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #topwhite #topmenu li {
    padding: 5px 0;
  }
}
#topwhite #topmenu li a {
  padding: 20px 16px;
  height: 130px;
  line-height: 76px;
  color: #484848;
  text-align: center;
  display: inline;
  border-radius: 5px;
  transition: 500ms ease-in-out;
}
@media (max-width: 767px) {
  #topwhite #topmenu li a {
    padding: 5px 0;
    height: auto;
    line-height: auto;
    display: block;
    border-radius: 0;
  }
}
#topwhite #topmenu li a:hover {
  background-color: #77b72d;
  color: #ffffff;
}
#topwhite.fixed-top {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 400;
  padding-top: 10px;
  box-shadow: 0px 2px 2px #b3b3b3;
  transition: all 500ms ease-in-out;
}
#topwhite.fixed-top .navbar-brand img {
  height: 55px !important;
  transition: 500ms ease-in-out;
}
#topwhite.fixed-top .navbar {
  margin-bottom: 0;
}
#topwhite.fixed-top #topmenu {
  font-size: 20px;
}
#topwhite.fixed-top #topmenu li {
  padding: 5px;
  transition: 500ms ease-in-out;
}
#topwhite.fixed-top #topmenu li a {
  padding: 15px 5px;
  height: auto;
  line-height: auto;
  transition: 500ms ease-in-out;
}
.box {
  border-top: 3px solid #77b72d;
  margin: 2em 0;
  padding-bottom: 120px;
  min-height: 50vh;
}
.box#onas {
  border: 0;
  margin-top: 60px;
  font-size: 120%;
}
.box#onas p {
  text-indent: 3em;
  text-align: justify;
}
.box#onas .main_description {
  margin-top: 2em;
}
.box#onas .main_photo img {
  width: 100%;
  border-radius: 5px;
}
.box::after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  text-align: center;
  position: relative;
  top: -1.5em;
  margin: 0;
  border: 0;
}
.page-header h1 {
  padding: 0;
  margin: 0;
  background: white;
  display: inline-block;
  padding: 0 0.5em;
  text-transform: uppercase;
  color: #60636c;
}
.uslugi-box {
  display: flex;
  flex-wrap: wrap;
}
.uslugi-box .uslugi-item {
  min-width: 200px;
  text-align: center;
  padding: 5px;
  width: 30%;
  margin: 5px;
  border: 1px solid #b3b3b3;
  flex-grow: 1;
}
.uslugi-box .uslugi-item img {
  min-width: 200px;
  max-width: 100%;
}
.uslugi-box .uslugi-item .uslugi-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.uslugi-box .uslugi-item .uslugi-text {
  text-align: justify;
}
.referencje-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.referencje-box .referencje-item {
  width: 46%;
  margin: 10px 2%;
}
.referencje-box .referencje-item img {
  width: 100%;
}
.contact_photo {
  margin-bottom: 10px;
  max-width: 100%;
}
.contact {
  text-align: center;
}
.contact #contact-confirm {
  font-weight: bold;
  font-size: 22px;
  color: #77b72d;
  display: none;
  margin-top: 5em;
}
.contact #contact-form {
  width: 100%;
  background-color: #d3e2c1;
  display: block;
  padding: 60px 20px;
  font-weight: bold;
  overflow: auto;
}
.contact #contact-form .line-first input {
  width: 100%;
  padding: 20px;
  border: 1px solid #77b72d;
}
.contact #contact-form .line-second textarea {
  width: 100%;
  padding: 20px;
  border: 1px solid #77b72d;
  margin: 20px 0;
}
.contact #contact-form .line-third {
  text-align: center;
}
.contact #contact-form .line-third input {
  width: 50%;
  margin: 20px auto 0;
  background: #77b72d;
  color: white;
  padding: 20px;
  font-size: 18px;
  border: 1px solid #77b72d;
  text-transform: uppercase;
}
