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

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

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

.gpu-btn {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .gpu-btn {
    margin: 0 auto;
    display: block;
    width: -moz-max-content;
    width: max-content;
    padding: 15px 30px;
  }
}

.gpu-back {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

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

html[lang=fr-fr] .header-hero__content-box .padding-box h1 {
  font-size: 53px;
}

html[lang=tr-tr] .header-hero__content-box .padding-box h1 {
  font-size: 53px;
}

html[lang=es-es] .header-hero__content-box .padding-box h1 {
  font-size: 58px;
}

html[lang=pt-pt] .header-hero__content-box .padding-box h1 {
  font-size: 60px;
}

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

.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: 50px 0;
  }
}
.header-hero__content-box .padding-box h1 {
  text-align: left;
  font-size: 64px;
  line-height: 70px;
}
@media (max-width: 768px) {
  .header-hero__content-box .padding-box h1 {
    font-size: 42px;
    text-align: center;
    line-height: 48px;
  }
}
.header-hero__content-box .padding-box p {
  font-family: "Onest-Regular";
  font-size: 24px;
  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: 48%;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .box-content {
    align-items: center;
    gap: 0;
    max-width: 100%;
    margin-top: 0px;
  }
}

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

.server__text {
  background: none !important;
}

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

.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: 10px;
  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";
}

.features {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.features__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.features__title {
  font-family: "Onest-Bold";
  font-size: 48px;
  font-weight: 600;
  color: #211a18;
}
.features__list {
  display: flex;
  gap: 20px;
  width: 100%;
}

.feature {
  flex: 1;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
.feature__icon {
  background: #f05243;
  border-radius: 100px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature__icon img {
  width: 40px;
  height: 40px;
}
.feature__text {
  font-family: "Onest-Regular";
  font-size: 22px;
  text-align: center;
  line-height: normal;
  color: #211a18;
}
.feature__details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.feature__link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f05243;
  font-family: "Onest-Bold";
  font-size: 20px;
  font-weight: 600;
}
.feature__link img {
  width: 20px;
  height: 20px;
}
.feature:hover {
  /* Светлее при наведении */
  transform: scale(1.03);
  /* Лёгкое увеличение */
  transition: 0.4s ease-in-out;
  /* Красноватая тень */
}

.server-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  gap: 50px;
  align-items: center;
  position: relative;
  font-family: "Onest-Regular";
}
.server-card__image {
  background: #f6f3f2;
  border-radius: 20px;
  width: 444px;
  position: relative;
  overflow: hidden;
}
.server-card__image .server-card__icon {
  position: absolute;
  left: 0;
  bottom: 157px;
  width: 100%;
  transform: rotate(-90deg) scale(1, -1);
}
.server-card__image .server-card__photo {
  width: 100%;
  height: 524px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 4px 25px rgba(25, 18, 18, 0.1), inset 0px -20px 50px rgba(240, 82, 67, 0.5);
}
.server-card__image .server-card__overlay {
  background: #f05243;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  mix-blend-mode: hue;
}
.server-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.server-card__title {
  font-size: 48px;
  font-weight: 700;
}
.server-card__title .highlight {
  color: #f05243;
}
.server-card__specs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.server-card__os {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  font-family: "Onest-Regular";
  color: rgba(33, 26, 24, 0.5);
}
@media (max-width: 768px) {
  .server-card__os {
    justify-content: center;
  }
}
.server-card__box-price {
  flex-flow: column;
  display: flex;
  max-width: 360px;
  width: 100%;
}
.server-card__details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.server-card__details .spec {
  background: #f6f3f2;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  width: 48%;
  flex-flow: column;
}
.server-card__details .spec span {
  color: rgba(33, 26, 24, 0.5);
}
.server-card__details .spec strong {
  color: #211a18;
  font-weight: 600;
  font-family: "Onest-Bold";
}
.server-card__pricing {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
}
.server-card__price {
  font-size: 40px;
  font-weight: 700;
  color: #f05243;
}
.server-card__plans {
  display: flex;
  gap: 10px;
  background: #f6f3f2;
  border-radius: 100px;
  padding: 5px;
  height: 49px;
}
.server-card__plans .plan {
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(33, 26, 24, 0.5);
  cursor: pointer;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  line-height: normal;
  display: flex;
}
.server-card__btn {
  background: #f05243;
  color: #fff;
  border: none;
  padding: 16px 40px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  max-height: 49px;
  display: flex;
  align-items: center;
  height: 100%;
}
.server-card__btn:hover {
  background: #d84336;
  color: #ffffff;
}

.server-card__plans {
  display: flex;
  gap: 5px;
  background: #f6f3f2;
  border-radius: 100px;
  padding: 5px;
  position: relative;
  justify-content: space-between;
  max-width: 350px;
  width: 100%;
}

.plan {
  flex: 1;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 500;
  color: rgba(33, 26, 24, 0.5);
  cursor: pointer;
  transition: color 0.3s;
  position: relative;
  z-index: 2;
}

.plan.active {
  color: #141241;
}

.indicator {
  top: 4px;
  position: absolute;
  width: 48.8%;
  height: 85%;
  background-color: #ffffff;
  border-radius: 100px;
  transition: transform 0.3s ease-in-out;
  left: 4px;
  z-index: 1;
}

.benefits-of-gpu {
  overflow: hidden;
}

.ai-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: "Onest-Regular";
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}
.ai-features__title {
  font-size: 48px;
  font-weight: 600;
  color: #211a18;
  max-width: 695px;
  width: 100%;
  line-height: normal;
}
.ai-features__list {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ai-feature {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 24%;
  /* Чтобы все блоки были равномерными */
}
.ai-feature__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.ai-feature__title {
  font-size: 24px;
  font-weight: 600;
  color: #211a18;
}
.ai-feature__text {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
  color: #211a18;
}

.setup {
  display: flex;
  gap: 50px;
  padding: 40px;
  border-radius: 20px;
  background: #fff;
}
.setup__image {
  position: relative;
  width: 430px;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
}
.setup__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.setup__image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(240, 82, 67, 0.3);
  mix-blend-mode: hue;
}
.setup__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
.setup__title {
  font-size: 32px;
  font-weight: 600;
  color: #211a18;
  width: 100%;
  margin: 0;
}
.setup__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 0;
}
.setup__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #211a18;
}
.setup__desktops {
  display: flex;
  gap: 15px;
  font-size: 16px;
  color: rgba(33, 26, 24, 0.5);
  justify-content: flex-start;
  margin-top: -15px;
}
.setup__note {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #211a18;
  align-items: flex-start;
}
.setup__note strong {
  color: #f05243;
  font-weight: 600;
}

