/* Убрать фон #f6f6f4 у незакреплённой шапки (все страницы) */
.docs-header:has(.header:not(.is-fixed)),
.docs-header .header:not(.is-fixed),
.header:not(.is-fixed),
.header:not(.is-fixed) .inside-wrapper,
.header:not(.is-fixed) .inside-wrapper-wide,
.header:not(.is-fixed) .header__content,
.header:not(.is-fixed) .header__left,
.header:not(.is-fixed) .header__right,
.main-wrapper .docs-header .header:not(.is-fixed),
.main-wrapper .docs-header .header:not(.is-fixed) .inside-wrapper-wide,
.main-wrapper .docs-header .header:not(.is-fixed) .header__content,
.main-wrapper > .docs-header > .header:not(.is-fixed),
.main-wrapper > .docs-header > .header:not(.is-fixed) > .inside-wrapper-wide,
.main-wrapper > .docs-header > .header:not(.is-fixed) .header__content {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

/* Перебить #f6f6f4 и var(--color-white) в шапке, когда не закреплена */
body .header:not(.is-fixed),
body .header:not(.is-fixed) .inside-wrapper-wide,
body .header:not(.is-fixed) .header__content {
  background-color: transparent !important;
  background: transparent !important;
}

/* Убрать фон (#ffffff и др.) у основного блока */
.main-wrapper {
  background: transparent !important;
  background-color: transparent !important;
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

html.preloader-skip .preloader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader__logo {
  position: relative;
  width: 260px;
  height: 60px;
}

.preloader__percent {
  margin-top: 16px;
  font-size: 22px;
  line-height: 28px;
  color: #404342;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.preloader__logo-base,
.preloader__logo-fill {
  position: absolute;
  inset: 0;
}

.preloader__logo-base {
  color: #d9dddb;
}

.preloader__logo-fill {
  color: #285449;
  overflow: hidden;
  height: 100%;
  clip-path: inset(0 100% 0 0);
}

.preloader__svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

@keyframes preloader-fill {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  70% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

body.preloader-active {
  overflow: hidden;
}

body.preloader-active .preloader__logo-fill {
  animation: preloader-fill 2.8s ease-in-out forwards;
}

.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  padding: 0 15px;
  background-color: #f6f6f4;
  z-index: 1000;
}

/* Reduce inner top space when header is fixed */
.header.is-fixed .inside-wrapper-wide {
  padding-top: 0;
  padding-bottom: 0;
}

.header.is-fixed .header__content {
  margin-top: 0;
  margin-bottom: 0;
}

/* Override header content height from style.css */
.header__content {
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  padding: 16px 0;
}

/* Padding when header is fixed */
.header.is-fixed .header__content {
  padding: 20px 0;
}

@media (max-width: 767px) {
  .header.is-fixed .header__content {
    padding: 12px 0;
  }
}

body.page-pool .header.is-fixed,
body.page-template-page-pool .header.is-fixed,
body.page-template-page-pool-php .header.is-fixed,
body.page-hosting .header.is-fixed,
body.page-template-page-hosting .header.is-fixed,
body.page-template-page-hosting-php .header.is-fixed {
  background-color: #f6f6f4 !important;
}

@media (max-width: 767px) {
  .header.is-fixed {
    height: auto;
    padding: 0;
  }
}

/* Header stays in flow; no spacer needed. */
.header-spacer {
  display: none;
}

.header.is-fixed .nav__link,
.header.is-fixed .nav__sublink,
.header.is-fixed .header__phone,
.header.is-fixed .btn-txt,
.header.is-fixed .header__soc-link {
  color: #404342;
}

body.page-pool .header.is-fixed .nav__link,
body.page-pool .header.is-fixed .nav__sublink,
body.page-pool .header.is-fixed .header__phone,
body.page-pool .header.is-fixed .btn-txt,
body.page-pool .header.is-fixed .header__soc-link,
body.page-hosting .header.is-fixed .nav__link,
body.page-hosting .header.is-fixed .nav__sublink,
body.page-hosting .header.is-fixed .header__phone,
body.page-hosting .header.is-fixed .btn-txt,
body.page-hosting .header.is-fixed .header__soc-link,
body.page-template-page-pool .header.is-fixed .nav__link,
body.page-template-page-pool .header.is-fixed .nav__sublink,
body.page-template-page-pool .header.is-fixed .header__phone,
body.page-template-page-pool .header.is-fixed .btn-txt,
body.page-template-page-pool .header.is-fixed .header__soc-link,
body.page-template-page-pool-php .header.is-fixed .nav__link,
body.page-template-page-pool-php .header.is-fixed .nav__sublink,
body.page-template-page-pool-php .header.is-fixed .header__phone,
body.page-template-page-pool-php .header.is-fixed .btn-txt,
body.page-template-page-pool-php .header.is-fixed .header__soc-link,
body.page-template-page-hosting .header.is-fixed .nav__link,
body.page-template-page-hosting .header.is-fixed .nav__sublink,
body.page-template-page-hosting .header.is-fixed .header__phone,
body.page-template-page-hosting .header.is-fixed .btn-txt,
body.page-template-page-hosting .header.is-fixed .header__soc-link,
body.page-template-page-hosting-php .header.is-fixed .nav__link,
body.page-template-page-hosting-php .header.is-fixed .nav__sublink,
body.page-template-page-hosting-php .header.is-fixed .header__phone,
body.page-template-page-hosting-php .header.is-fixed .btn-txt,
body.page-template-page-hosting-php .header.is-fixed .header__soc-link {
  color: #404342 !important;
}

.header.is-fixed .monito,
.header.is-fixed .monito use,
.header.is-fixed .header__logo svg,
.header.is-fixed .header__logo use {
  fill: #404342;
  color: #404342;
}

.header.is-fixed .btn,
.header.is-fixed .btn_small {
  color: #404342 !important;
  border-color: #404342 !important;
}

.header.is-fixed .btn svg {
  fill: #404342 !important;
  stroke: #404342 !important;
}

.header.is-fixed .header__soc-link svg,
.header.is-fixed .nav__item-arr,
.header.is-fixed .header__burger span {
  fill: #404342;
  stroke: #404342;
}

/* Keep social icons weight consistent in fixed header */
.header.is-fixed .header__soc-link {
  font-weight: 400;
}

/* Do not add extra stroke to social icons when header is fixed */
.header.is-fixed .header__soc-link svg {
  stroke: none !important;
  stroke-width: 0 !important;
}

.header.is-fixed .header__burger span,
.header.is-fixed .header__burger span::before,
.header.is-fixed .header__burger span::after {
  background-color: #404342 !important;
}

.header.is-fixed .header__burger::before,
.header.is-fixed .header__burger::after {
  background-color: #404342 !important;
}

/* Normalize burger lines thickness (original uses pseudo-elements on button) */
.header__burger span,
.header__burger::before,
.header__burger::after {
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #404342 !important;
  right: 10px;
}

/* Burger only on mobile */
button.header__burger,
.header__burger {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 11px 11px;
}

@media (max-width: 767px) {
  button.header__burger,
  .header__burger {
    display: flex;
    flex-wrap: wrap;
  }
}


body.page-pool .header.is-fixed .header__soc-link svg,
body.page-pool .header.is-fixed .nav__item-arr,
body.page-pool .header.is-fixed .header__burger span,
body.page-pool .header.is-fixed .header__burger span::before,
body.page-pool .header.is-fixed .header__burger span::after,
body.page-hosting .header.is-fixed .header__soc-link svg,
body.page-hosting .header.is-fixed .nav__item-arr,
body.page-hosting .header.is-fixed .header__burger span,
body.page-hosting .header.is-fixed .header__burger span::before,
body.page-hosting .header.is-fixed .header__burger span::after,
body.page-template-page-pool .header.is-fixed .header__soc-link svg,
body.page-template-page-pool .header.is-fixed .nav__item-arr,
body.page-template-page-pool .header.is-fixed .header__burger span,
body.page-template-page-pool .header.is-fixed .header__burger span::before,
body.page-template-page-pool .header.is-fixed .header__burger span::after,
body.page-template-page-pool-php .header.is-fixed .header__soc-link svg,
body.page-template-page-pool-php .header.is-fixed .nav__item-arr,
body.page-template-page-pool-php .header.is-fixed .header__burger span,
body.page-template-page-pool-php .header.is-fixed .header__burger span::before,
body.page-template-page-pool-php .header.is-fixed .header__burger span::after,
body.page-template-page-hosting .header.is-fixed .header__soc-link svg,
body.page-template-page-hosting .header.is-fixed .nav__item-arr,
body.page-template-page-hosting .header.is-fixed .header__burger span,
body.page-template-page-hosting .header.is-fixed .header__burger span::before,
body.page-template-page-hosting .header.is-fixed .header__burger span::after,
body.page-template-page-hosting-php .header.is-fixed .header__soc-link svg,
body.page-template-page-hosting-php .header.is-fixed .nav__item-arr,
body.page-template-page-hosting-php .header.is-fixed .header__burger span,
body.page-template-page-hosting-php .header.is-fixed .header__burger span::before,
body.page-template-page-hosting-php .header.is-fixed .header__burger span::after {
  fill: #404342 !important;
  stroke: #404342 !important;
}

.header + * {
  scroll-margin-top: 80px;
}

.s-products {
  padding-top: 100px;
  padding-bottom: 20px;
}

.footer {
  padding-top: 50px;
  padding-bottom: 100px;
}

.slideup {
  z-index: 2000;
}

.slideup__inner,
.slideup__fade {
  position: relative;
  z-index: 2001;
}

/* Header right buttons/socials layout */
.header__btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.header__btns .header__soc {
  display: none;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .header__btns .header__soc {
    display: flex;
  }

  .header__btns {
    gap: 6px;
  }
}

.content,
.docs {
  padding-top: 80px;
}

@media (min-width: 768px) {
  .content,
  .docs {
    padding-top: 120px;
  }
}

.blog-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px 24px;
  margin-top: 32px;
}

.blog-item__image {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  background: #f3f5f4;
  aspect-ratio: 16 / 9;
}

.blog-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .blog-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .blog-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.raleway_thin_normal_umfsz {
  font-size: 13px;
}

body.blog .blog-item > p:not(.p4) {
  font-size: 13px;
  line-height: 18px;
}

.breadcrumbs {
  margin-bottom: 16px;
  font-size: 14px;
  color: #a1aaa8;
}

.breadcrumbs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  white-space: normal;
}

.breadcrumbs__list > li {
  padding: 0;
}

.breadcrumbs__list > li::before {
  display: none !important;
}

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
}

