/**/
.newcontacts .section_name{
  margin-top: 60px;
}
.contacts-stores.shops-list1 h4 {
  margin-top: 0;
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 28px;
  line-height: 121%;
  color: #0d1720;
}
.contacts-stores.shops-list1 .gipItem{
  margin: 0 0 -1px;
  padding: 32px 0;
  border-bottom: 1px solid var(--gray-200);
  border-top: 1px solid var(--gray-200);
  border-left:0;
  border-right:0;
  display: flex;
  justify-content: space-between;
}
.gipItem > div{
  margin-right: 32px;
}
.gipItem > div:last-child{
  margin-right: 0;
}

.gipItem .gipItemImgArea{
  width: 345px;
  height: 235px;
  position:relative;
  margin-right: 32px;
}
.gipItem .image_wrapper_block img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}
.gipItem .gipItemInfoArea{
  width: 600px;
  display: flex;
  flex-direction: column;
  height: 235px;
  justify-content: space-between;
  margin-right: auto;
}
.gipItem .gInfoName{
  margin-bottom: 24px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.gipItem .subTtl{
  font-weight: 500;
  font-size: 12px;
  line-height: 117%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--gray-400);
}
.gipItem .gInfoName div{
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: var(--blakc);
}
.gipItem .gInfoSheld{
  padding-left: 36px;
  background: url(img/clock.svg) no-repeat left center;
  background-size: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--blakc);
  margin: 0 0 auto;
}
.gipItem .gInfoSheld span{
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: var(--white);
  margin-left: 21px;
}
.gipItem .gInfoSheld span:after{
  content: "Закрыто";
  display: inline-block;
  padding: 4px 8px;
  border-radius: 8px;
  background: red;
}
.gipItem .gInfoSheld span.otk:after{
  content: "Открыто";
  background: var(--service-colors-green);
}
.gipItem .gInfoToMap{
  cursor: pointer;
  padding-left: 36px;
  background: url(img/map.svg) no-repeat left center;
  background-size: 28px;
  font-weight: 500;
  font-size: 13px;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--blakc);
}

