.characteristics-table__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--indent-m);
  border-bottom: 1px solid var(--border-color-light);
}
@media screen and (min-width: 768px) {
  .characteristics-table__row {
    gap: var(--indent-main);
  }
}
.characteristics-table__row:last-child {
  border-bottom: none;
}

.characteristics-table__extra .characteristics-table__row:first-child {
  border-top: 1px solid var(--border-color-light);
}

.characteristics-table__cell {
  padding: var(--indent-sm) 0;
  max-width: 50%;
  font-family: "Inter", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (min-width: 1000px) {
  .characteristics-table__cell {
    font-family: "Inter", "Arial", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
  }
}

.characteristics-table__cell:last-child {
  text-align: right;
  color: var(--title-color);
}

.modal-form {
  padding: 24px;
  width: 100%;
  max-width: none;
  height: 100dvh;
  max-height: none;
  box-sizing: border-box;
  position: fixed;
  inset: 0;
  z-index: 1000;
  margin: 0;
  outline: none;
  border: none;
}
.modal-form::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1000px) {
  .modal-form {
    padding: 40px;
    width: 90%;
    max-width: 900px;
    max-height: 650px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: var(--radius-xs);
  }
}

.modal-form__content {
  height: 100%;
  overflow-y: auto;
}
.modal-form__content:focus {
  outline: none;
}

.modal-form__header {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--indent-m);
}
@media screen and (min-width: 1000px) {
  .modal-form__header {
    margin-bottom: 75px;
  }
}

.modal-form__body {
  display: flex;
  flex-direction: column;
  row-gap: var(--indent-sm);
}
@media screen and (min-width: 1000px) {
  .modal-form__body {
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
  }
}
@media screen and (min-width: 1000px) {
  .modal-form__body > * {
    flex: 0 0 calc((100% - 24px) / 2);
  }
}

.modal-form__close {
  width: 24px;
  height: 24px;
}
.modal-form__close svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  fill: var(--cl-white);
  display: block;
}

.form-showcase__image {
  margin: 0 auto var(--indent-m);
  width: 100%;
  max-width: 230px;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .form-showcase__image {
    margin-bottom: var(--indent-main);
    max-width: 330px;
  }
}
.form-showcase__image picture {
  width: 100%;
  height: 100%;
  display: block;
}
.form-showcase__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.receipt {
  display: flex;
  flex-direction: column;
  row-gap: var(--indent-sm);
}

.receipt__row {
  display: flex;
  justify-content: space-between;
  gap: var(--indent-m);
  font-family: "Inter", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--title-color);
}
@media screen and (min-width: 1000px) {
  .receipt__row {
    font-family: "Inter", "Arial", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
  }
}

.receipt__row.hide {
  height: 0;
  overflow: hidden;
}

.receipt__row.receipt__row--total {
  padding: var(--indent-sm) 0;
  border-top: 1px solid var(--border-color-light);
}

.receipt__cell:last-child {
  text-align: right;
}

.receipt__price-block {
  display: flex;
  gap: var(--indent-xs);
}

.receipt__price.receipt__price--old {
  text-decoration: line-through;
  color: var(--text-color);
}

.product-info__title {
  margin-bottom: 24px;
}

.product-info__description {
  margin-bottom: 24px;
}

.product-info__price-block {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: var(--indent-sm);
  font-family: "Inter", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--cl-main);
}
@media screen and (min-width: 1000px) {
  .product-info__price-block {
    font-family: "Inter", "Arial", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
  }
}

.product-info__tabs-menu {
  margin-bottom: var(--indent-m);
  display: flex;
  gap: var(--indent-xs);
}
@media screen and (min-width: 1000px) {
  .product-info__tabs-menu {
    gap: var(--indent-m);
  }
}

.product-info__menu-item {
  flex: 0 0 calc(50% - var(--indent-xs) / 2);
}
@media screen and (min-width: 1000px) {
  .product-info__menu-item {
    flex: 0 0 calc(50% - var(--indent-m) / 2);
  }
}

.product-info__price.product-info__price--old {
  text-decoration: line-through;
  color: var(--cl-gray);
}

.product-info:has(.product-info__anchor) .product-info__button {
  margin-bottom: var(--indent-m);
}

.vertical-cards__image-block {
  margin-bottom: var(--indent-main);
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .vertical-cards__image-block {
    margin-bottom: 24px;
  }
}
.vertical-cards__image-block img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.vertical-cards__title {
  margin-bottom: var(--indent-sm);
}
@media screen and (min-width: 768px) {
  .vertical-cards__title {
    margin-bottom: var(--indent-main);
  }
}

.vertical-cards__content {
  box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .vertical-cards__content {
    padding-right: 24px;
  }
}

