

/* 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 */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?15537227701413*/
.bx-catalog-subscribe-button{margin-bottom:6px;display:inline-block}.bx-catalog-popup-content{width:90%;max-width:280px}.bx-catalog-subscribe-form-container-label{font-size:13px;color:#5a6c77;padding-bottom:2px}.bx-catalog-subscribe-form-container-input{position:relative}.bx-catalog-subscribe-form-container-input input[type="text"]{display:block;width:100%;font-size:18px;height:38px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#f8fafc;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-catalog-subscribe-form-star-required{color:#d93333}.bx-catalog-subscribe-form-container .bx-captcha{margin-bottom:10px}.bx-catalog-popup-message{font-weight:bold;min-width:240px;margin:0}.bx-catalog-subscribe-alert{background-color:#edf6fc;color:#000;font-size:15px;min-height:45px;text-align:center;padding:12px 40px 12px 60px;position:relative;width:280px}.bx-catalog-subscribe-aligner{display:inline-block;height:45px;margin-left:-1px;vertical-align:middle;width:1px}.bx-catalog-subscribe-alert-text{display:inline-block;vertical-align:middle}.bx-catalog-subscribe-alert-footer{text-align:center}.bx-catalog-subscribe-alert-popup{background-color:#edf6fc!important;border:1px solid #edf6fc!important;border-radius:3px!important;-webkit-box-shadow:0 19px 24px rgba(88,112,118,0.17)!important;box-shadow:0 19px 24px rgba(88,112,118,0.17)!important}
/* 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 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?15537227701413 */
