.header-copyright {
    display: flex;
    justify-content: center;
    padding: 12px 24px;
    text-decoration: none;
    align-items: center;
    flex-shrink: 0;

    /* //styleName: Subtext Regular 14-20; */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}

.header-copyright_info {
    background-color: var(--yellow-1);
    color: black;
}

.header-copyright_alert {
    background-color: var(--red-1);
    color: var(--white);
}

.header-copyright_message {
  background-color: var(--yellow-1);
  color: black;
}

.header-copyright_message-highlight-icerinks {
  border-radius: 4px;
  padding: 2px 8px;
  background: var(--icerinks-brand);
  color: var(--white);
  margin-left: 6px;
}

.header-copyright_message-highlight-playgrounds {
  border-radius: 4px;
  padding: 2px 8px;
  background: var(--red-1);
  color: var(--white);
  margin-left: 6px;
}

.header-copyright_instagram::before {
    content: '';
    background-image: url(/55945c14577e7f1b49bc.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.header {
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 6px;
  position: relative;
}

.header__logo-link {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}

.header__logo {
    height: 32px;
}

.header__button-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--black);
  z-index: 1;
  /* //styleName: Small Regular 12-16; */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  margin: 10px;
}

.header__button {
  height: 24px;
  width: 24px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  margin-right: 10px;
}

.header__button_right {
  margin-left: 10px;
  margin-right: 0;
}

.header__button-link:hover {
  text-decoration: underline;
}

.header__button_type_map {
    background-image: url(/8b9e16950182a3bcbad6.svg);
}

.header__button_type_list {
    background-image: url(/fd7d6b4339d6a886d4ce.svg);
}

.header__button_type_map-icerink {
    background-image: url(/7d73d64e2623f995fd94.svg);
}

.header__button_type_list-icerink {
    background-image: url(/2037c64d80ffb1f15c38.svg);
}

.header__button-text {
  display: none;
}

