* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}
*::after, *::before {
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

img {
  display: block;
}

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

textarea {
  resize: none;
}

button,
input,
textarea,
select {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
}
button::-ms-clear, button::-ms-reveal,
input::-ms-clear,
input::-ms-reveal,
textarea::-ms-clear,
textarea::-ms-reveal,
select::-ms-clear,
select::-ms-reveal {
  display: none;
}
button::-moz-focus-inner, button::-moz-focus-outer,
input::-moz-focus-inner,
input::-moz-focus-outer,
textarea::-moz-focus-inner,
textarea::-moz-focus-outer,
select::-moz-focus-inner,
select::-moz-focus-outer {
  border: 0;
}

svg {
  pointer-events: none;
  display: block;
  height: 100%;
  width: 100%;
}

a {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

@font-face {
  font-family: YS-Text;
  font-style: normal;
  font-weight: normal;
  src: url("./YS-Text-Regular-JsgyP3rF.woff") format("woff");
  src: url("./YS-Text-Regular-GNwCduhy.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: YS-Text;
  font-style: normal;
  font-weight: 500;
  src: url("./YS-Text-Medium-CR0UTzf-.woff") format("woff");
  src: url("./YS-Text-Medium-CG-K8pH5.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: YSCompressed;
  font-style: normal;
  font-weight: 700;
  src: url("./YSCompressed-Heavy-CAk7QRrq.woff") format("woff");
  src: url("./YSCompressed-Heavy-CJrxowyT.woff2") format("woff2");
  font-display: swap;
}
html {
  font-size: 16px;
}

body {
  font-family: "YS-Text", sans-serif, -apple-system;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  color: #000;
  background: #010101;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

[lazy] {
  opacity: 0 !important;
  transition: opacity 0.3s !important;
}

[lazy=loaded] {
  opacity: 1 !important;
}

.link {
  color: inherit;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .link {
    cursor: pointer;
  }
  .link:hover {
    text-decoration: none;
  }
}

b {
  font-weight: 600;
}

.h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 33.6px */
}
@media (min-width: 1184px) {
  .h2 {
    font-size: 34px;
  }
}

.h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
}
@media (min-width: 1184px) {
  .h3 {
    font-size: 20px;
  }
}

.body-1, .body-2, body {
  font-size: 20px;
  line-height: 120%; /* 24px */
}
@media (min-width: 1184px) {
  .body-1, .body-2, body {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 31.2px */
  }
}

.body-2 {
  font-weight: 600;
}

.body-3, .body-4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
}
@media (min-width: 1184px) {
  .body-3, .body-4 {
    font-size: 20px;
  }
}

.body-4 {
  font-weight: 600;
}

.card-small, .card-big {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}

.card-big {
  font-weight: 600;
}

.caption {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  font-family: "YSCompressed", sans-serif, -apple-system;
  font-size: 27px;
  font-style: normal;
  font-weight: 800;
  line-height: 95%;
  color: #000;
  text-transform: uppercase;
  background: #2dff00;
  border-radius: 30px;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover {
    color: #fff;
    background: #ff3495;
  }
}

.popup {
  position: relative;
  width: 320px;
  padding: 0 32px 32px;
  background: #fff;
  border-radius: 20px;
  transition: opacity 0.3s ease;
}
.popup__img {
  width: 256px;
  height: 192px;
  margin: 0 auto 16px;
  object-fit: contain;
}
.popup__title {
  font-family: "YSCompressed", sans-serif, -apple-system;
  font-size: 27px;
  font-style: normal;
  font-weight: 800;
  line-height: 95%;
  text-transform: uppercase;
}
.popup__description {
  margin-top: 12px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.popup__button {
  margin: 24px auto 0;
}
.popup__close-button {
  position: absolute;
  top: -10px;
  right: -19px;
  width: 48px;
  height: 48px;
  background: #2dff00;
  border-radius: 50%;
}
.popup__close-button img {
  width: 100%;
  height: 100%;
  user-select: none;
  object-fit: contain;
}
.popup--hidden {
  pointer-events: none;
  opacity: 0;
}

.pin {
  width: 43px;
  height: 43px;
  background: #000;
  border: 4px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .pin:hover {
    background: #484848;
  }
}
.pin__icon {
  pointer-events: none;
  user-select: none;
}

.map {
  width: 100%;
  overflow: auto;
  cursor: grab;
  scrollbar-width: none;
  border-radius: 20px;
  -ms-overflow-style: none;
}
@media (min-width: 1184px) {
  .map {
    cursor: default;
  }
}
.map::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.map__viewport {
  position: relative;
  display: flex;
  width: 1071px;
  height: 600px;
}
@media (min-width: 1184px) {
  .map__viewport {
    width: 1184px;
    height: 663px;
  }
}
.map__pic, .map__img {
  pointer-events: none;
  user-select: none;
}
.map__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.map--disabled::after {
  opacity: 1;
}

.app {
  position: relative;
  max-width: 375px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
@media (min-width: 1184px) {
  .app {
    max-width: 1440px;
  }
}
.app__popup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  transform: translate(-50%, -50%);
}
.app .pin {
  position: absolute;
}
