.oferta-page {
  padding-top: min(60px, 60 / 1490 * 100vw);
  padding-bottom: min(100px, 100 / 1490 * 100vw);
}
.oferta-page .oferta-header {
  margin-bottom: min(56px, 56 / 1490 * 100vw);
}
.oferta-page .oferta-header .block-title {
  font-family: "Soyuz Grotesk", sans-serif;
  font-size: min(72px, 72 / 1490 * 100vw);
  font-weight: 700;
  text-transform: lowercase;
  margin: 0 0 min(16px, 16 / 1490 * 100vw) 0;
}
.oferta-page .oferta-header .oferta-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: min(18px, 18 / 1490 * 100vw);
  line-height: 150%;
  color: #555;
  margin: 0 0 min(8px, 8 / 1490 * 100vw) 0;
}
.oferta-page .oferta-header .oferta-city {
  font-family: "Montserrat", sans-serif;
  font-size: min(15px, 15 / 1490 * 100vw);
  color: #888;
  margin: 0;
}
.oferta-page .oferta-content {
  max-width: min(860px, 860 / 1490 * 100vw);
  display: flex;
  flex-direction: column;
  gap: min(8px, 8 / 1490 * 100vw);
}
.oferta-page .oferta-intro {
  font-family: "Montserrat", sans-serif;
  font-size: min(15px, 15 / 1490 * 100vw);
  line-height: 170%;
  color: #444;
  margin: 0 0 min(8px, 8 / 1490 * 100vw) 0;
}
.oferta-page .oferta-section {
  margin-top: min(32px, 32 / 1490 * 100vw);
}
.oferta-page .oferta-section h2 {
  font-family: "Soyuz Grotesk", sans-serif;
  font-size: min(20px, 20 / 1490 * 100vw);
  font-weight: 700;
  margin: 0 0 min(16px, 16 / 1490 * 100vw) 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.oferta-page .oferta-section p {
  font-family: "Montserrat", sans-serif;
  font-size: min(15px, 15 / 1490 * 100vw);
  line-height: 170%;
  margin: 0 0 min(10px, 10 / 1490 * 100vw) 0;
  color: #333;
}
.oferta-page .oferta-section ul {
  font-family: "Montserrat", sans-serif;
  font-size: min(15px, 15 / 1490 * 100vw);
  line-height: 170%;
  padding-left: min(24px, 24 / 1490 * 100vw);
  margin: 0 0 min(10px, 10 / 1490 * 100vw) 0;
  color: #333;
}
.oferta-page .oferta-section ul li {
  margin-bottom: min(6px, 6 / 1490 * 100vw);
}
.oferta-page .oferta-section a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.oferta-page .oferta-section a:hover {
  opacity: 0.65;
}
.oferta-page .oferta-section strong {
  font-weight: 600;
}
.oferta-page .oferta-section .oferta-requisites {
  background: #F2F2F9;
  border-radius: min(20px, 20 / 1490 * 100vw);
  padding: min(28px, 28 / 1490 * 100vw) min(32px, 32 / 1490 * 100vw);
}
.oferta-page .oferta-section .oferta-requisites p {
  margin: 0 0 min(6px, 6 / 1490 * 100vw) 0;
}
.oferta-page .oferta-section .oferta-requisites p:last-child {
  margin: 0;
}
body.mobile .oferta-page {
  padding-top: calc(32 / 375 * 100dvw);
  padding-bottom: calc(60 / 375 * 100dvw);
}
body.mobile .oferta-page .oferta-header {
  margin-bottom: calc(32 / 375 * 100dvw);
}
body.mobile .oferta-page .oferta-header .block-title {
  font-size: calc(40 / 375 * 100dvw);
  margin-bottom: calc(12 / 375 * 100dvw);
}
body.mobile .oferta-page .oferta-header .oferta-subtitle {
  font-size: calc(14 / 375 * 100dvw);
}
body.mobile .oferta-page .oferta-header .oferta-city {
  font-size: calc(13 / 375 * 100dvw);
}
body.mobile .oferta-page .oferta-content {
  gap: calc(4 / 375 * 100dvw);
}
body.mobile .oferta-page .oferta-intro {
  font-size: calc(13 / 375 * 100dvw);
}
body.mobile .oferta-page .oferta-section {
  margin-top: calc(24 / 375 * 100dvw);
}
body.mobile .oferta-page .oferta-section h2 {
  font-size: calc(16 / 375 * 100dvw);
  margin-bottom: calc(12 / 375 * 100dvw);
}
body.mobile .oferta-page .oferta-section p, body.mobile .oferta-page .oferta-section ul {
  font-size: calc(13 / 375 * 100dvw);
}
body.mobile .oferta-page .oferta-section ul {
  padding-left: calc(20 / 375 * 100dvw);
}
body.mobile .oferta-page .oferta-section .oferta-requisites {
  border-radius: calc(16 / 375 * 100dvw);
  padding: calc(20 / 375 * 100dvw) calc(20 / 375 * 100dvw);
}