.content {
  width: 100%;
}
.content.with-side-menu {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.content.with-side-menu .side-menu {
  width: 170px;
  height: fit-content;
  border-radius: 3px;
}
.content.with-side-menu .side-menu ul {
  padding: 0;
  margin: 17px 13px;
}
.content.with-side-menu .side-menu ul li {
  padding: 0;
  margin: 8px 0;
}
.content.with-side-menu .side-menu a {
  color: #060606;
  padding: 6px 0;
}
.content.with-side-menu .side-menu a:hover {
  color: #C20C09;
  text-decoration: none;
}
.content.with-side-menu .side-menu a svg {
  margin-right: 5px;
}
@media (max-width: 940px) {
  .content.with-side-menu {
    justify-content: center;
  }
  .content.with-side-menu .side-menu {
    display: none;
  }
}
.content hr {
  border: 0;
  border-top: solid 1px #e7e2d3;
  margin: 30px 0 40px;
  clear: both;
}
.content img {
  box-shadow: 0px 2px 6px 1px #0002;
  border: solid 5px #fff;
  max-width: 40vw;
}
.content .img-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.content .img-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.content div.img-left img,
.content div.img-right img {
  display: block;
}
.content div.img-left a:not(:last-of-type) img,
.content div.img-right a:not(:last-of-type) img {
  margin-bottom: 20px;
}
.content .clear {
  clear: both;
  margin-top: 1em;
  height: 0px;
}
.content .text-block {
  max-width: 500px;
}
.content .columns {
  display: flex;
  gap: 30px;
}
.content .columns h2 {
  margin-top: 0;
}
.content .columns.equal > * {
  flex: 1 1 350px;
}
.content .photo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 10px;
  margin: 40px 0 50px;
}
.content .photo-grid .grid-padding {
  opacity: 0;
}
@media (max-width: 632px), (max-width: 660px) and (any-pointer: fine) {
  .content .photo-grid {
    justify-content: space-evenly;
    row-gap: 30px;
  }
  .content .photo-grid img {
    max-width: calc(100vw / 2 - 25px);
  }
  .offer .content .photo-grid h2.category-title {
    max-width: calc(100vw / 2 - 15px);
  }
  .content .photo-grid .grid-padding {
    display: none;
  }
}
@media (max-width: 632px) and (max-width: 410px), (max-width: 660px) and (any-pointer: fine) and (max-width: 410px) {
  .offer .content .photo-grid h2.category-title {
    font-size: 17px;
    line-height: 17px;
  }
}
.content .photo-grid a {
  color: #060606;
}
.content .photo-grid a:hover {
  color: #C20C09;
  text-decoration: none;
}
.content .photo-grid a .description {
  margin-bottom: -17px;
}
.content .photo-grid a .description {
  text-align: center;
}
.content .main-column {
  width: 750px;
}
.content .main-column.standard-thumbs {
  width: 720px;
}
.content .main-column ul {
  padding: 0;
}
.content .main-column ul li {
  padding-left: 17px;
  position: relative;
}
.content .main-column ul li svg {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 4px;
  left: 2px;
}
.content .standard-thumbs img {
  width: 181px;
  aspect-ratio: 181 / 128;
  object-fit: none;
}
@media (max-width: 440px) {
  .content .standard-thumbs img {
    object-fit: cover;
  }
}
.offer .content h2.category-title {
  width: 190px;
  text-align: center;
  margin: 10px 0 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-family: Comfortaa, Arial, Helvetica, Sans-Serif;
}
.offer .content .categories img {
  object-fit: contain;
}
.hurt .content hr {
  margin: 20px 0 30px;
}
.hurt .content img {
  width: 100px;
  height: auto;
  border: none;
  box-shadow: none;
  object-fit: contain;
  padding-top: 6px;
}
.hurt .content img.tax-free {
  width: 242px;
}
.hurt .content img.pocztex {
  padding-top: 12px;
}
.about .content img {
  width: 445px;
}
.about .content p {
  margin-top: 0;
  text-align: justify;
}
.contact .content .contact-details {
  text-align: center;
}
.contact .content .contact-details p {
  margin-bottom: 30px;
}
.contact .content .contact-details .header {
  font-size: 16px;
}
.contact .content iframe#map {
  width: 100%;
  height: 550px;
  max-height: 100vh;
  border: 0;
  background: #e4e3df;
}
.content .contact-details .hours,
.content .side-contact .hours {
  font-size: 14px;
  font-weight: bold;
}
.home .content.with-side-menu {
  gap: 36px;
}
@media (max-width: 800px) {
  .home .content.with-side-menu {
    flex-flow: column;
  }
}
.home .content .main-column {
  max-width: 100%;
  text-align: justify;
}
.home .content .main-column p {
  margin-top: 0;
}
.home .content .main-column .columns {
  gap: 24px;
}
.home .content .side-contact {
  width: max-content;
  max-width: 100%;
  height: fit-content;
  box-sizing: border-box;
  margin: 0 auto;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 12px 20px 20px;
  border-radius: 3px;
}
.home .content .side-contact .columns {
  justify-content: space-between;
  gap: 10px;
}
.home .content .side-contact .links {
  font-weight: bold;
  margin-top: 16px;
  gap: 0;
}
.home .content .side-contact .links a {
  padding: 4px 0;
}
.home .content .side-contact .links a.map-link {
  position: relative;
  padding-right: 22px;
}
.home .content .side-contact .links svg.pin {
  height: 21px;
  width: auto;
  position: absolute;
  right: 0;
  top: -3px;
  filter: drop-shadow(1px 1px 0.5px #0003);
  transition-duration: 0.2s;
}
.home .content .side-contact .links a:hover svg.pin {
  top: -6px;
}
@media (max-width: 290px) {
  .home .content .side-contact {
    text-align: center;
  }
  .home .content .side-contact .columns {
    flex-direction: column;
  }
  .home .content .side-contact .columns.links {
    width: max-content;
    margin: 0 auto;
  }
}
.not-found .content {
  text-align: center;
  margin: 80px 0 120px;
}
.not-found .content .status-code {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 8px;
  color: hsl(0, 0%, 16%);
}
.not-found .content .status-msg {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}
