/* Generated by tools/home-css-bundle.php. Do not edit directly. */

/* Source: main.css */
body {
  font-size: 1rem;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  cursor: default;
  margin: 0;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

main {
  margin-top: 70px !important;
}

.notF {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  height: 50vh;
  width: 100%;
  font-weight: 400;
  justify-content: center;
}

.notF__tag {
  font-family: Roboto;
  font-size: 128px;
}

.notF__desc {
  font-family: Onest;
  font-size: 64px;
}

.notF__but {
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid rgb(203, 203, 203);
  border-radius: 10px;
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 18px;
  transition: .2s;
  cursor: pointer;
  color: black;
}

.notF__but:hover {
  transform: scale(1.05);
  transition: .2s;
}

/* ////// */

#modalBcgr {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

#modal {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: white;
  width: 476px;
  height: 420px;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

.modal__content {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 10px;
  flex-direction: column;
  padding-top: 50px;
  gap: 15px;
  box-sizing: border-box;
  justify-content: space-around;
}

.map__content__item__button__mod {
  font-family: Onest;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  background-color: rgba(45, 45, 45, 1);
  padding: 10px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

#modalClos {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.item__links__mod {
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.item__map__mod {
  width: 100%;
  height: 100%;
  position: relative;
}

.teleg__icon {
  width: 28px;
  height: 28px;
  margin-right: 4px;
}

.modal__content__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.modal__item {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #63697C;
  font-size: 14px;
  font-family: Onest;
  font-weight: 500;
  transition: .2s;
}

.modal__item p {
  margin: 0;
}

.modal__item:hover {
  color: #828aa3;
  transition: .2s;
}

/* ////// */

.promoBanner {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 4%;
  width: 100%;
  background-color: rgba(252, 188, 113, 1);
  color: rgba(45, 45, 45, 1);
  text-align: center;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  z-index: 1000;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.catalog {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}

.catalog h2 {
  font-family: Onest;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: rgba(45, 45, 45, 1);
}

.guid h2 {
  font-family: Onest;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: rgba(45, 45, 45, 1);
}

.about__block {
    margin-top: 100px;
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-direction: column;
    font-family: Onest;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 4%;
    color: rgba(99, 105, 124, 1);
}

.about__block__content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 40px;
}

.about__block__content__item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 30px;
}

.about__block__content__item__body {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 10px;
}

.about__block__content__item__body p {
  margin: 0;
}

.about__block__content__item__body a {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 4%;
  text-decoration: underline;
  color: rgba(255, 44, 79, 1);
  cursor: pointer;
}

.about__block h2 {
  font-family: Onest;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(45, 45, 45, 1);
}


.banner {
  background-image: var(--home-banner-fallback, url("/images/banner_qur.jpg"));
  max-height: 500px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 16/10;
  background-position: center center;
  position: relative;
}

.banner--media {
  background-image: none;
}

.banner__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner__media-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.banner__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  color: white;
  white-space: nowrap;
  width: 90%;
  text-align: center;
  white-space: wrap;
  z-index: 1;
}

.banner__text h1 {
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
}

.banner__text h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 100%;
}

.banner__button {
  position: absolute;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  transition: 0.2s;
  z-index: 1;
}

.banner__button:hover {
  filter: invert(0.2);
  transition: 0.2s;
}

.page__top {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.rent-form h2 {
  font-family: Onest;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 70px;
  color: rgba(45, 45, 45, 1);
}

/* Media Queries */
@media (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }

  .page__top {
    gap: 50px;
  }

  .about__block {
    margin-top: 50px;
  }

  .banner__text h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
  }

  .banner__text h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
  }
}

@media (max-width: 1000px) {
  main {
    margin-top: 40px !important;
  }

  .notF__tag {
    font-family: Roboto;
    font-size: 64px;
  }

  .notF__desc {
    font-family: Onest;
    font-size: 32px;
  }

  .catalog {
    gap: 20px;
  }

  .catalog h2 {
    font-size: 48px;
  }

  .guid h2 {
    font-size: 48px;
  }

  .about__block h2 {
    font-size: 48px;
  }


  .rent-form h2 {
    font-size: 48px;
    margin-bottom: 40px;
  }

  .rent-form h2 {
    gap: 40px;
  }
}

@media (max-width: 769px) {
  main {
    margin-top: 20px !important;
  }

  .promoBanner {
    padding: 10px 15px;
    font-size: 14px;
  }

  .catalog h2 {
    font-size: 36px;
  }

  .about__block {
    gap: 30px;
  }

  .guid {
    order: -2;
  }

  .guid h2 {
    font-size: 36px;
  }

  .about__block h2 {
    font-size: 36px;
  }

  .page__top {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }

  .about__block {
    margin-top: 20px;
  }

  .rent-form h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media (max-width: 550px) {
  body {
    background: rgba(241, 241, 241, 1);
  }

  .notF__tag {
    font-family: Roboto;
    font-size: 48px;
  }

  .notF__desc {
    font-family: Onest;
    font-size: 24px;
  }

  .catalog h2 {
    display: none;
  }

  .catalog {
    margin-top: 20px;
  }

  .about__block {
    gap: 20px;
    padding-bottom: 40px;
  }

  .guid h2 {
    font-size: 24px;
    margin: 20px 0;
  }

  .about__block h2 {
    font-size: 24px;
  }

  .banner__text {
    gap: 10px;
  }

  .banner__text h1 {
    font-size: 32px;
  }

  .banner__text h2 {
    font-size: 24px;
  }

  .banner__button {
    width: 50px;
  }
}

@media (max-width: 480px) {
  .rent-form h2 {
    font-size: 18px;
  }

  .banner__text h2 {
    font-size: 16px;
  }

  .banner__text p {
    margin-top: 0px;
  }

  .banner__button {
    width: 32px;
    bottom: 4px;
  }
}

.toast {
  position: fixed;
  top: 16px;
  left: 50%;
  right: auto;
  z-index: 9999;
  min-width: 260px;
  max-width: 90vw;
  padding: 12px 14px;
  background: rgba(20, 20, 20, .95);
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
  opacity: 0;
  transform: translate(-50%, -10px);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
  font: 500 18px/1.4 "Mulish", system-ui, -apple-system;
  overflow: hidden;
}

.toast--show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.toast--progress::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background: #e53935;
  width: 100%;
  animation: toastProgress var(--toast-duration, 3.2s) linear forwards;
}

@keyframes toastProgress {
  to {
    width: 0;
  }
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #111;
  color: #fff;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, .2);
  transform: translateY(100%);
  opacity: 0;
  transition: transform .3s ease, opacity .3s ease;
}

.cookie-banner--show {
  transform: translateY(0);
  opacity: 1;
}

.cookie-banner__content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px 16px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.cookie-banner__text {
  font: 500 14px/1.5 "Mulish", system-ui, -apple-system;
  margin-right: 12px;
}

.cookie-banner__link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-banner__actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-btn {
  border: 0;
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
  font: 600 14px/1 "Mulish", system-ui, -apple-system;
}

.cookie-btn--accept {
  background: #24c15e;
  color: #0a0a0a;
}

.cookie-btn--close {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .25);
}

@media (max-width:640px) {
  .cookie-banner__content {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 14px;
  }

  .cookie-banner__actions {
    width: 100%;
  }

  .cookie-btn {
    width: 100%;
  }
}

