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

section.finishing-custom-about {
  background: #242021;
  color: #FFAB23;
  padding: 30px 0 30px 0;
}
section.finishing-custom-about ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.finishing-custom-about 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-custom-about ul li {
    font-size: 16px;
    width: 100%;
    margin: 10px 20px 10px 20px;
  }
}
section.finishing-custom-about ul li img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 35px;
}

section.finishing-custom-profits {
  background: #242021;
  background-image: url("../images/box-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  padding: 30px 0 350px 0;
}
@media (max-width: 992px) {
  section.finishing-custom-profits {
    background-size: 1800px;
  }
}
section.finishing-custom-profits h2 {
  font-size: 42px;
  font-weight: 400;
  margin: 0 0 40px 0;
  text-align: center;
}
@media (max-width: 992px) {
  section.finishing-custom-profits h2 {
    font-size: 28px;
  }
}
section.finishing-custom-profits .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.finishing-custom-profits .boxes .box {
  width: 30%;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 992px) {
  section.finishing-custom-profits .boxes .box {
    width: 100%;
    margin-bottom: 10px;
  }
}
section.finishing-custom-profits .boxes .box:after {
  content: "";
  border-right: 1px solid #666666;
  position: absolute;
  top: 0;
  right: -20px;
  height: 100%;
}
@media (max-width: 992px) {
  section.finishing-custom-profits .boxes .box:after {
    display: none;
  }
}
section.finishing-custom-profits .boxes .box:last-child:after {
  display: none;
}
section.finishing-custom-profits .boxes .box .number {
  font-size: 74px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  section.finishing-custom-profits .boxes .box .number {
    font-size: 48px;
  }
}
section.finishing-custom-profits .boxes .box h3 {
  font-size: 24px;
  font-weight: 600;
  height: 70px;
}
@media (max-width: 992px) {
  section.finishing-custom-profits .boxes .box h3 {
    font-size: 20px;
    height: auto;
  }
}
section.finishing-custom-profits .boxes .box p {
  font-size: 14px;
  font-weight: 300;
  margin-top: 15px;
  line-height: 1.8;
}
@media (max-width: 992px) {
  section.finishing-custom-profits .boxes .box p {
    font-size: 12px;
  }
}

section.finishing-custom-pricing {
  padding: 0 0 60px 0;
  margin-top: -250px;
}
section.finishing-custom-pricing h2 {
  font-size: 42px;
  font-weight: 400;
  margin: 0 0 40px 0;
  text-align: center;
  color: #fff;
}
@media (max-width: 992px) {
  section.finishing-custom-pricing h2 {
    font-size: 28px;
  }
}
section.finishing-custom-pricing .content {
  max-width: 600px;
  margin: 0 auto 60px auto;
  color: #fff;
}
section.finishing-custom-pricing .content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 992px) {
  section.finishing-custom-pricing .content p {
    font-size: 14px;
  }
}
section.finishing-custom-pricing .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  section.finishing-custom-pricing .boxes {
    flex-direction: column;
    align-items: center;
  }
}
section.finishing-custom-pricing .boxes .box {
  width: 30%;
  height: 585px;
  perspective: 1000px;
}
section.finishing-custom-pricing .boxes .box:hover .inner {
  transform: rotateY(180deg);
}
section.finishing-custom-pricing .boxes .box .inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.5s;
  transform-style: preserve-3d;
}
@media (max-width: 992px) {
  section.finishing-custom-pricing .boxes .box {
    width: 100%;
    margin-bottom: 40px;
  }
}
section.finishing-custom-pricing .boxes .box .cover, section.finishing-custom-pricing .boxes .box .back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #DEDEDE;
}
section.finishing-custom-pricing .boxes .box .cover {
  padding: 10px;
}
section.finishing-custom-pricing .boxes .box .cover img.image {
  border-radius: 10px;
  width: 100%;
  height: 360px;
  object-fit: cover;
}
section.finishing-custom-pricing .boxes .box .cover img.icon {
  margin: 0 auto;
  display: block;
  margin-top: -40px;
  width: 72px;
  height: 72px;
  object-fit: contain;
}
section.finishing-custom-pricing .boxes .box .cover h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 35px 0 5px 0;
  color: #4B4B4B;
  text-align: center;
}
section.finishing-custom-pricing .boxes .box .cover p {
  font-size: 18px;
  font-weight: 300;
  color: #4B4B4B;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: center;
}
section.finishing-custom-pricing .boxes .box .back {
  transform: rotateY(180deg);
  padding: 10px;
  overflow: auto;
}
section.finishing-custom-pricing .boxes .box .back ul li {
  font-size: 14px;
  font-weight: 300;
  margin: 10px 0 10px 0;
  position: relative;
  padding-right: 15px;
  text-align: left;
}
section.finishing-custom-pricing .boxes .box .back ul li::marker {
  color: #FFAB23;
}
@media (max-width: 992px) {
  section.finishing-custom-pricing .boxes .box .back ul li {
    font-size: 14px;
  }
}
section.finishing-custom-pricing .boxes .box.dark .cover, section.finishing-custom-pricing .boxes .box.dark .back {
  background: #242021;
  color: #C2C2C2;
  border: 1px solid #300707;
}
section.finishing-custom-pricing .boxes .box.dark .cover h3, section.finishing-custom-pricing .boxes .box.dark .cover p, section.finishing-custom-pricing .boxes .box.dark .back h3, section.finishing-custom-pricing .boxes .box.dark .back p {
  color: #C2C2C2;
}
section.finishing-custom-pricing .buttons {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 992px) {
  section.finishing-custom-pricing .buttons {
    margin-top: 20px;
  }
}

