@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;
}

body {
  margin: 0;
  font-family: "Onest-Regular", "Onest-Bold";
  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;
  font-family: "Onest-Bold";
}

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-Bold";
  line-height: normal;
}

h2 {
  font-size: 40px;
  line-height: 1.3;
}

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-Regular, 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-Regular, sans-serif;
    font-weight: 600;
  }
}
@font-face {
  font-display: swap;
  font-family: "Onest-Regular";
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  src: url("/wp-content/themes/alexhost_new/css/global/fonts/onest/Onest-Regular.woff2") format("woff2"), url("/wp-content/themes/alexhost_new/css/global/fonts/onest/Onest-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Onest-Medium";
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  src: url("/wp-content/themes/alexhost_new/css/global/fonts/onest/Onest-Medium.woff2") format("woff2"), url("/wp-content/themes/alexhost_new/css/global/fonts/onest/Onest-Medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Onest-SemiBold";
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  src: url("/wp-content/themes/alexhost_new/css/global/fonts/onest/Onest-SemiBold.woff2") format("woff2"), url("/wp-content/themes/alexhost_new/css/global/fonts/onest/Onest-SemiBold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Onest-Bold";
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  src: url("/wp-content/themes/alexhost_new/css/global/fonts/onest/Onest-Bold.woff2") format("woff2"), url("/wp-content/themes/alexhost_new/css/global/fonts/onest/Onest-Bold.woff") format("woff");
}
@font-face {
  font-family: "Raged-Scribe";
  font-display: swap;
  src: url("/wp-content/themes/alexhost_new/fonts/RagedScribe-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "creepster";
  font-display: swap;
  src: url("/wp-content/themes/alexhost_new/fonts/creepster.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Acumin";
  font-display: swap;
  src: url("/wp-content/themes/alexhost_new/fonts/acumin-black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Acumin-light";
  font-display: swap;
  src: url("/wp-content/themes/alexhost_new/fonts/acumin-light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: FA;
  src: url(/wp-content/themes/alexhost_new/fonts/FontAwesome.otf) format("OpenType");
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: inherit;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-25 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-center {
  justify-content: center !important;
}

.text-center {
  text-align: center;
}

header {
  background: #fff;
}

.dark-mode header,
.dark-mode .header-hero-gpu,
.dark-mode .header-hero-dmca,
.dark-mode .navbar_default,
.dark-mode .navbar-new {
  background: none;
}

.dark-mode .theme-toggle {
  background-color: rgb(39, 37, 36);
  outline: none;
}
.dark-mode .theme-toggle .light-icon {
  filter: unset;
}

.theme-toggle {
  border: none;
  background: #f7f3f2;
  border-radius: 0.75rem;
  outline: none;
  width: 40px;
  display: flex;
  justify-content: center;
  height: 40px;
}

@media (max-width: 1200px) {
  .navbar_contrast .burger {
    background: rgba(39, 37, 37, 0.5) !important;
  }
}
.page-template-page-vps-new header {
  background: unset;
}

.header-hero-gpu,
.header-hero-dmca {
  background: #f6f3f2;
}

.select,
.tel {
  display: flex;
  align-items: center;
}

.select img,
.tel img {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border-radius: 100px;
  border: 0.5px solid white;
}

.select::before,
.tel::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.tel::before {
  background-image: url(../../../img/header/icons/phone-default.svg);
}

.select::before {
  background-image: url(../../../img/header/icons/language-default.svg);
}

.select::after {
  content: url(/wp-content/themes/alexhost_new/img/m1/arrow-down.svg);
  font-family: FA-PR-400;
  display: inline-block;
  margin-left: 8px;
  top: 3px;
  position: relative;
}

.lang:hover .lang-list {
  transform: scaleY(1);
  opacity: 1;
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
}

.navbar-top {
  font-size: 14px;
  background: white;
  position: relative;
  z-index: 1;
}

.navbar_trans .navbar-top {
  background: transparent;
  border-color: #e2e8f0;
}

.navbar_trans .logo-white {
  display: none;
}

.navbar-top__row {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}
.navbar-top__row * {
  font-weight: 300;
  cursor: pointer;
}

.navbar-top__right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.navbar_shadow {
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.big-container {
  max-width: 1400px;
}

.navbar-hot a {
  text-decoration: underline;
  display: inline-block;
}

.navbar-hot a::after {
  content: url(/wp-content/themes/alexhost_new/img/m1/arrow-down.svg);
  font-family: FA-PR-400;
  text-decoration: none;
  display: inline-block;
  /* margin-left: 4px; */
  filter: brightness(100);
  transform: rotate(-90deg);
  margin-left: 5px;
}

.navbar-hot__label {
  font-size: 12px;
  text-transform: uppercase;
  color: #8d2b0b;
  font-family: Onest-Regular, sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 4px 6px;
  background: #fadb5f;
  border-radius: 0.75rem;
  line-height: 1.25;
  margin-right: 10px;
}

.dark-mode .navbar-main {
  background: #1b1515;
}

.navbar-main {
  padding: 10px 0;
  width: 100%;
  background: 0 0;
}

.navbar_default,
.navbar_m1-new,
.navbar-new {
  background: transparent;
}

.navbar-main__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

@media (max-width: 1200px) {
  .navbar-main {
    padding: 10px 20px;
  }
}
.navbar-main__row .logo {
  display: block;
  max-width: 180px;
}

.navbar-main__row .logo img {
  width: 100%;
}

.head-logo {
  width: 50px;
  position: absolute;
  z-index: 999;
  transform: rotate(-20deg) scaleX(-1);
  top: -23px;
  left: -6px;
  pointer-events: none;
}

@-moz-document url-prefix() {
  .navbar-main__row .logo img {
    width: 200px;
  }
}
.navbar_default .icon-white,
.navbar_default .logo-white {
  display: none;
}

.navbar_trans .icon-white,
.navbar_default .icon-white {
  display: none;
}

.navbar_contrast .href {
  background-color: #f05243;
}

.navbar_contrast .icon-dark {
  display: none;
}

.navbar_contrast {
  color: #fff;
}
.navbar_contrast .select::after,
.navbar_contrast .support .tel-blue:after {
  filter: brightness(1000000);
}
.navbar_contrast .main-menu .carret:after {
  filter: brightness(100);
}

.navbar_contrast .navbar-top {
  background: 0 0;
  border-color: rgba(255, 255, 255, 0.15);
}

.navbar_contrast .logo-black,
.navbar_ryzen .logo-black {
  display: none;
}

.navbar_ryzen .logo-white {
  display: block !important;
}

.navbar_contrast .main-menu > li > a,
.navbar_contrast .main-menu > li > span,
.navbar-vps-ryzen .main-menu > li > span,
.navbar-vps-ryzen .main-menu > li > a {
  color: #fff;
}

.navbar_default .main-menu > li > a:hover,
.navbar_default .main-menu > li > span:hover,
.navbar_contrast .main-menu > li > a:hover,
.navbar_contrast .main-menu > li > span:hover,
.navbar-new .main-menu > li > a:hover,
.navbar-new .main-menu > li > span:hover,
.navbar_m1-new .main-menu > li > a:hover,
.navbar_m1-new .main-menu > li > span:hover {
  color: #f05243;
}
.navbar_default .main-menu li a:after,
.navbar_default .main-menu li span:after,
.navbar_contrast .main-menu li a:after,
.navbar_contrast .main-menu li span:after,
.navbar-new .main-menu li a:after,
.navbar-new .main-menu li span:after,
.navbar_m1-new .main-menu li a:after,
.navbar_m1-new .main-menu li span:after {
  background-color: #f05243;
}

.navbar_default .main-menu li a::after,
.navbar_default .main-menu li span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #f05243;
  transition: 0.3s;
}

.navbar_default .main-menu li a:hover::after,
.navbar_default .main-menu li span:hover::after {
  width: 100%;
}

.dark-mode .navbar_default .support .tel-blue > span {
  color: #fff;
}

.dark-mode .main-menu .carret:after {
  filter: brightness(1000);
}

.verified span {
  font-family: "Onest-Bold";
  font-size: 28px;
}
@media (max-width: 768px) {
  .verified span {
    font-size: 24px;
  }
}

.navbar_default,
.navbar_m1-new,
.navbar-new {
  position: relative;
  background-color: #fff;
}
@media (max-width: 980px) {
  .navbar_default,
  .navbar_m1-new,
  .navbar-new {
    position: absolute;
    background: transparent;
  }
}
.navbar_default .burger,
.navbar_m1-new .burger,
.navbar-new .burger {
  background: rgb(246, 243, 242);
}
.navbar_default .navbar-top,
.navbar_m1-new .navbar-top,
.navbar-new .navbar-top {
  padding: 5px 0;
  border: none;
}
.navbar_default .navbar-top__row,
.navbar_m1-new .navbar-top__row,
.navbar-new .navbar-top__row {
  height: 42px;
}
.navbar_default .navbar-top__right,
.navbar_m1-new .navbar-top__right,
.navbar-new .navbar-top__right {
  font-family: "Onest-Regular";
}
.navbar_default .navbar-top__item,
.navbar_m1-new .navbar-top__item,
.navbar-new .navbar-top__item {
  border: none;
  padding: 9.5px 12px;
  background: rgb(246, 243, 242);
  border-radius: 10px;
  cursor: pointer;
  color: #221221;
  height: 40px;
}
.navbar_default .navbar-top__item:hover,
.navbar_m1-new .navbar-top__item:hover,
.navbar-new .navbar-top__item:hover {
  color: #221221;
  background: #d9d9d9;
  transition: 0.4s ease;
}
.navbar_default .navbar-top__item .tel-blue::before,
.navbar_default .navbar-top__item .select::before,
.navbar_default .navbar-top__item .lang:hover .select::before,
.navbar_m1-new .navbar-top__item .tel-blue::before,
.navbar_m1-new .navbar-top__item .select::before,
.navbar_m1-new .navbar-top__item .lang:hover .select::before,
.navbar-new .navbar-top__item .tel-blue::before,
.navbar-new .navbar-top__item .select::before,
.navbar-new .navbar-top__item .lang:hover .select::before {
  background-image: url(/wp-content/themes/alexhost_new/img/m1/phone-header.svg);
}
.navbar_default .navbar-top__item .support .tel-blue::after,
.navbar_m1-new .navbar-top__item .support .tel-blue::after,
.navbar-new .navbar-top__item .support .tel-blue::after {
  content: url(/wp-content/themes/alexhost_new/img/m1/arrow-down.svg);
  position: relative;
  top: 4px;
  right: -2px;
}
.navbar_default .support-list,
.navbar_m1-new .support-list,
.navbar-new .support-list {
  background: #fff;
  border: none;
}
.navbar_default .support-list__title,
.navbar_m1-new .support-list__title,
.navbar-new .support-list__title {
  margin-bottom: 20px;
  font-family: "Onest-Bold";
}
.navbar_default .support-list::after,
.navbar_m1-new .support-list::after,
.navbar-new .support-list::after {
  display: none;
}

@media (max-width: 767px) {
  .dark-mode .menu-mobile.menu-mobile_visible {
    background-color: #131313 !important;
    color: #ffffff !important;
  }
  .dark-mode .menu-mobile .sub-menu {
    background-color: #131313 !important;
  }
  .dark-mode .menu-mobile__logo img.logo-light {
    display: none !important;
  }
  .dark-mode .menu-mobile__contacts-item .lang .select {
    background-color: #272524 !important;
    border-radius: 100px;
    color: #fff !important;
  }
  .dark-mode .menu-mobile__contacts-item .lang .select:after {
    filter: brightness(999) !important;
  }
  .dark-mode .menu-mobile__contacts-item .lang-list.open {
    background-color: #272524 !important;
  }
  .dark-mode .lang-list__item a {
    color: #fff !important;
  }
  .dark-mode .menu-mobile__nav {
    background-color: #131313 !important;
  }
  .dark-mode .menu-mobile__nav .menu-item {
    background-color: #131313 !important;
  }
  .dark-mode .menu-mobile__nav li a {
    color: #fff;
  }
  .dark-mode .menu-mobile__nav .carret:after {
    background-image: url("/wp-content/uploads/2025/07/arrow-red.svg");
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 33px;
    transform: translateY(-50%) rotate(0deg);
    filter: brightness(999);
  }
  .dark-mode .menu-mobile_nav li.current-menu-parent.carret::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .dark-mode .menu-mobile__nav .sub-menu_mobile li {
    background-color: #272524 !important;
    border-bottom: none !important;
    border-radius: 10px !important;
    margin-bottom: 10px !important;
  }
  .dark-mode .menu-mobile_nav .sub-menu.sub-menu_mobile li:last-child {
    margin-bottom: 0 !important;
  }
  .dark-mode .lang-list:after {
    display: none !important;
  }
  .dark-mode .menu-mobile__nav .sub-menu__item li {
    background-color: #343332 !important;
  }
  .dark-mode .sub-menu__item {
    background-color: #343332 !important;
    border-radius: 10px;
    border: none !important;
    margin: 0 auto;
  }
  .dark-mode .sub-menu__item li {
    position: relative;
  }
  .dark-mode .sub-menu__item li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #272524;
    margin: 10px;
  }
  .dark-mode .sub-menu__item li:last-child::after {
    display: none;
  }
  .dark-mode .menu-mobile__contacts-item .lang {
    background: #272524 !important;
  }
  .dark-mode .menu-mobile__contacts-tel a {
    color: #fff !important;
  }
  .dark-mode .menu-mobile__contacts-tel:before {
    filter: brightness(999) !important;
  }
  .dark-mode .menu-mobile__hot {
    background: #272524 !important;
  }
  .dark-mode .menu-mobile__contacts-item .lang:hover .select {
    color: #fff !important;
  }
  .dark-mode .navbar_default .burger,
  .dark-mode .navbar_m1-new .burger,
  .dark-mode .navbar-new .burger {
    background: rgba(39, 37, 37, 0.5) !important;
  }
  .dark-mode .menu-item a img,
  .dark-mode .menu-item span img {
    filter: brightness(999) !important;
  }
}

.dark-mode .more_content.opened {
  background-color: #13161d !important;
}

.navbar_contrast .select {
  color: #fff;
}

.navbar_contrast .href:hover {
  background-color: #f05243;
}

.navbar_default .href:hover {
  background: #f05243 !important;
  color: white !important;
  cursor: pointer;
}

.navbar_contrast .select::before {
  background-image: url(../../../img/header/icons/language-light.svg);
}

.navbar_contrast .tel::before {
  background-image: url(../../../img/header/icons/phone-light.svg);
}

.navbar_contrast a.sign {
  display: inline-block;
  padding: 10px 25px !important;
  font-weight: 600;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 0.75rem;
  line-height: 1.18;
}

.navbar_contrast a.sign::after {
  display: none;
}

.navbar_contrast a.sign:hover {
  background-color: #fff;
  color: #f05243;
}

.lang {
  position: relative;
  cursor: pointer;
}

.lang-list {
  position: absolute;
  top: 102%;
  left: 20px;
  padding-left: 0;
  padding: 10px 0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  z-index: 2;
  border-radius: 0.75rem;
  background-color: #fff;
  margin-bottom: 0;
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
  transition: opacity 0.3s;
}

.lang-list__item {
  display: block;
}

.lang-list__item a {
  display: block;
  padding: 5px 13px;
  color: #221221;
}

.lang-list__item a:hover {
  color: white;
  background: #f05243;
}

.lang-list__item > a > img {
  width: 20px;
  margin-right: 10px;
  border: 0.5px solid white;
  border-radius: 100px;
}

.lang-list__item_active a {
  color: #fcb900;
  background-color: #fadb5f;
}

.main-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}

.main-menu li {
  margin-left: 20px;
}

.main-menu li.home a {
  font-size: 0;
}

.main-menu li a,
.main-menu li span {
  font-size: 15.8px;
  font-family: Onest-Regular, sans-serif;
  color: #2d3748;
  position: relative;
  display: inline-block;
  padding: 8px 0;
  line-height: 1.22;
  font-weight: 500;
  text-wrap-style: balance;
}

.main-menu li a::after,
.main-menu li span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}

.main-menu li a:hover::after,
.main-menu li span:hover::after {
  width: 100%;
}

.main-menu .sign a {
  display: inline-block;
  padding: 10px 25px !important;
  font-weight: 600;
  border: 1px solid #cbd5e0;
  box-sizing: border-box;
  border-radius: 0.75rem;
  line-height: 1.18;
  font-size: 16px;
}

.main-menu .sign a::after {
  display: none;
}

.main-menu .sign a:hover {
  background-color: #cbd5e0;
  color: #fff;
}

.main-menu .carret {
  position: relative;
}

.main-menu .carret::after {
  content: url(/wp-content/themes/alexhost_new/img/m1/arrow-down.svg);
  font-family: FA-PR-400;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: 2px;
}

.home .main-menu .carret::after,
.home .support .tel-blue:after,
.home .select:after {
  filter: brightness(100);
}

.main-menu .sub-menu .carret::after {
  color: black;
  filter: brightness(1);
}

.main-menu .sub-menu li:hover .carret::after {
  filter: brightness(100);
}

.main-menu .carret .sub-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  padding-left: 0;
  margin-bottom: 0;
  width: auto;
  min-width: 320px;
  padding: 10px 0px;
  border-radius: 0.75rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  transform: scaleY(0);
  opacity: 0;
  transition: opacity 0.3s ease-in;
  background: #fff;
}

.main-menu .carret .sub-menu::before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 20px;
}

.main-menu .carret .sub-menu li {
  margin: 0px;
  padding: 0px 10px 0 20px;
}

.main-menu .carret .sub-menu li:hover {
  background: #f05243;
}

.main-menu .carret .sub-menu li:hover::after {
  color: white;
  filter: brightness(100000);
}

.main-menu .carret .sub-menu > li:hover .menu-image-title:not(.sub-menu__item .menu-image-title),
.main-menu .carret .sub-menu > li:hover .menu-item-description:not(.sub-menu__item .menu-item-description),
.sub-menu__item li:hover .menu-image-title,
.sub-menu__item li:hover .menu-item_description {
  color: white;
}

@media (max-width: 768px) {
  .main-menu .carret .sub-menu > li:hover .menu-image-title:not(.sub-menu__item .menu-image-title),
  .main-menu .carret .sub-menu > li:hover .menu-item-description:not(.sub-menu__item .menu-item-description),
  .sub-menu__item li:hover .menu-image-title,
  .sub-menu__item li:hover .menu-item_description {
    color: unset;
  }
}
.navbar-main__row .sub-menu .menu-item {
  padding-left: 50px;
}

.main-menu .carret .sub-menu > li:hover .menu-image:not(.sub-menu__item .menu-image),
.sub-menu__item li:hover .menu-image {
  filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
  .main-menu .carret .sub-menu > li:hover .menu-image:not(.sub-menu__item .menu-image),
  .sub-menu__item li:hover .menu-image {
    filter: unset;
  }
}
.main-menu .carret .sub-menu__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.main-menu .carret .sub-menu__link:after {
  display: none;
}

.main-menu .carret .sub-menu__link .sub-menu__item-icon {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-menu .carret .sub-menu__link span {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
  display: inline-block;
  margin-bottom: 4px;
}

.main-menu .carret .sub-menu__link p {
  margin-bottom: 0;
  font-size: 14px;
}

.main-menu .carret .sub-menu__link:hover {
  color: #8d2b0b;
}

.main-menu .carret:hover .sub-menu {
  opacity: 1;
  transform: scaleY(1) translateX(-50%);
}

.no-scroll {
  overflow-y: hidden;
}

/* ======================== */
.monay-back {
  font-size: 14px;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  line-height: 1.2;
  color: #4a5568;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.monay-back::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../../img/header/30-days.svg);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 6px;
  position: absolute;
  left: -25px;
}

/* header-hero */
.header-hero {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .header-hero {
    padding-top: calc(2rem + 55px) !important;
  }
}

.header-hero_home {
  background-image: url("/wp-content/uploads/2025/06/header-background-main-1-1-scaled.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  border-radius: 0 0 40px 40px;
  padding-top: calc(2rem + 115px);
}
@media (max-width: 768px) {
  .header-hero_home {
    border-radius: 0 0 20px 20px;
    background-image: url("/wp-content/uploads/2025/06/header-background-mobile-scaled.webp");
  }
}

.header-hero_affilate {
  padding-top: 5rem;
}

.header-hero_home::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  /* если нужно */
}

.header-hero-domain.header-hero_home {
  position: relative;
  background: url(/wp-content/uploads/2025/08/background-domain.webp);
  color: #fff;
  padding-bottom: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.heart {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.heart-left {
  left: -35px;
  top: -30px;
  width: 60px;
  height: 68px;
}

.heart-right {
  top: 0;
  right: -55px;
  width: 41px;
  height: 46px;
}

.heart {
  transition: transform 0.3s ease-in-out;
}

.name-service:hover .heart-left {
  transform: translateY(-5px) rotate(-5deg);
}

.name-service:hover .heart-right {
  transform: translateY(-5px) rotate(5deg);
}

.name-service:hover .heart-right-down {
  transform: translateY(5px) rotate(5deg);
}

.heart-right-down {
  width: 38px;
  height: 42px;
  bottom: -10px;
  right: -10px;
}

.header-hero_telegram {
  background-image: url(/wp-content/uploads/2024/12/telegram-background-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.header-hero_telegram .container-stars-telegram {
  width: 528px;
  height: 578px;
  background: linear-gradient(45deg, #28a8ea, #a46ee9);
  border-radius: 54px;
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
}
@media (max-width: 768px) {
  .header-hero_telegram .container-stars-telegram {
    width: 100%;
    height: 100%;
    min-width: 360px;
    min-height: 360px;
  }
  .header-hero_telegram .container-stars-telegram img {
    width: 100%;
    height: 100%;
  }
}
.header-hero_telegram .container-stars-telegram .telegram-bot {
  position: absolute;
  bottom: 0;
  right: 20px;
  min-width: 360px;
  min-height: 360px;
}
@media (max-width: 768px) {
  .header-hero_telegram .container-stars-telegram .telegram-bot {
    position: relative;
    right: 10px;
  }
}
.header-hero_telegram .container-stars-telegram .telegram-star {
  position: absolute;
  right: 30px;
  top: 30px;
}
@media (max-width: 768px) {
  .header-hero_telegram .container-stars-telegram .telegram-star {
    width: 67px;
    height: 64px;
  }
}
.header-hero_telegram .container-stars-telegram .telegram-stars {
  position: absolute;
  right: 20px;
  bottom: 100px;
}
@media (max-width: 768px) {
  .header-hero_telegram .container-stars-telegram .telegram-stars {
    width: 91px;
    height: 157px;
  }
}
.header-hero_telegram .header-hero_telegram-container {
  display: flex;
  gap: 85px;
}
@media (max-width: 768px) {
  .header-hero_telegram .header-hero_telegram-container {
    flex-flow: column-reverse;
    gap: 20px;
  }
}
@media (max-wdith: 768px) {
  .header-hero_telegram .header-hero_telegram-container .countries-vps {
    order: 3;
  }
}
.header-hero_telegram .header-hero_telegram-container .header-hero__button-group {
  background: #fff;
  border-radius: 8px;
  justify-content: space-around;
  align-items: center;
  padding: 5px 0;
}
@media (max-width: 768px) {
  .header-hero_telegram .header-hero_telegram-container .header-hero__button-group {
    flex-flow: row;
    gap: 0;
    justify-content: center;
  }
}
.header-hero_telegram .header-hero_telegram-container .header-hero__content {
  justify-content: start;
  gap: 10px;
}
@media (max-width: 768px) {
  .header-hero_telegram .header-hero_telegram-container .header-hero__content {
    padding: 0;
  }
}
.header-hero_telegram .header-hero_telegram-container .review-google-block {
  bottom: 15px;
  position: relative;
}
.header-hero_telegram .header-hero_telegram-container .company-info {
  display: flex;
  gap: 10px;
  align-items: center;
  flex: 1;
  justify-content: center;
}
.header-hero_telegram .header-hero_telegram-container .company-info div {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 768px) {
  .header-hero_telegram .vps-telegram-header .countries-vps {
    order: 3;
  }
}
@media (max-width: 768px) {
  .header-hero_telegram .vps-telegram-header .reviews-count,
  .header-hero_telegram .vps-telegram-header .rating-detail {
    font-size: 10px;
    margin: 0;
  }
  .header-hero_telegram .vps-telegram-header .rating {
    margin: 0;
  }
  .header-hero_telegram .vps-telegram-header .rating img {
    width: 112px;
  }
}
.header-hero_telegram .vps-telegram-header-box {
  width: 587px;
  background: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 35px;
  gap: 44px;
}
@media (max-width: 768px) {
  .header-hero_telegram .vps-telegram-header-box {
    width: auto;
    padding: 17px;
    padding-right: 0;
    gap: 14px;
  }
}
.header-hero_telegram .vps-telegram-header-box h1 {
  font-size: 68px;
  text-align: left;
  line-height: 1;
}
@media (max-width: 768px) {
  .header-hero_telegram .vps-telegram-header-box h1 {
    font-size: 20px;
    margin: 0;
  }
}
.header-hero_telegram .vps-telegram-header-box .header-hero__features {
  justify-content: flex-start;
  gap: 10px 15px;
  padding: 0;
}
@media (max-width: 768px) {
  .header-hero_telegram .vps-telegram-header-box .header-hero__features {
    gap: 10px 20px;
  }
}
.header-hero_telegram .vps-telegram-header-box .header-hero__features-item {
  padding: 0;
  flex-flow: row;
  min-width: 140px;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  gap: 8px;
}
.header-hero_telegram .vps-telegram-header-box .header-hero__features-icon {
  display: block;
  width: auto;
}
.header-hero_telegram .vps-telegram-header-box .header-hero__button-group {
  background: white;
  border-radius: 8px;
}
.header-hero_telegram .vps-telegram-header-box .header-hero__button-group {
  width: 587px;
}
.header-hero_telegram .countries {
  flex-flow: column;
  gap: 10px;
  justify-content: space-between;
}
.header-hero_telegram .countries .countries-1,
.header-hero_telegram .countries .countries-2 {
  flex-flow: unset;
  gap: 10px;
  display: flex;
}
@media (max-width: 768px) {
  .header-hero_telegram .countries .countries-1,
  .header-hero_telegram .countries .countries-2 {
    flex-flow: column;
  }
}
.header-hero_telegram .countries .country {
  max-width: 100%;
  border: none;
  background: #fff;
  border-radius: 8px;
  height: 60px;
}
@media (max-width: 768px) {
  .header-hero_telegram .countries .country {
    width: 100%;
    justify-content: center;
  }
}

.verified-box {
  background: #f1d9d9;
  border-radius: 2px;
  font-size: 8px;
  font-family: "Onest-Bold";
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  padding: 2px 6px 2px 4px;
  gap: 2px;
}
.verified-box img {
  width: 11px;
  height: 11px;
}

.company-info img {
  width: 35px;
  height: 35px;
}

.correct-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  z-index: 99999;
  position: relative;
}

.header-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .header-hero__content {
    padding-bottom: 0 !important;
    max-width: 600px;
    width: 100%;
  }
}

.header-hero__list {
  padding-left: 0;
  margin-bottom: 25px;
}

.header-hero__list-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.header-hero__list-item:not(:last-child) {
  margin-bottom: 22px;
}

.header-hero__list-item span {
  font-family: Onest-Regular, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.header-hero__list-icon {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}

.header-hero__button-group {
  display: flex;
  gap: 8px;
}

.center-just {
  justify-content: center !important;
}

.header-hero__button-group a {
  color: white;
  cursor: pointer;
  border: 1.5px solid;
  border-radius: 0.75rem;
  text-align: center;
  transition: 0.5s ease;
}

.header-hero__button-group a:hover {
  transform: translateY(5px);
  transition: 0.5s ease;
}

.navbar_default .header-hero__button-group a:hover {
  color: #f05243 !important;
}

.header-hero_default {
  background: #fbfbfe url(../../../img/sys.png);
  position: relative;
  z-index: 1;
}

.flex-2 {
  flex: 2;
}

.header-hero_default:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, #ffffff 14.48%, rgba(251, 251, 254, 0) 45.21%);
}

.header-hero_center .header-hero__row {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.header-hero_center h1 {
  margin-bottom: 16px;
  line-height: 1.21;
  font-size: 42px;
}

.header-hero__features {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 28px;
  min-height: 90px;
  flex-wrap: wrap;
}

.header-hero__features-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  padding: 10px 24px;
}

.header-hero__features-title {
  font-weight: 500;
  font-size: 14px;
  white-space: normal;
  text-align: left;
}

.header-hero__features-icon {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-hero__features-icon img {
  display: block;
  width: 40px;
  height: 40px;
  padding: 8px;
  aspect-ratio: 1/1;
}

/* ============= */
.polygon-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: none;
}

.trustpilot {
  border-radius: 7px;
  background: linear-gradient(45deg, #007f52, #05da8e);
  border: none;
  text-transform: none;
  padding: 5px 22px;
  font-weight: 900;
}

.polygon-bottom polygon {
  fill: #fff;
}

/* burger */
.burger,
.menu-mobile {
  display: none;
}

.burger {
  width: 40px;
  height: 40px;
  border: none;
  background: 0 0;
}

.burger img {
  display: block;
  width: 100%;
}

.burger span {
  display: block;
  height: 2px;
  border-radius: 50px;
  margin: 3px 0;
  background-color: #fff;
  width: 25px !important;
}

@media screen and (max-width: 1200px) {
  .burger {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: rgb(246, 243, 242);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  .navbar-main_default .burger span {
    background-color: #2d3748;
  }
  .dark-mode .navbar-main_default .burger span {
    background-color: #fff;
  }
  .navbar_contrast .navbar-main_default .burger span {
    background-color: #ffffff;
  }
  .main-menu,
  .navbar-top {
    display: none;
  }
  .header-hero__content h1 {
    margin-bottom: 16px;
  }
  .header-hero__list-icon {
    width: 32px;
    height: 32px;
  }
  .header-hero__list-icon img {
    width: 19px;
  }
  .header-hero__button-group {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .header-hero__button-group {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1200px) {
  .header-hero__button-group .theme-btn {
    margin: 0 0px 15px;
    width: 50%;
  }
  .polygon-bottom polygon {
    display: none;
  }
  .header-hero__list-item {
    margin-bottom: 10px;
  }
  .menu-mobile {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    background-color: rgb(246, 243, 242);
    width: 100%;
    transform: translateX(100%);
    transition: 0.3s;
    box-shadow: 0px 0px 1px black;
    overflow-y: auto;
  }
  .menu-mobile__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
  }
  .menu-mobile__close {
    border: none;
    color: black;
    background: 0 0;
  }
  body:not(.dark-mode) .logo-dark {
    display: none !important;
  }
  .menu-mobile__authorisation {
    display: flex;
    padding: 20px 0;
    gap: 10px;
  }
  .menu-mobile__authorisation .theme-btn {
    border: 1.5px solid #cbd5e0;
    box-sizing: border-box;
    border-radius: 100px;
    padding: 13px 5px;
    width: 50%;
    color: #2d3748;
    transition: 0.3s;
    background: #f05243;
    border: none;
    color: white;
  }
  .menu-mobile__authorisation .theme-btn:hover {
    color: #f05243;
  }
  .menu-mobile .sub-menu {
    border-radius: 15px;
  }
  .menu-mobile__nav {
    padding: 0;
  }
  .menu-mobile__nav .menu-item {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    padding-left: 15px;
    margin: 0;
  }
  .menu-mobile__nav > li {
    margin-bottom: 15px !important;
  }
  .menu-mobile__nav .carret {
    padding: 0px 15px 0px;
  }
  .menu-mobile__nav > .carret {
    padding-bottom: 0.1px;
  }
  .menu-mobile__nav .sub-menu_mobile {
    background-color: rgb(246, 243, 242);
  }
  .menu-mobile__nav .sub-menu_mobile li {
    background-color: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    align-content: center;
  }
  .menu-mobile__nav .sub-menu__item {
    padding: 0;
  }
  .menu-mobile__nav .sub-menu__item li {
    padding: 0;
    background: white;
    border-radius: 10px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .menu-mobile__nav li a {
    display: flex;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    font-size: 16px;
    color: #2d3748;
    position: relative;
    padding-right: 15px;
    border-radius: 10px;
    justify-content: center;
  }
  .menu-mobile__nav .carret::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/themes/alexhost_new/img/header/arrow-down-lang.svg);
    position: absolute;
    right: 15px;
    filter: brightness(0.5);
    transition: transform 0.5s ease;
    transform: translateY(-50%);
    top: 33px;
  }
  span.menu-image-title-after.menu-image-title {
    display: inline-flex;
    align-items: center;
  }
  .menu-mobile__nav .mobile-nav .menu-image-title-after.menu-image-title {
    padding-left: 50px;
  }
  .menu-mobile__contacts {
    padding-left: 15px;
  }
  .menu-mobile__contacts-tel {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }
  .menu-mobile__contacts-tel a {
    color: #2d3748;
  }
  .menu-mobile__contacts-tel::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background-image: url(../../../img/header/icons/tel.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .menu-mobile__contacts .lang {
    margin-left: 0;
  }
  .menu-mobile__contacts-item .lang-list {
    display: none;
    position: absolute;
    /* или relative/absolute в зависимости от макета */
    z-index: 100;
  }
  .menu-mobile__contacts-item .lang-list.open {
    display: block;
    left: unset;
    right: 0;
    border-radius: 20px;
    padding-left: 5px;
  }
  .menu-mobile__contacts-item .windows-vps::after,
  .menu-mobile__contacts-item .team-speak-hosting::after,
  .menu-mobile__contacts-item .linux-vps::after,
  .menu-mobile__contacts-item .dmca-vps::after,
  .menu-mobile__contacts-item .cms-hosting::after,
  .menu-mobile__contacts-item .other-vps::after,
  .menu-mobile__contacts-item .europe-vps::after,
  .menu-mobile__contacts-item .other-hosting::after,
  .menu-mobile__contacts-item .trading-vps::after,
  .menu-mobile__contacts-item .cpanel-vps::after,
  .menu-mobile__contacts-item .dedicated-servers-os::after,
  .menu-mobile__contacts-item .dedicated-servers-ram::after,
  .menu-mobile__contacts-item .dedicated-servers-core::after,
  .menu-mobile__contacts-item .dedicated-servers-cms::after,
  .menu-mobile__contacts-item .dedicated-servers-perf::after,
  .menu-mobile__contacts-item .dedicated-servers-cl::after,
  .menu-mobile__contacts-item .dedicated-servers-spec::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/themes/alexhost_new/img/header/arrow-down-lang.svg);
    position: absolute;
    right: 0;
    filter: brightness(0.5);
    transition: transform 0.5s ease;
  }
  .menu-mobile__contacts-item .lang {
    background: white;
    border-radius: 100px;
    border: none;
    /* Когда меню открыто — поворачиваем стрелку */
  }
  .menu-mobile__contacts-item .lang .select {
    position: relative;
    padding: 10px 20px;
  }
  .menu-mobile__contacts-item .lang .select::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/themes/alexhost_new/img/header/arrow-down-lang.svg);
    position: absolute;
    right: 10px;
    top: 12px;
    filter: brightness(0.5);
    transition: transform 0.5s ease;
  }
  .menu-mobile__contacts-item .lang .select.open::after {
    transform: rotate(-180deg);
    transition: 0.5s ease;
    /* стрелка вверх */
  }
  .menu-mobile__contacts-item .lang-list {
    min-width: 60%;
  }
  .menu-mobile__contacts-item .lang:hover .select {
    color: black !important;
  }
  .menu-mobile__hot {
    padding: 18px 20px;
    background: #b23542;
    color: #fff;
  }
  .menu-mobile__hot .navbar-hot {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .menu-mobile__hot .navbar-hot span {
    display: inline-block;
  }
  .menu-mobile__hot .navbar-hot span a {
    display: block;
    color: #fadb5f;
  }
  .menu-mobile__hot .navbar-hot span:nth-child(2) {
    width: 100%;
  }
  .menu-mobile_visible {
    transform: translateX(0);
  }
  .menu-mobile .sub-menu {
    padding-left: 10px;
    display: none;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .menu-mobile .sub-menu .sub-menu__link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-bottom: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .menu-mobile .sub-menu .sub-menu__link:after {
    display: none;
  }
  .menu-mobile .sub-menu .sub-menu__item-icon {
    margin-right: 8px;
  }
  .menu-mobile .sub-menu .sub-menu__item-text {
    font-size: 14px;
  }
  .menu-mobile .sub-menu .sub-menu__item-text p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1439px) {
  .header-hero__list-item {
    margin-bottom: 14px;
  }
  .header-hero__list {
    margin-bottom: 20px;
  }
  .header-hero_default .header-hero__content {
    padding-bottom: 40px;
  }
  .main-menu li {
    margin-left: 24px;
  }
  .main-menu .carret .sub-menu__link .sub-menu__item-icon {
    width: 32px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header-hero__features {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  .header-hero__features-item {
    margin-bottom: 12px;
    padding-left: 2px;
    padding-right: 2px;
  }
  .header-hero__features-title {
    font-size: 14px;
  }
  .navbar_shadow {
    box-shadow: none;
  }
}
.name-service {
  box-sizing: border-box;
  padding: 15px 30px;
  font-family: "Onest-Bold";
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  color: #000;
  outline: none;
  background: #fff;
  border-radius: 100px;
  position: relative;
  text-transform: uppercase;
  border: 1px solid;
}
.name-service .lov14 {
  color: #f05243;
}

@media (min-width: 1024px) {
  #rive-canvas {
    transform: translateX(0px) translateY(0px) scale(1.4);
  }
}
.name-service:hover {
  transition: 0.5s ease;
  background: rgba(255, 255, 255, 0.0588235294);
  color: white;
  border: 1px solid white;
}

.ryzen-button {
  background: linear-gradient(#f9a52a, #f7540a);
  color: black !important;
  border-radius: 8px;
}

.container-ryzen {
  display: flex;
  flex-flow: column;
  max-width: 500px;
  text-align: center;
  gap: 20px;
  margin-top: 20px;
}

[lang=pl-pl] .name-service {
  font-family: system-ui;
  font-weight: 800;
}

[lang=pl-pl] .start__title-span,
[lang=pl-pl] .related__title {
  font-family: system-ui;
  font-weight: 800;
}

.discount {
  color: #f7c631;
  font-family: "Onest-Bold";
  font-size: 26px;
  line-height: 26px;
}

[lang=pl-pl] .discount {
  font-family: system-ui;
  font-weight: 800;
  font-size: 26px;
  line-height: 26px;
}

.promo-code {
  font-family: "Onest-Bold";
  font-size: 26px;
  cursor: pointer;
}

.header-hero-dmca .header-hero__row .col-md-12 {
  display: flex;
  align-items: center;
}

.header-hero-dmca .header-hero__image {
  position: absolute;
  right: -60px;
  top: 210px;
}

.header-hero-st2 .header-hero__content h1 {
  font-size: 52px;
}

.header-hero-st2 .header-hero__content p {
  font-size: 18px;
  font-weight: 300;
}

.header-hero-st2 .header-hero__content {
  padding-bottom: 60px;
}

.header-hero-domain .header-hero__content h1 {
  margin-bottom: 14px;
  line-height: 1.3;
  text-align: left;
  font-size: 60px;
  width: 100%;
}

.header-hero-domain .header-hero__content p {
  opacity: 0.5;
}

.header-hero-domain .header-hero__content h2 {
  font-size: 24px;
}
.header-hero-domain .header-hero__content h2 b {
  color: #f05243;
}

.header-hero-domain .header-hero__content p {
  margin: 0;
  width: auto;
}

.header-hero-domain .header-hero__content p:empty {
  display: None;
}

.header-hero-domain .header-hero__form-group {
  margin-top: 40px;
  min-height: 52px;
  position: relative;
}

.header-hero-domain ::-webkit-input-placeholder {
  color: rgba(74, 85, 104, 0.7);
}

.header-hero-domain ::-moz-placeholder {
  color: rgba(74, 85, 104, 0.7);
}

.header-hero-domain :-ms-input-placeholder {
  color: rgba(74, 85, 104, 0.7);
}

.header-hero-domain :-moz-placeholder {
  color: rgba(74, 85, 104, 0.7);
}

@media all and (min-width: 1320px) {
  .header-hero-domain .header-hero__content > p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 50%;
  }
}
@media all and (max-width: 767px) {
  .header-hero-dmca .header-hero__content {
    padding-right: 0;
  }
  .header-hero-dmca .header-hero__image {
    display: none;
  }
  #dc-result-1 {
    padding: 15px;
    position: relative;
    left: 0;
    overflow: unset;
    height: unset;
  }
  .header-hero-domain.header-hero_home #dc-result-1 .table-row {
    padding: 10px !important;
  }
  .header-hero-st2 .header-hero__content h1 {
    font-size: 42px;
  }
  .header-hero-st2 .header-hero__content p {
    font-size: 16px;
  }
  .header-hero-st2 .header-hero__content {
    padding-bottom: 40px;
  }
}
@media all and (max-width: 500px) {
  .header-hero-domain .header-hero__content br {
    display: none;
  }
  .header-hero-domain.header-hero_home #dc-result-1 .table-row {
    border-bottom: 1px solid;
  }
  .header-hero-domain .header-hero__content {
    padding: 20px;
  }
  .header-hero-st2 .header-hero__content h1 {
    font-size: 36px;
  }
  .header-hero-st2 .header-hero__content p {
    font-size: 14px;
  }
}
.theme-btn {
  display: inline-block;
  min-width: 200px;
  padding: 15px;
  background: #f05243;
  color: #fff;
  text-align: center;
  font-family: Onest-Regular, sans-serif;
  font-weight: 600;
  border-radius: 0.5rem;
  line-height: 22px;
  border: 1.5px solid transparent;
  transition: 0.3s;
  cursor: pointer;
}

.theme-btn1 {
  padding: 0.75rem;
}

.theme-btn_light {
  background-color: #fff;
  color: #f05243;
}

.theme-btn:hover {
  background: transparent;
  color: #f05243;
  border: 1.5px solid;
}

.hostplan-table__item .theme-btn:hover {
  background: #f05243;
  color: white;
  border: 1.5px solid transparent;
}

.hostplan-table__item-promo .theme-btn {
  background: #fadb5f;
  color: #8d2b0b;
}

.hostplan-table__item-promo .theme-btn:hover {
  background: #fadb5f !important;
  color: #8d2b0b !important;
}

@media screen and (max-width: 767px) {
  .theme-btn {
    padding: 12px 1px;
    font-size: 16px;
    min-width: 130px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .theme-btn {
    min-width: 130px;
    padding: 12px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .theme-btn {
    min-width: 146px;
  }
}
/* page DMCA and default */
.header-hero-dmca .section__content {
  padding-bottom: 60px;
}

.header-hero-dmca .section__content ul {
  padding: 0;
}

.header-hero-dmca .section__content ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.header-hero-dmca .section__content ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
}

@media all and (max-width: 1250px) {
  .header-hero-dmca .header-hero__image {
    position: absolute;
    right: 0;
  }
  .header-hero-dmca .header-hero__image img {
    max-width: 500px;
    height: auto;
  }
  .header-hero-dmca .header-hero__content {
    padding-right: 300px;
    padding-bottom: 80px;
  }
}
@media all and (max-width: 767px) {
  .header-hero-dmca .header-hero__content {
    padding-right: 0;
  }
  .header-hero-dmca .header-hero__image {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .header-hero-dmca .header-hero__content {
    padding-bottom: 50px;
  }
}
.home .blog__image {
  display: block;
}

.home .blog__image {
  min-height: auto !important;
}

.tg-info {
  font-size: 14px;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  line-height: 1.2;
  color: #4a5568;
  margin-left: auto;
  margin-right: auto;
}

.tg-info:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("https://dev.alexhost.com/wp-content/uploads/2023/08/icon.svg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 6px;
  position: absolute;
  right: calc(100% + 6px);
  top: 50%;
  transform: translateY(-60%);
}

.tg_bot-link {
  color: #2d3748;
}

.tg_bot-link img {
  filter: brightness(0);
}

.front-page .tg_bot-link,
.navbar_contrast .tg_bot-link {
  color: #bec5fc;
}

.front-page .tg_bot-link:hover,
.navbar_contrast .tg_bot-link:hover {
  color: #fff;
}

.navbar_contrast .tg_bot-link img,
.front-page .tg_bot-link img {
  filter: brightness(100);
}

@media (max-width: 1199px) {
  .header-hero h1 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .header-hero h1 {
    font-size: 38px;
  }
}
.header-hero__link-wrap {
  margin-left: 10px;
}
.header-hero__link {
  position: relative;
  color: #bec5fc;
  font-size: 18px;
  line-height: 22px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .header-hero__link {
    font-size: 14px;
    line-height: 17px;
  }
}
.header-hero__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1.5px;
  background-color: #bec5fc;
  transition: width 0.35s;
}
.header-hero__link:hover {
  color: #ffffff;
}
.header-hero__link:hover::before {
  width: 0%;
  color: #ffffff;
}
.header-hero__payment-list {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.header-hero__payment-link {
  width: 100%;
  position: relative;
  display: flex !important;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  justify-content: center;
}
.header-hero__payment-link img {
  display: block;
  width: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .header-hero__payment-link img {
    width: inherit;
  }
}
.header-hero__payment-link img + img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
.header-hero__payment-link:hover img + img {
  opacity: 1;
  transition: all 0.5s;
}
.header-hero__timer {
  margin-left: 10px;
  color: #bec5fc;
}
.header-hero__pulse {
  margin: 0 12px;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #e61131;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(230, 17, 49, 0.5);
  animation: pulse 2s infinite;
}
.header-hero__pulse:hover {
  animation: none;
}
.header-hero__server-percent {
  margin-left: 10px;
  color: #bec5fc;
}
.header-hero__cardiogramma {
  margin-left: 4px;
  animation: cardiogramma 5s infinite;
  overflow: hidden;
  width: 64px;
  height: 38px;
}
@keyframes cardiogramma {
  0% {
    opacity: 0;
    width: 0;
  }
  30% {
    opacity: 1;
    width: 67px;
  }
  31% {
    width: 0;
    opacity: 0;
  }
  50% {
    width: 67px;
    opacity: 1;
  }
  57% {
    opacity: 0;
  }
  61% {
    width: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
    width: 67px;
  }
}
@media (max-width: 1199px) {
  .header-hero__list-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .header-hero__list-item span {
    font-size: 14px;
    line-height: 17px;
  }
}
.header-hero_home {
  overflow: hidden;
  padding-bottom: 0;
}

.white {
  filter: brightness(100);
}

.slick-slide {
  margin-left: 6px;
}

.navbar-hot {
  display: flex;
  align-items: center;
  width: 40%;
}
.navbar-hot__label {
  width: 25px;
  height: 25px;
  background: url("../../../img/header/fire.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.navbar-hot a {
  color: #f05243;
}
@media (max-width: 1023px) {
  .navbar-hot span {
    letter-spacing: -0.02em;
  }
}

.menu-mobile__hot .navbar-hot span:nth-child(2) {
  width: 100%;
}
.menu-mobile .sub-menu {
  padding-left: 0;
}

@media (max-width: 1199px) {
  .main-menu > li {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .main-menu > li > a {
    font-size: 16px;
    padding: 0;
  }
}

.before-best {
  position: relative;
}
.before-best > a::before {
  position: absolute;
  content: "BEST";
  padding: 2px 6px;
  background: rgba(240, 82, 67, 0.2);
  border-radius: 0.75rem;
  color: rgb(240, 82, 67);
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  margin-left: 5px;
  top: 33px;
  transform: translateY(-50%);
  right: -45px;
  pointer-events: none;
}
@media (min-width: 1023px) {
  .before-best > a::before {
    top: 50%;
    right: -65px;
  }
}

.before-best {
  margin-right: 45px;
}
@media (max-width: 1023px) {
  .before-best {
    margin-right: 0;
  }
}

.before-new,
.new {
  position: relative;
}
.before-new > a::before,
.new > a::before {
  content: "NEW";
  position: absolute;
  top: 33px;
  right: -45px;
  padding: 2px 6px;
  background: rgba(240, 82, 67, 0.2);
  border-radius: 100px;
  color: rgb(240, 82, 67);
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  margin-left: 5px;
  pointer-events: none;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .before-new > a::before,
  .new > a::before {
    top: 50%;
    right: -55px;
  }
}

@media (max-width: 768px) {
  .new > a {
    max-width: 80% !important;
  }
}
@media (min-width: 1024px) {
  .new {
    padding-right: 70px !important;
  }
  .new:hover a::before {
    filter: brightness(100) !important;
  }
}
@media (max-width: 980px) {
  .new {
    padding-right: 65px;
  }
}
@media (min-width: 1024px) {
  .before-new-gpu.before-new > a::before {
    right: -65px;
  }
}

.england-menu a::before {
  right: -60px !important;
}

@media (min-width: 768px) {
  .new:hover a::before,
  .before-new:hover a::before {
    filter: brightness(100);
  }
  .main-menu > .new:hover a::before,
  .main-menu .before-new:hover a::before {
    filter: brightness(1);
  }
  .england-menu a::before {
    right: -85px !important;
  }
}
.before-new {
  margin-right: 45px;
}
@media (max-width: 1023px) {
  .before-new {
    margin-right: 0;
  }
}

@media (max-width: 1023px) {
  html[lang=de-de] .before-best .sub-menu {
    min-width: 360px !important;
  }
}

.menu-item {
  cursor: pointer;
}

@media (max-width: 768px) {
  .sidebar-categories .menu-item {
    width: 100%;
    text-align: center;
  }
}
.navbar_contrast .navbar-top__item {
  padding: 9.5px 12px;
  border-radius: 10px;
  background: rgba(39, 37, 36, 0.6);
  border: none;
  color: white;
  height: 40px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (max-width: 1199px) {
  .navbar_contrast .navbar-top__item {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .navbar_contrast .navbar-top__row {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.sub-menu::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../../../img/header/triangle.svg");
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  width: 20px;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .sub-menu::after {
    display: none;
  }
}

.burger-support-wrapper {
  display: none;
}
@media (max-width: 1200px) {
  .burger-support-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
}

.support {
  position: relative;
}
.support .tel-blue {
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.support .tel-blue::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../../img/header/icons/tel-big-blue.svg");
}
.support .tel-blue::after {
  content: url(/wp-content/themes/alexhost_new/img/m1/arrow-down.svg);
  display: inline-block;
  margin-left: 10px;
  top: 2px;
  position: relative;
}
.support .support-list {
  position: absolute;
  min-width: 235px;
  width: 100%;
  top: 130%;
  left: 0;
  padding: 20px;
  z-index: 2;
  border-radius: 0.75rem;
  background-color: #ffffff;
  color: #2d3748;
  margin-bottom: 0;
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08), 0 4px 6px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1200px) {
  .support .support-list {
    width: unset;
    left: unset;
    right: 0;
  }
}
.support .support-list__item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}
.support .support-list__item img {
  margin-right: 10px;
  max-width: 18px;
}
.support .support-list__item a {
  color: #221221;
  font-size: 0.8rem;
  transition: 0.4s;
}
.support .support-list__item a:hover {
  color: #000000;
  text-decoration: unset;
  transition: 0.4s;
}
.support .support-list__title {
  font-weight: 600;
  color: #221221;
  margin-bottom: 10px;
}
.support .support-list::before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 20px;
}
.support .support-list::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../../../img/header/triangle.svg");
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  width: 20px;
  top: -6px;
  right: 30px;
}
.support .href:hover {
  color: white;
}
@media (max-width: 1200px) {
  .support .support-tel {
    display: none;
  }
}
@media (max-width: 1200px) {
  .support .support-text {
    display: none;
    color: #fff;
  }
}
.support:hover .support-list {
  transform: scaleY(1);
  opacity: 1;
}

.lang-list {
  top: 130%;
  left: 0;
  width: -moz-max-content;
  width: max-content;
}
.lang-list::before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 20px;
}
.lang-list::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../../../img/header/triangle.svg");
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  width: 20px;
  top: -6px;
  right: 7px;
}

.menu-item li a {
  display: inline-flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
}
.menu-item li a span {
  width: auto;
}
.menu-item .europe-vps li a span {
  width: -moz-max-content;
  width: max-content;
}
.menu-item a img,
.menu-item span img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 45px !important;
  height: auto;
  filter: saturate(0.35);
}

.sub-menu__item a img,
.sub-menu__item span img {
  filter: saturate(0.35);
}

.menu-item-description {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 50px;
  font-size: 12px;
  line-height: 17px;
  font-weight: 100;
  color: #221221;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .menu-item-description {
    font-size: 12px;
    letter-spacing: -0.02em;
  }
}

.header-hero__list-item .slick-track {
  height: 35px !important;
}

.information-discount {
  font-size: 11px;
  font-weight: 100;
}

.header-hero__pulse {
  background: #2bff40 !important;
  animation: flashing 1.3s infinite !important;
}

.container-discount {
  text-align: center;
  position: relative;
  bottom: 5%;
  display: flex;
  flex-flow: column;
  gap: 5px;
}

.btn-blog {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_contrast .tel-blue {
  color: white;
}

.navbar_contrast .navbar-hot a,
.header-hero__link,
.header-hero__server-percent {
  color: #f9d630;
}

.navbar_contrast .tel-blue::before {
  background: url(https://dev.alexhost.com/wp-content/uploads/2023/08/iconizer-tel-big-blue.svg);
}

.navbar_contrast .support:hover .tel-blue::before {
  background-image: url(/wp-content/uploads/2023/08/iconizer-iconizer-tel-big-blue.svg);
  transition: 0.5s;
}

.navbar_contrast .support:hover span,
.navbar_contrast .support:hover .tel-blue::after {
  transition: 0.5s;
}

.navbar_contrast .lang:hover .select {
  color: #f05243;
}

@media (max-width: 767px) {
  .container-discount {
    display: flex;
    text-align: center;
    flex-flow: column;
  }
  .promo-code {
    font-size: 24px;
  }
  .head-logo {
    width: 52px;
    position: absolute;
    z-index: 999;
    transform: rotate(-20deg) scaleX(-1);
    top: -20px;
    left: -6px;
    pointer-events: none;
  }
  .discount {
    margin: 10px 0;
  }
  .header-hero__button-group a {
    width: 45%;
    font-size: 16px;
  }
  .header-hero-domain .header-hero__content #dc-form-1 {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header-hero__features-item {
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  .main-menu .carret .sub-menu li {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: space-between;
  }
}
.title_about .dark-text {
  color: #221221 !important;
}

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

.sub-menu span {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.sub-menu span::after,
.sub-menu a::after {
  content: none !important;
}

.sub-menu .main-menu .carret::after {
  top: 0;
}

.navbar_default .before-best:before {
  border: 1px solid #f05243;
  color: #f05243;
}

.no-lazy {
  transition: 1s;
}

.green-light {
  background: #00986f;
  border-color: #00986f !important;
  min-width: 125px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.halloween_contrast .header-hero_home {
  background: linear-gradient();
}

.halloween-h1 {
  font-family: "Raged-Scribe";
  font-size: 68px;
  line-height: normal;
}

[lang=ru-ru] .halloween-h1,
[lang=bg-bg] .halloween-h1,
[lang=uk] .halloween-h1 {
  font-family: "creepster";
  font-size: 60px;
}

.halloween-desc {
  font-size: 24px;
  font-family: "Onest-Bold";
}

.halloween-button {
  background: #007eff !important;
}
@media (max-width: 768px) {
  .halloween-button {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .coupon-code {
    width: 100%;
  }
}

.halloween-button:hover {
  background: transparent !important;
  border: 1.5px solid #007eff !important;
  color: #007eff;
}

.container-friday {
  flex-flow: column;
  gap: 10px;
  display: flex;
}

.header-hero__list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  gap: 10px;
}

.header-hero__list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.container-friday7 {
  gap: 20px;
  align-items: unset;
  justify-content: center;
  display: flex;
}

.black-friday {
  font-family: "Onest-Bold";
  font-size: 120px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(166, 190, 215) 100%);
  -webkit-text-fill-color: transparent;
  line-height: 120px;
  height: 255px;
  position: relative;
}

.relative {
  position: relative;
}

.discount-friday {
  position: absolute;
  top: 50%;
  /* Центрирует по вертикали */
  left: 50%;
  /* Центрирует по горизонтали */
  transform: translate(15%, -50%);
  /* Сдвигает на 40% влево (немного правее от центра) */
}

.up {
  display: flex;
  flex-flow: column;
  font-family: "Acumin";
  gap: 0px;
  font-size: 5vw;
}

.up7 {
  font-size: 18vw;
  font-family: "Acumin";
  line-height: 0.6;
  background: linear-gradient(90deg, #f05243, #eb001b);
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: baseline;
}

.up7 b {
  font-size: 200px;
}

.up .line {
  line-height: 80px;
}

/* Основные стили для списка */
.header-hero__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.promo-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.0588235294);
  border-radius: 12px;
  padding: 7px 8px 8px 24px;
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 500px;
  max-width: 100%;
}

.promo-details {
  display: flex;
  flex-direction: column;
}

.promo-text {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.promo-subtext {
  font-size: 16px;
  color: #d4d4d4;
  margin: 0;
  font-family: "Onest-Regular";
}

.promo-code-section {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon {
  font-size: 18px;
  display: flex;
  padding: 10px;
}

.promo-code {
  font-weight: 700;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.0588235294);
  padding: 8px 8px 8px 12px;
  border-radius: 12px;
  color: #fff;
  width: 220px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  width: 220px;
}
.promo-code img {
  padding: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.0705882353);
}

.copy-btn {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.3s;
}

.copy-btn:hover {
  color: #a3d8f4;
}

.icon1 {
  animation: flash 1s ease-in-out infinite;
}

.theme-btn-friday {
  background: rgba(255, 255, 255, 0.0588235294);
  border: 1px solid rgba(255, 255, 255, 0.1607843137) !important;
  padding: 18px 25px;
}

#countdown {
  display: flex;
  gap: 20px;
  cursor: default;
  margin-top: 20px;
}

#countdown div {
  padding: 18px 20px;
  border-radius: 8px;
  width: 110px;
  height: 110px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.0588235294);
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1607843137);
  cursor: default;
  transition: transform 1s ease;
  /* Плавное возвращение */
}

#countdown div:hover {
  animation: float 1s infinite ease-in-out;
  /* Зацикленная анимация */
  transition: transform 1s ease;
  /* Плавное возвращение */
}

/* Определение анимации */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
    /* Начальное и конечное положение */
    transition: transform 1s ease;
    /* Плавное возвращение */
  }
  50% {
    transform: translateY(-5px);
    /* Подъем вверх на 5px */
    transition: transform 1s ease;
    /* Плавное возвращение */
  }
}
#countdown span {
  font-size: 40px;
  font-family: "Acumin";
  line-height: 48px;
  cursor: default;
}

