body {
  background-image: url('../img/bg.png');
  background-size: 100%;
  background-position-y: -30rem;
  background-position-x: center;
  overflow-y: auto !important;
}

html {
  overflow-y: auto !important;
}

header {
  position: relative;
}

.topinfo {
  padding: 20px 0;
}

@media (max-width: 991px) {
  .topinfo {
    display: none;
  }
}

.topinfo__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

@media (max-width: 1399px) {
  .topinfo__content {
    justify-content: center;
  }
}

.topinfo__block {
  display: flex;
  gap: 1rem;
}

@media(max-width: 991px) {
  .topinfo__block {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .topinfo__block .btn {
    width: 100%;
  }
}

.topinfo__information {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.topinfo__information-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: 1.8rem;
}

.topinfo__information-text {
  display: flex;
  flex-direction: column;
}

.topinfo__information-text p {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.topinfo__information-text a {
  color: var(--white);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.3s;
}

.topinfo__information-text a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.theme__switcher {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  gap: 0.5rem;
}

.theme__switcher {
  display: flex;
  align-items: center;
}

.theme__switcher:has(.toggle-checkbox:checked) iconify-icon[icon="si:moon-fill"] {
  opacity: 0.5;
}

.theme__switcher:has(.toggle-checkbox:not(:checked)) iconify-icon[icon="mingcute:sun-fill"] {
  opacity: 0.5;
}

main {
  background-image: url('../img/dark/bg_hero.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: center;
}

.hero__content {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

@media(max-width: 991px) {
  .hero__content {
    flex-wrap: wrap;
  }
}

.hero__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 500px;
  gap: 1rem;
}

.hero--vps .hero__block {
  justify-content: center;
  max-width: 595px;
}

.hero--text .hero__content {
  justify-content: center;
}

.hero--text .hero__block {
  align-items: center;
  text-align: center;
  max-width: unset;
}

.hero--text .hero__block h1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hero--text .hero__block p {
  max-width: 820px;
}

.hero--partner .hero__block {
  max-width: 700px;
}

.hero--partner .hero__content {
  justify-content: center;
  gap: 2rem;
}

.hero__block h1 {
  color: var(--white);
  font-size: 42px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.hero__block h1 span {
  color: var(--color-primary);
}

.hero__block p {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

.hero__slider-item {
  padding-top: 30px;
  padding-bottom: 30px;
}

.hero__slider-item__content {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-image: url('../img/chip.svg');
  background-color: var(--bg-secondary);
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid var(--border-primary);
  border-radius: 30px;
  padding: 35px 50px;
  min-height: 300px;
}

@media (max-width: 991px) {
  .hero__slider-item__content {
    justify-content: center;
    gap: 1.5rem;
    padding: 30px 20px;
  }
}

.hero__slider-image {
  position: absolute;
  right: 50px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

@media (max-width: 991px) {
  .hero__slider-image {
    right: unset;
    display: none;
    bottom: unset;
    -webkit-transform: none;
            transform: none;
    position: relative;
    max-width: 150px;
  }
}

.hero__slider-block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 700px;
}

@media (max-width: 1199px) {
  .hero__slider-block {
    max-width: 400px;
  }
}

@media (max-width: 991px) {
  .hero__slider-block {
    max-width: 100%;
  }
}

.hero__slider-information {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero__slider-information h1 {
  color: var(--white);
  font-size: 42px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}

.hero__slider-information h2 {
  color: var(--white);
  font-size: 42px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}

.hero__slider-information p {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

.hero__slider-information span {
  color: var(--color-primary);
}

.promocode {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.promocode__obj {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 14px 22px;
  border-radius: 65px;
  border: 1px dashed var(--color-primary);
  background: rgba(50, 115, 246, 0.20);
}

.promocode__obj p {
  color: var(--color-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}

.promocode__obj button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: 1.8rem;
  transition: 0.3s;
}

.promocode__obj button:hover {
  cursor: pointer;
  color: var(--white);
}

.hero__slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
}

.hero__slider-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: var(--bg-secondary);
  border: 5px solid var(--bg-secondary);
  width: 15px;
  height: 15px;
  transition: 0.3s;
}

.hero__slider-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
  width: 25px;
  height: 25px;
}

.hero__footer {
  margin-top: 2rem;
}

.hero__steps {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
}

.hero__step {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: var(--bg-secondary);
  border: 1px solid var(--border-primary);
  padding: 2rem 1.5rem;
  border-radius: 30px;
}

.hero__step-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero__step-header h3 {
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.hero__step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  background-color: var(--color-primary);
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  border-radius: 5px;
}

.hero__step p {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

@media(max-width: 991px) {
  .hero__steps {
    flex-wrap: wrap;
  }

  .hero__step {
    width: 100%;
  }
}

.servers {
  background-image: url(../img/bg_map.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 10rem;
  background-position-x: center;
}

.servers__filter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.servers__filter-label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.servers__filter-label:last-child {
  margin-right: 53px;
}

.servers__filter-arrow {
  width: 45px;
  position: absolute;
  right: -8px;
  top: 14px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@media(max-width: 991px) {
  .servers__filter-label {
    text-align: center;
  }
}

.servers__tabs {
  position: relative;
  display: flex;
  background: var(--color-secondary);
  border-radius: 40px;
  padding: 4px;
  gap: 4px;
  width: 400px;
  height: 56px;
  box-sizing: border-box;
}

@media(max-width: 991px) {
  .servers__tabs {
    width: 100%;
  }
}

.servers__tab {
  flex: 1;
  background: transparent;
  border: none;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  z-index: 1;
  transition: color 0.3s ease;
  position: relative;
}

.servers__tabs::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  background: var(--color-primary);
  border-radius: 40px;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 0;
}

.servers__tab.active {
  color: #FFF;
}

.servers__tabs[data-active="1"]::before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.servers__tabs[data-active="2"]::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.servers__countries {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 0fr));
  justify-content: center;
  justify-items: center;
  gap: 1rem;
  max-width: 70%;
  margin: 2rem auto;
}

.servers__country {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  background-color: var(--bg-secondary);
  padding: 12px 14px;
  border-radius: 65px;
      border: 1px solid #3273F6;
  transition: 0.3s;
  max-width: 220px;
  width: 100%;
}

.servers__country:hover,
.servers__country.active {
  cursor: pointer;
  background-color: var(--color-primary);
  color: #FFF;
}

.servers__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  gap: 1rem;
}

@media(max-width: 991px) {
  .servers__items {
    grid-template-columns: 1fr;
  }
}

.servers__item {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.servers__item-header,
.servers__item-body {
  border: 1px solid var(--color-primary);
  background: var(--bg-secondary);
}

.servers__item-header1,
.servers__item-body1 {
  border: 1px solid var(--color-primary);
  background: var(--bg-secondary);
  border-radius: 0px 0px 30px 30px;
}

.servers__item-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 30px 30px 0px 0px;
  border-bottom: none;
  padding: 1rem 1.5rem;
}

.servers__item-header1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 30px 30px 0px 0px;
  border-bottom: none;
  padding: 1rem 1.5rem;
}

.servers__item-body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-top: none;
  padding: 1rem 1.5rem;
  padding-bottom: 1.5rem;
}

.servers__item-body1 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-top: none;
  padding: 1rem 1.5rem;
  padding-bottom: 1.5rem;
}

.servers__item-footer {
  padding: 7px;
  border-radius: 0px 0 30px 30px;
  background: var(--color-primary);
}

.servers__item-header h3 {
  color: var(--white);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.servers__item-flag {
  font-size: 20px;
}

.servers__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(170px, 1fr));
  gap: 1rem;
}

