/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
section.gt-block.harmonogram .harmonogram--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
section.gt-block.harmonogram .harmonogram--content .row {
  width: 100%;
  height: 66.42rem;
  position: relative;
}
section.gt-block.harmonogram .harmonogram--content .row::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  background: url(../../svg/icons/line-down.svg);
  top: 48.8%;
  left: 0;
}
section.gt-block.harmonogram .harmonogram--content .harmonogram-swiper {
  width: 100%;
  height: 100%;
}
section.gt-block.harmonogram .harmonogram--content .harmonogram-swiper .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.gt-block.harmonogram .harmonogram--content .harmonogram-swiper .swiper-slide {
  width: 30rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.gt-block.harmonogram .harmonogram--content .harmonogram-swiper .harmonogram--content-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
section.gt-block.harmonogram .harmonogram--content .harmonogram-swiper .harmonogram--content-cards .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 28rem;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 1rem;
  border: 1px solid #61c2c4;
  background: rgba(97, 194, 196, 0.2);
}
section.gt-block.harmonogram .harmonogram--content .harmonogram-swiper .harmonogram--content-cards .card::before {
  content: "";
  position: absolute;
  background: url(../../svg/icons/line-harmonogram.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.64rem;
  height: 6.3rem;
  bottom: -6.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
section.gt-block.harmonogram .harmonogram--content .harmonogram-swiper .harmonogram--content-cards .card.bottom-card {
  position: relative;
  top: 37.3rem;
}
section.gt-block.harmonogram .harmonogram--content .harmonogram-swiper .harmonogram--content-cards .card.bottom-card::before {
  content: "";
  position: absolute;
  background: url(../../svg/icons/line-harmonogram.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.64rem;
  height: 6.3rem;
  top: -6.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
section.gt-block.harmonogram .harmonogram--content .harmonogram-swiper .harmonogram--content-cards .card--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
section.gt-block.harmonogram .harmonogram--content .harmonogram-swiper .harmonogram--content-cards .card--text p {
  font-family: var(--ternary-font);
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--base-white, #fff);
  font-weight: 400;
}
section.gt-block.harmonogram .harmonogram--content .harmonogram-swiper .swiper-button-next,
section.gt-block.harmonogram .harmonogram--content .harmonogram-swiper .swiper-button-prev {
  color: #61c2c4;
}
section.gt-block.harmonogram .harmonogram--content .harmonogram-swiper .swiper-button-next::after,
section.gt-block.harmonogram .harmonogram--content .harmonogram-swiper .swiper-button-prev::after {
  content: "";
}
section.gt-block.harmonogram .harmonogram--content .harmonogram-swiper .swiper-button-next {
  top: 49%;
  right: -5px;
}
section.gt-block.harmonogram .harmonogram--content .harmonogram-swiper .swiper-button-prev {
  rotate: 180deg;
  top: 48.7%;
  left: -3px;
  opacity: 1;
}
section.gt-block.harmonogram .harmonogram--content .harmonogram-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
section.gt-block.harmonogram .harmonogram--content .harmonogram-swiper .swiper-pagination {
  bottom: 1rem;
}