@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
@import url("https://fonts.cdnfonts.com/css/big-shoulders-display");
@import url("https://fonts.cdnfonts.com/css/us-101");
html {
  overflow-x: hidden;
  margin-right: auto;
  margin-left: auto;
  scroll-behavior: smooth; }

.navbar  .home{
    background:url("../../../images/ico_home.png") right 1.5px no-repeat;
    width:18px;
    height:16px;
    display: block;
    margin-right: 15px;
}
body {
  font-family: Roboto Flex;
  font-weight: 300;
  font-size: 18px;
  line-height: 133%; }
  @media (max-width: 768px) {
    body {
      font-size: 16px; } }

.btn {
  border: 0;
  font-family: Roboto Flex;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 9px 31px; }
  @media (max-width: 768px) {
    .btn {
      padding: 10px 24px;
      font-size: 16px; } }
  .btn.btn-primary {
    background-color: #00a4db; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
      background-color: rgba(0, 164, 219, 0.8); }
  .btn.btn-secondary {
    padding: 9px 21px;
    background-color: white;
    color: #00a4db; }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
      background-color: rgba(255, 255, 255, 0.9); }

a {
  color: #00a4db; }
  a:hover, a:focus, a:active {
    text-decoration: none; }

b {
  font-weight: 700; }

h2 {
  font-family: Big Shoulders Display;
  font-weight: 700;
  font-size: 55px;
  line-height: 120%;
  letter-spacing: 2px;
  color: #363636;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    h2 {
      font-size: 35px; } }
  h2.h2-pred {
    text-align: center;
    max-width: 660px;
    justify-self: center;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      h2.h2-pred {
        margin-bottom: 15px; } }
  h2.h2-ref {
    text-align: center;
    margin-bottom: 25px; }
  h2.h2-news {
    text-align: center;
    margin-bottom: 25px; }
  h2.h2-cenik {
    text-align: center;
    margin-bottom: 25px; }
  h2.h2-kalendar {
    color: white;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
  h2.h2-kontakt {
    color: white;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center; }

.container {
  padding: 0; }
  @media (max-width: 992px) {
    .container {
      padding: 0 12px; } }

.navbar {
  padding: 18px 0 21px !important;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 10000;
  width: 100%; }

#navbarNav {
  font-family: Roboto Flex;
  font-weight: 600;
  font-size: 18px;
  line-height: 155%;
  text-transform: uppercase;
  color: white; }
  #navbarNav .navbar-nav {
    gap: 80px;
    margin-left: auto; }
    @media (max-width: 1200px) {
      #navbarNav .navbar-nav {
        gap: 20px;
        padding-top: 20px; } }
  #navbarNav .nav-link {
    padding: 0;
    color: white; }

.navbar-home {
  padding-right: 200px;
  text-decoration: none; }
  .navbar-home::before {
    width: 0 !important; }
  @media (max-width: 1400px) {
    .navbar-home {
      padding-right: 50px; } }
  @media (max-width: 1200px) {
    .navbar-home {
      display: none; } }

nav a {
  position: relative;
  text-decoration: none;
  color: inherit; }

.deco-none a:hover::before {
  height: 0 !important; }

@media (min-width: 1200px) {
  nav a::before {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #FFF;
    transform-origin: bottom left;
    transition: transform 0.3s ease-out; } }

nav a:hover::before {
  transform: scaleX(1); }

#hero {
  background-image: url("../img/bg_hero.jpg");
  color: white;
  background-size: cover;
  background-position: bottom center;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.35);
  margin-bottom: 83px; }
  @media (max-width: 768px) {
    #hero {
      margin-bottom: 50px; } }
  #hero .hero-hero {
    padding: 214px 0 168px; }
    @media (max-width: 992px) {
      #hero .hero-hero {
        padding: 120px 0 61px; } }
    #hero .hero-hero .hero-text {
      gap: 34px;
      display: flex;
      flex-direction: column;
      text-align: center;
      padding-bottom: 66px; }
      @media (max-width: 768px) {
        #hero .hero-hero .hero-text {
          padding-bottom: 30px; }
          #hero .hero-hero .hero-text div .img-logo {
            width: 70%; } }
  #hero .hero-vlnka {
    text-align: center;
    font-size: 150px;
    padding-bottom: 57px; }
    @media (max-width: 768px) {
      #hero .hero-vlnka {
        font-size: 100px;
        padding-bottom: 30px; } }
  #hero .hero-subtext {
    font-family: Big Shoulders Display;
    font-weight: 300;
    font-size: 36px;
    line-height: 155%;
    letter-spacing: 2px;
    text-align: center; }
    @media (max-width: 992px) {
      #hero .hero-subtext {
        font-size: 28px; } }

