.product {
  display: flex;
  flex-wrap: wrap;
  align-items: unset;
  justify-content: flex-start;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 20px;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  margin: 20px 0 12px;
  font-size: 12px;
}

.product-tag {
  border-radius: 8px;
  background: #008037;
  color: #fff;
  padding: 3px 8px 1px;
}
.product-tag--orange {
  border-radius: 8px;
  background: #FF6B00;
}

.product__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px 40px;
  max-width: 100%;
}

.product-gallery {
  width: 60%;
  border: none;
  padding: 0 !important;
  margin: 0 !important;
}

.product-gallery #carousel .slides {
  white-space: nowrap;
}

.product-gallery #carousel .slides li {
  border-radius: 8px;
}
.product-gallery #carousel .slides li.flex-active-slide {
  border-color: #008037;
}

.product__info {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: unset;
  justify-content: flex-start;
  flex-direction: column;
  gap: 24px;
}

.price_block {
  display: flex;
  flex-wrap: wrap;
  align-items: unset;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
}

.price_top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

.price_standart {
  color: #999;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.449px;
  text-decoration-line: line-through;
}

.price_discount_p {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #FB2C36;
  padding: 2px 8px 2px;
}

.price_discount {
  color: #008037;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.369px;
}

.obnovleno {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.15px;
  margin: 0;
}

.btn-addtocart {
  border-radius: 8px;
  background: #008037;
  color: #fff;
  padding: 10px;
}

.main_characteristics {
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}

.main_characteristics__title {
  color: #0A0A0A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.439px;
  margin-bottom: 8px;
}

.main_characteristics__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.15px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main_characteristics__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.main_characteristics__value {
  color: #0A0A0A;
}

.guarantee {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  border-radius: 10px;
  background: #F0FDF4;
  color: #008037;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.312px;
  padding: 16px;
}
.guarantee span {
  flex: 1;
}

.delivery_and_payment {
  display: grid;
  grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  gap: 24px 40px;
  max-width: 100%;
}

.delivery_and_payment__list {
  padding: 16px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
  color: #0A0A0A;
  font-weight: 400;
}

.delivery_and_payment__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.delivery_and_payment__item svg {
  margin-top: 2px;
  width: 16px;
  height: auto;
}
.delivery_and_payment__item span {
  flex: 1;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
}
.delivery_and_payment__item--title {
  margin-bottom: 8px;
}
.delivery_and_payment__item--title svg {
  margin-top: 4px;
  width: 20px;
}
.delivery_and_payment__item--title span {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.439px;
}

.product__big_info {
  position: relative;
  padding-top: 80px;
  font-weight: 400;
  max-width: 100%;
}
.product__big_info p, .product__big_info li {
  font-weight: 400;
}

.product__big_info__sticky {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.product__big_info_titles {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: sticky;
  top: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 100%;
  visibility: visible;
}

.product__big_info_title {
  border: 1px solid transparent;
  border-bottom-width: 2px;
  transition: 0.4s;
  padding: 12px 4px;
  text-align: center;
  color: #0A0A0A;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.15px;
  flex: 1;
  cursor: pointer;
  text-decoration: none !important;
}
.product__big_info_title.active {
  border-color: #008037;
}
.product__big_info_title:hover {
  color: #008037;
}

.product__big_info__blocks {
  display: flex;
  flex-wrap: wrap;
  align-items: unset;
  justify-content: flex-start;
  flex-direction: column;
  gap: 40px;
}

.product__big_info__block ul:last-child,
.product__big_info__block p:last-child {
  margin-bottom: 0;
}

.product__big_info__block {
  max-width: 100%;
}

.product__info_table {
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  overflow: auto hidden;
}
.product__info_table td {
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product__info_table td:first-child {
  width: 30%;
  padding-right: 10px;
}
.product__info_table tr:first-child td {
  padding-top: 0;
}
.product__info_table tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}
.product__info_table b {
  font-weight: 400;
  color: #666;
}

.additional_services {
  padding: 24px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  flex-grow: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
  max-width: 100%;
}

.additional_services__title {
  color: #0A0A0A;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.07px;
}

.additional_services__list {
  display: grid;
  grid-template-columns: calc(50% - 8px) calc(50% - 8px);
  gap: 16px;
}

.additional_services__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
.additional_services__item svg {
  width: 20px;
  height: auto;
  margin-top: 2px;
}

.additional_services__info {
  flex: 1;
  font-weight: 400;
}

.additional_services__i_title {
  margin-bottom: 5px;
  color: #0A0A0A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.312px;
}
.additional_services__i_title:last-child {
  margin-bottom: 0;
}

.additional_services__i_text {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.15px;
}

@media (max-width: 767px) {
  .product {
    gap: 24px;
    padding: 10px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  }
  .product-gallery {
    width: 100%;
  }
  .delivery_and_payment {
    grid-template-columns: 100%;
  }
  .additional_services__list {
    grid-template-columns: 100%;
  }
  .product__big_info {
    order: 1;
  }
  .product__info_table {
    padding: 0;
    border-radius: 0;
    border: none;
  }
  .product__big_info_titles {
    top: 17.5vw;
  }
}
@media (max-width: 388px) {
  .product__big_info_title {
    font-size: 12px;
  }
}/*# sourceMappingURL=new-product.css.map */