@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;
}/*# sourceMappingURL=litespeed-first-screen.css.map */