@charset "UTF-8";
.product-page {
  /* DOCS */
  /* DESCRIPTION */
  /* VARIATIONS */
}
.product-page .summary {
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  /* ATTRIBUTES */
  /* GALLERY */
}
.product-page .summary .left-side {
  float: none;
  width: 100%;
  font-family: "Montserrat", serif;
}
.product-page .summary .left-side .product_title {
  margin-bottom: 10px;
}
.product-page .summary .left-side .product_title + .subtitle {
  margin: 10px 0 25px;
  font-weight: 600;
  font-size: 1.1em;
}
.product-page .summary .left-side .manufacturer {
  margin: 30px 0 15px;
  font-size: 1.1em;
  font-weight: 600;
}
.product-page .summary .left-side .manufacturer span {
  margin-right: 15px;
}
.product-page .summary .left-side .manufacturer a {
  font-family: "Roboto", serif;
}
.product-page .summary .attributes {
  margin-bottom: 1.618em;
  width: 100%;
  border: 0;
  font-family: "Montserrat", serif;
}
.product-page .summary .attributes th {
  font-weight: 700;
  margin: 0;
  width: auto;
  text-align: left;
  border: 0;
  padding: 6px 10px;
  line-height: 1.3em;
}
.product-page .summary .attributes td {
  padding: 0;
  margin: 0;
  line-height: 1.3em;
  border: 0;
}
.product-page .summary .attributes tr:nth-child(even) td,
.product-page .summary .attributes tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025);
}
.product-page .summary .product_gallery {
  max-width: 400px;
  position: relative;
}
.product-page .summary .product_gallery .main {
  padding-bottom: 100%;
  position: relative;
}
.product-page .summary .product_gallery .main img {
  cursor: zoom-in;
  object-position: center;
  object-fit: contain;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.product-page .summary .product_gallery .other {
  margin-top: 10px;
}
.product-page .summary .product_gallery .other .item {
  padding-bottom: 75%;
  position: relative;
  border: 3px solid transparent;
  border-radius: 5px;
  overflow: hidden;
}
.product-page .summary .product_gallery .other .item img {
  position: absolute;
  cursor: pointer;
}
.product-page .summary .product_gallery .buttons {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 5px;
  margin-top: 10px;
}
.product-page .summary .product_gallery .buttons .wide {
  grid-column-end: span 2;
}
.product-page .summary .product_gallery .tiny-slider .controls {
  display: block;
}
.product-page .summary .product_gallery .tiny-slider .controls li {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 34px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.7215686275);
  padding: 0 4px;
  user-select: none;
}
.product-page .summary .product_gallery .tiny-slider .controls li.prev {
  left: 0;
}
.product-page .summary .product_gallery .tiny-slider .controls li.next {
  right: 0;
}
.product-page .summary .product_gallery .tiny-slider .controls li:hover {
  background-color: #fff;
  color: var(--green);
}
@media screen and (max-width: 1199px) {
  .product-page .summary .product_gallery .buttons {
    grid-template-columns: 1fr;
  }
  .product-page .summary .product_gallery .buttons .wide {
    grid-column-end: span 1;
  }
}
@media (max-width: 1199px) {
  .product-page .summary {
    grid-template-columns: 1fr 300px;
  }
}
@media (max-width: 765px) {
  .product-page .summary {
    grid-template-columns: 1fr 200px;
  }
  .product-page .summary .product_gallery {
    width: 210px;
    margin: 0 auto;
  }
}
@media (max-width: 645px) {
  .product-page .summary {
    grid-template-columns: 1fr;
  }
}
.product-page .product_docs_grid .docs {
  font-family: "Montserrat", serif;
}
.product-page .product_docs_grid .docs .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.product-page .product_docs_grid .docs .item > a {
  margin-right: 10px;
}
.product-page .product_docs_grid .docs > div + div {
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid #D9DCEE;
}
.product-page .product_docs_grid .docs a:not(:hover) {
  color: var(--dark_blue);
}
.product-page .product_docs_grid table h2 {
  margin: 0;
}
.product-page .product_docs_grid table {
  width: 100%;
  margin: 0 0 40px;
}
.product-page .product_docs_grid table th {
  text-align: left;
  padding-bottom: 20px;
}
.product-page .product_docs_grid table td {
  padding: 5px 0;
}
.product-page .product_docs_grid table tr > *:last-child {
  text-align: right;
}
.product-page .product_docs_grid table .icon {
  padding-right: 10px;
  text-align: center;
}
.product-page .product_docs_grid table .icon img {
  height: 30px;
  min-width: 30px;
  vertical-align: middle;
}
.product-page .product_description p {
  margin-bottom: 0.8em;
}
.product-page .product_description h2, .product-page .product_description h3, .product-page .product_description h4 {
  margin: 0.8em 0 0.4em;
}
.product-page .product_description ol, .product-page .product_description ul {
  margin-bottom: 1em;
}
.product-page .product_description ol li {
  list-style: decimal;
}
.product-page .product_description ul li {
  list-style: disc;
}
.product-page .product_description li {
  margin: 2px 0 2px 24px;
}
.product-page .table_of_variations {
  overflow: auto;
  max-height: 432px;
  max-width: calc(100vw - 345px);
}
.product-page .table_of_variations table {
  border-collapse: collapse;
}
.product-page .table_of_variations .head {
  position: sticky;
  top: -1px;
  background-color: var(--white);
  z-index: 1;
}
.product-page .table_of_variations tr.in_order td:nth-child(2):after {
  content: "в корзине";
  font-size: 0.7em;
  margin-top: -1px;
  background: #dfdfdf;
  text-align: center;
  padding: 0 8px;
  justify-self: start;
  white-space: nowrap;
}
.product-page .table_of_variations td:nth-child(1) {
  background: var(--white);
}
.product-page .table_of_variations td:nth-child(2), .product-page .table_of_variations th:nth-child(2) {
  position: sticky;
  left: -1px;
  background: var(--white);
}
.product-page .table_of_variations td, .product-page .table_of_variations th {
  border: 1px solid #d9dcee;
  padding: 4px 8px;
}
.product-page .table_of_variations tbody tr:hover td:nth-child(2),
.product-page .table_of_variations tr.selected td:nth-child(2),
.product-page .table_of_variations tbody tr:hover,
.product-page .table_of_variations tr.selected {
  background-color: #f3f3f3;
  cursor: pointer;
}
.product-page .table_of_variations .thumbnail {
  padding: 0;
  cursor: zoom-in;
}
.product-page .table_of_variations .thumbnail img {
  width: 50px;
  height: 40px;
  object-fit: contain;
}
.product-page .table_of_variations .gray {
  color: var(--dark_gray);
  font-size: 0.8em;
}
@media screen and (max-width: 1199px) {
  .product-page .table_of_variations {
    max-width: calc(100vw - 50px);
  }
}

.product-page #storages_section .error_box,
.product-page #analogues .error_box,
.product-page .vendors_storages {
  max-width: calc(50% - 15px);
}

@media screen and (max-width: 765px) {
  .product-page #storages_section .error_box,
  .product-page #analogues .error_box,
  .product-page .vendors_storages {
    max-width: 100%;
  }
}

/*# sourceMappingURL=product-page.css.map */
