.stretnutie-bound * {
  font-family: "NimbusSan", Helvetica, sans-serif;
  box-sizing: border-box;
}
.stretnutie-bound html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: 'NimbusSan';
  src: url('https://www.tatrabanka.sk/files/digimar/podnik-uver/font/nimbussansdot-regular.woff') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NimbusSan';
  src: url('https://www.tatrabanka.sk/files/digimar/podnik-uver/font/nimbussansdot-bold.woff') format('opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'NimbusSan';
  src: url('https://www.tatrabanka.sk/files/digimar/podnik-uver/font/nimbussansdot-light.woff') format('opentype');
  font-weight: lighter;
  font-style: normal;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.stretnutie-bound .ds-pobocky.loading {
  width: 50px;
  height: 50px;
  margin: 0 calc(50% - 25px) 0;
  border: solid 10px #0047f8;
  border-radius: 50%;
  border-right-color: transparent;
  animation-name: rotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  overflow: hidden;
}
.stretnutie-bound body {
  margin: 0;
  background-color: #1D1E23;
}
.stretnutie-bound .disabled {
  opacity: 0.5;
  filter: grayscale(); 
  pointer-events: none;
}
.stretnutie-bound .upozornenie {
  position: absolute;
  z-index: 99;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.stretnutie-bound .calendar-wrapper.disabled {
  pointer-events: all;
  position: relative;
}
.stretnutie-bound .termin-stretnutia {
  font-weight: normal;
}


.stretnutie-bound .ds-wrapper {
  position: static;
  background-color: #fff; 
  z-index: 9999;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.stretnutie-bound .divider {
  height: 100%;
  width: 1px;
  background-color: #e6e9eb;
}
.stretnutie-bound .link {
  color: #1B1C22;
  text-decoration: underline;
}
.stretnutie-bound .close {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 20px;
  font-size: 32px;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}
.stretnutie-bound .col-left, .stretnutie-bound .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow-y: auto;
}
.stretnutie-bound .form-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stretnutie-bound .calendar {
  display: grid;
  grid-template-columns: repeat(7, calc(100%/7));
  /* grid-auto-rows: 48px;           */
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  margin-bottom: 30px;
  /* margin: 5px;            */
  /* border: 1px solid #002e4d; */
  /* width: 50%; */
  align-items: stretch;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  /* background: linear-gradient(0deg, rgba(226,226,226,1) 50%, rgba(255,255,255,1) 73%); */
  background-color: #fff;
  border: 1px solid #e6e9eb;
}
.stretnutie-bound .den {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #191919;
  padding-bottom: 10px;
}
.stretnutie-bound .calendar > p {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
  height: 48px;
  padding: 5px;
  font-family: "NimbusSan", Arial, Helvetica, sans-serif;
  background-color: #efefef;
  color: #a3a3a3;
  cursor: pointer;
  position: relative;
  cursor: not-allowed;
  pointer-events: none;
}
.stretnutie-bound .calendar p > span {
  cursor: pointer;
  position: absolute;
  font-size: 10px;
  top: 2px;
  right: 4px;
  background-color: #0047f8;
  padding: 2px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  color: #fff;
  line-height: 1;
}
.stretnutie-bound .agreement-text {
  color: #1B1C22;
  text-decoration: none;
  font-size: 14px;
}
.stretnutie-bound .agreement-block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.stretnutie-bound .agreement {
  margin: 0 10px 0 0;
}
.stretnutie-bound .error {
  color: #d30000;
  font-size: 16px;
  font-weight: bold;
}
.stretnutie-bound .calendar p.active {
  font-weight: bold;
  color: #191919;
  background-color: #dfdfdf;
  cursor: pointer;
  pointer-events: all;
}
.stretnutie-bound p[data-date='inactive'] {
  opacity: 0.5;
}
.stretnutie-bound .calendar p.active.force-dis {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #efefef;
  color: #a3a3a3;
  font-weight: 300;
}
.stretnutie-bound .calendar p.active.force-dis > span {
  display: none;
}
.stretnutie-bound .disabled .calendar p.active {
  pointer-events: none;
}
.stretnutie-bound .calendar > p.active:hover {
  background-color: #93b2ed;
}
.stretnutie-bound .calendar > p:hover {
  background-color: rgba(214, 214, 214, 0.7);
}
.stretnutie-bound .calendar > p.selected, .stretnutie-bound .calendar > p.selected:hover {
  background-color: #93b2ed;
  color: #1B1C22;
}
.stretnutie-bound #calendar > div {
  border: 1px solid lightgray;
}
.stretnutie-bound .calendar-wrapper {
  min-width: 100%;
  margin-top: 40px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.stretnutie-bound .merge-7 {
  grid-column-start: 1;
  grid-column-end: 8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: #191919;
  font-weight: bold;
  font-size: 18px;
}
.stretnutie-bound .main {
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(90deg, black 10%, rgba(0, 0, 0, 0) 50%), url(https://www.tatrabanka.sk/files/digimar/podnik-uver/img/bg-desktop.jpg);
  /* background-image: url(https://www.tatrabanka.sk/files/digimar/podnik-uver/img/bg-desktop.jpg); */
  background-size: cover;
  background-position: left center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}
.stretnutie-bound .inner-main {
  max-width: 1600px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  box-sizing: border-box;
  /* background-color: rgb(0 0 0 / 60%); */
}
.stretnutie-bound .text {
  width: 50%;
  min-width: 50%;
  color: #fff;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
.stretnutie-bound .modal-form {
  position: relative;
}
.stretnutie-bound .form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stretnutie-bound h1 {
  font-size: 46px;
  line-height: 1;
  margin-bottom: 64px;
  font-weight: normal;
}
.stretnutie-bound h3 {
  font-size: 24px;
  font-weight: lighter;
  margin: 24px 0;
}
.stretnutie-bound .branch-input {
  padding: 10px 32px 10px 16px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #b0b4bf;
  font-family: "NimbusSan", Arial, Helvetica, sans-serif;
}
.stretnutie-bound select {
  width: 100%;
  min-width: 100%;
  border: 1px solid var(--select-border);
  border-radius: 0.25em;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}
.stretnutie-bound .info {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stretnutie-bound .info p {
  color: #AEBABE;
  font-size: 18px;
  margin: 0;
}
.stretnutie-bound .info h4 {
  color: #fff;
  font-size: 28px;
  margin: 0 0 10px 0;
}
.stretnutie-bound .benefit {
  width: 120px;
  height: 120px;
  margin-right: 30px;
}
.stretnutie-bound .vyhoda {
  display: flex;
  flex-direction: row;
  max-width: 800px;
  width: 800px;
  align-items: center;
  background-color: #2a2c33;
  /* border: 1px solid #3b3b3b; */
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 40px;
}
.stretnutie-bound .vyhoda > div {
  display: flex;
  flex-direction: column;
}
.stretnutie-bound .logo > img {
  width: 100px;
  margin-left: 30px;
}
.stretnutie-bound .logo {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  box-sizing: border-box;
  align-self: flex-start;
}
.stretnutie-bound .ds-pobocky {
  max-height: 300px;
  background-color: #fff;
  overflow-y: scroll;
  width: 100%;
  margin-top: 0;
  display: none;
  position: absolute;
  top: 38px;
  z-index: 999;
}
.stretnutie-bound ul.ds-pobocky {
  list-style: none;
  padding: 0;
  border: 1px solid #e6e9eb;
  z-index: 99999;
}
.stretnutie-bound .focus + .ds-search + .ds-pobocky {
  display: block;
  box-shadow: 3px 3px 5px #00000027;
  z-index: 99999;
}
.stretnutie-bound .ds-pobocky li {
  padding: 10px 10px 10px 30px;
  border-top: 1px solid #e6e9eb;
  cursor: pointer;
  color: #1B1C22;
  font-size: 16px;
}
.stretnutie-bound .form {
  width: 40%;
  min-width: 40%;
  position: relative;
}
.stretnutie-bound .ds-search {
  width: 100%;
  min-width: 100%;
  border: 1px solid var(--select-border);
  border-radius: 0.25em;
  padding: 10px 40px 10px 20px;
  font-size: 18px;
  z-index: 1;
  border: 1px solid #e6e9eb;
  position: relative;
  outline: none;
}
.stretnutie-bound .ds-search:focus-visible {
  border: 1px solid #e6e9eb;
}
.stretnutie-bound .btn-stretnutie {
  text-decoration: none;
  display: inline-block;
  background-color: #0047f8;
  padding: 15px 48px 15px 48px;
  border: 0;
  text-align: left;
  line-height: 1.2;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  margin-top: 36px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.stretnutie-bound .cta-section {
  display: flex;
  flex-direction: row;
  max-width: 1020px;
  align-items: center;
  background-color: #2a2c33;
  /* border: 1px solid #3b3b3b; */
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.stretnutie-bound .formular {
  width: 100%;
  min-width: 100%;
  border: 1px solid var(--select-border);
  border-radius: 0.25em;
  padding: 10px 40px 10px 20px;
  font-size: 18px;
  z-index: 1;
  border: 1px solid #e6e9eb;
  position: relative;
  margin-bottom: 20px;
}
.stretnutie-bound .form-label {
  color: #fff;
  font-weight: bold;
}
.stretnutie-bound .ds-pobocky li:hover {
  background-color: #e6e9eb;
}
.stretnutie-bound .accordion-wrapper {
  max-width: 1100px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
}
.stretnutie-bound .accordion-item {
  margin-top: 16px;
  border: 1px #1B1C22;
  background-color: #fff;
}
.stretnutie-bound .accordion-item.hidden {
  display: none;
}
.stretnutie-bound .accordion-button {
  display: flex;
  width: 100%;
  max-height: 48px;
  padding: 15px;
  justify-content: flex-start;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #b0b4bf;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
}
.stretnutie-bound .accordin-button-text {
  margin: 0;
  font-family: NimbusSan, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
.stretnutie-bound .accordion-body {
  display: none;
  overflow: hidden;
}
.stretnutie-bound .acc-body-vrapper {
  display: block;
  padding: 8px 16px;
}
.stretnutie-bound .paragraph-15-400 {
  font-size: 16px;
  color: #AEBABE;
  margin: 5px 0;
  line-height: 1.2;
}
.stretnutie-bound .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  display: inline-block;
  background-position: top -60px left -270px;
  width: 30px;
  height: 30px;
  background-image: url(https://www.tatrabanka.sk/images/digimar/webflow/sprites2xtiny.png);
  background-size: 360px 210px;
}
.stretnutie-bound .acc-active .accordion-button::after {
  background-position: top left -240px;
}
.stretnutie-bound .acc-transition {
  display: block;
  transition: all 0.3s ease-in-out;
  height: 0px;
}
.stretnutie-bound .acc-active .accordin-button-text {
  color: #1B1C22;
}
.stretnutie-bound .acc-active .accordion-button {
  /*border: none;*/
}
.stretnutie-bound button:focus {
  outline: 0;
}
.stretnutie-bound .accordion-item.acc-active {
  border-style: solid;
  /* border: none;
   border-top: 1px solid #b0b4bf;*/
  box-shadow: none;
}
.stretnutie-bound .accordion-item {
  border-style: solid;
  border-width: 1px;
  border-color: #b0b4bf;
  border-radius: 5px;
  background-color: #2a2c33;
}
.stretnutie-bound .accordion-body.acc-show {
  display: block;
  height: auto;
}
.stretnutie-bound .ds-arrow {
  width: 100%;
  position: relative;
}
.stretnutie-bound .ds-arrow.focus::after {
  transform: rotate(270deg);
}
.stretnutie-bound .ds-arrow::after {
  content: "";
  overflow: visible;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 20px;
  transition: transform 0.2s ease-in-out;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 12px;
  right: 20px;
  background-image: url(https://www.tatrabanka.sk/files/business/sbb/stretnutie/sipka-dd.svg);
  z-index: 9;
  transform: rotate(90deg);
  }


.stretnutie-bound h4 {
  color: #1b1c22;
  font-size: 22px;
  margin: 0 0 10px 0;
}
.stretnutie-bound .ds-hours {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.stretnutie-bound .ds-hours > div {
  background-color: #efefef;
  border-radius: 8px;
  padding: 10px 20px;
  margin: 5px;
  cursor: pointer;
  font-weight: bold;
}
.stretnutie-bound .ds-hours > div:hover {
  background-color: #93b2ed;
}
.stretnutie-bound .ds-hours > div.selected, .stretnutie-bound .ds-hours > div.selected:hover {
  background-color: #93b2ed;
}
.stretnutie-bound .footer {
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #010101;
}

.stretnutie-bound label{
  color: #0047f8;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  display: flex;
    flex-direction: row;
    align-items: flex-start;
}


@media screen and (max-width: 991px) {
  .stretnutie-bound .accordion-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
  .stretnutie-bound .accordion-button {
    background-color: transparent;
  }
  .stretnutie-bound .accordion-body, .stretnutie-bound .c-dropdown_wrapper.blue-border-button.desktop {
    display: none;
  }
  .stretnutie-bound .acc-body-vrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .stretnutie-bound .inner-main {
    max-width: 1600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
    /* background-color: transparent; */
  }
  .stretnutie-bound .text, .stretnutie-bound .form {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .stretnutie-bound .text {
    background-color: transparent;
  }
  .stretnutie-bound .logo {
    position: relative;
    padding: 20px;
  }
  .stretnutie-bound .logo > img {
    width: 60px;
    margin-left: 0px;
  }
  .stretnutie-bound .main {
    min-height: auto;
    width: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%), url(https://www.tatrabanka.sk/files/digimar/podnik-uver/img/bg-mob.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    position: relative;
  }
  .stretnutie-bound h1 {
    font-size: 36px;
    margin-bottom: 48px;
  }
  .stretnutie-bound h3 {
    font-size: 18px;
    margin: 18px 0;
  }
  .stretnutie-bound .calendar {
    display: grid;
    grid-template-columns: repeat(7, calc(100%/7));
  }
  .stretnutie-bound .ds-hours {
    justify-content: center;
  }
  .stretnutie-bound .info h4 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 10px 0;
  }
  .stretnutie-bound .benefit {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
  .stretnutie-bound .info {
    padding: 40px 20px 20px 20px;
  }
  .stretnutie-bound .vyhoda {
    width: 100%;
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  .stretnutie-bound .info p {
    font-size: 16px;
  }
  .stretnutie-bound .accordion-wrapper {
    padding: 20px;
  }
  .stretnutie-bound .acc-body-vrapper {
    display: block;
    padding: 0px 10px 8px 10px;
  }
  .stretnutie-bound .accordin-button-text {
    font-size: 15px;
    font-weight: normal;
  }
  .stretnutie-bound .accordion-button {
    padding: 15px 10px 15px 10px;
  }
  .stretnutie-bound .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #010101;
    text-align: center;
    padding: 20px;
  }

  
  .stretnutie-bound .ds-wrapper {
    position: relative;
    padding: 20px;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    flex-direction: column;
    overflow-y: scroll;
    justify-content: flex-start;
  }
 
  .stretnutie-bound .col-left, .stretnutie-bound .col-right {
    width: 100%;
    height: auto;
  }
  .stretnutie-bound .divider {
    margin: 10px 0;
    height: 2px;
    width: 100%;
    background-color: #e6e9eb;
    margin: 20px 0 40px 0;
  }

  .stretnutie-bound h4 {
    margin: 0 0 30px 0;
    font-size: 20px;
  }
}