.parking-scheme__title {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
.blind-text-medium .parking-scheme__title {
  font-size: 1.875rem;
}
.blind-text-large .parking-scheme__title {
  font-size: 2rem;
}
@media (min-width: 640px) {
.parking-scheme__title {
    font-size: 2.5rem;
}
.blind-text-medium .parking-scheme__title {
    font-size: 2.625rem;
}
.blind-text-large .parking-scheme__title {
    font-size: 2.75rem;
}
}
@media (min-width: 640px) {
.parking-scheme__title {
    margin-bottom: 3rem;
}
}
@media (max-width: 1023.98px) {
.parking-scheme__content {
    display: flex;
    flex-direction: column;
}
}
@media (min-width: 1024px) {
.parking-scheme__content {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-template-rows: repeat(2, auto);
}
}
.parking-scheme__scheme-wrapper {
  position: relative;
  overflow: hidden;
}
.parking-scheme__scheme-wrapper .vue-pan-zoom-item {
  overflow: hidden;
  height: 32.8125rem;
}
@media (min-width: 640px) {
.parking-scheme__scheme-wrapper .vue-pan-zoom-item {
    height: 48.1875rem;
}
}
@media (min-width: 640px) and (max-width: 1023.98px) {
.parking-scheme__scheme-wrapper {
    margin-bottom: 4rem;
}
}
@media (max-width: 1023.98px) {
.parking-scheme__scheme-wrapper {
    order: 2;
}
}
@media (min-width: 1024px) {
.parking-scheme__scheme-wrapper {
    grid-column: 1/14;
    grid-row: 1/3;
    margin-right: 2.125rem;
}
}
@media (max-width: 639.98px) {
.parking-scheme__info {
    margin-bottom: 4rem;
}
}
@media (max-width: 1023.98px) {
.parking-scheme__info {
    order: 1;
}
}
@media (min-width: 640px) and (max-width: 1023.98px) {
.parking-scheme__info {
    margin-bottom: 5rem;
}
}
@media (min-width: 1024px) {
.parking-scheme__info {
    margin-bottom: 4rem;
    grid-column: 14/25;
}
}
.parking-scheme__info-title {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.blind-text-medium .parking-scheme__info-title {
  font-size: 1.375rem;
}
.blind-text-large .parking-scheme__info-title {
  font-size: 1.5rem;
}
@media (min-width: 640px) {
.parking-scheme__info-title {
    font-size: 1.5rem;
}
.blind-text-medium .parking-scheme__info-title {
    font-size: 1.625rem;
}
.blind-text-large .parking-scheme__info-title {
    font-size: 1.75rem;
}
}
@media (min-width: 640px) {
.parking-scheme__info-title {
    margin-bottom: 2rem;
}
}
.parking-scheme__form-wrapper {
  display: none;
}
@media (min-width: 640px) {
.parking-scheme__form-wrapper.is-active {
    display: block !important;
}
}
@media (max-width: 639.98px) {
.parking-scheme__form-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    align-items: flex-end;
    z-index: 10;
    background-color: rgba(var(--color-black-rgb), 0.5);
}
.parking-scheme__form-wrapper.is-active {
    display: flex !important;
}
}
@media (max-width: 1023.98px) {
.parking-scheme__form-wrapper {
    order: 3;
}
}
@media (min-width: 1024px) {
.parking-scheme__form-wrapper {
    grid-column: 14/25;
    grid-row: 2/3;
}
}
@media (max-width: 639.98px) {
.parking-scheme__ps {
    max-height: 21rem;
}
}
@media (min-width: 640px) {
.parking-scheme__ps {
    height: 100%;
    overflow: visible !important;
}
}
.parking-scheme__form-drag {
  position: relative;
  height: 1.25rem;
  margin-bottom: 1.5rem;
}
.parking-scheme__form-drag::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  background-color: var(--color-gray-dark);
  transform: translate(-50%, -50%);
}
@media (min-width: 640px) {
.parking-scheme__form-drag {
    display: none;
}
}
@media (max-width: 639.98px) {
.parking-scheme__form-inner {
    background-color: var(--color-white);
    height: 25.5rem;
    width: 100vw;
}
}
@media (min-width: 640px) {
.parking-scheme__form-inner {
    height: 100%;
}
}
.parking-scheme__form-title {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.blind-text-medium .parking-scheme__form-title {
  font-size: 1.375rem;
}
.blind-text-large .parking-scheme__form-title {
  font-size: 1.5rem;
}
@media (min-width: 640px) {
.parking-scheme__form-title {
    font-size: 1.5rem;
}
.blind-text-medium .parking-scheme__form-title {
    font-size: 1.625rem;
}
.blind-text-large .parking-scheme__form-title {
    font-size: 1.75rem;
}
}
@media (max-width: 639.98px) {
.parking-scheme__form-title {
    padding: 0 1.5rem;
}
}
@media (min-width: 640px) {
.parking-scheme__form-title {
    margin-bottom: 2rem;
}
}
@media (max-width: 639.98px) {
.parking-scheme__form {
    padding: 0 1.5rem;
}
}
@media (min-width: 640px) {
.parking-scheme__form-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 4.375rem;
}
}
@media (min-width: 1024px) {
.parking-scheme__form-fields {
    gap: 3rem 3.625rem;
}
}
@media (max-width: 639.98px) {
.parking-scheme__form-field:first-child, .parking-scheme__form-field:nth-child(3) {
    margin-bottom: 1rem;
}
.parking-scheme__form-field:nth-child(2) {
    margin-bottom: 2.5rem;
}
}
@media (min-width: 640px) {
.parking-scheme__form-field {
    width: 17.375rem;
}
}
@media (min-width: 1024px) {
.parking-scheme__form-field {
    width: calc((100% - 3.625rem) / 2);
}
}
.parking-scheme__form-input--datepicker .datepicker__input {
  width: 100%;
}
.parking-scheme__form-input--timepicker {
  width: 100%;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--color-gray);
}
.parking-scheme__form-footer {
  margin-top: 2.5rem;
}
@media (max-width: 639.98px) {
.parking-scheme__form-footer {
    display: flex;
    flex-direction: column-reverse;
}
}
@media (min-width: 640px) {
.parking-scheme__form-footer {
    display: grid;
    grid-column-gap: 0.125rem;
    align-items: center;
    margin-top: 3rem;
    grid-template-columns: repeat(12, 1fr);
}
}
@media (min-width: 1024px) {
.parking-scheme__form-footer {
    grid-template-columns: repeat(11, 1fr);
}
}
.parking-scheme__form-button {
  width: max-content;
}
@media (min-width: 640px) {
.parking-scheme__form-button {
    grid-column: 1/7;
}
}
.parking-scheme__payment-text {
  color: var(--color-gray-dark);
}
@media (max-width: 639.98px) {
.parking-scheme__payment-text {
    margin-bottom: 2rem;
}
}
@media (min-width: 640px) {
.parking-scheme__payment-text {
    grid-column: 7/12;
}
}
.parking-scheme__payment-text span {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
  color: var(--color-black);
}
.blind-text-medium .parking-scheme__payment-text span {
  font-size: 1.375rem;
}
.blind-text-large .parking-scheme__payment-text span {
  font-size: 1.5rem;
}
@media (min-width: 640px) {
.parking-scheme__payment-text span {
    font-size: 1.5rem;
}
.blind-text-medium .parking-scheme__payment-text span {
    font-size: 1.625rem;
}
.blind-text-large .parking-scheme__payment-text span {
    font-size: 1.75rem;
}
}
.parking-scheme__zoom-wrapper {
  left: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 639.98px) {
.parking-scheme__zoom-wrapper {
    width: 46.4375rem;
}
}
.parking-scheme__scheme {
  position: relative;
  display: flex;
  width: max-content;
}
.parking-scheme__scheme--active .parking-scheme__item--parking-1-big:not(.parking-scheme__item--active) .icon,
.parking-scheme__scheme--active .parking-scheme__item--parking-2-big:not(.parking-scheme__item--active) .icon,
.parking-scheme__scheme--active .parking-scheme__item--parking-3-big:not(.parking-scheme__item--active) .icon,
.parking-scheme__scheme--active .parking-scheme__item--parking-4-big:not(.parking-scheme__item--active) .icon {
  opacity: 0.4;
}
.parking-scheme__area svg, .parking-scheme__background svg {
  width: 743px;
  height: 771px;
}
.parking-scheme__area {
  position: absolute;
  width: max-content;
  top: 0;
  left: 0;
}
.parking-scheme__area g path,
.parking-scheme__area g rect {
  opacity: 0.4;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: opacity;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
.parking-scheme__area g path:hover, .parking-scheme__area g path.focus-visible,
  .parking-scheme__area g rect:hover,
  .parking-scheme__area g rect.focus-visible {
    opacity: 1;
}
}
.parking-scheme__area g path.focus-visible,
.parking-scheme__area g rect.focus-visible {
  opacity: 1;
}
.parking-scheme__area g path.is-active,
.parking-scheme__area g rect.is-active {
  opacity: 1;
}
.parking-scheme__area g path.active,
.parking-scheme__area g rect.active {
  opacity: 1;
}
.parking-scheme__area g.active path,
.parking-scheme__area g.active rect {
  opacity: 1;
}
.parking-scheme__area g * {
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: fill;
}
.parking-scheme__background {
  position: relative;
  width: 100%;
  pointer-events: none;
  display: flex;
}
.parking-scheme__items {
  position: absolute;
  width: 743px;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.parking-scheme__item {
  display: flex;
  justify-content: center;
  position: absolute;
  pointer-events: auto;
  cursor: pointer;
}
.parking-scheme__item .icon {
  pointer-events: none;
}
@media (max-width: 639.98px) {
.parking-scheme__item .icon {
    width: 0.5625rem;
    height: 0.5625rem;
}
}
@media (min-width: 2560px) {
.parking-scheme__item .icon {
    width: 0.75rem;
    height: 0.75rem;
}
}
.parking-scheme__item.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
@media (hover: hover) and (pointer: fine) {
.parking-scheme__item:hover, .parking-scheme__item.focus-visible {
    z-index: 2;
}
.parking-scheme__item:hover .parking-scheme__tippy, .parking-scheme__item.focus-visible .parking-scheme__tippy {
    opacity: 1;
    pointer-events: auto;
}
}
.parking-scheme__item.focus-visible {
  z-index: 2;
}
.parking-scheme__item.focus-visible .parking-scheme__tippy {
  opacity: 1;
  pointer-events: auto;
}
.parking-scheme__item.active {
  z-index: 2;
}
.parking-scheme__item.active .parking-scheme__tippy {
  opacity: 1;
  pointer-events: auto;
}
.parking-scheme__item--input-mvl, .parking-scheme__item--input-vvl {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: background-color;
}
.parking-scheme__item--input-mvl {
  background-color: rgba(255, 214, 67, 0.4);
}
@media (hover: hover) and (pointer: fine) {
.parking-scheme__item--input-mvl:hover, .parking-scheme__item--input-mvl.focus-visible {
    background-color: #ffd643;
}
}
.parking-scheme__item--input-mvl.focus-visible {
  background-color: #ffd643;
}
.parking-scheme__item--input-vvl {
  background-color: rgba(107, 199, 63, 0.4);
}
@media (hover: hover) and (pointer: fine) {
.parking-scheme__item--input-vvl:hover, .parking-scheme__item--input-vvl.focus-visible {
    background-color: #6bc73f;
}
}
.parking-scheme__item--input-vvl.focus-visible {
  background-color: #6bc73f;
}
.parking-scheme__item--parking-1-big > .icon, .parking-scheme__item--parking-2-big > .icon, .parking-scheme__item--parking-3-big > .icon, .parking-scheme__item--parking-4-big > .icon, .parking-scheme__item--parking-big > .icon, .parking-scheme__item--parking_vip-big > .icon {
  width: 48px !important;
  height: 48px !important;
}
.parking-scheme__item--parking-1-big .scheme-map__tippy, .parking-scheme__item--parking-2-big .scheme-map__tippy, .parking-scheme__item--parking-3-big .scheme-map__tippy, .parking-scheme__item--parking-4-big .scheme-map__tippy, .parking-scheme__item--parking-big .scheme-map__tippy, .parking-scheme__item--parking_vip-big .scheme-map__tippy {
  bottom: 3.625rem;
}
.parking-scheme__text {
  position: absolute;
  font-size: 8px;
  line-height: 1;
  text-align: center;
}
.parking-scheme__tippy {
  position: absolute;
  bottom: 1.625rem;
  width: max-content;
  padding: 1rem 1.5rem;
  background-color: var(--color-white);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: opacity;
  opacity: 0;
  pointer-events: none;
}
.blind-text-medium .parking-scheme__tippy {
  font-size: 1.125rem;
}
.blind-text-large .parking-scheme__tippy {
  font-size: 1.25rem;
}
.parking-scheme__tippy a {
  color: var(--color-blue);
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: color;
}
.parking-scheme__tippy:before {
  position: absolute;
  content: "";
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  bottom: -0.5625rem;
  left: calc(50% - 0.5625rem);
  transform-origin: 50% 50%;
  transform: rotate(45deg);
  background-color: var(--color-white);
}
.parking-scheme__tippy-inner {
  display: flex;
  align-items: center;
}
.parking-scheme__tippy-inner .icon {
  margin-right: 1rem;
  min-width: 1rem;
}
.parking-scheme__legends {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  margin-top: 1.5rem;
}
@media (max-width: 639.98px) {
.parking-scheme__legends {
    flex-wrap: nowrap;
}
}
@media (min-width: 640px) {
.parking-scheme__legends {
    margin-top: 2rem;
    gap: 3rem;
}
}
.parking-scheme__legends-item {
  display: inline-flex;
  flex-direction: column;
}
.parking-scheme__legends-text {
  font-size: 0.625rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 0.25rem;
  color: var(--color-black);
}
