.project-section {
  overflow: hidden;
}
.project-section .maxwidth-theme {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.project-section .maxwidth-theme .top_block {
  margin-top: 0;
  padding-top: 0;
}

.project {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 370px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.project:before {
  height: 280px;
  width: 100%;
  background: linear-gradient(180deg, #180F0E 0%, rgba(24, 15, 14, 0) 100%);
  position: absolute;
  display: block;
  content: "";
}
.project * {
  position: relative;
}
.project-content {
  padding: 40px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}
.project-name {
  font-weight: 400;
  font-size: 19px;
  line-height: 28px;
  color: #EB5A0B;
}
@media (max-width: 1600px) {
  .project-name {
    font-size: 17px;
  }
}
.project-description {
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  color: #FFFFFF;
}
.project-meta {
  margin-top: auto;
}
.project-meta span {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  background: #EB5A0B;
  border-radius: 15px;
  color: #FFFFFF;
  padding: 5px 16px;
}
.project-actions {
  width: 100%;
}
.project-actions a {
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 34px;
  padding: 0px 0 0px 40px;
  /* identical to box height, or 155% */
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-actions a:hover {
  color: #EB5A0B;
}
.project-actions a:after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 50px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='26' viewBox='0 0 16 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18.7596' height='3.12659' transform='matrix(0.731055 0.682319 -0.731055 0.682319 2.28589 0.199707)' fill='%23E6332A'/%3E%3Crect width='18.7596' height='3.12659' transform='matrix(-0.731055 0.682319 -0.731055 -0.682319 16 12.9998)' fill='%23E6332A'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
}

.project-section {
  background-size: cover;
  background-position: center center;
  padding: 80px 0 80px;
}
.project-section .maxwidth-theme {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
}
.project-section .actions {
  margin-top: 48px;
}
.project-section .actions .btn {
  border-radius: 6px;
  padding: 18px 40px;
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #FCFCFC;
}

@media (max-width: 640px) {
  .project-section {
    padding-top: 0;
  }

  .project {
    min-width: 310px;
    max-width: 310px;
  }
}
.cat-grid-2 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 40px;
}
.cat-grid-2 .cat-col2:nth-child(-1n+3) {
  grid-column: span 4;
}
.cat-grid-2 .cat-col2:nth-child(n+4) {
  grid-column: span 4;
}
.cat-grid-2 .cat-col2 .item.last {
  position: relative;
  background-color: #fff;
  /*&:before {
  	position: absolute;
  	display: block;
  	content: '';
  	width: 100%;
  	height: 100%;
  	//background-color: var(--primary);
  	opacity: .8;
  }*/
}
.cat-grid-2 .cat-col2 .item.last:before {
  display: none;
}
.cat-grid-2 .cat-col2 .item.last p {
  font-size: 16px;
  color: #000;
}
.cat-grid-2 .cat-col2 .item.last .name {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}

.cat-col2 .item.section_item {
  position: relative;
  height: 280px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 8px;
}
.cat-col2 .item.section_item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  left: 0;
  top: 0;
}
.cat-col2 .item.section_item * {
  transition: 0.4s;
}
.cat-col2 .item.section_item:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cat-col2 .item.section_item .img {
  display: none;
}
.cat-col2 .item.section_item .section_info {
  padding-left: 0 !important;
  padding-top: 30px;
}
.cat-col2 .item.section_item .section_info ul {
  position: absolute;
  top: calc(100% - 40px);
  transition: 0.4s;
  z-index: 2;
}
.cat-col2 .item.section_item .section_info ul li {
  margin-right: 10px;
  margin-bottom: 2px;
}
.cat-col2 .item.section_item .section_info ul li a {
  color: #fff;
}
.cat-col2 .item.section_item .section_info ul li:first-child {
  margin-bottom: 20px;
  font-size: 18px;
}
.cat-col2 .item.section_item:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.cat-col2 .item.section_item:hover {
  transition: 0.4s;
  background-size: 120%;
}
.cat-col2 .item.section_item:hover img {
  transform: scale(1.1);
}
.cat-col2 .item.section_item:hover * {
  transition: 0.4s;
}
.cat-col2 .item.section_item:hover:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.cat-col2 .item.section_item:hover .section_info {
  position: relative;
  padding-top: 30px;
}
.cat-col2 .item.section_item:hover .section_info ul {
  transition: 0.4s;
}
.cat-col2 .item.section_item:hover .section_info ul li a {
  color: #fff !important;
}

@media (max-width: 640px) {
  .cat-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }

  .cat-col2 {
    width: 100%;
  }

  .cat-col2:nth-child(-1n+3) {
    grid-column: initial;
  }

  .cat-col2:nth-child(n+4) {
    grid-column: initial;
  }
}

/*# sourceMappingURL=style.css.map */
