.service-banner__content__text {
  max-width: 515px;
}

.colocation-steps__wrapper {
  gap: 48px;
  display: grid;
  grid-template-areas: "header list" ". link";
  grid-template-columns: 552px 1fr;
}
@media only screen and (width < 1440px) {
  .colocation-steps__wrapper {
    grid-template-columns: 456px 1fr;
    gap: 48px;
  }
}
@media only screen and (width < 1024px) {
  .colocation-steps__wrapper {
    grid-template-columns: 312px 1fr;
    gap: 48px;
  }
}
@media only screen and (width < 768px) {
  .colocation-steps__wrapper {
    gap: 32px;
    grid-template-areas: "header" "list" "link";
    grid-template-columns: auto;
  }
}

.colocation-steps__header {
  grid-area: header;
}

.colocation-steps__link {
  grid-area: link;
}

.colocation-data-center__wrapper {
  display: grid;
  grid-template-columns: 480px 480px;
  gap: 32px 96px;
  grid-template-areas: "descriprion picture" "params params";
}
@media only screen and (width < 1440px) {
  .colocation-data-center__wrapper {
    grid-template-columns: 480px 432px;
    gap: 32px 48px;
  }
}
@media only screen and (width < 1024px) {
  .colocation-data-center__wrapper {
    gap: 32px;
    grid-template-columns: auto;
    grid-template-areas: "descriprion" "params" "picture";
  }
}

@media only screen and (width < 1440px) {
  .included-services {
    grid-template-columns: 384px 1fr;
    gap: 0 64px;
  }
  .included-services .included-services__list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (width < 1024px) {
  .included-services {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.colocation-data-center__description {
  grid-area: descriprion;
}

.colocation-data-center__params {
  grid-area: params;
  display: grid;
  grid-template-columns: 127px 174px 168px;
  gap: 0 48px;
}
@media only screen and (width < 768px) {
  .colocation-data-center__params {
    gap: 24px;
    grid-template-columns: 127px auto;
    grid-template-areas: "cod bandwidth" "support support";
  }
  .colocation-data-center__params .colocation-data-center__cod {
    grid-area: cod;
  }
  .colocation-data-center__params .colocation-data-center__bandwidth {
    grid-area: bandwidth;
  }
  .colocation-data-center__params .colocation-data-center__support {
    grid-area: support;
  }
}

.colocation-data-center__img {
  grid-area: picture;
  border-radius: 16px;
  object-fit: cover;
}

.colocation-calculator__wrapper .switch__container {
  padding: 0;
}
.colocation-calculator__wrapper .service-card {
  overflow: visible;
  height: fit-content;
}
@media only screen and (width < 768px) {
  .colocation-calculator__wrapper .service-card {
    max-width: unset;
  }
}

.colocation-steps__list {
  grid-area: list;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.colocation-steps__list .thesis-step {
  flex-direction: row;
}
.colocation-steps__list .thesis-step__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--main-text);
  padding-bottom: 32px;
}
.colocation-steps__list .thesis-step__content .thesis-step__the-content {
  color: var(--translucent-text-60);
}
.colocation-steps__list .thesis-step__order {
  background: var(--main-accent);
}
.colocation-steps__list .thesis-step__header {
  flex-direction: column;
  gap: 32px;
}
.colocation-steps__list .thesis-step__header:after {
  height: 100%;
  border-top: none;
  border-left: 1px solid var(--translucent-text-10);
}
.colocation-steps__list .thesis-step:last-child .thesis-step__header:after {
  border-left: none;
}
.colocation-steps__list .thesis-step:last-child .thesis-step__content {
  padding-bottom: 0;
}
@media only screen and (width < 1440px) {
  .colocation-steps__list {
    gap: 48px;
  }
  .colocation-steps__list .thesis-step__content {
    max-width: 348px;
  }
}
@media only screen and (width < 1024px) {
  .colocation-steps__list {
    gap: 48px;
    grid-template-columns: 240px 350px;
    grid-template-rows: auto auto;
    grid-template-areas: "header content" ". steps";
  }
  .colocation-steps__list .thesis-step__content {
    max-width: 100%;
  }
}
@media only screen and (width < 768px) {
  .colocation-steps__list {
    gap: 32px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "header" "content" "steps";
  }
  .colocation-steps__list .thesis-step__header:after {
    min-height: 24px;
  }
}

.service-card-small {
  width: 288px;
}
@media only screen and (width < 1024px) {
  .service-card-small {
    width: 240px;
  }
}
@media only screen and (width < 768px) {
  .service-card-small {
    width: 100%;
  }
}

.colocation-card__period-wrapper .dropdown__trigger {
  background: var(--main-text);
  border: 1px solid var(--translucent-bg-10);
}

.price__base {
  font-family: Jost, sans-serif;
  font-size: var(--sm);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 116%;
  color: var(--translucent-bg-25);
  text-decoration: line-through;
}

.colocation-configurator__parameter {
  width: 529px;
}
@media only screen and (width < 1024px) {
  .colocation-configurator__parameter {
    width: 368px;
  }
}
@media only screen and (width < 768px) {
  .colocation-configurator__parameter {
    width: 100%;
  }
}
.colocation-configurator__parameter .dropdown-point span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*# sourceMappingURL=colocation.css.map */