@media (max-width: 500px) {
  #modal {
    width: 90%;
    height: unset;
  }

  .map__content__item__button__mod {
    font-family: Onest;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    background-color: rgba(45, 45, 45, 1);
    padding: 10px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  #modalClos {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }

  .item__links__mod {
    gap: 10px;
  }

  .item__map__mod {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .modal__content__item {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

  .modal__item {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #63697C;
    font-size: 14px;
    font-family: "Mulish", sans-serif
  }

  .modal__item img {
    width: 22px;
    height: 22px;
  }

  .teleg__icon {
    width: 18px !important;
    height: 18px !important;
    margin-right: 4px;
  }

  .modal__item:hover {
    color: #828aa3;
    transition: .2s;
  }
}

/* Source: header.css */
.header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 7px 0;
  font-weight: 500;
  color: rgba(45, 45, 45, 1);
  position: relative;
  align-items: center;
  font-size: 14px;
}

@media (max-width: 1550px) {
  .header {
    font-size: 13px;
  }
}

.header__logo {
  height: 50px;
}

.header__link__portal {
  background-color: rgba(255, 44, 79, 1);
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 4%;
  color: white;
  padding: 7px 32px;
  box-sizing: border-box;
  border-radius: 7px;
  text-decoration: none;
  transition: .2s;
  text-align: center;
}

.header__link__portal:hover {
  background-color: rgb(253, 77, 107);
  transition: .2s;
}

.header__nav__logo__mob {
  display: none;
}

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

.header__nav__logo {
  height: 50px;
}

.header__nav a {
  text-decoration: none;
  color: #333;
  transition: color 0.2s;
}

.header__nav a:hover {
  color: rgb(86, 86, 107);
}

.header__controls {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.custom-select {
  position: relative;
  width: 100px;
  user-select: none;
  color: rgba(45, 45, 45, 1);
}

.header__controls .custom-select[data-storage-key="selectedCity"] {
  flex: 0 0 126px;
  width: 126px;
}

.header__controls .custom-select[data-storage-key="selectedLang"] {
  flex: 0 0 136px;
  width: 136px;
}

.select-trigger {
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header .custom-select > .select-trigger {
  box-sizing: border-box;
  width: 100%;
  padding-right: 38px;
  white-space: nowrap;
}

.select-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  background-image: url("../images/select.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transform: translateY(-50%);
  transition: transform 0.3s;
}

.custom-select.open .select-trigger::after {
  transform: translateY(-50%) rotate(-180deg);
}

.options {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 10;
  opacity: 0;
}

.custom-select.open .options {
  max-height: min(360px, 60vh);
  overflow-y: auto;
  overscroll-behavior: contain;
  opacity: 1;
}

.options li {
  padding: 10px;
  cursor: pointer;
  transition: background 0.2s;
}

.options li a {
  text-decoration: none;
  color: rgba(45, 45, 45, 1)
}

.options li:hover {
  background: #f0f0f0;
}

.header__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: rgba(99, 105, 124, 1);
  text-decoration: none;
  font-weight: 700;
}

.header__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 200;
}

.header__burger span {
  width: 25px;
  height: 3px;
  background: rgba(99, 105, 124, 1);
  display: block;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
  transform-origin: center
}

.header__burger.open {
  position: fixed;
  right: 20px;
  top: 20px;
}

.header__burger span:nth-child(3) {
  width: 15px;
}

.header__burger.open span:nth-child(1) {
  transform: rotate(45deg) translateY(11px);

}

.header__burger.open span:nth-child(2) {
  opacity: 0;
}

.header__burger.open span:nth-child(3) {
  transform: rotate(-45deg) translateY(-11px);
  width: 25px;
}

.header__burger-menu {
  display: none
}

@media (max-width: 1520px) {

  .header__nav__logo__mob {
    display: block;
  }

  .header__burger-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    background: #f0f0f0;
    padding: 70px 20px 20px 20px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 25px;
    z-index: 150;
    overflow-y: auto;
  }

  .header__burger-menu.active {
    transform: translateX(0);
  }

  .header__burger-menu a {
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
  }

  .header__burger-menu.active a {
    opacity: 1;
    transform: translateX(0);
  }

  .header__nav,
  .header__controls {
    display: none;
  }

  .header__burger {
    display: flex;
  }

  .header__burger-menu__links {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .header__burger-menu__links a {
    text-decoration: none;
    color: #333;
    transition: color 0.2s;
  }

  .header__burger-menu__selects {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .header__burger-menu__selects .custom-select {
    flex: 0 0 auto;
    width: 100%;
  }

  .header__burger-menu__icons {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}

/* Source: catalogItem.css */
.catalogItem {
  max-width: 385px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px;
  box-sizing: border-box;
  gap: 25px;
  align-items: center;
  border: 1px solid rgba(241, 241, 241, 1);
  font-family: Onest;
  justify-content: flex-start;
}

.catalog__item__email__input {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: baseline;
}


.catalog__item__email__input>input {
  width: 100%;
  min-height: 56px;
  box-sizing: border-box;
  font-family: Onest;
  background-color: #f3f1f1;
  padding: 15px 10px;
}

.catalogItem__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 60px;
}

.catalogItem__header__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.catalogItem__header__item__name {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: rgba(45, 45, 45, 1);
}

.catalogItem__header__item__dist {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: rgba(158, 163, 175, 1);
}

.catalogItem__header__item__price {
  font-family: Onest;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 100%;
  color: rgba(255, 44, 79, 1);
}

.catalogItem__header__item__price__from {
  font-family: Onest;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  color: rgba(158, 163, 175, 1)
}

.catalogItem__header__item__valute {
  color: rgba(45, 45, 45, 1);
}

.catalogItem__header__item__hour {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0%;
  color: rgba(158, 163, 175, 1);
}

.catalogItem__preview {
  width: 200px;
  aspect-ratio: 1;
}

.catalogItem__body {
  width: 100%;
  position: relative;
  margin-top: auto;
}

.catalogItem__line {
  background-color: rgba(241, 241, 241, 1);
  height: 1px;
  width: 100%;
}

.catalogItem__body__priceList {
  display: flex;
  justify-content: space-around;
  padding: 0 20px;
}

.catalogItem__body__priceList__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.catalogItem__body__priceList__item__name {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(45, 45, 45, 1);
}

.catalogItem__body__priceList__item__cont {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.catalogItem__body__priceList__item__price {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(255, 44, 79, 1);
}

.catalogItem__body__priceList__item__hr {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  color: rgba(158, 163, 175, 1);
}

.catalogItem__body__priceList__line {
  width: 0px;
  height: 40px;
  border-left: 1px solid rgba(216, 216, 216, 1);
}

.catalogItem__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.catalogItem__btn__buy {
  background-color: rgba(255, 44, 79, 1);
  font-family: Onest;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
  padding: 15px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

.catalogItem__btn__buy__not {
  background-color: rgb(255, 167, 0);
  font-family: Onest;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
  padding: 15px;
  border: none;
  cursor: pointer;
}

.catalogItem__btn__buy,
.catalogItem__btn__buy__not {
  width: 100%;
  min-height: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalogItem__subscribe__form {
  gap: 24px !important;
}

.catalogItem__availability-status {
  width: 100%;
  min-height: 56px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background: rgba(241, 241, 241, 1);
  color: rgba(99, 105, 124, 1);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  text-align: center;
}

.catalogItem__body > .js-availability-open {
  min-height: 48px;
  padding: 15px;
  font-size: 18px;
}

.rent-form__group-input {
  box-sizing: border-box;
}

.rent-form__group-input.error {
  border: 1px solid red;
}

.rent-form__group-input.error::placeholder {
  color: red;
}

.catalogItem__btn__more {
  font-family: Onest;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(99, 105, 124, 1);
  border: none;
  cursor: pointer;
  background-color: transparent;
  width: min-content;
  white-space: nowrap;
  margin: 0 auto;
  position: relative;
}

.catalog__custom-select {
  position: relative;
  width: 100%;
  font-family: inherit;
  user-select: none;
}

.catalog__trigger-text {
  width: 100%;
}

.catalog__option-cont {
  display: flex;
  gap: 5px;
  align-items: center;
}

.catalog__option-name,
.catalog__option-price {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: rgba(99, 105, 124, 1)
}

.catalog__option-hr {
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: rgba(158, 163, 175, 1);
}

.catalog__select-trigger {
  padding: 16px 14px;
  background: rgba(241, 241, 241, 1);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: border-color 0.2s;
}

.catalog__select-trigger:hover {
  border-color: #aaa;
}

.catalog__arrow {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  background-image: url("../images/select.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s;
}

.catalog__custom-select.open .catalog__arrow {
  transform: rotate(180deg);
}

.catalog__options {
  position: absolute;
  left: 0;
  margin: 0;
  right: 0;
  background: #fff;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 10;
  padding-left: 0;
}

.catalog__custom-select.open .catalog__options {
  max-height: 400px;
  opacity: 1;
  pointer-events: auto;
}

.catalog__options li {
  padding: 12px 14px;
  cursor: pointer;
  transition: background 0.2s;
  list-style: none
}

.catalog__options li:hover {
  background: #f5f5f5;
}

.catalog__option-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.catalog__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.catalogItem__image-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  width: 210px;
}

.catalogItem__slides {
  display: flex;
  transition: transform 0.3s ease;
}

.catalogItem__picture {
  display: contents;
}

.catalogItem__slide {
  width: 210px;
  height: 230px;
  object-fit: contain;
}

.catalogItem__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
}

.catalogItem__dots .dot {
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  border: 1px rgba(216, 216, 216, 1) solid;
  position: relative;
}

.catalogItem__dots .dot::before {
  position: absolute;
  inset: 4px;
  content: "";
  background-color: rgba(241, 241, 241, 1);
  border-radius: 90px;
}

.catalogItem__dots .dot.active {
  border: 1px rgba(255, 44, 79, 1) solid;
}

.catalogItem__dots .dot.active::before {
  background-color: rgba(255, 44, 79, 1);
}

.catalogItem__features {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  gap: 5px;
  align-items: start;
  margin-right: auto;
}

.catalogItem__qr {
  display: block;
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 4%;
  color: rgba(99, 105, 124, 1)
}

.catalogItem__feature__text {
  display: flex;
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 4%;
  color: rgba(99, 105, 124, 1)
}

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

.availability-modal[hidden] {
  display: none;
}

.availability-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  transition: opacity 180ms ease;
}

.availability-modal--open {
  opacity: 1;
}

.availability-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(17, 24, 39, 0.62);
  cursor: default;
}

.availability-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.24);
  font-family: Onest, sans-serif;
}

.availability-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #2d2d2d;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.availability-modal__heading {
  padding-right: 42px;
}

.availability-modal__title {
  margin: 0;
  color: #2d2d2d;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
}

.availability-modal__heading p {
  margin: 8px 0 0;
  color: #63697c;
  font-size: 15px;
  line-height: 1.5;
}

.availability-modal__errors {
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid #fecdd3;
  border-radius: 6px;
  background: #fff1f2;
  color: #be123c;
  font-size: 14px;
}

.availability-modal__errors p {
  margin: 0 0 4px;
}

.availability-modal__errors p:last-child {
  margin-bottom: 0;
}

.availability-modal__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
}

.availability-modal__honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.availability-modal__product {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 15px;
  border-radius: 6px;
  background: #f6f7f9;
  color: #63697c;
  font-size: 14px;
}

.availability-modal__product strong {
  color: #111827;
  text-align: right;
}

.availability-modal__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.availability-modal__field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 600;
}

.availability-modal__field input:not([type="hidden"]),
.availability-calendar__trigger {
  width: 100%;
  min-height: 48px;
  box-sizing: border-box;
  padding: 11px 12px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  background: #fff;
  color: #111827;
  font: inherit;
  font-weight: 400;
}

.availability-modal__field input:not([type="hidden"]):focus,
.availability-calendar__trigger:focus-visible {
  border-color: #ff2c4f;
  outline: 3px solid rgba(255, 44, 79, 0.14);
}

.availability-calendar {
  width: 100%;
}

.availability-calendar__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  cursor: pointer;
}

.availability-calendar__trigger[aria-expanded="true"] {
  border-color: #ff2c4f;
  box-shadow: 0 0 0 3px rgba(255, 44, 79, 0.14);
}

.availability-calendar__icon {
  position: relative;
  flex: 0 0 20px;
  width: 20px;
  height: 18px;
  box-sizing: border-box;
  border: 2px solid #697386;
  border-radius: 4px;
}

.availability-calendar__icon::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  border-top: 2px solid #697386;
}

.availability-calendar__icon::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 3px;
  width: 10px;
  height: 4px;
  border-right: 2px solid #697386;
  border-left: 2px solid #697386;
}

.availability-calendar__panel[hidden] {
  display: none;
}

.availability-calendar__backdrop[hidden] {
  display: none;
}

.availability-calendar__backdrop {
  position: fixed;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(17, 24, 39, 0.2);
  cursor: default;
}

.availability-calendar__panel {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: min(330px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 12px;
  border: 1px solid #e2e5ea;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.24);
  transform: translate(-50%, -50%);
  overscroll-behavior: contain;
}

.availability-calendar__close {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 1;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #6b7280;
  font: inherit;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.availability-calendar__close:hover,
.availability-calendar__close:focus-visible {
  background: #f2f3f5;
  color: #20242c;
  outline: none;
}

.availability-calendar__header {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 0 24px;
}

.availability-calendar__header strong {
  color: #20242c;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.availability-calendar__nav {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
  border-radius: 5px;
  background: transparent;
  cursor: pointer;
}

.availability-calendar__nav::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 12px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #4b5563;
  border-left: 2px solid #4b5563;
  transform: rotate(45deg);
}

.availability-calendar__nav--next::before {
  left: 9px;
  transform: rotate(225deg);
}

.availability-calendar__nav:hover:not(:disabled),
.availability-calendar__nav:focus-visible {
  border-color: #e2e5ea;
  background: #f6f7f9;
}

.availability-calendar__nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.availability-calendar__weekdays,
.availability-calendar__days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
}

.availability-calendar__weekdays {
  margin-top: 12px;
  color: #8a92a3;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.availability-calendar__weekday {
  padding: 5px 0;
}

.availability-calendar__days {
  margin-top: 2px;
}

.availability-calendar__day,
.availability-calendar__empty {
  width: 100%;
  height: 34px;
  min-width: 0;
}

