.contact_managers_block_photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_managers_block_photos .item {
  width: 260px;
  position: relative;
  float: left;
  margin-right: 32px;
  margin-bottom: 50px;
}

.contact_managers_block_photos .item:nth-child(4n) {
  margin-right: 0;
}

.contact_managers_block_photos .item img.manager_photos {
  position: absolute;
  width: 199px;
  top: 56px;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.contact_managers_block_photos .item img.manager_photos:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.contact_managers_block_photos .item img.manager_background {
  width: 100%;
  height: auto;
}

.contact_managers_block_photos .item .name {
  position: absolute;
  color: #1E323A;
  bottom: 20px;
  left: 61px;
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 36px;
}

.contact_managers_block_photos .item .prof {
  position: absolute;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #1E323A;
  font-size: 15px;
  line-height: 120%;
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  text-orientation: upright;
  right: 15px;
  bottom: 130px;
}

.contact_managers_block_photos .item .location {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  position: absolute;
  right: 16px;
  top: 9px;
  color: #EC5938;
}
/*# sourceMappingURL=managerphotos.css.map */