.specs {
  position: relative;
}
.specs__title {
  font-size: 48px;
  font-weight: 600;
  color: #211a18;
}
.specs__container {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  margin-top: 20px;
}
.specs__block {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.specs__container-box {
  flex: 1;
}

.performance-chart {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 361px;
  position: relative;
  box-sizing: border-box;
  flex: 1;
}
.performance-chart__title {
  color: #211a18;
  text-align: left;
  font-size: 32px;
  line-height: 120%;
  font-weight: 600;
  align-self: stretch;
}
.performance-chart__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  align-self: stretch;
}
.performance-chart .gpu-card {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 10px;
  gap: 20px;
  position: relative;
  flex-shrink: 0;
  width: 100%;
}
.performance-chart .gpu-card--highlight {
  background: #f05243;
  color: #ffffff;
  font-weight: 600;
}
.performance-chart .gpu-card--default {
  background: rgba(243, 234, 231, 0.6);
}
.performance-chart .gpu-card__bar {
  background: rgba(33, 26, 24, 0.5);
  border-radius: 10px;
  opacity: 0.1;
  height: 43px;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.performance-chart .gpu-card__name {
  flex: 1;
  color: #211a18;
  font-family: "Onest-Regular";
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
}
.performance-chart .gpu-card__score {
  font-family: "Onest-Bold";
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  color: #211a18;
}
.performance-chart .gpu-card--highlight .performance-chart .gpu-card__name, .performance-chart .gpu-card--highlight .performance-chart .gpu-card__score {
  color: #ffffff;
  opacity: 1;
}

.performance-chart-1 {
  flex-flow: row;
  height: -moz-fit-content;
  height: fit-content;
  align-items: center;
  justify-content: center;
}
.performance-chart-1 .performance-chart__title {
  align-self: auto;
}

.gpu-card--rtx-4070-ti div {
  color: #ffffff !important;
}

.gpu-card--rtx-4070-ti .gpu-card__bar {
  width: 100%;
}

.gpu-card--rtx-3080-ti .gpu-card__bar {
  width: 96%;
}

.gpu-card--rx-7700-xt .gpu-card__bar {
  width: 71%;
}

.gpu-card--rtx-2080-ti .gpu-card__bar {
  width: 63%;
}

.gpu-card--rtx-2060 .gpu-card__bar {
  width: 38%;
}

.gpu-specs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
}
.gpu-specs__container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.gpu-specs__card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: baseline;
  width: 285px;
}
.gpu-specs__value {
  color: #f05243;
  text-align: center;
  font-family: "Onest-Bold";
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
}
.gpu-specs__label {
  color: rgba(33, 26, 24, 0.5);
  text-align: left;
  font-family: "Onest-Regular";
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
}

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

.jew-header-left {
  left: -25%;
  top: -200px;
}

.jew-header-right {
  right: 0;
  bottom: -200px;
}

.jew-2x {
  right: -90px;
  top: -35px;
}

.jew-designed {
  right: -115px;
  top: 30%;
}

.jew-access {
  left: -120px;
  bottom: -130px;
}
@media (max-width: 768px) {
  .jew-access {
    display: none;
  }
}

.jew-deep {
  right: -125px;
  bottom: -220px;
}
@media (max-width: 768px) {
  .jew-deep {
    display: none;
  }
}

.jew-cases {
  right: 20px;
  bottom: -90px;
}
@media (max-width: 768px) {
  .jew-cases {
    display: none;
  }
}

.jew-specs {
  left: -10.5%;
  bottom: -9%;
  z-index: 999;
}

.dVOuJR {
  position: absolute !important;
  left: 0;
}

.galHzq,
.gorbod {
  padding-left: 35px !important;
  align-items: baseline !important;
}

.section-key {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .section-key {
    margin-top: 50px;
  }
}