#countdown span:last-child {
  font-size: 14px;
  color: white;
  font-family: "Onest-Regular";
  line-height: normal;
  cursor: default;
}

/* Анимация вспышки */
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
.alexhost-color {
  background: #f05243;
}

.alexhost-gold {
  background: conic-gradient(#edc800, #e3b600, #f3cf00, #ffe800, #ffe900, #ffeb00, #ffe000, #ebc500, #e0b100, #f1cc00, #fcdc00, #ffe500, #fad900, #eec200, #e7b900, #f7d300, #ffe800, #ffe300, #f5d100, #e6b900, #e3b600, #f4d000, #ffe400, #ebc600, #e3b600, #f6d500, #ffe900, #ffe90a, #edc800) content-box, linear-gradient(#f6d600, #f6d600) padding-box, radial-gradient(rgba(120, 120, 120, 0.9), rgba(120, 120, 120, 0) 70%) 50% bottom/80% 0.46875em no-repeat border-box;
  color: #000 !important;
  padding: 0;
  align-items: center;
  display: flex;
  width: 200px;
  text-align: center;
  justify-content: center;
  justify-content: center;
  animation: goldFlash 1s infinite;
  font-weight: bold;
  text-shadow: 0px 0px 5px white;
  border: 1px solid transparent !important;
  font-variant: all-small-caps;
}
@media (max-width: 768px) {
  .alexhost-gold {
    width: 100% !important;
    height: 50px;
  }
}

@keyframes goldFlash {
  0% {
    box-shadow: 0 0 10px #ffd700, 0 0 20px #ffd700, 0 0 30px #ffc700;
  }
  50% {
    box-shadow: 0 0 15px #ffc700, 0 0 25px #ffa500, 0 0 35px #ffd700;
  }
  100% {
    box-shadow: 0 0 10px #ffd700, 0 0 20px #ffd700, 0 0 30px #ffc700;
  }
}
.lottie-animation {
  align-items: end;
  gap: 0;
  position: relative;
  /* max-width: 498px; */
  /* width: 100%; */
  /* height: 620px; */
  padding: 50px 50px 100px;
  flex: 1;
}
@media (max-width: 768px) {
  .lottie-animation {
    align-items: center;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .black-friday {
    font-size: 80px;
    line-height: 80px;
    height: 170px;
  }
  .header-hero__list {
    font-size: 14px;
  }
  .promo-item {
    width: 100%;
  }
  .header-hero__button-group a {
    width: 47%;
  }
  .promo-text {
    font-size: 18px;
  }
  .correct-container {
    flex-wrap: wrap;
    gap: 0px;
  }
  .promo-code {
    font-size: 16px;
    width: 190px;
  }
  .alexhost-color {
    width: 100% !important;
  }
  .discount-friday {
    width: 160px;
    transform: translate(0, -50%);
  }
  .up7,
  .up7 b {
    font-size: 145px;
  }
  .up .line {
    line-height: 1;
    font-size: 54px;
  }
  #countdown {
    gap: 0;
    justify-content: space-between;
  }
  #countdown span {
    font-size: 28px;
    line-height: 1;
  }
  #countdown div {
    width: 78px;
    height: 78px;
  }
}
.header-hero__content-faq {
  gap: 10px;
}
.header-hero__content-faq h1 {
  font-size: 44px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 15px;
  color: #2d3748;
}
.header-hero__content-faq h1:before {
  content: url(/wp-content/uploads/2024/11/fi_9603852.svg);
  display: flex;
  line-height: 0;
}
@media (max-width: 768px) {
  .header-hero__content-faq h1 {
    font-size: 30px;
    align-items: start;
  }
}
.header-hero__content-faq .money-bac {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2d3748;
  font-family: "Onest-Regular";
}

