body {
  box-sizing: border-box;
}

/* Nav Buttons */
.product_comparison_navBtns {
  margin: 140px 140px 0px 480px;
  transition: 0.5s ease-in-out;
}
.product_comparison_navBtns h2 {
  font-size: 27px;
  font-weight: 400;
  color: #000c2c;
  margin: 20px 0px 15px 0px;
}

.product_comparison_navBtns button {
  cursor: pointer;
  border: none;
  font-size: 14px;
  color: #6c6c6c;
  padding: 8px 14px;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
}
.product_comparison_navBtns button:hover {
  background: #374f81;
  color: #fff;
}

.product_comparison.filter-btns {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.product_comparison.filter-show {
  display: flex;
  align-items: center;
}

.product_comparison.filter-show .clear-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: #374f81;
  transition: 0.5s ease-in-out;
}

.product_comparison.filter-show .clear-btn:hover {
  color: #9ba7c0;
}

.product_comparison.filter-btns :not(:last-child) {
  background: #edf0f4;
}
.product_comparison.filter-btns :not(:last-child):hover {
  background: #374f81;
}
.product_comparison.filter-btns button:last-child {
  background: #374f81;
  color: #fff;
}

.product_comparison.filter-show .all {
  border: 1px solid #dae0e8;
  background: #fff;
  margin: 0px 490px 0px 41px;
}

.product_comparison.filter-show .all:hover {
  background: #374f81;
  color: #fff;
}

.product_comparison.filter-show .show {
  padding-right: 57px;
}

/* Slider */
.product_comparison_two .slider-container {
  overflow: clip;
  position: relative;
}
.product_comparison_two .slider-container .slider-track {
  display: flex;
  transition: 0.2s;
  width: 20000px !important;
  width: 100%;
  position: sticky;
  top: 150px;
  gap: 50px;
  background: #fff;
  padding: 22px 0px 22px 240px;
  z-index: 8;
}
.product_comparison_two .slider-container .slider-track .slider-item {
  width: 190px;
  text-align: center;
  cursor: pointer;
}
.product_comparison_two .slider-container .slider-track .slider-item img {
  margin-bottom: 20px;
  border-radius: 6px;
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.7);
  transition: 0.3s;
}
.product_comparison_two .slider-container .slider-track .slider-item img:hover {
  transform: scale(1.05);
}
/* Goods Data */
.product_comparison_two .goods-data {
  width: 20000px !important;
  width: 100%;
  padding-top: 80px;
  color: #6c6c6c;
  font-size: 14px;
  overflow: hidden;
  z-index: 7;
  position: relative;
  margin-bottom: 73px;
  transition: 0.2s;
}
.product_comparison_two .goods-data .row {
  display: flex;
  border-top: 1px solid #dae0e8;
  gap: 50px;
  padding: 51px 0px 40px 240px;
  justify-items: center;
  position: relative;
}
.product_comparison_two .goods-data .row.purpose p,
.row.fraction p,
.row.layers-thikness p,
.row.drymix-consumption p,
.row.water-consumption p,
.row.storage-period p {
  width: 190px;
  text-align: center;
}

.product_comparison_two .goods-data .row.work-types .wrapper,
.row.universal .wrapper,
.row.for-foundation .wrapper {
  width: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product_comparison_two .goods-data .row.work-types .wrapper .inner,
.row.universal .wrapper .inner-data,
.row.for-foundation .wrapper .inner-data {
  text-align: start;
}

.row.for-foundation .wrapper .inner-data p {
  width: 153px;
}

.product_comparison_two .goods-data .row.underflow-heating div,
.row.quick-dry div {
  width: 190px;
  text-align: center;
}

.product_comparison_two .goods-data .row:last-child {
  border-bottom: 1px solid #dae0e8;
}
.product_comparison_two .row ul {
  list-style: none;
}

.product_comparison_two .goods-data .row .title {
  color: #000c2c;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: 15px;
  left: 210px;
  width: 350px !important;
  text-align: start !important;
  transition: 0.2s;
}

.product_comparison_two .goods-data .main-title {
  color: #000c2c;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 36px;
  left: 213px;
  transition: 0.2s;
}

/* .product_comparison_two .slider-item:last-child,
.product_comparison_two .goods-data .purpose p:last-child,
.product_comparison_two .goods-data .work-types ul:last-child,
.product_comparison_two .goods-data .fraction p:last-child,
.product_comparison_two .goods-data .universal ul:last-child,
.product_comparison_two .goods-data .underflow-heating img:last-child,
.product_comparison_two .goods-data .layers-thikness p:last-child,
.product_comparison_two .goods-data .drymix-consumption p:last-child,
.product_comparison_two .goods-data .quick-dry img:last-child,
.product_comparison_two .goods-data .for-foundation ul:last-child,
.product_comparison_two .goods-data .water-consumption p:last-child,
.product_comparison_two .goods-data .storage-period p:last-child {
  opacity: 0.5;
} */
.product_comparison_two .white-background_start {
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255) 100%
  );
  content: "";
  display: block;
  max-height: 66%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 12%;
  max-width: 200px;
  width: 10%;
  z-index: 8;
}

.product_comparison_two .white-background_end {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255) 100%
  );
  content: "";
  display: block;
  max-height: 66%;
  height: 100%;
  right: 0;
  position: absolute;
  top: 12%;
  max-width: 200px;
  width: 10%;
  z-index: 8;
}

.product_comparison_two .slider-button_right {
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  position: fixed;
  z-index: 9;
  top: 27%;
  right: 30px;
  background: url("C:\Users\david\Desktop\Github\Saturn-handmade-slider\product_comparison\saturn2021.ru\img\product_comparison\right_arrow.svg")
    no-repeat center;
}

.product_comparison_two .slider-button_left {
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  position: fixed;
  z-index: 9;
  top: 27%;
  left: 30px;
  background: url("../saturn2021.ru/img/product_comparison/left_arrow.svg")
    no-repeat center;
}

.promo {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  border: 1px dashed #374f81;
  max-width: 160px;
  height: 10px;
  width: 100%;
  position: fixed;
  z-index: 10;
  border-radius: 15px;
  color: #374f81;
  top: 8%;
  left: 1%;
  font-size: 15px;
  transform: rotate(-25deg);
}
.promo p,
h5 {
  margin: 0;
}
.promo p {
  padding-top: 1px;
  padding-left: 20px;
}
.promo img {
  max-width: 20%;
}

.scroll {
  max-width: 50px;
  width: 100%;
  height: 250px;
  position: fixed;
  top: 30%;
  left: 61%;
  z-index: 9;
}
