@charset "UTF-8";

@import url("main.css");

@import url("components/reset.css");

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 78rem;
}

.first-screen {
  padding-right: 2.8125rem;
  padding-left: 2.8125rem;
  padding-top: 2.5rem;
}

.first-screen-block {
  overflow: hidden;
  border-radius: 3.5rem;
  padding-top: 1.625rem;
  padding-bottom: 3.875rem;
  text-align: center;
}

.first-screen-block .img-bg {
  position: absolute;
  z-index: 1;
}

.first-screen-block > * {
  position: relative;
  z-index: 2;
}

.first-screen-block-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 5.75rem;
}

.first-screen-block-logo img {
  width: 16.5rem;
}

.first-screen-block__title {
  color: var(--Text-Primary, #1A1A1A);
  leading-trim: both;
  text-edge: cap;
  font-size: 5rem;
  font-weight: 700;
  line-height: 89.97%;
  margin-bottom: 3.5rem;
  line-height: 3.625rem;
}

.first-screen-block__text {
  color: var(--Black-Light-1, rgba(26, 26, 26, 0.88));
  leading-trim: both;
  text-edge: cap;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: -0.27px;
  margin-bottom: 2rem;
}

.btn {
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: -0.24px;
  border-radius: 0.75rem;
  background: var(--Background-Accent, #19AA1E);
  transition: 0.4s all ease;
  display: inline-flex;
  align-items: center;
  height: 3rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

.toggle-icon {
  --icon-color: rgba(26, 26, 26, 0.88);
  position: relative;
  width: 2rem;
  height: 3rem;
  padding: 0;
  border: 0.15938rem solid var(--icon-color);
  border-radius: 1rem;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
}

.toggle-icon__dot {
  position: absolute;
  top: 0.34063rem;
  left: 50%;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: var(--icon-color);
  transform: translateX(-50%);
  transition: top 300ms cubic-bezier(0.4, 0, 0.2, 1), transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* Состояние после добавления класса */

.toggle-icon.is-active .toggle-icon__dot {
  top: 1.71563rem;
}

/* Фокус с клавиатуры */

.toggle-icon:focus-visible {
  outline: 0.125rem solid currentColor;
  outline-offset: 0.25rem;
}

/* Уважение системной настройки */

.first-screen-more {
  margin-top: 4.5rem;
}

.first-screen-more_span {
  color: var(--Text-Secondary, rgba(26, 26, 26, 0.88));
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.24px;
}

.first-screen-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}

.maps {
  margin-bottom: 7.5rem;
}

.section-title {
  color: var(--Text-Primary, #1A1A1A);
  leading-trim: both;
  text-edge: cap;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.84px;
  margin-bottom: 2.5rem;
}

.larger {
  padding-bottom: 15rem;
}

.larger-text {
  max-width: 37.9375rem;
  font-family: "Suisse Int'l";
  color: var(--Black-Light-1, rgba(26, 26, 26, 0.88));
  leading-trim: both;
  text-edge: cap;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: -0.27px;
}

.larger-row {
  margin-top: 5rem;
}

.larger-block {
  width: 38.0625rem;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #EAEAEA;
}

.larger-block-photo {
  height: 29.625rem;
  border-radius: 1.375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.8125rem;
  padding-left: 2.4375rem;
  padding-right: 2.4375rem;
  padding-top: 2rem;
}

.larger-block__btn {
  width: 100%;
  text-align: center;
  height: 4rem;
  margin-top: 1.25rem;
  justify-content: center;
  line-height: 100%;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  /* 144.444% */
  letter-spacing: -0.27px;
}

.larger-text p {
  margin-bottom: 1.25rem;
}

.larger-text p:last-child {
  margin-bottom: 0;
}

.larger-block__count,
.larger-block__name {
  position: relative;
  z-index: 10;
}

.larger-block__count {
  align-self: flex-end;
  color: var(--Text-Accent, #19AA1E);
  leading-trim: both;
  text-edge: cap;
  font-family: "Suisse Int'l";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 20.8px */
  letter-spacing: -0.24px;
  border-radius: 1.25rem;
  background: var(--Background-Primary, #FFF);
  padding: 0px 1.25rem;
  display: inline-flex;
  align-items: center;
  height: 2.75rem;
}

.larger-block__name {
  display: inline-flex;
  align-items: center;
  height: 3.5rem;
  padding-right: 2rem;
  padding-left: 2rem;
  border-radius: 2.5rem;
  background: #FFF;
  color: var(--Text-Primary, #1A1A1A);
  leading-trim: both;
  text-edge: cap;
  /* Desktop/Body Large */
  font-family: "Suisse Int'l";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 33px */
  letter-spacing: -0.33px;
  position: relative;
}

.larger-block__name::after {
  width: 7.8125rem;
  height: 6.3125rem;
  content: "";
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/images/icons/larger-icon.png");
  position: absolute;
  top: -4.8125rem;
  left: -2.5rem;
}

.footer {
  padding-bottom: 6rem;
  color: var(--Text-Primary, #1A1A1A);
  leading-trim: both;
  text-edge: cap;
  font-family: "Suisse Int'l";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: -0.27px;
}

.footer a {
  color: rgba(26, 26, 26, 0.4);
}

.larger .container {
  position: relative;
  z-index: 10;
}

.larger-bg {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: -6.25rem;
}

.first-screen-block {
  position: relative;
}

.first-screen-bg {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  z-index: 15;
  pointer-events: none;
}

.first-screen-cup {
  position: absolute;
  width: 37.25rem;
  right: 0;
  bottom: -5.3125rem;
  z-index: 15;
  pointer-events: none;
}

.larger-block__count span,
.larger-block__name span,
.larger-block__btn span {
  position: relative;
  top: 0.125rem;
}

.first-screen-block__text {
  margin-top: -0.3125rem;
  margin-bottom: 1.625rem;
}

.toggle-icon__dot {
  -webkit-animation: _slides_14plg_1 3s ease-in-out infinite;
          animation: _slides_14plg_1 3s ease-in-out infinite;
  transform: translate(-50%);
}

@-webkit-keyframes _slides_14plg_1 {
  0% {
    top: 0.5rem;
  }

  25% {
    top: 1.75rem;
  }

  50% {
    top: 1.75rem;
  }

  75% {
    top: 0.5rem;
  }

  0% {
    top: 0.5rem;
  }
}

@keyframes _slides_14plg_1 {
  0% {
    top: 0.5rem;
  }

  25% {
    top: 1.75rem;
  }

  50% {
    top: 1.75rem;
  }

  75% {
    top: 0.5rem;
  }

  0% {
    top: 0.5rem;
  }
}

#records {
  margin-top: 9rem;
}

._wrapper_g921h_34 {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}

._wrapper_divider_g921h_68 {
  z-index: 1;
  position: absolute;
  content: "";
  z-index: 0;
  background-color: #eaeaea;
}

._wrapper_stepper_g921h_217 {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

._wrapper_stepper_way_g921h_372 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background: #19aa1e;
}

._wrapper_stepper_step_g921h_255 {
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  background-color: transparent;
}

.t-button {
  font-family: Suisse, Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.015em;
}

._wrapper_stepper_step_g921h_255:hover span,
._wrapper_stepper_step_active_g921h_298 span {
  opacity: 1;
}

._wrapper_stepper_step_g921h_255 span {
  flex: 1;
  opacity: 0.6;
  color: #1a1a1ae0;
  line-height: 1.375rem;
  transition: 0.3s ease;
}

._wrapper_stepper_step_circle_g921h_301 {
  display: flex;
  position: relative;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}

._wrapper_stepper_step_active_g921h_298 ._wrapper_stepper_step_circle_g921h_301:before,
._wrapper_stepper_step_view_g921h_301 ._wrapper_stepper_step_circle_g921h_301:before {
  border: solid 0.3125rem #19aa1e;
}

._wrapper_stepper_step_circle_g921h_301:before {
  border: solid 0.3125rem #eaeaea;
  border-radius: 50%;
  content: "";
  transition-property: border-color;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
  background-color: #fff;
}

._wrapper_container_g921h_111 {
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  overflow: hidden;
}

.records-section__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

._wrapper_g921h_34 {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
}

#records {
  margin-right: auto;
  margin-left: auto;
}

body .record-card__title {
  color: var(--Text-Primary, #1A1A1A);
  leading-trim: both;
  text-edge: cap;
  /* H2 */
  font-family: "Suisse Int'l";
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 48.4px */
  letter-spacing: -0.66px;
  margin-bottom: 0.7rem;
  line-height: 110%;
}

.records-section__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5rem;
}

.record-card__address-wrapper {
  display: flex;
  align-items: center;
  color: var(--Text-Primary, #1A1A1A);
  leading-trim: both;
  text-edge: cap;
  /* Desktop/H6 */
  font-family: "Suisse Int'l";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 26.4px */
  letter-spacing: -0.33px;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.9rem;
}

.record-card__address-wrapper svg {
  width: 0.875rem;
  height: auto;
  position: relative;
  bottom: 1px;
}

body .record-card__description {
  color: var(--Black-Light-1, rgba(26, 26, 26, 0.88));
  leading-trim: both;
  text-edge: cap;
  font-family: "Suisse Int'l";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: -0.27px;
  width: 37rem;
}

.record-card__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5rem;
}

.record-card__panel {
  width: 100%;
}

.record-card__copy-button {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
  color: var(--Text-Tertiary, rgba(26, 26, 26, 0.4));
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  /* Desktop/Button */
  font-family: "Suisse Int'l";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  /* 144.444% */
  letter-spacing: -0.27px;
}

.record-card__copy-button svg {
  width: 1.5rem;
  height: auto;
}

.record-card__copy-button span {
  position: relative;
  top: 1px;
}

.record-card__reactions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.record-card__reaction-button {
  border-radius: 0.55556rem;
  background: #F6F6F6;
  width: 2.875rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.record-card__reaction-button img {
  width: 1.125rem;
}

.record-card__map-container {
  height: 26.5625rem;
  width: 100%;
  background-color: #F3F0E2;
  margin-bottom: 1.5rem;
  border-radius: 1.5rem;
  position: relative;
}

body .record-card__map-button {
  width: 15rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 1.875rem;
  bottom: 1.75rem;
  border-radius: 1rem;
  background: var(--Background-Primary, #FFF);
  color: var(--Text-Primary, #1A1A1A);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  /* Mobile/Button */
  font-family: "Suisse Int'l";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.125rem;
  /* 112.5% */
  letter-spacing: -0.24px;
  gap: 0.5rem;
}

body .record-card__map-button svg {
  width: 1.5rem;
}

.maps {
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
}

.maps ._wrapper_g921h_34 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.maps-navs {
  width: 23.625rem;
}

.maps-navs__show {
  width: 21.625rem;
  height: 3rem;
  color: var(--Text-Primary-oncolor, #FFF);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  /* Mobile/Button */
  font-family: "Suisse Int'l";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.125rem;
  /* 112.5% */
  letter-spacing: -0.24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: var(--Background-Accent, #19AA1E);
  margin-top: 0.6875rem;
}

.maps-navs-btns {
  gap: 0.5rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.maps-navs-btn {
  display: inline-flex;
  align-items: center;
  height: 2.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  border-radius: 0.75rem;
  background: #EAEAEA;
  gap: 0.278vw;
}

.maps-navs-btn span,
.maps-navs-btn strong {
  position: relative;
  top: 0.125rem;
}

._wrapper_g921h_34 {
  gap: 3.25rem;
}

.map-lines {
  --green: #19aa1e;
  --gray: #e5e5e5;
  --marker-size: 1rem;
  --active-marker-size: 2.25rem;
  --line-width: 0.25rem;
  position: relative;
  margin-top: 1.125rem;
}

.map-lines__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Общая серая линия */

.map-lines__list::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 1.125rem;
  bottom: 1.125rem;
  left: 1.125rem;
  width: var(--line-width);
  border-radius: 62.4375rem;
  background: var(--gray);
  transform: translateX(-50%);
}

/* Зелёная линия */

.map-lines__list::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 1.125rem;
  left: 1.125rem;
  width: var(--line-width);
  height: var(--progress-height, 0px);
  border-radius: 62.4375rem;
  background: var(--green);
  transform: translateX(-50%);
  transition: height 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.map-lines__item {
  position: relative;
  z-index: 2;
  min-height: 2.75rem;
}

.map-lines__button {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.25rem minmax(0, 1fr);
  grid-template-columns: 2.25rem minmax(0, 1fr);
  align-items: center;
  width: 100%;
  min-height: 2.75rem;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.map-lines__marker {
  position: relative;
  z-index: 3;
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 1;
  grid-column: 1;
  place-items: center;
  -ms-grid-column-align: center;
      justify-self: center;
  width: var(--marker-size);
  height: var(--marker-size);
  box-sizing: border-box;
  border: 0.25rem solid var(--gray);
  border-radius: 50%;
  background: #fff;
  transition: width 450ms cubic-bezier(0.22, 1, 0.36, 1), height 450ms cubic-bezier(0.22, 1, 0.36, 1), border-color 350ms ease, background-color 350ms ease, transform 350ms ease;
}

.map-lines__title {
  -ms-grid-column: 2;
  grid-column: 2;
  padding-left: 0.5rem;
  color: #b7b7b7;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  transition: color 350ms ease, font-size 350ms ease, font-weight 350ms ease, transform 350ms ease, opacity 350ms ease;
}

/* Пройденные точки */

.map-lines__item.is-passed .map-lines__marker {
  border-color: var(--green);
  background: var(--green);
}

.map-lines__item.is-passed .map-lines__title {
  color: #8b8b8b;
}

/* Активная точка */

.map-lines__item.is-active .map-lines__marker {
  width: var(--active-marker-size);
  height: var(--active-marker-size);
  border-color: var(--green);
  background: var(--green);
  transform: scale(1);
}

.map-lines__item.is-active .map-lines__title {
  color: #242424;
  font-size: 1rem;
  font-weight: 700;
  transform: translateX(0.125rem);
}

.map-lines__arrow {
  width: 0;
  height: 0;
  border-top: 0.625rem solid #fff;
  border-right: 0.4375rem solid transparent;
  border-left: 0.4375rem solid transparent;
  transform: translateY(0.125rem);
}

/* Стрелка существует только у активного пункта */

.map-lines__item:not(.is-active) .map-lines__arrow {
  display: none;
}

.map-lines__button:focus-visible {
  outline: 0.125rem solid var(--green);
  outline-offset: 0.1875rem;
  border-radius: 0.5rem;
}

.maps-navs {
  position: -webkit-sticky;
  position: sticky;
  top: 1.25rem;
}

.larger-bg {
  pointer-events: none;
}

.maps-navs-btn {
  color: #1A1A1A;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  text-overflow: ellipsis;
  font-family: "Suisse Int'l";
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: -0.24px;
}

.maps-navs-btn span {
  font-weight: 600;
}

.maps-navs-btn strong {
  color: rgba(26, 26, 26, 0.4);
}

.maps-navs-btn.active {
  background-color: #19AA1E;
  color: #FFF;
}

.maps-navs-btn.active strong {
  color: rgba(255, 255, 255, 0.88);
}

.map-lines__title {
  color: var(--Text-Tertiary, rgba(26, 26, 26, 0.4));
  leading-trim: both;
  text-edge: cap;
  /* Desktop/Body small */
  font-family: "Suisse Int'l";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: -0.21px;
}

.records-navigation__end-message {
  color: #A3A3A3;
  leading-trim: both;
  text-edge: cap;

  font-family: "Suisse Int'l";
  font-size: 0.9722vw;       /* 14px */
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.0146vw; /* -0.21px */
  padding-left: 0.9722vw;    /* 14px */
  margin-top: 0.8333vw;      /* 12px */
}

.records-navigation__end-message button {
  color: #19AA1E;
}

.records-navigation__end-action {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  color: #19aa1e;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.records-navigation__end-action:hover {
  text-decoration: underline;
}

.records-navigation__end-action:focus-visible {
  outline: 0.125rem solid #19aa1e;
  outline-offset: 0.125rem;
  border-radius: 0.125rem;
}

.map-lines__button {
  min-height: 2.625rem;
}

.map-lines__item {
  min-height: 2.625rem;
}

.map-lines__marker {
  width: 1.375rem;
  height: 1.375rem;
  border: 0.3125rem solid var(--gray);
}

.map-lines__list::before {
  width: 0.5rem;
}

.map-lines__arrow {
  width: 1.125rem;
  height: 1.25rem;
  border: none;
  background-color: unset;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/images/icons/map-lines-icon.svg");
}

.map-lines {
  height: calc(100vh - 12.95rem);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}

.map-lines::-webkit-scrollbar {
  display: none;
}

.map-lines__list::after {
  width: 0.5rem;
}

._wrapper_g921h_34 {
  width: 78.1875rem;
}

.maps-navs-btns-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.record-card__reaction-button {
  transition: 0.4s all ease;
}

.record-card__reaction-button:hover {
  background-color: #19AA1E;
}

.record-card__reaction-button.active {
  background-color: #19AA1E;
}

.first-screen-block_btn,
.larger-block__btn {
  transition: 0.4s all ease;
}

.first-screen-block_btn:hover,
.larger-block__btn:hover {
  background-color: #138025;
}

.map-lines__item.is-passed .map-lines__marker {
  background-color: #FFFFFF !important;
}

.map-lines-wrapper {
  position: relative;
}

.map-lines-wrapper::after {
  width: 24.6875rem;
  height: 4.25rem;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3.0625rem;
  z-index: 5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/images/icons/bottom-gradient.svg");
  pointer-events: none;
}

.map-lines-wrapper::before {
  display: block;
  position: absolute;
  z-index: 5;
  top: -1.45rem;
  left: 0px;
  width: 24.6875rem;
  height: 4.25rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/images/icons/top-gradient.svg");
  content: "";
  display: block;
  z-index: 5;
  pointer-events: none;
}

.map-lines-wrapper .map-lines {
  padding-bottom: 1.25rem;
  padding-top: 1.6rem;
  margin-top: 0;
}

.maps-navs__show {
  margin-top: 0;
}

.maps-navs-btns,
.maps-navs__show {
  position: relative;
  z-index: 10;
}

.record-card__map-container {
  background-size: cover;
  background-position: center;
  background-image: url("/images/bg/map.jpg");
}

.record-card__map-container {
  overflow: hidden;
}

.record-card__map-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.maps-navs-btn {
  transition: 0.4s all ease;
}

.maps-navs-btn:hover {
  background-color: #E3E3E3;
}

.map-lines__title {
  transition: 0.4s all ease;
}

.map-lines__item {
  transition: 0.4s all ease;
}

.map-lines__item:hover .map-lines__title {
  color: rgba(26, 26, 26, 0.88) !important;
}

.maps-navs__show {
  transition: 0.4s all ease;
}

.maps-navs__show:hover {
  background-color: #138025;
}

.is-copied {
  color: #19AA1E;
}

.maps-navs__burger.hidden {
  transform: translateX(6.25rem);
  opacity: 0;
  pointer-events: none;
}

.maps-navs__burger {
  opacity: 1;
  transform: translateX(0);
}

.maps {
  max-width: 78.1875rem;
  margin-right: auto;
  margin-left: auto;
}

.records-section__wrapper {
  display: flex;
  align-items: flex-start;
}

.records-section__list {
  width: 51.3125rem;
  gap: 5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.records-section__card {
  width: 100%;
}

.record-card__tag {
  color: var(--Text-Primary, #1A1A1A);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Suisse Int'l";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: -0.24px;
  height: 2.25rem;
  padding-right: 1rem;
  padding-left: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: var(--Background-Tertiary, rgba(26, 26, 26, 0.04));
  margin-bottom: 1.5rem;
}

.records-section__wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
}

html,
body {
  overflow-x: clip;
}

.record-card__address-wrapper svg {
  flex-shrink: 0;
}

.maps-navs-btn.active:hover {
  background-color: #19aa1e;
}

.maps-navs-btn {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.875rem;
  /* 100% */
  letter-spacing: -0.21px;
  height: 2.25rem;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 0.5rem;
  gap: 0.278vw;
}

.maps-navs-btns-wrapper {
  gap: 0.25rem;
}

.maps-navs-btns {
  width: 95%;
}

@media (min-width: 1025px) and (max-width: 1920px) {
  ._wrapper_divider_g921h_68 {
    height: calc(100% - 6.25rem);
    top: 3rem;
    left: 1rem;
    width: 0.5rem;
    border-radius: 1.75rem;
  }

  ._wrapper_stepper_g921h_217 {
    width: 100%;
    gap: 0.25rem;
  }

  ._wrapper_stepper_way_g921h_372 {
    left: 1rem;
    width: 0.5rem;
    border-radius: 1.75rem;
  }

  ._wrapper_stepper_step_g921h_255 {
    height: 2.5rem;
  }

  .t-button {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }

  ._wrapper_stepper_step_circle_g921h_301 {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.875rem;
  }

  ._wrapper_stepper_step_circle_g921h_301:before {
    width: 0.75rem;
    height: 0.75rem;
  }

  ._wrapper_g921h_34 {
    width: 78.125rem;
    margin-top: 12.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .toggle-icon__dot {
    transition: none;
  }

  .map-lines__list::after,
  .map-lines__marker,
  .map-lines__title {
    transition: none;
  }
}

@media (hover: hover) {
  .map-lines__button:hover .map-lines__title {
    color: #242424;
  }
}

.first-screen, .footer, section{
  width: 100%;
}

.first-screen-block__title{
  margin-top: 0;
}

.record-card__map{
  width: 100%;
  height: 100%;
}

html, body{
  overflow-x: clip!important;
}

.record-card__map-container{
  padding: 0px!important;
}

._topline_1osdz_78{
  display: none!important;
}
