.school__list {
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -ms-flex-pack: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -5px;
}
.school__list .school__item {
  border: 1px solid #00a1ed;
  padding: 15px;
  margin: 5px;
  width: 250px;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -ms-flex-pack: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row initial;
          flex-flow: row initial;
}
.school__list .school__item .school__item__logo {
  width: 50px;
}
.school__list .school__item .school__item__logo img {
  max-width: 100%;
  height: auto;
}
.school__list .school__item .school__item__name {
  width: 200px;
  padding-left: 10px;
}
.school__list .school__item p {
  font-size: .9em;
  line-height: 1.2;
}
.school-detail {
  max-width: 500px !important;
}
.school-detail .school-name {
  padding: 10px 30px;
  text-align: center;
  color: #ffffff;
  background-color: #00a1ed;
  font-size: 20px;
}
.school-detail .school-name h3 {
  margin: 0;
  font-size: 18px;
  color: #ffffff;
}
.school-detail .school-info {
  padding: 20px;
}
.school-detail .school-info h4 {
  text-align: center;
  font-size: 20px;
  color: #00a1ed;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.school-detail .school-info .person,
.school-detail .school-info .phone,
.school-detail .school-info .mail {
  text-align: center;
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
}
.school-detail .school-info a:hover,
.school-detail .school-info a:focus {
  color: #08256a;
}
.school-detail .buttons {
  text-align: center;
}
.fancybox-stage .fancybox-content {
  padding: 0;
}
.fancybox-slide--html .fancybox-close-small {
  padding: 7px;
}
