.like-tabs {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; */
  margin-bottom: 30px
}


/* .like-tabs__item:not(:last-child) {
  margin-right: 40px
} */

.like-tabs__item--active .like-tabs__link,
.like-tabs__link:hover {
  color: #1d1d1d
}

.like-tabs__item {
  border-top: 1px solid #dedcdc;
  display: block;
}

.like-tabs__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  padding: 10px 0;
  display: block;
  color: #8f8f8f;
}

.product {
  padding-top: 30px;
  border-top: 1px solid #e2e2e2
}

.product__img {
  position: relative
}

.product-image img {
  width: 100%;
  height: 580px;
  -o-object-fit: cover;
  object-fit: cover
}

.slider-nav-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #eeeeee;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1
}

.slider-nav-btn svg {
  width: 20px;
  height: 15px
}

.slider-nav-btn--prev {
  left: 12px
}

.slider-nav-btn--next {
  right: 12px
}

.product-details__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px;
  padding: 15px 0
}

.product-details__top div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%
}

.product-details__heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #1d1d1d;
  margin-bottom: 15px
}

.product-details__key {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1d1d1d
}

.product-details__val {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #949494;
  margin-left: 5px
}

.product-details__list {
  margin-bottom: 25px
}

.product-details__item:not(:last-child) {
  margin-bottom: 15px
}

.product-details__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.product-details__btn {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  background-color: #1d1d1d;
  border-radius: 30px;
  padding: 15px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  margin-right: 25px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear
}

.product-details__btn::after {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #ffffff;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  border-radius: 30px
}

.product-details__btn:hover {
  color: #1d1d1d;
  background-color: #ffffff;
  border-color: #1d1d1d
}

.product-details__btn:hover .button__text {
  color: #1d1d1d
}

.product-details__btn:hover .button__circle {
  background-color: #1d1d1d
}

.product-details__btn:hover .button__icon {
  fill: #ffffff
}

.product-details__btn:hover::after {
  left: 0;
  width: 100%
}

.product-details__btn--transparent {
  border: 1px solid #1d1d1d;
  background-color: transparent;
  color: #1d1d1d;
  margin-right: 0
}

.product-details__btn--transparent:hover {
  color: #ffffff
}

.product-details__btn--transparent::after {
  background-color: #1d1d1d
}

.similar-products__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 135%;
  text-align: center;
  color: #1d1d1d;
  margin-bottom: 30px
}

.pdf-card__image img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
  object-fit: contain
}

@media (max-width: 1400px) {
  .pdf-card {
    padding: 30px
  }
  .pdf-card__icon {
    margin: 0 auto 15px
  }
  .pdf-card__name {
    font-size: 18px;
    margin-bottom: 5px
  }
  .pdf-card__action {
    font-size: 16px
  }
}

@media (max-width: 1200px) {
  /* .catalog-card__img img {
    height: 300px
  } */
  .product-image img {
    height: 480px
  }
}

@media (max-width: 1070px) {
  .product-card__img img {
    height: 250px
  }
}

@media (max-width: 992px) {
  /* .catalog-card__img img {
    height: 195px
  } */
  .product-card__img img {
    height: 300px
  }
  .product__img {
    margin-bottom: 40px
  }
  .product-image img {
    height: 580px
  }
  .product-details__btn {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%
  }
}

@media (max-width: 768px) {
  .product-card__img img {
    height: 100%
  }
  .product-image img {
    height: 450px
  }
  .product-details__btn {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%
  }
  .pdf-card__image img {
    height: 200px
  }
}

@media (max-width: 575px) {
  .like-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px
  }
  /* .catalog-card__img img {
    height: 280px
  } */
  .product-details__title {
    font-size: 18px
  }
  .product-details__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .product-details__top div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
  }
  .product-details__top div .product-details__val,
  .product-details__top div .product-details__key {
    font-size: 11px
  }
  .product-details__key,
  .product-details__val {
    font-size: 14px
  }
  .product-details__buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .product-details__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
  .product-details__btn:not(:last-child) {
    margin-bottom: 20px
  }
  .product__img {
    margin-bottom: 30px
  }
  .product-image img {
    height: 350px
  }
  .product-image-slider {
    margin-bottom: 20px
  }
  .slider-navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .slider-nav-btn {
    position: static;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
  }
  .slider-nav-btn--prev {
    margin-right: 10px
  }
  .slider-nav-btn--next {
    margin-left: 10px
  }
}

@media (max-width: 375px) {
  /* .catalog-card__img img {
    height: 200px
  } */
  .product-image img {
    height: 300px
  }
}