.breadcrumbs__item::after {
  content: "›";
  margin-left: 6px;
}

.breadcrumbs__item:last-child::after {
  content: "";
}

.breadcrumbs__link {
  text-decoration: none;
  color: inherit;
}

.breadcrumbs__current {
  color: #404342;
}

.docs__desc {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 18px;
  color: #5c6763;
}

.docs-search {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.docs-search__input {
  flex: 1 1 240px;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid #e3e7e5;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #242726;
  background: #ffffff;
}

.docs-search__input::placeholder {
  color: #a1aaa8;
}

.docs-search__button {
  min-height: 44px;
  padding: 0 20px;
  border-radius: 10px;
  border: 0;
  background: #285449;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  cursor: pointer;
}

.docs-search__button:hover {
  opacity: 0.9;
}

.docs-search__results {
  position: relative;
  flex-basis: 100%;
}

.docs-search__results.is-open {
  margin-top: 8px;
}

.docs-search__panel {
  border: 1px solid #e3e7e5;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(36, 39, 38, 0.08);
  padding: 8px 0;
}

.docs-search__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.docs-search__item {
  margin: 0;
}

.docs-search__item::before {
  display: none !important;
}

.docs-search__link {
  display: block;
  padding: 10px 16px;
  text-decoration: none;
  color: #242726;
  font-size: 14px;
  line-height: 20px;
}

.docs-search__link:hover {
  background: #f3f5f4;
}

.docs-search__empty {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 20px;
  color: #5c6763;
}

.docs-sidebar {
  background: #f3f5f4;
  border-radius: 8px;
  padding: 16px 0;
}

.docs__sidebar {
  position: sticky;
  top: 100px;
  align-self: start;
}

.docs-sidebar-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #e3e7e5;
  background: #ffffff;
  color: #242726;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.docs-sidebar-toggle:focus {
  outline: none;
}