.nav-container {
  justify-content: space-between !important; }

.navbar-toggler-icon {
  color: white;
  height: 17px;
  width: 24px; }
  .navbar-toggler-icon .line {
    width: 100%;
    height: 3px;
    margin-bottom: 4px;
    background-color: white; }
  .navbar-toggler-icon .line-2 {
    width: 80%;
    margin-left: auto;
    height: 3px;
    margin-bottom: 4px;
    background-color: white; }

.navbar-toggler:active, .navbar-toggler:hover, .navbar-togglerfocus {
  box-shadow: none;
  border: 0; }

#procedury {
  margin-bottom: 136px; }
  @media (max-width: 768px) {
    #procedury {
      margin-bottom: 70px; } }
  #procedury .procedury {
    max-width: 1275px;
    display: flex;
    gap: 90px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 94px; }
    @media (max-width: 768px) {
      #procedury .procedury {
        margin-bottom: 40px; } }
    @media (max-width: 1400px) {
      #procedury .procedury {
        gap: 40px; } }
    #procedury .procedury .procedura {
      width: 183px; }
      #procedury .procedury .procedura img {
        padding-bottom: 30px; }
        @media (max-width: 768px) {
          #procedury .procedury .procedura img {
            padding-bottom: 15px;
            max-width: 50px; } }
      #procedury .procedury .procedura div {
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 1px;
        text-align: center; }
        @media (max-width: 768px) {
          #procedury .procedury .procedura div {
            font-size: 16px; } }
  #procedury .procedury-title {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    font-family: Big Shoulders Display;
    font-weight: 700;
    font-size: 55px;
    line-height: 150%;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 59px; }
    @media (max-width: 768px) {
      #procedury .procedury-title {
        font-size: 35px;
        margin-bottom: 30px; } }
  #procedury .proc-flex {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px; }
    @media (min-width: 1400px) {
      #procedury .proc-flex {
        row-gap: 19px;
        column-gap: 23px; } }
  #procedury .flip-card {
    background-color: transparent;
    perspective: 1000px;
    height: 455px;
    width: 424px;
    color: white; }
    @media (max-width: 576px) {
      #procedury .flip-card {
        height: 300px;
        width: 100%; } }
    @media (min-width: 576px) and (max-width: 768px) {
      #procedury .flip-card {
        height: 350px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 992px) {
      #procedury .flip-card {
        height: 400px;
        width: 48%; } }
    @media (min-width: 992px) and (max-width: 1400px) {
      #procedury .flip-card {
        height: 420px;
        width: 31%; } }
  #procedury .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d; }
  #procedury .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg); }
  #procedury .flip-card-front, #procedury .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-size: cover;
    background-position: center;
    display: flex; }
  #procedury .flip-card-back {
    transform: rotateY(180deg);
    display: flex;
    align-items: center; }
  #procedury h3 {
    color: white;
    font-family: Big Shoulders Display;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: 2px; }
    @media (max-width: 768px) {
      #procedury h3 {
        font-size: 28px; } }
    #procedury h3.h3-flip-front {
      text-transform: uppercase;
      margin-bottom: 0;
      max-width: 220px;
      text-align: left; }

.flip-card-text {
  margin-left: 39px;
  padding-bottom: 60px;
  align-self: end; }

.flip-card-inner-text {
  margin-left: 39px;
  padding-bottom: 60px;
  align-self: end; }
  @media (max-width: 768px) {
    .flip-card-inner-text {
      padding-bottom: 40px;
      margin-left: 20px; } }
  .flip-card-inner-text div {
    padding-top: 10px;
    text-align: left;
    padding-right: 20px; }
    @media (max-width: 768px) {
      .flip-card-inner-text div {
        font-size: 16px; } }

