

/* Start:/gde-kupit/style.css?1665959703457*/
footer#page-footer
{
    display: none;
}

.mm-breadcrumbs-wrapper
{
    width: 100%;
}
@media screen and (max-width: 768px)
{
    .mm-breadcrumbs-wrapper
    {
        display: none;
    }
}

.map-page-wrapper
{
    flex-grow: 1;
    width: 100%;

    position: relative;
}

body main
{
    padding-bottom: 0;

    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/shops-list-with-map/style.css?16753344468716*/
main {
  overflow-x: hidden;
}

.map-grayscale {
  flex-grow: 1;
  width: 100%;
  height: 100%;

  position: absolute;
  left: 0;
  top: 0;
}

#mm-ymap {
  width: 100%;
  height: 100%;
}

.map-page-wrapper #mm-ymap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* цвет фона балуна */
.ymaps-2-1-79-map .ymaps-2-1-79-balloon,
.ymaps-2-1-79-balloon .ymaps-2-1-79-balloon__layout,
.ymaps-2-1-79-balloon .ymaps-2-1-79-balloon__content {
  background-color: var(--mm-black-color);
  height: max-content;
}

.ymaps-2-1-79-zoom {
  filter: invert(1);
}

.ymaps-2-1-79-gotoymaps {
  box-shadow: 0 0 50px 1px rgba(255, 255, 255, 0.5);
}

.ymaps-2-1-79-gotoymaps__container {
  background-color: var(--mm-black-color) !important;
}

.ymaps-2-1-79-gotoymaps__text {
  color: var(--mm-white-color) !important;
}

.ymaps-2-1-79-copyright__content {
  background-color: var(--mm-black-color) !important;
}

.ymaps-2-1-79-copyright__content ymaps,
#mm-ymap .ymaps-2-1-79-copyright__link {
  color: var(--mm-grey-3-color) !important;

  transition: color 0.3s;
}
#mm-ymap .ymaps-2-1-79-copyright__link:hover {
  color: #fff !important;
}

.ymaps-2-1-79-gototech {
  display: none !important;
}
/*.ymaps-2-1-79-gototaxi*/
/*{*/
/*    display: none !important;*/
/*}*/

ymaps[class*="-ground-pane"] {
  -ms-filter: invert(100%) grayscale(100%);
  -webkit-filter: invert(100%) grayscale(100%);
  -moz-filter: invert(100%) grayscale(100%);
  -o-filter: grayscale(100%) invert(100%);

  filter: grayscale(1) invert(1);
}

/* хвостик у балуна */
.ymaps-2-1-79-balloon .ymaps-2-1-79-balloon__tail {
  display: none;
}

.ymaps-2-1-79-balloon,
.ymaps-2-1-79-balloon .ymaps-2-1-79-balloon__layout {
  border-radius: 2px;
}

.ymaps-2-1-79-balloon .ymaps-2-1-79-balloon__close {
  right: 15px;
  top: 15px;
}

.ymaps-2-1-79-balloon .ymaps-2-1-79-balloon__content {
  padding: 18px;
  height: max-content;
}

.ymaps-2-1-79-balloon .ymaps-2-1-79-balloon__close-button {
  background-image: url("/upload/icons/shops/close-balloon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

  width: 14px;
  height: 14px;
}

.ymaps-2-1-79-balloon p,
.ymaps-2-1-79-balloon a {
  margin: 0 0 9px;
  font-family: "Inter", sans-serif;
}

.ymaps-2-1-79-balloon a {
  display: block;
  max-width: max-content;
}

.ymaps-2-1-79-balloon p:last-child,
.ymaps-2-1-79-balloon a:last-child {
  margin-bottom: 0;
}

.balloon__shop-metro-station {
  position: relative;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;

  color: var(--mm-white-color);

  padding-left: calc(16px + 8px);
}
.balloon__shop-metro-station::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;

  background-image: url("/upload/icons/shops/metro.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.balloon__shop-name {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;

  color: var(--mm-white-color);
}

.balloon__shop-address,
.balloon__shop-opened {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;

  color: #b5b5b5;
}

.ymaps-2-1-79-balloon a[href^="tel:"] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;

  color: var(--mm-accent-color);
}

.ymaps-2-1-79-balloon a[href^="htt"] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;

  color: var(--mm-accent-color);
}

.ymaps-2-1-79-outerHint-pane ymaps {
  background-color: transparent;
}

.ymaps-custom-hint {
  width: 100%;
  height: 100%;

  background-color: var(--mm-black-color);
  box-shadow: 0 0 13px 2px rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
}

.ymaps-custom-hint__text {
  font-family: var(--text-font-name), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;

  color: var(--mm-white-color);
}

