section.finishing-index-hero {
  position: relative;
  height: 100vh;
  max-height: 800px;
  overflow: hidden;
  color: #fff;
  background-color: #000;
}
@media (max-width: 992px) {
  section.finishing-index-hero {
    max-height: 100%;
    height: 100%;
  }
}
section.finishing-index-hero .hero-slider-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  section.finishing-index-hero .hero-slider-wrapper {
    height: 800px;
  }
}
section.finishing-index-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-index-hero .hero-slider-wrapper .swiper-slide {
    padding: 0 20px 100px 20px;
  }
}
@media (max-width: 568px) {
  section.finishing-index-hero .hero-slider-wrapper .swiper-slide {
    padding: 0 20px 150px 20px;
  }
}
section.finishing-index-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: transparent linear-gradient(240deg, rgba(38, 34, 35, 0) 0%, #030303 100%) 0% 0% no-repeat padding-box;
  z-index: 2;
}
section.finishing-index-hero .container {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.finishing-index-hero .hero-content {
  max-width: 600px;
}
@media (max-width: 992px) {
  section.finishing-index-hero .hero-content {
    max-width: 100%;
  }
}
section.finishing-index-hero .hero-content h1 span {
  display: block;
}
section.finishing-index-hero .hero-content h1 span:nth-child(1) {
  font-size: 38px;
  font-weight: 300;
}
@media (max-width: 992px) {
  section.finishing-index-hero .hero-content h1 span:nth-child(1) {
    font-size: 38px;
  }
}
@media (max-width: 568px) {
  section.finishing-index-hero .hero-content h1 span:nth-child(1) {
    font-size: 26px;
  }
}
section.finishing-index-hero .hero-content h1 span:nth-child(2) {
  font-size: 80px;
  font-weight: 500;
}
@media (max-width: 992px) {
  section.finishing-index-hero .hero-content h1 span:nth-child(2) {
    font-size: 60px;
  }
}
@media (max-width: 568px) {
  section.finishing-index-hero .hero-content h1 span:nth-child(2) {
    font-size: 32px;
  }
}
section.finishing-index-hero .hero-content h1 span:nth-child(3) {
  font-size: 50px;
  font-weight: 200;
}
@media (max-width: 992px) {
  section.finishing-index-hero .hero-content h1 span:nth-child(3) {
    font-size: 40px;
  }
}
@media (max-width: 568px) {
  section.finishing-index-hero .hero-content h1 span:nth-child(3) {
    font-size: 28px;
  }
}
section.finishing-index-hero .hero-content p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 200;
  margin-top: 20px;
}
@media (max-width: 992px) {
  section.finishing-index-hero .hero-content p {
    margin: 20px 0;
  }
}
section.finishing-index-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-index-hero .hero-slider-pagination {
    bottom: 30px;
  }
}
section.finishing-index-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-index-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-index-hero .hero-buttons-container {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  z-index: 11;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  section.finishing-index-hero .hero-buttons-container {
    padding-bottom: 30px;
  }
}
section.finishing-index-hero .hero-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  section.finishing-index-hero .hero-buttons {
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
section.finishing-index-hero .hero-buttons .btn-yellow {
  height: 64px;
  display: flex;
  align-items: center;
}
section.finishing-index-hero .hero-buttons .agent {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  margin-right: 15px;
}
section.finishing-index-hero .hero-buttons .agent img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
section.finishing-index-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-index-hero .hero-buttons .agent span:hover {
  background: rgba(255, 255, 255, 0.2823529412);
  backdrop-filter: blur(3px);
}
@media (max-width: 578px) {
  section.finishing-index-hero .hero-buttons .agent span {
    font-size: 12px;
  }
}

section.finishing-index-why-us {
  background: #242021;
  background-image: url("../images/box-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 100px 0;
  color: #fff;
  position: relative;
}
@media (max-width: 992px) {
  section.finishing-index-why-us {
    background-size: 1800px;
  }
}
section.finishing-index-why-us::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #242021;
}
section.finishing-index-why-us h2.main-title {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 80px;
  text-align: center;
  color: #fff;
}
@media (max-width: 992px) {
  section.finishing-index-why-us h2.main-title {
    font-size: 28px;
  }
}
section.finishing-index-why-us .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
}
section.finishing-index-why-us .wrapper .left, section.finishing-index-why-us .wrapper .right {
  width: 48%;
}
@media (max-width: 992px) {
  section.finishing-index-why-us .wrapper .left, section.finishing-index-why-us .wrapper .right {
    width: 100%;
  }
}
section.finishing-index-why-us .wrapper .left h2, section.finishing-index-why-us .wrapper .right h2 {
  color: #FFAB23;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: inherit;
}
@media (max-width: 992px) {
  section.finishing-index-why-us .wrapper .left h2, section.finishing-index-why-us .wrapper .right h2 {
    text-align: center;
  }
}
section.finishing-index-why-us .wrapper .left p, section.finishing-index-why-us .wrapper .right p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  section.finishing-index-why-us .wrapper .left p, section.finishing-index-why-us .wrapper .right p {
    text-align: center;
  }
}
section.finishing-index-why-us .bottom h2 {
  color: #FFAB23;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 992px) {
  section.finishing-index-why-us .bottom h2 {
    text-align: center;
  }
}
section.finishing-index-why-us .bottom .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.finishing-index-why-us .bottom .boxes .box {
  width: 33%;
  text-align: center;
  position: relative;
}
@media (max-width: 992px) {
  section.finishing-index-why-us .bottom .boxes .box {
    width: 100%;
    margin-bottom: 40px;
  }
}
section.finishing-index-why-us .bottom .boxes .box img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-bottom: 10px;
}
section.finishing-index-why-us .bottom .boxes .box h3 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  max-width: 60%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  section.finishing-index-why-us .bottom .boxes .box h3 {
    max-width: 100%;
  }
}
section.finishing-index-why-us .bottom .boxes .box::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: -40px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Cg fill='none' stroke='%23fff' stroke-width='10' stroke-linecap='round'%3E%3Cpath d='M100 55v90'/%3E%3Cpath d='M55 100h90'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 80px;
}
@media (max-width: 992px) {
  section.finishing-index-why-us .bottom .boxes .box::after {
    display: none;
  }
}
section.finishing-index-why-us .bottom .boxes .box:last-child::after {
  display: none;
}
section.finishing-index-why-us .bottom .buttons {
  text-align: center;
  margin-top: 60px;
}