.flip-vlnka {
  position: absolute;
  top: 69px;
  right: 36px;
  display: flex;
  max-width: 232px;
  text-align: left;
  gap: 12px; }
  @media (max-width: 768px) {
    .flip-vlnka {
      top: 20px;
      right: 10px;
      gap: 6px; } }

.flip-vlnka-obj {
  font-size: 45px;
  font-weight: 200; }
  @media (max-width: 768px) {
    .flip-vlnka-obj {
      font-size: 28px; } }

.flip-vlnka-text {
  max-width: 194px;
  text-align: left;
  font-family: Roboto Flex;
  font-weight: 300;
  font-style: Italic;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.4px; }
  @media (max-width: 768px) {
    .flip-vlnka-text {
      font-size: 16px; } }

#pred-navstevou {
  margin-bottom: 124px; }
  @media (max-width: 768px) {
    #pred-navstevou {
      margin-bottom: 70px; } }
  #pred-navstevou .vlnka-pred {
    text-align: center;
    font-size: 80px;
    font-weight: 400;
    color: #363636;
    margin-bottom: 72px; }
    @media (max-width: 768px) {
      #pred-navstevou .vlnka-pred {
        font-size: 60px;
        margin-bottom: 10px; } }
  #pred-navstevou .pred-cont {
    display: flex; }
    @media (max-width: 992px) {
      #pred-navstevou .pred-cont {
        flex-direction: column-reverse;
        row-gap: 35px; } }
    @media (max-width: 1400px) {
      #pred-navstevou .pred-cont .pred-cont-1 {
        flex: 1 0; } }
    @media (min-width: 1400px) {
      #pred-navstevou .pred-cont .pred-cont-1 {
        width: 700px; } }
    #pred-navstevou .pred-cont .pred-cont-1 .pred-video {
      padding-bottom: 36px; }
      #pred-navstevou .pred-cont .pred-cont-1 .pred-video iframe {
        max-width: 100%;
        width: 700px;
        height: 280px; }
        @media (min-width: 1200px) {
          #pred-navstevou .pred-cont .pred-cont-1 .pred-video iframe {
            height: 420px; } }
    #pred-navstevou .pred-cont .pred-cont-1 .pred-cont-photos {
      display: flex;
      flex-wrap: wrap;
      gap: 3px; }
      @media (max-width: 992px) {
        #pred-navstevou .pred-cont .pred-cont-1 .pred-cont-photos a {
          width: calc(50% - 1.5px);
          height: auto; }
          #pred-navstevou .pred-cont .pred-cont-1 .pred-cont-photos a img {
            width: 100%;
            height: auto; } }
      @media (min-width: 1200px) and (max-width: 1400px) {
        #pred-navstevou .pred-cont .pred-cont-1 .pred-cont-photos .pred-cont-photos-item img {
          width: 184px;
          height: auto; } }
      @media (min-width: 992px) and (max-width: 1200px) {
        #pred-navstevou .pred-cont .pred-cont-1 .pred-cont-photos .pred-cont-photos-item img {
          width: 232px;
          height: auto; } }
    #pred-navstevou .pred-cont .pred-cont-2 {
      flex: 1 0;
      padding: 22px 0 0 83px; }
      @media (min-width: 992px) and (max-width: 1400px) {
        #pred-navstevou .pred-cont .pred-cont-2 {
          padding: 22px 0 0 23px; } }
      @media (max-width: 992px) {
        #pred-navstevou .pred-cont .pred-cont-2 {
          padding: 0; } }
      #pred-navstevou .pred-cont .pred-cont-2 .pred-rad {
        padding-top: 48px; }
        @media (max-width: 992px) {
          #pred-navstevou .pred-cont .pred-cont-2 .pred-rad {
            padding-top: 24px; } }
      #pred-navstevou .pred-cont .pred-cont-2 .accordion .accordion-item {
        border-left: 0;
        border-right: 0;
        border-top: 0;
        border-radius: 0;
        background-color: transparent; }
        #pred-navstevou .pred-cont .pred-cont-2 .accordion .accordion-item .accordion-button {
          background-color: transparent;
          box-shadow: unset;
          font-family: Big Shoulders Display;
          font-weight: 700;
          font-size: 30px;
          line-height: 140%;
          letter-spacing: 1px;
          text-transform: uppercase;
          color: black;
          padding-left: 0; }
          @media (max-width: 992px) {
            #pred-navstevou .pred-cont .pred-cont-2 .accordion .accordion-item .accordion-button {
              font-size: 24px; } }
          #pred-navstevou .pred-cont .pred-cont-2 .accordion .accordion-item .accordion-button span {
            max-width: calc(100% - 33px); }
        #pred-navstevou .pred-cont .pred-cont-2 .accordion .accordion-item .accordion-body {
          font-family: Roboto Flex;
          font-weight: 300;
          font-size: 18px;
          line-height: 140%;
          margin-bottom: 25px;
          padding-left: 0;
          padding-right: 45px; }
          @media (max-width: 992px) {
            #pred-navstevou .pred-cont .pred-cont-2 .accordion .accordion-item .accordion-body {
              margin-bottom: 12px;
              font-size: 16px; } }
          #pred-navstevou .pred-cont .pred-cont-2 .accordion .accordion-item .accordion-body ul {
            list-style: none;
            padding-left: 0;
            max-width: 390px; }
            #pred-navstevou .pred-cont .pred-cont-2 .accordion .accordion-item .accordion-body ul li {
              position: relative;
              padding-left: 32px;
              left: 25px;
              padding-right: 25px;
              margin-bottom: 10px; }
              #pred-navstevou .pred-cont .pred-cont-2 .accordion .accordion-item .accordion-body ul li::before {
                content: "";
                position: absolute;
                left: 0;
                top: 14px;
                transform: translateY(-50%);
                width: 18px;
                height: 6px;
                background-image: url("data:image/svg+xml,%3Csvg width='18' height='6' viewBox='0 0 18 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.68664C1 4.68664 2.41593 1 5.38938 1C8.36283 1 9.77876 4.68664 12.6106 4.68664C15.4425 4.68664 17 1 17 1' stroke='%2300A4DB' stroke-width='2'/%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: center;
                background-size: contain; }
  #pred-navstevou .accordion-button::after {
    background-image: none !important; }
  #pred-navstevou .accordion-button {
    position: relative;
    margin-top: 34px; }
    @media (max-width: 992px) {
      #pred-navstevou .accordion-button {
        margin-top: 20px; } }
  #pred-navstevou .accordion-button:not(.collapsed)::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='2' viewBox='0 0 20 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.2'%3E%3Cpath d='M0 1H20' stroke='black' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%); }
  #pred-navstevou .accordion-button.collapsed::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.2'%3E%3Cpath d='M0 10H20' stroke='black' stroke-width='2'/%3E%3Cpath d='M10 0L10 20' stroke='black' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%); }

