@charset "UTF-8";
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

section {
  padding: 2rem 0;
}

html, body {
  font-family: "Onest", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-synthesis: none;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: rgb(246, 243, 242);
}

body {
  min-width: 320px;
  position: relative;
  line-height: 1.5;
  overflow-x: hidden;
  font-size: 18px;
  color: #2d3748;
  width: 100%;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 52px;
}

p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

li,
ul {
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #f05243;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #f05243;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
  cursor: pointer;
}

/* Отключаем outline для всех элементов при фокусе */
*:focus {
  outline: none !important;
}

/* Отключаем outline только для кнопок */
button:focus {
  outline: none !important;
}

/* Отключаем outline для ссылок */
a:focus {
  outline: none !important;
}

/* Отключаем outline для input, textarea, select */
input:focus,
textarea:focus,
select:focus {
  outline: none !important;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
::after,
::before {
  box-sizing: inherit;
}

main {
  padding-bottom: 40px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Onest";
  line-height: normal;
  text-wrap-style: balance;
}

h2 {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

.hidden {
  visibility: hidden;
}

h1 {
  text-align: center;
}

@media screen and (max-width: 1439px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
  h2 {
    font-size: 32px;
    line-height: 39px;
  }
  h4 {
    font-size: 20px;
    line-height: 24px;
  }
  h5 {
    font-size: 16px;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }
  section {
    padding: 1rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  body p {
    font-size: 16px;
    line-height: 24px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-family: Onest, sans-serif;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  main {
    padding-bottom: 10px;
  }
  section {
    padding: 1rem 0 0;
  }
  p {
    font-size: 16px;
  }
  h1 {
    font-size: 32px;
    line-height: 38px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
    font-family: Onest, sans-serif;
    font-weight: 600;
  }
}
.compare {
  overflow: hidden;
}
.compare__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .compare__container {
    padding: 0;
  }
}
.compare__content {
  background: #fff;
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
}
@media (min-width: 992px) {
  .compare__content {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .compare__content {
    margin: 0 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .compare__content::-webkit-scrollbar {
    height: 8px;
  }
  .compare__content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }
  .compare__content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
  }
  .compare__content::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
.compare__table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  .compare__table {
    min-width: 700px;
  }
}
.compare__table tr td {
  padding: 20px;
  border-right: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .compare__table tr td {
    padding: 15px 12px;
  }
}
.compare__table tr td:first-child {
  font-weight: 600;
  background: #f8f9fa;
  position: sticky;
  left: 0;
  z-index: 2;
  min-width: 140px;
}
@media (max-width: 768px) {
  .compare__table tr td:first-child {
    min-width: 120px;
    background: #fff;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
  }
}
.compare__table tr td:last-child {
  border-right: none;
}
.compare__table tr td h4 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  color: #2d3748;
}
@media (max-width: 768px) {
  .compare__table tr td h4 {
    font-size: 16px;
  }
}
.compare__table tr td h5 {
  font-size: 15px;
  margin: 8px 0 0;
  color: #f05243;
  font-weight: 700;
}
@media (max-width: 768px) {
  .compare__table tr td h5 {
    font-size: 13px;
  }
}
.compare__table tr:first-child td {
  background: #f7fafc;
  position: sticky;
  top: 0;
  z-index: 1;
}
.compare__table tr:first-child td:first-child {
  z-index: 3;
}
.compare__table tr:last-child td {
  border-bottom: none;
  background: #fafbfc;
}
.compare__features-item {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 768px) {
  .compare__features-item {
    font-size: 14px;
  }
}
.compare__save {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .compare__save {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
.compare__save .save-percent {
  padding: 6px 10px;
  color: #f05243;
  background: #f0f4f8;
  border-radius: 0.75rem;
  white-space: nowrap;
}
.compare__save .save-percent_bg {
  background: #e6fffa;
  color: #00875a;
}
.compare__save .old-cost {
  color: #a0aec0;
  text-decoration: line-through;
  white-space: nowrap;
}
.compare__cost {
  font-weight: 600;
  font-size: 16px;
  color: #4a5568;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .compare__cost {
    font-size: 14px;
  }
}
.compare__cost b {
  font-size: 24px;
  color: #f05243;
}
@media (max-width: 768px) {
  .compare__cost b {
    font-size: 20px;
  }
}
.compare__title {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.compare__bottom {
  text-align: center;
  padding-top: 10px;
}
.compare__bottom .theme-btn {
  display: inline-block;
  width: 100%;
  max-width: 180px;
  padding: 12px 20px;
  background: #f05243;
  color: #fff;
  border-radius: 0.75rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .compare__bottom .theme-btn {
    padding: 10px 16px;
    font-size: 14px;
    max-width: 140px;
  }
}
.compare__bottom .theme-btn:hover {
  background: #ec2714;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(240, 82, 67, 0.3);
}
.compare__bottom .hostplan__renew {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #718096;
}
@media (max-width: 768px) {
  .compare__bottom .hostplan__renew {
    font-size: 11px;
  }
}
.compare__bottom .hostplan__renew .new-price {
  font-weight: 600;
  color: #4a5568;
}

.page-template-page-dns .compare__content,
.page-template-page-colocation .compare__content {
  width: 100%;
}

@media (max-width: 767px) {
  .compare .section__content {
    position: relative;
  }
  .compare .section__content[data-scrollable=true]::after {
    content: "👉 Прокрутите для просмотра всех планов";
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    z-index: 100;
    animation: slideUpFade 3s ease-out forwards;
    pointer-events: none;
  }
  .compare__table tr td {
    white-space: nowrap;
  }
  .compare__table tr td:not(:first-child) {
    min-width: 130px;
    text-align: center;
  }
}
@keyframes slideUpFade {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(10px);
  }
  10% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  90% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .compare__container {
    padding: 0 20px;
  }
  .compare__table tr td {
    padding: 18px 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .compare * {
    animation: none !important;
    transition: none !important;
  }
}
@media print {
  .compare__content {
    box-shadow: none;
    border: 1px solid #000;
    overflow: visible !important;
  }
  .compare__table {
    min-width: 100% !important;
  }
  .compare__table tr td {
    padding: 8px;
  }
  .compare__table tr td:first-child {
    position: static;
  }
  .compare__table tr:first-child td {
    position: static;
  }
  .compare__bottom .theme-btn {
    display: none;
  }
}
.new_service .section__content {
  gap: 20px;
}

.section__content {
  display: flex;
  flex-flow: wrap;
  margin-top: 20px;
  gap: 20px;
}
@media (max-width: 900px) {
  .section__content {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.choose__item {
  display: flex;
  flex-direction: column;
  justify-content: unset;
  flex: 1;
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
}
.choose__item p {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .choose__item {
    flex: 0 0 calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
    padding: 30px 20px;
  }
}
@media (max-width: 900px) {
  .choose__item {
    padding: 20px;
  }
}

.choose__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  max-height: 200px;
}
.choose__icon img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .choose__icon {
    margin-bottom: 24px;
    max-height: 140px;
  }
  .choose__icon img {
    max-width: 120px;
  }
}

.choose__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .choose__title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}

.choose__text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Количество строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1439px) {
  .choose__item p {
    margin-bottom: 0;
  }
  .choose__icon {
    margin-bottom: 18px;
  }
}
.payment-sections {
  margin-bottom: 40px;
}

.payment h2 {
  color: #fff;
}

@media (max-width: 900px) {
  .payment__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
  }
  .payment__list .payment__link {
    max-width: 100% !important;
    width: 47% !important;
    margin: 0 !important;
  }
}
@media (max-width: 900px) {
  .payment {
    padding: 80px 0;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .choose {
    margin-bottom: 28px;
  }
}
.new_service {
  padding-bottom: 80px;
}
@media (max-width: 900px) {
  .new_service {
    padding: 20px;
  }
}
.new_service h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 900px) {
  .new_service h2 {
    font-size: 32px;
  }
}
.new_service .col-12 > p {
  color: #211a18;
  text-align: center;
}
@media (max-width: 900px) {
  .new_service .col-12 > p {
    font-size: 20px;
  }
}
.new_service .choose__item {
  display: flex;
  flex-direction: column;
  justify-content: unset;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  max-width: 386px;
  width: 100%;
  flex: unset;
  overflow: hidden;
  justify-content: space-between;
  min-height: 197px;
  text-wrap-style: balance;
  background-size: cover;
}
.new_service .choose__item p {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.5;
  color: #211a18;
  margin-top: 5px;
}
@media (max-width: 900px) {
  .new_service .choose__item {
    padding: 20px;
    min-height: 230px;
  }
}
.new_service .choose__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 235px;
  position: absolute;
  right: -15%;
  bottom: -25%;
  opacity: 0.2;
}
.new_service .choose__icon img {
  max-width: 235px;
}
.new_service .choose__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-family: "Onest";
  font-weight: 700;
  color: #201b19;
  line-height: normal;
}
.new_service .read-more {
  position: relative;
  background: #f05243;
  color: #fff;
  padding: 8.5px 15px 8.5px 20px;
  border-radius: 16px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  line-height: normal;
  display: flex;
  gap: 10px;
  cursor: pointer;
}
.new_service .read-more img {
  transition: 0.4s;
}
.new_service .read-more:hover img {
  transform: rotateZ(45deg);
}
.new_service .jew-new-service {
  bottom: -25%;
  left: -10%;
}

