\nhtml {\n\tscroll-behavior: smooth;\n}\n\n#vps-create {\n\tscroll-margin-top: 120px;\n}\n
/* NoUiSlider */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#vps-create {
  scroll-margin-top: 120px;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/* NoUiSlider */

.marquee-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  gap: 10px;
  padding: 20px 0;
  margin: -20px -16px;
}

.marquee-container {
  overflow: hidden;
  position: relative;
  padding: 20px;
  margin: -20px;

  &:hover {
    /* pointer-events: none; */
    .marquee-inner {
      /* animation-play-state: paused; */
    }
  }
}

.marquee-track {
  display: flex;
  gap: 16px;
}

.marquee-inner {
  display: flex;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-play-state: running;
  will-change: transform;
  gap: 16px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.glass {
  --light-angle: -45deg;
  --light-intensity: 35%;
  --refraction: 80;
  /* фейковый, для справки */
  --depth: 20;
  /* имитация с тенями */
  --dispersion: 20;
  /* имитация градиентом */
  --frost: 4px;

  position: relative;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(var(--frost)) saturate(1.8);
  -webkit-backdrop-filter: blur(var(--frost)) saturate(1.8);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 10px calc(var(--depth) * 1px) rgba(0, 0, 0, 0.15),
    inset 0 0 20px rgba(255, 255, 255, 0.1);

  overflow: hidden;
}

/* Световой градиент */
.glass::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    var(--light-angle),
    rgba(255, 255, 255, 0.25) var(--light-intensity),
    rgba(255, 255, 255, 0) 100%
  );
  mix-blend-mode: overlay;
  pointer-events: none;
}

/* Дисперсия (цветовой край) */
.glass::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #ff8a00, #e52e71);
  mix-blend-mode: color-dodge;
  opacity: calc(var(--dispersion) / 100);
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .marquee-track,
  .marquee-inner {
    gap: 24px;
  }
}

/* About page */
.about-hero__head {
  display: flex;
  padding-top: 96px;
  flex-direction: column;
  text-align: center;
  gap: 16px;
  margin-bottom: 32px;
}

.about-hero-banner {
  padding: 24px;
  background: linear-gradient(180deg, #353535 0%, #1e1e1e 100%);
  box-shadow: -5px 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  position: relative;
  z-index: 1;

  &::before {
    background: linear-gradient(
      76deg,
      rgba(255, 255, 255, 0.13),
      rgba(255, 255, 255, 0)
    );

    position: absolute;
    inset: 0;
    content: "";
    z-index: -1;

    border-radius: inherit;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    padding: 3px;
  }
}

.about-hero-banner__icon {
  margin-bottom: 16px;
  aspect-ratio: 1;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background: rgba(0, 0, 0, 0.001);
  box-shadow: 0px 4px 14.3px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  position: relative;

  &::before {
    position: absolute;
    border-radius: inherit;
    z-index: -1;
    inset: 0;
    content: "";
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background-image: linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.15) 0%,
      transparent 100%
    );
  }

  &::after {
    position: absolute;
    inset: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(
      45deg,
      #fff 0%,
      transparent 50%,
      #fff 75%,
      transparent 100%
    );
    border-radius: inherit;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    padding: 1px;
  }
}

.about-hero-banner__title {
  display: inline-block;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #d7d7d7 116.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.about-hero-banner__text {
  font-size: 18px;
  color: #fff;

  p {
    color: inherit;
    font: inherit;
    margin: 0;
    line-height: 1.22;
  }
}

.about-tech {
  margin: 88px 0;
}

.about-tech__inner {
  display: flex;
  gap: 24px;
  /* align-items: center; */
}

.about-tech__img {
  aspect-ratio: 546/471;
  /* min-height: 100%; */
  width: 100%;
  flex: 1;

  img {
    border-radius: 25px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.about-tech__block {
  margin: 24px 0 48px;
}

.about-tech__block-title {
  font-weight: 500;
  font-size: 20px;

  color: #353535;
}

.text-line {
  display: flex;
  align-items: center;
  gap: 10px;

  color: var(--color-neutral-black);

  .description {
    max-width: 505px;
  }

  &::before {
    flex: 0 0 auto;
    width: 30px;
    height: 1px;
    background: var(--color-neutral-black);
    content: "";
  }
}

.about-tech__block-text {
  display: flex;
  align-items: center;
  gap: 10px;

  color: var(--color-neutral-black);

  p {
    color: inherit;
    font: inherit;
  }

  b {
    color: var(--color-primary-blue);
  }

  &::before {
    flex: 0 0 auto;
    width: 30px;
    height: 1px;
    background: var(--color-neutral-black);
    content: "";
  }
}

.about-tech__content {
  padding: 16px 0;
  flex: 1;
}

.about-tech__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 35px;
}

.about-tech-item {
  display: flex;
  align-items: center;
  gap: 16px;
  align-items: center;
  grid-template-rows: auto auto;
}

.about-tech-item__icon {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  flex: 0 0 auto;
  background: #353535;
  border-radius: 50%;
  height: 40px;
}

.about-tech-item__title {
  font-weight: 500;
  font-size: 18px;
  color: var(--color-neutral-black);
  margin-bottom: 8px;
}

.about-tech-item__text {
  font-size: 15px;
  color: var(--color-neutral-black);

  p {
    color: inherit;
    font: inherit;
  }
}

.about-centers {
  margin: 146px 0 88px;
}

.about-center__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.about-center__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 48px;
  aspect-ratio: 1;
  background: rgba(0, 0, 0, 0.001);
  box-shadow: 0px 4px 14.3px rgba(0, 0, 0, 0.15);
  border-radius: 13px;

  img {
    height: 21px;
    border-radius: 4px;
    aspect-ratio: 32/21;
  }
}

.about-centers__title {
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
}

.about-center__title {
  font-weight: 500;
  font-size: 32px;
  color: var(--color-neutral-black);
  margin-bottom: 2px;
  line-height: 1;
}

.about-center__text {
  line-height: 1;
  font-size: 15px;
  color: var(--color-primary-blue);
}

.about-centers__head {
  margin-bottom: 40px;
}

.about-centers__text {
  font-size: 24px;
  text-align: center;

  p {
    color: inherit;
    font: inherit;
  }
}

.about-center__body {
  position: relative;
  margin-top: auto;
}

.about-center__slide {
  aspect-ratio: 498/257;

  img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.about-center__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  left: 50%;
  bottom: 16px;
  translate: -50% 0;

  .slick-arrow {
    outline: none;
    border: none;
    width: 24px;
    aspect-ratio: 1;
    flex: 0 0 auto;
    background: #ffffff;
    border-radius: 50%;
    padding: 0;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    position: relative;

    &::after {
      content: "";
      position: absolute;
      inset: 0;
      mask: url(../img/icons/arrow.svg) center / 16px no-repeat;
      -webkit-mask: url(../img/icons/arrow.svg) center / 16px no-repeat;
      background-color: var(--color-neutral-black);
    }
  }

  .slick-prev {
    scale: -1 1;
  }

  .slick-next {
    order: 1;
  }

  .slick-dots {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    gap: 8px;
    background: #ffffff;
    border-radius: 36px;

    li {
      width: 8px;
      height: 8px;
      flex: 0 0 auto;
      position: relative;

      &:hover,
      &.slick-active {
        button {
          opacity: 1;
        }
      }
    }

    button {
      position: absolute;
      inset: 0;
      padding: 0;
      border: none;
      outline: none;
      border-radius: 50%;
      background: #353535;
      opacity: 0.3;
      transition: 0.2s ease-in-out;
      font-size: 0;
    }
  }
}

.about-center__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 0;
  margin-bottom: 25px;

  li {
    position: relative;
    padding-left: 24px;
    font-weight: 500;
    font-size: 14px;
    color: var(--color-neutral-black);
    list-style: none;

    &::before {
      content: "";
      width: 16px;
      height: 16px;
      position: absolute;
      left: 0;
      top: 50%;
      translate: 0 -50%;
      mask: url("../img/icons/check.svg") center/12px no-repeat;
      background: #66b92e;
    }
  }
}

.about-centers__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.about-center {
  min-width: 0;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(0, 51, 153, 0.04),
    0px 4px 10px rgba(15, 15, 15, 0.06);
  border-radius: 21px;
  display: flex;
  flex-direction: column;
}

.about-team__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;

  .title-md {
    margin-bottom: 16px;
  }
}