.gipItem .gipItemDopInfo{
  width: 275px;
  height: 235px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gDopProps{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gDopProps .subTtl:after{
  display: none;
  content: "Особенности";
}
.gipItem .gDPlist{
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.gipItem .gDPlist .gDPitem{
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
  min-height: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--blakc);
  padding-left: 36px;
  margin-bottom: 14px;
}
.gDPitem.park{background-image: url(img/park.png)}
.gDPitem.cofe{background-image: url(img/cofe.svg)}
.gipItem .gDPlist .gDPitem:last-child{
  margin-bottom: 0;
}
.gDPlineList{
  display: flex;
  margin-top: 24px;
}
.gDPlineList .gDPlineItem{
  margin-right: 20px;
}
.gDPlineList .gDPlineItem:last-child{
  margin-right: 0;
}

.giPhonesList{
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}
.giPhonesList > a{
  margin-bottom: 6px;
  min-width: 165px;
  height: 40px;
}

.marshList{
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}
.marshList > a {
  margin-bottom: 6px;
  text-align: left;
  height: 40px;
  padding: 7px 18px 6px 14px;
}
.marshList > a img{
  margin-right: 5px;
  vertical-align: middle;
}
.gipButPhone{
  display: none;
}

.botEsyPanel .marshList{
  flex-direction: row;
  justify-content: center;
}
.botEsyPanel .marshList .btn {
  white-space: normal;
  margin-right: 12px;
  display: flex;
  line-height: 13px;
  align-items: center;
  width: auto;
  min-width: 10px;
  max-width: 33%;
}
.botEsyPanel .marshList .btn:last-child{
  margin-right: 0;
}

@media(max-width: 1200px){
  .gipItem > div {
    margin-right: 12px;
  }
  .contacts-stores.shops-list1 .gipItem{
    flex-wrap: wrap;

  }
  .gipItem .gipItemImgArea{
    margin-bottom: 40px;
  }
  .gipItem .gipItemInfoArea{
    width: calc(100% - 377px);
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media(max-width: 991px){
  .contacts-stores.shops-list1 h4 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 24px;
  }
  .addresLineInfo{
    margin: 32px 0 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
  .item-views-wrapper.newcontacts{
    margin-top: -40px;
  }
  .contacts-stores.shops-list1 .gipItem {
    margin: 0 0;
    padding: 0 0 24px;
    border-bottom: 0 none;
    border-top: 0 none;
    border-left: 0;
    border-right: 0;
    display: flex;
   flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .gipItem .gipItemImgArea{
    width: 100%;
    height: 205px;
  }
  .gipItem .gipItemInfoArea{
    width: 100%;
    height:auto;
    padding-top: 24px;
  }
  .gipItem .gipItemDopInfo{
    width: 100%;
    height: auto;
  }
  .gipItem > div{
    width: 100%;
    margin-right: 0;
  }
  .gipContactsPage .contacts-page-map .bx-yandex-view-layout {
    margin-left: 0;
    margin-right: 0;
    border: 0 none;
    width: 100%;
  }
  .gipItem .gipItemImgArea {
    width: 100%;
    height: 55vw;
    margin-right: 0;
  }
  .gipItem .image_wrapper_block {
    min-width: 100%;
    margin: 0 auto;
    display: block;
    height: 55vw;
    width: 100%;
    max-height: 55vw;
    padding: 0 !important;
  }
  .gipItem .section-gallery-wrapper {
    position: static;
    flex-direction: row;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    width:100%;
    height:55vw;
  }
  .compact-catalog .gipItem .section-gallery-wrapper__item:not(._active){
    display: block !important;
  }
  .gipItem .section-gallery-wrapper__item {
    flex-grow: unset !important;
    background: 0 0;
    margin-bottom: 0;
    width: calc(100vw - 70px);
    min-width: calc(100vw - 70px);
    position: static;
    display: block;
    max-width: calc(100vw - 70px);
    height: 100%;
    margin-right: 16px;
    margin-left: 0;
  }
  .gipItem .section-gallery-wrapper__item:last-child{
    margin-right: 0;
  }
  .gipItem .image_wrapper_block img{
    opacity: 1;
    max-width: calc(100vw - 70px);
    position: static;
  }
  .gipItem .gInfoName{
    flex-direction: row;
  }
  .gInfoName > div{
    min-width: 66%;
  }
  .gipItem .section-gallery-wrapper__item-nav{
    display: none;
  }
  .gipItem .gInfoName {
    margin-bottom: 14px;
    height: auto;
    display: flex;
  }
  .gipItem .gInfoName div {
    font-size: 16px;
    line-height: 20px;
  }
  .gipItem .gInfoSheld {
    width: 66%;
    margin-left: 34%;
    font-size: 15px;
  }
  .gipItem .gInfoSheld span {
    margin-left: 12px;
  }
  .gipItem .gInfoToMap{
    display: none;
  }
  .gDopProps{
    flex-direction: row;
    align-items: flex-start;
    margin-top: 30px;
  }
  .gDopProps.gdp2 .subTtl:after{
    display: none;
  }
  .gDPlineList .gDPlineItem {
    margin-right: 12px;
    margin-bottom: 10px;
  }
  .gDopProps.gdp1 .subTtl:after{
    content: "Разное";
  }
  .gDopProps > div{
    width:66%;
    min-width: 66%;
    max-width: 66%;
  }
  .gipItem .gDPlist {
    margin-top: 0;
  }
  .gipItem .gDPlist .gDPitem {
    background-size: 24px;
    min-height: 24px;
    font-size: 15px;
    line-height: 23px;
    padding-left: 36px;
    margin-bottom: 8px;
  }
  .gDPlineList{
    margin-top: 0;
  }
  .gipItemPhones{
    margin-top: 32px;
  }
  .gipButPhone{
    display: block;
  }
  .gipItemPhones .subTtl,
  .gipItemPhones .giPhonesList{
    display: none;
  }
  .gipItemPhones .btn{
    width:100%;
  }
  .gipItemMarsh .subTtl,
  .gipItemMarsh .marshList{
    display: none;
  }
  .gipItemMarsh{
    margin-top: 8px;
  }
  .gDPlineList{
    flex-wrap: wrap;
  }
  .gDopProps.gdp1 .subTtl:after{
    display: inline-block;
    content:"Разное";
  }
}


.botEsyPanelArea{
  position: fixed;
  top:0;
  left:-100vw;
  width: 1px;
  overflow: hidden;
  height: 1px;
  z-index:100;
  background-color: rgba(51, 51, 51, 0);
  transition:all linear 0.1s 0.3s, background-color ease 0.3s;
}
.botEsyPanelArea.active{
  left:0;
  width: 100vw;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.4);
  transition:  background-color ease 0.3s;
}
.botEsyPanelArea .botEsyPanel{
  position: absolute;
  bottom:-100%;
  left:0;
  width:100vw;
  height:auto;
  padding: 32px 16px 90px;
  border-radius: 24px 24px 0 0;
  background: #fff;
  min-height:80px;
  transition: bottom ease 0.3s;
}
.botEsyPanelArea.active .botEsyPanel{
  bottom:-0;
  transition: bottom ease 0.3s;
}
.botEsyPanelArea .botEsyPanel .botEsyPanelClose {
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: calc(-100vh + 22px);
  left: 0;
}
.botEsyPanelArea .botEsyPanel .botEsyPanelClose:after{
  content: "";
  display: block;
  border-radius: 16px;
  width: 40px;
  height: 2px;
  background: #8b8b8b;
  position: absolute;
  bottom:15px;
  left:50%;
  margin-left: -20px;
}

.forMap {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

@media(max-width: 736px){
  .gInfoName > div{
    max-width: 66%;
  }
}