.full-section {
  min-height: 684px;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 80px 120px;
  margin: 50px 0 0;
  background-position-x: center;
}
.full-section .gpu-server-container {
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.full-section .gpu-server-container .server-title {
  color: var(--white, #ffffff);
  font: 600 64px "Onest-Medium", sans-serif;
  line-height: 120%;
  margin-bottom: 50px;
}
.full-section .gpu-server-container .server-description {
  color: var(--white, #ffffff);
  font: 300 24px "Onest-Regular", sans-serif;
  line-height: 130%;
}

.ai-deep {
  background-image: url(/wp-content/themes/alexhost_new/img/gpu/ai-deep-background.jpg) !important;
}

.full-section {
  position: relative;
  min-height: 684px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 80px 120px;
  margin: 50px 0 0;
  overflow: hidden;
}
.full-section__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  filter: blur(3px);
}
.full-section__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.full-section .container,
.full-section .gpu-server-container {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .full-section {
    padding: 80px 16px;
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
  }
  .full-section .container {
    padding: 0;
  }
  .full-section .gpu-server-container .server-title {
    font-size: 32px;
    margin-bottom: 10px;
    width: 287px;
  }
  .full-section .gpu-server-container .server-title p {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 120%;
  }
  .full-section .gpu-server-container .server-description {
    font-size: 20px;
  }
}
.gpu-benefits-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0px;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .gpu-benefits-section {
    padding: 0;
  }
}
.gpu-benefits-section .gpu-benefits-title {
  font: 600 48px "Onest-Bold", sans-serif;
  color: var(--dark, #211a18);
}
.gpu-benefits-section .gpu-benefits-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .gpu-benefits-section .gpu-benefits-container {
    margin-top: 0px;
  }
}
.gpu-benefits-section .gpu-benefits-container .gpu-benefit {
  display: block;
  align-items: center;
  background: var(--white, #ffffff);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  text-align: left;
}
.gpu-benefits-section .gpu-benefits-container .gpu-benefit .icon-benefit {
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 20px;
}
.gpu-benefits-section .gpu-benefits-container .gpu-benefit .gpu-benefits-images {
  position: relative;
}
.gpu-benefits-section .gpu-benefits-container .gpu-benefit .text {
  flex: 1;
}
.gpu-benefits-section .gpu-benefits-container .gpu-benefit .text .benefit-title {
  font: 600 23px "Onest-Bold", sans-serif;
  color: var(--dark, #211a18);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .gpu-benefits-section .gpu-benefits-container .gpu-benefit .text .benefit-title {
    margin-top: 30px;
  }
}
.gpu-benefits-section .gpu-benefits-container .gpu-benefit .text .benefit-description {
  font: 400 16px "Onest-Regular", sans-serif;
  color: var(--dark, #211a18);
  opacity: 0.8;
  line-height: 1.5;
}
.gpu-benefits-section .gpu-benefits-container .gpu-benefit .text .benefit-list li {
  color: rgba(33, 26, 24, 0.4705882353);
}
.gpu-benefits-section .gpu-benefits-container .gpu-benefit .text .benefit-list li b {
  color: black;
  font-family: "Onest-Medium";
}

.benefit-list.red-dash {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.benefit-list.red-dash li {
  margin-bottom: 0.6em;
  font-size: 16px;
  line-height: 1.5;
  color: #6e6e6e;
  /* светло-серый текст */
}

.benefit-list.red-dash .dash {
  color: #F05243;
  /* красный */
  font-weight: bold;
}

@media (max-width: 1024px) {
  .gpu-benefits-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .gpu-benefits-container .gpu-benefit {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .gpu-benefits-container .gpu-benefit .icon-benefit {
    margin-bottom: 10px;
  }
}
.jew-benifits {
  right: -8%;
  top: 29%;
}

.server {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
}
.server__text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}
@media (max-width: 768px) {
  .server__text {
    padding: 0px;
    background: #272525;
    border-radius: 20px;
  }
}
.server__title {
  font-family: "Onest-Medium", sans-serif;
  font-size: 47px;
  line-height: normal;
  color: #211a18;
}
.server__title--highlight {
  color: #f05243;
}
.server__description {
  font-size: 21px;
  line-height: normal;
  color: #211a18;
  position: relative;
}
@media (max-width: 768px) {
  .server__description {
    font-size: 18px;
  }
}
.server__images {
  position: relative;
  width: 530px;
  border-radius: 20px;
  overflow: hidden;
}
.server__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.server__overlay {
  background: #f05243;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: hue;
}

body {
  font-family: "Onest-Regular", sans-serif;
}

.gpu-server {
  background: #ffffff;
  border-radius: 20px;
  padding: 50px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.gpu-server__image {
  max-width: 383px;
}

.gpu-server__description1 {
  font-size: 48px;
  line-height: 1.1;
  font-family: "Onest-Bold";
}
@media (max-width: 768px) {
  .gpu-server__description1 {
    font-size: 32px;
  }
}

.gpu-server__divider1 {
  background: rgba(33, 26, 24, 0.5);
  height: 1px;
  width: 100%;
  margin: 0 0 25px;
}

.gpu-server__content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  flex: 1;
}

.gpu-server__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gpu-server__logo {
  width: 294px;
  height: 70px;
  overflow: hidden;
}

.gpu-server__divider {
  background: rgba(33, 26, 24, 0.5);
  height: 1px;
  width: 100%;
}

.gpu-server__description,
.gpu-server__cta {
  font-size: 20px;
  line-height: 120%;
}

.gpu-server__description {
  color: #211a18;
}

.gpu-server__cta {
  color: #f05243;
  font-family: "Onest-Bold", sans-serif;
  font-weight: 600;
}

@media (max-width: 768px) {
  .section-gpu-server {
    margin: 25px 0;
  }
}
.section-gpu-server .gpu-hosting-content {
  flex: 1;
  display: flex;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  gap: 50px;
}
@media (max-width: 768px) {
  .section-gpu-server .gpu-hosting-content {
    padding: 20px;
    gap: 20px;
    flex-flow: column;
  }
}
.section-gpu-server .gpu-hosting-content .left-box {
  display: flex;
  flex-flow: column;
  max-width: 606px;
  width: 100%;
  gap: 10px;
}
.section-gpu-server .gpu-hosting-content .section-title {
  font-size: 36px;
  line-height: normal;
  color: #211a18;
}
.section-gpu-server .gpu-hosting-content .section-divider {
  height: 1px;
  background: #d9d9d9;
  width: 100%;
}
.section-gpu-server .gpu-hosting-content .section-description,
.section-gpu-server .gpu-hosting-content .note {
  font-size: 20px;
  line-height: 1.4;
  color: rgba(33, 26, 24, 0.8);
}
@media (max-width: 768px) {
  .section-gpu-server .gpu-hosting-content .section-description,
  .section-gpu-server .gpu-hosting-content .note {
    font-size: 18px;
  }
}
.section-gpu-server .gpu-hosting-content .features-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}
.section-gpu-server .gpu-hosting-content .features-list .feature-item {
  display: flex;
  gap: 12px;
  background: #f6f3f2;
  border-radius: 16px;
  padding: 15px 16px;
  align-items: center;
}
.section-gpu-server .gpu-hosting-content .features-list .feature-item .feature-number {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f05243;
  color: white;
  border-radius: 100px;
  font-size: 20px;
  box-sizing: border-box;
}
.section-gpu-server .gpu-hosting-content .features-list .feature-item .feature-text {
  font-size: 20px;
  line-height: normal;
  color: #211a18;
}
.section-gpu-server .gpu-hosting-content .features-list .feature-item .feature-text p {
  margin: 0;
}
.section-gpu-server .gpu-hosting-image {
  position: relative;
  max-width: 444px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.section-gpu-server .gpu-hosting-image .gpu-illustration {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-gpu-server .gpu-hosting-image .gpu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 596px;
  height: 100%;
  background: #f05243;
  opacity: 0.5;
  mix-blend-mode: hue;
}

.ai-use-cases {
  max-width: 1200px;
  margin: 0 auto;
}
.ai-use-cases__header {
  text-align: center;
  margin-bottom: 30px;
}
.ai-use-cases__title {
  font-size: 36px;
  color: #000000;
  font-weight: 700;
}
.ai-use-cases__title .highlight-red {
  color: #f05243;
}
.ai-use-cases__subtitle {
  font-size: 20px;
  color: rgba(33, 26, 24, 0.7);
}
.ai-use-cases__list {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .ai-use-cases__list {
    background-color: transparent;
  }
}
.ai-use-cases__item {
  display: flex;
  border-bottom: 1px solid #F6F3F2;
}
@media (max-width: 768px) {
  .ai-use-cases__item {
    flex-flow: column;
    background: white;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 20px;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .ai-use-cases__item:last-child {
    margin-bottom: 0;
  }
}
.ai-use-cases__item p {
  font-size: 18px;
  color: #211a18;
  padding: 50px;
}
@media (max-width: 768px) {
  .ai-use-cases__item p {
    padding: 0px;
  }
}
.ai-use-cases__item-title {
  font-size: 24px;
  color: #211a18;
  font-weight: 700;
  max-width: 400px;
  width: 100%;
  padding: 50px;
  margin: 0;
  text-transform: uppercase;
  border-right: 1px solid #F6F3F2;
}
@media (max-width: 768px) {
  .ai-use-cases__item-title {
    padding: 0px;
  }
}
.ai-use-cases__item:last-child {
  border-bottom: unset;
}
.ai-use-cases__footer {
  margin-top: 20px;
  display: flex;
  gap: 40px;
  align-items: center;
  display: flex;
  background: #fff;
  padding: 18px 50px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .ai-use-cases__footer {
    flex-flow: column;
    padding: 20px;
    gap: 20px;
  }
}
.ai-use-cases__footer-text {
  flex: 1;
  font-size: 18px;
  color: #211a18;
}
.ai-use-cases__image {
  max-width: 400px;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .dl-benefits {
    padding: 16px;
  }
}
.dl-benefits .container {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.dl-benefits__title {
  font-size: 28px;
  color: #211a18;
  line-height: 1.4;
  font-family: "Onest-Medium", sans-serif;
}
@media (max-width: 768px) {
  .dl-benefits__title {
    font-size: 24px;
  }
}
.dl-benefits__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .dl-benefits__list {
    grid-template-columns: 1fr;
  }
}
.dl-benefits__item {
  background: #f6f3f2;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 768px) {
  .dl-benefits__item {
    align-items: start;
    flex-flow: column;
  }
}
.dl-benefits__number {
  background: #f05243;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 700;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  min-width: 36px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dl-benefits__text {
  font-size: 18px;
  font-weight: 500;
  color: #211a18;
}

.gpu-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 50px 0;
}
.gpu-block__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #211a18;
}
@media (max-width: 768px) {
  .gpu-block__title {
    font-size: 32px;
    text-align: center;
  }
}
.gpu-block__title .highlight {
  color: #f05243;
}
.gpu-block__groups {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  margin-top: 20px;
}
.gpu-block__group {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 20px;
  width: calc(25% - 15px);
  min-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
}
@media (max-width: 1024px) {
  .gpu-block__group {
    width: calc(50% - 10px);
  }
}
@media (max-width: 600px) {
  .gpu-block__group {
    width: 100%;
    flex-flow: row;
    padding: 15px;
  }
}
.gpu-block__desc {
  font-size: 16px;
}
.gpu-block__icon {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .gpu-block__icon {
    width: auto;
    height: auto;
  }
}
.gpu-block__label {
  font-size: 20px;
  font-family: "Onest-Bold";
  color: #211a18;
}
@media (max-width: 768px) {
  .gpu-block__label {
    width: 100%;
  }
}
.gpu-block__clients {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .gpu-block__clients {
    padding: 0;
  }
}
.gpu-block__clients p {
  margin: 0;
}
.gpu-block__clients-text {
  font-size: 20px;
  font-weight: 400;
  color: #211a18;
}
.gpu-block__conclusion {
  font-size: 20px;
  font-weight: 400;
  color: #f05243;
}

.gpu-why {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .gpu-why {
    overflow: hidden;
  }
}
.gpu-why__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #211a18;
}
@media (max-width: 768px) {
  .gpu-why__title {
    font-size: 32px;
    text-align: center;
  }
}
.gpu-why__title .highlight {
  color: #f05243;
}
.gpu-why__description {
  font-size: 18px;
  line-height: 1.6;
  color: #211a18;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .gpu-why__description {
    text-align: center;
  }
}
.gpu-why__features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .gpu-why__features {
    grid-template-columns: 1fr;
  }
}
.gpu-why__feature {
  background: #ffffff;
  border-radius: 20px;
  padding: 25px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  align-items: center;
  flex: 1 1 calc(50% - 10px);
}
.gpu-why__feature:last-child {
  flex: 1 1 100%;
}
@media (max-width: 768px) {
  .gpu-why__feature {
    flex: 1 1 100%;
    flex-flow: column;
    text-align: center;
  }
}
.gpu-why__icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gpu-why__headline {
  font-size: 20px;
  font-weight: 600;
  color: #211a18;
  font-family: "Onest-Medium", sans-serif;
  margin-bottom: 6px;
}
.gpu-why__text {
  font-size: 16px;
  color: #211a18;
  line-height: 1.4;
}

