body.popup-wrapper-show {
  overflow: hidden;
}
.popup-wrapper {
  background: rgba(0, 0, 0, .25);
  position: fixed;
  z-index: 2000;
  top: 0;
  width: 100%;
  overflow: auto;
  height: 100vh;
  padding: 12.8rem 0 4.8rem;
}
body.popup-wrapper-show .popup-wrapper{
  display: block;
}
.popup-close {
  text-align: right;
}
.popup-close a {
  color: #fff;
  line-height: 3.3rem;
  padding-right: 3.9rem;
  margin-bottom: 1.2rem;
  position: relative;
  display: inline-block;
}
.popup-close a:after {
  content: "";
  height: 3.3rem;
  width: 3.3rem;
  position: absolute;
  right: 0;
  top: 0;
  background: #dcf3f3 url(../img/icons/close.svg) 50% 50% no-repeat;
}
.l-consultants--item--popup {
  background: #fff;
}
.l-consultants--item--popup .l-consultants--item-data, 
.l-consultants--item--popup .l-consultants--item-photo {
    padding-bottom: 4.8rem;
}
.l-consultants--item-desc{
  width: 100%;
  padding: 4.8rem 0;
  border-top: 1px solid #ededed;
  display: none;
}
.l-consultants--item--popup .l-consultants--item-desc{
  display: block;
}
.l-consultants--item--popup .l-consultants--item-desc .t-head {
  margin-bottom: 1.8rem;
}
.l-consultants--item--popup .l-consultants--item-map {
  height: auto;
  padding: 4.8rem 0 0;
  border-top: 1px solid #ededed;
}
.is-contrast .l-consultants--item--popup .t-content{
  color: #3b352e;
}
@media(max-width:959.98px){
  .l-consultants--item--popup .l-consultants--item-data{
    padding-bottom: 4rem;
  }
  .l-consultants--item-desc {
    padding: 4rem 0;
  }
  .l-consultants--item--popup .l-consultants--item-map {
    padding: 4rem 0 0;
    margin: 0 -1.6rem;
    width: calc(100% + 3.2rem);
  }
  .l-consultants--item--popup .l-consultants--item-map .t-head {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
}
@media(max-width:767px){
  .popup-wrapper .l-inner {
    max-width: 100%;
  }
}