.section-references-field .section-references-field-item img {
  max-width: 100%;
  filter: grayscale(100%);
  transition: 0.3s;
  opacity: 0.8;
}
.section-references-field .section-references-field-item img:hover {
  filter: unset;
  opacity: 1;
}

.section-about-field
  .section-about-field-content
  .section-about-field-photo-gallery
  a
  img {
  object-fit: cover;
  width: 100%;
}
.section-product-img img{width: 120%;}
.slick-initialized .slick-slide {  display: block; height:auto;
}


.successModal{
    background: #fba300b3;
    position: fixed;
    left: 15px;
    bottom: 15px;
    padding: 15px 30px;
    color: #fff;
    border-radius: 8px !important;
    display: none;
    z-index: 10;
}

.slider .slider-overlay{
  opacity: .4;
}
.slider video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider .carousel-inner .carousel-item .slider-field{
  top: auto;
  bottom: 10%;
}
.section-content .section-slide{
  margin-bottom: -50px;
}

footer .footer-detail{
  background-image: url(../img/n/ft.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 50px;
}

footer .footer-detail .footer-page .footer-page-title,
footer .footer-detail .footer-page a,
footer .section-copyright,
footer .footer-detail .address-1 p:nth-child(1),
footer .footer-detail .address-1 a ,
footer .footer-detail{
  color: #fff;
}


.footer-contact{
  flex-direction: row !important;
  padding: 30px;
  font-size: 16px;
  position: relative;
}

footer .footer-feed-field .footer-social-media{
  width: calc(100% / 2);
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.footer-contact .link{
  width: calc(100% / 2);
}
.footer-contact:before{
  height: calc(100% - 120px);
  width: 1px;
  background: #fff;
  content: "";
  left: 50%;
  top: 60px;
  bottom: 60px;
  position: absolute;
}
.footer-contact .link a{
  font-size: 16px;
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  margin: 0 auto;
}
footer .footer-feed-field .footer-social-media p{
  font-size: 16px;
  font-weight: 500;
}
footer .footer-feed-field .footer-social-media a{
  color: #fff;
  font-size: 16px;
  padding-left: 0;
  padding-right: 20px;
}
footer .footer-feed-field .footer-social-media a:hover{
  color: #1b2f56;
}
footer .footer-feed-field .footer-social-media a:last-child{
  padding-right: 0;
}

footer .footer-detail .footer-page .footer-page-title{
  margin-top: 30px;
}

footer .links{
  display: flex;
  flex-direction: column;
}
footer .links a i{
  background: #fca300;
  color: #fff !important;
  padding: 3px;
}
footer .links a{
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 5px;
}

.section-title-field.section-title-field-custom{
  height: 20vh;
}

.project-item{
  width: 100%;
  position: relative;
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
}
.project-item img{
  width: 100%;
  aspect-ratio: 410/444;
  object-fit: cover;
}
.project-item h4{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: #0F2248B2;
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}

.slick-slide .project-item{
  margin-bottom: 0;
}
.product-item-slider .slick-slide{
  padding: 10px;
}

.product-item-slider .slick-prev, .product-item-slider .slick-next{
  top: 50%;
}
.product-item-slider .slick-prev{
  left: 0;
}
.product-item-slider .slick-next{
  right: 0;
}

.fancybox-caption{
  background: #0F2248D9;
  text-align: left;
  margin-top: 0;
  padding: 40px;
}
.fancybox-caption h4{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 24px;
  font-weight: 600;
}
.fancybox-caption h4 span{
  font-size: 16px;
  font-weight: 400;
}
.fancybox-caption p{
  font-size: 18px;
}
.fancybox-container{
  z-index: 9999999;
}

.section-title-field.section-title-field-custom-v2 h1{
  margin-bottom: 50px;
  font-size: 60px
}
.section-title-field.section-title-field-custom-v2 .section-title-content{
  align-items: center;
  justify-content: flex-end;
}

.about-v2 h2{
  font-size: 28px;
  color: #E79D34;
  line-height: 1.2;
}
.about-v2 p{
  font-size: 16px;
}

.vertical-hr{
  background: #E79D34;
  width: 2px;
  height: 90%;
  margin: 0 auto;
  margin-top: 10px;
}
.vertical-hr-gray{
  background: #EDEDED;
  width: 2px;
  height: 90%;
  margin: 0 auto;
  margin-top: 10px;
}

.orange-box{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px;
  background-image: url(../img/n/aa.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  color: #fff;
  width: 100%;
  align-content: center;
  gap: 30px;
}
.orange-box h2{
  font-size: 40px;
  font-weight: 700;
}
.orange-box p{
  font-size: 16px;
  font-weight: 400;
  border-left: 2px solid #fff;
  padding-left: 20px;
}

.about-v3 .row-reverse{
  flex-direction: row-reverse;
}
.about-v3 h6{
  font-weight: 400;
  font-size: 18px;
  color: #E79D34;
  margin: 0;
}
.about-v3 h2{
  font-size: 30px;
  font-weight: 700;
  color: #E79D34;
  margin-bottom: 20px;
}
.about-v3 p{
  font-size: 16px;
  font-weight: 400;
  border-left: 2px solid #E79D34;
  padding-left: 20px;
}
.about-v3 .row{
  align-items: center;
}

@media(max-width:768px){
  .slider .carousel-inner .carousel-item .slider-field{
    left: 5%;
    right: 5%;
  }
  .footer-contact{
    flex-direction: column !important;
    gap: 40px;
  }
  footer .footer-feed-field .footer-social-media{
    width: 100%;
  }
  .footer-contact .link{
    width: 100%;
  }
  .footer-contact:before{
    height: 1px;
    width: calc(100% - 120px);
    top: 52%;
    left: 60px;
    right: 60px;
    bottom: auto;
  }
  footer .footer-feed-field{
    bottom: -30px;
  }
  footer .footer-detail .footer-page .footer-page-title{
    margin-top: 0;
  }
  .section-title-field.section-title-field-custom-v2 .section-title-content{
    justify-content: center;

  }
  .px-0 .project-item{
    margin-bottom: 0;
  }
  .section-title-field.section-title-field-custom-v2 h1{
    margin-bottom: 0;
    font-size: calc(1.375rem + 1.5vw);
  }
  .project-item h4{
    padding: 15px 10px;
    font-size: 18px;
  }
}
.big-menu{
  background: transparent;
}
.big-menu .big-menu-field .big-menu-content{
  background-color: rgba(31, 51, 89, 0.9);
  color: #fff;
}
.big-menu .big-menu-field .big-menu-content .big-menu-list,
.big-menu .big-menu-field .big-menu-content .big-list ul li a{
  color: #fff;
}
.big-menu .big-menu-field .big-menu-content .big-list-title .decoration{
  background: #E79D34;
}
.big-menu .big-menu-field .big-menu-content .big-list ul li a:hover{
  color: #E79D34;
}
.kartela-field{
  background: #E79D34;
  padding: 15px 25px;
}
.big-menu .big-menu-field .big-menu-content .big-list ul li a::before{
  content: url("../img/left-arrow-navy-orange.png");
}
.big-menu .big-menu-field .big-menu-content .big-menu-header .big-menu-close-btn img{
  filter: brightness(0) invert(1);
}
.big-menu .big-menu-field .big-menu-content .big-menu-header .big-menu-close-btn .kartela-field img{
  filter: none;
}
.kartela-field .kartela-field-content a{
  white-space: nowrap;
}
.btn-catalog{
  color: #fff;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #fff;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  text-decoration: none;
  gap: 10px;
  transition: all .3s ease;
}
.btn-catalog:hover{
  background: #fff;
  color: #E79D34;
}
.btn-catalog:hover img{
  filter: brightness(0) saturate(100%) invert(78%) sepia(27%) saturate(2821%) hue-rotate(337deg) brightness(97%) contrast(85%);;
}
.big-menu .big-menu-field .big-menu-content .big-menu-header{
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ffffff3d;
}
.big-menu .big-menu-field .big-menu-content .big-menu-list{
  padding-top: 50px;
}
.section-title-content-breadcrumb a{
  color: #fff;
  text-decoration: none;
}
.section-title-content-breadcrumb a:hover{
  color: #E79D34;
}