<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
:root {
  --c1: #000000;
  --c2: #ffffff;
  --c3: #3757aa;
  --c4: #003399;
  --c5: #f5f5f5;
  --c6: #f9fafc;
}

html {
  height: 100%;
}

body {
  font-family: "Roboto";
  font-size: 12px;
  line-height: 24px;
  color: var(--c1);
  margin: 0;
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

a {
  text-decoration: none;
  color: var(--c1);
}

a:hover {
  color: var(--c4);
}

.text-image {
  margin-right: 10px;
}

.top-header {
  width: 100%;
  height: 77px;
  align-content: center;
  top: 0;
  left: 0;
  background: var(--c2);
  box-shadow: 0px 4px 10px 0px #f3f3f3;
}

.top-header img {
  height: 29px;
}

.top-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 29px;
}

.header-contacts {
  display: flex;
  gap: 20px;
  min-width: fit-content;
}

.header-cutomer {
  display: flex;
  gap: 20px;
}

.bottom-footer {
  width: 100%;
  height: 188px;
  align-content: start;
  top: 0;
  left: 0;
  background: var(--c5);
  margin-top: 150px;
}
.bottom-footer .container {
  margin-top: 30px;
}

.bottom-footer img {
  height: 29px;
}

.bottom-footer-content {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  height: 129px;
}

.footer-contacts {
  display: block;
  gap: 20px;
}

.footer-cutomer {
  display: flex;
  gap: 20px;
}

.catalog {
  display: flex;
}

.debug {
  position: absolute;
  z-index: -10;
  left: 0px;
  width: 380px;
}

.link-ico {
  width: 24px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}

.img-container {
  height: 18px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.cart-img {
  background-image: url(/local/templates/ISO/img/cart.svg);
}

.menu-img {
  background-image: url(/local/templates/ISO/img/menu.svg);
}

.cart-filled-img {
  background-image: url(/local/templates/ISO/img/cart-filled.svg);
}

.cart-white-img {
  background-image: url(/local/templates/ISO/img/cart-white.svg);
}

.favorite-img {
  background-image: url(/local/templates/ISO/img/favorite.svg);
}

.favorite-white-img {
  background-image: url(/local/templates/ISO/img/favorite-white.svg);
}

.info-img {
  background-image: url(/local/templates/ISO/img/info.svg);
}

.profile-img {
  background-image: url(/local/templates/ISO/img/profile.svg);
}

.cart-active-img {
  background-image: url(/local/templates/ISO/img/cart-active.svg);
}

.favorite-active-img {
  background-image: url(/local/templates/ISO/img/favorite-active.svg);
}

.info-active-img {
  background-image: url(/local/templates/ISO/img/info-active.svg);
}

.profile-active-img {
  background-image: url(/local/templates/ISO/img/profile-active.svg);
}

.cart-inactive-img {
  background-image: url(/local/templates/ISO/img/cart-inactive.svg);
}

.favorite-inactive-img {
  background-image: url(/local/templates/ISO/img/favorite-inactive.svg);
}

.info-inactive-img {
  background-image: url(/local/templates/ISO/img/info-inactive.svg);
}

.profile-inactive-img {
  background-image: url(/local/templates/ISO/img/profile-inactive.svg);
}

.cart-img:hover {
  background-image: url(/local/templates/ISO/img/cart-hover.svg);
}

.favorite-img:hover {
  background-image: url(/local/templates/ISO/img/favorite-hover.svg);
}

.info-img:hover {
  background-image: url(/local/templates/ISO/img/info-hover.svg);
}

.profile-img:hover {
  background-image: url(/local/templates/ISO/img/profile-hover.svg);
}

.sort-top-img {
  background-image: url(/local/templates/ISO/img/sort-top.svg);
}

.sort-down-img {
  background-image: url(/local/templates/ISO/img/sort-down.svg);
}

body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(/local/templates/ISO/img/cart.svg),
    url(/local/templates/ISO/img/profile.svg),
    url(/local/templates/ISO/img/cart-hover.svg),
    url(/local/templates/ISO/img/profile-hover.svg);
}

.announcement {
  background: var(--c6);
  display: flex;
  padding: 25px;
  align-items: center;
  margin: 25px 0px;
}
.announcement .announcement-ico {
  min-width: 54px;
  min-height: 54px;
  text-align: center;
  align-content: center;
}
.announcement .announcement-text {
  padding: 0px 25px;
}

