<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contact-boxes {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .contact-boxes {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
.contact-boxes &gt; div {
  width: 33.333%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .contact-boxes &gt; div {
    width: 100%;
    margin-bottom: 55px;
    max-width: 235px;
  }
}
.contact-boxes &gt; div:before {
  width: 308px;
  height: 308px;
  border-radius: 200px;
  content: '';
  background: #d3d2ce;
  position: absolute;
  left: -143px;
  top: -25px;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .contact-boxes &gt; div:before {
    width: 200px;
    height: 200px;
    left: -45px;
    top: -15px;
  }
}
.contact-boxes &gt; div h2 {
  font-size: 6em;
  line-height: 1.2em;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .contact-boxes &gt; div h2 {
    font-size: 4em;
  }
}
@media only screen and (max-width: 480px) {
  .contact-boxes &gt; div h2 {
    font-size: 2.5em;
  }
}
.contact-boxes &gt; div h3 {
  margin-top: 0;
  font-weight: 600;
  font-size: 1.4em;
  margin-bottom: 10px;
  min-height: 46px;
  max-width: 215px;
}
@media only screen and (max-width: 768px) {
  .contact-boxes &gt; div h3 {
    font-size: 1.2em;
  }
}
.contact-boxes &gt; div p {
  font-size: 1.2em;
  font-weight: 500;
}
.contact-boxes &gt; div iframe {
  width: 200px;
  height: 200px;
}
.contact-boxes &gt; div:last-child h2 {
  font-size: 5em;
  max-width: 200px;
  line-height: 0.95em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .contact-boxes &gt; div:last-child h2 {
    font-size: 3em;
  }
}
@media only screen and (max-width: 480px) {
  .contact-boxes &gt; div:last-child h2 {
    font-size: 2em;
  }
}
.contact-boxes .socials {
  margin-top: 35px;
}
.contact-boxes .socials a {
  margin-right: 15px;
}
@media only screen and (max-width: 992px) {
  .contact-boxes .socials a {
    margin-right: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-boxes .socials a {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 992px) {
  .contact-boxes .socials a img {
    width: 35px;
  }
}
.contact-boxes .socials a:hover img {
  filter: grayscale(1);
}
.in-kontakty article {
  max-width: 100%;
}
.in-kontakty .gallery {
  margin: 50px -3px;
}
@media only screen and (max-width: 768px) {
  .in-kontakty .gallery {
    margin: 0 -3px 30px -3px;
  }
}
.in-kontakty .gallery img {
  width: calc(16.666% - 10px);
  margin: 0 3px 6px 3px;
}
@media only screen and (max-width: 768px) {
  .in-kontakty .gallery img {
    width: calc(33.333% - 10px);
  }
}
.in-kontakty .bottom {
  display: flex;
  flex-wrap: wrap;
}
.in-kontakty .bottom &gt; div {
  max-width: 530px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .in-kontakty .bottom &gt; div {
    width: 100%;
    margin-bottom: 20px;
  }
}
.in-kontakty .bottom &gt; div:first-child a {
  color: #ea0200;
  display: block;
  margin-top: 20px;
  font-size: 1.5em;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .in-kontakty .bottom &gt; div:first-child a {
    font-size: 1.2em;
  }
}
.in-kontakty .bottom &gt; div:first-child p {
  font-size: 1.2em;
}
@media only screen and (max-width: 768px) {
  .in-kontakty .bottom &gt; div:first-child p {
    font-size: 1.1em;
  }
}
.in-kontakty .bottom h2 {
  margin-top: 0;
  font-size: 6em;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .in-kontakty .bottom h2 {
    font-size: 3em;
  }
}
@media only screen and (max-width: 480px) {
  .in-kontakty .bottom h2 {
    font-size: 2em;
  }
}
.in-kontakty .bottom h3 {
  font-size: 4.5em;
  margin-top: 0;
  margin-bottom: 35px;
  margin-top: 19px;
}
@media only screen and (max-width: 768px) {
  .in-kontakty .bottom h3 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 480px) {
  .in-kontakty .bottom h3 {
    font-size: 1.5em;
    margin-bottom: 0px;
  }
}
.in-kontakty .bottom h3 + p {
  display: none;
}
@media only screen and (max-width: 768px) {
  .in-kontakty #formContact {
    margin-top: 20px;
  }
}
.p-thumbnails .video-thumb {
  border: 1px solid rgba(0, 0, 0, 0.4);
  display: inline-block;
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 10px;
  margin-right: 15px;
  overflow: hidden;
  margin-bottom: 5px;
  transition: .3s;
  background: #ff0000;
  cursor: pointer;
  float: left;
}
.p-thumbnails .video-thumb.highlighted {
  border: 1px solid #000000;
}
.p-thumbnails .video-thumb:after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/lavaloom/play.svg");
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
}
.p-thumbnails .video-thumb img {
  mix-blend-mode: multiply;
}
.p-thumbnails-wrapper .video-wrapper,
.p-image-wrapper .video-wrapper {
  display: block;
  position: relative;
  /*padding-bottom: 70.7%;*/
  height: 720px;
  margin-bottom: 15px;
}
@media (max-width: 430px) {
  .p-thumbnails-wrapper .video-wrapper,
  .p-image-wrapper .video-wrapper {
    padding-bottom: 179.7%;
    height: 0;
  }
}
.p-thumbnails-wrapper .video-wrapper video,
.p-image-wrapper .video-wrapper video,
.p-thumbnails-wrapper .video-wrapper iframe,
.p-image-wrapper .video-wrapper iframe {
  position: absolute !important;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 402px;
  transform: translate(-50%, -50%);
}
.p-thumbnails-wrapper .video-wrapper video::-webkit-media-controls-toggle-closed-captions-button,
.p-image-wrapper .video-wrapper video::-webkit-media-controls-toggle-closed-captions-button {
  display: none;
}
.p-thumbnails-wrapper .video-wrapper video::-webkit-media-controls-volume-slider,
.p-image-wrapper .video-wrapper video::-webkit-media-controls-volume-slider {
  display: none;
}
.p-thumbnails-wrapper .video-wrapper video::-webkit-media-controls-mute-button,
.p-image-wrapper .video-wrapper video::-webkit-media-controls-mute-button {
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-detail-inner h1 {
    padding-top: 0;
  }
}
</pre></body></html>