@charset "UTF-8";
.advice {
  display: none;
}

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

.configurator {
  margin-top: 25px;
}

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

.logo-white {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.isXSqH {
  position: relative !important;
}

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

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

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

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

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

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

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

.hosting-card__title {
  color: #211a18;
  font-size: 20px;
  font-weight: 700;
  text-wrap-mode: nowrap;
}

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

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

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

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

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

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

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

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

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

/* Показываем только активную */
.hosting-services__buttons.active {
  display: flex;
  opacity: 1;
  gap: 10px;
}
@media (max-width: 768px) {
  .hosting-services__buttons.active {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

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

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

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

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

.service-container-configurator {
  font-weight: 400;
  padding: 0;
}

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

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

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

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

.server-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .server-card {
    padding: 20px;
    margin-right: 15px;
    width: 100%;
    min-height: 570px;
    justify-content: space-between;
    box-shadow: none;
    contain: layout style paint;
    content-visibility: auto;
  }
  .server-card img {
    will-change: auto;
  }
}
.server-card__header {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: self-start;
  gap: 5px;
  position: relative;
}
.server-card__details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
}
@media (max-width: 768px) {
  .server-card__details {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.server-card__footer {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .server-card__footer {
    flex-flow: column-reverse;
  }
}
.server-card__footer {
  justify-content: space-between;
}
.server-card__info {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .server-card__info {
    flex-flow: row-reverse;
    align-items: start;
  }
}
.server-card__cpu {
  font-size: 22px;
  font-weight: 700;
  color: #211a18;
  text-wrap-style: balance;
  line-height: normal;
}
@media (max-width: 768px) {
  .server-card__cpu {
    padding-right: 30px;
  }
}
.server-card__icon {
  width: 20px;
  height: 20px;
}
.server-card__features {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .server-card__features {
    align-items: normal;
    margin-top: 20px;
    width: 100%;
    gap: 0;
    flex-flow: row;
    justify-content: space-between;
  }
}

.server-card__country-switcher {
  position: absolute;
  top: -5px;
  right: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 5;
  background: #f6f3f2;
  border-radius: 100px;
  padding: 5px 10px;
}
.server-card__country-switcher .country-flag {
  cursor: pointer;
  opacity: 0.5;
  border-radius: 4px;
  border: 2px solid transparent;
  pointer-events: auto;
}
@media (min-width: 769px) {
  .server-card__country-switcher .country-flag {
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .server-card__country-switcher .country-flag:hover {
    opacity: 1;
    transform: scale(1.05);
  }
}
.server-card__country-switcher .country-flag.active {
  opacity: 1;
}
@media (max-width: 768px) {
  .server-card__country-switcher {
    top: -10px;
    right: -5px;
    contain: layout style;
  }
  .server-card__country-switcher .country-flag {
    width: 40px;
    height: 40px;
    transition: none;
    transform: none;
  }
}

.server-feature {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 768px) {
  .server-feature {
    flex-flow: column;
    text-align: center;
    flex: 1;
  }
}
.server-feature__icon {
  width: 20px;
  height: 20px;
}
.server-feature__text {
  font-size: 14px;
  font-weight: 500;
  color: #211a18;
}
.server-feature__text--underline {
  text-decoration: underline;
}

a.server-feature__text {
  color: #f05243;
}
a.server-feature__text:hover {
  color: #ec2714;
}

.clock-tooltip-wrap {
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .clock-tooltip-wrap {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: transparent;
    margin-top: 3px;
  }
}
.clock-tooltip-wrap .server-card__icon {
  cursor: pointer;
  display: block;
  transition: opacity 0.2s ease;
}
@media (max-width: 768px) {
  .clock-tooltip-wrap .server-card__icon:active {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .clock-tooltip-wrap.active .server-card__icon {
    opacity: 0.7;
    margin-top: 3px;
  }
}
.clock-tooltip-wrap .clock-tooltip {
  position: absolute;
  top: 35px;
  right: -250px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  width: 280px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 769px) {
  .clock-tooltip-wrap .clock-tooltip {
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
}
@media (max-width: 768px) {
  .clock-tooltip-wrap .clock-tooltip {
    right: auto;
    left: 50%;
    width: 260px;
    top: 30px;
    transition: opacity 0.15s ease, visibility 0.15s ease;
  }
  .clock-tooltip-wrap .clock-tooltip::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
  }
}
.clock-tooltip-wrap .clock-tooltip__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.clock-tooltip-wrap .clock-tooltip__label {
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  font-weight: 500;
}
.clock-tooltip-wrap .clock-tooltip__value {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}
.clock-tooltip-wrap .clock-tooltip__divider {
  height: 1px;
  width: 100%;
  background: #e5e5e5;
}
@media (min-width: 769px) {
  .clock-tooltip-wrap:hover .clock-tooltip {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.clock-tooltip-wrap.active .clock-tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

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

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

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

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

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

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

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

.new-price {
  font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nvidia-icon {
  position: absolute;
  right: 0;
  top: 25px;
  width: 100px;
}
@media (max-width: 768px) {
  .nvidia-icon {
    display: none;
  }
}

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

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

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

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

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

.pricing-card__plan-name {
  color: #131314;
  font-size: 22px;
  font-weight: 700;
}

.pricing-card__price {
  color: #f05243;
  font-size: 18px;
  font-weight: 500;
}

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

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

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

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

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

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

.pricing-feature__label {
  color: rgba(33, 26, 24, 0.5);
  font-size: 14px;
  font-weight: 900;
}

.pricing-feature__value {
  color: #131314;
  font-size: 16px;
  font-weight: 400;
}

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

.pricing-feature__discount-text {
  color: #211a18;
  font-size: 16px;
}

.pricing-feature__discount-badge {
  background: #f05243;
  border-radius: 100px;
  padding: 1px 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

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

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

.pricing-card__button {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

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

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

.accordeon__section {
  margin-bottom: 14px;
}

.accordeon__section-head {
  width: 100%;
  padding: 24px 36px;
  background: #fff;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  transition: 1s;
  border-radius: 8px;
  font-weight: 600;
  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;
  min-height: -moz-fit-content;
  min-height: fit-content;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: white;
  padding: 30px;
  box-sizing: border-box;
  display: none;
  border-radius: 10px;
  margin-top: 10px;
}
.accordeon__section-content.active {
  max-height: 1000px;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 25px 36px 11px 36px;
}
.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;
  }
}
footer a {
  font-weight: 400;
}

.server-card--disabled {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
  position: relative;
}
.server-card--disabled::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 10;
  border-radius: 20px;
}
.server-card--disabled .server-order__button {
  background: #ccc !important;
  color: #666 !important;
  cursor: not-allowed !important;
}
.server-card--disabled .server-card__country-switcher {
  opacity: 0.3;
  pointer-events: none;
}
.server-card--disabled .server-discount__dropdown {
  pointer-events: none;
}/*# sourceMappingURL=dmca-style-g.css.map */