@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/* =========================
   FONT FACE
========================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
body {
  margin: 0;
}
img, svg, video {
  display: block;
  max-width: 100%;
  height: auto;
}
button, input, textarea, select {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
html {
  font-size: 16px;
}
body {
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  line-height: 1.5;
  color: rgb(24, 24, 27);
  background: #fff;
}
::selection {
  background: rgba(37, 99, 235, 0.2);
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
hr {
  border-color: rgba(24, 24, 27, 0.1);
}
.w100 {
  width: 100% !important;
}
.text-center {
  text-align: center !important;
}
.hidden {
  display: none !important;
}
.single-recommendations .rm-single-post__media {
  display: none;
}
.rm-single-post__meta {
  display: none;
}
.rm-post-card__media {
  position: relative;
}
.list-recommendations svg {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@font-face {
  font-family: "Benzin";
  src: url("/wp-content/themes/stolichka/assets/fonts/Benzin-Semibold.woff2") format("woff2"), url("/wp-content/themes/stolichka/assets/fonts/Benzin-Semibold.woff") format("woff"), url("/wp-content/themes/stolichka/assets/fonts/Benzin-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* =========================
   BASE TEXT
========================= */
body {
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
/* =========================
   HEADINGS
========================= */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, h6 {
  font-family: "Benzin", "Montserrat Alternates", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}
/* =========================
   MOBILE-FIRST SCALE
========================= */
/* Mobile-first */
h1, .h1 {
  font-size: 2rem;
}
h2, .h2 {
  font-size: 1.875rem;
}
h3, .h3 {
  font-size: 1.3rem;
}
h4, .h4 {
  font-size: 1.1rem;
}
/* Desktop+ */
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.25rem;
  }
  h3, .h3 {
    font-size: 1.6rem;
  }
  h4, .h4 {
    font-size: 1.25rem;
  }
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.text-center {
  text-align: center;
}
.muted {
  color: #666;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.grid {
  display: grid;
  gap: 16px;
}
@media (min-width: md) {
  .grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: lg) {
  .grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* src/layout/_header.scss */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 16px 0;
  color: rgb(24, 24, 27);
  background: transparent;
  border-bottom: 1px solid rgba(24, 24, 27, 0.1);
}
body.home .header, body.auto-template-default .header {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.header__overlay {
  position: fixed;
  inset: 0;
  z-index: 1090;
  background: rgba(0, 0, 0, 0.58);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.header__left {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.header__center {
  display: none;
  flex: 1 1 auto;
  max-width: 432px;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
.header .logo {
  font-family: "Benzin", "Montserrat Alternates", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  color: currentColor;
  text-decoration: none;
  white-space: nowrap;
}
.header .search-form {
  position: relative;
  width: 100%;
}
.header .search-input {
  width: 100%;
  padding: 11px 44px 11px 16px;
  background: transparent;
  border: 1px solid rgba(24, 24, 27, 0.1);
  border-radius: 999px;
  color: currentColor;
  font-size: 15px;
}
.header .search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body.home .header .search-input, body.auto-template-default .header .search-input {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.header .search-btn {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: currentColor;
}
.header .search-btn:focus-visible {
  outline: 2px solid rgba(37, 99, 235, 0.45);
  outline-offset: 2px;
  border-radius: 8px;
}
.header .phone {
  display: none;
  color: currentColor;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.header .btn {
  display: none;
}
.header .click {
  display: inline-flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(24, 24, 27, 0.1);
  background: rgba(255, 255, 255, 0.02);
  color: currentColor;
  cursor: pointer;
  transition: 0.15s ease;
}
body.home .header .click, body.auto-template-default .header .click {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.header .click:hover {
  background: rgba(255, 255, 255, 0.06);
}
.header .click:focus-visible {
  outline: 2px solid rgba(37, 99, 235, 0.45);
  outline-offset: 2px;
}
.header .click svg {
  display: block;
}
.header .click svg path {
  stroke: rgb(24, 24, 27);
}
body.home .header .click svg path, body.auto-template-default .header .click svg path {
  stroke: #fff;
}
.header .mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1100;
  width: min(330px, 100vw);
  height: 100vh;
  padding: 28px 24px 32px;
  background: rgba(24, 24, 27, 0.98);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  transform: translateX(100%);
  transition: transform 0.28s ease;
  overflow-y: auto;
}
.header .mobile-nav__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-bottom: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
.header .mobile-nav__body {
  height: 100%;
}
.header .mobile-nav .mobile-menu-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .mobile-nav .mobile-menu-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header .mobile-nav .mobile-menu-list a {
  display: block;
  padding: 22px 0;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
}
.header.is-menu-open .header__overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header.is-menu-open .mobile-nav {
  transform: translateX(0);
}
@media (min-width: 768px) {
  .header {
    padding: 18px 0;
  }
  .header__center {
    display: block;
    margin: 0 24px;
  }
}
@media (min-width: 992px) {
  .header .phone {
    display: inline-flex;
  }
  .header .btn {
    display: inline-flex;
  }
  .header .logo {
    font-size: 32px;
  }
}
body.menu-open {
  overflow: hidden;
}
.click {
  display: inline-flex;
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid rgba(24, 24, 27, 0.1);
}
.btn {
  display: inline-flex;
  width: auto;
  height: 50px;
  justify-content: center;
  align-items: center;
  color: rgb(24, 24, 27);
  padding: 0.6rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.2s;
}
.btn-primary {
  background: rgb(255, 255, 0);
}
.btn-outline {
  border: 1px solid rgba(24, 24, 27, 0.1);
  color: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.025) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.btn-outline-dark {
  border: 1px solid rgba(24, 24, 27, 0.1);
  color: rgb(24, 24, 27);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.025) 100%);
}
.btn:hover {
  opacity: 0.9;
}
.btn {
  gap: 8px;
  padding: 12px 16px;
  cursor: pointer;
  transition: 0.15s ease;
}
.btn:focus-visible {
  outline: 2px solid rgba(37, 99, 235, 0.45);
  outline-offset: 2px;
}
.btn--primary {
  background: rgb(255, 255, 0);
  color: #fff;
}
.btn--primary:hover {
  filter: brightness(0.95);
}
.btn--ghost {
  background: transparent;
  border-color: rgba(24, 24, 27, 0.1);
}
.btn--ghost:hover {
  background: #f6f7f9;
}
.card {
  background: #fff;
  border: 1px solid rgba(24, 24, 27, 0.1);
  border-radius: 18px;
  padding: 20px;
}
.card__title {
  margin: 0 0 8px;
  font-size: 1.125rem;
}
.card__text {
  margin: 0;
  color: #666;
}
.rm-auto-card {
  background: #fff;
  border: 1px solid rgba(24, 24, 27, 0.1);
  border-radius: 18px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}
.rm-auto-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.rm-auto-card__brand {
  font-size: 12px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.55);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.rm-auto-card__fav {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}
.rm-auto-card__img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  display: block;
}
.rm-auto-card__img--placeholder {
  height: 150px;
  border-radius: 12px;
}
.rm-auto-card__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: rgb(24, 24, 27);
}
.rm-auto-card__colors {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 30px;
}
.rm-auto-card__color {
  display: block;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  border: 1px solid rgba(24, 24, 27, 0.12);
}
.rm-auto-card__prices {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
.rm-auto-card__from {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
}
.rm-auto-card__price {
  font-size: 12px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.75);
  white-space: nowrap;
}
.rm-auto-card__specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.rm-auto-card__spec {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.rm-auto-card__spec-val {
  font-size: 11px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.55);
  white-space: nowrap;
}
.rm-auto-card__btn {
  margin-top: 2px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f3f300;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.rm-cf7 .wpcf7,
.rm-cf7 .wpcf7-form,
.rm-cf7 .wpcf7 form {
  width: 100%;
}
.rm-cf7 .wpcf7 .form-row {
  display: grid;
  gap: 15px;
}
.rm-cf7 .wpcf7 .row-checkbox {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.rm-cf7 .wpcf7-form-control-wrap {
  display: block;
}
.rm-cf7 .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.rm-cf7 .wpcf7 textarea,
.rm-cf7 .wpcf7 select {
  width: 100%;
  height: 50px;
  padding: 13px 20px;
  border-radius: 999px;
  line-height: 1.3;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.rm-cf7 .wpcf7 textarea {
  border-radius: 28px;
  resize: vertical;
}
.rm-cf7 .wpcf7-list-item {
  margin: 0 18px 0 0;
}
.rm-cf7 .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  cursor: pointer;
}
.rm-cf7 .wpcf7 input[type=checkbox],
.rm-cf7 .wpcf7 input[type=radio] {
  width: 24px;
  height: 24px;
  margin: 0;
  accent-color: #f3f300;
}
.rm-cf7 .wpcf7 input[type=submit],
.rm-cf7 .wpcf7 button[type=submit] {
  border: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.rm-cf7 .wpcf7 input[type=submit]:hover,
.rm-cf7 .wpcf7 button[type=submit]:hover {
  filter: brightness(0.98);
  box-shadow: 0 16px 30px rgba(243, 243, 0, 0.24);
  transform: translateY(-1px);
}
.rm-cf7 .wpcf7-not-valid-tip,
.rm-cf7 .wpcf7-response-output {
  font-size: 0.9rem;
}
.rm-cf7 .wpcf7-spinner {
  display: none;
  margin: 0;
}
.rm-cf7--light .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.rm-cf7--light .wpcf7 textarea,
.rm-cf7--light .wpcf7 select {
  border: 1px solid rgba(24, 24, 27, 0.1);
}
.rm-cf7--light .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
.rm-cf7--light .wpcf7 textarea::placeholder,
.rm-cf7--light .wpcf7 select::placeholder {
  color: rgba(24, 24, 27, 0.5);
}
.rm-cf7--light .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
.rm-cf7--light .wpcf7 textarea:focus,
.rm-cf7--light .wpcf7 select:focus {
  border-color: rgba(17, 17, 17, 0.18);
  box-shadow: 0 0 0 4px rgba(243, 243, 0, 0.18);
}
.rm-cf7--light .wpcf7-list-item label {
  color: rgba(17, 17, 17, 0.54);
}
.rm-cf7--dark .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.rm-cf7--dark .wpcf7 textarea,
.rm-cf7--dark .wpcf7 select {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  background: transparent;
}
.rm-cf7--dark .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
.rm-cf7--dark .wpcf7 textarea::placeholder,
.rm-cf7--dark .wpcf7 select::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.rm-cf7--dark .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
.rm-cf7--dark .wpcf7 textarea:focus,
.rm-cf7--dark .wpcf7 select:focus {
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 0 0 4px rgba(243, 243, 0, 0.18);
}
.rm-cf7--dark .wpcf7-list-item label {
  color: rgba(255, 255, 255, 0.72);
}
.rm-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.rm-modal[hidden] {
  display: none !important;
}
.rm-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}
.rm-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 760px;
  max-height: calc(100vh - 40px);
  border-radius: 18px;
  overflow: auto;
  padding: 32px 20px 24px;
  background: #fff;
  color: rgb(24, 24, 27);
}
.rm-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(24, 24, 27, 0.1);
  background: #fff;
  color: rgb(24, 24, 27);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.rm-modal__head {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}
.rm-modal__title {
  margin: 0;
}
.rm-modal__desc {
  color: rgba(24, 24, 27, 0.5);
}
@media (min-width: 768px) {
  .rm-modal__dialog {
    padding: 40px 32px 32px;
  }
}
body.popup-open {
  overflow: hidden;
}
/* src/sections/_hero.scss */
.ks-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 35px;
  min-height: auto;
  padding: 84px 0 28px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ks-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 635px;
  margin: 0 auto;
  text-align: center;
}
.ks-hero h1 {
  margin: 0;
  font-family: "Benzin", "Montserrat Alternates", sans-serif;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.5);
}
.ks-hero h1 span {
  display: block;
  color: #fff;
}
.ks-hero p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.5);
}
.ks-hero__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.ks-hero__buttons .btn {
  width: 100%;
  max-width: 320px;
}
.ks-hero .menu__container {
  position: relative;
}
.ks-hero__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.ks-hero__links .btn {
  width: auto;
}
.ks-hero {
  /* ===== Tablet+ ===== */
}
@media (min-width: 768px) {
  .ks-hero {
    padding: 110px 0 40px;
  }
  .ks-hero__content {
    gap: 22px;
  }
  .ks-hero p {
    font-size: 16px;
    max-width: 560px;
    margin: 0 auto;
  }
  .ks-hero__buttons {
    flex-direction: row;
    gap: 16px;
  }
  .ks-hero__buttons .btn {
    width: auto;
    max-width: none;
  }
  .ks-hero__links {
    gap: 12px;
  }
}
.ks-hero {
  /* ===== Desktop+ ===== */
}
@media (min-width: 992px) {
  .ks-hero {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 140px 0 160px;
  }
  .ks-hero__content {
    margin: 0 auto;
  }
  .ks-hero .menu__container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
  }
  .ks-hero__links {
    gap: 15px;
  }
}
.section-parallax {
  position: relative;
  overflow: hidden;
  min-height: 80vh;
}
.section-parallax::before {
  content: "";
  position: absolute;
  inset: -20%; /* запас, чтобы не было пустых краёв при движении */
  inset: 0%;
  background: url("/wp-content/uploads/2026/02/bg-hero-main-scaled.jpg") center/cover no-repeat;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  z-index: 0;
}
.section-parallax::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  z-index: 1;
}
.section-parallax > * {
  position: relative;
  z-index: 2; /* контент над фоном */
}
.rm-404 {
  background: #fff;
  color: rgb(24, 24, 27);
  padding: 56px 0 72px;
}
.rm-404__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  max-width: 760px;
}
.rm-404__code {
  font-family: "Benzin", "Montserrat Alternates", sans-serif;
  font-weight: 600;
  font-size: clamp(5rem, 18vw, 10rem);
  line-height: 0.9;
}
.rm-404__title {
  margin: 0;
}
.rm-404__text {
  max-width: 560px;
  margin: 0;
  color: rgba(24, 24, 27, 0.5);
}
.rm-404__button {
  min-width: 220px;
  margin-top: 8px;
}
@media (min-width: 992px) {
  .rm-404 {
    padding: 80px 0 96px;
  }
}
.rm-title {
  color: #fff;
}
.rm-title__bg {
  width: 100%;
  min-height: 420px;
  background-color: #0f1524;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}
.rm-title__container {
  width: 100%;
  display: grid;
  gap: 35px;
}
.rm-title__meta {
  display: grid;
  gap: 18px;
  align-items: end;
}
.rm-title h1 {
  margin: 0;
  color: inherit;
  text-transform: uppercase;
}
.rm-title__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-family: "Benzin", "Montserrat Alternates", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-size: 1.4rem;
}
.rm-title__price-sep {
  opacity: 0.75;
}
.rm-title__actions {
  display: flex;
  gap: 25px;
}
@media (min-width: 768px) {
  .rm-title__bg {
    min-height: 520px;
  }
  .rm-title__meta {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
  }
}
@media (min-width: 992px) {
  .rm-title__bg {
    min-height: 100vh;
  }
  .rm-title__price {
    font-size: 2rem;
  }
}
.rm-image {
  width: 100%;
}
.rm-image__img {
  display: block;
  width: 100%;
  height: auto;
}
.rm-image-slider {
  width: 100%;
}
.rm-image-slider__swiper {
  position: relative;
  width: 100%;
}
.rm-image-slider__slide {
  height: auto;
}
.rm-image-slider__img {
  display: block;
  width: 100%;
  height: auto;
}
.rm-image-slider__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  cursor: pointer;
}
.rm-image-slider__nav--prev {
  left: 16px;
}
.rm-image-slider__nav--next {
  right: 16px;
}
.rm-image-slider__pagination {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 2;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.rm-image-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
}
.rm-image-slider .swiper-pagination-bullet-active {
  background: #fff;
}
.rm-video {
  width: 100%;
}
.rm-video__frame {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  pointer-events: none;
}
.rm-video__iframe {
  width: 300%;
  height: 100%;
  margin-left: -100%;
  border: none;
}
.rm-carinfo {
  color: #fff;
  background: linear-gradient(180deg, #0A0E15 0%, #000000 100%);
}
.rm-carinfo__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.rm-carinfo__nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.rm-carinfo__nav .btn {
  width: 100%;
  min-height: 54px;
}
.rm-carinfo__top {
  display: grid;
  gap: 24px;
}
.rm-carinfo__title-wrap, .rm-carinfo__stat {
  position: relative;
}
.rm-carinfo h2 {
  margin: 0;
  color: inherit;
  text-transform: uppercase;
}
.rm-carinfo__description, .rm-carinfo__label {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}
.rm-carinfo__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
.rm-carinfo__comlectations {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.rm-carinfo__comlectations-title {
  margin: 0;
  text-align: center;
  color: inherit;
}
.rm-carinfo__table {
  display: grid;
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.rm-carinfo__row {
  display: grid;
  grid-template-columns: 1fr;
}
.rm-carinfo__row:nth-child(even) {
  background: rgba(255, 255, 255, 0.05);
}
.rm-carinfo__cell {
  padding: 18px 20px;
  color: rgba(255, 255, 255, 0.78);
}
.rm-carinfo__cell--title {
  color: #fff;
}
.rm-carinfo__cell--action a {
  color: #fff;
  text-decoration: none;
}
.rm-carinfo__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.rm-carinfo__actions .btn {
  width: 100%;
  min-height: 54px;
}
.rm-carinfo__stat {
  display: grid;
  gap: 10px;
  padding-top: 8px;
}
.rm-carinfo__value {
  margin: 0;
  color: inherit;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .rm-carinfo__container {
    gap: 60px;
  }
  .rm-carinfo__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rm-carinfo__top {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 32px;
  }
  .rm-carinfo__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }
  .rm-carinfo__row {
    grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
    align-items: center;
  }
  .rm-carinfo__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rm-carinfo__top > *:not(:first-child), .rm-carinfo__stat:not(:first-child) {
    padding-left: 32px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  .rm-carinfo__comlectations {
    gap: 35px;
  }
}
@media (min-width: 992px) {
  .rm-carinfo__container {
    gap: 80px;
  }
  .rm-carinfo__nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .rm-carinfo__comlectations {
    gap: 50px;
  }
}
.rm-faq {
  background: linear-gradient(to right, #0A0E15 0%, #000000 100%);
  color: #fff;
}
.rm-faq__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.rm-faq__title {
  margin: 0;
  text-align: center;
  color: inherit;
}
.rm-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.rm-faq__item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.01);
  overflow: hidden;
}
.rm-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 22px 20px;
  background: transparent;
  border: 0;
  color: inherit;
  text-align: left;
  cursor: pointer;
  font: inherit;
}
.rm-faq__icon {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}
.rm-faq__icon::before, .rm-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.rm-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.rm-faq__item.is-open .rm-faq__icon::after {
  opacity: 0;
}
.rm-faq__answer {
  padding: 0 20px 22px;
}
.rm-faq__answer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}
.rm-map {
  background: linear-gradient(to right, #0A0E15 0%, #000000 100%);
  color: #fff;
}
.rm-map__container {
  display: grid;
  gap: 32px;
}
.rm-map__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.rm-map__title {
  margin: 0;
  color: inherit;
}
.rm-map__rows {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.rm-map__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.rm-map__label {
  font-weight: 600;
  color: #fff;
}
.rm-map__value, .rm-map__value a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}
.rm-map__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.rm-map__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.rm-map__media {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
}
.rm-map__form {
  width: 100%;
  max-width: 620px;
}
@media (min-width: 768px) {
  .rm-map__row {
    grid-template-columns: minmax(120px, 0.8fr) minmax(0, 1fr);
    align-items: center;
    gap: 24px;
  }
}
@media (min-width: 992px) {
  .rm-map__container {
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    gap: 48px;
  }
}
.rm-text-one {
  background: #fff;
  color: rgb(24, 24, 27);
}
.rm-text-one__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
.rm-text-one h2 {
  margin: 0;
}
.rm-text-one__text {
  margin: 0;
  color: rgba(24, 24, 27, 0.5);
}
.rm-text-one.has-divider .rm-text-one__container {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(24, 24, 27, 0.1);
}
.rm-text-grid {
  background: #fff;
  color: rgb(24, 24, 27);
}
.rm-text-grid__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rm-text-grid h2 {
  margin: 0;
  text-align: center;
}
.rm-text-grid__lead {
  margin: 0;
  text-align: center;
  color: rgba(24, 24, 27, 0.5);
}
.rm-text-grid__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.rm-text-grid__item {
  padding: 20px;
  border: 1px solid rgba(24, 24, 27, 0.1);
  border-radius: 14px;
  background: #fff;
}
.rm-text-grid__item p {
  margin: 0;
  color: rgba(24, 24, 27, 0.5);
}
.rm-text-grid__item-title {
  margin: 0 0 12px;
  font-weight: 600;
}
.rm-text-grid.has-divider .rm-text-grid__container {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(24, 24, 27, 0.1);
}
@media (min-width: 768px) {
  .rm-text-grid--2 .rm-text-grid__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .rm-text-grid--3 .rm-text-grid__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .rm-text-grid--3 .rm-text-grid__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.rm-table {
  background: #fff;
  color: rgb(24, 24, 27);
}
.rm-table__wrap {
  overflow-x: auto;
}
.rm-table__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.rm-table th,
.rm-table td {
  padding: 24px 20px;
  text-align: left;
  vertical-align: middle;
}
.rm-table th {
  font-family: "Benzin", "Montserrat Alternates", sans-serif;
  font-weight: 600;
  color: #fff;
  background: rgb(24, 24, 27);
  border: 1px solid rgb(24, 24, 27);
}
.rm-table td {
  color: rgb(24, 24, 27);
  background: #fff;
  border: 1px solid rgba(24, 24, 27, 0.1);
}
.rm-table tbody tr:nth-child(even) td {
  background: rgba(24, 24, 27, 0.05);
}
@media (min-width: 768px) {
  .rm-table th,
  .rm-table td {
    padding: 36px 28px;
  }
}
.rm-hr {
  background: #fff;
}
.rm-hr--dark {
  background: linear-gradient(to right, #0A0E15 0%, #000000 100%);
}
.rm-hr__line {
  margin: 0;
  border: 0;
  border-top-width: 1px;
  border-top-style: solid;
}
.rm-hr__line--solid {
  border-top-style: solid;
}
.rm-hr__line--dashed {
  border-top-style: dashed;
}
.rm-hr__line--border {
  border-top-color: rgba(24, 24, 27, 0.1);
}
.rm-hr__line--dark {
  border-top-color: rgb(24, 24, 27);
}
.rm-hr__line--selfdark {
  border-top-color: rgba(24, 24, 27, 0.5);
}
.rm-hr__line--white {
  border-top-color: #fff;
}
.rm-services {
  background: #fff;
  color: rgb(24, 24, 27);
}
.rm-services__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.rm-services__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.rm-services__title {
  margin: 0;
  text-align: center;
  color: rgb(24, 24, 27);
}
.rm-services__desc {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  color: rgba(24, 24, 27, 0.5);
}
.rm-services__step {
  display: grid;
  gap: 18px;
}
.rm-services__step[hidden] {
  display: none !important;
}
.rm-services__question {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: rgba(24, 24, 27, 0.5);
}
.rm-services__options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  justify-items: center;
}
.rm-services__option {
  width: 100%;
  max-width: 340px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(24, 24, 27, 0.1);
  background: #fff;
  color: rgb(24, 24, 27);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.15s ease;
}
.rm-services__option:hover {
  background: rgba(24, 24, 27, 0.03);
}
.rm-services__option.is-active, .rm-services__option[aria-pressed=true] {
  border-color: rgb(255, 255, 0);
  background: rgb(255, 255, 0);
  color: rgb(24, 24, 27);
}
.rm-services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.rm-services__card {
  display: none;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  border: 1px solid rgba(24, 24, 27, 0.1);
  background: #fff;
}
.rm-services__card.is-active {
  display: flex;
}
.rm-services__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rm-services__card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 1 auto;
}
.rm-services__card-title {
  margin: 0;
  color: rgb(24, 24, 27);
}
.rm-services__card-desc {
  font-size: 14px;
  color: rgba(24, 24, 27, 0.5);
}
.rm-services__card-button {
  width: 100%;
}
@media (min-width: 768px) {
  .rm-services__title, .rm-services__desc, .rm-services__question {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
  .rm-services__options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    justify-items: stretch;
  }
  .rm-services__option {
    max-width: none;
    width: 100%;
    height: 46px;
  }
  .rm-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .rm-services__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .rm-services__option {
    height: 48px;
    font-size: 13px;
  }
}
.rm-credit-calc {
  background: #f5f5f5;
}
.rm-credit-calc__container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.rm-credit-calc__wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}
.rm-credit-calc__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
  margin-bottom: 32px;
}
.rm-credit-calc__title {
  margin: 0;
  color: #141414;
}
.rm-credit-calc__desc {
  position: relative;
  color: #9a9a9a;
  font-size: 18px;
  line-height: 1.35;
}
.rm-credit-calc__fields {
  display: grid;
  gap: 16px;
  margin-bottom: 32px;
}
.rm-credit-calc__summary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.rm-credit-calc__summary-item input[type=text] {
  width: 100%;
  border: 0;
  background: transparent;
  font-size: 18px;
  line-height: 1;
  color: rgba(24, 24, 27, 0.5);
  outline: none;
}
.rm-credit-calc__label {
  margin-bottom: 12px;
  line-height: 1.3;
}
.rm-credit-calc__divider {
  height: 1px;
  background: #dddddd;
  margin: 32px 0;
}
.rm-credit-calc__range {
  height: 60px;
}
.rm-credit-calc__range .noUi-target {
  border: 0;
  box-shadow: none;
  background: #dddddd;
  height: 10px;
}
.rm-credit-calc__range .noUi-connect {
  background: rgb(24, 24, 27);
}
.rm-credit-calc__range .noUi-handle {
  width: 18px;
  height: 18px;
  top: -4px;
  right: -9px;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  background: rgb(24, 24, 27);
}
.rm-credit-calc__range .noUi-handle::before {
  display: none;
}
.rm-credit-calc__range .noUi-handle::after {
  height: 8px;
  width: 8px;
  background: #E8E7E6;
  left: 5px;
  top: 5px;
  border-radius: 50%;
}
.rm-credit-calc__range .noUi-pips {
  padding-top: 18px;
}
.rm-credit-calc__range .noUi-value {
  color: #8b8b8b;
  font-size: 14px;
  line-height: 1.2;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.rm-credit-calc__range .noUi-value[data-value="0"] {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.rm-credit-calc__range .noUi-value[data-value="4"] {
  -webkit-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
}
.rm-credit-calc__range .noUi-marker {
  display: none;
}
@media (min-width: 992px) {
  .rm-credit-calc__wrap {
    grid-template-columns: minmax(0, 1fr) 540px;
  }
  .rm-credit-calc__top {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 48px;
  }
  .rm-credit-calc__desc {
    padding-left: 32px;
  }
  .rm-credit-calc__desc::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 1px;
    height: 72px;
    background: #d9d9d9;
  }
  .rm-credit-calc__summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
}
.rm-credit-select {
  position: relative;
}
.rm-credit-select__button {
  position: relative;
  width: 100%;
  min-height: 50px;
  padding: 0 56px 0 24px;
  border: 1px solid rgba(24, 24, 27, 0.1);
  border-radius: 999px;
  text-align: left;
  color: rgba(24, 24, 27, 0.5);
}
.rm-credit-select__button::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid #9d9d9d;
  border-bottom: 1.5px solid #9d9d9d;
  transform: translateY(-60%) rotate(45deg);
  transition: transform 0.2s ease;
}
.rm-credit-select.is-open .rm-credit-select__button::after {
  transform: translateY(-40%) rotate(-135deg);
}
.rm-credit-select__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.2s ease;
}
.rm-credit-select.is-open .rm-credit-select__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.rm-credit-select__inner {
  padding: 16px;
}
.rm-credit-select__content {
  max-height: 280px;
  overflow: auto;
}
.rm-credit-select__search {
  margin-bottom: 12px;
}
.rm-credit-select__option {
  display: block;
  width: 100%;
  padding: 12px 14px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  text-align: left;
  color: rgb(24, 24, 27);
  cursor: pointer;
  transition: background 0.15s ease;
}
.rm-credit-select__option:hover, .rm-credit-select__option.is-active {
  background: rgba(24, 24, 27, 0.06);
}
.rm-credit-select__option[hidden] {
  display: none !important;
}
.rm-credit-card {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 550px;
  padding: 44px 38px 34px;
  border-radius: 42px;
  overflow: hidden;
  background: linear-gradient(180deg, #11131a 0%, #0b0d13 100%);
  color: #fff;
}
.rm-credit-card::before, .rm-credit-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image: radial-gradient(circle at 20% 10%, transparent 0 40%, rgba(255, 255, 255, 0.08) 41% 42%, transparent 43%), radial-gradient(circle at 80% 20%, transparent 0 45%, rgba(255, 255, 255, 0.05) 46% 47%, transparent 48%), radial-gradient(circle at 50% 70%, transparent 0 42%, rgba(255, 255, 255, 0.05) 43% 44%, transparent 45%);
}
.rm-credit-card__logo, .rm-credit-card__center, .rm-credit-card__btn, .rm-credit-card__note, .rm-credit-card__details {
  position: relative;
  z-index: 1;
}
.rm-credit-card__logo {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.rm-credit-card__center {
  text-align: center;
}
.rm-credit-card__payment {
  max-width: 320px;
  margin: 0 auto 20px;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}
.rm-credit-card__caption {
  position: relative;
  display: inline-block;
  padding: 0 48px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 24px;
  margin-bottom: 20px;
}
.rm-credit-card__caption::before, .rm-credit-card__caption::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 80px;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}
.rm-credit-card__caption::before {
  left: -64px;
}
.rm-credit-card__caption::after {
  right: -64px;
}
.rm-credit-card__btn {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  background: #f2f2f2;
  color: #1b1b1b;
  cursor: pointer;
  transition: 0.2s ease;
}
.rm-credit-card__btn:disabled {
  opacity: 0.7;
  cursor: default;
}
.rm-credit-card__note {
  margin-top: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.42);
  font-size: 14px;
  line-height: 1.45;
}
.rm-credit-card__details {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}
@media (max-width: 991.98px) {
  .rm-credit-card {
    position: static;
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .rm-credit-card__payment {
    font-size: 28px;
  }
  .rm-credit-card__caption {
    font-size: 18px;
  }
}
.rm-single-post {
  background: #fff;
  color: rgb(24, 24, 27);
  padding: 40px 0 60px;
}
.rm-single-post__container {
  max-width: 900px;
}
.rm-single-post__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.rm-single-post__meta {
  color: rgba(24, 24, 27, 0.5);
}
.rm-single-post__title {
  margin: 0;
}
.rm-single-post__media {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 16px;
}
.rm-single-post__image {
  display: block;
  width: 100%;
  height: auto;
  background: rgba(24, 24, 27, 0.04);
}
.rm-single-post__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rm-single-post__content h2, .rm-single-post__content h3, .rm-single-post__content h4, .rm-single-post__content h5, .rm-single-post__content h6 {
  margin-top: 12px;
  margin-bottom: 0;
}
.rm-single-post__content p, .rm-single-post__content ul, .rm-single-post__content ol, .rm-single-post__content blockquote {
  margin: 0;
}
.rm-single-post__content ul, .rm-single-post__content ol {
  padding-left: 20px;
}
.rm-single-post__content a {
  text-decoration: underline;
}
.rm-single-post__content img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .rm-single-post {
    padding: 56px 0 80px;
  }
  .rm-single-post__header {
    margin-bottom: 32px;
  }
  .rm-single-post__media {
    margin-bottom: 32px;
  }
}
.rm-about {
  background: #fff;
  color: rgb(24, 24, 27);
  overflow: hidden;
}
.rm-about__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rm-about h2 {
  margin: 0;
  text-align: center;
}
.rm-about__lead {
  margin: 0;
  text-align: center;
  color: rgba(24, 24, 27, 0.5);
}
.rm-about__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.rm-about__item {
  padding: 20px;
  border: 1px solid rgba(24, 24, 27, 0.1);
  border-radius: 14px;
  background: #fff;
}
.rm-about__item p {
  margin: 0;
  color: rgba(24, 24, 27, 0.5);
}
.rm-about__item-title {
  margin: 0 0 12px;
  font-weight: 600;
}
.rm-about__media {
  margin-left: -10%;
  width: 120%;
}
.rm-about__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}
.rm-about__button {
  width: 100%;
}
.rm-about.has-divider .rm-about__container {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(24, 24, 27, 0.1);
}
@media (min-width: 768px) {
  .rm-about__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rm-about__media {
    grid-column: 1/-1;
  }
}
/* src/sections/_stats.scss */
.rm-stats {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #0A0E15 0%, #000000 100%);
  border-radius: 0;
  padding: 70px 0;
}
.rm-stats__inner {
  position: relative;
  z-index: 1;
}
.rm-stats__grid {
  display: grid;
  gap: 18px;
}
.rm-stats__item {
  text-align: center;
}
.rm-stats__item + .rm-stats__item {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.rm-stats__value {
  font-family: "Benzin", "Montserrat Alternates", sans-serif;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
  font-size: 34px;
}
.rm-stats__text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.55);
}
@media (min-width: 768px) {
  .rm-stats {
    padding: 75px 0;
  }
  .rm-stats__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    align-items: start;
  }
  .rm-stats__item {
    text-align: left;
    padding: 0px 25px;
    border-top: 0;
  }
  .rm-stats__item + .rm-stats__item {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }
  .rm-stats__item:first-child {
    padding-left: 0;
  }
  .rm-stats__item:last-child {
    padding-right: 0;
  }
  .rm-stats__value {
    font-size: 38px;
  }
  .rm-stats__text {
    font-size: 14px;
    max-width: 260px;
  }
}
@media (min-width: 992px) {
  .rm-stats__item {
    padding: 0px 35px;
  }
  .rm-stats__value {
    font-size: 44px;
  }
  .rm-stats__text {
    font-size: 15px;
    max-width: 320px;
  }
}
/* src/sections/_search.scss */
.rm-search {
  background: #fff;
  border: 1px solid rgba(24, 24, 27, 0.1);
}
.rm-search__container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.rm-search {
  /* Head */
}
.rm-search__head {
  display: grid;
  gap: 10px;
  align-items: start;
}
.rm-search__title {
  margin: 0;
  font-family: "Benzin", "Montserrat Alternates", sans-serif;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: rgb(24, 24, 27);
  font-size: 2rem;
  text-align: center;
}
.rm-search__divider {
  display: none;
  width: 1px;
  background: rgba(0, 0, 0, 0.08);
  align-self: stretch;
}
.rm-search__desc {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.55);
  text-align: center;
}
.rm-search {
  /* Form */
}
.rm-search__form {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.rm-search__fields {
  display: grid;
  gap: 12px;
}
.rm-search__field {
  position: relative;
}
.rm-search__select {
  width: 100%;
  height: 50px;
  padding: 0 42px 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(24, 24, 27, 0.1);
  color: rgba(24, 24, 27, 0.5);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.rm-search {
  /* chevron */
}
.rm-search__field::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  /* simple chevron svg */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.rm-search__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.rm-search {
  /* ===== Tablet+ ===== */
}
@media (min-width: 768px) {
  .rm-search__head {
    grid-template-columns: auto 1px 1fr;
    gap: 20px;
  }
  .rm-search__title {
    font-size: 2.25rem;
    text-align: left;
    white-space: nowrap;
    padding-right: 6px;
  }
  .rm-search__divider {
    display: block;
  }
  .rm-search__desc {
    text-align: left;
    max-width: 520px;
  }
  .rm-search__fields {
    grid-template-columns: 1fr 1fr 1fr auto;
    gap: 16px;
    align-items: center;
  }
  .rm-search__submit {
    width: 120px;
    padding: 0 18px;
    justify-self: end;
  }
  .rm-search__tabs {
    display: flex;
    gap: 16px;
  }
  .rm-search__tab {
    flex: 1 1 0;
    font-size: 13px;
  }
}
.rm-search {
  /* ===== Desktop+ ===== */
}
@media (min-width: 992px) {
  .rm-search__desc {
    max-width: 620px;
  }
  .rm-search__fields {
    gap: 18px;
  }
  .rm-search__submit {
    width: 132px;
  }
}
/* src/sections/_populars.scss */
.rm-populars {
  overflow: hidden;
  background: #fff;
}
.rm-populars__container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.rm-populars {
  /* Head */
}
.rm-populars__head {
  display: grid;
  gap: 10px;
  align-items: start;
}
.rm-populars__title {
  margin: 0;
  font-family: "Benzin", "Montserrat Alternates", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: rgb(24, 24, 27);
  text-align: center;
}
.rm-populars__divider {
  display: none;
  width: 1px;
  background: rgba(0, 0, 0, 0.08);
  align-self: stretch;
}
.rm-populars__desc {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(24, 24, 27, 0.5);
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
}
.rm-populars {
  /* Slider */
}
.rm-populars__slider {
  position: relative;
  overflow: visible;
}
.rm-populars__slide {
  height: auto;
}
.rm-populars {
  /* если Swiper не подключен — будет горизонтальный скролл как fallback */
}
.rm-populars .rm-populars__slider {
  width: 100%;
}
.rm-populars .rm-populars__slider .swiper-wrapper {
  display: flex;
}
.rm-populars .rm-populars__slider .swiper-slide {
  height: auto;
  /* НЕ задаём width, Swiper сам ставит inline width */
}
.rm-populars__nav {
  display: none;
}
.rm-populars__pagination {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.rm-populars {
  /* ===== Tablet+ ===== */
}
@media (min-width: 768px) {
  .rm-populars__head {
    grid-template-columns: auto 1px 1fr;
    gap: 20px;
  }
  .rm-populars__title {
    font-size: 2.25rem;
    text-align: left;
    white-space: nowrap;
  }
  .rm-populars__divider {
    display: block;
  }
  .rm-populars__desc {
    text-align: left;
    margin: 0;
    max-width: 620px;
  }
  .rm-populars .swiper-wrapper {
    overflow: visible;
    padding-bottom: 0;
  }
  .rm-populars .swiper-slide {
    width: 320px;
  }
  .rm-populars__nav {
    display: flex;
    gap: 10px;
    position: absolute;
    top: -62px;
    right: 0;
  }
  .rm-populars__btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.75);
  }
  .rm-populars__btn:hover {
    background: rgba(0, 0, 0, 0.03);
  }
}
.rm-populars {
  /* ===== Desktop+ ===== */
}
@media (min-width: 992px) {
  .rm-populars .swiper-slide {
    width: 340px;
  }
}
.rm-catalog {
  background: #fff;
}
.rm-catalog__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.rm-catalog__head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rm-catalog__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.rm-catalog__tab {
  min-width: 220px;
}
.rm-catalog__filters {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.rm-catalog__field {
  display: block;
}
.rm-catalog__select {
  width: 100%;
  height: 50px;
  padding: 0 18px;
  border: 1px solid rgba(24, 24, 27, 0.1);
  border-radius: 50px;
  background: #fff;
  color: rgba(24, 24, 27, 0.7);
  font-size: 14px;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(24, 24, 27, 0.45) 50%), linear-gradient(135deg, rgba(24, 24, 27, 0.45) 50%, transparent 50%);
  background-position: calc(100% - 22px) calc(50% - 2px), calc(100% - 16px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.rm-catalog__results {
  position: relative;
  transition: opacity 0.2s ease;
}
.rm-catalog__results.is-loading {
  opacity: 0.45;
  pointer-events: none;
}
.rm-catalog__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.rm-catalog__item {
  min-width: 0;
}
.rm-catalog__empty {
  color: rgba(24, 24, 27, 0.5);
  text-align: center;
}
.rm-catalog__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}
.rm-catalog__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(24, 24, 27, 0.1);
  background: #fff;
  color: rgb(24, 24, 27);
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.rm-catalog__page:hover {
  background: rgba(24, 24, 27, 0.03);
}
.rm-catalog__page.is-active {
  border-color: rgb(24, 24, 27);
}
.rm-catalog__page--dots {
  border-color: transparent;
  background: transparent;
  pointer-events: none;
}
@media (min-width: 768px) {
  .rm-catalog__filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rm-catalog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .rm-catalog__head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .rm-catalog__filters {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .rm-catalog__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.rm-accessories-catalog {
  background: #fff;
}
.rm-accessories-catalog__container {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.rm-accessories-catalog__head h2 {
  margin: 0;
}
.rm-accessories-catalog__filters {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.rm-accessories-catalog__field {
  display: block;
}
.rm-accessories-catalog__select {
  width: 100%;
  height: 50px;
  padding: 0 44px 0 18px;
  border: 1px solid rgba(24, 24, 27, 0.1);
  border-radius: 50px;
  background: #fff;
  color: rgba(24, 24, 27, 0.72);
  font-size: 14px;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(24, 24, 27, 0.45) 50%), linear-gradient(135deg, rgba(24, 24, 27, 0.45) 50%, transparent 50%);
  background-position: calc(100% - 22px) calc(50% - 2px), calc(100% - 16px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.rm-accessories-catalog__results {
  position: relative;
  transition: opacity 0.2s ease;
}
.rm-accessories-catalog__results.is-loading {
  opacity: 0.45;
  pointer-events: none;
}
.rm-accessories-catalog__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
.rm-accessories-catalog__item {
  min-width: 0;
}
.rm-accessories-catalog__empty {
  color: rgba(24, 24, 27, 0.5);
  text-align: center;
}
.rm-accessories-catalog__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}
.rm-accessories-catalog__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(24, 24, 27, 0.1);
  border-radius: 50%;
  background: #fff;
  color: rgb(24, 24, 27);
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.rm-accessories-catalog__page:hover {
  background: rgba(24, 24, 27, 0.03);
}
.rm-accessories-catalog__page.is-active {
  border-color: rgb(24, 24, 27);
}
.rm-accessories-catalog__page--dots {
  border-color: transparent;
  background: transparent;
  pointer-events: none;
}
@media (min-width: 768px) {
  .rm-accessories-catalog__filters {
    grid-template-columns: minmax(260px, 360px);
  }
  .rm-accessories-catalog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .rm-accessories-catalog__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.rm-accessory-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px 18px 18px;
  border: 1px solid rgba(24, 24, 27, 0.1);
  border-radius: 8px;
  background: #fff;
  color: rgb(24, 24, 27);
}
.rm-accessory-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/0.78;
  margin-bottom: 20px;
  color: inherit;
  text-decoration: none;
}
.rm-accessory-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rm-accessory-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: rgba(24, 24, 27, 0.04);
}
.rm-accessory-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
}
.rm-accessory-card__title {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28;
  color: rgba(24, 24, 27, 0.82);
}
.rm-accessory-card__title a {
  color: inherit;
  text-decoration: none;
}
.rm-accessory-card__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}
.rm-accessory-card__price {
  min-height: 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: rgb(24, 24, 27);
}
.rm-accessory-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 50%;
  background: #f3f300;
  color: #111;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.rm-accessory-card__action:hover {
  background: #e6e600;
  transform: translateY(-1px);
}
.rm-posts__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.rm-posts__container .list-news svg {
  display: none;
}
.rm-posts__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(24, 24, 27, 0.1);
}
.rm-posts__head p {
  max-width: 720px;
  color: rgba(24, 24, 27, 0.5);
}
.rm-posts__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.rm-posts__empty {
  color: rgba(24, 24, 27, 0.5);
  text-align: center;
}
.rm-posts__footer {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.rm-posts__footer.is-loading {
  opacity: 0.55;
  pointer-events: none;
}
.rm-posts__more {
  width: fit-content;
  min-width: 220px;
}
.rm-posts__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.rm-posts__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(24, 24, 27, 0.1);
  color: rgb(24, 24, 27);
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.rm-posts__page:hover {
  background: rgba(24, 24, 27, 0.03);
}
.rm-posts__page.is-active {
  border-color: rgb(24, 24, 27);
}
@media (min-width: 768px) {
  .rm-posts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rm-posts__footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .rm-posts__pagination {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .rm-posts__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.rm-post-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.rm-post-card__media {
  display: block;
  overflow: hidden;
  border-radius: 16px;
}
.rm-post-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1.45/1;
  object-fit: cover;
  background: rgba(24, 24, 27, 0.06);
}
.rm-post-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 1 auto;
}
.rm-post-card__title {
  margin: 0;
  font-size: 28px;
  line-height: 1.05;
}
.rm-post-card__title a {
  color: inherit;
  text-decoration: none;
}
.rm-post-card__description {
  color: rgba(24, 24, 27, 0.5);
}
.rm-post-card__price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}
.rm-post-card__button {
  width: 100%;
}
/* src/sections/_quiz.scss */
.rm-quiz {
  position: relative;
  overflow: hidden;
  background: radial-gradient(140% 220% at 50% 0%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 28%, rgba(0, 0, 0, 0) 60%), linear-gradient(180deg, #0A0E15 0%, #000000 100%);
  color: #fff;
}
.rm-quiz__container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.rm-quiz {
  /* Head */
}
.rm-quiz__head {
  display: grid;
  gap: 10px;
  align-items: start;
}
.rm-quiz__title {
  margin: 0;
  font-family: "Benzin", "Montserrat Alternates", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}
.rm-quiz__divider {
  display: none;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  align-self: stretch;
}
.rm-quiz__desc {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}
.rm-quiz {
  /* Progress */
}
.rm-quiz__progress {
  display: grid;
  gap: 10px;
}
.rm-quiz__progress-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}
.rm-quiz__progress-pct {
  color: #f3f300;
  font-weight: 700;
}
.rm-quiz__bar {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.rm-quiz__bar-fill {
  height: 100%;
  width: 20%;
  border-radius: 999px;
  background: #f3f300;
}
.rm-quiz {
  /* Body */
}
.rm-quiz__body {
  display: grid;
  gap: 16px;
}
.rm-quiz__body[hidden] {
  display: none !important;
}
.rm-quiz__question {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: rgba(255, 255, 255, 0.55);
}
.rm-quiz__options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  justify-items: center;
}
.rm-quiz__option {
  width: 100%;
  max-width: 340px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.15s ease;
}
.rm-quiz__option:hover {
  background: rgba(255, 255, 255, 0.06);
}
.rm-quiz__option:focus-visible {
  outline: 2px solid rgba(37, 99, 235, 0.45);
  outline-offset: 2px;
}
.rm-quiz__option.is-active, .rm-quiz__option[aria-pressed=true] {
  border-color: rgba(243, 243, 0, 0.55);
  background: rgba(243, 243, 0, 0.1);
  color: #fff;
}
.rm-quiz {
  /* ===== Tablet+ ===== */
}
@media (min-width: 768px) {
  .rm-quiz__head {
    grid-template-columns: auto 1px 1fr;
    gap: 20px;
    align-items: center;
  }
  .rm-quiz__title {
    text-align: left;
    white-space: nowrap;
  }
  .rm-quiz__divider {
    display: block;
  }
  .rm-quiz__desc {
    text-align: left;
    margin: 0;
  }
  .rm-quiz__progress {
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 18px;
  }
  .rm-quiz__progress-label {
    white-space: nowrap;
  }
  .rm-quiz__body {
    gap: 18px;
  }
  .rm-quiz__question {
    text-align: center;
  }
  .rm-quiz__options {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    justify-items: stretch;
  }
  .rm-quiz__option {
    max-width: none;
    width: 100%;
    height: 46px;
  }
}
.rm-quiz {
  /* ===== Desktop+ ===== */
}
@media (min-width: 992px) {
  .rm-quiz__options {
    gap: 16px;
  }
  .rm-quiz__option {
    height: 48px;
    font-size: 13px;
  }
}
.rm-contact {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.rm-contact__container {
  display: grid;
  gap: 32px;
  align-items: stretch;
}
.rm-contact__container--single {
  max-width: 760px;
}
.rm-contact__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0;
  gap: 50px;
}
.rm-contact__head {
  max-width: 560px;
  text-align: center;
}
.rm-contact__title {
  margin: 0 0 25px;
  font-family: "Benzin", "Montserrat Alternates", sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: rgb(24, 24, 27);
}
.rm-contact__desc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}
.rm-contact__form {
  max-width: 620px;
  margin: 0 auto;
}
.rm-contact__image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center left;
  top: 0;
}
@media (min-width: 768px) {
  .rm-contact__container {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
    gap: 40px;
  }
  .rm-contact__head {
    text-align: center;
  }
  .rm-contact__media {
    min-height: 455px;
  }
}
@media (min-width: 992px) {
  .rm-contact__container {
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    gap: 50px;
  }
  .rm-contact__media {
    min-height: 555px;
  }
}