.knowbase,
.faq-categories-archive {
  background: transparent;
}

.navbar-main .menu-image-title-before.menu-image-not-hovered img,
.navbar-main.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper,
.navbar-main .menu-image-title-after.menu-image-title,
.mobile-nav .menu-image-title {
  padding-left: 50px !important;
  font-weight: 400;
}

.header-hero_home-abuse .header-hero__row {
  display: flex;
  align-items: center;
  flex-flow: row;
}
@media (max-width: 768px) {
  .header-hero_home-abuse .header-hero__row {
    flex-flow: column;
  }
}
.header-hero_home-abuse .header-hero__button-group {
  justify-content: start;
}

.header-hero__content-blog {
  gap: 5px;
}
@media (max-width: 768px) {
  .header-hero__content-blog h1 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .vps-telegram-bot {
    padding-top: 100px !important;
  }
}

.correct-home-container {
  flex: 1;
  width: 50%;
}

.footer-logo-dark {
  display: none;
}

.home .footer-logo-dark {
  display: block;
}

.page-template-page-vps-ryzen .main-menu .carret:after,
.page-template-page-vps-ryzen .company-info h2 {
  color: white !important;
}

@media (max-width: 600px) {
  #wpadminbar {
    top: -46px !important;
  }
}
#toTop {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.dark-mode .navbar-top {
  background: transparent;
}
.dark-mode .navbar-top__item {
  background: rgba(39, 37, 37, 0.5);
  color: white;
}
.dark-mode .navbar-top__item:hover,
.dark-mode .navbar-top__item .support-list {
  background: #3a3939;
  border: transparent;
}
.dark-mode .navbar-top__item:hover *,
.dark-mode .navbar-top__item .support-list * {
  color: white;
}
.dark-mode .navbar-top__item:hover a:hover,
.dark-mode .navbar-top__item .support-list a:hover {
  color: lightgray;
}
.dark-mode .navbar-top__item .tel-blue,
.dark-mode .navbar-top__item .select {
  color: white !important;
}
.dark-mode .navbar-top__item .tel-blue::before, .dark-mode .navbar-top__item .tel-blue::after,
.dark-mode .navbar-top__item .select::before,
.dark-mode .navbar-top__item .select::after {
  filter: brightness(100);
}
.dark-mode .navbar-top .lang:hover .lang-list {
  background-color: #3a3939;
}
.dark-mode .navbar-top .lang-list__item a {
  color: #fff;
}
.dark-mode .navbar-top .lang-list:after,
.dark-mode .navbar-top .support-list:after {
  opacity: 0;
}

