section.finishing-renovation-hero {
  position: relative;
  height: 100vh;
  max-height: 800px;
  overflow: hidden;
  color: #fff;
  background-color: #000;
}
@media (max-width: 992px) {
  section.finishing-renovation-hero {
    max-height: 100%;
    height: 100%;
  }
}
section.finishing-renovation-hero .hero-slider-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  section.finishing-renovation-hero .hero-slider-wrapper {
    height: 800px;
  }
}
section.finishing-renovation-hero .hero-slider-wrapper .swiper-slide {
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 0 80px;
}
@media (max-width: 992px) {
  section.finishing-renovation-hero .hero-slider-wrapper .swiper-slide {
    padding: 0 20px 100px 20px;
  }
}
@media (max-width: 568px) {
  section.finishing-renovation-hero .hero-slider-wrapper .swiper-slide {
    padding: 0 20px 150px 20px;
  }
}
section.finishing-renovation-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: transparent linear-gradient(252deg, rgba(36, 32, 33, 0) 0%, #000000 95%) 0% 0% no-repeat padding-box;
  z-index: 2;
}
section.finishing-renovation-hero .container {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.finishing-renovation-hero .hero-content {
  max-width: 600px;
}
@media (max-width: 992px) {
  section.finishing-renovation-hero .hero-content {
    max-width: 100%;
  }
}
section.finishing-renovation-hero .hero-content h1 span {
  display: block;
}
section.finishing-renovation-hero .hero-content h1 span:nth-child(1) {
  font-size: 38px;
  font-weight: 300;
}
@media (max-width: 992px) {
  section.finishing-renovation-hero .hero-content h1 span:nth-child(1) {
    font-size: 38px;
  }
}
@media (max-width: 568px) {
  section.finishing-renovation-hero .hero-content h1 span:nth-child(1) {
    font-size: 26px;
  }
}
section.finishing-renovation-hero .hero-content h1 span:nth-child(2) {
  font-size: 80px;
  font-weight: 500;
}
@media (max-width: 992px) {
  section.finishing-renovation-hero .hero-content h1 span:nth-child(2) {
    font-size: 60px;
  }
}
@media (max-width: 568px) {
  section.finishing-renovation-hero .hero-content h1 span:nth-child(2) {
    font-size: 32px;
  }
}
section.finishing-renovation-hero .hero-content h1 span:nth-child(3) {
  font-size: 50px;
  font-weight: 200;
}
@media (max-width: 992px) {
  section.finishing-renovation-hero .hero-content h1 span:nth-child(3) {
    font-size: 40px;
  }
}
@media (max-width: 568px) {
  section.finishing-renovation-hero .hero-content h1 span:nth-child(3) {
    font-size: 28px;
  }
}
section.finishing-renovation-hero .hero-content p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 200;
  margin-top: 20px;
}
@media (max-width: 992px) {
  section.finishing-renovation-hero .hero-content p {
    margin: 20px 0;
  }
}
section.finishing-renovation-hero .hero-slider-pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
}
@media (max-width: 992px) {
  section.finishing-renovation-hero .hero-slider-pagination {
    bottom: 30px;
  }
}
section.finishing-renovation-hero .hero-slider-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.4941176471);
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
}
section.finishing-renovation-hero .hero-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
  border: 3px solid #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
section.finishing-renovation-hero .hero-buttons-container {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  z-index: 11;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  section.finishing-renovation-hero .hero-buttons-container {
    padding-bottom: 30px;
  }
}
section.finishing-renovation-hero .hero-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  section.finishing-renovation-hero .hero-buttons {
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
section.finishing-renovation-hero .hero-buttons .btn-yellow {
  height: 64px;
  display: flex;
  align-items: center;
}
section.finishing-renovation-hero .hero-buttons .agent {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  margin-right: 15px;
}
section.finishing-renovation-hero .hero-buttons .agent img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
section.finishing-renovation-hero .hero-buttons .agent span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 64px;
  background: transparent;
  border: 1px solid #fff;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  overflow: hidden;
  background-clip: padding-box;
  transform: translateZ(0);
  transition: all 0.3s ease;
}
section.finishing-renovation-hero .hero-buttons .agent span:hover {
  background: rgba(255, 255, 255, 0.2823529412);
  backdrop-filter: blur(3px);
}
@media (max-width: 578px) {
  section.finishing-renovation-hero .hero-buttons .agent span {
    font-size: 12px;
  }
}

section.finishing-renovation-profits {
  background: #242021;
  color: #FFAB23;
}
section.finishing-renovation-profits ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.finishing-renovation-profits ul li {
  width: 40%;
  font-size: 16px;
  font-weight: 600;
  margin: 8px 0 8px 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  section.finishing-renovation-profits ul li {
    font-size: 16px;
    width: 100%;
    margin: 10px 20px 10px 20px;
  }
}
section.finishing-renovation-profits ul li img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 35px;
}
section.finishing-renovation-profits .container {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
section.finishing-renovation-profits .container::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 60px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #242021;
}
@media (max-width: 992px) {
  section.finishing-renovation-profits .container::after {
    left: 50%;
  }
}

