@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&family=Open+Sans:wght@600;700&family=Source+Sans+Pro:wght@400;600&family=Nunito:wght@600;700&display=swap");
h1 {
  font-family: "Montserrat", Arial, sans-serif;
}

.section-title {
  font-family: "Montserrat", Arial, sans-serif;
}

.side-menu a {
  font-family: "Montserrat", Arial, sans-serif;
}

.subtitle, h5, h6, p {
  font-family: "Nunito", Arial, sans-serif;
}

body, li, span, .text {
  font-family: "Source Sans Pro", Arial, sans-serif;
}

.btn, button, .button {
  font-family: "Montserrat", Arial, sans-serif;
}

@media (max-width: 575.98px) {
  .slide-link {
    width: 90%;
    box-sizing: border-box;
    /* center horizontally when absolute */
    left: 50%;
    transform: translateX(-50%);
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    bottom: 10%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 3rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    /* reset potential conflicting properties */
    right: auto;
    margin-left: 0;
  }
  /* More specific selector to override competing rules that set right/margins */
  .carousel .carousel-track .carousel-slide .carousel-slide-content .slide-link {
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important;
    margin-left: 0 !important;
    position: absolute !important;
  }
  /* Ultra-specific defensive rule in case parent transforms or inline styles alter positioning.
     This targets the slide-link when it's inside the carousel and forces centering, width and box model. */
  .carousel.carousel--hero .carousel-track .carousel-slide .carousel-slide-content .slide-link {
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important;
    margin-left: 0 !important;
    position: absolute !important;
    width: 90% !important;
    box-sizing: border-box !important;
    bottom: 10% !important;
  }
  /* Alternative, more robust centering: make parent center children and let .slide-link be static.
     This avoids issues when ancestor transforms or other positioning interfere with absolute offsets. */
  .carousel .carousel-track .carousel-slide .carousel-slide-content {
    align-items: center !important;
    justify-content: flex-end !important;
    position: relative !important;
  }
  .carousel .carousel-track .carousel-slide .carousel-slide-content .slide-link {
    position: static !important;
    left: auto !important;
    transform: none !important;
    margin: 0 auto !important;
    bottom: auto !important;
    width: 90% !important;
  }
}
@media (max-height: 670px) and (max-width: 575.98px) {
  .slide-link {
    bottom: 15% !important;
  }
}
.slide-link {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #1c2b33;
  background: #f7f7f7;
  border: none;
  border-radius: 8px;
  border: 1px solid #1c2b33;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px) saturate(180%);
  border-radius: 8px;
  padding: 0.7em 2.1em;
  margin-top: 1.2rem;
  text-decoration: none;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.18s;
  letter-spacing: clamp(0.04em, 0.8vw, 0.12em);
  font-size: clamp(1.1rem, 1.1vw, 1.1rem);
}
.slide-link:hover, .slide-link:focus {
  background: rgb(95.5775280899, 41.6224719101, 41.6224719101);
  color: #fff;
  transform: translateY(-2px) scale(1.04);
}

.carousel-hint-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 30000;
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.carousel-hint-overlay.show {
  display: flex;
}

.carousel-hint {
  color: #fff;
}

.carousel-hint .hint-touch, .carousel-hint .hint-mouse {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  pointer-events: auto;
}

@keyframes hintFadeIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 0.97;
    transform: none;
  }
}
.elektrolyse__questions-title {
  color: #7C3636;
  font-size: 2rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300 !important;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .elektrolyse__questions-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .elektrolyse__questions-title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .elektrolyse__questions-title {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
    margin-bottom: 2rem;
  }
}

