.wall-of-value {
  margin-top: 30px;
}
.wall-of-value .wov-items-wrapper .wov-item {
  margin-bottom: 20px;
  transition: opacity 0.3s, max-width 0.3s, padding 0.3s;
}
.wall-of-value .wov-items-wrapper .wov-item .img-wrapper {
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.wall-of-value .wov-items-wrapper .wov-item .img-wrapper img {
  width: 100%;
}
.wall-of-value .wov-items-wrapper .wov-item.wov-type--business .modal-title {
  color: #2481c4;
}
.wall-of-value .wov-items-wrapper .wov-item.wov-type--business .modal-close a.close {
  color: #2481c4;
}
.wall-of-value .wov-items-wrapper .wov-item.wov-type--business .modal-close a.close:after {
  color: #2481c4;
}
.wall-of-value .wov-items-wrapper .wov-item.wov-type--people .modal-title {
  color: #fab800;
}
.wall-of-value .wov-items-wrapper .wov-item.wov-type--people .modal-close a.close {
  color: #fab800;
}
.wall-of-value .wov-items-wrapper .wov-item.wov-type--people .modal-close a.close:after {
  color: #fab800;
}
.wall-of-value .wov-items-wrapper .wov-item.wov-type--relations .modal-title {
  color: #14a65f;
}
.wall-of-value .wov-items-wrapper .wov-item.wov-type--relations .modal-close a.close {
  color: #14a65f;
}
.wall-of-value .wov-items-wrapper .wov-item.wov-type--relations .modal-close a.close:after {
  color: #14a65f;
}
.wall-of-value .wov-items-wrapper.show-business .wov-item:not(.wov-type--business) {
  max-width: 0;
  padding: 0;
  opacity: 0;
}
.wall-of-value .wov-items-wrapper.show-people .wov-item:not(.wov-type--people) {
  max-width: 0;
  padding: 0;
  opacity: 0;
}
.wall-of-value .wov-items-wrapper.show-relations .wov-item:not(.wov-type--relations) {
  max-width: 0;
  padding: 0;
  opacity: 0;
}
.wall-of-value .modal-wall-of-value {
  opacity: 0;
  transition: opacity 0.5s;
}
.wall-of-value .modal-wall-of-value.show {
  opacity: 1;
}
.wall-of-value .modal-wall-of-value .modal-close {
  right: 34px;
  top: 29px;
}
.wall-of-value .modal-wall-of-value .modal-body {
  display: flex;
  padding-top: 70px;
}
.wall-of-value .modal-wall-of-value .modal-body .bordered {
  border-radius: 20px;
  border: 1px solid #cfd3d6;
  width: 100%;
  padding: 84px 40px 38px 40px;
  position: relative;
  background: #fff;
}
.wall-of-value .modal-wall-of-value .modal-body .bordered .modal-title {
  text-transform: uppercase;
  font-size: 2.125rem;
  letter-spacing: 0.02em;
  line-height: 42px;
  font-weight: 500;
}
.wall-of-value .wov-header .title {
  line-height: 1.5;
}
.wall-of-value .wov-header .wov-categories {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  min-width: calc(100% + 36px * 2);
  left: -36px;
  position: relative;
  overflow: hidden;
  overflow: initial;
  justify-content: flex-start;
  display: flex;
}
.wall-of-value .wov-header .wov-categories .inner-wrapper {
  overflow-x: scroll;
  padding: 0 36px 18px;
  display: flex;
}
.wall-of-value .wov-header .wov-categories .inner-wrapper .tag {
  border: 2px solid #b51f20;
  color: #b51f20;
  padding: 0.4rem 1.8rem;
  border-radius: 10px;
  margin-left: 10px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  transition: background 0.2s, color 0.2s;
  display: flex;
  flex-shrink: 0;
}
.wall-of-value .wov-header .wov-categories .inner-wrapper .tag:hover, .wall-of-value .wov-header .wov-categories .inner-wrapper .tag.selected {
  background: #b51f20;
  color: #fff;
}
.wall-of-value .wov-header .wov-categories .inner-wrapper .tag:first-of-type {
  margin-left: 0;
}
@media (min-width: 768px) {
  .wall-of-value {
    margin-top: 50px;
  }
  .wall-of-value .wov-header .wov-categories {
    overflow: initial;
    min-width: initial;
    left: 0;
  }
  .wall-of-value .wov-header .wov-categories .inner-wrapper {
    overflow: initial;
    padding: 0;
  }
  .wall-of-value .wov-header .wov-categories .inner-wrapper .tag {
    padding: 3px 19px;
    font-size: 0.875rem;
  }
  .wall-of-value .modal-wall-of-value .modal-body {
    padding-top: 117px;
  }
  .wall-of-value .modal-wall-of-value .modal-body .bordered {
    padding: 94px 50px 68px 60px;
  }
}
@media (min-width: 1367px) {
  .wall-of-value {
    margin-top: 96px;
  }
  .wall-of-value .wov-header .wov-categories {
    justify-content: flex-end;
    margin-bottom: 30px;
  }
  .wall-of-value .wov-header .wov-categories .inner-wrapper {
    display: flex;
    justify-content: flex-end;
    overflow: initial;
  }
  .wall-of-value .wov-header .wov-categories .inner-wrapper .tag {
    padding: 0.4rem 1.8rem;
    font-size: 1rem;
  }
  .wall-of-value .modal-wall-of-value .modal-body .bordered {
    padding: 124px 92px 148px 132px;
  }
}