.about-team__text {
  font-size: 16px;
  color: var(--color-neutral-black);

  p {
    color: inherit;
    font: inherit;
  }
}

.about-team__items {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 35px;
}

.about-team__decor {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 8px 0;
}

.about-team__decor-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  aspect-ratio: 1;
  flex: 0 0 auto;
  padding: 12px;
  background: rgba(0, 0, 0, 0.001);
  box-shadow: 0px 4px 14.3px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  z-index: 1;
  transition: transform 0.3s ease;
  background: rgba(0, 0, 0, 0.001);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 24px;
  top: 24px;

  &::before {
    position: absolute;
    border-radius: inherit;
    z-index: -1;
    inset: 0;
    content: "";
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background-image: linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.15) 0%,
      transparent 100%
    );
  }

  &::after {
    position: absolute;
    inset: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(
      45deg,
      #fff 0%,
      transparent 50%,
      #fff 75%,
      transparent 100%
    );
    border-radius: inherit;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    padding: 1px;
  }
}

.about-team__decor-top {
  width: 100%;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  aspect-ratio: 546/252;

  & > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.about-team-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.about-team-item__icon {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  flex: 0 0 auto;
  background: #353535;
  border-radius: 50%;
  height: 40px;
}

.about-team-item__title {
  font-weight: 500;
  font-size: 18px;
  color: var(--color-neutral-black);
  margin-bottom: 8px;
  line-height: 1.33;
}

.about-team-item__text {
  font-size: 15px;
  color: var(--color-neutral-black);
}

.about-team__block {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 4px 14.3px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  width: 240px;
  padding: 16px;
  display: flex;
  flex-direction: column;

  .button {
    padding-inline: 8px;
    margin-top: auto;

    &::after {
      display: inline-block;
      width: 32px;
      aspect-ratio: 1;
      flex: 0 0 auto;
      content: "";
      border-radius: 50%;
      background: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5.83331 14.1667L14.1666 5.83337' stroke='%230066F7' stroke-width='2.08' stroke-linecap='round' stroke-linejoin='round'/><path d='M5.83331 5.83337H14.1666V14.1667' stroke='%230066F7' stroke-width='2.08' stroke-linecap='round' stroke-linejoin='round'/></svg>")
          center / 20px no-repeat,
        var(--color-neutral-white);
    }
  }
}

.about-team__decor-end {
  flex: 1;
  border-radius: 25px;
  overflow: hidden;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.about-team__block-title {
  font-weight: 500;
  font-size: 20px;

  background: linear-gradient(180deg, #898989 0%, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 8px;
}

.about-team__block-text {
  font-size: 15px;
  line-height: 18px;
  color: var(--color-neutral-grey);
  margin-bottom: 20px;
}

.about-offer {
  margin: 136px 0 155px;
}

.about-offer__head {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 8px;
  margin-bottom: 48px;
}

.about-offer__center {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;

  .case-card {
    flex: 1;
    height: 261px;
  }
}

.about-offer__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.case-card__icon {
  z-index: 1;
}

.about-offer-card {
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(0, 51, 153, 0.04),
    0px 4px 10px rgba(15, 15, 15, 0.06);
  border-radius: 21px;
  min-height: 238px;
  padding: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;

  .button {
    margin-top: auto;
    max-width: 257px;
    width: 100%;
  }

  &:hover {
    scale: 1.05;
  }
}

.about-offer-card__icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  margin-bottom: 12px;
  height: 48px;
  background: var(--color-neutral-black);
  border-radius: 50%;
}

.about-offer-card__title {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: var(--color-neutral-black);
}

.about-offer-card__text {
  font-size: 15px;
  line-height: 1.2;
  color: var(--color-neutral-black);

  p {
    color: inherit;
    font: inherit;
    margin: 0;
  }
}

.about-banner {
  padding: 96px 0;
}

.about-banner__inner {
  min-height: 250px;
  padding: 40px 16px;
  background: linear-gradient(0deg, #5446ef 0%, #302889 100%);
  box-shadow: -5px 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;

  &::before {
    background: linear-gradient(
      76deg,
      rgba(255, 255, 255, 0.13),
      rgba(255, 255, 255, 0)
    );

    position: absolute;
    inset: 0;
    content: "";
    z-index: -1;

    border-radius: inherit;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    padding: 3px;
  }

  &:hover {
    .about-banner__lamp,
    .about-banner__disk {
      scale: 1.1;
    }

    .about-banner__decors {
      &::before,
      &::after {
        scale: 1.1;
        rotate: 0deg;
      }
    }
  }
}

.about-banner__content {
  max-width: 650px;
  margin-inline: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.about-banner__decors {
  position: absolute;
  inset: 0;

  &::before,
  &::after {
    position: absolute;
    content: "";
    transition: 0.5s ease;
    aspect-ratio: 1;
    transition-delay: 0.1s;
    background: center / contain no-repeat
      image-set(
        url("../img/setting-wheel.webp") 1x,
        url("../img/setting-wheel@2x.webp") 2x
      );
  }

  &::before {
    transition-delay: 0.08s;
    width: 69px;
    top: 0;
    left: 18px;
    rotate: 62.92deg;
  }

  &::after {
    rotate: 15deg;
    top: 32px;
    left: 90px;
    width: 36px;
  }
}

.about-banner__lamp {
  position: absolute;
  aspect-ratio: 1;
  max-width: 208px;
  width: 100%;
  rotate: -7.91deg;
  right: 50%;
  bottom: 0;
  translate: -24% 35%;
  transition: 0.3s ease;
  transition-delay: 0.01s;

  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.about-banner__disk {
  position: absolute;
  aspect-ratio: 1;
  max-width: 226px;
  width: 100%;
  bottom: 0;
  right: 0;
  translate: 40px 40px;
  transition: 0.3s ease;

  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.about-banner__title {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 8px;

  background: linear-gradient(180deg, #ffffff 0%, #d7d7d7 116.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.about-banner__text {
  color: var(--color-neutral-white);
  margin-bottom: 32px;

  p {
    color: inherit;
    font: inherit;
  }
}

#dedicated-servers-body {
  background-color: #fff;

  .servers-for__cards {
    &::after {
      display: none;
    }
  }
}

.main-hero {
  padding-top: 96px;
  margin-bottom: 96px;
}

.main-hero__inner {
  max-width: 650px;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  text-align: center;

  .title-lg {
    margin-bottom: 16px;
  }
}

.main-hero__actions {
  display: flex;
  width: 100%;
  margin-top: 24px;
  align-items: center;
  gap: 24px;

  .button {
    flex: 1;
  }
}

.main-hero__items {
  margin-top: 24px;
  display: flex;
  max-width: 444px;
  justify-content: space-between;
  gap: 16px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  background: #ffffff;
  box-shadow: -5px 10px 73.9px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding: 24px 30px;
  width: 100%;
  overflow: hidden;
}

.main-hero__items-decor {
  position: absolute;
  bottom: -3px;
  left: 0;
  aspect-ratio: 731/131;
  height: calc(100% + 31px);
  opacity: 0.15;
  filter: blur(50.95px);

  &::before,
  &::after {
    content: "";
  }

  &::before,
  &::after,
  span {
    aspect-ratio: 322/67;
    position: absolute;
    height: 50%;
  }

  span {
    background: #fce803;
    opacity: 0.5;
    top: 0;
    right: 0;
  }

  &::before {
    left: 0;
    top: 0;
    background: #5fa1ff;
  }

  &::after {
    background: #ba9df0;
    bottom: 0;
    left: 43px;
  }
}

.main-hero__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: var(--color-neutral-grey);

  span {
    font-size: 20px;
    color: var(--color-primary-blue);
  }
}

/* Servers */

.servers-for__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.servers-for__text {
  display: flex;
  align-items: center;
  gap: 10px;

  &::before {
    content: "";
    flex: 0 0 auto;
    width: 30px;
    height: 1px;
    display: block;
    background: var(--color-neutral-black);
  }

  .description {
    max-width: 620px;
  }
}

.servers-for {
  margin: 186px 0;
  position: relative;
  z-index: 2;
}

.servers-for--decor {
  position: relative;
  z-index: 1;

  .servers-for__inner {
    position: relative;

    &::after {
      position: absolute;
      top: 0;
      right: 0;
      translate: 50% -57%;
      content: "";
      z-index: -1;
      aspect-ratio: 1;
      rotate: 48.97deg;
      width: 652px;
      background: image-set(url(../img/faq.webp) 1x, url(../img/faq@2x.webp) 2x)
        center / contain no-repeat;
    }
  }
}

#vps-body,
#about-body,
#server-body {
  background-color: #fff;
}

#vps-body {
  .servers-for {
    margin: 162px 0 148px;
  }
}

.servers-for__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;

  &::after {
    position: absolute;
    right: 0;
    top: 0;
    aspect-ratio: 1;
    z-index: -1;
    content: "";
    translate: 20% -64%;
    width: 216px;
    background: image-set(
        url(../img/balls.webp) 1x,
        url(../img/balls@2x.webp) 2x
      )
      center / contain no-repeat;
  }
}

.server-card {
  background: linear-gradient(180deg, #ffffff 0%, #bebebe 116.3%);
  border-radius: 32px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  &:hover {
    transform: scale(1.05);
    box-shadow: -5px 15px 25px rgba(0, 0, 0, 0.2);

    .server-card__icon {
      transform: scale(1.1);
    }

    .server-card__decor {
      transform: scale(1.1);
    }
  }
}

.server-card__decor {
  position: absolute;
  aspect-ratio: 1;
  transition: transform 0.3s ease;
}

.server-card__label {
  margin: -9px -24px 20px 0;
  display: flex;
  align-items: center;
  padding: 8px 12px 8px 34px;
  min-height: 76px;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 4px 14.3px rgba(0, 0, 0, 0.15);
  border-radius: 66px 0 0 66px;
  max-width: 252px;
  justify-content: space-between;
  gap: 16px;
  margin-left: auto;
}

.ssd-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
  background: linear-gradient(180deg, #ffffff 0%, #bebebe 116.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.ssd-text__top {
  font-size: 15px;
  opacity: 0.5;
  background: linear-gradient(180deg, #ffffff 0%, #bebebe 116.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.ssd-text__bottom {
  font-weight: 500;
  font-size: 20px;
}

.speed-text {
  display: flex;
  align-items: center;
  gap: 6px;

  background: linear-gradient(180deg, #e52f2f 0%, #7f1a1a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1;
}

.speed-text__text {
  font-size: 15px;
  background: linear-gradient(180deg, #e52f2f 0%, #7f1a1a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  translate: 0 3px;
}

.speed-text__x {
  font-size: 48px;
}

.server-card__icon {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  aspect-ratio: 1;
  flex: 0 0 auto;
  padding: 12px;
  background: rgba(0, 0, 0, 0.001);
  box-shadow: 0px 4px 14.3px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  transition: transform 0.3s ease;
  position: relative;
  background: rgba(0, 0, 0, 0.001);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  z-index: 1;
  transition: transform 0.3s ease;

  &::before {
    position: absolute;
    border-radius: inherit;
    z-index: -1;
    inset: 0;
    content: "";
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background-image: linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.15) 0%,
      transparent 100%
    );
  }

  &::after {
    position: absolute;
    inset: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(
      45deg,
      #fff 0%,
      transparent 50%,
      #fff 75%,
      transparent 100%
    );
    border-radius: inherit;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    padding: 1px;
  }
}

.server-card__title {
  display: inline-block;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 32px;
  line-height: 105%;
  letter-spacing: 0.56px;
  background: linear-gradient(180deg, #5b5b5b 0%, #070707 116.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  z-index: 1;
}

.server-card__text {
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-neutral-black);
  position: relative;
  z-index: 1;

  p {
    color: inherit;
    font: inherit;
  }
}

.server-card--accent {
  background: linear-gradient(180deg, #353535 0%, #1e1e1e 100%);

  .server-card__title {
    background: linear-gradient(180deg, #ffffff 0%, #bebebe 116.3%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .server-card__text {
    color: var(--color-neutral-white);
  }

  .server-card__icon {
  }
}

.server-card--secondary {
  background: linear-gradient(0deg, #5446ef 0%, #302889 100%);

  .server-card__title {
    background: linear-gradient(180deg, #ffffff 0%, #bebebe 116.3%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .server-card__text {
    color: var(--color-neutral-white);
  }
}

/* Servers */

/* Create */

.vps-create-total {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 16px rgba(0, 51, 153, 0.04),
    0px 4px 10px rgba(15, 15, 15, 0.06);
  border-radius: 30px;
  padding: 24px;
  width: 356px;
  display: flex;
  flex-direction: column;
  gap: 16px;

  .divider {
    width: 100%;
    height: 1px;
    opacity: 0.3;
    border-bottom: 1px solid #808080;
  }

  .button {
    width: 100%;
  }
}

.vps-create-total__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 121%;
  display: flex;
  align-items: center;
  color: #142149;
}

.vps-create-total__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 0;
  margin: 0;

  li {
    justify-content: space-between;
    gap: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 119%;
    display: flex;
    align-items: center;
    color: var(--color-neutral-grey);
    list-style: none;

    span {
      color: var(--color-neutral-black);
    }
  }
}

.vps-create__body {
  display: flex;
  gap: 24px;
}

.vps-create__form {
  display: flex;
  gap: 24px;
  width: 100%;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.vps-create-total__bottom {
  margin-top: auto;
}

.vps-create-calculator {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px 21px;
  gap: 24px;

  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 16px rgba(0, 51, 153, 0.04),
    0px 4px 10px rgba(15, 15, 15, 0.06);
  border-radius: 30px;
}

.vps-create-calculator__item {
  display: grid;
  align-items: center;
  grid-template-columns: 90px minmax(0, 1fr) 142px;
  gap: 8px 16px;

  .vps-filter__radio-btns {
    width: fit-content;
  }

  .nice-select {
    height: 36px;
    line-height: 36;
    padding-inline: 16px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 16px rgba(0, 51, 153, 0.04),
      0px 4px 10px rgba(15, 15, 15, 0.06);
    border-radius: 29px;
    border: none;
    padding-right: 32px;
    min-width: 86px;

    &::after {
      transform: none;
      translate: 0 -50%;
      margin-top: 0;
      right: 8px;
      border: none;
      width: 24px;
      flex: 0 0 auto;
      height: 24px;
      mask: url("../img/select-chevron.svg") center/10px no-repeat;
      background: var(--color-neutral-black);
    }

    .current {
      font-weight: 500;
      font-size: 16px;
      line-height: 119%;
      color: var(--color-neutral-black);
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      display: block;
    }

    .list {
      background: #fff;
      box-shadow: 0px 4px 16px rgba(0, 51, 153, 0.04),
        0px 4px 10px rgba(15, 15, 15, 0.06);
      border-radius: 12px;
    }
  }
}

.vps-create-calculator__select {
  min-width: 0;
  
  .nice-select {
    width: 100%;
    max-width: 100%;
    
    .current {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    
    .list {
      width: max-content;
      min-width: 100%;
      max-width: 500px;
    }
  }
}

.vps-create-calculator__item--col {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.vps-create-calculator__item-badge,
.vps-create-calculator__item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 119%;
}

.vps-create-calculator__item-title {
  color: var(--color-neutral-black);
}

.vps-create-calculator__item-badge {
  color: rgba(53, 53, 53, 0.5);
}

.vps-create-calculator__item-subtitle {
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  line-height: 119%;
  color: var(--color-neutral-black);
  flex: 0 0 70px;
  width: 70px;
}

.vps-create-calculator__item-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 24px;

  .vps-create-calculator__item-line {
    width: 100%;
    max-width: 100%;

    &:nth-child(even) {
      margin-left: auto;
    }
  }

  .vps-create-calculator__item-subtitle {
    &:nth-child(even) {
      text-align: right;
    }
  }
}

.vps-create-calculator__item-line {
  display: flex;
  align-items: center;
  gap: 8px;
}

.vps-create-calculator__item-block {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;

  .nice-select {
    flex: 1;
    min-width: 0;
    max-width: 140px;
  }

  .create-field--counter-small {
    flex: 0 0 auto;
    width: 100px;
  }
}

.switcher {
  display: flex;
  align-items: center;
  gap: 8px;

  &:has(input:checked) {
    .switcher__range {
      background: #30d158;

      &::before {
        translate: 21px 0;
      }
    }
  }
}

.switcher__wrapper {
  position: relative;
  flex: 0 0 auto;
  margin-bottom: 0;
}

.switcher__range {
  width: 64px;
  height: 28px;
  background: var(--color-primary-blue);
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  display: block;

  &::before {
    position: absolute;
    content: "";
    left: 2px;
    top: 2px;
    bottom: 2px;
    width: 39px;
    transition: 0.3s ease;
    background-color: #fff;
    border-radius: 100px;
  }
}

.switcher__label {
  font-weight: 500;
  font-size: 13px;
  display: flex;
  align-items: center;
  color: var(--color-neutral-grey);
  margin: 0;

  p {
    font: inherit;
    margin: 0;
    color: inherit;
  }
}

.vps-create-calculator__text {
  font-size: 13px;
  color: var(--color-neutral-grey);
  padding: 10px 0;

  p {
    font: inherit;
    color: inherit;
    margin: 0;
  }
}

.create-field {
  height: 36px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.5);
  /* block */
  box-shadow: 0px 4px 16px rgba(0, 51, 153, 0.04),
    0px 4px 10px rgba(15, 15, 15, 0.06);
  border-radius: 29px;
  padding: 8px 16px;

  input {
    width: 100%;
    outline: none;
    border: none;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    color: var(--color-neutral-black);
  }
}

.vps-create-calculator__block,
.vps-create-calculator__switch {
  display: flex;
  align-items: center;
  gap: 24px;
}

.create-field__label {
  white-space: nowrap;
  font-size: 14px;
  color: var(--color-neutral-grey);
}

.create-field__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  outline: none;
  border: none;
  background-color: #fff;
  flex: 0 0 auto;
  padding: 0;
  height: 24px;

  .create-field__btn--minus {
  }
}

.create-field--counter {
  padding-inline: 8px;

  input {
    text-align: center;
  }
}

.vps-create {
  margin: 162px 0;
}

.vps-create-calculator__range {
  flex: 1;
}

.vps-create-calculator__scale {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}

.create-field {
  display: flex;
  align-items: center;
  gap: 4px;
}

.servers-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  position: relative;
}

.price-item--highlighted {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr) minmax(170px, max-content) minmax(110px, max-content) auto;
  gap: 12px;
  align-items: center;
  position: relative;
}

.price-item--highlighted .price-item__sum {
  justify-self: center;
  margin-inline: 0;
  padding-inline: 4px;
  min-width: 0;
}

.price-item-wrapper {
  position: relative; /* anchor tooltip */
}

.vps-plans {
  margin: 60px 0 152px;

  .nav-tabs {
    width: fit-content;
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: center;
    padding: 8px;
    margin-inline: auto;
    gap: 16px;
    background: var(--color-neutral-white);
    box-shadow: 0px 4px 17.6px rgba(0, 0, 0, 0.1);
    border-radius: 42px;
    border-bottom: none;
    margin-bottom: 16px;

    .nav-link {
      text-align: left;
    }

    .nav-item {
      margin-bottom: 0;
      padding: 10px;
      margin: -10px;
      overflow: hidden;

      &:last-child {
        .nav-link {
          &:hover,
          &:active {
            svg {
              color: var(--color-second-pink);
            }
          }
        }
      }
    }

    .nav-link {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      padding: 12px 16px;
      gap: 8px;
      height: 40px;
      border-radius: 30px;
      border: none;
      background: transparent;
      font-weight: 500;
      font-size: 14px;
      color: var(--color-neutral-grey);
      position: relative;
      z-index: 1;
      transition: 0.2s ease-in-out;

      &::after {
        position: absolute;
        inset: 0;
        content: "";
        opacity: 0;
        background: rgba(0, 0, 0, 0.001);
        box-shadow: 0px 4px 14.3px rgba(0, 0, 0, 0.15);
        border-radius: 30px;
        transition: 0.2s ease-in-out;
        pointer-events: none;
      }

      &:hover,
      &.active {
        color: var(--color-neutral-black);

        svg {
          color: var(--color-status-green);
        }

        &::after {
          opacity: 1;
          scale: 1;
        }
      }
    }
  }
}

.vps-plans__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  max-width: 500px;
  margin: 40px auto;

  .button {
    min-width: 260px;
    gap: 4px;
    justify-content: flex-start;

    padding-inline: 42px;

    &::after {
      position: absolute;
      right: 8px;
      top: 50%;
      translate: 0 -50%;
    }
  }
}

.vps-plans__block-title {
  font-weight: 500;
  font-size: 24px;

  color: #353535;
}

.vps-plans__block-text {
  font-size: 14px;
  color: var(--color-neutral-black);

  p {
    color: inherit;
    font: inherit;
  }
}

/* Create */
/* Кастомизация NoUiSlider */

.noUi-marker {
  display: none;
}

.noUi-value {
  font-weight: 500;
  font-size: 13px;
  color: var(--color-neutral-grey);
}

.noUi-target {
  /* background: var(--color-neutral-grey) !important; */
  background: rgba(128, 128, 128, 0.5) !important;
  box-shadow: none !important;
  /* opacity: 0.5 !important; */
  border-radius: 23px !important;
  border: none !important;
}

.noUi-horizontal {
  height: 2px !important;
}

.noUi-handle {
  width: 20px !important;
  height: 20px !important;
  background: rgba(0, 0, 0, 0.001) !important;
  box-shadow: 0px 4px 14.3px rgba(0, 0, 0, 0.15) !important;
  border-radius: 32px !important;

  &::before {
    position: absolute;
    border-radius: inherit;
    z-index: -1;
    inset: 0 !important;
    content: "";
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background-image: linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.15) 0%,
      transparent 100%
    );
    width: 100% !important;
    height: 100% !important;
    background-color: transparent !important;
  }

  &::after {
    width: 100% !important;
    height: 100% !important;
    background-color: transparent !important;
    position: absolute;
    inset: 0 !important;
    content: "";
    z-index: -1;
    background: linear-gradient(
      45deg,
      #fff 0%,
      transparent 50%,
      #fff 75%,
      transparent 100%
    );
    border-radius: inherit;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    padding: 1px;
  }
}