section.finishing-index-packages {
  position: relative;
  background-color: #f5f5f5;
  padding: 75px 0 60px 0;
}
section.finishing-index-packages h2 {
  color: #4b4b4b;
  font-size: 41px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 992px) {
  section.finishing-index-packages h2 {
    font-size: 32px;
  }
}
section.finishing-index-packages .content p {
  font-size: 16px;
  color: #666;
  margin: 40px 0 30px 0;
  text-align: center;
}
@media (max-width: 992px) {
  section.finishing-index-packages .content p {
    font-size: 14px;
  }
}
section.finishing-index-packages .gallery img {
  margin-bottom: 15px;
}
section.finishing-index-packages .price-included {
  margin: 30px 0 15px 0;
}
section.finishing-index-packages .price-included .label {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
section.finishing-index-packages .price-included .icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.finishing-index-packages .price-included .icons .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  margin: 15px;
}
section.finishing-index-packages .price-included .icons .icon span {
  font-size: 12px;
  color: #000;
  margin-left: 15px;
  max-width: 160px;
}
@media (max-width: 992px) {
  section.finishing-index-packages .price-included .icons {
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-evenly;
  }
  section.finishing-index-packages .price-included .icons .icon {
    margin: 15px;
  }
}

section.finishing-index-contents {
  background: #fff;
  padding: 50px;
}
section.finishing-index-contents h2 {
  color: #4b4b4b;
  font-size: 41px;
  font-weight: 600;
  letter-spacing: 1.35px;
  text-align: center;
  margin: 50px 0 70px 0;
}
@media (max-width: 992px) {
  section.finishing-index-contents h2 {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  section.finishing-index-contents {
    padding: 50px 0;
  }
}
section.finishing-index-contents .tabs .nav-tabs {
  border: none;
}
section.finishing-index-contents .tabs .nav-tabs .nav-item .nav-link {
  background: #f8f8f8;
  color: #030303;
  font-size: 11px;
  border: none;
  border-radius: 0;
  padding: 10px 25px;
}
section.finishing-index-contents .tabs .nav-tabs .nav-item .nav-link:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f063";
  margin-left: 10px;
  color: #ccc;
}
section.finishing-index-contents .tabs .nav-tabs .nav-item .nav-link.active {
  background: #f5f5f5;
  color: #030303;
  font-weight: 700;
}
section.finishing-index-contents .tabs .nav-tabs .nav-item .nav-link.active:after {
  color: #000;
}
section.finishing-index-contents .tabs .tab-content {
  background: #f5f5f5;
  border: none;
  overflow: auto;
  padding: 30px;
}
section.finishing-index-contents .tabs .tab-content > .active {
  background: #f5f5f5;
  border: none;
  overflow: auto;
  padding: 30px;
}
section.finishing-index-contents .tabs .tab-content h2 {
  margin: 0;
  padding: 30px;
  font-size: 28px;
  color: #000;
  text-shadow: none;
}
section.finishing-index-contents .accordions {
  display: none;
}
section.finishing-index-contents .accordions .accordion-label {
  background: #f8f8f8;
  color: #030303;
  font-size: 12px;
  border: none;
  border-radius: 0;
  padding: 10px 25px;
  text-align: center;
  display: block;
}
section.finishing-index-contents .accordions .accordion-label:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f063";
  margin-left: 10px;
  color: #ccc;
}
section.finishing-index-contents .accordions .accordion-label[aria-expanded=true] {
  background: #f5f5f5;
  color: #030303;
  font-weight: 700;
}
section.finishing-index-contents .accordions .accordion-label[aria-expanded=true]:after {
  color: #000;
}
section.finishing-index-contents .accordions .accordion-content {
  padding: 0;
  overflow: auto;
}
section.finishing-index-contents .accordions .accordion-content h2 {
  margin: 0;
  padding: 30px 0;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  text-shadow: none;
}
section.finishing-index-contents p {
  font-size: 12px;
  color: #000;
  margin: 15px 0;
}
section.finishing-index-contents table {
  font-size: 12px;
  color: #060606;
  width: 100%;
  margin: 0 auto;
}
section.finishing-index-contents table thead tr td {
  font-weight: 700;
  font-size: 14px;
  padding: 10px;
}
section.finishing-index-contents table thead tr td:first-child {
  width: 40px;
}
section.finishing-index-contents table tbody tr {
  border-bottom: 1px solid #ccc;
}
section.finishing-index-contents table tbody tr td {
  padding: 10px;
  font-size: 12px;
}
section.finishing-index-contents table tbody tr td h3 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding: 20px 0 10px 0;
  margin: -10px -10px -11px -10px;
  z-index: 10;
  position: relative;
}
@media (max-width: 992px) {
  section.finishing-index-contents .tabs {
    display: none;
  }
  section.finishing-index-contents .accordions {
    display: block;
  }
  section.finishing-index-contents .accordions .accordion-content h2 {
    font-size: 18px;
  }
}

