/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/professional-lighting.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.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);
  }
}

.videoBox {
  position: relative;
  padding: 48px 0 0;
}
.videoBox .container {
  padding: 10px 0;
}
.videoBox .videoWrap {
  position: relative;
  line-height: 1;
}
.videoBox .videoWrap span {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.videoBox .videoWrap span:before, .videoBox .videoWrap span:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}
.videoBox .videoWrap span:before {
  background: url("../images/Mute_Desktop..svg") 0 0/cover no-repeat;
}
.videoBox .videoWrap span:after {
  background: url("../images/Unmute_Desktop.svg") 0 0/cover no-repeat;
  opacity: 0;
  visibility: hidden;
}
.videoBox .videoWrap span.active:before {
  opacity: 0;
  visibility: hidden;
}
.videoBox .videoWrap span.active:after {
  opacity: 1;
  visibility: visible;
}
.videoBox video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media screen and (min-width: 1081px) {
  .videoBox .videoWrap {
    height: inherit;
  }
  .videoBox .videoWrap .container {
    height: inherit;
  }
  .videoBox .videoWrap span {
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
  }
  .videoBox .videoWrap span:before, .videoBox .videoWrap span:after {
    width: 50px;
    height: 50px;
  }
}

.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;
  overflow: hidden;
  background: linear-gradient(to bottom, #EAEAEA 0%, #BDBDBC 37%, #838383 100%);
}
.bullets .bg1 {
  background: rgba(255, 251, 246, 0.8);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -420px;
  width: 1862px;
  height: 921px;
  filter: blur(100px);
  animation: bg1Float 30s ease-in-out infinite;
  border-radius: 50%;
}
.bullets .bg2 {
  background: radial-gradient(ellipse at center, rgba(255, 213, 85, 0.8) 0%, rgba(255, 188, 95, 0.3) 100%);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: -200px;
  width: 1264px;
  height: 625px;
  bottom: -260px;
  filter: blur(100px);
  animation: bg2Float 60s ease-in-out infinite;
  border-radius: 50%;
  opacity: 0.5;
}

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

.galleryBox {
  padding: 50px 0 0;
  margin-bottom: -70px;
}
@media screen and (min-width: 1081px) {
  .galleryBox {
    margin-bottom: -50px;
  }
}

/*.videoBox {
  position: relative;
  padding: 16px 0 8px;
  a {
    color: $c2;
  }
  img {
    border-radius: 24px;
  }
  .play {
    border-radius: 26px;
    padding: 4px 16px 4px 4px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(32px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    @include transition();
    .icon-play {
      background: #fff;
      border-radius: 50%;
      width: 44px;
      height: 44px;
      position: relative;
      margin-right: 12px;
      &:before {
        @include center();
        font-size: 29px;
        color: #000;
      }
    }
    .watch {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 2px;
    }
    &:hover {
      backdrop-filter: blur(16px);
    }
  }
  video {
    display: none;
  }
  @include rwd-max(767){
    .play {
      @include center();
    }
  }
  @include rwd-min(768){
    .play {
      position: absolute;
      left: 64px;
      bottom: 64px;
    }
  }
}*/
#projects {
  padding-top: 140px;
}

.relatedPosts {
  background: none;
  padding-top: 0;
}
@media screen and (max-width: 1080px) {
  .relatedPosts {
    padding-bottom: 0;
  }
}

.direction {
  padding: 40px 0;
}
.direction .service {
  padding: 16px 5px 20px;
  border-top: 1px solid rgba(0, 0, 0, 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 .desc {
  padding-left: 48px;
  padding-top: 8px;
  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: rgba(0, 0, 0, 0.5);
}
.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: #101828;
  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: #101828;
  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;
  }
  .direction h2 {
    flex: 1;
  }
  .direction .services {
    width: 708px;
  }
  .direction .service h3 {
    font-size: 24px;
  }
  .direction .service:hover {
    color: rgba(0, 0, 0, 0.7);
  }
  .direction .button {
    margin-top: 65px;
  }
}

@media screen and (min-width: 768px) {
  .productsTop {
    align-items: center;
  }
}

.productsCategories {
  font-size: 0;
}
.productsCategories .item {
  font-size: 11px;
  padding: 13px 16px;
  line-height: 1;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  cursor: pointer;
  color: #000;
  transition: all 0.4s ease;
}
.productsCategories .item:hover, .productsCategories .item.is_filtered {
  border-color: #000;
}
@media screen and (max-width: 767px) {
  .productsCategories {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 24px;
  }
  .productsCategories .item {
    margin-bottom: 8px;
    letter-spacing: 0.5px;
  }
}

.productsBox {
  padding: 64px 0;
}
.productsBox .button {
  padding-right: 48px;
  position: relative;
}
.productsBox .button:before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
  font-size: 24px;
}

.products {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr;
  margin-top: 32px;
}
.products .product {
  background: rgba(255, 255, 255, 0.4);
  color: #5a5a5a;
  display: block;
}
.products .product .thumbnail {
  padding: 40px 0 25px;
}
.products .product .thumbnail img {
  margin: 0 auto;
}
.products .product .info {
  border-top: 1px solid #fff;
  padding: 24px 24px 12px;
}
.products .product .info h3 {
  font-size: 20px;
  padding-bottom: 8px;
}
.products .product .info p {
  font-size: 13px;
}
.products .product .info .log {
  max-width: 110px;
}
@media screen and (min-width: 480px) {
  .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 640px) {
  .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 900px) {
  .products {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1081px) {
  .products {
    grid-template-columns: repeat(5, 1fr);
  }
}

.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;
  }
}
.floatie {
  filter: blur(50px);
  background: radial-gradient(ellipse at center, #FFB300 0%, rgba(255, 188, 95, 0.3) 100%);
  width: 1200px;
  height: 1200px;
  position: absolute;
  border-radius: 50%;
  opacity: 0.2;
  z-index: -1;
}

.floatie1 {
  right: 0;
  top: 300px;
  animation: move1 90s ease-in-out infinite;
}

.floatie2 {
  left: 0;
  top: 1000px;
  animation: move2 80s ease-in-out infinite;
}

.floatie3 {
  right: 0;
  top: 1600px;
  animation: move3 70s ease-in-out infinite;
}

@keyframes move1 {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(500px, 200px);
  }
  20% {
    transform: translate(-300px, 100px);
  }
  35% {
    transform: translate(600px, 300px);
  }
  50% {
    transform: translate(-400px, 200px);
  }
  65% {
    transform: translate(300px, 150px);
  }
  80% {
    transform: translate(-200px, 250px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes move2 {
  0% {
    transform: translate(0, 0);
  }
  8% {
    transform: translate(-600px, 250px);
  }
  18% {
    transform: translate(400px, 400px);
  }
  30% {
    transform: translate(-500px, 200px);
  }
  45% {
    transform: translate(300px, 300px);
  }
  60% {
    transform: translate(-200px, 100px);
  }
  85% {
    transform: translate(100px, 200px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes move3 {
  0% {
    transform: translate(0, 0);
  }
  12% {
    transform: translate(700px, 300px);
  }
  25% {
    transform: translate(-500px, 600px);
  }
  40% {
    transform: translate(600px, 900px);
  }
  55% {
    transform: translate(-300px, 700px);
  }
  70% {
    transform: translate(200px, 500px);
  }
  90% {
    transform: translate(-100px, 300px);
  }
  100% {
    transform: translate(0, 0);
  }
}

/*# sourceMappingURL=professional-lighting_style.css.map*/