h3 {
  margin-top: 30px;
  font-weight: 700;
  font-size: 24px;
}

h4 {
  font-weight: 500;
  font-size: 18px;
}

.content {
  margin: 25px 0px;
}
.content span {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
.content a {
  color: var(--c4);
}
.content br {
  margin: 5px 0px;
  display: block;
}
.content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content ul li::before {
  content: "— ";
}
.content ul b {
  font-weight: 500;
  font-size: 14px;
}

.num-list ul {
  width: 90%;
  list-style: none;
  counter-reset: num-list;
  margin: 30px 0;
  padding: 0;
}
.num-list ul li::before {
  content: counter(num-list) ".";
  counter-increment: num-list;
  font-weight: 600;
  color: var(--c4);
  margin-left: 30px;
  margin-right: 5px;
}

.inline-list ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  counter-reset: inline-list;
  padding: 0;
  margin: 30px 0;
  gap: 20px;
}
.inline-list ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
.inline-list ul li span {
  float: right;
  width: 90%;
}
.inline-list ul li::before {
  content: counter(inline-list);
  counter-increment: inline-list;
  font-weight: 700;
  font-size: 24px;
  color: var(--c4);
}

.bordered {
  border: 1px solid #b9bec8;
  margin: 25px 0px;
}
.bordered .content {
  margin: 25px;
}

.double {
  display: flex;
  justify-content: space-between;
}
.double &gt; div {
  width: 49%;
}

.contacts {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(2, 150px);
  gap: 25px;
}
.contacts :nth-child(2) {
  grid-column: 2/4;
}
.contacts .contact {
  background: var(--c5);
}
.contacts .contact .contact-content {
  padding: 20px;
}
.contacts .contact .contact-content .contact-title {
  font-weight: 400;
  font-size: 16px;
}
.contacts .contact .contact-content .contact-fio {
  font-weight: 300;
  font-size: 14px;
  margin: 7px 0;
}
.contacts .contact .contact-content .contact-phone a {
  font-weight: 300;
  font-size: 14px;
}
.contacts .contact .contact-content .contact-phone a::before {
  content: url(/local/templates/ISO/img/phone.svg);
  min-width: 16px;
  min-height: 16px;
  margin-right: 10px;
  vertical-align: sub;
}
.contacts .contact .contact-content .contact-mail a {
  font-weight: 300;
  font-size: 14px;
  color: var(--c4);
}
.contacts .contact .contact-content .contact-mail a::before {
  content: url(/local/templates/ISO/img/mail.svg);
  min-width: 16px;
  min-height: 16px;
  margin-right: 10px;
  vertical-align: sub;
}

.requisites {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 33%);
  gap: 25px;
}
.requisites .requisite {
  background: var(--c5);
}
.requisites .requisite .requisite-content {
  padding: 20px;
}
.requisites .requisite .requisite-content div:not(:first-child) {
  font-weight: 300;
  font-size: 14px;
}
.requisites .requisite .requisite-content div:not(:first-child) a {
  color: var(--c4);
}
.requisites .requisite .requisite-title {
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 20px;
}
.requisites .requisite .requisite-rsch::before {
  content: "р/сч. № ";
}
.requisites .requisite .requisite-ksch::before {
  content: "к/сч. № ";
}
.requisites .requisite .requisite-bik::before {
  content: "БИК ";
}

.ymaps-copyrights-pane &gt; ymaps {
  display: none;
}

.ymaps-map &gt; ymaps:nth-child(4) {
  display: none;
}

.ymaps-image-with-content-content {
  background-image: url(/local/templates/ISO/img/microscope.svg);
  background-size: contain;
}

.direction {
  display: flex;
}
.direction .adress a {
  color: #000000;
}
.direction .adress:before {
  content: url(/local/templates/ISO/img/map-point.svg);
}

.profile {
  display: flex;
}