.noUi-horizontal .noUi-origin {
}

.noUi-connect {
  background: var(--color-primary-blue) !important;
  top: calc(50% - 3px) !important;
  height: 6px !important;
  border-radius: 24px !important;
}

.noUi-horizontal .noUi-handle {
  right: -10px;
  top: -9px;
}

/* Кастомизация NoUiSlider */

/* VPS Tabs */

.vps-tab-content {
  margin-top: 45px;
}

.vps-tab-content__title {
  font-weight: 500;
  font-size: 32px;
  color: var(--color-neutral-black);
  margin-bottom: 16px;
}

.vps-tab-content__body {
  display: flex;
  gap: 24px;
}

.vps-filter {
  flex: 0 0 auto;
  width: 324px;

  padding: 16px;
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(0, 51, 153, 0.04),
    0px 4px 10px rgba(15, 15, 15, 0.06);
  border-radius: 32px;
}

.vps-filter__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vps-filter__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vps-filter__radio-btns {
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(0, 51, 153, 0.04),
    0px 4px 10px rgba(15, 15, 15, 0.06);
  border-radius: 54px;
  display: flex;
  align-items: center;
  padding: 14px 20px;
  gap: 14px;
  flex-wrap: wrap;
}

.radio-btn {
  border-radius: 29px;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.32px;
  color: #78819d;
  display: inline-flex;
  align-items: center;
  padding-inline: 8px;
  transition: 0.2s ease;
  cursor: pointer;
  margin: 0;

  &:hover,
  &:has(input:checked) {
    background: var(--color-primary-blue);
    color: #fff;
  }
}

