.brand-color-1 {
  color: #2E3647;
}

.brand-color-2 {
  color: #A70707;
}

.first-area {
  position: relative;
  padding: 6rem 0 2rem 0;
  display: flex;
  align-items: center;
  z-index: 0;
}
.first-area h1 {
  font-family: "Playfair", serif;
  position: relative;
  font-size: 4rem;
  font-weight: 300;
  line-height: 3.5rem;
  color: #222222;
  z-index: 1;
}
.first-area h2 {
  font-family: "Playfair", serif;
  position: relative;
  font-size: 2rem;
  z-index: 1;
  color: #222222;
}
.first-area .main-pic {
  width: 100%;
  margin: 1.2rem 0;
  overflow: hidden;
}
.first-area .main-pic img {
  transform: scale(1);
}

@keyframes slide {
  from {
    transform: translateX();
  }
  to {
    transform: translateX(-100%);
  }
}
.slider-loop {
  background: #fff;
}
.slider-loop .logos {
  overflow: hidden;
  padding: 60px 0;
  white-space: nowrap;
}
.slider-loop .logos .logos-slide {
  display: inline-block;
  animation: 20s slide infinite linear;
}
.slider-loop .logos .logos-slide img {
  height: 40px;
  margin: 0 40px;
}

.second-area {
  display: flex;
  justify-content: center;
  text-align: start;
  background: #fff;
  padding: 5rem 0;
}
.second-area h2 {
  color: #A70707;
  font-size: 3rem;
  font-family: "Playfair", serif;
}
.second-area h3 {
  color: #A70707;
  font-size: 1.5rem;
  font-family: "Raleway", sans-serif;
}
.second-area h6 {
  color: #6c757d;
}

.third-area {
  color: #eeeeee;
  background: url(/img/counter-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 7rem 0;
}
.third-area .counter-icon {
  font-size: 3rem;
  color: #fff;
}
.third-area .count-up {
  text-align: center;
}
.third-area h1 {
  font-family: "Playfair", serif;
  font-size: 5rem;
}
.third-area h5 {
  font-style: italic;
}

.fourth-area {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 2rem 0;
}
.fourth-area h1 {
  color: #A70707;
  font-family: "Playfair", serif;
  font-size: 4rem;
}
.fourth-area .service-item .service-card, .fourth-area .service-item .service-card-2 {
  z-index: 3;
  text-align: start;
  background-color: rgba(255, 255, 255, 0.7803921569);
  padding: 2rem 1rem;
  border-radius: 5px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.fourth-area .service-item .service-card h4, .fourth-area .service-item .service-card-2 h4 {
  color: #2E3647;
  font-weight: 700;
}

.fifth-area {
  margin-bottom: 2rem;
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/img/mission-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover !important;
}
.fifth-area .mission-content {
  padding: 2rem;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3098039216);
}
.fifth-area h1 {
  font-family: "Playfair", serif;
  color: #eeeeee;
  font-size: 4rem;
  z-index: 1;
}
.fifth-area p {
  color: #eeeeee;
  z-index: 1;
}

.sixth-area {
  padding: 4rem 0;
}
.sixth-area h1 {
  color: #A70707;
  font-size: 3.5rem;
  font-family: "Playfair", serif;
  line-height: 3rem;
}
.sixth-area .reason-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 300px;
  background-color: #fff;
  border-radius: 5px;
  padding-bottom: 1rem;
  margin-top: 1.8rem;
  padding: 1rem;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
}
.sixth-area .reason-item h4 {
  font-family: "Playfair", serif;
  font-size: 7rem;
  font-weight: 200;
  color: #2E3647;
}
.sixth-area .reason-item h3 {
  font-family: "Playfair", serif;
  color: #A70707;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0.5rem;
}

footer {
  background-color: #420505;
  padding: 5rem 5rem 0 5rem;
}
footer .social-links {
  display: flex !important;
  flex-direction: row !important;
}
footer .social-links i {
  font-size: 1.2rem;
  font-weight: 500;
  color: #6c757d;
  transition: 0.2s ease-in-out;
}
footer .social-links i:hover {
  color: #A70707 !important;
}
footer h1 {
  color: #eeeeee;
  text-align: start;
  font-size: 4rem;
  font-family: "Playfair", serif;
  line-height: 3rem;
}
footer h5 {
  color: #eeeeee;
}
footer i {
  font-size: 1.2rem;
  color: #eeeeee;
}
footer p {
  margin: 0 !important;
  color: #eeeeee;
}
footer hr {
  background-color: #fff;
}
footer img {
  width: 150px;
  filter: brightness(0) invert(1);
}
footer .row .col-lg-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.map {
  height: 50vh;
}

.footer-line {
  padding: 0.2rem 0;
  background-color: #420505;
}
.footer-line p {
  text-align: center;
  font-size: 0.8rem;
  color: #eeeeee;
  margin: 0 !important;
}

.domaines-banner {
  position: relative;
  background: url(https://api.rbsmi.ru/attachments/0d50ffee340cdadc736f64068f2823dc4afec670/store/crop/0/0/1536/1024/1536/1024/0/307ec5eb150baba0ec2a857c411d9045eff7744ccad954fad8ee7b18b1d1/e35b182d797ec644c4e80edcb1e69ea9.jpg);
  background-position: center;
  padding: 4rem 0 2rem 0;
}
.domaines-banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
  background: rgba(167, 7, 7, 0.7);
}
.domaines-banner h1 {
  position: relative;
  color: #fff;
  font-size: 3rem;
  font-family: "Playfair", serif;
  line-height: 3rem;
  z-index: 1;
  padding-left: 1rem;
  border-left: 3px solid #fff;
  text-shadow: 2px 2px 5px rgb(0, 0, 0);
}
.domaines-banner h4 {
  position: relative;
  color: #fff;
  z-index: 1;
}
.domaines-banner ul {
  padding: 0 4rem;
}