#kalendar .kalendar-cont {
  background-image: url("../img/wellness-bg.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 182px;
  padding-bottom: 27px; }
  @media (max-width: 768px) {
    #kalendar .kalendar-cont {
      padding-top: 65px;
      padding-bottom: 50px; } }
  #kalendar .kalendar-cont .kalendar-cont-inner {
    justify-items: center;
    color: white;
    text-align: center; }
    #kalendar .kalendar-cont .kalendar-cont-inner .vlnka-kalendar {
      text-align: center;
      color: white;
      font-size: 80px;
      padding-bottom: 48px; }
      @media (max-width: 768px) {
        #kalendar .kalendar-cont .kalendar-cont-inner .vlnka-kalendar {
          font-size: 50px;
          padding-bottom: 24px; } }
    #kalendar .kalendar-cont .kalendar-cont-inner .kalendar-text {
      max-width: 440px;
      padding-bottom: 48px;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 768px) {
        #kalendar .kalendar-cont .kalendar-cont-inner .kalendar-text {
          padding-bottom: 35px; } }
    #kalendar .kalendar-cont .kalendar-cont-inner .kalendar-cta {
      padding-bottom: 148px; }
      @media (max-width: 768px) {
        #kalendar .kalendar-cont .kalendar-cont-inner .kalendar-cta {
          padding-bottom: 40px; } }
    #kalendar .kalendar-cont .kalendar-cont-inner .kalendar-google {
      width: 100%;
      height: 600px;
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        #kalendar .kalendar-cont .kalendar-cont-inner .kalendar-google {
          height: 400px;
          margin-bottom: 30px; } }
    #kalendar .kalendar-cont .kalendar-cont-inner .kalendar-footer {
      display: flex;
      font-family: Roboto Flex;
      font-weight: 400;
      font-size: 15px;
      line-height: 28px;
      color: #d7d7d7; }
      @media (max-width: 768px) {
        #kalendar .kalendar-cont .kalendar-cont-inner .kalendar-footer {
          flex-direction: column;
          gap: 3px; } }
      #kalendar .kalendar-cont .kalendar-cont-inner .kalendar-footer a {
        color: #d7d7d7; }
      #kalendar .kalendar-cont .kalendar-cont-inner .kalendar-footer div {
        padding: 0 30px; }
        @media (max-width: 768px) {
          #kalendar .kalendar-cont .kalendar-cont-inner .kalendar-footer div {
            padding: 0; } }
        #kalendar .kalendar-cont .kalendar-cont-inner .kalendar-footer div.kalendar-footer-border {
          border-right: 1px solid #999999; }
          @media (max-width: 768px) {
            #kalendar .kalendar-cont .kalendar-cont-inner .kalendar-footer div.kalendar-footer-border {
              border-right: 0; } }

