@charset "UTF-8";
#Header {
  width: 100%;
  height: 50px;
  padding: 0 1.25rem;
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1019607843);
  z-index: 100;
}
@media (min-width: 1025px) {
  #Header {
    height: 80px;
  }
}
#Header .HeaderContent {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#Header .HeaderContent .HeaderLogo a {
  display: block;
  background: url("img/cropped-logo-sauny-vital.png") no-repeat center center;
  background-size: cover;
  width: 113.5px;
  height: 32.5px;
}
@media (min-width: 1025px) {
  #Header .HeaderContent .HeaderLogo a {
    width: 227px;
    height: 65px;
  }
}

.HeaderMenu .HorniMenuElements {
  display: none;
}
@media only screen and (min-width: 1315px) {
  .HeaderMenu .HorniMenuElements {
    display: block;
  }
}
.HeaderMenu .HorniMenuElements ul {
  list-style-type: none;
}
@media only screen and (min-width: 1315px) {
  .HeaderMenu .HorniMenuElements ul.First {
    display: flex;
    align-items: center;
    height: 80px;
    gap: clamp(1.5rem, 2vw, 2.5rem);
  }
}
.HeaderMenu .HorniMenuElements ul li a, .HeaderMenu .HorniMenuElements ul li > span {
  font-family: "Poppins", sans-serif;
  font-size: clamp(0.75rem, 1.125vw, 0.875rem);
  line-height: 1.5rem;
  text-decoration: none;
  color: #000;
  transition: background-color 150ms ease-in-out;
  cursor: pointer;
}
.HeaderMenu .HorniMenuElements ul li.llevel_1 > a, .HeaderMenu .HorniMenuElements ul li.llevel_1 > span {
  font-weight: 600;
  text-transform: uppercase;
}
.HeaderMenu .HorniMenuElements ul li.llevel_1 > a span[data-id="119"], .HeaderMenu .HorniMenuElements ul li.llevel_1 > a[data-id="133"], .HeaderMenu .HorniMenuElements ul li.llevel_1 > span span[data-id="119"], .HeaderMenu .HorniMenuElements ul li.llevel_1 > span[data-id="133"] {
  display: inline-flex;
}
.HeaderMenu .HorniMenuElements ul li.llevel_1 > a span[data-id="119"]::after, .HeaderMenu .HorniMenuElements ul li.llevel_1 > a[data-id="133"]::after, .HeaderMenu .HorniMenuElements ul li.llevel_1 > span span[data-id="119"]::after, .HeaderMenu .HorniMenuElements ul li.llevel_1 > span[data-id="133"]::after {
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  margin-left: 0.25rem;
}
@media only screen and (min-width: 1315px) {
  .HeaderMenu .HorniMenuElements ul li.llevel_1 > a span[data-id="119"]::after, .HeaderMenu .HorniMenuElements ul li.llevel_1 > a[data-id="133"]::after, .HeaderMenu .HorniMenuElements ul li.llevel_1 > span span[data-id="119"]::after, .HeaderMenu .HorniMenuElements ul li.llevel_1 > span[data-id="133"]::after {
    content: "\e5cf";
  }
}
@media only screen and (min-width: 1315px) {
  .HeaderMenu .HorniMenuElements ul li.llevel_1:hover > a {
    color: #911b2e;
  }
  .HeaderMenu .HorniMenuElements ul li.llevel_1:hover ul {
    display: block;
    position: absolute;
    background-color: #F3F3F3;
    list-style-type: none;
    z-index: 100;
    width: 190px;
  }
  .HeaderMenu .HorniMenuElements ul li.llevel_1:hover ul li:hover {
    background-color: #BBB;
  }
  .HeaderMenu .HorniMenuElements ul li.llevel_1:hover ul li a {
    display: block;
    padding: 15px 20px;
    font-weight: 300;
    text-transform: none;
  }
}
.HeaderMenu .HorniMenuElements ul li.llevel_1:last-of-type a {
  background-color: #911b2e;
  color: #fff;
  padding: 0.5rem 1rem;
}
.HeaderMenu .HorniMenuElements ul li.llevel_1:last-of-type a:hover {
  background-color: #000;
}
.HeaderMenu .HorniMenuElements ul li.llevel_2 > a {
  font-weight: 400;
}
.HeaderMenu #hamburger {
  display: block;
}
.HeaderMenu #hamburger span.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 40;
}
@media only screen and (min-width: 1315px) {
  .HeaderMenu #hamburger {
    display: none;
  }
}
.HeaderMenu #burgerContent .HorniMenuElements {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.98);
  width: 100%;
  height: 100%;
}
.HeaderMenu #burgerContent .HorniMenuElements.open {
  display: block;
  transform: none;
  z-index: 1;
}
.HeaderMenu #burgerContent .HorniMenuElements .close {
  position: absolute;
  width: 47px;
  height: 47px;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 13px;
  border: 1px solid #707070;
}
.HeaderMenu #burgerContent .HorniMenuElements .close .closeSymbol {
  position: relative;
  width: 100%;
  height: 100%;
}
.HeaderMenu #burgerContent .HorniMenuElements .close .closeSymbol::before, .HeaderMenu #burgerContent .HorniMenuElements .close .closeSymbol::after {
  content: "";
  position: absolute;
  top: 9px;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #333;
}
.HeaderMenu #burgerContent .HorniMenuElements .close .closeSymbol::before {
  transform: rotate(45deg);
}
.HeaderMenu #burgerContent .HorniMenuElements .close .closeSymbol::after {
  transform: rotate(-45deg);
}
.HeaderMenu #burgerContent .HorniMenuElements .MenuElement {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.HeaderMenu #burgerContent .HorniMenuElements .MenuElement ul.First {
  margin-left: 8%;
  padding-left: 2.5rem;
}
.HeaderMenu #burgerContent .HorniMenuElements .MenuElement ul li.llevel_2 {
  padding-left: 1.5rem;
}
.HeaderMenu #burgerContent .HorniMenuElements .MenuElement ul li a {
  display: inline-block;
  line-height: 21px;
  padding: 0.313rem 0.5rem;
}
.HeaderMenu #burgerContent .HorniMenuElements .MenuElement ul li a.expanded {
  color: #911b2e;
}
.HeaderMenu #burgerContent .HorniMenuElements .MenuElement ul li a span[data-id="119"]::after, .HeaderMenu #burgerContent .HorniMenuElements .MenuElement ul li a span[data-id="133"]::after {
  content: "\e145";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.WysiwygFloatingPanel.NotLoggedIn {
  display: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6.75rem;
}
html body {
  -webkit-font-smoothing: antialiased;
}
html body .Container {
  position: relative;
}
html body .Container .ArticleElement:not(:nth-of-type(-n+2)), html body .Container .ArticleListElement, html body .Container .StructuredGalleryElement {
  animation: fadeInLeft 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
html body .Container .ArticleElement:not(:nth-of-type(-n+2)):nth-child(2), html body .Container .ArticleListElement:nth-child(2), html body .Container .StructuredGalleryElement:nth-child(2) {
  animation-delay: 0;
}
html body .Container .ArticleElement:not(:nth-of-type(-n+2)):nth-last-child(-n+2), html body .Container .ArticleListElement:nth-last-child(-n+2), html body .Container .StructuredGalleryElement:nth-last-child(-n+2) {
  animation-delay: 0;
}
html body .Container .Article_50 {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #292929;
  z-index: 10;
  height: 70px;
  padding: 0 1.25rem;
}
@media (min-width: 1025px) {
  html body .Container .Article_50 {
    height: auto;
  }
}
@media only screen and (max-width: 540px) {
  html body .Container .Article_50 {
    display: none;
  }
}
html body .Container .Article_50 .ArticleContent {
  background-color: #292929;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  height: 40px;
  line-height: 30px;
}
html body .Container .Article_50 .ArticleContent a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}
html body .Container .Centered {
  text-align: center;
}
html body .Container .MarginTop {
  margin-top: 6.25rem;
}
html body .Container .MarginBottom {
  margin-bottom: 6.25rem;
}
html body .Container .TwoColsLayout {
  display: grid;
  grid-template-columns: 100%;
  padding: 0 1.25rem;
  animation: fadeInLeft 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
html body .Container .TwoColsLayout:nth-child(2) {
  animation-delay: 0;
}
html body .Container .TwoColsLayout:nth-last-child(-n+2) {
  animation-delay: 0;
}
@media only screen and (max-width: 1023px) {
  html body .Container .TwoColsLayout > .Spacing {
    margin-top: 6.25rem;
  }
}
html body .Container .TwoColsLayout.Padding {
  padding: 2.5rem 0;
}
@media (min-width: 1025px) {
  html body .Container .TwoColsLayout.Padding {
    padding: 5rem 0;
  }
}
@media (min-width: 1025px) {
  html body .Container .TwoColsLayout.Unequal {
    grid-template-columns: 58% 38%;
    gap: 4%;
  }
}
@media (min-width: 1025px) {
  html body .Container .TwoColsLayout.Equal {
    grid-template-columns: 48% 48%;
    gap: 4%;
  }
}
html body .Container .TwoColsLayout.AlignCenter {
  align-items: center;
}
@media (min-width: 1025px) {
  html body .Container .TwoColsLayout .Reversed {
    order: -1;
  }
}
html body .Container .TwoColsLayout .ImageContainer {
  padding: 1.25rem;
}
html body .Container .TwoColsLayout .ContentContainer {
  padding: 0 1.25rem;
}
@media (min-width: 1025px) {
  html body .Container .TwoColsLayout .ContentContainer {
    padding: 16% 10%;
  }
}
html body .Container .TwoColsLayout .Images .Gallery {
  justify-items: center;
}
html body .Container .TwoColsLayout .Images a:not(:last-of-type) {
  display: block;
  margin-bottom: 1.25rem;
}
html body .Container .OneColLayout {
  padding: 0 1.25rem;
}
html a {
  color: #911b2e;
  text-decoration: none;
}
html a:hover {
  text-decoration: underline;
}
html img {
  max-width: 100%;
  height: auto;
}
html ul.customListStyle {
  list-style-type: none;
}
html ul.customListStyle li:before {
  padding-right: 0.25rem;
}
html ul.customListStyle li.checkmarkSolid:before {
  content: "✔";
}
html ul.customListStyle li.fire:before {
  content: "🔥";
}
html ul.customListStyle li.checkmark:before {
  content: "✅";
}
html ul.customListStyle li.diamond:before {
  content: "🔹";
  color: black;
}
html ul.customListStyle li.spruce:before {
  content: "🌲";
}
html ul.customListStyle li.pine:before {
  content: "🌳";
}
html ul.customListStyle li.aspen:before {
  content: "🍂";
}
html ul.customListStyle li.cedar:before {
  content: "🌿";
}
html ul.customListStyle li.light:before {
  content: "💡";
}
html ul.customListStyle li.phone:before {
  content: "📲";
}
html ul.customListStyle li.sparkles:before {
  content: "✨";
}
html ul.customListStyle li.package:before {
  content: "📦";
}
html ul.customListStyle li.lorry:before {
  content: "🚛";
}
html ul.customListStyle li.tel:before {
  content: "📞";
}

div.blog[class*=_zobraz] .ArticleElement .ElementHeader, div.blog[class*=_zobraz] .ArticleElement.Article_53 {
  display: none;
}
div.blog[class*=_zobraz] .ArticleElement.ArticleNoTitle:nth-of-type(2) {
  display: none;
}
div.blog[class*=_zobraz] .Article #Obsah {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
div.blog[class*=_zobraz] .ArticleList {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-auto-columns: 260px;
  gap: 30px;
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  div.blog[class*=_zobraz] .ArticleList {
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    grid-auto-columns: 340px;
  }
}
div.blog[class*=_zobraz] .ArticleList .ArticleStub {
  display: flex;
  flex-direction: column;
}
div.blog[class*=_zobraz] .ArticleList .ArticleStub h3 {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 150%;
  word-break: break-word;
}
div.blog[class*=_zobraz] .ArticleList .ArticleStub .Date {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #888;
  margin-bottom: 0.5rem;
}
div.blog[class*=_zobraz] .ArticleList .ArticleStub a:hover {
  text-decoration: none;
}
div.blog[class*=_zobraz] .ArticleList .ArticleStub > a:first-of-type {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  height: auto;
  width: 280px;
  max-width: 100%;
  margin-bottom: 1.25rem;
  align-self: center;
}
@media (min-width: 768px) {
  div.blog[class*=_zobraz] .ArticleList .ArticleStub > a:first-of-type {
    width: 100%;
    height: 455px;
  }
}
div.blog[class*=_zobraz] .ArticleList .ArticleStub > a:first-of-type img {
  height: auto;
  width: 280px;
  float: none;
}
@media (min-width: 768px) {
  div.blog[class*=_zobraz] .ArticleList .ArticleStub > a:first-of-type img {
    width: 100%;
    height: 455px;
  }
}
div.blog[class*=_zobraz] .ArticleList .ArticleStub > a.ReadMore {
  color: #911b2e;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-align: left;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  div.blog[class*=_zobraz] .ArticleList .ArticleStub .ArticlePerex {
    height: 130px;
  }
}
div.blog[class*=_zobraz] .ArticleList .ArticleStub .ArticlePerex p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.5px;
  color: #444444;
  margin-bottom: 1em;
}
@media (min-width: 1025px) {
  div.blog[class*=_zobraz] .ArticleList .ArticleStub .ArticlePerex p {
    letter-spacing: -0.1px;
  }
}
@media (min-width: 1400px) {
  div.blog[class*=_zobraz] .ArticleList .ArticleStub .ArticlePerex p {
    font-size: 1rem;
  }
}