.availability-calendar__day {
  display: grid;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 5px;
  background: transparent;
  color: #242933;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.availability-calendar__day:hover:not(:disabled),
.availability-calendar__day:focus-visible {
  border-color: #ffc2cc;
  background: #fff1f3;
  outline: none;
}

.availability-calendar__day--today:not(.availability-calendar__day--selected) {
  border-color: #ff2c4f;
  color: #d91f40;
}

.availability-calendar__day--selected,
.availability-calendar__day--selected:hover {
  border-color: #ff2c4f;
  background: #ff2c4f;
  color: #fff;
}

.availability-calendar__day:disabled {
  color: #c4c8d0;
  cursor: not-allowed;
}

.availability-calendar__today {
  display: block;
  margin: 8px 0 0 auto;
  padding: 6px 9px;
  border: 0;
  border-radius: 4px;
  background: #f2f3f5;
  color: #3d4553;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.availability-calendar__today:hover,
.availability-calendar__today:focus-visible {
  background: #e7e9ed;
  outline: 2px solid rgba(255, 44, 79, 0.16);
}

.availability-modal__consents {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 2px;
}

.availability-modal__checkbox {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.45;
  cursor: pointer;
}

.availability-modal__checkbox input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: #ff2c4f;
}

.availability-modal__privacy {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.5;
}

.availability-modal__privacy a {
  color: #374151;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.availability-modal__submit {
  width: 100%;
  min-height: 54px;
  border: 0;
  background: #ff2c4f;
  color: #fff;
  font-family: Onest, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.availability-modal__submit:hover {
  background: #e92545;
}

@media (max-width: 600px) {
  .availability-modal {
    align-items: end;
    padding: 0;
  }

  .availability-modal__dialog {
    width: 100%;
    max-height: 92vh;
    padding: 24px 18px;
    border-radius: 8px 8px 0 0;
  }

  .availability-modal__title {
    font-size: 23px;
  }

  .availability-calendar__panel {
    width: min(320px, calc(100vw - 24px));
    max-height: calc(100vh - 24px);
    padding: 10px;
  }

  .availability-calendar__day,
  .availability-calendar__empty {
    height: 32px;
  }

  .availability-modal__product {
    flex-direction: column;
    gap: 4px;
  }

  .availability-modal__product strong {
    text-align: left;
  }
}

.catalogItem__feature__icon {
  width: 8px;
  height: 8px;
  border: 2px solid rgba(255, 44, 79, 1);
  border-radius: 90px;
}

.catalogItem__feature {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

.catalog__slider {
  display: none;
}

.catalogItem__moreinfo {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: absolute;
  top: 100%;
  background: white;
  z-index: 2;
  left: -24px;
  right: -24px;
  padding: 24px;
  padding-top: 0;
  border: 1px solid rgba(241, 241, 241, 1);
  border-top: none;
}

.catalogItem__moreinfo.active {
  max-height: 500px;
  opacity: 1;
}

.catalogItem__line {
  display: none;
}

.catalog__mobile__footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

.catalog__mobile__footer__header {
  display: flex;
  justify-content: start;
  gap: 8px;
  align-items: center;
}

.catalog__mobile__footer__header div {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 4%;
  color: rgba(99, 105, 124, 1)
}

.catalogItem__btn__more::after {
  content: "";
  position: absolute;
  right: -24px;
  width: 24px;
  height: 24px;
  background-image: url("../images/select.svg");
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  transform: rotate(0deg) translateY(-50%);
  transition: transform 0.3s ease;
  transform-origin: top;
}

.catalogItem__btn__more.active::after {
  transform: rotate(180deg) translateY(-50%);
}


/* ==== МЕДИАЗАПРОСЫ ВНИЗУ ==== */

@media (max-width: 1350px) {
  .catalog__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalogItem {
    max-width: 100%;
  }
}

@media (max-width: 550px) {
  .catalog__custom-select.open .catalog__options {
    background-color: rgba(241, 241, 241, 1);
  }

  .catalogItem {
    background-color: rgba(255, 255, 255, 1);
    border: none;
  }

  .catalog__mobile__footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 0;
  }

  .catalog__mobile__footer__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Roboto;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 4%;
    color: rgba(99, 105, 124, 1)
  }

  .catalog__mobile__footer__footer__icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .catalog__mobile__footer__footer__icons img {
    cursor: pointer;
  }

  .catalog__mobile__footer__content {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 4%;
    color: rgba(99, 105, 124, 1)
  }



  .catalog__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .catalog__slider {
    display: block;
    overflow: hidden;
    position: relative;
  }

  .catalog__slides {
    display: flex;
    transition: transform 0.3s ease;
  }

  .catalogItem {
    min-width: 100%;
    box-sizing: border-box;
    width: 200px;
  }

  .catalog__dots {
    text-align: center;
    margin-top: 10px;
  }

  .catalog__dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.3s;
  }

  .catalog__dots .dot.active {
    background: #333;
  }

  .catalogItem__moreinfo {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    display: flex;
    flex-direction: column;
    gap: 24px;

    border: none;
    position: relative;
    top: unset;
    background: unset;
    z-index: unset;
    left: unset;
    right: unset;
    padding: unset;
    padding-top: unset;
  }

  .catalogItem__moreinfo.active {
    max-height: 500px;
    opacity: 1;
  }

  .catalogItem__btn__more.active {
    margin-bottom: 20px;
  }

  .catalogItem__line {
    display: block;
  }
}

/* Source: form.css */
.rent-form__content {
  display: flex;
  justify-content: space-between;
  background-color: rgba(245, 245, 245, 1);
  border-radius: 10px;
  padding: 80px;
}

.rent-form__title {
  color: rgba(45, 45, 45, 1);
  font-family: Onest;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.rent-form__description {
  font-family: Onest;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  color: rgba(45, 45, 45, 1);
  margin: 0;
}

.rent-form__description_b {
  font-family: Onest;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  color: rgba(45, 45, 45, 1);
  margin: 0;
}

.rent-form__group {
  margin-bottom: 0;
}

.rent-form__group-label {
  display: block;
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 4%;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.rent-form__group-select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  background-color: white;
}

.rent-form__group-input {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
  border: none;
  outline: none;
}

.rent-form__button-group {
  display: flex;
  gap: 10px;
}

.rent-form__button {
  flex: 1;
  padding: 10px;
  background-color: #ffffff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

.rent-form__button__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 4%;
  text-align: center;
  text-transform: uppercase;
  color: rgba(45, 45, 45, 1);
}

.rent-form__button__text p {
  margin: 0;
}

.disabled {
  background-color: rgba(255, 44, 79, 1);
}

.disabled .rent-form__button__text {
  color: rgb(255, 255, 255);
}

.disabled img {
  filter: brightness(0) invert(1);
}

.rent-form__tab-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  justify-content: center;
}

.rent-form___line {
  background-color: rgb(193, 193, 193);
  height: 1px;
  width: 100%;
}

.rent-form__tab-button {
  padding: 20px 30px;
  border-radius: 5px;
  background-color: rgba(245, 245, 245, 1);
  color: rgba(45, 45, 45, 1);
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 50px;
  font-family: Onest;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  line-height: 100%;
}

.rent-form__tab-button:hover {
  background-color: rgba(255, 44, 79, 1);
  color: white;
}

.rent-form__tab-button.active {
  background-color: rgba(255, 44, 79, 1);
  color: white;
}

.rent-form__content-earning,
.rent-form__content-tourism {
  display: none;
}

.rent-form__content-earning.active {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 700px;
}

.rent-form__content-tourism.active {
  display: flex;
  background-color: rgba(245, 245, 245, 1);
  border-radius: 10px;
  padding: 80px;
  justify-content: space-between;
}

