/* Almet Baku — products.css (exported from the Next.js build: Tailwind, CSS modules, Swiper, Fancybox) */

.sheet-item__title {
  color: #4f4f4f;
  font-family: Open Sans;
  font-size: 74px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  text-transform: uppercase;
  text-align: center;
  margin: 100px 0 60px;
}

@media screen and (max-width:992px) {
  .sheet-item__title {
    margin: 64px 0 34px;
    font-size: 60px;
  }
}

.sheet-item__typeContainer {
  display: flex;
  justify-content: center;
}

@media screen and (max-width:992px) {
  .sheet-item__typeContainer {
    height: 625px;
  }
}

@media screen and (max-width:769px) {
  .sheet-item__title {
    font-size: 50px;
  }
}

@media screen and (max-width:577px) {
  .sheet-item__typeContainer {
    height: 500px;
  }
  .sheet-item__title {
    font-size: 38px;
  }
}

.sheet-types__container {
  font-size: 26px;
  padding-bottom: 100px;
}

.sheet-types__title {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
  margin: 40px 0;
}

@media screen and (max-width:992px) {
  .sheet-types__title {
    font-size: 30px;
  }
}

@media screen and (max-width:577px) {
  .sheet-types__title {
    font-size: 22px;
    line-height: 36px;
  }
}

.sheet-productitems__piece {
  color: #9c9c9c;
  display: inline-block;
  text-align: center;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  position: relative;
}

.sheet-productitems__piece:before {
  content: "";
  display: block;
  height: 2px;
  width: 15px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateX(-135%);
}

.sheet-productitems__piece:first-child:before {
  display: none;
}

@media screen and (max-width:577px) {
  .sheet-productitems__price {
    font-size: 20px;
    line-height: 14px;
  }
}

.sheet-allproduct__container {
  margin-top: 40px 0;
}

.sheet-allproduct__major {
  width: 90%;
  margin: 0 auto;
}

.sheet-allproduct__title {
  color: #daa520;
  text-align: center;
}

.sheet-allproduct__text {
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  position: relative;
  margin-top: 40px;
}

.sheet-allproduct__text:before {
  content: url("../images/archive.svg");
  display: inline-block;
  position: absolute;
  top: -34px;
  left: -85px;
  width: 100px;
  height: 100px;
  z-index: 111;
}

@media screen and (max-width:577px) {
  .sheet-allproduct__text:before {
    top: -40px;
    left: -66px;
  }
}

.sheet-slider-timeline__container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #fff;
}

.sheet-slider-timeline__box {
  display: flex;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #666774;
  position: relative;
  margin-top: 20px;
  font-size: 14px;
  cursor: pointer;
}

.sheet-slider-timeline__box:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 11px;
  width: 2px;
  height: 35px;
  color: #daa520;
  opacity: .4;
  background-color: #daa520;
}

.sheet-slider-info__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  height: 100%;
  width: 300px;
}

.sheet-slider-info__mobileContainer {
  display: none;
}

.sheet-slider-info__title {
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 10px;
  word-wrap: normal;
}

.sheet-slider-info__paragraph,
.sheet-slider-info__title {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  width: 100%;
}

.sheet-slider-info__paragraph {
  font-size: 14px;
  line-height: 18px;
  display: none;
}

@media screen and (max-width:769px) {
  .sheet-slider-info__container {
    width: 400px;
  }
  .sheet-slider-info__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 50px;
  }
}

@media screen and (max-width:577px) {
  .sheet-slider-info__container {
    width: 350px;
  }
  .sheet-slider-info__title {
    margin-top: 60px;
  }
}

@media screen and (max-width:485px) {
  .sheet-slider-info__container {
    width: 300px;
  }
  .sheet-slider-info__paragraph {
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
  }
  .sheet-slider-info__container {
    width: 250px;
  }
}

.sheet-slider-swiper__container {
  height: 100%;
  width: 1000px;
  padding-top: 70px;
  overflow: hidden;
  position: relative;
}

.sheet-slider-swiper__boxModel {
  width: 160px;
  height: 270px;
}

.sheet-slider-swiper__images {
  cursor: pointer;
}

@media screen and (max-width:769px) {
  .sheet-slider-swiper__container {
    height: 65%;
    margin-top: 90px;
    padding-top: 0;
  }
  .sheet-slider-swiper__boxModel {
    width: 150px;
    height: 220px;
  }
}

.sheet-slider-btns__container {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.sheet-slider-btns__next,
.sheet-slider-btns__prev {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  font-size: 20px;
  background: hsla(0,0%,61%,.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width:769px) {
  .sheet-slider-btns__container {
    bottom: -22%;
  }
}

.dropfilter__dropfilter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.6);
  z-index: 111;
  opacity: 1;
  transition: opacity .5s ease;
}

.sheet-slider__infoTextMobile {
  position: absolute;
  left: 90px;
  top: -70px;
}

@media screen and (max-width:640px) {
  .sheet-slider__infoTextMobile {
    left: 57px;
  }
}
