.main-contacts {
  display: flex;
  gap: 144px;
}
.main-contacts__info {
  display: flex;
  flex-direction: column;
  width: 480px;
}
@media only screen and (width < 1024px) {
  .main-contacts__info {
    width: auto;
    flex-direction: row;
    gap: 48px;
  }
}
@media only screen and (width < 768px) {
  .main-contacts__info {
    flex-direction: column;
    min-width: auto;
    gap: 32px;
  }
}
@media only screen and (width < 1024px) {
  .main-contacts__info__header {
    min-width: 240px;
    width: 240px;
  }
}
@media only screen and (width < 768px) {
  .main-contacts__info__header {
    min-width: auto;
    width: auto;
  }
}
@media only screen and (width < 1024px) {
  .main-contacts__info__content {
    gap: 24px;
  }
}
@media only screen and (width < 1440px) {
  .main-contacts {
    gap: 32px;
  }
}
@media only screen and (width < 1024px) {
  .main-contacts {
    flex-direction: column;
    gap: 48px;
  }
}
@media only screen and (width < 768px) {
  .main-contacts {
    gap: 32px;
  }
}
.main-contacts .divider {
  display: none;
}
@media only screen and (width < 1024px) {
  .main-contacts .divider {
    display: block;
  }
}

.support-steps {
  display: grid;
  grid-template-areas: "header steps" "content steps";
  grid-template-columns: 480px 1fr;
  grid-template-rows: 88px auto;
  gap: 32px 144px;
}
.support-steps__header {
  grid-area: header;
}
.support-steps__content {
  grid-area: content;
}
.support-steps__steps {
  display: flex;
  flex-direction: column;
  grid-area: steps;
  gap: 32px;
}
.support-steps__steps .thesis-step {
  flex-direction: row;
}
.support-steps__steps .thesis-step__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 336px;
  color: var(--main-bg);
  padding-bottom: 32px;
}
.support-steps__steps .thesis-step__content .thesis-step__the-content {
  color: var(--translucent-bg-50);
}
.support-steps__steps .thesis-step__order {
  background: var(--main-alt-dark-bg);
}
.support-steps__steps .thesis-step__header {
  flex-direction: column;
  gap: 32px;
}
.support-steps__steps .thesis-step__header:after {
  height: 100%;
  border-top: none;
  border-left: 1px solid var(--translucent-bg-10);
}
.support-steps__steps .thesis-step:last-child .thesis-step__header:after {
  border-left: none;
}
.support-steps__steps .thesis-step:last-child .thesis-step__content {
  padding-bottom: 0;
}
@media only screen and (width < 1440px) {
  .support-steps {
    gap: 32px 96px;
    grid-template-columns: 432px 1fr;
    grid-template-rows: 132px auto;
  }
  .support-steps .thesis-step__content {
    max-width: 348px;
  }
}
@media only screen and (width < 1024px) {
  .support-steps {
    gap: 48px;
    grid-template-columns: 240px 350px;
    grid-template-rows: auto auto;
    grid-template-areas: "header content" ". steps";
  }
  .support-steps .thesis-step__content {
    max-width: 100%;
  }
}
@media only screen and (width < 768px) {
  .support-steps {
    gap: 32px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "header" "content" "steps";
  }
  .support-steps .thesis-step__header:after {
    min-height: 24px;
  }
}

@media only screen and (width < 1440px) {
  .large\:hidden {
    display: none;
  }
}

.card-info {
  height: 100%;
}

.swiper-slide {
  height: auto;
}

/*# sourceMappingURL=support-service.css.map */