section.finishing-index-comparisons {
  padding: 40px 0;
  position: relative;
}
section.finishing-index-comparisons::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #fff;
}
section.finishing-index-comparisons h2 {
  color: #4b4b4b;
  font-size: 41px;
  font-weight: 600;
  text-align: center;
  margin: 40px 0 70px 0;
}
@media (max-width: 992px) {
  section.finishing-index-comparisons h2 {
    font-size: 32px;
  }
}
section.finishing-index-comparisons h3 {
  color: #4b4b4b;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1.35px;
  text-align: center;
  margin: 20px 0;
}
section.finishing-index-comparisons .slider .realization {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
}
section.finishing-index-comparisons .slider .realization .image {
  border-radius: 5px;
  max-width: 100%;
  height: 300px;
  object-fit: cover;
}
section.finishing-index-comparisons .slider .realization .icon {
  height: auto;
  border-radius: 0;
  object-fit: contain;
  margin-top: -45px;
  max-width: initial;
}
section.finishing-index-comparisons .slider .realization .caption {
  margin: 15px 0 0 0;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
section.finishing-index-comparisons .slider .realization .caption p {
  margin: 0 0 3px 0;
}
section.finishing-index-comparisons .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
section.finishing-index-comparisons .navigation .swiper-button-prev,
section.finishing-index-comparisons .navigation .swiper-button-next {
  position: initial;
  margin: 0;
  color: #000;
  font-size: 40px;
}
section.finishing-index-comparisons .navigation .swiper-button-prev:after,
section.finishing-index-comparisons .navigation .swiper-button-next:after {
  display: none;
}
section.finishing-index-comparisons .navigation .swiper-pagination {
  position: initial;
  margin: 0 40px;
  display: none;
}
section.finishing-index-comparisons .navigation .swiper-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 0;
  background-color: #000;
  width: 20px;
  height: 4px;
  margin: 0 10px;
}
section.finishing-index-comparisons .navigation .swiper-scrollbar {
  position: initial;
  display: flex;
  height: 3px;
  width: 100px;
  border-radius: 0;
  margin: 0 40px;
}
section.finishing-index-comparisons .navigation .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
}