#reference {
  padding-top: 200px;
  padding-bottom: 130px; }
  @media (max-width: 768px) {
    #reference {
      padding-top: 60px;
      padding-bottom: 60px; } }
  #reference .reference-cont {
    justify-items: center; }
  #reference .vlnka-ref {
    text-align: center;
    font-size: 80px;
    padding-bottom: 61px; }
    @media (max-width: 768px) {
      #reference .vlnka-ref {
        font-size: 50px;
        padding-bottom: 30px; } }
  #reference .ref-box {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    #reference .ref-box .reference {
      padding: 58px 51px;
      box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.09);
      border-radius: 20px;
      flex: 1 0;
      max-height: fit-content;
      min-width: 424px;
      max-width: 424px; }
      @media (max-width: 576px) {
        #reference .ref-box .reference {
          min-width: 100%;
          max-width: 100%; } }
      @media (max-width: 768px) {
        #reference .ref-box .reference {
          padding: 40px 34px; } }
      #reference .ref-box .reference .reference-text {
        line-height: 140%;
        padding-bottom: 35px; }
        @media (max-width: 768px) {
          #reference .ref-box .reference .reference-text {
            padding-bottom: 25px; } }
      #reference .ref-box .reference .reference-title {
        font-weight: 400;
        font-style: Italic;
        font-size: 18px;
        line-height: 140%; }

#aktuality {
  padding-bottom: 120px; }
  @media (max-width: 768px) {
    #aktuality {
      padding-bottom: 60px; } }
  #aktuality .vlnka-news {
    text-align: center;
    font-size: 80px;
    padding-bottom: 61px; }
    @media (max-width: 768px) {
      #aktuality .vlnka-news {
        font-size: 50px;
        padding-bottom: 30px; } }
  #aktuality .news-box {
    display: flex;
    column-gap: 24px;
    row-gap: 40px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    #aktuality .news-box .news {
      flex: 1 0;
      min-width: 424px;
      max-width: 424px; }
      @media (max-width: 576px) {
        #aktuality .news-box .news {
          min-width: 100%;
          max-width: 100%; } }
      #aktuality .news-box .news .news-img {
        height: 235px; }
        #aktuality .news-box .news .news-img img {
          max-width: 100%;
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 10px;
          margin-bottom: 41px; }
      #aktuality .news-box .news .news-date {
        font-weight: 300;
        font-size: 15px;
        line-height: 26px;
        color: rgba(0, 0, 0, 0.5);
        padding-bottom: 21px;
        padding-top: 41px; }
        @media (max-width: 768px) {
          #aktuality .news-box .news .news-date {
            padding-top: 20px; } }
      #aktuality .news-box .news .news-title {
        font-weight: 700;
        font-size: 22px;
        line-height: 29px;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding-bottom: 11px; }
      #aktuality .news-box .news .news-text {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 28px; }
        @media (max-width: 768px) {
          #aktuality .news-box .news .news-text {
            padding-bottom: 10px; } }
      #aktuality .news-box .news .news-link {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%; }

