body {
  background: linear-gradient(105deg, #ed0081 -4.42%, #f2717d 54.99%, #ffe029 82.18%, #ffe90f 108.46%);
  font-style: normal;
  font-family: Montserrat;
  line-height: normal;
  position: relative;
}

.header__container {
  max-width: 51.0625rem;
  width: 100%;
  display: flex;
  align-items: center;
}
.header__logo {
  width: 11.875rem;
  height: 10.875rem;
}
@media (max-width: 767.98px) {
  .header__logo {
    width: 5.625rem;
    height: 5.1875rem;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__nav {
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .header__nav {
    display: none;
  }
}
.header .nav {
  display: flex;
  align-items: center;
  gap: 3.125rem;
}
.header .nav__link {
  color: #fff300;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.01125rem;
}

.footer {
  margin-top: 7.5rem;
}
@media (max-width: 767.98px) {
  .footer {
    margin-top: 3.75rem;
  }
}
.footer__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .footer__content {
    flex-direction: column;
    gap: 1.875rem;
  }
}
.footer__logo {
  width: 11.875rem;
  height: 10.875rem;
}
@media (max-width: 767.98px) {
  .footer__logo {
    width: 5.625rem;
    height: 5.1875rem;
  }
}
.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__nav {
  display: flex;
  align-items: center;
  gap: 6.8125rem;
}
@media (max-width: 767.98px) {
  .footer__nav {
    flex-direction: column;
    gap: 1.5625rem;
  }
}
.footer__nav-section:last-child {
  width: 22.125rem;
}
@media (max-width: 767.98px) {
  .footer__nav-section:last-child {
    width: 18rem;
  }
}
.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
@media (max-width: 767.98px) {
  .footer__nav-list {
    gap: 1.5625rem;
  }
}
.footer__nav-item {
  font-size: clamp(0.875 * 1rem, 0.825 * 1rem + 0.25vw, 1.125 * 1rem);
  font-weight: 400;
  letter-spacing: 0.18px;
}
@media (max-width: 767.98px) {
  .footer__nav-item {
    text-align: center;
  }
}
.footer__nav-link {
  color: #fff300;
}
@media (max-width: 767.98px) {
  .footer__nav-link {
    color: #fff;
  }
}
.footer__text {
  color: #fff300;
}
@media (max-width: 767.98px) {
  .footer__text {
    color: #fff;
  }
}
.footer__qr {
  width: 12.5rem;
  height: 12.5rem;
}
@media (max-width: 767.98px) {
  .footer__qr {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.footer .qr-code__image {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  display: block;
  width: 31.25rem;
  padding: 1.375rem 1.6875rem;
  border-radius: 0.625rem;
  background: linear-gradient(0deg, #533695 -240.71%, #d61383 321.43%);
  box-shadow: 0.25rem 0.5rem 1rem 0px rgba(28, 17, 53, 0.2);
  color: #fff;
  font-size: clamp(0.8125 * 1rem, 0.775 * 1rem + 0.1875vw, 1 * 1rem);
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .btn {
    width: 18rem;
  }
}

.wrapper {
  max-width: 82.625rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

.home .hero {
  margin-top: 6rem;
}
@media (max-width: 767.98px) {
  .home .hero {
    margin-top: 5rem;
  }
}
.home .hero__content {
  position: relative;
  z-index: 1;
}
.home .hero__title {
  color: #fff300;
  text-align: center;
  font-family: "Playfair Display";
  font-size: clamp(2.25 * 1rem, 1.45 * 1rem + 4vw, 6.25 * 1rem);
  font-weight: 600;
  letter-spacing: 0.3125rem;
  text-transform: uppercase;
}
.home .hero__subtitle {
  margin-top: 2.5rem;
  color: #fff;
  text-align: center;
  text-shadow: 0.125rem 0.25rem 0.25rem rgba(255, 255, 255, 0.25);
  font-family: Raleway;
  font-size: clamp(1.125 * 1rem, 0.9125 * 1rem + 1.0625vw, 2.1875 * 1rem);
  font-weight: 400;
  letter-spacing: 0.021875rem;
}
@media (max-width: 767.98px) {
  .home .hero__subtitle {
    margin-top: 1.875rem;
  }
}
.home .hero__description {
  margin-top: 3.75rem;
  color: #fff;
  text-align: center;
  font-family: Raleway;
  font-size: clamp(0.9375 * 1rem, 0.775 * 1rem + 0.8125vw, 1.75 * 1rem);
  font-weight: 500;
  line-height: 178.571%;
  letter-spacing: -0.0175rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767.98px) {
  .home .hero__description {
    margin-top: 1.25rem;
  }
}
.home .hero__description span {
  color: #fff300;
  font-style: italic;
}
.home .hero__cta {
  margin-top: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767.98px) {
  .home .hero__cta {
    margin-top: 1.5625rem;
  }
}
.home .hero .decorative-flowers--hero-left {
  position: absolute;
  width: 38.1875rem;
  height: 31.0625rem;
  top: 25.5rem;
  left: 0;
}
@media (max-width: 767.98px) {
  .home .hero .decorative-flowers--hero-left {
    width: 8.125rem;
    height: 6.625rem;
    top: 5rem;
    left: 0.25rem;
  }
}
.home .hero .decorative-flowers--hero-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .hero .decorative-flowers--hero-right {
  position: absolute;
  width: 34.375rem;
  height: 27.9375rem;
  top: 0.125rem;
  right: 0;
}
@media (max-width: 767.98px) {
  .home .hero .decorative-flowers--hero-right {
    width: 9.3125rem;
    height: 7.5625rem;
    top: 4.1875rem;
  }
}
.home .hero .decorative-flowers--hero-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .services {
  margin-top: 6.6875rem;
}
@media (max-width: 767.98px) {
  .home .services {
    margin-top: 3.75rem;
  }
}
.home .services__title {
  color: #fff300;
  text-align: center;
  font-family: "Playfair Display";
  font-size: clamp(2 * 1rem, 1.4 * 1rem + 3vw, 5 * 1rem);
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.home .services__description {
  max-width: 42.625rem;
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
  font-size: clamp(1 * 1rem, 0.95 * 1rem + 0.25vw, 1.25 * 1rem);
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 767.98px) {
  .home .services__description {
    margin-top: 1.5625rem;
    max-width: none;
  }
}
.home .services__description span {
  color: #fff300;
  font-weight: 500;
  text-transform: uppercase;
}
.home .services__grid {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(3, 410px);
  gap: 1.25rem 1.875rem;
}
@media (max-width: 767.98px) {
  .home .services__grid {
    margin-top: 1.875rem;
    gap: 1.25rem;
    grid-template-columns: repeat(1, 288px);
    justify-content: center;
  }
}
.home .services .service-card {
  padding: 1.875rem 1.25rem;
  border-radius: 0.625rem;
  border: 0.03125rem solid #fff;
  background: #fff;
  box-shadow: 0.125rem 0.25rem 1.125rem 0px rgba(255, 255, 255, 0.25);
}
@media (max-width: 767.98px) {
  .home .services .service-card {
    padding: 1.5625rem 0.9375rem;
  }
}
.home .services .service-card__title {
  color: #1c1135;
  font-size: clamp(1 * 1rem, 0.95 * 1rem + 0.25vw, 1.25 * 1rem);
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home .services .service-card__description {
  margin-top: 1.25rem;
  color: #1c1135;
  text-align: justify;
  font-size: clamp(0.8125 * 1rem, 0.775 * 1rem + 0.1875vw, 1 * 1rem);
  font-weight: 400;
  line-height: 156.25%;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767.98px) {
  .home .services .service-card__description {
    margin-top: 0.9375rem;
  }
}
.home .services .service-card__link {
  margin-top: 1.5625rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  color: #1c1135;
  font-size: clamp(0.875 * 1rem, 0.8125 * 1rem + 0.3125vw, 1.1875 * 1rem);
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .home .services .service-card__link {
    margin-top: 1.25rem;
    gap: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .home .services .service-card__link svg {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}

.consultation {
  margin-top: 7.5rem;
}
@media (max-width: 767.98px) {
  .consultation {
    margin-top: 3.75rem;
  }
}
.consultation__title {
  color: #fff300;
  text-align: center;
  font-family: "Playfair Display";
  font-size: clamp(2 * 1rem, 1.65 * 1rem + 1.75vw, 3.75 * 1rem);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}
.consultation__actions {
  margin-top: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media (max-width: 767.98px) {
  .consultation__actions {
    margin-top: 1.5625rem;
    gap: 1.25rem;
    justify-content: center;
  }
}
.consultation__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
@media (max-width: 767.98px) {
  .consultation__link {
    gap: 0.5rem;
  }
}
.consultation__link svg {
  width: 1.25rem;
  height: 1.25rem;
}
@media (max-width: 767.98px) {
  .consultation__link svg {
    width: 1rem;
    height: 1rem;
  }
}

body.modal--open {
  overflow: hidden;
}

.service-page {
  margin-top: 7.5rem;
}
@media (max-width: 767.98px) {
  .service-page {
    margin-top: 2.5rem;
  }
}
.service-page__title {
  color: #fff300;
  font-family: "Playfair Display";
  font-size: clamp(1.375 * 1rem, 1.025 * 1rem + 1.75vw, 3.125 * 1rem);
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .service-page__title {
    text-align: center;
  }
}
.service-page__intro {
  margin-top: 3.75rem;
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media (max-width: 767.98px) {
  .service-page__intro {
    margin-top: 1.875rem;
    gap: 1.25rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.service-page__intro-image {
  width: 48.84%;
  height: 20rem;
  border-radius: 0.625rem;
}
@media (max-width: 767.98px) {
  .service-page__intro-image {
    width: 100%;
    height: 15rem;
    order: 1;
  }
}
.service-page__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}
.service-page__intro-text {
  width: 48.84%;
  color: #fff;
  text-align: justify;
  font-size: clamp(0.8125 * 1rem, 0.675 * 1rem + 0.6875vw, 1.5 * 1rem);
  font-weight: 500;
  line-height: 187.5%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 767.98px) {
  .service-page__intro-text {
    width: 100%;
    gap: 0.9375rem;
  }
}
.service-page__cta {
  margin-top: 3.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .service-page__cta {
    margin-top: 1.25rem;
  }
}
.service-page__method {
  margin-top: 6.25rem;
}
@media (max-width: 767.98px) {
  .service-page__method {
    margin-top: 3.75rem;
  }
}
.service-page__section-title {
  color: #fff300;
  font-family: "Playfair Display";
  font-size: clamp(1.375 * 1rem, 1.2125 * 1rem + 0.8125vw, 2.1875 * 1rem);
  font-weight: 500;
  line-height: 114.286%;
  letter-spacing: 0.04375rem;
  text-transform: uppercase;
}
.service-page__method-content {
  margin-top: 3.125rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  color: #fff;
  font-size: clamp(0.8125 * 1rem, 0.675 * 1rem + 0.6875vw, 1.5 * 1rem);
  font-weight: 400;
  line-height: 187.5%;
}
@media (max-width: 767.98px) {
  .service-page__method-content {
    margin-top: 1.5625rem;
    gap: 0.9375rem;
  }
}
.service-page__benefits {
  margin-top: 6.25rem;
}
@media (max-width: 767.98px) {
  .service-page__benefits {
    margin-top: 3.75rem;
  }
}
.service-page__benefits-list {
  margin-top: 3.125rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  color: #fff;
  font-size: clamp(0.8125 * 1rem, 0.675 * 1rem + 0.6875vw, 1.5 * 1rem);
  font-weight: 400;
  line-height: 187.5%;
}
@media (max-width: 767.98px) {
  .service-page__benefits-list {
    margin-top: 1.5625rem;
    gap: 0.9375rem;
  }
}
.service-page__indications {
  margin-top: 6.25rem;
}
@media (max-width: 767.98px) {
  .service-page__indications {
    margin-top: 3.75rem;
  }
}
.service-page__indications-content {
  margin-top: 3.125rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .service-page__indications-content {
    margin-top: 1.5625rem;
    flex-direction: column;
    justify-content: center;
    gap: 1.25rem;
  }
}
.service-page__indications-text {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
  color: #fff;
  text-align: justify;
  font-size: clamp(0.8125 * 1rem, 0.675 * 1rem + 0.6875vw, 1.5 * 1rem);
  font-weight: 400;
  line-height: 187.5%;
  width: 48.84%;
}
@media (max-width: 767.98px) {
  .service-page__indications-text {
    width: 100%;
    gap: 0.9375rem;
  }
}
.service-page__indications-image {
  width: 48.84%;
  height: 31.25rem;
  border-radius: 0.625rem;
}
@media (max-width: 767.98px) {
  .service-page__indications-image {
    width: 100%;
    height: 15rem;
  }
}
.service-page__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.service-page__modal.modal--active {
  visibility: visible;
  opacity: 1;
}
.service-page__modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 17, 53, 0.3);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  cursor: pointer;
}
.service-page__modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.625rem;
  max-width: 53.125rem;
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: default;
  padding: 4.6875rem 0;
}
@media (max-width: 767.98px) {
  .service-page__modal-content {
    max-width: 18rem;
    padding: 2.34375rem 0;
  }
}
.service-page__modal-close {
  position: absolute;
  top: 3.125rem;
  right: 3.125rem;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .service-page__modal-close {
    top: 0.625rem;
    right: 0.625rem;
  }
}
@media (max-width: 767.98px) {
  .service-page__modal-close svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.service-page__form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 35.125rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  .service-page__form {
    gap: 0.625rem;
    max-width: 16.125rem;
  }
}
.service-page__form-input {
  width: 100%;
  border-radius: 10px;
  border: 0.5px solid rgba(28, 17, 53, 0.6);
  background: #fff;
  padding: 0.875rem 1.875rem;
  color: #1c1135;
  font-size: clamp(1 * 1rem, 0.95 * 1rem + 0.25vw, 1.25 * 1rem);
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .service-page__form-input {
    gap: 0.625rem;
    max-width: 16.125rem;
    padding: 0.4375rem 0.9375rem;
  }
}
.service-page__custom-select {
  width: 100%;
}
.service-page__custom-select.custom-select--open {
  border-radius: 0.625rem 0.625rem 0px 0px;
  border-bottom: 0.3px solid rgba(28, 17, 53, 0.3);
}
.service-page__custom-select-trigger {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.625rem;
  border: 0.03125rem solid rgba(28, 17, 53, 0.6);
  background: #fff;
  padding: 0.875rem 1.875rem;
}
@media (max-width: 767.98px) {
  .service-page__custom-select-trigger {
    padding: 0.4375rem 0.9375rem;
  }
}
.service-page__custom-select-value {
  color: #1c1135;
  font-size: clamp(1 * 1rem, 0.95 * 1rem + 0.25vw, 1.25 * 1rem);
  font-weight: 400;
}
.service-page__custom-select-arrow {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 767.98px) {
  .service-page__custom-select-arrow {
    width: 1.1875rem;
    height: 1.1875rem;
  }
}
.service-page__custom-select-options {
  cursor: pointer;
  padding: 0.9375rem 1.875rem 2.5rem 1.875rem;
  display: none;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.9375rem 1.875rem;
  border: 0.03125rem solid rgba(28, 17, 53, 0.6);
  background: #fff;
  border-radius: 0px 0px 0.625rem 0.625rem;
  border-top: none;
}
@media (max-width: 767.98px) {
  .service-page__custom-select-options {
    padding: 0.46875rem 0.9375rem 1.25rem 0.9375rem;
    gap: 0.46875rem 0.9375rem;
  }
}
.service-page__custom-select.custom-select--open .service-page__custom-select-options {
  display: flex;
}
.service-page__custom-select-option {
  color: #1c1135;
  font-size: clamp(0.8125 * 1rem, 0.75 * 1rem + 0.3125vw, 1.125 * 1rem);
  font-weight: 400;
}
.service-page__form-button {
  margin-top: 0.625rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  .service-page__form-button {
    margin-top: 0.3125rem;
  }
}

.gallery {
  margin-top: 7.5rem;
}
@media (max-width: 767.98px) {
  .gallery {
    margin-top: 2.5rem;
  }
}
.gallery__title {
  color: #fff300;
  font-family: "Playfair Display";
  font-size: clamp(2 * 1rem, 1.775 * 1rem + 1.125vw, 3.125 * 1rem);
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .gallery__title {
    text-align: center;
  }
}
.gallery__content {
  margin-top: 3.75rem;
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
@media (max-width: 767.98px) {
  .gallery__content {
    margin-top: 1.875rem;
    gap: 1.875rem;
  }
}
.gallery__service-block {
  width: 100%;
}
.gallery__service-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .gallery__service-header {
    flex-direction: column;
    gap: 1.25rem;
    align-items: flex-start;
  }
}
.gallery__service-title {
  color: #fff;
  font-size: clamp(0.9375 * 1rem, 0.8125 * 1rem + 0.625vw, 1.5625 * 1rem);
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.0625rem;
}
.gallery__service-buttons {
  display: flex;
  gap: 1.875rem;
}
@media (max-width: 767.98px) {
  .gallery__service-buttons {
    gap: 0.9375rem;
    align-self: center;
  }
}
.gallery__service-button {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.1875rem;
  border: 0.025rem solid #fff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .gallery__service-button {
    padding: 0.15625rem;
    height: 1.4375rem;
  }
}
.gallery__service-button svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 767.98px) {
  .gallery__service-button svg {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.gallery__service-button:hover {
  border: 0.025rem solid #fff300;
}
.gallery__service-button:hover path {
  stroke: #fff300;
}
.gallery__slider-container {
  width: 100%;
  overflow: hidden;
}
.gallery__slider-track {
  display: flex;
  gap: 1.25rem;
  transition: transform 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.gallery__images-grid {
  position: relative;
  overflow: hidden;
  margin-top: 2.5rem;
}
@media (max-width: 767.98px) {
  .gallery__images-grid {
    margin-top: 1.875rem;
  }
}
.gallery__image-pair {
  display: flex;
  gap: 0.9375rem;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .gallery__image-pair {
    gap: 0.5rem;
  }
}
.gallery__service-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.gallery__image-item {
  max-width: 19.375rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  .gallery__image-item {
    max-width: 8.75rem;
  }
}
.gallery__image {
  width: 100%;
  height: 27.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}
@media (max-width: 767.98px) {
  .gallery__image {
    height: 11.25rem;
  }
}
.gallery__image-caption {
  margin-top: 2.5rem;
  color: #fff;
  font-size: clamp(0.875 * 1rem, 0.675 * 1rem + 1vw, 1.875 * 1rem);
  font-weight: 400;
  letter-spacing: 0.0375rem;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .gallery__image-caption {
    margin-top: 0.9375rem;
  }
}
.gallery__image-caption--after {
  color: #fff300;
}

.contacts {
  margin-top: 7.5rem;
}
@media (max-width: 767.98px) {
  .contacts {
    margin-top: 2.5rem;
  }
}
.contacts__title {
  color: #fff300;
  font-family: "Playfair Display";
  font-size: clamp(2 * 1rem, 1.775 * 1rem + 1.125vw, 3.125 * 1rem);
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .contacts__title {
    text-align: center;
  }
}
.contacts__hero-content {
  margin-top: 3.75rem;
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media (max-width: 767.98px) {
  .contacts__hero-content {
    margin-top: 1.875rem;
    flex-direction: column;
  }
}
.contacts__info {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  color: #fff;
  font-size: clamp(0.875 * 1rem, 0.775 * 1rem + 0.5vw, 1.375 * 1rem);
  font-weight: 400;
  line-height: 136.364%;
  letter-spacing: 0.01375rem;
}
@media (max-width: 767.98px) {
  .contacts__info {
    gap: 0.9375rem;
    text-align: center;
  }
}
.contacts__map {
  width: 39.375rem;
  height: 18.75rem;
  border-radius: 0.625rem;
}
@media (max-width: 767.98px) {
  .contacts__map {
    width: 18rem;
    height: 15rem;
  }
}
.contacts__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.scroll-to-top {
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #1c1135;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 999;
}
.scroll-to-top svg {
  width: 1.5rem;
  height: 1.5rem;
}
.scroll-to-top.visible {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 767.98px) {
  .scroll-to-top {
    width: 3.125rem;
    height: 3.125rem;
    bottom: 1.25rem;
    right: 1.25rem;
  }
}
.scroll-to-top:hover {
  transform: translateY(-5px);
}/*# sourceMappingURL=style.css.map */