.payment {
  padding: 100px 0;
  transform: translateY(-1px);
}

.payment .section__header {
  margin-bottom: 0;
}

.payment__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.payment__list .payment__link {
  margin-bottom: 20px;
  position: relative;
  background: #272524;
  max-width: 182px;
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.payment__link img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 150px;
}

.payment__link img + img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}

.payment__link:hover img + img {
  opacity: 1;
  transition: all 0.5s;
}

@media screen and (max-width: 1439px) {
  .payment__link {
    max-width: 154px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .payment__link {
    margin-left: auto;
    margin-right: auto;
  }
  .payment__link {
    width: -webkit-calc(100% / 3);
    width: 33.3333333333%;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .payment__link {
    width: 135px;
  }
  .payment__link {
    margin-bottom: 0px;
  }
  .payment .section__header {
    margin-bottom: 0px;
  }
  .payment__list:first {
    margin-bottom: 50px;
  }
}
.else {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  position: relative;
  overflow: hidden;
}
.else::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #f05243, transparent);
}
.else__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.else__header {
  text-align: center;
  margin-bottom: 3rem;
}
.else__title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1e293b;
  margin: 0;
  line-height: 1.2;
}
.else__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  align-items: stretch;
}
.else__item {
  display: flex;
}
.else__item-box {
  background: #ffffff;
  border: 1px solid rgba(240, 82, 67, 0.1);
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.else__item-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(135deg, transparent, rgba(240, 82, 67, 0.2), transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.else__item-box:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: rgba(240, 82, 67, 0.3);
}
.else__item-box:hover::before {
  opacity: 1;
}
.else__item-header {
  padding: 2rem 1.5rem 1rem 1.5rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.else__name {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  text-decoration: none;
  transition: color 0.3s ease;
}
.else__name:hover {
  color: #f05243;
  text-decoration: none;
}
.else__tags {
  display: block;
  font-size: 0.9rem;
  color: #64748b;
  font-weight: 500;
  line-height: 1.4;
}
.else__cost {
  display: block;
  width: 100%;
  padding: 1.5rem;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  font-size: 0.9rem;
  font-weight: 600;
  color: #64748b;
  text-align: center;
  border-top: 1px solid rgba(240, 82, 67, 0.1);
  border-bottom: 1px solid rgba(240, 82, 67, 0.1);
  position: relative;
  z-index: 2;
}
.else__price {
  font-size: 2rem;
  font-weight: 800;
  color: #f05243;
  display: block;
  margin-top: 0.25rem;
}
.else__list {
  padding: 1.5rem;
  list-style: none;
  margin: 0;
  flex-grow: 1;
  position: relative;
  z-index: 2;
}
.else__list li {
  display: block;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  color: #475569;
  position: relative;
  line-height: 1.5;
  font-weight: 500;
}
.else__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  background: #10b981;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
}
.else__list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .else__content {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .else {
    padding: 3rem 0;
  }
  .else__container {
    padding: 0 0.75rem;
  }
  .else__header {
    margin-bottom: 2rem;
  }
  .else__title {
    font-size: 2rem;
  }
  .else__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .else__item-box {
    border-radius: 16px;
  }
  .else__item-header {
    padding: 1.5rem 1rem 0.75rem 1rem;
  }
  .else__name {
    font-size: 1.25rem;
  }
  .else__tags {
    font-size: 0.85rem;
  }
  .else__cost {
    padding: 1.25rem;
  }
  .else__price {
    font-size: 1.75rem;
  }
  .else__list {
    padding: 1.25rem;
  }
  .else__list li {
    font-size: 0.85rem;
    margin-bottom: 0.6rem;
    padding-left: 1.4rem;
  }
  .else__list li::before {
    width: 0.9rem;
    height: 0.9rem;
    font-size: 0.65rem;
  }
}
@media (max-width: 480px) {
  .else {
    padding: 2rem 0;
  }
  .else__container {
    padding: 0 0.5rem;
  }
  .else__header {
    margin-bottom: 1.5rem;
  }
  .else__title {
    font-size: 1.75rem;
  }
  .else__content {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .else__item-box {
    border-radius: 14px;
  }
  .else__item-header {
    padding: 1.25rem 0.875rem 0.5rem 0.875rem;
  }
  .else__name {
    font-size: 1.15rem;
  }
  .else__tags {
    font-size: 0.8rem;
  }
  .else__cost {
    padding: 1rem;
  }
  .else__price {
    font-size: 1.5rem;
  }
  .else__list {
    padding: 1rem;
  }
  .else__list li {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    padding-left: 1.3rem;
  }
  .else__list li::before {
    width: 0.8rem;
    height: 0.8rem;
    font-size: 0.6rem;
  }
}
.more_content {
  max-height: 30vh;
  transition: 1s;
  position: relative;
  overflow: hidden;
}

.more_content:after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
}

.more_content.opened {
  max-height: 20000px;
  transition: 1s;
  padding-bottom: 20px;
  padding: 2.5rem;
  border-radius: 20px;
  background: white;
}

.show_more_content {
  position: absolute;
  right: 10px;
  bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 10px;
  z-index: 2;
  cursor: pointer;
}

.show_more_content:hover {
  color: #f05243;
  text-decoration: underline;
}

.more_content.opened:after {
  content: none;
}

.section__header {
  margin-top: 25px;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .section__header p {
    margin-bottom: 0;
  }
}
.payment .container:nth-child(2) {
  margin-top: 50px;
}

.margin-top {
  margin-top: 50px;
}

.start .section__header {
  margin-bottom: 15px !important;
}

.section__content .wp-block-button__link {
  display: inline-block;
  min-width: 130px;
  padding: 0;
  background-color: #f05243;
  color: #fff;
  text-align: center;
  font-family: Onest, sans-serif;
  border-radius: 0.75rem;
  border: none;
  transition: 0.3s;
  text-transform: capitalize;
  cursor: pointer;
  color: #fff;
}

.section__content .wp-block-button__link:hover {
  background: #fadb5f;
  color: #8d2b0b;
}

.section__content .wp-block-button__link {
  color: #fff !important;
  padding: 13px 30px;
}

.section__content .text-success {
  color: #009246 !important;
  font-weight: 600;
}

@media all and (max-width: 500px) {
  .section__content .wp-block-table {
    margin: 30px 0;
  }
}
.box-server-option {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.server-options {
  display: flex;
  gap: 10px;
  flex: 1;
}

.faq-glass {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 50%, #7c3aed 100%);
}
@media (max-width: 768px) {
  .faq-glass {
    padding: 50px 0;
  }
}
.faq-glass__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.faq-glass__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.6;
  animation: faq-float 8s ease-in-out infinite;
}
.faq-glass__orb--1 {
  width: 400px;
  height: 400px;
  background: rgba(56, 189, 248, 0.5);
  top: -100px;
  left: -100px;
  animation-delay: 0s;
}
.faq-glass__orb--2 {
  width: 300px;
  height: 300px;
  background: rgba(139, 92, 246, 0.5);
  bottom: -50px;
  right: -50px;
  animation-delay: -3s;
}
.faq-glass__orb--3 {
  width: 250px;
  height: 250px;
  background: rgba(34, 211, 238, 0.4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: -5s;
}
.faq-glass__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.faq-glass__header h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  margin: 0;
}
@media (max-width: 768px) {
  .faq-glass__header h2 {
    font-size: 1.75rem;
  }
}
.faq-glass__plane {
  width: 50px;
  height: auto;
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.2));
  animation: faq-plane-float 3s ease-in-out infinite;
}
@media (max-width: 768px) {
  .faq-glass__plane {
    width: 35px;
  }
}
.faq-glass__list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.faq-glass__item {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  animation: faq-fadeInUp 0.6s ease forwards;
  animation-delay: var(--delay);
  opacity: 0;
}
.faq-glass__item:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
.faq-glass__item.active {
  background: rgba(255, 255, 255, 0.18);
}
.faq-glass__item.active .faq-glass__icon {
  transform: rotate(45deg);
}
.faq-glass__item.active .faq-glass__answer {
  grid-template-rows: 1fr;
}
.faq-glass__item.active .faq-glass__answer-inner {
  opacity: 1;
  transform: translateY(0);
  padding-bottom: 20px;
}
.faq-glass__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .faq-glass__question {
    padding: 16px 18px;
    font-size: 0.95rem;
  }
}
.faq-glass__question span {
  flex: 1;
}
.faq-glass__icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.8);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-glass__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.faq-glass__answer-inner {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.7;
  font-weight: 300;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.4s ease 0.15s, transform 0.4s ease 0.15s, padding 0.4s ease;
  padding: 0 24px;
  min-height: 0;
}
@media (max-width: 768px) {
  .faq-glass__answer-inner {
    font-size: 0.9rem;
    padding: 0 18px;
  }
}
.faq-glass__answer-inner p,
.faq-glass__answer-inner ul,
.faq-glass__answer-inner ol {
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 12px 0;
}
.faq-glass__answer-inner p:last-child,
.faq-glass__answer-inner ul:last-child,
.faq-glass__answer-inner ol:last-child {
  margin-bottom: 0;
}
.faq-glass__answer-inner a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}
.faq-glass__answer-inner a:hover {
  opacity: 0.8;
}

