.products {
  position: relative;
  background-color: #fff;
  /* width: 100%; */
  width: 1920px;
  height: 1016px;
}
.active.products{
  animation: scroll 1s ease-in;
}
.products__header {
  height: 266px;
  border-bottom: 1px solid #cbcecf;
}
.products h2 {
  color: #1b1f22;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 135%; /* 54px */
  padding-top: 96px;
}
.products-line {
  display: flex;
  justify-content: center;
  padding-top: 90px;
  font-size: 18px;
  font-weight: 550;
  line-height: 135%;
}
.products-link {
  padding-right: 76px;
}
.products a {
  position: relative;
  color: #7f8589;
  padding-bottom: 20px;
}
.products .active a{
  color: #1b1f22;

}
.products a:hover {
  color: #1b1f22;
}
.products a:hover::after,
.products .active a::after{
  position: absolute;
  top: 25px;
  right: 0px;
  left: 0px;
  content: '';
  display: block;
  height: 2px;
  background-color: #1b1f22;
}
.products__catalog {
  position: absolute;
  top: 228px;
  right: 303px;
}
.products__catalog-img {
  width: 40px;
  height: 40px;
}
.products__catalog a {
  height: 40px;
  line-height: 40px;
}
.carousel {
  position: relative;
  width: 1314px;
  display: flex;
  margin: auto;
}
.carousel__block {
  width: 1314px;
  display: flex;
  margin: auto;
  margin-top: 2px;
}
.carousel__img {
  border-radius: 35px;
  background: #f5f5f5;
  margin-top: 56px;
  padding: 119px 24px 138px 24px;
  width: 370px;
  height: 338px;
}
.block {
  border-radius: 35px;
  background: #f5f5f5;
  width: 400px;
  height: 595px;
}
.carousel__btn {
  width: 28px;
  height: 56px;
}
.carousel__btn-right {
  position: absolute;
  top: 50%;
  right: -100px;
  z-index: 3;
}
.carousel__btn-left {
  position: absolute;
  top: 50%;
  left: -100px;
  rotate: 180deg;
  z-index: 3;

}
.carousel__item {
  position: relative;
}
.carousel__item h4 {
  position: absolute;
  top: 48px;
  left: 40px;
  color: #1b1f22;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%; /* 27px */
}
.carousel__imgSliding {
  position: absolute;
  bottom: 114px;
  left: 185px;
  width: 48px;
  height: 8px;
}
.owl-carousel .owl-item img {
  width: inherit;
}
.carousel__item p {
  position: absolute;
  left: 40px;
  bottom: 79px;
  color: #7f8589;
  font-size: 13px;
  font-weight: 400;
  line-height: 125%; /* 16.25px */
}
.oldPrice {
  position: absolute;
  left: 40px;
  bottom: 48px;
  color: #7f8589;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%; /* 30px */
}
.price {
  position: absolute;
  left: 125px;
  bottom: 48px;
  color: #1b1f22;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%; /* 30px */
}
.price2 {
  position: absolute;
  left: 40px;
  bottom: 48px;
  color: #1b1f22;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%; /* 30px */
}
.carousel__imgCard {
  position: absolute;
  right: 96px;
  bottom: 48px;
  width: 40px;
  height: 40px;
}
.carousel__img01 {
  position: absolute;
  right: 40px;
  bottom: 48px;
  width: 40px;
  height: 40px;
}