section.finishing-index-how-it-works {
  background: #242021;
  color: #fff;
  padding: 50px;
}
section.finishing-index-how-it-works h2 {
  font-size: 41px;
  font-weight: 600;
  letter-spacing: 1.35px;
  text-align: center;
  margin: 50px 0 70px 0;
}
@media (max-width: 992px) {
  section.finishing-index-how-it-works h2 {
    font-size: 32px;
  }
}
section.finishing-index-how-it-works .steps {
  display: flex;
  overflow: auto;
  scroll-snap-type: x mandatory;
  padding: 10px;
  margin: 70px 0 100px 0;
  scrollbar-color: #4f4547 #242021;
  scrollbar-width: thin;
}
section.finishing-index-how-it-works .steps::-webkit-scrollbar {
  height: 8px;
}
section.finishing-index-how-it-works .steps::-webkit-scrollbar-track {
  background: #242021;
  border-radius: 4px;
}
section.finishing-index-how-it-works .steps::-webkit-scrollbar-thumb {
  background: #4f4547;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
section.finishing-index-how-it-works .steps::-webkit-scrollbar-thumb:hover {
  background: #4f4547;
}
section.finishing-index-how-it-works .steps .step {
  flex: 0 0 auto;
  width: 175px;
  scroll-snap-align: start;
  position: relative;
}
section.finishing-index-how-it-works .steps .step:after {
  content: "";
  background: transparent url(../images/step-dark-bg.png) no-repeat bottom right;
  width: 40px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
section.finishing-index-how-it-works .steps .step:last-child::after {
  display: none;
}
section.finishing-index-how-it-works .steps .step .wrapper {
  color: #fff;
  text-align: center;
  padding-right: 40px;
}
section.finishing-index-how-it-works .steps .step .wrapper .icon {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.finishing-index-how-it-works .steps .step .wrapper .icon img {
  width: 50px;
  height: auto;
}
section.finishing-index-how-it-works .steps .step .wrapper h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.finishing-index-how-it-works .steps .step .wrapper p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
}
section.finishing-index-how-it-works .image {
  overflow: auto;
  width: 100%;
  margin: 30px 0 30px 0;
}
section.finishing-index-how-it-works .image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  section.finishing-index-how-it-works .image img {
    height: 172px;
    width: 1131px;
  }
}
section.finishing-index-how-it-works .content {
  font-size: 12px;
  margin: 30px 0 0 0;
}
section.finishing-index-how-it-works .content .content-image {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
section.finishing-index-how-it-works .content ul {
  padding: 0;
  margin: 0;
}
section.finishing-index-how-it-works .content ul li {
  margin: 10px 0;
  padding: 0 0 0 25px;
  list-style: none;
  position: relative;
}
section.finishing-index-how-it-works .content ul li:before {
  background-image: url("../images/bullet.png");
  background-position: center left;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
}
section.finishing-index-how-it-works .content h2 {
  font-size: 14px;
  font-weight: 700;
  margin: 40px 0 20px 0;
  text-align: left;
  text-shadow: none;
}

section.finishing-index-ask-offer {
  position: relative;
  background: #242021;
  color: #fff;
  padding: 35px 0 60px 0;
}
@media (max-width: 992px) {
  section.finishing-index-ask-offer {
    padding: 0 0 70px 0;
  }
}
section.finishing-index-ask-offer a {
  color: #fff;
  text-decoration: none;
}
section.finishing-index-ask-offer::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #242021;
}
section.finishing-index-ask-offer .content.middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
section.finishing-index-ask-offer .content h2 {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 1.06px;
  line-height: 38px;
  margin: 0 0 60px 0;
}
@media (max-width: 992px) {
  section.finishing-index-ask-offer .content h2 {
    font-size: 28px;
  }
}
section.finishing-index-ask-offer .content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  margin: 15px 0 30px 0;
}
@media (max-width: 992px) {
  section.finishing-index-ask-offer .content p {
    font-size: 16px;
  }
}
section.finishing-index-ask-offer .buttons {
  display: flex;
  justify-content: center;
  margin: 30px 0 0 0;
  gap: 30px;
}
@media (max-width: 992px) {
  section.finishing-index-ask-offer .buttons {
    flex-direction: column;
  }
}
section.finishing-index-ask-offer .buttons i {
  margin-right: 6px;
}
section.finishing-index-ask-offer .buttons a {
  color: #000;
}
section.finishing-index-ask-offer .buttons a:hover {
  color: #fff;
}