.rent-form__content-tourism__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.rent-form__tourism-comparison {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.rent-form__tourism-comparison-item__bigText {
  font-family: Onest;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
  line-height: 100%;
  color: white;
  padding: 0px 5px;
}

.rent-form__tourism-comparison-item__lowText {
  font-family: Onest;
  font-weight: 300;
  font-style: Light;
  font-size: 24px;
  line-height: 100%;
  color: rgb(213, 212, 212);
  padding: 0px 5px;
}

.rent-form__tourism-comparison-item {
  flex: 1;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.rent-form__tourism-comparison-item--other {
  background-color: rgba(121, 121, 121, 1);
  color: white;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: start;
  padding: 30px;
  border-radius: 24px;
}

.rent-form__tourism-comparison-item--mycycle {
  background-color: rgba(255, 44, 79, 1);
  color: white;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: start;
  padding: 30px;
  border-radius: 24px;
}

.rent-form__tourism-comparison-item__lowText__r {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 100%;
}

.rent-form__tourism-comparison-item__bigText__r {
  font-family: Onest;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 48px;
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 100%;
}

.rent-form__tourism-comparison-item__bigText__r div:last-child {
  font-family: Onest;
  font-weight: 400;
  font-style: Regular;
  font-size: 46px;
  line-height: 100%;
}

.rent-form__tourism-benefits {
  color: rgba(45, 45, 45, 1);
  font-family: Onest;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 120%;
}

.rent-form__tourism-benefits ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 30px 0;
}

.rent-form__tourism-benefits li {
  margin-bottom: 5px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.rent-form__tourism-benefits li img {
  background-image: url("/images/check.svg");
  margin-right: 5px;
  width: 24px;
  height: 24px;
  display: block;
}

.rent-form__result__content {
  background-color: rgba(255, 44, 79, 1);
  padding: 30px;
  border-radius: 24px;
  position: relative;
}

.form__result__content__im {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.rent-form__result {
  color: white;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.rent-form__result div:first-child {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.rent-form__result div:last-child {
  font-family: Onest;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  display: flex;
  gap: 5px;
  align-items: baseline;
}

.rent-form__result div:last-child span {
  font-family: Onest;
  font-weight: 400;
  font-style: Regular;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.rent-form__result-extra {
  margin-top: 20px;
  padding: 10px;
  background-color: rgba(184, 223, 120, 1);
  color: rgba(45, 45, 45, 1);
  border-radius: 5px;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 4%;
}

#result-extra {
  font-family: Roboto;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 4%;
}

.rent-form__result-details {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 20px;
}

.rent-form__result-details-item {
  padding: 20px 30px;
  background-color: #ffffff;
  border-radius: 16px;
  max-width: 270px;
  width: 100%;
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
}

.rent-form__result-details-item>div:nth-child(1) {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(158, 163, 175, 1);
}

.rent-form__result-details-item>div:nth-child(2) {
  display: flex;
  gap: 5px;
  align-items: baseline;
  font-family: Onest;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.rent-form__result-details-item>div:nth-child(3) {
  display: flex;
  gap: 5px;
  align-items: baseline;
  font-family: Onest;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(158, 163, 175, 1);
}

.rent-form__result-value__ord {
  font-family: Onest;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.rent-form__result-value__price {
  font-family: Onest;
  font-weight: 400;
  font-style: Regular;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.rent-form__calculate {
  width: 100%;
  padding: 20px;
  background-color: rgba(255, 44, 79, 1);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 4%;
  display: flex;
  gap: 5px;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
}

.rent-form__calculate:hover {
  background-color: rgb(214, 42, 71);
}

.rent-form__calculate:active {
  background-color: #cc0000;
}

.rent-form__close {
  display: none;
  width: 100%;
  padding: 10px;
  background-color: #ff4d4d;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
  transition: background-color 0.3s;
}

.rent-form__close:hover {
  background-color: #e60000;
}

.rent-form__close:active {
  background-color: #cc0000;
}

.rent-form__results {
  display: flex;
  width: 100%;
  max-width: 570px;
  flex-direction: column;
  justify-content: space-between;
}

.rent-form__result__flex {
  display: flex;
  align-items: center;
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: rgba(99, 105, 124, 1);
  gap: 5px;
}

.rent-form__result__flex a {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 4%;
  text-decoration: underline;
  color: rgba(255, 44, 79, 1);
  cursor: pointer;
}

.rent-form__help {
  color: #ff4d4d;
  margin-top: 10px;
  font-size: 14px;
}

#e-bike-orders {
  display: flex;
  margin-top: 20px;
  align-items: center;
  font-family: Onest;
  gap: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: rgba(241, 241, 241, 1);
}

.rent-form__fade {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.rent-form__fade.show {
  opacity: 1;
}

/* Media Queries */
@media (max-width: 1500px) {
  .rent-form__content {
    display: flex;
    justify-content: space-between;
    background-color: rgba(245, 245, 245, 1);
    border-radius: 10px;
    padding: 40px;
    gap: 30px;
  }

  .rent-form__title {
    font-size: 48px;
  }

  .rent-form__description {
    font-size: 16px;
  }

  .rent-form__result div:last-child {
    font-size: 48px;
  }

  .rent-form__results {
    min-width: 450px;
  }

  .rent-form__content-tourism.active {
    display: flex;
    justify-content: space-between;
    background-color: rgba(245, 245, 245, 1);
    border-radius: 10px;
    padding: 40px;
    gap: 30px;
  }
}

@media (max-width: 1300px) {
  .rent-form__content-tourism.active {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(245, 245, 245, 1);
    border-radius: 10px;
    padding: 40px;
    gap: 30px;
  }

  .rent-form__tourism-comparison {
    flex-direction: row;
  }
}

@media (max-width: 1000px) {
  .rent-form__results {
    min-width: 300px;
  }

  .rent-form__result-details-item>div:nth-child(1) {
    font-size: 16px;
  }

  .rent-form__result-details-item>div:nth-child(2) {
    font-size: 24px;
  }

  .rent-form__result-details-item>div:nth-child(3) {
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  .rent-form__description_b {
    font-size: 16px;
  }

  .rent-form__tourism-benefits {
    font-size: 16px;
  }

  .rent-form__tourism-comparison-item__bigText {
    font-size: 24px;
  }

  .rent-form__tourism-comparison-item__lowText {
    font-size: 16px;
  }

  .rent-form__tourism-comparison-item__lowText__r {
    font-size: 16px;
  }

  .rent-form__tourism-comparison-item__bigText__r {
    font-size: 28px;
  }

  .rent-form__tourism-comparison-item__bigText__r div:last-child {
    font-size: 18px;
  }

  .rent-form__tourism-comparison {
    flex-direction: column;
  }

  .rent-form__tourism-benefits ul {
    margin: 10px 0;
    gap: 10px;
  }

  .rent-form__result-details-item>div:nth-child(2) {
    font-size: 16px;
  }

  .rent-form__result-value__ord {
    font-size: 16px;
  }

  .rent-form__result-value__price {
    font-size: 16px;
  }
}

@media (max-width: 769px) {
  .rent-form__content {
    flex-direction: column;
  }

  .rent-form__header {
    margin-top: 20px;
  }

  .rent-form__results {
    width: 100%;
    max-width: 100%;
    gap: 20px;
    min-width: unset;
  }

  .rent-form__close {
    display: block;
  }

  .rent-form__tab-button {
    font-size: 16px;
  }
}

@media (max-width: 550px) {
  .rent-form__content {
    padding: 20px;
    background: white;
    border-radius: 0;
  }

  .rent-form__header {
    padding: 20px;
    background: white;
    margin-bottom: 40px;
    margin-top: 0;
  }

  .rent-form__tab-buttons {
    margin-bottom: 0;
  }

  .rent-form__content-tourism.active {
    padding: 20px;
    border-radius: 0;
    background-color: white;
  }

  .rent-form__result-details-item {
    background-color: rgba(245, 245, 245, 1);
  }

  .form__result__content__im {
    top: -25%;
    transform: translateY(0);
  }

  .rent-form__result div:last-child {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .rent-form__tab-button {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .rent-form__result-details-item {
    padding: 10px 20px;
  }
}

/* Source: infoPanel.css */
.info-panel__earning,
.info-panel__tourism {
  display: none;
}

.info-panel__earning.active,
.info-panel__tourism.active {
  display: flex;
}

.custom-select-r {
  position: relative;
  width: 100%;
  user-select: none;
  color: rgba(45, 45, 45, 1);
  background-color: rgba(255, 255, 255, 1);
}

.custom-select-r.open .select-trigger::after {
  transform: rotate(-180deg);
}

.custom-select-r.open .options {
  max-height: 500px;
  opacity: 1;
}

.info-panel__section__earn {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.info-panel__section__earn h2 {
  font-family: Onest;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  color: rgba(45, 45, 45, 1);
}

.info-panel__section__earn p {
  margin: 0;
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 4%;
  text-align: center;
  color: rgba(99, 105, 124, 1);
}

.info-panel__section__earn__content {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 54px;
  line-height: 110%;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: rgba(99, 105, 124, 1);
}

.info-panel__section__tourism {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.info-panel__section__tourism h2 {
  font-family: Onest;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  color: rgba(45, 45, 45, 1);
}

.info-panel__section__tourism {
  padding: 10px;
  color: #333;
}

.tourism-slider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0 auto;
  width: 100%;
}

.tourism-slide {
  color: white;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: start;
  transition: transform 0.3s ease;
  box-sizing: border-box;
  gap: 15px;
}

.slide-image {
  max-width: 385px;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
  aspect-ratio: 1/1;
  border-radius: 24px;
}

.tourism-slide h4 {
  font-family: Onest;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  line-height: 100%;
  vertical-align: middle;
  margin: 0;
  color: rgba(45, 45, 45, 1);
}

.slide-description {
  list-style-type: none;
  padding: 0;
  text-align: left;
}

.tourism-slide ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  white-space: nowrap;
}

.slide-description li {
  display: flex;
  gap: 10px;
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 4%;
  color: rgba(99, 105, 124, 1);
}

.accum__line {
  position: relative;
  width: 95vw;
  height: 1px;
  background-color: rgba(216, 216, 216, 1);
}

/* Media Queries */
@media (max-width: 1300px) {
  .tourism-slide h4 {
    font-size: 18px;
  }
}

@media (max-width: 1000px) {
  .info-panel__section__earn h2 {
    font-size: 48px;
  }

  .info-panel__section__earn p {
    font-size: 24px;
  }

  .info-panel__section__earn__content {
    font-size: 48px;
  }

  .info-panel__section__tourism h2 {
    font-size: 48px;
  }

  .tourism-slider {
    grid-template-columns: repeat(2, 1fr);
  }

  .slide-image {
    max-width: 100%;
    max-height: 200px;
  }
}

@media (max-width: 769px) {
  .info-panel__section__earn h2 {
    font-size: 36px;
  }

  .info-panel__section__earn p {
    font-size: 18px;
  }

  .info-panel__section__earn__content {
    font-size: 36px;
  }

  .info-panel__section__tourism h2 {
    font-size: 36px;
  }

  .info-panel {
    order: -1;
  }

  .tourism-slider {
    display: flex;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: none;
  }

  .tourism-slider::-webkit-scrollbar {
    display: none;
  }

  .tourism-slide {
    flex: 0 0 80%;
    scroll-snap-align: start;
    margin-right: 10px;
  }

  .slide-image {
    max-width: 100%;
    max-height: 300px;
  }
}

@media (max-width: 550px) {

  .custom-select-r,
  .custom-select-r.open .options,
  .rent-form__group-input {
    background-color: rgba(241, 241, 241, 1);
  }

  .info-panel {
    padding: 20px;
    background: white;
    margin-top: 15px;
  }

  .accum__line {
    width: 80vw;
  }
}

@media (max-width: 480px) {
  .info-panel__section__earn h2 {
    font-size: 24px;
  }

  .info-panel__section__earn__content {
    font-size: 21px;
  }

  .info-panel__section__tourism h2 {
    font-size: 24px;
  }
}

/* Source: faq.css */
      .faq {
        display: flex;
        justify-content: space-between;
        gap: 64px;
      }

      .faq__heading {
        display: none;
        margin: 0;
        color: rgba(45, 45, 45, 1);
        font-family: Onest, sans-serif;
        font-size: 34px;
        font-weight: 600;
        line-height: 1.05;
        letter-spacing: -0.025em;
        text-align: center;
      }

      .faq_comp {
        width: 100%;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
      }

      .faq_question {
        position: relative;
        padding: 0;
        overflow: hidden;
        border: 1px solid rgba(218, 219, 223, 1);
        border-radius: 10px;
        background-color: rgba(248, 248, 249, 1);
        box-shadow: 0 1px 0 rgba(17, 24, 39, 0.02);
        cursor: pointer;
        transition:
          border-color 0.2s ease,
          background-color 0.2s ease,
          box-shadow 0.2s ease;
      }

      .faq_question:hover {
        border-color: rgba(194, 196, 202, 1);
        background-color: rgba(250, 250, 250, 1);
      }

      .faq_question h3 {
        min-height: 64px;
        box-sizing: border-box;
        margin: 0;
        padding: 17px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 18px;
        color: rgba(45, 45, 45, 1);
        font-family: Onest, sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.35;
        letter-spacing: -0.01em;
      }

      .faq_arrow {
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
        border: 1px solid rgba(225, 226, 229, 1);
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.9);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.25s ease, border-color 0.2s ease;
      }

      .faq_arrow img {
        display: block;
        width: 16px;
        height: 16px;
      }

      .faq_answer {
        max-height: 0;
        padding: 0 20px;
        overflow: hidden;
        opacity: 0;
        color: rgba(99, 105, 124, 1);
        font-family: Onest, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.55;
        transition:
          max-height 0.3s ease,
          padding-bottom 0.3s ease,
          opacity 0.2s ease;
      }

      .faq_answer__content > :first-child {
        margin-top: 0;
      }

      .faq_answer__content > :last-child {
        margin-bottom: 0;
      }

      .faq_answer ol,
      .faq_answer ul {
        margin: 0;
        padding-left: 22px;
        color: inherit;
        font: inherit;
      }

      .faq_answer li {
        padding: 3px 0;
        color: inherit;
        font: inherit;
      }

      .open.faq_question {
        border-color: rgba(205, 207, 212, 1);
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
      }

      .open .faq_arrow {
        border-color: rgba(255, 44, 79, 0.28);
        transform: rotate(-180deg);
      }

      .open .faq_answer {
        max-height: 600px;
        padding-bottom: 18px;
        opacity: 1;
      }

      .faq_answer .faq__line {
        width: 100%;
        height: 1px;
        margin: 0 0 14px;
        background-color: rgba(225, 226, 229, 1);
      }

      .faq_text {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        gap: 40px;
        max-width: 350px;
      }

      .faq_text__item {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        gap: 10px;
        font-family: Onest;
        font-weight: 500;
        font-style: Medium;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 4%;
        color: rgba(99, 105, 124, 1);
      }

      .faq_text__top__faq {
        font-family: Onest;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 84px;
        color: rgba(45, 45, 45, 1);
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
      }

      .faq_text__top__need {
        font-family: Onest;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 42px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
      }

      .faq_text__item__link {
        display: flex;
        gap: 8px;
      }

      .faq_text__item__link a {
        text-decoration: underline;
        color: rgba(255, 44, 79, 1);
        cursor: pointer;
      }

      @media (max-width: 1000px) {
        .faq {
          flex-direction: column;
          gap: 24px;
        }

        .faq__heading {
          display: block;
        }

        .faq_text {
          display: none;
        }
      }


      @media (max-width: 769px) {
        .faq {
          order: -3;
        }

        .faq_comp {
          gap: 10px;
        }

        .faq_question h3 {
          min-height: 58px;
          padding: 12px 14px;
          gap: 14px;
          font-size: 15px;
        }

        .faq_answer {
          padding-right: 14px;
          padding-left: 14px;
        }

        .open .faq_answer {
          padding-bottom: 14px;
        }

        .faq_answer .faq__line {
          margin-bottom: 12px;
        }
      }

      @media (max-width: 550px) {
        .faq {
          padding: 20px;
          background-color: white;
          margin-top: 25px;
        }

        .faq__heading {
          font-size: 28px;
        }
      }

/* Source: guide.css */
.guid {
  display: flex;
  flex-direction: column;
  gap: 70px;
}




.guid__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 330px;
}

.guid__list {
  display: flex;
  justify-content: space-between;
}

.guid__item__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.guid__item__header__iconBlock {
  display: flex;
  gap: 10px;
  align-items: center;
}

.guid__item__header__iconBlock div {
  font-family: Onest;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: rgba(45, 45, 45, 1);
}

.guid__item__header__num {
  font-family: Onest;
  font-weight: 250;
  font-style: Thin;
  font-size: 48px;
  color: rgba(99, 105, 124, 1);
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.guid__item__content {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: rgba(99, 105, 124, 1);
  line-height: 140%;
  letter-spacing: 0%;
  text-align: justify;
}

.guid__item__line {
  width: 1px;
  height: 200px;
  background-color: rgba(216, 216, 216, 1);
}

@media (max-width: 1500px) {
  .guid__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }

  .guid__item {
    width: unset;
  }

  .guid__item__line {
    display: none;
  }
}


@media (max-width: 769px) {
  .guid__list {
    display: flex;
    flex-direction: column;
    gap: 25px
  }

  .guid__item__line {
    display: block;
    height: 1px;
    width: 100%;
  }

  .guid__item__content {
    font-size: 14px;
  }

  .guid {
    margin-top: 20px;
    gap: 30px;
  }
}

@media (max-width: 550px) {
  .guid__list {
    padding: 20px;
    background-color: white;
  }

  .guid__item__header__num {
    display: none;
  }

  .guid {
    margin: 0;
    gap: 20px;
  }
}

/* Source: map.css */
.map {
  width: 100%;
}

.map_d {
  display: block;
}

.map_m {
  display: none;
}

.map__map__mob {
  display: none;
}

.map__map {
  width: 100%;
  justify-content: space-between;
  display: flex;
  width: 100%;
  gap: 80px;
}

.map__content__item__big {
  font-family: Onest;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 84px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(45, 45, 45, 1);
}

.map__content__item__middle {
  font-family: Onest;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(99, 105, 124, 1);
}

.map__content__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: baseline;
}

.map__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: baseline;
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 4%;
  color: rgba(99, 105, 124, 1);
}

.map__map iframe {
  width: 100%;
  height: 600px;
  max-width: 1060px;
}

.map__content__item__nav {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(99, 105, 124, 1);
  text-decoration: none;
}

.map__content__item__button {
  font-family: Onest;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  background-color: rgba(45, 45, 45, 1);
  padding: 23px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 1550px) {
  .map__map iframe {
    width: 100%;
    height: 600px;
    max-width: 800px;
  }

  .map__content {
    min-width: 350px;
  }

  .map__map {
    gap: 40px;
  }
}

@media (max-width: 900px) {
  .map__map>iframe {
    display: none;
  }

  .deskt__map__i {
    display: none;
  }

  .map__content__item {
    width: 100%;
  }

  .map__map__mob {
    display: block;
    width: 100%;
  }

  .map__content {
    min-width: 350px;
    width: 100%;
  }

  .map__content__item__big {
    margin: 0 auto;
    font-size: 48px;
  }

  .map__map__mob iframe {
    display: block;
    width: 100%;
    height: 300px;
    max-width: 100%;
  }
}

@media (max-width: 769px) {
  .map {
    order: -4;
    margin-top: 10px;
  }

  .map__content__item__big {
    margin-bottom: 10px;
  }
}

@media (max-width: 550px) {
  .map {
    background-color: white;
    padding: 20px;
    box-sizing: border-box;
    padding-top: 32px;
    margin-top: 25px;
  }

  .map_m {
    display: block;
  }

  .map_d {
    display: none;
  }

  .map__content {
    gap: 20px;
    min-width: unset;
  }

  .map__content__item__big {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .map__map__mob iframe {
    display: block;
    width: 100%;
    height: 200px;
    max-width: 100%;
  }
}

/* Source: footer.css */
.footer {
  background-color: rgba(20, 20, 20, 1);
  color: rgba(255, 255, 255, 1) !important;
  margin-top: 72px;
}

.footer div {
  color: rgba(255, 255, 255, 1);
}

.footer__container {
  max-width: 1600px;
  padding: 48px 32px 36px;
  width: 100%;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
}

.footer__surface {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: rgba(20, 20, 20, 1);
}

.footer__rights {
  max-width: 1600px;
  padding-bottom: 16px;
  color: rgb(102, 102, 102) !important;
  text-align: center;
}

.footer__container__con__i {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 30px;
}

.footer__container__con__i__r {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  gap: 20px;
}

.fot {
  color: rgba(216, 216, 216, 1) !important;
}

.footer__icons {
  display: flex;
  align-items: baseline;
}

.footer__content {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 15px;
}

.footer__container__con {
  display: none;
}

.footer__line {
  display: none;
}

.footer__container__con__i__r__mob {
  display: none;
}

@media (max-width: 550px) {

  .footer__container__con__i__r {
    display: none;
  }

  .footer__container__con__i__r__mob {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
  }

  .footer {
    background-color: white;
    margin-top: 0;
  }

  .footer__container__mob>div {
    color: rgba(99, 105, 124, 1) !important;

  }

  .footer__container {
    background-color: rgba(20, 20, 20, 1);
    padding: 36px 20px 28px;
    color: white !important;
  }

  .footer__content a {
    color: rgba(216, 216, 216, 1) !important;
  }

  .footer div {
    color: white;
  }

  .footer__line {
    width: calc(100% - 40px);
    height: 1px;
    background-color: rgba(216, 216, 216, 1);
    display: block;
    margin: 0 auto;
  }

  .footer__container__con {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 24px 32px;
    font-family: Roboto;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 4%;
    color: rgba(99, 105, 124, 1);
    align-items: baseline;
  }

  .footer__container__mob {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Roboto;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 4%;
    color: rgba(99, 105, 124, 1);
    width: 100%;
  }
}

/* Source: homeFunnel.css */
.home-funnel-enabled {
  --funnel-accent: rgb(255, 44, 79);
  --funnel-text: rgb(45, 45, 45);
  --funnel-muted: rgb(99, 105, 124);
  --funnel-border: rgb(218, 219, 223);
}

.home-funnel-enabled .page__top > *,
.home-funnel-enabled > .map {
  order: 0;
}

.home-funnel-enabled .banner__text {
  gap: 18px;
}

.home-funnel-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.home-funnel-button {
  appearance: none;
  min-width: 220px;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid var(--funnel-text);
  border-radius: 6px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.home-funnel-button img {
  width: 20px;
  height: 20px;
}

.home-funnel-button--primary {
  border-color: var(--funnel-accent);
  background: var(--funnel-accent);
  color: white;
}

.home-funnel-button--primary:hover {
  border-color: rgb(225, 25, 58);
  background: rgb(225, 25, 58);
}

.home-funnel-button--secondary {
  background: white;
  color: var(--funnel-text);
}

.home-funnel-button--secondary:hover {
  border-color: var(--funnel-accent);
  color: var(--funnel-accent);
}

.home-funnel-button--hero-secondary {
  border-color: white;
  background: rgba(20, 20, 20, .42);
  color: white;
}

.home-funnel-button--hero-secondary img {
  filter: brightness(0) invert(1);
}

.home-funnel-button:focus-visible {
  outline: 3px solid rgba(255, 44, 79, .35);
  outline-offset: 3px;
}

.home-trust {
  border-bottom: 1px solid var(--funnel-border);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(250, 250, 251) 100%);
}

.home-trust__viewport {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 72px, #000 calc(100% - 72px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 72px, #000 calc(100% - 72px), transparent 100%);
}

.home-trust__track {
  margin: 0;
  padding: 0;
  list-style: none;
  width: max-content;
  display: flex;
  align-items: stretch;
  animation: home-trust-marquee 48s linear infinite;
  will-change: transform;
}

@keyframes home-trust-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-25%, 0, 0); }
}

.home-trust__viewport:hover .home-trust__track,
.home-trust__viewport:focus-within .home-trust__track {
  animation-play-state: paused;
}

.home-trust__item {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 auto;
  min-width: 240px;
  min-height: 108px;
  padding: 24px 34px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--funnel-text);
}

.home-trust__item + .home-trust__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 56px;
  transform: translateY(-50%);
  background: linear-gradient(
    180deg,
    rgba(218, 219, 223, 0) 0%,
    var(--funnel-border) 50%,
    rgba(218, 219, 223, 0) 100%
  );
}

.home-trust__icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--funnel-accent);
  background: rgba(255, 44, 79, .08);
  transition: background-color .2s ease, transform .2s ease;
}

.home-trust__icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.home-trust__item:hover .home-trust__icon {
  background: rgba(255, 44, 79, .14);
  transform: translateY(-2px);
}

.home-trust__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.home-trust__title {
  font-family: Onest, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.01em;
}

.home-trust__text {
  color: var(--funnel-muted);
  font-family: Onest, sans-serif;
  font-size: 14px;
  line-height: 1.35;
}

@media (max-width: 1200px) {
  .home-trust__item {
    min-width: 220px;
    min-height: 100px;
    padding: 20px 26px;
    gap: 14px;
  }

  .home-trust__icon {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }
}

@media (max-width: 900px) {
  .home-trust__viewport {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 40px, #000 calc(100% - 40px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 40px, #000 calc(100% - 40px), transparent 100%);
  }
}

@media (max-width: 550px) {
  .home-funnel-enabled .banner {
    min-height: 420px;
    max-height: none;
    aspect-ratio: auto;
  }

  .home-funnel-enabled .banner__text {
    top: 47%;
    gap: 10px;
  }

  .banner__actions {
    width: min(290px, 92%);
    flex-direction: column;
    gap: 8px;
  }

  .banner__actions .home-funnel-button {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 10px 16px;
    font-size: 14px;
  }

  .home-trust__item {
    min-width: 0;
    min-height: 92px;
    padding: 16px 22px;
    gap: 11px;
  }

  .home-trust__icon {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    border-radius: 11px;
  }

  .home-trust__icon svg {
    width: 20px;
    height: 20px;
  }

  .home-trust__body {
    gap: 3px;
  }

  .home-trust__title {
    font-size: 14px;
  }

  .home-trust__text {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-funnel-button,
  .home-trust__icon {
    transition: none;
  }

  .home-trust__item:hover .home-trust__icon {
    transform: none;
  }

  .home-trust__track {
    animation: none;
  }
}

/* Source: homeIncluded.css */
.home-included {
  position: relative;
  color: var(--funnel-text);
}

.home-included__heading {
  margin: 0 0 28px;
  color: var(--funnel-text);
  font-family: Onest, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -.025em;
  text-align: center;
}

.home-included__layout {
  overflow: hidden;
  border-radius: 10px;
  display: grid;
  grid-template-columns: minmax(0, 35%) minmax(0, 1fr);
  gap: 0;
  background: white;
}

.home-included__panel {
  position: relative;
  min-height: 360px;
  box-sizing: border-box;
  background: var(--funnel-accent);
  clip-path: polygon(0 0, 100% 0, calc(100% - 42px) 100%, 0 100%);
}

.home-included__bike {
  position: absolute;
  top: 50%;
  left: calc(50% - 10px);
  width: min(84%, 420px);
  height: 86%;
  display: block;
  object-fit: contain;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, calc(-50% + 12px)) scaleX(-1) scale(.94);
  filter: drop-shadow(0 8px 18px rgba(17, 24, 39, .16)) blur(2px);
  transition:
    opacity .75s cubic-bezier(.22, 1, .36, 1),
    transform .9s cubic-bezier(.22, 1, .36, 1),
    filter .75s ease,
    visibility 0s linear .9s;
}

.home-included__bike.is-active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scaleX(-1) scale(1);
  filter: drop-shadow(0 8px 18px rgba(17, 24, 39, .16)) blur(0);
  transition-delay: 0s;
}

