:root {
  --tekst-na-belom: #1c1c1c;
  --linii: #e8e8e8;
  --zelenyy-akcent-3: #9bca02;
  --tekst-na-temnom---zelenyy: #fbfbfb;
  --text: #4f4f4f;
}

.banner {
  position: relative;
  font-family: "Futura PT";
  font-weight: 300;
  overflow: hidden;
}
@media (min-width: 768px) {
  .banner {
    padding-bottom: 27px;
  }
}
@media (min-width: 1240px) {
  .banner {
    padding-bottom: 46px;
  }
}
.banner .banner-bg {
  background: linear-gradient(55deg, #1f1f1f 0%, #202020 100%);
  padding: 40px 0 67px;
}
@media (min-width: 768px) {
  .banner .banner-bg {
    padding: 34px 0 67px;
  }
}
@media (min-width: 1240px) {
  .banner .banner-bg {
    padding: 30px 0 100px;
  }
}
.banner .doctor {
  display: none;
  position: absolute;
  width: 487px;
  left: calc(50% + 60px);
  bottom: 0;
  border-radius: 15px;
  z-index: 0;
}
@media (min-width: 768px) {
  .banner .doctor {
    display: block;
  }
}
@media (min-width: 1240px) {
  .banner .doctor {
    width: 456px;
    left: calc(50% - 10px);
  }
}
.banner .breadcrumbs {
  margin-bottom: 42px;
  font-size: 16px;
  padding-top: 0;
  overflow: auto;
  white-space: normal;
}
@media (min-width: 1240px) {
  .banner .breadcrumbs {
    margin-bottom: 60px;
  }
}
.banner .breadcrumbs .container-2 {
  padding-left: 0;
  padding-right: 0;
}
.banner .breadcrumbs a {
  color: #727272;
  white-space: nowrap;
}
.banner .breadcrumbs strong {
  color: var(--tekst-na-temnom---zelenyy);
  white-space: nowrap;
}
@media (min-width: 768px) {
  .banner .text {
    max-width: 394px;
  }
}
@media (min-width: 1240px) {
  .banner .text {
    max-width: 450px;
  }
}
.banner .text .title {
  font-size: 40px;
  line-height: normal;
  color: var(--color-1);
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1240px) {
  .banner .text .title {
    font-size: 32px;
  }
}
.banner .text .title2 {
  font-weight: 300;
  font-size: 24px;
  line-height: normal;
  color: var(--tekst-na-temnom---zelenyy);
  margin-top: 26px;
  margin-bottom: 0;
}
@media (min-width: 1240px) {
  .banner .text .title2 {
    font-size: 18px;
  }
}
.banner .text .desc {
  color: var(--color-1);
  font-size: 20px;
  line-height: normal;
  margin-bottom: 48px;
  margin-top: 29px;
  list-style: disc;
  min-height: 78px;
}
@media (min-width: 1240px) {
  .banner .text .desc {
    color: var(--tekst-na-temnom---zelenyy);
    margin-top: 43px;
    font-size: 16px;
  }
}
.banner .text .desc li {
  list-style-position: outside;
  margin-left: 24px;
}
.banner .code-wrapper {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 57px;
  height: 63px;
}
@media (min-width: 768px) {
  .banner .code-wrapper {
    margin-bottom: 54px;
    height: 69px;
  }
}
@media (min-width: 1240px) {
  .banner .code-wrapper {
    margin-bottom: 0;
  }
}
.banner .code-wrapper .code {
  font-size: 20px;
  color: #d8d8d8;
  margin-bottom: 6px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .banner .code-wrapper .code {
    font-size: 19px;
  }
}
.banner .code-wrapper .code span {
  color: var(--zelenyy-akcent-3);
}
.banner .code-wrapper .code-desk {
  font-size: 18px;
  color: #959595;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .banner .code-wrapper .code-desk {
    font-size: 19px;
  }
}
.banner .modal-zapis-btn {
  border: 1px solid #9bca00;
  border-radius: 10px;
  padding: 15px 20px;
  background-color: transparent;
  font-weight: 300;
  font-size: 22px;
  color: var(--color-1);
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  gap: 10px;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 1240px) {
  .banner .modal-zapis-btn {
    display: none;
  }
}
.banner .modal-zapis-btn:hover, .banner .modal-zapis-btn:active {
  background-color: #9bca00;
}
.banner .modal-zapis-btn-2 {
  display: none;
  border: none;
  padding: 0;
  background-color: transparent;
  font-weight: 300;
  font-size: 20px;
  color: var(--color-1);
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  gap: 10px;
  align-items: center;
  margin-bottom: 61px;
  padding-right: 20px;
  position: relative;
}
@media (min-width: 1240px) {
  .banner .modal-zapis-btn-2 {
    display: grid;
  }
}
.banner .modal-zapis-btn-2:hover, .banner .modal-zapis-btn-2:active {
  color: #9bca00;
}
.banner .modal-zapis-btn-2::after {
  content: "";
  display: block;
  width: 92px;
  height: 1px;
  position: absolute;
  bottom: -10px;
  right: 0;
  background-color: #9bca00;
}/*# sourceMappingURL=banner.css.map */