/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./style/templates/lighting-design.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
header #mainMenu > ul > li > a {
  color: rgba(255, 255, 255, 0.5);
}
header #mainMenu > ul > li:hover > a, header #mainMenu > ul > li.current-menu-item > a, header #mainMenu > ul > li.current-menu-parent > a {
  color: #fff;
}
header .logo svg path, header .logo svg rect {
  fill: #fff;
}
header .logo .small-logo svg path, header .logo .small-logo svg rect {
  stroke: #fff;
}
header #langBox:before, header #langBox:after {
  color: #fff;
}
header #langBox a {
  color: #fff;
}
header #langBox .sub-menu a {
  color: #5a5a5a;
}
header.shad #mainMenu > ul > li > a {
  color: rgba(0, 0, 0, 0.5);
}
header.shad #mainMenu > ul > li:hover > a, header.shad #mainMenu > ul > li.current-menu-item > a, header.shad #mainMenu > ul > li.current-menu-parent > a {
  color: #000;
}
header.shad .logo svg path, header.shad .logo svg rect {
  fill: #000;
}
header.shad #langBox:before, header.shad #langBox:after {
  color: #000;
}
header.shad #langBox a {
  color: #000;
}

.topSection {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
}
.topSection .thumbnail, .topSection video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.topSection video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.topSection .container {
  padding-bottom: 130px;
}
.topSection .text {
  padding-bottom: 28px;
}
.topSection .text.white {
  color: #fff;
}
.topSection .text.white h1, .topSection .text.white h2, .topSection .text.white h3 {
  color: #fff;
}
.topSection .text.white .letter svg path {
  fill: #fff;
}
.topSection .text.white .letter svg rect {
  stroke: #fff;
}
.topSection .text.black .letter svg path {
  fill: #101828;
}
.topSection .text.black .letter svg rect {
  stroke: #101828;
}
.topSection .letter {
  display: inline-block;
  width: 56px;
  margin-bottom: 40px;
}
.topSection .letter svg {
  width: 100%;
  height: 100%;
}
.topSection .buttons {
  margin-bottom: 40px;
  font-size: 0;
}
.topSection .buttons .button {
  margin: 0 2px 4px;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 44px;
}
@media screen and (min-width: 768px) {
  .topSection .buttons .button {
    margin: 0 4px 8px;
  }
}
.topSection .logos {
  gap: 28px;
  align-items: center;
}
.topSection .logos .item img {
  max-height: 48px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .topSection h1 {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1081px) {
  .topSection .container {
    padding-bottom: 100px;
  }
  .topSection .text {
    padding-bottom: 48px;
  }
  .topSection .buttons {
    margin-bottom: 56px;
  }
}

.posts {
  display: grid;
  gap: 16px;
  padding-bottom: 195px;
}
@media screen and (max-width: 767px) {
  .posts {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .posts {
    grid-template-columns: repeat(2, 1fr);
  }
  .posts.col4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1081px) {
  .posts {
    padding-bottom: 261px;
  }
  .posts.col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .posts.col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .posts.col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.post-item {
  text-decoration: none;
  display: block;
  transition: all 0.4s ease;
}
.post-item figure {
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
}
.post-item figure img {
  margin: 0 auto;
}
.post-item figure .project-logo {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 100px;
}
.post-item figure .project-logo img {
  margin: 0 0 0 auto;
}
.post-item figure .award {
  position: absolute;
  left: 0;
  top: 0;
  background: #FFD95E;
  padding: 16px;
  line-height: 1;
  width: 106px;
}
.post-item figure .award svg {
  margin: 0 auto;
}
.post-item figure .rewards {
  position: absolute;
  left: 20px;
  top: 20px;
}
.post-item figure .rewards .project-reward {
  display: block;
  width: 70px;
  margin-bottom: 8px;
}
.post-item figure .status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
}
.post-item .info time {
  font-size: 14px;
  font-weight: 500;
  color: #808080;
  display: block;
  padding-bottom: 8px;
}
.post-item .info h3 {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 6px;
}
.post-item .info p {
  color: rgba(0, 0, 0, 0.8);
}
.post-item .info .cats {
  color: #808080;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.post-item .info .external {
  color: #808080;
  font-size: 15px;
  position: relative;
  display: block;
}
.post-item .info .external:before {
  content: "\e908";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  font-size: 24px;
}
.post-item.publication-item figure {
  border: 1px solid #D4D2D0;
}
.post-item.has-gallery {
  cursor: pointer;
}
@media screen and (min-width: 1081px) {
  .post-item figure > img {
    transform: scale(1);
    transition: all 0.4s ease;
  }
  .post-item:hover figure > img {
    transform: scale(1.05);
  }
}

.relatedPosts {
  padding-top: 34px;
  padding-bottom: 34px;
  background: #fff;
  position: relative;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .relatedPosts {
    padding-bottom: 48px;
  }
}

.title-button {
  margin-bottom: 24px;
}
.title-button h2 {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 0;
}
.title-button .button {
  padding: 10px;
}
@media screen and (min-width: 1081px) {
  .title-button .button {
    padding: 10px 16px;
  }
}

.project-info {
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  padding: 40px;
}
.project-info h2 {
  color: #fff;
}
.project-info .popup-details {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1080px) {
  .project-info .popup-details {
    display: none;
  }
}
@media screen and (min-width: 1600px) {
  .project-info .popup-details {
    grid-template-columns: repeat(4, 1fr);
  }
}
.project-info .popup-details > div {
  font-size: 14px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.project-info .popup-details > div strong {
  margin-bottom: 5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  display: block;
}
.project-info .popup-details > div .value-result {
  display: flex;
  justify-content: flex-start;
}
.project-info .popup-details > div .value-result figure {
  width: 120px;
  margin-right: 13px;
}
.project-info .popup-details > div .value-result .desc {
  flex: 1;
}
.project-info .close-info {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: color 0.2s ease;
}
.project-info .close-info:hover {
  color: rgb(255, 255, 255);
}

.custom-fancybox-loader {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border: 4px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: fancybox-spin 0.8s linear infinite;
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

@keyframes fancybox-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bullets {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(to bottom, #632C0D 0%, #D4774E 50%, #E5BD9F 100%);
}
.bullets .bg1 {
  background: rgba(249, 121, 72, 0.4);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 137px;
  width: 1512px;
  height: 748px;
  filter: blur(100px);
  animation: bg1Float 20s ease-in-out infinite;
  border-radius: 50%;
}
.bullets .bg2 {
  background: rgba(249, 121, 72, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 506px;
  height: 506px;
  filter: blur(100px);
  animation: bg2Float 15s ease-in-out infinite;
  border-radius: 50%;
}

@keyframes bg1Float {
  0% {
    transform: translate(-50%, -30%);
  }
  20% {
    transform: translate(-30%, 20%);
  }
  40% {
    transform: translate(-70%, 60%);
  }
  60% {
    transform: translate(-20%, 80%);
  }
  80% {
    transform: translate(-60%, 40%);
  }
  100% {
    transform: translate(-50%, -30%);
  }
}
@keyframes bg2Float {
  0% {
    transform: translate(-50%, -50%);
  }
  25% {
    transform: translate(20%, -20%);
  }
  50% {
    transform: translate(60%, 30%);
  }
  75% {
    transform: translate(-40%, 60%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.content h2 {
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.firstPart, .secondPart {
  background: #0F0D0D;
}
.firstPart:before, .secondPart:before {
  background: #0F0D0D;
}

.categoriesBox {
  padding: 50px 0;
  position: relative;
}
.categoriesBox .info {
  text-align: center;
}
.categoriesBox h2 {
  text-transform: none;
  font-size: 32px;
}
.categoriesBox .item {
  text-align: center;
}
.categoriesBox .item a {
  display: block;
}
.categoriesBox .item a:hover {
  opacity: 0.75;
}
.categoriesBox .item figure {
  position: relative;
}
.categoriesBox .item figcaption {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  font-size: 15px;
  font-weight: 500;
}
.categoriesBox .item img {
  margin: 0 auto;
  border-radius: 16px;
}
@media screen and (max-width: 639px) {
  .categoriesBox .categories {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1080px) {
  .categoriesBox .categories {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1081px) {
  .categoriesBox {
    height: 100vh;
    font-size: 36px;
  }
  .categoriesBox:before {
    content: "";
    background: radial-gradient(ellipse at center, #D19554 0%, #0F0D0D 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    height: 700px;
    filter: blur(100px);
    opacity: 0.3;
    border-radius: 50%;
  }
  .categoriesBox .container {
    height: 100%;
  }
  .categoriesBox .info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 627px;
    max-width: 100%;
    z-index: 1;
  }
  .categoriesBox .item {
    position: absolute;
    width: 340px;
    text-align: left;
    bottom: 0;
    transform: translateY(100vh);
    will-change: transform;
  }
  .categoriesBox .item1 {
    left: 0;
  }
  .categoriesBox .item2 {
    left: 23%;
  }
  .categoriesBox .item3 {
    left: 50%;
  }
  .categoriesBox .item4 {
    right: 7%;
  }
  .categoriesBox .item5 {
    right: 0;
  }
  .categoriesBox .item6 {
    right: 18%;
  }
  .categoriesBox .item7 {
    left: 35%;
  }
  .categoriesBox .item8 {
    left: 5%;
  }
}

.pointsBox {
  background: linear-gradient(to bottom, #BD5B3B 0%, #AA5F39 100%);
  padding: 50px 0;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}
.pointsBox:before {
  content: "";
  background: #F99B5B;
  position: absolute;
  top: 0;
  left: 0;
  width: 936px;
  height: 936px;
  filter: blur(100px);
  border-radius: 50%;
}
@media screen and (min-width: 1081px) {
  .pointsBox {
    padding: 170px 0;
  }
}

.points {
  display: grid;
  gap: 8px;
}
.points .item {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.6);
  padding: 16px;
  -webkit-backdrop-filter: blur(144);
          backdrop-filter: blur(144);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}
.points .item h3 {
  font-size: 28px;
  line-height: 1.2;
}
.points .item p:last-child {
  padding-bottom: 0;
}
.points .item figure {
  margin-bottom: 20px;
}
.points .item .info {
  position: relative;
  padding-right: 56px;
}
.points .item .info:before {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.08);
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  transition: all 0.4s ease;
  border-radius: 50%;
}
.points .item:hover {
  background: rgba(255, 255, 255, 0.07);
}
.points .item:hover .info:before {
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .points {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .points {
    grid-template-columns: repeat(2, 1fr);
  }
  .points .item {
    padding: 40px;
  }
  .points .item h3 {
    font-size: 32px;
  }
}

.philosophy {
  padding: 100px 0;
  position: relative;
  z-index: 0;
}
.philosophy .desc {
  text-align: center;
  margin-top: 30px;
}
.philosophy .desc h2 {
  padding-bottom: 8px;
}
.philosophy .desc h3 {
  font-size: 24px;
  padding-bottom: 8px;
}
@media screen and (max-width: 1080px) {
  .philosophy {
    overflow: hidden;
  }
}
@media screen and (min-width: 1081px) {
  .philosophy {
    padding: 200px 0;
  }
  .philosophy .desc {
    margin-top: 0;
  }
  .philosophy .desc h3 {
    font-size: 36px;
  }
}

.types .swiper {
  overflow: visible;
}
.types .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.types .type figure {
  position: relative;
  z-index: 1;
}
.types .type figure img {
  margin: 0 auto;
}
.types .type .elipse {
  border-radius: 50%;
}
.types .type .elipse1 {
  width: 1700px;
  height: 1200px;
  filter: blur(100px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
  display: none;
}
.types .type .elipse2, .types .type .elipse3 {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  filter: blur(100px);
}
.types .type .elipse2 {
  right: 55%;
}
.types .type .elipse3 {
  left: 55%;
}
.types .type .elipse4 {
  width: 600px;
  height: 600px;
  filter: blur(60px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.types .type:nth-child(1) .elipse1 {
  background: radial-gradient(ellipse at center, #73B8C6 0%, rgba(248, 250, 165, 0.3) 100%);
}
.types .type:nth-child(1) .elipse2 {
  background: rgba(176, 182, 187, 0.5);
}
.types .type:nth-child(1) .elipse3 {
  background: rgba(221, 221, 221, 0.5);
}
.types .type:nth-child(1) .elipse4 {
  background: radial-gradient(ellipse at center, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.types .type:nth-child(2) .elipse1 {
  background: radial-gradient(ellipse at center, #FFFFFF 0%, rgba(226, 255, 177, 0.3) 100%);
}
.types .type:nth-child(2) .elipse2 {
  background: rgba(207, 255, 246, 0.5);
}
.types .type:nth-child(2) .elipse3 {
  background: rgba(238, 255, 141, 0.5);
}
.types .type:nth-child(2) .elipse4 {
  background: radial-gradient(ellipse at center, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.types .type:nth-child(3) .elipse1 {
  background: radial-gradient(ellipse at center, #FF8B07 0%, rgba(255, 188, 95, 0.3) 100%);
}
.types .type:nth-child(3) .elipse2 {
  background: rgba(78, 153, 207, 0.5);
}
.types .type:nth-child(3) .elipse3 {
  background: rgba(226, 135, 66, 0.5);
}
.types .type:nth-child(3) .elipse4 {
  background: radial-gradient(ellipse at center, #FFD09B 0%, rgba(255, 255, 255, 0.3) 100%);
}
.types .custom-pagination {
  display: none;
  position: absolute;
  top: 50% !important;
  transform: translate(0, -50%);
  left: 0;
  z-index: 1;
}
.types .custom-pagination .swiper-pagination-bullet {
  width: 344px;
  display: block;
  max-width: 100%;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(229, 226, 226, 0.1);
  height: auto;
  margin: 0 0 8px 0 !important;
  opacity: 1;
  padding: 23px;
  border-radius: 2px;
  transition: all 0.4s ease;
  color: rgba(255, 255, 255, 0.7);
}
.types .custom-pagination .swiper-pagination-bullet h3 {
  font-size: 24px;
  padding-bottom: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.types .custom-pagination .swiper-pagination-bullet p {
  font-size: 14px;
}
.types .custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(229, 226, 226, 0.5);
  color: #fff;
}
.types .custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active h3 {
  color: #fff;
}
.types .pagination {
  position: absolute;
  text-align: center;
  bottom: 0 !important;
  z-index: 1;
}
.types .pagination .swiper-pagination-bullet {
  border-radius: 2px;
  background: #fff;
  width: 43px;
  height: 4px;
  margin: 0 2px;
}
@media screen and (min-width: 768px) {
  .types .type .elipse1 {
    display: block;
  }
  .types .type .elipse2, .types .type .elipse3 {
    width: 1000px;
    height: 1000px;
    filter: blur(100px);
  }
  .types .type .elipse4 {
    display: block;
  }
  .types .swiper-slide {
    height: 100vh;
  }
  .types .custom-pagination {
    display: block;
  }
  .types .pagination {
    display: none;
  }
}

.messageSection {
  text-align: center;
  position: relative;
  font-weight: 500;
  font-size: 36px;
  height: 100vh;
}
.messageSection .container {
  width: 872px;
}
.messageSection .swiper-slide {
  display: flex;
  align-items: center;
  height: 100vh !important;
}
.messageSection .pagination {
  position: absolute;
  text-align: center;
  bottom: 40px !important;
  z-index: 1;
}
.messageSection .pagination .swiper-pagination-bullet {
  border-radius: 2px;
  background: #fff;
  width: 43px;
  height: 4px;
  margin: 0 2px;
}
@media screen and (min-width: 1081px) {
  .messageSection .pagination .swiper-pagination-bullet {
    width: 91px;
    margin: 0 4px;
  }
}

.stages {
  position: relative;
  margin-bottom: 8px;
}
.stages .swiper-slide img {
  border-radius: 24px;
}
.stages .swiper-slide .title {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 50px;
  font-size: 24px;
}
.stages .pagination {
  position: absolute;
  text-align: center;
  bottom: 20px !important;
  z-index: 1;
}
.stages .pagination .swiper-pagination-bullet {
  border-radius: 2px;
  background: #fff;
  width: 43px;
  height: 4px;
  margin: 0 2px;
}
@media screen and (min-width: 1081px) {
  .stages .swiper-slide {
    height: 100vh;
  }
  .stages .swiper-slide .title {
    font-size: 36px;
  }
  .stages .pagination {
    bottom: 40px !important;
  }
  .stages .pagination .swiper-pagination-bullet {
    width: 91px;
    margin: 0 4px;
  }
}

.methodology {
  padding: 40px 0;
  background: #140907;
}
@media screen and (min-width: 1081px) {
  .methodology {
    padding: 40px 0 140px;
  }
  .methodology .title-button {
    margin-bottom: 0;
  }
}

.steps {
  display: grid;
}
.steps .step-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}
.steps .services {
  margin-top: 25px;
}
.steps .service-title {
  font-size: 13px;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0.8;
}
@media screen and (max-width: 1080px) {
  .steps {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .steps .stepsProgress {
    display: none;
  }
}
@media screen and (min-width: 1081px) {
  .steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
    margin-top: -100px;
  }
  .steps .step {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 1.2s ease, transform 1.2s ease;
  }
  .steps .step.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .steps .services {
    margin-top: 45px;
  }
}

.team {
  padding-bottom: 8px;
}
.team .info {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(144);
          backdrop-filter: blur(144);
  border-radius: 20px;
  padding: 24px 16px;
  margin-bottom: 8px;
}
.team .info p {
  font-size: 24px;
}
.team .info .button {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .team {
    display: flex;
    justify-content: space-between;
  }
  .team > div {
    width: calc(50% - 4px);
  }
  .team .info {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1081px) {
  .team .info {
    border-radius: 24px;
    padding: 32px;
  }
  .team .info p {
    font-size: 32px;
  }
}

.principlesBox {
  background: linear-gradient(to bottom, #B8754F 0%, #713824 100%);
  padding: 56px 0 120px;
}
@media screen and (min-width: 1081px) {
  .principlesBox {
    padding: 114px 0 170px;
  }
}

.principles {
  display: grid;
  gap: 8px;
}
.principles .item {
  flex-direction: column;
  color: rgba(255, 255, 255, 0.6);
  padding: 16px;
  -webkit-backdrop-filter: blur(144);
          backdrop-filter: blur(144);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.principles .item h3 {
  font-size: 28px;
  line-height: 1.2;
  padding-right: 28px;
  padding-bottom: 0;
  position: relative;
}
.principles .item h3 span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 20px;
  height: 20px;
}
.principles .item h3 span:before, .principles .item h3 span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  background: #fff;
}
.principles .item h3 span:before {
  width: 17px;
  height: 1px;
}
.principles .item h3 span:after {
  width: 1px;
  height: 17px;
}
.principles .item p:last-child {
  padding-bottom: 0;
}
.principles .item .ic {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
}
.principles .item .number {
  color: rgba(206, 150, 119, 0.5);
  width: 43px;
  text-align: center;
}
.principles .item figure {
  width: 32px;
  height: 32px;
}
.principles .item figure svg {
  width: 100%;
  height: 100%;
}
.principles .item .text {
  padding-top: 8px;
  display: none;
}
.principles .item.active h3 span:after {
  visibility: hidden;
  opacity: 0;
}
.principles .item:hover {
  background: rgba(255, 255, 255, 0.07);
}
.principles .item:hover .info:before {
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .principles {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .principles {
    grid-template-columns: repeat(2, 1fr);
  }
  .principles .item {
    padding: 32px 11%;
  }
  .principles .item h3 {
    font-size: 32px;
  }
  .principles .item figure {
    width: 48px;
    height: 48px;
  }
}

.projectsBox {
  padding-bottom: 8px;
}
.projectsBox .swiper-slide:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
}
.projectsBox .info {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  padding: 16px;
  z-index: 10;
  max-width: 600px;
}
.projectsBox .info p {
  font-size: 24px;
}
.projectsBox .button {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .projectsBox .info {
    padding: 32px;
  }
  .projectsBox .info p {
    font-size: 32px;
  }
}
@media screen and (min-width: 1081px) {
  .projectsBox .swiper-slide:before {
    border-radius: 24px;
  }
}

.direction {
  padding: 40px 0;
}
.direction .service {
  padding: 16px 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.direction .service .service-top {
  align-items: center;
  cursor: pointer;
}
.direction .service figure {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.direction .service figure svg {
  margin: 0 auto;
}
.direction .service figure svg path {
  fill: #fff;
}
.direction .service .desc {
  padding-left: 48px;
  padding-top: 8px;
  color: #fff;
  display: none;
}
.direction .service h3 {
  flex: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-top: -2px;
  position: relative;
  padding-right: 32px;
  padding-bottom: 0;
}
.direction .service h3 span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 20px;
  height: 20px;
}
.direction .service h3 span:before, .direction .service h3 span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  background: #fff;
}
.direction .service h3 span:before {
  width: 17px;
  height: 1px;
}
.direction .service h3 span:after {
  width: 1px;
  height: 17px;
}
.direction .service p:last-of-type {
  padding-bottom: 0;
}
.direction .service .more {
  color: #fff;
  padding: 3px 0;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.direction .service .more:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
  transition: all 0.4s ease;
}
.direction .service .more:hover:after {
  opacity: 0;
}
.direction .service.active h3 span:after {
  opacity: 0;
}
.direction .button {
  margin-top: 24px;
}
@media screen and (min-width: 1081px) {
  .direction {
    padding: 80px 0 200px;
  }
  .direction h2 {
    flex: 1;
  }
  .direction .services {
    width: 712px;
  }
  .direction .service h3 {
    font-size: 24px;
  }
  .direction .service:hover {
    color: rgba(0, 0, 0, 0.7);
  }
  .direction .button {
    margin-top: 65px;
  }
}

.bottomSection {
  background: #000;
}

.costEstimate {
  padding: 32px 8px;
  background: #fff;
  position: relative;
  border-radius: 24px;
}
.costEstimate .button {
  margin-top: 20px;
}
.costEstimate p {
  font-size: 26px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 1081px) {
  .costEstimate {
    padding: 64px 0;
  }
  .costEstimate .info {
    max-width: 821px;
  }
  .costEstimate p {
    font-size: 32px;
  }
}

.popup-wrapper.fancybox-content {
  width: 580px;
  background: none;
}

.popup-inner {
  background: #fff;
  padding: 8px;
  border-radius: 4px;
  transition: all 0.4s ease;
  transform: scale(0);
}
.popup-inner.loaded {
  transform: scale(1);
}
.popup-inner .popup-image {
  margin-bottom: 24px;
}
.popup-inner .popup-image img {
  margin: 0 auto;
  border-radius: 4px;
}
.popup-inner .popup-direction {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-bottom: 24px;
}
.popup-inner .popup-icon {
  width: 32px;
  height: 32px;
  margin-right: 16px;
  margin-bottom: 16px;
  line-height: 1;
}
.popup-inner .popup-icon svg {
  margin: 0 auto;
}
.popup-inner .popup-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 16px;
}
.popup-inner .popup-text {
  color: #000;
  margin-bottom: 24px;
}
@media screen and (min-width: 1081px) {
  .popup-inner .popup-title {
    font-size: 24px;
  }
}

.custom-fancybox-loader {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border: 4px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: fancybox-spin 0.8s linear infinite;
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

@keyframes fancybox-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.popup-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 15px 0;
}

.popup-nav a {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  padding: 5px 10px;
  color: #000;
  line-height: 1;
}
.popup-nav a.popup-prev:before, .popup-nav a.popup-next:before {
  content: "\e907";
  font-family: "icomoon";
  font-size: 24px;
}
.popup-nav a.popup-prev {
  transform: rotate(180deg);
}
.popup-nav a.last-one {
  opacity: 0.5;
  cursor: default;
}

.popup-counter {
  font-size: 15px;
  color: rgba(102, 102, 102, 0.5);
}

.popup-animate-in {
  animation: popup-scale-in 300ms ease-out;
}

@keyframes popup-scale-in {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/*# sourceMappingURL=lighting-design_style.css.map*/