.home-included__bike--no-flip {
  transform: translate(-50%, calc(-50% + 12px)) scale(.94);
}

.home-included__bike--no-flip.is-active {
  transform: translate(-50%, -50%) scale(1);
}

.home-included__bike.home-included__bike--service {
  top: 54%;
  left: 48.6%;
  width: min(115%, 575px);
  height: 115%;
  object-fit: cover;
  object-position: center;
}

.home-included__bike.home-included__bike--replacement {
  top: 50%;
  left: 46.7%;
  width: min(130%, 700px);
  height: auto;
  object-fit: contain;
}

.home-included__slider {
  min-width: 0;
}

.home-included__list {
  margin: 0;
  padding: 0 20px;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}

.home-included__item {
  --included-step: 0px;
  position: relative;
  width: calc(100% - var(--included-step));
  min-height: 46px;
  margin-left: var(--included-step);
  border: 0;
  border-top: 1px solid var(--funnel-border);
  border-bottom: 1px solid var(--funnel-border);
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  background: rgb(248, 248, 249);
  clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
  filter: drop-shadow(0 3px 6px rgba(17, 24, 39, .08));
  transition:
    background-color .65s cubic-bezier(.22, 1, .36, 1),
    border-color .65s ease,
    filter .65s ease;
}

.home-included__item::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 1px;
  width: 1px;
  height: 100%;
  background: var(--funnel-border);
  transform: skewX(-14.6deg);
  transform-origin: right top;
  pointer-events: none;
}

