h1 {font-size: 34px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
  width: 100%;}

.h1-p {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  width: 640px !important;
  position: relative;
}

/* FAQ */

.faq-checkbox-2 {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  left: 0;
  top: 0;
  width: 22px;
  margin: 0;
  border: 0;
  height: 22px;
  z-index: 2;
}

.faq {
  width: 100%;
  position: relative;
  padding-top: 30px;
  padding-bottom: 60px;
}

.faq-box {
  margin: 0 auto;
  width: 640px;
}

.faq-title-box {
  font-size: 44px;
  color: #000;
  font-weight: 600;
  margin-top: 70px;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  float: left;
}

.faq-theme {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  position: relative;
}

.faq-theme h3 {
  margin-bottom: 15px;
  font-size: 30px;
  color: #000;
  font-weight: 600;
  text-align: center;
}



.faq-theme p {
  width: 540px;
  line-height: 26px;
  color: #000;
  text-align: center;
  font-weight: 300;
}

.faq-select {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #dee3e9;
}

.link {
  position: relative;
  font-size: 16px;
  border-radius: 23px;
  line-height: 34px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 25px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  transition: 0.3s;
}

.faq-next {
  background-color: #25ae74;
  color: #fff;
  margin-bottom: 70px;
}

.faq-title {
  color: #000;
  font-weight: 400;
  line-height: 60px;
  float: left;
  width: 100%;
  z-index: 1;
  position: relative;
  padding-right: 30px;
  font-size: 16px;
}

.faq-main-text {
  color: #000;
  float: left;
  width: 100%;
}

