* {
  outline: 0;
}
#home_first.new_projects {
  min-height: 600px;
}
#home_first.new_projects #slider {
  z-index: 3;
}
#home_first.new_projects #slider div {
  position: relative;
}
#home_first.new_projects #slider div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background: linear-gradient(50deg, rgba(24, 24, 24, 0.9), 23%, transparent, 50%, transparent);
}
#home_first.new_projects #slider div a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  padding: 30px 50% 30px 3%;
}
#home_first.new_projects #slider div a span {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  z-index: 6;
  position: absolute;
  bottom: 30px;
}
#home_first.new_projects:before {
  opacity: 0.3;
  display: none;
}
#home_first.new_projects_single #cover {
  min-height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  z-index: 0;
}
#home_first.new_projects_single #cover > div {
  position: relative;
  height: 600px;
  padding: 30px 8%;
}
#home_first.new_projects_single #cover > div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background: linear-gradient(50deg, rgba(24, 24, 24, 0.9), 23%, transparent, 50%, transparent);
}
#home_first.new_projects_single h1 {
  font-size: 48px;
  color: #fff;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  z-index: 6;
  opacity: 0.8;
  position: absolute;
  bottom: 70px;
}
#new_project_single {
  padding: 50px 8% 0;
}
#new_project_single .new_project_single_desc {
  column-count: 2;
  color: #707070;
  font-size: 16px;
  line-height: 25px;
  column-gap: 70px;
  margin: 0 auto 50px;
}
#new_project_single .images img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 15px;
}
#home_desc {
  padding: 80px 8%;
}
#home_desc p {
  max-width: 70%;
  text-align: center;
  font-size: 14px;
  color: #707070;
  line-height: 20px;
  margin: 0 auto;
}
#new_projects {
  padding: 80px 8%;
}
#new_projects h1 {
  color: #000;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 25px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
}
#new_projects .new_projects_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#new_projects .new_projects_wrapper .new_projects_item {
  width: calc(33.33% - 35px);
  margin: 0 35px 50px 0;
}
#new_projects .new_projects_wrapper .new_projects_item .new_projects_item_image {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
}
#new_projects .new_projects_wrapper .new_projects_item .new_projects_item_image a {
  display: block;
  width: 100%;
  height: 100%;
}
#new_projects .new_projects_wrapper .new_projects_item .new_projects_item_image:hover ~ .new_projects_item_title {
  color: #d19263;
}
#new_projects .new_projects_wrapper .new_projects_item .new_projects_item_title {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  color: #000;
}
footer {
  position: relative;
  height: auto;
  box-shadow: none;
}
footer .lang_soc .social {
  background: none;
}
footer .lang_soc .social > div:first-of-type {
  padding: 0;
}
footer .lang_soc .social a {
  opacity: 0.7;
  width: 24px;
  height: 24px;
  margin: 0 10px;
}
footer .lang_soc .social a.ig {
  background: url(/files/uploads/ins.svg) no-repeat center;
  background-size: contain;
}
footer .lang_soc .social a.ig:hover {
  background: url(/files/uploads/ins.svg) no-repeat center;
  background-size: contain;
}
footer .lang_soc .social a.fb {
  background: url(/files/uploads/fb.svg) no-repeat center;
  background-size: contain;
}
footer .lang_soc .social a.fb:hover {
  background: url(/files/uploads/fb.svg) no-repeat center;
  background-size: contain;
}
footer .lang_soc .social a.pt {
  background: url(/files/uploads/pin.svg) no-repeat center;
  background-size: contain;
}
footer .lang_soc .social a.pt:hover {
  background: url(/files/uploads/pin.svg) no-repeat center;
  background-size: contain;
}