.adaptive-cards__item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .adaptive-cards__item {
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

.adaptive-cards__title {
  margin-bottom: var(--indent-sm);
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.adaptive-cards__content {
  order: 2;
}
@media screen and (min-width: 1000px) {
  .adaptive-cards__content {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}

.adaptive-cards__image-block {
  margin-bottom: var(--indent-main);
  width: 100%;
  aspect-ratio: 350/220;
  overflow: hidden;
  order: 1;
  border-radius: var(--radius-xs);
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .adaptive-cards__image-block {
    margin-bottom: 0;
    aspect-ratio: 323/210;
    flex: 0 0 calc((100% - 20px) / 2);
  }
}
.adaptive-cards__image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.sticker {
  padding: 16px;
  box-sizing: border-box;
  font-family: "Inter", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--cl-main);
  text-align: center;
  white-space: nowrap;
  background: var(--cl-background);
  border-radius: var(--radius-xs);
}
@media screen and (min-width: 1000px) {
  .sticker {
    padding: 20px;
  }
}

.ordered-list {
  counter-reset: ordered-list;
}
.ordered-list > * {
  margin-bottom: var(--indent-m);
  position: relative;
  min-height: 20px;
  padding-left: 26px;
  display: flex;
  align-items: center;
  font-family: "Inter", "Arial", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--text-color);
}
.ordered-list > *:last-child {
  margin-bottom: 0;
}
.ordered-list > *::before {
  content: counter(ordered-list);
  counter-increment: ordered-list;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cl-white);
  border: 1px solid var(--cl-gray);
  border-radius: 50%;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .ordered-list > * {
    margin-bottom: var(--indent-main);
    font-family: "Inter", "Arial", sans-serif;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
  }
}

@media screen and (min-width: 1000px) {
  .extra__presentation {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1000px) {
  .cheme__title {
    margin-bottom: 40px;
  }
}

.accessories {
  padding: 80px 0 140px;
}

.accessories__details {
  margin-bottom: 120px;
}

.accessories__tech {
  margin-bottom: 68px;
}
@media screen and (min-width: 1000px) {
  .accessories__tech {
    margin-bottom: 148px;
  }
}

.accessories-tech {
  display: grid;
  gap: var(--indent-l);
}
@media screen and (min-width: 1000px) {
  .accessories-tech {
    -moz-column-gap: 100px;
         column-gap: 100px;
    justify-content: space-between;
    grid-template-rows: auto 1fr;
    grid-template-columns: minmax(40%, 440px) minmax(60%, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .accessories-tech {
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
}

@media screen and (min-width: 1000px) {
  .accessories-tech__content {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}

.accessories-tech__tip {
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .accessories-tech__tip {
    margin-bottom: 60px;
  }
}

.accessories-tech__title {
  margin-bottom: var(--indent-main);
}
@media screen and (min-width: 1000px) {
  .accessories-tech__title {
    margin-bottom: 24px;
    max-width: 70%;
  }
}

@media screen and (min-width: 1000px) {
  .accessories-tech__table-block {
    grid-row: 2/3;
    grid-column: 1/2;
    align-self: end;
  }
}

.accessories-tech__table-title {
  margin-bottom: var(--indent-sm);
}

.accessories-tech__image-block {
  margin: 0 auto;
  width: 100%;
  max-width: 810px;
  aspect-ratio: 340/280;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .accessories-tech__image-block {
    margin: unset;
    aspect-ratio: 4/3;
    grid-row: 1/3;
    grid-column: 2/3;
    align-self: center;
  }
}
.accessories-tech__image-block picture {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accessories-tech__image-block img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.product__features {
  margin-bottom: 90px;
}
@media screen and (min-width: 1000px) {
  .product__features {
    margin-bottom: 50px;
  }
}

.product__tech {
  padding: 40px 0 12px;
}
@media screen and (min-width: 768px) {
  .product__tech {
    padding: 40px 0 50px;
  }
}

.product__cheme {
  margin-bottom: 140px;
}
@media screen and (min-width: 768px) {
  .product__cheme {
    margin-bottom: 220px;
  }
}

.product__construction {
  margin-bottom: 80px;
}
@media screen and (min-width: 1000px) {
  .product__construction {
    margin-bottom: 40px;
  }
}

.product__equipment {
  margin-bottom: 80px;
}
@media screen and (min-width: 1000px) {
  .product__equipment {
    margin-bottom: 40px;
  }
}

.product__table-tip {
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .product__table-tip {
    margin-bottom: 190px;
  }
}

.product__faq {
  margin-bottom: 70px;
}
@media screen and (min-width: 1000px) {
  .product__faq {
    margin-bottom: 80px;
  }
}/*# sourceMappingURL=product.css.map */