@media (max-width: 575px) {
  .servers__features {
    grid-template-columns: 1fr;
  }
}

.servers__feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.servers__feature-image {
  color: var(--color-primary);
  font-size: 2rem;
}

.servers__feature-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.servers__feature-text h4 {
  color: var(--color-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.servers__feature-text p {
  color: var(--white);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.servers__feature-brands {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.servers__order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.servers__price {
  display: flex;
  flex-direction: column;
}

@media (max-width: 575px) {
  .servers__order {
    text-align: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .servers__price {
    order: -1;
  }

  .servers__order .btn {
    width: 100%;
  }
}

.servers__price h3 {
  color: var(--color-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.servers__price p {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.servers__options {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

@media(max-width: 575px) {
  .servers__options {
    gap: 0.5rem;
  }
}

.servers__option {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--white);
  cursor: pointer;
  text-align: center;
}

.servers__option input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 24px;
  height: 24px;
  border: 3px solid #FFF;
  background-color: #FFF;
  border-radius: 50%;
  margin-bottom: 8px;
  display: grid;
  place-content: center;
}

.servers__option input[type="radio"]:checked::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color-primary);
}

.servers__option span.percent {
  margin-bottom: 4px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.servers__option span.label {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.servers__slider__wrapper {
  position: relative;
}

@media(max-width: 767px) {
  .servers__navigation {
    display: none;
  }
}

.servers__navigation button {
  position: absolute;
  top: 50%;
  background: none;
  border: none;
  box-shadow: none;
  transition: 0.3s;
}

.servers__navigation button:hover {
  cursor: pointer;
  opacity: 0.55;
  transition: 0.3s;
}

.swiper-button-disabled {
  opacity: 0.55;
}

.servers__navigation-prev {
  left: -1rem;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.servers__navigation-next {
  right: -1rem;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.features {
  background-image: url(../img/bg_stars.svg);
  background-color: var(--bg-secondary);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.features__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(270px, 1fr));
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 7rem;
  padding-top: 85px;
}

@media(max-width: 1399px) {
  .features__items {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

@media(max-width: 1199px) {
  .features__items {
    grid-template-columns: repeat(2, minmax(270px, 1fr));
  }
}

@media (max-width: 767px) {
  .features__items {
    grid-template-columns: 1fr;
  }
}

.features__item {
  position: relative;
  background-color: var(--bg-primary);
  border: 1px solid var(--border-primary);
  border-radius: 30px;
  padding: 2rem 1.5rem;
  padding-top: 110px;
}

.features__item-icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  border-radius: 50%;
  width: 65%;
  max-width: 180px;
  aspect-ratio: 1 / 1;
  border: 5px solid var(--bg-secondary);
}

.features__item-icon-svg {
  width: 55%;
  height: 55%;
}

.features__item-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.features__item-info h2 {
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.features__item-info p {
  color: var(--text-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.reviews {
  padding-top: 100px;
  padding-bottom: 100px;
}

.reviews__content {
  position: relative;
  border-radius: 30px;
  background: var(--color-primary);
  padding: 1.5rem 2rem;
}

.reviews-image {
  position: absolute;
  left: 2rem;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

@media (max-width: 991px) {
  .reviews-image {
    left: unset;
    bottom: unset;
    -webkit-transform: none;
            transform: none;
    position: relative;
  }
}

.reviews__slider {
  display: flex;
  gap: 2rem;
  max-width: 840px;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
}

.reviews-item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.reviews-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
  padding: 1rem;
}

.reviews-block::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 25px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='22' viewBox='0 0 25 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H25L7.65011 20.8199C6.57894 22.1053 4.49697 21.5855 4.15571 19.9474L0 0Z' fill='%23051739'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.reviews-ratings {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.reviews-author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.reviews-author-name {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.reviews-author-name h3 {
  color: var(--bg-secondary);
  -webkit-font-feature-settings: 'liga' off, 'clig' off;
          font-feature-settings: 'liga' off, 'clig' off;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.reviews-author-name p {
  color: var(--color-secondary);
  -webkit-font-feature-settings: 'liga' off, 'clig' off;
          font-feature-settings: 'liga' off, 'clig' off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.news__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 4rem;
}

@media (max-width: 575px) {
  .news__items {
    grid-template-columns: 1fr;
  }
}

.news__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 25px;
}

.news__image {
  border-radius: 30px;
  height: 300px;
  overflow: hidden;
}

.news__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

.news__information {
  position: relative;
  margin-top: -5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-color: var(--white);
  padding: 1.5rem;
  padding-bottom: 2.5rem;
  border-radius: 30px;
  max-width: 80%;
  height: calc(100% - 215px);
}

.news__information h3 {
  color: var(--text-dark);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.news__information p {
  color: var(--text-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.news__information .btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.systems__content {
  margin-bottom: 2rem;
}

.systems__content:last-child {
  margin-bottom: 0;
}

.systems__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
  justify-content: center;
  gap: 1rem;
}

.systems__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  background-color: var(--bg-secondary);
  border: 1px solid var(--border-primary);
  border-radius: 30px;
}

.systems__item img {
  max-height: 55px;
}

.contacts__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  background-color: var(--bg-secondary);
  border: 1px solid var(--border-primary);
  padding: 2rem 1.5rem;
  border-radius: 30px;
}

.contacts__block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1 1 auto;
}

.contacts__block h2 {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.contacts__block--blue {
  background-color: var(--color-primary);
  padding: 2rem 1.5rem;
  border-radius: 30px;
}

.contacts__information {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contacts__socials {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  height: 100%;
}

form input,
form textarea {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  background-color: transparent;
  border-bottom: 1px solid var(--white);
  padding: 10px 0;
  resize: none;
}

form textarea {
  height: 80px;
}

form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: var(--white);
}

form input::-moz-placeholder, form textarea::-moz-placeholder {
  color: var(--white);
}

form input::placeholder,
form textarea::placeholder {
  color: var(--white);
}

.contacts__information .topinfo__information-icon {
  color: #FFF;
}

.contacts__information .topinfo__information-text p {
  color: #FFF;
}

.contacts__information .topinfo__information-text a {
  color: #FFF;
}

.answer__content {
  position: relative;
  gap: 2rem;
  background-color: var(--bg-secondary);
  border: 1px solid var(--border-primary);
  padding: 2rem 1.5rem;
  border-radius: 30px;
  max-width: 670px;
  margin: 0 auto;
}

.faq__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  background-color: var(--bg-secondary);
  border: 1px solid var(--border-primary);
  padding: 2rem 1.5rem;
  border-radius: 30px;
}

@media(max-width: 991px) {
  .faq__content {
    flex-wrap: wrap;
  }
}

.faq__block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero__features {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.hero__feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero__feature-icon {
  color: var(--color-primary);
}

.procents__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.procents__block-icon {
  font-size: 7rem;
}

.datacenters__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.datacenter__item {
  display: flex;
  gap: 0;
}

.datacenter__block-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  background-color: var(--bg-secondary);
  border: 1px solid var(--border-primary);
  padding: 2rem 1.5rem;
  border-radius: 30px;
}

.datacenter__block-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.datacenter__block:first-child {
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}

.datacenter__block:last-child {
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}

@media(max-width: 991px) {
  .datacenter__item {
    flex-direction: column;
  }

  .datacenter__block {
    width: 100%;
  }

  .datacenter__block:first-child {
    border-radius: 30px 30px 0 0;
    overflow: hidden;
  }

  .datacenter__block:last-child {
    border-radius: 0 0 30px 30px;
  }
}

@media(min-width: 992px) {
  .datacenter__block-image {
    min-width: 450px;
  }
}

.datacenter__block-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.datacenter__block-header h2 {
  margin: 0;
}

.related-services {
    background: transparent !important;
}

.related-card {
    background: var(--bg-secondary) !important;
}

.kb-card {
    background: var(--bg-secondary) !important;
    border: 1px solid var(--border-primary) !important;
    border-radius: 16px !important;
    padding: 24px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04) !important;
    text-align: center !important;
    transition: 0.3s ease !important;
    text-decoration: none !important;
    color: var(--text-primary) !important;
}

.card {
    position: relative !important;
    background-color: var(--bg-secondary) !important;
    padding: 2rem 1.5rem !important;
    border-radius: 30px !important;
}

pre {
  color: #000 !important;
}

.code-block {
    color:#000;
}