section.finishing-renovation-services {
  padding: 120px 0;
  color: #4B4B4B;
}
section.finishing-renovation-services h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 50px 0;
}
@media (max-width: 992px) {
  section.finishing-renovation-services h2 {
    font-size: 24px;
    text-align: center;
  }
}
section.finishing-renovation-services .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.finishing-renovation-services .wrapper .left, section.finishing-renovation-services .wrapper .right {
  width: 45%;
}
@media (max-width: 768px) {
  section.finishing-renovation-services .wrapper .left, section.finishing-renovation-services .wrapper .right {
    width: 100%;
    margin-bottom: 30px;
  }
}
section.finishing-renovation-services .wrapper .left p, section.finishing-renovation-services .wrapper .right p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 20px;
}
section.finishing-renovation-services .wrapper .left ul, section.finishing-renovation-services .wrapper .right ul {
  padding: 0;
  margin: 0;
}
section.finishing-renovation-services .wrapper .left ul li, section.finishing-renovation-services .wrapper .right ul li {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 10px 45px;
  position: relative;
}
section.finishing-renovation-services .wrapper .left ul li::marker, section.finishing-renovation-services .wrapper .right ul li::marker {
  color: #FFAB23;
}

section.finishing-renovation-contact {
  background: #fff;
  padding: 25px 0 35px 0;
  color: #4B4B4B;
}
section.finishing-renovation-contact .wrapper {
  display: flex;
  flex-wrap: wrap;
}
section.finishing-renovation-contact .left {
  width: 50%;
}
@media (max-width: 992px) {
  section.finishing-renovation-contact .left {
    width: 100%;
  }
}
section.finishing-renovation-contact .left h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  section.finishing-renovation-contact .left h2 {
    font-size: 24px;
  }
}
section.finishing-renovation-contact .left p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
}
section.finishing-renovation-contact .left .email {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: #4B4B4B;
}
@media (max-width: 992px) {
  section.finishing-renovation-contact .left .email {
    font-size: 18px;
  }
}
section.finishing-renovation-contact .left .phone {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: #4B4B4B;
}
@media (max-width: 992px) {
  section.finishing-renovation-contact .left .phone {
    font-size: 18px;
  }
}
section.finishing-renovation-contact .right {
  width: 50%;
}
@media (max-width: 992px) {
  section.finishing-renovation-contact .right {
    width: 100%;
  }
}
section.finishing-renovation-contact .right .agent {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  margin: 50px auto;
  max-width: 700px;
}
section.finishing-renovation-contact .right .agent img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
section.finishing-renovation-contact .right .agent span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 64px;
  color: #010101;
  background: #FFAB23;
  border: 1px solid #fff;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  overflow: hidden;
  background-clip: padding-box;
  transform: translateZ(0);
  transition: background 0.3s ease;
}
section.finishing-renovation-contact .right .agent span:hover {
  color: #010101;
  background: #E69005;
}
@media (max-width: 578px) {
  section.finishing-renovation-contact .right .agent span {
    font-size: 12px;
  }
}

section.finishing-renovation-gallery {
  padding: 40px 0;
}
@media (max-width: 992px) {
  section.finishing-renovation-gallery {
    padding: 20px;
  }
}
section.finishing-renovation-gallery .slider .realization {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  section.finishing-renovation-gallery .slider .realization {
    margin: 0 10px;
  }
}
section.finishing-renovation-gallery .slider .realization img {
  border-radius: 5px;
}
section.finishing-renovation-gallery .slider .realization .caption {
  margin: 15px 0 0 0;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
section.finishing-renovation-gallery .slider .realization .caption p {
  margin: 0 0 3px 0;
}
section.finishing-renovation-gallery .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
section.finishing-renovation-gallery .navigation .swiper-button-prev,
section.finishing-renovation-gallery .navigation .swiper-button-next {
  position: initial;
  margin: 0;
  color: #000;
  font-size: 40px;
}
section.finishing-renovation-gallery .navigation .swiper-button-prev:after,
section.finishing-renovation-gallery .navigation .swiper-button-next:after {
  display: none;
}
section.finishing-renovation-gallery .navigation .swiper-pagination {
  position: initial;
  margin: 0 40px;
  display: none;
}
section.finishing-renovation-gallery .navigation .swiper-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 0;
  background-color: #000;
  width: 20px;
  height: 4px;
  margin: 0 10px;
}
section.finishing-renovation-gallery .navigation .swiper-scrollbar {
  position: initial;
  display: flex;
  height: 3px;
  width: 100px;
  border-radius: 0;
  margin: 0 40px;
}
section.finishing-renovation-gallery .navigation .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
}
section.finishing-renovation-gallery .buttons {
  text-align: center;
  margin: 0 0 40px 0;
}

/*# sourceMappingURL=page-finishing-renovation.css.map */