.docs-sidebar__list,
.docs-sidebar__sublist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.docs-sidebar__item {
  padding: 0 16px;
}

.docs-sidebar__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 8px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 20px;
  color: #404342;
  text-decoration: none;
  width: 100%;
}

.docs-sidebar__link.m-current,
.docs-sidebar__item.m-active > .docs-sidebar__link {
  background: #e3e7e5;
  color: #242726;
  font-weight: 600;
}

.docs-sidebar__toggle {
  background: none;
  border: none;
  cursor: pointer;
}

.docs-sidebar__toggle:focus {
  outline: none;
}

.docs-sidebar__caret {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  margin-left: 8px;
  transition: transform 0.2s ease;
}

.docs-sidebar__sublist {
  padding-left: 12px;
  margin-bottom: 8px;
}

.docs-sidebar__sublist:not(.m-open) {
  display: none;
}

.docs-sidebar__item.m-active .docs-sidebar__caret {
  transform: rotate(45deg);
}

.docs-toc {
  position: sticky;
  top: 140px;
  align-self: start;
  font-size: 12px;
  color: #5c6763;
  margin-top: 40px;
}

.docs-toc__title {
  font-weight: 600;
  color: #242726;
  margin-bottom: 12px;
}

.docs-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.docs-toc__list > li {
  padding: 0;
}

