.montoport-layout-switch-cards {
  width: 100%;
}

.montoport-layout-switch-cards__grid {
  display: grid;
  width: 100%;
}

.montoport-layout-switch-cards--layout_1 .montoport-layout-switch-cards__grid {
  grid-template-columns: repeat(2, minmax(0, 480px));
  justify-content: center;
  max-width: 1066px;
  margin: 0 auto;
  column-gap: 106px;
  row-gap: 90px;
}

.montoport-layout-switch-cards--layout_2 .montoport-layout-switch-cards__grid {
  grid-template-columns: repeat(2, minmax(0, 610px));
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
  column-gap: 60px;
  row-gap: 90px;
}

.montoport-layout-switch-cards--layout_3 .montoport-layout-switch-cards__grid {
  grid-template-columns: repeat(3, minmax(0, 404px));
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
  gap: 33px;
}

.montoport-layout-switch-cards__card {
  min-width: 0;
}

.montoport-layout-switch-cards__media {
  overflow: hidden;
}

.montoport-layout-switch-cards--layout_1 .montoport-layout-switch-cards__media {
  width: 480px;
  max-width: 100%;
  height: 553px;
}

.montoport-layout-switch-cards--layout_2 .montoport-layout-switch-cards__media {
  width: 610px;
  max-width: 100%;
  height: 474px;
}

.montoport-layout-switch-cards--layout_3 .montoport-layout-switch-cards__media {
  width: 404px;
  max-width: 100%;
  height: 466px;
}

.montoport-layout-switch-cards__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform-origin: center center;
}

.montoport-layout-switch-cards__body {
  padding-top: 14px;
}

.montoport-layout-switch-cards__subtitle {
  margin: 0;
  color: #00617f;
  font-family: 'Ghotam';
  font-size: 10px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.montoport-layout-switch-cards__title {
  margin: 0;
  padding-top: 14px;
  padding-bottom: 17px;
  color: #54585a;
  font-family: "Berlingske Serif", "Times New Roman", Times, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1px;
}

.montoport-layout-switch-cards__text {
  margin: 0;
  color: #54585a;
  font-family: 'Ghotam';
  font-size: 12px;
  font-style: normal;
  font-weight: 325;
  line-height: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.montoport-layout-switch-cards__buttons {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.montoport-layout-switch-cards__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  padding: 10px 15px;
  text-decoration: none;
  text-align: center;
  font-family: 'Ghotam';
  font-size: 10px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.montoport-layout-switch-cards__btn--primary {
  color: #fff;
  background: #00617f;
  border: 1px solid #00617f;
  transition: all .3s ease;
}

a.montoport-layout-switch-cards__btn.montoport-layout-switch-cards__btn--primary:hover {
  background: #98A4AE;
  border-color: #98A4AE;
}

.montoport-layout-switch-cards__btn--secondary {
  color: #00617f;
  background: transparent;
  border: 1px solid #00617f;
  transition: all .3s ease;
}

.montoport-layout-switch-cards__btn--secondary:hover {
  background: #00617f;
  color: #fff;
}

@media (prefers-reduced-motion: no-preference) {
  .montoport-layout-switch-cards__body:not(.montoport-layout-switch-cards__body--revealed) :is(
    .montoport-layout-switch-cards__subtitle,
    .montoport-layout-switch-cards__title,
    .montoport-layout-switch-cards__text,
    .montoport-layout-switch-cards__buttons
  ) {
    opacity: 0;
    transform: translateY(24px);
  }
}

@media (max-width: 1300px) {
  .montoport-layout-switch-cards--layout_1 .montoport-layout-switch-cards__grid,
  .montoport-layout-switch-cards--layout_2 .montoport-layout-switch-cards__grid,
  .montoport-layout-switch-cards--layout_3 .montoport-layout-switch-cards__grid {
    max-width: 100%;
    justify-content: stretch;
  }

  .montoport-layout-switch-cards--layout_1 .montoport-layout-switch-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .montoport-layout-switch-cards--layout_2 .montoport-layout-switch-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .montoport-layout-switch-cards--layout_3 .montoport-layout-switch-cards__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .montoport-layout-switch-cards--layout_1 .montoport-layout-switch-cards__media,
  .montoport-layout-switch-cards--layout_2 .montoport-layout-switch-cards__media,
  .montoport-layout-switch-cards--layout_3 .montoport-layout-switch-cards__media {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .montoport-layout-switch-cards--layout_3 .montoport-layout-switch-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .montoport-layout-switch-cards--layout_1 .montoport-layout-switch-cards__grid,
  .montoport-layout-switch-cards--layout_2 .montoport-layout-switch-cards__grid,
  .montoport-layout-switch-cards--layout_3 .montoport-layout-switch-cards__grid {
    grid-template-columns: 1fr;
    row-gap: 56px;
  }
}

.montoport-layout-switch-cards__btn--popup {
  appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  text-align: center;
}

body.montoport-layout-switch-cards__popup-open {
  overflow: hidden;
}

.montoport-layout-switch-cards__popup[hidden] {
  display: none;
}

.montoport-layout-switch-cards__popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.montoport-layout-switch-cards__popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.montoport-layout-switch-cards__popup-dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  max-height: calc(100vh - 48px);
  background: #fff;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
}

.montoport-layout-switch-cards__popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.montoport-layout-switch-cards__popup-media {
  overflow: auto;
  max-height: calc(100vh - 48px);
}

.montoport-layout-switch-cards__popup-image {
  display: block;
  width: 100%;
  height: auto;
}

.montoport-layout-switch-cards__footer {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.montoport-layout-switch-cards__load-more {
  appearance: none;
  border: 1px solid #00617f;
  background: #00617f;
  color: #fff;
  cursor: pointer;
  min-width: 140px;
  padding: 12px 24px;
  font-family: 'Ghotam', sans-serif;
  font-size: 10px;
  font-weight: 350;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.montoport-layout-switch-cards__load-more:hover:not(:disabled) {
  background: #98a4ae;
  border-color: #98a4ae;
}

.montoport-layout-switch-cards.is-loading .montoport-layout-switch-cards__load-more {
  opacity: 0.55;
  cursor: wait;
}
