body {
    height: 100vh;
    webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bg {
    pointer-events: none;
}

.filters {
    padding: 0 1em;
}

.filters__inner {
    padding: 1em 0;
}

.filter-item {
    margin-left: 0;
    margin-right: 1em;
    width: initial;
    display: flex;                 /* на всякий случай — в webflow уже flex */
    align-items: center;
}

.filter-item__icon{
  width: 1.25em;
  height: 1.25em;
  margin-left: .9em;
  margin-right: .55em;
  background-color: currentColor;            /* иконка всегда того же цвета, что и текст */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: contain;
          mask-repeat: no-repeat;
          mask-position: 50% 50%;
          mask-size: contain;
  flex: 0 0 auto;
  pointer-events: none;
}

/* Чуть ужимаем отступ текста, когда слева есть иконка */
.filter-item__icon + .filter-item__text{
  margin-left: .2em !important;
}

.filter-item:first-child {
    margin-left: 0.5em;
}

.filter-item:last-child {
    margin-right: 0.5em;
}

.places__wrapper {
    width: 100%;
    z-index: 20;
}

.close__place {
    display: none;
}

.place-card {
    width: 100%;
    height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.pano-change {
    pointer-events: none;
}

.pano-slider {
    pointer-events: auto;
}

.pano-slider__inner {
    display: flex;
    align-items: center;
}

.pano-slider__arrows {
    z-index: 40;
}

.pano-slider__arrow {
    cursor: pointer;
    pointer-events: auto;
}

.pano-change .swiper-button-disabled {
    opacity: 0;
    cursor: auto;
}

.sound-button {
    pointer-events: none;
    opacity: 0.5;
}

.intro {
    transition: opacity 1s;
}

#intro-video {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    background-color: #001980;
}

.intro__text {
    z-index: 1;
}

.panorama_ads, .custom_created_wrapper {
    display: none !important;
}

.logo {
    display: none;
}

.aim {
    font-size: 2em;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    color: lightseagreen;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.tools-input {
    position: absolute;
    z-index: 999;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 1em;
    top: 50px;
    bottom: 0;
    align-items: start;
    justify-content: center;
}

.tools-input > label {
    color: white;
    text-shadow: 2px 2px 2px rgb(0, 0, 0)
}

.tools-input > button {
    width: 100%;
    margin-top: 2em;
}

.hs-wrapper {
    justify-content: center;
    align-items: center;
    display: flex !important;
}

.hs {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    pointer-events: none;
}

.icon {
    position: relative;
    z-index: 20;
    width: 2em;
    height: 2em;
    flex: 0 0 auto;
    border-radius: 100%;
    background-image: linear-gradient(225deg, #009be3, #2d60b7 67%, #3d4aa7);
    box-shadow: 0 0 0 5px hsla(0, 0%, 100%, 0.5);
    transition: box-shadow 400ms cubic-bezier(.645, .045, .355, 1);
    pointer-events: auto;
}

.icon.icon--on {
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.5);
}

.icon__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.icon--adv .icon__img {
  /* background: linear-gradient(145deg, #CFB53B, #FFB000); */
  border-radius: 50%;
  padding: 3px;
}


.desc {
    position: relative;
    z-index: 10;
    display: flex;
    height: 0;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 1em;
    background-color: #fff;
    transition: all 400ms cubic-bezier(.645, .045, .355, 1);
    pointer-events: auto;
    min-width: 7em;
}

.desc.desc--2-row {
    height: 4.1em;
    margin-top: -0.5em;
}

.desc.desc--1-row {
    height: 2.8em;
    margin-top: -0.5em;
}

.desc__txt {
    padding: 0.8em 1.1em 0.7em;
    flex: 0 0 auto;
    font-size: 1em;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
}

.desc__bubble {
    position: absolute;
    width: 100%;
    height: 0;
    max-width: 7em;
    flex: 0 0 auto;
    transform: scale3d(1, 0, 1) translate(0px, -100%);
    transition: height 400ms cubic-bezier(.645, .045, .355, 1), transform 400ms cubic-bezier(.645, .045, .355, 1);
    transform-style: preserve-3d;
}

.desc__bubble.desc__bubble--on {
    top: 0.05em;
    height: 0.6em;
    transform: scale(1) translate(0, -100%);
}

.desc__mask {
    overflow: hidden;
    flex: 0 0 auto;
}

.zOrder {
    z-index: 9999 !important;
}

.transition {
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.description__button {
    padding: 0.5em 0.8em;
    border-radius: 0.6em;
    background-image: linear-gradient(to right, hsla(227.4782608695652, 50.66%, 44.51%, 1.00), hsla(200.46082949308757, 95.59%, 44.51%, 1.00));
    color: hsla(228.28125, 0.00%, 100.00%, 1.00);
    font-size: 1em;
}

.place-item__img {
    object-fit: cover;
}

@media all and (min-width: 991px) {
    .filters .swiper-wrapper {
        width: initial;
    }
}

@media all and (min-width: 479px)  and (max-width: 767px) {
    .filters .swiper-wrapper {
        width: initial;
    }
}

@media all and (max-width: 479px) {
    .description__slider {
        display: none;
    }

    .showOnMobile {
        display: inline-block;
    }

    .description__button {
        font-size: 1.2em;
    }

}

@media all and (max-height: 500px) {
    .rotate-device {
        display: flex;
    }
}