.poradna .ArticleList {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.poradna .Question {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
}
@media (min-width: 1025px) {
  .poradna .Question {
    flex-direction: row;
    gap: 5rem;
  }
}
@media (min-width: 1400px) {
  .poradna .Question {
    gap: 7rem;
  }
}
.poradna .Question:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
.poradna .Question .QuestionImg {
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .poradna .Question .QuestionImg {
    width: 670px;
    height: 380px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
}
.poradna .Question .QuestionImg img {
  padding: 0;
  width: 100%;
}
@media (min-width: 1400px) {
  .poradna .Question .QuestionImg img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
  }
}
.poradna .Question .QuestionContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1025px) {
  .poradna .Question .QuestionContent {
    width: 60%;
  }
  .poradna .Question .QuestionContent .Divider.Dark.Big {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1400px) {
  .poradna .Question .QuestionContent {
    width: calc(100% - 670px - 5rem);
    position: relative;
    top: -0.5rem;
  }
}
.poradna .Question .QuestionContent .QuestionTitle a {
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #0c0c0c;
  margin-bottom: 0.625rem;
  max-width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .poradna .Question .QuestionContent .QuestionTitle a {
    letter-spacing: -1px;
    font-size: 2rem;
  }
}
.poradna .Question .QuestionContent .QuestionTitle a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .poradna .Question .QuestionContent .QuestionTitle .Divider.Dark {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1025px) {
  .poradna .Question .QuestionContent .QuestionPerex {
    height: 160px;
    overflow: hidden;
  }
}
.poradna .Question .QuestionContent .QuestionPerex p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.5px;
  color: #444444;
  margin-bottom: 1em;
}
@media (min-width: 1025px) {
  .poradna .Question .QuestionContent .QuestionPerex p {
    letter-spacing: -0.1px;
  }
}
@media (min-width: 1400px) {
  .poradna .Question .QuestionContent .QuestionPerex p {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .poradna .Question a.MoreBlack {
    margin-top: auto;
  }
}
.poradna a {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}
.poradna a.More {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  white-space: nowrap;
  line-height: 1.5;
  position: relative;
  transition: background-color 150ms ease-in-out;
  cursor: pointer;
  font-weight: 400;
  color: #292929;
  width: auto;
  letter-spacing: 0.5px;
  border: 1px solid #292929;
  border-radius: 50px;
  padding: 1.125rem 2.313rem;
  font-size: 0.813rem;
  background-color: #fff;
}
.poradna a.More:hover {
  color: #fff;
  background-color: #292929;
  text-decoration: none;
}
.poradna a.More span {
  font-size: 1rem;
  font-weight: 300;
  margin-right: 0.313rem;
}
.poradna a.MoreBlack {
  display: grid;
  grid-template-columns: 10% 60% 30%;
  align-items: center;
  overflow: hidden;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 3em;
  letter-spacing: -0.8px;
  background-color: #0c0c0c;
  padding: 0.875rem 0 0.875rem 2.5rem;
  color: #fff;
  text-decoration: none;
}
.poradna a.MoreBlack .Divider {
  transition: width ease-in-out 300ms;
  display: inline-block;
}
.poradna a.MoreBlack .Divider.Light {
  height: 1px;
  margin: 0 0 0.75rem 0;
  background-color: #BBB;
}
.poradna a.MoreBlack .Divider.Dark {
  height: 2px;
  margin: 0 0 2.5rem 0;
  background-color: #0c0c0c;
}
.poradna a.MoreBlack .Divider.Big {
  width: 120px;
}
.poradna a.MoreBlack .Divider.Small {
  width: 50px;
}
.poradna a.MoreBlack .Divider.TextDivider {
  height: 1px;
  background-color: #fff;
  margin: 0.25rem 0 0 0;
}
.poradna a.MoreBlack:hover .Divider {
  width: 190px;
}
@media (min-width: 1025px) {
  .poradna a.MoreBlack {
    padding: 1.25rem 0 1.25rem 2.5rem;
    margin-top: 2rem;
  }
}
.poradna a.MoreBlack span {
  margin-right: 1.25rem;
}
.poradna a.RedButton {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #911b2e;
  padding: 1.688rem 3.438rem;
  border-radius: 0.313rem;
  text-decoration: none;
  transition: background-color 150ms ease-in-out;
}
.poradna a.RedButton:hover {
  background-color: #0c0c0c;
}
.poradna a.Width {
  max-width: 400px;
  margin: 2rem auto 0 auto;
}

.reference section.Heading h1 {
  font-family: "Poppins", sans-serif;
  font-size: 2.813rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #0c0c0c;
  margin-bottom: 0.625rem;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .reference section.Heading h1 {
    letter-spacing: -3.7px;
    font-size: 4.063rem;
  }
}
.reference section.Heading p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.5px;
  color: #444444;
  margin-bottom: 1em;
}
@media (min-width: 1025px) {
  .reference section.Heading p {
    letter-spacing: -0.1px;
  }
}
@media (min-width: 1400px) {
  .reference section.Heading p {
    font-size: 1rem;
  }
}

