body {
  padding: 75px 30px 30px 30px;
}
.page-header {
  height: 75px;
  padding: 30px;
}
.page-navigation-toggle {
  width: 75px;
  height: 75px;
}
.list-filter {
  border: 0;
}
.list-filter button, .list-filter a {
  text-align: right;
}
.owl-carousel--home {
  height: 500px;
}
.owl-carousel--project {
  height: 580px;
}
.galery-item {
  width: 33.33333%;
}
.galery-item:nth-child(even), .galery-item:nth-child(odd) {
  padding: 0;
}
.galery-item:nth-child(3n) {
  padding-left: 7.5px;
}
.galery-item:nth-child(3n + 1) {
  padding-right: 7.5px;
}
.galery-item:nth-child(3n + 2) {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.galery-item:nth-last-child(-n + 3) {
  margin-bottom: 0;
}
.slide-box {
  height: calc(~"100% - 75px");
}
.slide-box.active {
  top: 75px;
}
.slide-box-close {
  top: -75px;
  width: 75px;
  height: 75px;
}
.project-award {
  left: 45px;
  width: 80px;
}
