.jury-page {
  padding-bottom: 80px;
}

.jury-page .box-with-right-bg {
  background-size: 30%;
  background-position: 98% 34%;
}

.jury-page .jury-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1024px;
  padding: 90px 8% 0;
  box-sizing: border-box;
}

.jury-page .jury-menu__item {
  font-size: 27px;
  cursor: pointer;
}

.jury-page .jury-menu__item:hover {
  color: #EBBF68;
}

.jury-page .jury-menu__item.active {
  color: #EBBF68;
}

.jury-page .jury {
  display: none;
}

.jury-page .jury:nth-of-type(1) {
  display: block;
}

.jury-page .jury .center {
  justify-content: center;
}

.jury-page .jury h2 {
  text-align: center;
}

.jury-page .jury__list {
  display: flex;
  flex-wrap: wrap;
}

.jury-page .jury__list__item {
  flex-shrink: 0;
  width: 25%;
  margin-top: 9%;
}

.jury-page .jury__list__item:nth-child(4n) {
  margin-right: 0;
}

.jury-page .jury__list__item__pic {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  line-height: 0;
  font-size: 0;
  width: 60%;
  margin: 0 auto;
}

.jury-page .jury__list__item__pic .mask {
  transition: all .2s linear;
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
  transform: scale(0);
  opacity: 0;
  cursor: pointer;
}

.jury-page .jury__list__item__pic:hover .mask {
  opacity: 1;
  transform: scale(1);
}

.jury-page .jury__list__item__pic:before {
  content: '';
  padding-top: 100%;
  display: block;
}

.jury-page .jury__list__item__pic img {
  position: absolute;
  top: 0;
  width: 100%;
}

.jury-page .jury__list__item__info {
  color: #525252;
  text-align: center;
}

.jury-page .jury__list__item__info p:nth-of-type(n + 2) {
  margin: 10px auto;
  font-size: 14px;
}

.jury-page .jury__list__item__name {
  font-size: 22px;
}

.jury-page .jury__brand-list {
  display: flex;
  flex-wrap: wrap;
}

.jury-page .jury__brand-list__item {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  width: 30%;
  margin-right: 5%;
  margin-top: 5%;
}

.jury-page .jury__brand-list__item:nth-child(3n) {
  margin-right: 0;
}

.jury-page .jury__brand-list__item::before {
  content: '';
  display: block;
  padding-top: 55%;
}

.jury-page .jury__brand-list__item img {
  box-sizing: border-box;
  border: 2px solid #e8e8e8;
  position: absolute;
  width: 100%;
  top: 0;
}
