@charset "UTF-8";
/*функция для подсчета clamp*/
/*функция для подсчета line-height*/
/*Миксин для скрытия поля*/
.catalogy__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.catalogy .topInner {
  gap: clamp(24px, 47.5795454545px + -5.6818181818vw, 4px);
}
.catalogy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.catalogy__content .moreContent__btn {
  margin: 0 auto;
}
.catalogy .goods-item {
  height: clamp(315px, -44.2474916388px + 35.1170568562vw, 630px);
}
.catalogy .custom-select__active input {
  font-size: 16px;
  line-height: 1.3;
  font-family: "TenorSans";
}
.catalogy .custom-select__active input::-webkit-input-placeholder {
  font-family: "TenorSans";
}
.catalogy .custom-select__active input::-moz-placeholder {
  font-family: "TenorSans";
}
.catalogy .custom-select__active input:-ms-input-placeholder {
  font-family: "TenorSans";
}
.catalogy .custom-select__active input::-ms-input-placeholder {
  font-family: "TenorSans";
}
.catalogy .custom-select__active input::placeholder {
  font-family: "TenorSans";
}
@media (max-width: 1023px) {
  .catalogy__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .catalogy .goods-item {
    height: clamp(216px, 99.28125px + 28.125vw, 315px);
  }
  .catalogy__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalogy .topHead {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .catalogy .topHead .top-media {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    grid-column: 1/-1;
    text-align: center;
  }
  .catalogy .topHead .custom-select {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
@media (max-width: 350px) {
  .catalogy__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.goods-item {
  position: relative;
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: clamp(8px, 6.3804878049px + 0.3902439024vw, 12px);
  height: clamp(467px, -22px + 33.9583333333vw, 630px);
}
.goods-item:before {
  position: absolute;
  content: "";
  inset: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 73.34%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(237.36deg, rgba(0, 0, 0, 0.8) -21.9%, rgba(0, 0, 0, 0) 27.93%);
  z-index: 2;
}
.goods-item__head {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.goods-item__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
}
.goods-item__actions-item {
  background-color: transparent;
  width: 32px;
  height: 32px;
  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;
}
.goods-item__actions-item:hover svg path {
  stroke: #ac4e38;
}
.goods-item__actions-item img,
.goods-item__actions-item svg {
  width: 16px;
  height: 16px;
}
.goods-item__actions-item img path,
.goods-item__actions-item svg path {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.goods-item__img {
  position: absolute;
  inset: 0;
}
.goods-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.goods-item__content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  line-height: 1.2;
  font-size: 16px;
  font-family: "Nunito";
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
}
.goods-item__name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
}
.goods-item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  line-height: 1.1;
  font-size: 20px;
}
.goods-item__help-linears {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  gap: 8px;
}
.goods-item__help-linears div {
  width: 100%;
  height: 100%;
  background-color: red;
  opacity: 0;
}
.goods-item__price-old {
  line-height: 1.2;
  font-size: 12px;
  opacity: 0.5;
  text-decoration: line-through;
}
.goods-item__img-box {
  height: 100%;
}
.goods-item .swiper {
  height: 100%;
}
.goods-item .swiper-pagination {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  height: 2px;
  position: absolute;
  bottom: 74px;
  left: 12px;
  right: 12px;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.goods-item .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.6);
}
.goods-item .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.goods-item:hover .swiper-pagination {
  opacity: 1;
  visibility: visible;
}
.goods-item:hover .goods-item__actions, .goods-item:hover .goods-item__content {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1023px) {
  .goods-item .swiper-pagination {
    display: none;
  }
  .goods-item__actions, .goods-item__content {
    opacity: 1;
    visibility: visible;
  }
  .goods-item__help-linears {
    display: none;
  }
  .goods-item__name {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .goods-item__img .swiper-slide:not(:first-of-type) {
    display: none;
  }
}
@media (max-width: 767px) {
  .goods-item {
    height: clamp(216px, -79.9232954545px + 71.3068181818vw, 467px);
  }
  .goods-item__name {
    display: none;
  }
  .goods-item__actions-link.media-none {
    display: none;
  }
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.tags__item {
  line-height: 1.2;
  font-family: "Nunito";
  background-color: #AC4E38;
  padding: 5px clamp(8px, -1.4318181818px + 2.2727272727vw, 16px);
  min-height: clamp(26px, 15.3892045455px + 2.5568181818vw, 35px);
  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;
  text-align: center;
  border-radius: 8px;
  font-size: clamp(14px, 11.6420454545px + 0.5681818182vw, 16px);
}

.check {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.check__box input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.check__box input:checked + span {
  background-color: #AC4E38;
  border-color: transparent;
}
.check__box span {
  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;
  border: 1px solid #808081;
  padding: 8px 16px;
  min-height: 36px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.check__content {
  font-size: 16px;
}
.check--second .check__box span {
  background-color: #fff;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  min-height: 24px;
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  color: #262627;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
.sizes::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;
}
.sizes::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}
.sizes::-webkit-scrollbar-thumb {
  background-color: #adadad;
  border-radius: 10px;
}
.sizes .check__box span {
  border-color: #e4e4e5;
}/*# sourceMappingURL=catalogy.css.map */