.home-included__item:nth-child(1) { --included-step: 70px; }
.home-included__item:nth-child(2) { --included-step: 60px; }
.home-included__item:nth-child(3) { --included-step: 50px; }
.home-included__item:nth-child(4) { --included-step: 40px; }
.home-included__item:nth-child(5) { --included-step: 30px; }
.home-included__item:nth-child(6) { --included-step: 20px; }
.home-included__item:nth-child(7) { --included-step: 10px; }
.home-included__item:nth-child(8) { --included-step: 0; }

.home-included__button {
  width: 100%;
  min-height: 44px;
  padding: 0;
  border: 0;
  display: flex;
  align-items: stretch;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  cursor: pointer;
  appearance: none;
}

.home-included__button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(255, 44, 79, .38);
}

.home-included__item.is-active .home-included__button:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .72);
}

.home-included__item:not(.is-active):hover {
  border-color: var(--funnel-border);
  background: rgb(245, 245, 246);
}

.home-included__item.is-active {
  border-color: var(--funnel-accent);
  background: var(--funnel-accent);
}

.home-included__item.is-active::after {
  background: rgba(255, 255, 255, .58);
}

.home-included__num {
  min-width: 58px;
  margin-right: -6px;
  margin-left: -1px;
  padding: 0 18px 0 13px;
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  background: var(--funnel-accent);
  color: white;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.04em;
  clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
  transition: background-color .65s ease, border-color .65s ease;
}

.home-included__item.is-active .home-included__num {
  border-right: 1px solid rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .16);
}

.home-included__text {
  padding: 9px 18px;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-start;
  color: var(--funnel-text);
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -.01em;
  transition: color .55s ease;
}

.home-included__copy {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  column-gap: 14px;
  row-gap: 3px;
}

.home-included__label {
  min-width: 0;
  display: block;
  flex: 1 1 320px;
}

.home-included__note {
  margin-left: auto;
  padding: 2px 7px;
  border-radius: 999px;
  display: block;
  flex: 0 1 auto;
  background: rgba(255, 255, 255, .82);
  color: #6b7280;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: right;
}

.home-included__item.is-active .home-included__text {
  color: white;
  font-weight: 700;
}

.home-included__slider-controls {
  display: none;
}

.home-included__slider-arrow {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  appearance: none;
}

@media (max-width: 1200px) {
  .home-included__heading {
    font-size: 40px;
  }
}

@media (max-width: 900px) {
  .home-included {
    --included-mobile-item-height: 68px;
  }

  .home-included__layout {
    grid-template-columns: 1fr;
  }

  .home-included__panel {
    min-height: 340px;
    background: white;
    clip-path: none;
  }

  .home-included__bike {
    top: calc(50% - 4px);
    left: 50%;
    width: 280px;
  }

  .home-included__slider {
    position: relative;
    z-index: 2;
    min-width: 0;
    margin-top: 10px;
    padding-bottom: 10px;
    background: white;
    touch-action: pan-y;
  }

  .home-included__list {
    position: relative;
    padding: 0;
    display: grid;
    gap: 0;
  }

  .home-included__item:nth-child(n) {
    --included-step: 0px;
    grid-area: 1 / 1;
    width: 100%;
    height: var(--included-mobile-item-height);
    min-height: var(--included-mobile-item-height);
    margin-left: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    clip-path: none;
    filter: none;
    transform: translateX(24px);
    transition:
      opacity .58s cubic-bezier(.22, 1, .36, 1),
      transform .72s cubic-bezier(.22, 1, .36, 1),
      visibility 0s linear .72s;
  }

  .home-included__item.is-active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition-delay: 0s;
  }

  .home-included__item::after {
    top: 0;
    right: 0;
    height: 100%;
    transform: none;
  }

  .home-included__button {
    height: var(--included-mobile-item-height);
    min-height: var(--included-mobile-item-height);
  }

  .home-included__num {
    min-width: 60px;
    padding: 0 16px 0 12px;
    clip-path: none;
  }

  .home-included__text {
    padding: 6px 22px 6px 12px;
  }

  .home-included__copy {
    align-content: center;
  }

  .home-included__slider-controls {
    position: relative;
    z-index: 2;
    min-height: 36px;
    margin-top: 8px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
  }

  .home-included__slider-arrow {
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid rgba(255, 44, 79, .42);
    border-radius: 50%;
    display: grid;
    flex: 0 0 36px;
    place-items: center;
    background: white;
    color: var(--funnel-accent);
    box-shadow: 0 5px 14px rgba(17, 24, 39, .08);
    transition: background-color .25s ease, color .25s ease, transform .25s ease;
  }

  .home-included__slider-arrow:active {
    transform: scale(.94);
  }

  .home-included__slider-arrow:focus-visible {
    outline: 3px solid rgba(255, 44, 79, .24);
    outline-offset: 3px;
  }

  .home-included__slider-arrow svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .home-included__slider-status {
    min-width: 54px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    color: var(--funnel-text);
    font-family: Onest, sans-serif;
    font-size: 13px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: .04em;
  }

  .home-included__slider-separator {
    color: #b7bbc3;
    font-weight: 500;
  }
}

