@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.contrast-black-white .page-template-template-szablon .full-width,
.contrast-black-yellow .page-template-template-szablon .full-width {
  background-image: none;
}
.contrast-black-white .tabs .tab__content,
.contrast-black-yellow .tabs .tab__content {
  background-color: #000 !important;
}
.contrast-black-white .site-branding .custom-logo-link .custom-logo,
.contrast-black-yellow .site-branding .custom-logo-link .custom-logo {
  filter: brightness(0) invert(1);
}

.contrast-black-white .flex .right-column .template-info .desc span {
  color: #ffffff !important;
}
.contrast-black-white .flex .right-column .template-info .buttons .button {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000 !important;
}
.contrast-black-white .functions .blocks .box {
  border-color: #ffffff !important;
}
.contrast-black-white .tabs .tab label.checked {
  background-color: #ffffff !important;
  color: black;
}
.contrast-black-white #tpbr_box a {
  color: #ffffff !important;
}

.contrast-black-yellow .flex .right-column .template-info .desc span {
  color: #ff0 !important;
}
.contrast-black-yellow .flex .right-column .template-info .buttons .button {
  background-color: #ff0 !important;
  border-color: #ff0 !important;
  color: #000 !important;
}
.contrast-black-yellow .functions .blocks .box {
  border-color: #ff0 !important;
}
.contrast-black-yellow .tabs .tab label.checked {
  background-color: #ff0 !important;
  color: black;
}
.contrast-black-yellow #tpbr_box a {
  color: yellow;
}

