.works-list .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.works-list .works-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

@media screen and (max-width: 768px) {
  .works-list .works-grid {
    margin: 0;
  }
}

.works-list .works-grid .works-item {
  width: calc(33.33% - 20px);
  margin: 0 10px 40px;
}

@media screen and (max-width: 768px) {
  .works-list .works-grid .works-item {
    width: 100%;
    margin: 0 0 40px;
  }
}

.works-list .works-grid .works-item a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.works-list .works-grid .works-item a:hover {
  opacity: 0.8;
}

.works-list .works-grid .works-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16 / 9;
}

.works-list .works-grid .works-item h2 {
  font-size: 1.6rem;
  margin-top: 10px;
  text-align: center;
  color: #333;
  letter-spacing: 2px;
  line-height: 1.4;
}

.works-single {
  background-color: #fff;
  padding: 80px 0;
  color: #333;
  position: relative;
}

.works-single .container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.works-single .works-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .works-single .works-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.works-single .works-image-wrapper {
  width: 50%;
  height: calc(100vh - 120px);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .works-single .works-image-wrapper {
    width: 100%;
    height: auto;
    overflow: visible;
  }
}

.works-single .works-image {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .works-single .works-image {
    position: static;
    height: auto;
  }
}

.works-single .works-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .works-single .works-image img {
    height: auto;
  }
}

.works-single .works-description {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .works-single .works-description {
    width: 100%;
  }
}

.works-single .works-description h2 {
  font-size: 2.4rem;
  padding: 40px 0;
  letter-spacing: 2px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .works-single .works-description h2 {
    padding: 0 0 40px;
  }
}

.works-single .back-to-list {
  margin-top: 40px;
  text-align: center;
}

.works-single .back-to-list a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #949c26;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.works-single .back-to-list a:hover {
  background-color: #6d731c;
}

.m-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .m-pagenation {
    margin-top: 0;
  }
}

.m-pagenation__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

.m-pagenation__body li {
  margin: 0 5px;
  border: 1px solid #949c26;
  border-radius: 3px;
}

.m-pagenation__body li a {
  display: block;
  padding: 5px 10px;
  color: #949c26;
  text-decoration: none;
  font-weight: bold;
}

.m-pagenation__body li.-current {
  background-color: #949c26;
  display: block;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.m-pagenation__body li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.works-categories {
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .works-categories {
    padding: 40px 0 30px;
  }
}

.works-categories ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

.works-categories ul li {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .works-categories ul li {
    margin-bottom: 10px;
  }
}

.works-categories ul li a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #949c26;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .works-categories ul li a {
    font-size: 1.2rem;
    padding: 5px 10px;
    line-height: 1.4;
  }
}

.works-categories ul li a:hover {
  opacity: 0.8;
}

.works-wrap {
  position: relative;
  z-index: 1;
  background: #fff;
  margin: 0 auto;
  padding: 0 80px 80px;
}

@media screen and (max-width: 768px) {
  .works-wrap {
    padding: 0 20px 40px;
  }
}

.works-categories ul li a.active {
  background-color: #6c7a1f;
}

.no-works {
  padding-bottom: 80px;
  font-size: 2.4rem;
  opacity: 0.4;
  text-align: center;
}

.no-works-404 {
  font-size: 3.6rem;
  opacity: 0.4;
  text-align: center;
  padding: 40px 0;
}
/*# sourceMappingURL=works.css.map */