.form {
  width: 400px;
  height: -moz-fit-content;
  height: fit-content;
  background: #ffffff;
}
.form .form-content {
  padding: 25px;
}
.form .form-content .form-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 5px;
}
.form .form-content .form-header h4 {
  font-weight: 600;
  font-size: 18px;
}
.form .form-content .form-header a {
  width: 14px;
  height: 14px;
  background-image: url(/local/templates/ISO/img/cross.svg);
  background-size: contain;
  margin: 10px;
}
.form .form-content .form-alert {
  margin-bottom: 5px;
  color: #e51313;
  font-weight: 300;
  font-size: 12px;
}
.form .form-content .form-container {
  display: block;
}
.form .form-content .form-container .form-label {
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 3px;
}
.form .form-content .form-container .form-input {
  width: 100%;
  margin-bottom: 10px;
}
.form .form-content .form-container .form-input input {
  height: 39px;
  border: 1px solid #b9bec8;
  width: inherit;
  outline: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  font-family: "Roboto";
  padding: 10px;
}
.form .form-content .form-container-under {
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 20px;
}
.form .form-content .form-container-buttons {
  display: flex;
  justify-content: space-around;
}

.form-btn {
  width: 134px;
  height: 32px;
  color: #3757aa;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #3757aa;
  margin: 0;
  padding: 0;
  text-align: center;
  align-content: center;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.form-btn-primary {
  background: #3757aa;
  color: #ffffff;
}

.details {
  background: #ffffff;
}
.details .details-content {
  padding: 25px;
  gap: 20px;
  display: grid;
}
.details .details-content .details-header {
  display: flex;
  justify-content: space-between;
}
.details .details-content .details-header h3 {
  margin: 0;
  padding: 0;
}
.details .details-content .details-header .details-close {
  width: 24px;
  height: 24px;
  text-align: center;
  cursor: pointer;
}
.details .details-content .details-info {
  display: flex;
  width: 100%;
  gap: 20px;
}
.details .details-content .details-info .details-column {
  width: 300px;
  display: block;
}
.details .details-content .details-table {
  overflow-x: auto;
  width: 600px;
}
.details .details-content .details-table table {
  background: #f4f7fc;
}
.details .details-content .details-table table td {
  border: 1px solid #c0cce1;
  text-align: center;
  font-size: 11px;
}
.details .details-content .details-table table thead td {
  padding: 2px 15px;
  font-weight: 500;
}
.details .details-content .details-table table tbody td {
  padding: 10px 15px;
  font-weight: 300;
}
.details .details-content .details-table::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

.details .details-content .details-table::-webkit-scrollbar-track {
  background: transparent;
}

.details .details-content .details-table::-webkit-scrollbar-thumb {
  background-color: #00000036;
  border-radius: 8px;
}

.details .details-content .details-table::-webkit-scrollbar-thumb:hover {
  background-color: #00000086;
}
.details .details-content .details-buttons {
  gap: 10px;
  display: flex;
  justify-content: center;
}
.details .details-content .details-buttons img {
  height: 16px;
  width: 16px;
}

.feedback {
  height: 52px;
  width: 52px;
  position: fixed;
  bottom: 225px;
  right: 35px;
  cursor: pointer;
  text-align: center;
  align-content: center;
  background: #3757aa;
  transition: background 0.5s ease;
  border-radius: 50%;
  z-index: 2;
}

.feedback:hover {
  background: #003399;
}

.popup {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.cart-action {
  text-align: end;
  margin-top: 25px;
}
.cart-action .cart-button {
  height: 40px;
  width: 200px;
  background: #3757aa;
  color: #ffffff;
  outline: none;
  border: none;
  transition: background 0.5s ease;
}
.cart-action .cart-button:hover {
  background: #003399;
} /*# sourceMappingURL=styles.css.map */

.detail-new-top {
  margin-top: 60px;
  margin-bottom: 40px;
}

.detail-new-top a {
  color: #003399;
}

.detail-new-top h4 {
  font-weight: 600;
  font-size: 20px;
}

div.bx-auth-reg input.bx-auth-input {
  vertical-align: middle;
}
div.bx-auth-reg span.bx-auth-secure {
  background-color: #fffae3;
  border: 1px solid #dedbc8;
  padding: 2px;
  display: inline-block;
  vertical-align: middle;
}
div.bx-auth-reg div.bx-auth-secure-icon {
  background-image: url(images/sec.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 18px;
}
div.bx-auth-reg div.bx-auth-secure-unlock {
  background-image: url(images/sec-unlocked.png);
}

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
.bx-auth-reg {
  padding: 1rem;
  color: #000000;
  font-family: "Roboto", sans-serif;
}

.bx-auth-reg-header {
  display: flex;
  justify-content: space-between;
}
.bx-auth-reg .bx-auth-reg-header2 {
  margin-top: 2rem;
}
.bx-auth-reg-header span {
  cursor: pointer;
  color: #3757aa;
}
.bx-auth-reg h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  text-decoration-skip-ink: none;
}
.bx-auth-reg-company {
  display: flex;
}
.info-company-name-adress &gt; div,
.info-company-inn &gt; div,
.bx-auth-reg-contact-info &gt; div,
.bx-auth-reg-contact-password &gt; div,
.bx-auth-reg-contact &gt; div {
  margin-bottom: 10px;
}
.info-company-name-adress {
  margin-right: 2rem;
}
.info-company-field-name {
  font-weight: 300;
}
.info-company-field-name::after {
  content: "*";
  color: red;
  /* margin-left: 5px;  */
}
.bx-auth-reg input:not(.save-company):not(.save-contact) {
  min-width: 440px;
  width: 100%;
  padding: 5px 10px;
  border: thin solid #b9bec8;
}
/*.bx-auth-reg .save-company, .bx-auth-reg  .save-contact{*/
/*    padding: 5px 10px;*/
/*    background-color: #3757AA;*/
/*    color: #ffffff;*/
/*    border: none;*/
/*}*/
.bx-auth-reg-contact-password {
  display: flex;
  flex-direction: column; /* Расположить элементы по вертикали */
  height: 100%; /* Занять всю высоту родителя */
}
.bx-auth-reg .bi-download {
  color: #3757aa;
  font-size: 1rem;
}

/* Скрыть стандартный input[type="file"] */
input[type="file"] {
  display: none;
}

/* Стиль для кастомной кнопки, которая будет иконкой */
.custom-file-label {
  display: inline-block;
  cursor: pointer;
}
.bx-auth-reg-con {
  display: flex;
}
.bx-auth-reg-contact {
  width: 50%;
  padding-right: 2rem;
}
.bx-auth-reg-contact-submit,
.bx-auth-reg-contact-button {
  margin-top: auto;
}
.bx-auth-reg-contact-submit &gt; input,
.bx-auth-reg-contact-button &gt; a &gt; input {
  color: #ffffff;
  background-color: #3757aa;
}
.bx-session-message {
  display: none !important;
}

.feedback &gt; a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-header-menu-phone {
  display: none;
}

.header-phone-menu {
  display: none;
}

.catalog-sections-phone
{
  display: none;
}


@media screen and (max-device-width: 1200px) {
  .top-header {
    /* height: 8vh; */
  }


  .top-header-content {
    margin-top: 25px;
  }
  .feedback {
    height: 6vh;
    width: 6vh;
    bottom: 4vh;
    right: 1vh;
  }
  .pagination {
    padding-bottom: 2vh;
  }
  .pagination .pagination-container ul li {
    align-content: center;
    display: block;
  }
  .top-header-menu {
    display: none;
  }
  .top-header {
    width: 100vw;
  }
  .header-cutomer {
    gap: 10vw;
  }
  .container {
    max-width: 100vw;
  }

  .details .details-content .details-info {
    display: block;
  }

  .catalog .popup .popup-container {
    height: inherit;
    overflow-y: auto;
  }

  .cart-order table {
    min-width: 400px;
  }

  .details .details-content .details-buttons .form-btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .details .details-content .details-buttons {
    display: block;
  }
  .details .details-content .details-table {
    width: 100%;
  }
  .header-contacts {
    /* display: none; */
    position: absolute;
    display: flex;
    width: 93vw;
    left: 2vh;
    justify-content: space-between;
    top: 0;
  }
  .header-contacts-phone,
  .header-contacts-mail {
    min-width: fit-content;
  }
  .header-phone-menu {
    display: block;
  }
  .bottom-footer {
    display: none;
  }
  .news {
    text-wrap: balance;
  }
  .new .new-content .picture-container {
    display: block;
  }
  .new .new-content .picture-container .picture img {
    max-width: 90vw;
  }
  .top-header-menu-phone {
    display: block;
    text-transform: uppercase;
    margin-left: 20px;
    margin-top: 20px;
    font-size: 16px;
  }
  .top-header-menu-phone details {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid gray;
    width: 95%;
  }
  .top-header-menu-phone details summary::marker,
  .top-header-menu-phone details summary::-webkit-details-marker {
    display: none;
    list-style: none;
    content: "";
  }
  .header-menu {
    display: none;
    position: fixed;
    background: #565656;
    height: 100%;
    top: 0;
    width: 75%;
    left: 25%;
    z-index: 1000;
  }
  .header-menu a {
    color: #ffffff;
  }
  .menu-dropdown-phone ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .menu-dropdown-phone ul li {
    margin-left: 40px;
    border-top: 1px solid gray;
  }

  .top-header-menu-phone-close {
    text-align: end;
    width: 95%;
    margin-bottom: 20px;
  }

  .top-header-menu-phone-close img {
    width: 20px;
  }

  .cart {
    display: block;
  }

  .cart .cart-left {
    width: 100%;
  }

  .cart .cart-right {
    width: 100%;
  }

  .cart-action {
    text-align: center;
  }

  .announcement {
    display: block;
  }
  .announcement .announcement-text {
    padding: 0;
  }
  .announcement-ico {
    margin-bottom: 20px;
  }

  .double {
    display: block;
  }

  .double &gt; div {
    width: 100%;
  }

  .inline-list ul {
    display: grid;
    margin-bottom: 20px;
  }

  .num-list ul {
    display: grid;
  }

  h1,
  h2,
  h3,
  h4 {
    text-align: center;
  }

  .bx-auth-reg-company {
    display: block;
  }

  .bx-auth-reg input:not(.save-company):not(.save-contact) {
    min-width: 10vw;
  }

  .bx-auth-reg-con {
    display: block;
  }

  .contacts {
    display: block;
  }
  .contacts .contact {
    margin-bottom: 2vh;
  }

  .requisites {
    display: block;
  }

  .requisites .requisite {
    margin-bottom: 2vh;
  }

  .direction {
    display: block;
  }

  .direction .adress {
    margin-bottom: 1vh;
  }

  .bx-auth-reg-contact {
    width: 100%;
    padding: 0;
  }

  .profile {
    display: block;
  }

  .container {
    /* min-height: 90vh; */
  }

  .modalRegContent {
    overflow-y: auto;
    height: inherit;
  }

  .profile .menu .page_menu {
    width: auto;
    max-width: none;
  }

  .info-req-company {
    display: block;
  }

  .info-req input:not(.save-company):not(.save-contact) {
    min-width: unset;
  }

  .info-req-contact {
    width: auto;
    margin: 0;
    padding: 0;
    margin-top: 30px;
  }

  .info-company-name-adress {
    margin: 0;
  }

  .modal-content {
    width: 80%;
  }

  .catalog {
    display: block;
  }

  .catalog-sections {
    display: none;
  }

  .catalog-sections-phone {
    display: block;
    margin-bottom: 30px;
  }

  .catalog .catalog-sections-phone details summary {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .catalog .catalog-sections-phone details &gt; a {
    font-size: 20px !important;
    font-weight: 600;
  }

  .catalog-filter .filter-body .filter-row .filter-parameter {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    width: 90vw;
    justify-content: start;
  }

  .catalog-filter .filter-body .filter-row {
    display: block;
  }

  .catalog-filter .filter-body .filter-row .filter-parameter label {
    width: 30%;
  }

  .catalog-filter .filter-body .filter-row .filter-parameter .parameter-button {
    height: 26px;
  }

  .autocomplete-datalist {
    width: 60%;
  }

  .autocomplete-fieldset {
    width: 50%;
  }

  .catalog-filter .filter-body .filter-row .filter-parameter .parameter-input,
  .catalog-filter .filter-body .filter-row .filter-parameter .parameter-select {
    width: 50%;
    padding: 0 0 0 5px;
  }

  fieldset .autocomplete-input {
    width: 100%;
  }

  .catalog-filter .filter-body .filter-row .filter-parameter .parameter-hint {
    display: flex;
  }

  .catalog-filter
    .filter-body
    .element-row
    .filter-parameter
    .autocomplete-datalist {
    width: 50%;
  }

  .catalog-filter
    .filter-body
    .element-row
    .filter-parameter
    .autocomplete-fieldset-chemical {
    width: 25%;
  }

  .catalog-filter .filter-body .element-row .filter-parameter .chemical-select {
    width: 100%;
  }

  .catalog-filter .filter-body .element-row .filter-parameter .element-from,
  .catalog-filter .filter-body .element-row .filter-parameter .element-to {
    width: 25%;
  }

  .catalog-filter .filter-body .element-row .filter-parameter .chemical-prefix {
    width: 25%;
  }

  .catalog-filter .filter-body .element-row .filter-parameter .button-apply {
    display: none;
  }

}
</pre></body></html>