@font-face {
  font-family: "Futura PT";
  src: url("fonts/FuturaCyrillicLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura PT";
  src: url("fonts/FuturaCyrillicBook.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura PT";
  src: url("fonts/FuturaCyrillicMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura PT";
  src: url("fonts/FuturaCyrillicHeavy.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Futura PT", sans-serif;
  color: #2e3343;
  background-color: #ffffff;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: 1320px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.skip-link {
  position: absolute;
  left: 20px;
  top: -200px;
  z-index: 1000;
  padding: 8px 16px;
  border-radius: 8px;
  background: #c7d2e9;
  color: #000;
  font-size: 16px;
}

.skip-link:focus {
  top: 16px;
}

.btn {
  padding: 12px 32px;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.btn--outline {
  border: 1px solid #2e3343;
  background-color: transparent;
}

.header {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.header__inner {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.header__logo {
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.7em;
  text-align: center;
  min-width: 200px;
  cursor: pointer;
}


.header__nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header__dropdown {
  position: relative;
}

.header__dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 180px;
  padding: 8px 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
  display: none;
  z-index: 20;
}

.header__dropdown--open .header__dropdown-menu {
  display: block;
}

.header__dropdown-item {
  display: block;
  width: 100%;
  padding: 10px 16px;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
}

.header__dropdown-item:hover,
.header__dropdown-item:focus-visible {
  background-color: #f5f5f5;
}

.header__link {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  line-height: 1;
}

.header__link--dropdown {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.header__chevron {
  width: 20px;
  height: 20px;
}

.header__contacts {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header__icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.header__phone {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  white-space: nowrap;
}

.header__cta {
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 32px;
}

.hero {
  background-color: #f5f5f5;
  padding: 40px 0 64px;
}

.hero__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}

.hero__content {
  max-width: 420px;
}

.hero__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 96px;
  line-height: 0.9;
  margin: 0 0 24px;
}

.hero__title span {
  display: block;
}

.hero__text {
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 28px;
}

.hero__btn {
  margin-bottom: 20px;
}

.hero__promo {
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 24px;
  margin: 0;
}

.hero__visual {
  position: relative;
  flex: 1 1 auto;
  min-height: 420px;
}

.hero__polygon {
  position: absolute;
  top: 40px;
  left: 45%;
  transform: translateX(-50%);
  width: 460px;
  max-width: 100%;
  pointer-events: none;
}

.hero__card {
  position: absolute;
  width: 300px;
  height: 375px;
  background-color: #ffffff;
  box-shadow: 30px 20px 50px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.hero__card--top {
  top: 0;
  right: 0;
}

.hero__card--bottom {
  bottom: -20px;
  left: 40px;
}

.hero__divider {
  margin-top: 40px;
}

.hero__divider img {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.footer {
  background-color: #ffffff;
  padding: 40px 0 48px;
}

.footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr) auto;
  gap: 40px;
  align-items: flex-start;
}

.footer__text {
  margin: 0 0 8px;
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 15px;
}

.footer__text--muted {
  opacity: 0.5;
}

.footer__policy {
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 20px;
  text-decoration: underline;
  text-underline-position: from-font;
  opacity: 0.5;
}

.footer__social-label {
  margin: 0 0 8px;
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 20px;
  opacity: 0.5;
}

.footer__social-icons {
  display: flex;
  gap: 12px;
  opacity: 0.5;
}

.footer__social-icons img {
  height: 28px;
  width: auto;
}

@media (max-width: 1200px) {
  .header__inner {
    gap: 16px;
  }

  .header__nav {
    gap: 24px;
  }

  .hero__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero__visual {
    align-self: center;
    width: 100%;
    max-width: 620px;
    margin-top: 24px;
  }

  .hero__card--bottom {
    left: 10%;
  }
}

@media (max-width: 768px) {
  .header__inner {
    height: auto;
    padding: 12px 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .header__logo {
    margin-bottom: 8px;
  }

  .header__nav {
    order: 3;
    flex-wrap: wrap;
    justify-content: center;
  }

  .header__contacts {
    order: 2;
  }

  .hero {
    padding: 32px 0 48px;
  }

  .hero__title {
    font-size: 64px;
  }

  .footer__inner {
    grid-template-columns: 1fr;
  }
}

.page-header {
  padding: 40px 0 24px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  color: #858585;
}

.breadcrumbs__link {
  color: #a8a8a8;
}

.breadcrumbs__current {
  color: #000000;
}

.breadcrumbs__sep {
  color: #858585;
}

.page-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 80px;
  line-height: 1;
}

.services {
  padding: 32px 0 72px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 32px;
  margin-top: 32px;
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-card__image {
  height: 250px;
  overflow: hidden;
}

.service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card__body {
  background-color: #f5f5f5;
  padding: 24px 24px 20px;
}

.service-card__title {
  margin: 0 0 16px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 32px;
}

.service-card__desc {
  margin: 0;
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.service-card__cta {
  margin-top: 20px;
}

.service-card__divider {
  margin: 20px 0 16px;
  height: 1px;
  background-color: rgba(46, 51, 67, 0.15);
}

.service-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-tag {
  padding: 6px 12px;
  background-color: #ecebea;
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .page-title {
    font-size: 64px;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .page-header {
    padding-top: 24px;
  }

  .page-title {
    font-size: 42px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }
}

.promotions {
  padding: 32px 0 72px;
}

.promotions-grid {
  margin-top: 32px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.promo-card {
  flex: 0 0 360px;
  height: 437px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.promo-card__image {
  flex: 0 0 276px;
  height: 276px;
  overflow: hidden;
}

.promo-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-card__body {
  flex: 1 1 auto;
  padding: 24px 30px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.promo-card__title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
}

.promo-card__text {
  margin: 12px 0 0;
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

@media (max-width: 1200px) {
  .promotions-grid {
    max-width: 100%;
    flex-direction: column;
    gap: 24px;
  }

  .promo-card {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
  }

  .promo-card__image {
    height: auto;
  }
}

@media (max-width: 768px) {
  .promotions {
    padding-bottom: 56px;
  }
}

.masters-main {
  padding: 40px 0 80px;
}

.masters-main a {
  text-decoration: none;
}

.masters-breadcrumbs {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 12px;
  color: #888;
  margin-bottom: 40px;
}

.masters-title {
  margin: 0 0 40px;
  font-family: "Playfair Display", "Cormorant Garamond", serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.2;
}

.masters-filter {
  text-align: center;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
  margin-bottom: 40px;
}

.masters-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 60px 30px;
}

.master-card {
  text-align: center;
}

.master-photo-wrapper {
  width: 100%;
  height: 300px;
  margin-bottom: 25px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.master-photo {
  width: 220px;
  height: 280px;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.master-name {
  margin: 0 0 10px;
  font-family: "Playfair Display", "Cormorant Garamond", serif;
  font-size: 22px;
  color: #000;
}

.master-specialty {
  margin: 0;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #000;
}

.master-specialty b {
  font-weight: 600;
}

@media (max-width: 768px) {
  .masters-main {
    padding-bottom: 56px;
  }

  .masters-title {
    font-size: 36px;
    margin-bottom: 28px;
  }

  .masters-filter {
    margin-bottom: 28px;
  }

  .master-photo-wrapper {
    height: 260px;
  }
}

.prices-page {
  padding-bottom: 72px;
}

.prices {
  padding: 8px 0 32px;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.tabs__item {
  padding: 12px 18px;
  background: #f9f9f9;
  color: #2e3343;
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  min-width: 150px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tabs__item--active {
  background: #000000;
  color: #ffffff;
}

.notice {
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #555555;
  margin: 0 0 24px;
}

.prices-pane {
  display: none;
}

.prices-pane--active {
  display: block;
}

.prices-pane__placeholder {
  padding: 40px 24px;
  background: #fafafa;
  border-radius: 8px;
  border: 1px dashed #cccccc;
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
}

.price-section {
  margin-bottom: 40px;
}

.price-section__title {
  margin: 24px 0 8px;
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.price-section__subtitle {
  margin: 16px 0 4px;
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.price-section__note {
  margin: 4px 0 8px;
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #666666;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.price-table thead th {
  background: #ecebea;
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.price-table tbody tr:nth-child(even):not(.price-table__group-row) {
  background: #f9f9f9;
}

.price-table td {
  padding: 8px 12px;
  border-bottom: 1px solid #d9d9d9;
}

.price-table td:nth-child(2),
.price-table td:nth-child(3),
.price-table td:nth-child(4),
.price-table th:nth-child(2),
.price-table th:nth-child(3),
.price-table th:nth-child(4) {
  text-align: right;
  white-space: nowrap;
}

.price-table__group-row td {
  background: #ecebea;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media (max-width: 768px) {
  .prices-page {
    padding-bottom: 56px;
  }

  .price-table {
    font-size: 13px;
  }
}

.masters-page {
  padding-bottom: 72px;
}

.masters-lead {
  margin: 12px 0 0;
  max-width: 720px;
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.masters {
  padding: 32px 0 72px;
}

.masters-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px 24px;
}

.master-card {
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.master-photo-wrapper {
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.master-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.master-card__body {
  padding: 20px 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.master-name {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 28px;
}

.master-role,
.master-exp {
  margin: 0;
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 16px;
}

.master-role {
  font-weight: 600;
}

.master-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.master-tag {
  padding: 6px 10px;
  background: #ecebea;
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 14px;
}

@media (max-width: 768px) {
  .masters-page {
    padding-bottom: 56px;
  }

  .master-photo-wrapper {
    height: 260px;
  }
}

.gallery-page {
  padding-bottom: 64px;
}

.gallery-lead {
  margin: 12px 0 0;
  max-width: 760px;
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.gallery-hero {
  padding: 32px 0 32px;
}

.gallery-hero__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
  gap: 32px;
}

.gallery-hero__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gallery-hero__title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 42px;
}

.gallery-hero__text {
  margin: 0;
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.gallery-hero__btn {
  align-self: flex-start;
}

.gallery-hero__visual {
  position: relative;
  min-height: 340px;
}

.gallery-hero__card {
  position: absolute;
  width: 260px;
  height: 320px;
  box-shadow: 20px 15px 30px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.gallery-hero__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-hero__card--left {
  bottom: 0;
  left: 0;
}

.gallery-hero__card--right {
  top: 0;
  right: 0;
}

.gallery-slider {
  padding: 16px 0 72px;
}

.gallery-slider__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
}

.gallery-slider__viewport {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  background: transparent;
}

.gallery-slider__item {
  height: 420px;
  overflow: hidden;
  opacity: 0.5;
  transform: scale(0.95);
  transition: 0.3s ease;
  background: transparent;
}

.gallery-slider__item--center {
  opacity: 1;
  transform: scale(1);
  box-shadow: none;
}

.gallery-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: transparent;
}

.gallery-slider__arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .gallery-hero__visual {
    min-height: 280px;
  }

  .gallery-hero__card {
    width: 220px;
    height: 280px;
  }
}

@media (max-width: 768px) {
  .gallery-page {
    padding-bottom: 48px;
  }

  .gallery-slider__viewport {
    grid-template-columns: 1fr;
  }

  .gallery-slider__item {
    opacity: 1;
    transform: scale(1);
    height: 340px;
  }

  .gallery-slider__item--center {
    box-shadow: none;
  }
}

.auth-main {
  flex: 1;
  padding: 40px 0 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-container {
  width: 100%;
  max-width: 420px;
  text-align: center;
}

.alert {
  margin: 12px 0 20px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #dfe3ee;
  background: #f5f7fb;
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 14px;
  text-align: left;
}

.alert--error {
  background: #fff4f4;
  border-color: #f2b8b5;
  color: #b3261e;
}

.alert--success {
  background: #f2fbf5;
  border-color: #b6e3c5;
  color: #0f5132;
}

.auth-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 10px;
  background: #f5f7fb;
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 14px;
  white-space: nowrap;
}

.auth-box__user {
  color: #2e3343;
}

.auth-box__logout {
  color: #a64b2a;
  text-decoration: underline;
}

.auth-title {
  font-family: "Manrope", "Cormorant Garamond", serif;
  font-size: 42px;
  font-weight: 800;
  margin: 0 0 40px;
  color: #000;
}

.form-group {
  margin-bottom: 20px;
}

.auth-input {
  width: 100%;
  padding: 18px 25px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Futura PT", sans-serif;
  font-size: 14px;
  color: #333;
  background: #fff;
}

.auth-input::placeholder {
  color: #999;
}

.auth-input:focus {
  border-color: #666;
}

.btn-black {
  width: 100%;
  padding: 18px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 20px;
  transition: opacity 0.3s;
}

.btn-black:hover {
  opacity: 0.85;
}

.auth-footer-text {
  font-size: 12px;
  color: #1a1a1a;
  font-weight: 500;
}

.auth-footer-text a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .auth-main {
    padding: 32px 0 56px;
  }

  .auth-title {
    font-size: 32px;
  }
}

.guarantees-page {
  padding-bottom: 64px;
}

.guarantees-lead {
  margin: 12px 0 0;
  max-width: 760px;
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.guarantees {
  padding: 32px 0 72px;
}

.guarantees__section {
  margin-bottom: 36px;
}

.guarantees__title {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 600;
}

.guarantees__text {
  margin: 0;
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #2e3343;
}

.guarantees__list {
  margin: 0;
  padding-left: 20px;
  font-family: "Futura PT", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #2e3343;
}

.guarantees__list li {
  margin-bottom: 10px;
}

.guarantees__list--ordered {
  list-style: decimal;
  padding-left: 24px;
}

@media (max-width: 768px) {
  .guarantees-page {
    padding-bottom: 48px;
  }

  .guarantees__title {
    font-size: 24px;
  }
}

