html {
  color-scheme: dark;
  scroll-behavior: smooth;
}

:root {
  --accent: #38bdf8;
  --accent-strong: #2563eb;
  --surface: #0b1220;
  --line: rgb(125 211 252 / 0.16);
}

body {
  background: var(--surface);
  background-image:
    radial-gradient(circle at 10% 10%, rgb(37 99 235 / 0.14), transparent 28rem),
    radial-gradient(circle at 90% 45%, rgb(8 145 178 / 0.1), transparent 30rem),
    linear-gradient(rgb(255 255 255 / 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 0.018) 1px, transparent 1px);
  background-size: auto, auto, 4rem 4rem, 4rem 4rem;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 20%, rgb(56 189 248 / 0.035) 50%, transparent 80%);
  content: "";
}

html[data-theme="light"] {
  color-scheme: light;
}

::selection {
  background-color: #2563eb;
  color: #ffffff;
}

::-moz-selection {
  background-color: #2563eb;
  color: #ffffff;
}

header nav {
  background-color: #1f2937 !important;
  border-color: #374151 !important;
  box-shadow: 0 0.75rem 2.5rem rgb(2 6 23 / 0.22);
  backdrop-filter: blur(16px);
  transition: background-color 220ms ease, box-shadow 220ms ease;
}

header nav a {
  color: #f3f4f6 !important;
}

header nav a[aria-current="page"] {
  color: #60a5fa !important;
}

header nav > div > a:first-child {
  position: relative;
  z-index: 1;
  color: #f3f4f6 !important;
  opacity: 1 !important;
}

.brand-logo {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  margin-right: 0.6rem;
  object-fit: contain;
  filter: drop-shadow(0 0 0.7rem rgb(56 189 248 / 0.35));
  transition: filter 220ms ease, transform 220ms ease;
}

header nav > div > a:first-child:hover .brand-logo {
  filter: drop-shadow(0 0 1rem rgb(56 189 248 / 0.7));
  transform: rotate(-3deg) scale(1.05);
}

header nav a:hover {
  color: #93c5fd !important;
  background-color: transparent !important;
}

.mobile-menu-toggle {
  display: none;
}

.mobile-menu-close {
  display: none;
}

@media (max-width: 767px) {
  header nav {
    padding: 0.7rem 1rem !important;
  }

  header nav > div {
    min-height: 2.75rem;
    flex-wrap: nowrap;
  }

  header nav > div > a {
    flex-shrink: 0;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 1.8rem;
    margin-left: 0.25rem;
    border: 1px solid #475569;
    border-radius: 0.375rem;
    color: #d1d5db;
    background: transparent;
    font-size: 1.35rem;
    line-height: 1;
  }

  .mobile-menu-toggle:hover,
  .mobile-menu-toggle:focus-visible,
  .mobile-menu-close:hover,
  .mobile-menu-close:focus-visible {
    color: #ffffff;
    border-color: #60a5fa;
    outline: none;
  }

  .mobile-menu-close {
    position: absolute;
    top: 0.85rem;
    right: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid #475569;
    border-radius: 0.375rem;
    color: #d1d5db;
    background: transparent;
    font-size: 1.5rem;
    line-height: 1;
  }

  header nav .hidden.justify-between {
    display: flex !important;
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 60;
    width: min(82vw, 20rem) !important;
    height: 100dvh;
    padding: 5rem 1.25rem 1.5rem;
    background: #111827;
    box-shadow: -1rem 0 3rem rgb(0 0 0 / 0.35);
    transform: translateX(100%);
    transition: transform 220ms ease;
  }

  header nav .hidden.justify-between.is-open {
    transform: translateX(0);
  }

  header nav .hidden.justify-between ul {
    width: 100%;
    gap: 0.35rem;
  }

  header nav .hidden.justify-between li,
  header nav .hidden.justify-between a {
    width: 100%;
  }

  header nav .hidden.justify-between a {
    display: block;
    padding: 0.8rem 0.75rem;
    border: 0;
    border-radius: 0.375rem;
  }

  .account-link {
    padding: 0.42rem 0.55rem;
    font-size: 0.8rem;
    margin-right: 0.25rem !important;
  }

  .account-link::before {
    display: none;
  }

  header nav > div > .flex.items-center.lg\:order-2 {
    gap: 0.15rem;
    min-width: 0;
  }

  .services-carousel-section h2,
  .colocation-hero h1 {
    font-size: 1.9rem;
    line-height: 1.15;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  section.relative > div.absolute > img {
    height: 100% !important;
  }

  iframe {
    max-width: 100%;
  }

}

iframe[src*="yandex.ru/map"] {
  display: block;
  border-radius: 0.75rem !important;
  clip-path: inset(0 round 0.75rem);
  overflow: hidden;
}

div:has(> iframe[src*="yandex.ru/map"]) {
  border-radius: 0.75rem !important;
  clip-path: inset(0 round 0.75rem);
  overflow: hidden !important;
}

.account-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.65rem;
  border: 1px solid #475569;
  border-radius: 0.375rem;
  color: #d1d5db !important;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.account-link::before {
  content: "↗";
  color: #60a5fa;
  font-size: 0.9rem;
}