.gpu-usecases .container {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .gpu-usecases .container {
    flex-flow: column;
  }
}
.gpu-usecases__intro {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background: white;
  border-radius: 20px;
  padding: 30px;
  max-width: 488px;
  width: 100%;
  flex-flow: column;
}
.gpu-usecases__text {
  flex: 1;
}
.gpu-usecases__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.gpu-usecases__title .highlight {
  color: #f05243;
}
.gpu-usecases__desc {
  font-size: 18px;
  color: #211a18;
}
.gpu-usecases__image {
  flex: 1;
  max-width: 428px;
  width: 100%;
}
.gpu-usecases__image img {
  max-width: 100%;
  border-radius: 20px;
}
.gpu-usecases__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 692px;
  width: 100%;
  position: relative;
}
.gpu-usecases__item {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 calc(50% - 10px);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}
.gpu-usecases__item:nth-child(5) {
  flex-basis: 100%;
  max-width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .gpu-usecases__item {
    flex: 1 1 100%;
  }
  .gpu-usecases__item:nth-child(5) {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.gpu-usecases__icon {
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.gpu-usecases__icon span {
  background: #f05243;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gpu-usecases__content h3 {
  font-size: 20px;
  font-weight: 600;
}
.gpu-usecases__content p {
  font-size: 16px;
  margin: 0;
}

.benefits-of-gpu-learning .gpu-benefits-title {
  text-align: left;
  max-width: 700px;
}
@media (max-width: 768px) {
  .benefits-of-gpu-learning .gpu-benefits-title {
    text-align: center;
  }
}
.benefits-of-gpu-learning p {
  text-align: left;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .benefits-of-gpu-learning p {
    text-align: center;
  }
}
.benefits-of-gpu-learning .gpu-benefit {
  display: flex !important;
  gap: 20px;
  align-items: center;
}
.benefits-of-gpu-learning .icon-benefit {
  margin: 0 !important;
}
.benefits-of-gpu-learning .benefit-title {
  margin: 0.5rem 0 !important;
}
@media (max-width: 768px) {
  .benefits-of-gpu-learning {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .benefits-of-gpu-learning .benefit-description {
    text-align: center;
  }
}

.gpu-boost {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.gpu-boost__title {
  font-size: 48px;
  line-height: 1.1;
  max-width: 820px;
}
.gpu-boost__description {
  font-size: 20px;
  color: #211a18;
  max-width: 850px;
  margin: 20px 0;
}
.gpu-boost__features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gpu-boost__feature {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1 1 calc(33.333% - 20px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.gpu-boost__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
}
.gpu-boost__text {
  font-size: 20px;
  color: #211a18;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .gpu-boost__feature {
    flex: 1 1 100%;
  }
  .gpu-boost__title {
    font-size: 36px;
    text-align: center;
  }
  .gpu-boost__description {
    text-align: center;
  }
}

.llm-hosting-block .llm-hosting-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .llm-hosting-block .llm-hosting-title {
    font-size: 32px;
  }
}
.llm-hosting-block .llm-hosting-columns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.llm-hosting-block .llm-hosting-columns .llm-hosting-left,
.llm-hosting-block .llm-hosting-columns .llm-hosting-right {
  flex: 1;
  min-width: 300px;
  background: white;
  padding: 40px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .llm-hosting-block .llm-hosting-columns .llm-hosting-left,
  .llm-hosting-block .llm-hosting-columns .llm-hosting-right {
    padding: 25px;
  }
}
.llm-hosting-block .llm-hosting-columns .llm-hosting-left .llm-hosting-image,
.llm-hosting-block .llm-hosting-columns .llm-hosting-right .llm-hosting-image {
  margin-bottom: 20px;
}
.llm-hosting-block .llm-hosting-columns .llm-hosting-left .llm-hosting-image img,
.llm-hosting-block .llm-hosting-columns .llm-hosting-right .llm-hosting-image img {
  max-width: 100%;
  height: auto;
}
.llm-hosting-block .llm-hosting-columns .llm-hosting-left .llm-hosting-subtitle,
.llm-hosting-block .llm-hosting-columns .llm-hosting-right .llm-hosting-subtitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Onest-Bold";
  line-height: normal;
}
.llm-hosting-block .llm-hosting-columns .llm-hosting-left .llm-hosting-description,
.llm-hosting-block .llm-hosting-columns .llm-hosting-right .llm-hosting-description {
  font-size: 20px;
  line-height: 1.5;
}
.llm-hosting-block .llm-hosting-columns .llm-hosting-features {
  flex: 1;
  max-width: 488px;
  padding: 40px;
  background: white;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .llm-hosting-block .llm-hosting-columns .llm-hosting-features {
    padding: 25px;
  }
}
.llm-hosting-block .llm-hosting-columns .llm-hosting-features h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.llm-hosting-block .llm-hosting-columns .llm-hosting-features .llm-hosting-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.llm-hosting-block .llm-hosting-columns .llm-hosting-features .llm-hosting-list .llm-hosting-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  /* margin-bottom: 20px; */
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #F6F3F2;
}
.llm-hosting-block .llm-hosting-columns .llm-hosting-features .llm-hosting-list .llm-hosting-item:last-child {
  padding-bottom: 0;
}
.llm-hosting-block .llm-hosting-columns .llm-hosting-features .llm-hosting-list .llm-hosting-item img {
  width: 24px;
  height: 24px;
}
.llm-hosting-block .llm-hosting-columns .llm-hosting-features .llm-hosting-list .llm-hosting-item .item-title {
  font-size: 18px;
  font-weight: 600;
  font-family: "Onest-Medium";
}
.llm-hosting-block .llm-hosting-columns .llm-hosting-features .llm-hosting-list .llm-hosting-item .item-desc {
  font-size: 14px;
  color: #666;
}
.llm-hosting-block .llm-hosting-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.llm-hosting-block .llm-hosting-bottom .llm-hosting-benefit {
  flex: 1;
  max-width: 438px;
  width: 100%;
  background: white;
  padding: 40px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .llm-hosting-block .llm-hosting-bottom .llm-hosting-benefit {
    padding: 25px;
  }
}
.llm-hosting-block .llm-hosting-bottom .llm-hosting-benefit h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.llm-hosting-block .llm-hosting-bottom .llm-hosting-benefit p {
  font-size: 20px;
}
.llm-hosting-block .llm-hosting-bottom .llm-hosting-image-right {
  flex: 1;
}
.llm-hosting-block .llm-hosting-bottom .llm-hosting-image-right img {
  max-width: 100%;
  height: auto;
}

.button-gpu-support {
  background: #f05243;
  border-radius: 100px;
  padding: 12px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  transition: background 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
}
.button-gpu-support:hover {
  background: #d94539;
}
.button-gpu-support .button-icon-gpu-support {
  width: 28px;
  height: 28px;
}
.button-gpu-support .button-text-gpu-support {
  color: #ffffff;
  font-family: "Onest-Bold";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

*:focus {
  outline: none !important;
}

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

.dmca-mini-image-desctop-dark {
  display: none;
}

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

.circle-red-header-right,
.circle-red-header-left {
  display: none;
}

section {
  position: relative;
}

.section-server-card .circle-red-header-right {
  right: 0;
}

.dark-mode {
  background: #131313;
}
.dark-mode .gpu-server__divider {
  background-color: rgb(39, 37, 36);
}
.dark-mode .gpu-back {
  opacity: 0.06;
}
.dark-mode section,
.dark-mode .footer_m1-new {
  background: transparent;
}
.dark-mode .blur {
  display: block;
  filter: blur(250px);
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.dark-mode .circle-red-header-left {
  display: block;
  top: 8%;
}
.dark-mode .circle-red-header-right {
  display: block;
  right: 0;
}
.dark-mode .logo-black {
  display: none;
}
.dark-mode .logo-white {
  display: block;
}
.dark-mode .footer-logo-light {
  display: none;
}
.dark-mode .footer-logo-dark {
  display: block;
}
.dark-mode .icon-overlay-light {
  display: none;
}
.dark-mode .icon-overlay-dark {
  display: block;
}
.dark-mode .navbar-hot span {
  color: white;
}
.dark-mode .support-list__title, .dark-mode .support-list__item a {
  color: white;
}
.dark-mode .support-list__title:hover, .dark-mode .support-list__item a:hover {
  color: white;
}
.dark-mode .support-list__item img {
  filter: brightness(100) !important;
}
.dark-mode .lang-list::after {
  opacity: 0;
}
.dark-mode .lang-list__item a {
  color: white;
}
.dark-mode .href:hover {
  color: white;
}
.dark-mode .main-menu .carret:after {
  filter: brightness(100);
}
.dark-mode .main-menu li span,
.dark-mode .main-menu li a,
.dark-mode .main-menu .menu-item-description {
  color: #fff !important;
}
.dark-mode .main-menu .sub-menu {
  background: #272524;
}
.dark-mode .main-menu .sub-menu::after {
  opacity: 0;
}
.dark-mode .main-menu .sub-menu__item {
  background: #272524;
}
.dark-mode .main-menu img {
  filter: brightness(100);
}
.dark-mode .padding-box {
  position: relative;
}
.dark-mode .padding-box h1,
.dark-mode .padding-box p {
  color: white;
}
.dark-mode .padding-box p {
  opacity: 0.8;
}
.dark-mode .section-title,
.dark-mode .dmca-hosting-title,
.dark-mode .option-title,
.dark-mode .resources-title,
.dark-mode .security-title,
.dark-mode .resources-text,
.dark-mode .security-description,
.dark-mode .hosting-title,
.dark-mode .card-title,
.dark-mode .card-description,
.dark-mode .features-header,
.dark-mode .faq h2,
.dark-mode h2,
.dark-mode footer a,
.dark-mode .footer__title ~ p,
.dark-mode .gpu-server__cta,
.dark-mode .gpu-boost__description,
.dark-mode .gpu-benefits-section p,
.dark-mode .feature-item .feature-text p,
.dark-mode .ai-use-cases__item p,
.dark-mode .gpu-block__clients p,
.dark-mode .ai-use-cases__subtitle,
.dark-mode .ai-use-cases__item-title,
.dark-mode .dl-benefits__text,
.dark-mode .ai-use-cases__footer,
.dark-mode .gpu-why__headline,
.dark-mode .gpu-why__text,
.dark-mode .gpu-why__description,
.dark-mode .gpu-usecases__desc,
.dark-mode .gpu-usecases__content h3,
.dark-mode .gpu-usecases__content p,
.dark-mode .gpu-block__label,
.dark-mode .gpu-boost__description,
.dark-mode .gpu-boost__text,
.dark-mode .gpu-server__description1,
.dark-mode .llm-hosting-subtitle,
.dark-mode .llm-hosting-description,
.dark-mode .llm-hosting-features h3,
.dark-mode .item-title,
.dark-mode .item-desc,
.dark-mode .llm-hosting-benefit h3,
.dark-mode .llm-hosting-benefit p,
.dark-mode .gpu-block__desc,
.dark-mode .gpu-block p,
.dark-mode .gpu-grid span {
  color: #fff !important;
}
.dark-mode .llm-hosting-features,
.dark-mode .option-block {
  background-color: rgb(39, 37, 36) !important;
}
.dark-mode .option-list-row .item {
  background-color: #343332 !important;
}
.dark-mode .category-title,
.dark-mode .description-text,
.dark-mode .important-note-text,
.dark-mode .extra-info {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .feature {
  background-color: rgb(39, 37, 36);
  border: none;
  border-right: 0;
  color: #fff;
}
.dark-mode .feature__text {
  color: #fff;
}
.dark-mode .feature li {
  background-color: rgb(39, 37, 36);
  border: none;
  border-right: 0;
  color: #fff;
}
.dark-mode .feature li:before {
  filter: brightness(100);
}
.dark-mode .feature-title {
  color: #fff;
}
.dark-mode .feature-item {
  background: transparent;
}
.dark-mode .features-container h3 {
  color: #fff;
}
.dark-mode .features-container .feature-item {
  background-color: rgb(39, 37, 36);
}
.dark-mode .features-container .feature-item .feature-description {
  color: #fff;
}
.dark-mode .product-image-wrapper {
  background: transparent;
}
.dark-mode .apple-dedicated-card {
  background: rgb(39, 37, 36);
}
.dark-mode .apple-dedicated-card .product-name,
.dark-mode .apple-dedicated-card .setup-fee,
.dark-mode .apple-dedicated-card .spec-title,
.dark-mode .apple-dedicated-card .spec-value,
.dark-mode .apple-dedicated-card .hostplan-table__new-price {
  color: #fff;
}
.dark-mode .apple-dedicated-card .specs-container {
  border-bottom: 1px solid rgba(243, 234, 231, 0.12);
}
.dark-mode .apple-dedicated-card .custom-select {
  color: rgba(255, 255, 255, 0.4);
}
.dark-mode .apple-dedicated-card .spec-item {
  background: rgb(52, 51, 50);
}
.dark-mode .product-integration {
  background: rgb(39, 37, 36);
}
.dark-mode .product-integration__title, .dark-mode .product-integration__details {
  color: #fff;
}
.dark-mode .dmca-mini-image-desctop {
  display: none;
}
.dark-mode .dmca-mini-image-desctop-dark {
  display: block;
}
.dark-mode .hosting-card {
  background-color: rgb(39, 37, 36);
}
.dark-mode .hosting-card__icon {
  background-color: #1313ff;
}
.dark-mode .hosting-card__title {
  color: #fff;
}
.dark-mode .hosting-services__buttons {
  background-color: rgb(39, 37, 36);
}
.dark-mode .hosting-services__buttons .button__text {
  color: white;
}
.dark-mode .hosting-services__buttons .button_active, .dark-mode .hosting-services__buttons .button:hover {
  background-color: rgb(52, 51, 50);
}
.dark-mode .hosting-services-content,
.dark-mode .llm-hosting-left,
.dark-mode .llm-hosting-right,
.dark-mode .llm-hosting-benefit {
  background-color: rgb(39, 37, 36) !important;
}
.dark-mode .hosting-grid-card {
  background-color: rgb(39, 37, 36);
}
.dark-mode .server-card {
  background-color: rgb(39, 37, 36);
}
.dark-mode .server-card__title {
  color: #fff;
  line-height: 1;
}
.dark-mode .server-card__os {
  color: #fff;
}
.dark-mode .server-card__cpu {
  color: #fff;
}
.dark-mode .server-card__details .spec {
  background-color: rgb(52, 51, 50);
}
.dark-mode .server-card__details .spec span {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .server-card__details .spec strong {
  color: #fff;
}
.dark-mode .server-card__plans {
  background-color: rgb(52, 51, 50);
  padding: 0;
}
.dark-mode .server-card .server-feature__text {
  color: #fff;
}
.dark-mode .server-card .server-spec {
  background-color: rgb(52, 51, 50);
}
.dark-mode .server-card .server-spec__title {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .server-card .server-spec__value {
  color: #fff;
}
.dark-mode .server-card .server-price__unit {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .server-card .server-price__original {
  text-decoration: unset;
}
.dark-mode .server-card .server-price .original-price {
  background-color: rgb(52, 51, 50);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.5);
  padding: 2px 12px;
  text-decoration: line-through;
}
.dark-mode .server-card .server-discount {
  background-color: rgba(240, 82, 67, 0.2);
}
.dark-mode .server-card .server-discount__option:hover {
  background-color: rgb(52, 51, 50);
}
.dark-mode .server-card .server-discount__dropdown {
  background-color: rgb(39, 37, 36);
}
.dark-mode .server-card .server-discount__dropdown .active1 {
  background-color: rgb(52, 51, 50);
}
.dark-mode .server-card .server-discount__text {
  color: #fff;
}
.dark-mode .server-category-title {
  color: #fff;
}
.dark-mode .server img {
  -o-object-fit: cover;
     object-fit: cover;
}
.dark-mode .server__title--highlight {
  color: #f05243 !important;
}
.dark-mode .server__title span {
  color: #fff;
}
.dark-mode .server p {
  color: #fff;
}
.dark-mode .service-categories .active {
  background-color: rgba(240, 82, 67, 0.2);
}
.dark-mode .service-categories li {
  background-color: rgb(39, 37, 36);
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .service-categories li:hover {
  background-color: rgba(240, 82, 67, 0.2);
}
.dark-mode .service-details {
  background: rgb(39, 37, 36);
}
.dark-mode .service-category,
.dark-mode .service-description,
.dark-mode .hosting-options-table,
.dark-mode .resources-section-table {
  border: 1px solid rgb(52, 51, 50);
}
@media (max-width: 768px) {
  .dark-mode .service-category,
  .dark-mode .service-description,
  .dark-mode .hosting-options-table,
  .dark-mode .resources-section-table {
    border: none !important;
  }
}
.dark-mode .country-list__wrapper .active {
  background-color: rgba(240, 82, 67, 0.2);
  color: #f05243;
}
.dark-mode .country-list__wrapper .active img {
  border: none;
}
.dark-mode .country-list__wrapper .active .country-list__name {
  color: #f05243;
}
.dark-mode .country-list__title {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .country-list__item {
  background-color: rgb(52, 51, 50);
}
.dark-mode .country-list__item:hover {
  background-color: rgba(240, 82, 67, 0.2);
  color: #f05243;
}
.dark-mode .country-list__item:hover .country-list__name {
  color: #f05243;
}
.dark-mode .country-list__name {
  color: #fff;
}
.dark-mode .tariff-sections h2 {
  color: #fff;
}
.dark-mode .plan {
  border: none;
  border-right: 0;
  color: #fff;
}
.dark-mode .plan:last-child {
  border-right: 2px solid #343332;
}
.dark-mode .plan li {
  background-color: rgb(39, 37, 36);
  border: none;
  border-right: 0;
  color: #fff;
}
.dark-mode .plans .plan:last-child .promo.tariff-plan {
  border-radius: 0 10px 0 0;
}
.dark-mode .plan-1 p {
  color: #fff;
}
.dark-mode .plan-1:not(.selected):hover .circle-inner {
  background-color: #f05243;
}
.dark-mode .empty {
  border-bottom: 1px solid #343332 !important;
  color: transparent !important;
}
.dark-mode .indicator {
  background-color: #f05243;
  height: 100%;
  left: 0px;
  top: 0px;
  width: 50%;
}
.dark-mode .old-price {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .circle {
  border: 2px solid #fff;
}
.dark-mode .circle-inner {
  background-color: #f05243;
}
.dark-mode .description {
  color: #fff;
}
.dark-mode .Additional a img {
  filter: brightness(100) !important;
}
.dark-mode .pricing-card {
  background-color: rgb(39, 37, 36);
}
.dark-mode .pricing-card__plan-name {
  color: #fff;
}
.dark-mode .pricing-card .pricing-feature__value {
  color: #fff;
}
.dark-mode .pricing-card .pricing-feature__label {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .os-header {
  color: #fff;
}
.dark-mode .os-card {
  background-color: rgb(39, 37, 36);
}
.dark-mode .os-card .os-name {
  color: #fff;
}
.dark-mode .crypto-payment {
  background-color: rgb(39, 37, 36);
}
.dark-mode .crypto-payment h2 {
  color: #fff;
}
.dark-mode .crypto-payment .crypto-payment-description {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .payment-option {
  background-color: rgb(52, 51, 50);
}
.dark-mode .alternative-payment-methods p,
.dark-mode .alternative-payment-methods span,
.dark-mode .payment-name {
  color: #fff;
}
.dark-mode .accordeon__section-head {
  background: rgb(39, 37, 36);
  color: #fff;
}
.dark-mode .accordeon__section-content div {
  color: #fff;
  font-family: "Onest-Regular";
}
.dark-mode .ai-feature,
.dark-mode .setup,
.dark-mode .performance-chart,
.dark-mode .gpu-specs__card,
.dark-mode .gpu-benefit,
.dark-mode .gpu-server,
.dark-mode .gpu-boost__feature {
  background-color: rgb(39, 37, 36) !important;
}
.dark-mode .ai-feature h3,
.dark-mode .ai-feature h2,
.dark-mode .setup h3,
.dark-mode .setup h2,
.dark-mode .performance-chart h3,
.dark-mode .performance-chart h2,
.dark-mode .gpu-specs__card h3,
.dark-mode .gpu-specs__card h2,
.dark-mode .gpu-benefit h3,
.dark-mode .gpu-benefit h2,
.dark-mode .gpu-server h3,
.dark-mode .gpu-server h2,
.dark-mode .gpu-boost__feature h3,
.dark-mode .gpu-boost__feature h2 {
  color: #fff !important;
}
.dark-mode .ai-feature p,
.dark-mode .ai-feature .gpu-specs__label,
.dark-mode .setup p,
.dark-mode .setup .gpu-specs__label,
.dark-mode .performance-chart p,
.dark-mode .performance-chart .gpu-specs__label,
.dark-mode .gpu-specs__card p,
.dark-mode .gpu-specs__card .gpu-specs__label,
.dark-mode .gpu-benefit p,
.dark-mode .gpu-benefit .gpu-specs__label,
.dark-mode .gpu-server p,
.dark-mode .gpu-server .gpu-specs__label,
.dark-mode .gpu-boost__feature p,
.dark-mode .gpu-boost__feature .gpu-specs__label {
  color: rgba(255, 255, 255, 0.5) !important;
}
.dark-mode .setup li, .dark-mode .setup__note {
  color: #fff;
}
.dark-mode .setup__desktops {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .performance-chart .gpu-card--default {
  background-color: rgba(54, 54, 54, 0.6);
}
.dark-mode .performance-chart .gpu-card__bar {
  background-color: rgba(243, 234, 231, 0.6);
}
.dark-mode .performance-chart .gpu-card__name {
  color: #fff;
}
.dark-mode .performance-chart .gpu-card__score {
  color: #fff;
}
.dark-mode .full-section {
  overflow: hidden;
  position: relative;
}
.dark-mode .full-section::before {
  background: linear-gradient(270deg, rgba(240, 82, 67, 0) 0%, rgba(240, 82, 67, 0.6) 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.dark-mode .full-section .container {
  z-index: 2;
}
.dark-mode .border-correct-bottom-1 {
  border-bottom: 1px solid rgb(52, 51, 50) !important;
}
@media (max-width: 768px) {
  .dark-mode .border-correct-bottom-1 {
    border: none !important;
  }
}
.dark-mode .border-correct {
  border-left: 1px solid rgb(52, 51, 50) !important;
}
@media (max-width: 768px) {
  .dark-mode .border-correct {
    border: none !important;
  }
}
.dark-mode .footer__social-list a {
  filter: brightness(100);
}
.dark-mode .gpu-why__description span,
.dark-mode .dl-benefits__text span {
  color: gray !important;
}
.dark-mode .benefit-list li {
  color: rgba(255, 255, 255, 0.4784313725) !important;
}
.dark-mode .benefit-list li b {
  color: #fff !important;
}
.dark-mode .gpu-hosting-content,
.dark-mode .ai-use-cases__footer {
  background-color: #282525 !important;
}
.dark-mode .gpu-hosting-content .section-description,
.dark-mode .gpu-hosting-content .note,
.dark-mode .ai-use-cases__footer .section-description,
.dark-mode .ai-use-cases__footer .note {
  color: rgba(255, 255, 255, 0.4784313725) !important;
}
.dark-mode .ai-use-cases__list,
.dark-mode .dl-benefits .container,
.dark-mode .gpu-block__group,
.dark-mode .gpu-block__clients,
.dark-mode .gpu-why__feature,
.dark-mode .gpu-usecases__intro,
.dark-mode .gpu-usecases__item {
  background-color: #282525 !important;
}
@media (max-width: 768px) {
  .dark-mode .ai-use-cases__list,
  .dark-mode .dl-benefits .container,
  .dark-mode .gpu-block__group,
  .dark-mode .gpu-block__clients,
  .dark-mode .gpu-why__feature,
  .dark-mode .gpu-usecases__intro,
  .dark-mode .gpu-usecases__item {
    background: transparent !important;
  }
}
.dark-mode .features-list .feature-item {
  color: #3f3f3f !important;
  background-color: #333 !important;
}
.dark-mode .ai-use-cases__item-title,
.dark-mode .ai-use-cases__item {
  border-color: #575757 !important;
}
@media (max-width: 768px) {
  .dark-mode .ai-use-cases__item-title,
  .dark-mode .ai-use-cases__item {
    border-color: transparent !important;
  }
}
@media (max-width: 768px) {
  .dark-mode .ai-use-cases__item {
    background-color: #333;
  }
}
.dark-mode .dl-benefits__item {
  background-color: #333;
}

.icon-overlay-desktop {
  display: block;
}

.icon-overlay-mobile {
  display: none;
}

@media (max-width: 1200px) {
  .specs__container {
    flex-wrap: wrap;
  }
  .specs__title {
    font-size: 38px;
    text-align: center;
  }
  .specs__block {
    width: 100%;
  }
  .performance-chart-1 {
    justify-content: space-around;
  }
}
@media (max-width: 1024px) {
  .icon-overlay-desktop {
    width: 100%;
  }
  .jew-designed,
  .jew-2x {
    display: none;
  }
  .server-card__pricing {
    flex-flow: column;
    align-items: baseline;
  }
  .ai-features__list {
    gap: 20px 0;
  }
  .features__list {
    flex-flow: wrap;
  }
  .features__title {
    font-size: 28px;
    text-align: center;
  }
  .features .feature {
    max-width: 48%;
    width: 100%;
    flex: unset;
  }
  .ai-feature {
    flex: unset;
    max-width: 49%;
  }
  .server-card__box-price {
    max-width: 100%;
  }
  .server-card__plans {
    max-width: 100%;
  }
  .server-card__btn {
    width: 100%;
    justify-content: center;
  }
  .gpu-specs__card {
    width: 100%;
  }
  .gpu-benefits-container {
    gap: 20px !important;
  }
}
@media (max-width: 768px) {
  .header-hero__content-container {
    align-items: center;
  }
  .server-card {
    flex-flow: column;
  }
  .server-card__price {
    text-align: center;
  }
  .server-card__pricing {
    width: 100%;
    gap: 20px;
  }
  .setup {
    flex-flow: column-reverse;
  }
  .setup__image {
    width: 100%;
    height: auto;
  }
  .setup__desktops {
    flex-flow: column;
    gap: 0;
    padding-left: 40px;
  }
  .jew-specs,
  .jew-benifits {
    display: none;
  }
  .server {
    flex-flow: column;
  }
  .reverse {
    flex-flow: column-reverse !important;
  }
  .gpu-server {
    flex-flow: column;
  }
  .gpu-server__content {
    gap: 25px;
  }
  .gpu-server__header {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .product-image-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgb(246, 243, 242), transparent);
    pointer-events: none;
    z-index: 1;
    height: 100%;
  }
  .product-image-wrapper .icon-overlay-mobile {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    aspect-ratio: 10/11;
    position: relative;
  }
  .dark-mode .product-image-wrapper::before {
    background: linear-gradient(to top, rgb(20, 20, 20), transparent);
  }
}
@media (max-width: 475px) {
  .features .feature {
    max-width: 100%;
  }
  .server-card {
    flex-flow: column;
    padding: 20px;
  }
  .server-card__image {
    width: auto;
  }
  .server-card__content {
    gap: 20px;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .server-card__specs {
    width: 100%;
  }
  .server-card__details {
    flex-flow: column;
  }
  .server-card__details .spec {
    width: 100%;
    height: 71px;
  }
  .server-card__pricing {
    flex-flow: column;
    width: 100%;
    align-items: center;
  }
  .server-card__box-price {
    margin-bottom: 10px;
  }
  .jew-2x {
    top: -40px;
    z-index: 999;
  }
  .section > h2 {
    text-align: center;
    line-height: normal;
    font-size: 32px;
  }
  .ai-features__title {
    text-align: center;
    font-size: 32px !important;
  }
  .ai-feature {
    text-align: center;
    max-width: 100%;
  }
  .setup {
    padding: 20px;
    flex-flow: column-reverse;
    gap: 20px;
  }
  .setup h2 {
    font-size: 24px;
    line-height: normal;
  }
  .icon-overlay-desktop {
    display: none;
  }
  .icon-overlay-mobile {
    display: block;
  }
  .features__list {
    flex-flow: column;
  }
  .performance-chart__title {
    font-size: 24px;
  }
  .gpu-benefits-title {
    font-size: 32px !important;
  }
  .gpu-benefits-section .gpu-benefits-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .jew-benifits {
    display: none;
  }
  .gpu-specs__container {
    flex-flow: column;
  }
  .gpu-specs__card {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .performance-chart-1 {
    flex-flow: column;
  }
  .performance-chart-1 .performance-chart__title {
    font-size: 24px;
    text-align: center;
  }
  .jew-specs {
    left: -28.5%;
  }
  .server {
    flex-flow: column;
    gap: 20px;
  }
  .server__title {
    font-size: 34px;
  }
  .server__images {
    width: 100%;
  }
  .server__images img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-gpu-server img {
    width: 100%;
  }
  .gpu-server {
    flex-flow: column;
    padding: 20px;
  }
  .jew-header-right,
  .jew-header-left,
  .circle-red-header-right {
    display: none;
  }
  .padding-box p {
    opacity: 0.5;
    line-height: normal;
  }
  .dark-mode .blur {
    display: none;
  }
  .dark-mode .header-hero-gpu .container::before {
    background: linear-gradient(180deg, rgba(33, 26, 24, 0) 26%, #131313 93%);
  }
}
footer {
  padding: 50px 0 0;
  border-top: 1px solid #e2e8f0;
  position: relative;
}

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

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

footer a {
  transition: 0.3s;
}

footer a:hover {
  color: #dfb044;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dark-mode .footer_m1-new .footer__social-list img {
  filter: brightness(100);
}/*# sourceMappingURL=gpu-first-screen.css.map */