.color-a {
  color: #00a4db; }

#kontakt {
  background-color: #2f6d82;
  padding: 111px 0 93px; }
  @media (max-width: 768px) {
    #kontakt {
      padding: 65px 0 65px; } }
  #kontakt .vlnka-kontakt {
    text-align: center;
    font-size: 80px;
    padding-bottom: 71px;
    color: white; }
    @media (max-width: 768px) {
      #kontakt .vlnka-kontakt {
        font-size: 50px;
        padding-bottom: 30px; } }
  #kontakt .kontakt-box {
    display: flex;
    row-gap: 30px; }
    @media (max-width: 768px) {
      #kontakt .kontakt-box {
        flex-direction: column;
        row-gap: 15px; } }
    @media (min-width: 768px) and (max-width: 1200px) {
      #kontakt .kontakt-box {
        flex-wrap: wrap; } }
    #kontakt .kontakt-box .kontakt-text {
      padding-right: 43px; }
      @media (min-width: 768px) and (max-width: 1200px) {
        #kontakt .kontakt-box .kontakt-text {
          max-width: 49%; } }
      #kontakt .kontakt-box .kontakt-text .kontakt-inner-text {
        font-weight: 700;
        font-size: 24px;
        line-height: 150%;
        padding-bottom: 25px; }
        @media (max-width: 768px) {
          #kontakt .kontakt-box .kontakt-text .kontakt-inner-text {
            font-size: 19px;
            padding-bottom: 18px; } }
        #kontakt .kontakt-box .kontakt-text .kontakt-inner-text a {
          color: white; }
      #kontakt .kontakt-box .kontakt-text .kontakt-adresa {
        font-weight: 300;
        font-size: 20px;
        line-height: 150%;
        color: white;
        padding-bottom: 36px; }
        @media (max-width: 768px) {
          #kontakt .kontakt-box .kontakt-text .kontakt-adresa {
            font-size: 16px;
            padding-bottom: 20px; } }
      #kontakt .kontakt-box .kontakt-text .kontakt-parking {
        color: white;
        font-family: Big Shoulders Display;
        font-weight: 700;
        font-size: 30px;
        line-height: 140%;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding-bottom: 8px; }
        @media (max-width: 768px) {
          #kontakt .kontakt-box .kontakt-text .kontakt-parking {
            font-size: 23px; } }
      #kontakt .kontakt-box .kontakt-text .kontakt-parking-text {
        font-family: Roboto Flex;
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: white; }
    #kontakt .kontakt-box .kontakt-photo {
      padding-right: 9px; }
      @media (max-width: 1200px) {
        #kontakt .kontakt-box .kontakt-photo {
          padding-right: 0; } }
      @media (max-width: 768px) {
        #kontakt .kontakt-box .kontakt-photo {
          width: 100%; }
          #kontakt .kontakt-box .kontakt-photo img {
            width: 100%; } }
      @media (min-width: 768px) and (max-width: 1200px) {
        #kontakt .kontakt-box .kontakt-photo {
          margin-left: auto;
          width: 350px; }
          #kontakt .kontakt-box .kontakt-photo img {
            width: 100%; } }
    #kontakt .kontakt-box .kontakt-mapa {
      width: 100%; }
      #kontakt .kontakt-box .kontakt-mapa iframe {
        width: 535px;
        max-height: 380px; }
        @media (max-width: 1400px) {
          #kontakt .kontakt-box .kontakt-mapa iframe {
            width: 100%; } }