.account-link:hover {
  color: #ffffff !important;
  background-color: #1e3a5f !important;
  border-color: #60a5fa;
}

.about-parameters {
  padding-top: 6.5rem !important;
}

section.relative.bg-gray-950 {
  isolation: isolate;
  min-height: 38rem;
  display: grid;
  align-items: center;
  background: #020617;
  background-image: linear-gradient(120deg, rgb(2 6 23 / 0.95), rgb(7 35 62 / 0.72));
}

section.relative.bg-gray-950::after {
  position: absolute;
  top: 30%;
  left: 12%;
  width: 76%;
  height: 42%;
  background: linear-gradient(105deg, transparent 0%, rgb(56 189 248 / 0.025) 35%, rgb(56 189 248 / 0.12) 50%, rgb(14 165 233 / 0.025) 65%, transparent 100%);
  filter: blur(24px);
  content: "";
  pointer-events: none;
  transform: translateX(-8%);
  animation: data-flow 9s ease-in-out infinite;
}

section.relative.bg-gray-950 h1 {
  text-shadow: 0 0 2rem rgb(56 189 248 / 0.22);
  animation: hero-rise 700ms both cubic-bezier(0.2, 0.8, 0.2, 1);
}

section.relative.bg-gray-950 p,
section.relative.bg-gray-950 .flex {
  animation: hero-rise 700ms 120ms both cubic-bezier(0.2, 0.8, 0.2, 1);
}

section.relative.bg-gray-950 a.bg-blue-600,
#tariffsColocation a[href="https://my.coredatanet.ru"],
#tariffsVirtualization a[href="https://my.coredatanet.ru"] {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(115deg, var(--accent-strong), #0891b2, var(--accent-strong)) !important;
  background-size: 220% 100%;
  box-shadow: 0 0.75rem 1.8rem rgb(14 165 233 / 0.22);
  transition: box-shadow 220ms ease, transform 220ms ease, background-position 500ms ease;
}

section.relative.bg-gray-950 a.bg-blue-600::after,
#tariffsColocation a[href="https://my.coredatanet.ru"]::after,
#tariffsVirtualization a[href="https://my.coredatanet.ru"]::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 25%, rgb(255 255 255 / 0.3) 50%, transparent 75%);
  content: "";
  transform: translateX(-120%);
  transition: transform 600ms ease;
}

section.relative.bg-gray-950 a.bg-blue-600:hover,
#tariffsColocation a[href="https://my.coredatanet.ru"]:hover,
#tariffsVirtualization a[href="https://my.coredatanet.ru"]:hover {
  background-position: 100% 0;
  box-shadow: 0 1rem 2.5rem rgb(14 165 233 / 0.4);
  transform: translateY(-0.15rem);
}

section.relative.bg-gray-950 a.bg-blue-600:hover::after,
#tariffsColocation a[href="https://my.coredatanet.ru"]:hover::after,
#tariffsVirtualization a[href="https://my.coredatanet.ru"]:hover::after {
  transform: translateX(120%);
}

.services-carousel,
.characteristics-section,
footer {
  position: relative;
  overflow: hidden;
}

.services-carousel::before,
.characteristics-section::before,
footer::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 0%, rgb(14 165 233 / 0.09), transparent 36rem);
  content: "";
}