/* Fallback for browsers without :has() support */
.radio-btn.is-checked {
  background: var(--color-primary-blue);
  color: #fff;
}

.vps-filter__slider {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 8px;

  .noUi-pips {
    display: none !important;
  }
}

.vps-filter__title {
  font-size: 14px;
  line-height: 171%;
  letter-spacing: 0.32px;
  color: var(--color-neutral-grey);
}

.vps-filter__radios {
  display: grid;
  gap: 12px;
}

.radio-input {
  display: block;
  position: relative;
  padding-left: 36px;
  cursor: pointer;

  &::before,
  &::after {
    position: absolute;
    aspect-ratio: 1;
    content: "";
    border-radius: 50%;
    top: 50%;
    translate: 0 -50%;
    transition: 0.2s ease;
  }

  &::before {
    width: 24px;
    border: 2px solid var(--color-neutral-grey);
    background: #ffffff;
    left: 0;
  }

  &::after {
    width: 12px;
    background: var(--color-status-green);
    left: 6px;
    opacity: 0;
    scale: 0.8;
  }

  &:has(input:checked) {
    &::before {
      border-color: var(--color-status-green);
    }

    &::after {
      scale: 1;
      opacity: 1;
    }
  }
}

/* Fallback for browsers without :has() support */
.radio-input.is-checked::before {
  border-color: var(--color-status-green);
}