.elektrolyse__content {
  margin-bottom: 0;
  grid-column: 1/-1;
  grid-row: 2;
  margin-top: 2.5rem;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .elektrolyse__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .elektrolyse__content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .elektrolyse__content {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1200px) {
  .elektrolyse__content {
    padding-left: 160px;
    padding-right: 160px;
  }
}
.elektrolyse__content .elektrolyse__courses {
  grid-column: 1/-1;
  grid-row: 1;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 575.98px) {
  .elektrolyse__content .elektrolyse__courses {
    margin-top: 20rem;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .elektrolyse__content .elektrolyse__courses {
    margin-top: 24rem;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .elektrolyse__content .elektrolyse__courses {
    margin-top: 26rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 3rem;
    flex-direction: row;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .elektrolyse__content .elektrolyse__courses {
    flex-direction: row;
    gap: 2 rem;
  }
}
@media (min-width: 1200px) {
  .elektrolyse__content .elektrolyse__courses {
    flex-direction: row;
    gap: 4rem;
  }
}
.elektrolyse__content .elektrolyse__courses .kurs-card {
  height: 100%;
  max-height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 48px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 1.1rem;
  padding: 0.8em 1em;
  border: 1px solid #1c2b33;
  border-radius: 8px;
  background: #fff;
  color: #1c2b33;
  transition: border 0.2s;
  /* image inside kurs-card */
  /* ensure card children stretch so cards equal height */
}
.elektrolyse__content .elektrolyse__courses .kurs-card:hover {
  border: 1.5px solid #7C3636;
}
.elektrolyse__content .elektrolyse__courses .kurs-card .kurs-card__title {
  font-family: "Montserrat", Arial, sans-serif;
  color: #7C3636;
  font-size: 1.18rem;
  font-weight: 500;
  margin-bottom: 1rem;
  min-height: 3.5rem;
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .elektrolyse__content .elektrolyse__courses .kurs-card .kurs-card__title {
    font-size: 1.22rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .elektrolyse__content .elektrolyse__courses .kurs-card .kurs-card__title {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .elektrolyse__content .elektrolyse__courses .kurs-card .kurs-card__title {
    font-size: 1.38rem;
  }
}
@media (min-width: 1200px) {
  .elektrolyse__content .elektrolyse__courses .kurs-card .kurs-card__title {
    font-size: 1.45rem;
  }
}
.elektrolyse__content .elektrolyse__courses .kurs-card .kurs-card__img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 0.8rem;
  display: block;
}
.elektrolyse__content .elektrolyse__courses .kurs-card .kurs-card__desc {
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #1c2b33;
  font-weight: 400 !important;
  font-size: 0.98rem;
  margin-bottom: 1.1rem;
  margin-top: 1rem;
  /* allow description to grow so cards equal height */
  flex: 1 1 auto;
}
.elektrolyse__content .elektrolyse__courses .kurs-card .kurs-card__price {
  font-size: 1.08rem;
  color: #7C3636;
  font-weight: 500;
  margin-bottom: 1.1rem;
  margin-top: 0.4rem;
  letter-spacing: 0.02em;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .elektrolyse__content .elektrolyse__courses .kurs-card .kurs-card__price {
    font-size: 1.13rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .elektrolyse__content .elektrolyse__courses .kurs-card .kurs-card__price {
    font-size: 1.18rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .elektrolyse__content .elektrolyse__courses .kurs-card .kurs-card__price {
    font-size: 1.22rem;
  }
}
@media (min-width: 1200px) {
  .elektrolyse__content .elektrolyse__courses .kurs-card .kurs-card__price {
    font-size: 1.28rem;
  }
}
.elektrolyse__content .elektrolyse__courses .kurs-card .kurs-card__btn {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #1c2b33;
  background: #f7f7f7;
  border: none;
  border-radius: 8px;
  border: 1px solid #1c2b33;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px) saturate(180%);
  border-radius: 8px;
  padding: 0.7em 2.1em;
  margin-top: 1.2rem;
  text-decoration: none;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.18s;
  letter-spacing: clamp(0.04em, 0.8vw, 0.12em);
  font-size: clamp(1.1rem, 1.1vw, 1.1rem);
}
.elektrolyse__content .elektrolyse__courses .kurs-card .kurs-card__btn:hover, .elektrolyse__content .elektrolyse__courses .kurs-card .kurs-card__btn:focus {
  background: rgb(95.5775280899, 41.6224719101, 41.6224719101);
  color: #fff;
  transform: translateY(-2px) scale(1.04);
}
.elektrolyse__content .elektrolyse__courses .kurs-card .kurs-card__desc {
  flex: 1 1 auto;
}
.elektrolyse__content .elektrolyse__courses .kurs-card img.kurs-card__img {
  flex: 0 0 auto;
}
.elektrolyse__content .elektrolyse__bottom-row {
  padding-bottom: 4rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  height: 600px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .elektrolyse__content .elektrolyse__bottom-row {
    display: grid;
    grid-template-columns: 45% 55%;
    align-items: stretch;
    gap: 2.5rem;
    height: 600px;
  }
}
.elektrolyse__content .elektrolyse__right-image {
  height: auto;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0 auto 2rem auto;
}
.elektrolyse__content .elektrolyse__right-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
.elektrolyse__content .elektrolyse__right-image .elektrolyse__image {
  box-sizing: border-box;
  border-radius: 8px;
  display: block;
  width: 100%;
  height: 55vh;
  max-height: 800px;
  object-fit: cover;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .elektrolyse__content .elektrolyse__right-image {
    width: 55%;
    max-width: 600px;
    margin: 0 0 0 2rem;
    align-self: flex-end;
  }
  .elektrolyse__content .elektrolyse__right-image img {
    width: 100%;
    max-width: 100%;
    max-height: 800px;
    margin: 0;
    align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  .elektrolyse__content .elektrolyse__right-image {
    width: 55%;
    max-width: 900px;
    margin: 0 0 0 3rem;
    align-self: flex-end;
  }
  .elektrolyse__content .elektrolyse__right-image img {
    width: 100%;
    max-width: 100%;
    max-height: 600px;
    margin: 0;
    align-self: flex-end;
  }
}
.elektrolyse__content .elektrolyse__text {
  padding: 1.5rem 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 200 !important;
  font-size: 1.08rem;
  color: #1c2b33;
  line-height: 1.6;
  text-align: left;
}
.elektrolyse__content .elektrolyse__text p {
  margin-bottom: 1.1rem;
}
.elektrolyse__content .elektrolyse__text p:last-child {
  margin-bottom: 0;
}
.elektrolyse__content .elektrolyse__text strong {
  color: #7C3636;
  font-weight: 400 !important;
}
.elektrolyse__content .elektrolyse__questions {
  height: auto;
  width: 100%;
  min-width: 0;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .elektrolyse__content .elektrolyse__questions {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .elektrolyse__content .elektrolyse__questions {
    width: 45%;
  }
}
.elektrolyse__content .elektrolyse__questions-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}
.elektrolyse__content .elektrolyse__question-item {
  overflow: hidden;
  min-width: 0;
}
.elektrolyse__content .elektrolyse__question-btn {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-family: "Montserrat", Arial, sans-serif;
  color: #1c2b33;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: left;
  padding: 0.7em 1.2em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.elektrolyse__content .elektrolyse__question-cross {
  display: flex;
  align-items: center;
}
.elektrolyse__content .elektrolyse__question-cross > svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: block;
}
.elektrolyse__content .elektrolyse__answer {
  max-height: 0;
  overflow: hidden;
  font-size: 1rem;
  color: #1c2b33;
  padding: 0 1.2em;
  transition: max-height 0.25s cubic-bezier(0.4, 0, 0.2, 1), padding 0.18s;
  font-family: "Source Sans Pro", Arial, sans-serif;
}
.elektrolyse__content .elektrolyse__question-item.active .elektrolyse__answer {
  padding: 0.7em 1.2em 4em 1.2em;
}
.elektrolyse__content .elektrolyse__row-flex {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
  height: 100%;
  gap: 2rem;
  margin-bottom: 3.5rem !important;
  padding: 0;
}
.elektrolyse__content .elektrolyse__row-flex .elektrolyse__right-image {
  order: 0;
}
.elektrolyse__content .elektrolyse__row-flex .elektrolyse__questions {
  order: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .elektrolyse__content .elektrolyse__row-flex {
    flex-direction: row;
    gap: 2rem;
    width: 100%;
    height: 100%;
  }
  .elektrolyse__content .elektrolyse__row-flex .elektrolyse__right-image {
    order: 1;
  }
  .elektrolyse__content .elektrolyse__row-flex .elektrolyse__questions {
    order: 0;
  }
}
@media (min-width: 1200px) {
  .elektrolyse__content .elektrolyse__row-flex {
    flex-direction: row;
    gap: 3rem;
    width: 100%;
    height: 100%;
  }
  .elektrolyse__content .elektrolyse__row-flex .elektrolyse__right-image {
    order: 1;
  }
  .elektrolyse__content .elektrolyse__row-flex .elektrolyse__questions {
    order: 0;
  }
}

.pedikyr__questions-title {
  color: #7C3636;
  font-size: 2rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300 !important;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pedikyr__questions-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pedikyr__questions-title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .pedikyr__questions-title {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
    margin-bottom: 2rem;
  }
}

.pedikyr__content {
  margin-bottom: 0;
  grid-column: 1/-1;
  grid-row: 2;
  margin-top: 2.5rem;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .pedikyr__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pedikyr__content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pedikyr__content {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1200px) {
  .pedikyr__content {
    padding-left: 160px;
    padding-right: 160px;
  }
}

.pedikyr__courses {
  grid-column: 1/-1;
  grid-row: 1;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 575.98px) {
  .pedikyr__courses {
    margin-top: 20rem;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .pedikyr__courses {
    margin-top: 24rem;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pedikyr__courses {
    margin-top: 26rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 3rem;
    flex-direction: row;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pedikyr__courses {
    flex-direction: row;
    gap: 2 rem;
  }
}
@media (min-width: 1200px) {
  .pedikyr__courses {
    flex-direction: row;
    gap: 4rem;
  }
}

.pedikyr__courses .kurs-card {
  height: 100%;
  max-height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 48px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 1.1rem;
  padding: 0.8em 1em;
  border: 1px solid #1c2b33;
  border-radius: 8px;
  background: #fff;
  color: #1c2b33;
  transition: border 0.2s;
}
.pedikyr__courses .kurs-card:hover {
  border: 1.5px solid #7C3636;
  outline: none;
}
.pedikyr__courses .kurs-card .kurs-card__title {
  font-family: "Montserrat", Arial, sans-serif;
  color: #7C3636;
  font-size: 1.18rem;
  font-weight: 500;
  margin-bottom: 1rem;
  min-height: 3.5rem;
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .pedikyr__courses .kurs-card .kurs-card__title {
    font-size: 1.22rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pedikyr__courses .kurs-card .kurs-card__title {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pedikyr__courses .kurs-card .kurs-card__title {
    font-size: 1.38rem;
  }
}
@media (min-width: 1200px) {
  .pedikyr__courses .kurs-card .kurs-card__title {
    font-size: 1.45rem;
  }
}
.pedikyr__courses .kurs-card .kurs-card__desc {
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #1c2b33;
  font-weight: 400 !important;
  font-size: 0.98rem;
  margin-bottom: 1.1rem;
  margin-top: 1rem;
  /* let desc grow so cards align */
  flex: 1 1 auto;
}
.pedikyr__courses .kurs-card .kurs-card__price {
  font-size: 1.08rem;
  color: #7C3636;
  font-weight: 500;
  margin-bottom: 1.1rem;
  margin-top: 0.4rem;
  letter-spacing: 0.02em;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .pedikyr__courses .kurs-card .kurs-card__price {
    font-size: 1.13rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pedikyr__courses .kurs-card .kurs-card__price {
    font-size: 1.18rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pedikyr__courses .kurs-card .kurs-card__price {
    font-size: 1.22rem;
  }
}
@media (min-width: 1200px) {
  .pedikyr__courses .kurs-card .kurs-card__price {
    font-size: 1.28rem;
  }
}
.pedikyr__courses .kurs-card .kurs-card__btn {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #1c2b33;
  background: #f7f7f7;
  border: none;
  border-radius: 8px;
  border: 1px solid #1c2b33;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px) saturate(180%);
  border-radius: 8px;
  padding: 0.7em 2.1em;
  margin-top: 1.2rem;
  text-decoration: none;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.18s;
  letter-spacing: clamp(0.04em, 0.8vw, 0.12em);
  font-size: clamp(1.1rem, 1.1vw, 1.1rem);
}
.pedikyr__courses .kurs-card .kurs-card__btn:hover, .pedikyr__courses .kurs-card .kurs-card__btn:focus {
  background: rgb(95.5775280899, 41.6224719101, 41.6224719101);
  color: #fff;
  transform: translateY(-2px) scale(1.04);
}

.pedikyr__bottom-row {
  padding-bottom: 4rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  height: 600px;
  /*@include respond(lg) {
    display: grid;
    grid-template-columns: 45% 55%;
    align-items: stretch;
    gap: 2.5rem;
    height: 600px;
  }*/
}

.pedikyr__right-image {
  height: auto;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0 auto 2rem auto;
}
.pedikyr__right-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pedikyr__right-image {
    width: 55%;
    max-width: 600px;
    margin: 0 0 0 2rem;
    align-self: flex-end;
  }
  .pedikyr__right-image img {
    width: 100%;
    max-width: 100%;
    max-height: 800px;
    margin: 0;
    align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  .pedikyr__right-image {
    width: 55%;
    max-width: 900px;
    margin: 0 0 0 3rem;
    align-self: flex-end;
  }
  .pedikyr__right-image img {
    width: 100%;
    max-width: 100%;
    max-height: 600px;
    margin: 0;
    align-self: flex-end;
  }
}

.pedikyr__text {
  padding: 1.5rem 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 200 !important;
  font-size: 1.08rem;
  color: #1c2b33;
  line-height: 1.6;
  text-align: left;
}
.pedikyr__text p {
  margin-bottom: 1.1rem;
}
.pedikyr__text p:last-child {
  margin-bottom: 0;
}
.pedikyr__text strong {
  color: #7C3636;
  font-weight: 400 !important;
}

.pedikyr__questions {
  height: auto;
  width: 100%;
  min-width: 0;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pedikyr__questions {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .pedikyr__questions {
    width: 45%;
  }
}

.pedikyr__questions-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}

.pedikyr__question-item {
  overflow: hidden;
  min-width: 0;
}

.pedikyr__question-btn {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-family: "Montserrat", Arial, sans-serif;
  color: #1c2b33;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: left;
  padding: 0.7em 1.2em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pedikyr__question-cross {
  display: flex;
  align-items: center;
}
.pedikyr__question-cross > svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: block;
}

.pedikyr__answer {
  max-height: 0;
  overflow: hidden;
  font-size: 1rem;
  color: #1c2b33;
  padding: 0 1.2em;
  transition: max-height 0.25s cubic-bezier(0.4, 0, 0.2, 1), padding 0.18s;
  font-family: "Source Sans Pro", Arial, sans-serif;
}

.pedikyr__question-item.active .pedikyr__answer {
  padding: 0.7em 1.2em 4em 1.2em;
}

.pedikyr__row-flex {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
  height: 100%;
  gap: 2rem;
  padding: 0;
}
.pedikyr__row-flex .pedikyr__right-image {
  order: 0;
}
.pedikyr__row-flex .pedikyr__questions {
  order: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pedikyr__row-flex {
    flex-direction: row;
    gap: 2rem;
    width: 100%;
    height: 100%;
  }
  .pedikyr__row-flex .pedikyr__right-image {
    order: 1;
  }
  .pedikyr__row-flex .pedikyr__questions {
    order: 0;
  }
}
@media (min-width: 1200px) {
  .pedikyr__row-flex {
    flex-direction: row;
    gap: 3rem;
    width: 100%;
    height: 100%;
  }
  .pedikyr__row-flex .pedikyr__right-image {
    order: 1;
  }
  .pedikyr__row-flex .pedikyr__questions {
    order: 0;
  }
}

.manikyr__questions-title {
  color: #7C3636;
  font-size: 2rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300 !important;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .manikyr__questions-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .manikyr__questions-title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .manikyr__questions-title {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
    margin-bottom: 2rem;
  }
}

.manikyr__content {
  margin-bottom: 0;
  grid-column: 1/-1;
  grid-row: 2;
  margin-top: 2.5rem;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .manikyr__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .manikyr__content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .manikyr__content {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1200px) {
  .manikyr__content {
    padding-left: 160px;
    padding-right: 160px;
  }
}

.manikyr__courses {
  grid-column: 1/-1;
  grid-row: 1;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 575.98px) {
  .manikyr__courses {
    margin-top: 20rem;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .manikyr__courses {
    margin-top: 24rem;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .manikyr__courses {
    margin-top: 26rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 3rem;
    flex-direction: row;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .manikyr__courses {
    flex-direction: row;
    gap: 2 rem;
  }
}
@media (min-width: 1200px) {
  .manikyr__courses {
    flex-direction: row;
    gap: 4rem;
  }
}

.manikyr__courses .kurs-card {
  height: 100%;
  max-height: fit-content;
  justify-content: space-between;
  margin-bottom: 48px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 1.1rem;
  padding: 0.8em 1em;
  border: 1px solid #1c2b33;
  border-radius: 8px;
  background: #fff;
  color: #1c2b33;
  transition: border 0.2s;
}
.manikyr__courses .kurs-card:hover {
  border: 1.5px solid #7C3636;
}
.manikyr__courses .kurs-card .kurs-card__title {
  font-family: "Montserrat", Arial, sans-serif;
  color: #7C3636;
  font-size: 1.18rem;
  font-weight: 500;
  margin-bottom: 1rem;
  min-height: 3.5rem;
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .manikyr__courses .kurs-card .kurs-card__title {
    font-size: 1.22rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .manikyr__courses .kurs-card .kurs-card__title {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .manikyr__courses .kurs-card .kurs-card__title {
    font-size: 1.38rem;
  }
}
@media (min-width: 1200px) {
  .manikyr__courses .kurs-card .kurs-card__title {
    font-size: 1.45rem;
  }
}
.manikyr__courses .kurs-card .kurs-card__desc {
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #1c2b33;
  font-weight: 400 !important;
  font-size: 0.98rem;
  margin-bottom: 1.1rem;
  margin-top: 1rem;
  min-height: 3.5rem;
}
.manikyr__courses .kurs-card .kurs-card__price {
  font-size: 1.08rem;
  color: #7C3636;
  font-weight: 500;
  margin-bottom: 1.1rem;
  margin-top: 0.4rem;
  letter-spacing: 0.02em;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .manikyr__courses .kurs-card .kurs-card__price {
    font-size: 1.13rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .manikyr__courses .kurs-card .kurs-card__price {
    font-size: 1.18rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .manikyr__courses .kurs-card .kurs-card__price {
    font-size: 1.22rem;
  }
}
@media (min-width: 1200px) {
  .manikyr__courses .kurs-card .kurs-card__price {
    font-size: 1.28rem;
  }
}
.manikyr__courses .kurs-card .kurs-card__btn {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #1c2b33;
  background: #f7f7f7;
  border: none;
  border-radius: 8px;
  border: 1px solid #1c2b33;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px) saturate(180%);
  border-radius: 8px;
  padding: 0.7em 2.1em;
  margin-top: 1.2rem;
  text-decoration: none;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.18s;
  letter-spacing: clamp(0.04em, 0.8vw, 0.12em);
  font-size: clamp(1.1rem, 1.1vw, 1.1rem);
}
.manikyr__courses .kurs-card .kurs-card__btn:hover, .manikyr__courses .kurs-card .kurs-card__btn:focus {
  background: rgb(95.5775280899, 41.6224719101, 41.6224719101);
  color: #fff;
  transform: translateY(-2px) scale(1.04);
}

.manikyr__bottom-row {
  padding-bottom: 4rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  height: 600px;
  /*@include respond(lg) {
    display: grid;
    grid-template-columns: 45% 55%;
    align-items: stretch;
    gap: 2.5rem;
    height: 600px;
  }*/
}

.manikyr__right-image {
  height: auto;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0 auto 2rem auto;
}
.manikyr__right-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .manikyr__right-image {
    width: 55%;
    max-width: 600px;
    margin: 0 0 0 2rem;
    align-self: flex-end;
  }
  .manikyr__right-image img {
    width: 100%;
    max-width: 100%;
    max-height: 800px;
    margin: 0;
    align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  .manikyr__right-image {
    width: 55%;
    max-width: 900px;
    margin: 0 0 0 3rem;
    align-self: flex-end;
  }
  .manikyr__right-image img {
    width: 100%;
    max-width: 100%;
    max-height: 600px;
    margin: 0;
    align-self: flex-end;
  }
}

.manikyr__text {
  padding: 1.5rem 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 200 !important;
  font-size: 1.08rem;
  color: #1c2b33;
  line-height: 1.6;
  text-align: left;
}
.manikyr__text p {
  margin-bottom: 1.1rem;
}
.manikyr__text p:last-child {
  margin-bottom: 0;
}
.manikyr__text strong {
  color: #7C3636;
  font-weight: 400 !important;
}

.manikyr__questions {
  height: auto;
  width: 100%;
  min-width: 0;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .manikyr__questions {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .manikyr__questions {
    width: 45%;
  }
}

.manikyr__questions-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}

.manikyr__question-item {
  overflow: hidden;
  min-width: 0;
}

.manikyr__question-btn {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-family: "Montserrat", Arial, sans-serif;
  color: #1c2b33;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: left;
  padding: 0.7em 1.2em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.manikyr__question-cross {
  display: flex;
  align-items: center;
}
.manikyr__question-cross > svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: block;
}

.manikyr__answer {
  max-height: 0;
  overflow: hidden;
  font-size: 1rem;
  color: #1c2b33;
  padding: 0 1.2em;
  transition: max-height 0.25s cubic-bezier(0.4, 0, 0.2, 1), padding 0.18s;
  font-family: "Source Sans Pro", Arial, sans-serif;
}

.manikyr__question-item.active .manikyr__answer {
  padding: 0.7em 1.2em 4em 1.2em;
}

.manikyr__row-flex {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
  height: 100%;
  gap: 2rem;
  padding: 0;
}
.manikyr__row-flex .manikyr__right-image {
  order: 0;
}
.manikyr__row-flex .manikyr__questions {
  order: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .manikyr__row-flex {
    flex-direction: row;
    gap: 2rem;
    width: 100%;
    height: 100%;
  }
  .manikyr__row-flex .manikyr__right-image {
    order: 1;
  }
  .manikyr__row-flex .manikyr__questions {
    order: 0;
  }
}
@media (min-width: 1200px) {
  .manikyr__row-flex {
    flex-direction: row;
    gap: 3rem;
    width: 100%;
    height: 100%;
  }
  .manikyr__row-flex .manikyr__right-image {
    order: 1;
  }
  .manikyr__row-flex .manikyr__questions {
    order: 0;
  }
}

.kurs-section__courses {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 575.98px) {
  .kurs-section__courses {
    flex-direction: column;
    gap: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .kurs-section__courses {
    flex-direction: column;
    gap: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .kurs-section__courses {
    flex-direction: column;
    gap: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .kurs-section__courses {
    flex-direction: row;
    gap: 3rem;
  }
}
@media (min-width: 1200px) {
  .kurs-section__courses {
    flex-direction: row;
    gap: 4rem;
  }
}

.kurs-card {
  background: #f7f7f7;
  border-radius: 1.2rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  padding: 2rem 1.5rem;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.2s;
}
.kurs-card:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.13);
}
.kurs-card .kurs-card__title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.kurs-card .kurs-card__desc {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.kurs-card .kurs-card__btn {
  font-family: "Nunito", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1c2b33;
  background: #f7f7f7;
  border: none;
  border-radius: 8px;
  border: 1px solid #1c2b33;
  padding: 0.8em 2em;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px) saturate(180%);
  border-radius: 8px;
  padding: 0.7em 2.1em;
  margin-top: 1.2rem;
  text-decoration: none;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.18s;
  letter-spacing: clamp(0.04em, 0.8vw, 0.12em);
  font-size: clamp(1.1rem, 1.1vw, 1.1rem);
}
.kurs-card .kurs-card__btn:hover, .kurs-card .kurs-card__btn:focus {
  background: rgb(95.5775280899, 41.6224719101, 41.6224719101);
  color: #fff;
  transform: translateY(-2px) scale(1.04);
}

.ommeg__text {
  color: #1c2b33;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300 !important;
  /*// Вертикальний скрол на малих екранах
  @include mixins.respond(xs) {
    max-height: 40vh;
    overflow-y: auto;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
  @include mixins.respond(sm) {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
  @include mixins.respond(md) {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }*/
}

.ommeg__foto {
  width: 400px;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 575.98px) {
  .ommeg__foto {
    width: 90vw;
    height: 400px;
    max-width: 98vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .ommeg__foto {
    width: 340px;
    height: 420px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ommeg__foto {
    width: 340px;
    height: 460px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ommeg__foto {
    width: 340px;
    height: 480px;
  }
}
@media (min-width: 1200px) {
  .ommeg__foto {
    width: 380px;
    height: 500px;
  }
}

.ommeg__content {
  display: flex;
  gap: 2.5rem;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 575.98px) {
  .ommeg__content {
    flex-direction: column-reverse;
    gap: 2.5rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .ommeg__content {
    flex-direction: column-reverse;
    gap: 3rem;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ommeg__content {
    flex-direction: column-reverse;
    gap: 4rem;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ommeg__content {
    flex-direction: row;
    gap: 6rem;
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 1200px) {
  .ommeg__content {
    flex-direction: row;
    gap: 8rem;
    padding-left: 160px;
    padding-right: 160px;
  }
}

.section-title-center {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575.98px) {
  .section-title-center {
    font-size: 1.75rem;
    margin-top: 5rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-title-center {
    font-size: 2rem;
    margin-top: 5rem;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-title-center {
    font-size: 2.5rem;
    margin-top: 7rem;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-title-center {
    font-size: 3rem;
    margin-top: 7rem;
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .section-title-center {
    font-size: 3rem;
    margin-top: 8rem;
    margin-bottom: 100px;
  }
}

.contact-us {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-us__container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}

.contact-us__form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.contact-us__input,
.contact-us__message {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 1.1rem;
  padding: 0.8em 1em;
  border: 1px solid #1c2b33;
  border-radius: 8px;
  background: #fff;
  color: #1c2b33;
  transition: border 0.2s;
}

.contact-us__input:focus,
.contact-us__message:focus {
  border: 1.5px solid #7C3636;
  outline: none;
}

.contact-us__button {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1c2b33;
  background: #f7f7f7;
  border: none;
  border-radius: 8px;
  border: 1px solid #1c2b33;
  padding: 0.8em 2em;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px) saturate(180%);
  border-radius: 8px;
  padding: 0.7em 2.1em;
  margin-top: 1.2rem;
  text-decoration: none;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.18s;
  letter-spacing: clamp(0.04em, 0.8vw, 0.12em);
  font-size: clamp(1.1rem, 1.1vw, 1.1rem);
}

.contact-us__button:hover,
.contact-us__button:focus {
  background: rgb(95.5775280899, 41.6224719101, 41.6224719101);
  color: #fff;
  transform: translateY(-2px) scale(1.04);
}

.contact-us__ways {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-left: 0;
}

.contact-us__way {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 1rem;
  color: #1c2b33;
  margin-top: 0;
}

.contact-us__type {
  font-weight: 700;
  color: #7C3636;
}

.contact-us__communication {
  color: #1c2b33;
  text-decoration: none;
  transition: color 0.2s;
}

.contact-us__communication:hover {
  color: #7C3636;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .contact-us {
    padding: 1rem 0.2rem;
    border-radius: 0.7rem;
  }
  .contact-us__container {
    gap: 3rem;
    width: 100%;
  }
  .contact-us__form {
    gap: 1rem;
    width: 90%;
  }
  .contact-us__ways {
    gap: 1rem;
    width: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-us__container {
    flex-direction: row;
    align-items: flex-start;
    gap: 3.5rem;
  }
  .contact-us__form {
    flex: 1 1 0;
    width: 500px;
    margin-top: 0;
  }
  .contact-us__ways {
    flex: 1 1 0;
    max-width: 300px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .contact-us__container {
    flex-direction: row;
    align-items: flex-start;
    gap: 3.5rem;
  }
  .contact-us__form {
    flex: 1 1 0;
    width: 500px;
    margin-top: 0;
  }
  .contact-us__ways {
    flex: 1 1 0;
    max-width: 300px;
    margin-top: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact-us__container {
    flex-direction: row;
    align-items: flex-start;
    gap: 3.5rem;
  }
  .contact-us__form {
    flex: 1 1 0;
    width: 400px;
    margin-top: 0;
  }
  .contact-us__ways {
    flex: 1 1 0;
    max-width: 300px;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-us__container {
    flex-direction: row;
    align-items: flex-start;
    gap: 3.5rem;
  }
  .contact-us__form {
    flex: 1 1 0;
    width: 400px;
    margin-top: 0;
  }
  .contact-us__ways {
    flex: 1 1 0;
    max-width: 300px;
    margin-top: 0;
  }
}
.side-menu nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.side-menu.open {
  overflow-y: auto;
}

/*.section-aside .back-link {
	position: absolute;
	top: 1.2rem;
	background: none;
	border: none;
	color: variables.$color-text;
	font-size: 2rem;
	cursor: pointer;
	z-index: 12001;
	border-radius: 8px;
	transition: background 0.2s, color 0.2s;
}
.section-aside .back-link:hover {
	background: rgba(255,255,255,0.08);
}
.section-aside .back-link {
	position: absolute;
	top: 1.2rem;
	//right: 1.2rem;
	background: none;
	border: none;
	color: variables.$color-text;
	font-size: 2rem;
	cursor: pointer;
	z-index: 12001;
	//padding: 0.2em 0.5em;
	border-radius: 8px;
	transition: background 0.2s, color 0.2s;
}
.section-aside .back-link:hover {
	background: rgba(255,255,255,0.08);
}*/
.header > .header-bar .close-btn {
  display: none !important;
}

.side-menu .header-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2rem;
}

.side-menu .logo {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media (min-width: 576px) {
  .section-aside .close-btn.menu-btn .menu-icon, .section-aside .close-btn.menu-btn .close-icon {
    display: none !important;
  }
  .section-aside .close-btn.menu-btn .menu-text, .section-aside .close-btn.menu-btn .close-text {
    display: inline !important;
  }
}
@media (max-width: 575.98px) {
  .section-aside .close-btn.menu-btn .menu-text, .section-aside .close-btn.menu-btn .close-text {
    display: none !important;
  }
  .section-aside .close-btn.menu-btn .menu-icon, .section-aside .close-btn.menu-btn .close-icon {
    display: inline !important;
  }
}

.side-menu .close-btn {
  background: none;
  border: none;
  padding: 0.3em 0.7em;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: background 0.2s;
  z-index: 10002;
}

.side-menu .close-text {
  display: none !important;
  font-weight: 300;
}

.section-aside .close-text {
  font-family: "Nunito", Arial, sans-serif;
  color: #1c2b33;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 100;
  letter-spacing: 0.04em;
  margin-right: 2.25rem;
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 10em;
  text-align: center;
  white-space: nowrap;
}

.section-aside .close-icon {
  display: inline !important;
}

@media (min-width: 768px) {
  .section-aside .close-text {
    display: inline !important;
  }
  .section-aside .close-icon {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .section-aside .close-text {
    display: none !important;
  }
  .section-aside .close-icon {
    display: inline !important;
  }
}
.side-menu .close-icon {
  width: 28px;
  height: 28px;
  display: block;
}

.side-menu {
  box-sizing: border-box;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #1c2b33;
  color: #fff;
  z-index: 9000;
  padding: 2.5rem 1.5rem 1.5rem 1.5rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  transition: top 0.35s cubic-bezier(0.77, 0, 0.18, 1);
}

.side-menu.open {
  top: 0;
}

.side-menu nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}

.side-menu nav ul li {
  margin-bottom: 2.2rem;
  text-align: center;
}

.side-menu nav ul li:last-child {
  margin-bottom: 0;
}

.side-menu nav ul li a {
  color: #f7f7f7;
  text-decoration: none;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 1.4rem;
  transition: color 0.2s;
}
@media (max-width: 575.98px) {
  .side-menu nav ul li a {
    font-size: 1.4rem;
    margin-bottom: 1.1rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .side-menu nav ul li a {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .side-menu nav ul li a {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .side-menu nav ul li a {
    font-size: 2.5rem;
    margin-bottom: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .side-menu nav ul li a {
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }
}

.side-menu nav ul li a:hover {
  color: #fff;
}

.side-menu .close-btn {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  background: none;
  border: none;
  z-index: 10001;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-menu .close-btn .close-icon {
  width: 28px;
  height: 28px;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .side-menu .close-btn .close-icon {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .side-menu .close-btn .close-icon {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .side-menu .close-btn .close-icon {
    width: 40px;
    height: 40px;
  }
}

.side-menu .close-btn .close-text {
  font-family: "Nunito", Arial, sans-serif;
  color: #1c2b33;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 100;
  letter-spacing: 0.04em;
  display: none;
  margin-left: 0.5rem;
}

/* Stronger specificity: ensure Nunito 100 is used for close-text */
.section-aside .header-bar .close-btn .close-text,
.side-menu .close-btn .close-text {
  font-family: "Nunito", "Nunito", Arial, sans-serif !important;
  font-weight: 100 !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-width: 100vw;
  min-height: 100vh;
  box-sizing: border-box;
  z-index: 1000;
}

.carousel-subtitle {
  color: #1c2b33;
  font-size: 1rem;
}

.carousel-title {
  color: #7C3636;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400 !important;
}
@media (max-width: 575.98px) {
  .carousel-title {
    align-self: center;
    text-align: center;
    margin: 0 auto;
    justify-self: center;
    font-size: 2.2rem;
    position: static;
    writing-mode: horizontal-tb;
    text-orientation: initial;
  }
}

.header-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 0.5rem 0 0.5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  z-index: 20000;
  background: transparent;
  /* border-bottom: 1.5px solid rgba(255,255,255,0.35); */
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.08); */
  border: none;
}
@media (max-width: 575.98px) {
  .header-bar {
    min-height: 3.5rem;
    height: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header-bar {
    min-height: 4rem;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-bar {
    min-height: 4.5rem;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-bar {
    min-height: 5.5rem;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .header-bar {
    min-height: 6rem;
    height: auto;
  }
}

.header-bar .logo {
  margin-left: 0.5rem;
  color: #222;
  font-weight: 700;
  font-size: 1.2rem;
  flex: 0 0 auto;
}

.header-bar .menu-btn {
  margin-right: 0.5rem;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
}
@media (min-width: 576px) {
  .header-bar .menu-btn .menu-icon, .header-bar .menu-btn .close-icon {
    display: none !important;
  }
  .header-bar .menu-btn .menu-text, .header-bar .menu-btn .close-text {
    display: inline !important;
  }
}
@media (max-width: 575.98px) {
  .header-bar .menu-btn .menu-text, .header-bar .menu-btn .close-text {
    display: none !important;
  }
  .header-bar .menu-btn .menu-icon, .header-bar .menu-btn .close-icon {
    display: inline !important;
  }
}

.header-bar .close-btn {
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  margin-left: auto;
  margin-right: 0;
}

.header-bar .close-btn {
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  margin-left: auto;
  margin-right: 0;
}

.header-bar .menu-icon {
  width: 24px;
  height: 24px;
  display: block;
  margin-left: auto;
}

.menu-text {
  font-family: "Nunito", Arial, sans-serif;
  color: #1c2b33;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 100;
  letter-spacing: 0.04em;
  margin-left: 0.5rem;
  margin-right: 1.2rem;
  display: none;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

@media (min-width: 576px) {
  .menu-text {
    display: inline !important;
  }
}
.main-logo img {
  height: 3rem;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .main-logo img {
    height: 2.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-logo img {
    height: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-logo img {
    height: 3.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-logo img {
    height: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .main-logo img {
    height: 5.5rem;
  }
}

.aside-logo img {
  height: 3rem;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .aside-logo img {
    height: 2.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .aside-logo img {
    height: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .aside-logo img {
    height: 3.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .aside-logo img {
    height: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .aside-logo img {
    height: 5.5rem;
  }
}

.carousel {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.7s cubic-bezier(0.77, 0, 0.18, 1);
  will-change: transform;
  height: 100vh;
}

.carousel-slide {
  flex: 0 0 100vw;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  position: relative;
  box-sizing: border-box;
  padding: 2rem;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border: none;
  font-size: 2.5rem;
  padding: 0.5rem 1.2rem;
  cursor: pointer;
  z-index: 2;
  border-radius: 8px;
  transition: background 0.2s;
  user-select: none;
}

.carousel-btn.prev {
  left: 1.5rem;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../icons/arrow-left.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.5rem 1.5rem;
  border-radius: 8px;
  padding: 0;
  /* Квадратна кнопка з іконкою по центру */
  transition: background 0.2s, background-position 0s;
}

.carousel-btn.prev:hover {
  background-image: url("../icons/arrow-left.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
}

.carousel-btn.next {
  right: 1.5rem;
  width: 38px;
  height: 78px;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../icons/arrow-right.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.5rem 1.5rem;
  border-radius: 8px;
  padding: 0;
  /* Квадратна кнопка з іконкою по центру */
  transition: background 0.2s, background-position 0s;
}

.carousel-btn.next:hover {
  background-image: url("../icons/arrow-right.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
}

.carousel-btn:hover {
  background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 600px) {
  .carousel-slide {
    font-size: 1.1rem;
    padding: 1rem;
  }
  .carousel-btn {
    font-size: 1.5rem;
    padding: 0.3rem 0.7rem;
  }
}
.carousel-slide-img {
  height: 100%;
  width: 35%;
  object-fit: cover;
  display: block;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .carousel-slide {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .carousel-slide {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 575.98px) {
  .carousel-slide-img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .carousel-slide-img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .carousel-slide-img {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .carousel-slide-img {
    display: block !important;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
    height: 55vh;
    object-fit: cover;
    z-index: 3;
    border-radius: 8px;
  }
  .carousel-slide-content {
    position: relative;
    z-index: 2;
    /* move content below the image */
    margin-top: 50vh;
    align-items: center;
    text-align: center;
  }
  .carousel-title {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .carousel-slide-img {
    border-radius: 8px;
    width: 40%;
    height: 400px;
    object-fit: cover;
    display: block;
    margin-left: 0;
    margin-right: 7%;
  }
  .carousel-slide-content {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .carousel-slide-img {
    border-radius: 8px;
    width: 45%;
    height: 600px;
    object-fit: cover;
    display: block;
    margin-left: 0;
    margin-right: 7%;
  }
  .carousel-slide-content {
    margin-left: 0;
    margin-right: 0;
  }
}
.carousel-slide-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .carousel-slide-content {
    margin-left: 10%;
  }
}
@media (min-width: 1200px) {
  .carousel-slide-content {
    margin-left: 10%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .carousel-title,
  .carousel-subtitle,
  .slide-link {
    order: 1;
  }
  .carousel-slide-img {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .carousel-title,
  .carousel-subtitle,
  .slide-link {
    order: 1;
  }
  .carousel-slide-img {
    order: 2;
  }
}
@media (max-width: 575.98px) {
  .carousel-title {
    display: inline-block;
    white-space: normal;
    text-align: center;
    line-height: 1.05;
  }
  .carousel-title br {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .carousel-title {
    display: inline-block;
    text-align: center;
  }
  .carousel-title br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .carousel-title {
    display: inline-block;
    text-align: center;
  }
  .carousel-title br {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .carousel-title {
    display: block;
  }
  .carousel-title br {
    display: inline;
  }
}
@media (min-width: 1200px) {
  .carousel-title {
    display: block;
  }
  .carousel-title br {
    display: inline;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .carousel-subtitle {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .carousel-subtitle {
    font-size: 0.7rem;
  }
}
/* Unified, explicit responsive font sizes for .carousel-title */
@media (max-width: 575.98px) {
  .carousel-title {
    font-size: 3rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .carousel-title {
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .carousel-title {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .carousel-title {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .carousel-title {
    font-size: 3.2rem;
  }
}
.section-aside.show {
  display: flex !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/*.section-aside*/
.section-title {
  text-align: left;
  align-self: flex-start;
}
@media (max-width: 575.98px) {
  .section-title {
    font-size: 1.75rem;
    margin-top: 5rem;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-title {
    font-size: 2rem;
    margin-top: 5rem;
    margin-left: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-title {
    font-size: 2.5rem;
    margin-top: 7rem;
    margin-left: 80px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-title {
    font-size: 3rem;
    margin-top: 8.5rem;
    margin-left: 120px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .section-title {
    font-size: 3rem;
    margin-top: 10rem;
    margin-left: 160px;
    margin-bottom: 100px;
  }
}

.section-aside {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow-y: auto;
  background: #fff;
  color: #7C3636;
  z-index: 12000;
  overflow-x: hidden;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 4.5rem;
}

.aside-footer {
  color: #1c2b33;
  font-size: 0.4rem;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 0.7em 0 0.7em 0;
  width: 100vw;
  z-index: 13000;
  position: static;
  margin-top: 2.5rem;
}
@media (max-width: 960px) and (orientation: landscape) {
  .aside-footer {
    position: static !important;
    margin-top: 2.5rem !important;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .aside-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    font-size: 0.45rem;
    letter-spacing: 0.02em;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .aside-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    font-size: 0.5rem;
    letter-spacing: 0.03em;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .aside-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 1200px) {
  .aside-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 575.98px) {
  .section-aside {
    padding-bottom: 4.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-aside {
    padding-bottom: 4.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-aside {
    padding-bottom: 4.5rem;
  }
}
.section-aside .header-bar .close-btn img,
.section-aside .header-bar .close-btn .close-icon {
  filter: brightness(0) saturate(100%);
  /* робить іконку чорною навіть для png/svg */
}

.section-aside .header-bar .close-btn .close-text {
  color: #1c2b33;
  font-family: "Montserrat", Arial, sans-serif;
  margin-right: 4em;
  margin-left: 0;
}

.header-bar .close-icon,
.side-menu .close-icon,
.section-aside .close-icon {
  width: 28px;
  height: 28px;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header-bar .close-icon,
  .side-menu .close-icon,
  .section-aside .close-icon {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-bar .close-icon,
  .side-menu .close-icon,
  .section-aside .close-icon {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-bar .close-icon,
  .side-menu .close-icon,
  .section-aside .close-icon {
    width: 40px;
    height: 40px;
  }
}

.section-title {
  color: #7C3636;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400 !important;
}

html, body {
  height: 100%;
  margin: 0; /* скидаємо відступи */
  overflow: auto; /* Дозволити прокрутку */
}

html {
  scroll-behavior: smooth;
}