.faq-arrow {
  position: absolute;
  right: 0px;
  height: 60px;
  width: 16px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fqa-1 {
  width: 14px;
  height: 2px;
  background-color: #000;
  position: absolute;
}

.fqa-2 {
  width: 2px;
  height: 14px;
  transition: 0.3s;
  background-color: #000;
  position: absolute;
}

.faq-quest {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.faq-quest textarea {
  background-color: #f5f5f5;
  border: 1px solid #ebebeb;
  line-height: 34px;
  min-height: 160px;
  float: left;
  color: #000;
  border-radius: 17px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-bottom: 15px;
  resize: none;
  overflow-y: auto;
  padding-top: 7px;
  padding-bottom: 7px;
}

.faq-quest textarea {outline: none;}


.faq-quest a {
  float: right;
  color: #fff;
  font-weight: 400;
  line-height: 34px;
  background-color: #000;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 17px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 150px;
}

.faq-select .faq-checkbox {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  border: 0;
  height: 100%;
  z-index: 2;
}

.faq-select-box {
  transition: 0.3s;
  position: relative;
  float: left;
  width: 100%;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.faq-text {
  color: #777;
  position: relative;
  transition: 0.7s;
  width: 100%;
  float: left;
  overflow: hidden;
  max-height: 0;
  box-sizing: border-box;
  line-height: 26px;
  font-size: 15px;
  font-weight: 400;
}

.faq-checkbox:checked + .faq-select-box {
  height: auto;
}

.faq-checkbox:checked ~ .faq-select-box .faq-text {
  max-height: 200px;
  opacity: 1;
  padding-bottom: 15px;
}

.faq-checkbox:checked + .faq-select-box .faq-arrow .fqa-2 {
  height: 2px;
}

.faq-pre {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 22px;
}

.faq-pre p {
  position: relative;
  float: left;
  color: #fff;
  line-height: 44px;
  font-weight: 400;
}

.faq .button {
  float: right;
}

.whts-button {
  background-color: #000;
  line-height: 36px;
  height: 36px;
  position: relative;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 20px 13px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  text-decoration: none;
  box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.2);
  margin-top: 15px;
}


/* FAQ END */

#section-advantages {
  width: 100%;
  float: left;
  background-color: #f1f4f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  padding-top: 30px;
}

.middle {
  position: relative;
  width: 1216px;
  margin: 0 auto;
}


.showlink {
  float: left;
  color: #000;
  line-height: 34px;
  margin-bottom: 10px;
  border-radius: 10px;
  width: 100%;
  text-decoration: navajowhite;
  padding-left: 34px;
  background-image: url(../services-img/play.svg);
  background-position: 0px 3px;
  background-repeat: no-repeat;
  background-size: 28px;
}

.showlink:hover {text-decoration: underline;}


.funder {
  float: left;
  height: 50px;
  width: 100px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-image: url(../services-img/fundermax.jpg);
}


.showrooms {
  width: 50%;
  float: right;
}

.about-show-title {
  float: left;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 24px;
}

.menu {
  position: relative;
  float: left;
  display: flex;
  grid-gap: 34px;
}

.menu-link {
  float: left;
  line-height: 34px;
  font-weight: 500;
  font-size: 14px;
  color: #979797;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 13px;
  margin-top: 13px;
  border-bottom: 2px solid transparent;
}

.menu-link.active {
  color: #000;
  border-bottom: 2px solid #ef4625;
  font-weight: 500;
}


.header-phone {
  font-weight: 400;
  color: #03ffc4;
  text-decoration: none;
}

.header-title {
  font-weight: 400;
  color: #fff;
  margin-bottom: 4px;
}



.header-menu-2 {
  margin-top: 25px;
  margin-bottom: 30px;
  grid-template-columns: repeat(1, 1fr);
}

.mb-title {display: none;}




.nav-menu {
  float: right;
}
/* header end */







/* welcome */

.main-content {
  width: 100%;
  float: left;
}

.welcome {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding-bottom: 60px;
  position: relative;
}

.welcome-content {
  width: 1216px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.tt_black {color: #000!important;}

.welcome-form-link {
  line-height: 34px;
  float: left;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 17px;
  font-weight: 400;
  cursor: pointer;
  font-size: 15px;
}

.welcome-scroll {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  grid-gap: 24px;
  width: 100%;
}

.welcome-box {
  width: 100%;
  position: relative;
  border-radius: 24px;
  border: 1px solid #dee3e9;
}
.welcome-image {
  float: left;
  width: 100%;
}

.fabric {
  width: 1216px;
  border-radius: 34px;
  margin-top: 24px;
  position: relative;
  margin-bottom: 24px;
}

.welcome-fabric {
  float: left;
  position: relative;
  width: 100%;
}

.fabric-text {
  background: linear-gradient(-180deg,transparent,rgba(0,0,0,.90));
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 24px;
  color: #fff;
  line-height: 24px;
  font-size: 15px;
}

.fabric-left {
  width: 66%;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 24px;
  position: absolute;
  background-image: url(../services-img/fabric1.webp);
  background-size: cover;
}

.fabric-right {
  width: 32%;
  float: right;
  border-radius: 24px;
  background-color: #fff;
  background-image: url(../services-img/funder-logo.png);
  background-position: center;
  background-size: 81%;
  background-repeat: no-repeat;
  aspect-ratio: 1 / 1;
}

.welcome-box-content {
  padding: 20px;
  float: left;
  width: 100%;
}

.welcome-box-content img {
  width: 100%;
  border-radius: 17px;
  float: left;
  margin-bottom: 8px;
}

.welcome-box-content-p1 {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  float: left;
  width: 100%;
  line-height: 24px;
}

.welcome-box-content-p2 {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  float: left;
  width: 100%;
  line-height: 23px;
  margin-bottom: 15px;
}

.welcome-box-content-price {
  float: left;
  line-height: 24px;
  color: #000;
  font-size: 15px;
  width: 100%;
  margin-bottom: 20px;
}

.learn-more {
  float: left;
  color: #000;
  font-weight: 400;
  line-height: 34px;
  background-color: #f5f5f5;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 17px;
  position: relative;
  text-align: center;
}

.lm2 {
  float: left;
  color: #000;
  font-weight: 500;
  line-height: 34px;
  background-color: #fff;
  font-size: 15px;
  padding-left: 17px;
  padding-right: 17px;
  border-radius: 17px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.contacts {
  float: left;
  line-height: 34px;
  margin-top: 13px;
  font-size: 15px;
  color: #979797;
  font-weight: 500;
  margin-left: 20px;
  cursor: pointer;
}

/* welcome end */


.sh-display {
  position: fixed;
  height: 100vh;
  top: 0;
  background-color: rgba(255, 255, 255 0.3);
  z-index: 12;
  left: 0px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  visibility: hidden;
}

.sh-display.on {
  width: 100%;
  visibility: visible;
  background-color: rgba(0, 0, 0,0.3);
}

/* catalog presentation */

.catalog-presentation {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 60px;
  overflow: hidden;
  margin-top: 30px;
}

.projects-menu {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}

.projects-menu a {
  background-color: #fff;
  line-height: 34px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 17px;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}


/* slider 1 */

.slider-1 {
  width: 1240px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.pre-title {
  width: 100%;
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 34px;
  text-align: center;
  line-height: 60px;
}

.slider-scroll {
  border-radius:17px;
  position: relative;
  float: left;
  width: 100%;
}

.slider-content {
  float: left;
  transition:0.7s;
  position: relative;
  display: flex;
  right: 0%;
}

.slide-box {
  background-color: #141414;
  border-radius: 24px;
  width: calc(100% - 24px);
  margin-left: 12px;
  margin-right: 12px;
  padding: 24px;
}

.slider-header {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.slider-header h2 {
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  color: #777;
}

.slider-header p {
  font-size: 34px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  color: #fff;
}

.slider-controls {
  position: absolute;
  bottom: 24px;
  z-index: 1;
  left: 34px;
}

.slider-cbutton {
  width: 60px;
  height: 60px;
  background-color: rgba(121, 121, 121, 0.5);
  float: left;
  border-radius: 50%;
  margin-right: 15px;
  background-image: url(../services-img/cbutton.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  backdrop-filter: blur(13px);
}

.slide-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  color: #fff;
}

.slide-text {
  font-size: 15px;
  line-height: 26px;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  color: #bdbdbd;
  max-height: 78px;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.slide-link {
  position: relative;
  float: left;
  color: #fff;
  border-radius: 17px;
  line-height: 34px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  font-size: 15px;
  backdrop-filter: blur(40px);
  background-color: rgba(121, 121, 121, 0.5);
}


.slide-view {
  width: 50%;
  float: left;
  padding-right: 60px;
}

.slide-image {
  width: 50%;
  float: right;
  border-radius: 12px;
}

.slide357 {
  width: 100%;
  background-color: #333;
  /* margin-bottom: 12px; */
  border-radius: 12px;
  overflow: hidden;
}

.slide357 img {position: relative;float: left;width: 100%;}
.slide-x1 img {position: relative;float: left;width: 100%;}


.slide-x3 {grid-template-columns: repeat(3, 1fr);
  display: grid;
  grid-gap: 12px;
  display: none;
}
.slide-x1 {
  width: 100%;
  background-color: #333;
  border-radius: 12px;
  overflow: hidden;
}

.cleft {}
.cright {
  transform: rotate(180deg);
}



/* about */

.about {
  background-color: #fff;
  float: left;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
}

.about-content {
  width: 1216px;
  margin: 0 auto;
}

.about-left {
  width: 100%;
  float: left;
}

.about-right {
  width: 1216px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  gap: 24px;
}

.about-more {
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
}

.about-icons {
  position: relative;
  float: left;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: left top;
  display: none;
}

.about-more-content {
  float: left;
  width: 100%;
}

.about-more-title {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
}

.about-more-text {
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #000;
}

.icon-1 {background-image: url(../services-img/icon-1.svg);background-size: 60px;}
.icon-2 {background-image: url(../services-img/icon-2.svg);background-size: 60px;}
.icon-3 {background-image: url(../services-img/icon-3.svg);background-size: 60px;}
.icon-4 {background-image: url(../services-img/icon-4.svg);background-size: 60px;}
.icon-5 {background-image: url(../services-img/icon-5.svg);background-size: 60px;}
.icon-6 {background-image: url(../services-img/icon-6.svg);background-size: 60px;}
.icon-7 {background-image: url(../services-img/icon-7.svg);background-size: 60px;}
.icon-8 {background-image: url(../services-img/icon-8.svg);background-size: 60px;}

.sb-logo {
  float: left;
  width: 100%;
  height: 40px;
  background-image: url(../services-img/skin-logo.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.sb-text {
  font-size: 15px;
  line-height: 24px;
  width: 50%;
  float: left;
  margin-top: 30px;
}

/* about end */



/* whatsapp */

.whts {
  bottom: 0px;
  left: 50%;
  z-index: 99999;
  height: 60px;
  margin-left: 336px;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  position: fixed;
  backdrop-filter: blur(20px);
  background-color: rgba(74, 74, 74, 0.5);
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.whts-box {
  width: 100%;
  position: relative;
  float: left;
}

#back2Top {
  font-size: 0;
  width: 40px;
  background-position: center;
  background-size: 14px;
  border-radius: 10px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url(../services-img/backW2.svg);
  transform: rotate(90deg);
  height: 40px;
  cursor: pointer;
  position: relative;
  float: left;
}

.whts-send {
  font-size: 13px;
  line-height: 38px;
  color: #fff;
  position: relative;
  border: 1px solid #fff;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  height: 40px;
  border-radius: 10px;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
}

.whts-phone {
  background-image: url(../services-img/wh.svg);
  background-size: 21px;
  background-position: 10px;
  padding-left: 45px;
  padding-right: 15px;
  font-size: 13px;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  float: right;
  line-height: 40px;
  color: #000;
  height: 40px;
  background-repeat: no-repeat;
  background-color: #fff;
  margin-left: 10px;
}

.whts-box p {
  font-family: Inter;
  font-size: 15px;
  margin-right: 15px;
  font-weight: 300;
  line-height: 40px;
  color: #fff;
  position: relative;
  float: right;
  margin-top: 10px;
}

/* whatsapp end */



@media screen and (max-width: 1240px) {

.slide-box {width: calc(100% - 48px);margin-left: 24px;
  margin-right: 24px;}

.middle {padding-left: 24px;padding-right: 24px;width: 100%;}

.fabric {
    margin-right: 24px;
    margin-left: 24px;
    width: calc(100% - 48px);
  }

 .welcome-content {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .fabric-left {
    width: 66%;
  }

.fabric-right {width: 31.713334%;}
.slider-1 {width: 100%;}
.about-content {width: 100%;}


  .about-right {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }



 .whts {
    width: 274px;
    left: auto;
    margin-left: auto;
    right: 0;
    border-top-right-radius: 0;
  }


  .welcome-scroll {margin-bottom: 24px;}


  .slider-controls {left: 48px;}



.navigation {
  position: fixed;
    width: 340px;
    height: 100% !important;
    transform: translateX(-340px);
    z-index: 502;
    transition: 0.5s;
    top: 0 !important;
    left: 0;
    border-radius: 0;
}



}



@media screen and (max-width: 1024px) {

  .fabric-left {
    width: 100%;
    height: 400px;
    position: relative;
    background-position: bottom;
  }

  .fabric-right {
    width: 180px;
    position: absolute;
    left: 24px;
    top: 24px;
    border-radius: 17px;
    background-size: 84%;
  }

}



@media screen and (max-width: 840px) {



.slide-image {width: 100%;float: left;}


.slide-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  color: #fff;
  line-height: 26px;
}

  .slide-link {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
  }


.slide-view {
    width: 100%;
    float: left;
    padding-right: 0;
  }

 .slider-content {
    width: 700% !important;
    height: auto;
    position: relative;
    float: left;
    transition: 0.4s;
    left: 0;
    grid-template-columns: repeat(10, 1fr);
    display: grid;
    grid-gap: 15px;
    padding-right: 15px;
  }

  .slide-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    padding: 15px;
  }

  .showcase-view-scroll-x {
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
    overflow-x: scroll;
    border: none;
    position: relative;
    padding-left: 15px;
  }

.welcome-content {width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
  }


  .nav-copyright a {
    margin-right: 15px;
    font-size: 14px;
    margin-bottom: 0;
  }

.copyright p {font-size: 14px;}

  .slider-header p {
    font-size: 24px;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

.pre-title {font-size: 24px;
  line-height: 44px;}

.menu {float: left;}

.middle {padding-left: 15px;padding-right: 15px;}

.fabric-text br {display: none;}

  .copyright {
    float: left;
    width: 100%;
  }

 .welcome-scroll {
    width: 885px;
    height: auto;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    grid-gap: 15px;
    align-items: end;
    padding-left: 15px;
    position: relative;
    padding-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .abr-content {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
  }


  .fabric {
    margin-right: 15px;
    margin-left: 15px;
    width: calc(100% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .about {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .welcome-box-content {padding: 15px;}

  .learn-more {left: 15px;bottom: 15px;}

  .fabric-text {padding: 15px;}


  .about-right {
    grid-gap: 15px;
  }


 .slider-controls {
    left: 38px;
    display: none;
  }

 .catalog-presentation {
    padding-top: 30px;
    padding-bottom: 24px;
  }



.showcase-view-scroll-x {
  
/* Скрыть полосу прокрутки для всех браузеров */

scrollbar-width: none;
/* Для Firefox */
-ms-overflow-style: none;
/* Для Internet Explorer и Edge */
}
    
/* Дополнительно для WebKit (Chrome, Safari, Opera) */
.showcase-view-scroll-x::-webkit-scrollbar {
display: none;
}

.welcome-content {
  
/* Скрыть полосу прокрутки для всех браузеров */

scrollbar-width: none;
/* Для Firefox */
-ms-overflow-style: none;
/* Для Internet Explorer и Edge */
}
    
/* Дополнительно для WebKit (Chrome, Safari, Opera) */
.welcome-content::-webkit-scrollbar {
display: none;
}

.abr-content {
  
/* Скрыть полосу прокрутки для всех браузеров */

scrollbar-width: none;
/* Для Firefox */
-ms-overflow-style: none;
/* Для Internet Explorer и Edge */
}
    
/* Дополнительно для WebKit (Chrome, Safari, Opera) */
.abr-content::-webkit-scrollbar {
display: none;
}

 .welcome-form-link {
    margin-bottom: 15px;
  }



  #section-advantages {
    padding-bottom: 15px;
    padding-top: 30px;
  }


 .fabric-right {
    width: 140px;
    left: 15px;top: 15px;
  }

  .lm2 {
    top: 15px;
    left: 15px;
    font-size: 14px;
  }

.welcome {padding-bottom: 15px;}

}



@media screen and (max-width: 640px) {

.about-more {padding: 15px;}

  .faq-box {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

 .faq-select {
    margin-bottom: 15px;
  }

 .faq-title {
    line-height: 24px;
    font-size: 16px;
    padding-bottom: 15px;
  }

.faq-text {font-size: 15px;}

 .faq-arrow {
    height: 24px;
  }

.slider-header {margin-bottom: 10px;}

  .about-right {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }  

.learn-more {font-size: 14px;}

 .slider-content {
    width: 800% !important;}

.projects-menu a {font-size: 14px;text-align: center;}


.projects-menu {
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

 .fabric-right {
    width: 120px;
  }

.welcome {padding-top: 90px;}

.fabric-text {font-size: 14px;}


 .logo-box {
    width: 100%;
    background-image: url(../services-img/skin-logo.png);
    background-size: 170px;
    background-position: center;
    height: 44px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .menu-link {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 44px;
  }



.menu {gap:20px;}


.slide-text {
  font-size: 13px;
  line-height: 21px;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  color: #bdbdbd;
  font-weight: 400;
}

.slide-title {min-height: 54px;}

}


@media screen and (max-width: 360px) {

.menu-link {font-size: 12px;}

}