@media (max-width: 550px) {
  .home-included {
    border-radius: 0;
  }

  .home-included__heading {
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 28px;
  }

  .home-included__layout {
    border-radius: 0;
  }

  .home-included__panel {
    min-height: 310px;
  }

  .home-included__bike {
    width: 254px;
  }

  .home-included__text {
    font-size: 13.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-included__list li,
  .home-included__bike,
  .home-included__num,
  .home-included__text,
  .home-included__note,
  .home-included__item,
  .home-included__slider-arrow {
    transition: none;
  }
}

/* Source: homeAdvantages.css */
.home-advantages {
  padding: 42px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: var(--funnel-text);
}

.home-advantages__head {
  display: flex;
  align-items: center;
  gap: 22px;
}

.home-advantages__head h2 {
  margin: 0;
  color: var(--funnel-text);
  font-family: Onest, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -.025em;
  white-space: nowrap;
}

.home-advantages__rule {
  height: 1px;
  flex: 1 1 auto;
  background: var(--funnel-border);
}

.home-advantages__tick {
  height: 2px;
  border-radius: 1px;
  flex: 0 0 48px;
  background: var(--funnel-accent);
}

.home-advantages__list {
  margin: 0;
  padding: 0;
  border: 1px solid var(--funnel-border);
  border-radius: 10px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  background: rgb(245, 245, 245);
}

.home-advantages__item {
  padding: 26px 28px 30px;
  border-left: 1px solid var(--funnel-border);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home-advantages__item:first-child {
  border-left: none;
}

.home-advantages__icon {
  display: inline-flex;
  color: var(--funnel-accent);
}

.home-advantages__icon svg {
  width: 44px;
  height: 44px;
  display: block;
}

.home-advantages__bar {
  width: 44px;
  height: 2px;
  margin: 20px 0 18px;
  border-radius: 1px;
  background: var(--funnel-accent);
}

.home-advantages__title {
  color: var(--funnel-text);
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -.012em;
}

.home-advantages__text {
  margin-top: 8px;
  color: var(--funnel-muted);
  font-family: Onest, sans-serif;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .home-advantages__head {
    gap: 14px;
  }

  .home-advantages__head h2 {
    font-size: 34px;
  }

  .home-advantages__tick {
    flex-basis: 32px;
  }

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

  .home-advantages__item:nth-child(odd) {
    border-left: none;
  }

  .home-advantages__item:nth-child(n + 3) {
    border-top: 1px solid var(--funnel-border);
  }
}

@media (max-width: 550px) {
  .home-advantages {
    padding: 34px 0;
    gap: 22px;
  }

  .home-advantages__head {
    gap: 10px;
  }

  .home-advantages__head h2 {
    font-size: 28px;
  }

  .home-advantages__tick {
    flex-basis: 18px;
  }

  .home-advantages__list {
    grid-template-columns: 1fr;
  }

  .home-advantages__item {
    padding: 24px;
    border-left: none;
  }

  .home-advantages__item:nth-child(n + 2) {
    border-top: 1px solid var(--funnel-border);
  }
}

/* Source: homeCalculator.css */
/* Песочница калькулятора: надстройка над form.css. Старая механика сохранена,
   меняется только подача — заголовок секции, плитки ввода и карточка расчёта. */

/* ── Заголовок секции: снаружи блока, как у остальных секций ───────────── */
.rent-form .calcHeading {
  margin: 0 0 32px;
  font-family: Onest, "Helvetica Neue", Arial, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -.025em;
  text-align: center;
  color: rgb(45, 45, 45);
}

/* ── Дни и часы: плитки слева направо вместо селекта и поля ────────────── */
.calcChips {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-behavior: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y pinch-zoom;
  cursor: grab;
}

.calcChips::-webkit-scrollbar { display: none; }

.calcChips.is-dragging {
  scroll-behavior: auto;
  scroll-snap-type: none;
  cursor: grabbing;
  user-select: none;
}

.calcChip {
  flex: 1 1 0;
  min-width: 42px;
  padding: 10px 6px;
  border: 1px solid rgb(218, 219, 223);
  border-radius: 10px;
  background: white;
  color: rgb(45, 45, 45);
  font-family: Onest, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  scroll-snap-align: start;
  cursor: pointer;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.calcChip:hover { border-color: rgb(255, 44, 79); color: rgb(255, 44, 79); }

.calcChip.is-active {
  background: rgb(255, 44, 79);
  border-color: rgb(255, 44, 79);
  color: white;
}

.calcChips--hours .calcChip { min-width: 36px; padding-left: 0; padding-right: 0; }

/* ── Карточка расчёта: математика → расходы → итог ─────────────────────── */
.calcCard {
  background: white;
  border: 1px solid rgb(218, 219, 223);
  border-radius: 16px;
  overflow: hidden;
  font-family: Onest, "Helvetica Neue", Arial, sans-serif;
}

.calcSec { padding: 14px 20px; }
.calcSec + .calcSec { border-top: 1px solid rgb(238, 239, 242); }

.calcSec__title {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgb(154, 160, 175);
}

.calcRows { margin: 0; padding: 0; list-style: none; }

.calcRows li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 4px 0;
  font-size: 14px;
}

.calcRows li > span:first-child { margin-right: auto; color: rgb(99, 105, 124); }

.calcRows li > b {
  font-weight: 600;
  color: rgb(45, 45, 45);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

/* Цепочка расчёта — одной строкой, а не столбцом. */
.calcMath {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px 4px;
}

.calcMath__cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
}

.calcMath__cell b {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.01em;
  color: rgb(45, 45, 45);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.calcMath__cell span {
  font-size: 11px;
  line-height: 1.2;
  color: rgb(154, 160, 175);
  white-space: nowrap;
}

/* Итог цепочки — тот же ряд, но крупнее. */
.calcMath__cell--sum b {
  display: flex;
  align-items: baseline;
  gap: 3px;
  font-size: 22px;
}

.calcMath__cell--sum b span:first-child { font-size: 16px; font-weight: 400; color: rgb(154, 160, 175); }
.calcMath__cell--sum b span:last-child { font-size: 14px; font-weight: 500; }

.calcMath__op {
  align-self: flex-start;
  margin-top: 2px;
  font-style: normal;
  font-size: 13px;
  color: rgb(197, 200, 209);
}

/* Итог — единственный акцентный раздел */
.calcSec--total {
  background: rgb(255, 44, 79);
  color: white;
  border-top: 0;
}

.calcSec--total .calcSec__title { color: rgba(255, 255, 255, .75); }

.calcRows--total li { padding: 6px 0; }
.calcRows--total li > span:first-child { color: rgba(255, 255, 255, .82); }
.calcRows--total li > b { color: white; font-size: 15px; }

/* Итог за месяц — та же строка, только крупнее. */
.calcRows--total li.is-primary { padding: 2px 0 8px; }
.calcRows--total li.is-primary > span:first-child { font-size: 16px; font-weight: 500; color: white; }
.calcRows--total li.is-primary > b { font-size: 28px; letter-spacing: -.03em; line-height: 1; }

.calcRows--total li > em {
  min-width: 100px;
  text-align: right;
  white-space: nowrap;
  font-style: normal;
  font-size: 12px;
  color: rgba(255, 255, 255, .62);
  font-variant-numeric: tabular-nums;
}

/* Плашка «ale możesz zarobić» — одной строкой, зелёная как в исходном дизайне */
.calcSec--total .rent-form__result-extra {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px;
  margin-top: 12px;
  padding: 10px 14px;
  background: rgb(184, 223, 120);
  color: rgb(45, 45, 45);
  border-radius: 10px;
  font-family: Onest, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
}

.calcSec--total #result-extra {
  font-family: Onest, "Helvetica Neue", Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin: 0;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

/* ── Примерный доход прямо на кнопке режима ────────────────────────────── */
.calcModeSum {
  display: block;
  margin-top: 4px;
  font-family: Onest, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: rgb(255, 44, 79);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.rent-form__button.disabled .calcModeSum,
.rent-form__button.active .calcModeSum { color: white; }

.rent-form__button:focus { outline: none; }

.rent-form__button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(255, 44, 79, .48);
}

.rent-form__button.disabled:focus-visible,
.rent-form__button.active:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .78);
}

@media (max-width: 900px) {
  .rent-form .calcHeading { font-size: 34px; margin-bottom: 24px; }
}

@media (max-width: 620px) {
  .calcSec { padding: 12px 14px; }

  /* На телефоне расчёт читается как 3 исходных метрики, ставка и итог. */
  .calcMath {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
  }

  .calcMath__op { display: none; }

  .calcMath > :nth-child(1) { grid-column: 1 / span 2; }
  .calcMath > :nth-child(3) { grid-column: 3 / span 2; }
  .calcMath > :nth-child(5) { grid-column: 5 / span 2; }
  .calcMath > :nth-child(7) { grid-column: 1 / -1; }
  .calcMath > :nth-child(9) { grid-column: 1 / -1; }

  .calcMath__cell {
    min-width: 0;
    min-height: 52px;
    box-sizing: border-box;
    justify-content: center;
    padding: 9px 5px;
    border: 1px solid rgb(238, 239, 242);
    border-radius: 10px;
    background: rgb(248, 248, 249);
  }

  .calcMath__cell b { font-size: 16px; }
  .calcMath__cell span { font-size: 9px; }

  .calcMath__cell--sum {
    min-height: 56px;
    padding: 10px 12px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 12px;
    border-color: rgba(255, 44, 79, .18);
    background: rgb(255, 244, 246);
    text-align: left;
  }

  .calcMath__cell--sum > b {
    grid-column: 2;
    grid-row: 1;
    font-size: 24px;
  }

  .calcMath__cell--sum > span {
    grid-column: 1;
    grid-row: 1;
    color: rgb(99, 105, 124);
    font-size: 11px;
    white-space: normal;
  }

  .calcRows--total {
    display: grid;
    row-gap: 1px;
  }

  .calcRows--total li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: baseline;
    column-gap: 7px;
    padding: 4px 0;
  }

  .calcRows--total li > span:first-child {
    grid-column: 1;
    grid-row: 1;
    margin-right: 0;
  }

  .calcRows--total li > b {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .calcRows--total li > em {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    min-width: 0;
    font-size: 10px;
    color: rgba(255, 255, 255, .72);
  }

  .calcRows--total li.is-primary { padding: 3px 0 5px; }
  .calcRows--total li.is-primary > span:first-child { font-size: 15px; }
  .calcRows--total li.is-primary > b { font-size: 24px; }
  .calcRows__sum > b { font-size: 20px; }
  .calcModeSum { font-size: 13px; }
  .calcChip { padding: 10px 4px; font-size: 14px; }

  /* Если варианты не помещаются, оставляем один свайпаемый ряд вместо переноса. */
  .calcChips {
    padding: 0 1px 4px;
    scroll-padding-inline: 1px;
  }

  .calcChips .calcChip {
    flex: 0 0 76px;
    min-width: 76px;
  }

  .calcChips--hours .calcChip {
    flex-basis: 40px;
    min-width: 40px;
  }
}

/* Source: homeGuide.css */

/* «Jak to działa?» — рейка процесса с красными узлами (мотив полосы доверия). */
.home-funnel-enabled .guid__list {
  position: relative;
  padding-top: 36px;
  gap: 36px;
}

.home-funnel-enabled .guid__item {
  position: relative;
  width: auto;
  flex: 1 1 0;
}

.home-funnel-enabled .guid__list::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(218, 219, 223, 0) 0%,
    var(--funnel-border) 6%,
    var(--funnel-border) 94%,
    rgba(218, 219, 223, 0) 100%
  );
}

.home-funnel-enabled .guid__item::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--funnel-accent);
  transition: transform .2s ease;
}

.home-funnel-enabled .guid__item:hover::before {
  transform: scale(1.5);
}

.home-funnel-enabled .guid__item__line {
  display: none;
}

.home-funnel-enabled .guid__item__header {
  align-items: flex-start;
}

.home-funnel-enabled .guid__item__header__iconBlock {
  gap: 14px;
}

.home-funnel-enabled .guid__item__header__iconBlock img {
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  padding: 9px;
  border-radius: 12px;
  background: rgba(255, 44, 79, .08);
  transition: background-color .2s ease;
}

.home-funnel-enabled .guid__item:hover .guid__item__header__iconBlock img {
  background: rgba(255, 44, 79, .14);
}

.home-funnel-enabled .guid__item__header__num {
  color: rgb(199, 202, 209);
  font-weight: 300;
}

.home-funnel-enabled .guid__item__content {
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
}

.guid__address-link {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 0;
  border: 0;
  color: rgb(255, 44, 79);
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .2s ease;
}

.guid__item__content .guid__address-link {
  margin-left: 4px;
  padding: 0;
  vertical-align: baseline;
}

.guid__address-link-arrow {
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  transform: translateY(-1px);
}

.guid__address-link:hover {
  color: rgb(214, 20, 54);
}

