

/* Start:/local/templates/main/assets/css/pages/product.css?17409945224815*/
.page {
  padding-bottom: 160px;
}
.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product__pin {
  font-weight: 300;
  line-height: 100%;&nbsp; color: #636772;
  font-family: "Halvar Breitschrift CY";
  font-size: 28px;
  margin-bottom: 16px;
}
.product__title {
  font-family: "Halvar Breitschrift CY";
  font-weight: 300;
  font-size: 56px;
  margin-bottom: 64px;
}
.product__table {
  margin-bottom: 40px;
  width: 100%;
}
.product__table tbody {
  width: 100%;
}
.product__table:last-child {
  margin: 0;
}
.product__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  border-bottom: 2px solid #C4C6CD;
}
.product__table tr:first-child {
  border-top: 2px solid #C4C6CD;
}
.product__table th {
  width: 210px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 230px;
  flex: 0 0 210px;
  margin-right: 18px;
  font-weight: 400;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  text-align: left;
}
.product__table tr {
  font-weight: 400;
  line-height: 140%;
  font-size: 18px;
}
.product__label {
  /*font-family: "Halvar Breitschrift CY";*/
  font-weight: 500;
  font-size: 20px;
  /*text-transform: lowercase;*/
  color: #636772;
  margin-bottom: 24px;
}
.gallery-product__images {
  margin-bottom: 24px;
}
.gallery-product__images img {
  width: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  height: 480px;
}
.gallery-product__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gallery-product__download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.gallery-product__download svg {
  position: relative;
  z-index: 2;
  margin-right: 16px;
  width: 20px;
  height: 20px;
  color: #494D58;
}
.gallery-product__download span {
  position: relative;
  z-index: 2;
  color: #494D58;
  font-family: "Halvar Breitschrift CY";
  text-transform: lowercase;
}
.gallery-product__download span span {
  display: none;
}
.gallery-product__download::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 18px);
  height: calc(100% + 8px);
}
.gallery-product__button {
  cursor: pointer;
  margin-right: 26px;
}
.gallery-product__button:last-child {
  margin: 0;
}
.gallery-product__button svg {
  width: 56px;
  height: 24px;
  color: #494D58;
}
@media (min-width: 991.98px) {
  .product__content {
    padding-right: 50px;
  }
  .gallery-product__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1300.98px) {
  .product__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 57%;
    flex: 1 1 57%;
  }
  .product__gallery {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
  }
}
@media (min-width: 1640.98px) {
  .product__content {
    padding-right: 136px;
  }
}
@media (max-width: 1920px) {
  .page {
    padding-bottom: calc(120px + 40 * ((100vw - 320px) / 1600));
  }
  .product__pin {
    font-size: calc(18px + 10 * ((100vw - 320px) / 1600));
  }
  .product__pin {
    margin-bottom: calc(8px + 8 * ((100vw - 320px) / 1600));
  }
  .product__title {
    font-size: calc(36px + 20 * ((100vw - 320px) / 1600));
  }
  .product__title {
    margin-bottom: calc(40px + 24 * ((100vw - 320px) / 1600));
  }
  .product__table th {
    font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
  }
  .product__table tr {
    font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
  }
  .gallery-product__images img {
    height: calc(320px + 160 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1300.98px) {
  .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 991.98px) {
  .gallery-product__images {
    overflow: visible;
  }
  .gallery-product__navigation {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .product__table th {
    width: 120px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}
@media (min-width: 991.98px) and (max-width: 1300.98px) {
  .product__gallery {
    max-width: 450px;
    margin: 0 auto 40px;
  }
}
@media (any-hover: hover) {
  .gallery-product__download:hover::before {
    background: #FEED01;
  }
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?172752565851*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/main/assets/css/pages/product.css?17409945224815 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?172752565851 */
