.center {
  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;
}

.centersb {
  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;
}

.map-item {
  position: relative;
  margin-bottom: 20px;
}

.map-item__contacts {
  border-radius: 15px;
  background: #fff;
  width: 100%;
  z-index: 10;
  margin-bottom: 10px;
}

.map-item__preloader .icon {
  width: 100%;
  height: 100%;
}

.map-item__wrapper {
  position: relative;
}

.map-item__map {
  width: 100%;
  min-height: 400px;
  height: 450px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.map-item .social__item {
  width: 35px;
  height: 35px;
}

.map-item .social__item .icon {
  width: 16px;
  height: 16px;
}

.map-item .clinic-modal__btn {
  border-radius: 10px;
  max-height: 50px;
}

.map-item .clinic-modal__btn.btn_transparent {
  border: 1px solid #e6e6e6;
}

.map-home {
  min-height: 800px;
}

@media (min-width: 834px) {
  .map-item__contacts {
    border: 1px solid #e6e6e6;
    overflow: hidden;
  }

  .map-item__wrapper {
    padding: 30px;
  }
}

@media (min-width: 1440px) {
  .map-item {
    overflow: hidden;
    border-radius: 20px;
  }

  .map-item__contacts {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(122, 122, 122, 0.03);
            box-shadow: 0px 5px 15px 0px rgba(122, 122, 122, 0.03);
    border: none;
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 600px;
  }

  .map-item__wrapper {
    padding: 25px;
  }
}

@media (max-width: 1439px) {
  .map-item__map {
    margin-top: 10px;
    height: 300px;
  }
}

@media (max-width: 833px) {
  .map-item {
    margin-bottom: 40px;
  }

  .map-item__map {
    margin: 0 -20px;
    width: calc(100% + 40px);
    height: 450px;
    border-radius: 20px;
  }

  .map-item__map .map {
    height: 100%;
  }

  .map-item .clinic-modal__btn {
    border-radius: 20px;
    max-height: 55px;
  }
}
@supports (appearance:none){

}

 @media (min-width: 834px){

@supports (appearance:none){

}

}

 @media (min-width: 1440px){

@supports (appearance:none){

}

}

 @media (max-width: 1439px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