.dark-image-features {
  display: none;
}

.card {
  flex-flow: column;
  background-image: url(/wp-content/themes/alexhost_new/img/header/easteregg.webp);
  display: flex;
  align-items: flex-end;
  justify-content: end;
  align-items: center;
  background-size: cover;
  box-sizing: border-box;
  width: 100%;
  height: 620px;
  border-radius: 20px;
  max-width: 490px;
  padding: 0 20px 40px;
  background-position: center;
}
.card__title {
  color: #fff;
  font-size: 48px;
  font-family: "Onest-Bold";
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
}
.card__desc {
  text-align: center;
  font-family: "Onest-Regular";
  text-transform: uppercase;
}
.card__desc span {
  color: #f05243;
  font-family: "Onest-Bold";
  font-size: 32px;
}
.card__button {
  background: #211a18;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.4s ease;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: #f05243;
  padding: 18px 50px;
  font-family: "Onest-Bold";
}
.card__button:hover .card__button-icon {
  transform: translateX(10px);
  transition: 0.4s ease;
}
.card__button-text {
  color: #fff;
  font-size: 20px;
  font-family: "Onest-Bold";
  line-height: 1;
  text-align: center;
}
.card__button-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.promo-easter__title-orange {
  color: #f05243;
}

.platform .container {
  border-radius: 20px;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .platform .container {
    border-radius: 0;
    gap: 0;
  }
}