.docs-toc__list > li::before {
  display: none !important;
}

.docs-sidebar__list > li,
.docs-sidebar__sublist > li {
  padding: 0;
}

.docs-sidebar__list > li::before,
.docs-sidebar__sublist > li::before {
  display: none !important;
}

.docs__item,
.docs-sidebar__item,
.docs-sidebar__subitem {
  margin: 10px 0;
}

.docs-toc__item {
  margin: 0 0 8px;
}

.docs-toc__item--h3 {
  margin-left: 12px;
}

.docs-toc__item--h4 {
  margin-left: 24px;
}

.docs-toc__link {
  text-decoration: none;
  color: inherit;
}

.docs-toc__link,
.docs-sidebar__link {
  word-break: break-word;
  overflow-wrap: anywhere;
}

.docs-toc__link.m-active {
  color: #242726;
  font-weight: 600;
}

.docs-toc.m-empty {
  display: none;
}

/* Docs typography overrides */
.docs__content h1 {
  font-size: 48px;
  line-height: 56px;
}

.docs__content {
  font-size: 16px;
  line-height: 24px;
}

.docs__content,
.docs__content * {
  max-width: 100%;
  box-sizing: border-box;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.form__check-text,
.form__check-text .sb-link {
  display: inline;
}

.form__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.form__check input[type="checkbox"] {
  margin-top: 4px;
  flex: 0 0 auto;
}

.form__check-text {
  display: block;
  line-height: 20px;
}

.docs__content h2 {
  font-size: 32px;
  line-height: 40px;
}

.docs__content h3 {
  font-size: 24px;
  line-height: 32px;
}

/* Keep anchors visible under sticky header. */
.docs__content [id] {
  scroll-margin-top: 110px;
}

@media (max-width: 767px) {
  .docs__content [id] {
    scroll-margin-top: 90px;
  }
}

@media (max-width: 960px) {
  .docs__layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .docs-sidebar-toggle {
    display: inline-flex;
    align-self: flex-start;
  }

  .docs__sidebar {
    display: none;
    position: static;
    top: auto;
  }

  .docs__layout.is-menu-open .docs__sidebar {
    display: block;
  }

  .docs-toc {
    display: block;
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
  }

  .docs-toc__nav,
  .docs-toc__list {
    width: 100%;
    max-width: 100%;
  }

  .docs__content,
  .docs__sidebar,
  .docs-toc {
    min-width: 0;
  }

  .docs-search__input,
  .docs-search__button {
    width: 100%;
  }
}

/* Blog headings: reduce size by 18px */
body.blog .content h1.h1 {
  font-size: 24px;
  line-height: 32px;
}

body.blog .content h2.h2 {
  font-size: 18px;
  line-height: 26px;
}

/* Blog article typography */
body.blog .content h1,
body.single-post .content h1 {
  font-size: 36px;
  line-height: 44px;
}

body.blog .content h2,
body.single-post .content h2 {
  font-size: 30px;
  line-height: 38px;
}

body.blog .content h3,
body.single-post .content h3 {
  font-size: 26px;
  line-height: 34px;
}

/* Ensure native cursor is visible site-wide (override .m-cursor { cursor: none } from style.css). */
html,
body {
  cursor: default !important;
}

body.m-cursor,
body.m-cursor * {
  cursor: default !important;
}

#cursor {
  display: none !important;
}

/* Restore pointer for interactive elements (must override body.m-cursor *). */
body a,
body button,
body [role="button"],
body input[type="button"],
body input[type="submit"],
body input[type="reset"],
body label,
body select,
body summary,
body .nav__link,
body .nav__sublink,
body .header__soc-link,
body .header__burger,
body .btn,
body .btn-txt,
body.m-cursor a,
body.m-cursor button,
body.m-cursor [role="button"],
body.m-cursor .nav__link,
body.m-cursor .nav__sublink,
body.m-cursor .header__soc-link,
body.m-cursor .header__burger,
body.m-cursor .btn,
body.m-cursor .btn-txt {
  cursor: pointer !important;
}