.shops-list-wrapper {
  position: absolute;
  right: 51px;
  top: 20px;

  z-index: 3;

  max-width: 315px;
  min-width: 325px;
}
@media screen and (max-width: 1200px) {
  .shops-list-wrapper {
    right: 10px;

    max-width: 280px;
    min-width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .shops-list-wrapper {
    display: flex;
    flex-flow: column;
    justify-content: space-between;

    height: calc(100% - 40px - 35px);

    pointer-events: none;
  }
}
@media screen and (max-width: 450px) {
  .shops-list-wrapper {
    top: 15px;

    left: 15px;
    right: 15px;

    width: 100%;
    max-width: calc(100% - 30px);
    min-width: calc(100% - 30px);

    max-height: calc(100% - 15px - 35px);
  }
}

.shops-list__search {
  background: rgba(51, 51, 51, 0.7);
  border: 1px solid #787878;
  border-radius: 2px;

  padding: 25px 20px;

  margin-bottom: 9px;
}
@media screen and (max-width: 768px) {
  .shops-list__search {
    pointer-events: all;

    margin-bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  .shops-list__search {
    padding: 15px 10px;
  }
}

.shops-list__search-title {
  margin: 0 0 15px;

  font-family: "Inter", var(--text-font-name), sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;

  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 450px) {
  .shops-list__search-title {
    margin: 0 0 10px;
  }
}

.shops-list__search-select-wrapper {
  position: relative;
}

.shops-list__search-select-top {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;

  padding-bottom: 9px;

  border-bottom: 1px solid #b5b5b5;
}

.shops-list__search-select-top input {
  padding: 0;
  /*background-color: red;*/
  background-color: transparent;
  width: calc(100% - 20px);

  font-family: "Inter", var(--text-font-name), sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;

  color: var(--mm-white-color);

  margin: 0;

  outline: none;
  border: none;
}

#open-shops-list {
  width: 15px;
  height: 15px;
  max-width: unset;

  background-color: var(--mm-accent-color);

  padding: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}
#open-shops-list::before,
#open-shops-list::after {
  display: none;
}

#open-shops-list img {
  width: 11px;
  height: 5px;
  transition: transform 0.5s;
  transform: rotate(180deg);
}

#open-shops-list.opened img {
  transform: rotate(0deg);
}

.cities-list {
  position: absolute;
  height: 100vh;
  max-height: 0;
  overflow-y: auto;
  background-color: var(--mm-black-color);

  width: 100%;

  z-index: 3;

  transition: 0.5s;
}
.cities-list.showed {
  max-height: 300px;

  box-shadow: 0 0 13px rgba(255, 255, 255, 0.5);
}

.cities-list__item {
  background-color: var(--mm-black-color);
  color: #fff;

  padding: 8px 5px 8px 20px;

  cursor: pointer;

  transition: 0.4s;
}
@media screen and (hover: hover) {
  .cities-list__item:hover {
    background-color: var(--mm-accent-color);
    color: var(--mm-black-color);
  }
}

.cities-item__name {
  margin: 0;

  font-family: "Inter", var(--text-font-name), sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;

  color: inherit;
}

.shops-list {
  display: grid;
  grid-gap: 10px 0;

  overflow: auto;

  max-height: 52vh;
}
@media screen and (max-width: 768px) {
  .shops-list {
    display: none;
  }
}
@media screen and (max-height: 850px) {
  .shops-list {
    max-height: 44vh;
  }
}
@media screen and (max-height: 740px) {
  .shops-list {
    max-height: 35vh;
  }
}

.shop-list__item {
  cursor: pointer;

  padding: 20px;

  background: rgba(51, 51, 51, 0.7);
  border: 1px solid #787878;
  border-radius: 2px;
}
.shop-list__item.hidden {
  display: none;
}

.shop-list__item-name {
  font-family: "Inter", var(--text-font-name), sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;

  color: var(--mm-white-color);

  margin: 0 0 10px;
}

.shop-list__item-address {
  font-family: "Inter", var(--text-font-name), sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;

  color: #b5b5b5;
  margin: 0;
}

.add-shop-btn {
  width: 100%;
  max-width: 100%;

  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .add-shop-btn {
    margin-top: 0;

    pointer-events: all;
  }
}
@media screen and (max-width: 450px) {
  .add-shop-btn {
    width: 100%;
    max-width: 100%;
  }
}

/** XLEB **/
h1.catalog-title-h {
  position: absolute;
  opacity: 0;
}
/** XLEB  END **/

.ymaps-2-1-79-map ymaps {
  color: #787878;
}

/* End */
/* /gde-kupit/style.css?1665959703457 */
/* /bitrix/templates/.default/components/bitrix/news.list/shops-list-with-map/style.css?16753344468716 */