@media (max-width: 1500px) {
  /* Сетка 2×2: общая рейка распадается — у каждого шага своя линия с узлом. */
  .home-funnel-enabled .guid__list {
    padding-top: 0;
  }

  .home-funnel-enabled .guid__list::before {
    display: none;
  }

  .home-funnel-enabled .guid__item {
    padding-top: 22px;
    border-top: 1px solid var(--funnel-border);
  }

  .home-funnel-enabled .guid__item::before {
    top: -5px;
  }

  .home-funnel-enabled .guid__item:last-child {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-funnel-enabled .guid__item::before,
  .home-funnel-enabled .guid__item__header__iconBlock img {
    transition: none;
  }

  .home-funnel-enabled .guid__item:hover::before {
    transform: none;
  }

  .guid__address-link {
    transition: none;
  }
}

/* ── Отзывы: звезда как объём, карточка рейтинга поверх, темы веером ───── */

/* Source: homeDocuments.css */
.home-documents ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-documents-section {
  margin-top: 42px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.home-documents-section > .home-documents__heading {
  margin: 0;
  font-family: Onest, sans-serif;
  font-weight: 600;
  letter-spacing: -.026em;
  text-align: center;
  text-wrap: balance;
}

.home-documents {
  --docs-cut: #fff;
  position: relative;
  margin-top: 42px;
  border: 1px solid var(--funnel-border);
  border-radius: 10px;
  background: white;
  box-shadow: 0 10px 30px rgba(17, 24, 39, .05);
  display: grid;
  grid-template-columns: minmax(0, 400px) minmax(0, 1fr);
  gap: 0;
  color: var(--funnel-text);
}

.home-documents-section > .home-documents { margin-top: 0; }

.home-documents::before,
.home-documents::after {
  content: "";
  position: absolute;
  left: 400px;
  z-index: 2;
  width: 26px;
  height: 13px;
  box-sizing: border-box;
  transform: translateX(-50%);
  border: 1px solid var(--funnel-border);
  background: var(--docs-cut);
}

.home-documents::before {
  top: -1px;
  border-top: 0;
  border-radius: 0 0 14px 14px;
}

.home-documents::after {
  bottom: -1px;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
}

.home-documents__perf {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 400px;
  z-index: 1;
  border-left: 2px dashed var(--funnel-border);
  transform: translateX(-1px);
}

.home-documents__intro {
  padding: 42px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.home-documents__eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--funnel-accent);
  font-family: Onest, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-documents__intro p {
  margin: 0;
  color: var(--funnel-muted);
  font-family: Onest, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.home-documents__content {
  padding: 42px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-documents__content ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.home-documents__content li {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  color: var(--funnel-text);
  font-family: Onest, sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

.home-documents__icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 10px;
  background: var(--funnel-accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-documents__icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

@media (max-width: 1200px) {
  .home-documents {
    grid-template-columns: 1fr;
  }

  .home-documents::before,
  .home-documents::after,
  .home-documents__perf {
    display: none;
  }

  .home-documents__intro {
    padding: 36px 40px 28px;
  }

  .home-documents__content {
    padding: 28px 40px 36px;
    border-top: 2px dashed var(--funnel-border);
  }
}

@media (max-width: 900px) {
  .home-documents-section { gap: 18px; }

  .home-documents__content ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 769px) {
  .home-funnel-enabled .page__top {
    flex-direction: column;
    gap: 32px;
  }

  .home-documents__intro {
    padding: 28px 24px 20px;
  }

  .home-documents__content {
    padding: 20px 24px 28px;
  }
}

@media (max-width: 550px) {
  .home-documents-section > .home-documents__heading {
    text-align: center;
  }

  .home-documents__intro {
    align-items: flex-start;
    text-align: left;
  }

  .home-documents__content li {
    justify-content: flex-start;
    text-align: left;
  }

  .home-documents {
    --docs-cut: rgb(241, 241, 241);
    margin-top: 24px;
    border-radius: 10px;
  }
}

/* Source: homeReviews.css */
.home-reviews-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.home-reviews-section > .home-reviews__heading {
  margin: 0;
  font-family: Onest, sans-serif;
  font-weight: 600;
  letter-spacing: -.026em;
  text-align: center;
  text-wrap: balance;
}

.home-reviews {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 456px);
  align-items: start;
  column-gap: 36px;
  row-gap: 16px;
  padding: 26px 56px 28px;
  border-radius: 10px;
  background: var(--funnel-surface);
  color: var(--funnel-text);
}

.home-reviews h2 {
  margin: 0;
  font-family: Onest, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.026em;
  text-wrap: balance;
}

/* Веер лежит в ряд: каждая следующая карточка ниже и заходит под предыдущую. */
.home-reviews__deck {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-reviews__card {
  position: relative;
  box-sizing: border-box;
  flex: 0 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 10px;
  background: white;
  box-shadow:
    0 1px 2px rgba(24, 24, 30, .05),
    0 10px 20px -12px rgba(24, 24, 30, .24),
    0 0 0 1px rgba(24, 24, 30, .03);
  transition: transform .28s cubic-bezier(.2, .7, .3, 1), box-shadow .28s cubic-bezier(.2, .7, .3, 1);
}

.home-reviews__card:nth-child(1) { z-index: 3; }
.home-reviews__card:nth-child(2) { z-index: 2; margin: 5px 0 0; }
.home-reviews__card:nth-child(3) { z-index: 1; margin: 10px 0 0; }

.home-reviews__card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 1px 2px rgba(24, 24, 30, .05),
    0 22px 34px -14px rgba(24, 24, 30, .30),
    0 0 0 1px rgba(24, 24, 30, .03);
}

.home-reviews__card i {
  flex: 0 0 auto;
  width: 3px;
  height: 18px;
  border-radius: 2px;
  background: var(--funnel-accent);
}

.home-reviews__card span {
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.005em;
}

.home-reviews__cta {
  grid-column: 1;
  grid-row: 2;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 4px;
  padding: 12px 20px;
  border-radius: 12px;
  background: var(--funnel-text);
  color: white;
  font-family: Onest, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.005em;
  text-decoration: none;
  box-shadow: 0 12px 22px -10px rgba(24, 24, 30, .45), 0 2px 4px rgba(24, 24, 30, .12);
  transition: transform .22s cubic-bezier(.2, .7, .3, 1), box-shadow .22s cubic-bezier(.2, .7, .3, 1);
}

.home-reviews__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 28px -10px rgba(24, 24, 30, .5), 0 2px 4px rgba(24, 24, 30, .12);
}

.home-reviews__cta:focus-visible { outline: 3px solid var(--funnel-accent); outline-offset: 3px; }
.home-reviews__cta svg { flex: 0 0 auto; }

/* Три небольшие звезды образуют фон вокруг карточки рейтинга. */
.home-reviews__proof { grid-column: 2; grid-row: 1 / 3; align-self: center; position: relative; z-index: 1; }

.home-reviews__starfield {
  position: absolute;
  right: -60px;
  top: 50%;
  width: 460px;
  height: 306px;
  transform: translateY(-50%);
  filter: drop-shadow(0 16px 24px rgba(190, 14, 52, .22));
  pointer-events: none;
}

.home-reviews__plate {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 440px;
  margin-left: 0;
  border-radius: 14px;
  background: white;
  overflow: hidden;
  box-shadow:
    0 30px 56px -22px rgba(24, 24, 30, .45),
    0 8px 18px -10px rgba(24, 24, 30, .20),
    0 0 0 1px rgba(24, 24, 30, .04);
}

.home-reviews__plate-body { padding: 17px 20px 16px; }

.home-reviews__plate-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.home-reviews__stars { display: block; flex: 0 0 auto; width: 132px; height: 22px; }

.home-reviews__count {
  flex: 0 0 auto;
  padding: 5px 11px;
  border-radius: 8px;
  border: 1px solid var(--funnel-border);
  background: var(--funnel-surface);
  font-family: Onest, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.home-reviews__score {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 12px 0 0;
  font-family: Onest, sans-serif;
}

.home-reviews__score strong {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.025em;
  font-variant-numeric: tabular-nums;
}

.home-reviews__score em {
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  color: var(--funnel-muted);
}

.home-reviews__note {
  margin: 0;
  padding: 8px 20px 10px;
  border-top: 1px solid var(--funnel-border);
  background: var(--funnel-surface);
  font-family: Onest, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--funnel-muted);
}

@media (max-width: 1180px) {
  .home-reviews { column-gap: 26px; padding: 24px 40px 26px; }
  .home-reviews h2 { font-size: 28px; }
  .home-reviews__card span { font-size: 13px; }
  .home-reviews__starfield { right: -50px; width: 410px; height: 273px; }
}

@media (max-width: 900px) {
  .home-reviews-section { gap: 18px; }

  /* Узкая сетка: рейтинг наверх, темы обратно в столбец. */
  .home-reviews {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 20px;
    padding: 30px 28px 32px;
  }

  .home-reviews h2 { font-size: 30px; }

  /* Все участки в один столбец: рейтинг наверх, затем темы и кнопка. */
  .home-reviews__proof { grid-column: 1; grid-row: 1; align-self: start; }
  .home-reviews__deck { grid-column: 1; grid-row: 2; display: block; padding: 0; }
  .home-reviews__cta { grid-column: 1; grid-row: 3; margin-top: 0; }
  .home-reviews__card { margin: 0 !important; }
  .home-reviews__card + .home-reviews__card { margin-top: 14px !important; }
  .home-reviews__card:hover { transform: none; }

  .home-reviews__proof { display: flex; justify-content: flex-start; }
  .home-reviews__plate { margin-left: 0; width: 100%; max-width: 460px; }

  .home-reviews__starfield {
    right: -72px;
    top: 50%;
    width: 390px;
    height: 260px;
    transform: translateY(-58%);
  }
}

@media (max-width: 620px) {
  .home-reviews { padding: 26px 20px 28px; }
  .home-reviews h2 { font-size: 26px; }
  .home-reviews__card { min-height: 40px; padding: 9px 14px; gap: 10px; }
  .home-reviews__card span { font-size: 13px; }
  .home-reviews__cta {
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
    font-size: 14px;
  }
  .home-reviews__score strong { font-size: 28px; }
  .home-reviews__starfield { right: -72px; width: 330px; height: 220px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-reviews__card,
  .home-reviews__cta { transition: none; }
  .home-reviews__card:hover,
  .home-reviews__cta:hover { transform: none; }
}

/* Source: homeApplication.css */
.home-application {
  padding: 72px 20px;
  background: white;
}

.home-application__inner {
  box-sizing: border-box;
  min-height: 250px;
  padding: 48px 64px;
  border: 1px solid var(--funnel-border);
  border-radius: 16px;
  background: white;
  box-shadow: 0 18px 42px -30px rgba(31, 31, 38, .45);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
}

.home-application__copy {
  max-width: 780px;
}

.home-application__copy h2 {
  margin: 0;
  font-family: Onest, sans-serif;
  font-weight: 700;
  color: var(--funnel-text);
}

.home-application__copy p {
  max-width: 680px;
  margin: 16px 0 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: var(--funnel-muted);
}

.home-application__button {
  border: 0;
  cursor: pointer;
}

.availability-modal__product[hidden] {
  display: none;
}

@media (max-width: 900px) {
  .home-application {
    padding: 52px 20px;
  }

  .home-application__inner {
    min-height: 0;
    padding: 40px;
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
    gap: 28px;
  }
}

@media (max-width: 550px) {
  .home-application {
    padding: 36px 20px;
  }

  .home-application__inner {
    padding: 30px 24px;
    border-radius: 12px;
    gap: 24px;
  }

  .home-application__copy p {
    margin-top: 12px;
    font-size: 16px;
  }

  .home-application__button {
    width: 100%;
    min-width: 0;
  }
}

/* Source: homeTypography.css */
.home-funnel-enabled {
  --home-section-heading-size: 44px;
}

.home-funnel-enabled #catalog__page > h2,
.home-funnel-enabled .home-included__heading,
.home-funnel-enabled .home-advantages__head h2,
.home-funnel-enabled .rent-form .calcHeading,
.home-funnel-enabled #guid__section > h2,
.home-funnel-enabled .home-documents-section > .home-documents__heading,
.home-funnel-enabled .home-reviews-section > .home-reviews__heading,
.home-funnel-enabled .home-application__copy h2,
.home-funnel-enabled .faq__heading,
.home-funnel-enabled .faq_text__top__faq {
  font-size: var(--home-section-heading-size);
  line-height: 1.05;
}

@media (max-width: 1000px) {
  .home-funnel-enabled {
    --home-section-heading-size: 34px;
  }
}

@media (max-width: 550px) {
  .home-funnel-enabled {
    --home-section-heading-size: 28px;
  }
}
