

/* Start:/local/templates/2025/components/bitrix/catalog/.default/style.min.css?1748531193308*/
.thumb img{border-radius:5px;background-color:#fff;border:1px solid #ddd;padding:5px}.thumb{padding:5px}.grid-container{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr;padding:0 0 2rem 0}.grid-item{display:grid;justify-content:center}.grid-container .grid-item img{max-height:250px}
/* End */


/* Start:/local/templates/2025/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?17485311931711*/
.fw-bold {
  font-weight: bold;
}

.prod_documents {
  clear: both;
  padding-top: 15px;
}
.prod_documents > .h4 {
  width: 100%;
  margin: 0;
  padding: 0 0 6px 0;
  font-size: 18px;
  font-weight: 600;
  color: #575b71;
}
.prod_documents > div {
  width: 100%;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 787px) {
  .prod_documents > div {
    padding: 0;
  }
}
.prod_documents ul {
  list-style: none;
  padding: 0;
}
.prod_documents ul li {
  padding: 5px 0 5px 36px;
  background: url(/img/icon/doc_icon-26.png) no-repeat left center;
  margin: 5px 0;
}
.prod_documents ul li a {
  color: #8184a1;
}

@media screen and (max-width: 600px) {
  #catalog-detail-custom {
    margin-bottom: 40px;
  }
  #section_anchor_links {
    margin-top: 40px;
  }
}
.cro__buy {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 10px;
}
.cro__buy::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(/local/templates/2025/components/bitrix/catalog/.default/bitrix/catalog.element/.default/mail.svg) no-repeat center;
}
.cro__buy a {
  color: #0198FF !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
}
.cro__buy p {
  color: #575B71;
  font-size: 10px;
  font-weight: 400;
  margin: 0;
}
.cro__buy #copy__mail {
  display: block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: url(/local/templates/2025/components/bitrix/catalog/.default/bitrix/catalog.element/.default/copy.svg) no-repeat center;
}
.cro__buy #copy__mail textarea {
  display: none;
}
.cro__buy .cro__buy-text {
  margin: 0 10px;
}

.catalog-detail-element.kzt .catalog-detail-item-price-current {
  font-size: 18px;
  display: block !important;
}

.navElement__link {
  font-size: 12px;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/tl/download.excel/templates/.default/style.css?1747138981103*/
.tl-download-xlsx-mc {
  min-width: 24px;
  min-height: 24px;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/tl/catalog.element.feedback.list/templates/.default/style.css?1739728525101*/
.ce-feedback-list-mc h2 {
  padding: 0;
  margin: 0 0 36px;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/tl/catalog.element.feedback.create/templates/.default/style.css?17422217712990*/
.ce-feedback-create-mc {
  font-size: 16px;
}
.ce-feedback-create-mc .form-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.ce-feedback-create-mc .form-subtitle {
  font-size: 16px;
  margin-bottom: 20px;
}
.ce-feedback-create-mc .form-control {
  border-radius: 4px;
  color: #D0D3DB;
  border: 1px solid #D0D3DB;
  padding: 5px 20px;
}
.ce-feedback-create-mc .form-control:focus {
  color: #202020;
}
.ce-feedback-create-mc .form-row {
  margin-bottom: 30px;
}
.ce-feedback-create-mc .btn[type=submit] {
  height: 48px;
  min-width: 200px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  border: 1px solid #1E5299;
  background-color: #1E5299;
}
.ce-feedback-create-mc .btn[type=submit]:hover {
  border: 1px solid rgba(30, 82, 153, 0.6666666667);
  background-color: rgba(30, 82, 153, 0.6666666667);
}
.ce-feedback-create-mc .rating-mc {
  display: flex;
}
.ce-feedback-create-mc .rating-mc button {
  padding: 0;
  margin: 0;
  border: none;
  background: 0;
  color: #1E5299;
}
.ce-feedback-create-mc .rating-mc button.active {
  color: #FFCC00;
}
.ce-feedback-create-mc .rating-mc button.active svg {
  fill: currentColor;
}

.custom-form-component-wrapper {
  position: relative;
}
.custom-form-component-wrapper form .form-row {
  margin-bottom: 1rem;
}
.custom-form-component-wrapper form .form-row.submit button {
  width: 100%;
}
.custom-form-component-wrapper .stage.form {
  display: block;
}
.custom-form-component-wrapper .stage.loading,
.custom-form-component-wrapper .stage.success,
.custom-form-component-wrapper .stage.error {
  display: none;
}
.custom-form-component-wrapper .stage.loading > * {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1254901961);
  z-index: calc(var(--bs-modal-zindex) + 10);
}
.custom-form-component-wrapper .stage.result {
  padding: 5% 10%;
  height: 100%;
}
.custom-form-component-wrapper .stage.result .title {
  font-size: 2.5rem;
  font-weight: 700;
}
.custom-form-component-wrapper .stage.result .subtitle {
  font-size: 1.5rem;
}
.custom-form-component-wrapper.loading .stage.form,
.custom-form-component-wrapper.loading .stage.loading {
  display: block;
}
.custom-form-component-wrapper.loading .stage.success,
.custom-form-component-wrapper.loading .stage.error {
  display: none;
}
.custom-form-component-wrapper.success .stage.success {
  display: block;
}
.custom-form-component-wrapper.success .stage.form,
.custom-form-component-wrapper.success .stage.loading,
.custom-form-component-wrapper.success .stage.error {
  display: none;
}
.custom-form-component-wrapper.error .stage.error {
  display: block;
}
.custom-form-component-wrapper.error .stage.form,
.custom-form-component-wrapper.error .stage.loading,
.custom-form-component-wrapper.error .stage.success {
  display: none;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/2025/components/bitrix/catalog/.default/style.min.css?1748531193308 */
/* /local/templates/2025/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?17485311931711 */
/* /local/components/tl/download.excel/templates/.default/style.css?1747138981103 */
/* /local/components/tl/catalog.element.feedback.list/templates/.default/style.css?1739728525101 */
/* /local/components/tl/catalog.element.feedback.create/templates/.default/style.css?17422217712990 */
