@charset "UTF-8";
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.GeoControlGlobal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 725px) {
  .GeoControlGlobal {
    padding-left: 12px;
  }
}

.GeoControlGlobal.-dark {
  background: #ededed;
}

.GeoControlGlobal-icon {
  padding: 12px 16px;
}

@media (max-width: 725px) {
  .GeoControlGlobal-icon {
    display: none;
  }
}

.GeoControlGlobal-icon .ico {
  fill: rgba(0, 0, 0, 0.7);
}

.GeoControlGlobal-field {
  padding: 12px 0;
  min-width: 48px;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 480px) {
  .GeoControlGlobal-field {
    max-width: 100px;
  }
}

.GeoControlGlobal-suggestion {
  padding: 16px;
  max-height: calc(var(--vh, 1vh)*100 - env(safe-area-inset-bottom) - 148px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.GeoControlGlobal-suggestion::-webkit-scrollbar {
  display: none;
}

@media (max-width: 939px) {
  .GeoControlGlobal-suggestion {
    max-height: calc(var(--vh, 1vh)*100 - env(safe-area-inset-bottom) - 204px);
  }
}

@media (max-width: 725px) {
  .GeoControlGlobal-suggestion {
    max-height: none;
  }
}

.GeoControlGlobal-suggestion.-regions {
  padding: 0 16px 8px;
}

.GeoControlGlobal-comment {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  margin-bottom: 8px;
}

.GeoControlGlobal-cities {
  margin: 0 -16px 24px;
  padding: 0 16px;
}

@media (max-width: 725px) {
  .GeoControlGlobal-simple {
    margin-top: 8px;
  }
}

.GeoControlGlobal-simple-item {
  display: block;
  padding: 10px 24px;
}

.GeoControlGlobal-regions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}

@media (max-width: 725px) {
  .GeoControlGlobal-regions {
    display: block;
  }
}

.GeoControlGlobal-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

.GeoControlGlobal-premium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.GeoControlGlobal-premium-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 0;
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.84);
  border-radius: 4px;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

@media (max-width: 725px) {
  .GeoControlGlobal-premium-item {
    padding: 8px 0;
  }
}

.GeoControlGlobal-premium-item:last-child {
  margin-right: 0;
}

.GeoControlGlobal-premium-item:hover {
  background: #f2f2f2;
}

.GeoControlGlobal-premium-item.-active,
.GeoControlGlobal-premium-item:active {
  background: #e0e0e0;
  -webkit-transition: all .05s ease-out;
  transition: all .05s ease-out;
}

.GeoControlGlobal-premium-item.-active .city-circle {
  fill: #fc7900;
}

.GeoControlGlobal-premium-item div {
  margin-top: 5px;
  white-space: nowrap;
}

.GeoControlGlobal-city {
  display: block;
  padding: 4px 8px;
  margin-bottom: 8px;
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.84);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

@media (max-width: 725px) {
  .GeoControlGlobal-city {
    padding: 8px;
  }
}

.GeoControlGlobal-city:last-child {
  margin-bottom: 0;
}

.GeoControlGlobal-city:hover {
  background: rgba(0, 0, 0, 0.05);
}

.GeoControlGlobal-city.-active,
.GeoControlGlobal-city:active {
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all .05s ease-out;
  transition: all .05s ease-out;
}

.GeoControlDistance {
  background: #fff;
  padding: 8px 8px 8px 0;
}

@media (max-width: 480px) {
  .GeoControlDistance {
    padding-right: 4px;
  }
}

.GeoControlDistance.-dark {
  background: #ededed;
}

.GeoControlDistance-trigger {
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.5);
  padding: 4px 8px;
  cursor: pointer;
  border-radius: 8px;
}

.GeoControlDistance-trigger:hover {
  background: #e0e0e0;
}

.GeoControlDistance-trigger.-active {
  color: #ff9800;
}

.GeoControlDistance-chart {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: -11px;
}

.GeoControlDistance-chart > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #e0e0e0;
}

.GeoControlDistance-value {
  font-size: 20px;
}

.GeoControlDistance-slider {
  padding: 24px;
}

@media (max-width: 725px) {
  .GeoControlDistance-slider {
    padding: 16px;
  }
}

.GeoControlDistance-slider .placeholder {
  margin-bottom: 16px;
}

.GeoControlDistance-slider .noUi-horizontal {
  height: 24px;
}

@media (max-width: 725px) {
  .GeoControlDistance-slider .noUi-horizontal {
    margin: 0 8px;
  }
}

.GeoControlDistance-slider .noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  background: #ff9800;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  right: -8px;
  top: 3px;
  outline: none;
  cursor: pointer;
}

.GeoControlDistance-slider .noUi-horizontal .noUi-handle:before {
  display: none;
}

.GeoControlDistance-slider .noUi-horizontal .noUi-handle:after {
  top: 8px;
  left: 8px;
  width: 16px;
  height: 16px;
  background: #ff9800;
  border-radius: 50%;
  opacity: .5;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.GeoControlDistance-slider .noUi-horizontal .noUi-handle:active:after {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.8);
  transform: translate3d(-50%, -50%, 0) scale(1.8);
}

.GeoControlDistance-slider .noUi-target {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
}

.GeoControlDistance-slider .noUi-target:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background: #bfbfbf;
  height: 2px;
  margin-top: -1px;
}

.GeoControlDistance-slider .noUi-connects {
  top: 11px;
  height: 2px;
}

.GeoControlDistance-slider .noUi-connect {
  background: #ff9800;
}

.GeoControlLocal {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  background: #ededed;
}