.page-template-page-dedicated .more_content img {
  max-width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.box-server-option {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.server-options {
  display: flex;
  gap: 10px;
  flex: 1;
}
.server-options .flow-row {
  flex-wrap: wrap !important;
}
.server-options .flow-row .item {
  background: #f7f7f7;
  padding: 10px 20px;
  border-radius: 20px;
}
.server-options .option-block {
  flex: 1;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
}
.server-options .option-block .option-header {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.server-options .option-block .option-header .title {
  font-size: 24px;
  font-weight: 500;
  color: #211a18;
  width: 220px;
  display: flex;
  line-height: normal;
  align-items: flex-end;
  font-family: "Onest-Bold";
}
.server-options .option-block .option-header img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: none;
}
.server-options .option-block .separator {
  height: 1px;
  background: rgba(33, 26, 24, 0.5);
  opacity: 0.2;
}
.server-options .option-block .option-list-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.server-options .option-block .option-list-row .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
  gap: 10px;
  padding: 1rem 2rem;
  background: rgb(246, 243, 242);
  border-radius: 20px;
  justify-content: space-between;
  color: rgb(33, 26, 24);
  width: 49%;
  transition: 1s;
}
@media (max-width: 768px) {
  .server-options .option-block .option-list-row .item {
    width: 100%;
  }
}
.server-options .option-block .option-list-row .item img {
  width: 32px;
  height: 32px;
}
.server-options .option-block .option-list-row .item:hover {
  color: #221221;
}
.server-options .option-block .option-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.server-options .option-block .option-list .item {
  font-size: 20px;
  font-weight: 500;
  color: rgba(33, 26, 24, 0.5);
  width: -moz-max-content;
  width: max-content;
  transition: 0.4s;
  font-family: "Onest-Regular";
}
.server-options .option-block .option-list .item:hover {
  transform: translateX(5px);
  color: #221221;
}
.server-options .option-block .bg-vector {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.google-rating-widget {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}

.google-rating-widget__logo {
  width: 24px;
  height: 24px;
  margin-bottom: 3px;
}

.google-rating-widget__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.google-rating-widget__row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.google-rating-widget__score {
  color: #211a18;
  font-family: "Onest-Bold";
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
}

.google-rating-widget__stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 24px;
  gap: 1px;
  position: relative;
}

.google-rating-widget__star {
  width: 24px;
  height: 24px;
  display: block;
}
@media (max-width: 768px) {
  .google-rating-widget__star {
    width: 20px;
    height: 20px;
  }
}

.google-rating-widget__star-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.google-rating-widget__star--half {
  width: 8px;
  height: 24px;
}

.google-rating-widget__star--empty {
  width: 16px;
  height: 24px;
}

.google-rating-widget__reviews {
  color: rgba(33, 26, 24, 0.5) !important;
  border: none !important;
  font-size: 14px;
  font-family: "Onest-Regular";
  line-height: 140%;
  font-weight: 400;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
  width: 100% !important;
  font-size: 12px !important;
}
.google-rating-widget__reviews .google-rating-widget__reviews:hover {
  transform: none !important;
  transition: none !important;
}

.hosting-hero {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: normal;
  position: relative;
  padding-top: 30px;
  position: relative;
  z-index: 999;
}
@media (max-width: 768px) {
  .hosting-hero {
    padding-top: calc(2rem + 55px);
  }
}

.hosting-hero__title {
  color: #fff;
  text-align: left;
  font-family: "Onest-Bold";
  font-size: 64px;
  line-height: normal;
  font-weight: 800;
  text-transform: uppercase;
  max-width: 576px;
  width: 100%;
}

:lang(ru-ru) .hosting-hero__title {
  font-size: 52px;
}
@media (max-width: 768px) {
  :lang(ru-ru) .hosting-hero__title {
    font-size: 32px;
  }
}

:lang(ro-ro) .hosting-hero__title {
  font-size: 46px;
}
@media (max-width: 768px) {
  :lang(ro-ro) .hosting-hero__title {
    font-size: 28px;
  }
}

:lang(de-de) .hosting-hero__title {
  font-size: 52px;
}
@media (max-width: 768px) {
  :lang(de-de) .hosting-hero__title {
    font-size: 32px;
  }
}

:lang(tr-tr) .hosting-hero__title {
  font-size: 58px;
}
@media (max-width: 768px) {
  :lang(tr-tr) .hosting-hero__title {
    font-size: 36px;
  }
}

:lang(es-es) .hosting-hero__title {
  font-size: 48px;
}
@media (max-width: 768px) {
  :lang(es-es) .hosting-hero__title {
    font-size: 32px;
  }
}

:lang(pt-pt) .hosting-hero__title {
  font-size: 48px;
}
@media (max-width: 768px) {
  :lang(pt-pt) .hosting-hero__title {
    font-size: 32px;
  }
}

:lang(uk) .hosting-hero__title {
  font-size: 52px;
}
@media (max-width: 768px) {
  :lang(uk) .hosting-hero__title {
    font-size: 32px;
  }
}

:lang(pl-pl) .hosting-hero__title {
  font-size: 52px;
}
@media (max-width: 768px) {
  :lang(pl-pl) .hosting-hero__title {
    font-size: 32px;
  }
}

:lang(id-id) .hosting-hero__title {
  font-size: 56px;
}
@media (max-width: 768px) {
  :lang(id-id) .hosting-hero__title {
    font-size: 36px;
  }
}

.hosting-hero__actions {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 40px;
  align-items: center;
}
@media (max-width: 768px) {
  .hosting-hero__actions {
    order: 3;
    margin: 0;
  }
}

.hosting-hero__btn {
  border-radius: 100px;
  padding: 15px 40px;
  font-family: "Onest-Bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border: none;
  cursor: pointer;
  transition: 0.4s ease;
}
@media (max-width: 768px) {
  .hosting-hero__btn {
    padding: 20px;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .header-hero_home .container {
    padding-bottom: 0;
  }
}

.hosting-hero__btn--primary {
  background: #f05243;
  color: #fff;
}

.hosting-hero__btn--primary:hover {
  background: #e13d30;
  color: #fff;
  transform: translateY(-2px);
}

.hosting-hero__btn--secondary {
  background: rgba(240, 82, 67, 0.2);
  color: #f05243;
}

.hosting-hero__btn--secondary:hover {
  background: #ffe6e4;
  color: #d94d3a;
  transform: translateY(-2px);
}

.hosting-hero__image {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  user-select: none;
  position: absolute;
  right: -40px;
  z-index: 9;
  top: -50px;
  max-width: 563px;
  max-height: 591px;
  /* aspect-ratio: 563 / 591; */
  width: 100%;
}
@media (max-width: 768px) {
  .hosting-hero__image {
    z-index: 982;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
  }
}

.features-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 999;
}
@media (max-width: 768px) {
  .features-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.feature-card {
  position: relative;
  background: rgba(39, 37, 36, 0.2);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 24px 24px 18px 24px;
  min-width: 220px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .feature-card {
    background: none;
    filter: none;
    border: none;
    min-width: unset;
    min-height: unset;
    flex-flow: row;
    padding: 0;
    overflow: inherit;
  }
}

/* Лёгкая подложка, если нужна */
.feature-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(39, 37, 36, 0.03);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 0;
}
@media (max-width: 768px) {
  .feature-card__overlay {
    display: none;
  }
}

.feature-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .feature-card__content {
    flex-flow: row;
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .feature-card__content.reverse {
    flex-flow: row-reverse;
  }
}
/* Тайтл */
.feature-card__title {
  color: #fff;
  font-family: "Onest-SemiBold";
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: normal;
}
@media (max-width: 768px) {
  .feature-card__title {
    text-align: left;
    font-size: 18px;
  }
}

.feature-card__badge {
  display: flex;
  align-items: center;
  gap: 0;
  background: #f05243;
  border-radius: 100px;
  padding: 7px 16px;
  color: #fff;
  font-size: 16px;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  font-family: "Onest-SemiBold";
  gap: 10px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .feature-card__badge {
    margin: 0;
  }
}
.feature-card__badge a {
  cursor: pointer;
  color: white;
  display: flex;
  flex-flow: nowrap;
  gap: 5px;
}
@media (max-width: 768px) {
  .feature-card__badge {
    border-radius: 29px;
  }
}
.feature-card__badge span {
  font-family: "Onest-SemiBold";
}
@media (max-width: 768px) {
  .feature-card__badge span {
    display: none;
  }
}

.feature-card__icon {
  width: 32px;
  height: 32px;
  margin-bottom: 6px;
}

.feature-card__value {
  color: #f05243;
  font-size: 28px;
  font-family: "Onest-SemiBold";
  font-weight: 600;
  text-align: center;
  display: flex;
  gap: 20px;
  align-items: center;
}

.feature-card__subtitle {
  color: #fff;
  font-family: "Onest-SemiBold";
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.feature-card__subtitle .menu-mobile__logo .logo-dark {
  display: none !important;
}
@media (max-width: 768px) {
  .feature-card__subtitle {
    text-align: left;
    font-size: 18px;
  }
}

.list-on {
  padding-top: calc(2rem + 65px);
}

.cta-white {
  background: #fff !important;
  color: #f05243;
}

.advice {
  display: none;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.header-hero-m1 {
  position: relative;
}

.logo-white {
  display: none;
}

html[lang=ru-ru] .header-hero__content-box .padding-box h1 {
  font-size: 56px;
}
@media (max-width: 768px) {
  html[lang=ru-ru] .header-hero__content-box .padding-box h1 {
    font-size: 42px;
  }
}

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

.dmca-mini-image-desctop {
  max-width: 365px;
  width: 100%;
}

.header-hero__content-container {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header-hero__content-container {
    gap: 50px;
    flex-flow: column;
  }
}
.header-hero__content-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  box-sizing: border-box;
}
.header-hero__content-box .padding-box {
  position: relative;
}
@media (max-width: 1024px) {
  .header-hero__content-box .padding-box {
    padding: 0;
  }
}
.header-hero__content-box .padding-box h1 {
  text-align: left;
  font-size: 64px;
  line-height: normal;
}
@media (max-width: 768px) {
  .header-hero__content-box .padding-box h1 {
    font-size: 42px;
    text-align: center;
  }
}
.header-hero__content-box .padding-box p {
  font-family: "Onest-Regular";
  font-size: 16px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .header-hero__content-box .padding-box p {
    text-align: center;
  }
}
.header-hero__content-box .button-box {
  background: var(--orange, #f05243);
  border-radius: 10px;
  padding: 8px 12px 8px 12px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: 228px;
  height: 39px;
  position: relative;
}
.header-hero__content-box .button-box a {
  color: var(--white, #ffffff);
  text-align: left;
  font-family: "Onest-Regular";
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.box-image {
  align-items: end;
}
@media (max-width: 768px) {
  .box-image {
    align-items: stretch;
  }
}

.box-content {
  justify-content: space-between;
  max-width: 631px;
}
@media (max-width: 768px) {
  .box-content {
    align-items: center;
    gap: 0;
  }
}

.product-image-wrapper {
  border-radius: 20px;
  flex-shrink: 0;
  height: 306px;
  position: relative;
  align-self: end;
  max-width: 530px;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .product-image-wrapper {
    height: auto;
  }
}

.info-image {
  display: flex;
  gap: 20px;
}
.info-image img {
  width: 100px;
  height: 100px;
}

.info-box {
  display: flex;
  gap: 50px;
}
@media (max-width: 768px) {
  .info-box {
    flex-flow: column;
    gap: 25px;
    align-items: center;
  }
}

.isXSqH,
.dNLMsw {
  padding: 0 !important;
  align-items: flex-start !important;
  margin: 0 !important;
  position: relative;
}

.eNnbgE {
  justify-content: flex-start !important;
  margin-top: 25px !important;
}

.koyfWN {
  position: absolute !important;
  top: 7px;
}

.hhxyTb:not(:first-child),
.hYCjZl:not(:first-child) {
  padding-left: 30px;
}

.isXSqH {
  position: relative !important;
}

/* Скрывает блоки для темной темы по умолчанию */
.review-google-block-dark {
  display: none;
  overflow: hidden;
}

.review-google-block-light {
  overflow: hidden;
}

/* Скрывает блоки для светлой темы, когда активна темная тема */
.dark-mode .review-google-block-light {
  display: none;
  overflow: hidden;
}

/* Показывает блоки для темной темы, когда активна темная тема */
.dark-mode .review-google-block-dark {
  display: block;
  overflow: hidden;
}

.hosting-services {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.hosting-services__main {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.hosting-card {
  background: #fff;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  flex: 1;
  filter: grayscale(1);
  cursor: pointer;
  padding: 27px;
  border-radius: 20px;
}

.hosting-card__content {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  flex: 1;
}

.hosting-card__details {
  display: flex;
  flex-direction: column;
  gap: 0px;
  flex: 1;
}

.hosting-card__title {
  color: #211a18;
  font-family: "Onest-Bold", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.hosting-card__subtitle {
  color: #f05243;
  font-family: "Onest-Regular", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.hosting-card-active .hosting-card__icon,
.hosting-card:hover .hosting-card__icon {
  background-color: #f05243 !important;
}

.hosting-card__icon {
  border-radius: 100px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3ff;
}

.hosting-card:hover .hosting-card__image {
  filter: brightness(100);
}

.hosting-card__image {
  width: 40px;
  height: 40px;
  filter: brightness(0.5);
}

.hosting-services__buttons {
  border-radius: 10px;
  padding: 15px 0;
  display: flex;
  gap: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .hosting-services__buttons {
    padding: 10px 0;
    height: 80px;
    gap: 10px;
  }
}

.hosting-services__buttons .button {
  border-radius: 20px;
  padding: 15px 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex: 1;
  background: #fff;
}
@media (max-width: 768px) {
  .hosting-services__buttons .button {
    padding: 0;
  }
}

.hosting-services__buttons .button.button_active, .hosting-services__buttons .button:hover {
  background: #f05243;
  filter: grayscale(0);
}
@media (max-width: 768px) {
  .hosting-services__buttons .button.button_active, .hosting-services__buttons .button:hover {
    background-color: #f05243;
  }
}
.hosting-services__buttons .button.button_active .button__text, .hosting-services__buttons .button:hover .button__text {
  color: white;
}
.hosting-services__buttons .button.button_active .button__icon, .hosting-services__buttons .button:hover .button__icon {
  filter: brightness(100);
}

@media (max-width: 768px) {
  .hosting-services__buttons .button:hover .button__text,
  .hosting-services__buttons .button_active .button__text {
    color: white;
  }
}
/* Скрываем все секции кроме активной */
.hosting-services__buttons {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Показываем только активную */
.hosting-services__buttons.active {
  display: flex;
  opacity: 1;
}

.button__text {
  color: #211a18;
  font-family: "Onest-Regular", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button__icon {
  width: 16px;
  height: 16px;
}
@media (max-width: 768px) {
  .button__icon {
    display: none;
  }
}

.hosting-card:hover {
  padding: 27px;
  height: auto;
  filter: grayscale(0);
}

.hosting-card-active {
  border-radius: 20px;
  padding: 27px;
  height: auto;
  filter: grayscale(0);
}
.hosting-card-active .hosting-card__image {
  filter: brightness(100);
}

.service-container-configurator {
  font-family: "Onest-Regular";
  padding: 0;
}

.flickity-page-dots {
  bottom: -15px !important;
}

.litespeed-slider .flickity-page-dots {
  bottom: -25px !important;
}

.flickity-page-dots .dot {
  margin: 0 5px !important;
}

.flickity-page-dots .dot.is-selected {
  background: rgb(240, 82, 67) !important;
}

.server-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .server-card {
    padding: 20px;
    margin-right: 15px;
    width: 100%;
    height: 637px;
    justify-content: space-between;
    box-shadow: none;
  }
}
.server-card__header {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: self-start;
  gap: 5px;
}
.server-card__details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
}
@media (max-width: 768px) {
  .server-card__details {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.server-card__footer {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .server-card__footer {
    flex-flow: column-reverse;
  }
}
.server-card__footer {
  justify-content: space-between;
}
.server-card__info {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.server-card__cpu {
  font-size: 22px;
  font-weight: 700;
  color: #211a18;
  font-family: "Onest-Bold";
}
.server-card__icon {
  width: 20px;
  height: 20px;
}
.server-card__features {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .server-card__features {
    flex-flow: column;
    align-items: normal;
    margin-top: 20px;
    gap: 10px;
  }
}

.server-feature {
  display: flex;
  align-items: center;
  gap: 5px;
}
.server-feature__icon {
  width: 20px;
  height: 20px;
}
.server-feature__text {
  font-size: 14px;
  font-weight: 500;
  color: #211a18;
}
.clock-tooltip-wrap {
  position: relative;
  display: inline-block;
}
.clock-tooltip-wrap .server-card__icon {
  cursor: pointer;
  display: block;
}
.clock-tooltip-wrap .clock-tooltip {
  display: none;
  position: absolute;
  top: 35px;
  right: -250px;
  z-index: 10;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  width: 280px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  gap: 16px;
}
.clock-tooltip-wrap .clock-tooltip__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.clock-tooltip-wrap .clock-tooltip__label {
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  font-weight: 500;
}
.clock-tooltip-wrap .clock-tooltip__value {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}
.clock-tooltip-wrap .clock-tooltip__divider {
  height: 1px;
  width: 100%;
  background: #e5e5e5;
}
.clock-tooltip-wrap:hover .clock-tooltip {
  display: flex;
}

.server-divider {
  background: #f6f3f2;
  width: 1px;
  height: 10px;
}
.server-divider--full {
  height: 1px;
  width: 100%;
}
.server-divider__details {
  flex-wrap: wrap;
}

.server-spec {
  background: #f6f3f2;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .server-spec {
    gap: 8px;
  }
}
.server-spec__icon {
  background: rgba(240, 82, 67, 0.2);
  display: flex;
  border-radius: 10px;
  width: 34px;
  justify-content: center;
  align-items: center;
  height: 48px;
}
@media (max-width: 768px) {
  .server-spec__icon {
    background-color: transparent;
    height: auto;
    width: auto;
  }
}
.server-spec__icon img {
  width: 24px;
  height: 24px;
}
.server-spec__info {
  display: flex;
  flex-direction: column;
}
.server-spec__title {
  font-size: 14px;
  font-weight: 500;
  color: rgba(33, 26, 24, 0.5);
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .server-spec__title {
    font-size: 10px;
    gap: 5px;
  }
}
.server-spec__subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #f05243;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .server-spec__subtitle {
    font-size: 10px;
  }
}
.server-spec__value {
  font-size: 16px;
  font-weight: 400;
  color: #211a18;
}
@media (max-width: 768px) {
  .server-spec__value {
    font-size: 12px;
  }
}

.muted {
  color: rgba(33, 26, 24, 0.5);
}

.highlight {
  color: #f05243;
  font-weight: 500;
}

@media (max-width: 768px) {
  .server-order {
    height: 47px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
}
.server-order__button {
  background: #f05243;
  border-radius: 100px;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
.server-order__button:hover {
  background: rgba(240, 82, 67, 0.8784313725);
  color: white;
}
@media (max-width: 768px) {
  .server-order__button {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .original-price {
    background: rgba(243, 234, 231, 0.6);
    padding: 2px 12px;
    border-radius: 10px;
  }
}

.server-pricing {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .server-pricing {
    flex-flow: column;
    gap: 10px;
  }
}

.new-price {
  font-size: 32px;
  font-family: "Onest-Bold";
}

.server-price {
  text-align: right;
}
.server-price__original {
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
  color: rgba(33, 26, 24, 0.5);
}
.server-price__discount {
  font-size: 20px;
  font-weight: 700;
  color: #f05243;
  display: flex;
  align-items: center;
  gap: 10px;
}
.server-price__unit {
  font-size: 14px;
  color: rgba(33, 26, 24, 0.5);
  display: none;
}
@media (max-width: 768px) {
  .server-price__unit {
    display: none;
  }
}

.server-discount {
  background: rgba(240, 82, 67, 0.2);
  border-radius: 100px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.server-discount__label {
  font-size: 16px;
  font-weight: 600;
  color: #f05243;
}
.server-discount__value {
  background: #f05243;
  border-radius: 100px;
  padding: 1px 10px;
  color: #ffffff;
  font-weight: 600;
}
.server-discount__icon {
  width: 20px;
  height: 20px;
}

.configurator-section {
  display: none;
  /* Скрываем все секции */
}

.configurator-section.active {
  display: block;
  /* Показываем только активную */
}

.button {
  cursor: pointer;
  transition: all 0.3s;
}

.button_active {
  background: rgb(240, 82, 67);
  color: white;
}

.server-discount {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #F8E5E5;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
.server-discount__label, .server-discount__value {
  font-size: 14px;
}
.server-discount__text {
  font-family: "Onest-Bold";
}
.server-discount__icon {
  width: 12px;
  height: 12px;
}
.server-discount.active + .server-discount__dropdown {
  display: flex;
}

.service-categories {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .service-categories {
    gap: 10px;
  }
}
.service-categories .active {
  background-color: rgba(240, 82, 67, 0.2);
  color: #f05243;
}
@media (max-width: 768px) {
  .service-categories .active {
    background-color: rgba(240, 82, 67, 0.2);
    color: rgb(240, 82, 67);
    border-radius: 100px;
  }
}

.service-categories li {
  flex: 1;
  background-color: #fff;
  color: #000000;
  text-align: center;
  height: 47px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  font-size: 16px;
  font-family: "Onest-Regular";
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .service-categories li {
    font-family: "Onest-Regular";
    border-radius: 20px;
    height: auto;
    padding: 10px;
  }
}
.service-categories li:hover {
  background-color: rgba(240, 82, 67, 0.2);
  color: black;
}
@media (max-width: 768px) {
  .service-categories li:hover {
    border-radius: 100px;
  }
}

.server-discount__dropdown {
  position: absolute;
  top: 60px;
  min-width: 256px;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px;
  display: none;
  flex-direction: column;
  gap: 0;
  z-index: 100000;
  right: 0;
}
@media (max-width: 768px) {
  .server-discount__dropdown {
    top: -65px;
    right: -25px;
  }
}
.server-discount__dropdown.active {
  display: flex;
}

.server-discount__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  transition: background 0.3s ease-in-out;
}
.server-discount__option div {
  display: flex;
  align-items: center;
}
.server-discount__option:hover {
  background: #f5f5f5;
}
.server-discount__option input[type=radio] {
  display: none;
}
.server-discount__option .server-discount__custom-radio {
  width: 16px;
  height: 16px;
  border: 1px solid lightgray;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.server-discount__option .server-discount__custom-radio::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.server-discount__option input[type=radio]:checked ~ .server-discount__custom-radio:before {
  border-color: #000;
  background: #f05243;
}
.server-discount__option input[type=radio]:checked ~ .server-discount__custom-radio:before::before {
  background: #f05243;
}
.server-discount__option .discount-info {
  font-size: 16px;
  color: #f05243;
  font-family: "Onest-Bold";
}

.service-container-configurator {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.service-container-configurator.active {
  display: block;
  opacity: 1;
}

.country-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.country-list__title {
  color: rgba(33, 26, 24, 0.5);
  text-align: center;
  font-family: "Onest-Bold", sans-serif;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.country-list__wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
.country-list__wrapper .active {
  background: #f05243;
}
@media (max-width: 768px) {
  .country-list__wrapper .active {
    background: transparent;
  }
}
.country-list__wrapper .active img {
  border: 1px solid #f05243;
  border-radius: 100px;
}
.country-list__wrapper .active .country-list__name {
  color: white;
}
.country-list__item {
  background: #fff;
  border-radius: 20px;
  padding: 8px 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .country-list__item {
    padding: 0;
    background-color: transparent;
  }
}
.country-list__item:hover {
  background: #f05243;
}
@media (max-width: 768px) {
  .country-list__item:hover {
    background-color: transparent;
  }
}
.country-list__item:hover .country-list__name {
  color: white;
}
.country-list__name {
  color: #211a18;
  text-align: left;
  font-family: "Onest-Regular", sans-serif;
  font-size: 14px;
  line-height: 16.5px;
  font-weight: 500;
  position: relative;
  flex: 1;
}
@media (max-width: 768px) {
  .country-list__name {
    display: none;
  }
}
.country-list__flag {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}
.country-list__flag-image, .country-list__flag-vector, .country-list__flag-group {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: visible;
}

.pricing-table {
  display: flex;
  flex-direction: column;
  gap: 17px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.pricing-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 20px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}
@media (max-width: 768px) {
  .pricing-container {
    display: block;
  }
}

.pricing-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
}
@media (max-width: 768px) {
  .pricing-card {
    margin-right: 15px;
    width: 100%;
    transition: none;
  }
}

.pricing-card__header {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
}

.pricing-card__plan-name {
  color: #131314;
  font-family: "Onest-Bold", sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.pricing-card__price {
  color: #f05243;
  font-family: "Onest-Bold", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.pricing-card__divider {
  background: #a9aaad;
  opacity: 0.5;
  align-self: stretch;
  height: 1px;
  position: relative;
}

.pricing-card__features {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
}

.pricing-feature {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.pricing-feature__icon {
  background: rgba(240, 82, 67, 0.2);
  border-radius: 10px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}

.pricing-feature__image {
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
}

.pricing-feature__details {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
}

.pricing-feature__label {
  color: rgba(33, 26, 24, 0.5);
  font-family: "Onest-Regular", sans-serif;
  font-size: 14px;
  font-weight: 900;
}

.pricing-feature__value {
  color: #131314;
  font-family: "Onest-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.pricing-feature__discount {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.pricing-feature__discount-text {
  color: #211a18;
  font-family: "Onest-Regular", sans-serif;
  font-size: 16px;
}

.pricing-feature__discount-badge {
  background: #f05243;
  border-radius: 100px;
  padding: 1px 10px;
  color: #ffffff;
  font-family: "Onest-Bold", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.pricing-card__cta {
  background: #f05243;
  border-radius: 100px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
.pricing-card__cta:hover {
  cursor: pointer;
  background-color: rgba(240, 82, 67, 0.9294117647);
}

.pricing-card__cta:hover .pricing-card__button {
  color: white;
}

.pricing-card__button {
  font-size: 16px;
  color: #fff;
  font-family: "Onest-Regular";
}

.flickity-slider {
  z-index: 1;
}

.desktop-tariff {
  margin-top: 25px;
}

.accordeon__section {
  margin-bottom: 14px;
}

.accordeon__section-head {
  width: 100%;
  padding: 24px 36px;
  background: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  transition: 1s;
  border-radius: 8px;
  font-family: "Onest-Regular";
}

.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: 0.3s;
  width: 24px;
  height: 24px;
}

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

.accordeon__section-content {
  padding: 25px 36px;
  padding-bottom: 11px;
  display: none;
  font-family: "Onest-Regular";
}

.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;
  }
}
@media screen and (max-width: 767px) {
  .accordeon__section-head {
    font-size: 16px;
    padding-right: 46px;
  }
}
footer a {
  font-family: "Onest-Regular";
}

.service-container,
.os-container,
.crypto-payment,
.features-section,
.hosting-services-container,
.hosting-services-container,
.dmca-container,
.hosting-container * {
  box-sizing: border-box;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.service-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 40px;
}

.service-card {
  background: linear-gradient(to left, rgba(33, 26, 24, 0.8), rgba(33, 26, 24, 0.8));
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 347px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.service-card:hover {
  box-shadow: 0 0 10px;
}

.service-overlay {
  background: var(--orange, #f05243);
  width: 100%;
  height: 100%;
  mix-blend-mode: hue;
}

.service-title {
  color: var(--white, #ffffff);
  text-align: center;
  font-family: "Onest-Bold", sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  position: relative;
}

.service-button {
  background: var(--orange, #f05243);
  border-radius: 100px;
  padding: 15px 40px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.service-button-text {
  color: var(--white, #ffffff);
  text-align: left;
  font-family: "Onest-Regular", sans-serif;
  font-size: 16px;
  line-height: 16.5px;
  font-weight: 700;
  position: relative;
}

.service-button-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
  overflow: visible;
}

.service-card-vps {
  background-image: url("/wp-content/themes/alexhost_new/img/dmca/server2.png");
  justify-content: center;
  align-content: center;
}

.service-card-dedicated {
  background-image: url("/wp-content/themes/alexhost_new/img/dmca/server1.png");
  justify-content: center;
  align-content: center;
}

.service-card-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.service-card {
  border-radius: 10px;
  gap: 30px;
  display: grid;
  justify-items: center;
}

.service-card-dedicated .service-title {
  font-size: 40px;
  font-family: "Onest-Bold", sans-serif;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .service-container {
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
  }
  .service-card-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .service-card {
    height: 347px;
    padding: 20px 25px;
    gap: 20px;
  }
  .service-title {
    font-size: 38px;
    line-height: 110%;
    text-align: center;
  }
  .service-button {
    padding: 12px 30px;
    gap: 10px;
    margin-top: 20px;
  }
  .service-button-text {
    font-size: 14px;
  }
  .service-button-icon {
    width: 20px;
    height: 20px;
  }
}
.payment-sections {
  padding: 0;
}
@media (max-width: 768px) {
  .payment-sections {
    margin-top: 40px;
  }
}

.os-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

/* Header */
.os-header {
  color: #211a18;
  text-align: center;
  font-family: "Onest-SemiBold", sans-serif;
  font-size: 48px;
  line-height: 62px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Grid layout */
.os-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 20px;
  width: 100%;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

/* Grid layout */
.os-flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .os-flex {
    flex-flow: wrap;
  }
}
.os-flex .os-card {
  flex: 0 0 calc(25% - 15px);
  cursor: pointer;
}
@media (max-width: 768px) {
  .os-flex .os-card {
    flex: 1;
    flex-flow: column;
    justify-content: center;
    width: 48%;
    flex: unset;
  }
}
.os-flex .os-card:nth-child(5),
.os-flex .os-card:nth-child(6),
.os-flex .os-card:nth-child(7) {
  flex: 0 0 32%;
}
@media (max-width: 768px) {
  .os-flex .os-card:nth-child(5),
  .os-flex .os-card:nth-child(6),
  .os-flex .os-card:nth-child(7) {
    flex: unset;
  }
}

@media (max-width: 768px) {
  .os-flex .os-card:nth-child(7) {
    flex: 1;
  }
}

/* OS cards */
.os-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 15px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: center;
  flex: 1;
  transition: transform 0.2s ease-in-out;
  cursor: default;
}

.os-card:hover {
  transform: translateY(-5px);
}

/* OS logos */
.os-logo {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1;
}

/* OS names */
.os-name {
  color: #211a18;
  font-family: "Onest-Regular", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 992px) {
  .os-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .os-container {
    padding: 0;
  }
  .os-header {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .os-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .os-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease-in-out;
    width: auto;
  }
  .os-card:hover {
    transform: translateY(-3px);
  }
  .os-logo {
    width: 40px;
    height: 40px;
  }
  .os-name {
    font-size: 16px;
  }
}
.crypto-payment {
  background: var(--white, #ffffff);
  border-radius: 10px;
  padding: 50px 30px;
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 15px;
  justify-items: center;
  position: relative;
}

.crypto-payment-header {
  display: grid;
  gap: 10px;
  justify-items: center;
  width: 100%;
  position: relative;
}

.crypto-payment-title {
  color: var(--dark, #211a18);
  text-align: center;
  font-family: "Onest-Bold", sans-serif;
  font-size: 48px;
  font-weight: 700;
  position: relative;
  width: 100%;
}

.crypto-payment-description {
  color: var(--dark, #211a18);
  text-align: center;
  font-family: "Onest-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
  max-width: 562px;
}

.crypto-payment-methods {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: auto;
  gap: 10px;
  width: 100%;
  justify-content: center;
}

.payment-option {
  background: var(--bg, #f6f3f2);
  border-radius: 10px;
  padding: 20px 10px;
  display: grid;
  grid-template-rows: auto auto;
  gap: 15px;
  align-items: center;
  justify-items: center;
  position: relative;
  margin-top: 10px;
}

.payment-icon {
  border-radius: 320px;
  width: 52px;
  height: 52px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  background: var(--white, #ffffff);
}

.payment-icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.payment-icon.xmoney {
  border-radius: 1000px;
}

.payment-name {
  color: var(--dark, #211a18);
  text-align: center;
  font-family: "Onest-Regular", sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.alternative-payment-methods {
  text-align: center;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  width: 836px;
}

.alternative-payment-methods strong {
  color: var(--orange, #f05243);
  font-family: "Onest-Bold", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.alternative-payment-methods p,
.alternative-payment-methods span {
  color: var(--dark, #211a18);
  font-family: "Onest-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .crypto-payment {
    padding: 30px 20px;
    gap: 15px;
  }
  .crypto-payment-title {
    font-size: 32px;
  }
  .crypto-payment-description {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .crypto-payment-methods {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    width: 100%;
  }
  .payment-option {
    padding: 15px;
    gap: 8px;
    min-width: 100px;
  }
  .payment-icon {
    width: 40px;
    height: 40px;
  }
  .payment-name {
    font-size: 14px;
  }
  .alternative-payment-methods {
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-top: -20px;
  }
  .alternative-payment-methods strong {
    font-size: 14px;
  }
  .alternative-payment-methods p,
  .alternative-payment-methods span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .crypto-payment {
    padding: 30px 15px;
    gap: 15px;
  }
  .crypto-payment-title {
    font-size: 28px;
  }
  .crypto-payment-description {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .crypto-payment-methods {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    width: 100%;
  }
  /* Opțiune de plată */
  .payment-option {
    padding: 15px;
    gap: 8px;
    min-width: 100px;
  }
  /* Iconiță de plată */
  .payment-icon {
    width: 40px;
    height: 40px;
  }
  .payment-name {
    font-size: 14px;
  }
  .alternative-payment-methods {
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-top: -20px;
  }
  .alternative-payment-methods strong {
    font-size: 14px;
  }
  .alternative-payment-methods p,
  .alternative-payment-methods span {
    font-size: 14px;
    line-height: 20px;
  }
}
.features-section {
  display: grid;
  gap: 20px;
  justify-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .features-section {
    gap: 0;
    margin-top: 40px;
  }
}

.features-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
  justify-content: center;
}

.feature-item {
  background: var(--white, #ffffff);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  flex: 1;
  position: relative;
}

.feature-icon {
  align-self: stretch;
  flex-shrink: 0;
  height: 212px;
  position: static;
}

.icon-background {
  max-width: 100%;
  height: auto;
}

.feature-title {
  font-family: "Onest-Bold", sans-serif;
  font-size: 32px;
  text-align: left;
  line-height: normal;
}

.feature-description {
  color: var(--dark, #211a18);
  font-family: "Onest-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  position: relative;
  align-self: stretch;
}

.features-header {
  color: var(--dark, #211a18);
  text-align: center;
  font-family: "Onest-Bold", sans-serif;
  font-size: 48px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  margin-bottom: 30px;
}

.support-actions {
  display: block;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  background: var(--orange, #f05243);
  border-radius: 10px;
  padding: 12px 25px;
  flex-shrink: 0;
  position: relative;
  margin-top: 50px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.support-button {
  color: var(--white, #ffffff);
  font-family: "Onest-Regular", sans-serif;
  font-size: 16px;
  font-weight: 600;
  background: none;
  border: none;
  position: relative;
  text-align: center;
}

.support-icon {
  margin-left: 15px;
}

@media (max-width: 1024px) {
  .features-container {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .features-header {
    font-size: 38px;
    margin-bottom: 15px;
  }
  .features-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-content: center;
    width: 100%;
    padding: 0;
  }
  /* Fiecare card */
  .feature-item {
    width: 100%;
    padding: 20px 16px;
    gap: 15px;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
  }
  .feature-icon {
    height: 140px;
  }
  .feature-title {
    font-size: 24px;
    text-align: center;
    padding: 20px 16px;
    margin-top: 62px;
  }
  .feature-description {
    font-size: 16px;
    text-align: center;
    margin-top: -17px;
    margin-bottom: 30px;
  }
  .support-actions {
    padding: 12px 25px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .support-button {
    font-size: 14px;
  }
}
.hosting-services-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.section-title {
  color: var(--dark, #211a18);
  text-align: center;
  font-family: "Onest-Bold", sans-serif;
  font-size: 48px;
  font-weight: 700;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 40px;
}

.hosting-services-content {
  background: var(--white, #ffffff);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0 0px 99px rgba(0, 0, 0, 0.1);
}

.services-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.service-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.service-category {
  border: 1px solid var(--bg, #f6f3f2);
  padding: 30px 50px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
  border-radius: 10px 0 0;
  border-right: none !important;
}

.category-title {
  color: var(--gray, rgba(33, 26, 24, 0.5));
  text-align: left;
  font-family: "Onest-Regular", sans-serif;
  font-size: 24px;
  font-weight: 500;
  flex: 1;
}

.service-description {
  border: 1px solid var(--bg, #f6f3f2);
  padding: 30px 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 65%;
  position: relative;
  border-radius: 0 10px 0 0;
}

.description-text {
  color: var(--gray, rgba(33, 26, 24, 0.5));
  text-align: left;
  font-family: "Onest-Regular", sans-serif;
  font-size: 24px;
  font-weight: 500;
  flex: 1;
}

.service-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.dmca-hosting-section {
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}

.dmca-hosting-title {
  color: var(--dark, #211a18);
  text-align: left;
  font-family: "Onest-Bold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.important-note-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.important-note-content {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.important-note-text {
  color: var(--gray, rgba(33, 26, 24, 0.5));
  text-align: left;
  font-family: "Onest-Regular", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.resources-section-table {
  border-right: 0 !important;
}

.hosting-options-table {
  border-bottom: 0 !important;
}

.note-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}

.hosting-options-table {
  border: 1px solid var(--bg, #f6f3f2);
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 65%;
}

.hosting-option-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.hosting-option-table {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.hosting-option-table .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.icon {
  flex-shrink: 0;
}

.option-title {
  color: var(--dark, #211a18);
  text-align: left;
  font-family: "Onest-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  flex: 1;
}

.resources-section-table {
  border: 1px solid var(--bg, #f6f3f2);
  padding: 50px;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  align-self: stretch;
  position: relative;
  flex: 1;
}

.resources-title {
  color: var(--dark, #211a18);
  text-align: left;
  font-family: "Onest-Bold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.resources-description-table,
.resources-text {
  text-align: left;
  color: var(--dark, #211a18);
  font-family: "Onest-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  flex: 1;
}
@media (max-width: 768px) {
  .resources-description-table,
  .resources-text {
    font-size: 16px;
  }
}

.highlight-text {
  color: var(--orange, #f05243);
  font-family: "Onest-Regular", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .highlight-text {
    font-size: 16px;
  }
}

.security-section {
  padding: 50px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}

.security-title {
  color: var(--dark, #211a18);
  text-align: left;
  font-family: "Onest-Bold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.security-description {
  text-align: left;
  font-family: "Onest-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  flex: 1;
}

@media screen and (max-width: 768px) {
  /* Main Container */
  .hosting-services-container {
    flex-direction: column;
    gap: 20px;
    /* Reduced gap for mobile */
    align-items: center;
    width: 100%;
  }
  .hosting-option-table .icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
  .service-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    display: none;
  }
  .section-title {
    font-size: 32px;
    margin-top: 15px;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  /* Hosting Service Content */
  .hosting-services-content {
    padding: 0px;
    width: 100%;
    align-items: center;
    background: transparent;
    box-shadow: none;
  }
  /* Services List */
  .services-list {
    align-items: center;
    width: 100%;
    gap: 20px;
  }
  /* Service Details */
  .service-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    border-radius: 10px;
    padding: 20px;
    background: white;
  }
  .hosting-option-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
  }
  .hosting-option-table {
    display: flex;
    border: none;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
  }
  .hosting-options-table {
    border: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: left;
    position: relative;
    margin-top: 20px;
    width: 100%;
  }
  .resources-section-table {
    border: none;
    display: flex;
    gap: 10px;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    align-self: stretch;
    position: relative;
    flex: 1;
    padding-inline: 10px;
    margin-top: 0px;
    padding: 0px;
  }
  .resources-description-table {
    text-align: left;
    font-family: "Onest-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
  }
  .dmca-hosting-section {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    position: relative;
  }
  .security-description {
    text-align: left;
    font-family: "Onest-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    flex: 1;
  }
  .security-section {
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    position: relative;
    margin-top: 20px;
  }
}
.dmca-full {
  background: var(--dark, #211a18);
  width: 100%;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  margin-top: 50px;
}

.dmca-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
}

.dmca-short {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex: 1;
  position: relative;
  text-align: left;
  padding-left: 0;
}

/* Background Circles */
.background-circle-small,
.background-circle-large {
  background: var(--orange, #f05243);
  border-radius: 50%;
  flex-shrink: 0;
  width: 239px;
  height: 239px;
  position: absolute;
  filter: blur(150px);
}

/* Small background circle */
.background-circle-small {
  width: 150px;
  height: 150px;
  top: 54%;
  left: 7%;
}

/* Large background circle */
.background-circle-large {
  width: 250px;
  height: 250px;
  top: 1%;
  right: -1%;
}

.dmca-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  max-width: 55%;
}

/* Header */
.dmca-header {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.dmca-title {
  color: var(--bg, #f6f3f2);
  text-align: left;
  font-family: "Onest-Bold", sans-serif;
  font-size: 48px;
  line-height: 120%;
  font-weight: 700;
  position: relative;
}

.header-underline {
  background: var(--white, #ffffff);
  opacity: 0.2;
  align-self: stretch;
  flex-shrink: 0;
  height: 1px;
  position: relative;
}

/* Description Section */
.dmca-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

/* DMCA Definition */
.dmca-definition {
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}

.dmca-definition-title {
  color: var(--white, #ffffff);
  font-family: "Onest-Regular", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}

.dmca-definition-highlight {
  color: var(--orange, #f05243);
  font-family: "Onest-Bold", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
}

.dmca-definition-text {
  color: var(--white, #ffffff);
  font-family: "Onest-Regular", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}

.dmca-definition-details {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Onest-Regular", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}

/* DMCA Coverage */
.dmca-coverage {
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}

.dmca-coverage-text {
  color: var(--white, #ffffff);
  font-family: "Onest-Regular", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}

.dmca-warning {
  color: var(--orange, #f05243);
  font-family: "Onest-Bold", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
}

/* DMCA Hosting Warning */
.dmca-hosting-warning {
  color: var(--white, #ffffff);
  text-align: left;
  font-family: "Onest-Regular", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}

/* Illustration Section */
.dmca-illustration {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 40%;
  /* Adjusts image proportion */
}

.dmca-notice {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.dmca-notice-image {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .dmca-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 15px;
  }
  .dmca-short {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    padding-left: 0;
  }
  .dmca-content {
    max-width: 100%;
    gap: 15px;
  }
  .dmca-title {
    font-size: 32px;
    text-align: center;
  }
  .header-underline {
    width: 80%;
    margin: 0 auto;
  }
  .dmca-description {
    gap: 15px;
  }
  .dmca-definition,
  .dmca-coverage,
  .dmca-hosting-warning {
    font-size: 14px;
    line-height: 130%;
    text-align: left;
  }
  .dmca-illustration {
    max-width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  .dmca-notice {
    justify-content: center;
  }
  .dmca-notice-image {
    width: 80%;
  }
  /* Background Circles */
  .background-circle-small,
  .background-circle-large {
    background: var(--orange, #f05243);
    border-radius: 50%;
    flex-shrink: 0;
    width: 200px;
    height: 200px;
    position: absolute;
    filter: blur(150px);
  }
}
.hosting-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
@media (max-width: 768px) {
  .hosting-container {
    padding: 0;
    gap: 10px;
    margin-top: 25px;
  }
}

.hosting-title {
  color: #211a18;
  text-align: center;
  font-family: "Onest-Bold", sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.hosting-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
}

.hosting-card-first {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  height: auto;
  width: 667px;
}

.hosting-card-second {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  height: auto;
  width: 531px;
}

.hosting-card-third {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  height: auto;
  width: 438px;
}

.hosting-card-fourth {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  height: auto;
  width: 757px;
  margin-left: -224px;
}

.extra-info {
  color: var(--gray, rgba(33, 26, 24, 0.5));
  text-align: left;
  font-family: "Onest-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}

.card-icon {
  width: 253px;
  height: auto;
}

.card-title {
  color: var(--dark, #211a18);
  text-align: left;
  font-family: "Onest-Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}

.card-description {
  color: var(--dark, #211a18);
  text-align: left;
  font-family: "Onest-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  flex: 1;
}
@media (max-width: 768px) {
  .card-description {
    font-size: 16px;
  }
}

.highlight {
  color: #f05243;
  font-weight: 500;
}

.note {
  font-size: 14px;
  color: rgba(33, 26, 24, 0.5);
}

@media (max-width: 1024px) {
  .hosting-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .hosting-title {
    text-align: left;
    font-size: 32px;
    font-weight: 700;
    align-self: stretch;
    text-align: left;
  }
  .hosting-card-first,
  .hosting-card-second,
  .hosting-card-third,
  .hosting-card-fourth {
    width: 100%;
    height: auto;
    max-width: 500px;
  }
  .hosting-card-fourth {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .hosting-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .hosting-title {
    text-align: left;
    font-size: 32px;
    font-weight: 700;
    align-self: stretch;
    text-align: left;
  }
  .hosting-card-first,
  .hosting-card-second,
  .hosting-card-third,
  .hosting-card-fourth {
    width: 100%;
    height: auto;
    max-width: 500px;
  }
  .hosting-card-fourth {
    margin-left: 0;
  }
}
.border-correct-top {
  border-top: 0 !important;
}

.border-correct-bottom {
  border-bottom: 0 !important;
}

.correct-radius {
  border-radius: 0 0 0 10px;
}

.border-correct-bottom-1 {
  border-bottom: 1px solid #f6f3f2 !important;
  border-radius: 0 0 10px 0;
}

.border-correct {
  border: none !important;
  border-left: 1px solid #f6f3f2 !important;
}

.hostplan-table__item-promobadge {
  display: none;
}
.hostplan-table__item-promobadge + br {
  display: none;
}

.promo-wrapper {
  position: relative;
  overflow: hidden;
}
.promo-wrapper::before {
  content: "PROMO";
  color: #ffffff;
  background: #e53e3e;
  width: 100px;
  height: 20px;
  position: absolute;
  bottom: 12px;
  right: -30px;
  padding: 4px 0;
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  letter-spacing: 0.05em;
  transform: rotate(-47.5deg);
}

.hostplan-table__item td:first-child {
  border-right: none;
  border-left: 1.5px solid #e2e8f0;
  border-radius: 10px 0 0 10px;
}

.hostplan-table__item td:last-child {
  border-left: none;
  border-radius: 0px 10px 10px 0px;
}

.hostplan-table__item td {
  border-left: none;
  border-right: none;
}

.hostplan-table__item:hover td {
  border-color: #f05243;
}

.hostplan-table__item-promo:hover td {
  border-color: #fadb5f;
}

.else__list {
  text-align: left;
}

.service-categories1 > li:first-child::after,
.euro-widget ul li:first-child::after,
.icon-moldova::after {
  content: url(/wp-content/themes/alexhost_new/img/dmca/icons/moldova.svg);
  display: flex;
  margin-left: 10px;
  top: 3px;
  position: relative;
}

.service-categories1 > li:nth-child(2)::after,
.euro-widget ul li:nth-child(2)::after,
.icon-netherlands::after {
  content: url(/wp-content/themes/alexhost_new/img/dmca/icons/netherlands.svg);
  display: flex;
  margin-left: 10px;
  top: 3px;
  position: relative;
}

.service-categories1 > li:nth-child(3)::after,
.euro-widget ul li:nth-child(3)::after,
.icon-sweden::after {
  content: url(/wp-content/themes/alexhost_new/img/dmca/icons/sweden.svg);
  display: flex;
  margin-left: 10px;
  top: 3px;
  position: relative;
}

.service-categories1 > li:nth-child(4)::after,
.euro-widget ul li:nth-child(4)::after,
.icon-bulgaria::after {
  content: url(/wp-content/themes/alexhost_new/img/dmca/icons/bulgaria.svg);
  display: flex;
  margin-left: 10px;
  top: 3px;
  position: relative;
}

.service-categories1 > li:nth-child(5)::after,
.euro-widget ul li:nth-child(5)::after,
.icon-switzerland::after {
  content: url(/wp-content/themes/alexhost_new/img/dmca/icons/switzerland.svg);
  display: flex;
  margin-left: 10px;
  top: 3px;
  position: relative;
}

.service-categories1 > li:nth-child(6)::after,
.euro-widget ul li:nth-child(6)::after,
.icon-france::after {
  content: url(/wp-content/themes/alexhost_new/img/dmca/icons/france.svg);
  display: flex;
  margin-left: 10px;
  top: 3px;
  position: relative;
}

.service-categories1 > li:nth-child(7)::after,
.euro-widget ul li:nth-child(7)::after,
.icon-england::after {
  content: url(/wp-content/themes/alexhost_new/img/dmca/icons/england.svg);
  display: flex;
  margin-left: 10px;
  top: 3px;
  position: relative;
}

.icon-moldova,
.icon-netherlands,
.icon-sweden,
.icon-bulgaria,
.icon-switzerland,
.icon-france,
.icon-england {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row-reverse;
  gap: 15px;
}

.hostplan-table tr td {
  border-color: none !important;
}

.team-grid__profession {
  font-size: 16px;
}

.footer_contrast {
  margin-bottom: -30vh;
}

@media (max-width: 425px) {
  .service-categories1 {
    flex-flow: column;
    padding: 0;
    margin: 20px;
  }
  .service-categories1 > li {
    margin: 10px auto;
    width: auto;
  }
}
.more_content,
.else__item-box {
  text-align: left;
}

.footer_contrast {
  text-align: left;
}

@media (max-width: 767px) {
  .hostplan-table_col-10 tr td:nth-child(8) {
    width: 100% !important;
  }
}
.payment__list {
  justify-content: center;
  gap: 15px;
  align-items: center;
}

.platform-main .platform__content {
  justify-content: center;
}

.platform__item:hover {
  border-bottom: 4px solid #394a9c;
}

.platform-main .platform__name,
.platform-other .platform__name {
  font-size: 16px;
  font-weight: 400;
  padding: 0.5rem 7px;
}

.platform__content .current {
  background: #394a9c;
}

.platform__content .current:hover {
  border-bottom: 4px solid #c3c3c3;
}

.platform__content .current .platform__icon img {
  filter: brightness(100);
}

.platform__content .current .platform__name {
  color: white;
}

.correct-content {
  display: flex;
  gap: 40px;
  padding: 30px 40px;
  border-radius: 12px;
}

.gap-25 {
  gap: 25px;
  display: flex;
  flex-flow: column;
}

.no-flex {
  flex-flow: column;
}

.no-border {
  padding: 0;
  border: none;
}

.content li,
.content ul {
  list-style: unset;
}

.more_content img {
  border-radius: 10px;
  max-width: 375px;
  height: 100%;
}

@media (min-width: 1024px) {
  .flex {
    width: 1200px;
  }
  .navbar-vps-new,
  .navbar-vps-ryzen {
    max-height: 136px;
    height: auto;
  }
  .vps-new-header,
  .vps-ryzen-header {
    height: 235px;
  }
  .review-google-block {
    height: 70px;
    width: 192px;
  }
}
.vps-ryzen-header {
  justify-content: space-between;
}

.vps-ryzen-header > div {
  width: 33%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .vps-ryzen-header > div {
    width: 100%;
  }
}

.vps-new-header h1 {
  min-width: 360px;
  min-height: -moz-min-content;
  min-height: min-content;
}

.navbar-vps-new,
.navbar-vps-ryzen {
  position: relative;
}

.vps-new-header .header-hero__features,
.vps-new-header .header-hero__title,
.vps-new-header .header-hero__button-group {
  flex: 1;
  text-align: center;
}

.navbar-vps-new,
.navbar-vps-ryzen {
  position: relative;
}

.vps-new-header,
.vps-ryzen-header {
  padding-bottom: 0 !important;
}

.header-hero_vps-new .header-hero__content,
.header-hero_vps-ryzen .header-hero__content {
  flex-flow: row !important;
  align-items: center !important;
}

.header-hero_vps-new .header-hero__features,
.header-hero_vps-ryzen .header-hero__features {
  justify-content: flex-start;
  gap: 24px 0;
}

.header-hero_vps-new .header-hero__features-item,
.header-hero_vps-ryzen .header-hero__features-item {
  flex-flow: row;
  padding: 0;
  width: 50%;
  gap: 0 16px;
}

.header-hero_vps-new .header-hero__features-icon,
.header-hero_vps-ryzen .header-hero__features-icon {
  width: auto;
}

.review-block {
  text-align: left;
  display: flex;
  flex-flow: column;
  gap: 15px;
}

.reviews-count,
.rating-detail {
  color: #666;
  font-size: 14px;
  margin: 5px 0;
}

.company-info {
  display: flex;
  align-items: center;
  gap: 9px;
}

.company-info img {
  width: 35px;
  height: 35px;
}

.company-info h2 {
  font-size: 28px;
  margin: 0;
}

.verified-box {
  background: #f1d9d9;
  border-radius: 2px;
  font-size: 8px;
  font-family: "Onest-Bold";
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  padding: 2px 6px 2px 4px;
  gap: 2px;
}
.verified-box img {
  width: 11px;
  height: 11px;
}

.stars {
  color: gold;
  /* Устанавливает золотой цвет звезд */
  font-size: 18px;
  /* Устанавливает размер шрифта для звезд */
}

.rating-detail {
  font-size: 16px;
  /* Устанавливает размер текста оценки и компании */
  color: #333;
  /* Устанавливает цвет текста */
}

.score {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.additional-info p {
  margin: 5px 0;
  font-size: 14px;
  color: #333;
}

.green {
  color: #6fa97f !important;
}

/* Optional: Star rating with half-stars */
.stars {
  font-size: 18px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  /* Ensure consistent font for stars */
}

.countries {
  display: flex;
  gap: 15px;
  width: 100%;
}

.countries a {
  color: black;
}

.country {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 12px;
  border: 2px solid rgba(240, 82, 67, 0.2705882353);
  background: transparent;
  justify-content: center;
  gap: 14px;
  max-width: 210px;
  width: 100%;
  height: 62px;
}

.country:hover {
  border: 2px solid #f05243;
}

.country img {
  width: 34px;
  height: auto;
  margin-right: 0;
}

.country span {
  font-size: 16px;
  /* Размер шрифта */
}

.promo1 {
  position: relative;
  overflow: hidden;
}

.promo1:before {
  content: "PROMO";
  color: #fff;
  background: #e53e3e;
  width: 100px;
  height: 20px;
  position: absolute;
  bottom: 12px;
  right: -30px;
  padding: 4px 0;
  font-weight: 600;
  font-size: 8px;
  font-weight: bold;
  line-height: 11px;
  text-align: center;
  letter-spacing: 0.05em;
  transform: rotate(-46deg);
}

.new1 {
  position: relative;
  overflow: hidden;
}

.new1:before {
  content: "NEW";
  color: #fff;
  background: #e53e3e;
  width: 100px;
  height: 20px;
  position: absolute;
  bottom: 12px;
  right: -30px;
  padding: 4px 0;
  font-weight: 600;
  font-size: 8px;
  font-weight: bold;
  line-height: 11px;
  text-align: center;
  letter-spacing: 0.05em;
  transform: rotate(-46deg);
}

.coming-soon {
  justify-content: center;
  font-style: italic;
  /* Курсив для текста */
}

button:focus {
  outline: none;
}

.isXSqH,
.dNLMsw {
  padding: 0 !important;
  align-items: flex-start !important;
  margin: 0 !important;
  position: relative;
}

.eNnbgE {
  justify-content: flex-start !important;
  margin-top: 25px !important;
}

.koyfWN {
  position: absolute !important;
  top: 7px;
}

.hhxyTb:not(:first-child),
.hYCjZl:not(:first-child) {
  padding-left: 30px;
}

.isXSqH {
  position: relative !important;
}

.port-attr {
  display: flex;
  flex-flow: column;
}

.port-attr a:after,
.read-more a:after {
  content: "";
  background: url(/wp-content/themes/alexhost_new/img/dmca/icons/arrow-right-red-vpx.svg);
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  top: 0;
  right: -30px;
}

.read-more a:after {
  top: 5px;
}

.tariff-plan {
  font-size: 32px;
  font-family: "Onest-Bold";
}

.port-attr a {
  font-size: 12px;
  color: #f05243;
  position: relative;
  right: 15px;
}

.read-more a {
  position: relative;
  right: 15px;
}

.flex {
  display: flex;
  padding: 0;
}

.plans {
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 20px;
}

.feature,
.plan {
  background-color: white;
  width: 100%;
}

.feature ul,
.plan ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature ul > li {
  border-left: 1px solid #e5e5e5;
}

.container .plan:last-child ul > li:first-child {
  border-radius: 0 10px 0 0;
}

.feature li,
.plan li {
  height: 75px;
  border-bottom: 1px solid #e5e5e5;
  background: #fafbff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.feature {
  border-radius: 12px 0 0 12px;
  border-right: 1px solid #e5e5e5;
}

.plan:last-child {
  border-radius: 0px 12px 12px 0px;
  /* Rounded top right and bottom right corners */
  border-right: none;
}

.plan li:last-child {
  border-radius: 0 0 11px 0;
}

.plan {
  border-right: 1px solid #e5e5e5;
}

.plan h2 {
  color: #d10000;
  /* Red for PROMO */
  padding: 5px;
  margin-top: 0;
  text-align: center;
}

.plan li {
  text-align: center;
}

.plan li:last-child {
  border-bottom: 0;
}

.feature li {
  padding-left: 65px;
  position: relative;
  justify-content: start;
}

.promo::after {
  content: "PROMO";
  margin-left: 8px;
  vertical-align: middle;
  background: #e53e3e;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 10px;
}

.power::after {
  content: "POWER";
  margin-left: 8px;
  vertical-align: middle;
  background: #e53e3e;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 12px;
  border-radius: 4px;
}

.low::before {
  content: url(/wp-content/uploads/2024/09/low.svg);
  margin-left: 8px;
  vertical-align: middle;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 12px;
  border-radius: 4px;
}

.fast::before {
  content: url(/wp-content/uploads/2024/09/fast.svg);
  margin-left: 8px;
  vertical-align: middle;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 12px;
  border-radius: 4px;
}

.middle::before {
  content: url(/wp-content/uploads/2024/09/middle.svg);
  margin-left: 8px;
  vertical-align: middle;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 12px;
  border-radius: 4px;
}

.amd::before {
  content: url(/wp-content/uploads/2024/09/amd.svg);
  margin-left: 8px;
  vertical-align: middle;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 12px;
  border-radius: 4px;
}

.water::before {
  content: url(/wp-content/uploads/2024/09/water.svg);
  vertical-align: middle;
  color: white;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
  margin: 0;
  padding-right: 5px;
}

.fire::before {
  content: url(/wp-content/uploads/2024/09/fire.svg);
  vertical-align: middle;
  color: white;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
  margin: 0;
  padding-right: 5px;
}

.empty {
  border-bottom: 0 !important;
  border-radius: 0 0 0 11px;
  color: #fafbff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: transparent;
}

.feature li::before {
  position: absolute;
  margin-right: 8px;
  /* Отступ справа для разделения текста и иконки */
  vertical-align: middle;
  left: 20px;
  /* Выравнивание иконки по центру относительно текста */
}

.tariff {
  border-radius: 11px 0 0 0;
}

.last-tariff {
  border-radius: 0 11px 0 0;
}

.last-tariff-order {
  border-radius: 0 0 11px 0;
}

/* Специфичные иконки для каждого класса */
.tariff::before {
  content: url("/wp-content/uploads/2024/07/tariff-plan.svg");
}

.processor::before {
  content: url("/wp-content/uploads/2024/07/Processor.svg");
}

.ram::before {
  content: url("/wp-content/uploads/2024/07/RAM.svg");
}

.discs::before {
  content: url("/wp-content/uploads/2024/07/Discs.svg");
}

.port::before {
  content: url("/wp-content/uploads/2024/09/port_new2.svg");
}

.ip::before {
  content: url("/wp-content/uploads/2024/07/IP.svg");
}

.virtualization::before {
  content: url("/wp-content/uploads/2024/07/Virtualization.svg");
}

.traffic::before {
  content: url("/wp-content/uploads/2024/07/Traffic.svg");
}

.panel-control::before {
  content: url("/wp-content/uploads/2024/07/OS.svg");
}

.additional::before {
  content: url("/wp-content/uploads/2024/07/Additional.svg");
}

.discount1::before {
  content: url("/wp-content/uploads/2024/07/Discount.svg");
}

.price1::before {
  content: url("/wp-content/uploads/2024/07/Price.svg");
}

.read-more {
  position: relative;
}

.tooltip {
  position: relative;
  bottom: 10px;
  left: 10px;
  font-size: 10px;
  border: 1.5px solid #f05243;
  width: 17px;
  height: 17px;
  border-radius: 100px;
  color: #f05243;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.Additional {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 20px;
}

.Additional a {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-flow: column;
  gap: 5px;
}

.Additional div {
  font-size: 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 5px;
}

.Additional img {
  width: 28px;
  height: 28px;
}

.subscription-plan {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.box-selected {
  width: 100%;
  padding: 0 10px;
}

.plan-1 {
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  align-items: center;
  display: flex;
  flex-flow: column;
  gap: 5px;
}

.circle {
  width: 20px;
  height: 20px;
  border: 2px solid black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .selected .circle {
  background-color: black;
} */
.prices .box-selected:not(.selected) {
  display: none;
}

.selected .circle-inner {
  display: block;
}

.circle-inner {
  width: 10px;
  height: 10px;
  background-color: black;
  border-radius: 50%;
  display: none;
}

.plan-1 span {
  margin: 5px 0 0;
  color: #e53e3e;
  font-size: 12px;
}

.plan-1 p {
  color: black;
  font-size: 12px;
  margin: 0;
}

.price-block {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.price,
.discount {
  text-align: center;
  width: 100%;
}

.price-box {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: end;
}

.discount {
  color: #e53e3e;
  display: flex;
  justify-content: end;
}

.discount .price-large {
  line-height: 15px;
}

.price-large {
  font-size: 14px;
  font-family: "Onest-Regular";
}

.description {
  font-size: 14px;
  color: #aeb0ca;
  line-height: 16px;
}

.price-large-1 {
  font-size: 24px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Onest-Bold";
}

.price-flex {
  display: flex;
  flex-flow: column;
  align-items: baseline;
  width: 35%;
}

.new-order-button {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #fadb5f;
  color: #8d2b0b;
  padding: 9px 0;
  border-radius: 100px;
  font-size: 14px;
  transition: transform 0.1s ease-in-out;
  position: relative;
}

.managed {
  background-color: #e53e3e;
  color: white;
}

.managed:hover {
  color: white !important;
}

.new-order-button:hover {
  color: #8d2b0b;
  opacity: 0.85;
}

.new-order-button:active {
  transform: translateY(1px);
}

.order-box {
  padding: 14px 24px !important;
}

.old-price {
  text-decoration: line-through;
}

.plan-1:not(.selected):hover .circle-inner {
  display: block;
  /* Показать при наведении на не выбранные */
  background-color: gray;
}

.interval {
  height: 100px;
}

.interval-50 {
  height: 50px;
}

.interval-20 {
  height: 20px;
}

.container-data {
  display: flex;
}

.container-data .feature {
  border-radius: 12px 0 0 0;
  border-right: 0;
  border-bottom: 1px solid #fafbff;
}

.container-data .plan:last-child {
  border-bottom: 1px solid #fafbff;
  border-radius: 0 12px 0 0;
}

.container-data .plan li:last-child {
  border-radius: 0;
}

.container-data .feature li {
  padding-left: 50px;
  width: 170px;
}

.container-data .plan li {
  width: 190px;
}

.container-data .feature li,
.container-data .plan li {
  font-size: 14px;
  height: 50px;
}

@media (max-width: 576px) {
  .plans-mobile .flex {
    gap: 25px;
  }
  .ryzen-desc-box {
    flex-flow: column;
  }
  .page-template-template-pagespage-vps-ryzen-php {
    background-position: bottom;
  }
  .new-order-button {
    border-radius: 0 0px 10px 10px !important;
  }
}
.container-data .feature li:before {
  left: 10px;
  top: 10px;
  transform: scale(0.75);
}

.container-data .tariff-plan {
  font-size: 24px !important;
}

.container-data .plan-1 span,
.container-data .plan-1 p,
.container-data .Additional div {
  font-size: 8px;
  line-height: normal;
}

.container-data .circle-inner {
  width: 8px;
  height: 8px;
  line-height: 10px;
}

.container-data .plan-1 {
  gap: 5px;
}

.plans-mobile .order-box {
  padding: 0 !important;
}

.container-data .Additional img {
  width: 20px;
  height: 20px;
}

.container-data .price1 {
  border-bottom: 0;
}

.container-data .discount {
  margin: 0;
  font-size: 10px;
}

.container-data .price-large-1 {
  font-size: 18px;
}

.container-data .box-selected {
  padding: 10px;
}

.container-data .description,
.container-data .price-large {
  font-size: 10px;
}

.plan-indicators,
.plan-indicators-telegram {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

.scroll-container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  /* Для Firefox */
  -ms-overflow-style: none;
  /* Для Internet Explorer и Edge */
  /* Для Webkit-браузеров, таких как Safari и Chrome */
}
.scroll-container::-webkit-scrollbar {
  display: none;
}

.container-plans {
  width: 100vw;
  scroll-snap-align: start;
  box-sizing: border-box;
  margin-right: 0px;
}

.indicator,
.indicator-telegram,
.indicator-telegram-mob {
  cursor: pointer;
  margin-right: 6px;
  background-color: #ddd;
  height: 5px;
  width: 5px;
  border-radius: 10px;
}

.indicator.active-indicator,
.indicator-telegram.active-indicator1,
.indicator-telegram-mob.active-indicator1 {
  background-color: #e53e3e;
  width: 30px;
  height: 6px;
  border-radius: 100px;
}

.mobile-tariff {
  display: none;
}

.desktop-tariff {
  display: block;
}

@media (max-width: 576px) {
  .mobile-tariff {
    display: block;
  }
  .desktop-tariff {
    display: none;
  }
}
.active-link {
  border: 2px solid #f05243;
}

.container-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-1 .card-ryzen h1 {
  font-size: 2.5rem;
}
.container-1 .card-ryzen {
  padding: 1rem;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.container-1 .card-ryzen .border {
  width: 100%;
  height: 0.25rem;
  top: 0;
  left: -100%;
  position: absolute;
  background: linear-gradient(to right, transparent 50%, #f9a52a, #f7540a);
}
.container-1 .card-ryzen .border.to-left {
  animation: left 1s linear infinite;
}
.container-1 .card-ryzen .border.to-bottom {
  width: 0.25rem;
  height: 100%;
  right: 0;
  top: -100%;
  left: initial;
  background: linear-gradient(180deg, transparent 50%, #f9a52a, #f7540a);
  animation: bottom 1s linear infinite;
  animation-delay: 0.5s;
}
.container-1 .card-ryzen .border.to-right {
  width: 100%;
  height: 0.25rem;
  bottom: 0;
  top: initial;
  right: 0;
  background: linear-gradient(90deg, #f9a52a, #f7540a 50%, transparent);
  animation: right 1s linear infinite;
  animation-delay: 1s;
}
.container-1 .card-ryzen .border.to-top {
  width: 0.25rem;
  height: 100%;
  bottom: -100%;
  top: initial;
  right: initial;
  left: 0;
  background: linear-gradient(0, transparent 50%, #f9a52a, #f7540a);
  animation: top 1s linear infinite;
  animation-delay: 1.5s;
}

@keyframes left {
  0% {
    transform: translatex(0);
  }
  100% {
    transform: translatex(200%);
  }
}
@keyframes bottom {
  0% {
    transform: translatey(0);
  }
  100% {
    transform: translatey(200%);
  }
}
@keyframes right {
  0% {
    transform: translatex(200%);
  }
  100% {
    transform: translatex(0%);
  }
}
@keyframes top {
  0% {
    transform: translatey(0%);
  }
  100% {
    transform: translatey(-200%);
  }
}
@keyframes color {
  0% {
    filter: rotate-hue(0deg);
  }
  100% {
    filter: rotate-hue(360deg);
  }
}
.ryzen-desc {
  padding: 0;
  padding: 30px !important;
  margin-top: 30px;
  border-top: 4px solid;
  border-bottom: 4px solid;
  border-image-source: linear-gradient(to right, rgb(249, 165, 42), rgb(247, 84, 10));
  border-image-slice: 1;
  border-left: 0;
  border-right: 0;
}

.ryzen-desc-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.ryzen-desc-container div {
  display: flex;
  gap: 16px;
}

.ryzen-desc-container span {
  font-weight: 700;
  font-size: 24px;
  color: white;
  line-height: 21px;
}

.ryzen-desc-container p {
  font-weight: 400;
  font-size: 16px;
  color: white;
  line-height: 21px;
  margin: 0;
}

.page-template-template-pagespage-vps-ryzen-php {
  background: url(/wp-content/uploads/2024/09/ryzen-back.svg);
  background-position: center;
}

@media (max-width: 576px) {
  .header-hero_vps-new .header-hero__content {
    flex-flow: column !important;
  }
  .review-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
  }
  .header-hero_vps-new .header-hero__features {
    flex-flow: wrap;
    gap: 0;
  }
  .countries {
    flex-flow: wrap;
  }
  .country {
    width: 48%;
  }
  .coming-soon {
    width: 100%;
    max-width: 100%;
  }
  .plans {
    overflow-x: auto;
  }
  .platform-main .platform__content {
    flex-flow: wrap;
  }
  .interval {
    height: 50px;
  }
  .correct-content {
    gap: 20px;
  }
  .more_content img {
    width: 100%;
  }
  .correct-content {
    flex-flow: column-reverse;
  }
  .gray {
    padding: 18px !important;
  }
  .accordeon {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .gray .accordeon__section-head {
    font-size: 14px !important;
  }
  .payment__list {
    gap: 0;
  }
  .header-hero_vps-new {
    background-position: center;
    padding-top: 5rem;
  }
  .country {
    height: 50px;
    justify-content: start;
  }
  .countries {
    gap: 14px;
    justify-content: space-between;
  }
  .coming-soon {
    justify-content: center;
  }
  .country img {
    width: 30px;
  }
  .burger-support-wrapper {
    gap: 5px;
  }
}
.flex-telegram {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.flex-telegram h2 {
  margin: 0;
  min-width: 330px;
}
@media (max-width: 768px) {
  .flex-telegram h2 {
    min-width: auto;
  }
}
.flex-telegram button {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border-style: solid;
  border-color: #E2E8F0;
  border-width: 1px;
  padding: 12px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  background: transparent;
  transition: 0.7s;
}
.flex-telegram button:hover {
  border-radius: 100px;
  background: #e2e8f0;
  transition: 0.7s;
}

.desktop-tariff section,
.tariff-sections {
  padding: 0 !important;
}

.with-crown {
  margin-top: 0px !important;
}/*# sourceMappingURL=dmca-first-screen.css.map */