@media (min-width: 750px) {
  .header__button-text {
    display: block;
  }
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer__item {
  margin-top: 24px;
  margin-left: 0;
  color: var(--dark-2);
  /* //styleName: Small Regular 12-16; */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
}

.footer__link {
  text-decoration: underline;
  color: var(--dark-2);
}

.footer__item:last-child {
  margin-bottom: 24px;
}

.footer__item:only-child {
  margin: 0;
}

.footer__flag {
  width: 16px;
  height: 16px;
  background-image: url(/89e77e06372189cf8482.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

body {
  margin: 0;
}

html {
  box-sizing: border-box;
}

html, body, #root {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

:root {
  --dark-1: #1D1E1F;
  --dark-2: #383C46;
  --light-1: #777777;
  --light-2: rgba(0, 0, 0, 0.04);
  --blue-1: rgba(224, 246, 255, 1);
  --blue-2: #94DBF7;
  --yellow-1: #FFCC00;
  --yellow-2: #FFE680;
  --red-1: #FF262F;
  --icerinks-brand: #00B5FF;
  --white: #FFFFFF;
  --black: #000000;
  --border-radius-s: 8px;
  --border-radius-m: 24px;
}

#root {
  height: 100%;
}

.page {
  font-family: 'Inter', sans-serif;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page__content {
  flex-shrink: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 375px;
}

.page__content_header {
  padding: 0 14px;
}

.page__content_tagsmap {
  padding-bottom: 28px;
}

.page__content_seo-intro {
  margin-bottom: 20px;
  text-align: center;
}

.page__seo-title {
  margin: 0;
  color: #383C46;
  color: var(--dark-2);
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
}

.page__seo-title_visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page__seo-description {
  margin: 8px auto 0;
  max-width: 640px;
  color: #777777;
  color: var(--light-1);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.page__content-title-container {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}

.page__content-title-container_row {
  margin-bottom: 20px;
  align-items: center;
}

.page__content-title-container_row .page__content-title {
  transform: rotate(0);
}

.page__content-title-container_row .page__content-title-link:first-child {
  margin-right: 16px;
}


.page__content-title-container_icerinks {
  margin-top: 20px;
}

.page__content-title-link {
  text-decoration: none;
}

.page__content-title {
  margin: 0;
  border-radius: 4px;
  display: block;
  transform: rotate(-1deg);
  padding: 8px 16px;
  background: #FF262F;
  background: var(--red-1);
  color: #FFFFFF;
  color: var(--white);
  /* //styleName: H1 Extra 32-38; */
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
  letter-spacing: 0px;
  text-align: center;

  transition: all 0.1s linear;
  box-shadow: none;
}

.page__content-title:hover {
  transform: rotate(-1deg) scale(1.1);
}

.page__content-title_ice-rinks {
  background: #00B5FF;
}

.page__content-title_inactive {
  /* transform: rotate(0) scale(0.8) !important; */
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.04);
  background: var(--light-2);
  color: #777777;
  color: var(--light-1);

  /* //styleName: H4 Medium 20-24; */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
}

.page__content-title_inactive:hover {
  /* transform: rotate(-1deg) scale(1) !important; */
  background: #FF262F;
  background: var(--red-1);
  color: #FFFFFF;
  color: var(--white);
}

.page__content-title_inactive-icerinks {
  background: rgba(0, 0, 0, 0.04);
  background: var(--light-2);
  color: #777777;
  color: var(--light-1);


  /* //styleName: H4 Medium 20-24; */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
}

.page__content-title_inactive-icerinks:hover {
  background: #00B5FF;
  color: #FFFFFF;
  color: var(--white);
}

.page__separator {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid var(--light-2);
  margin: 56px auto;
}

.page__content_playgrounds {
  flex: 1 0 auto;
  margin: 16px auto 0;
  padding: 0;
}

.page__content_show-all-link {
  text-decoration: none;
  display: flex;
}

.page__content_show-all-button {
  width: 100%;
  margin: 16px auto 0;
}

.page__content_pagination {
  display: flex;
  align-items: center;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
  margin: 32px auto 0;
}

.page__content_previous-page {
  color: #383C46;
  color: var(--dark-2);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.page__content_load-more,
.page__content_show-all {
  margin: 0 24px;
}

.page__content_load-more {
  text-decoration: none;
}

.page__content_show-all {
  width: 100%;
}

.page__content_footer {
  margin: 16px auto;
}

.page__content_map {
  display: flex;
  text-align: center;
  min-height: 500px;
  height: 100%;
  width: 100%;
  justify-content: center;
  /* //styleName: Subtext Regular 14-20; */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
}

@media (min-width: 750px) {
  .page__content {
    max-width: 750px;
  }

  .page__content_footer {
    margin: 24px auto;
  }
}

@media (min-width: 1125px) {
  .page__content {
    max-width: 1125px;
  }

  .page__content_footer {
    margin: 32px auto;
  }
}

.ymaps-2-1-78-balloon {
  box-shadow: 0px 4px 32px 0px rgba(0,0,0,0.12157) !important;
  border-radius: 8px !important;
}

.ymaps-2-1-78-balloon__layout {
  display: flex;
  border-radius: 8px !important;
}

.ymaps-2-1-78-balloon__content {
  margin: 0;
  padding: 8px;
}

.ymaps-2-1-78-balloon-content__header {
  max-width: 250px;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}

.ymaps-2-1-78-balloon__tail {
  display: none !important;
}

.ymaps-2-1-79-balloon {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.12) !important;
}

.ymaps-2-1-79-balloon__close {
  position: absolute;
  top: 0;
  right: 0;
}

.ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {
  margin-right: 0 !important;
  padding: 0 !important;
}

.ymaps-2-1-79-balloon-content__header {
  margin: 0 !important;
}

.ymaps-2-1-79-balloon__close-button {
  opacity: 1 !important;
  width: 40px !important;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTUgNS41TDE0LjUgNUwxMCA5LjVMNS41IDVMNSA1LjVMOS41IDEwTDUgMTQuNUw1LjUgMTVMMTAgMTAuNUwxNC41IDE1TDE1IDE0LjVMMTAuNSAxMEwxNSA1LjVaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K) center/60% no-repeat !important;
}

.map__background-image {
  height: 160px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.map__title {
  max-width: 250px;
  /* //styleName: Text Regular 16-22; */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
}

.map__description {
  margin-top: 12px;
  max-width: 250px;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}

.map__content {
  color: #383C46;
  color: var(--dark-2);
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.map__link {
  margin-top: 8px;
  display: block;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: #383C46;
  color: var(--dark-2);
}

.ymaps-2-1-78-balloon__close {
  padding-right: 2;
}

.tag {
  display: flex;
  flex-shrink: 0;
  padding: 4px 8px;
  box-sizing: border-box;
  background: var(--blue-1);
  border: 1px solid var(--blue-1);
  border-radius: var(--border-radius-s);
  /* //styleName: Small Regular 12-16; */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  margin: 4px;
  transition: border 0.2s ease-in-out;
}

.tag:hover {
  cursor: pointer;
  border: 1px solid var(--blue-2);
}

.tag_empty {
  background: transparent;
}

.tag_selected {
  background: var(--blue-2);
}

.tag_not-clickable:hover {
  cursor: default;
  border: 1px solid var(--blue-1);
}

.button {
    transition: all 0.1s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: var(--yellow-1);
    border: 2px solid var(--dark-2);
    box-sizing: border-box;
    box-shadow: 0px 4px 0px var(--dark-2);
    border-radius: var(--border-radius-s);
    font-weight: 800;
    font-size: 21px;
    line-height: 28px;
    color: var(--dark-2);
}

.button:hover {
    cursor: pointer;
    background: var(--yellow-2);
}

.button:active {
    box-shadow: none;
    transform: translateY(4px);
}

.button_disabled {
    cursor: wait;
    opacity: 0.7;
    pointer-events: none;
}

.image-gallery-icon {
  color: #fff;
  transition: all .3s ease-out;
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  position: absolute;
  z-index: 4;
  filter: drop-shadow(0 2px 2px #1a1a1a); }
  @media (hover: hover) and (pointer: fine) {
    .image-gallery-icon:hover {
      color: #337ab7; }
      .image-gallery-icon:hover .image-gallery-svg {
        transform: scale(1.1); } }
  .image-gallery-icon:focus {
    outline: 2px solid #337ab7; }

.image-gallery-using-mouse .image-gallery-icon:focus {
  outline: none; }

.image-gallery-fullscreen-button,
.image-gallery-play-button {
  bottom: 0;
  padding: 20px; }
  .image-gallery-fullscreen-button .image-gallery-svg,
  .image-gallery-play-button .image-gallery-svg {
    height: 28px;
    width: 28px; }
  @media (max-width: 768px) {
    .image-gallery-fullscreen-button,
    .image-gallery-play-button {
      padding: 15px; }
      .image-gallery-fullscreen-button .image-gallery-svg,
      .image-gallery-play-button .image-gallery-svg {
        height: 24px;
        width: 24px; } }
  @media (max-width: 480px) {
    .image-gallery-fullscreen-button,
    .image-gallery-play-button {
      padding: 10px; }
      .image-gallery-fullscreen-button .image-gallery-svg,
      .image-gallery-play-button .image-gallery-svg {
        height: 16px;
        width: 16px; } }

.image-gallery-fullscreen-button {
  right: 0; }

.image-gallery-play-button {
  left: 0; }

.image-gallery-left-nav,
.image-gallery-right-nav {
  padding: 50px 10px;
  top: 50%;
  transform: translateY(-50%); }
  .image-gallery-left-nav .image-gallery-svg,
  .image-gallery-right-nav .image-gallery-svg {
    height: 120px;
    width: 60px; }
  @media (max-width: 768px) {
    .image-gallery-left-nav .image-gallery-svg,
    .image-gallery-right-nav .image-gallery-svg {
      height: 72px;
      width: 36px; } }
  @media (max-width: 480px) {
    .image-gallery-left-nav .image-gallery-svg,
    .image-gallery-right-nav .image-gallery-svg {
      height: 48px;
      width: 24px; } }
  .image-gallery-left-nav[disabled],
  .image-gallery-right-nav[disabled] {
    cursor: disabled;
    opacity: .6;
    pointer-events: none; }

.image-gallery-left-nav {
  left: 0; }

.image-gallery-right-nav {
  right: 0; }

.image-gallery {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative; }
  .image-gallery.fullscreen-modal {
    background: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5; }
    .image-gallery.fullscreen-modal .image-gallery-content {
      top: 50%;
      transform: translateY(-50%); }

.image-gallery-content {
  position: relative;
  line-height: 0;
  top: 0; }
  .image-gallery-content.fullscreen {
    background: #000; }
  .image-gallery-content .image-gallery-slide .image-gallery-image {
    max-height: calc(100vh - 80px); }
  .image-gallery-content.left .image-gallery-slide .image-gallery-image, .image-gallery-content.right .image-gallery-slide .image-gallery-image {
    max-height: 100vh; }

.image-gallery-slide-wrapper {
  position: relative; }
  .image-gallery-slide-wrapper.left, .image-gallery-slide-wrapper.right {
    display: inline-block;
    width: calc(100% - 110px); }
    @media (max-width: 768px) {
      .image-gallery-slide-wrapper.left, .image-gallery-slide-wrapper.right {
        width: calc(100% - 87px); } }
  .image-gallery-slide-wrapper.image-gallery-rtl {
    direction: rtl; }

.image-gallery-slides {
  line-height: 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-align: center; }

.image-gallery-slide {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .image-gallery-slide.center {
    position: relative; }
  .image-gallery-slide .image-gallery-image {
    width: 100%;
    object-fit: contain; }
  .image-gallery-slide .image-gallery-description {
    background: rgba(0, 0, 0, 0.4);
    bottom: 70px;
    color: #fff;
    left: 0;
    line-height: 1;
    padding: 10px 20px;
    position: absolute;
    white-space: normal; }
    @media (max-width: 768px) {
      .image-gallery-slide .image-gallery-description {
        bottom: 45px;
        font-size: .8em;
        padding: 8px 15px; } }

.image-gallery-bullets {
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80%;
  z-index: 4; }
  .image-gallery-bullets .image-gallery-bullets-container {
    margin: 0;
    padding: 0;
    text-align: center; }
  .image-gallery-bullets .image-gallery-bullet {
    appearance: none;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 2px #1a1a1a;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    outline: none;
    padding: 5px;
    transition: all .2s ease-out; }
    @media (max-width: 768px) {
      .image-gallery-bullets .image-gallery-bullet {
        margin: 0 3px;
        padding: 3px; } }
    @media (max-width: 480px) {
      .image-gallery-bullets .image-gallery-bullet {
        padding: 2.7px; } }
    .image-gallery-bullets .image-gallery-bullet:focus {
      transform: scale(1.2);
      background: #337ab7;
      border: 1px solid #337ab7; }
    .image-gallery-bullets .image-gallery-bullet.active {
      transform: scale(1.2);
      border: 1px solid #fff;
      background: #fff; }
    @media (hover: hover) and (pointer: fine) {
      .image-gallery-bullets .image-gallery-bullet:hover {
        background: #337ab7;
        border: 1px solid #337ab7; }
      .image-gallery-bullets .image-gallery-bullet.active:hover {
        background: #337ab7; } }

.image-gallery-thumbnails-wrapper {
  position: relative; }
  .image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl {
    direction: rtl; }
  .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
    display: inline-block;
    vertical-align: top;
    width: 100px; }
    @media (max-width: 768px) {
      .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
        width: 81px; } }
    .image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails {
      height: 100%;
      width: 100%;
      left: 0;
      padding: 0;
      position: absolute;
      top: 0; }
      .image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail {
        display: block;
        margin-right: 0;
        padding: 0; }
        .image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail {
          margin-left: 0;
          margin-top: 2px; }
  .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
    margin: 0 5px; }
    @media (max-width: 768px) {
      .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
        margin: 0 3px; } }

.image-gallery-thumbnails {
  overflow: hidden;
  padding: 5px 0; }
  @media (max-width: 768px) {
    .image-gallery-thumbnails {
      padding: 3px 0; } }
  .image-gallery-thumbnails .image-gallery-thumbnails-container {
    cursor: pointer;
    text-align: center;
    transition: transform .3s ease-out;
    white-space: nowrap; }

.image-gallery-thumbnail {
  display: inline-block;
  border: 4px solid transparent;
  transition: border .3s ease-out;
  width: 100px;
  background: transparent;
  padding: 0; }
  @media (max-width: 768px) {
    .image-gallery-thumbnail {
      border: 3px solid transparent;
      width: 81px; } }
  .image-gallery-thumbnail + .image-gallery-thumbnail {
    margin-left: 2px; }
  .image-gallery-thumbnail .image-gallery-thumbnail-inner {
    display: block;
    position: relative; }
  .image-gallery-thumbnail .image-gallery-thumbnail-image {
    vertical-align: middle;
    width: 100%;
    line-height: 0; }
  .image-gallery-thumbnail.active, .image-gallery-thumbnail:focus {
    outline: none;
    border: 4px solid #337ab7; }
    @media (max-width: 768px) {
      .image-gallery-thumbnail.active, .image-gallery-thumbnail:focus {
        border: 3px solid #337ab7; } }
  @media (hover: hover) and (pointer: fine) {
    .image-gallery-thumbnail:hover {
      outline: none;
      border: 4px solid #337ab7; } }
  @media (hover: hover) and (pointer: fine) and (max-width: 768px) {
    .image-gallery-thumbnail:hover {
      border: 3px solid #337ab7; } }

.image-gallery-thumbnail-label {
  box-sizing: border-box;
  color: white;
  font-size: 1em;
  left: 0;
  line-height: 1em;
  padding: 5%;
  position: absolute;
  top: 50%;
  text-shadow: 0 2px 2px #1a1a1a;
  transform: translateY(-50%);
  white-space: normal;
  width: 100%; }
  @media (max-width: 768px) {
    .image-gallery-thumbnail-label {
      font-size: .8em;
      line-height: .8em; } }

.image-gallery-index {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4; }
  @media (max-width: 768px) {
    .image-gallery-index {
      font-size: .8em;
      padding: 5px 10px; } }

.playground-full-light {
  display: flex;
  flex-direction: column;
  position: relative;
}

.playground-full-light__long {
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

.playground-full-light__number-container {
  flex-shrink: 0;
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.playground-full-light__number {
  border-radius: 4px 0 0 4px;
  margin-left: -8px;
  display: block;
  position: relative;
  padding: 4px 8px;
  background: var(--red-1);
  /* //styleName: H4 Bold 20-24; */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  color: var(--white);
}

.playground-full-light__number::after {
  content: '';
  position: absolute;
  height: 32px;
  width: 16px;
  right: -16px;
  top: 0;
  background-image: url(/61f4a1259a2280a57397.svg);
}

.playground-full-light__title {
  /* //styleName: H3 Bold 24-28; */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  color: var(--dark-2);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
}

.playground-full-light__subtitle {
  /* //styleName: H4 Medium 20-24; */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: var(--light-1);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
}

.playground-full-light__tags {
  padding-top: 24px;
  padding-bottom: 24px;
  flex-shrink: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: -4px auto;
}

.playground-full-light__heading {
  padding-top: 24px;
  margin: 0 auto;
  /* //styleName: H3 Bold 24-28; */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  color: var(--dark-2);
}

.playground-full-light__video {
  flex-shrink: 0;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.playground-full-light__video-thumbnail-url {
  width: 100%;
  border-radius: var(--border-radius-m);
}

.playground-full-light__video-thumbnail {
  box-sizing: border-box;
  border-radius: var(--border-radius-m);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.playground-full-light__map-link {
  padding-top: 24px;
  max-width: 480px;
  width: 100%;
  text-decoration: none;
  display: flex;
  align-self: center;
}

.playground-full-light__video-button {
    width: 100%;
}

/* @todo отвязаться от full в компоненте Gallery */
.playground-full__gallery {
  flex-shrink: 0;
  padding-top: 24px;
  grid-gap: 8px;
  gap: 8px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* @todo отвязаться от full в компоненте Gallery */
.playground-full__gallery-item-url {
  border-radius: var(--border-radius-m);
  width: 160px;
  height: 120px;
}

/* @todo отвязаться от full в компоненте Gallery */
.playground-full__gallery-item {
  border-radius: var(--border-radius-m);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.playground-full-light__how-to-find {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.playground-full-light__how-to-find-note {
  padding-top: 24px;
  white-space: pre-line;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
}

.playground-full-light__how-to-find-note a {
  color: inherit;
}

.playground-full-light__how-to-find-note > :first-child {
  margin-top: 0;
}

.playground-full-light__how-to-find-note > :last-child {
  margin-bottom: 0;
}

.playground-full-light__how-to-find-note h3,
.playground-full-light__how-to-find-note h4,
.playground-full-light__how-to-find-note h5,
.playground-full-light__how-to-find-note h6 {
  line-height: 1.3;
  margin: 32px 0 12px;
}

.playground-full-light__how-to-find-note li {
  margin-bottom: 8px;
}

.playground-full-light__how-to-find-map {
  width: 100%;
  margin-top: 24px;
  align-self: center;
  justify-content: center;
  align-items: center;
  display: flex;
  max-width: 480px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: var(--border-radius-m);
  width: 100%;
  height: 320px;
  background-color: var(--white);
}

.image-gallery {
  max-width: 100%;
}

/* .image-gallery.fullscreen-modal .image-gallery-image {
  max-height: calc(100vh - 80px) !important;
} */

.image-gallery-slides {
  border-radius: var(--border-radius-m);
}

.image-gallery-icon:hover {
  color: white !important;
}

.image-gallery:hover .gallery__arrow-button {
  visibility: visible;
}

.image-gallery:hover .gallery__fullscreen-button {
  visibility: visible;
}

.image-gallery:hover .image-gallery-fullscreen-button {
  visibility: visible;
}

.gallery__arrow-button, .gallery__fullscreen-button {
  visibility: hidden;
  transition: none;
}

.gallery__fullscreen-button {
  top: 0;
  right: 0;
  outline: none !important;
}

.gallery__icon {
    cursor: pointer;
    border: none;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    background-color: transparent;
    padding: 25px;
}

.gallery__icon:hover {
    background-size: 25px 25px;
}

.gallery__icon_left {
  background-image: url(/0a90185c2726ac12dff2.svg);
}

.gallery__icon_right {
  background-image: url(/505aadd0b97f698b0f33.svg);
}

.gallery__icon_fullscreen {
  background-image: url(/9457df35d5a47407c018.svg);
}

.image-gallery.fullscreen-modal .image-gallery-image {
  border-radius: 0;
}

.image-gallery-background-loading {
  background-color: var(--light-2);
  border-radius: var(--border-radius-m);
  background-image: url(/89e77e06372189cf8482.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}

.image-gallery-image {
    border-radius: var(--border-radius-m);
    min-height: 100%;
    height: auto;
}

.image-gallery-thumbnail-image {
  height: auto;
}

.image-gallery-thumbnail.active, .image-gallery-thumbnail:focus {
  border-color: var(--yellow-1) !important;
}

.image-gallery-thumbnail:hover {
  border-color: var(--yellow-2) !important;
}

@media (min-width: 750px) {
    .gallery__icon {
        background-size: 40px 40px;
        padding: 50px;
    }

    .gallery__icon:hover {
        background-size: 50px 50px;
    }
}

