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

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

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

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

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

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

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

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

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

.payment h2 {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.service-categories > li {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 276px;
  justify-content: center;
  border-radius: 0.75rem;
  border: 0.5px solid black;
}

.else__list {
  text-align: left;
}

@media (min-width: 426px) {
  .service-categories {
    display: flex;
    margin: 1rem auto;
    justify-content: space-evenly;
    max-width: -moz-max-content;
    max-width: max-content;
    gap: 20px;
  }
}
.service-categories > li:hover {
  cursor: pointer;
  background: linear-gradient(298deg, #ca2a2a 2.2%, #fb4c41 57.73%, #aa323f 92.1%);
  color: white;
}

.service-categories > li::before,
.euro-widget ul li::before {
  content: url(/wp-content/uploads/2023/09/iconizer-vps_n.svg);
  display: flex;
  margin-right: 10px;
  top: 5px;
  position: relative;
  filter: saturate(0.35);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer_contrast {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.more_content img {
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.header-hero_vps-new {
  position: relative;
  z-index: 1;
  border-bottom: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: calc(1.5rem + 100px);
  padding-bottom: 30px;
}
.header-hero_vps-new .cp-breadcrumbs {
  padding: 0;
  margin-bottom: 8px;
}
.header-hero_vps-new .cp-breadcrumbs span {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 14px;
}
.header-hero_vps-new .cp-breadcrumbs a {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.header-hero_vps-new .cp-breadcrumbs a:hover {
  color: #fff !important;
}
.header-hero_vps-new .cp-breadcrumbs .breadcrumb_last {
  color: rgba(255, 255, 255, 0.9) !important;
  display: none;
}
.header-hero_vps-new h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.2;
  min-height: 58px;
  display: block;
}
@media (min-width: 769px) {
  .header-hero_vps-new h1 {
    font-size: 48px;
    line-height: 1.2;
    min-height: 58px;
  }
}
@media (max-width: 768px) {
  .header-hero_vps-new h1 {
    font-size: 32px;
    line-height: 1.2;
    min-height: 39px;
  }
}
.header-hero_vps-new .header-hero__content {
  flex-direction: column !important;
  align-items: center !important;
}
.header-hero_vps-new .header-hero__row {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  min-height: 200px;
}
.header-hero_vps-new .header-hero__left {
  flex: 1;
  text-align: left;
  flex: 1;
}
.header-hero_vps-new .header-hero__left .header-hero__title {
  text-align: left;
}
.header-hero_vps-new .header-hero__left h1 {
  margin-bottom: 10px;
  text-align: left;
  min-height: 58px;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .header-hero_vps-new .header-hero__left h1 {
    min-height: 58px;
  }
}
@media (max-width: 768px) {
  .header-hero_vps-new .header-hero__left h1 {
    min-height: 39px;
  }
}
.header-hero_vps-new .header-hero__left p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.5;
  max-width: 450px;
}
.header-hero_vps-new .header-hero__right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.header-hero_vps-new .header-hero__features--grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px !important;
  justify-content: flex-start;
  width: -moz-max-content;
  width: max-content;
}
.header-hero_vps-new .header-hero__right .cp-reviews {
  justify-content: flex-end;
}
.header-hero_vps-new .header-hero__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.header-hero_vps-new .header-hero__features-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 0;
  gap: 0;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 0;
}
.header-hero_vps-new .header-hero__features-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  z-index: 1;
}
.header-hero_vps-new .header-hero__features-item:hover {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(14px) saturate(200%);
  -webkit-backdrop-filter: blur(14px) saturate(200%);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
.header-hero_vps-new .header-hero__features-icon {
  background: #f05243;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  width: 50px;
  flex-shrink: 0;
  align-self: stretch;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 2;
}
.header-hero_vps-new .header-hero__features-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 50%, rgba(0, 0, 0, 0.1) 100%);
  pointer-events: none;
}
.header-hero_vps-new .header-hero__features-icon img {
  filter: brightness(0) invert(1) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
  position: relative;
  z-index: 1;
}
.header-hero_vps-new .header-hero__features-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 16px;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.header-hero_vps-new .header-hero__button-group {
  display: flex;
  justify-content: center;
}
.header-hero_vps-new .review-block {
  flex-direction: row !important;
  gap: 20px !important;
  align-items: center;
}
.header-hero_vps-new .google-rating-widget {
  background: #fff;
  border-radius: 8px;
  padding: 10px 16px;
}
.header-hero_vps-new .cp-reviews {
  display: flex;
  gap: 10px;
}
.header-hero_vps-new .cp-review {
  border-radius: 12px;
  padding: 12px 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  position: relative;
  overflow: hidden;
}
.header-hero_vps-new .cp-review__logo {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.header-hero_vps-new .cp-review__logo svg {
  width: 24px;
  height: 24px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}
.header-hero_vps-new .cp-review__logo-img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-hero_vps-new .cp-review__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  position: relative;
  z-index: 2;
  flex: 1;
}
.header-hero_vps-new .cp-review__rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.header-hero_vps-new .cp-review__score {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.header-hero_vps-new .cp-review__stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
  height: 24px;
}
.header-hero_vps-new .cp-review__stars svg {
  width: 20px;
  height: 20px;
  display: block;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
}
.header-hero_vps-new .cp-review__link {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 14px;
  line-height: 140%;
  font-weight: 300;
  text-decoration: none;
  transition: color 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.header-hero_vps-new .cp-review__link:hover {
  color: #fff !important;
}
.header-hero_vps-new .cp-review__company {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  position: relative;
  z-index: 2;
}
.header-hero_vps-new .cp-review__company-name {
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.header-hero_vps-new .cp-review__verified {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.header-hero_vps-new .cp-review__verified svg {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}
.header-hero_vps-new .cp-review__verified span {
  color: #fff !important;
  font-size: 12px;
  line-height: 140%;
  font-weight: 300;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.header-hero_vps-new .company-info {
  background: #fff;
  border-radius: 8px;
  padding: 10px 16px;
}
.header-hero_vps-new .verified span {
  color: #1a202c !important;
}
.header-hero_vps-new .countries-vps {
  margin-top: 0px;
}
.header-hero_vps-new .countries {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
  overflow: visible;
}
.header-hero_vps-new .country {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px) saturate(180%);
  -webkit-backdrop-filter: blur(10px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 12px 18px;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: visible;
}
.header-hero_vps-new .country::before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
}
.header-hero_vps-new .country:hover {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px) saturate(200%);
  -webkit-backdrop-filter: blur(12px) saturate(200%);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
.header-hero_vps-new .country:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.header-hero_vps-new .country span {
  color: #fff;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.header-hero_vps-new .country img {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}
.header-hero_vps-new .country.promo1 {
  background: rgba(229, 62, 62, 0.15);
  border-color: rgba(229, 62, 62, 0.4);
  box-shadow: 0 4px 6px rgba(229, 62, 62, 0.2), 0 1px 3px rgba(229, 62, 62, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  animation: promoPulse 2s ease-in-out infinite;
}
.header-hero_vps-new .country.promo1:hover {
  background: rgba(229, 62, 62, 0.25);
  border-color: rgba(229, 62, 62, 0.6);
  box-shadow: 0 8px 12px rgba(229, 62, 62, 0.3), 0 2px 6px rgba(229, 62, 62, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  animation: promoPulseHover 1.5s ease-in-out infinite;
}
.header-hero_vps-new .country.promo1::after {
  content: "PROMO";
  position: absolute;
  top: -8px;
  right: -8px;
  background: linear-gradient(135deg, #ff6b6b 0%, #e53e3e 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 4px 12px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(229, 62, 62, 0.4), 0 0 12px rgba(229, 62, 62, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 10;
  text-transform: uppercase;
  animation: promoBadgeShine 3s ease-in-out infinite;
}
.header-hero_vps-new .country.new1 {
  background: rgba(34, 197, 94, 0.1);
  border-color: rgba(34, 197, 94, 0.4);
  box-shadow: 0 4px 6px rgba(34, 197, 94, 0.15), 0 1px 3px rgba(34, 197, 94, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.header-hero_vps-new .country.new1:hover {
  background: rgba(34, 197, 94, 0.2);
  border-color: rgba(34, 197, 94, 0.6);
  box-shadow: 0 8px 12px rgba(34, 197, 94, 0.25), 0 2px 6px rgba(34, 197, 94, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.header-hero_vps-new .country.new1::after {
  content: "NEW";
  position: absolute;
  top: -8px;
  right: -8px;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 4px 12px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(34, 197, 94, 0.4), 0 0 12px rgba(34, 197, 94, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 10;
  text-transform: uppercase;
  animation: newBadgeShine 3s ease-in-out infinite;
}
.header-hero_vps-new .country.is-current {
  background: rgba(229, 62, 62, 0.25);
  border-color: rgba(229, 62, 62, 0.5);
  backdrop-filter: blur(12px) saturate(200%);
  -webkit-backdrop-filter: blur(12px) saturate(200%);
  box-shadow: 0 4px 6px rgba(229, 62, 62, 0.3), 0 1px 3px rgba(229, 62, 62, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
@media (max-width: 992px) {
  .header-hero_vps-new .header-hero__row {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .header-hero_vps-new .header-hero__left {
    text-align: center;
  }
  .header-hero_vps-new .header-hero__left .header-hero__title {
    text-align: center;
  }
  .header-hero_vps-new .header-hero__left h1 {
    text-align: center !important;
  }
  .header-hero_vps-new .header-hero__left p {
    max-width: 100%;
    text-align: center;
  }
  .header-hero_vps-new .header-hero__right {
    width: 100%;
    align-items: center;
  }
  .header-hero_vps-new .header-hero__features--grid {
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
  .header-hero_vps-new .header-hero__right .cp-reviews {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .header-hero_vps-new {
    padding-top: calc(1rem + 80px);
    padding-bottom: 20px;
  }
  .header-hero_vps-new .header-hero__row {
    padding: 0 15px;
    gap: 15px;
  }
  .header-hero_vps-new h1 {
    font-size: 36px !important;
    line-height: 1.2;
    margin-bottom: 8px !important;
  }
  .header-hero_vps-new .cp-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-bottom: 12px;
  }
  .header-hero_vps-new .cp-breadcrumbs > span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }
  .header-hero_vps-new .cp-breadcrumbs span {
    display: inline-flex;
    align-items: center;
    font-size: 12px !important;
    white-space: nowrap;
  }
  .header-hero_vps-new .cp-breadcrumbs span a {
    font-size: 12px !important;
  }
  .header-hero_vps-new .cp-breadcrumbs .breadcrumb_last {
    background: rgba(229, 62, 62, 0.3);
    border-color: rgba(229, 62, 62, 0.4);
    display: none;
  }
  .header-hero_vps-new .header-hero__features--grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px !important;
    width: 100%;
    padding: 0;
  }
  .header-hero_vps-new .header-hero__features-item {
    min-width: auto;
    width: 100%;
    justify-content: space-between;
    height: 56px;
    margin-bottom: 0;
  }
  .header-hero_vps-new .header-hero__features-title {
    font-size: 12px;
    padding: 6px 8px;
    white-space: nowrap;
  }
  .header-hero_vps-new .cp-reviews {
    flex-direction: row !important;
    gap: 8px;
    width: 100%;
    justify-content: center;
  }
  .header-hero_vps-new .cp-review {
    padding: 8px 12px;
    gap: 8px;
    flex: 1;
    max-width: 160px;
    background: #4d311f;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    color: #fff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: visible;
  }
  .header-hero_vps-new .cp-review__logo svg {
    width: 20px;
    height: 20px;
  }
  .header-hero_vps-new .cp-review__logo-img {
    width: 32px !important;
    height: 32px !important;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header-hero_vps-new .cp-review__score {
    font-size: 14px;
  }
  .header-hero_vps-new .cp-review__stars svg {
    width: 14px;
    height: 14px;
  }
  .header-hero_vps-new .cp-review__link {
    font-size: 10px;
  }
  .header-hero_vps-new .cp-review__company-name {
    font-size: 13px;
  }
  .header-hero_vps-new .cp-review__verified span {
    font-size: 10px;
  }
  .header-hero_vps-new .review-block {
    flex-direction: row !important;
    display: flex !important;
    gap: 10px;
    width: 100%;
  }
  .header-hero_vps-new .header-hero__button-group {
    display: flex !important;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }
  .header-hero_vps-new .google-rating-widget,
  .header-hero_vps-new .company-info {
    display: flex !important;
    flex: 1;
    min-width: 0;
  }
}
@media (max-width: 768px) {
  .header-hero_vps-new .countries-vps {
    margin-top: 15px;
    padding: 0 10px;
  }
  .header-hero_vps-new .countries {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    justify-items: stretch;
  }
  .header-hero_vps-new .country {
    padding: 10px 14px;
    border-radius: 10px;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .header-hero_vps-new .country img {
    width: 24px !important;
    height: 24px !important;
    flex-shrink: 0;
  }
  .header-hero_vps-new .country span {
    font-size: 13px;
    white-space: nowrap;
  }
  .header-hero_vps-new .promo1::after,
  .header-hero_vps-new .new1::after {
    font-size: 8px !important;
    padding: 2px 6px !important;
    top: -8px !important;
    right: -8px !important;
  }
}
@media (max-width: 480px) {
  .header-hero_vps-new {
    padding-top: calc(1rem + 70px);
  }
  .header-hero_vps-new .header-hero__row {
    padding: 0 10px;
  }
  .header-hero_vps-new .header-hero__features--grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .header-hero_vps-new .header-hero__features-title {
    padding: 5px 6px;
    width: 100%;
    text-align: center;
  }
  .header-hero_vps-new .cp-reviews {
    flex-direction: row !important;
    gap: 8px;
  }
  .header-hero_vps-new .cp-review {
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }
  .header-hero_vps-new .countries {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .header-hero_vps-new .country {
    padding: 0 12px;
    width: 100%;
    justify-content: center;
    height: 56px;
  }
}

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

.header-hero_vps-new::after,
.header-hero_vps-new-ryzen::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 768px) {
  .header-hero__bg-video {
    width: 100%;
    filter: blur(3px) brightness(0.65);
    -webkit-filter: blur(3px) brightness(0.65);
  }
}
.header-hero_vps-new-ryzen {
  border-top: 2px solid;
  border-image-slice: 1;
}
.header-hero_vps-new-ryzen #breadcrumbs a:hover {
  color: #f9a52a !important;
}
.header-hero_vps-new-ryzen #breadcrumbs .breadcrumb_last {
  color: #fff !important;
}
.header-hero_vps-new-ryzen h1 {
  color: #fff;
  line-height: 1.2;
}
.header-hero_vps-new-ryzen h1 .ryzen-highlight {
  background: linear-gradient(90deg, #f9a52a 0%, #f7540a 25%, #ff8c42 50%, #f7540a 75%, #f9a52a 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  display: block;
  animation: ryzenShimmer 3s ease-in-out infinite;
}
@keyframes ryzenShimmer {
  0% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
  100% {
    background-position: 0% center;
  }
}
.header-hero_vps-new-ryzen .header-hero__features-icon {
  background: linear-gradient(135deg, #f9a52a 0%, #f7540a 100%) !important;
}
.header-hero_vps-new-ryzen .header-hero__features-item {
  border-color: rgba(249, 165, 42, 0.3);
}
.header-hero_vps-new-ryzen .header-hero__features-item:hover {
  border-color: rgba(249, 165, 42, 0.5);
  box-shadow: 0 8px 12px rgba(247, 84, 10, 0.15), 0 2px 6px rgba(247, 84, 10, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.header-hero_vps-new-ryzen .country {
  border-color: rgba(249, 165, 42, 0.3);
}
.header-hero_vps-new-ryzen .country:hover {
  border-color: rgba(249, 165, 42, 0.5);
  box-shadow: 0 8px 12px rgba(247, 84, 10, 0.15), 0 2px 6px rgba(247, 84, 10, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.header-hero_vps-new-ryzen .country.promo1 {
  background: rgba(249, 165, 42, 0.15);
  border-color: rgba(249, 165, 42, 0.4);
  box-shadow: 0 4px 6px rgba(247, 84, 10, 0.2), 0 1px 3px rgba(247, 84, 10, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  animation: promoOrangePulse 2s ease-in-out infinite;
}
.header-hero_vps-new-ryzen .country.promo1:hover {
  background: rgba(249, 165, 42, 0.25);
  border-color: rgba(249, 165, 42, 0.6);
  box-shadow: 0 8px 12px rgba(247, 84, 10, 0.3), 0 2px 6px rgba(247, 84, 10, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.header-hero_vps-new-ryzen .country.promo1::after {
  background: linear-gradient(135deg, #f9a52a 0%, #f7540a 100%);
  box-shadow: 0 2px 8px rgba(247, 84, 10, 0.4), 0 0 12px rgba(249, 165, 42, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.header-hero_vps-new-ryzen .country.is-current {
  background: linear-gradient(135deg, rgba(249, 165, 42, 0.3) 0%, rgba(247, 84, 10, 0.3) 100%);
  border-color: rgba(249, 165, 42, 0.5);
}
.header-hero_vps-new-ryzen .cp-review__logo {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.header-hero_vps-new-ryzen .cp-review__logo svg {
  width: 24px;
  height: 24px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}
.header-hero_vps-new-ryzen .cp-review__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  position: relative;
  z-index: 2;
  flex: 1;
}
.header-hero_vps-new-ryzen .cp-review__rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.header-hero_vps-new-ryzen .cp-review__score {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.header-hero_vps-new-ryzen .cp-review__stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
  height: 24px;
}
.header-hero_vps-new-ryzen .cp-review__stars svg {
  width: 20px;
  height: 20px;
  display: block;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
}
.header-hero_vps-new-ryzen .cp-review__link {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 14px;
  line-height: 140%;
  font-weight: 300;
  text-decoration: none;
  transition: color 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.header-hero_vps-new-ryzen .cp-review__link:hover {
  color: #f9a52a !important;
}
.header-hero_vps-new-ryzen .cp-review__company {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  z-index: 2;
}
.header-hero_vps-new-ryzen .cp-review__company-name {
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.header-hero_vps-new-ryzen .cp-review__verified {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.header-hero_vps-new-ryzen .cp-review__verified svg {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}
.header-hero_vps-new-ryzen .cp-review__verified span {
  color: #fff !important;
  font-size: 12px;
  line-height: 140%;
  font-weight: 300;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

@keyframes promoOrangePulse {
  0%, 100% {
    box-shadow: 0 4px 6px rgba(247, 84, 10, 0.2), 0 1px 3px rgba(247, 84, 10, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0 4px 6px rgba(247, 84, 10, 0.3), 0 1px 3px rgba(247, 84, 10, 0.2), 0 0 20px rgba(249, 165, 42, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  }
}
.header-hero_vps-ryzen {
  background: #fbfbfe url(/wp-content/uploads/2024/09/background-ryzen-1-min-1.png);
  z-index: 1;
  background-size: cover;
  width: auto;
  border-top: 2px solid;
  border-image-source: linear-gradient(to right, #f9a52a, #f7540a);
  padding-bottom: 0;
  padding-top: calc(2rem + 115px);
}
.header-hero_vps-ryzen .verified span {
  color: #fff;
}

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

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

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

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

.ryzen-h2 {
  color: white !important;
}

.ryzen-footer {
  background-image: url(/wp-content/uploads/2024/09/ryzen-footer-min-scaled-1.jpg);
  background-size: contain;
}
.ryzen-footer .footer__social-list svg {
  filter: brightness(1000);
}

.ryzen-footer .footer__subtitle {
  background: linear-gradient(to right, rgb(249, 165, 42), rgb(247, 84, 10));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.ryzen-footer a,
.ryzen-footer .footer__title ~ p,
.ryzen-footer .footer__social-list i {
  color: white;
}

.ryzen-footer .footer-logo-light {
  display: none !important;
}

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

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

.payment__link {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.reviews {
  overflow: hidden;
}

.reviews-light,
.reviews-dark {
  display: none;
  /* Скрыть оба блока по умолчанию */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* removed legacy .countries/.country styles; unified in css/cus-style.css */
@keyframes promoPulse {
  0%, 100% {
    box-shadow: 0 4px 6px rgba(229, 62, 62, 0.2), 0 1px 3px rgba(229, 62, 62, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0 4px 6px rgba(229, 62, 62, 0.3), 0 1px 3px rgba(229, 62, 62, 0.2), 0 0 20px rgba(229, 62, 62, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  }
}
@keyframes promoPulseHover {
  0%, 100% {
    box-shadow: 0 8px 12px rgba(229, 62, 62, 0.3), 0 2px 6px rgba(229, 62, 62, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }
  50% {
    box-shadow: 0 8px 12px rgba(229, 62, 62, 0.4), 0 2px 6px rgba(229, 62, 62, 0.3), 0 0 25px rgba(229, 62, 62, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }
}
@keyframes promoBadgeShine {
  0%, 100% {
    box-shadow: 0 2px 8px rgba(229, 62, 62, 0.4), 0 0 12px rgba(229, 62, 62, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }
  50% {
    box-shadow: 0 2px 8px rgba(229, 62, 62, 0.5), 0 0 18px rgba(229, 62, 62, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  }
}
@keyframes newBadgeShine {
  0%, 100% {
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.4), 0 0 12px rgba(34, 197, 94, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }
  50% {
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.5), 0 0 18px rgba(34, 197, 94, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  }
}
.coming-soon {
  justify-content: center;
  font-style: italic;
  /* Курсив для текста */
}

button:focus {
  outline: none;
}

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

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

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

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

.isXSqH {
  position: relative !important;
}

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

.tariff-plan {
  font-size: 32px;
}

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

.plans {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 95%;
}

.feature,
.plan {
  background-color: white;
  border: 1px solid #dfe3f1;
  width: 100%;
  border-right: 0 !important;
}

.feature:last-child,
.plan:last-child {
  border-right: 1px solid #dfe3f1 !important;
}

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

.feature li,
.plan li {
  height: 68px;
  border-bottom: 1px solid #dfe3f1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
}

.feature {
  border-radius: 12px 0 0 12px;
  border-right: 0;
}

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

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

.plan {
  border-right: 0;
}

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

.plan li {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.read-more {
  position: relative;
}

.read-more::before {
  margin-right: 8px;
  /* Отступ справа для разделения текста и иконки */
  vertical-align: middle;
  left: 20px;
  content: url("/wp-content/uploads/2024/07/read-more.svg");
  height: 20px;
  width: 20px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-right: 20px;
  margin-top: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.price-large {
  font-size: 14px;
}

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

.price-large-1 {
  font-size: 24px;
  line-height: 18px;
  font-weight: 500;
  text-wrap-mode: nowrap;
  margin-right: 20px;
}

html[lang=id-id] .price-large-1 {
  font-size: 18px;
}

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

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

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

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

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

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

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

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

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

.interval {
  height: 100px;
}

.interval-50 {
  height: 50px;
}

.interval-20 {
  height: 20px;
}

.container-data {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobile-tariff {
  display: none;
}

.desktop-tariff {
  display: block;
}

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

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

@keyframes left {
  0% {
    transform: translatex(0);
  }
  100% {
    transform: translatex(200%);
  }
}
@keyframes bottom {
  0% {
    transform: translatey(0);
  }
  100% {
    transform: translatey(200%);
  }
}
@keyframes right {
  0% {
    transform: translatex(200%);
  }
  100% {
    transform: translatex(0%);
  }
}
@keyframes top {
  0% {
    transform: translatey(0%);
  }
  100% {
    transform: translatey(-200%);
  }
}
@keyframes color {
  0% {
    filter: rotate-hue(0deg);
  }
  100% {
    filter: rotate-hue(360deg);
  }
}
.ryzen-desc {
  padding: 0;
  border-top: none;
  border-bottom: none;
  position: relative;
}

.ryzen-desc-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  padding: 0;
  position: relative;
  width: 100%;
}

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

.ryzen-desc-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.ryzen-specs-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ryzen-desc-container span {
  font-weight: 600;
  font-size: 24px;
  color: white;
  line-height: 21px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.ryzen-desc-container p {
  font-weight: 400;
  font-size: 14px;
  color: white;
  line-height: 1.4;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 8px 16px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}
.ryzen-desc-container p::before {
  font-size: 14px;
}

.ryzen-desc-container p.water {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.25) 0%, rgba(37, 99, 235, 0.35) 100%);
  border: 1px solid rgba(59, 130, 246, 0.4);
  box-shadow: 0 2px 4px rgba(59, 130, 246, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.ryzen-desc-container p.water::before {
  content: "❄️";
}
.ryzen-desc-container p.water:hover {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.35) 0%, rgba(37, 99, 235, 0.45) 100%);
  box-shadow: 0 4px 8px rgba(59, 130, 246, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.ryzen-desc-container p {
  cursor: pointer;
}

.ryzen-desc-container p.fire {
  background: linear-gradient(135deg, rgba(249, 165, 42, 0.25) 0%, rgba(247, 84, 10, 0.35) 100%);
  border: 1px solid rgba(249, 165, 42, 0.4);
  box-shadow: 0 2px 4px rgba(247, 84, 10, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.ryzen-desc-container p.fire::before {
  content: "🔥";
}
.ryzen-desc-container p.fire:hover {
  background: linear-gradient(135deg, rgba(249, 165, 42, 0.35) 0%, rgba(247, 84, 10, 0.45) 100%);
  box-shadow: 0 4px 8px rgba(247, 84, 10, 0.3), 0 0 15px rgba(249, 165, 42, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.ryzen-desc-container p.earth {
  background: linear-gradient(135deg, rgba(139, 90, 43, 0.25) 0%, rgba(101, 67, 33, 0.35) 100%);
  border: 1px solid rgba(139, 90, 43, 0.4);
  box-shadow: 0 2px 4px rgba(101, 67, 33, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.ryzen-desc-container p.earth::before {
  content: "🌍";
}
.ryzen-desc-container p.earth:hover {
  background: linear-gradient(135deg, rgba(139, 90, 43, 0.35) 0%, rgba(101, 67, 33, 0.45) 100%);
  box-shadow: 0 4px 8px rgba(101, 67, 33, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.ryzen-desc-container p.air {
  background: linear-gradient(135deg, rgba(81, 238, 34, 0.25) 0%, rgba(17, 212, 6, 0.35) 100%);
  border: 1px solid rgba(226, 238, 34, 0.4);
  box-shadow: 0 2px 4px rgba(6, 182, 212, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  animation: airFloat 3s ease-in-out infinite;
}
.ryzen-desc-container p.air:hover {
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.35) 0%, rgba(6, 182, 212, 0.45) 100%);
  box-shadow: 0 4px 8px rgba(6, 182, 212, 0.25), 0 0 12px rgba(34, 211, 238, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.ryzen-desc-box img {
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
  display: none;
}

@media (max-width: 768px) {
  .ryzen-desc {
    padding: 10px !important;
  }
  .ryzen-desc-box {
    flex-direction: column;
    text-align: center;
    padding: 20px 15px;
    gap: 20px;
  }
  .ryzen-desc-box img {
    width: 140px;
    height: auto;
    margin: 0 auto;
    display: none;
  }
  .ryzen-desc-container {
    width: 100%;
  }
  .ryzen-desc-container .ryzen-specs-row {
    flex-direction: column;
    gap: 10px;
  }
  .ryzen-desc-container > span {
    display: block;
    font-size: 14px !important;
    line-height: 1.4;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 12px;
  }
  .ryzen-desc-container div {
    flex-direction: column;
    gap: 10px;
  }
  .ryzen-desc-container p {
    font-size: 14px !important;
    padding: 10px 16px;
    border-radius: 25px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
  }
  .ryzen-desc-container p.water {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.3) 0%, rgba(37, 99, 235, 0.4) 100%);
    border: 1px solid rgba(59, 130, 246, 0.5);
    box-shadow: 0 4px 6px rgba(59, 130, 246, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  }
  .ryzen-desc-container p.water::before {
    content: "❄️";
    font-size: 16px;
  }
  .ryzen-desc-container p.fire {
    background: linear-gradient(135deg, rgba(249, 165, 42, 0.3) 0%, rgba(247, 84, 10, 0.4) 100%);
    border: 1px solid rgba(249, 165, 42, 0.5);
    box-shadow: 0 4px 6px rgba(247, 84, 10, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    animation: firePulse 2s ease-in-out infinite;
  }
  .ryzen-desc-container p.fire::before {
    content: "🔥";
    font-size: 16px;
  }
  @keyframes firePulse {
    0%, 100% {
      box-shadow: 0 4px 6px rgba(247, 84, 10, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }
    50% {
      box-shadow: 0 4px 10px rgba(247, 84, 10, 0.4), 0 0 20px rgba(249, 165, 42, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }
  }
  .ryzen-desc-container p.earth {
    background: linear-gradient(135deg, rgba(139, 90, 43, 0.3) 0%, rgba(101, 67, 33, 0.4) 100%);
    border: 1px solid rgba(139, 90, 43, 0.5);
    box-shadow: 0 4px 6px rgba(101, 67, 33, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  }
  .ryzen-desc-container p.earth::before {
    content: "🌍";
    font-size: 16px;
  }
  .ryzen-desc-container p.air {
    background: linear-gradient(135deg, rgba(34, 211, 238, 0.3) 0%, rgba(6, 182, 212, 0.4) 100%);
    border: 1px solid rgba(34, 211, 238, 0.5);
    box-shadow: 0 4px 6px rgba(6, 182, 212, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    animation: airFloatMobile 3s ease-in-out infinite;
  }
  .ryzen-desc-container p.air::before {
    content: "💨";
    font-size: 16px;
  }
  @keyframes airFloatMobile {
    0%, 100% {
      transform: translateY(0);
      box-shadow: 0 4px 6px rgba(6, 182, 212, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }
    50% {
      transform: translateY(-2px);
      box-shadow: 0 4px 10px rgba(6, 182, 212, 0.3), 0 0 15px rgba(34, 211, 238, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }
  }
}
@media (max-width: 480px) {
  .ryzen-desc-box {
    padding: 15px 12px;
    gap: 15px;
  }
  .ryzen-desc-box img {
    width: 120px;
  }
  .ryzen-desc-container > span {
    font-size: 18px !important;
    padding: 10px;
    text-wrap-mode: balance;
  }
  .ryzen-desc-container p {
    font-size: 13px !important;
    padding: 8px 14px;
  }
}
@media (max-width: 576px) {
  .header-hero_vps-new .header-hero__content {
    flex-flow: column !important;
  }
  .review-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
  }
  .header-hero_vps-new .header-hero__features {
    flex-flow: wrap;
    gap: 0;
  }
  /* removed legacy .countries/.country responsive overrides */
  .coming-soon {
    width: 100%;
    max-width: 100%;
  }
  .plans {
    overflow-x: auto;
  }
  .platform-main .platform__content {
    flex-flow: wrap;
  }
  .interval {
    height: 50px;
  }
  .correct-content {
    gap: 20px;
  }
  .more_content img {
    width: 100%;
  }
  .correct-content {
    flex-flow: column-reverse;
  }
  .gray {
    padding: 18px !important;
  }
  .accordeon {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .gray .accordeon__section-head {
    font-size: 14px !important;
  }
  .payment__list {
    gap: 0;
  }
  /* removed legacy .countries/.country responsive overrides */
  .coming-soon {
    justify-content: center;
  }
  /* removed legacy .countries/.country responsive overrides */
  .burger-support-wrapper {
    gap: 5px;
  }
}
.flex-telegram {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.flex-telegram h2 {
  margin: 0;
  min-width: 330px;
}
@media (max-width: 768px) {
  .flex-telegram h2 {
    min-width: auto;
  }
}
.flex-telegram button {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border-style: solid;
  border-color: #e2e8f0;
  border-width: 1px;
  padding: 12px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  background: transparent;
  transition: 0.7s;
}
.flex-telegram button:hover {
  border-radius: 100px;
  background: #e2e8f0;
  transition: 0.7s;
}

/* Windows 10 Terminal Server Page - Apply grayscale to specific plans */
body[class*=windows-10-terminal-server] .unmanaged-plans .flex .plan:nth-of-type(2) {
  filter: grayscale(1);
  pointer-events: none;
}

body[class*=windows-10-terminal-server] .managed-plans .flex .plan:nth-of-type(2),
body[class*=windows-10-terminal-server] .managed-plans .flex .plan:nth-of-type(3) {
  pointer-events: none;
  filter: grayscale(1);
}

body[class*="/vps/vps-for-web-trading/windows-vps-for-forex-trading/"] .managed-plans .flex .plan:nth-of-type(2),
body[class*="/vps/vps-for-web-trading/windows-vps-for-forex-trading/"] .managed-plans .flex .plan:nth-of-type(3) {
  pointer-events: none;
  filter: grayscale(1);
}

.more_content table,
section.content table {
  width: 100%;
  margin: 24px 0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(45, 55, 72, 0.1);
}
.more_content table th,
.more_content table td,
section.content table th,
section.content table td {
  padding: 16px 20px;
  border: 1px solid rgba(45, 55, 72, 0.08);
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
}
.more_content table th,
section.content table th {
  background: rgba(45, 55, 72, 0.06);
  font-weight: 500;
  color: #1a202c;
}
.more_content table td:first-child,
section.content table td:first-child {
  background: rgba(45, 55, 72, 0.03);
}
.more_content table td:first-child b,
.more_content table td:first-child strong,
section.content table td:first-child b,
section.content table td:first-child strong {
  font-weight: 500;
  color: #1a202c;
}
.more_content table tbody tr:nth-child(even) td,
section.content table tbody tr:nth-child(even) td {
  background: rgba(45, 55, 72, 0.02);
}
.more_content table tbody tr:nth-child(even) td:first-child,
section.content table tbody tr:nth-child(even) td:first-child {
  background: rgba(45, 55, 72, 0.04);
}
.more_content table tr:hover td,
section.content table tr:hover td {
  background: rgba(240, 82, 67, 0.04);
  transition: background 0.2s ease;
}
.more_content table tr:hover td:first-child,
section.content table tr:hover td:first-child {
  background: rgba(240, 82, 67, 0.06);
}
@media (max-width: 768px) {
  .more_content table,
  section.content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 16px 0;
    border-radius: 10px;
  }
  .more_content table th,
  .more_content table td,
  section.content table th,
  section.content table td {
    padding: 12px 14px;
    font-size: 14px;
    min-width: 140px;
  }
}
@media (max-width: 480px) {
  .more_content table th,
  .more_content table td,
  section.content table th,
  section.content table td {
    padding: 10px 12px;
    font-size: 13px;
    min-width: 120px;
  }
}/*# sourceMappingURL=vps-main.css.map */