footer {
  background-color: black;
  color: white;
  padding-top: 65px;
  padding-bottom: 14px; }
  footer .footer-box {
    display: flex; }
    @media (max-width: 992px) {
      footer .footer-box {
        flex-direction: column; } }
    @media (min-width: 992px) {
      footer .footer-box .footer-box-1 {
        width: 900px; } }
    footer .footer-box .footer-box-1 .footer-box-1-inner {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px; }
      @media (max-width: 992px) {
        footer .footer-box .footer-box-1 .footer-box-1-inner {
          padding-bottom: 20px; } }
      footer .footer-box .footer-box-1 .footer-box-1-inner .footer-forea {
        padding-top: 25px; }
        footer .footer-box .footer-box-1 .footer-box-1-inner .footer-forea .footer-forea-item {
          display: flex;
          gap: 6px;
          padding-bottom: 3px; }
          footer .footer-box .footer-box-1 .footer-box-1-inner .footer-forea .footer-forea-item .footer-forea-item-text {
            font-family: "U.S. 101";
            font-weight: 400;
            font-size: 23px;
            line-height: 120%;
            letter-spacing: 3px;
            text-transform: uppercase; }
      footer .footer-box .footer-box-1 .footer-box-1-inner .footer-soc {
        padding-right: 129px; }
        @media (max-width: 992px) {
          footer .footer-box .footer-box-1 .footer-box-1-inner .footer-soc {
            padding-right: 0px; } }
        @media (min-width: 992px) and (max-width: 1200px) {
          footer .footer-box .footer-box-1 .footer-box-1-inner .footer-soc {
            padding-right: 20px; } }
        footer .footer-box .footer-box-1 .footer-box-1-inner .footer-soc .footer-soc-box {
          display: flex;
          gap: 15px;
          padding-bottom: 37px; }
        footer .footer-box .footer-box-1 .footer-box-1-inner .footer-soc ul {
          list-style-type: none;
          padding-left: 0;
          font-family: Roboto Flex;
          font-weight: 300;
          font-size: 15px;
          line-height: 200%; }
          footer .footer-box .footer-box-1 .footer-box-1-inner .footer-soc ul li a {
            color: #e4e4e4; }
    footer .footer-box .footer-box-2 {
      background-color: #00a4db;
      position: relative;
      padding: 40px 37px 34px 37px; }
      @media (min-width: 992px) {
        footer .footer-box .footer-box-2 {
          width: 421px;
          margin-top: -75px;
          margin-bottom: -14px;
          padding: 75px 51px 41px 48px; } }
      footer .footer-box .footer-box-2 .newsletter-box .newsletter-title {
        font-family: Big Shoulders Display;
        font-weight: 700;
        font-size: 35px;
        line-height: 42px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 16px; }
      footer .footer-box .footer-box-2 .newsletter-box .newsletter-text {
        font-family: Roboto Flex;
        font-weight: 300;
        font-size: 18px;
        line-height: 150%;
        margin-bottom: 31px; }
      footer .footer-box .footer-box-2 input {
        margin-bottom: 23px; }
    footer .footer-box .footer-bottom {
      display: flex;
      justify-content: space-between;
      font-family: Roboto Flex;
      font-weight: 300;
      font-size: 14px;
      line-height: 32px;
      color: rgba(228, 228, 228, 0.8);
      padding-right: 27px;
      padding-top: 30px; }
      @media (max-width: 992px) {
        footer .footer-box .footer-bottom {
          padding-right: 0px;
          padding-top: 20px;
          column-gap: 20px;
          flex-wrap: wrap; } }
      footer .footer-box .footer-bottom a {
        color: rgba(228, 228, 228, 0.8); }
  footer .logo-footer {
    padding-left: 5px; }
  footer .footer-forea-a {
    text-decoration: none;
    color: white; }
  footer .input-newsletter {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    color: white; }
    footer .input-newsletter:focus {
      background-color: rgba(255, 255, 255, 0.1);
      color: white; }
    footer .input-newsletter::placeholder {
      color: white; }

#cenik {
  background-color: rgba(0, 164, 219, 0.08);
  padding: 126px 0 148px 0; }
  @media (max-width: 768px) {
    #cenik {
      padding: 65px 0 65px 0; } }
  #cenik .container-cenik .vlnka-cenik {
    text-align: center;
    font-size: 80px;
    padding-bottom: 44px; }
    @media (max-width: 768px) {
      #cenik .container-cenik .vlnka-cenik {
        font-size: 50px;
        padding-bottom: 25px; } }
  #cenik .container-cenik .cenik-sez {
    text-align: center;
    padding-bottom: 61px; }
    @media (max-width: 768px) {
      #cenik .container-cenik .cenik-sez {
        padding-bottom: 30px; } }
  @media (min-width: 1400px) {
    #cenik .container-cenik .cenik-out-box {
      padding: 0 165px 0 165px;
      column-gap: 140px; } }
  #cenik .container-cenik .cenik-out-box .cenik-box {
    display: flex;
    column-gap: 70px; }
    @media (max-width: 768px) {
      #cenik .container-cenik .cenik-out-box .cenik-box {
        flex-direction: column;
        row-gap: 50px; } }
    #cenik .container-cenik .cenik-out-box .cenik-box .cenik {
      flex: 1 0;
      max-width: 50%; }
      @media (max-width: 768px) {
        #cenik .container-cenik .cenik-out-box .cenik-box .cenik {
          max-width: 100%; } }
      #cenik .container-cenik .cenik-out-box .cenik-box .cenik .cenik-title {
        font-family: Big Shoulders Display;
        font-weight: 700;
        font-size: 35px;
        line-height: 42px;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding-bottom: 41px; }
        #cenik .container-cenik .cenik-out-box .cenik-box .cenik .cenik-title.cenik-title-custom {
          padding-bottom: 18px;
          border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
        @media (max-width: 768px) {
          #cenik .container-cenik .cenik-out-box .cenik-box .cenik .cenik-title {
            font-size: 28px;
            padding-bottom: 10px; } }
      #cenik .container-cenik .cenik-out-box .cenik-box .cenik table {
        width: 100%; }
        #cenik .container-cenik .cenik-out-box .cenik-box .cenik table .th-tr {
          border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
          #cenik .container-cenik .cenik-out-box .cenik-box .cenik table .th-tr th {
            padding-bottom: 7px; }
        #cenik .container-cenik .cenik-out-box .cenik-box .cenik table .tr-td {
          font-weight: 300;
          font-size: 16px;
          line-height: 160%; }
          #cenik .container-cenik .cenik-out-box .cenik-box .cenik table .tr-td .td-1 {
            width: 70%; }
            @media (max-width: 768px) {
              #cenik .container-cenik .cenik-out-box .cenik-box .cenik table .tr-td .td-1 {
                width: 60%; } }
          #cenik .container-cenik .cenik-out-box .cenik-box .cenik table .tr-td .td-2 {
            width: 30%;
            text-align: right; }
            @media (max-width: 768px) {
              #cenik .container-cenik .cenik-out-box .cenik-box .cenik table .tr-td .td-2 {
                width: 40%; } }
  #cenik .container-cenik .well-all {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    padding-right: 45px;
    padding-top: 30px; }
    @media (max-width: 1400px) {
      #cenik .container-cenik .well-all {
        padding-right: 0px; } }
    @media (max-width: 768px) {
      #cenik .container-cenik .well-all {
        padding-top: 20px; } }
  #cenik .container-cenik .cenik-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.3px; }
  #cenik .container-cenik .cenik-text-1 {
    padding-top: 50px;
    padding-right: 140px;
    padding-bottom: 28px; }
    @media (max-width: 1200px) {
      #cenik .container-cenik .cenik-text-1 {
        padding-right: 0px;
        padding-bottom: 20px;
        padding-top: 30px; } }
  #cenik .container-cenik .cenik-text-2 {
    padding-right: 140px;
    padding-bottom: 66px; }
    @media (max-width: 1200px) {
      #cenik .container-cenik .cenik-text-2 {
        padding-right: 0px;
        padding-bottom: 30px; } }

/*# sourceMappingURL=styles.css.map */
