.catalog-seo {
  padding-top: 104px;
}

.catalog-seo .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.catalog-seo .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.catalog-seo-fold {
  margin: 0;
  font-weight: 450;
  font-size: 14px;
  line-height: 18px;
  color: #009439;
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  margin-top: -4px;
}

.catalog-seo-fold:hover {
  color: #12953A;
}

.catalog-products-price-order p {
  color: rgba(178, 178, 178, 1);
}

.catalog-products-busket {
  width: fit-content;
  padding: 0 16px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #fff;
}

.catalog-products-busket p {
  margin: 0;
}

.order {
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  color: rgba(44, 52, 57, 1);
}

.catalog-products-busket-order {
  background-color: rgba(44, 52, 57, 1);
}

.catalog-products-categories {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 20px;
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  background-color: rgba(248, 249, 251, 1);
  padding: 20px;
  margin-top: 24px;
}

.catalog-products-categories .undertitle {
  font-weight: 600;
  color: rgba(44, 52, 57, 1);
}

.catalog-products-categories-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.catalog-products-categories-link {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 37px;
  padding: 0 20px;
  border-radius: 10px;
  background-color: rgba(132, 141, 148, 1);
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}

.catalog-products-categories-link:hover {
  background-color: #6c757d;
}

.catalog-products-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}

.catalog-products-links-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
}

.catalog-products-links-el {
  margin: 0;
  color: rgba(44, 52, 57, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  cursor: pointer;
  height: 30px;
  display: flex;
  align-items: center;
}


.catalog-products-links-el:hover {
  color: #12953A;
}

.catalog-products-links-title {
  margin: 0;
  color: rgba(44, 52, 57, 1);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  height: 30px;
  display: flex;
  align-items: center;
}

.catalog-products-links-btn {
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: fit-content;
  height: 30px;
  border-radius: 4px;
  background-color: rgba(242, 242, 242, 1);
  color: rgba(44, 52, 57, 1);
  font-weight: 450;
  font-size: 16px;
  line-height: 100%;
  margin-top: 8px;
  cursor: pointer;
  padding: 0 8px;
}

.catalog-products-links-btn:hover {
  background-color: black;
  color: #fff;
}

.catalog-products-links-fold {
  display: none;
}

.catalog-products-links-fold_active {
  display: flex;
}

@media screen and (max-width: 1278px) {
  .catalog-seo {
  padding-top: 7.812vw;
}

.catalog-seo .container {
  display: flex;
  flex-direction: column;
  gap: 1.56vw;
}

.catalog-seo .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.catalog-seo-fold {
  margin: 0;
  font-weight: 450;
  font-size: 1.56vw;
  line-height: 2.08vw;
  color: #009439;
  display: flex;
  align-items: center;
  gap: 0.52vw;
  width: fit-content;
  margin-top: -0.78vw;
}

  .order {
    font-size: 1.43vw;
  }

  .catalog-products-busket {
    padding: 0 2.08vw;
    font-size: 1.56vw;
  }

  .catalog-products-categories {
    gap: 1.04vw;
    border-radius: 1.3vw;
    width: 100%;
    padding: 1.56vw;
    margin-top: 2.08vw;
  }

  .catalog-products-categories-row {
    gap: 0.52vw;
  }

  .catalog-products-categories-link {
    height: 2.73vw;
    padding: 0 1.56vw;
    border-radius: 0.52vw;
    font-size: 1.3vw;
  }

  .catalog-products-links {
    gap: 1.04vw;
    margin-top: 5.2vw;
  }

  .catalog-products-links-row {
    column-gap: 2.08vw;
  }

  .catalog-products-links-el {
    font-size: 1.3vw;
    height: 2.73vw;
  }

  .catalog-products-links-title {
    font-size: 1.3vw;
    height: 2.73vw;
  }

  .catalog-products-links-btn {
    width: fit-content;
    height: 2.73vw;
    border-radius: 0.52vw;
    font-size: 1.3vw;
    margin-top: -1.17vw;
    padding: 0 1.04vw;
  }
}

@media screen and (max-width: 767px) {
    .catalog-seo {
  padding-top: 16.66vw;
}

.catalog-seo .container {
  display: flex;
  flex-direction: column;
  gap: 3.33vw;
}

.catalog-seo .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}

.catalog-seo-fold {
  margin: 0;
  font-weight: 450;
  font-size: 4.44vw;
  line-height: 100%;
  color: #009439;
  display: flex;
  align-items: center;
  gap: 1.11vw;
  width: fit-content;
  margin-top: -1.94vw;
  flex-shrink: 0;
}

.catalog-seo-fold svg {
  width: 3vw;
  flex-shrink: 0;
}

  .order {
    font-size: 3.43vw;
  }

  .catalog-products-busket {
   width: 100%;
   padding: 0;
  }

  .catalog-products-categories {
    gap: 2.22vw;
    border-radius: 2.77vw;
    width: 100%;
    padding: 3.33vw;
    margin-top: 4.44vw;
  }

  .catalog-products-categories-row {
    gap: 1.11vw;
  }

  .catalog-products-categories-link {
    height: 6.83vw;
    padding: 0 4.33vw;
    border-radius: 1.11vw;
    font-size: 3.77vw;
  }

   .catalog-products-links {
    gap: 2.22vw;
    margin-top: 7.78vw;
  }

  .catalog-products-links-row {
    column-gap: 4.44vw;
  }

  .catalog-products-links-el {
    font-size: 3.77vw;
    height: 6.83vw;
  }

  .catalog-products-links-title {
    font-size: 3.77vw;
    height: 5.83vw;
  }

  .catalog-products-links-btn {
    width: fit-content;
    height: 6.83vw;
    border-radius: 1.11vw;
    font-size: 3.77vw;
    margin-top: -1.11vw;
    padding: 0 2.22vw;
  }
}