.GeoControlLocal:before {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  height: 100%;
  width: 24px;
  z-index: 2;
  pointer-events: none;
  background: -webkit-gradient(linear, right top, left top, from(#ededed), to(rgba(238, 238, 238, 0)));
  background: linear-gradient(270deg, #ededed, rgba(238, 238, 238, 0));
  border-radius: 0 8px 8px 0;
}

.GeoControlLocal.-map {
  background: #fff;
}

.GeoControlLocal.-map:before {
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
}

.GeoControlLocal.-map .GeoControlLocal-search:after {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}

.GeoControlLocal-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.GeoControlLocal-scroll::-webkit-scrollbar {
  display: none;
}

.GeoControlLocal-search {
  position: relative;
  padding: 12px 4px 12px 16px;
  display: none;
}

.GeoControlLocal-search:after {
  content: "";
  position: absolute;
  display: block;
  right: -24px;
  top: 0;
  height: 100%;
  width: 24px;
  z-index: 2;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(#ededed), to(rgba(238, 238, 238, 0)));
  background: linear-gradient(90deg, #ededed, rgba(238, 238, 238, 0));
}

.GeoControlLocal-search .ico {
  fill: rgba(0, 0, 0, 0.7);
}

.GeoControlLocal-field {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 44px 0 16px;
}

@media (max-width: 480px) {
  .GeoControlLocal-field {
    padding: 0 12px;
  }
}

.GeoControlLocal-field input {
  padding: 12px 0;
}

.GeoControlLocal-clear {
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 2;
}

.GeoControlLocal-clear .ico {
  color: #9e9e9e;
}

.GeoControlLocal-row {
  margin-bottom: 32px;
}

.GeoControlLocal-row.-subway {
  margin-bottom: 24px;
}

.GeoControlLocal-row.-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.GeoControlLocal-row.-comment .checkbox {
  margin-right: 8px;
}

.GeoControlLocal-row:last-child {
  margin-bottom: 0;
}

.GeoControlLocal-content {
  max-height: calc(var(--vh, 1vh)*100 - env(safe-area-inset-bottom) - 245px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.GeoControlLocal-content::-webkit-scrollbar {
  display: none;
}

@media (max-width: 939px) {
  .GeoControlLocal-content {
    max-height: calc(var(--vh, 1vh)*100 - env(safe-area-inset-bottom) - 301px);
  }
}

@media (max-width: 725px) {
  .GeoControlLocal-content {
    max-height: none;
    padding: 16px;
  }
}

.GeoControlLocal-content.-with-padding {
  padding: 24px;
}

@media (max-width: 725px) {
  .GeoControlLocal-content.-with-padding {
    padding: 16px;
  }
}

.GeoControlLocal-content.-with-padding .GeoControl-search,
.GeoControlLocal-content .checkbox {
  margin-bottom: 16px;
}

.GeoControlLocal-content .checkbox:last-child {
  margin-bottom: 0;
}

.GeoControlLocal-content .checkbox.-red .checkbox-custom {
  border-color: #e33226;
}

.GeoControlLocal-content .checkbox.-red input[type=checkbox]:checked + .checkbox-custom {
  background-color: #e33226;
  border-color: #e33226;
}

.GeoControlLocal-content .checkbox.-red + .placeholder {
  margin-bottom: 16px;
}

.GeoControlLocal-content .checkbox.-blue .checkbox-custom {
  border-color: #1990e6;
}

.GeoControlLocal-content .checkbox.-blue input[type=checkbox]:checked + .checkbox-custom {
  background-color: #1990e6;
  border-color: #1990e6;
}

.GeoControlLocal-content .checkbox.-green .checkbox-custom {
  border-color: #22a317;
}

.GeoControlLocal-content .checkbox.-green input[type=checkbox]:checked + .checkbox-custom {
  background-color: #22a317;
  border-color: #22a317;
}

@media (max-width: 725px) {
  .GeoControlLocal-content .search-result {
    margin: 0;
  }
}

.GeoControlLocal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 16px;
}

.GeoControlLocal-link {
  color: rgba(0, 0, 0, 0.84);
  display: inline-block;
  margin-right: 16px;
}

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

.GeoControlLocal-link:last-child {
  margin-right: 0;
}

.GeoControlLocal-chips {
  margin: 0;
  padding: 8px 0 8px 16px;
  white-space: nowrap;
}

.GeoControlLocal-subway {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 725px) {
  .GeoControlLocal-subway {
    display: block;
  }
}

.GeoControlLocal-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 30%;
  margin-right: 16px;
}

@media (max-width: 725px) {
  .GeoControlLocal-column {
    max-width: none;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.GeoControlLocal-column:last-child {
  margin-right: 0;
}

@media (max-width: 725px) {
  .GeoControlLocal-column:last-child {
    margin-bottom: 0;
  }
}

.GeoControlLocal-column .UIChips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 725px) {
  .GeoControlLocal-column .UIChips {
    display: block;
  }
}

.GeoControlLocal-column .UIChips .UIChip {
  max-width: 100%;
}

.GeoControlLocal-column .UIChips .UIChip:not(:last-child) {
  margin-bottom: 8px;
  margin-right: 0;
}

.GeoControlLocal-column .UIChips .UIChip .UIChip-content {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 480px) {
  .GeoControlLocal-results:not(:empty) {
    margin-top: 16px;
  }
}

.GeoControlBottom {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 16px 8px 8px;
  border-top: 1px solid #e0e0e0;
}

@media (max-width: 725px) {
  .GeoControlBottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 8px 8px 8px 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.GeoControlBottom-count {
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.GeoControlBottom-count span {
  color: rgba(0, 0, 0, 0.84);
}

.UIPopup {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.6, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.6, 1);
}

@media (max-width: 725px) {
  .UIPopup {
    position: fixed;
    top: auto;
    right: 16px;
    bottom: 16px;
    left: 16px;
    z-index: 1600;
    max-height: calc(100% - 54px);
  }
}

.UIPopup.-no-transitions {
  -webkit-transition: none !important;
  transition: none !important;
}

.UIPopup.-top {
  -webkit-transform: translateY(16px);
  transform: translateY(16px);
  bottom: 100%;
  margin-bottom: 8px;
}

@media (max-width: 725px) {
  .UIPopup.-top {
    bottom: 16px;
    margin-bottom: 0;
  }
}

.UIPopup.-bottom {
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
  top: 100%;
  margin-top: 8px;
}

@media (max-width: 725px) {
  .UIPopup.-bottom {
    top: auto;
    margin-top: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}

.UIPopup.-right {
  right: 0;
}

@media (max-width: 725px) {
  .UIPopup.-right {
    right: 16px;
  }
}

.UIPopup.-wide {
  min-width: 100%;
}

@media (max-width: 725px) {
  .UIPopup.-wide {
    min-width: auto;
  }
}

.UIPopup.-opened {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 725px) {
  .UIPopup.-opened {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 725px) {
  .UIPopup.-opened.-with-subpopup {
    -webkit-transform: none;
    transform: none;
  }
}

.UIPopup-content {
  overflow: auto;
  background: #fff;
  border-radius: 8px;
  padding: 8px;
  max-height: var(--height);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05), 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.05), 0 4px 16px rgba(0, 0, 0, 0.1);
}

@media (max-width: 725px) {
  .UIPopup-content {
    max-height: none;
  }
}

.UIPopup-content + .UIButton {
  display: none;
}

@media (max-width: 725px) {
  .UIPopup-content + .UIButton {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 8px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media (max-width: 725px) {
  .UIPopup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    z-index: 1500;
    opacity: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-color: rgba(0, 0, 0, 0.7);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.75, 0), -webkit-transform 0s 0.4s;
    -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.75, 0), -webkit-transform 0s 0.4s;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.75, 0), transform 0s 0.4s;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.75, 0), transform 0s 0.4s, -webkit-transform 0s 0.4s;
  }
  .UIPopup-overlay.-no-transitions {
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@media (max-width: 725px) {
  .UIPopup-overlay.-opened {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    z-index: 1500;
    opacity: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-color: rgba(0, 0, 0, 0.7);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.75, 0), -webkit-transform 0s 0.4s;
    -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.75, 0), -webkit-transform 0s 0.4s;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.75, 0), transform 0s 0.4s;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.75, 0), transform 0s 0.4s, -webkit-transform 0s 0.4s;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.6, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.6, 1);
  }
  .UIPopup-overlay.-opened.-no-transitions {
    -webkit-transition: none !important;
    transition: none !important;
  }
}

.UIPopup .UISelect {
  position: static;
}

@media (max-width: 725px) {
  .UIPopup {
    position: fixed !important;
    inset: 16px !important;
    bottom: 16px !important;
    right: 16px !important;
    left: 16px !important;
  }
}

.UIPopup.-top {
  -webkit-transform: translateY(16px) !important;
  transform: translateY(16px) !important;
  bottom: 100% !important;
  margin-bottom: 8px !important;
}

@media (max-width: 725px) {
  .UIPopup.-top {
    top: auto !important;
    bottom: 16px !important;
    margin-bottom: 0 !important;
  }
}

.UIPopup.-top.-opened {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.UIPopup.-bottom {
  -webkit-transform: translateY(-16px) !important;
  transform: translateY(-16px) !important;
  top: 100% !important;
  margin-top: 8px !important;
}

@media (max-width: 725px) {
  .UIPopup.-bottom {
    top: auto !important;
    margin-top: 0 !important;
    -webkit-transform: translateY(16px) !important;
    transform: translateY(16px) !important;
  }
}

.UIPopup.-bottom.-opened {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

@media (max-width: 725px) {
  body.UIPopup-no-scroll {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: var(--scrollPosition);
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
  }
}

.UIInput {
  position: relative;
}

.UIInput .UIInput-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: relative;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.UIInput .UIInput-field:hover {
  border-color: rgba(0, 0, 0, 0.25);
}

.UIInput .UIInput-field:hover .UIInput-label {
  color: rgba(0, 0, 0, 0.84);
}

.UIInput .UIInput-field:hover .UIInput-input:-moz-placeholder,
.UIInput .UIInput-field:hover .UIInput-input:-ms-input-placeholder,
.UIInput .UIInput-field:hover .UIInput-input::-moz-placeholder,
.UIInput .UIInput-field:hover .UIInput-input::-webkit-input-placeholder,
.UIInput .UIInput-field:hover .UIInput-input::placeholder {
  color: rgba(0, 0, 0, 0.84);
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.UIInput .UIInput-field.-error,
.UIInput .UIInput-field.-error:hover {
  border-color: #e35241;
}

.UIInput .UIInput-field.-error .UIInput-label,
.UIInput .UIInput-field.-error:hover .UIInput-label {
  color: #e35241;
}

.UIInput .UIInput-field.-active,
.UIInput .UIInput-field.-active:hover {
  border-color: #ff9800;
}

.UIInput .UIInput-field.-active:hover .UIInput-label {
  color: #ff9800;
}

.UIInput .UIInput-field.-active .UIInput-label {
  color: #ff9800;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 13px;
  line-height: 16px;
  background: #fff;
}

.UIInput .UIInput-field.-active .UIInput-icon ~ .UIInput-label {
  left: 14px;
}

.UIInput .UIInput-field.-active .PhoneInputCountry {
  display: block;
}

.UIInput .UIInput-field.-filled .UIInput-label {
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 13px;
  line-height: 16px;
  background: #fff;
}

.UIInput .UIInput-field.-filled .PhoneInputCountry {
  display: block;
}

.UIInput .UIInput-field.-disabled {
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0.1);
}

.UIInput .UIInput-field.-disabled .UIInput-input:-moz-placeholder,
.UIInput .UIInput-field.-disabled .UIInput-input:-ms-input-placeholder,
.UIInput .UIInput-field.-disabled .UIInput-input::-moz-placeholder,
.UIInput .UIInput-field.-disabled .UIInput-input::-webkit-input-placeholder,
.UIInput .UIInput-field.-disabled .UIInput-input::placeholder {
  color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.UIInput .UIInput-field.-disabled .UIInput-label {
  color: rgba(0, 0, 0, 0.25);
}

.UIInput .UIInput-field.-textarea {
  height: auto;
}

.UIInput .UIInput-field.-textarea .UIInput-input {
  vertical-align: top;
  resize: none;
}

.UIInput .UIInput-field.-phone .UIInput-input {
  padding: 0;
}

.UIInput .UIInput-input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
  border: none;
  border-radius: 8px;
  outline: none;
  background: #fff;
}

.UIInput .UIInput-input:-moz-placeholder,
.UIInput .UIInput-input:-ms-input-placeholder,
.UIInput .UIInput-input::-moz-placeholder,
.UIInput .UIInput-input::-webkit-input-placeholder,
.UIInput .UIInput-input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.UIInput .UIInput-label {
  position: absolute;
  top: 12px;
  left: 14px;
  font-size: 16px;
  line-height: 24px;
  padding: 0 2px;
  background: #fff;
  color: rgba(0, 0, 0, 0.5);
  cursor: text;
  pointer-events: none;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.UIInput .UIInput-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: default;
  pointer-events: none;
  left: 12px;
  z-index: 1;
}

.UIInput .UIInput-icon + .UIInput-input {
  padding: 12px 16px 12px 46px;
}

.UIInput .UIInput-icon ~ .UIInput-label {
  left: 40px;
}

.UIInput .UIInput-icon .ico {
  fill: rgba(0, 0, 0, 0.5);
}

.UIInput .PhoneInputCountry,
.UIInput .PhoneInputCountrySelect {
  display: none;
}

.UIInput .PhoneInputCountryIcon {
  position: absolute;
  left: 16px;
  width: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.UIInput .PhoneInputCountryIcon img {
  width: 100%;
}

.UIInput .PhoneInputCountryIcon {
  color: rgba(0, 0, 0, 0.84);
}

.UIInput .PhoneInputCountryIcon svg {
  width: 20px;
}

.UIInput .PhoneInputCountryIconImg {
  color: rgba(0, 0, 0, 0.84);
}

.UIInput .PhoneInputInput {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px 12px 46px;
  border: none;
  border-radius: 8px;
  outline: none;
}

.UIInput .UIInput-error {
  position: absolute;
  bottom: -4px;
  left: 16px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  font-size: 13px;
  line-height: 16px;
  color: #e35241;
}

.GeoControl {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.GeoControl.-dark {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ededed;
}

.GeoControl.-local .GeoControlLocal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
}

.GeoControl.-local .GeoControlLocal-search {
  display: block;
}

.GeoControl.-local .GeoControl-triggers > div:first-child {
  display: none;
}

@media (max-width: 725px) {
  .GeoControl.-local .GeoControl-popup.UIPopup:not(.-fixed) {
    height: calc(100% - 70px);
  }
}

@media (max-width: 725px) {
  .GeoControl.-local .GeoControl-popup.UIPopup:not(.-fixed) .UIPopup-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.GeoControl.-global .GeoControl-triggers > div:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.GeoControl.-global .GeoControl-triggers > div:first-child:before {
  display: none;
}

.GeoControl.-global .GeoControlGlobal {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.GeoControl.-global .GeoControlGlobal-field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: none;
}

.GeoControl.-global .GeoControlDistance,
.GeoControl.-global .GeoControlLocal {
  display: none;
}

@media (max-width: 725px) {
  .GeoControl.-global .GeoControl-popup.UIPopup:not(.-fixed) {
    height: calc(100% - 70px);
  }
}

@media (max-width: 725px) {
  .GeoControl.-global .GeoControl-popup.UIPopup:not(.-fixed) .UIPopup-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (max-width: 725px) {
  .GeoControl-popup.UIPopup.-fixed {
    top: 16px !important;
    bottom: auto !important;
  }
}

.GeoControl-popup .UIPopup-content {
  padding: 0;
}

@media (max-width: 725px) {
  .GeoControl-popup .UIPopup-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 725px) {
  .GeoControl-popup .UIPopup-content + .UIButton {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.GeoControl-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.GeoControl-content::-webkit-scrollbar {
  display: none;
}

.GeoControl-content .UITabs {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.GeoControl-search {
  display: none;
}

@media (max-width: 725px) {
  .GeoControl-search {
    display: block;
  }
}

.GeoControl-triggers {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.GeoControl-triggers,
.GeoControl-triggers > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.GeoControl-triggers > div:first-child {
  position: relative;
}

.GeoControl-triggers > div:first-child:before {
  position: absolute;
  content: "";
  top: 8px;
  right: 0;
  width: 1px;
  height: 32px;
  background: #bfbfbf;
}

.GeoControl-count {
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.GeoControl-count span {
  color: rgba(0, 0, 0, 0.84);
}

.GeoControl input {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: none;
}

.GeoControl input:focus {
  outline: none;
}

.GeoControl input.-dark {
  background: #ededed;
}

.GeoControl input ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.GeoControl input ::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.GeoControl input :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.GeoControl input ::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.GeoControl .GeoConfirmationPopup {
  z-index: 14;
  position: absolute;
  display: none;
  left: 0;
  top: calc(100% + 8px);
  padding: 16px;
  background: #fff;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

@media (max-width: 725px) {
  .GeoControl .GeoConfirmationPopup {
    top: calc(100% + 4px);
  }
}

.GeoControl .GeoConfirmationPopup.-open {
  display: block;
}

.GeoControl .GeoConfirmationPopup .GeoConfirmationPopup-title {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}

.GeoControl .GeoConfirmationPopup .GeoConfirmationPopup-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.GeoControl .GeoConfirmationPopup .GeoConfirmationPopup-actions .UIButton:first-child {
  margin-right: 8px;
}

.FunnelFilters {
  width: 700px;
}

.FunnelFilters .FunnelFilters-rows.Funnel-rows {
  max-height: calc(var(--vh, 1vh)*100 - env(safe-area-inset-bottom) - 260px);
}

@media (max-width: 1199px) {
  .FunnelFilters .FunnelFilters-rows.Funnel-rows {
    max-height: calc(var(--vh, 1vh)*100 - env(safe-area-inset-bottom) - 322px);
  }
}

@media (max-width: 939px) {
  .FunnelFilters .FunnelFilters-rows.Funnel-rows {
    max-height: calc(var(--vh, 1vh)*100 - env(safe-area-inset-bottom) - 380px);
  }
}

@media (max-width: 725px) {
  .FunnelFilters .FunnelFilters-rows.Funnel-rows {
    max-height: none;
  }
}

.FunnelFilters-content {
  overflow: hidden;
}

.FunnelFilters-content,
.FunnelFilters-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.FunnelFilters-filter {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.FunnelFilters-filter.Funnel-row {
  margin-bottom: 16px;
}

.FunnelFilters-filter .UISlider {
  max-width: none;
}

.FunnelFilters-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 8px;
  white-space: nowrap;
}

.FunnelFilters-switcher {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.FunnelFilters-switcher .UIToggleChip {
  width: 100%;
}

.FunnelFilters-switcher .UIToggleChip .UIChip {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.FunnelFilters-switcher .UIToggleChip .UIChip .UIChip-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.FunnelCompanies {
  width: 700px;
}

.FunnelCompanies-search {
  position: relative;
  margin-bottom: 16px;
}

.FunnelCompanies-search-clear {
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -20px;
}

.FunnelCompanies-switcher {
  overflow: hidden;
}

.FunnelCompanies-switcher .UIChip {
  max-width: 100%;
}

.FunnelCompanies-switcher .UIChip .UIChip-content {
  overflow: hidden;
  text-overflow: ellipsis;
}

.FunnelCompanies-premium {
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  -ms-grid-columns: (minmax(120px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  position: relative;
  margin-bottom: 16px;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

@media (max-width: 725px) {
  .FunnelCompanies-premium {
    -ms-grid-columns: (minmax(98px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(98px, 1fr));
  }
}

.FunnelCompanies-premium-item {
  padding: 8px;
  cursor: pointer;
  text-align: center;
  border-radius: 8px;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.FunnelCompanies-premium-item:hover {
  background: #f2f2f2;
}

.FunnelCompanies-premium-item.-active,
.FunnelCompanies-premium-item:active {
  background: #e0e0e0;
  -webkit-transition: all .05s ease-out;
  transition: all .05s ease-out;
}

.FunnelCompanies-premium-logo {
  border-radius: 50%;
  vertical-align: top;
  width: 72px;
  max-width: 100%;
}

.FunnelCompanies-premium-name {
  margin-top: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.FunnelCompanies-basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.FunnelCompanies-basic-item {
  width: calc(50% - 4px);
  cursor: pointer;
  padding: 8px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

@media (max-width: 480px) {
  .FunnelCompanies-basic-item {
    width: 100%;
  }
}

.FunnelCompanies-basic-item:nth-child(odd) {
  margin-right: 8px;
}

@media (max-width: 480px) {
  .FunnelCompanies-basic-item:nth-child(odd) {
    margin-right: 0;
  }
}

.FunnelCompanies-basic-item:hover {
  background: #f2f2f2;
}

.FunnelCompanies-basic-item.-active,
.FunnelCompanies-basic-item:active {
  background: #e0e0e0;
  -webkit-transition: all .05s ease-out;
  transition: all .05s ease-out;
}

.FunnelCompanies-basic-logo {
  margin-right: 16px;
  width: 64px;
  height: 32px;
  position: relative;
  line-height: 1;
  -webkit-box-shadow: 0 0 0 1px #e0e0e0;
          box-shadow: 0 0 0 1px #e0e0e0;
}

.FunnelCompanies-basic-logo img {
  width: 100%;
  vertical-align: top;
}

.FunnelCompanies-basic-logo svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.FunnelCompanies-basic-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.FunnelCompanies .lazyload:not([src]) {
  visibility: hidden;
}

.FunnelCompanies .UIChip.-checked span:first-child {
  display: none;
}

.FunnelCompanies .UIChip.-checked span:last-child {
  display: inline-block;
}

.FunnelCompanies .UIChip span:last-child {
  display: none;
}

.UISlider {
  position: relative;
  max-width: 360px;
  width: 100%;
  margin: 8px 0;
  padding: 0 32px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  -webkit-transition: border-color .25s ease-out;
  transition: border-color .25s ease-out;
}

@media (max-width: 725px) {
  .UISlider {
    max-width: none;
  }
}

.UISlider:hover:not(.-disabled) {
  border-color: #bfbfbf;
}

.UISlider:hover:not(.-disabled) .UISlider-label {
  color: rgba(0, 0, 0, 0.5);
}

.UISlider-label {
  font-size: 13px;
  line-height: 16px;
  padding: 0 2px;
  left: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  color: #bfbfbf;
  -webkit-transition: color .25s ease-out;
  transition: color .25s ease-out;
}

.UISlider-label,
.UISlider-value {
  position: absolute;
  background: #fff;
}

.UISlider-value {
  top: 12px;
  left: 18px;
  max-width: calc(100% - 36px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.UISlider .noUi-horizontal {
  height: 46px;
}

.UISlider .noUi-horizontal[disabled] .noUi-handle {
  display: none;
}

.UISlider .noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  background: #ff9800;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  right: -8px;
  top: -8px;
  outline: none;
  cursor: pointer;
}

.UISlider .noUi-horizontal .noUi-handle:before {
  display: none;
}

.UISlider .noUi-horizontal .noUi-handle:after {
  top: 8px;
  left: 8px;
  width: 16px;
  height: 16px;
  background: #ff9800;
  border-radius: 50%;
  opacity: .5;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all .05s ease-out;
  transition: all .05s ease-out;
}

.UISlider .noUi-horizontal .noUi-handle.noUi-active,
.UISlider .noUi-horizontal .noUi-handle:active {
  background: #f06400;
}

.UISlider .noUi-horizontal .noUi-handle.noUi-active:after,
.UISlider .noUi-horizontal .noUi-handle:active:after {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.8);
  transform: translate3d(-50%, -50%, 0) scale(1.8);
}

.UISlider .noUi-horizontal .noUi-handle.noUi-active .noUi-tooltip,
.UISlider .noUi-horizontal .noUi-handle:active .noUi-tooltip {
  -webkit-transform: translate(-50%, -3px);
  transform: translate(-50%, -3px);
}

.UISlider .noUi-horizontal .noUi-tooltip {
  bottom: 100%;
  -webkit-transition: all .05s ease-out;
  transition: all .05s ease-out;
}

.UISlider .noUi-horizontal .noUi-origin {
  height: 1px;
}

.UISlider .noUi-target {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
}

.UISlider .noUi-target[disabled] {
  cursor: default;
}

.UISlider .noUi-connects {
  top: 100%;
  height: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.UISlider .noUi-connect {
  background: #ff9800;
}

.UISlider .noUi-origin {
  top: 100%;
}

.UISlider .noUi-pips-horizontal {
  height: 48px;
  top: 0;
}

.UISlider .noUi-tooltip {
  border: none;
  border-radius: 0;
  padding: 4px 2px;
}

.UISlider .noUi-value-horizontal {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #bfbfbf;
}

.UISlider .noUi-marker-horizontal.noUi-marker-large,
.UISlider .noUi-marker-horizontal.noUi-marker-normal {
  width: 1px;
  height: 8px;
  background: #bfbfbf;
  bottom: 0;
}

.UIChips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.UIChips .UIChip:not(:last-child) {
  margin-right: 8px;
}

.UIChips.-scrollable:not(.-wrap) {
  display: block;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: auto;
  overflow-y: hidden;
}

.UIChips.-scrollable:not(.-wrap)::-webkit-scrollbar {
  display: none;
}

@media (max-width: 725px) {
  .UIChips.-scrollable:not(.-wrap) {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.UIChips.-scrollable:not(.-wrap) .UIChip {
  position: relative;
}

.UIChips.-scrollable:not(.-wrap) .UIChip:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  right: -16px;
  width: 16px;
}

@media (max-width: 939px) {
  .UIChips.-scrollable.-wrap {
    display: block;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .UIChips.-scrollable.-wrap::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 939px) and (max-width: 725px) {
  .UIChips.-scrollable.-wrap {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 939px) {
  .UIChips.-scrollable.-wrap .UIChip {
    position: relative;
  }
  .UIChips.-scrollable.-wrap .UIChip:after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    right: -16px;
    width: 16px;
  }
}

.UIChips.-margin {
  margin-bottom: 16px;
}

.UIChips.-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.UIChips.-wrap .UIChip {
  margin-bottom: 8px;
}

.UIChip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 16px;
  border-radius: 8px;
  min-width: 32px;
  height: 32px;
  cursor: pointer;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: none;
  outline: none;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: .5px;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.UIChip:active {
  -webkit-transition: all .05s ease-out;
  transition: all .05s ease-out;
}

.UIChip-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.UIChip-icon,
.UIChip-icon .ico {
  width: 20px;
  height: 20px;
}

.UIChip .ico {
  fill: currentColor;
}

.UIChip.-regular {
  background: #ededed;
  color: rgba(0, 0, 0, 0.84);
}

.UIChip.-regular:active,
.UIChip.-regular:hover {
  background: #e0e0e0;
}

.UIChip.-regular.-active {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.UIChip.-regular.-disabled,
.UIChip.-regular[disabled] {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.25);
  background: #ededed;
}

.UIChip.-overlay {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  color: rgba(0, 0, 0, 0.84);
}

.UIChip.-overlay:hover {
  background: #f2f2f2;
}

.UIChip.-overlay:active {
  background: #e0e0e0;
}

.UIChip.-overlay.-active {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.UIChip.-overlay.-disabled,
.UIChip.-overlay[disabled] {
  background: #ededed;
  color: rgba(0, 0, 0, 0.25);
}

.UIChip.-toggle {
  background: rgba(255, 255, 255, 0);
  color: #fff;
}

.UIChip.-toggle:hover {
  background: rgba(255, 255, 255, 0.3);
}

.UIChip.-toggle:active {
  background: rgba(255, 255, 255, 0.4);
}

.UIChip.-toggle.-active {
  background: #fff;
  color: rgba(0, 0, 0, 0.7);
}

.UIChip.-toggle.-disabled,
.UIChip.-toggle[disabled] {
  background: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.3);
}

.UIChip.-icon {
  padding: 6px;
}

.UIChip.-icon-left {
  padding-left: 12px;
}

.UIChip.-icon-left .UIChip-icon {
  margin-right: 8px;
}

.UIChip.-icon-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 12px;
}

.UIChip.-icon-right .UIChip-icon {
  margin-left: 8px;
}

.UIChips.-scrollable {
  display: block;
}

.UIChip.-disabled {
  cursor: default;
}

.UIChip.-badge {
  position: relative;
}

.UIChip.-badge:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background: #ff9800;
  border-radius: 50%;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.FunnelPrice {
  width: 360px;
}

.FunnelPrice-range {
  margin: 8px;
  position: relative;
  min-height: 10px;
}

@media (max-width: 725px) {
  .FunnelPrice-range {
    padding: 0 8px;
  }
}

.FunnelPrice .UICurrencySwitcher {
  margin-bottom: 16px;
}

.FunnelPrice .UISlider {
  margin-bottom: 32px;
}

.FunnelBottom {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 8px 16px 8px 8px;
  border-top: 1px solid #e0e0e0;
}

@media (max-width: 725px) {
  .FunnelBottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 8px 8px 8px 16px;
  }
}

.FunnelBottom-count {
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.FunnelBottom-count span {
  color: rgba(0, 0, 0, 0.84);
}

.FunnelLabelNew {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 16px;
  padding: 0 4px;
  margin-left: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  background: #ff9800;
  text-transform: uppercase;
  border-radius: 4px;
}

.Funnel,
.FunnelLabelNew {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Funnel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
}

@media (max-width: 725px) {
  .Funnel-popup {
    width: auto;
  }
}

.Funnel-popup.UIPopup {
  padding: 0;
  right: 0 !important;
  left: auto !important;
}

@media (max-width: 1199px) {
  .Funnel-popup.UIPopup {
    right: auto !important;
    left: 0 !important;
  }
}

@media (max-width: 725px) {
  .Funnel-popup.UIPopup {
    right: 16px !important;
    left: 16px !important;
    max-height: calc(100% - 72px);
  }
}

@media (max-width: 725px) {
  .Funnel-popup.UIPopup.FunnelCompanies {
    height: calc(100% - 72px);
  }
}

@media (max-width: 725px) {
  .Funnel-popup.UIPopup.FunnelCompanies .UIPopup-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.Funnel-popup .UIPopup-content {
  padding: 0;
}

@media (max-width: 725px) {
  .Funnel-popup .UIPopup-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 725px) {
  .Funnel-popup .UIPopup-content + .UIButton {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.Funnel-chips,
.Funnel-chips > .UIChip .UIChip-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Funnel-chip {
  position: relative;
  margin-right: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.Funnel-chip:last-of-type {
  margin-right: 0;
}

.Funnel-rows {
  position: relative;
  padding: 16px 16px 0;
  max-height: calc(var(--vh, 1vh)*100 - env(safe-area-inset-bottom) - 195px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.Funnel-rows::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1199px) {
  .Funnel-rows {
    max-height: calc(var(--vh, 1vh)*100 - env(safe-area-inset-bottom) - 257px);
  }
}

@media (max-width: 939px) {
  .Funnel-rows {
    max-height: calc(var(--vh, 1vh)*100 - env(safe-area-inset-bottom) - 315px);
  }
}

@media (max-width: 725px) {
  .Funnel-rows {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-height: none;
  }
}

.Funnel-row {
  margin-bottom: 24px;
}

.Funnel-quantity {
  margin-left: 6px;
}

.Funnel-quantity:empty {
  margin-left: 0;
}

.Funnel .UISlider .UISlider-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.MapMobileCard {
  display: block;
  color: rgba(0, 0, 0, 0.84);
  padding: 16px 124px 8px 16px;
  position: relative;
  background: #fff;
  min-height: 120px;
}

.MapMobileCard-name {
  margin-bottom: 4px;
}

.MapMobileCard-image {
  width: 120px;
  max-width: 35%;
  position: absolute;
  top: 0;
  right: 0;
}

.MapMobileCard-location,
.MapMobileCard-price {
  margin-bottom: 16px;
}

.MapMobileCard-link {
  margin-left: -12px;
}

.MapMobileCard-favorite {
  position: absolute;
  top: 4px;
  right: 4px;
}

.Сountdown {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.Сountdown,
.Сountdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Сountdown-item {
  padding: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 4px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 4px;
  height: 48px;
  min-width: 40px;
}

.Сountdown-item:last-child {
  margin-right: 0;
}

.mapboxgl-ctrl-group {
  border-radius: 8px;
}

.mapboxgl-ctrl-group:not(:empty) {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mapboxgl-ctrl-group.mapboxgl-ctrl-zoom {
  border-radius: 8px;
}

.mapboxgl-ctrl-group:not(.mapboxgl-ctrl-styles) button {
  width: 32px;
  height: 32px;
}

.mapboxgl-ctrl-compass button {
  border-radius: 8px;
}

.mapboxgl-ctrl-compass svg path:last-child {
  fill: rgba(0, 0, 0, 0.7);
}

.mapboxgl-ctrl-around button {
  color: rgba(0, 0, 0, 0.7);
}

.mapboxgl-ctrl-around button:before {
  content: "3D";
  font-size: 15px;
  font-weight: 500;
}

.mapboxgl-ctrl-around.-active button:before {
  content: "2D";
}

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner,
.mapboxgl-ctrl-top-right .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
  right: 22px;
  border-radius: 8px 0 0 8px;
}

.mapboxgl-ctrl-attrib.mapboxgl-compact {
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
  border-radius: 8px !important;
  margin-top: 10px;
}

.mapboxgl-ctrl-attrib.mapboxgl-compact:after {
  top: 4px !important;
  right: 4px !important;
  bottom: 4px !important;
  left: 4px !important;
}

.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  height: 32px;
  top: 0;
  position: absolute;
  padding: 6px;
  border-radius: 0 8px 8px 0;
}

.mapboxgl-ctrl-tooltip {
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  border-radius: 4px;
  font-size: 13px;
  pointer-events: none;
}

.UITooltip {
  position: relative;
  display: inline-block;
}

.UITooltip-trigger:hover + .UITooltip-content {
  visibility: visible;
  opacity: 1;
}

.UITooltip .UITooltip-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-transform: none;
  font-weight: 400;
  text-align: center;
  border-radius: 4px;
  font-size: 13px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 10;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.UITooltip-content.-visible,
.UITooltip .UITooltip-content.-visible {
  visibility: visible;
  opacity: 1;
}

.UITypography {
  color: rgba(0, 0, 0, 0.84);
}

.UITypography-h1 {
  font-size: 32px;
  line-height: 40px;
}

.UITypography-h1,
.UITypography-h2 {
  font-family: Roboto;
  font-weight: 500;
  letter-spacing: .2px;
}

.UITypography-h2 {
  font-size: 24px;
  line-height: 28px;
}

.UITypography-h3 {
  font-size: 20px;
}

.UITypography-h3,
.UITypography-h4 {
  font-family: Roboto;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .2px;
}

.UITypography-h4 {
  font-size: 17px;
}

.UITypography-body,
.UITypography-link {
  font-weight: 400;
}

.UITypography-body,
.UITypography-bold,
.UITypography-link {
  font-family: Roboto;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
}

.UITypography-bold {
  font-weight: 500;
}

.UITypography-caption {
  font-family: Roboto;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
}

.UITypography-label {
  font-family: Roboto;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 1px;
}

.UITypography-button-bold {
  font-weight: 500;
}

.UITypography-button,
.UITypography-button-bold {
  font-family: Roboto;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: .5px;
}

.UITypography-button {
  font-weight: 400;
}

@keyframes scale-down {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.UIFavoriteButton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px;
  color: rgba(0, 0, 0, 0.84);
  letter-spacing: .5px;
  background-color: #fff;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.1);
}

.UIFavoriteButton:hover {
  background-color: #f2f2f2;
}

.UIFavoriteButton:active {
  -webkit-transition: all .05s ease-out;
  transition: all .05s ease-out;
  background-color: #e0e0e0;
}

.UIFavoriteButton.-primary {
  color: #fff;
  background: #ff9800;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.UIFavoriteButton.-primary:hover {
  background: #fa7800;
}

.UIFavoriteButton.-primary:active {
  background: #f06400;
  -webkit-transition: all .05s ease-out;
  transition: all .05s ease-out;
}

.UIFavoriteButton.-primary.-disabled,
.UIFavoriteButton.-primary[disabled] {
  background: #bfbfbf;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out;
}

.UIFavoriteButton.-primary.-disabled:hover,
.UIFavoriteButton.-primary[disabled]:hover {
  background: #bfbfbf;
}

.UIFavoriteButton.-primary.-disabled:active,
.UIFavoriteButton.-primary[disabled]:active {
  background: #bfbfbf;
  -webkit-transition: all .05s ease-out;
  transition: all .05s ease-out;
}

.UIFavoriteButton.-primary .UIButton-loading-path {
  stroke: rgba(255, 255, 255, 0.5);
}

.UIFavoriteButton.-primary.-active .ico,
.UIFavoriteButton.-primary .ico {
  fill: #fff;
}

.UIFavoriteButton.-secondary {
  color: rgba(0, 0, 0, 0.84);
  background: #ededed;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.UIFavoriteButton.-secondary:hover {
  background: #e0e0e0;
}

.UIFavoriteButton.-secondary:active {
  background: #bfbfbf;
  -webkit-transition: all .05s ease-out;
  transition: all .05s ease-out;
}

.UIFavoriteButton.-secondary.-disabled,
.UIFavoriteButton.-secondary[disabled] {
  background: #ededed;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out;
  color: rgba(0, 0, 0, 0.5);
}

.UIFavoriteButton.-secondary.-disabled:hover,
.UIFavoriteButton.-secondary[disabled]:hover {
  background: #ededed;
}

.UIFavoriteButton.-secondary.-disabled:active,
.UIFavoriteButton.-secondary[disabled]:active {
  background: #ededed;
  -webkit-transition: all .05s ease-out;
  transition: all .05s ease-out;
}

.UIFavoriteButton.-secondary.-disabled .ico,
.UIFavoriteButton.-secondary[disabled] .ico {
  fill: #bfbfbf;
}

.UIFavoriteButton.-secondary .UIButton-loading-path {
  stroke: rgba(0, 0, 0, 0.25);
}

.UIFavoriteButton.-secondary .ico {
  fill: rgba(0, 0, 0, 0.7);
}

.UIFavoriteButton.-transparent {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out;
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.UIFavoriteButton.-transparent:hover {
  background: rgba(255, 255, 255, 0.4);
}

.UIFavoriteButton.-transparent:active {
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .05s ease-out;
  transition: all .05s ease-out;
}

.UIFavoriteButton.-transparent .ico {
  fill: #fff;
}

.UIFavoriteButton.-transparent.-disabled,
.UIFavoriteButton.-transparent[disabled] {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out;
  color: rgba(255, 255, 255, 0.5);
}

.UIFavoriteButton.-transparent.-disabled:hover,
.UIFavoriteButton.-transparent[disabled]:hover {
  background: rgba(255, 255, 255, 0.3);
}

.UIFavoriteButton.-transparent.-disabled:active,
.UIFavoriteButton.-transparent[disabled]:active {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all .05s ease-out;
  transition: all .05s ease-out;
}

.UIFavoriteButton.-transparent.-disabled .ico,
.UIFavoriteButton.-transparent[disabled] .ico {
  fill: rgba(255, 255, 255, 0.5);
}

.UIFavoriteButton.-transparent .UIButton-loading-path {
  stroke: rgba(255, 255, 255, 0.5);
}

.UIFavoriteButton.-ghost-dark {
  background: transparent;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out;
  color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.UIFavoriteButton.-ghost-dark:hover {
  background: rgba(0, 0, 0, 0.05);
}

.UIFavoriteButton.-ghost-dark:active {
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all .05s ease-out;
  transition: all .05s ease-out;
}

.UIFavoriteButton.-ghost-dark .ico {
  fill: rgba(0, 0, 0, 0.7);
}

.UIFavoriteButton.-ghost-dark.-disabled,
.UIFavoriteButton.-ghost-dark[disabled] {
  color: rgba(0, 0, 0, 0.25);
}

.UIFavoriteButton.-ghost-dark.-disabled .ico,
.UIFavoriteButton.-ghost-dark[disabled] .ico {
  fill: rgba(0, 0, 0, 0.25);
}

.UIFavoriteButton.-ghost-dark .UIButton-loading-path {
  stroke: rgba(0, 0, 0, 0.25);
}

.UIFavoriteButton.-ghost-light {
  background: transparent;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.UIFavoriteButton.-ghost-light:hover {
  background: rgba(255, 255, 255, 0.3);
}

.UIFavoriteButton.-ghost-light:active {
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: all .05s ease-out;
  transition: all .05s ease-out;
}

.UIFavoriteButton.-ghost-light .ico {
  fill: currentColor;
}

.UIFavoriteButton.-ghost-light.-disabled,
.UIFavoriteButton.-ghost-light[disabled] {
  color: rgba(255, 255, 255, 0.5);
}

.UIFavoriteButton.-ghost-light .UIButton-loading-path {
  stroke: rgba(255, 255, 255, 0.5);
}

.UIFavoriteButton.-with-text {
  padding: 4px 12px;
}

.UIFavoriteButton.-active .UIFavoriteButton-add {
  display: none;
}

.UIFavoriteButton.-active .UIFavoriteButton-remove {
  display: inline;
}

.UIFavoriteButton.-active .ico {
  fill: #ff9800;
  -webkit-animation: scale-down .4s;
  animation: scale-down .4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.UIFavoriteButton.-active .ico .ico-active {
  opacity: 1;
}

.UIFavoriteButton-add {
  display: inline;
  margin-left: 8px;
}

.UIFavoriteButton-remove {
  display: none;
  margin-left: 8px;
}

.UIFavoriteButton .ico {
  width: 20px;
  height: 20px;
  fill: rgba(0, 0, 0, 0.7);
}

.UIFavoriteButton .ico path {
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.UIFavoriteButton .ico path.ico-active {
  opacity: 0;
}

@media (max-width: 725px) {
  .UIFavoriteButton:not(.-with-text-mobile) {
    padding: 6px;
  }
  .UIFavoriteButton:not(.-with-text-mobile).-active .UIFavoriteButton-add,
  .UIFavoriteButton:not(.-with-text-mobile).-active .UIFavoriteButton-remove,
  .UIFavoriteButton:not(.-with-text-mobile) .UIFavoriteButton-add,
  .UIFavoriteButton:not(.-with-text-mobile) .UIFavoriteButton-remove {
    display: none;
  }
  .UIFavoriteButton .ico {
    margin-right: 0;
  }
}

.UIStyles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 6px;
}

.UIStyles-block {
  -ms-grid-row-span: var(--span);
      grid-row-end: span var(--span);
}

.UIStyles-header {
  background-color: #ff9800;
  color: #fff;
  padding: 24px;
  border-radius: 8px 8px 0 0;
  font-size: 24px;
  font-weight: 500;
}

.UIStyles-content {
  border: 1px solid #ededed;
  padding: 0 24px 24px;
  color: #bfbfbf;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

.UIStyles-content.-dark {
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  color: #fff;
}

.UILabel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.UILabel.-small {
  padding: 0 8px;
  border-radius: 4px;
}

.UILabel.-medium {
  padding: 4px 8px;
  border-radius: 8px;
}

.UILabel.-grey-light {
  background: #f2f2f2;
  color: rgba(0, 0, 0, 0.5);
}

.UILabel.-transparent {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.UILabel.-accent {
  background: #ff9800;
  color: #fff;
}

.Card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.Card:hover .Card-image,
.Card:hover .Card-teaser-logo {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.Card.-teaser .Card-inner {
  height: 100%;
  padding-top: 0;
}

.Card.-teaser .Card-cover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.08)), color-stop(26%, transparent), color-stop(74%, transparent), to(rgba(0, 0, 0, 0.22)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), transparent 26%, transparent 74%, rgba(0, 0, 0, 0.22));
}

.Card.-double_line_label .Card-label .UILabel {
  line-height: 1.35;
  padding-top: 2px;
  padding-bottom: 2px;
}

.Card.-double_line_label .Card-label .Card-text {
  white-space: normal;
}

.Card-hero {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#2484c6), color-stop(45%, rgba(0, 0, 0, 0.1)), color-stop(65%, rgba(0, 0, 0, 0.05)), to(#ffc800));
  background: linear-gradient(180deg, #2484c6, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0.05) 65%, #ffc800);
  z-index: 0;
}

.Card-inner {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 8px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.Card-inner-tall {
  padding-top: 120%;
}

.Card-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.Card-image-teaser-logo {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  padding: 5%;
}

.Card-cover {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  padding: 8px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, transparent), color-stop(67%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(180deg, transparent 47%, rgba(0, 0, 0, 0.3) 67%, rgba(0, 0, 0, 0.65));
}

.Card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 0;
  color: rgba(0, 0, 0, 0.5);
}

.Card-content .UITypography-h3 {
  color: rgba(0, 0, 0, 0.84);
  margin-bottom: 4px;
}

.Card-content .Card-label {
  display: none;
}

.Card-header {
  max-width: calc(100% - 40px);
  z-index: 1;
}

.Card-header > .UILabel {
  display: none;
}

.Card-header .Card-location.-place .ico {
  fill: #fff;
}

.Card-developer,
.Card-developer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Card-developer-item {
  padding: 0 8px;
  border-radius: 4px;
  overflow: hidden;
  background: var(--card-color);
  color: var(--text-color);
}

.Card-developer-item + .Card-developer-item {
  margin-left: 4px;
}

.Card-developer-logo {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.Card-developer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.Card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}

.Card-location,
.Card-location-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.Card-location-label {
  margin-right: 4px;
  overflow: hidden;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.Card-location-label span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.Card-location-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.Card-location-time .ico {
  fill: rgba(0, 0, 0, 0.5);
}

.Card-location-separator {
  margin: 0 4px;
}

.Card-location .ico {
  margin-right: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.Card-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Card-title {
  width: 100%;
  overflow: hidden;
}

.Card-title .UITypography-h3 {
  margin-bottom: 4px;
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.Card-title .UITypography-h3:last-child {
  margin-bottom: 0;
}

.Card-label {
  display: inline-block;
  margin-bottom: 8px;
  width: 100%;
}

.Card-label .UILabel {
  max-width: 100%;
}

.Card-action {
  background: #00be71;
}

.Card-warning {
  margin-left: 8px;
}

.Card .UIFavoriteButton {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 1;
}

@media (max-width: 480px) {
  .UIGrid-col-xs-6 .Card {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .UIGrid-col-xs-6 .Card-header .Card-label {
    display: none;
  }
}

@media (max-width: 480px) {
  .UIGrid-col-xs-6 .Card-header > .UILabel {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 32px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .UIGrid-col-xs-6 .Card-content {
    padding: 4px 0;
  }
}

@media (max-width: 480px) {
  .UIGrid-col-xs-6 .Card-content .Card-label {
    display: inline-block;
  }
}

@media (max-width: 480px) {
  .UIGrid-col-xs-6 .Card-title .UITypography-h3 {
    margin-bottom: 0;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media (max-width: 480px) {
  .UIGrid-col-xs-6 .Card-location-label {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .UIGrid-col-xs-6 .Card-location .ico {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 480px) {
  .UIGrid-col-xs-6 .Card .Сountdown {
    display: none;
  }
}

@media (max-width: 480px) {
  .UIGrid-col-xs-6 .Card .UITypography-h3 {
    font-size: 15px;
  }
}

.AuthorizationPopup .UIModal-content [data-modal=content] {
  position: relative;
  height: 370px;
  max-height: 100vh;
}

@media (max-width: 939px) {
  .AuthorizationPopup .UIModal-content [data-modal=content] {
    max-height: calc(100vh - 64px);
  }
}

.AuthorizationPopup-frame {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  border: none;
}

body {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#map {
  width: 100%;
  height: 100%;
}

.Map {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 939px) {
  .Map {
    bottom: 56px;
  }
}

.Map-bar {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.Map-bar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 24px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1232px;
}

@media (max-width: 1199px) {
  .Map-bar-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 725px) {
  .Map-bar-content {
    display: block;
  }
}

.Map-bar .wrapper {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 725px) {
  .Map-bar .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.Map-search {
  width: 100%;
  margin-right: 24px;
  margin-bottom: 16px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  min-width: 0;
}

@media (max-width: 1199px) {
  .Map-search {
    margin-bottom: 16px;
    margin-right: 0;
    max-width: none;
  }
}

@media (max-width: 725px) {
  .Map-search {
    width: 100%;
  }
}

.Map-card {
  display: none;
  position: absolute;
  top: 88px;
  left: 16px;
  z-index: 5;
}

@media (max-width: 1199px) {
  .Map-card {
    top: 144px;
  }
}

.Map-card.-active {
  display: block;
}

.Map-card.-mobile {
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 26;
}

@media (max-width: 939px) {
  .Map-card.-mobile {
    bottom: -56px;
  }
}

.Map-chips {
  position: relative;
  padding-top: 16px;
  margin-left: 8px;
}

@media (max-width: 725px) {
  .Map-chips {
    padding-top: 12px;
    margin-left: 0;
  }
}

.Map-chips:after {
  position: absolute;
  content: "";
  right: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff9800;
}

@media (max-width: 725px) {
  .Map-chips:after {
    top: 8px;
  }
}

.Map-chips > .chips-chip {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.Map-legend {
  bottom: 70px;
  left: 16px;
  position: absolute;
  z-index: 10;
}

@media (max-width: 725px) {
  .Map-legend {
    display: none;
  }
}

.Map-legend-button {
  cursor: pointer;
}

.Map-legend-button:hover .ico {
  fill: #303030;
}

.Map-legend-button .ico {
  fill: #505050;
  -webkit-filter: drop-shadow(0 2px 2px rgba(80, 80, 80, 0.2));
  filter: drop-shadow(0 2px 2px rgba(80, 80, 80, 0.2));
}

.Map-legend-content {
  padding: 16px 16px 8px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.Map-legend-row {
  padding-left: 28px;
  margin-bottom: 12px;
  position: relative;
}

.Map-legend-color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}

.Map-legend-color.-with-border {
  border: 1px solid #eee;
}

.Map-legend-action {
  margin-left: -12px;
}

.Map .Card {
  width: 284px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05), 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.05), 0 4px 16px rgba(0, 0, 0, 0.1);
}

.Map .Card-inner {
  border-radius: 8px 8px 0 0;
}

.Map .Card-content {
  padding: 8px;
  background: #fff;
}

.Notification {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  padding: 30px 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 576px;
  max-width: 100%;
  min-height: 200px;
}

.Notification.-active {
  display: block;
}

.mapbox-ctrl-styles {
  margin-bottom: 12px !important;
}
/*# sourceMappingURL=map.css.map */