section.finishing-index-reviews {
  background: #fff;
  padding: 60px 0;
}
section.finishing-index-reviews h2 {
  color: #4B4B4B;
  margin: 0;
  font-weight: 500;
  font-size: 38px;
  text-align: center;
  margin: 50px 0;
}
section.finishing-index-reviews .slider {
  margin: 50px 0;
  padding: 0;
  position: relative;
}
section.finishing-index-reviews .slider .slide {
  background: #fff;
  border: 1px solid #C9C9C9;
  border-radius: 6px;
  overflow: hidden;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 20px auto;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1882352941);
}
section.finishing-index-reviews .slider .slide .top {
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: 10px;
}
section.finishing-index-reviews .slider .slide .top img {
  width: 42px;
  height: 42px;
  display: block;
  border-radius: 100%;
  overflow: hidden;
  object-fit: cover;
}
section.finishing-index-reviews .slider .slide .top .author {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
section.finishing-index-reviews .slider .slide .top .no-avatar {
  background-color: #f5b400;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  color: #000;
}
section.finishing-index-reviews .slider .slide .top .date {
  font-size: 0.8rem;
  font-weight: 300;
  color: #000;
}
section.finishing-index-reviews .slider .slide .stars {
  display: flex;
  gap: 4px;
  margin: 8px 0;
}
section.finishing-index-reviews .slider .slide .review {
  position: relative;
}
section.finishing-index-reviews .slider .slide .review p {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 5px 0 5px 0;
  max-height: 330px;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
@media (max-width: 568px) {
  section.finishing-index-reviews .slider .slide .review p {
    font-size: 0.8rem;
  }
}
section.finishing-index-reviews .slider .slide .review.collapsed p {
  max-height: 150px;
  overflow: hidden;
  position: relative;
}
section.finishing-index-reviews .slider .slide .review.collapsed p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to bottom, transparent, white);
  pointer-events: none;
}
section.finishing-index-reviews .slider .slide .review-toggle {
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 0;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: color 0.3s;
  text-align: center;
  outline: none;
  width: 100%;
}
section.finishing-index-reviews .slider .slide .review-toggle:hover {
  color: #000;
  text-decoration: none;
}
section.finishing-index-reviews .slider .slide .review-toggle span {
  font-size: 12px;
  transition: transform 0.3s;
}
section.finishing-index-reviews .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
section.finishing-index-reviews .navigation .swiper-button-prev,
section.finishing-index-reviews .navigation .swiper-button-next {
  position: initial;
  margin: 0;
  color: #000;
  font-size: 40px;
}
section.finishing-index-reviews .navigation .swiper-button-prev:after,
section.finishing-index-reviews .navigation .swiper-button-next:after {
  display: none;
}
section.finishing-index-reviews .navigation .swiper-pagination {
  position: initial;
  margin: 0 40px;
  display: none;
}
section.finishing-index-reviews .navigation .swiper-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 0;
  background-color: #000;
  width: 20px;
  height: 4px;
  margin: 0 10px;
}
section.finishing-index-reviews .navigation .swiper-scrollbar {
  position: initial;
  display: flex;
  height: 3px;
  width: 100px;
  border-radius: 0;
  margin: 0 40px;
}
section.finishing-index-reviews .navigation .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
}

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

section.finishing-index-contact {
  background: #fff;
  padding: 75px 0 0 0;
  color: #4B4B4B;
}
section.finishing-index-contact .wrapper {
  display: flex;
  flex-wrap: wrap;
}
section.finishing-index-contact .left {
  width: 50%;
}
@media (max-width: 992px) {
  section.finishing-index-contact .left {
    width: 100%;
  }
}
section.finishing-index-contact .left h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  section.finishing-index-contact .left h2 {
    font-size: 24px;
  }
}
section.finishing-index-contact .left p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
}
section.finishing-index-contact .left .email {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: #4B4B4B;
}
@media (max-width: 992px) {
  section.finishing-index-contact .left .email {
    font-size: 18px;
  }
}
section.finishing-index-contact .left .phone {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: #4B4B4B;
}
@media (max-width: 992px) {
  section.finishing-index-contact .left .phone {
    font-size: 18px;
  }
}
section.finishing-index-contact .right {
  width: 50%;
}
@media (max-width: 992px) {
  section.finishing-index-contact .right {
    width: 100%;
  }
}
section.finishing-index-contact .right > .agent {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  margin: 50px auto;
  max-width: 700px;
}
section.finishing-index-contact .right > .agent > img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
section.finishing-index-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-index-contact .right > .agent > span:hover {
  color: #010101;
  background: #E69005;
}
@media (max-width: 578px) {
  section.finishing-index-contact .right > .agent > span {
    font-size: 12px;
  }
}

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