.main-page .infrastructure-modules {
  margin-bottom: 120px;
}
@media (max-width: 1440px) {
  .main-page .infrastructure-modules {
    margin-bottom: 80px;
  }
}
@media (max-width: 990px) {
  .main-page .infrastructure-modules {
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .main-page .infrastructure-modules {
    margin-bottom: 50px;
  }
}
.main-page .infrastructure-modules__title {
  font-size: 64px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 60px;
  max-width: 1100px;
}
@media (max-width: 1440px) {
  .main-page .infrastructure-modules__title {
    font-size: 44px;
    margin-bottom: 50px;
    max-width: 900px;
  }
}
@media (max-width: 990px) {
  .main-page .infrastructure-modules__title {
    font-size: 40px;
    max-width: 750px;
    margin-bottom: 45px;
  }
}
@media (max-width: 576px) {
  .main-page .infrastructure-modules__title {
    font-size: 24px;
    margin-bottom: 40px;
    max-width: 305px;
  }
}
.main-page .infrastructure-modules__slider-outer {
  --im-slider-offset: 0px;
  width: 100vw;
  max-width: 100vw;
  margin-left: var(--im-slider-offset);
  overflow: visible;
  box-sizing: border-box;
}
.main-page .infrastructure-modules__wrap {
  --im-slider-padding: 0px;
  overflow: hidden;
  width: 100%;
  padding-left: var(--im-slider-padding);
  box-sizing: border-box;
  touch-action: pan-y pinch-zoom;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}
.main-page .infrastructure-modules__wrap *,
.main-page .infrastructure-modules__wrap a,
.main-page .infrastructure-modules__wrap button {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.main-page .infrastructure-modules__wrap img {
  pointer-events: none;
  -webkit-user-drag: none;
}
.main-page .infrastructure-modules__wrap:active, .main-page .infrastructure-modules__wrap.is-grabbing {
  cursor: grabbing;
}
.main-page .infrastructure-modules__wrap:active *,
.main-page .infrastructure-modules__wrap:active a,
.main-page .infrastructure-modules__wrap:active button, .main-page .infrastructure-modules__wrap.is-grabbing *,
.main-page .infrastructure-modules__wrap.is-grabbing a,
.main-page .infrastructure-modules__wrap.is-grabbing button {
  cursor: grabbing;
}
.main-page .infrastructure-modules__slide {
  height: auto;
  box-sizing: border-box;
}
.main-page .infrastructure-modules__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  border-radius: 4px;
  height: 470px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  .main-page .infrastructure-modules__item {
    padding: 20px;
  }
}
@media (max-width: 990px) {
  .main-page .infrastructure-modules__item {
    padding: 20px;
    height: 400px;
  }
}
@media (max-width: 576px) {
  .main-page .infrastructure-modules__item {
    height: 420px;
    padding: 60px 15px 15px 15px;
  }
}
.main-page .infrastructure-modules__img {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex: 1 1 auto;
  min-height: 0;
}
@media (max-width: 576px) {
  .main-page .infrastructure-modules__img {
    height: 190px;
    flex: 0 0 auto;
    margin-bottom: 70px;
  }
}
.main-page .infrastructure-modules__img img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: contain;
  box-sizing: border-box;
  display: block;
}
.main-page .infrastructure-modules__name {
  font-size: 32px;
  line-height: 120%;
  font-weight: 500;
  margin-top: auto;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .main-page .infrastructure-modules__name {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .main-page .infrastructure-modules__name {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.main-page .infrastructure-modules__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.main-page .infrastructure-modules__text {
  font-size: 20px;
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1600px) {
  .main-page .infrastructure-modules__text {
    font-size: 16px;
  }
}
.main-page .infrastructure-modules__btn, .main-page .infrastructure-modules__last-btn {
  cursor: grab;
}
@media (max-width: 576px) {
  .main-page .infrastructure-modules__btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
  }
}
.main-page .infrastructure-modules__btn-icon {
  background: #1E1E1E;
  border-radius: 4px;
}
@media (max-width: 1440px) {
  .main-page .infrastructure-modules__btn-icon {
    height: 36px;
    width: 36px;
    min-width: 36px;
    min-height: 36px;
  }
}
.main-page .infrastructure-modules__last {
  padding: 25px;
  border-radius: 4px;
  background: #ED3026;
  height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  .main-page .infrastructure-modules__last {
    padding: 20px;
  }
}
@media (max-width: 990px) {
  .main-page .infrastructure-modules__last {
    padding: 15px;
    height: 400px;
  }
}
@media (max-width: 576px) {
  .main-page .infrastructure-modules__last {
    height: 420px;
  }
}
.main-page .infrastructure-modules__last .infrastructure-modules__btn-icon {
  height: 44px;
  width: 44px;
  min-width: 44px;
  min-height: 44px;
}
.main-page .infrastructure-modules__last-name {
  font-size: 32px;
  line-height: 120%;
  font-weight: 500;
  color: #fff;
  max-width: 300px;
}
@media (max-width: 1440px) {
  .main-page .infrastructure-modules__last-name {
    font-size: 24px;
    max-width: 220px;
  }
}
@media (max-width: 576px) {
  .main-page .infrastructure-modules__last-name {
    font-size: 20px;
    max-width: 180px;
    margin-bottom: 15px;
  }
}
.main-page .infrastructure-modules__last-text {
  margin-top: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 15px;
  color: #fff;
}
@media (max-width: 1600px) {
  .main-page .infrastructure-modules__last-text {
    font-size: 16px;
  }
}
.main-page .infrastructure-modules__last-text p {
  margin: 0 0 12px;
}
.main-page .infrastructure-modules__last-text p:last-child {
  margin-bottom: 0;
}
.main-page .infrastructure-modules__btn-text {
  background: #1E1E1E;
  border-radius: 4px;
  padding: 0 15px;
  height: 44px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 120%;
}
.main-page .infrastructure-modules__last-btn {
  display: grid;
  grid-template-columns: 1fr 44px;
  grid-gap: 10px;
}
@media (max-width: 576px) {
  .main-page .infrastructure-modules__last-btn {
    width: 100%;
    box-sizing: border-box;
  }
}

/*# sourceMappingURL=infrastructure-modules.css.map */
