/*colors*/
/*fonts*/
/*Mixins*/
/* line 3, ../sass/map.scss */
.containerMap, .containerMap ymaps.ymaps-map {
  z-index: 2;
}

/* line 7, ../sass/map.scss */
.containerMap {
  position: relative;
  display: inline-block;
}

/* line 12, ../sass/map.scss */
.containerMap .YMap {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border: 4px solid #e4e4e2;
  background: #f4f5f6 url(//s.exist.ru/img/loading.gif) no-repeat scroll center 30px;
  overflow: hidden;
}

/* line 23, ../sass/map.scss */
.containerMap .dummy {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 29, ../sass/map.scss */
.containerMap .loading {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f4f5f6 url(//s.exist.ru/img/loading.gif) no-repeat scroll center 50px;
  opacity: 0.7;
  z-index: 11;
}

/* line 38, ../sass/map.scss */
.containerMap .modalCover {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f4f5f6;
  opacity: 0.7;
  z-index: 11;
}

/* line 47, ../sass/map.scss */
.containerMap .modalwnd {
  background-color: White;
  padding: 10px;
  border: 1px solid Gray;
  position: absolute;
  left: 35%;
  top: 25%;
  text-align: center;
  z-index: 12;
  max-width: 300px;
}

/* line 59, ../sass/map.scss */
.containerMap .modalwnd p {
  padding-bottom: 10px;
  cursor: default;
}

/* line 64, ../sass/map.scss */
.containerMap .modalwnd a {
  cursor: pointer;
}

/* line 68, ../sass/map.scss */
.containerMap .modalwnd a.leftbtn {
  margin-right: 30px;
}

/* line 72, ../sass/map.scss */
.containerMap .modalwnd a.rightbtn {
  margin-left: 30px;
}

/* line 76, ../sass/map.scss */
.containerMap .wndClearMyPosition {
  position: absolute;
  background-color: #eef9d1;
  border: 1px solid #9c9c9c;
  top: 50px;
  padding: 2px 10px;
  z-index: 10;
}

/* line 85, ../sass/map.scss */
.containerMap .wndClearMyPosition a {
  margin-left: 30px;
  cursor: pointer;
}

/* line 90, ../sass/map.scss */
.containerMap .wndChangePositionInfo {
  position: absolute;
  background-color: White;
  border: 1px solid #9c9c9c;
  top: 50px;
  padding: 5px 15px;
  z-index: 10;
}

/* line 99, ../sass/map.scss */
.containerMap .wndChangePositionInfo .descTip {
  display: inline-block;
  background: url(//s.exist.ru/img2/tip.png) no-repeat;
  vertical-align: middle;
  margin: 0px;
  width: 16px;
  height: 16px;
}

/* line 108, ../sass/map.scss */
.containerMap.fullMap div.full {
  display: none;
}

/* line 112, ../sass/map.scss */
.containerMap div.full {
  display: block;
  position: absolute;
  z-index: 12;
  width: 30px;
  height: 30px;
  background: url("//s.exist.ru/img2/fullmap.png") no-repeat;
  text-indent: -99999px;
  left: 5px;
  top: 5px;
  opacity: 0.7;
  cursor: pointer;
}

/* line 126, ../sass/map.scss */
.containerMap .full:hover {
  opacity: 1;
}

/* line 131, ../sass/map.scss */
.containerMap.fullMap {
  position: fixed !important;
  left: 10% !important;
  top: 10% !important;
  width: 80% !important;
  height: 80% !important;
}

/* line 140, ../sass/map.scss */
.containerMap .fullMapOverlay, .containerMap .fullMapClose {
  display: none;
}

/* line 144, ../sass/map.scss */
.containerMap.fullMap .fullMapOverlay {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: Gray;
  opacity: 0.5;
}

/* line 155, ../sass/map.scss */
.containerMap.fullMap .fullMapClose {
  display: block;
  position: absolute;
  z-index: 12;
  width: 30px;
  height: 30px;
  right: -10px;
  top: -10px;
  background: url("//s.exist.ru/fancybox/fancy_close.png") center center no-repeat;
  cursor: pointer;
}

/* line 167, ../sass/map.scss */
.cluster-balloon-item {
  padding: 4px 5px;
}

/* line 171, ../sass/map.scss */
.cluster-balloon-item.sel {
  background: #e4e4e2;
}

/* line 175, ../sass/map.scss */
.cluster-balloon-item {
  cursor: pointer;
}

/* line 179, ../sass/map.scss */
.MapPointListItem {
  position: relative;
  border: 1px solid transparent;
  cursor: pointer;
  float: left;
  transition: background-color 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}

/* line 190, ../sass/map.scss */
.MapPointListItem:hover {
  background: #f5f5f5;
}

/*.MapPointListItem div {
    padding: 8px 0 8px 30px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}*/
/* line 201, ../sass/map.scss */
.MapPointListItem span {
  display: inline-block;
  font-size: 17px;
  margin-bottom: 5px;
  float: left;
}

/* line 208, ../sass/map.scss */
.MapPointListItem p {
  color: gray;
  margin: 5px 0 0 0px;
  float: left;
  clear: both;
}

/* line 215, ../sass/map.scss */
.MapPointListItem a {
  display: inline-block;
  margin-top: 3px;
}

/* line 220, ../sass/map.scss */
.MapPointListItem.sel,
.MapPointListItem.sel:hover {
  background: #e4e4e2;
}

/*.MapPointListItem i {
    position: absolute;
    top: 10px;
    left: 3px;
    font-style: normal;
    width: 18px;
    height: 18px;
    border: 2px solid #047;
    display: block;
    line-height: 18px;
    background: #fff;
    font-size: 11px;
    border-radius: 11px;
    text-align: center;
}*/
/* line 241, ../sass/map.scss */
.containerMap .customMapButton {
  display: inline-block;
  border: 2px solid Gray;
  border-radius: 11px;
  position: relative;
  overflow: hidden;
}

/* line 249, ../sass/map.scss */
.containerMap .customMapButton.dis {
  opacity: 0.6;
}

/* line 253, ../sass/map.scss */
.containerMap .customMapButton .back {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: White;
  opacity: 0.8;
  border-radius: 11px;
}

/* line 264, ../sass/map.scss */
.containerMap .customMapButton img {
  position: relative;
}

/* line 268, ../sass/map.scss */
.containerMap .customMapButton:active {
  top: 1px;
  left: -1px;
}

/* line 273, ../sass/map.scss */
.point-card {
  padding: 15px;
  float: left;
  width: 300px;
  box-sizing: border-box;
}
/* line 279, ../sass/map.scss */
.point-card .pointheader {
  padding: 0;
}

/* line 284, ../sass/map.scss */
.point-card p {
  margin-bottom: 7px;
  clear: both;
}

/* line 289, ../sass/map.scss */
.point-card .bBn {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  box-sizing: border-box;
  text-align: center;
}

/* line 301, ../sass/map.scss */
.point-card h1 {
  font-size: 17px;
  margin-bottom: 5px;
  white-space: normal;
}

/* line 307, ../sass/map.scss */
.point-card-city {
  font-size: 15px;
  color: gray;
  margin-bottom: 10px;
}

/* line 313, ../sass/map.scss */
.point-card-tofav {
  margin-top: 10px;
}

/* line 317, ../sass/map.scss */
.point-card-address i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-bottom: -3px;
  background: url(//s.exist.ru/img2/icons.png) -417px top no-repeat;
}

/* line 326, ../sass/map.scss */
.point-card-phone i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-bottom: -3px;
  background: url(//s.exist.ru/img2/icons.png) -432px top no-repeat;
}

/* line 335, ../sass/map.scss */
.point-card-hours i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-bottom: -3px;
  background: url(//s.exist.ru/img2/clock.png) 0 0 no-repeat;
}

/* line 344, ../sass/map.scss */
.point-card-address,
.point-card-phone,
.point-card-hours {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 7px;
}

/* line 354, ../sass/map.scss */
.point-card-hours--loaded-list i,
.point-card-hours--loaded-list ul,
.point-card-phone--loaded-list i,
.point-card-phone--loaded-list ul {
  float: left;
}

/* line 361, ../sass/map.scss */
.point-card-phone__group-name {
  color: gray;
}

/* line 365, ../sass/map.scss */
.point-card__details {
  float: left;
  clear: both;
  margin: 10px 0;
}

/* line 372, ../sass/map.scss */
.point-card-show-phone {
  float: left;
  display: flex;
}
/* line 376, ../sass/map.scss */
.point-card-show-phone div {
  float: left;
}

/* line 384, ../sass/map.scss */
.point-card-phone-btn a {
  display: block;
  background: #f48e8c;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  padding: 8px 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: -5px;
}
/* line 392, ../sass/map.scss */
.point-card-phone-btn a:hover {
  color: #fff;
  background: #e88785;
}

/* line 399, ../sass/map.scss */
.point-card .point-card-price-btn {
  background: #e8e8e8;
  font-weight: normal;
  font-family: Roboto, Arial, Tahoma, sans-serif;
  font-size: 15px;
  color: #363636;
  height: 37px;
  line-height: 37px;
}
/* line 408, ../sass/map.scss */
.point-card .point-card-price-btn span {
  background: #73a2b9;
  float: right;
  padding: 0 33px;
  margin-right: -15px;
  border-radius: 0 3px 3px 0;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

/* line 418, ../sass/map.scss */
.ymaps-create-point {
  padding: 15px;
}
/* line 421, ../sass/map.scss */
.ymaps-create-point__header {
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #363636;
  font-family: Roboto, Arial, Tahoma, sans-serif;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 7px;
}
/* line 429, ../sass/map.scss */
.ymaps-create-point__row {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 7px;
}
/* line 434, ../sass/map.scss */
.ymaps-create-point__list-item {
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: gray;
  display: inline-block;
  width: 100%;
  margin-bottom: 4px;
}

/* line 442, ../sass/map.scss */
.ctype_Phone {
  background-position: -432px top;
}

/* line 446, ../sass/map.scss */
.ctype_EMail {
  background-position: -688px top;
}

/* line 450, ../sass/map.scss */
.ctype_Icq {
  background-position: -720px top;
}

/* line 454, ../sass/map.scss */
.ctype_Skype {
  background-image: url("//s.exist.ru/img2/skype_icon.png");
}

/* line 458, ../sass/map.scss */
.ctype_Fax {
  background-image: url("//s.exist.ru/img2/fax_icon.png");
}

/* line 462, ../sass/map.scss */
.page {
  width: 350px;
}

/* line 466, ../sass/map.scss */
.text-message {
  background-color: antiquewhite;
  width: 100%;
  height: 50px;
  padding: 4px;
}

/* line 473, ../sass/map.scss */
.direct-offers-map-container {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  display: flex;
}
/* line 478, ../sass/map.scss */
.direct-offers-map-container.map-view .containerMap__hide-map {
  display: none;
}
@media only screen and (max-width: 600px) {
  /* line 478, ../sass/map.scss */
  .direct-offers-map-container.map-view .containerMap__hide-map {
    display: block;
    position: absolute;
    z-index: 20;
    padding: 8px 11px 14px;
    background: #f5f5f5;
    font-size: 35px;
    color: #b1b1b1;
    border-radius: 5px;
    left: -50px;
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.4);
    cursor: pointer;
  }
}

/* line 504, ../sass/map.scss */
.productList--direct {
  width: 40%;
  float: left;
  position: relative;
  max-height: 450px;
  overflow-y: auto;
}
@media only screen and (max-width: 600px) {
  /* line 504, ../sass/map.scss */
  .productList--direct {
    width: 100%;
    width: calc(100% - 10px);
  }
}

/* line 520, ../sass/map.scss */
#containerMap.containerMap--direct {
  width: 60%;
  height: 450px;
  float: right;
  margin: 0;
  position: relative;
  max-height: 450px;
}
@media only screen and (max-width: 600px) {
  /* line 520, ../sass/map.scss */
  #containerMap.containerMap--direct {
    width: 80%;
    margin-right: -80%;
  }
}

/* line 536, ../sass/map.scss */
.productItem {
  border: solid 1px Gray;
  background-color: lightgray;
  padding: 3px;
  margin-top: 2px;
  cursor: pointer;
}

/* line 545, ../sass/map.scss */
.add-your-point {
  background: antiquewhite;
  padding: 10px;
  float: right;
}

/* line 551, ../sass/map.scss */
.add-your-point i {
  font-family: Arial, Tahoma, sans-serif;
  font-style: normal;
  font-size: 20px;
  border: 2px solid;
  display: block;
  float: left;
  padding: 1px 9px;
  border-radius: 50%;
  margin-right: 10px;
  color: #39bb86;
  margin-top: -3px;
}

/* line 565, ../sass/map.scss */
h1 {
  float: left;
}

/* line 569, ../sass/map.scss */
.subhead {
  color: gray;
  font-size: 14px;
}

/* line 574, ../sass/map.scss */
.sortVals {
  margin-bottom: 10px;
  clear: both;
}

/* line 579, ../sass/map.scss */
.sortVals a {
  border-bottom: 2px solid transparent;
  padding: 1px 0 2px 0;
  margin: 0 10px;
}

/* line 585, ../sass/map.scss */
.sortVals a.active {
  border-bottom: 2px solid #fae3bb;
}

/* line 589, ../sass/map.scss */
.sortVals .asc i, .sortVals .desc i {
  display: inline-block;
  position: relative;
  background: url(//s.exist.ru/img2/icons.png) no-repeat;
  width: 8px;
  height: 4px;
  top: -2px;
  left: -3px;
}

/* line 599, ../sass/map.scss */
.sortVals .asc i {
  background-position: -592px -20px;
}

/* line 603, ../sass/map.scss */
.sortVals .desc i {
  background-position: -592px -16px;
}

@media only screen and (max-width: 600px) {
  /* line 608, ../sass/map.scss */
  .add-your-point {
    margin-bottom: 15px;
    float: left;
    clear: both;
  }
}