section.finishing-custom-advantages {
  color: #fff;
  padding: 60px 0 75px 0;
}
@media (max-width: 992px) {
  section.finishing-custom-advantages {
    padding: 40px 20px 10px 20px;
  }
}
section.finishing-custom-advantages .content h2 {
  font-size: 38px;
  font-weight: 500;
  margin: 0 0 10px 0;
  text-align: center;
  color: #040404;
}
@media (max-width: 992px) {
  section.finishing-custom-advantages .content h2 {
    font-size: 28px;
  }
}
section.finishing-custom-advantages .content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 40px;
  color: #040404;
  text-align: center;
}
@media (max-width: 992px) {
  section.finishing-custom-advantages .content p {
    font-size: 14px;
  }
}
section.finishing-custom-advantages .steps {
  display: flex;
  overflow: auto;
  scroll-snap-type: x mandatory;
  padding: 10px;
  margin: 70px 0 100px 0;
  scrollbar-color: #b8b8b8 #f5f5f5;
  scrollbar-width: thin;
}
section.finishing-custom-advantages .steps::-webkit-scrollbar {
  height: 8px;
}
section.finishing-custom-advantages .steps::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 4px;
}
section.finishing-custom-advantages .steps::-webkit-scrollbar-thumb {
  background: #b8b8b8;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
section.finishing-custom-advantages .steps::-webkit-scrollbar-thumb:hover {
  background: #888888;
}
section.finishing-custom-advantages .steps .step {
  flex: 0 0 auto;
  width: 250px;
  scroll-snap-align: start;
  position: relative;
}
section.finishing-custom-advantages .steps .step:after {
  content: "";
  background: transparent url(../images/step-bg.png) no-repeat bottom right;
  width: 40px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
section.finishing-custom-advantages .steps .step:last-child::after {
  display: none;
}
section.finishing-custom-advantages .steps .step .wrapper {
  color: #000;
  text-align: center;
  padding-right: 40px;
}
section.finishing-custom-advantages .steps .step .wrapper .icon {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.finishing-custom-advantages .steps .step .wrapper .icon img {
  width: auto;
  height: 44px;
}
section.finishing-custom-advantages .steps .step .wrapper h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.finishing-custom-advantages .steps .step .wrapper p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
section.finishing-custom-advantages .image {
  overflow: auto;
  width: 100%;
  margin: 70px 0 100px 0;
}
section.finishing-custom-advantages .image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  section.finishing-custom-advantages .image img {
    height: 231px;
    width: 1246px;
  }
}

section.finishing-custom-gallery {
  padding: 40px 0;
}
@media (max-width: 992px) {
  section.finishing-custom-gallery {
    padding: 20px 0;
  }
}
section.finishing-custom-gallery h2 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  section.finishing-custom-gallery h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
section.finishing-custom-gallery .slider .realization {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
}
section.finishing-custom-gallery .slider .realization img {
  border-radius: 5px;
}
section.finishing-custom-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-custom-gallery .slider .realization .caption p {
  margin: 0 0 3px 0;
}
section.finishing-custom-gallery .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
section.finishing-custom-gallery .navigation .swiper-button-prev,
section.finishing-custom-gallery .navigation .swiper-button-next {
  position: initial;
  margin: 0;
  color: #000;
  font-size: 40px;
}
section.finishing-custom-gallery .navigation .swiper-button-prev:after,
section.finishing-custom-gallery .navigation .swiper-button-next:after {
  display: none;
}
section.finishing-custom-gallery .navigation .swiper-pagination {
  position: initial;
  margin: 0 40px;
  display: none;
}
section.finishing-custom-gallery .navigation .swiper-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 0;
  background-color: #000;
  width: 20px;
  height: 4px;
  margin: 0 10px;
}
section.finishing-custom-gallery .navigation .swiper-scrollbar {
  position: initial;
  display: flex;
  height: 3px;
  width: 100px;
  border-radius: 0;
  margin: 0 40px;
}
section.finishing-custom-gallery .navigation .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
}

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

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