.domaines-cont {
  padding: 3rem 0;
}
.domaines-cont h1 {
  font-family: "Playfair", serif;
  color: #A70707;
}

.le-cabinet-banner {
  position: relative;
  background: url(/img/header-bg-2.jpg);
  padding: 4rem 0 1rem 0;
}
.le-cabinet-banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
  background: rgba(167, 7, 7, 0.8);
}
.le-cabinet-banner h1 {
  position: relative;
  color: #fff;
  font-size: 3rem;
  font-family: "Playfair", serif;
  line-height: 3rem;
  z-index: 1;
}
.le-cabinet-banner h4 {
  position: relative;
  color: #fff;
  z-index: 1;
}
.le-cabinet-banner ul {
  padding: 0 4rem;
}

.le-cabinet-cont {
  padding: 3rem 0;
}
.le-cabinet-cont i {
  color: #6c757d;
}
.le-cabinet-cont ul {
  list-style: none;
}
.le-cabinet-cont ul li {
  padding: 0.5rem 0;
}
.le-cabinet-cont p {
  font-family: "Raleway", sans-serif;
  font-size: 1.1rem;
  line-height: 25px;
}
.le-cabinet-cont h1 {
  position: relative;
  font-size: 3rem;
  font-family: "Playfair", serif;
  line-height: 3rem;
  z-index: 1;
}
.le-cabinet-cont h4 {
  position: relative;
  font-family: "Playfair", serif;
  z-index: 1;
}

.countertops h1 {
  color: #2E3647;
  font-family: "Playfair", serif;
  font-size: 4rem;
  margin: 1rem 0;
}
.countertops .brands {
  text-align: center;
  padding: 2rem 0;
  background-color: #fff;
}
.countertops .brands h2 {
  font-family: "Playfair", serif;
  font-size: 2.5rem;
}
.countertops .brands .brands-item {
  border-radius: 10px;
  filter: brightness(1) invert(0);
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  transition: 0.3s ease-in-out;
  border: 1px solid #e1e1e1;
}
.countertops .brands .brands-item:hover {
  box-shadow: 0 0 20px rgba(34, 47, 74, 0.5);
}

.actualites-banner {
  position: relative;
  background: url(/img/header-bg-2.jpg);
  padding: 4rem 0 2rem 0;
}
.actualites-banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
  background: rgba(167, 7, 7, 0.8);
}
.actualites-banner h1 {
  position: relative;
  color: #fff;
  font-size: 3rem;
  font-family: "Playfair", serif;
  line-height: 3rem;
  z-index: 1;
  padding-left: 1rem;
  border-left: 3px solid #fff;
  text-shadow: 2px 2px 5px rgb(0, 0, 0);
}

.actualites-cont {
  padding: 3rem 0;
}
.actualites-cont h2 {
  text-transform: uppercase;
  font-family: "Playfair", serif;
}
.actualites-cont .row div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #d2d2d2;
  margin: 1rem 0;
  padding: 1rem;
}
.actualites-cont .row div:hover {
  border: 1px solid #A70707;
}
.actualites-cont .row div a {
  transition: 0.2s ease-in-out;
}
.actualites-cont .row div a:hover {
  color: #2e2e2e;
}

.actualites-item {
  padding: 3rem 0;
}
.actualites-item h2 {
  color: #A70707;
  text-transform: uppercase;
  font-family: "Playfair", serif;
}

.contacter-banner {
  position: relative;
  background-position: center;
  padding: 4rem 0 2rem 0;
}
.contacter-banner h1 {
  position: relative;
  color: #A70707;
  font-size: 3rem;
  font-family: "Playfair", serif;
  line-height: 3rem;
  z-index: 1;
  padding-left: 1rem;
  border-left: 3px solid #A70707;
}

.contacter-cont {
  padding: 3rem 0;
}
.contacter-cont h1 {
  color: #A70707;
  font-family: "Playfair", serif;
}

.product {
  padding: 5rem 0 0 0;
}
.product h1 {
  color: #2E3647;
  font-size: 4rem;
  font-family: "Playfair", serif;
  line-height: 3rem;
  text-align: center;
}
.product h4 {
  color: #2E3647;
  text-align: center;
  font-weight: 400;
}
.product p {
  text-align: center;
}
.product .product-title {
  background-color: #fff;
  padding: 2rem 0 5rem 0;
  text-align: center;
}

.galery-item {
  max-height: 15vh;
  overflow: hidden;
  margin: 1rem 0;
}
.galery-item:hover img {
  filter: brightness(0.8);
}
.galery-item img {
  transition: 0.2s ease-in-out;
  transform: scale(1);
}

.product-gallery {
  padding-bottom: 2rem;
}
.product-gallery h2 {
  color: #2E3647;
  font-size: 3.5rem;
  font-family: "Playfair", serif;
  line-height: 3rem;
  font-style: italic;
  letter-spacing: -2px;
  margin-top: 3rem;
}

.product-gallery-2 {
  background-color: #fff;
  padding-bottom: 2rem;
}
.product-gallery-2 h2 {
  color: #2E3647;
  font-size: 4rem;
  font-family: "Playfair", serif;
  line-height: 3rem;
  font-style: italic;
  letter-spacing: -3px;
  margin-top: 3rem;
}

.product-name {
  font-size: 1.3rem;
  font-style: italic;
  text-align: center;
  font-family: "Playfair", serif;
  color: #2E3647;
  line-height: 1.1rem;
  margin: 0 !important;
}/*# sourceMappingURL=style.css.map */