/* Fallback for browsers without :has() support */
.radio-input.is-checked::after {
  scale: 1;
  opacity: 1;
}

.radio-input--secondary {
  .radio-input__label {
    color: var(--color-neutral-grey);
  }
}

.radio-input__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 171%;
  letter-spacing: 0.32px;
  color: var(--color-neutral-black);

  img {
    width: 20px;
    height: 15px;
  }

  span {
    font-weight: 500;
    color: var(--color-primary-blue);
  }
}

.vps-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: min-content;
  gap: 24px;
  flex: 1;
  position: relative;

  &::after {
    width: 197px;
    top: 200px;
    content: "";
    position: absolute;
    aspect-ratio: 1;
    pointer-events: none;
    right: 0;

    background: image-set(
        url(../img/price-decor.webp) 1x,
        url(../img/price-decor@2x.webp) 2x
      )
      center / contain no-repeat;
    transition: inherit;
    translate: 70% 0;
  }
}

.vps-create__head {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vps-card {
  position: relative;
}

.vps-card--hidden {
  display: none !important;
}

.price-item.vps-card--hidden {
  display: none !important;
}


.vps-card__inner {
  display: flex;
  flex-direction: column;
  overflow: visible; /* allow tooltip to overflow card */
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 22.9px rgba(0, 0, 0, 0.15);
  border-radius: 20px;

  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);

  &::after {
    content: "";
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: 0;
    translate: 11px -59px;
    width: 78px;
    height: 78px;

    background: #5fa1ff;
    filter: blur(75.75px);
  }
}

.vps-card__head {
  padding: 16px;
  background: linear-gradient(180deg, #0066f7 0%, #003c91 100%);
  display: flex;
  align-items: center;
  border-radius: 20px 20px 0 0;
  justify-content: space-between;
  gap: 16px;
}

.vps-card__head-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 6px;
}

.vps-card__head-left {
}

.vps-card__line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;

  .vps-card__more {
    margin: 0;
  }
}

.vps-card__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(18, 179, 0, 0.2);
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  color: var(--color-status-green);
  padding: 10px 28px;

  img {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
  }
}

.vps-card__title {
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 1px;
  line-height: 1.2;
}

.vps-card__text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
}

.price-item__sum {
  white-space: nowrap;
  
  span {
    display: inline !important;
  }
}

.vps-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
}

.vps-card__price {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  white-space: nowrap;

  span {
    font-size: 15px;
  }
}

.vps-card__price-note {
  font-size: 12px;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, 0.7);
}

.vps-card__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.vps-card__description {
  font-size: 14px;
  color: var(--color-neutral-black);
  margin-bottom: 16px;

  p {
    margin-bottom: 8px;
  }

  ul {
    margin: 8px 0 0;
    padding-left: 18px;
  }
}

.vps-card__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin: 0 0 22px;
}

.vps-card__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-weight: 500;
  font-size: 14px;
  color: var(--color-neutral-grey);

  span {
    color: var(--color-neutral-black);
  }
}

.vps-card__info {
  padding: 0;
  margin: 0 auto 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 300px;
  list-style: none;
  gap: 16px 8px;

  li {
    position: relative;
    padding-left: 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: var(--color-neutral-black);

    &::before {
      width: 16px;
      height: 16px;
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      translate: 0 -50%;
      mask: url("../img/icons/check.svg") center/contain no-repeat;
      background: var(--color-status-green);
    }
  }
}

.vps-card__more {
  background: rgba(128, 128, 128, 0.1);
  border-radius: 24px;
  padding: 6px 8px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  line-height: 1.2;
  font-size: 13px;
  white-space: nowrap;
  color: var(--color-neutral-black);
  cursor: pointer;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}

.vps-card__bottom {
  padding: 0 24px 16px;
  margin-top: auto;

  .button {
    border: 1px solid var(--color-status-green);
    width: 100%;
  }
}

.vps-card__location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 10px 0 8px;
  font-size: 13px;
  line-height: 1.2;
  color: var(--color-neutral-black);
}

.vps-card__location img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex: 0 0 18px;
}

.vps-card__setup {
  margin-top: 8px;
  font-size: 12px;
  text-align: center;
  color: var(--color-neutral-grey);
}

.button {
}

.button--grey {
}

.price-card,
.price-item {
  position: relative;
}

.price-card {
  position: relative;
  z-index: 50 !important; /* lift card/tooltip above tabs */
}

.price-card__inner {
  position: relative;
  z-index: 50 !important;
  overflow: visible !important; /* allow tooltip to overflow card */
  padding-top: 38px;
}

.vps-card-tooltip {
  position: absolute;
  top: 50%;
  z-index: 9999; /* keep above tabs and neighbour cards */
  left: 50%;
  translate: -50% -50%;
  display: none;
  flex-direction: column;
  padding: 14px 10px 10px;
  gap: 8px;
  max-width: 520px;
  width: 100%;
  background: #ffffff;
  box-shadow: -5px 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}

.vps-card-tooltip.active {
  display: flex;
  pointer-events: all;
}

.vps-card-tooltip__title {
  font-weight: 500;
  font-size: 13px;
  color: var(--color-neutral-black);
}

.vps-card-tooltip__table {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, #fafbff 0%, #ffffff 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.thead {
  padding: 8px 12px;
  background: linear-gradient(90deg, #eef2ff 0%, #f4f6fb 100%);
}

.tr {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 0.7fr;
  align-items: center;
}

.th {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(53, 53, 53, 0.65);
}

.tbody {
  display: flex;
  flex-direction: column;
}

.td {
  font-weight: 600;
  font-size: 13px;
  color: var(--color-neutral-black);
}

.tbody .tr {
  padding: 8px 12px;
  background: #ffffff;
  border-top: 1px solid #eef0f3;
}

.tbody .tr:first-child {
  border-top: none;
}

.tbody .tr:nth-child(odd) {
  background: #f8fafc;
}

.tbody .tr:hover {
  background: #eef6ff;
}

.td:first-child,
.th:first-child {
  text-align: left;
}

.td:nth-child(2),
.th:nth-child(2),
.td:nth-child(3),
.th:nth-child(3),
.td:nth-child(4),
.th:nth-child(4) {
  text-align: center;
}

.vps-card-tooltip__text {
  font-size: 13px;
  color: rgba(53, 53, 53, 0.5);

  p {
    color: inherit;
    font: inherit;
  }
}

.vps-card-tooltip__list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 3px;
}

.vps-card-tooltip__text--dark {
  color: var(--color-neutral-black);
}

.vps-card-tooltip__item {
  font-size: 13px;
  color: rgba(53, 53, 53, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;

  span {
    color: var(--color-neutral-black);
    text-align: right;
  }
}

.vps-card-tooltip__close {
  margin-top: 8px;
  padding: 8px 16px;
  border: none;
  background: #f3f4f6;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-neutral-black);
  transition: all 0.2s ease;
  width: 100%;

  &:hover {
    background: #e5e7eb;
  }

  &:active {
    transform: scale(0.98);
  }

  svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
  }
}

.vps-card--accent {
  .vps-card__head {
    background: linear-gradient(180deg, #12b300 0%, #084d00 100%);
  }

  &::after {
    background: var(--color-status-green);
  }
}

/* VPS Tabs */
.about-hero__text,
.about-offer__text,
.about-tech__text {
  p {
    font: inherit;
    color: inherit;
  }
}

.vps-filter__toggle {
  display: none;
  outline: none !important;
}

.vps-filter__actions {
  display: flex;
  gap: 16px;

  .button {
    flex: 1;
  }
}

.breadcrumb-container {
  background: transparent !important;
}

@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}

@media (max-width: 1100px) {
  #dedicated-servers-body {
    .price-item--highlighted {
      grid-template-columns: repeat(2, 1fr);

      .button {
        grid-column: span 2;
      }
    }
  }
}

