.popular-container {
  margin: 0 auto;
}

/*cattalog-item*/

.catalog-list-content * {
  color: inherit;
  font-family: "SFUIText", "Arial", sans-serif;
  font-size: 17px;
  line-height: 31px;
  font-weight: 400;
}

.catalog-list-content .btn {
  width: 271px;
  height: 67px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  border-radius: 10px;
  background-color: #67a184;
  border: 2px solid rgba(255, 255, 255, 0);
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.catalog-list-content .btn:hover,
.catalog-list-content .btn:active {
  color: #4d9471;
  background-color: #fff;
  border: 2px solid #4d9471;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.catalog-list-content .btn--white {
  color: #4d9471;
  border: 2px solid #4d9471;
  background-color: #fff;
}

.catalog-list-content .btn--white:hover,
.catalog-list-content .btn--white:active {
  color: #fff;
  background-color: #4d9471;
  border-color: #fff;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.catalog-list-content .catalog__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-top: 65px;
  list-style: none;
}

.catalog-list-content .catalog__item {
  position: relative;
  width: calc(33.3333333333% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 20px;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.catalog-list-content .catalog__item .cat_main_item_text {
  text-align: center;
}

.catalog-list-content .catalog__item:hover {
  -webkit-box-shadow: -1.216px 6.894px 22.56px 1.44px rgba(0, 0, 0, 0.1);
  box-shadow: -1.216px 6.894px 22.56px 1.44px rgba(0, 0, 0, 0.1);
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.catalog-list-content .catalog__item:hover .catalog__title {
  color: #4d9471;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.catalog-list-content .catalog__item .addict-field {
  display: none;
}

.catalog-list-content .catalog__item .figure {
  margin: 0;
  padding: 0;
}

.catalog-list-content .catalog__item .shop_waitlist__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 0;
}

.catalog-list-content .catalog__item .shop_waitlist .btn {
  height: 50px;
  width: initial;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  border-radius: 10px;
  background-color: #67a184;
  border: 2px solid rgba(255, 255, 255, 0);
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  padding: 0 4px;
  cursor: pointer;
  flex: 1;
  margin-left: 10px;
}

.catalog-list-content .catalog__item .shop_waitlist .btn:hover,
.catalog-list-content .catalog__item .shop_waitlist .btn:active {
  color: #4d9471;
  background-color: #fff;
  border: 2px solid #4d9471;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.catalog-list-content .catalog__item .shop_waitlist .form__input {
  width: 100%;
  max-width: 80%;
  height: 50px;
  display: block;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0);
  padding: 0 10px;
  color: rgb(61, 61, 61);
}

.catalog-list-content .catalog__img {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-list-content .catalog__img img {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: auto;
  max-width: 100%;
  max-height: 200px;
}

.catalog-list-content .catalog__link {
  display: block;
  text-decoration: none;
}

.catalog-list-content .catalog__labels {
  position: absolute;
  top: 7px;
  left: 20px;
  z-index: 2;
  font-size: 16px;
  color: #d99012;
}

.catalog-list-content .catalog__text {
  color: #999;
  font-size: 14px;
  min-height: 16px;
}

.catalog-list-content .catalog__title {
  margin-top: 0;
  font-size: 17px;
  line-height: 21px;
  color: #333;
  font-weight: 700;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  margin-bottom: 17px;
}

.catalog-list-content .catalog__oldprice {
  text-decoration: line-through;
  text-decoration-color: red;
  color: red;
}

.catalog-list-content .catalog__newprice {
  margin: 0;
  display: inline-block;
  vertical-align: baseline;
  color: #4d9471;
  font-weight: 700;
  line-height: 1;
  font-size: 22px;
}

.catalog-list-content .catalog__newprice .js_shop_price {
  font-size: 22px;
}

.catalog-list-content .catalog__form {
  margin-top: auto;
  display: flex;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
}

.catalog-list-content .catalog__shop {
  height: 45px;
  margin-top: 20px;
  font-size: 15px;
  border-width: 2px;
  border-radius: 5px;
}

.catalog-list-content .js_shop_no_buy {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 21px;
  color: #c80000;
  font-weight: 500;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.catalog-list-content .js_shop_waitlist {
  margin-top: 0;
  margin-top: auto;
  font-size: 17px;
  line-height: 21px;
  color: #c80000;
  font-weight: 300;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.catalog-list-content .shop_form_param .radio_multiple_item[checked=checked] {
  color: #fff;
  background-color: #4d9471;
  border-color: #4d9471;
}

/*cattalog-item*/

@media (max-width: 1100px) {
  .catalog-list-content {
    grid-template-columns: repeat(auto-fit, calc(33.3333333333% - 26.6666666667px));
  }
}

@media (max-width: 975px) {
  .catalog-list-content {
    grid-template-columns: repeat(auto-fit, calc(50% - 20px));
  }
}

@media (max-width: 700px) {
  .catalog-list-content .catalog__item .shop_waitlist .form__input {
    max-width: 90%;
  }

  .catalog-list-content .catalog__item {
    width: 100%;
  }

  .catalog-list-content .catalog__shop {
    width: 100%;
  }

  .catalog-list-content {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 599px) {
  .catalog-list-content .catalog__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .catalog-list-content .catalog__newprice {
    display: block;
    font-size: 12px;
  }

  .catalog-list-content .js_shop_waitlist {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 12px;
  }

  .catalog-list-content .js_shop_no_buy {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 12px;
  }

  .catalog-list-content .shop_waitlist .btn {
    height: 34px;
  }
}