.characteristic-card,
#tariffsColocation > div,
#tariffsVirtualization > div,
form {
  background-image: linear-gradient(145deg, rgb(30 41 59 / 0.92), rgb(15 23 42 / 0.96));
  border: 1px solid var(--line);
  box-shadow: 0 1rem 2.5rem rgb(2 6 23 / 0.2), inset 0 1px 0 rgb(255 255 255 / 0.04);
}

.characteristic-card:hover,
#tariffsColocation > div:hover,
#tariffsVirtualization > div:hover,
form:hover {
  border-color: rgb(56 189 248 / 0.5);
  box-shadow: 0 1.4rem 3rem rgb(2 6 23 / 0.32), 0 0 1.5rem rgb(14 165 233 / 0.1), inset 0 1px 0 rgb(255 255 255 / 0.08);
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-rise {
  from { opacity: 0; transform: translateY(1.25rem); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes data-flow {
  0%, 100% { opacity: 0.35; transform: translateX(-8%); }
  50% { opacity: 0.8; transform: translateX(8%); }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}

.about-parameters-title {
  color: #ffffff !important;
  text-shadow: 0 2px 4px rgb(2 6 23 / 0.85);
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-right: 0.35rem;
  border: 1px solid #475569;
  border-radius: 999px;
  color: #fbbf24;
  background: transparent;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  color: #ffffff;
  border-color: #60a5fa;
  outline: none;
}

html[data-theme="light"] body {
  background: #f3f6fb;
  background-image:
    radial-gradient(circle at 10% 10%, rgb(59 130 246 / 0.1), transparent 28rem),
    radial-gradient(circle at 90% 45%, rgb(14 165 233 / 0.08), transparent 30rem),
    linear-gradient(rgb(30 64 175 / 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgb(30 64 175 / 0.035) 1px, transparent 1px);
  color: #172033;
}

html[data-theme="light"] body::before {
  background: linear-gradient(115deg, transparent 20%, rgb(14 165 233 / 0.06) 50%, transparent 80%);
}

html[data-theme="light"] header nav {
  background-color: #ffffff !important;
  border-color: #dbe3ef !important;
  box-shadow: 0 0.75rem 2rem rgb(30 64 175 / 0.12);
}

html[data-theme="light"] header nav a {
  color: #1e293b !important;
}

html[data-theme="light"] header nav a[aria-current="page"] {
  color: #2563eb !important;
}

html[data-theme="light"] header nav > div > a:first-child {
  color: #1e293b !important;
}

html[data-theme="light"] header nav > div > a:first-child span {
  color: #1e293b !important;
}

html[data-theme="light"] header nav a:hover {
  color: #1d4ed8 !important;
  background-color: transparent !important;
}

html[data-theme="light"] .theme-toggle {
  color: #2563eb;
  border-color: #bfdbfe;
}

html[data-theme="light"] .theme-toggle:hover,
html[data-theme="light"] .theme-toggle:focus-visible {
  color: #1d4ed8;
  border-color: #2563eb;
}

html[data-theme="light"] .bg-gray-950 {
  background-color: #f8fbff !important;
  color: #172033 !important;
}

html[data-theme="light"] section.relative.bg-gray-950 {
  background-color: #e8f3ff !important;
  background-image: linear-gradient(120deg, rgb(239 248 255 / 0.96), rgb(207 234 254 / 0.9)) !important;
}

html[data-theme="light"] section.relative.bg-gray-950::after {
  background: linear-gradient(105deg, transparent 0%, rgb(37 99 235 / 0.025) 35%, rgb(14 165 233 / 0.1) 50%, rgb(37 99 235 / 0.025) 65%, transparent 100%);
}

html[data-theme="light"] section.relative.bg-gray-950 h1 {
  text-shadow: 0 0 2rem rgb(37 99 235 / 0.14);
}

html[data-theme="light"] section.relative.services-carousel-section.bg-gray-950 {
  background: transparent !important;
  background-image: none !important;
}

html[data-theme="light"] .bg-gray-900 {
  background-color: #f3f6fb !important;
  color: #172033 !important;
}

html[data-theme="light"] .characteristics-section {
  background-color: #e4f0fb !important;
  background-image: linear-gradient(135deg, #eef7ff 0%, #e1eefb 100%);
  border-bottom: 1px solid #c8dced;
}

html[data-theme="light"] .services-carousel {
  background: transparent;
  background-image: none;
  border-top: 0;
}

html[data-theme="light"] .services-carousel-section {
  background: transparent !important;
  background-image: none !important;
}

html[data-theme="light"] footer {
  background-color: #e4f0fb;
  background-image: linear-gradient(135deg, #eef7ff 0%, #e1eefb 100%);
}

html[data-theme="light"] .tour-section,
html[data-theme="light"] footer > section:last-child {
  background: transparent !important;
  border-top: 0;
  border-bottom: 0;
}

html[data-theme="light"] .bg-gray-800,
html[data-theme="light"] .bg-gray-800\/80,
html[data-theme="light"] .bg-gray-800\/90 {
  background-color: #ffffff !important;
  color: #172033 !important;
  border-color: #dbe3ef !important;
}

html[data-theme="light"] .characteristic-card,
html[data-theme="light"] #tariffsColocation > div,
html[data-theme="light"] #tariffsVirtualization > div,
html[data-theme="light"] form {
  background-image: linear-gradient(145deg, rgb(255 255 255 / 0.98), rgb(239 247 255 / 0.98));
  border-color: #c9dced;
  box-shadow: 0 1rem 2.5rem rgb(30 64 175 / 0.1), inset 0 1px 0 rgb(255 255 255 / 0.9);
}

html[data-theme="light"] .characteristic-card:hover,
html[data-theme="light"] #tariffsColocation > div:hover,
html[data-theme="light"] #tariffsVirtualization > div:hover,
html[data-theme="light"] form:hover {
  border-color: #60a5fa;
  box-shadow: 0 1.4rem 3rem rgb(30 64 175 / 0.16), 0 0 1.5rem rgb(14 165 233 / 0.1), inset 0 1px 0 #ffffff;
}

html[data-theme="light"] .services-carousel::before,
html[data-theme="light"] .characteristics-section::before,
html[data-theme="light"] footer::before {
  background: radial-gradient(circle at 50% 0%, rgb(14 165 233 / 0.08), transparent 36rem);
}

.services-carousel::before {
  background: none !important;
}

html[data-theme="light"] .characteristic-card {
  border-color: #c9dced;
  box-shadow: 0 0.75rem 1.5rem rgb(30 64 175 / 0.1);
}

html[data-theme="light"] .characteristic-card:hover {
  background-color: #ffffff !important;
  border-color: #60a5fa;
  box-shadow: 0 1.25rem 2rem rgb(30 64 175 / 0.16);
}

html[data-theme="light"] .bg-gray-700 {
  background-color: #ffffff !important;
}

html[data-theme="light"] .border-gray-600 {
  border-color: #cbd5e1 !important;
}

html[data-theme="light"] .text-white {
  color: #172033 !important;
}

html[data-theme="light"] .about-parameters-title {
  color: #ffffff !important;
}

html[data-theme="light"] button.text-white,
html[data-theme="light"] a[class*="bg-blue-"].text-white {
  color: #ffffff !important;
}

html[data-theme="light"] .hero-secondary-button {
  background-color: #ffffff !important;
  border-color: #60a5fa !important;
  color: #1d4ed8 !important;
}

html[data-theme="light"] .hero-secondary-button:hover {
  background-color: #eff6ff !important;
  border-color: #2563eb !important;
  color: #1e40af !important;
}

html[data-theme="light"] .text-gray-300,
html[data-theme="light"] .text-gray-400 {
  color: #475569 !important;
}

html[data-theme="light"] .text-gray-200 {
  color: #334155 !important;
}

html[data-theme="light"] .colocation-hero-overlay {
  background: linear-gradient(120deg, #dbeafe, #e0f2fe 55%, #cffafe);
}

html[data-theme="light"] .carousel-button {
  background-color: #93c5fd !important;
  border: 1px solid #60a5fa;
  color: #ffffff !important;
}

html[data-theme="light"] .carousel-button:hover,
html[data-theme="light"] .carousel-button:focus-visible {
  background-color: #60a5fa !important;
  border-color: #3b82f6;
  color: #ffffff !important;
  outline: none;
}

#tariffsColocation > div,
#tariffsColocation > div:hover,
#tariffsVirtualization > div,
#tariffsVirtualization > div:hover {
  box-shadow: 0 0.5rem 1rem rgb(2 6 23 / 0.1) !important;
}

html[data-theme="light"] #tariffsColocation > div,
html[data-theme="light"] #tariffsColocation > div:hover,
html[data-theme="light"] #tariffsVirtualization > div,
html[data-theme="light"] #tariffsVirtualization > div:hover {
  box-shadow: 0 0.5rem 1rem rgb(30 64 175 / 0.08) !important;
}

html[data-theme="dark"] form .b24-form-control {
  background-color: #1f2937 !important;
  border-color: rgb(148 163 184 / 0.28) !important;
  color: #f8fafc !important;
}

html[data-theme="dark"] form .b24-form-control::placeholder {
  color: #94a3b8 !important;
}

html[data-theme="dark"] form .b24-form-control-label,
html[data-theme="dark"] form .b24-form-control-desc,
html[data-theme="dark"] form .b24-form-field-agreement,
html[data-theme="dark"] form .b24-form-field-agreement label,
html[data-theme="dark"] form .b24-form-header-title,
html[data-theme="dark"] form .b24-form-header-description {
  color: #e2e8f0 !important;
}

html[data-theme="dark"] form .b24-form-field-agreement-link {
  color: #93c5fd !important;
}

html[data-theme="dark"] form .b24-form-btn {
  background-color: #2563eb !important;
  border-color: transparent !important;
  color: #ffffff !important;
}

html[data-theme="dark"] form .b24-form-sign-abuse-link,
html[data-theme="dark"] form .b24-form-sign-description {
  color: #94a3b8 !important;
}

footer .tour-section form {
  border-color: transparent;
}

footer .tour-section form:hover {
  border-color: transparent;
  box-shadow: 0 1rem 2.5rem rgb(2 6 23 / 0.2), inset 0 1px 0 rgb(255 255 255 / 0.04);
}

footer .tour-section form .b24-form,
footer .tour-section form .b24-form-wrapper,
footer .tour-section form .b24-form-content,
footer .tour-section form .b24-form-padding-side {
  background: transparent !important;
  background-image: none !important;
}

footer .tour-section form form {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

footer .tour-section form .b24-form-control {
  border: 1px solid rgb(148 163 184 / 0.28) !important;
  border-radius: 0.5rem !important;
  box-shadow: none !important;
  outline: none;
}

footer .tour-section form .b24-form-control:focus {
  border-color: #38bdf8 !important;
  box-shadow: 0 0 0 3px rgb(56 189 248 / 0.16) !important;
}

footer .tour-section form .b24-form-field-agreement,
footer .tour-section form .b24-form-field-agreement label,
footer .tour-section form .b24-form-field-agreement input[type="checkbox"] {
  border: 0 !important;
  box-shadow: none !important;
  outline: none;
}

footer .tour-section form .b24-form-field-agreement input[type="checkbox"] {
  accent-color: #2563eb;
}

footer .tour-section form .b24-form-btn {
  border-color: transparent !important;
  box-shadow: none !important;
  outline: none;
}

html[data-theme="light"] footer .tour-section form .b24-form-control {
  background-color: #ffffff !important;
  border-color: #cbd5e1 !important;
  color: #172033 !important;
}

html[data-theme="light"] footer .tour-section form .b24-form-control:focus {
  border-color: #2563eb !important;
  box-shadow: 0 0 0 3px rgb(37 99 235 / 0.14) !important;
}

html[data-theme="light"] footer .tour-section form .b24-form-btn {
  border-color: transparent !important;
}

@media (max-width: 767px) {
  html[data-theme="light"] header nav .hidden.justify-between {
    background: #ffffff;
    box-shadow: -1rem 0 3rem rgb(15 23 42 / 0.15);
  }
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.characteristics-grid {
  align-items: stretch;
}

.characteristic-card {
  position: relative;
  display: flex;
  min-height: 14rem;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgb(71 85 105 / 0.45);
  text-align: left;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.characteristic-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: #3b82f6;
  content: "";
}

.characteristic-card:hover {
  border-color: rgb(96 165 250 / 0.75);
  box-shadow: 0 1rem 2rem rgb(2 6 23 / 0.22);
  transform: translateY(-0.2rem);
}

.characteristic-title {
  min-height: 3rem;
  margin-bottom: 0.75rem;
  line-height: 1.35;
}

.characteristic-description {
  line-height: 1.6;
}

html[data-theme="light"] .characteristic-card {
  border-color: #dbe3ef;
}

html[data-theme="light"] .characteristic-card:hover {
  border-color: #60a5fa;
  box-shadow: 0 1rem 2rem rgb(30 64 175 / 0.12);
}

@media (max-width: 639px) {
  .characteristic-card {
    min-height: 0;
    padding: 1.5rem;
  }

  .characteristic-title {
    min-height: 0;
  }
}

.carousel-wrapper {
  position: relative;
  min-width: 0;
}

.carousel-track {
  width: 100%;
  max-width: 100%;
  cursor: grab;
  min-width: 0;
  user-select: none;
}

.services-carousel-section {
  display: block;
  min-width: 0;
}

.services-carousel-section > .container {
  min-width: 0;
}

.carousel-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

@media (min-width: 768px) {
  .carousel-wrapper {
    margin-inline: 3.5rem;
  }

  .carousel-button {
    position: absolute;
  }

  .carousel-button-left {
    left: -3.5rem;
  }

  .carousel-button-right {
    right: -3.5rem;
  }
}

@media (max-width: 767px) {
  .carousel-track {
    cursor: grab;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }
}

  #tariffsColocation div,
  #tariffsVirtualization div {
    transform: none !important;
    transition: box-shadow 180ms ease, outline-color 180ms ease;
  }

  .carousel-track {
    padding-top: 0.75rem;
  }

  .services-carousel-section {
    background-color: transparent !important;
    background-image: none !important;
  }

  .services-carousel {
    background-color: #07111f;
    background-image: linear-gradient(120deg, rgb(37 99 235 / 0.2), rgb(8 145 178 / 0.08) 55%, transparent 100%);
  }

  .about-parameters-overlay {
    background: linear-gradient(115deg, rgb(8 27 52 / 0.78), rgb(8 145 178 / 0.3) 55%, rgb(37 99 235 / 0.38));
  }

  .colocation-hero-overlay {
    background: linear-gradient(120deg, #07111f, #0b2844 55%, #075985);
  }

  .colocation-benefit {
    transition: box-shadow 180ms ease;
  }

  .colocation-benefit:hover {
    box-shadow: 0 8px 18px rgb(8 145 178 / 0.18);
  }

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

  #tariffsColocation > div:hover,
  #tariffsVirtualization > div:hover {
    transform: none !important;
    outline: none;
    box-shadow: 0 1.25rem 2.5rem rgb(2 6 23 / 0.3) !important;
  }

  html[data-theme="light"] #tariffsColocation > div:hover,
  html[data-theme="light"] #tariffsVirtualization > div:hover {
    box-shadow: 0 1.25rem 2.5rem rgb(30 64 175 / 0.14) !important;
  }

  .characteristic-title {
    font-size: 1.125rem;
    overflow-wrap: anywhere;
  }

  .characteristic-title-tail {
    white-space: nowrap;
  }

  #tariffsColocation a[href="https://my.coredatanet.ru"],
  #tariffsVirtualization a[href="https://my.coredatanet.ru"] {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #2563eb 0%, #0891b2 100%) !important;
    box-shadow: 0 8px 18px rgb(8 145 178 / 0.2);
    transition: filter 180ms ease, box-shadow 180ms ease;
  }

  #tariffsColocation a[href="https://my.coredatanet.ru"]::before,
  #tariffsVirtualization a[href="https://my.coredatanet.ru"]::before {
    position: absolute;
    top: 50%;
    right: calc(50% - 3.5rem);
    content: "🚀";
    transform: translateY(-50%);
  }

  #tariffsColocation a[href="https://my.coredatanet.ru"]:hover,
  #tariffsVirtualization a[href="https://my.coredatanet.ru"]:hover {
    filter: brightness(1.12);
    box-shadow: 0 10px 22px rgb(8 145 178 / 0.35);
  }