@media (max-width: 1023.98px) {
  .title-lg {
    font-size: 40px;
  }

  .vps-cards,
  .servers-for__cards,
  .about-tech__items,
  .about-team__items {
    grid-template-columns: auto;
  }

  .about-team__block {
    width: 100%;
  }

  .vps-create__body {
    flex-direction: column;
  }

  .vps-create__form {
    flex-direction: column;
  }

  .server-card__decor {
    right: 10%;
  }

  .vps-create,
  .servers-for {
    margin: 150px 0;
  }

  .vps-create-total {
    width: 100%;
  }

  .vps-filter {
    width: 250px;
  }

  .vps-tab-content {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .about-banner__title,
  .about-centers__title,
  .title-md,
  .title-lg {
    font-size: 24px;
  }

  .vps-create-calculator {
    overflow: hidden;
  }

  .about-banner__text,
  .about-offer__text,
  .about-team__text,
  .about-centers__text,
  .about-tech__text,
  .description {
    font-size: 14px;
  }

  .main-hero__actions {
    flex-direction: column;
    gap: 12px;

    .button {
      width: 100%;
      flex: none;
    }
  }

  .main-hero__item {
    flex: 1;
  }

  .vps-tab-content__body {
    flex-direction: column;
  }

  .vps-create-calculator__item-grid,
  .about-team__inner,
  .about-centers__items,
  .vps-create-calculator__item {
    grid-template-columns: auto;
  }

  .vps-create-calculator__item-grid {
    & .vps-create-calculator__item-line {
      &:nth-child(even) {
        margin-left: 0;
      }
    }

    .vps-create-calculator__item-line {
      width: 100%;
      max-width: none;
    }
  }

  .vps-create-calculator__item-block {
    width: 100%;

    .nice-select {
      flex: 1;
      max-width: none;
    }

  }

  .vps-create-calculator__range {
    order: 1;
    margin-bottom: 20px;
    width: 100%;
  }

  .vps-create-calculator__block {
    flex-direction: column;
    align-items: flex-start;

    .vps-create-calculator__range {
      order: 0;
    }
  }

  .servers-for__head {
    margin-bottom: 80px;
  }

  .servers-for__cards {
    &::after {
      width: 150px;
    }
  }

  .about-tech-item__text,
  .about-tech__block-text,
  .about-hero__text {
    font-size: 14px;
  }

  .about-hero-banner__title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .about-hero-banner__text {
    font-size: 16px;
  }

  .about-hero-banner {
    padding: 16px;
  }

  .about-tech__inner {
    flex-direction: column-reverse;
  }

  .about-tech__content {
    padding: 0;
  }

  .about-tech__block-title {
    font-size: 18px;
  }

  .about-tech__block {
    margin: 24px 0;
  }

  .about-tech-item__title {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .about-center__title {
    font-size: 18px;
  }

  .about-offer__center {
    flex-direction: column;
  }

  .about-offer__cards {
    grid-template-columns: auto;
    gap: 16px;
  }

  .price-item--highlighted {
    grid-template-columns: repeat(2, 1fr);

    .button {
      grid-column: span 2;
      width: 100%;
    }

    .vps-card__more {
      margin-inline: auto;
    }
  }

  .server-card__title {
    font-size: 20px;
  }

  .server-card__text {
    font-size: 14px;
  }

  .vps-filter-wrapper {
    margin-left: auto;
  }

  .vps-filter__toggle {
    border: none;
    outline: none;
    background-color: transparent;
    color: var(--color-neutral-black);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    aspect-ratio: 1;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: rgba(0, 0, 0, 0.001);
    box-shadow: 0px 4px 14.3px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    padding: 8px;
    position: relative;

    &::before {
      position: absolute;
      border-radius: inherit;
      z-index: -1;
      inset: 0;
      content: "";
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
      background-image: linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.15) 0%,
        transparent 100%
      );
    }

    &::after {
      position: absolute;
      inset: 0;
      content: "";
      z-index: -1;
      background: linear-gradient(
        45deg,
        #fff 0%,
        transparent 50%,
        #fff 75%,
        transparent 100%
      );
      border-radius: inherit;
      mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
      mask-composite: exclude;
      -webkit-mask-composite: xor;
      padding: 1px;
    }
  }

  .vps-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    border-radius: 0;
    height: 100dvh;
    z-index: 9999999;
    width: 100%;
    overflow: hidden;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    opacity: 0;
    scale: 0.8;
    transition: 0.3s ease;
    visibility: hidden;
    pointer-events: none;

    &.is-open {
      opacity: 1;
      scale: 1;
      visibility: visible;
      pointer-events: auto;
    }
  }

  .vps-filter__inner {
    overflow-y: auto;
    flex: 1;
    height: 100%;
    padding-bottom: 16px;
    padding-right: 16px;
    margin-right: -16px;
  }

  .vps-create-calculator__select {
    overflow: hidden;
    padding: 10px;
    margin: -10px;
  }

  .vps-create-calculator__item {
    & .nice-select {
      .current {
        font-size: 14px;
      }
    }
  }
}

.main-page-contents.white-bg.rounded-25 {
  background: var(--clientarea-feature-surface);
  border-radius: 32px;
  box-shadow: -5px 20px 65px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--clientarea-feature-border);
  overflow: visible;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.nav-scroller-subpages.bg-default.shadow-2.px-8.mb-4 {
  background: var(--clientarea-feature-surface);
  border-radius: 32px;
  box-shadow: -5px 20px 65px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--clientarea-feature-border);
  overflow: visible;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.table-container {
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.72));
  padding: 24px;
  overflow: hidden;
  box-shadow: -8px 25px 65px rgba(13, 17, 38, 0.12);
}

.table-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  margin-top: 16px;
  border-radius: 999px;
  background: radial-gradient(circle at 50% 0, rgba(0, 0, 0, 0.08), transparent 60%);
  opacity: 0.35;
}

.table-container__scroller {
  overflow-x: auto;
  margin: 0 -8px;
  padding: 0 8px 12px;
}

.table-container__scroller::-webkit-scrollbar {
  height: 8px;
}

.table-container__scroller::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 999px;
}

.table-container__scroller::-webkit-scrollbar-thumb {
  background: rgba(54, 52, 151, 0.3);
  border-radius: 999px;
}

#tableServicesList {
  width: 100%;
  min-width: 680px;
  border-collapse: separate;
  border-spacing: 0;
#tableServicesList {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.85));
  border: 1px solid var(--clientarea-feature-border);
  border-radius: 24px;
  box-shadow: -5px 18px 45px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

#tableServicesList thead th {
  padding: 18px 20px;
  font-weight: 600;
  font-size: 15px;
  color: var(--color-neutral-black, #1f2430);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(31, 36, 48, 0.08);
}

#tableServicesList thead th:first-child {
  border-top-left-radius: 24px;
}

#tableServicesList thead th:last-child {
  border-top-right-radius: 24px;
}

#tableServicesList tbody td {
  padding: 18px 20px;
  font-size: 14px;
  color: rgba(31, 36, 48, 0.85);
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(31, 36, 48, 0.06);
}

#tableServicesList tbody tr:last-child td {
  border-bottom: 0;
  border-radius: 0 0 24px 24px;
}

#tableServicesList tbody tr:hover td {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: inset 0 0 0 100vw rgba(54, 52, 151, 0.03);
}

#tableServicesList tbody tr td:first-child {
  width: 64px;
}

#tableServicesList tbody tr td:last-child {
  text-align: center;
}

#tableServicesList tbody .dataTables_empty {
  text-align: center;
  font-size: 15px;
  color: rgba(31, 36, 48, 0.6);
  padding: 32px 12px;
}

#tableServicesList_wrapper .dataTables_length label,
#tableServicesList_wrapper .dataTables_filter label {
  font-size: 14px;
  color: rgba(31, 36, 48, 0.7);
  display: flex;
  align-items: center;
  gap: 12px;
}

#tableServicesList_wrapper .dataTables_filter input {
  border-radius: 12px;
  border: 1px solid rgba(31, 36, 48, 0.15);
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.05);
}

#tableServicesList_wrapper .dataTables_length select {
  border-radius: 10px;
  border: 1px solid rgba(31, 36, 48, 0.15);
  padding: 6px 30px 6px 10px;
  background: rgba(255, 255, 255, 0.9);
  min-width: 70px;
}

#tableServicesList_wrapper .dataTables_paginate {
  margin-top: 12px;
}

#tableServicesList_wrapper .dataTables_paginate .paginate_button {
  border-radius: 12px;
  border: 1px solid transparent;
  padding: 8px 16px;
  margin-left: 8px;
  color: var(--color-neutral-black, #1f2430);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}

#tableServicesList_wrapper .dataTables_paginate .paginate_button:hover {
  border-color: rgba(54, 52, 151, 0.35);
  color: #363497;
}

