@charset "UTF-8";
.product {
  background: #fff;
  border-radius: 5px;
}
.product-main {
  display: flex;
  justify-content: space-between;
  padding: 25px 15px;
}
.product-left {
  display: flex;
  flex-direction: column;
  width: 320px;
  height: 320px;
}
.product-swiper {
  width: 100%;
}
.product-swiper__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-swiper__slide img {
  display: block;
  margin: auto auto;
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-swiper-thumb {
  width: 80%;
  margin: 0 auto;
  margin-top: 15px;
}
.product-swiper-thumb__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-plate {
  padding: 16px 16px 24px 16px;
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.product-plate__article {
  position: absolute;
  font-size: 14px;
  font-weight: 300;
  top: 16px;
  right: 16px;
}
.product-plate__title {
  font-size: 20px;
  color: #484848;
  line-height: 1.2;
  max-width: 70%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-plate-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  margin-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.product-plate-counter {
  display: flex;
  justify-content: center;
  height: 34px;
  background: #f9f9f9;
  position: relative;
}
.product-plate-counter::before {
  content: "Кол-во";
  position: absolute;
  bottom: calc(100% + 5px);
  left: 0px;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: -5%;
}
.product-plate-counter__btn {
  border: 1px solid #bfbfbf;
  font-weight: 300;
  font-size: 32px;
  background: transparent;
  color: #bfbfbf;
  text-align: center;
  line-height: 32px;
  width: 30px;
  height: 100%;
}
.product-plate-counter__minus {
  border-radius: 5px 0px 0px 5px;
}
.product-plate-counter__plus {
  border-radius: 0px 5px 5px 0px;
}
.product-plate-counter__count {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  height: 100%;
  width: 69px;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  color: #2f2d30;
}
.product-plate-price {
  display: flex;
  font-size: 32px;
  margin-left: 10px;
  font-weight: 400;
  color: #484848;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.product-plate-price p {
  font-size: 32px;
  font-weight: 400;
  color: #484848;
  margin-right: 10px;
}
.product-plate-btns {
  margin-top: 30px;
  display: flex;
}
.product-plate-btns button {
  padding: 16px 40px;
}
.product-plate-btns button:last-child {
  margin-left: 13px;
  background: #484848;
}
.product-info__header {
  padding: 14px 65px 0px 65px;
  background: #f1f1f1;
}
.product-info__btn {
  padding-bottom: 14px;
  font-size: 16px;
  border-bottom: 1px solid transparent;
}
.product-info__btn:not(:last-child) {
  margin-right: 50px;
}
.product-info__btn.active {
  border-color: #1c3f5f;
  font-weight: 500;
}
.product-info-description .product-info__text {
  margin: 10px 0px;
}
.product-info-description .product-info__text:first-child {
  margin-bottom: 50px;
}
.product-info__text {
  line-height: 1.3;
}
.product-info-list {
  display: flex;
  flex-direction: column;
  margin: 18px 0px;
}
.product-info-list__item {
  padding-left: 15px;
  position: relative;
  margin: 2px 0px;
}
.product-info-list__item::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.product-info__content {
  padding: 25px 65px;
}
.product-info__block {
  display: none;
}
.product-info__block.active {
  display: block;
}
.product-info-stats {
  flex-direction: column;
}
.product-info-stats__item {
  margin: 16px 0px;
  padding-bottom: 4px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c1c1c1;
}
.product-info-stats.active {
  display: flex;
}

.product-main .swiper-slide {
  max-height: 100%;
}
.product-main .swiper-slide img {
  max-height: 100%;
}

.products-card-plates {
  z-index: 10;
}

.also {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
}
.also-slider {
  margin-top: 20px;
  padding-bottom: 45px;
}
.also-slider-scrollbar {
  height: 10px !important;
  background: #e0e0e0;
  cursor: pointer;
  z-index: 10;
}
.also-slider-scrollbar .swiper-scrollbar-drag {
  background: #1C3F5F;
}

@media (max-width: 1399px) {
  .filter {
    width: 22%;
  }
  .catalog-list {
    width: 77%;
  }
  .product-left {
    width: 300px;
    height: 300px;
  }
  .product-main {
    padding: 20px 10px;
  }
  .product-plate-counter__count {
    width: 45px;
  }
  .product-plate__title {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .product-plate-price {
    font-size: 26px;
  }
  .product-plate-price p {
    font-size: 26px;
  }
  .product-plate__article {
    font-size: 10px;
  }
}
@media (max-width: 880px) {
  .catalog__openfilter {
    display: none;
  }
  .catalog-list {
    width: 100%;
  }
  .product-plate-counter__count {
    font-size: 22px;
  }
  .product-info__btn {
    font-size: 14px;
  }
  .product-info__btn:not(:last-child) {
    margin-right: 25px;
  }
}
@media (max-width: 768px) {
  .product {
    width: 100%;
    max-width: 100%;
  }
  .product-left {
    width: 40%;
    height: 250px;
  }
  .product-plate-line {
    justify-content: start;
    align-items: flex-start;
    flex-direction: column-reverse;
    padding-top: 0px;
    margin-top: 10px;
    border: none;
  }
  .product-plate {
    padding: 5px;
    box-shadow: none;
  }
  .product-plate-btns {
    margin-top: 20px;
  }
  .product-plate-btns button {
    padding: 13px 25px;
  }
  .product-plate-counter__count {
    width: 65px;
    font-weight: 300;
  }
  .product-plate-counter {
    margin-top: 25px;
  }
  .product-plate-price {
    margin-left: 0px;
  }
  .product-plate__title {
    max-width: 100%;
  }
  .product-plate__article {
    display: none;
  }
}
.product-bottom {
  display: none;
}

@media (max-width: 640px) {
  .product-info__header {
    padding: 14px 20px 0px 20px;
  }
  .product-info__content {
    padding: 15px 20px;
  }
  .product-info__content * {
    font-size: 14px;
  }
  .also-slider-scrollbar {
    display: none;
  }
  .products-slider {
    margin-left: 0px;
  }
  .products-card:hover {
    box-shadow: none;
  }
  .catalog-sec {
    margin-top: 45px;
  }
  .product-info__btn {
    background-color: transparent;
  }
}
@media (max-width: 520px) {
  .product-main {
    flex-wrap: wrap;
  }
  .product-left {
    width: 45%;
    height: 220px;
  }
  .product-plate {
    width: 55%;
  }
  .product-plate-btns--desk {
    display: none;
  }
  .product-plate-price {
    color: #1c3f5f;
  }
  .product-plate-price p {
    color: #1c3f5f;
  }
  .product-plate__title {
    -webkit-line-clamp: 3;
  }
  .product-plate-counter {
    margin-top: 35px;
    height: 40px;
  }
  .product-plate-counter * {
    line-height: 38px;
  }
  .product-bottom {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }
  .product-bottom .product-plate-price {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #1c3f5f;
  }
  .product-bottom .product-plate-price p {
    color: #484848;
    font-size: 32px;
  }
  .product-bottom .product-plate-price p.product-plate-price__num {
    margin-left: 10px;
  }
  .catalog-sec {
    margin-top: 30px;
  }
  .product-info__btn {
    font-size: 12px;
  }
  .product-info__btn:not(:last-child) {
    margin-right: 15px;
  }
  .also__title {
    font-size: 20px;
  }
  .product-swiper {
    height: 150px;
  }
  .product-swiper-thumb {
    height: 50px;
  }
}
@media (max-width: 420px) {
  .product-plate__title {
    font-size: 14px;
  }
  .product-plate-counter {
    height: 35px;
  }
  .product-plate-counter * {
    line-height: 35px;
  }
  .product-swiper-thumb {
    width: 100%;
  }
  .product-swiper__slide img {
    width: 90%;
    height: 90%;
  }
  .products-card-plates__item {
    font-size: 10px;
  }
  .product-bottom {
    margin-top: 12px;
  }
  .product-plate-btns {
    width: 100%;
  }
  .product-plate-btns button {
    width: calc(50% - 10px);
  }
  .product {
    background: transparent;
  }
  .product-main {
    background: #fff;
    border-radius: 5px;
  }
  .product-info {
    margin-top: 35px;
    border-radius: 5px;
  }
  .product-info__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-info__btn {
    width: 45%;
    text-align: center;
    margin-right: 0px !important;
    padding-bottom: 6px;
    margin: 8px 0px;
  }
}
@media (max-width: 374px) {
  .product-plate-btns button {
    padding-left: 0px;
    padding-right: 0px;
  }
  .product-info-stats__item p {
    max-width: 70%;
  }
  .product-info__content {
    padding: 12px;
  }
  .product-info__header {
    padding: 12px 12px 0px 12px;
  }
}/*# sourceMappingURL=product.css.map */