.StructuredGalleryElement {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.StructuredGalleryElement .ElementFooter {
  text-align: center;
}

.sauny-skladem .Gallery .GalleryThumb .ThumbContent .ThumbImage a, .sauny-skladem .Subgallery .GalleryThumb .ThumbContent .ThumbImage a {
  height: 340px;
}
.sauny-skladem .Gallery .GalleryThumb .ThumbContent .ThumbName a, .sauny-skladem .Subgallery .GalleryThumb .ThumbContent .ThumbName a {
  display: none;
}

.Subgallery, .Gallery {
  width: 100%;
  max-width: 1400px;
  margin: 3.125rem auto;
  background-color: #fff;
  float: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-auto-columns: 260px;
  gap: 25px;
}
@media only screen and (max-width: 540px) {
  .Subgallery, .Gallery {
    justify-items: center;
  }
}
.Subgallery .GalleryThumb .ThumbContent .ThumbImage a, .Gallery .GalleryThumb .ThumbContent .ThumbImage a {
  height: 200px;
}
.Subgallery .GalleryThumb .ThumbContent .ThumbName a, .Gallery .GalleryThumb .ThumbContent .ThumbName a {
  display: none;
}

.SubgalleryThumb, .GalleryThumb {
  background-color: #fff;
  width: 260px;
  height: auto;
  padding: 0;
}
.SubgalleryThumb:hover .ThumbName a, .GalleryThumb:hover .ThumbName a {
  background-color: #911b2e;
  text-decoration: none;
}
.SubgalleryThumb .ThumbContent, .GalleryThumb .ThumbContent {
  border: none;
  padding: 0;
}
.SubgalleryThumb .ThumbContent .ThumbImage a, .GalleryThumb .ThumbContent .ThumbImage a {
  display: block;
  position: relative;
  width: 260px;
  height: 340px;
  overflow: hidden;
}
.SubgalleryThumb .ThumbContent .ThumbImage a img, .GalleryThumb .ThumbContent .ThumbImage a img {
  width: max-content;
  height: max-content;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.SubgalleryThumb .ThumbName a, .GalleryThumb .ThumbName a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", Sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #fff;
  background-color: #0c0c0c;
  margin: 0em;
  padding: 1em;
  height: 100px;
  max-height: 100%;
  width: 100%;
  transition: background-color 150ms ease-in-out;
}

.poradna .Thumbs {
  display: grid;
  grid-template-columns: repeat(1, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}
@media (min-width: 1025px) {
  .poradna .Thumbs {
    grid-template-columns: repeat(3, minmax(280px, 1fr));
  }
}
.poradna .GalleryThumb {
  width: 280px;
}
.poradna .GalleryThumb .ThumbContent .ThumbImage a {
  width: 280px;
  height: 150px;
}
.poradna .GalleryThumb .ThumbContent .ThumbName a {
  line-height: 2rem;
  height: unset;
}

.ObsahStrankyElements .ContactFormElement {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.ObsahStrankyElements .ContactFormElement form {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  padding: 1.25rem;
}
.ObsahStrankyElements .ContactFormElement form label {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.5px;
  color: #444444;
  margin-bottom: 1em;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements .ContactFormElement form label {
    letter-spacing: -0.1px;
  }
}
@media (min-width: 1400px) {
  .ObsahStrankyElements .ContactFormElement form label {
    font-size: 1rem;
  }
}
.ObsahStrankyElements .ContactFormElement form label span {
  color: #911b2e;
}
.ObsahStrankyElements .ContactFormElement form input[type=text], .ObsahStrankyElements .ContactFormElement form textarea {
  background-color: #fff;
  border: 1px solid #0c0c0c;
  border-radius: 3px;
  color: #0c0c0c;
  max-width: 540px;
  width: 100%;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.ObsahStrankyElements .ContactFormElement form input[type=submit] {
  font-family: "Poppins", sans-serif;
  width: 100%;
  border: none;
  padding: 1rem 0;
  font-size: 1rem;
  text-transform: none;
  background-color: #911b2e;
  color: #fff;
  border-radius: 3px;
}
.ObsahStrankyElements .ContactFormElement form textarea {
  font-family: "Poppins", sans-serif;
}
.ObsahStrankyElements .ContactFormElement form .Antispam {
  text-align: left;
}

#Footer {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 4.375rem 0 1.25rem 0;
}
#Footer .FooterElements {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 1.25rem;
}
#Footer .FooterElements > div {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.5rem;
  color: #0c0c0c;
  flex-basis: 100%;
  padding: 0.625rem 0;
}
@media (min-width: 768px) {
  #Footer .FooterElements > div {
    flex-basis: 50%;
  }
}
@media (min-width: 1025px) {
  #Footer .FooterElements > div {
    flex-basis: 25%;
  }
  #Footer .FooterElements > div:first-of-type {
    flex-basis: 50%;
  }
}
#Footer .FooterElements > div p, #Footer .FooterElements > div strong {
  margin-bottom: 1rem;
}
#Footer .FooterElements > div h2, #Footer .FooterElements > div .MenuHeader span {
  display: inline-block;
  font-family: "Poppins", Sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -1.2px;
  color: #0c0c0c;
  margin-bottom: 1.25em;
}
#Footer .FooterElements > div .Divider, #Footer .FooterElements > div .MenuHeader span .Divider {
  display: inline-block;
}
#Footer .FooterElements > div .Divider.Light, #Footer .FooterElements > div .MenuHeader span .Divider.Light {
  height: 1px;
  margin: 0 0 0.75rem 0;
  background-color: #BBB;
}
#Footer .FooterElements > div .Divider.Dark, #Footer .FooterElements > div .MenuHeader span .Divider.Dark {
  height: 2px;
  margin: 0 0 2.5rem 0;
  background-color: #0c0c0c;
}
#Footer .FooterElements > div .Divider.Big, #Footer .FooterElements > div .MenuHeader span .Divider.Big {
  width: 120px;
}
#Footer .FooterElements > div .Divider.Small, #Footer .FooterElements > div .MenuHeader span .Divider.Small {
  width: 50px;
}
#Footer .FooterElements > div .Divider.TextDivider, #Footer .FooterElements > div .MenuHeader span .Divider.TextDivider {
  height: 2px;
  background-color: #0c0c0c;
  margin: 0 0 3px 15px;
}
#Footer .FooterElements > div .Menu ul {
  list-style-type: none;
}
#Footer .FooterElements > div .Menu ul a {
  text-decoration: none;
  color: #000;
}