#tableServicesList_wrapper .dataTables_paginate .paginate_button.current {
  background: linear-gradient(135deg, rgba(54, 52, 151, 0.15), rgba(255, 255, 255, 0.95));
  border-color: rgba(54, 52, 151, 0.4);
  color: #363497;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .table-container {
    padding: 20px;
  }

  #tableServicesList thead th,
  #tableServicesList tbody td {
    padding: 16px;
  }

  #tableServicesList {
    min-width: 620px;
  }

  #tableServicesList_wrapper .dataTables_filter label,
  #tableServicesList_wrapper .dataTables_length label {
    flex-wrap: wrap;
    gap: 6px;
  }
}

@media (max-width: 992px) {
  #tableServicesList_wrapper .row {
    flex-direction: column;
    gap: 16px;
  }

  #tableServicesList_wrapper .dataTables_length,
  #tableServicesList_wrapper .dataTables_filter,
  #tableServicesList_wrapper .dataTables_paginate {
    text-align: left;
    width: 100%;
  }

  #tableServicesList_wrapper .dataTables_paginate {
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }

  #tableServicesList_wrapper .dataTables_paginate .paginate_button {
    flex: 1;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .table-container {
    padding: 18px 16px;
  }

  .table-container::after {
    margin-top: 10px;
  }

  .table-container__scroller {
    margin: 0 -12px;
    padding: 0 12px 8px;
  }

  #tableServicesList {
    min-width: unset;
  }

  #tableServicesList,
  #tableServicesList thead,
  #tableServicesList tbody,
  #tableServicesList th,
  #tableServicesList td,
  #tableServicesList tr {
    display: block;
    width: 100%;
  }

  #tableServicesList thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #tableServicesList tbody tr {
    border: 1px solid rgba(31, 36, 48, 0.08);
    border-radius: 24px;
    margin-bottom: 16px;
    padding: 6px 0;
    box-shadow: 0 20px 35px rgba(13, 17, 38, 0.08);
    background: rgba(255, 255, 255, 0.9);
  }

  #tableServicesList tbody td {
    border-bottom: 0;
    position: relative;
    padding: 14px 16px 14px 140px;
    background: transparent;
    min-height: 54px;
  }

  #tableServicesList tbody td::before {
    content: attr(data-label);
    position: absolute;
    left: 20px;
    top: 14px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: -0.01em;
    color: rgba(31, 36, 48, 0.65);
    text-transform: uppercase;
  }

  #tableServicesList tbody td:first-child {
    width: auto;
    padding-left: 16px;
  }

  #tableServicesList tbody td:first-child::before {
    content: "";
  }

  #tableServicesList_wrapper .dataTables_length label,
  #tableServicesList_wrapper .dataTables_filter label {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 480px) {
  .table-container {
    padding: 14px;
  }

  #tableServicesList tbody td {
    padding: 12px 12px 12px 120px;
  }

  #tableServicesList tbody td::before {
    left: 14px;
    width: 90px;
    font-size: 12px;
  }

  #tableServicesList_wrapper .dataTables_paginate {
    flex-direction: column;
  }

  #tableServicesList_wrapper .dataTables_paginate .paginate_button {
    width: 100%;
  }
}

.coodiv-menu-dropdown.dropdown-menu {
  background: rgba(255, 255, 255, 0.95) !important;
  border-radius: 32px;
  box-shadow: -5px 20px 65px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
  border: 1px solid var(--clientarea-feature-border) !important;
  overflow: visible;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: absolute;
}

.coodiv-menu-dropdown.dropdown-menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 32px;
  z-index: -1;
}

.coodiv-menu-dropdown.dropdown-menu .drop-menu-item > a {
  color: #19191b !important;
  font-weight: 600;
}

.coodiv-menu-dropdown.dropdown-menu .drop-menu-item:hover > a {
  color: var(--color-primary-blue, #473bf0) !important;
}

@media (min-width: 992px) {
  .user-dropdown-header .nav-item.dropdown:hover > .coodiv-menu-dropdown,
  .user-dropdown-header .nav-item.dropdown > .coodiv-menu-dropdown:hover,
  .user-dropdown-header .nav-item.dropdown > .coodiv-menu-dropdown.show {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    z-index: 9999;
    display: block;
  }

  .user-dropdown-header .nav-item.dropdown > .coodiv-menu-dropdown::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
  }
}

.servers-cards .price-item {
  display: grid;
}

#summary-cpu {
  text-align: right;
}

#summary-storage {
  text-align: right;
}

body > div.site-wrapper.overflow-hidden > header > div > div:nth-child(1) > div > div > div.header__actions > div:nth-child(2) > ul > li:nth-child(2) > a {
  border-radius:0px 0px 15px 15px;
}

.btn-default {
  border-radius: 44px;
}

header.header .navbar a:hover {
  text-decoration: none;
}

.servers-cards .price-item__title {
  color: var(--color-primary-blue);
}

#toTop {
  line-height: 40px !important;
}

/* Cart inputs styled like servers configurator */
#order-standard_cart input.form-control,
#order-standard_cart select.form-control,
#order-standard_cart .aply-promo-code input[type="text"],
#order-standard_cart input[type="number"] {
  height: 36px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 16px rgba(0, 51, 153, 0.04),
    0px 4px 10px rgba(15, 15, 15, 0.06);
  border-radius: 29px;
  border: none;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 16px;
  color: var(--color-neutral-black);
}

#order-standard_cart input.form-control:focus,
#order-standard_cart select.form-control:focus,
#order-standard_cart .aply-promo-code input[type="text"]:focus,
#order-standard_cart input[type="number"]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 102, 247, 0.2);
}

#order-standard_cart input.form-control.text-center {
  text-align: center;
}

#order-standard_cart select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 38px;
  background-image: url("../img/select-chevron.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px auto;
}

/* Nice-select inside cart (match vps-create look) */
#order-standard_cart .nice-select.form-control.select-inline.custom-select {
  height: 36px;
  line-height: 36px;
  padding: 0 38px 0 16px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 16px rgba(0, 51, 153, 0.04),
    0px 4px 10px rgba(15, 15, 15, 0.06);
  border-radius: 29px;
  border: none;
  display: inline-flex;
  align-items: center;
  min-width: 120px;
}

#order-standard_cart .form-control {
  height: 36px;
  line-height: 36px;
  padding: 0 38px 0 16px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 16px rgba(0, 51, 153, 0.04), 0px 4px 10px rgba(15, 15, 15, 0.06);
  border-radius: 29px !important;
  border: none !important;
  display: inline-flex;
  align-items: center;
  min-width: 120px;
}

#order-standard_cart .nice-select.form-control.select-inline.custom-select .current {
  font-weight: 500;
  font-size: 16px;
  color: var(--color-neutral-black);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#order-standard_cart .nice-select.form-control.select-inline.custom-select:after {
  border: none;
  width: 24px;
  height: 24px;
  right: 8px;
  background: var(--color-neutral-black);
  mask: url("../img/select-chevron.svg") center/10px no-repeat;
  -webkit-mask: url("../img/select-chevron.svg") center/10px no-repeat;
  transform: none;
  margin-top: 0;
}

#order-standard_cart .nice-select.form-control.select-inline.custom-select .list {
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 51, 153, 0.04),
    0px 4px 10px rgba(15, 15, 15, 0.06);
  border-radius: 12px;
  width: max-content;
  min-width: 100%;
  max-width: 500px;
}

/* Ion range slider (numeric sliders) inside cart) */
#order-standard_cart .irs,
#order-standard_cart .irs--modern,
#order-standard_cart .irs--flat,
#order-standard_cart .irs--round {
  height: 56px !important;
}

#order-standard_cart .irs-line,
#order-standard_cart .irs--modern .irs-line,
#order-standard_cart .irs--flat .irs-line,
#order-standard_cart .irs--round .irs-line {
  top: 26px !important;
  height: 4px !important;
  border-radius: 24px !important;
  background: #d6d6d6 !important;
  box-shadow: none !important;
}

#order-standard_cart .irs-bar,
#order-standard_cart .irs--modern .irs-bar,
#order-standard_cart .irs--flat .irs-bar,
#order-standard_cart .irs--round .irs-bar {
  top: 26px !important;
  height: 4px !important;
  border-radius: 24px !important;
  background: var(--color-primary-blue) !important;
  box-shadow: none !important;
}