.page-template-template-szablon .flex {
  display: flex;
  justify-content: space-between;
}
.page-template-template-szablon .flex .left-column {
  display: flex;
  flex-basis: calc(50% - 20px);
  border: 1px solid #ccc;
}
.page-template-template-szablon .flex .left-column .main-image {
  min-width: 100%;
  flex-basis: 100%;
  overflow: hidden;
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 365px;
  transition: 0.3s ease-in-out;
}
.page-template-template-szablon .flex .left-column .main-image .big:hover {
  animation: moveSlideshow 3s linear forwards;
  transition: 0.3s ease-in-out;
}
@keyframes moveSlideshow {
  100% {
    transform: translateY(-40%);
    transition: 0.3s ease-in-out;
  }
}
.page-template-template-szablon .flex .left-column .main-image .big:not(:hover) {
  transform: translateY(0%);
  transition: 0.3s ease-in-out;
}
.page-template-template-szablon .flex .left-column .main-image .icon {
  max-width: 50px;
  max-height: 50px;
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.page-template-template-szablon .flex .left-column .images {
  flex-basis: calc(30% - 10px);
  min-width: calc(30% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid #ccc;
}
.page-template-template-szablon .flex .left-column .images a {
  border-bottom: 1px solid #ccc;
}
.page-template-template-szablon .flex .left-column .images a:last-of-type {
  border: none;
}
.page-template-template-szablon .flex .left-column .images a img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-template-template-szablon .flex .right-column {
  display: flex;
  flex-basis: calc(50% - 20px);
}
.page-template-template-szablon .flex .right-column .template-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.page-template-template-szablon .flex .right-column .template-info .price {
  display: flex;
  gap: 5px;
  font-family: "Montserrat";
}
.page-template-template-szablon .flex .right-column .template-info .price span {
  font-size: 20px;
}
.page-template-template-szablon .flex .right-column .template-info .price h2 {
  font-size: 6rem;
  font-weight: 200;
  margin-top: -43px;
  height: 65px;
}
.page-template-template-szablon .flex .right-column .template-info .responsive-info {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 600;
}
.page-template-template-szablon .flex .right-column .template-info .buttons {
  display: flex;
  gap: 15px;
}
.page-template-template-szablon .flex .right-column .template-info .buttons .button {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  padding: 15px 40px;
  transition: 0.3s ease-in-out;
}
.page-template-template-szablon .flex .right-column .template-info .buttons .button:hover, .page-template-template-szablon .flex .right-column .template-info .buttons .button:focus {
  border-color: #3552a6 !important;
  color: #3552a6;
  background-color: transparent !important;
  transition: 0.3s ease-in-out;
}
.page-template-template-szablon .flex .right-column .template-info .buttons .button:nth-of-type(1) {
  border: 2px solid #32373c;
  background-color: #32373c;
}
.page-template-template-szablon .flex .right-column .template-info .buttons .button:nth-of-type(2) {
  border: 2px solid #cf2e2e;
  background-color: #cf2e2e;
}
.page-template-template-szablon .flex .right-column .template-info .desc {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.page-template-template-szablon .flex .right-column .template-info .desc p {
  font-size: var(--wp--preset--font-size--medium);
}
.page-template-template-szablon .flex .right-column .template-info .desc span {
  font-family: "Montserrat";
  font-size: 16px;
  color: grey;
}
.page-template-template-szablon .default-title {
  font-size: 36px;
  margin: 6rem 0 2rem 0;
}
.page-template-template-szablon .full-width {
  width: 100%;
  background-image: url("../images/bg.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.page-template-template-szablon .full-width .description {
  display: flex;
  flex-direction: column;
  gap: 25px;
  font-size: 20px;
}
.page-template-template-szablon .slider {
  position: relative;
  margin: 5rem 0;
  height: -moz-fit-content;
  height: fit-content;
}
.page-template-template-szablon .slider .swiper-container {
  overflow: hidden;
}
.page-template-template-szablon .slider .swiper-container .swiper-wrapper {
  align-items: center;
}
.page-template-template-szablon .slider .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  gap: 15px;
  opacity: 0.5;
}
.page-template-template-szablon .slider .swiper-container .swiper-wrapper .swiper-slide .icon img {
  max-width: 50px;
}
.page-template-template-szablon .slider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.page-template-template-szablon .slider .functionSlider-next {
  right: var(--swiper-navigation-sides-offset, -5rem);
}
.page-template-template-szablon .slider .functionSlider-prev {
  left: var(--swiper-navigation-sides-offset, -5rem);
}
.page-template-template-szablon .slider .functionSlider-next::after,
.page-template-template-szablon .slider .functionSlider-prev::after {
  color: black;
}
.page-template-template-szablon h1 {
  padding-bottom: 4rem;
}
.page-template-template-szablon .functions .description {
  display: flex;
  flex-direction: column;
  gap: 25px;
  font-size: 20px;
}
.page-template-template-szablon .functions .blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  margin: 4rem 0 6rem 0;
}
.page-template-template-szablon .functions .blocks .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 2rem;
  flex-basis: calc(25% - 15px);
  border: 1px solid #87b4f5;
  border-radius: 15px;
  text-align: center;
  font-size: 16px;
  transition: 0.3s ease-in-out;
}
.page-template-template-szablon .functions .blocks .box:hover, .page-template-template-szablon .functions .blocks .box:focus {
  background-color: #87b4f5;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
.page-template-template-szablon .functions .blocks .box img {
  max-width: 50px;
  max-height: 50px;
}

.tabs .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #e4e4e4;
  border-radius: 99px;
}
.tabs .tab * {
  z-index: 2;
}
.tabs .tab .banner {
  display: flex;
  width: 100%;
}
.tabs .tab:after {
  content: "";
  display: table;
  clear: both;
}
.tabs .tab input[type=radio] {
  display: none;
}
.tabs .tab label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75px;
  height: 100%;
  width: 100%;
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.tabs .tab label:first-of-type {
  border-top-left-radius: 99px;
  border-bottom-left-radius: 99px;
}
.tabs .tab label:last-of-type {
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
}
.tabs .tab label.checked {
  color: #fff;
  background-color: #3552a6;
}
.tabs .tab label span {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.tabs .tab label:hover {
  background-color: #3552a6;
  color: #fff;
}
.tabs .tab__content {
  display: none;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 2rem;
}
.tabs .tab__content:not(.checked) {
  display: none;
}
.tabs .tab__content.checked {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.tabs .tab__content * {
  animation: scale 0.2s ease-in-out;
}
@keyframes scale {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  50% {
    transform: scale(1.01);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.tabs .tab__content .content {
  flex-basis: calc(33.333% - 15px);
}

@media (max-width: 991px) {
  .tabs .tab {
    border-radius: 25px;
    flex-wrap: wrap;
  }
  .tabs .tab label:first-of-type {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 0px;
  }
  .tabs .tab label:last-of-type {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 25px;
  }
  .tabs .tab__content.checked .content {
    flex-basis: calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .tabs .tab__content.checked .content {
    flex-basis: 100%;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-szablon .flex {
    flex-direction: column;
    gap: 25px;
  }
  .page-template-template-szablon .flex .left-column {
    flex-basis: 100%;
  }
  .page-template-template-szablon .flex .left-column .main-image {
    height: 300px;
  }
  .page-template-template-szablon .flex .left-column .main-image .big:hover {
    animation: unset;
  }
  .page-template-template-szablon .flex .left-column .images a {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .page-template-template-szablon .flex .right-column {
    flex-basis: 100%;
  }
  .page-template-template-szablon .flex .right-column .template-info .price {
    align-items: flex-end;
  }
  .page-template-template-szablon .flex .right-column .template-info .price span {
    font-size: 18px;
  }
  .page-template-template-szablon .flex .right-column .template-info .price h2 {
    font-size: 4rem;
    margin-top: -8px;
    height: 100%;
  }
  .page-template-template-szablon .flex .right-column .template-info .responsive-info {
    font-size: 14px;
  }
  .page-template-template-szablon .flex .right-column .template-info .buttons .button {
    font-size: 13px;
    padding: 10px;
  }
  .page-template-template-szablon .flex .right-column .template-info .desc p {
    font-size: 18px;
  }
  .page-template-template-szablon .flex .right-column .template-info .desc span {
    font-size: 14px;
  }
  .page-template-template-szablon .default-title {
    font-size: 30px;
    margin: 3rem 0 2rem 0;
    text-align: left;
  }
  .page-template-template-szablon .full-width {
    background-position: top;
  }
  .page-template-template-szablon .full-width .description {
    font-size: 18px;
  }
  .page-template-template-szablon .slider .functionSlider-next {
    right: 0%;
  }
  .page-template-template-szablon .slider .functionSlider-prev {
    left: auto;
    right: 6%;
  }
  .page-template-template-szablon .slider .functionSlider-next,
  .page-template-template-szablon .slider .functionSlider-prev {
    top: -20px;
  }
  .page-template-template-szablon .slider .functionSlider-next::after,
  .page-template-template-szablon .slider .functionSlider-prev::after {
    font-size: 25px;
  }
  .page-template-template-szablon .functions .description {
    font-size: 18px;
  }
  .page-template-template-szablon .functions .blocks .box {
    flex-basis: calc(50% - 15px);
  }
  .page-template-template-szablon .functions .blocks .box span {
    font-size: 14px;
  }
  .page-template-template-szablon .has-medium-font-size {
    font-size: 18px !important;
  }
}
@media (max-width: 767.98px) {
  .page-template-template-szablon .functions .blocks .box {
    flex-basis: 100%;
  }
}/*# sourceMappingURL=style.css.map */