.s-guraduates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

.s-guraduates-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0 0 20px;
}
.s-guraduates-item a {
  text-decoration: none;
}
@media print, screen and (min-width: 701px) {
  .s-guraduates-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    margin-bottom: 36px;
  }
  .s-guraduates-item a {
    -webkit-transition: opacity 400ms;
    -o-transition: opacity 400ms;
    transition: opacity 400ms;
  }
  .s-guraduates-item a:hover {
    opacity: 0.6;
  }
}

div .s-guraduates-item__image {
  margin: 0;
}
div .s-guraduates-item__image img {
  width: 100%;
  vertical-align: top;
}

.s-guraduates-item__info {
  position: relative;
  padding: 14px 35px 14px 20px;
  border-left: 4px solid #003380;
}
a .s-guraduates-item__info::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  color: #1260D3;
  display: inline-block;
  width: 9px;
  height: 9px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

div .s-guraduates-item__department {
  margin: 0 0 3px;
  color: #1260D3;
  font-weight: bold;
  font-size: 1.1667rem;
  line-height: 1.2;
}
@media print, screen and (min-width: 701px) {
  div .s-guraduates-item__department {
    margin-bottom: 5px;
    font-size: 1rem;
  }
}

div .s-guraduates-item__name {
  margin: 0;
  color: #003380;
  font-weight: bold;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 701px) {
  div .s-guraduates-item__name {
    font-size: 1.25rem;
  }
}

.s-guraduates-pop-up {
  max-width: 700px;
  margin: 50px 9px;
  padding: 30px;
  background: #fff;
}
.s-guraduates-pop-up p:not([class]) {
  font-size: 1.1667rem;
  margin: 0 0 30px;
}
@media print, screen and (min-width: 701px) {
  .s-guraduates-pop-up {
    margin-right: auto;
    margin-left: auto;
    padding: 70px;
  }
  .s-guraduates-pop-up p:not([class]) {
    font-size: 1rem;
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 701px) {
  .s-guraduates-pop-up-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

@media print, screen and (min-width: 701px) {
  .s-guraduates-pop-up-column__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
  }
}

@media print, screen and (min-width: 701px) {
  .s-guraduates-pop-up-column__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}

.s-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 0;
  padding: 20px 0 0;
  border-top: 2px solid #e2e2e2;
}
@media print, screen and (min-width: 701px) {
  .s-pager {
    margin-top: 70px;
  }
}

.s-pager__prev {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.s-pager__prev a {
  display: inline-block;
  position: relative;
  min-height: 27px;
  padding: 0 0 0 34px;
  color: inherit;
  text-decoration: none;
  line-height: 27px;
}
.s-pager__prev a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  background: #1260D3;
  border-radius: 50%;
}
.s-pager__prev a::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 11px;
  color: #fff;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media print, screen and (min-width: 701px) {
  .s-pager__prev {
    font-size: 0.9375rem;
  }
  .s-pager__prev a {
    min-height: 32px;
    padding-left: 40px;
    line-height: 32px;
  }
  .s-pager__prev a::before {
    width: 32px;
    height: 32px;
  }
  .s-pager__prev a::after {
    top: 12px;
    left: 13px;
    display: inline-block;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
  }
}

.s-pager__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 4px 0 0;
  text-align: center;
}
.s-pager__close button {
  position: relative;
  font-size: 1rem;
  text-align: center;
  background: none;
  border: none;
  cursor: pointer;
}
.s-pager__close span {
  display: block;
  margin: 0 auto 5px;
  position: relative;
  width: 22px;
  height: 22px;
}
.s-pager__close span::before, .s-pager__close span::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 14px);
  left: calc(50% - 1px);
  width: 2px;
  height: 28px;
  background: #000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.s-pager__close span::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media print, screen and (min-width: 701px) {
  .s-pager__close button {
    font-size: 0.9375rem;
  }
  .s-pager__close span {
    margin-bottom: 8px;
    position: relative;
    width: 26px;
    height: 26px;
  }
  .s-pager__close span::before, .s-pager__close span::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 16.8px);
    left: calc(50% - 1px);
    width: 2px;
    height: 33.6px;
    background: #000;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .s-pager__close span::after {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

.s-pager__next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  text-align: right;
}
.s-pager__next a {
  display: inline-block;
  position: relative;
  min-height: 27px;
  padding: 0 34px 0 0;
  color: inherit;
  text-decoration: none;
  line-height: 27px;
}
.s-pager__next a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 27px;
  height: 27px;
  background: #1260D3;
  border-radius: 50%;
}
.s-pager__next a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 11px;
  color: #fff;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 701px) {
  .s-pager__next {
    font-size: 0.9375rem;
  }
  .s-pager__next a {
    min-height: 32px;
    padding-right: 40px;
    line-height: 32px;
  }
  .s-pager__next a::before {
    width: 32px;
    height: 32px;
  }
  .s-pager__next a::after {
    top: 12px;
    right: 13px;
    display: inline-block;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}