#order-standard_cart .irs-handle,
#order-standard_cart .irs--modern .irs-handle,
#order-standard_cart .irs--flat .irs-handle,
#order-standard_cart .irs--round .irs-handle {
  top: 16px !important;
  width: 20px !important;
  height: 20px !important;
  background: rgba(0, 0, 0, 0.001) !important;
  border: none !important;
  box-shadow: 0px 4px 14.3px rgba(0, 0, 0, 0.15) !important;
  border-radius: 50% !important;
}

#order-standard_cart .irs-handle > i:first-child {
  display: none !important;
}

#order-standard_cart .irs-grid-text,
#order-standard_cart .irs--modern .irs-grid-text,
#order-standard_cart .irs--flat .irs-grid-text,
#order-standard_cart .irs--round .irs-grid-text {
  font-weight: 500;
  font-size: 13px;
  color: #8a8a8a;
}

#order-standard_cart .irs-single,
#order-standard_cart .irs-from,
#order-standard_cart .irs-to,
#order-standard_cart .irs--modern .irs-single,
#order-standard_cart .irs--modern .irs-from,
#order-standard_cart .irs--modern .irs-to,
#order-standard_cart .irs--flat .irs-single,
#order-standard_cart .irs--flat .irs-from,
#order-standard_cart .irs--flat .irs-to,
#order-standard_cart .irs--round .irs-single,
#order-standard_cart .irs--round .irs-from,
#order-standard_cart .irs--round .irs-to {
  background: var(--color-primary-blue) !important;
  border-radius: 12px !important;
  padding: 2px 8px !important;
  font-size: 12px !important;
}

#order-standard_cart .irs-single:before,
#order-standard_cart .irs-from:before,
#order-standard_cart .irs-to:before {
  display: none !important;
}

#order-standard_cart .irs-min,
#order-standard_cart .irs-max,
#order-standard_cart .irs-bar-edge,
#order-standard_cart .irs-shadow {
  display: none !important;
}

#order-standard_cart .irs-grid,
#order-standard_cart .irs--modern .irs-grid,
#order-standard_cart .irs--flat .irs-grid,
#order-standard_cart .irs--round .irs-grid {
  display: block !important;
  top: 36px !important;
}

#order-standard_cart .irs-grid-pol {
  background: #c6c6c6 !important;
  height: 6px !important;
  width: 1px !important;
}

/* --------------------------------------------------------------------------
   Header: notifications dropdown (all overrides in this block only)
   -------------------------------------------------------------------------- */
@media (min-width: 992px) {
  .header-auth-block .notifications-dropdown {
    position: relative;
  }

  .notifications-dropdown .coodiv-menu-dropdown.dropdown-menu.left-dropdown {
    min-width: 340px !important;
    max-width: 400px !important;
    width: auto !important;
    top: 100% !important;
    margin-top: 6px;
  }

  /* Invisible bridge between bell icon and dropdown panel */
  .header-auth-block .notifications-dropdown > .coodiv-menu-dropdown.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -6px;
    right: -6px;
    height: 10px;
  }

  .header-auth-block .notifications-dropdown:hover > .coodiv-menu-dropdown,
  .header-auth-block .notifications-dropdown > .coodiv-menu-dropdown:hover,
  .header-auth-block .notifications-dropdown.show > .coodiv-menu-dropdown {
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: 1050 !important;
    transform: none !important;
    display: block !important;
  }
}

.notifications-dropdown .coodiv-menu-dropdown.dropdown-menu {
  padding: 6px 0 !important;
}

.notifications-dropdown .dropdown-header {
  margin-bottom: 0 !important;
  padding: 10px 14px 10px !important;
}

.notifications-dropdown .dropdown-header .notifications-count-badge {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  padding: 2px 8px;
  line-height: 1.2;
}

.notifications-dropdown .client-alerts {
  list-style: none;
  margin: 0;
  padding: 4px 10px 8px !important;
}

.notifications-dropdown .client-alerts .drop-menu-item {
  padding: 0 !important;
  margin: 0;
}

.notifications-dropdown .client-alerts .drop-menu-item > a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 400;
  color: #19191b;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.notifications-dropdown .client-alerts.list-style-check li i {
  margin-right: 8px;
  margin-top: 2px;
}

.notifications-dropdown .client-alerts .drop-menu-item > a .message {
  font-weight: 400;
  transition: color 0.25s ease;
}

.notifications-dropdown .client-alerts .drop-menu-item:hover > a {
  background: rgba(0, 102, 247, 0.08);
  color: var(--color-primary-blue, #473bf0);
}

.notifications-dropdown .client-alerts .drop-menu-item:hover > a .message {
  color: var(--color-primary-blue, #473bf0);
}

/* Hover effects for VPS and Dedicated Servers buttons */
#order-standard_cart .d-flex.flex-column.flex-md-row.justify-content-center.align-items-center.gap-4 .button {
  transition: all 0.3s ease;
}

#order-standard_cart .d-flex.flex-column.flex-md-row.justify-content-center.align-items-center.gap-4 .button--green:hover {
  background: #0FA000 !important;
  transform: translateY(-2px);
  box-shadow: 0px 6px 12px rgba(18, 179, 0, 0.3) !important;
}

#order-standard_cart .d-flex.flex-column.flex-md-row.justify-content-center.align-items-center.gap-4 .button--grey:hover {
  background: #1a1a1a !important;
  transform: translateY(-2px);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25) !important;
}

/* Hover effects for specific header navigation links (only first 3 items) */
#navbarSupportedContent .navbar-nav .nav-item:nth-child(5) .nav-link,
#navbarSupportedContent .navbar-nav .nav-item:nth-child(6) .nav-link,
#navbarSupportedContent .navbar-nav .nav-item:nth-child(7) .nav-link {
  transition: all 0.3s ease;
  position: relative;
}

#navbarSupportedContent .navbar-nav .nav-item:nth-child(5) .nav-link:hover,
#navbarSupportedContent .navbar-nav .nav-item:nth-child(6) .nav-link:hover,
#navbarSupportedContent .navbar-nav .nav-item:nth-child(7) .nav-link:hover {
  color: var(--color-primary-blue) !important;
  transform: translateY(-2px);
}

#navbarSupportedContent .navbar-nav .nav-item:nth-child(5) .nav-link::after,
#navbarSupportedContent .navbar-nav .nav-item:nth-child(6) .nav-link::after,
#navbarSupportedContent .navbar-nav .nav-item:nth-child(7) .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 80%;
  height: 2px;
  background: var(--color-primary-blue);
  transition: transform 0.3s ease;
}

#navbarSupportedContent .navbar-nav .nav-item:nth-child(5) .nav-link:hover::after,
#navbarSupportedContent .navbar-nav .nav-item:nth-child(6) .nav-link:hover::after,
#navbarSupportedContent .navbar-nav .nav-item:nth-child(7) .nav-link:hover::after {
  transform: translateX(-50%) scaleX(1);
}

/* Beautiful hover effects for buttons (без ripple) */
.button,
.hero-banner__btn {
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.button:hover,
.hero-banner__btn:hover {
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15), 0px 4px 12px rgba(0, 0, 0, 0.1);
}

/* Specific hover effects for different button variants */
.button:hover {
  background: linear-gradient(135deg, #0052cc 0%, #0066f7 100%);
  box-shadow: 0px 8px 24px rgba(0, 102, 247, 0.3), 0px 4px 12px rgba(0, 102, 247, 0.2);
}

.button.button--light:hover {
  background: var(--color-neutral-white);
  border-color: var(--color-primary-blue);
  box-shadow: 0px 8px 24px rgba(0, 102, 247, 0.2), 0px 4px 12px rgba(0, 102, 247, 0.15);
  color: var(--color-primary-blue) !important;
}

.button.button--grey:hover,
.button.button--icon.button--grey:hover {
  background: #0a0a0a;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.3), 0px 4px 12px rgba(0, 0, 0, 0.2);
}

.button.button--green:hover {
  background: #0FA000;
  box-shadow: 0px 8px 24px rgba(18, 179, 0, 0.3), 0px 4px 12px rgba(18, 179, 0, 0.2);
}

.hero-banner__btn:hover {
  background: #0FA000;
  border-color: #0FA000;
  box-shadow: 0px 8px 24px rgba(18, 179, 0, 0.3), 0px 4px 12px rgba(18, 179, 0, 0.2);
}

/* Active state for better feedback */
.button:active,
.hero-banner__btn:active {
  transform: translateY(0);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}