@keyframes faq-float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -30px) scale(1.1);
  }
}
@keyframes faq-plane-float {
  0%, 100% {
    transform: translateY(0) rotate(-5deg);
  }
  50% {
    transform: translateY(-8px) rotate(5deg);
  }
}
@keyframes faq-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.faq-glass--default {
  background: transparent !important;
  padding: 60px 0;
}
.faq-glass--default .faq-glass__bg {
  display: none !important;
}
.faq-glass--default .faq-glass__header h2 {
  color: #1e293b !important;
  text-shadow: none !important;
}
.faq-glass--default .faq-glass__item {
  background: #fff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.faq-glass--default .faq-glass__item:hover {
  background: #fff !important;
  border-color: rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.faq-glass--default .faq-glass__item.active {
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.faq-glass--default .faq-glass__question {
  color: #1e293b !important;
}
.faq-glass--default .faq-glass__question:hover {
  color: #e63946 !important;
}
.faq-glass--default .faq-glass__icon {
  color: #64748b !important;
}
.faq-glass--default .faq-glass__item:hover .faq-glass__question,
.faq-glass--default .faq-glass__item.active .faq-glass__question {
  color: #e63946 !important;
}
.faq-glass--default .faq-glass__item:hover .faq-glass__icon,
.faq-glass--default .faq-glass__item.active .faq-glass__icon {
  color: #e63946 !important;
}
.faq-glass--default .faq-glass__answer-inner {
  color: #475569 !important;
}
.faq-glass--default .faq-glass__answer-inner p,
.faq-glass--default .faq-glass__answer-inner ul,
.faq-glass--default .faq-glass__answer-inner ol {
  color: #475569 !important;
}
.faq-glass--default .faq-glass__answer-inner a {
  color: #2563eb !important;
}
.faq-glass--default .faq-glass__answer-inner a:hover {
  color: #1d4ed8 !important;
  opacity: 1;
}

.faq-glass--dark {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
}
.faq-glass--dark .faq-glass__orb--1 {
  background: rgba(51, 65, 85, 0.5);
}
.faq-glass--dark .faq-glass__orb--2 {
  background: rgba(30, 41, 59, 0.5);
}
.faq-glass--dark .faq-glass__orb--3 {
  background: rgba(15, 23, 42, 0.4);
}

.faq-glass--red {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 50%, #991b1b 100%);
}
.faq-glass--red .faq-glass__orb--1 {
  background: rgba(239, 68, 68, 0.5);
}
.faq-glass--red .faq-glass__orb--2 {
  background: rgba(185, 28, 28, 0.5);
}
.faq-glass--red .faq-glass__orb--3 {
  background: rgba(153, 27, 27, 0.4);
}

.faq-glass--column {
  background: transparent !important;
  padding: 0 !important;
}
.faq-glass--column .faq-glass__bg {
  display: none !important;
}
.faq-glass--column .faq-glass__header {
  justify-content: flex-start;
  margin-bottom: 30px;
}
.faq-glass--column .faq-glass__header h2 {
  color: #1e293b !important;
  text-shadow: none !important;
  font-size: 2rem;
}
.faq-glass--column .faq-glass__list {
  max-width: 100%;
}
.faq-glass--column .faq-glass__item {
  background: #fff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.faq-glass--column .faq-glass__item:hover {
  background: #fff !important;
  border-color: rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.faq-glass--column .faq-glass__item.active {
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.faq-glass--column .faq-glass__question {
  color: #1e293b !important;
}
.faq-glass--column .faq-glass__question:hover {
  color: #e63946 !important;
}
.faq-glass--column .faq-glass__icon {
  color: #64748b !important;
}
.faq-glass--column .faq-glass__item:hover .faq-glass__question,
.faq-glass--column .faq-glass__item.active .faq-glass__question {
  color: #e63946 !important;
}
.faq-glass--column .faq-glass__item:hover .faq-glass__icon,
.faq-glass--column .faq-glass__item.active .faq-glass__icon {
  color: #e63946 !important;
}
.faq-glass--column .faq-glass__answer-inner {
  color: #475569 !important;
}
.faq-glass--column .faq-glass__answer-inner p,
.faq-glass--column .faq-glass__answer-inner ul,
.faq-glass--column .faq-glass__answer-inner ol {
  color: #475569 !important;
}
.faq-glass--column .faq-glass__answer-inner a {
  color: #2563eb !important;
}
.faq-glass--column .faq-glass__answer-inner a:hover {
  color: #1d4ed8 !important;
  opacity: 1;
}
@media (max-width: 768px) {
  .faq-glass--column .faq-glass__header h2 {
    font-size: 1.5rem;
  }
}

.telegram-video {
  background: url(/wp-content/uploads/2024/12/telegram-background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px;
}
@media (max-width: 768px) {
  .telegram-video {
    padding: 18px 30px;
  }
}
.telegram-video__video-frame {
  display: flex;
  justify-content: center;
  margin-top: 5vh;
  border-radius: 20px;
  margin: 50px auto;
}
.telegram-video__video-frame lite-youtube {
  border-radius: 20px;
}
.telegram-video__container {
  position: relative;
  overflow: hidden;
}
.telegram-video__bg-image {
  display: block;
  width: 100%;
  height: auto;
}
.telegram-video__heading {
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  color: #2d3748;
  width: 100%;
}
@media (max-width: 768px) {
  .telegram-video__heading {
    font-size: 26px;
  }
}

.related {
  padding: 20px 0;
  /* Модификатор для секции FAQs — при желании можно варьировать стили */
}
.related__container {
  padding: 0;
}
.related__title {
  margin: 0 0 16px 0;
  text-align: center;
}
.related__title-text {
  font-size: 36px;
  font-weight: 700;
  color: #1b1716;
}
.related__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.related__item {
  display: block;
}
.related__item-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.related__image {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.related__image-el {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.related__image-placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #f6f3f2 0%, #eee8e6 100%);
}
.related__info {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.related__item-title {
  font-size: 20px;
  font-weight: 700;
  color: #1b1716;
  line-height: 1.3;
  text-wrap-style: balance;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.related__excerpt {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: #3a3432;
}
@media (max-width: 1200px) {
  .related__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .related__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .related__item {
    padding: 0 1rem 0;
  }
}
/* Тест компиляции */
/* Тест автоматической компиляции Sun Sep 14 13:22:06 EEST 2025 */
/* Тест 13:22:45 */
.accordeon__section {
  margin-bottom: 14px;
}

.accordeon__section-head {
  width: 100%;
  padding: 24px 36px;
  background: #fff;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  transition: 1s;
  border-radius: 0.75rem;
  font-weight: 600;
  line-height: 1.35;
}

.accordeon__section-head:hover {
  transition: 1s;
}

.accordeon__section-head::after {
  content: "";
  background: url(/wp-content/themes/alexhost_new/img/dmca/icons/arrow-down-dark.svg);
  display: block;
  line-height: 1;
  font-size: 30px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: transform 0.3s ease;
  width: 24px;
  height: 24px;
}

.accordeon__section-head_active::after {
  transform: translateY(-50%) rotate(180deg);
}

.accordeon__section-content {
  padding: 0 36px;
  max-height: 0;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: white;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 10px;
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}
.accordeon__section-content.active {
  max-height: 2000px;
  padding: 25px 36px 11px 36px;
  opacity: 1;
}
.accordeon__section-content div {
  padding: 0;
}

.accordeon__section-content p {
  margin-bottom: 0;
}

@media screen and (max-width: 1439px) {
  .accordeon__section-head {
    font-size: 18px;
    padding: 21px 20px;
  }
  .accordeon__section-content {
    padding: 16px 20px;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .accordeon__section-head {
    font-size: 16px;
    padding-right: 46px;
  }
}
.start__content.section__content {
  justify-content: center;
}

.breadcrumbs {
  padding: 20px 0;
}

.breadcrumbs__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.breadcrumbs__list li {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 5px;
}

.breadcrumbs__list li::after {
  content: "";
  background: url(/wp-content/themes/alexhost_new/img/dmca/icons/arrow-down-dark.svg);
  display: block;
  line-height: 1;
  font-size: 30px;
  text-align: center;
  right: 20px;
  transition: 0.3s;
  width: 24px;
  height: 24px;
  left: 25px;
  transform: rotate(-90deg);
  filter: brightness(0);
}

.breadcrumbs__list li:last-child::after {
  display: none;
}

.breadcrumbs__list li:not(:last-child) a {
  color: #606c77;
}

.breadcrumbs__list li a.home span {
  display: none;
}

.breadcrumbs__list a {
  font-size: 16px;
  color: #4a5568;
  position: relative;
}

.breadcrumbs__list a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background-color: #4a5568;
  transition: 0.3s;
}

.breadcrumbs__list a:hover::after {
  width: 100%;
}

.breadcrumbs__list span {
  font-size: 16px;
}

.breadcrumbs .home::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../../../img/breadcrumbs/home-icon.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}

footer {
  padding: 50px 0 0;
  border-top: 1px solid #e2e8f0;
  position: relative;
}

footer *,
footer a {
  color: #2d3748;
}

footer ul {
  padding-left: 0px;
  margin-bottom: 25px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  footer ul {
    padding-left: 20px;
  }
}

footer a {
  transition: 0.3s;
}

footer a:hover {
  color: #dfb044;
}

.footer_contrast::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://dev.alexhost.com/wp-content/uploads/2024/03/lines.webp);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
}

@media (min-width: 1024px) {
  .footer_contrast::before {
    background-position: bottom;
  }
}
.new_footer_contrast::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2024/07/footer-light-1.webp);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

@media (min-width: 1024px) {
  .new_footer_contrast::before {
    background-position: inherit;
  }
}
@media (max-width: 567px) {
  .new_footer_contrast .footer__subtitle {
    color: #f05243;
    padding: 15px;
    border-radius: 10px;
    border: none !important;
    background: white;
  }
}
.new_footer_contrast .footer__subtitle {
  color: #f05243;
}

.footer__social-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer__social-list a {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}

.footer__social-list img {
  width: 20px;
  height: 20px;
  padding: 0;
  filter: brightness(100);
}

.footer_contrast {
  background: linear-gradient(114.31deg, #611b40 2.2%, #fb4c41 57.73%, #aa323f 92.1%);
  border-top: none;
}

.footer_contrast .footer-logo-light {
  display: none;
}

.footer_contrast .footer-logo-light {
  display: none;
}

.footer_contrast .footer-logo-dark {
  filter: brightness(5);
  display: block !important;
}

.footer_contrast *,
.footer_contrast a {
  color: #f6f6f9;
  font-size: 16px;
}

.footer_contrast a:hover {
  color: #fadb5f;
}

.footer__title {
  font-size: 40px;
  font-family: Onest, sans-serif;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 567px) {
  .footer__title {
    display: flex;
    justify-content: center;
  }
}

.footer__title ~ p {
  font-size: 16px;
}
@media (max-width: 567px) {
  .footer__title ~ p {
    text-align: center;
  }
}

.footer__subtitle {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.22;
  margin-bottom: 14px;
  font-weight: 700;
}

.footer_n1 {
  background: #fff;
}
.footer_n1 .footer__subtitle {
  color: #f05243;
}
.footer_n1 .footer__social-list img {
  filter: unset !important;
}

@media screen and (max-width: 767px) {
  footer {
    border-top: none;
  }
  footer .footer__subtitle {
    display: block;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1.5px solid #e2e8f0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  /* footer .col-md-4:nth-child(3) .footer__subtitle {
    border-bottom: none
  } */
  .footer__social .footer__subtitle {
    margin-bottom: 0;
  }
  .footer__social-block {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer__social-block .footer__subtitle {
    border-bottom: none;
  }
  .footer__social-block .footer__subtitle::after {
    display: none;
  }
  .footer__social-list {
    margin-bottom: 20px;
    justify-content: space-between;
    margin-top: 20px;
  }
}
.footer__subtitle::after {
  filter: brightness(0);
}

@media (max-width: 768px) {
  .align-center {
    text-align: center;
  }
}
.footer__logo {
  display: block;
  width: 300px;
  height: 60px;
  background: url(/wp-content/uploads/2023/10/logoah_wh.svg) no-repeat;
}

.new_footer__logo {
  display: block;
  width: 300px;
  height: 60px;
  background: url(/wp-content/uploads/2023/08/logo_black.svg) no-repeat;
}

/* 
.footer_contrast .footer__logo {
  background-image: url(https://dev.alexhost.com/wp-content/uploads/2023/08/logo_white1.svg);
} */
.top-rev {
  display: flex;
  gap: 10px;
  margin-bottom: 35px !important;
}
@media (max-width: 567px) {
  .top-rev {
    justify-content: center;
  }
}

.top-rev img {
  width: 100px;
}

.footer_m1-new .footer__social-list img {
  filter: brightness(0);
}

.header-platinum {
  padding-top: 0;
  padding-bottom: 0;
}

.vps-platinum {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 150px 0 77px;
}
@media (max-width: 768px) {
  .vps-platinum {
    padding: 100px 0 50px;
  }
}

.header-hero__bg-video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  right: 0;
  left: inherit;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .header-hero__bg-video {
    width: 100%;
  }
}
.platinum-hero__container {
  position: relative;
  z-index: 2;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
}

.platinum-hero__content {
  display: grid;
  gap: 7px;
  text-align: center;
  position: relative;
  top: -100px;
}

.platinum-hero__title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  color: white;
  text-align: center;
}
.platinum-hero__title .platinum-title-red {
  color: #fff;
}

a {
  color: #fff;
}

#breadcrumbs {
  color: #fff;
  text-wrap-style: balance;
  text-align: center;
}

@media (max-width: 768px) {
  .platinum-hero__content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin-top: 20px;
  }
  .platinum-hero__title {
    font-size: 2rem !important;
    line-height: 1.2 !important;
    margin-bottom: 1rem !important;
    padding: 20px;
    text-align: center;
  }
  #breadcrumbs {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .platinum-hero__title {
    font-size: 28px;
    padding: 15px;
  }
}
.pricing-selector-section {
  position: relative;
  bottom: 178px;
  z-index: 2;
  margin: 0 auto;
  max-width: 550px;
}

.pricing-period-selector {
  background: var(--white, #ffffff);
  border-radius: 20px;
  padding: 5px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  box-sizing: border-box;
  max-width: 505px;
  margin: -10px auto;
}

.period-option {
  border-radius: 20px;
  padding: 12px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.period-option:hover {
  background: rgba(240, 82, 67, 0.1);
}
.period-option--active {
  background: #f05243;
}
.period-option--active:hover {
  background: #e53e3e;
}
.period-option--active .period-label {
  color: var(--white, #ffffff);
}

.period-label {
  color: var(--dark, #1b1716);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .pricing-selector-section {
    padding: 30px 0;
  }
  .pricing-period-selector {
    gap: 8px;
    display: flex;
    max-width: 100%;
    flex-direction: row;
  }
  .period-option {
    padding: 10px;
  }
  .period-label {
    font-size: 14px;
  }
}
.vps-plans-section {
  position: relative;
  margin: -178px 0 0;
  z-index: 9;
  overflow: visible;
}
.vps-plans-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: visible;
}

.vps-plans-grid {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 20px;
  overflow: visible;
  position: relative;
}
.vps-plans-grid:last-child {
  margin-bottom: 0;
}
.vps-plans-grid--centered {
  justify-content: center;
}
.vps-plans-grid--centered .vps-plan-card {
  flex: 0 1 calc(33.333% - 14px);
  max-width: calc(33.333% - 14px);
}

.vps-plan-card {
  background: var(--white, #ffffff);
  border-radius: 20px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  position: relative;
  box-shadow: 0px 4px 30px 0px rgba(45, 32, 28, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-radius 0.3s ease;
}
.vps-plan-card:hover {
  box-shadow: 0px 12px 80px 0px rgba(45, 32, 28, 0.2);
  border-radius: 20px 20px 0 0;
  z-index: 999;
}
.vps-plan-card:hover .vps-plan-extra-info {
  max-height: 500px;
  opacity: 1;
  padding: 0 20px 24px 20px;
  pointer-events: auto;
  box-shadow: 0px 12px 80px 0px rgba(45, 32, 28, 0.2);
}

.vps-plan-extra-info {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--white, #ffffff);
  border-radius: 0 0 20px 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  max-height: 0;
  opacity: 0;
  transition: all 0.4s ease;
  overflow: hidden;
  pointer-events: none;
}

.extra-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
  padding: 10px 0;
}

.extra-info-item {
  background: var(--bg, #f6f3f2);
  border-radius: 10px;
  padding: 8px 15px 8px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}

.extra-info-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  opacity: 0.3;
  -o-object-fit: contain;
     object-fit: contain;
}
.extra-info-icon.opacity {
  opacity: 0.3;
}

.extra-info-content {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
}

.extra-info-label {
  color: var(--dark, #1b1716);
  text-align: left;
  font-size: 8px;
  font-weight: 700;
  opacity: 0.3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.extra-info-value {
  color: var(--dark, #1b1716);
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.extra-info-links {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  gap: 10px;
  flex-wrap: wrap;
}

.extra-info-link {
  color: var(--dark, #1b1716);
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}
.extra-info-link:hover {
  color: #f05243;
  text-decoration: none;
}
.extra-info-link:hover .arrow-icon {
  transform: translateX(3px);
}

.arrow-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  opacity: 0.7;
}

.vps-plan-header {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  width: 100%;
}

.vps-plan-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  flex: 1;
}

.vps-plan-title {
  color: var(--dark, #1b1716);
  text-align: left;
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}

.vps-plan-type {
  color: var(--dark, #1b1716);
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.4;
  margin: 0;
}

.vps-plan-pricing {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-end;
  justify-content: center;
}

.vps-plan-price {
  color: var(--orange, #f05243);
  text-align: right;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.vps-plan-performance {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}

.performance-increase {
  color: #f05243;
}

.performance-label {
  color: var(--dark, #1b1716);
}

.vps-plan-specs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: stretch;
  width: 100%;
}

.vps-spec-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  width: 100%;
}

.vps-spec-item {
  background: var(--bg, #f6f3f2);
  border-radius: 10px;
  padding: 8px 15px 8px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  flex: 1;
}

.vps-spec-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.vps-spec-info {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
}

.vps-spec-label {
  color: var(--dark, #1b1716);
  text-align: left;
  font-size: 8px;
  font-weight: 700;
  opacity: 0.3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.vps-spec-value {
  color: var(--dark, #1b1716);
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.vps-plan-button {
  background: #f05243;
  border-radius: 20px;
  padding: 12px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: 200px;
  margin: 20px 0;
  align-self: center;
  color: var(--white, #ffffff);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.vps-plan-button:hover {
  background: #e53e3e;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(240, 82, 67, 0.4);
  color: #ffffff;
  text-decoration: none;
}
.vps-plan-button:active {
  transform: translateY(0);
}

@media (max-width: 992px) {
  .vps-plans-grid {
    gap: 15px;
  }
  .vps-plan-card {
    padding: 20px 16px;
  }
  .vps-plan-card:hover {
    border-radius: 18px 18px 0 0;
    box-shadow: 0px 12px 80px 0px rgba(45, 32, 28, 0.2);
  }
  .vps-plan-card:hover .vps-plan-extra-info {
    padding: 0 16px 20px 16px;
    pointer-events: auto;
    box-shadow: 0px 12px 80px 0px rgba(45, 32, 28, 0.2);
  }
  .vps-plan-extra-info {
    border-radius: 0 0 18px 18px;
  }
  .vps-plan-title {
    font-size: 28px;
  }
  .vps-plan-price {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .vps-plans-section {
    padding: 30px 0;
    margin: -150px 0 0;
  }
  .vps-plans-grid {
    flex-direction: column;
    gap: 20px;
  }
  .vps-plans-grid--centered .vps-plan-card {
    flex: 1;
    max-width: 100%;
  }
  .vps-plan-card {
    width: 100%;
    padding: 24px 20px;
  }
  .vps-plan-title {
    font-size: 26px;
  }
  .vps-plan-price {
    font-size: 26px;
  }
  .vps-plan-performance {
    font-size: 12px;
  }
  .vps-plan-button {
    width: 100%;
    max-width: 250px;
  }
  .vps-plan-card:hover {
    border-radius: 15px 15px 0 0;
    box-shadow: 0px 12px 80px 0px rgba(45, 32, 28, 0.2);
  }
  .vps-plan-card:hover .vps-plan-extra-info {
    padding: 0 20px 24px 20px;
    pointer-events: auto;
    box-shadow: 0px 12px 80px 0px rgba(45, 32, 28, 0.2);
  }
  .vps-plan-extra-info {
    border-radius: 0 0 15px 15px;
  }
  .extra-info-grid {
    gap: 8px;
  }
  .extra-info-item {
    padding: 6px 12px 6px 8px;
  }
  .extra-info-icon {
    width: 18px;
    height: 18px;
  }
  .extra-info-label {
    font-size: 7px;
  }
  .extra-info-value {
    font-size: 12px;
  }
  .extra-info-links {
    flex-direction: column;
    gap: 8px;
  }
  .extra-info-link {
    font-size: 11px;
    width: 100%;
  }
  .arrow-icon {
    width: 14px;
    height: 14px;
  }
}
.intel-platinum-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.intel-platinum-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  pointer-events: none;
}

.intel-platinum-section__bg-video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  right: 0;
  left: inherit;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.intel-platinum-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.intel-platinum-logo {
  flex-shrink: 0;
  width: 203.49px;
  height: 48px;
  position: relative;
  overflow: visible;
}

.intel-platinum-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  max-width: 1023px;
}

.intel-platinum-title {
  color: var(--white, #ffffff);
  text-align: left;
  font-size: 36px;
  line-height: 120%;
  font-weight: 600;
  margin: 0;
  max-width: 595px;
}

.intel-platinum-description {
  color: var(--white, #ffffff);
  text-align: left;
  font-size: 16px;
  line-height: 130%;
  font-weight: 300;
  margin: 0;
}
.intel-platinum-description:last-child {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .intel-platinum-content {
    padding: 0 40px;
  }
  .intel-platinum-title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .intel-platinum-section {
    padding: 80px 16px;
    border-radius: 20px;
  }
  .intel-platinum-content {
    padding: 0 20px;
    gap: 20px;
  }
  .intel-platinum-logo {
    width: 160px;
  }
  .intel-platinum-info {
    gap: 14px;
    align-items: center;
    text-align: center;
  }
  .intel-platinum-title {
    font-size: 32px;
    text-align: left;
    line-height: 120%;
  }
  .intel-platinum-description {
    font-size: 16px;
    text-align: left;
    line-height: 130%;
  }
}
.vps-features-section {
  padding: 80px 0;
  background: #f6f3f2;
  overflow: hidden;
  position: relative;
}

.vps-features-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
}

.vps-features-title-platinum {
  color: var(--dark, #1b1716);
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.vps-features-description {
  color: var(--dark, #211a18);
  text-align: center;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  margin: 0;
  max-width: 964px;
}

.vps-features-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.vps-features-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
}

.vps-feature-card {
  background: var(--white, #ffffff);
  border-radius: 20px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  flex: 1;
}

.vps-feature-icon {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vps-feature-icon img {
  height: auto;
}

.vps-feature-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  flex: 1;
}

.vps-feature-title {
  color: var(--dark, #1b1716);
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

.vps-feature-text {
  color: var(--dark, #1b1716);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}

.vps-features-summary {
  background: var(--white, #ffffff);
  border-radius: 20px;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
}

.vps-summary-text {
  color: var(--dark, #211a18);
  text-align: left;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 768px) {
  .vps-features-section {
    padding: 40px 0;
  }
  .vps-features-description {
    font-size: 16px;
  }
  .vps-features-title-platinum {
    font-size: 32px;
    text-align: center;
  }
  .vps-features-header {
    gap: 15px;
    margin-bottom: 25px;
  }
  .vps-features-title {
    font-size: 24px;
  }
  .vps-feature-title {
    margin: 10px;
  }
  .vps-features-row {
    flex-direction: column;
    gap: 15px;
  }
  .vps-features-row.first-row,
  .vps-features-row.second-row {
    height: auto !important;
  }
  .vps-feature-card {
    width: 100%;
  }
  .vps-feature-icon {
    width: 70px;
    height: 70px;
  }
  .vps-features-summary {
    padding: 20px 15px;
  }
  .vps-summary-text {
    text-align: center;
    font-size: 16px;
    line-height: 120%;
  }
  .navbar_default .icon-dark,
  .navbar_default .logo-black {
    display: block !important;
  }
  .navbar_default,
  .navbar_m1-new,
  .navbar-new {
    position: relative !important;
  }
  #breadcrumbs a {
    color: #fff !important;
  }
}
#breadcrumbs a {
  color: #fff !important;
}

.vps-features__container {
  max-width: 1280px;
  margin: 0 auto;
}

.vps-features__title {
  text-align: center;
  font-size: 48px;
  color: #1b1716;
  max-width: 732px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  margin-bottom: 60px;
}

/* Header (Feature / Description / Benefits) */
.vps-features__header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-transform: uppercase;
  font-size: 16px;
  color: rgba(33, 26, 24, 0.5);
  margin-bottom: 20px;
  gap: 15px;
}

.vps-features__header-col {
  text-align: left;
  font-weight: 700;
  color: rgba(33, 26, 24, 0.5019607843);
  font-size: 24px;
}

.vps-features__table {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.vps-features__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.vps-features__cell {
  background: #fff;
  border-radius: 20px;
  padding: 20px 25px;
  font-size: 16px;
  gap: 3px;
  color: #1b1716;
  height: 112px;
  line-height: 1.5;
}

.vps-features__cell--feature {
  text-transform: uppercase;
  font-size: 24px;
  display: flex;
  align-items: center;
}

.text-orange {
  color: #f05243;
}

.vps-features__cell.align-cell {
  align-content: center;
}

.xeon-vps-section {
  padding: 60px 120px;
  display: flex;
  justify-content: center;
}

.xeon-vps-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  max-width: 1280px;
  width: 100%;
}

/* Image container */
.xeon-vps-image img {
  border-radius: 20px;
  width: 560px;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Content */
.xeon-vps-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

/* Title */
.xeon-vps-title {
  font-size: 36px;
  line-height: 1.1;
  margin: 0;
}

.xeon-vps-title-dark {
  color: #1b1716;
}

.xeon-vps-title-orange {
  color: #f05243;
}

/* Paragraph */
.xeon-vps-description {
  font-size: 16px;
  line-height: 1.6;
  color: #1b1716;
  max-width: 600px;
  text-wrap-style: balance;
}

.text-orange {
  color: #f05243;
}

/* Responsive */
@media (max-width: 991px) {
  .xeon-vps-section {
    padding: 40px 20px;
  }
  .xeon-vps-container {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .xeon-vps-image img {
    width: 100%;
    height: auto;
  }
  .xeon-vps-title {
    font-size: 28px;
  }
  .xeon-vps-description {
    font-size: 15px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .xeon-vps-section {
    padding: 30px 15px;
  }
  .xeon-vps-title {
    font-size: 24px;
  }
  .xeon-vps-description {
    font-size: 16px;
    text-align: left;
  }
}
@media (max-width: 992px) {
  .vps-features {
    padding: 40px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .vps-features__container {
    padding: 0 20px;
    min-width: 870px;
  }
  .vps-features__title {
    font-size: 36px;
    margin-bottom: 40px;
    min-width: auto;
  }
  .vps-features__header {
    grid-template-columns: 250px 300px 280px;
    width: 830px;
  }
  .vps-features__row {
    grid-template-columns: 250px 300px 280px;
    gap: 10px;
  }
  .vps-features__header-col {
    font-size: 20px;
  }
  .vps-features__cell {
    padding: 18px 20px;
    font-size: 15px;
  }
  .vps-features__cell--feature {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .vps-features {
    padding: 30px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .vps-features__container {
    padding: 0 15px;
    min-width: 790px;
  }
  .vps-features__title {
    font-size: 28px;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: left;
    width: 70%;
  }
  .vps-features__header {
    grid-template-columns: 220px 280px 260px;
    width: 760px;
    margin: 0;
    gap: 10px;
  }
  .vps-features__row {
    grid-template-columns: 220px 280px 260px;
    gap: 10px;
  }
  .vps-features__header-col {
    font-size: 20px;
  }
  .vps-features__cell {
    padding: 16px 18px;
    font-size: 16px;
    height: auto;
    min-height: 100px;
  }
  .vps-features__cell--feature {
    font-size: 20px;
  }
  .text-orange {
    display: contents;
  }
  .xeon-vps-container.bottom {
    display: flex;
    flex-direction: column-reverse;
  }
}
.extra-info-icon.opacity {
  opacity: 1 !important;
}

.arrow-icon {
  width: 13px !important;
  height: 13px !important;
}/*# sourceMappingURL=vps-platinum.css.map */