﻿
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexAuto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
* {
  font-size: 100%;
  -webkit-overflow-scrolling: touch;
  font-size: 10px;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "iconfont";
  src: url('../font/iconfont-1638869001436.woff2') format('woff2'), url('../font/iconfont-1638869001436.woff') format('woff'), url('../font/iconfont-1638869001436.ttf') format('truetype');
}
.slidetop,
.slideTops {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 1s;
}
.slideTops {
  transform: translateY(40px);
  transition: all 0.8s ease-in;
}
.slidetop1 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-40px);
  transition: 1s;
}
.slideLeft {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100px);
  transition: 1.2s cubic-bezier(0.26, 1, 0.48, 1);
}
.slideRight {
  opacity: 0;
  visibility: hidden;
  transform: translateX(100px);
  transition: 1.4s;
}
.fadeAnime {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
  transition: 1.5s;
}
.fadeAnime.articleShow {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.slidetop.articleShow,
.slideLeft.articleShow,
.slideRight.articleShow,
.slideTops.articleShow {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.slidetop.articleShow.detay1,
.slideTops.articleShow.detay1 {
  transition-delay: 0.25s;
}
.slidetop.articleShow.detay2,
.slideTops.articleShow.detay2 {
  transition-delay: 0.5s;
}
.slideList > li,
.slideList > div,
.slideList > li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: 1s cubic-bezier(0.26, 1, 0.48, 1);
}
.slideList.articleShow > li,
.slideList.articleShow > div {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.15s;
}
.slideList.articleShow > li:nth-child(2),
.slideList.articleShow > div:nth-child(2) {
  transition-delay: 0.35s;
}
.slideList.articleShow > li:nth-child(3),
.slideList.articleShow > div:nth-child(3) {
  transition-delay: 0.55s;
}
.slideList.articleShow > li:nth-child(4),
.slideList.articleShow > div:nth-child(4) {
  transition-delay: 0.75s;
}
.slideList.articleShow > li:nth-child(5),
.slideList.articleShow > div:nth-child(5) {
  transition-delay: 0.95s;
}
.slideList.articleShow > li:nth-child(6),
.slideList.articleShow > div:nth-child(6) {
  transition-delay: 1.15s;
}
.slideList.articleShow > li:nth-child(7),
.slideList.articleShow > div:nth-child(7) {
  transition-delay: 1.35s;
}
.slideList.articleShow > li:nth-child(8),
.slideList.articleShow > div:nth-child(8) {
  transition-delay: 1.55s;
}
.blurFade {
  opacity: 0;
  filter: blur(3px);
  transition: 0.7s;
}
.blurFade.detay1 {
  transition-delay: 0.3s;
}
.blurFade.articleShow {
  opacity: 1;
  filter: blur(0);
}
.pathClie {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: 1s;
}
.pathClie1 {
  opacity: 0;
  clip-path: inset(100% 0 0 0);
  transition: opacity 1.5s ease-out, clip-path 1.5s cubic-bezier(0.26, 1, 0.48, 1);
}
.pathClie.articleShow,
.pathClie1.articleShow {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
.inner {
  margin: auto;
  width: 1200px;
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  margin: 0;
  position: relative;
  display: block;
  padding-bottom: calc(100vh - 64px);
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pbanner video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.introduct {
  padding: 6.8rem 0 8.3rem;
  background: #1B1B1D;
}
.introduct-title {
  margin-bottom: 20px;
}
.introduct-title small {
  display: block;
  color: #BF8155;
  font-size: 16px;
  font-weight: lighter;
  line-height: 1;
}
.introduct-title img {
  margin-top: -10px;
  width: auto;
  height: 83px;
}
.introduct-text {
  margin-bottom: 60px;
  color: #fff;
}
.introduct-text p {
  font-size: 16px;
  line-height: 2;
}
.inrtoduct-imgs img {
  width: 100%;
  height: auto;
}
.team {
  padding: 72px 0 105px;
}
.about-title small {
  display: block;
  color: #BF8155;
  font-size: 16px;
  line-height: 2.2;
}
.about-title strong {
  display: block;
  color: #1B1B1D;
  font-size: 60px;
  font-weight: normal;
  line-height: 1.4;
}
.about-texts {
  margin-top: 28px;
}
.about-texts p {
  color: #1B1B1D;
  font-size: 16px;
  line-height: 2;
  font-weight: lighter;
}
.team-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px;
  margin-top: 62px;
}
.team-list li {
  margin-top: 80px;
}
.team-list li:hover figure img {
  transform: scale(1.08);
}
.team-list li figure {
  margin: 0;
  position: relative;
  display: block;
  padding-bottom: 110.95%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.team-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-list li figure img {
  transition: 0.68s;
}
.team-list li:nth-child(2n+2) {
  margin-top: 0;
}
.team-ins {
  margin-top: 19px;
}
.team-ins strong {
  display: block;
  color: #1B1B1D;
  font-size: 32px;
  line-height: 1.4;
}
.team-ins p {
  color: #1B1B1D;
  font-size: 16px;
  line-height: 1.375;
}
.manufacturing {
  background: #EDEDED;
}
.manufacturing-wrap {
  padding: 70px 0;
  text-align: center;
}
.manufacturing-wrap .about-texts {
  text-align: left;
}
.manufacturing-imgs {
  position: relative;
  display: block;
  padding-bottom: 46.875%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.manufacturing-imgs img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manufacturing-imgs video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plan {
  padding: 150px 0 160px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #080809 !important;
}
.plan-wrap {
  margin: auto;
  max-width: 90%;
  width: 1050px;
  text-align: center;
}
.plan-wrap p {
  color: #fff;
  font-size: 24px;
  line-height: 2;
  font-weight: lighter;
}
.partner {
  padding: 62px 0 196px;
  background: #EDEDED;
}
.partner .about-title {
  text-align: center;
}
.partner-list {
  margin-top: 65px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.partner-list li figure {
  margin: 0;
  position: relative;
  display: block;
  padding-bottom: 73.271%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.partner-list li figure:hover img {
  transform: scale(1.05);
}
.partner-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-list li figure img {
  transition: 0.4s;
}
.honors {
  margin: auto;
  width: 83.33vw;
  max-width: 1600px;
  padding: 92px 0 103px;
}
.honors .about-title {
  text-align: center;
}
.honors-swiper {
  margin-top: 130px;
}
.honor-slide {
  box-sizing: border-box;
  width: 24.84vw;
  max-width: 477px;
}
.honor-slide.swiper-slide-active strong {
  opacity: 1;
  visibility: visible;
}
.honor-slide strong {
  display: block;
  margin-top: 40px;
  color: #666666;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: normal;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.honor-imgs {
  padding: 14px 10px;
  border: 1px solid #EEEEEE;
}
.honor-imgs figure {
  margin: 0;
  position: relative;
  display: block;
  padding-bottom: 70.76%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.honor-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.honor-imgs figure img {
  max-width: 100%;
  max-height: 100%;
}
.honor-btns {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 80px;
  padding-top: 48px;
  border-top: 1px solid #C8C8C8;
}
.honor-btns span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  border: 1px solid #DBDBDB;
  font-size: 13px;
  color: #999999;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s;
}
.honor-btns span:hover {
  border-color: #BF8155;
  color: #BF8155;
}
.product-banner {
  position: relative;
  padding-top: 64px;
  box-sizing: border-box;
  height: 100vh;
}
.product-slide {
  height: auto;
}
.product-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 37px;
  height: 39px;
  box-sizing: border-box;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  transition: 0.35s;
  cursor: pointer;
  z-index: 5;
}
.product-prev:hover {
  border-color: #BF8155;
  color: #BF8155;
  background: #fff;
}
.product-prev.prev {
  left: 64px;
}
.product-prev.next {
  right: 64px;
}
.design-system {
  padding: 84px 0 135px;
  margin: auto;
  max-width: 1600px;
  width: 83.3333vw;
}
.product-title {
  text-align: center;
}
.product-title small {
  display: block;
  line-height: 1;
  color: #BF8155;
  font-size: 16px;
  line-height: 21px;
  font-weight: lighter;
}
.design-box {
  overflow: hidden;
}
.product-tt {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.product-tt span {
  display: inline-block;
  color: #1B1B1D;
  font-size: 66px;
  line-height: 1.33;
  font-weight: 400;
}
.product-tt i {
  display: inline-block;
  margin-top: 8px;
  margin-left: 26px;
  margin-right: 12px;
  color: #1B1B1D;
  font-size: 25px;
  line-height: 1.32;
  font-weight: bold;
  font-style: normal;
}
.product-tt strong {
  display: inline-block;
  color: #1B1B1D;
  font-size: 74px;
  line-height: 1.24;
  font-weight: lighter;
}
.design-swiper {
  margin-top: 7.8rem;
}
.design-swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 64px;
  gap: 14px;
  position: relative;
  bottom: 0;
  line-height: 1;
}
.design-swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  width: 80px;
  height: 5px;
  background: #EDEDED;
  border-radius: 0;
  transition: 0.4s;
}
.design-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  right: auto;
  left: 0;
  width: 100%;
  transition: 4s;
}
.design-swiper .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 0%;
  height: 100%;
  background: #BF8155;
  transition: 0.4s;
}
.design-slide {
  position: relative;
  width: 380px;
}
.design-slide:hover figure img {
  transform: scale(1.05);
}
.design-slide figure {
  margin: 0;
  position: relative;
  display: block;
  padding-bottom: 123.9%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.design-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.design-slide figure img {
  transition: 0.65s;
}
.design-info {
  position: absolute;
  top: 27px;
  left: 33px;
  right: 30px;
  z-index: 3;
}
.design-info small {
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.3125;
  font-weight: lighter;
  text-transform: uppercase;
}
.design-info strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 26px;
  line-height: 1.346;
  font-weight: normal;
}
.wood-system {
  position: relative;
}
.wood-system .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 16px;
  bottom: 50px;
  line-height: 1;
}
.wood-system .swiper-pagination .swiper-pagination-bullet {
  box-sizing: border-box;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: none;
  transition: 0.35s;
  opacity: 1;
}
.wood-system .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #fff;
}
.wood-system .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #fff;
}
.wood-system .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -4px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.wood-slide {
  position: relative;
  height: 100vh;
}
.wood-slide .smain .ban-ti {
  top: 40%;
}
.expirate {
  padding: 72px 0 118px;
  background: #EDEDED;
}
.expirate-list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.expirate-list li {
  background: #FFFFFF;
}
.expirate-list li:hover figure img {
  transform: scale(1.06);
}
.expirate-list li:hover .expirate-text strong {
  color: #BF8155;
}
.expirate-list li figure {
  margin: 0;
  position: relative;
  display: block;
  padding-bottom: 106.84%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.expirate-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.expirate-list li figure img {
  transition: 0.6s;
}
.expirate-info {
  position: relative;
  z-index: 4;
  padding: 100px 20px 62px;
  text-align: center;
}
.expirate-ico {
  position: absolute;
  z-index: 3;
  left: 50%;
  margin-left: -64px;
  top: -64px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background: #fff;
}
.expirate-ico img {
  display: inline-block;
  max-height: 54px;
}
.expirate-text strong {
  display: block;
  color: #1B1B1D;
  height: 48px;
  font-size: 16px;
  line-height: 1.3125;
  font-weight: normal;
  transition: 0.3s;
}
.expirate-text span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 133px;
  height: 33px;
  border: 1px solid #1B1B1D;
  color: #1B1B1D;
  font-size: 14px;
  transition: 0.3s;
}
.expirate-text span:hover {
  border-color: #BF8155;
  background: #BF8155;
  color: #fff;
}
.expirate-text span:hover i {
  color: #fff;
}
.expirate-text span i {
  display: inline-block;
  margin-left: 9px;
  font-style: normal;
  font-size: 13px;
  color: #1B1B1D;
  font-weight: 600;
}
.crafts {
  position: relative;
  height: 100vh;
}
.haute {
  padding: 76px 0 136px;
}
.haute-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px 32px;
}
.haute-list li a {
  cursor: default;
}
.haute-list li:hover figure img {
  transform: scale(1.06);
}
.haute-list li:hover .haute-info strong {
  color: #BF8155;
}
.haute-list li figure {
  margin: 0;
  position: relative;
  display: block;
  padding-bottom: 72.46%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.haute-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.haute-list li figure img {
  transition: 0.65s;
}
.haute-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 22px 0 20px;
  height: 62px;
  background: #EDEDED;
}
.haute-info strong {
  display: block;
  line-height: 1.1;
  color: #1B1B1D;
  font-size: 16px;
  font-weight: normal;
  transition: 0.3s;
}
.videobt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 25px;
  box-sizing: border-box;
  border: 1px solid #BF8155;
  border-radius: 50%;
  color: #BF8155;
  font-size: 12px;
}
.videobt span {
  display: inline-block;
  position: relative;
  top: 1px;
  transform: scale(0.56);
  line-height: 1;
}
/* 视频弹层 */
.popup_video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -300;
  background: hsla(0, 0%, 0%, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.popup_video.on {
  z-index: 11050;
  opacity: 1;
  visibility: visible;
}
.popup_video .cont {
  width: 70%;
  height: auto;
  background: #fff;
  padding: 10px;
  border-radius: 2px;
  position: relative;
  transform: scale(0);
  transition: all 0.5s;
}
.popup_video.on .cont {
  transform: scale(1);
}
.popup_video .cont video {
  display: block;
  width: 100%;
  height: auto;
  background: #000;
}
.popup_video .cont .sole {
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -60px;
  cursor: pointer;
  transition: all 0.5s;
}
.contacts {
  display: flex;
}
.contacts-info {
  display: flex;
  align-items: center;
  width: 50%;
  background: #EDEDED;
}
.contacts-wr {
  padding: 0 158px 0 187px;
}
.contacts-text {
  margin-bottom: 90px;
}
.contacts-text span {
  display: block;
  margin-bottom: 5px;
  color: #1B1B1D;
  font-size: 16px;
  line-height: 1.3;
}
.contacts-text strong {
  display: block;
  color: #1B1B1D;
  font-size: 46px;
  line-height: 1.347;
  font-weight: normal;
}
.contacts-text p {
  margin-top: 16px;
  color: #1B1B1D;
  font-size: 16px;
  line-height: 2;
}
.contacts-btn a {
  display: inline-flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  padding: 0 14px;
  min-width: 152px;
  height: 33px;
  border: 1px solid #1B1B1D;
  transition: 0.3s;
}
.contacts-btn a:hover {
  border-color: #BF8155;
}
.contacts-btn a:hover span,
.contacts-btn a:hover i {
  color: #BF8155;
}
.contacts-btn a span {
  display: inline-block;
  color: #1B1B1D;
  font-size: 14px;
  transition: 0.3s;
}
.contacts-btn a i {
  display: inline-block;
  margin-left: 8px;
  color: #1B1B1D;
  font-size: 13px;
  transition: 0.3s;
}
.contacts-imgs {
  width: 50%;
}
.contacts-imgs figure {
  margin: 0;
  position: relative;
  display: block;
  padding-bottom: 63.75%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.contacts-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-wr {
  padding: 98px 0 170px;
  text-align: center;
}
.product-wr img {
  max-width: 100%;
  height: auto;
}
.product-wr img.mb {
  display: none;
}
.mtop {
  height: 64px;
}
.pbanner1 figure {
  padding-bottom: 33.072%;
}
.brand {
  position: relative;
  z-index: 3;
  padding: 160px 0;
  background: #000000;
  overflow: hidden;
}
.brand-imgs {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 56.25%;
}
.brand-imgs img {
  width: 100%;
  height: auto;
}
.brand-wrap {
  display: flex;
  justify-content: flex-end;
}
.brand-info {
  width: 536px;
}
.brand-title {
  margin-bottom: 40px;
}
.brand-title small {
  display: block;
  margin-bottom: 7px;
  color: #BF8155;
  font-size: 16px;
  line-height: 1.375;
  font-weight: lighter;
}
.brand-title strong {
  display: block;
  color: #fff;
  font-size: 32px;
  line-height: 1.56;
  font-weight: normal;
}
.brand-text p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
.brand-list {
  display: flex;
  justify-content: space-between;
  margin-top: 130px;
}
.brand-list li {
  text-align: center;
}
.brand-list li:hover b {
  border-color: #BF8155;
  background: #BF8155;
}
.brand-list li b {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  border-radius: 50%;
  transition: 0.4s;
}
.brand-list li p {
  margin-top: 16px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}
.technology {
  padding: 94px 0;
}
.technology-list li {
  margin-bottom: 75px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.technology-list li:last-child {
  margin-bottom: 0;
}
.technology-list li:nth-child(2n+2) {
  flex-direction: row;
}
.technology-imgs {
  width: 45.5%;
}
.technology-imgs figure {
  margin: 0;
  position: relative;
  display: block;
  padding-bottom: 116.3%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.technology-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.technology-info {
  padding-top: 100px;
  width: 44.66%;
}
.technology-info .brand-title strong {
  color: #1B1B1D;
}
.technology-info .brand-text p {
  color: #1B1B1D;
}
.suit-wrap {
  padding: 80px 0 156px;
}
.suit-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 55px;
}
.suit-top .brand-title {
  margin-bottom: 0;
}
.suit-top .brand-title strong {
  color: #1B1B1D;
}
.brand-btn {
  display: flex;
  gap: 0 44px;
}
.brand-btn span {
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
  z-index: 2;
  color: #1B1B1D;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}
.brand-btn span:before {
  content: "";
  width: 0;
  height: 3px;
  background: #BF8155;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.brand-btn span:hover,
.brand-btn span.active {
  color: #BF8155;
}
.brand-btn span:hover:before,
.brand-btn span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.suit-tab {
  margin-top: 55px;
}
.suit-item {
  display: none;
}
.suit-item:first-child {
  display: block;
}
.suit-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 57px 28px;
}
.suit-list li:hover .suit-imgs figure img {
  transform: scale(1.05);
}
.suit-list li strong {
  display: block;
  margin-top: 18px;
  color: #999999;
  font-size: 14px;
  line-height: 1.357;
  font-weight: normal;
}
.suit-list li b {
  display: block;
  margin-top: 4px;
  color: #BF8155;
  font-size: 20px;
  line-height: 1.35;
}
.suit-imgs {
  padding: 48px 26px;
  background: #EDEDED;
}
.suit-imgs figure {
  margin: 0;
  position: relative;
  display: block;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.suit-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.suit-imgs figure img {
  transition: 0.45s;
}
.measures {
  padding: 66px 0 106px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.measures-wrap .brand-title {
  text-align: center;
}
.measures-wrap .brand-title strong {
  color: #1B1B1D;
}
.measures-wrap .brand-text {
  text-align: center;
}
.measures-wrap .brand-text p {
  color: #1B1B1D;
}
.measures-info {
  text-align: center;
  margin-top: 66px;
}
.measures-info figure {
  margin: auto;
  width: 352px;
  max-width: 100%;
}
.measures-info figure img {
  width: 100%;
  height: auto;
}
.measures-info .contacts-btn {
  margin-top: 74px;
  text-align: center;
}
.measures-info .contacts-btn a {
  margin: auto;
  border-color: #BF8155;
  color: #BF8155;
}
.measures-info .contacts-btn a:hover {
  background: #BF8155;
}
.measures-info .contacts-btn a:hover span,
.measures-info .contacts-btn a:hover i {
  color: #fff;
}
.measures-info .contacts-btn a i,
.measures-info .contacts-btn a span {
  color: #BF8155;
}
.measures-color .brand-title strong {
  color: #fff;
}
.measures-color .brand-text p {
  color: #fff;
}
.measures1 {
  background-attachment: local;
  padding: 280px 0;
}
.standard {
  padding: 0 0 66px;
  margin-bottom: 100px;
  border-bottom: 1px solid #707070;
}
.standard-tops {
  text-align: center;
}
.standard-tops strong {
  display: block;
  margin-bottom: 30px;
  color: #1B1B1D;
  font-size: 42px;
  line-height: 1.33;
  font-weight: normal;
}
.standard-tops p {
  margin: auto;
  max-width: 100%;
  width: 670px;
  color: #1B1B1D;
  font-size: 24px;
  line-height: 1.33;
}
.standard-info {
  margin-top: 38px;
}
.standard-info p {
  color: #1B1B1D;
  font-size: 16px;
  line-height: 2;
  font-weight: lighter;
}
.designer-banner {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 60px;
  z-index: 3;
}
.designer-banner img {
  display: inline-block;
  width: auto;
  height: 170px;
}
.designer-banner strong {
  display: block;
  margin-top: 34px;
  color: #fff;
  font-size: 22px;
  line-height: 1.45;
  font-weight: normal;
}
.projects {
  display: flex;
  justify-content: space-between;
}
.project-imgs {
  width: 37.7%;
}
.project-imgs figure {
  margin: 0;
  position: relative;
  display: block;
  padding-bottom: 132.59%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.project-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-right {
  display: flex;
  align-items: center;
  background: #EDEDED;
  flex: 1;
}
.project-wr {
  padding: 0 13.18vw 0 11.82vw;
}
.project-text {
  margin-bottom: 9.9vw;
}
.project-text:last-child {
  margin-bottom: 0;
}
.project-text p {
  color: #1B1B1D;
  font-size: 16px;
  line-height: 2;
}
.spaces {
  padding: 78px 0 0;
}
.space-imgs {
  padding-bottom: 70px;
  border-bottom: 1px solid #707070;
  text-align: center;
}
.space-imgs img {
  max-width: 100%;
  width: auto;
}
.spaces-infos {
  padding: 86px 0;
  text-align: center;
}
.spaces-infos p {
  margin: auto;
  width: 996px;
  max-width: 100%;
  color: #1B1B1D;
  font-size: 16px;
  line-height: 2;
}
.designer-tab {
  padding-bottom: 37px;
  overflow: hidden;
}
.designer-swiper {
  position: relative;
  margin: auto;
  max-width: 1600px;
  width: 83.3333vw;
}
.designer-swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 19px;
  bottom: 30px;
  line-height: 1;
  z-index: 3;
}
.designer-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.35;
  transition: 0.3s;
}
.designer-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.designer-slide figure {
  margin: 0;
  position: relative;
  display: block;
  padding-bottom: 43.56%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.designer-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-box {
  padding: 60px 0 80px;
  background: #EDEDED;
}
.contact-wr {
  margin: auto;
  width: 1330px;
}
.contact-wr .about-title {
  text-align: center;
}
.contact-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 66px;
  margin-top: 100px;
}
.contact-item {
  padding: 99px 20px 96px;
  background: #fff;
  text-align: center;
}
.contact-item b {
  display: block;
  line-height: 1;
  color: #3D3D3D;
  font-size: 42px;
  font-weight: normal;
}
.contact-item strong {
  display: block;
  margin-top: 48px;
  margin-bottom: 10px;
  color: #1B1B1D;
  font-size: 20px;
  line-height: 1.35;
}
.contact-item p {
  color: #1B1B1D;
  font-size: 16px;
  line-height: 1.3;
}
.tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.tel a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 36px;
  background: #1B1B1D;
  color: #fff;
  font-size: 16px;
}
.contact-eqs {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 60px;
}
.contact-eqs li {
  padding: 40px 40px 0;
  background: #fff;
}
.contact-eqs li figure {
  display: block;
  margin: 0;
  line-height: 1;
}
.contact-eqs li figure img {
  display: block;
  width: 100%;
  height: auto;
}
.eq-info {
  padding: 24px 0 50px;
  text-align: center;
}
.eq-info strong {
  display: block;
  margin-bottom: 10px;
  color: #1B1B1D;
  font-size: 20px;
  line-height: 1.35;
  font-weight: normal;
}
.eq-info p {
  color: #1B1B1D;
  font-size: 16px;
  line-height: 1.3125;
}
.contact-1 .contacts-info {
  background: #fff;
}
.franchise {
  padding: 160px 0 188px;
  position: relative;
  z-index: 2;
  background-attachment: local;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.franchise:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 297px;
  background: rgba(27, 27, 29, 0.8);
}
.franchise-wrap {
  margin: auto;
  width: 83.3333vw;
  max-width: 1600px;
}
.franchise-top {
  margin-bottom: 70px;
  width: 615px;
  max-width: 100%;
}
.franchise-top p {
  color: #fff;
  font-size: 16px;
  line-height: 1.3125;
}
.franchise-top strong {
  display: block;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #FFFFFF;
  font-size: 42px;
  line-height: 1.476;
  font-weight: normal;
}
.franchise-in p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
}
.franchise-in b {
  display: block;
  color: #fff;
  font-size: 46px;
  line-height: 1.34;
  font-weight: normal;
}
.navs-menu-in {
  display: none;
  height: 100%;
}
.navs-menu-in img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.navs-menu-in:first-child {
  display: block;
}
