.link-button {
  cursor: pointer;
}

.catalog--pagination a {
  padding: 8px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--on_surface_secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--on_surface_secodary-text);
}
.catalog--pagination a.active,
.catalog--pagination a:hover {
  background: var(--on-surface-hover);
  color: var(--on_surface_primary-text);
}
.catalog--pagination a.active svg,
.catalog--pagination a:hover svg {
  stroke: var(--on_surface_primary-text);
}

.blog__blockquote {
    padding: 24px;
    border-radius: 16px;
    background-color: var(--on_surface_secondary);
}

.article__blockquote {
  padding: 24px;
  border-radius: 16px;
  background-color: var(--on_surface_secondary);
}
.article__blockquote > p {
  position: relative;
  margin: 50px 0;
  text-wrap: initial;
}
.article__blockquote > p::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 45px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/local/templates/servermall_redesign/img/svg/quotes-start.svg");
}
.article__blockquote > p::after {
  content: '';
  position: absolute;
  right: 0;
  top: 100%;
  width: 45px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/local/templates/servermall_redesign/img/svg/quotes-end.svg");
}
.article__blockquote > div {
  display: flex;
  gap: 20px;
}
.article__blockquote > div > img {
  object-fit: contain;
}
.article__blockquote > div > div {
  display: flex;
  flex-direction: column;
}
.article__blockquote > div > div p:first-child {
  color: var(--text_secondary);
}
.table-wrapper {
  overflow: auto;
  padding: 20px 0 10px;
}
.table-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table-wrapper td {
  width: 100%;
  padding: 5px;
  border: 1px solid rgba(165, 185, 205, .3);
}
.table-wrapper td[rowspan] {
  min-width: 250px;
}
.fake-scroll__wrapper {
  position: absolute;
  height: 10px;
  overflow-x: auto;
  transform: translateY(-10px);
}
.fake-scroll {
  height: 1px;
}
.no_vat {
  display: none;
}

.price_wrapper.hide_vat .no_vat {
  display: flex;
}
.price_wrapper.hide_vat .with_vat {
  display: none;
}


.item--price-vat .checkbox span::after,
.item--price-vat .checkbox input:checked + span::after {
  background-color: transparent;
}

.btn-nobold,
.btn-nobold b {
  font-weight: normal;
}

.filter__radio input {
  z-index: -1;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filter__radio span {
  border-bottom: 2px solid transparent;
  display: inline-block;
}

.filter__radio input:checked~span {
  color: var(--text_primary);
  border-color: var(--text_primary);
}

.item--configurator-button {
  text-align: center;
}
.item--configurator-button input {
  width: 0;
  height: 0;
  display: none;
}

.p2vat {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width:1099px) {
  .p2vat {
    font-size: 18px;
    line-height: 20px;
  }
}
.breadcrumbs--wrap ul {
    flex-wrap: wrap;
}

.breadcrumbs--wrap a {
    white-space: nowrap;
}

.hidden_cpu {
  display: none!important;
}
.item--sticky-divider {
  width: 100%;
}

.stels_count {
  display: none;
}

.stels_count.active {
  display: flex;
}

.model--configurator-right .item--main-product {
  padding: 24px 0 24px 0;
}
.model--configurator-right .item--main-product_ {
  padding: 24px 0 24px 0;
}

.cart-p2 {
  display: none;
}



.personal-left {
  max-width: 300px;
  width: 100%;
  padding-right: 15px;
  box-sizing: border-box;
}
.personal-right {
  width: 100%;
}
@media (max-width:992px) {
  .personal {
    flex-direction: column;
    gap: 30px;
  }
  .personal-left {
    max-width: 100%;
  }
}
.iti {
  --iti-path-flags-1x: url('../img/intlTelImage/flags.webp');
  --iti-path-flags-2x: url('../img/intlTelImage/flags@2x.webp');
  --iti-path-globe-1x: url('../img/intlTelImage/globe.webp');
  --iti-path-globe-2x: url('../img/intlTelImage/globe@2x.webp');
}

.catalog--about-block div[id^=bx_incl_area_] {
  min-height: 15px;
  min-width: 15px;
}

#invisibleElement {
    display: none;
}

#form_consultation_outer.loading,
#form_auth.loading {
    opacity: 0.6;
    cursor: progress;
    pointer-events: none;
}

.bx-context-toolbar-empty-area {
  min-width: 12px;
}

.tabbar--control a {
  gap: 0;
  position: relative
}
.tabbar--control a span {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--text_primary)
}
.js-link-to-clipboard svg {
  transition: .2s ease-in-out;
}
.js-link-to-clipboard.copied svg {
  transform: scale(1.3);
}

.breadcrumbs--wrap span.link {
  color: var(--on_surface_primary);
  font-size: 16px;
  line-height: 22px;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.socials {
  position: fixed;
  bottom: 30px;
  right: 50%;
  transform: translateX(930px);
  z-index: 10;
}
.socials__wrapper {
  gap: 14px;
}
.socials__wrapper {
  .socials__link-wa svg rect {
    fill: #00B67A;
    transition: .3s all ease;
  }
  .socials__link-wa svg path {
    fill: white;
    transition: .3s all ease;
  }
  .socials__link-jira svg rect {
    fill: #1863DC;
    transition: .3s all ease;
  }
  .socials__link-jira svg path {
    fill: white;
    transition: .3s all ease;
  }
}
.socials__wrapper.active {
  .socials__link-wa svg rect {
    fill: white;
  }
  .socials__link-wa svg path {
    fill: #00B67A;
  }
  .socials__link-jira svg rect {
    fill: white;
  }
  .socials__link-jira svg path {
    fill: #1863DC;
  }
}
@media (min-width:1100px) {
  .wBody .socials__wrapper {
    .socials__link-wa svg rect {
      fill: white;
    }
    .socials__link-wa svg path {
      fill: #00B67A;
    }
    .socials__link-jira svg rect {
      fill: white;
    }
    .socials__link-jira svg path {
      fill: #1863DC;
    }
  }
}

@media (max-width:1899px) {
  .socials {
    right: 20px;
    transform: translateX(0);
  }
}
@media (max-width:1099px) {
  .socials {
    bottom: 70px;
    right: 25px;
  }
  .socials__link svg {
    width: 50px;
    height: 50px;
  }
}
@media (max-width:820px) {
  .socials {
    bottom: 65px;
    right: 15px;
  }
  .socials__wrapper {
    gap: 5px;
  }
  .socials__link svg {
    width: 40px;
    height: 40px;
  }
}

.socials__link-jira {
  cursor: pointer;
}

.__jivoMobileButton {
    display: none !important;
}



.catalog--about-main {
  margin-top: 0
}

.section-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section-description h3 {
  margin-top: 15px;
}

.section-description h2 {
  color: var(--text_primary);
}

.section-description ul li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
  list-style: disc;
  margin-bottom: 10px;
}

.section-description ul {
    display: block;
    list-style-type: disc;
    padding-inline-start: 20px;
    unicode-bidi: isolate;
    list-style: disc;
}

.section-description a {
  color: var(--link-color);
}

#modal_filter .mobile--modal-bottom > a {
  flex-grow: 1;
}

.choose_link {
  color: #236EFF;
}

.item--summary-details span {
  color: var(--text_secondary);
  font-size: 18px;
}

.item--summary-wrap-title {
  color: var(--text_secondary);
  font-size: 16px;
  font-weight: 500;
}

.item--summary-price .item--price.p2vat {
    margin-bottom: -10px;
    color: var(--text_primary);
}
