/* @media only screen and (max-width: 1920px) { } */
@media only screen and (max-width: 1366px) { }
@media only screen and (max-width: 1280px) { }
@media only screen and (max-width: 1024px) {
  .header .top {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 0;
  }
  .slicknav_menu {
    position: static;
  }
  .slicknav_nav {
    padding-top: 10px;
  }
  .slicknav_btn {
    top: 35px;
  }
  #top_contact {
    width: 100%;
  }
  #top_contact li {
    flex: 1;
    text-align: center;
    padding: 10px;
  }
  #top_contact li h3 {
    font-size: 14px;
  }
  #top_contact li h4 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 960px) {
  .gallery li {
    width: calc(100% / 3 - 10px);
  }
  #social a {
    font-size: 18px;
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 860px) {
  .halfed {
    flex-wrap: wrap;
  }
  .halfed form,
  .halfed #cennik_wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .halfed img:first-child,
  .halfed img:last-child {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .text p img {
    width: 100%;
    height: auto;
  }
  .contacts {
    width: 100%;
    padding-right: 0;
  }
  #map {
    width: 100%;
  }
  .header .wrapper {
    /* flex-direction: column;
    align-items: flex-start; */
    display: block;
    position: relative;
  }
  th, td {
    padding: 5px;
    font-size: 14px;
  }
  .halfed form,
  .halfed #cennik_wrapper {
    padding: 10px 10px;
  }
  #social {
    /* display: none; */
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 800px) {
}
/* @media only screen and (max-width: 768px) { } */
@media only screen and (max-width: 720px) {
  .header .top {
    align-items: flex-start;
  }
  .udogodnienia {
    margin-left: 0;
  }
  .udogodnienia li {
    width: 100%;
    margin-left: 0;
  }
  .cechy {
    flex-direction: column;
  }
  .cechy li {
    margin-bottom: 50px;
  }
  #map {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 640px) {
  #top_contact {
    display: none;
  }
  .gallery li {
    width: calc(100% / 2 - 5px);
  }
  #home_offer_list li {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) { }
@media only screen and (max-width: 480px) {
  #top_contact {
    display: none;
  }
  #home_offer_list li {
    width: 100%;
  }
}
/* @media only screen and (max-width: 360px) { } */
@media only screen and (max-width: 320px) {
  .gallery {
    margin-left: 0;
  }
  .gallery li {
    width: 100%;
    margin-left: 0;
  }
}
/* @media only screen and (max-width: 240px) { } */