@charset "UTF-8";
.hosting-hero-promo-container {
  display: block;
  position: absolute;
  transition: opacity 0.8s ease, transform 0.8s ease;
  pointer-events: none;
  right: 0;
}
.hosting-hero-promo-container.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .hosting-hero-promo-container {
    position: relative;
    width: 100%;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition: none;
    bottom: 0;
  }
}

.hosting-hero-promo-container--easter-card {
  pointer-events: auto;
  z-index: 4;
}
@media screen and (min-width: 769px) {
  .hosting-hero-promo-container--easter-card {
    max-width: min(100%, 28rem);
  }
}

.hosting-hero-promo-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 0 1rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .hosting-hero-promo-banner {
    padding: 0;
  }
}
.hosting-hero-promo-banner *,
.hosting-hero-promo-banner *::before,
.hosting-hero-promo-banner *::after {
  box-sizing: border-box;
}
.hosting-hero-promo-banner__image {
  width: 100%;
  max-width: 357px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 357/239;
  margin-bottom: -30px;
  margin-top: -30px;
}
.hosting-hero-promo-banner__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  color: var(--ui-white, #fff);
  margin: 0;
}
.hosting-hero-promo-banner__title-highlight {
  color: var(--ui-orange, #f05243);
}
.hosting-hero-promo-banner__code-container {
  background: rgba(240, 82, 67, 0.25);
  border-radius: 6.25rem;
  border: 0.0625rem solid #f05243;
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  overflow: hidden;
  min-height: 60px;
}
@media screen and (max-width: 768px) {
  .hosting-hero-promo-banner__code-container {
    justify-content: space-between;
  }
}
.hosting-hero-promo-banner__code-label {
  color: var(--ui-white, #ffffff);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 6.25rem;
  padding: 0.5rem 0.75rem 0.5rem 1.5rem;
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .hosting-hero-promo-banner__code-label {
    padding: 0.5rem;
    flex: 1;
    text-align: center;
  }
}
.hosting-hero-promo-banner__code-button {
  background: #f05243;
  border-radius: 6.25rem;
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  color: var(--ui-white, #fff);
  text-align: left;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  min-height: 60px;
}
.hosting-hero-promo-banner__code-button:hover {
  background: rgb(238.1157635468, 60.2684729064, 43.3842364532);
}
.hosting-hero-promo-banner__code-button:active {
  transform: scale(0.98);
}
.hosting-hero-promo-banner__code-button.copied {
  background: #28a745;
}
.hosting-hero-promo-banner__code-button.copied:hover {
  background: rgb(35.0724637681, 146.4275362319, 60.5);
}
.hosting-hero-promo-banner__code-button-icon {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  overflow: visible;
  aspect-ratio: 1;
  transition: transform 0.3s ease;
}
.hosting-hero-promo-banner__code-button-icon.copied-animation {
  animation: copySuccess 0.4s ease;
}

@media (min-width: 769px) {
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual,
  .header-hero_home__container > .hosting-hero-visual {
    position: absolute;
    top: auto;
    right: -85px;
    bottom: -85px;
    width: 774px;
    height: 774px;
    max-width: 100%;
    margin: 0;
    min-height: 0;
    flex: none;
    pointer-events: none;
    z-index: 1000;
  }
}

@media (min-width: 769px) {
  .hosting-hero-visual__stage {
    position: absolute;
    inset: 0;
  }
}
@media (min-width: 769px) {
  .hosting-hero-visual__tree-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 774px;
    height: 774px;
    max-width: 100%;
    overflow: hidden;
    pointer-events: none;
  }
}
@media (min-width: 769px) {
  .hosting-hero-visual__tree {
    position: absolute;
    left: -6.69%;
    top: -6.69%;
    right: auto;
    bottom: auto;
    width: 113.39%;
    height: 113.39%;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    pointer-events: none;
    z-index: 1;
  }
}
.hosting-hero-visual__sale {
  position: absolute;
  left: 249px;
  top: 368px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: none;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .hosting-hero-visual__sale {
    left: 0;
    top: 46px;
    width: auto;
    align-items: flex-start;
  }
}
.hosting-hero-visual__sale-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: -moz-max-content;
  width: max-content;
  min-width: 228px;
  padding: 12px 32px 16px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}
.hosting-hero-visual__sale-card::before, .hosting-hero-visual__sale-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #8bbc6d;
  pointer-events: none;
  z-index: 0;
}
.hosting-hero-visual__sale-card::before {
  width: 106px;
  height: 106px;
  left: -50px;
  top: -81px;
  opacity: 0.65;
  filter: blur(40px);
}
.hosting-hero-visual__sale-card::after {
  width: 77px;
  height: 77px;
  right: -20px;
  bottom: -10px;
  opacity: 0.7;
  filter: blur(35px);
}
.hosting-hero-visual__sale-title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}
.hosting-hero-visual__sale-offer {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}
.hosting-hero-visual__sale-highlight {
  color: #78af5c;
  font-weight: 800;
}
.hosting-hero-visual__sale-explore {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: -10px;
  padding: 8px 20px;
  border-radius: 100px;
  background: #6ba948;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  transition: background 0.2s ease;
}
.hosting-hero-visual__sale-explore:hover {
  background: rgb(95.6784232365, 151.1182572614, 64.3817427386);
}
.hosting-hero-visual__sale-explore img {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.hosting-hero-visual__badges {
  z-index: 4;
}
@media (min-width: 769px) {
  .hosting-hero-visual__badges {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 6;
  }
}
.hosting-hero-visual__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  pointer-events: auto;
  isolation: isolate;
}
.hosting-hero-visual__badge::before, .hosting-hero-visual__badge::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #8bbc6d;
  pointer-events: none;
  z-index: 0;
}
.hosting-hero-visual__badge::before {
  width: 77px;
  height: 77px;
  right: -20px;
  bottom: -10px;
  opacity: 0.5;
  filter: blur(35px);
}
.hosting-hero-visual__badge::after {
  width: 106px;
  height: 106px;
  left: -51px;
  top: -82px;
  opacity: 0.55;
  filter: blur(40px);
}
@media (min-width: 769px) {
  .hosting-hero-visual__badge {
    position: absolute;
    z-index: 1;
  }
  .hosting-hero-visual__badge--dedicated-20 {
    top: 160px;
    left: 94px;
  }
  .hosting-hero-visual__badge--all-clients {
    top: 331px;
    left: 99px;
    padding-inline: 16px;
  }
  .hosting-hero-visual__badge--llm {
    top: 188px;
    left: 639px;
  }
  .hosting-hero-visual__badge--dedicated-15 {
    top: 332px;
    left: 560px;
  }
}
.hosting-hero-visual__badge-value {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
}
.hosting-hero-visual__badge-label {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  opacity: 0.5;
  text-align: center;
}
.hosting-hero-visual__flag {
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
@media (min-width: 769px) {
  .hosting-hero-visual__flag {
    position: absolute;
    z-index: 123;
  }
  .hosting-hero-visual__flag--uk {
    left: 176px;
    top: 151px;
    width: 34px;
    height: 33px;
  }
  .hosting-hero-visual__flag--bg {
    left: 153px;
    top: 136px;
    width: 35px;
    height: 36px;
  }
  .hosting-hero-visual__flag--md {
    left: 635px;
    top: 314px;
    width: 36px;
    height: 36px;
  }
}
.hosting-hero-visual__badge-flags {
  display: none;
}
.hosting-hero-visual__badge-flag {
  display: none;
}

@media (min-width: 769px) {
  html:lang(ru) .hosting-hero-visual__sale,
  html:lang(uk) .hosting-hero-visual__sale,
  html:lang(bg) .hosting-hero-visual__sale {
    left: 228px;
  }
  html:lang(ru) .hosting-hero-visual__sale-card,
  html:lang(uk) .hosting-hero-visual__sale-card,
  html:lang(bg) .hosting-hero-visual__sale-card {
    min-width: 204px;
    padding-inline: 24px;
  }
  html:lang(ru) .hosting-hero-visual__sale-title,
  html:lang(uk) .hosting-hero-visual__sale-title,
  html:lang(bg) .hosting-hero-visual__sale-title {
    font-size: 20px;
    letter-spacing: -0.02em;
  }
  html:lang(ru) .hosting-hero-visual__badge--all-clients,
  html:lang(uk) .hosting-hero-visual__badge--all-clients,
  html:lang(bg) .hosting-hero-visual__badge--all-clients {
    left: 82px;
    top: 326px;
    padding-inline: 10px;
  }
  html:lang(ru) .hosting-hero-visual__badge--dedicated-15,
  html:lang(uk) .hosting-hero-visual__badge--dedicated-15,
  html:lang(bg) .hosting-hero-visual__badge--dedicated-15 {
    left: 592px;
    top: 342px;
  }
  html:lang(ru) .hosting-hero-visual__badge-label,
  html:lang(uk) .hosting-hero-visual__badge-label,
  html:lang(bg) .hosting-hero-visual__badge-label {
    font-size: 10px;
    line-height: 1.05;
  }
}
@media (max-width: 768px) {
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual,
  .header-hero_home__container > .hosting-hero-visual {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    min-height: 373px;
    max-width: none;
    margin: 0 auto;
    order: 1;
    padding-top: 0;
    pointer-events: none;
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__stage,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__stage {
    position: relative;
    width: 100%;
    min-height: 373px;
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__tree-wrap,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__tree-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 453px;
    max-width: none;
    overflow: visible;
    transform: none;
    z-index: 1;
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__tree,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__tree {
    position: absolute;
    left: 44px;
    right: auto;
    top: 5px;
    bottom: auto;
    width: 453px;
    height: 520px;
    max-width: none;
    transform: none;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__flag,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__flag {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    z-index: 6;
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__flag--uk,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__flag--uk {
    left: calc(50% - 167.5px + 120px);
    top: 339px;
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__flag--bg,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__flag--bg {
    left: calc(50% - 167.5px + 140px);
    top: 339px;
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__flag--md,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__flag--md {
    left: calc(50% - 167.5px + 333px);
    top: 339px;
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge-flags,
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge-flag,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge-flags,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge-flag {
    display: none;
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale {
    left: 0;
    bottom: auto;
    top: 46px;
    width: auto;
    align-items: flex-start;
    z-index: 3;
    pointer-events: auto;
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-card,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-card {
    align-items: flex-start;
    width: -moz-max-content;
    width: max-content;
    min-width: 0;
    padding: 10px 16px;
    border-color: rgba(107, 169, 72, 0.16);
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.5);
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-title,
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-offer,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-title,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-offer {
    white-space: nowrap;
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-title,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-title {
    font-size: 16px;
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-offer,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-offer {
    font-size: 12px;
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-highlight,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-highlight {
    color: #6ba948;
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-explore,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-explore {
    position: absolute;
    left: 127px;
    top: 32px;
    margin-top: 0;
    padding: 8px;
    border-radius: 100px;
    box-shadow: 0 0 12px rgba(150, 194, 118, 0.5);
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-explore span,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-explore span {
    display: none;
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badges,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badges {
    position: absolute;
    inset: auto;
    top: 280px;
    bottom: auto;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    padding: 0;
    margin: 0;
    pointer-events: auto;
    z-index: 3;
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    width: 100%;
    padding: 6px 10px;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-color: rgba(255, 255, 255, 0.16);
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge::before, .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge::after,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge::before,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #8bbc6d;
    pointer-events: none;
    z-index: 0;
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge::before,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge::before {
    width: 106px;
    height: 106px;
    left: -51px;
    top: -82px;
    opacity: 0.45;
    filter: blur(40px);
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge::after,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge::after {
    width: 77px;
    height: 77px;
    right: -20px;
    top: 24px;
    opacity: 0.5;
    filter: blur(35px);
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge--dedicated-20, .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge--dedicated-15,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge--dedicated-20,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge--dedicated-15 {
    flex: 1;
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge--all-clients,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge--all-clients {
    order: 1;
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge--llm,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge--llm {
    order: 2;
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge--dedicated-20,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge--dedicated-20 {
    order: 3;
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge--dedicated-15,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge--dedicated-15 {
    order: 4;
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge-value,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge-value {
    font-size: 14px;
    font-weight: 600;
  }
  .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge-label,
  .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge-label {
    flex: 1;
    flex-direction: row;
    justify-content: flex-end;
    gap: 3px;
    align-items: flex-end;
    font-size: 10px;
    font-weight: 500;
    text-transform: none;
    text-align: right;
    opacity: 0.5;
  }
  html:lang(ru) .header-hero_home > .header-hero_home__container > .hosting-hero-visual,
  html:lang(ru) .header-hero_home__container > .hosting-hero-visual,
  html:lang(uk) .header-hero_home > .header-hero_home__container > .hosting-hero-visual,
  html:lang(uk) .header-hero_home__container > .hosting-hero-visual,
  html:lang(bg) .header-hero_home > .header-hero_home__container > .hosting-hero-visual,
  html:lang(bg) .header-hero_home__container > .hosting-hero-visual {
    min-height: 387px;
  }
  html:lang(ru) .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__stage,
  html:lang(ru) .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__stage,
  html:lang(uk) .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__stage,
  html:lang(uk) .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__stage,
  html:lang(bg) .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__stage,
  html:lang(bg) .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__stage {
    min-height: 387px;
  }
  html:lang(ru) .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-title,
  html:lang(ru) .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-title,
  html:lang(uk) .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-title,
  html:lang(uk) .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-title,
  html:lang(bg) .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-title,
  html:lang(bg) .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-title {
    font-size: 14px;
  }
  html:lang(ru) .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-offer,
  html:lang(ru) .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-offer,
  html:lang(uk) .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-offer,
  html:lang(uk) .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-offer,
  html:lang(bg) .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-offer,
  html:lang(bg) .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-offer {
    font-size: 11px;
  }
  html:lang(ru) .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-explore,
  html:lang(ru) .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-explore,
  html:lang(uk) .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-explore,
  html:lang(uk) .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-explore,
  html:lang(bg) .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-explore,
  html:lang(bg) .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__sale-explore {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 4px;
    align-self: flex-start;
  }
  html:lang(ru) .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badges,
  html:lang(ru) .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badges,
  html:lang(uk) .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badges,
  html:lang(uk) .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badges,
  html:lang(bg) .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badges,
  html:lang(bg) .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badges {
    top: 300px;
  }
  html:lang(ru) .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge-label,
  html:lang(ru) .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge-label,
  html:lang(uk) .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge-label,
  html:lang(uk) .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge-label,
  html:lang(bg) .header-hero_home > .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge-label,
  html:lang(bg) .header-hero_home__container > .hosting-hero-visual .hosting-hero-visual__badge-label {
    font-size: 9px;
    line-height: 1.05;
    flex-wrap: wrap;
  }
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .hosting-hero-visual__sale-card,
  .hosting-hero-visual__badge {
    background: rgba(0, 0, 0, 0.82);
  }
}
/* Easter card – archived
// TEMPORARY: EASTER 2026 — remove after
.easter-promo-card,
.easter-promo-card * {
  box-sizing: border-box;
}

.easter-promo-card {
  pointer-events: auto;
  position: relative;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  border-radius: 1.25rem;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
  justify-content: flex-start;
//   height: 14.625rem;
  position: relative;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.14) 0%,
      rgba(255, 255, 255, 0) 55%
    );
    pointer-events: none;
    z-index: 0;
  }

  &::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-image: url('/wp-content/themes/alexhost_new/assets/img/usa.webp');
    background-size: cover;
    background-position: center;
    opacity: 0.18;
    pointer-events: none;
    z-index: -1;
  }

  & > * {
    position: relative;
    z-index: 1;
  }

  &__stock-badge {
    position: absolute;
    top: -0.5rem;
    right: -1rem;
    z-index: 2;
    background: rgba(240, 82, 67, 0.12);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border: 1px solid rgba(240, 82, 67, 0.25);
    box-shadow:
      0 4px 16px rgba(240, 82, 67, 0.15),
      inset 0 1px 0 rgba(255, 255, 255, 0.15);
    border-radius: 6.25rem;
    padding: 0.5rem 1.5rem;
    color: var(--ui-orange, #f05243);
    font-size: 1rem;
    font-weight: 700;
    transform: rotate(1.56deg);
    transform-origin: center center;
    white-space: nowrap;
  }

  &__body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
  }

  &__left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
    width: 100%;
  }

  &__info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
  }

  &__label-row {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
  }

  &__label-icon {
    flex-shrink: 0;

    position: relative;
    overflow: hidden;

    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }

  &__label {
    color: var(--ui-orange, #f05243);
    text-align: center;
    font-size: 1rem;
    line-height: 120%;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
  }

  &__title {
    color: var(--ui-white, #ffffff);
    text-align: left;
    font-size: 1.5rem;
    line-height: 120%;
    font-weight: 700;
    position: relative;
  }

  &__cta {
    background: rgba(129, 75, 9, 0.1);
    border-radius: 6.25rem;
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
  }

  &__btn-order {
    background: var(--ui-orange, #f05243);
    border-radius: 6.25rem;
    padding: 0.75rem 2.625rem;
    width: 11.875rem;
    height: 3.375rem;
    display: flex;
    flex-direction: row;
    gap: 0.625rem;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    text-decoration: none;
    color: var(--ui-white, #ffffff);
    font-size: 1.25rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    transition: background 0.2s ease;

    &:hover {
      background: color.adjust(#f05243, $lightness: -8%);
    }
  }

  &__btn-price {
    border-radius: 6.25rem;
    padding: 0.75rem 1.25rem;
    display: flex;
    flex-direction: row;
    gap: 0.625rem;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    color: var(--ui-orange, #f05243);
    font-size: 1.25rem;
    font-weight: 700;
  }

  &__right {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
  }

  &__specs {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
  }

  &__spec-badge {
    background: rgba(246, 243, 242, 0.05);
    border-radius: 0.625rem;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;

    img {
      flex-shrink: 0;
      width: 1.25rem;
      height: 1.25rem;
      object-fit: contain;
    }
  }

  &__spec-label {
    color: var(--ui-white, #ffffff);
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
  }

  &__delivery {
    background: rgba(246, 243, 242, 0.05);
    border-radius: 0.625rem;
    padding: 0.75rem 3rem;
    display: flex;
    flex-direction: row;
    gap: 0.625rem;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    color: var(--ui-white, #ffffff);
    font-weight: 500;
  }

  @media screen and (max-width: 768px) {
    width: 100%;
    padding: 1.5rem 1rem;
    padding-top: 2rem;

    &__eagle {
      display: none !important;
    }

    &__body {
      flex-direction: column;
      gap: 0.75rem;
    }

    &__left,
    &__right {
      width: 100%;
    }

    &__specs {
      width: 100%;
    }

    &__spec-badge {
      flex: 1;
    }

    &__delivery {
      width: 100%;
      padding: 0.75rem 1rem;
    }

    &__cta {
      width: 100%;
    }

    &__btn-order {
      flex: 1;
      padding: 0.75rem 1rem;
    }
  }
}
// END TEMPORARY
*/
@keyframes copySuccess {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.2) rotate(10deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}/*# sourceMappingURL=header-promo.css.map */