.signatureWrapper {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.signatureWrapper #Signature {
  max-width: 1440px;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .signatureWrapper #Signature {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
}
.signatureWrapper #Signature div.socials {
  display: flex;
  gap: 2.5rem;
  padding: 0.625rem 0;
}
.signatureWrapper #Signature div span {
  display: block;
  padding: 0.625rem 0;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1rem;
  color: #444444;
}
.signatureWrapper #Signature div span:first-of-type {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #0c0c0c;
  margin-bottom: 1.25rem;
  padding: 0;
}

.ObsahStrankyElements {
  float: none;
  margin-top: 4.375rem;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 540px) {
  .ObsahStrankyElements {
    margin: 0;
  }
}
.ObsahStrankyElements h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.188rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -3px;
  color: #0c0c0c;
  position: relative;
  margin-bottom: 0;
  /*&:after {
      content: '';
      display: inline-block;
      height: 2px;
      width: 53px;
      background-color: black;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
  }*/
}
@media (min-width: 1025px) {
  .ObsahStrankyElements h2 {
    font-size: 2.813rem;
  }
}
@media (min-width: 1400px) {
  .ObsahStrankyElements h2 {
    font-size: 3.125rem;
  }
}
.ObsahStrankyElements h2.ElementHeader {
  text-align: center;
}
.ObsahStrankyElements h2.ElementHeader span {
  font-family: "Poppins", sans-serif;
  font-size: 2.188rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -3px;
  color: #0c0c0c;
  position: relative;
  margin-bottom: 1.5em;
  /*&:after {
      content: '';
      display: inline-block;
      height: 2px;
      width: 53px;
      background-color: black;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
  }*/
}
@media (min-width: 1025px) {
  .ObsahStrankyElements h2.ElementHeader span {
    font-size: 2.813rem;
  }
}
@media (min-width: 1400px) {
  .ObsahStrankyElements h2.ElementHeader span {
    font-size: 3.125rem;
  }
}
.ObsahStrankyElements .Divider {
  display: inline-block;
}
.ObsahStrankyElements .Divider.Light {
  height: 1px;
  margin: 0 0 0.75rem 0;
  background-color: #BBB;
}
.ObsahStrankyElements .Divider.Dark {
  height: 2px;
  margin: 0 0 2.5rem 0;
  background-color: #0c0c0c;
}
.ObsahStrankyElements .Divider.Big {
  width: 120px;
}
.ObsahStrankyElements .Divider.Small {
  width: 50px;
}
.ObsahStrankyElements .Divider.TextDivider {
  height: 2px;
  background-color: #0c0c0c;
  margin: 0;
}
.ObsahStrankyElements:not(.Homepage) .ArticleContent h1 {
  font-family: "Poppins", sans-serif;
  font-size: 2.813rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #0c0c0c;
  margin-bottom: 0.625rem;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ObsahStrankyElements:not(.Homepage) .ArticleContent h1 {
    letter-spacing: -3.7px;
    font-size: 4.063rem;
  }
}
.ObsahStrankyElements:not(.Homepage) .ArticleContent h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.6875em;
  font-weight: 600;
  color: #333;
  line-height: 1.8em;
  text-align: center;
  margin: 1em 0;
}
.ObsahStrankyElements:not(.Homepage) .ArticleContent p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.5px;
  color: #444444;
  margin-bottom: 1em;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements:not(.Homepage) .ArticleContent p {
    letter-spacing: -0.1px;
  }
}
@media (min-width: 1400px) {
  .ObsahStrankyElements:not(.Homepage) .ArticleContent p {
    font-size: 1rem;
  }
}
.ObsahStrankyElements:not(.Homepage) section {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.ObsahStrankyElements:not(.Homepage) section h2.Small {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -1.5px;
  color: #0c0c0c;
  margin-bottom: 1.5rem;
}
.ObsahStrankyElements:not(.Homepage) section h2.Light {
  font-family: "Poppins", sans-serif;
  font-size: 2.188rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -3px;
  color: #444;
  position: relative;
  margin-bottom: 1.25rem;
  /*&:after {
      content: '';
      display: inline-block;
      height: 2px;
      width: 53px;
      background-color: black;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
  }*/
}
@media (min-width: 1025px) {
  .ObsahStrankyElements:not(.Homepage) section h2.Light {
    font-size: 2.813rem;
  }
}
@media (min-width: 1400px) {
  .ObsahStrankyElements:not(.Homepage) section h2.Light {
    font-size: 3.125rem;
  }
}
.ObsahStrankyElements:not(.Homepage) section.Heading {
  min-height: 75vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1.25rem;
  animation: fadeInRight 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.ObsahStrankyElements:not(.Homepage) section.Heading:nth-child(2) {
  animation-delay: 0;
}
.ObsahStrankyElements:not(.Homepage) section.Heading:nth-last-child(-n+2) {
  animation-delay: 0;
}
.ObsahStrankyElements:not(.Homepage) section.Heading p {
  text-align: center;
}
@media (min-width: 768px) {
  .ObsahStrankyElements:not(.Homepage) section.Heading p {
    max-width: 60%;
    margin: 0 auto 1em auto;
  }
}
@media (min-width: 768px) {
  .ObsahStrankyElements:not(.Homepage) section .TwoCols {
    columns: 2;
  }
}
.ObsahStrankyElements:not(.Homepage) section .More {
  margin-top: 1.25rem;
}
.ObsahStrankyElements:not(.Homepage) section article:not(:last-of-type) {
  margin-bottom: 4em;
}
.ObsahStrankyElements:not(.Homepage) section article ul {
  padding-left: 1.1rem;
}
.ObsahStrankyElements:not(.Homepage) section article ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.5px;
  color: #444444;
  margin-bottom: 1em;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements:not(.Homepage) section article ul li {
    letter-spacing: -0.1px;
  }
}
@media (min-width: 1400px) {
  .ObsahStrankyElements:not(.Homepage) section article ul li {
    font-size: 1rem;
  }
}
.ObsahStrankyElements:not(.Homepage) section.Contact > div > div:not(.Divider) {
  padding: 5% 0;
  margin-bottom: 1em;
}
.ObsahStrankyElements:not(.Homepage) section.Contact > div > div:not(.Divider) p {
  margin-bottom: 0;
}
.ObsahStrankyElements:not(.Homepage) section.Contact > div > div:not(.Divider) p a {
  color: #911b2e;
  text-decoration: none;
}
.ObsahStrankyElements:not(.Homepage) section a {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}
.ObsahStrankyElements:not(.Homepage) section a.More {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  white-space: nowrap;
  line-height: 1.5;
  position: relative;
  transition: background-color 150ms ease-in-out;
  cursor: pointer;
  font-weight: 400;
  color: #292929;
  width: auto;
  letter-spacing: 0.5px;
  border: 1px solid #292929;
  border-radius: 50px;
  padding: 1.125rem 2.313rem;
  font-size: 0.813rem;
  background-color: #fff;
}
.ObsahStrankyElements:not(.Homepage) section a.More:hover {
  color: #fff;
  background-color: #292929;
  text-decoration: none;
}
.ObsahStrankyElements:not(.Homepage) section a.More span {
  font-size: 1rem;
  font-weight: 300;
  margin-right: 0.313rem;
}
.ObsahStrankyElements:not(.Homepage) section a.MoreBlack {
  display: grid;
  grid-template-columns: 10% 60% 30%;
  align-items: center;
  overflow: hidden;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 3em;
  letter-spacing: -0.8px;
  background-color: #0c0c0c;
  padding: 0.875rem 0 0.875rem 2.5rem;
  color: #fff;
  text-decoration: none;
}
.ObsahStrankyElements:not(.Homepage) section a.MoreBlack .Divider {
  transition: width ease-in-out 300ms;
  display: inline-block;
}
.ObsahStrankyElements:not(.Homepage) section a.MoreBlack .Divider.Light {
  height: 1px;
  margin: 0 0 0.75rem 0;
  background-color: #BBB;
}
.ObsahStrankyElements:not(.Homepage) section a.MoreBlack .Divider.Dark {
  height: 2px;
  margin: 0 0 2.5rem 0;
  background-color: #0c0c0c;
}
.ObsahStrankyElements:not(.Homepage) section a.MoreBlack .Divider.Big {
  width: 120px;
}
.ObsahStrankyElements:not(.Homepage) section a.MoreBlack .Divider.Small {
  width: 50px;
}
.ObsahStrankyElements:not(.Homepage) section a.MoreBlack .Divider.TextDivider {
  height: 1px;
  background-color: #fff;
  margin: 0.25rem 0 0 0;
}
.ObsahStrankyElements:not(.Homepage) section a.MoreBlack:hover .Divider {
  width: 150px;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements:not(.Homepage) section a.MoreBlack {
    padding: 1.25rem 0 1.25rem 2.5rem;
    margin-top: 65px;
  }
}
.ObsahStrankyElements:not(.Homepage) section a.MoreBlack span {
  margin-right: 1.25rem;
}
.ObsahStrankyElements:not(.Homepage) section a.RedButton {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #911b2e;
  padding: 1.688rem 3.438rem;
  border-radius: 0.313rem;
  text-decoration: none;
  transition: background-color 150ms ease-in-out;
}
.ObsahStrankyElements:not(.Homepage) section a.RedButton:hover {
  background-color: #0c0c0c;
}
.ObsahStrankyElements #TopBanner {
  height: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements #TopBanner {
    height: 40px;
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .ObsahStrankyElements #TopBanner div {
    width: 33.3333333333%;
  }
}
@media (min-width: 541px) and (max-width: 1024px) {
  .ObsahStrankyElements #TopBanner div:not(.TopBannerContact) {
    width: 100%;
    order: 3;
  }
}
@media (min-width: 541px) and (max-width: 1024px) {
  .ObsahStrankyElements #TopBanner .TopBannerContact {
    width: 50%;
    order: 1;
  }
}
.ObsahStrankyElements #TopBanner .TopBannerContact ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements #TopBanner .TopBannerContact ul {
    justify-content: flex-start;
  }
  .ObsahStrankyElements #TopBanner .TopBannerContact ul.AlignedRight {
    justify-content: flex-end;
  }
}
.ObsahStrankyElements #TopBanner .TopBannerContact ul a {
  font-weight: 400;
  font-size: 70%;
}
@media (min-width: 768px) {
  .ObsahStrankyElements #TopBanner .TopBannerContact ul a {
    font-size: 80%;
  }
}
.ObsahStrankyElements #TopBanner .TopBannerContact ul i {
  padding-right: 0.5rem;
}
.ObsahStrankyElements .Container.Title {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  min-height: 80vh;
  max-width: 1440px;
  animation: fadeInRight 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements .Container.Title {
    height: calc(100vh - 2.5rem);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.ObsahStrankyElements .Container.Title:nth-child(2) {
  animation-delay: 0;
}
.ObsahStrankyElements .Container.Title:nth-last-child(-n+2) {
  animation-delay: 0;
}
@media (min-width: 768px) {
  .ObsahStrankyElements .Container.Title {
    flex-direction: row;
  }
}
@media (min-width: 1025px) {
  .ObsahStrankyElements .Container.Title > div {
    margin-top: 70px;
  }
}
.ObsahStrankyElements .Container.Title .LeftCol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .ObsahStrankyElements .Container.Title .LeftCol {
    width: 55%;
  }
}
.ObsahStrankyElements .Container.Title .LeftCol h1 {
  font-family: "Poppins", Sans-serif;
  font-size: clamp(60px, 7vw, 90px);
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: -7px;
  color: #0c0c0c;
  margin: 0 0 25px 0;
}
.ObsahStrankyElements .Container.Title .LeftCol p {
  font-family: "Montserrat", Sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: -0.1px;
  margin: 0 0 0 10px;
  max-width: 95%;
  color: #444;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .ObsahStrankyElements .Container.Title .RightCol {
    width: 45%;
  }
}
.ObsahStrankyElements a.More {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}
.ObsahStrankyElements a.More.More {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  white-space: nowrap;
  line-height: 1.5;
  position: relative;
  transition: background-color 150ms ease-in-out;
  cursor: pointer;
  font-weight: 400;
  color: #292929;
  width: auto;
  letter-spacing: 0.5px;
  border: 1px solid #292929;
  border-radius: 50px;
  padding: 1.125rem 2.313rem;
  font-size: 0.813rem;
  background-color: #fff;
}
.ObsahStrankyElements a.More.More:hover {
  color: #fff;
  background-color: #292929;
  text-decoration: none;
}
.ObsahStrankyElements a.More.More span {
  font-size: 1rem;
  font-weight: 300;
  margin-right: 0.313rem;
}
.ObsahStrankyElements a.More.MoreBlack {
  display: grid;
  grid-template-columns: 10% 60% 30%;
  align-items: center;
  overflow: hidden;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 3em;
  letter-spacing: -0.8px;
  background-color: #0c0c0c;
  padding: 0.875rem 0 0.875rem 2.5rem;
  color: #fff;
  text-decoration: none;
}
.ObsahStrankyElements a.More.MoreBlack .Divider {
  transition: width ease-in-out 300ms;
  display: inline-block;
}
.ObsahStrankyElements a.More.MoreBlack .Divider.Light {
  height: 1px;
  margin: 0 0 0.75rem 0;
  background-color: #BBB;
}
.ObsahStrankyElements a.More.MoreBlack .Divider.Dark {
  height: 2px;
  margin: 0 0 2.5rem 0;
  background-color: #0c0c0c;
}
.ObsahStrankyElements a.More.MoreBlack .Divider.Big {
  width: 120px;
}
.ObsahStrankyElements a.More.MoreBlack .Divider.Small {
  width: 50px;
}
.ObsahStrankyElements a.More.MoreBlack .Divider.TextDivider {
  height: 1px;
  background-color: #fff;
  margin: 0.25rem 0 0 0;
}
.ObsahStrankyElements a.More.MoreBlack:hover .Divider {
  width: 150px;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements a.More.MoreBlack {
    padding: 1.25rem 0 1.25rem 2.5rem;
    margin-top: 65px;
  }
}
.ObsahStrankyElements a.More.MoreBlack span {
  margin-right: 1.25rem;
}
.ObsahStrankyElements a.More.RedButton {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #911b2e;
  padding: 1.688rem 3.438rem;
  border-radius: 0.313rem;
  text-decoration: none;
  transition: background-color 150ms ease-in-out;
}
.ObsahStrankyElements a.More.RedButton:hover {
  background-color: #0c0c0c;
}
.ObsahStrankyElements .Partners {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2%;
  animation: fadeInLeft 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.ObsahStrankyElements .Partners:nth-child(2) {
  animation-delay: 0;
}
.ObsahStrankyElements .Partners:nth-last-child(-n+2) {
  animation-delay: 0;
}
@media (min-width: 768px) {
  .ObsahStrankyElements .Partners {
    justify-content: space-between;
  }
}
.ObsahStrankyElements .Partners .Partner {
  flex-basis: 46%;
  text-align: center;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .ObsahStrankyElements .Partners .Partner {
    flex-basis: 16%;
  }
}
.ObsahStrankyElements .Partners .Partner img {
  max-width: 100%;
  height: auto !important;
}
.ObsahStrankyElements .Counters {
  background-color: #0c0c0c;
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 3.125rem 0;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements .Counters {
    flex-direction: row;
    padding: 0;
  }
}
.ObsahStrankyElements .Counters .Counter {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 0;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements .Counters .Counter {
    width: 20%;
    height: 413px;
    border-right: 1px solid #E6E6E6;
  }
}
.ObsahStrankyElements .Counters .Counter .CounterNumber {
  font-family: "Poppins", sans-serif;
  font-size: 2.188rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -3px;
  color: #fff;
  position: relative;
  margin-bottom: 0;
  /*&:after {
      content: '';
      display: inline-block;
      height: 2px;
      width: 53px;
      background-color: black;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
  }*/
}
@media (min-width: 1025px) {
  .ObsahStrankyElements .Counters .Counter .CounterNumber {
    font-size: 2.813rem;
  }
}
@media (min-width: 1400px) {
  .ObsahStrankyElements .Counters .Counter .CounterNumber {
    font-size: 3.125rem;
  }
}
.ObsahStrankyElements .Counters .Counter .CounterTitle {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15em;
  letter-spacing: -1px;
  color: #fff;
}
.ObsahStrankyElements .OurPeople {
  max-width: 1440px;
  width: 100%;
  margin: 1.25rem auto;
}
@media (min-width: 768px) {
  .ObsahStrankyElements .OurPeople {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
}
@media (min-width: 1025px) {
  .ObsahStrankyElements .OurPeople {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }
}
.ObsahStrankyElements .OurPeople .Person {
  background-color: #fff;
  padding: 3.75rem 17%;
  animation: fadeInRight 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 768px) {
  .ObsahStrankyElements .OurPeople .Person .Description {
    height: 300px;
  }
}
.ObsahStrankyElements .OurPeople .Person:nth-child(2) {
  animation-delay: 150ms;
}
.ObsahStrankyElements .OurPeople .Person:nth-last-child(-n+2) {
  animation-delay: 300ms;
}
.ObsahStrankyElements .OurPeople .Person p {
  margin: -6.25rem 0 2.813rem 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.5px;
  color: #444444;
  margin-bottom: 1em;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements .OurPeople .Person p {
    letter-spacing: -0.1px;
  }
}
@media (min-width: 1400px) {
  .ObsahStrankyElements .OurPeople .Person p {
    font-size: 1rem;
  }
}
.ObsahStrankyElements .OurPeople .Person .Heading {
  font-family: "Poppins", sans-serif;
  -webkit-text-stroke: #000;
  font-size: 200px;
  -webkit-text-stroke-width: 1.5px;
  color: transparent;
  text-rendering: optimizeSpeed;
  font-weight: 600;
  margin: 0;
  line-height: 1em;
  overflow-wrap: break-word;
  display: block;
}
.ObsahStrankyElements .OurPeople .Person .Name .Divider {
  display: inline-block;
}
.ObsahStrankyElements .OurPeople .Person .Name .Divider.Light {
  height: 1px;
  margin: 0 0 0.75rem 0;
  background-color: #BBB;
}
.ObsahStrankyElements .OurPeople .Person .Name .Divider.Dark {
  height: 2px;
  margin: 0 0 2.5rem 0;
  background-color: #0c0c0c;
}
.ObsahStrankyElements .OurPeople .Person .Name .Divider.Big {
  width: 120px;
}
.ObsahStrankyElements .OurPeople .Person .Name .Divider.Small {
  width: 50px;
}
.ObsahStrankyElements .OurPeople .Person .Name .Divider.TextDivider {
  height: 2px;
  background-color: #0c0c0c;
  margin: 0 15px 3px 0;
}
.ObsahStrankyElements .OurPeople .Person .Name h3 {
  display: inline-block;
  font-family: "Poppins", Sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -1.2px;
  color: #0c0c0c;
  margin-bottom: 0;
}
.ObsahStrankyElements .OurPeople .Person .Name span {
  display: block;
  margin-left: 74px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.5px;
  color: #444444;
  margin-bottom: 1em;
  letter-spacing: 0.2px;
  color: #000;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements .OurPeople .Person .Name span {
    letter-spacing: -0.1px;
  }
}
@media (min-width: 1400px) {
  .ObsahStrankyElements .OurPeople .Person .Name span {
    font-size: 1rem;
  }
}
.ObsahStrankyElements .OurPeople .Person:hover {
  background-color: #000;
}
.ObsahStrankyElements .OurPeople .Person:hover p, .ObsahStrankyElements .OurPeople .Person:hover h3, .ObsahStrankyElements .OurPeople .Person:hover span {
  color: #fff;
}
.ObsahStrankyElements .OurPeople .Person:hover .Heading, .ObsahStrankyElements .OurPeople .Person:hover .Divider {
  filter: invert(1);
}
.ObsahStrankyElements .Wrapper {
  padding: 2.5rem 1.25rem;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
}
.ObsahStrankyElements .Wrapper.PrivateSauna {
  background-image: url(img/008sauna_GBZ3188-HDR-Edit-scaled.jpg);
}
.ObsahStrankyElements .Wrapper.CommercialSauna {
  background-image: url(img/PHOTO-2022-10-18-18-31-30.jpg);
}
.ObsahStrankyElements .Wrapper.MainRed {
  background-color: #911b2e;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements .Wrapper {
    padding: 0 1.25rem;
  }
}
.ObsahStrankyElements .Wrapper > .Sauna {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ObsahStrankyElements .Wrapper > .Sauna {
    min-height: 750px;
  }
}
.ObsahStrankyElements .Wrapper > .Sauna > div {
  padding: 2.5rem 1.25rem;
  background-color: #fff;
  max-width: 767px;
  width: 100%;
}
@media (min-width: 768px) {
  .ObsahStrankyElements .Wrapper > .Sauna > div {
    padding: 9% 10%;
  }
}
.ObsahStrankyElements .Wrapper > .Sauna > div h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.188rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -3px;
  color: #0c0c0c;
  position: relative;
  margin-bottom: 0;
  /*&:after {
      content: '';
      display: inline-block;
      height: 2px;
      width: 53px;
      background-color: black;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
  }*/
}
@media (min-width: 1025px) {
  .ObsahStrankyElements .Wrapper > .Sauna > div h2 {
    font-size: 2.813rem;
  }
}
@media (min-width: 1400px) {
  .ObsahStrankyElements .Wrapper > .Sauna > div h2 {
    font-size: 3.75rem;
  }
}
.ObsahStrankyElements .Wrapper > .Sauna > div a {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}
.ObsahStrankyElements .Wrapper > .Sauna > div a.More {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  white-space: nowrap;
  line-height: 1.5;
  position: relative;
  transition: background-color 150ms ease-in-out;
  cursor: pointer;
  font-weight: 400;
  color: #292929;
  width: auto;
  letter-spacing: 0.5px;
  border: 1px solid #292929;
  border-radius: 50px;
  padding: 1.125rem 2.313rem;
  font-size: 0.813rem;
  background-color: #fff;
}
.ObsahStrankyElements .Wrapper > .Sauna > div a.More:hover {
  color: #fff;
  background-color: #292929;
  text-decoration: none;
}
.ObsahStrankyElements .Wrapper > .Sauna > div a.More span {
  font-size: 1rem;
  font-weight: 300;
  margin-right: 0.313rem;
}
.ObsahStrankyElements .Wrapper > .Sauna > div a.MoreBlack {
  display: grid;
  grid-template-columns: 10% 60% 30%;
  align-items: center;
  overflow: hidden;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 3em;
  letter-spacing: -0.8px;
  background-color: #0c0c0c;
  padding: 0.875rem 0 0.875rem 2.5rem;
  color: #fff;
  text-decoration: none;
}
.ObsahStrankyElements .Wrapper > .Sauna > div a.MoreBlack .Divider {
  transition: width ease-in-out 300ms;
  display: inline-block;
}
.ObsahStrankyElements .Wrapper > .Sauna > div a.MoreBlack .Divider.Light {
  height: 1px;
  margin: 0 0 0.75rem 0;
  background-color: #BBB;
}
.ObsahStrankyElements .Wrapper > .Sauna > div a.MoreBlack .Divider.Dark {
  height: 2px;
  margin: 0 0 2.5rem 0;
  background-color: #0c0c0c;
}
.ObsahStrankyElements .Wrapper > .Sauna > div a.MoreBlack .Divider.Big {
  width: 120px;
}
.ObsahStrankyElements .Wrapper > .Sauna > div a.MoreBlack .Divider.Small {
  width: 50px;
}
.ObsahStrankyElements .Wrapper > .Sauna > div a.MoreBlack .Divider.TextDivider {
  height: 1px;
  background-color: #fff;
  margin: 0.25rem 0 0 0;
}
.ObsahStrankyElements .Wrapper > .Sauna > div a.MoreBlack:hover .Divider {
  width: 150px;
}
@media (min-width: 1025px) {
  .ObsahStrankyElements .Wrapper > .Sauna > div a.MoreBlack {
    padding: 1.25rem 0 1.25rem 2.5rem;
    margin-top: 65px;
  }
}
.ObsahStrankyElements .Wrapper > .Sauna > div a.MoreBlack span {
  margin-right: 1.25rem;
}
.ObsahStrankyElements .Wrapper > .Sauna > div a.RedButton {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #911b2e;
  padding: 1.688rem 3.438rem;
  border-radius: 0.313rem;
  text-decoration: none;
  transition: background-color 150ms ease-in-out;
}
.ObsahStrankyElements .Wrapper > .Sauna > div a.RedButton:hover {
  background-color: #0c0c0c;
}
.ObsahStrankyElements .ServicesOrder {
  padding: 40px 20px;
  text-align: center;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ObsahStrankyElements .ServicesOrder {
    display: flex;
    padding: 80px 20px;
  }
}
@media (min-width: 768px) {
  .ObsahStrankyElements .ServicesOrder > div {
    flex-basis: 50%;
  }
}
@media (min-width: 768px) {
  .ObsahStrankyElements .ServicesOrder .ServicesOrderTitle {
    text-align: left;
  }
}
.ObsahStrankyElements .ServicesOrder .ServicesOrderTitle h2 {
  font-family: "Poppins", Sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .ObsahStrankyElements .ServicesOrder .ServicesOrderTitle h2 {
    margin-bottom: 15px;
  }
}
.ObsahStrankyElements .ServicesOrder .ServicesOrderTitle p {
  color: #ffffff;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: -0.3px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .ObsahStrankyElements .ServicesOrder .ServicesOrderTitle p {
    width: 475px;
    margin-bottom: 0;
  }
}
.ObsahStrankyElements .ServicesOrder .ServicesOrderButtons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
.ObsahStrankyElements .ServicesOrder .ServicesOrderButtons a {
  display: block;
  text-align: center;
  background-color: #292929;
  max-width: 360px;
  width: 100%;
  padding: 1.25rem 0.75rem;
  font-family: "Poppins", Sans-serif;
  font-size: 0.813rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: backgroud-color 150ms ease-in-out;
}
.ObsahStrankyElements .ServicesOrder .ServicesOrderButtons a:hover {
  background-color: #0f0f0f;
}
@media (min-width: 768px) {
  .ObsahStrankyElements .ServicesOrder .ServicesOrderButtons a {
    font-size: 1.2rem;
  }
}