@charset "UTF-8";
@import "about.css";
@import "actions.css";
@import "blog.css";
@import "breadcrumbs.css";
@import "form.css";
@import "ico.css";
@import "informator.css";
@import "master.css";
@import "material.css";
@import "navigation.css";
@import "pagination.css";
@import "product.css";
@import "product_storage.css";
@import "product_gallery.css";
@import "promo.css";
@import "right.css";
@import "services_link.css";
@import "services_select.css";
@import "services_raid.css";
@import "services.css";
@import "tip.css";
@import "tools.css";
@import "backup.css";
@import "content/content.css";
@import "content/images.css";
@import "content/table.css";
@import "content/zoom.css";
.container {
  padding: 0;
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 736px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1480px) {
  .container {
    max-width: 1400px;
  }
}

textarea {
  max-width: 100%;
}
@media (min-width: 576px) {
  textarea {
    max-height: 480px;
  }
}
@media (min-width: 768px) {
  textarea {
    max-height: 480px;
  }
}
@media (min-width: 992px) {
  textarea {
    max-height: 640px;
  }
}
@media (min-width: 1200px) {
  textarea {
    max-width: 768px;
  }
}
@media (min-width: 1480px) {
  textarea {
    max-width: 768px;
  }
}

body {
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}
body section {
  margin-bottom: 64px;
}
body strong {
  font-weight: 500;
}
body a {
  color: #1f65af;
}
body h1, body .h1 {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
body h2, body h3, body .h2, body .h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
body h4, body h5, body h6, body .h4, body .h5, body .h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body .p-8 {
  padding: 4px 0;
  margin: 8px 0;
}
body .p-16 {
  padding: 4px 0;
  margin: 0 0 16px 0;
}
body .p-24 {
  padding: 4px 0;
  margin: 0 0 24px 0;
}
body .p-32 {
  padding: 4px 0;
  margin: 0 0 32px 0;
}
body .hide {
  display: none;
}
body ul, body ol {
  padding-left: 24px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body ul li, body ol li {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body code {
  font-size: 87.5%;
  color: #b23333;
  word-break: break-word;
}
body hr {
  margin-top: 24px;
  margin-bottom: 24px;
}
body .branch {
  padding: 4px 4px 4px 16px;
}
body .btn {
  margin-bottom: 16px;
}
body .btn-primary {
  background-color: #1E4A93;
  color: #fafafa;
}
body .btn-primaru:hover,
body .btn-primary:focus,
body .btn-primary:visited {
  background-color: #1f65af;
  color: #fafafa;
}
body .error {
  color: #db2e2e;
}
body .ok {
  color: #1f65af;
}
body .font-weight-500 {
  font-weight: 500;
}

/* Для тех, кто не должен выделяться курсором */
.noselect {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#grid {
  margin-top: 16px;
}
#grid .left_wrap {
  padding: 0;
  margin-bottom: 32px;
}
#grid .right_wrap {
  padding: 0;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  #grid .right_wrap {
    padding: 0 0 0 48px;
  }
}

.show_list_footer {
  text-align: center;
  width: 100%;
  user-select: none;
  color: red;
}
.show_list_footer .show_non {
  width: 100%;
  margin-bottom: 16px;
  color: #aaaaaa;
  font-size: 24px;
  font-weight: 100;
}
.show_list_footer .show_list_more {
  width: 100%;
  margin-top: 16px;
}
.show_list_footer .show_list_more .show_btn {
  width: fit-content;
  min-width: 256px;
  background-color: #f4f4f4;
  color: #1f65af;
  margin: 16px 8px;
  padding: 8px 32px;
  border-radius: 32px;
}
.show_list_footer .show_list_more .show_btn:hover {
  background-color: #ffe39f;
  cursor: pointer;
  color: #404040;
}

.processor_list table {
  max-height: 1088px;
}
.processor_list table th {
  height: 96px;
  text-align: center;
}
.processor_list table th:hover {
  cursor: pointer;
  background-color: #e0e0e0;
}
.processor_list table td {
  white-space: nowrap;
}

.processor_page #table_proc_detail {
  margin-bottom: 48px;
}
.processor_page #table_proc_detail .box_name td {
  font-size: 28px;
  font-weight: 100;
}
.processor_page #table_proc_detail tbody td, .processor_page #table_proc_detail tbody th {
  border: solid 2px #ffffff;
}
.processor_page #table_proc_detail .box_name td, .processor_page #table_proc_detail .box_name th {
  padding-left: 24px;
  padding-top: 24px;
}
.processor_page #table_proc_detail tr td {
  white-space: nowrap;
  padding-left: 48px;
}

.proc_compare {
  padding-bottom: 16px;
  border-bottom: solid 1px #aaaaaa;
}
.proc_compare .touch-switch {
  margin-top: 16px;
  margin-bottom: 8px;
}
.proc_compare table {
  max-height: calc(100vh - 420px);
  /* Миксимальная высота таблицы на 420px меньше высоты окна просмотра */
  min-height: 400px;
  /* Но на совсем маленьких не меньше этой высоты */
  overflow-y: auto;
  /* Добавляем прокрутку по вертикали, если содержимое превышает высоту */
}
.proc_compare table thead th {
  position: sticky;
  top: 0;
  border: solid 0 #ffffff;
}
.proc_compare table thead th .ico-close-black-wrap {
  height: 16px;
}
.proc_compare table thead th .ico-close-black-wrap .ico-close-black {
  /* Уточняем крестик закрытия */
  height: 16px;
  width: 16px;
  position: absolute;
  top: 4px;
  right: 4px;
  opacity: 0.3;
}
.proc_compare table thead th .ico-close-black-wrap .ico-close-black:hover {
  opacity: 1;
  cursor: pointer;
}
.proc_compare table tbody td, .proc_compare table tbody th {
  border: solid 2px #ffffff;
}

.services .services-row {
  margin-bottom: 16px;
}

#table_proc_compare th {
  min-width: 128px;
  padding-right: 8px;
}
#table_proc_compare .box_name {
  background-color: white;
}
#table_proc_compare .box_name td {
  border-left-style: none;
  border-right-style: none;
  font-weight: 100;
  font-size: 22px;
  padding-top: 24px;
}
#table_proc_compare td {
  padding-right: 16px;
}

.touch-switch .toggle-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.touch-switch .toggle-button {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  margin: 0;
  vertical-align: top;
  background: #f4f4f4;
  border: 1px solid #777777;
  border-radius: 30px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
}
.touch-switch .toggle-button::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 1.5px;
  width: 18px;
  height: 18px;
  background-color: #1f65af;
  border-radius: 50%;
  transform: translateX(0);
  transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
}
.touch-switch .toggle-button:checked::after {
  transform: translateX(calc(100% + 1px));
  background-color: #ffffff;
}
.touch-switch .toggle-button:checked {
  background-color: #1f65af;
}
.touch-switch .text {
  margin-left: 4px;
  margin-right: 4px;
  font-weight: 100;
  color: #555555;
}

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